/* ============================================================
   DIGITAL PICKHOUSE — light institutional fintech theme
   Archivo (display) + Public Sans (body), self-hosted
   ============================================================ */

@font-face { font-family: 'Archivo'; font-weight: 500; font-style: normal; font-display: swap; src: url('/assets/fonts/archivo-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Archivo'; font-weight: 600; font-style: normal; font-display: swap; src: url('/assets/fonts/archivo-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Archivo'; font-weight: 700; font-style: normal; font-display: swap; src: url('/assets/fonts/archivo-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Archivo'; font-weight: 800; font-style: normal; font-display: swap; src: url('/assets/fonts/archivo-latin-800-normal.woff2') format('woff2'); }
@font-face { font-family: 'Public Sans'; font-weight: 400; font-style: normal; font-display: swap; src: url('/assets/fonts/public-sans-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Public Sans'; font-weight: 400; font-style: italic; font-display: swap; src: url('/assets/fonts/public-sans-latin-400-italic.woff2') format('woff2'); }
@font-face { font-family: 'Public Sans'; font-weight: 500; font-style: normal; font-display: swap; src: url('/assets/fonts/public-sans-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Public Sans'; font-weight: 600; font-style: normal; font-display: swap; src: url('/assets/fonts/public-sans-latin-600-normal.woff2') format('woff2'); }

:root {
  --bg: #FFFFFF;
  --ice: #F2F6FB;
  --ice-2: #E9F0F9;
  --line: #DCE6F2;
  --line-soft: #E8EFF8;
  --ink: #0A1B33;
  --ink-soft: #4E6285;
  --ink-mute: #7A8CAA;
  --blue: #2563EB;
  --blue-deep: #1B4FD8;
  --blue-bright: #3B82F6;
  --navy: #081427;
  --navy-2: #0C1F3E;
  --navy-line: rgba(143, 176, 226, .16);
  --navy-ink: #EAF1FB;
  --navy-soft: #9FB3D4;
  --mint: #10B981;
  --radius: 16px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(10, 27, 51, .05), 0 4px 14px rgba(10, 27, 51, .05);
  --shadow-md: 0 6px 22px rgba(10, 27, 51, .09);
  --shadow-lg: 0 18px 50px rgba(10, 27, 51, .14);
  --font-display: 'Archivo', 'Public Sans', Arial, sans-serif;
  --font-body: 'Public Sans', Arial, Helvetica, sans-serif;
  --ease: cubic-bezier(.22, .8, .3, 1);
  --header-h: 88px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  font-size: 16.5px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }
a, button, summary, .faq-item { -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -.015em; color: var(--ink); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; }
h3 { font-size: 1.1rem; font-weight: 700; }

.container { width: min(1180px, 92%); margin-inline: auto; }
.container-narrow { width: min(860px, 92%); margin-inline: auto; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--blue); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

::selection { background: rgba(37, 99, 235, .18); }

/* ── Icons ── */
.icon, .ico { width: 20px; height: 20px; flex: none; }
svg.icon, svg.ico { max-width: 36px; max-height: 36px; }

/* ── Buttons (calm hover, no glow) ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display); font-weight: 700; font-size: .96rem;
  padding: 13px 26px; border-radius: var(--radius-sm); border: 1px solid transparent;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease),
              background-color .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease);
  white-space: nowrap;
}
.btn .icon { width: 17px; height: 17px; transition: transform .22s var(--ease); }
.btn:hover .icon { transform: translateX(3px); }
.btn:active { transform: translateY(0) scale(.985); }
.btn:focus-visible { outline: 3px solid rgba(37, 99, 235, .35); outline-offset: 2px; }

.btn-primary { background: var(--blue); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--blue-deep); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(27, 79, 216, .28); }

.btn-white { background: #fff; color: var(--ink); border-color: #fff; box-shadow: var(--shadow-sm); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); color: var(--blue-deep); }

.btn-ghost { background: rgba(255, 255, 255, .06); color: #fff; border-color: rgba(255, 255, 255, .28); }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .5); transform: translateY(-2px); }

.btn-lg { padding: 16px 32px; font-size: 1.02rem; border-radius: 14px; }
.btn-block { width: 100%; }
.btn-header { padding: 11px 20px; font-size: .9rem; }

.cta-inline {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; color: var(--blue);
}
.cta-inline .icon { width: 17px; height: 17px; transition: transform .22s var(--ease); }
.cta-inline:hover .icon { transform: translateX(4px); }

/* ── Header ── */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow .3s var(--ease), background-color .3s var(--ease);
}
.site-header.scrolled { background: rgba(255, 255, 255, .96); box-shadow: 0 8px 30px rgba(10, 27, 51, .08); }
.header-inner {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; height: var(--header-h); position: relative;
}
.brand { justify-self: start; display: inline-flex; }
.brand img { width: 186px; height: auto; }

.main-nav { display: flex; gap: 36px; justify-self: center; }
.main-nav a {
  font-family: var(--font-display); font-weight: 600; font-size: .98rem;
  color: var(--ink-soft); position: relative; padding: 6px 0;
  transition: color .2s var(--ease);
}
.main-nav a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2.5px;
  background: var(--blue); border-radius: 2px; transition: right .28s var(--ease);
}
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }

.header-actions { justify-self: end; }

/* Burger: two lines that morph into an X */
.nav-toggle { display: none; justify-self: end; padding: 10px; margin-right: -10px; z-index: 130; }
.nav-toggle-box { display: block; width: 26px; height: 18px; position: relative; }
.nav-toggle-line {
  position: absolute; left: 0; width: 100%; height: 2.4px; border-radius: 2px;
  background: var(--ink); transition: transform .32s var(--ease), top .32s var(--ease), width .32s var(--ease);
}
.nav-toggle-line:nth-child(1) { top: 2px; }
.nav-toggle-line:nth-child(2) { top: 13px; width: 70%; }
body.menu-open .nav-toggle-line:nth-child(1) { top: 8px; transform: rotate(45deg); }
body.menu-open .nav-toggle-line:nth-child(2) { top: 8px; width: 100%; transform: rotate(-45deg); }

/* ── Mobile menu (full screen) ── */
.mobile-menu {
  position: fixed; inset: 0; z-index: 120; background: var(--navy);
  background-image:
    radial-gradient(720px 420px at 88% -8%, rgba(59, 130, 246, .26), transparent 62%),
    radial-gradient(520px 380px at -10% 105%, rgba(27, 79, 216, .2), transparent 60%);
  display: flex; flex-direction: column;
  padding: calc(var(--header-h) + 18px) 7% 34px;
  opacity: 0; visibility: hidden; transition: opacity .34s var(--ease), visibility .34s;
}
.mobile-menu-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(143, 176, 226, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 176, 226, .07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(620px 520px at 50% 18%, #000 25%, transparent 80%);
  -webkit-mask-image: radial-gradient(620px 520px at 50% 18%, #000 25%, transparent 80%);
}
body.menu-open .mobile-menu { opacity: 1; visibility: visible; }
body.menu-open { overflow: hidden; }
body.menu-open .site-header { background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; }
body.menu-open .site-header .brand img { filter: brightness(0) invert(1); }
body.menu-open .nav-toggle-line { background: #fff; }

.mobile-menu-kicker, .mobile-menu-nav a, .mobile-menu-bottom {
  position: relative; opacity: 0; transform: translateY(20px);
  transition: opacity .42s var(--ease), transform .42s var(--ease);
}
body.menu-open .mobile-menu-kicker,
body.menu-open .mobile-menu-nav a,
body.menu-open .mobile-menu-bottom { opacity: 1; transform: none; transition-delay: calc(.08s + var(--i) * .06s); }

.mobile-menu-kicker {
  display: flex; align-items: center; gap: 10px; margin: 4vh 0 10px;
  font-family: var(--font-display); font-weight: 600; font-size: .74rem;
  letter-spacing: .24em; text-transform: uppercase; color: var(--blue-bright);
}
.mobile-menu-nav { display: flex; flex-direction: column; }
.mobile-menu-nav a {
  display: grid; grid-template-columns: 38px 1fr 26px; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.55rem, 6.6vw, 2.05rem);
  color: var(--navy-ink); padding: 19px 0;
  border-bottom: 1px solid var(--navy-line);
}
.mobile-menu-nav a:first-child { border-top: 1px solid var(--navy-line); }
.mm-no { font-size: .78rem; font-weight: 600; color: rgba(143, 176, 226, .55); letter-spacing: .08em; }
.mm-label { line-height: 1.1; }
.mm-arrow { color: rgba(143, 176, 226, .45); display: grid; place-items: center; }
.mm-arrow .icon { width: 20px; height: 20px; }
.mobile-menu-nav a.active { color: var(--blue-bright); }
.mobile-menu-nav a.active .mm-no, .mobile-menu-nav a.active .mm-arrow { color: var(--blue-bright); }
.mobile-menu-nav a:active .mm-arrow { transform: translateX(4px); }

.mobile-menu-bottom { margin-top: auto; display: grid; gap: 16px; justify-items: center; }
.mobile-menu-claim {
  font-family: var(--font-display); font-weight: 600; font-size: .82rem;
  letter-spacing: .06em; color: var(--navy-soft); text-align: center;
}
.mobile-menu-mail {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--navy-soft); font-size: .94rem;
}
.mobile-menu-mail .icon { width: 17px; height: 17px; color: var(--blue-bright); }

/* ── HERO (home) ── */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 560px at 78% -12%, rgba(59, 130, 246, .26), transparent 62%),
    radial-gradient(800px 460px at -8% 108%, rgba(27, 79, 216, .22), transparent 60%),
    linear-gradient(168deg, #0A1A33 0%, var(--navy) 55%, #060F20 100%);
  color: var(--navy-ink);
  padding: calc(var(--header-h) + 84px) 0 110px;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-grid {
  position: absolute; inset: -2px;
  background-image:
    linear-gradient(rgba(143, 176, 226, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 176, 226, .07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(1100px 700px at 60% 20%, #000 30%, transparent 78%);
  -webkit-mask-image: radial-gradient(1100px 700px at 60% 20%, #000 30%, transparent 78%);
  animation: gridDrift 26s linear infinite;
}
@keyframes gridDrift { to { background-position: 56px 56px, 56px 56px; } }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; }
.hero-glow-a { width: 520px; height: 520px; right: -120px; top: -160px; background: rgba(59, 130, 246, .35); animation: glowFloat 11s ease-in-out infinite alternate; }
.hero-glow-b { width: 420px; height: 420px; left: -140px; bottom: -180px; background: rgba(27, 79, 216, .3); animation: glowFloat 13s ease-in-out infinite alternate-reverse; }
@keyframes glowFloat { to { transform: translate(26px, 18px) scale(1.06); } }

.hero-bg video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1.1s ease;
}
.hero.video-ready .hero-bg video { opacity: .38; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 39, .42) 0%, rgba(8, 20, 39, .55) 60%, rgba(8, 20, 39, .92) 100%);
}

.hero-layout {
  position: relative; display: grid; grid-template-columns: 1.06fr .94fr;
  gap: 56px; align-items: center;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: .82rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--blue-bright);
  margin-bottom: 22px;
}
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-bright); position: relative; flex: none; }
.pulse-dot::after {
  content: ''; position: absolute; inset: -5px; border-radius: 50%;
  border: 1.6px solid currentColor; color: inherit; opacity: 0; animation: pulse 2.2s ease-out infinite;
}
.pulse-dot-green { background: var(--mint); color: var(--mint); }
@keyframes pulse { 0% { transform: scale(.5); opacity: .9; } 70%, 100% { transform: scale(1.5); opacity: 0; } }

