@charset "UTF-8";
/* =========================================================
   XLead — Design System
   Ink navy + single restrained emerald accent. Inter for
   text, JetBrains Mono for labels/data. No stock-photo hero,
   no neon gradients — one signature UI mockup carries the
   personality; everything else stays quiet and precise.
   ========================================================= */

:root {
  /* Color */
  --ink: #0E1524;
  --ink-2: #16213A;
  --paper: #ffffff;
  --surface-2: #F4F5F8;
  --surface-3: #EEF1F5;
  --line: rgba(14, 21, 36, 0.10);
  --line-soft: rgba(14, 21, 36, 0.065);
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-dark-soft: rgba(255, 255, 255, 0.08);
  --muted: #5B6577;
  --muted-2: #8A93A3;
  --on-dark: #ffffff;
  --on-dark-muted: rgba(255, 255, 255, 0.66);
  --on-dark-muted-2: rgba(255, 255, 255, 0.46);

  --accent: #0EA271;
  --accent-ink: #0A6B4C;
  --accent-deep: #063B29;
  --accent-soft: rgba(14, 162, 113, 0.10);
  --accent-soft-2: rgba(14, 162, 113, 0.18);
  --accent-line: rgba(14, 162, 113, 0.30);
  --amber: #B7791F;
  --amber-soft: rgba(183, 121, 31, 0.12);

  /* Elevation */
  --shadow-xs: 0 1px 2px rgba(14, 21, 36, .05);
  --shadow-sm: 0 6px 16px -8px rgba(14, 21, 36, .16);
  --shadow-md: 0 16px 36px -14px rgba(14, 21, 36, .22);
  --shadow-lg: 0 30px 70px -24px rgba(14, 21, 36, .32);

  /* Shape */
  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 26px;

  /* Layout */
  --container: 1180px;
  --container-narrow: 760px;
  --nav-height: 72px;
  --ease: cubic-bezier(.22, .75, .28, 1);

  /* Type */
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, h4, ul { margin-top: 0; }
p:last-child, ul:last-child { margin-bottom: 0; }
ul { padding-left: 1.15rem; }
::selection { color: #fff; background: var(--accent); }

.skip-link {
  position: fixed; z-index: 1000; top: 10px; left: 10px;
  padding: 10px 16px; border-radius: 10px; color: #fff; background: var(--ink);
  transform: translateY(-160%); transition: transform .2s ease;
}
.skip-link:focus { transform: none; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); padding-right: 20px; padding-left: 20px; margin-right: auto; margin-left: auto; }
.container-narrow { width: 100%; max-width: var(--container-narrow); padding-right: 20px; padding-left: 20px; margin-right: auto; margin-left: auto; }
.section { position: relative; padding: 100px 0; }
.section-sm { padding: 68px 0; }
.section-tight { padding-top: 0; }
.section-dark { color: #fff; background: var(--ink); }
.section-soft { background: var(--surface-2); }
.section-overflow { overflow: hidden; }
.border-t { border-top: 1px solid var(--line); }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.stack { display: grid; gap: 16px; }
.center { text-align: center; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---------- Type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px;
  color: var(--accent-ink); font-family: var(--font-mono); font-size: .74rem; font-weight: 600;
  line-height: 1; letter-spacing: .10em; text-transform: uppercase;
}
.eyebrow::before { width: 18px; height: 2px; border-radius: 2px; background: var(--accent); content: ""; }
.section-dark .eyebrow, .cta-band .eyebrow { color: #7CE0B4; }
.section-dark .eyebrow::before, .cta-band .eyebrow::before { background: #7CE0B4; }

h1, h2, h3 { line-height: 1.12; letter-spacing: -.025em; font-weight: 700; color: var(--ink); }
.section-dark h1, .section-dark h2, .section-dark h3,
.cta-band h1, .cta-band h2, .cta-band h3,
.industry-content h3,
.contact-info h3,
.price-card.recommended h3,
.source-map h3 { color: #fff; }
h1 { margin-bottom: 22px; font-size: clamp(2.3rem, 4.1vw, 3.6rem); letter-spacing: -.03em; }
h2 { margin-bottom: 16px; font-size: clamp(1.7rem, 2.8vw, 2.5rem); }
h3 { margin-bottom: 10px; font-size: 1.1rem; letter-spacing: -.015em; }
.lead { max-width: 620px; color: var(--muted); font-size: clamp(1rem, 1.15vw, 1.15rem); line-height: 1.7; }
.section-dark .lead { color: var(--on-dark-muted); }
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; }
.fine-print { color: var(--muted-2); font-size: .78rem; line-height: 1.6; }
.section-dark .fine-print { color: var(--on-dark-muted-2); }

.kicker {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px;
  padding: 7px 13px 7px 10px; border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink); background: var(--paper); font-family: var(--font-mono);
  font-size: .76rem; font-weight: 500; letter-spacing: .01em;
}
.kicker-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }

.accent-text { color: var(--accent-ink); }
.section-dark .accent-text { color: #7CE0B4; }

.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.text-link .icon { width: 15px; height: 15px; color: var(--accent-ink); transition: transform .2s var(--ease); }
.text-link:hover { border-color: var(--ink); }
.text-link:hover .icon { transform: translateX(3px); }
.section-dark .text-link { color: #fff; border-color: var(--line-dark); }
.section-dark .text-link:hover { border-color: #fff; }

/* ---------- Icons ---------- */
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-sm { width: 16px; height: 16px; }
.icon-lg { width: 26px; height: 26px; }
.icon-box {
  display: inline-grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center;
  border: 1px solid var(--line); border-radius: 12px; color: var(--accent-ink); background: var(--paper);
}
.section-dark .icon-box, .section-soft .icon-box.on-soft { border-color: var(--line-dark); background: rgba(255,255,255,.04); color: #7CE0B4; }

/* ---------- Buttons ---------- */
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button-row.center { justify-content: center; }
.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px; border: 1px solid transparent; border-radius: 10px;
  font-size: .89rem; font-weight: 600; letter-spacing: -.005em; cursor: pointer; white-space: nowrap; flex-wrap: nowrap;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .nav-toggle:focus-visible, .faq-button:focus-visible,
.field input:focus-visible, .field textarea:focus-visible, .field select:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px;
}
.button-primary { color: #fff; background: var(--ink); box-shadow: var(--shadow-sm); }
.button-primary:hover { background: #060B15; box-shadow: var(--shadow-md); }
.button-accent { color: #fff; background: var(--accent); box-shadow: 0 10px 24px -8px rgba(14,162,113,.45); }
.button-accent:hover { background: var(--accent-ink); }
.button-ghost { color: var(--ink); border-color: var(--line); background: var(--paper); }
.button-ghost:hover { border-color: var(--ink); }
.button-light { color: var(--ink); background: #fff; box-shadow: var(--shadow-sm); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.14); }
.button-block { width: 100%; }

/* Buttons sitting on the hero image */
.hero .button-primary { color: var(--ink); background: #fff; box-shadow: 0 14px 34px -12px rgba(0,0,0,.6); }
.hero .button-primary:hover { background: #fff; box-shadow: 0 20px 44px -14px rgba(0,0,0,.7); }
.hero .button-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.hero .button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.14); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: var(--nav-height);
  border-bottom: 1px solid transparent; background: rgba(255,255,255,0);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { border-color: var(--line); background: rgba(255,255,255,.92); box-shadow: 0 1px 0 rgba(14,21,36,.02); backdrop-filter: blur(14px) saturate(1.1); }
.nav { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 28px; }

/* Every page opens on a dark image hero, so the header runs LIGHT by default
   and flips to dark-on-white once .scrolled is applied. */
.brand { display: inline-flex; align-items: center; gap: 2px; min-width: 0; }
.brand-mark { width: 22px; height: 33px; object-fit: contain; flex: 0 0 auto; }
.brand-word { font-size: 1.32rem; font-weight: 800; letter-spacing: -.03em; color: #fff; }
.site-header.scrolled .brand-word { color: var(--ink); }

.nav-links { display: flex; align-items: center; justify-content: center; gap: 2px; }
.nav-links a { position: relative; padding: 9px 13px; border-radius: 8px; color: rgba(255,255,255,.74); font-size: .875rem; font-weight: 560; transition: color .2s ease, background .2s ease; }
.nav-links a:hover { color: #fff; }
.nav-links a[aria-current="page"] { color: #fff; font-weight: 650; }
.nav-links a[aria-current="page"]::after { position: absolute; right: 13px; bottom: 3px; left: 13px; height: 2px; border-radius: 9px; background: #6EE7B7; content: ""; }

.site-header.scrolled .nav-links a { color: var(--muted); }
.site-header.scrolled .nav-links a:hover { color: var(--ink); }
.site-header.scrolled .nav-links a[aria-current="page"] { color: var(--ink); }
.site-header.scrolled .nav-links a[aria-current="page"]::after { background: var(--accent); }

.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-actions .button { min-height: 42px; padding: 9px 16px; }
.nav-actions .button-primary { color: var(--ink); background: #fff; box-shadow: 0 10px 26px -12px rgba(0,0,0,.55); }
.nav-actions .button-primary:hover { background: #fff; }
.site-header.scrolled .nav-actions .button-primary { color: #fff; background: var(--ink); box-shadow: var(--shadow-sm); }
.site-header.scrolled .nav-actions .button-primary:hover { background: #060B15; }

.nav-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.26); border-radius: 10px; color: #fff; background: rgba(255,255,255,.10); cursor: pointer; backdrop-filter: blur(10px); }
.site-header.scrolled .nav-toggle { color: var(--ink); border-color: var(--line); background: #fff; }
.nav-toggle .close-icon { display: none; }
.nav-toggle[aria-expanded="true"] .menu-icon { display: none; }
.nav-toggle[aria-expanded="true"] .close-icon { display: block; }

/* ---------- Hero: full-bleed background image ---------- */
.hero {
  position: relative; display: flex; align-items: center;
  min-height: 760px; padding: 172px 0 104px; overflow: hidden;
  color: #fff; background: var(--ink); isolation: isolate;
}
.hero-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; overflow: hidden; background: var(--ink); }
.hero-bg img {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: 72% center;
  transform: scale(1.10); will-change: transform;
}
.hero-veil {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block;
  background: linear-gradient(97deg, rgba(8,13,24,.96) 0%, rgba(8,13,24,.90) 30%, rgba(8,13,24,.66) 55%, rgba(8,13,24,.34) 78%, rgba(8,13,24,.46) 100%);
}
.hero-veil::after {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: "";
  background: linear-gradient(180deg, rgba(8,13,24,.80) 0%, rgba(8,13,24,.30) 18%, rgba(8,13,24,0) 40%, rgba(8,13,24,0) 58%, rgba(8,13,24,.84) 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 680px; }
.hero h1 { color: #fff; max-width: 660px; font-size: clamp(2.5rem, 4.6vw, 4.05rem); letter-spacing: -.035em; line-height: 1.06; }
.hero-compact h1 { font-size: clamp(2.2rem, 3.7vw, 3.3rem); }
.hero .lead { max-width: 560px; color: rgba(255,255,255,.74); }
.hero .accent-text { color: #6EE7B7; }
.hero .kicker { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }
.hero .kicker-dot { background: #6EE7B7; box-shadow: 0 0 0 3px rgba(110,231,183,.18); }
.hero .fine-print { color: rgba(255,255,255,.5); }
.hero-compact { min-height: 560px; padding: 156px 0 92px; }

.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.trust-item { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.78); font-size: .84rem; font-weight: 560; }
.trust-item .icon { width: 17px; height: 17px; color: #6EE7B7; }

/* Signature element: hunt console mockup */
.hunt-console {
  position: relative; z-index: 2; margin-inline: auto; max-width: 460px;
  border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff;
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.console-bar { display: flex; align-items: center; gap: 9px; padding: 14px 16px; border-bottom: 1px solid var(--line-soft); }
.console-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--surface-3); border: 1px solid var(--line); }
.console-label { margin-left: 6px; color: var(--muted-2); font-family: var(--font-mono); font-size: .72rem; letter-spacing: .01em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.console-body { padding: 18px; }
.console-brief {
  display: flex; align-items: center; gap: 9px; padding: 11px 13px; margin-bottom: 16px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2);
  color: var(--ink); font-size: .82rem; font-weight: 560;
}
.console-brief .icon { color: var(--muted-2); flex: 0 0 auto; }
.console-results { display: grid; gap: 8px; }
.result-row { display: flex; align-items: center; gap: 11px; padding: 10px 11px; border: 1px solid var(--line-soft); border-radius: 10px; background: var(--paper); }
.result-row.is-top { border-color: var(--accent-line); background: var(--accent-soft); }
.result-avatar {
  display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 9px;
  background: var(--surface-3); color: var(--ink); font-family: var(--font-mono); font-size: .68rem; font-weight: 700;
}
.result-row.is-top .result-avatar { background: var(--accent); color: #fff; }
.result-info { min-width: 0; flex: 1 1 auto; display: grid; gap: 2px; }
.result-info strong { font-size: .84rem; font-weight: 650; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.result-info span { color: var(--muted-2); font-size: .72rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.match-score { flex: 0 0 auto; padding: 4px 9px; border-radius: 999px; font-family: var(--font-mono); font-size: .68rem; font-weight: 600; color: var(--muted-2); background: var(--surface-3); }
.match-score.high { color: var(--accent-deep); background: #fff; border: 1px solid var(--accent-line); }
.console-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 18px; border-top: 1px solid var(--line-soft); background: var(--surface-2); }
.console-foot span { color: var(--muted); font-family: var(--font-mono); font-size: .7rem; }
.console-pulse { display: inline-flex; align-items: center; gap: 6px; color: var(--accent-ink); font-family: var(--font-mono); font-size: .7rem; font-weight: 600; }
.console-pulse::before { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); content: ""; animation: pulse 2.1s ease-in-out infinite; }

/* ---------- Hero mini stat chips ---------- */
.hero-stats { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.mini-stat {
  display: inline-flex; align-items: baseline; padding: 9px 15px;
  border: 1px solid rgba(255,255,255,.20); border-radius: 999px;
  background: rgba(255,255,255,.07); backdrop-filter: blur(10px);
  font-size: .8rem; color: rgba(255,255,255,.72);
}
.mini-stat strong { margin-right: 7px; font-family: var(--font-mono); color: #fff; font-weight: 700; }

/* ---------- Stats strip ---------- */
.stats { position: relative; z-index: 4; margin-top: -34px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.92); box-shadow: 0 26px 60px -26px rgba(8,13,24,.55); backdrop-filter: blur(14px); }
.stat { padding: 22px 24px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-family: var(--font-mono); font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 700; letter-spacing: -.02em; }
.stat span { display: block; margin-top: 6px; color: var(--muted); font-size: .76rem; font-weight: 540; }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; width: max-content; gap: 10px; animation: marquee 32s linear infinite; }
.marquee-item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .82rem; font-weight: 560; white-space: nowrap; }
.marquee-item .icon { width: 15px; height: 15px; color: var(--muted-2); }

/* ---------- Chip cloud ---------- */
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--paper); font-size: .82rem; font-weight: 560; }
.chip .icon { width: 15px; height: 15px; color: var(--accent-ink); }
.section-dark .chip { border-color: var(--line-dark); color: var(--on-dark-muted); background: rgba(255,255,255,.03); }
.section-dark .chip .icon { color: #7CE0B4; }

/* ---------- Feature cards ---------- */
.feature-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.feature-card p { color: var(--muted); font-size: .92rem; }
.feature-card h3 { margin-top: 16px; }
.section-dark .feature-card { border-color: var(--line-dark); background: rgba(255,255,255,.03); }
.section-dark .feature-card p { color: var(--on-dark-muted); }
.section-soft .feature-card { background: var(--paper); }

.feature-list { display: grid; gap: 13px; margin: 22px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink); font-size: .92rem; font-weight: 540; }
.feature-list .icon { flex: 0 0 auto; margin-top: 3px; width: 17px; height: 17px; color: var(--accent-ink); }
.section-dark .feature-list li { color: #fff; }

/* ---------- Comparison panels ---------- */
.comparison { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.comparison-panel { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.comparison-panel.accent { border-color: var(--accent-line); background: var(--accent-soft); }
.comparison-panel h3 { margin-top: 8px; }
.comparison-panel ul { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.comparison-panel li { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .9rem; }
.comparison-panel li .icon { flex: 0 0 auto; margin-top: 2px; width: 16px; height: 16px; }
.comparison-panel li .icon { color: var(--accent-ink); }
.comparison-panel.negative li .icon { color: #C0473D; }
.comparison-panel.accent li .icon { color: var(--accent-ink); }
.comparison-panel.accent li { color: var(--ink); }
.section-dark .comparison-panel { border-color: var(--line-dark); background: rgba(255,255,255,.03); }
.section-dark .comparison-panel li { color: var(--on-dark-muted); }
.section-dark .comparison-panel li .icon { color: #7CE0B4; }
.section-dark .comparison-panel.negative li .icon { color: #E8877C; }
.section-dark .comparison-panel.accent { border-color: var(--accent-line); background: rgba(14,162,113,.10); }
.section-dark .comparison-panel.accent li { color: #fff; }

/* ---------- Flow / numbered steps ---------- */
.flow-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); overflow: hidden; }
.flow-step { position: relative; padding: 26px 24px; border-right: 1px solid var(--line); }
.flow-step:last-child { border-right: 0; }
.flow-number { display: block; margin-bottom: 14px; color: var(--muted-2); font-family: var(--font-mono); font-size: .78rem; font-weight: 600; }
.flow-step p { color: var(--muted); font-size: .87rem; }
.section-mint .flow-step, .section-soft .flow-step { border-color: var(--line); }
.section-dark .flow-strip { border-color: var(--line-dark); }
.section-dark .flow-step { border-color: var(--line-dark); }
.section-dark .flow-number { color: var(--on-dark-muted-2); }
.section-dark .flow-step p { color: var(--on-dark-muted); }

/* Vertical numbered timeline (how-it-works) */
.timeline { display: grid; gap: 14px; }
.timeline-step { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid var(--line); }
.timeline-step:first-child { border-top: 0; padding-top: 0; }
.timeline-index { font-family: var(--font-mono); font-size: .95rem; font-weight: 700; color: var(--accent-ink); }
.timeline-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.timeline-head h3 { margin-bottom: 0; font-size: 1.25rem; }
.timeline-copy { max-width: 620px; color: var(--muted); }
.timeline-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.timeline-tag { display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .78rem; font-weight: 540; }
.timeline-tag .icon { width: 14px; height: 14px; color: var(--accent-ink); }

/* ---------- Image cards (used sparingly) ---------- */
.image-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.image-card img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.image-card-caption { padding: 14px 4px 0; color: var(--muted); font-size: .82rem; }
.image-card-caption strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .88rem; }

/* ---------- Industry grid ---------- */
.industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.industry-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow-xs); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.industry-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.industry-card img { width: 100%; height: 290px; object-fit: cover; transition: transform .7s var(--ease); }
.industry-card:hover img { transform: scale(1.045); }
.industry-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,10,20,.10) 0%, rgba(6,10,20,.34) 38%, rgba(6,10,20,.80) 68%, rgba(6,10,20,.96) 100%); content: ""; }
.industry-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 20px; color: #fff; }
.industry-content .icon-box { margin-bottom: 12px; width: 36px; height: 36px; border-radius: 10px; color: #7CE0B4; border-color: var(--line-dark); background: rgba(10,14,24,.5); }
.industry-content .icon-box .icon { width: 18px; height: 18px; }
.industry-content h3 { margin-bottom: 5px; font-size: 1.05rem; color: #fff; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
.industry-content p { max-width: 320px; color: rgba(255,255,255,.80); font-size: .82rem; line-height: 1.55; text-shadow: 0 1px 8px rgba(0,0,0,.45); }

/* ---------- Network category cards ---------- */
.network-categories { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.network-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: border-color .2s ease, box-shadow .2s ease; }
.network-card:hover { border-color: rgba(14,162,113,.35); box-shadow: var(--shadow-xs); }
.network-card h3 { margin-top: 16px; font-size: 1rem; }
.network-card ul { display: grid; gap: 7px; margin: 14px 0 0; padding: 0; list-style: none; }
.network-card li { position: relative; padding-left: 13px; color: var(--muted); font-size: .81rem; }
.network-card li::before { position: absolute; left: 0; top: .6em; width: 4px; height: 4px; border-radius: 50%; background: var(--muted-2); content: ""; }

/* Source diagram (CSS-built, no imagery) */
.source-map { position: relative; min-height: 440px; overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius-xl); background: radial-gradient(420px 320px at 50% 45%, rgba(14,162,113,.16), transparent 70%), var(--ink); }
.source-map::before, .source-map::after { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; content: ""; transform: translate(-50%,-50%); }
.source-map::before { width: 340px; height: 340px; }
.source-map::after { width: 220px; height: 220px; }
.source-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 84px; height: 84px; place-items: center; border-radius: 20px; color: #fff; background: var(--accent); box-shadow: 0 0 0 8px rgba(14,162,113,.14); transform: translate(-50%,-50%); }
.source-core .icon { width: 34px; height: 34px; }
.source-node { position: absolute; z-index: 3; display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid var(--line-dark); border-radius: 14px; color: #7CE0B4; background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.source-node:nth-child(2) { top: 12%; left: 18%; }
.source-node:nth-child(3) { top: 14%; right: 19%; }
.source-node:nth-child(4) { top: 46%; left: 7%; }
.source-node:nth-child(5) { top: 45%; right: 8%; }
.source-node:nth-child(6) { bottom: 11%; left: 22%; }
.source-node:nth-child(7) { right: 23%; bottom: 10%; }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--paper); }
.price-card.recommended { color: #fff; border-color: var(--ink); background: var(--ink); box-shadow: 0 30px 70px -30px rgba(8,13,24,.7); }
.price-card.recommended::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, transparent, #6EE7B7, transparent); content: ""; }
.price-label { display: inline-flex; align-self: flex-start; padding: 6px 11px; border-radius: 999px; color: var(--accent-ink); background: var(--accent-soft); font-family: var(--font-mono); font-size: .72rem; font-weight: 600; }
.price-card.recommended .price-label { color: #7CE0B4; background: rgba(124,224,180,.14); }
.price { margin: 22px 0 4px; font-size: clamp(2.6rem, 4vw, 3.4rem); font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.price-cur { margin-right: 5px; font-size: .58em; font-weight: 700; letter-spacing: 0; vertical-align: baseline; }
.price-note { color: var(--muted); font-size: .82rem; }
.price-card.recommended .price-note { color: var(--on-dark-muted); }
.price-intro { min-height: 52px; margin: 22px 0; color: var(--muted); font-size: .92rem; }
.price-card.recommended .price-intro { color: var(--on-dark-muted); }
.price-features { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.price-features li { display: flex; gap: 9px; align-items: flex-start; font-size: .88rem; }
.price-features .icon { flex: 0 0 auto; margin-top: 2px; width: 16px; height: 16px; color: var(--accent-ink); }
.price-card.recommended .price-features .icon { color: #7CE0B4; }
.price-card .button { width: 100%; margin-top: auto; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.comparison-table { width: 100%; min-width: 680px; border-collapse: collapse; text-align: left; }
.comparison-table th, .comparison-table td { padding: 17px 22px; border-bottom: 1px solid var(--line); }
.comparison-table thead th { color: var(--ink); background: var(--surface-2); font-family: var(--font-mono); font-size: .74rem; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }
.comparison-table tbody th { width: 25%; color: var(--ink); font-size: .87rem; font-weight: 650; }
.comparison-table tbody td { color: var(--muted); font-size: .87rem; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 2px; border: 0; background: transparent; text-align: left; font-size: .96rem; font-weight: 620; cursor: pointer; }
.faq-plus { position: relative; width: 24px; height: 24px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; }
.faq-plus::before, .faq-plus::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1.4px; border-radius: 9px; background: currentColor; content: ""; transform: translate(-50%,-50%); transition: transform .2s ease; }
.faq-plus::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-button[aria-expanded="true"] .faq-plus::after { transform: translate(-50%,-50%) rotate(0); }
.faq-panel { height: 0; overflow: hidden; }
.faq-panel-inner { padding: 0 40px 22px 2px; color: var(--muted); font-size: .92rem; }
.section-dark .faq-list { border-color: var(--line-dark); }
.section-dark .faq-item { border-color: var(--line-dark); }
.section-dark .faq-panel-inner { color: var(--on-dark-muted); }

/* ---------- Contact ---------- */
.contact-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 1px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--line); overflow: hidden; box-shadow: var(--shadow-md); }
.contact-info { padding: 36px 32px; color: #fff; background: var(--ink); }
.contact-info .eyebrow { color: #7CE0B4; }
.contact-info p { color: var(--on-dark-muted); font-size: .92rem; }
.contact-list { display: grid; gap: 10px; margin-top: 26px; }
.contact-item { display: flex; gap: 12px; align-items: flex-start; padding: 13px; border: 1px solid var(--line-dark); border-radius: 12px; background: rgba(255,255,255,.03); }
.contact-item .icon { flex: 0 0 auto; margin-top: 2px; color: #7CE0B4; width: 17px; height: 17px; }
.contact-item strong { display: block; font-size: .8rem; }
.contact-item span { color: var(--on-dark-muted); font-size: .76rem; line-height: 1.5; }
.contact-form { display: grid; gap: 16px; padding: 32px; background: var(--paper); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .78rem; font-weight: 620; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--surface-2); transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { height: 46px; padding: 0 13px; }
.field textarea { min-height: 108px; padding: 12px 13px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); outline: 0; background: #fff; }
.form-note { color: var(--muted-2); font-size: .74rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; padding: 56px; overflow: hidden; border-radius: var(--radius-xl); color: #fff; background: var(--ink); }
.cta-band::before { position: absolute; inset: 0; content: ""; background: radial-gradient(420px 220px at 90% 0%, rgba(14,162,113,.22), transparent 70%); pointer-events: none; }
.cta-band-inner { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.cta-band h2 { max-width: 620px; margin-bottom: 0; }
.cta-band p { max-width: 520px; margin: 14px 0 0; color: var(--on-dark-muted); }

/* ---------- Footer ---------- */
.site-footer { padding: 68px 0 26px; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .75fr); gap: 36px; }
.footer-brand .brand-word { color: #fff; }
.footer-brand p { max-width: 380px; margin: 18px 0 0; color: var(--on-dark-muted); font-size: .87rem; }
.footer-col h3 { margin-bottom: 16px; color: var(--on-dark-muted); font-family: var(--font-mono); font-size: .72rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: var(--on-dark-muted); font-size: .85rem; transition: color .2s ease; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line-dark-soft); color: var(--on-dark-muted-2); font-size: .74rem; }

/* ---------- Motion ---------- */
.aos-init { opacity: 0; transition-property: opacity, transform; transition-duration: .6s; transition-timing-function: var(--ease); }
[data-aos="fade-up"].aos-init { transform: translateY(16px); }
[data-aos="fade-left"].aos-init { transform: translateX(18px); }
[data-aos="fade-right"].aos-init { transform: translateX(-18px); }
[data-aos="zoom-in"].aos-init { transform: scale(.985); }
.aos-init.aos-animate { opacity: 1; transform: none; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(14,162,113,.4); } 50% { opacity: .55; box-shadow: 0 0 0 4px rgba(14,162,113,0); } }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  :root { --container: 940px; }
  .nav-links a { padding-inline: 10px; font-size: .84rem; }
  .nav-actions .button-ghost { display: none; }
  .hero { min-height: 660px; padding: 150px 0 88px; }
  .hero-compact { min-height: 500px; padding: 140px 0 76px; }
  .hero-bg img { object-position: 76% center; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3,.7fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .network-categories { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  :root { --nav-height: 66px; }
  .container, .container-narrow { padding-right: 16px; padding-left: 16px; }
  .section { padding: 76px 0; }
  .nav-toggle { display: inline-flex; }
  .nav-actions .button { display: none; }
  .nav-links {
    position: fixed; top: var(--nav-height); right: 14px; left: 14px; display: grid; gap: 3px;
    padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.98);
    box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease; backdrop-filter: blur(16px);
  }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: none; }
  .nav-links a { padding: 12px 14px; font-size: .95rem; }
  .nav-links a[aria-current="page"]::after { display: none; }
  /* The dropdown panel is light, so its links stay dark even over a dark hero */
  .nav-links.open a { color: var(--muted); }
  .nav-links.open a:hover { color: var(--ink); }
  .nav-links.open a[aria-current="page"] { color: var(--ink); }
  .hero { min-height: 580px; padding: 122px 0 72px; }
  .hero-compact { min-height: 440px; padding: 116px 0 64px; }
  .hero-bg img { object-position: 68% center; }
  .hero-veil { background: linear-gradient(97deg, rgba(8,13,24,.90) 0%, rgba(8,13,24,.78) 55%, rgba(8,13,24,.62) 100%); }
  .hero-veil::after { background: linear-gradient(180deg, rgba(8,13,24,.55) 0%, rgba(8,13,24,.30) 40%, rgba(8,13,24,.86) 100%); }
  .hunt-console { max-width: 440px; }
  .stats { margin-top: -22px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid-2 { grid-template-columns: 1fr; gap: 36px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .flow-strip { grid-template-columns: repeat(2, 1fr); }
  .flow-step { border-bottom: 1px solid var(--line); }
  .flow-step:nth-child(2n) { border-right: 0; }
  .timeline-step { grid-template-columns: 1fr; gap: 10px; }
  .pricing-grid { gap: 16px; }
  .price-card { padding: 28px; }
  .contact-shell { grid-template-columns: 1fr; }
  .cta-band { padding: 40px; }
  .cta-band-inner { display: grid; align-items: start; }
  .footer-grid { grid-template-columns: repeat(3,1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container, .container-narrow { padding-right: 14px; padding-left: 14px; }
  .section { padding: 60px 0; }
  h1 { font-size: clamp(2.1rem, 9vw, 2.8rem); }
  h2 { font-size: clamp(1.6rem, 7vw, 2.05rem); }
  .lead { font-size: 1rem; }
  .hero { min-height: 0; padding: 108px 0 56px; }
  .hero-compact { min-height: 0; padding: 104px 0 52px; }
  .trust-row { gap: 10px 18px; margin-top: 30px; padding-top: 22px; }
  .hero-stats { gap: 7px; }
  .mini-stat { padding: 8px 12px; font-size: .76rem; }
  .hunt-console { max-width: 100%; }
  .result-info span { display: none; }
  .stats { margin-top: 10px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .grid-3, .grid-4, .industry-grid, .network-categories, .pricing-grid { grid-template-columns: 1fr; }
  .section-head { margin-bottom: 32px; }
  .flow-strip { grid-template-columns: 1fr; }
  .flow-step { border-right: 0 !important; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-panel { padding: 26px 22px; }
  .source-map { min-height: 380px; }
  .source-map::before { width: 260px; height: 260px; }
  .source-map::after { width: 170px; height: 170px; }
  .source-node { width: 44px; height: 44px; border-radius: 12px; }
  .field-grid { grid-template-columns: 1fr; }
  .contact-info, .contact-form { padding: 24px; }
  .cta-band { padding: 30px 22px; border-radius: 20px; }
  .cta-band-inner { gap: 24px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 8px; }
}

@media (max-width: 430px) {
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .marquee-item { padding-inline: 16px; font-size: .78rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .aos-init { opacity: 1; transform: none; }
  .hero-bg img { transform: scale(1.02); }
  .hero-bg { transform: none !important; }
}

/* =========================================================
   Image-led storytelling components
   ========================================================= */

/* Media frame — shared wrapper for every photographic block */
.media-frame {
  position: relative; overflow: hidden; border-radius: var(--radius-xl);
  border: 1px solid rgba(14,21,36,.14); background: var(--surface-3); box-shadow: var(--shadow-md);
}
.media-frame::after {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; pointer-events: none;
  border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(14,21,36,.05);
}
.media-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.media-frame.tall img { height: 440px; }
.media-frame.wide img { height: 380px; }
.section-dark .media-frame { border-color: var(--line-dark); box-shadow: 0 30px 70px -30px rgba(0,0,0,.7); }

/* Caption plate floating on an image */
.media-tag {
  position: absolute; z-index: 2; right: 16px; bottom: 16px; left: 16px;
  display: flex; align-items: center; gap: 10px; padding: 13px 15px;
  border-radius: 14px; color: #fff; background: rgba(8,13,24,.62); backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.14);
}
.media-tag .icon { flex: 0 0 auto; width: 18px; height: 18px; color: #6EE7B7; }
.media-tag strong { display: block; font-size: .86rem; font-weight: 650; }
.media-tag span { color: rgba(255,255,255,.66); font-size: .76rem; line-height: 1.4; }

/* Split: image one side, short copy the other */
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px; align-items: center; }
.split.reverse .media-frame { order: 2; }
.split-copy .lead { max-width: 480px; }

/* Four step cards, each led by an image */
.step-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.step-card {
  overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s ease;
}
.step-card:hover { transform: translateY(-5px); border-color: var(--accent-line); box-shadow: var(--shadow-md); }
.step-card-media { position: relative; height: 168px; overflow: hidden; }
.step-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.step-card:hover .step-card-media img { transform: scale(1.07); }
.step-card-num {
  position: absolute; z-index: 2; top: 12px; left: 12px;
  display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px;
  border-radius: 9px; color: #fff; background: rgba(8,13,24,.70); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.16);
  font-family: var(--font-mono); font-size: .72rem; font-weight: 700;
}
.step-card-body { padding: 20px; }
.step-card-body h3 { margin-bottom: 6px; font-size: 1rem; }
.step-card-body p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }

/* Alternating large step rows (How it works) */
.step-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px; align-items: center; padding: 50px 0; border-top: 1px solid var(--line); }
.step-row:first-child { padding-top: 0; border-top: 0; }
.step-row:nth-child(even) .media-frame { order: 2; }
.step-row .media-frame img { height: 380px; }
.step-badge {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px;
  color: var(--accent-ink); font-family: var(--font-mono); font-size: .74rem; font-weight: 600;
  letter-spacing: .10em; text-transform: uppercase;
}
.step-badge::before {
  display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px;
  border-radius: 9px; background: var(--accent-soft); color: var(--accent-deep);
  content: attr(data-step); letter-spacing: 0;
}

/* Scroll reveal for imagery */
/* Visible by default; only hidden once JS confirms it can animate them back in */
.reveal-media { transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal-media { opacity: 0; transform: translateY(22px) scale(.985); }
.js .reveal-media.is-in { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .step-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split.reverse .media-frame { order: 0; }
  .step-row { grid-template-columns: 1fr; gap: 28px; padding: 36px 0; }
  .step-row:nth-child(even) .media-frame { order: 0; }
  .step-row .media-frame img { height: 280px; }
  .media-frame.tall img, .media-frame.wide img { height: 320px; }
}
@media (max-width: 680px) {
  .step-cards { grid-template-columns: 1fr; }
  .step-card-media { height: 190px; }
  .media-frame { border-radius: 18px; }
  .media-frame.tall img, .media-frame.wide img, .step-row .media-frame img { height: 240px; }
  .media-tag { right: 12px; bottom: 12px; left: 12px; padding: 11px 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .js .reveal-media { opacity: 1; transform: none; }
}

/* =========================================================
   Additional device coverage — large tablet through small phone
   ========================================================= */

/* Large tablet / small laptop */
@media (max-width: 1024px) {
  .section { padding: 84px 0; }
  .grid-2, .split { gap: 44px; }
  .step-row { gap: 44px; padding: 40px 0; }
  .step-row .media-frame img { height: 320px; }
  .media-frame.tall img { height: 380px; }
  .industry-card img { height: 250px; }
  .cta-band { padding: 46px; }
  .price-card { padding: 30px; }
}

/* Portrait tablet */
@media (max-width: 820px) {
  .network-categories { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .step-cards { grid-template-columns: repeat(2, 1fr); }
  .comparison { grid-template-columns: 1fr; }
  .contact-shell { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.2rem, 6vw, 3rem); }
  .hero-compact h1 { font-size: clamp(2rem, 5.4vw, 2.6rem); }
}

/* Large phone */
@media (max-width: 600px) {
  .section { padding: 56px 0; }
  .section-sm { padding: 44px 0; }
  .section-head { margin-bottom: 28px; }
  .industry-grid, .step-cards, .network-categories, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .industry-card img { height: 240px; }
  .industry-content { padding: 18px; }
  .step-card-media { height: 180px; }
  .hero .button-row { display: grid; width: 100%; }
  .hero .button-row .button { width: 100%; }
  .trust-row { gap: 8px 16px; }
  .trust-item { font-size: .8rem; }
  .price { font-size: 2.5rem; }
  .price-card { padding: 24px; }
  .comparison-table th, .comparison-table td { padding: 14px 16px; }
  .faq-button { font-size: .92rem; padding: 18px 2px; }
  .faq-panel-inner { padding-right: 8px; }
  .cta-band { padding: 28px 20px; }
  .cta-band h2 { font-size: 1.5rem; }
  .contact-item span { font-size: .74rem; }
}

/* Small phone */
@media (max-width: 380px) {
  h1 { font-size: 1.95rem; }
  h2 { font-size: 1.45rem; }
  .kicker { font-size: .7rem; padding: 6px 10px 6px 9px; }
  .mini-stat { font-size: .72rem; padding: 7px 11px; }
  .brand-word { font-size: 1.18rem; }
  .stat { padding: 18px 18px; }
  .media-frame.tall img, .media-frame.wide img, .step-row .media-frame img { height: 210px; }
}

/* Landscape phone — keep heroes from eating the whole screen */
@media (max-height: 520px) and (orientation: landscape) {
  .hero, .hero-compact { min-height: 0; padding: 96px 0 48px; }
}

/* =========================================================
   Premium experience pass
   Unified dark imagery, embedded depth and pointer feedback
   ========================================================= */

:root {
  --shadow-xs: 0 4px 14px -8px rgba(2, 8, 18, .24);
  --shadow-sm: 0 12px 30px -16px rgba(2, 8, 18, .34);
  --shadow-md: 0 24px 54px -24px rgba(2, 8, 18, .42);
  --shadow-lg: 0 38px 90px -34px rgba(0, 5, 14, .58);
}

body { background: #F7F8FA; }
main { background: var(--paper); }

.site-header.scrolled {
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 32px -24px rgba(2,8,18,.45);
  backdrop-filter: blur(18px) saturate(1.22);
}

.hero::before {
  position: absolute; z-index: 1; inset: 0; content: ""; pointer-events: none;
  background-image:
    linear-gradient(rgba(124,224,180,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,224,180,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 72%);
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.hero::after {
  position: absolute; z-index: 1; right: 0; bottom: -1px; left: 0; height: 90px;
  content: ""; pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(8,13,24,.76) 72%, var(--ink));
}

.hero-bg img {
  transform: scale(1.035);
  filter: saturate(1.02) contrast(1.035);
}

.hero-inner { text-shadow: 0 2px 24px rgba(0,0,0,.2); }
.hero .kicker { box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 28px -22px rgba(0,0,0,.8); }

/* Seamless hero-to-content bridge on the home page. */
.stats {
  position: relative; z-index: 5; margin-top: 0; padding: 0 0 42px;
  background: linear-gradient(180deg, var(--ink) 0 46px, var(--surface-2) 46px 100%);
}
.stats-grid {
  transform: translateY(-30px); margin-bottom: -30px;
  border-color: rgba(255,255,255,.11);
  color: #fff;
  background: linear-gradient(145deg, rgba(20,31,53,.97), rgba(8,15,28,.98));
  box-shadow: 0 32px 76px -30px rgba(0,4,12,.76), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(20px) saturate(1.1);
}
.stat { border-color: rgba(255,255,255,.09); }
.stat strong { color: #fff; }
.stat span { color: rgba(255,255,255,.58); }

.section-soft {
  isolation: isolate;
  background-color: var(--surface-2);
  background-image:
    radial-gradient(circle at 9% 10%, rgba(14,162,113,.075), transparent 25rem),
    linear-gradient(rgba(14,21,36,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,21,36,.025) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
}

.section-dark {
  isolation: isolate;
  background-color: var(--ink);
  background-image:
    radial-gradient(circle at 85% 18%, rgba(14,162,113,.14), transparent 28rem),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
}

.media-frame {
  border-color: rgba(9,18,34,.22);
  background: #09111F;
  box-shadow: 0 32px 72px -32px rgba(0,5,14,.64), inset 0 1px 0 rgba(255,255,255,.06);
}
.media-frame::before {
  position: absolute; z-index: 1; inset: 0; content: ""; pointer-events: none;
  background: linear-gradient(135deg, rgba(124,224,180,.075), transparent 38%, rgba(0,0,0,.1));
}
.media-frame img { transition: transform .9s var(--ease), filter .5s ease; }
.media-frame:hover img { transform: scale(1.025); filter: saturate(1.06); }
.section-dark .media-frame {
  border-color: rgba(124,224,180,.18);
  box-shadow: 0 38px 86px -34px rgba(0,0,0,.88), 0 0 0 1px rgba(14,162,113,.04);
}

.feature-card, .network-card, .step-card, .industry-card,
.price-card, .comparison-panel, .table-wrap, .contact-shell, .hunt-console {
  box-shadow: 0 22px 52px -30px rgba(0,5,14,.52);
}

.feature-card, .network-card, .comparison-panel, .price-card {
  transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s ease;
}

.feature-card:hover, .network-card:hover, .comparison-panel:hover, .price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(14,162,113,.34);
  box-shadow: 0 32px 68px -30px rgba(0,5,14,.62);
}

.step-card, .industry-card {
  box-shadow: 0 20px 46px -30px rgba(0,5,14,.5);
}
.step-card:hover, .industry-card:hover {
  box-shadow: 0 32px 68px -30px rgba(0,5,14,.62);
}

.network-card .icon-box, .feature-card .icon-box {
  box-shadow: 0 12px 24px -18px rgba(0,5,14,.45), inset 0 1px 0 rgba(255,255,255,.8);
}

.price-card.recommended {
  border-color: rgba(124,224,180,.22);
  background-image: radial-gradient(circle at 92% 4%, rgba(14,162,113,.24), transparent 18rem);
  box-shadow: 0 38px 84px -34px rgba(0,5,14,.82), inset 0 1px 0 rgba(255,255,255,.08);
}

.cta-band {
  border: 1px solid rgba(124,224,180,.13);
  box-shadow: 0 34px 82px -34px rgba(0,5,14,.72), inset 0 1px 0 rgba(255,255,255,.06);
  background-image:
    radial-gradient(420px 240px at 90% 0%, rgba(14,162,113,.24), transparent 70%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
}

.button { position: relative; overflow: hidden; }
.button::after {
  position: absolute; inset: 0; content: ""; pointer-events: none;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.22) 48%, transparent 76%);
  transform: translateX(-140%); transition: transform .55s var(--ease);
}
.button:hover::after { transform: translateX(140%); }

/* Motion-safe ambient pointer treatment. The native cursor remains available. */
.cursor-glow, .cursor-ring {
  position: fixed; z-index: 999; top: 0; left: 0; pointer-events: none; opacity: 0;
  will-change: transform, opacity; transition: opacity .2s ease;
}
.cursor-glow {
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(14,162,113,.12), rgba(14,162,113,.035) 38%, transparent 70%);
  mix-blend-mode: screen;
}
.cursor-ring {
  width: 26px; height: 26px; border: 1px solid rgba(14,162,113,.58); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(14,162,113,.05), 0 0 20px rgba(14,162,113,.15);
  transition: width .18s var(--ease), height .18s var(--ease), border-color .18s ease, opacity .2s ease;
}
body.cursor-ready .cursor-glow, body.cursor-ready .cursor-ring { opacity: 1; }
.cursor-ring.is-active { width: 38px; height: 38px; border-color: rgba(124,224,180,.82); }

@media (max-width: 900px) {
  .hero-bg img { transform: scale(1.02); object-position: 70% center; }
  .feature-card:hover, .network-card:hover, .comparison-panel:hover, .price-card:hover { transform: none; }
}

@media (max-width: 680px) {
  .hero::before { background-size: 32px 32px; opacity: .7; }
  .hero::after { height: 64px; }
  .hero-bg img { object-position: 66% center; }
  .hero-veil { background: linear-gradient(100deg, rgba(8,13,24,.94), rgba(8,13,24,.76) 62%, rgba(8,13,24,.62)); }
  .stats { margin-top: 0; padding-bottom: 32px; background: linear-gradient(180deg, var(--ink) 0 24px, var(--surface-2) 24px 100%); }
  .stats-grid { transform: translateY(-18px); margin-bottom: -18px; }
  .stat { padding: 18px 20px; }
  .feature-card, .network-card, .step-card, .industry-card,
  .price-card, .comparison-panel, .table-wrap, .contact-shell, .hunt-console {
    box-shadow: 0 18px 40px -28px rgba(0,5,14,.5);
  }
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .cursor-glow, .cursor-ring { display: none !important; }
  .button::after { display: none; }
}
