/* sellers.directory home v4 - "On the record"
   Signal Tower system: dark ink hero (the page's one ink block) with a
   floating directory window, live ticker, light editorial body.
   Tokens per DESIGN.md: Signal Teal #0891b2, Market Green #059669,
   Depth Ink #0f172a, Red Hat Display + Manrope, radii 12/16/pill. */

:root {
    --page: #f7f9fd;
    --surface: #ffffff;
    --surface-2: #f0f4f9;
    --line: #e2e8f0;
    --ink-900: #0f172a;
    --ink-800: #1e293b;
    --ink-700: #334155;
    --ink-500: #64748b;
    --ink-300: #94a3b8;
    --ink-200: #cbd5e1;
    --accent: #0891b2;
    --green: #059669;
    --grad: linear-gradient(135deg, #0891b2, #059669);
    --r-btn: 12px;
    --r-card: 16px;
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
    --font-display: "Red Hat Display", sans-serif;
    --font-body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}

body {
    margin: 0;
    background: var(--page);
    color: var(--ink-700);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { color: inherit; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 {
    font-family: var(--font-display);
    color: var(--ink-900);
    margin: 0;
    text-wrap: balance;
}

p { text-wrap: pretty; }

a:focus-visible, button:focus-visible, input:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

/* ---------- Nav ---------- */

.topbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.7);
    transition: box-shadow 0.3s;
}
.topbar.scrolled { box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08); }

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    gap: 24px;
}
.nav .brand { display: flex; align-items: center; flex-shrink: 0; }
.nav .brand img { content: url('/assets/imgs/logos/sellers-directory-logo-v2.png'); height: 48px; width: auto; display: block; }

.navlinks {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--ink-700);
}
.navlinks a { text-decoration: none; transition: color 0.15s; }
.navlinks a:hover { color: var(--accent); }

.nav-actions { display: flex; align-items: center; gap: 12px; }

/* ---------- Buttons ---------- */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    border-radius: var(--r-btn);
    padding: 13px 24px;
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.15s, background-color 0.15s, border-color 0.15s;
}
.btn:active { transform: translateY(0) scale(0.98); }

.btn-primary {
    background: var(--grad);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.btn-primary::after {
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: -55%;
    width: 45%;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transform: skewX(-20deg);
    pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
    .btn-primary::after { transition: transform 0.55s ease; }
    .btn-primary:hover::after { transform: translateX(340%) skewX(-20deg); }
}
.btn-primary:hover {
    box-shadow: 0 8px 24px rgba(8, 145, 178, 0.35);
    transform: translateY(-1px);
}

.btn-quiet {
    background: var(--surface-2);
    border: 1px solid var(--line);
    color: var(--ink-700);
}
.btn-quiet:hover { border-color: var(--ink-300); }

.btn .fa-arrow-right { font-size: 0.75em; }

/* ---------- Hero: the ink block ---------- */

.hero {
    background: var(--ink-900);
    position: relative;
    overflow: hidden;
    padding: 148px 0 0;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(148, 163, 184, 0.22) 1px, transparent 1px);
    background-size: 28px 28px;
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.8), transparent 70%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.8), transparent 70%);
    pointer-events: none;
}

.glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
}
.glow.g1 {
    width: 720px; height: 720px;
    top: -280px; right: -140px;
    background: radial-gradient(closest-side, rgba(8, 145, 178, 0.28), transparent);
}
.glow.g2 {
    width: 560px; height: 560px;
    bottom: -260px; left: -180px;
    background: radial-gradient(closest-side, rgba(5, 150, 105, 0.18), transparent);
}
@media (prefers-reduced-motion: no-preference) {
    .glow.g1 { animation: drift1 17s ease-in-out infinite alternate; }
    .glow.g2 { animation: drift2 22s ease-in-out infinite alternate; }
}
@keyframes drift1 { to { transform: translate(-90px, 60px) scale(1.12); } }
@keyframes drift2 { to { transform: translate(100px, -70px) scale(1.08); } }