.hero-title {
  font-size: clamp(2.35rem, 5.4vw, 3.9rem); font-weight: 800; color: #fff;
  margin-bottom: 20px;
}
.hero-title .grad {
  background: linear-gradient(96deg, #6CA2F8 6%, var(--blue-bright) 48%, #8FB9FA 92%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { font-size: 1.12rem; color: var(--navy-soft); max-width: 480px; margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }

.hero-stats { display: flex; gap: 0; border-top: 1px solid var(--navy-line); padding-top: 24px; }
.hero-stat { flex: 1; padding-right: 22px; }
.hero-stat + .hero-stat { padding-left: 22px; border-left: 1px solid var(--navy-line); }
.hero-stat strong {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.5rem, 2.6vw, 2rem); color: #fff; line-height: 1.1; margin-bottom: 4px;
}
.hero-stat span { font-size: .84rem; color: var(--navy-soft); line-height: 1.45; display: block; }

/* Research desk card */
.hero-card {
  background: rgba(12, 31, 62, .58);
  border: 1px solid rgba(143, 176, 226, .22);
  border-radius: 20px; padding: 22px 24px 24px;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 30px 80px rgba(2, 8, 20, .55), inset 0 1px 0 rgba(255, 255, 255, .07);
  animation: cardFloat 7s ease-in-out infinite alternate;
}
@keyframes cardFloat { to { transform: translateY(-10px); } }
.hero-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.hc-dots { display: inline-flex; gap: 5px; }
.hc-dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(143, 176, 226, .3); }
.hc-dots i:first-child { background: var(--blue-bright); }
.hc-label {
  font-family: var(--font-display); font-weight: 700; font-size: .82rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--navy-ink);
}
.hc-live {
  margin-left: auto; display: inline-flex; align-items: center; gap: 7px;
  font-size: .68rem; font-weight: 700; letter-spacing: .14em; color: var(--mint);
}
.hero-card-chart {
  border: 1px solid rgba(143, 176, 226, .16); border-radius: 14px;
  padding: 12px 12px 4px; background: rgba(6, 15, 32, .55); margin-bottom: 16px;
}
.hc-chart-head { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 8px; }
.hc-chart-label {
  font-family: var(--font-display); font-weight: 600; font-size: .68rem;
  letter-spacing: .18em; text-transform: uppercase; color: rgba(159, 179, 212, .75);
}
.hc-chart-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 700; font-size: .72rem;
  color: var(--mint); background: rgba(16, 185, 129, .12);
  border: 1px solid rgba(16, 185, 129, .25); border-radius: 999px; padding: 4px 11px;
  opacity: 0; transform: translateY(-4px);
}
.hero.cards-on .hc-chart-badge { animation: resultIn .5s 2.5s var(--ease) forwards; }
.hc-chart-badge .icon { width: 13px; height: 13px; }
.hero-card-chart svg { width: 100%; height: 92px; }
.spark-line { stroke-dasharray: 760; stroke-dashoffset: 760; }
.hero.cards-on .spark-line { animation: sparkDraw 2.2s .4s var(--ease) forwards; }
@keyframes sparkDraw { to { stroke-dashoffset: 0; } }
.spark-area { opacity: 0; }
.hero.cards-on .spark-area { animation: fadeIn 1s 1.9s ease forwards; }
.spark-dot { opacity: 0; }
.hero.cards-on .spark-dot { animation: fadeIn .5s 2.4s ease forwards, dotPulse 2s 2.8s ease-in-out infinite; }
@keyframes fadeIn { to { opacity: 1; } }
@keyframes dotPulse { 50% { r: 6; } }

