/* Catalog detail — product 'rewardiq' (class prefix .?-*).
   Generated by scripts/extract_pagehtml_assets.py from the inline <style> block the CRM
   body used to carry (SEO Phase 1, task 7); regenerate rather than edit. Loaded only on
   this product's page by Views/Catalog/Detail.cshtml. */
/* ── RewardIQ scoped styles (prefix: rq-) ── */
.rq-wrap { font-family: inherit; }

/* Reveal animation */
.rq-reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.rq-reveal.rq-in { opacity: 1; transform: none; }

/* ── HERO ── */
.rq-hero {
padding: 80px 0 72px;
background: var(--ai-bg, #f7f4f0);
position: relative;
overflow: hidden;
}
.rq-hero::before {
content: '';
position: absolute; inset: 0;
background: radial-gradient(ellipse 70% 60% at 80% 50%, color-mix(in srgb, var(--ai-accent, #ff4d2d) 8%, transparent), transparent);
pointer-events: none;
}
.rq-hero-inner {
display: flex; align-items: center; gap: 48px; flex-wrap: wrap;
}
.rq-hero-copy { flex: 1 1 340px; min-width: 280px; }
.rq-eyebrow {
display: inline-flex; align-items: center; gap: 8px;
background: color-mix(in srgb, var(--ai-accent, #ff4d2d) 12%, transparent);
color: var(--ai-accent, #ff4d2d);
border: 1px solid color-mix(in srgb, var(--ai-accent, #ff4d2d) 25%, transparent);
border-radius: 100px; padding: 5px 14px; font-size: .78rem; font-weight: 600;
letter-spacing: .04em; text-transform: uppercase; margin-bottom: 20px;
}
.rq-eyebrow i { font-size: .9rem; }
.rq-hero h1 {
font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 800; line-height: 1.12;
color: var(--ai-fg, #1a1a1a); margin-bottom: 20px; letter-spacing: -.02em;
}
.rq-hero h1 em {
font-style: normal;
background: linear-gradient(135deg, var(--ai-accent, #ff4d2d), var(--ai-accent-2, #ff8fab));
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-clip: text;
}
.rq-hero-lead {
font-size: 1.08rem; color: var(--ai-muted, #6b6b6b); line-height: 1.7;
margin-bottom: 32px; max-width: 520px;
}
.rq-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.rq-btn-primary {
display: inline-flex; align-items: center; gap: 8px;
background: linear-gradient(135deg, var(--ai-accent, #ff4d2d), color-mix(in srgb, var(--ai-accent, #ff4d2d) 80%, var(--ai-accent-2, #ff8fab)));
color: #fff; border: none; border-radius: var(--ai-radius-sm, 10px);
padding: 13px 26px; font-weight: 700; font-size: .95rem; cursor: pointer;
text-decoration: none; transition: transform .2s, box-shadow .2s;
box-shadow: 0 4px 18px color-mix(in srgb, var(--ai-accent, #ff4d2d) 35%, transparent);
}
.rq-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px color-mix(in srgb, var(--ai-accent, #ff4d2d) 45%, transparent); color: #fff; }
.rq-btn-ghost {
display: inline-flex; align-items: center; gap: 8px;
background: transparent; color: var(--ai-fg, #1a1a1a);
border: 1.5px solid var(--ai-line, #e5e2dc);
border-radius: var(--ai-radius-sm, 10px); padding: 12px 24px;
font-weight: 600; font-size: .95rem; cursor: pointer;
text-decoration: none; transition: border-color .2s, background .2s;
}
.rq-btn-ghost:hover { border-color: var(--ai-accent, #ff4d2d); background: color-mix(in srgb, var(--ai-accent, #ff4d2d) 6%, transparent); color: var(--ai-fg, #1a1a1a); }
.rq-trust {
display: flex; align-items: center; gap: 10px;
font-size: .82rem; color: var(--ai-muted, #6b6b6b);
}
.rq-trust-dots { display: flex; gap: -4px; }
.rq-trust-dot {
width: 26px; height: 26px; border-radius: 50%;
border: 2px solid var(--ai-bg, #f7f4f0);
background: linear-gradient(135deg, var(--ai-accent, #ff4d2d), var(--ai-accent-2, #ff8fab));
margin-left: -6px; display: flex; align-items: center; justify-content: center;
font-size: .6rem; font-weight: 700; color: #fff;
}
.rq-trust-dot:first-child { margin-left: 0; }

/* Hero dashboard card */
.rq-hero-visual { flex: 1 1 440px; min-width: 300px; }
.rq-dash-card {
background: #0d1117; border-radius: 16px;
box-shadow: 0 24px 80px rgba(0,0,0,.4); overflow: hidden;
border: 1px solid rgba(255,255,255,.08);
}
.rq-dash-topbar {
background: #161b22; padding: 10px 16px;
display: flex; align-items: center; gap: 12px;
border-bottom: 1px solid rgba(255,255,255,.06);
}
.rq-dash-dots { display: flex; gap: 6px; }
.rq-dash-dot { width: 11px; height: 11px; border-radius: 50%; }
.rq-dash-dot.red { background: #ff5f56; }
.rq-dash-dot.amber { background: #febc2e; }
.rq-dash-dot.green { background: #28c840; }
.rq-dash-label { font-size: .72rem; color: #7d8590; font-family: monospace; flex: 1; text-align: center; }
.rq-dash-live {
display: flex; align-items: center; gap: 5px;
background: rgba(40,200,64,.15); color: #3fb950;
border: 1px solid rgba(63,185,80,.3); border-radius: 100px;
padding: 2px 9px; font-size: .65rem; font-weight: 700; letter-spacing: .06em;
}
.rq-dash-live-dot { width: 6px; height: 6px; border-radius: 50%; background: #3fb950; animation: rq-blink 1.2s ease infinite; }
@keyframes rq-blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.rq-dash-body { padding: 16px; }
/* Dashboard metrics bar */
.rq-kpi-bar {
display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 14px;
}
.rq-kpi-item {
background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
border-radius: 10px; padding: 10px 12px;
}
.rq-kpi-label { font-size: .62rem; color: #7d8590; margin-bottom: 3px; }
.rq-kpi-val { font-size: 1.05rem; font-weight: 700; color: #e6edf3; }
.rq-kpi-val.accent { color: #ff7a5a; }
.rq-kpi-val.green { color: #3fb950; }
.rq-kpi-val.blue { color: #58a6ff; }
.rq-kpi-val.purple { color: #bc8cff; }
/* Feed */
.rq-feed-title { font-size: .68rem; color: #7d8590; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.rq-feed-list { display: flex; flex-direction: column; gap: 6px; }
.rq-feed-item {
background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06);
border-radius: 8px; padding: 8px 10px; display: flex; align-items: center; gap: 10px;
}
.rq-feed-avatar {
width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
display: flex; align-items: center; justify-content: center;
font-size: .65rem; font-weight: 700; color: #fff;
}
.rq-feed-info { flex: 1; min-width: 0; }
.rq-feed-name { font-size: .7rem; color: #e6edf3; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rq-feed-sub { font-size: .62rem; color: #7d8590; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rq-feed-badge {
display: flex; align-items: center; gap: 4px;
background: rgba(255,122,90,.15); color: #ff7a5a;
border: 1px solid rgba(255,122,90,.25); border-radius: 100px;
padding: 2px 8px; font-size: .62rem; font-weight: 700; white-space: nowrap;
}
.rq-feed-activity { display: flex; gap: 4px; margin-top: 10px; }
.rq-act-dot {
width: 6px; height: 6px; border-radius: 50%;
background: var(--ai-accent, #ff4d2d); opacity: .7;
animation: rq-pulse-dot 2s ease-in-out infinite;
}
.rq-act-dot:nth-child(2) { animation-delay: .4s; background: #58a6ff; }
.rq-act-dot:nth-child(3) { animation-delay: .8s; background: #3fb950; }
.rq-act-dot:nth-child(4) { animation-delay: 1.2s; background: #bc8cff; }
.rq-act-dot:nth-child(5) { animation-delay: 1.6s; background: #febc2e; }
@keyframes rq-pulse-dot { 0%,100%{transform:scale(1);opacity:.7} 50%{transform:scale(1.6);opacity:1} }

/* ── STATS ── */
.rq-stats { padding: 56px 0; background: var(--ai-bg, #f7f4f0); }
.rq-stats-grid {
display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;
}
@media(max-width:900px){ .rq-stats-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:500px){ .rq-stats-grid { grid-template-columns: 1fr; } }
.rq-stat-card {
background: var(--ai-card, #fff); border: 1px solid var(--ai-line, #e5e2dc);
border-radius: var(--ai-radius, 16px); padding: 28px 24px; text-align: center;
box-shadow: var(--ai-shadow, 0 2px 12px rgba(0,0,0,.06));
transition: transform .25s, box-shadow .25s;
}
.rq-stat-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,.1); }
.rq-stat-num {
font-size: 2.4rem; font-weight: 800; line-height: 1;
background: linear-gradient(135deg, var(--ai-accent, #ff4d2d), var(--ai-accent-2, #ff8fab));
-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
margin-bottom: 8px;
}
.rq-stat-label { font-size: .88rem; color: var(--ai-muted, #6b6b6b); font-weight: 500; }

/* ── CAPABILITIES ── */
.rq-caps { padding: 80px 0; background: var(--ai-bg, #f7f4f0); }
.rq-white-card {
background: var(--ai-card, #fff); border-radius: 24px; padding: 56px 48px;
box-shadow: var(--ai-shadow, 0 2px 12px rgba(0,0,0,.06));
border: 1px solid var(--ai-line, #e5e2dc);
}
@media(max-width:600px){ .rq-white-card { padding: 36px 20px; } }
.rq-section-eyebrow {
display: inline-flex; align-items: center; gap: 7px;
color: var(--ai-accent, #ff4d2d); font-size: .78rem; font-weight: 700;
text-transform: uppercase; letter-spacing: .07em; margin-bottom: 14px;
}
.rq-section-heading {
font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800;
color: var(--ai-fg, #1a1a1a); line-height: 1.2; margin-bottom: 40px;
max-width: 600px;
}
.rq-feat-grid {
display: flex; flex-wrap: wrap; gap: 20px;
}
.rq-feat-card {
flex: 1 1 calc(33.333% - 14px); min-width: 220px;
background: var(--ai-bg, #f7f4f0); border-radius: 14px; padding: 24px 22px;
border: 1px solid var(--ai-line, #e5e2dc);
transition: transform .25s, box-shadow .25s;
}
.rq-feat-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.08); }
.rq-feat-icon {
width: 44px; height: 44px; border-radius: 12px;
display: flex; align-items: center; justify-content: center;
font-size: 1.3rem; color: #fff; margin-bottom: 14px; flex-shrink: 0;
}
.rq-ic-0 { background: linear-gradient(135deg,#ff6b6b,#ee5a24); }
.rq-ic-1 { background: linear-gradient(135deg,#fd79a8,#e84393); }
.rq-ic-2 { background: linear-gradient(135deg,#fdcb6e,#e17055); }
.rq-ic-3 { background: linear-gradient(135deg,#6c5ce7,#a29bfe); }
.rq-ic-4 { background: linear-gradient(135deg,#00b894,#00cec9); }
.rq-ic-5 { background: linear-gradient(135deg,#0984e3,#74b9ff); }
.rq-feat-title { font-size: .95rem; font-weight: 700; color: var(--ai-fg, #1a1a1a); margin-bottom: 8px; }
.rq-feat-desc { font-size: .84rem; color: var(--ai-muted, #6b6b6b); line-height: 1.6; margin: 0; }

/* ── HOW IT WORKS ── */
.rq-how { padding: 80px 0; background: var(--ai-bg, #f7f4f0); }
.rq-cream-card {
background: var(--ai-bg-deep, #ede9e3); border-radius: 24px; padding: 56px 48px;
border: 1px solid var(--ai-line, #e5e2dc);
}
@media(max-width:600px){ .rq-cream-card { padding: 36px 20px; } }
.rq-steps-track { position: relative; display: flex; gap: 0; justify-content: space-between; }
.rq-steps-track::before {
content: '';
position: absolute; top: 28px; left: 10%; right: 10%; height: 2px;
background: linear-gradient(90deg, var(--ai-accent, #ff4d2d), var(--ai-accent-2, #ff8fab));
z-index: 0;
}
@media(max-width:700px){
.rq-steps-track { flex-direction: column; gap: 24px; }
.rq-steps-track::before { display: none; }
}
.rq-step-card {
flex: 1; position: relative; z-index: 1; text-align: center; padding: 0 16px;
}
.rq-step-node {
width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 20px;
background: linear-gradient(135deg, var(--ai-accent, #ff4d2d), var(--ai-accent-2, #ff8fab));
display: flex; align-items: center; justify-content: center;
font-size: 1.2rem; font-weight: 800; color: #fff;
box-shadow: 0 6px 20px color-mix(in srgb, var(--ai-accent, #ff4d2d) 40%, transparent);
border: 3px solid var(--ai-bg-deep, #ede9e3);
}
.rq-step-title { font-size: 1rem; font-weight: 700; color: var(--ai-fg, #1a1a1a); margin-bottom: 10px; }
.rq-step-desc { font-size: .84rem; color: var(--ai-muted, #6b6b6b); line-height: 1.6; margin: 0; }

/* ── DARK SIGNAL SECTION ── */
.rq-signal-section { padding: 88px 0; background: #0b0f1a; }
.rq-signal-inner { display: flex; gap: 64px; align-items: center; flex-wrap: wrap; }
.rq-signal-copy { flex: 1 1 340px; }
.rq-signal-copy .rq-section-eyebrow { color: var(--ai-accent, #ff4d2d); }
.rq-signal-heading {
font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; color: #fff;
line-height: 1.2; margin-bottom: 16px;
}
.rq-signal-sub { font-size: 1rem; color: rgba(255,255,255,.55); line-height: 1.7; margin-bottom: 28px; }
.rq-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.rq-pill {
background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
color: rgba(255,255,255,.75); border-radius: 100px; padding: 5px 14px;
font-size: .76rem; font-weight: 600; transition: background .2s, color .2s;
}
.rq-pill:hover { background: color-mix(in srgb, var(--ai-accent, #ff4d2d) 20%, transparent); color: #fff; border-color: var(--ai-accent, #ff4d2d); }
.rq-live-rows { display: flex; flex-direction: column; gap: 10px; }
.rq-live-row {
display: flex; align-items: center; justify-content: space-between; gap: 16px;
background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
border-radius: 10px; padding: 12px 16px;
}
.rq-live-row-label { font-size: .82rem; color: rgba(255,255,255,.6); display: flex; align-items: center; gap: 8px; }
.rq-live-row-label i { color: var(--ai-accent, #ff4d2d); font-size: 1rem; }
.rq-live-row-val { font-size: .85rem; font-weight: 700; color: #fff; }
.rq-live-indicator {
width: 7px; height: 7px; border-radius: 50%; background: #3fb950;
animation: rq-blink 1.4s ease infinite; flex-shrink: 0;
}
/* Signal visual */
.rq-signal-visual { flex: 0 0 360px; display: flex; align-items: center; justify-content: center; }
@media(max-width:800px){ .rq-signal-visual { flex: 1 1 100%; } }
.rq-signal-svg-wrap { position: relative; width: 320px; height: 320px; }
.rq-signal-svg { width: 100%; height: 100%; overflow: visible; }
/* Orbiting icons */
.rq-orbit-icon {
position: absolute; width: 36px; height: 36px; border-radius: 50%;
background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
display: flex; align-items: center; justify-content: center;
font-size: .9rem; color: rgba(255,255,255,.8); transform-origin: 50% 50%;
}
@keyframes rq-orbit-1 { from{transform:rotate(0deg) translateX(130px) rotate(0deg)} to{transform:rotate(360deg) translateX(130px) rotate(-360deg)} }
@keyframes rq-orbit-2 { from{transform:rotate(45deg) translateX(130px) rotate(-45deg)} to{transform:rotate(405deg) translateX(130px) rotate(-405deg)} }
@keyframes rq-orbit-3 { from{transform:rotate(90deg) translateX(130px) rotate(-90deg)} to{transform:rotate(450deg) translateX(130px) rotate(-450deg)} }
@keyframes rq-orbit-4 { from{transform:rotate(135deg) translateX(130px) rotate(-135deg)} to{transform:rotate(495deg) translateX(130px) rotate(-495deg)} }
@keyframes rq-orbit-5 { from{transform:rotate(180deg) translateX(130px) rotate(-180deg)} to{transform:rotate(540deg) translateX(130px) rotate(-540deg)} }
@keyframes rq-orbit-6 { from{transform:rotate(225deg) translateX(130px) rotate(-225deg)} to{transform:rotate(585deg) translateX(130px) rotate(-585deg)} }
@keyframes rq-orbit-7 { from{transform:rotate(270deg) translateX(130px) rotate(-270deg)} to{transform:rotate(630deg) translateX(130px) rotate(-630deg)} }
@keyframes rq-orbit-8 { from{transform:rotate(315deg) translateX(130px) rotate(-315deg)} to{transform:rotate(675deg) translateX(130px) rotate(-675deg)} }
.rq-signal-svg-wrap { position: relative; width: 320px; height: 320px; }
/* We'll build the orbit purely in SVG + CSS via foreignObject workaround — use absolute positioned divs layered over an SVG */
.rq-orb-layer {
position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
}
.rq-center-blob {
width: 80px; height: 80px; border-radius: 50%; z-index: 10; position: relative;
background: linear-gradient(135deg, var(--ai-accent, #ff4d2d), var(--ai-accent-2, #ff8fab));
box-shadow: 0 0 0 12px rgba(255,77,45,.12), 0 0 0 24px rgba(255,77,45,.06);
display: flex; align-items: center; justify-content: center;
font-size: 2rem; color: #fff; animation: rq-center-pulse 3s ease infinite;
}
@keyframes rq-center-pulse { 0%,100%{box-shadow:0 0 0 12px rgba(255,77,45,.12),0 0 0 24px rgba(255,77,45,.06)} 50%{box-shadow:0 0 0 18px rgba(255,77,45,.18),0 0 0 36px rgba(255,77,45,.08)} }
.rq-orbit-wrap {
position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
}
.rq-orbit-item {
position: absolute; width: 38px; height: 38px; border-radius: 50%;
background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
display: flex; align-items: center; justify-content: center;
font-size: .9rem; color: rgba(255,255,255,.85);
animation-duration: 12s; animation-timing-function: linear; animation-iteration-count: infinite;
}
.rq-orbit-item:nth-child(1){ animation-name: rq-orbit-1; }
.rq-orbit-item:nth-child(2){ animation-name: rq-orbit-2; animation-duration:14s; }
.rq-orbit-item:nth-child(3){ animation-name: rq-orbit-3; animation-duration:10s; }
.rq-orbit-item:nth-child(4){ animation-name: rq-orbit-4; animation-duration:16s; }
.rq-orbit-item:nth-child(5){ animation-name: rq-orbit-5; animation-duration:11s; }
.rq-orbit-item:nth-child(6){ animation-name: rq-orbit-6; animation-duration:13s; }
.rq-orbit-item:nth-child(7){ animation-name: rq-orbit-7; animation-duration:9s; }
.rq-orbit-item:nth-child(8){ animation-name: rq-orbit-8; animation-duration:15s; }

/* ── TECH STACK ── */
.rq-tech { padding: 80px 0; background: var(--ai-bg, #f7f4f0); }
.rq-tech-grid {
display: flex; flex-wrap: wrap; gap: 16px;
}
.rq-tech-card {
flex: 1 1 calc(20% - 13px); min-width: 180px;
background: var(--ai-card, #fff); border: 1px solid var(--ai-line, #e5e2dc);
border-radius: 14px; padding: 22px 20px;
box-shadow: var(--ai-shadow, 0 2px 12px rgba(0,0,0,.06));
transition: transform .25s;
}
.rq-tech-card:hover { transform: translateY(-3px); }
.rq-tech-icon {
width: 40px; height: 40px; border-radius: 10px; margin-bottom: 12px;
display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #fff;
}
.rq-ti-0 { background: linear-gradient(135deg,#6c5ce7,#a29bfe); }
.rq-ti-1 { background: linear-gradient(135deg,#00b894,#00cec9); }
.rq-ti-2 { background: linear-gradient(135deg,#fd79a8,#e84393); }
.rq-ti-3 { background: linear-gradient(135deg,#fdcb6e,#e17055); }
.rq-ti-4 { background: linear-gradient(135deg,#0984e3,#74b9ff); }
.rq-tech-group { font-size: .8rem; font-weight: 700; color: var(--ai-fg, #1a1a1a); margin-bottom: 8px; }
.rq-tech-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.rq-tech-tag {
background: var(--ai-bg-deep, #ede9e3); color: var(--ai-muted, #6b6b6b);
border-radius: 6px; padding: 3px 9px; font-size: .72rem; font-weight: 500;
}

/* ── CTA ── */
.rq-cta { padding: 88px 0; background: var(--ai-bg, #f7f4f0); }
.rq-cta-banner {
background: linear-gradient(135deg, #0b0f1a 0%, #1a0a05 50%, #0d1117 100%);
border-radius: 24px; padding: 64px 48px; text-align: center; position: relative; overflow: hidden;
}
.rq-cta-banner::before {
content: ''; position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
width: 400px; height: 400px; border-radius: 50%;
background: radial-gradient(circle, color-mix(in srgb, var(--ai-accent, #ff4d2d) 18%, transparent), transparent 70%);
pointer-events: none;
}
@media(max-width:600px){ .rq-cta-banner { padding: 40px 24px; } }
.rq-cta-heading {
font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; color: #fff;
margin-bottom: 16px; position: relative;
}
.rq-cta-sub { font-size: 1rem; color: rgba(255,255,255,.6); margin-bottom: 36px; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.7; position: relative; }
.rq-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
.rq-cta-ghost {
display: inline-flex; align-items: center; gap: 8px;
background: transparent; color: rgba(255,255,255,.8);
border: 1.5px solid rgba(255,255,255,.25);
border-radius: var(--ai-radius-sm, 10px); padding: 12px 24px;
font-weight: 600; font-size: .95rem; cursor: pointer; text-decoration: none;
transition: border-color .2s, background .2s;
}
.rq-cta-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.07); color: #fff; }