/* Hero backdrop layers: wind streamlines, faint US geography, latitude lines */
.wind {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.hero-split {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
    gap: 64px;
    align-items: center;
    padding-bottom: 88px;
}

.hero h1 {
    color: #fff;
    font-size: clamp(2.4rem, 4.6vw, 3.6rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.03em;
}
.hero-copy {
    margin: 22px 0 0;
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--ink-200);
    max-width: 30rem;
}

/* The tower: stacked live numerals */
.tower { margin-top: 40px; max-width: 26rem; }
.tower-row {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 14px 0;
}
.tower-row + .tower-row { border-top: 1px solid rgba(148, 163, 184, 0.18); }
.tower-row b {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    letter-spacing: -0.02em;
    color: #fff;
    font-variant-numeric: tabular-nums;
    min-width: 5.5ch;
}
.tower-row span { font-size: 0.9375rem; font-weight: 600; color: var(--ink-300); }
.tower-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--ink-200);
}
.tower-live .dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--green);
}
@media (prefers-reduced-motion: no-preference) {
    .tower-live .dot { animation: pulse 2.4s ease-in-out infinite; }
}
@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(5, 150, 105, 0.45); }
    50% { box-shadow: 0 0 0 6px rgba(5, 150, 105, 0); }
}

/* The analyst card: the live centerpiece, wrapped in a sweeping signal ring */
@property --sweep {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
.glow-ring {
    position: relative;
    padding: 2px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.55), rgba(148, 163, 184, 0.2) 40%, rgba(5, 150, 105, 0.55));
}
@media (prefers-reduced-motion: no-preference) {
    .glow-ring {
        background: conic-gradient(from var(--sweep),
            rgba(148, 163, 184, 0.22) 0deg,
            rgba(8, 145, 178, 0.95) 55deg,
            rgba(6, 182, 212, 0.9) 85deg,
            rgba(5, 150, 105, 0.95) 115deg,
            rgba(148, 163, 184, 0.22) 175deg,
            rgba(148, 163, 184, 0.22) 360deg);
        animation: sweep 6.5s linear infinite;
    }
}
@keyframes sweep {
    to { --sweep: 360deg; }
}
.dir-window {
    position: relative;
    background: var(--surface);
    border-radius: var(--r-card);
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.7), 0 2px 8px rgba(15, 23, 42, 0.5);
}

.analyst-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--line);
}
.analyst-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 0.9375rem;
    letter-spacing: -0.01em;
    color: var(--ink-900);
}
.analyst-tag .fa-bolt { color: var(--accent); font-size: 0.8em; }
.analyst-head small { font-size: 0.75rem; font-weight: 600; color: var(--ink-300); }

.analyst-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 220px;
    padding: 28px 20px;
    text-align: center;
}
.analyst-q {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--ink-500);
    min-height: 1.5em;
}
.caret {
    display: inline-block;
    width: 7px;
    height: 14px;
    background: var(--accent);
    opacity: 0.7;
    flex-shrink: 0;
}
@media (prefers-reduced-motion: no-preference) {
    .caret { animation: blink 1.1s steps(1) infinite; }
}
@keyframes blink { 50% { opacity: 0; } }

.analyst-figure { position: relative; }
.analyst-figure b {
    display: block;
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(2.75rem, 4.5vw, 3.5rem);
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--ink-900);
    font-variant-numeric: tabular-nums;
    position: relative;
}
@media (prefers-reduced-motion: no-preference) {
    .analyst-figure b.pop { animation: numPop 0.5s var(--ease); }
}
@keyframes numPop {
    from { transform: scale(0.94); filter: blur(4px); opacity: 0.3; }
    to { transform: scale(1); filter: blur(0); opacity: 1; }
}
.analyst-pulse {
    position: absolute;
    left: 50%; top: 50%;
    width: 170px; height: 170px;
    margin: -85px 0 0 -85px;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(8, 145, 178, 0.30), transparent);
    opacity: 0;
    pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
    .analyst-pulse.go { animation: pulseGo 0.9s var(--ease); }
}
@keyframes pulseGo {
    0% { opacity: 0.9; transform: scale(0.45); }
    100% { opacity: 0; transform: scale(1.55); }
}
.analyst-label { font-size: 0.875rem; font-weight: 600; color: var(--ink-500); }

.analyst-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 20px;
    border-top: 1px solid var(--line);
}
.analyst-foot span { font-size: 0.75rem; font-weight: 600; color: var(--ink-300); }