.hero-card-scans { display: grid; gap: 9px; margin-bottom: 16px; }
.hc-scan {
  display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px;
  background: rgba(6, 15, 32, .42); border: 1px solid rgba(143, 176, 226, .12);
  border-radius: 12px; padding: 9px 12px;
}
.hc-scan-ico {
  width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center;
  background: rgba(59, 130, 246, .13); color: var(--blue-bright);
}
.hc-scan-ico .icon { width: 16px; height: 16px; }
.hc-scan-name { font-size: .86rem; font-weight: 500; color: var(--navy-ink); white-space: nowrap; }
.hc-status { position: relative; min-width: 96px; height: 26px; }
.hc-status .st-scan, .hc-status .st-done {
  position: absolute; inset: 0; display: inline-flex; align-items: center; justify-content: flex-end; gap: 6px;
  font-family: var(--font-display); font-weight: 600; font-size: .76rem;
}
.st-scan { color: rgba(159, 179, 212, .8); }
.st-scan i { width: 3.5px; height: 3.5px; border-radius: 50%; background: currentColor; animation: blink 1s infinite; }
.st-scan i:nth-child(2) { animation-delay: .18s; }
.st-scan i:nth-child(3) { animation-delay: .36s; }
@keyframes blink { 0%, 80%, 100% { opacity: .25; } 40% { opacity: 1; } }
.hero.cards-on .st-scan { animation: stOut .25s ease forwards; animation-delay: calc(.9s + var(--d) * .55s); }
@keyframes stOut { to { opacity: 0; visibility: hidden; } }
.st-done { color: var(--mint); opacity: 0; transform: translateY(5px); }
.st-done .icon { width: 15px; height: 15px; }
.hero.cards-on .st-done { animation: stIn .4s var(--ease) forwards; animation-delay: calc(1s + var(--d) * .55s); }
@keyframes stIn { to { opacity: 1; transform: none; } }

