:root {
    --bg: #0b0d0f;
    --bg-2: #101419;
    --surface: #14181c;
    --surface-2: #1c2228;
    --surface-3: #222930;
    --border: #2b3239;
    --border-soft: rgba(245, 241, 232, .1);
    --text: #f5f1e8;
    --muted: #aaa79f;
    --muted-2: #7f878f;
    --brand: #d6b36a;
    --brand-hover: #e8c985;
    --green: #42c77a;
    --blue: #6ea8fe;
    --blue-dark: #4d7fd8;
    --purple: #a986e8;
    --teal: #6ec6c3;
    --orange: #f0a44b;
    --red: #e36368;
    --font-display: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    --shell: min(1500px, calc(100% - 64px));
    --radius: 14px;
    color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--text);
    background: var(--bg);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { font-family: var(--font-display); }
:focus-visible { outline: 3px solid var(--brand-hover); outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(88px, 9vw, 150px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 16px; color: var(--bg); background: var(--brand); border-radius: 8px; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.eyebrow {
    margin: 0 0 20px;
    color: var(--brand);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .17em;
    line-height: 1.4;
    text-transform: uppercase;
}
.section-intro { max-width: 650px; }
.section-intro.wide { max-width: 850px; }
.section-intro.compact { max-width: 750px; }
.section-intro.centered { margin-inline: auto; text-align: center; }
.section-intro h2,
.split-heading h2,
.pricing-heading h2 {
    margin: 0;
    font-size: clamp(2.25rem, 4.2vw, 4.5rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.048em;
}
.section-intro > p:last-child,
.split-heading > p,
.pricing-heading > p {
    margin: 26px 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    line-height: 1.75;
}
.split-heading,
.pricing-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 56px;
}
.split-heading > p,
.pricing-heading > p { margin: 0; }

.button {
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #17130c;
    background: linear-gradient(135deg, var(--brand-hover), var(--brand));
    border: 1px solid var(--brand);
    border-radius: 9px;
    box-shadow: 0 12px 38px rgba(214, 179, 106, .13);
    text-decoration: none;
    font-size: .88rem;
    font-weight: 750;
    transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(214, 179, 106, .22); }
.button > span { transition: transform .22s ease; }
.button:hover > span:last-child { transform: translateX(3px); }
.button-ghost { color: var(--text); background: rgba(255,255,255,.02); border-color: var(--border); box-shadow: none; }
.button-ghost:hover { color: var(--brand-hover); background: rgba(214,179,106,.06); border-color: rgba(214,179,106,.5); box-shadow: none; }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .8rem; }
.text-link { display: inline-flex; gap: 10px; margin-top: 32px; color: var(--brand-hover); text-decoration: none; font-weight: 700; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    border-bottom: 1px solid rgba(245,241,232,.08);
    background: rgba(11,13,15,.76);
    backdrop-filter: blur(16px) saturate(130%);
    transition: background .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(11,13,15,.94); box-shadow: 0 16px 40px rgba(0,0,0,.22); }
.nav-shell { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-size: 1.28rem; font-weight: 760; letter-spacing: -.035em; }
.brand-symbol { width: 39px; height: 29px; fill: none; stroke: var(--brand); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.nav-links > a:not(.button) { color: #d4d1ca; text-decoration: none; font-size: .82rem; transition: color .2s; }
.nav-links > a:not(.button):hover { color: var(--brand-hover); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; color: var(--text); background: transparent; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; }
.nav-toggle i { width: 19px; height: 1px; display: block; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }

.hero {
    position: relative;
    min-height: 950px;
    padding: 135px 0 84px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--border-soft);
    background:
        radial-gradient(circle at 79% 13%, rgba(78,111,130,.09), transparent 34%),
        radial-gradient(circle at 12% 54%, rgba(214,179,106,.05), transparent 26%),
        var(--bg);
}
.hero-grid-lines,
.final-grid {
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(390px, .7fr) minmax(680px, 1.3fr); gap: clamp(44px, 5vw, 92px); align-items: center; }
.hero-copy { position: relative; z-index: 2; max-width: 590px; }
.hero-copy .eyebrow { margin-bottom: 24px; }
.hero h1 { margin: 0; font-size: clamp(3.45rem, 5.8vw, 6.25rem); font-weight: 800; line-height: .96; letter-spacing: -.06em; }
.hero h1 em { color: var(--brand); font-style: normal; }
.hero-statement { margin: 34px 0 0; color: var(--text); font-size: clamp(1.18rem, 1.55vw, 1.5rem); font-weight: 600; line-height: 1.4; letter-spacing: -.02em; }
.hero-description { max-width: 550px; margin: 16px 0 0; color: var(--muted); font-size: clamp(1rem, 1.12vw, 1.12rem); line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.play { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .57rem; }
.microproof { margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--muted); list-style: none; font-size: .72rem; }
.microproof li { display: flex; align-items: center; gap: 8px; }
.microproof li::before { content: ""; width: 4px; height: 4px; background: var(--brand); border-radius: 50%; }

.demo-dashboard { min-width: 0; padding: 15px; background: linear-gradient(145deg, #151a1f, #0e1215); border: 1px solid #303940; border-radius: 15px; box-shadow: 0 34px 100px rgba(0,0,0,.42); }
.demo-toolbar { min-height: 45px; padding: 0 5px 12px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.demo-label { padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; color: var(--brand-hover); border: 1px solid rgba(214,179,106,.44); border-radius: 7px; font-size: .63rem; font-weight: 650; }
.demo-period { padding: 8px 11px; color: var(--muted); border: 1px solid var(--border); border-radius: 6px; font: .62rem/1 var(--font-mono); }
.metric-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border: 1px solid var(--border); border-radius: 9px; }
.metric-strip > div { min-width: 0; padding: 15px 13px; border-right: 1px solid var(--border); }
.metric-strip > div:last-child { border-right: 0; }
.metric-strip span { display: block; min-height: 26px; color: #d1cec7; font-size: .58rem; line-height: 1.25; }
.metric-strip strong { display: block; margin-top: 4px; font: 600 clamp(1.15rem, 1.5vw, 1.65rem)/1 var(--font-mono); letter-spacing: -.06em; }
.metric-strip small { display: block; margin-top: 7px; color: var(--muted-2); font: .52rem/1 var(--font-mono); }
.metric-strip small.up { color: var(--green); }
.blue { color: var(--blue)!important; }
.orange { color: var(--orange)!important; }
.dashboard-grid { margin-top: 12px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px; }
.demo-panel { min-width: 0; padding: 15px; background: rgba(255,255,255,.012); border: 1px solid var(--border); border-radius: 8px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.panel-heading strong { font-size: .69rem; font-weight: 650; }
.panel-heading span { color: var(--muted-2); font: .55rem/1 var(--font-mono); }
.chart-legend { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 11px; color: var(--muted); font-size: .49rem; }
.chart-legend span::before { content: ""; width: 12px; height: 2px; display: inline-block; margin-right: 5px; vertical-align: middle; background: currentColor; }
.chart-legend .gold { color: var(--brand); }.chart-legend .green { color: var(--green); }.chart-legend .purple { color: var(--purple); }.chart-legend .red { color: var(--red); }
.line-chart { width: 100%; height: 145px; margin-top: 8px; overflow: visible; }
.chart-grid path { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 1; }
.chart-line { fill: none; stroke-width: 2; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 4px currentColor); }
.chart-total { color: var(--brand); stroke: var(--brand); }.chart-human { color: var(--green); stroke: var(--green); }.chart-ai { color: var(--purple); stroke: var(--purple); stroke-dasharray: 5 5; }.chart-bot { color: var(--red); stroke: var(--red); stroke-dasharray: 3 4; }
.chart-axis { display: flex; justify-content: space-between; color: var(--muted-2); font: .48rem/1 var(--font-mono); }
.donut-wrap { min-height: 180px; display: flex; align-items: center; justify-content: center; gap: 22px; }
.donut { width: 126px; aspect-ratio: 1; flex: 0 0 auto; display: grid; place-items: center; background: conic-gradient(var(--green) 0 82.8%, var(--blue) 82.8% 89.8%, var(--purple) 89.8% 92.5%, var(--red) 92.5%); border-radius: 50%; box-shadow: inset 0 0 24px rgba(0,0,0,.35); }
.donut::before { content: ""; grid-area: 1/1; width: 66%; aspect-ratio: 1; background: #11161a; border-radius: 50%; }
.donut span { position: relative; grid-area: 1/1; color: var(--muted); text-align: center; font: .5rem/1.3 var(--font-body); }
.donut b { display: block; color: var(--text); font: 600 1.2rem/1 var(--font-mono); }
.donut-legend { flex: 1; margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; color: #d5d2ca; font-size: .55rem; }
.donut-legend li { display: grid; grid-template-columns: 8px 1fr auto; gap: 7px; align-items: center; }
.donut-legend li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--color); }
.donut-legend .human { --color: var(--green); }.donut-legend .confirmed { --color: var(--blue); }.donut-legend .ai { --color: var(--purple); }.donut-legend .bot { --color: var(--red); }
.donut-legend b { color: var(--text); font-family: var(--font-mono); font-weight: 500; }
.source-row, .device-row { margin-top: 12px; display: grid; grid-template-columns: 120px 1fr 34px; gap: 10px; align-items: center; color: #cfccc5; font-size: .56rem; }
.source-row i, .device-row i { height: 3px; overflow: hidden; background: rgba(255,255,255,.06); border-radius: 3px; }
.source-row i::after, .device-row i::after { content: ""; width: var(--w); height: 100%; display: block; background: var(--brand); border-radius: inherit; }
.source-row b, .device-row b { color: var(--text); text-align: right; font: 500 .55rem/1 var(--font-mono); }
.devices-panel .device-row { grid-template-columns: 95px 1fr 40px; }

.classification-ribbon { padding: clamp(90px, 8vw, 132px) 0; background: #0d1013; border-bottom: 1px solid var(--border-soft); }
.classification-ribbon .section-intro { max-width: 790px; }
.classification-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.class-card { position: relative; min-height: 190px; padding: 25px 21px 23px; overflow: hidden; background: linear-gradient(150deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); border: 1px solid var(--border); border-radius: 10px; }
.class-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--tone); }
.class-card .class-icon { height: 48px; display: block; color: var(--tone); font: 500 1.6rem/1 var(--font-mono); }
.class-card h3 { margin: 11px 0 8px; font-size: .94rem; }.class-card p { margin: 0; color: var(--muted); font-size: .73rem; line-height: 1.6; }
.c-human { --tone: var(--brand); }.c-confirmed { --tone: var(--green); }.c-ai { --tone: var(--blue); }.c-crawler { --tone: var(--blue-dark); }.c-preview { --tone: var(--purple); }.c-risk { --tone: var(--orange); }

.explainability { background: #f4f0e7; color: #171a1d; }
.explainability .eyebrow { color: #8a672c; }
.explainability .section-intro > p:last-of-type { color: #62635f; }
.split-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr); gap: clamp(70px, 9vw, 150px); align-items: center; }
.trust-note { margin-top: 34px; padding: 18px; display: flex; gap: 14px; background: #ece5d7; border: 1px solid #d5c9b4; border-radius: 10px; }
.trust-note > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: #7d5c29; border: 1px solid #b39970; border-radius: 50%; }
.trust-note p { margin: 0; color: #67665f; font-size: .82rem; line-height: 1.65; }.trust-note strong { color: #252624; }
.explainability .text-link { color: #6e4d1c; }
.signal-inspector { padding: 28px; color: var(--text); background: #13171b; border: 1px solid #2e363d; border-radius: 14px; box-shadow: 0 36px 90px rgba(23,26,29,.18); }
.inspector-top { display: flex; justify-content: space-between; align-items: start; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.inspector-top > div { display: grid; grid-template-columns: 12px 1fr; column-gap: 10px; }.risk-dot { width: 9px; height: 9px; margin-top: 4px; background: var(--red); border-radius: 50%; box-shadow: 0 0 12px var(--red); }.inspector-top small { color: var(--muted-2); font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; }.inspector-top h3 { grid-column: 2; margin: 5px 0 0; color: #ff8d91; font: 600 1.35rem/1.2 var(--font-mono); }
.demo-tag { width: max-content; padding: 6px 8px; color: var(--brand-hover); background: rgba(214,179,106,.07); border: 1px solid rgba(214,179,106,.32); border-radius: 5px; font: .55rem/1 var(--font-mono); text-transform: uppercase; letter-spacing: .06em; }
.score-grid { padding: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-bottom: 1px solid var(--border); }
.score-grid > div { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; }.score-grid span { color: var(--muted); font-size: .69rem; }.score-grid strong { font: 600 1.35rem/1 var(--font-mono); }.score-grid i { grid-column: 1/-1; height: 4px; overflow: hidden; background: #292f35; border-radius: 4px; }.score-grid i b { width: var(--score); height: 100%; display: block; background: var(--brand); }.score-grid i b.danger { background: var(--red); }
.signal-list { margin: 0; }.signal-list > div { padding: 13px 0; display: grid; grid-template-columns: 150px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.065); }.signal-list dt { color: var(--muted-2); font: .63rem/1.4 var(--font-mono); }.signal-list dd { margin: 0; color: #d9d6cf; font: .66rem/1.4 var(--font-mono); }.signal-list dd.warning { color: #f2b769; }.inspector-foot { margin: 18px 0 0; color: var(--muted-2); font-size: .66rem; text-align: center; }

.ai-section { background: linear-gradient(180deg, #0c1118, #0b0d0f); }
.ai-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #253142; border-radius: 13px; overflow: hidden; }
.ai-grid article { min-height: 330px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid #253142; background: linear-gradient(160deg, rgba(110,168,254,.045), rgba(255,255,255,.01)); }.ai-grid article:last-child { border-right: 0; }.ai-grid article > span { color: #587197; font: .65rem/1 var(--font-mono); }.ai-symbol { width: 52px; height: 52px; margin-top: 34px; display: grid; place-items: center; color: var(--blue); background: rgba(110,168,254,.08); border: 1px solid rgba(110,168,254,.24); border-radius: 12px; font: 1.4rem/1 var(--font-mono); }.ai-grid h3 { margin: 25px 0 12px; font-size: 1.12rem; }.ai-grid p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }.ai-grid small { margin-top: auto; padding-top: 28px; color: #7594bf; font: .62rem/1.3 var(--font-mono); text-transform: uppercase; }
.platform-line { margin: 28px 0 0; color: #75808e; font-size: .78rem; text-align: center; }.platform-line span { color: var(--muted); }

.journey { background: #0d1013; }
.journey-flow { position: relative; margin: 58px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.journey-flow::before { content: ""; position: absolute; top: 28px; left: 9%; right: 9%; height: 1px; background: linear-gradient(90deg, var(--brand), var(--blue), var(--purple)); }
.journey-flow li { position: relative; padding: 0 16px; text-align: center; }.journey-flow li > span { width: 56px; height: 56px; margin: 0 auto 23px; display: grid; place-items: center; color: var(--brand-hover); background: #11161a; border: 1px solid rgba(214,179,106,.46); border-radius: 50%; font: .65rem/1 var(--font-mono); }.journey-flow strong { display: block; font-size: .84rem; }.journey-flow small { display: block; margin-top: 8px; color: var(--muted-2); font-size: .69rem; line-height: 1.5; }

.tracking-modes { background: var(--bg); }
.mode-grid { margin-top: 58px; display: grid; gap: 24px; }
.mode-card { min-height: 630px; padding: clamp(30px, 5vw, 76px); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 8vw, 120px); align-items: center; background: linear-gradient(140deg, #171c21, #101316); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
.mode-card.reverse { grid-template-columns: .9fr 1.1fr; }.mode-card.reverse .mode-copy { order: 2; }.mode-number { float: right; color: #4e555d; font: .7rem/1 var(--font-mono); }.mode-copy h3 { margin: 0; font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1.06; letter-spacing: -.045em; }.mode-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); line-height: 1.7; }.check-list { margin: 28px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; list-style: none; color: #cbc8c0; font-size: .76rem; }.check-list li { display: flex; gap: 8px; }.check-list li::before { content: "✓"; color: var(--green); }
.link-mock, .code-mock { position: relative; min-width: 0; padding: clamp(22px, 3vw, 42px); background: #0c0f12; border: 1px solid #30373e; border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.mock-browser { height: 44px; padding: 0 15px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--border); }.mock-browser i { width: 7px; height: 7px; background: #464d54; border-radius: 50%; }.mock-browser span { min-width: 0; margin-left: 10px; padding: 7px 12px; flex: 1; overflow: hidden; color: #a9afb2; background: #171b1f; border-radius: 5px; font: .63rem/1 var(--font-mono); text-overflow: ellipsis; white-space: nowrap; }
.link-preview { padding: 38px 12px 22px; }.link-preview small { color: #737c85; font: .58rem/1 var(--font-mono); letter-spacing: .12em; }.link-preview strong { margin-top: 11px; display: block; color: #e6e2da; font: 500 clamp(.92rem, 1.5vw, 1.25rem)/1.4 var(--font-mono); overflow-wrap: anywhere; }.link-preview strong em { color: var(--brand); font-style: normal; }.link-arrow { width: 42px; height: 42px; margin-block: 26px; display: grid; place-items: center; color: var(--brand); border: 1px solid #3c444b; border-radius: 50%; }.link-preview p { margin: 10px 0 0; color: #bab6ae; font: .78rem/1.5 var(--font-mono); overflow-wrap: anywhere; }
.qr-mock { position: absolute; right: 24px; bottom: 24px; padding: 12px; display: flex; align-items: center; gap: 12px; color: #a8a49d; background: #171b1f; border: 1px solid var(--border); border-radius: 9px; font-size: .6rem; line-height: 1.5; }.fake-qr, .mini-qr { width: 52px; aspect-ratio: 1; background: repeating-conic-gradient(#e9e4d9 0 25%, #16191c 0 50%) 50% / 12px 12px; border: 5px solid #e9e4d9; }
.code-head { display: flex; justify-content: space-between; gap: 15px; color: #b9bec4; font: .68rem/1 var(--font-mono); }.code-head small { color: var(--brand); font-size: .54rem; }.code-mock pre { margin: 32px 0; padding: 28px 0; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); color: #c9c6be; font: clamp(.61rem, 1vw, .78rem)/1.9 var(--font-mono); white-space: pre-wrap; overflow-wrap: anywhere; }.code-mock code > span { color: var(--blue); }.code-mock code b { color: var(--green); font-weight: 400; }.code-mock code i { color: var(--brand); font-style: normal; }.code-stats { display: grid; grid-template-columns: repeat(3, 1fr); }.code-stats div { padding: 10px 18px; border-right: 1px solid var(--border); }.code-stats div:first-child { padding-left: 0; }.code-stats div:last-child { border: 0; }.code-stats small { display: block; color: var(--muted-2); font-size: .56rem; }.code-stats strong { margin-top: 7px; display: block; color: var(--text); font: 500 .83rem/1 var(--font-mono); }

.attribution { background: #f4f0e7; color: #171a1d; }.attribution .eyebrow { color: #8a672c; }.attribution .section-intro > p:last-child { color: #64645f; }
.attribution-board { position: relative; margin-top: 55px; padding: 52px 35px 30px; background: #faf8f3; border: 1px solid #d9d0c0; border-radius: 15px; box-shadow: 0 25px 70px rgba(23,26,29,.08); }.attribution-board > .demo-tag { position: absolute; top: 18px; right: 18px; color: #7e5d25; border-color: #c9b17e; }.attribution-board ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }.attribution-board li { position: relative; padding: 0 18px; text-align: center; }.attribution-board li:not(:last-child)::after { content: "→"; position: absolute; top: 23px; right: -8px; color: #a99571; }.attribution-board li i { width: 54px; height: 54px; margin: 0 auto 17px; display: grid; place-items: center; color: #79591e; border: 1px solid #c9b98f; border-radius: 50%; font: 600 .8rem/1 var(--font-mono); font-style: normal; }.attribution-board li strong { display: block; font-size: .82rem; }.attribution-board li small { display: block; margin-top: 6px; color: #77756e; font-size: .65rem; line-height: 1.4; }.conversion-types { margin-top: 36px; padding-top: 23px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; border-top: 1px solid #ddd4c5; }.conversion-types span { padding: 7px 11px; color: #66645f; background: #efeadf; border-radius: 20px; font-size: .64rem; }

.campaigns-section { background: #101419; }.campaign-table-wrap { padding: 0!important; overflow: hidden; background: #151a1f; border: 1px solid var(--border); border-radius: 14px; }.table-toolbar { min-height: 70px; padding: 14px 20px; display: grid; grid-template-columns: 1fr auto auto; gap: 22px; align-items: center; border-bottom: 1px solid var(--border); }.table-toolbar strong { font-size: .83rem; }.table-toolbar > div { display: flex; padding: 3px; background: #0f1316; border: 1px solid var(--border); border-radius: 7px; }.table-toolbar button { padding: 7px 10px; color: var(--muted); background: transparent; border: 0; border-radius: 5px; cursor: pointer; font-size: .62rem; }.table-toolbar button.active { color: #15110a; background: var(--brand); }.campaign-table { min-width: 850px; }.campaign-row { min-height: 64px; padding: 0 20px; display: grid; grid-template-columns: 2fr repeat(6, 1fr); gap: 18px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.06); font: .7rem/1.4 var(--font-mono); }.campaign-row:last-child { border-bottom: 0; }.campaign-row.head { min-height: 46px; color: var(--muted-2); background: #111518; font-size: .57rem; text-transform: uppercase; }.campaign-row strong { font: 650 .78rem/1.4 var(--font-body); }.campaign-row b { color: var(--green); font-weight: 600; }

.feature-lab { background: var(--bg); }.feature-grid { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.feature-card { min-height: 485px; padding: clamp(26px, 3.4vw, 48px); background: linear-gradient(145deg, #161b20, #101316); border: 1px solid var(--border); border-radius: 16px; }.feature-card .eyebrow { margin-top: 35px; margin-bottom: 14px; }.feature-card h3 { max-width: 550px; margin: 0; font-size: clamp(1.5rem, 2.3vw, 2.5rem); line-height: 1.1; letter-spacing: -.035em; }.feature-card > p:last-child { max-width: 600px; margin: 17px 0 0; color: var(--muted); line-height: 1.7; }.feature-visual { min-height: 180px; padding: 24px; display: flex; align-items: center; justify-content: center; gap: 17px; background: #0d1013; border: 1px solid #282f35; border-radius: 11px; }.feature-visual > span { padding: 8px 10px; color: var(--muted); background: #171b1f; border: 1px solid var(--border); border-radius: 5px; font: .62rem/1 var(--font-mono); }.feature-visual > i { color: var(--brand); font-style: normal; }.ab-bars { display: grid; align-content: center; gap: 20px; }.ab-bars > div { display: grid; grid-template-columns: 70px 1fr 40px; gap: 12px; align-items: center; width: min(100%, 440px); color: var(--muted); font: .63rem/1 var(--font-mono); }.ab-bars i { height: 7px; overflow: hidden; background: #272d32; border-radius: 6px; }.ab-bars i::after { content: ""; width: var(--w); height: 100%; display: block; background: #777f87; border-radius: inherit; }.ab-bars .winner { color: var(--brand-hover); }.ab-bars .winner i::after { background: var(--brand); }.ab-bars small { color: var(--muted-2); text-align: center; font-size: .53rem; }.terminal { display: grid; align-content: center; gap: 12px; }.terminal > div { width: min(100%, 450px); padding: 13px; display: grid; grid-template-columns: 70px 1fr auto; gap: 12px; color: var(--muted-2); background: #15191d; border: 1px solid var(--border); border-radius: 7px; font: .58rem/1.4 var(--font-mono); }.terminal b { min-width: 0; color: #d6d3cc; overflow: hidden; text-overflow: ellipsis; }.terminal em { color: var(--green); font-style: normal; }.fingerprint { color: #c9c5bc; }.fingerprint > span { width: 70px; height: 70px; display: grid; place-items: center; color: var(--brand); border: 1px solid rgba(214,179,106,.4); border-radius: 50%; font-size: 2rem; }.fingerprint div { display: grid; gap: 7px; }.fingerprint b { font: 500 .84rem/1 var(--font-mono); }.fingerprint small { color: var(--muted-2); font-size: .62rem; }

.privacy-performance { background: #0d1013; }.privacy-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }.privacy-grid article { min-height: 210px; padding: 28px; border-right: 1px solid var(--border); }.privacy-grid article:last-child { border-right: 0; }.privacy-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--brand); background: rgba(214,179,106,.05); border: 1px solid rgba(214,179,106,.25); border-radius: 9px; }.privacy-grid strong { display: block; margin-top: 25px; font-size: .9rem; }.privacy-grid p { margin: 10px 0 0; color: var(--muted-2); font-size: .73rem; line-height: 1.6; }.performance-flow { margin-top: 24px; padding: 24px; display: flex; justify-content: center; align-items: center; gap: clamp(20px, 4vw, 60px); color: #c7c4bc; background: #12161a; border: 1px solid var(--border); border-radius: 11px; font: .69rem/1.4 var(--font-mono); }.performance-flow i { color: var(--brand); font-style: normal; }

.resources-compact { background: #f4f0e7; color: #171a1d; }.resources-compact .eyebrow { color: #8a672c; }.resource-list { margin: 50px 0 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid #d7cebe; border-radius: 12px; overflow: hidden; list-style: none; }.resource-list li { min-height: 100px; padding: 16px; display: grid; place-items: center; border-right: 1px solid #d7cebe; border-bottom: 1px solid #d7cebe; color: #575852; text-align: center; font-size: .72rem; font-weight: 650; }.resource-list li:nth-child(7n) { border-right: 0; }.resource-list li:nth-last-child(-n+7) { border-bottom: 0; }.resource-list a { color: #3f3f3a; text-decoration-color: #ad8a4d; text-underline-offset: 4px; }.resource-list a:hover { color: #79591e; }

.audiences { background: var(--bg); }.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }.audience-grid article { min-height: 190px; padding: 28px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }.audience-grid article:nth-child(3n) { border-right: 0; }.audience-grid article:nth-last-child(-n+3) { border-bottom: 0; }.audience-grid span { color: #5f656b; font: .58rem/1 var(--font-mono); }.audience-grid h3 { margin: 30px 0 10px; font-size: 1.16rem; }.audience-grid p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }

.pricing { background: #101419; }.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); align-items: stretch; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }.plan-card { position: relative; min-height: 600px; padding: 32px 28px 26px; display: flex; flex-direction: column; background: #14191d; border-right: 1px solid var(--border); }.plan-card:last-child { border-right: 0; }.plan-card.featured { background: linear-gradient(175deg, #25261f, #171a19 45%, #131719); box-shadow: inset 0 3px var(--brand); }.recommended { position: absolute; top: 15px; right: 15px; color: var(--brand-hover); font: .52rem/1 var(--font-mono); text-transform: uppercase; letter-spacing: .06em; }.plan-name { margin: 0; color: var(--brand-hover); font-size: 1rem; font-weight: 700; }.plan-positioning { min-height: 64px; margin: 14px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.55; }.plan-price { min-height: 78px; margin-top: 25px; display: flex; align-items: baseline; gap: 6px; }.plan-price span { color: var(--muted); font-size: .68rem; }.plan-price strong { font: 650 clamp(1.9rem, 2.5vw, 2.8rem)/1 var(--font-mono); letter-spacing: -.07em; }.plan-price small { color: var(--muted-2); font-size: .65rem; }.plan-card ul { flex: 1; margin: 20px 0 28px; padding: 18px 0 0; border-top: 1px solid var(--border); list-style: none; }.plan-card li { padding: 8px 0; display: flex; gap: 8px; color: #bbb8b1; font-size: .72rem; line-height: 1.45; }.plan-card li::before { content: "✓"; color: var(--green); }.plan-card .button { width: 100%; padding-inline: 14px; }.plan-foot { min-height: 32px; margin: 13px 0 0; color: var(--muted-2); text-align: center; font-size: .59rem; line-height: 1.4; }.pricing-trust { margin-top: 18px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px 30px; color: var(--muted); font-size: .69rem; }

.faq { background: var(--bg); }.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 150px); align-items: start; }.faq-list { border-top: 1px solid var(--border); }.faq-list details { border-bottom: 1px solid var(--border); }.faq-list summary { min-height: 76px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 650; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; color: var(--brand); border: 1px solid var(--border); border-radius: 50%; font-size: 1.1rem; font-weight: 300; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 760px; margin: -6px 50px 24px 0; color: var(--muted); font-size: .84rem; line-height: 1.75; }

.final-cta { position: relative; min-height: 620px; padding-block: 110px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 25%, rgba(214,179,106,.11), transparent 40%), #0d1013; border-top: 1px solid var(--border); }.final-grid { mask-image: radial-gradient(circle at center, black, transparent 74%); }.final-content { position: relative; text-align: center; }.final-content .eyebrow { justify-content: center; }.final-content h2 { margin: 0; font-size: clamp(2.8rem, 5.8vw, 6.5rem); line-height: .98; letter-spacing: -.06em; }.final-content > p:not(.eyebrow) { max-width: 720px; margin: 27px auto 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }.final-content .button { margin-top: 34px; }.final-content > small { display: block; margin-top: 14px; color: var(--muted-2); font-size: .66rem; }

.site-footer { padding: 72px 0 28px; background: #080a0c; border-top: 1px solid var(--border); }.footer-main { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }.footer-main > div > p { margin: 23px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }.footer-main nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px 24px; align-content: start; }.footer-main nav a { color: var(--muted); text-decoration: none; font-size: .75rem; }.footer-main nav a:hover { color: var(--brand-hover); }.footer-bottom { margin-top: 65px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #686e73; border-top: 1px solid var(--border); font-size: .65rem; }.footer-bottom a { color: #888f95; }

[data-reveal] { opacity: 1; transform: none; transition: opacity .35s ease, transform .35s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1280px) {
    :root { --shell: min(1180px, calc(100% - 48px)); }
    .nav-links { gap: 18px; }.nav-links > a:not(.button) { font-size: .74rem; }
    .hero { min-height: auto; }.hero-layout { grid-template-columns: minmax(340px, .72fr) minmax(600px, 1.28fr); gap: 42px; }
    .demo-dashboard { padding: 11px; }.metric-strip > div { padding-inline: 9px; }.dashboard-grid { grid-template-columns: 1.35fr 1fr; }
    .classification-grid { grid-template-columns: repeat(3, 1fr); }
    .class-card { min-height: 160px; }
    .resource-list { grid-template-columns: repeat(4, 1fr); }.resource-list li:nth-child(7n) { border-right: 1px solid #d7cebe; }.resource-list li:nth-last-child(-n+7) { border-bottom: 1px solid #d7cebe; }.resource-list li:nth-child(4n) { border-right: 0; }.resource-list li:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 1060px) {
    :root { --shell: min(920px, calc(100% - 40px)); }
    .nav-toggle { display: block; }
    .nav-links { position: fixed; top: 75px; left: 20px; right: 20px; max-height: calc(100dvh - 95px); padding: 22px; display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; background: rgba(15,18,21,.98); border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 30px 70px rgba(0,0,0,.5); }
    .nav-links.open { display: flex; }.nav-links > a:not(.button) { padding: 14px 5px; font-size: .88rem; border-bottom: 1px solid var(--border-soft); }.nav-links .button { margin-top: 16px; }
    .hero { padding-top: 130px; }.hero-layout { grid-template-columns: 1fr; gap: 62px; }.hero-copy { max-width: 710px; }.hero h1 { font-size: clamp(4rem, 9vw, 6.4rem); }.demo-dashboard { width: 100%; }
    .split-layout { grid-template-columns: 1fr; }.signal-inspector { max-width: 760px; }
    .ai-grid { grid-template-columns: 1fr 1fr; }.ai-grid article { border-bottom: 1px solid #253142; }.ai-grid article:nth-child(2) { border-right: 0; }.ai-grid article:nth-last-child(-n+2) { border-bottom: 0; }
    .mode-card, .mode-card.reverse { grid-template-columns: 1fr; }.mode-card.reverse .mode-copy { order: 0; }.mode-copy { max-width: 720px; }
    .plans-grid { grid-template-columns: 1fr 1fr; }.plan-card:nth-child(2n) { border-right: 0; }.plan-card { border-bottom: 1px solid var(--border); }.plan-card:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 780px) {
    :root { --shell: calc(100% - 30px); }
    html { scroll-padding-top: 76px; }
    .section { padding-block: 82px; }
    .section-intro h2, .split-heading h2, .pricing-heading h2 { font-size: clamp(2.2rem, 10vw, 3.4rem); }
    .split-heading, .pricing-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
    .nav-shell { min-height: 68px; }.brand { font-size: 1.05rem; }.brand-symbol { width: 34px; }.nav-links { top: 69px; left: 15px; right: 15px; }
    .hero { padding: 112px 0 68px; }.hero-layout { gap: 48px; }.hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }.hero-statement { margin-top: 27px; }.hero-actions { align-items: stretch; }.hero-actions .button { flex: 1 1 210px; }.microproof { display: grid; grid-template-columns: 1fr 1fr; }
    .demo-dashboard { padding: 8px; border-radius: 12px; }.demo-toolbar { min-height: 54px; align-items: start; flex-direction: column; gap: 8px; }.demo-period { display: none; }.metric-strip { grid-template-columns: repeat(2, 1fr); }.metric-strip > div { border-bottom: 1px solid var(--border); }.metric-strip > div:nth-child(2n) { border-right: 0; }.metric-strip > div:nth-last-child(-n+2) { border-bottom: 0; }.metric-strip span { min-height: auto; }.dashboard-grid { grid-template-columns: 1fr; }.classification-panel, .sources-panel, .devices-panel { display: none; }.line-chart { height: 155px; }
    .classification-grid { margin-top: 38px; grid-template-columns: 1fr 1fr; gap: 9px; }.class-card { min-height: 150px; padding: 20px 17px; }.class-card .class-icon { height: 36px; }.class-card p { font-size: .68rem; }
    .split-layout { gap: 45px; }.signal-inspector { padding: 20px; }.score-grid { grid-template-columns: 1fr; }.signal-list > div { grid-template-columns: 105px 1fr; gap: 13px; }.inspector-top { flex-direction: column; }
    .ai-grid { grid-template-columns: 1fr; }.ai-grid article { min-height: 280px; border-right: 0; border-bottom: 1px solid #253142!important; }.ai-grid article:last-child { border-bottom: 0!important; }
    .journey-flow { grid-template-columns: 1fr; gap: 0; }.journey-flow::before { top: 0; bottom: 0; left: 27px; right: auto; width: 1px; height: auto; }.journey-flow li { min-height: 105px; padding: 0 0 22px 78px; text-align: left; }.journey-flow li > span { position: absolute; left: 0; top: 0; margin: 0; }.journey-flow strong { padding-top: 10px; }
    .mode-card { min-height: 0; padding: 28px 20px; gap: 42px; border-radius: 13px; }.mode-copy h3 { font-size: 2.1rem; }.check-list { grid-template-columns: 1fr; }.mode-copy .button { width: 100%; }.link-mock, .code-mock { padding: 15px; }.qr-mock { position: static; margin-top: 10px; }.link-preview { padding-inline: 4px; }.code-mock pre { font-size: .56rem; }.code-stats div { padding-inline: 9px; }.code-stats strong { font-size: .69rem; }
    .attribution-board { padding: 65px 20px 24px; }.attribution-board ol { grid-template-columns: 1fr; gap: 0; }.attribution-board li { min-height: 108px; padding: 0 0 20px 76px; text-align: left; }.attribution-board li i { position: absolute; left: 5px; top: 0; margin: 0; }.attribution-board li:not(:last-child)::after { content: "↓"; top: 65px; left: 29px; right: auto; }.attribution-board li strong { padding-top: 10px; }
    .campaign-table-wrap { overflow-x: auto; }.table-toolbar { min-width: 760px; }
    .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 0; padding: 24px 19px; }.feature-visual { min-height: 150px; padding: 15px; }.terminal > div { grid-template-columns: 58px minmax(0, 1fr); }.terminal em { grid-column: 2; }.fingerprint { flex-direction: column; text-align: center; }
    .privacy-grid { grid-template-columns: 1fr 1fr; }.privacy-grid article { min-height: 180px; border-bottom: 1px solid var(--border); }.privacy-grid article:nth-child(2n) { border-right: 0; }.privacy-grid article:nth-last-child(-n+2) { border-bottom: 0; }.performance-flow { flex-direction: column; gap: 12px; }.performance-flow i { transform: rotate(90deg); }
    .resource-list { grid-template-columns: 1fr 1fr; }.resource-list li:nth-child(4n) { border-right: 1px solid #d7cebe; }.resource-list li:nth-child(2n) { border-right: 0; }.resource-list li:nth-last-child(-n+2) { border-bottom: 0; }
    .audience-grid { grid-template-columns: 1fr 1fr; }.audience-grid article:nth-child(3n) { border-right: 1px solid var(--border); }.audience-grid article:nth-child(2n) { border-right: 0; }.audience-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--border); }.audience-grid article:nth-last-child(-n+2) { border-bottom: 0; }
    .plans-grid { grid-template-columns: 1fr; }.plan-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--border)!important; }.plan-card:last-child { border-bottom: 0!important; }.plan-positioning { min-height: 0; }.pricing-trust { align-items: flex-start; flex-direction: column; }
    .faq-layout { grid-template-columns: 1fr; gap: 45px; }.faq-list summary { min-height: 68px; font-size: .86rem; }.faq-list details p { margin-right: 35px; }
    .final-cta { min-height: 560px; }.final-content h2 { font-size: clamp(2.6rem, 12vw, 4.6rem); }.final-content .button { width: 100%; max-width: 380px; }
    .footer-main { grid-template-columns: 1fr; gap: 50px; }.footer-main nav { grid-template-columns: 1fr 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
    :root { --shell: calc(100% - 24px); }
    .hero h1 { font-size: clamp(3rem, 15vw, 4rem); }
    .hero-actions { flex-direction: column; }.hero-actions .button { flex-basis: auto; width: 100%; }
    .microproof { grid-template-columns: 1fr; gap: 8px; }
    .demo-label { font-size: .56rem; }.metric-strip strong { font-size: 1.25rem; }.demo-panel { padding: 11px; }.chart-legend { gap: 7px; }.line-chart { height: 130px; }
    .classification-grid { grid-template-columns: 1fr; }.class-card { min-height: 130px; }.class-card .class-icon { float: left; width: 45px; margin-right: 10px; }.class-card h3 { margin-top: 3px; }
    .score-grid { gap: 18px; }.signal-list > div { grid-template-columns: 1fr; gap: 4px; }
    .code-stats { grid-template-columns: 1fr; }.code-stats div, .code-stats div:first-child { padding: 11px 0; border-right: 0; border-bottom: 1px solid var(--border); }.code-stats div:last-child { border-bottom: 0; }
    .feature-visual > span { font-size: .52rem; }.mini-qr { width: 44px; }.ab-bars > div { grid-template-columns: 60px 1fr 34px; gap: 7px; }
    .privacy-grid { grid-template-columns: 1fr; }.privacy-grid article { min-height: 155px; border-right: 0; border-bottom: 1px solid var(--border)!important; }.privacy-grid article:last-child { border-bottom: 0!important; }
    .audience-grid { grid-template-columns: 1fr; }.audience-grid article { min-height: 150px; border-right: 0!important; border-bottom: 1px solid var(--border)!important; }.audience-grid article:last-child { border-bottom: 0!important; }
    .footer-main nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; scroll-behavior: auto!important; }
    [data-reveal] { opacity: 1; transform: none; }
}

.attribution-board li small { color: #62615c; }
.audience-grid span { color: #9ca2a8; }
.footer-bottom { color: #9aa0a5; }
.footer-bottom a { color: #b4bac0; }