/* Free-offer CTA: large pulsing green, the hero's conversion moment */
.btn-free {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 18px;
    padding: 19px 28px;
    background: var(--green);
    color: #fff;
    font-family: var(--font-body);
    font-weight: 800;
    font-size: clamp(0.9375rem, 3.6vw, 1.125rem);
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    border-radius: var(--r-btn);
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(5, 150, 105, 0.45);
    transition: transform 0.15s, background-color 0.2s;
}
.btn-free .fa-gift { font-size: 0.9em; }
.btn-free::after {
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: -55%;
    width: 45%;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transform: skewX(-20deg);
    pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
    .btn-free { animation: freePulse 1.8s ease-in-out infinite; }
    .btn-free::after { animation: freeShine 3.6s ease-in-out infinite; }
}
@keyframes freePulse {
    0%, 100% { box-shadow: 0 8px 28px rgba(5, 150, 105, 0.40), 0 0 0 0 rgba(16, 185, 129, 0.55); }
    50% { box-shadow: 0 10px 38px rgba(5, 150, 105, 0.70), 0 0 0 14px rgba(16, 185, 129, 0); }
}
@keyframes freeShine {
    0%, 55% { transform: translateX(0) skewX(-20deg); }
    75%, 100% { transform: translateX(340%) skewX(-20deg); }
}
.btn-free:hover { transform: translateY(-2px); background: #0aa574; }
.btn-free:active { transform: scale(0.98); }
.free-note {
    margin: 12px 0 0;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ink-300);
}

.dir-search {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px;
    padding: 4px 4px 4px 16px;
    background: var(--surface-2);
    border: 1px solid var(--line);
    border-radius: var(--r-btn);
    transition: border-color 0.15s, box-shadow 0.15s, background-color 0.15s;
}
.dir-search:focus-within {
    border-color: var(--accent);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.12);
}
.search-icon { color: var(--ink-300); font-size: 0.875rem; flex-shrink: 0; }
.search-input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    color: var(--ink-700);
    padding: 9px 0;
}
.search-input::placeholder { color: var(--ink-500); }
.dir-search .btn { padding: 10px 18px; }

.dir-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 20px 10px;
}
.dir-window > .dir-head:first-child { padding-top: 18px; }

/* Analyst card: cycles real aggregate stats for signed-out visitors */
.analyst {
    padding: 18px 20px 16px;
    border-bottom: 1px solid var(--line);
}
.analyst-q {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ink-500);
    min-height: 1.3em;
}
.analyst-q .fa-bolt { color: var(--accent); font-size: 0.8em; flex-shrink: 0; }
.caret {
    display: inline-block;
    width: 7px;
    height: 13px;
    background: var(--accent);
    opacity: 0.7;
    flex-shrink: 0;
}
@media (prefers-reduced-motion: no-preference) {
    .caret { animation: blink 1.1s steps(1) infinite; }
}
@keyframes blink { 50% { opacity: 0; } }
.analyst-a {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 8px;
}
.analyst-a b {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    color: var(--ink-900);
    font-variant-numeric: tabular-nums;
}
.analyst-a span { font-size: 0.8125rem; font-weight: 600; color: var(--ink-500); }
.dir-head h2 { font-size: 0.9375rem; font-weight: 800; letter-spacing: -0.01em; }
.dir-head small { font-size: 0.75rem; font-weight: 600; color: var(--ink-300); }

.dir-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 20px;
    border-top: 1px solid var(--line);
}
.dir-row b {
    display: block;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 0.9375rem;
    letter-spacing: -0.01em;
    color: var(--ink-900);
}
.dir-row .row-meta { font-size: 0.8125rem; font-weight: 600; color: var(--ink-500); }
.row-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 11px;
    background: rgba(5, 150, 105, 0.10);
    color: var(--green);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}
.row-badge .fa-check { font-size: 0.7em; }

.dir-fade {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 140px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92) 58%, #fff 88%);
}