.hero-card-result {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-family: var(--font-display); font-weight: 700; font-size: .92rem;
  color: #fff; background: linear-gradient(96deg, var(--blue-deep), var(--blue));
  border-radius: 12px; padding: 14px 18px; position: relative; overflow: hidden;
  opacity: 0; transform: translateY(8px);
  transition: filter .22s var(--ease), box-shadow .22s var(--ease);
}
.hero-card-result:hover { filter: brightness(1.12); box-shadow: 0 10px 26px rgba(27, 79, 216, .4); }
.hero-card-result:hover .hcr-arrow .icon { transform: translateX(4px); }
.hcr-arrow .icon { transition: transform .22s var(--ease); }
.hero.cards-on .hero-card-result { animation: resultIn .55s 3.4s var(--ease) forwards; }
@keyframes resultIn { to { opacity: 1; transform: none; } }
.hero-card-result::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 60px;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .22), transparent);
  left: -80px;
}
.hero.cards-on .hero-card-result::after { animation: shine 2.8s 4s ease-in-out infinite; }
a.hero-card-result { transition: transform .24s var(--ease), box-shadow .24s var(--ease); }
a.hero-card-result:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(27, 79, 216, .4); color: #fff; }
a.hero-card-result:hover .hcr-arrow .icon { transform: translateX(3px); }
.hcr-arrow .icon { transition: transform .24s var(--ease); }
@keyframes shine { 0% { left: -80px; } 45%, 100% { left: 110%; } }
.hcr-text { display: inline-flex; align-items: center; gap: 10px; }
.hcr-text .icon { width: 18px; height: 18px; }
.hcr-arrow .icon { width: 17px; height: 17px; }

/* ── Ticker ── */
.ticker {
  background: var(--navy); border-top: 1px solid var(--navy-line);
  overflow: hidden; padding: 15px 0; position: relative;
}
.ticker::before, .ticker::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.ticker::before { left: 0; background: linear-gradient(90deg, var(--navy), transparent); }
.ticker::after { right: 0; background: linear-gradient(-90deg, var(--navy), transparent); }
.ticker-track { display: flex; gap: 48px; width: max-content; animation: tickerMove 34s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes tickerMove { to { transform: translateX(-50%); } }
.ticker-item {
  display: inline-flex; align-items: center; gap: 14px; white-space: nowrap;
  font-family: var(--font-display); font-weight: 600; font-size: .85rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--navy-soft);
}
.tick-diamond { width: 7px; height: 7px; background: var(--blue-bright); transform: rotate(45deg); flex: none; }

/* ── Sections ── */
.section { padding: 96px 0; }
.section-ice { background: var(--ice); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.kicker {
  font-family: var(--font-display); font-weight: 700; font-size: .8rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--blue);
  margin-bottom: 14px;
}
.kicker-light { color: var(--blue-bright); }
.section-intro { color: var(--ink-soft); font-size: 1.08rem; margin-top: 16px; }
.section-intro-left { margin-left: 0; }
.section-foot { text-align: center; margin-top: 52px; }
.text-lg { font-size: 1.13rem; color: var(--ink-soft); margin-top: 18px; line-height: 1.8; }