/* Live ticker: real discoveries scrolling along the hero base */
.ticker {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(148, 163, 184, 0.08);
    overflow: hidden;
}
.ticker-track {
    display: flex;
    align-items: center;
    gap: 64px;
    width: max-content;
    padding: 16px 0;
}
@media (prefers-reduced-motion: no-preference) {
    .ticker-track { animation: tick 45s linear infinite; }
}
@keyframes tick {
    to { transform: translateX(-50%); }
}
.tick-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--ink-200);
    white-space: nowrap;
}
.tick-label .fa-satellite-dish { color: var(--accent); font-size: 0.8em; }
.ticker:hover .ticker-track,
.ticker:focus-within .ticker-track { animation-play-state: paused; }
.tick-item {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
}
a.tick-item b { transition: color 0.15s; }
a.tick-item:hover b { color: #5cc3dd; }
.tick-item b {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: -0.01em;
    text-decoration: underline dotted rgba(148, 163, 184, 0.55);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
a.tick-item:hover b { text-decoration-color: #5cc3dd; }
.tick-item span { font-size: 0.75rem; font-weight: 600; color: var(--ink-300); }

/* ---------- Hero load-in ---------- */

@media (prefers-reduced-motion: no-preference) {
    .hero-rise {
        opacity: 0;
        transform: translateY(22px);
        animation: heroRise 0.7s var(--ease) forwards;
    }
    .hero-rise.d1 { animation-delay: 0.05s; }
    .hero-rise.d2 { animation-delay: 0.14s; }
    .hero-rise.d3 { animation-delay: 0.23s; }
    .hero-rise.d4 { animation-delay: 0.34s; }
    .hero-rise.d5 { animation-delay: 0.46s; }
}
@keyframes heroRise {
    to { opacity: 1; transform: translateY(0); }
}

/* ---------- Sections ---------- */

.section { padding: 96px 0; }

.section-head h2 {
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.12;
}
.section-head p {
    margin: 16px 0 0;
    font-size: 1.125rem;
    color: var(--ink-500);
    max-width: 36rem;
}

/* Controlled by design: sticky heading + control sequence */
.control-split {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 64px;
    align-items: start;
}
.control-split .section-head {
    position: sticky;
    top: 108px;
}
.controls { display: grid; gap: 0; }
.control { padding: 32px 0; }
.control + .control { border-top: 1px solid var(--line); }
.control h3 {
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.015em;
    display: flex;
    align-items: center;
    gap: 12px;
}
.control h3 .fa-solid {
    color: var(--accent);
    font-size: 0.8em;
}
.control p {
    margin: 12px 0 0;
    color: var(--ink-500);
    max-width: 34rem;
}

/* Coverage: editorial columns, no cards */
.coverage-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 48px;
}
.coverage-col { padding: 8px 48px 8px 0; }
.coverage-col + .coverage-col {
    border-left: 1px solid var(--line);
    padding: 8px 0 8px 48px;
}
.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(8, 145, 178, 0.10);
    color: var(--accent);
    border: 1px solid rgba(8, 145, 178, 0.22);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.8125rem;
    font-weight: 700;
}
.status-pill .dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--green);
}
.status-pill.neutral {
    background: var(--surface-2);
    border-color: var(--line);
    color: var(--ink-500);
}
.coverage-col h3 {
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.015em;
    margin-top: 18px;
}
.coverage-col ul {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}
.coverage-col li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--ink-700);
}
.coverage-col .fa-check { color: var(--green); font-size: 0.8rem; margin-top: 6px; }
.coverage-col + .coverage-col li { color: var(--ink-500); }
.coverage-col + .coverage-col .fa-check { color: var(--ink-300); }

/* Closing band */
.closer {
    background: var(--surface-2);
    border-top: 1px solid var(--line);
    padding: 96px 0;
    text-align: center;
}
.closer h2 {
    font-size: clamp(2rem, 3.8vw, 2.9rem);
    font-weight: 900;
    letter-spacing: -0.025em;
}
.closer p {
    margin: 18px auto 0;
    font-size: 1.125rem;
    color: var(--ink-500);
    max-width: 36rem;
}
.closer-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 36px;
}
.closer-actions .btn { padding: 15px 28px; font-size: 1rem; }

/* ---------- Footer ---------- */

.footer {
    background: var(--surface);
    border-top: 1px solid var(--line);
    padding: 56px 0 40px;
}
.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 40px;
}
.footer .brand img { content: url('/assets/imgs/logos/sellers-directory-logo-v2.png'); height: 44px; width: auto; }
.footer-blurb {
    margin: 16px 0 0;
    font-size: 0.8125rem;
    color: var(--ink-300);
    line-height: 1.65;
    max-width: 22rem;
}
.footer h4 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--ink-900);
    margin: 0 0 14px;
}
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer ul li { margin-bottom: 9px; }
.footer ul a {
    font-size: 0.875rem;
    color: var(--ink-300);
    text-decoration: none;
    transition: color 0.15s;
}
.footer ul a:hover { color: var(--accent); }

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(226, 232, 240, 0.7);
    margin-top: 44px;
    padding-top: 24px;
    font-size: 0.75rem;
    color: var(--ink-300);
}