/* ── Panels ── */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; position: relative; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.panel::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--blue-bright));
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.panel:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(37, 99, 235, .3); }
.panel:hover::before { transform: scaleX(1); }
.panel-icon {
  width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center;
  background: var(--ice); color: var(--blue); margin-bottom: 18px;
  transition: background-color .3s var(--ease), color .3s var(--ease);
}
.panel:hover .panel-icon { background: var(--blue); color: #fff; }
.panel-icon .icon { width: 23px; height: 23px; }
.panel h3 { margin-bottom: 8px; }
.panel p { color: var(--ink-soft); font-size: .95rem; }
.panel-center { text-align: center; }
.panel-center .panel-icon { margin-inline: auto; }

/* ── Process steps ── */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; counter-reset: step; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(37, 99, 235, .3); }
.step::after {
  content: ''; position: absolute; top: 38px; right: -19px; width: 20px; height: 2px;
  background: var(--line); z-index: 1;
}
.step:last-child::after { display: none; }
.step-no {
  display: inline-grid; place-items: center; width: 42px; height: 42px;
  font-family: var(--font-display); font-weight: 800; font-size: .92rem;
  color: var(--blue); background: var(--ice); border: 1px solid var(--line);
  border-radius: 50%; margin-bottom: 16px; transition: all .3s var(--ease);
}
.step:hover .step-no { background: var(--blue); color: #fff; border-color: var(--blue); }
.step h3 { font-size: 1rem; margin-bottom: 7px; }
.step p { font-size: .89rem; color: var(--ink-soft); }

/* ── Offers ── */
.offers-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: start; }
.offers-copy h2 { margin-top: 0; }
.img-frame {
  margin-top: 28px; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
}
.img-frame img { width: 100%; height: auto; transition: transform .6s var(--ease); }
.img-frame:hover img { transform: scale(1.03); }
.muted-note {
  display: flex; gap: 10px; align-items: flex-start; margin-top: 20px;
  font-size: .87rem; color: var(--ink-mute);
}
.muted-note .icon { width: 17px; height: 17px; margin-top: 2px; color: var(--blue); }
.offers-list { display: grid; gap: 14px; }
.offer-row {
  display: grid; grid-template-columns: 52px 1fr 26px; gap: 18px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 22px; color: var(--ink);
  transition: transform .26s var(--ease), box-shadow .26s var(--ease), border-color .26s var(--ease);
}
.offer-row:hover { transform: translateX(6px); box-shadow: var(--shadow-md); border-color: rgba(37, 99, 235, .35); }
.offer-ico {
  width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center;
  background: var(--ice); color: var(--blue); transition: all .26s var(--ease);
}
.offer-row:hover .offer-ico { background: var(--blue); color: #fff; }
.offer-ico .icon { width: 23px; height: 23px; }
.offer-body { display: grid; gap: 3px; }
.offer-body strong { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; }
.offer-body span { font-size: .9rem; color: var(--ink-soft); }
.offer-arrow { color: var(--ink-mute); transition: transform .26s var(--ease), color .26s; }
.offer-row:hover .offer-arrow { transform: translateX(4px); color: var(--blue); }

/* ── Methodology (dark band) ── */
.section-navy {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 460px at 85% -10%, rgba(59, 130, 246, .2), transparent 62%),
    linear-gradient(168deg, #0A1A33, var(--navy));
  color: var(--navy-ink);
}
.section-navy h2 { color: #fff; }
.section-navy .section-intro { color: var(--navy-soft); }
.section-navy-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(143, 176, 226, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 176, 226, .06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(900px 600px at 50% 0%, #000 25%, transparent 80%);
  -webkit-mask-image: radial-gradient(900px 600px at 50% 0%, #000 25%, transparent 80%);
}
/* Methodology orbit: opportunity in the center, 8 factors around it */
.orbit { position: relative; height: 700px; margin-top: 14px; }

/* Concentric radar construction: true circles, shared center */
.o-ring, .o-sweep, .o-spokes {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%); border-radius: 50%; pointer-events: none;
}
.o-ring-1 { width: 590px; height: 590px; border: 1px solid rgba(143, 176, 226, .2); }
.o-ring-1::after {
  content: ''; position: absolute; inset: -1px; border-radius: 50%;
  border: 1px dashed rgba(143, 176, 226, .22);
  animation: orbitSpin 80s linear infinite;
}
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.o-ring-2 {
  width: 412px; height: 412px; border: 1px dashed rgba(143, 176, 226, .16);
  animation: orbitSpinC 60s linear infinite reverse;
}
.o-ring-2::after {
  content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 252px; height: 252px; border-radius: 50%;
  border: 1px dotted rgba(143, 176, 226, .22);
}
@keyframes orbitSpinC { to { transform: translate(-50%, -50%) rotate(360deg); } }

.o-sweep {
  width: 590px; height: 590px; overflow: hidden;
  background: conic-gradient(from 0deg, transparent 0 80%, rgba(59, 130, 246, .14) 95%, rgba(59, 130, 246, .32) 100%);
  animation: sweepSpin 7s linear infinite;
}
.o-sweep::after {
  content: ''; position: absolute; left: 50%; top: 0; width: 1.5px; height: 50%;
  background: linear-gradient(180deg, rgba(59, 130, 246, .65), transparent 85%);
  transform: translateX(-50%);
}
@keyframes sweepSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }

/* Crosshair: four exact diameters of the outer ring */
.o-spokes { width: 590px; height: 590px; border-radius: 0; }
.o-spokes i {
  position: absolute; left: 0; top: 50%; width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 176, 226, .2) 18%, rgba(143, 176, 226, .2) 82%, transparent);
}
.o-spokes i:nth-child(2) { transform: rotate(45deg); }
.o-spokes i:nth-child(3) { transform: rotate(90deg); }
.o-spokes i:nth-child(4) { transform: rotate(135deg); }

.o-hub {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 184px; height: 184px; border-radius: 50%;
  display: grid; place-content: center; justify-items: center; gap: 9px; text-align: center;
  background:
    radial-gradient(110px 110px at 50% 24%, rgba(59, 130, 246, .3), transparent 70%),
    linear-gradient(160deg, #122A55, var(--navy-2));
  border: 1px solid rgba(96, 142, 212, .45);
  box-shadow: 0 0 0 12px rgba(59, 130, 246, .05), 0 0 70px rgba(59, 130, 246, .28);
  z-index: 3;
}
.o-hub::after {
  content: ''; position: absolute; inset: -12px; border-radius: 50%;
  border: 1.5px solid rgba(59, 130, 246, .5); opacity: 0;
  animation: hubPulse 2.6s ease-out infinite;
}
@keyframes hubPulse { 0% { transform: scale(.86); opacity: .8; } 70%, 100% { transform: scale(1.18); opacity: 0; } }
.o-hub-logo { width: 124px; height: auto; filter: brightness(0) invert(1); opacity: .95; }
.o-hub-sub {
  font-family: var(--font-display); font-weight: 600; font-size: .6rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--blue-bright);
}