/* Seller tooltip: tile-grid US map + details, glides between ticker names */
.seller-tip {
    position: fixed;
    z-index: 60;
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.25);
    padding: 14px 16px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(6px) scale(0.97);
    transition: opacity 0.18s var(--ease), transform 0.18s var(--ease),
                left 0.22s var(--ease), top 0.22s var(--ease);
}
.seller-tip.show { opacity: 1; transform: translateY(0) scale(1); }
.tip-map { flex-shrink: 0; line-height: 0; }
.tip-map rect { fill: #e2e8f0; }
.tip-map rect.on { fill: var(--accent); }
@media (prefers-reduced-motion: no-preference) {
    .tip-map rect.on { animation: stGlow 1.3s ease-in-out infinite; }
}
@keyframes stGlow {
    0%, 100% { fill: #0891b2; }
    50% { fill: #06b6d4; }
}
.tip-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.tip-body b {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 0.9375rem;
    letter-spacing: -0.01em;
    color: var(--ink-900);
}
.seller-tip .tip-meta { font-size: 0.8125rem; font-weight: 600; color: var(--ink-500); }
.seller-tip .tip-foot { font-size: 0.75rem; font-weight: 600; color: var(--ink-300); }
.seller-tip .tip-foot:empty { display: none; }
@media (prefers-reduced-motion: reduce) {
    .seller-tip { transition: opacity 0.18s; transform: none; }
    .seller-tip.show { transform: none; }
}

/* ASCII murals: faint character art in the empty zones of light sections */
.ascii-art {
    position: absolute;
    margin: 0;
    font-family: ui-monospace, "Cascadia Mono", Consolas, "Courier New", monospace;
    font-size: 12px;
    line-height: 1.3;
    color: var(--ink-300);
    opacity: 0.3;
    white-space: pre;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    z-index: 0;
}
.control-split { position: relative; }
.has-art { position: relative; }
.art-ledger { left: 0; bottom: 24px; }
.art-globe { right: 0; top: -16px; font-size: 11px; opacity: 0.26; }

/* ---------- Scroll reveal ---------- */

html.js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
    transition-delay: var(--rd, 0s);
}
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    html.js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Mobile collapse (explicit) ---------- */

@media (max-width: 980px) {
    .ascii-art { display: none; }
    .hero-split { grid-template-columns: 1fr; gap: 48px; padding-bottom: 64px; }
    .dir-window { max-width: 560px; }
    .control-split { grid-template-columns: 1fr; gap: 40px; }
    .control-split .section-head { position: static; }
    .coverage-cols { grid-template-columns: 1fr; }
    .coverage-col { padding: 0 0 40px; }
    .coverage-col + .coverage-col { border-left: none; border-top: 1px solid var(--line); padding: 40px 0 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 768px) {
    .navlinks { display: none; }
    .nav { height: 70px; }
    .hero { padding-top: 128px; }
    .section { padding: 64px 0; }
    .closer { padding: 72px 0; }
    .glow { filter: none; }
    .glow.g2 { display: none; }
}

@media (max-width: 560px) {
    .dir-search { flex-wrap: wrap; padding: 8px; }
    .dir-search .search-input { flex: 1 1 100%; order: -1; padding: 8px 10px; }
    .dir-search .btn { flex: 1; justify-content: center; }
    .tower-row b { min-width: 4.5ch; }
}

@media (max-width: 480px) {
    .nav-actions .btn-quiet { display: none; }
    .closer-actions .btn { width: 100%; justify-content: center; }
    .row-badge { padding: 4px 8px; }
}

.pricing-offer-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
    gap: 28px;
    align-items: center;
    margin-top: 32px;
    padding: 28px 30px;
    overflow: hidden;
    border: 1px solid #b9e1ea;
    border-radius: 18px;
    background: #eaf8fb;
    color: #123b49;
    box-shadow: 0 12px 30px rgba(8, 75, 91, 0.08);
}
.pricing-offer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #087d91;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.pricing-offer-copy h3 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 32px); color: #123b49; }
.pricing-offer-copy p { max-width: 680px; margin: 0; color: #496d79; line-height: 1.65; }
.pricing-offer-copy strong { color: #123b49; }
.pricing-free-card {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid #c8e5eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(8, 75, 91, 0.07);
}
.pricing-free-card > i { color: #0891b2; font-size: 24px; }
.pricing-free-card strong { display: block; font-size: 18px; color: #123b49; }
.pricing-free-card span { display: block; margin-top: 5px; color: #607d87; font-size: 13px; line-height: 1.5; }
@media (max-width: 760px) {
    .pricing-offer-card { grid-template-columns: 1fr; gap: 20px; padding: 24px; border-radius: 16px; }
}