.o-node {
  position: absolute; transform: translate(-50%, -50%);
  width: 190px; padding: 15px 16px 13px; text-align: center; z-index: 2;
  background: rgba(12, 31, 62, .78); border: 1px solid rgba(143, 176, 226, .2);
  border-radius: 14px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease);
}
.o-node:hover {
  transform: translate(-50%, -50%) scale(1.05); border-color: rgba(59, 130, 246, .6);
  box-shadow: 0 18px 44px rgba(2, 8, 20, .5); z-index: 4;
}
.o-no {
  position: absolute; top: 9px; right: 12px;
  font-family: var(--font-display); font-weight: 800; font-size: .68rem;
  color: rgba(143, 176, 226, .5);
}
.o-ico {
  width: 38px; height: 38px; border-radius: 11px; display: inline-grid; place-items: center;
  background: rgba(59, 130, 246, .14); color: var(--blue-bright); margin-bottom: 8px;
  transition: background-color .28s var(--ease), color .28s var(--ease);
}
.o-node:hover .o-ico { background: var(--blue); color: #fff; }
.o-ico .icon { width: 18px; height: 18px; }
.o-node h3 { color: #fff; font-size: .94rem; line-height: 1.2; }
.o-text {
  max-height: 0; opacity: 0; overflow: hidden; margin: 0;
  color: var(--navy-soft); font-size: .8rem; line-height: 1.45;
  transition: max-height .35s var(--ease), opacity .3s var(--ease), margin-top .3s var(--ease);
}
.o-node:hover .o-text { max-height: 90px; opacity: 1; margin-top: 7px; }
@media (hover: none) { .o-text { max-height: none; opacity: 1; margin-top: 7px; } }

/* Clockwise from 12 o'clock, centers exactly on the outer ring (r = 295px) */
.o-p1 { left: 50%; top: calc(50% - 295px); }
.o-p2 { left: calc(50% + 209px); top: calc(50% - 209px); }
.o-p3 { left: calc(50% + 295px); top: 50%; }
.o-p4 { left: calc(50% + 209px); top: calc(50% + 209px); }
.o-p5 { left: 50%; top: calc(50% + 295px); }
.o-p6 { left: calc(50% - 209px); top: calc(50% + 209px); }
.o-p7 { left: calc(50% - 295px); top: 50%; }
.o-p8 { left: calc(50% - 209px); top: calc(50% - 209px); }

/* ── Risk band ── */
.risk-band {
  background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--blue);
  border-radius: var(--radius); padding: 44px 48px; box-shadow: var(--shadow-sm);
}
.risk-head { display: flex; gap: 24px; align-items: flex-start; margin-bottom: 28px; }
.risk-head h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.risk-shield {
  flex: none; width: 60px; height: 60px; border-radius: 16px;
  display: grid; place-items: center; background: var(--ice); color: var(--blue);
}
.risk-shield .icon { width: 28px; height: 28px; }
.risk-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; }
.risk-list li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink-soft); font-size: .98rem; }
.risk-list .icon { width: 19px; height: 19px; color: var(--blue); margin-top: 3px; flex: none; }
.risk-cta { margin-top: 28px; }

/* ── FAQ ── */
.faq { display: grid; gap: 14px; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.faq-item[open] { border-color: rgba(37, 99, 235, .4); box-shadow: var(--shadow-sm); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  cursor: pointer; list-style: none; padding: 21px 26px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chevron { color: var(--blue); transition: transform .3s var(--ease); }
.faq-chevron .icon { width: 19px; height: 19px; }
.faq-item[open] .faq-chevron { transform: rotate(180deg); }
.faq-body { padding: 0 26px 22px; }
.faq-body p { color: var(--ink-soft); font-size: .97rem; }
.faq-item[open] .faq-body { animation: faqIn .28s var(--ease); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ── CTA strip (mid-page) ── */
.cta-strip { background: var(--navy); padding: 34px 0; }
.cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-strip-inner p { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; color: #fff; }
.cta-strip-inner p span { display: block; font-family: var(--font-body); font-weight: 400; font-size: .94rem; color: var(--navy-soft); margin-top: 3px; }

/* ── CTA band (page end) ── */
.cta-band {
  position: relative; overflow: hidden; text-align: center; padding: 96px 0;
  background:
    radial-gradient(800px 420px at 50% 120%, rgba(59, 130, 246, .4), transparent 65%),
    linear-gradient(150deg, var(--navy-2), var(--navy));
  color: #fff;
}
.cta-band-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(143, 176, 226, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 176, 226, .07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(700px 420px at 50% 50%, #000 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(700px 420px at 50% 50%, #000 20%, transparent 80%);
}
.cta-band h2 { color: #fff; margin-bottom: 14px; position: relative; }
.cta-band p { color: var(--navy-soft); font-size: 1.08rem; max-width: 520px; margin: 0 auto 32px; position: relative; }
.cta-band .container { position: relative; }

/* ── Page hero (about / contact) ── */
.page-hero {
  position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(180deg, var(--ice) 0%, #fff 100%);
  padding: calc(var(--header-h) + 76px) 0 64px;
}
.page-hero-compact { padding-bottom: 48px; }
.page-hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(37, 99, 235, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, .06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(800px 420px at 50% 0%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(800px 420px at 50% 0%, #000 20%, transparent 75%);
}
.page-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); font-weight: 800; position: relative; }
.page-hero-intro { max-width: 600px; margin: 18px auto 0; color: var(--ink-soft); font-size: 1.1rem; position: relative; }
.page-hero .kicker { position: relative; }
.page-hero-stats {
  display: flex; justify-content: center; gap: 0; margin-top: 44px; position: relative;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 12px; max-width: 760px; margin-inline: auto; box-shadow: var(--shadow-sm);
}
.page-hero-stats .hero-stat { text-align: center; padding-inline: 26px; }
.page-hero-stats .hero-stat + .hero-stat { border-left: 1px solid var(--line); }
.page-hero-stats .hero-stat strong { color: var(--blue); }
.page-hero-stats .hero-stat span { color: var(--ink-soft); }

/* ── Split (about) ── */
.split { display: grid; grid-template-columns: 1.04fr .96fr; gap: 60px; align-items: center; }
.split-rev { grid-template-columns: .96fr 1.04fr; }
.split .img-frame { margin-top: 0; }
.value-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.value-chips li {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 13px 16px; font-weight: 600; font-size: .92rem;
  font-family: var(--font-display);
  transition: transform .24s var(--ease), border-color .24s, box-shadow .24s var(--ease);
}
.value-chips li:hover { transform: translateY(-3px); border-color: rgba(37, 99, 235, .35); box-shadow: var(--shadow-sm); }
.value-chips .icon { width: 17px; height: 17px; color: var(--blue); flex: none; }

.diff-section { text-align: center; }
.diff-title { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 22px; }
.diff-text { color: var(--navy-soft); font-size: 1.12rem; line-height: 1.85; margin-bottom: 36px; }

/* ── Contact ── */
.section-contact { padding-top: 64px; }
.contact-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 36px; align-items: start; }
.contact-form-wrap {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 40px 42px; box-shadow: var(--shadow-md);
}
.form-head { margin-bottom: 26px; }
.form-title { font-size: 1.5rem; }
.form-sub { display: flex; align-items: center; gap: 8px; color: var(--ink-mute); font-size: .9rem; margin-top: 8px; }
.form-sub .icon { width: 16px; height: 16px; color: var(--blue); }

.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-family: var(--font-display); font-weight: 600;
  font-size: .88rem; margin-bottom: 7px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; font: inherit; font-size: .98rem; color: var(--ink);
  background: var(--ice); border: 1.6px solid var(--line); border-radius: 12px;
  padding: 13px 15px; transition: border-color .2s var(--ease), background-color .2s, box-shadow .2s var(--ease);
}
.form-group textarea { resize: vertical; min-height: 130px; }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%234E6285' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--blue); background: #fff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-feedback { color: #C0392B; font-size: .92rem; min-height: 1.2em; margin-bottom: 12px; }
.form-disclaimer { font-size: .78rem; color: var(--ink-mute); line-height: 1.6; margin-top: 18px; }
.form-success { text-align: center; padding: 48px 20px; }
.success-ico {
  display: inline-grid; place-items: center; width: 70px; height: 70px;
  border-radius: 50%; background: rgba(16, 185, 129, .12); color: var(--mint);
  margin-bottom: 20px; animation: checkPop .5s var(--ease);
}
.success-ico .icon { width: 32px; height: 32px; }
@keyframes checkPop { from { opacity: 0; transform: scale(.4); } to { opacity: 1; transform: scale(1); } }
.form-success h3 { font-size: 1.4rem; margin-bottom: 10px; }
.form-success p { color: var(--ink-soft); max-width: 420px; margin-inline: auto; }

.contact-side { display: grid; gap: 22px; }
.contact-info, .contact-next {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 28px;
}
.contact-info h2 { font-size: 1.2rem; margin-bottom: 22px; }
.contact-list { display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 15px; align-items: flex-start; }
.contact-ico {
  flex: none; width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; background: var(--ice); color: var(--blue);
}
.contact-list strong { display: block; font-family: var(--font-display); font-size: .92rem; margin-bottom: 2px; }
.contact-list a, .contact-list div > span { font-size: .94rem; color: var(--ink-soft); word-break: break-word; }
.contact-list a:hover { color: var(--blue); }
.contact-note { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line-soft); font-size: .88rem; color: var(--ink-mute); }
.contact-next h3 { font-size: 1.05rem; margin-bottom: 18px; }
.next-steps { display: grid; gap: 14px; }
.next-steps li { display: flex; gap: 13px; align-items: flex-start; font-size: .92rem; color: var(--ink-soft); }
.next-no {
  flex: none; width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center; background: var(--blue); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: .76rem; margin-top: 1px;
}

/* ── 404 ── */
.page-404 { text-align: center; padding: calc(var(--header-h) + 110px) 0 130px; }
.page-404 h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 14px; }
.page-404 p { color: var(--ink-soft); margin-bottom: 30px; }

/* ── Footer ── */
.site-footer { background: var(--ice); border-top: 1px solid var(--line); }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr; gap: 44px;
  padding: 72px 0 56px;
}
.footer-brand img { width: 196px; height: auto; margin-bottom: 20px; }
.footer-brand p { font-size: .92rem; color: var(--ink-soft); max-width: 320px; }
.footer-claim { margin-top: 12px; font-family: var(--font-display); font-weight: 600; color: var(--ink) !important; font-size: .88rem !important; }
.footer-col h3 {
  font-size: .8rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-mute); margin-bottom: 18px; font-weight: 700;
}
.footer-col ul { display: grid; gap: 11px; }
.footer-col ul a { color: var(--ink-soft); font-size: .94rem; transition: color .2s; }
.footer-col ul a:hover { color: var(--blue); }
.footer-contact li { font-size: .94rem; color: var(--ink-soft); }
.footer-cta-link { font-weight: 600; color: var(--blue) !important; }
.footer-bottom { border-top: 1px solid var(--line); background: #fff; }
.footer-bottom-inner { padding: 26px 0; display: grid; gap: 14px; }
.footer-disclaimer { font-size: .78rem; color: var(--ink-mute); line-height: 1.65; }
.footer-legal-row {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  font-size: .85rem; color: var(--ink-soft);
}
.footer-credit { color: var(--ink-mute); transition: color .2s; }
.footer-credit:hover { color: var(--blue); }

/* ── To top ── */
.to-top {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--navy); color: #fff; display: grid; place-items: center;
  box-shadow: var(--shadow-lg);
  transition: transform .25s var(--ease), background-color .25s;
}
.to-top:hover { transform: translateY(-4px); background: var(--blue); }
.to-top .icon, .to-top svg { width: 20px; height: 20px; }

/* ── Reveal animations ── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.stagger > .reveal { transition-delay: calc(var(--si, 0) * 90ms); }

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

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .hero-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 620px; }
  .hero-card { max-width: 540px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .orbit { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .o-sweep, .o-ring, .o-spokes, .o-hub { display: none; }
  .o-node, .o-node[class*='o-p'] { position: static !important; transform: none; width: auto; left: auto !important; top: auto !important; }
  .o-node:hover { transform: none; }
  .o-text { max-height: none; opacity: 1; margin-top: 7px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step::after { display: none; }
  .offers-grid, .split, .split-rev { grid-template-columns: 1fr; gap: 44px; }
  .split-rev .img-frame { order: 2; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 880px) {
  :root { --header-h: 74px; }
  .main-nav, .header-actions { display: none; }
  .nav-toggle { display: block; grid-column: 3; }
  .header-inner { grid-template-columns: 44px 1fr 44px; }
  .brand { grid-column: 2; justify-self: center; }
  .brand img { width: 158px; }
  .section { padding: 72px 0; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }

  /* Centered, lighter mobile experience */
  .hero { padding: calc(var(--header-h) + 56px) 0 72px; text-align: center; }
  .hero-copy { margin-inline: auto; }
  .hero-kicker { display: block; }
  .hero-kicker .pulse-dot { display: inline-block; vertical-align: middle; margin-right: 9px; margin-top: -2px; }
  .hero-sub { margin-inline: auto; font-size: 1.03rem; }
  .hero-cta { justify-content: center; }
  .hero-cta .btn { flex: 1 1 100%; }
  .hero-stats { text-align: center; }
  .hero-stat { padding-inline: 10px !important; }
  .hero-stat strong { font-size: 1.3rem; }
  .hero-stat span { font-size: .72rem; }
  .hero-card { padding: 18px 14px; }
  .hc-scan { grid-template-columns: 32px 1fr auto; gap: 9px; padding: 8px 10px; }
  .hc-scan-ico { width: 28px; height: 28px; }
  .hc-scan-name { font-size: .8rem; }
  .hc-status { min-width: 84px; }

  .ticker-track { animation-duration: 24s; }

  .section-head { text-align: center; }
  .section-foot { text-align: center; }
  .panel, .step { text-align: center; }
  .panel-icon, .step-no { margin-inline: auto; }
  .orbit { grid-template-columns: 1fr; }
  .grid-4, .steps { grid-template-columns: 1fr; gap: 16px; }

  .offers-copy { text-align: center; }
  .section-intro-left { margin-inline: auto; }
  .muted-note { justify-content: center; text-align: left; }
  .offer-row { grid-template-columns: 46px 1fr 22px; padding: 17px 16px; gap: 14px; }
  .offer-ico { width: 46px; height: 46px; }

  .risk-band { padding: 32px 24px; text-align: center; }
  .risk-head { flex-direction: column; align-items: center; text-align: center; }
  .risk-list { grid-template-columns: 1fr; text-align: left; }

  .cta-strip-inner { flex-direction: column; text-align: center; }
  .cta-strip-inner .btn { width: 100%; }

  .page-hero { text-align: center; }
  .page-hero-stats { flex-direction: column; gap: 18px; padding: 24px 18px; }
  .page-hero-stats .hero-stat + .hero-stat { border-left: 0; border-top: 1px solid var(--line); padding-top: 18px; }

  .split-copy { text-align: center; }
  .value-chips { grid-template-columns: 1fr; text-align: left; }
  .diff-text { font-size: 1.02rem; }

  .contact-form-wrap { padding: 28px 20px; }
  .contact-form .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-head { text-align: center; }
  .form-sub { display: block; }
  .form-sub .icon { display: inline-block; vertical-align: -3px; margin-right: 6px; }

  .footer-grid { grid-template-columns: 1fr; gap: 36px; padding: 56px 0 44px; text-align: center; }
  .footer-brand img { margin-inline: auto; }
  .footer-brand p { margin-inline: auto; }
  .footer-legal-row { justify-content: center; text-align: center; }
  .footer-disclaimer { text-align: center; }

  .to-top { right: 16px; bottom: 16px; width: 44px; height: 44px; }
}

/* Homepage request-form section */
.request-section .section-head { margin-bottom: 44px; }
.request-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 40px 42px; box-shadow: 0 30px 80px rgba(2, 8, 20, .45);
  max-width: 820px; margin-inline: auto;
  color: var(--ink);
}
/* Inside the navy band the card must keep its light-theme colors */
.request-card .form-title { color: var(--ink); }
.request-card .form-group label { color: var(--ink); }
.request-card .form-sub { color: var(--ink-mute); }
.request-card .form-disclaimer { color: var(--ink-mute); }
.request-card .form-success h3 { color: var(--ink); }
.request-card .form-success p { color: var(--ink-soft); }
@media (max-width: 640px) {
  .request-card { padding: 28px 20px; }
}

/* 404 spacing */
.page-hero-404 { padding-bottom: 120px; }
.center { text-align: center; }
.method-section { padding: 104px 0; }
