/* ============================================================
   PolyCop — Homepage redesign (self-contained)
   Direction: crypto-modern, energetic, electric-blue (#2058F8 logo)
   Does NOT touch the shared style.css used by sub-pages.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --brand: #2058f8;          /* exact logo blue */
  --brand-600: #1a4ae0;
  --brand-700: #1640c4;
  --brand-400: #5b86ff;
  --brand-300: #93b2ff;
  --cyan: #22d3ee;
  --profit: #19e08a;
  --loss: #ff5d6c;
  --gold: #ffc83d;

  --bg: #05080f;
  --bg-2: #080d1a;
  --bg-3: #0b1426;
  --surface: rgba(255, 255, 255, 0.035);
  --surface-2: rgba(255, 255, 255, 0.06);
  --surface-3: rgba(255, 255, 255, 0.09);
  --border: rgba(255, 255, 255, 0.09);
  --border-2: rgba(255, 255, 255, 0.14);
  --border-brand: rgba(32, 88, 248, 0.45);

  --text: #eef3ff;
  --text-soft: #c2cde6;     /* ~12:1 on bg — body */
  --text-muted: #93a2c4;    /* ~7:1 on bg — secondary */
  --text-dim: #7e8cae;      /* ~5:1 on bg — small labels */

  --glow-brand: 0 0 0 1px rgba(32, 88, 248, .35), 0 18px 50px -12px rgba(32, 88, 248, .55);
  --shadow-card: 0 1px 0 rgba(255, 255, 255, .04) inset, 0 20px 50px -24px rgba(0, 0, 0, .8);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 26px;

  --font-display: 'Sora', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-spring: cubic-bezier(.22, 1.2, .36, 1);
  --maxw: 1200px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html:focus-within { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
  min-height: 100dvh;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--brand-400); outline-offset: 3px; border-radius: 4px; }
::selection { background: rgba(32, 88, 248, .35); color: #fff; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus, .skip-link:focus-visible {
  position: fixed; top: 12px; left: 12px; width: auto; height: auto; padding: 11px 18px;
  margin: 0; clip: auto; clip-path: none; overflow: visible; white-space: normal;
  background: var(--brand); color: #fff; border-radius: 10px; z-index: 200; font-weight: 600;
  box-shadow: var(--glow-brand);
}

/* ---------- Animated background ---------- */
.bg-fx {
  position: fixed; inset: 0; z-index: -2; overflow: hidden;
  background:
    radial-gradient(120% 80% at 50% -10%, #0a1430 0%, var(--bg) 55%),
    var(--bg);
}
.bg-fx .blob {
  position: absolute; border-radius: 50%; filter: blur(55px); opacity: .5;
  will-change: transform;
}
.bg-fx .b1 { width: 46vw; height: 46vw; left: -8vw; top: -6vw;
  background: radial-gradient(circle, rgba(32, 88, 248, .75), transparent 65%);
  animation: drift1 22s var(--ease) infinite alternate; }
.bg-fx .b2 { width: 40vw; height: 40vw; right: -6vw; top: 12vw;
  background: radial-gradient(circle, rgba(34, 211, 238, .42), transparent 65%);
  animation: drift2 26s var(--ease) infinite alternate; }
.bg-fx .b3 { width: 38vw; height: 38vw; left: 22vw; top: 46vw;
  background: radial-gradient(circle, rgba(91, 134, 255, .4), transparent 65%);
  animation: drift3 30s var(--ease) infinite alternate; }
.bg-grid {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(120% 70% at 50% 0%, #000 35%, transparent 80%);
          mask-image: radial-gradient(120% 70% at 50% 0%, #000 35%, transparent 80%);
}
@keyframes drift1 { to { transform: translate3d(8vw, 6vw, 0) scale(1.15); } }
@keyframes drift2 { to { transform: translate3d(-7vw, 4vw, 0) scale(1.1); } }
@keyframes drift3 { to { transform: translate3d(5vw, -8vw, 0) scale(1.2); } }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: clamp(56px, 9vw, 110px) 0; }
.section-tight { padding: clamp(40px, 6vw, 70px) 0; }
.center { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--brand-300);
  padding: 7px 14px; border-radius: 999px;
  background: rgba(32, 88, 248, .1); border: 1px solid var(--border-brand);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--profit);
  box-shadow: 0 0 0 4px rgba(25, 224, 138, .18); animation: blink 2.4s ease-in-out infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.08; letter-spacing: -.02em; font-weight: 700; }
h2.section-title { font-size: clamp(1.9rem, 4.4vw, 3.1rem); font-weight: 800; }
.section-sub { color: var(--text-soft); max-width: 62ch; margin: 16px auto 0; font-size: clamp(1rem, 1.6vw, 1.12rem); }
.grad-text {
  background: linear-gradient(105deg, #fff 0%, #cfe0ff 38%, var(--brand-400) 70%, var(--cyan) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 220% 100%; animation: sheen 7s ease-in-out infinite;
}
@keyframes sheen { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 600; font-size: .98rem; padding: 14px 24px; border-radius: 13px;
  border: 1px solid transparent; transition: transform .25s var(--ease-spring), box-shadow .3s var(--ease), background .3s;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 19px; height: 19px; }
.btn-cta {
  color: #fff; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-600) 55%, var(--brand-700));
  box-shadow: 0 10px 30px -8px rgba(32, 88, 248, .7), inset 0 1px 0 rgba(255, 255, 255, .25);
}
.btn-cta::after {
  content: ""; position: absolute; top: 0; left: 0; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .42), transparent);
  transform: translateX(-200%) skewX(-18deg); animation: sweep 4.5s ease-in-out infinite;
}
@keyframes sweep { 0% { transform: translateX(-200%) skewX(-18deg); } 55%, 100% { transform: translateX(280%) skewX(-18deg); } }
.btn-cta:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 16px 40px -8px rgba(32, 88, 248, .85); }
.btn-cta:active { transform: translateY(0) scale(.99); }
.btn-ghost {
  color: var(--text); background: var(--surface-2); border-color: var(--border-2);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.btn-ghost:hover { background: var(--surface-3); border-color: var(--border-brand); transform: translateY(-2px); }
.btn-lg { padding: 17px 32px; font-size: 1.05rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  transition: background .35s var(--ease), border-color .35s, padding .35s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(7, 11, 22, .72);
  -webkit-backdrop-filter: blur(16px) saturate(140%); backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 40px; height: 40px; border-radius: 11px; box-shadow: 0 0 24px rgba(32, 88, 248, .55); }
.brand .name { font-family: var(--font-display); font-weight: 800; font-size: 1.32rem; letter-spacing: -.02em; }
.brand .tag {
  font-size: .68rem; font-weight: 600; color: var(--brand-300); letter-spacing: .04em;
  padding: 3px 9px; border-radius: 999px; background: rgba(32, 88, 248, .12); border: 1px solid var(--border-brand);
}
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a.link {
  padding: 11px 14px; border-radius: 10px; color: var(--text-muted); font-weight: 500; font-size: .95rem;
  transition: color .2s, background .2s;
}
.nav-links a.link:hover { color: var(--text); background: var(--surface-2); }
.nav-cta { margin-left: 6px; }
.hamburger {
  display: none; width: 44px; height: 44px; border-radius: 11px; background: var(--surface-2);
  border: 1px solid var(--border); flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.hamburger span { width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { padding: clamp(40px, 7vw, 78px) 0 clamp(40px, 6vw, 64px); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 4vw, 60px); align-items: center; }
.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.4rem); font-weight: 800; margin: 20px 0 18px; letter-spacing: -.03em;
}
.hero-lead { font-size: clamp(1.05rem, 1.9vw, 1.22rem); color: var(--text-soft); max-width: 56ch; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 28px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; align-items: center; }
.chip {
  display: inline-flex; align-items: center; gap: 7px; font-size: .85rem; font-weight: 500;
  color: var(--text-soft); padding: 8px 13px; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--border);
}
.chip svg { width: 15px; height: 15px; color: var(--profit); }
.chip strong { color: #fff; }

/* hero visual (telegram-style preview frame) */
.hero-visual { position: relative; }
.device {
  position: relative; border-radius: var(--radius-lg); padding: 12px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02));
  border: 1px solid var(--border-2); box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .85), var(--glow-brand);
  animation: floaty 7s ease-in-out infinite;
}
.device video, .device img { width: 100%; height: auto; border-radius: 16px; display: block; }
.device video { aspect-ratio: 578 / 682; object-fit: cover; background: var(--bg-3); }
.device .device-head {
  display: flex; align-items: center; gap: 9px; padding: 4px 6px 12px;
}
.device .device-head .dots { display: flex; gap: 6px; }
.device .device-head .dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--surface-3); display: block; }
.device .device-head .t { font-size: .8rem; color: var(--text-muted); display: flex; align-items: center; gap: 7px; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-badge-card {
  position: absolute; bottom: -18px; left: -18px; display: flex; align-items: center; gap: 11px;
  padding: 12px 16px; border-radius: 16px; background: rgba(8, 13, 26, .85);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid var(--border-brand); box-shadow: var(--shadow-card); animation: floaty 7s ease-in-out infinite .8s;
}
.hero-badge-card .ico { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(25, 224, 138, .14); color: var(--profit); }
.hero-badge-card .ico svg { width: 20px; height: 20px; }
.hero-badge-card .v { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: #fff; line-height: 1.1; }
.hero-badge-card .l { font-size: .74rem; color: var(--text-muted); }

/* ---------- Stats row ---------- */
.stats {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: clamp(32px, 5vw, 54px);
}
.stat {
  text-align: center; padding: 22px 12px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--border); position: relative; overflow: hidden;
}
.stat::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(80% 60% at 50% 0%, rgba(32, 88, 248, .16), transparent 70%); opacity: 0; transition: opacity .3s; }
.stat:hover::before { opacity: 1; }
.stat .num {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.1rem);
  letter-spacing: -.03em; font-variant-numeric: tabular-nums; line-height: 1;
}
.stat .num.b { color: var(--brand-300); }
.stat .num.g { color: var(--profit); }
.stat .num.y { color: var(--gold); }
.stat .num.c { color: var(--cyan); }
.stat .lab { font-size: .82rem; color: var(--text-muted); margin-top: 8px; }

/* ---------- Ticker (illustrative example activity) ---------- */
.ticker-cap { text-align: center; font-size: .72rem; color: var(--text-dim); letter-spacing: .04em; padding: 14px 16px 0; margin: 0; }
.ticker-wrap {
  border-block: 1px solid var(--border); background: rgba(8, 13, 26, .5);
  overflow: hidden; position: relative;
}
.ticker-wrap::before, .ticker-wrap::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.ticker-wrap::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.ticker-wrap::after { right: 0; background: linear-gradient(270deg, var(--bg), transparent); }
.ticker { display: flex; gap: 14px; width: max-content; padding: 13px 0; animation: marquee 38s linear infinite; }
.ticker:hover { animation-play-state: paused; }
.tick {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 15px; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--border); font-size: .86rem; white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.tick .side { font-weight: 700; font-size: .72rem; padding: 2px 8px; border-radius: 6px; letter-spacing: .03em; }
.tick .buy { background: rgba(25, 224, 138, .14); color: var(--profit); }
.tick .sell { background: rgba(255, 93, 108, .14); color: var(--loss); }
.tick .mk { color: var(--text-soft); }
.tick .pnl { font-weight: 700; }
.tick .pnl.up { color: var(--profit); }
.tick .pnl.dn { color: var(--loss); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Feature cards ---------- */
.grid-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(34px, 5vw, 52px); }
.fcard {
  position: relative; padding: 26px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--border); overflow: hidden;
  transition: transform .35s var(--ease), border-color .35s, background .35s;
}
.fcard::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(32, 88, 248, .14), transparent 42%);
  opacity: 0; transition: opacity .3s;
}
.fcard:hover { border-color: var(--border-brand); background: var(--surface-2); transform: translateY(-5px); }
.fcard:hover::before { opacity: 1; }
.fcard .ficon {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin: 0 auto 16px;
  background: linear-gradient(150deg, rgba(32, 88, 248, .22), rgba(34, 211, 238, .12));
  border: 1px solid var(--border-brand); color: var(--brand-300);
}
.fcard .ficon svg { width: 24px; height: 24px; }
.fcard h3 { font-size: 1.22rem; font-weight: 700; margin-bottom: 9px; }
.fcard p { color: var(--text-muted); font-size: .96rem; margin-bottom: 15px; }
.fcard .more { color: var(--brand-300); font-weight: 600; font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.fcard .more svg { width: 15px; height: 15px; }
.fcard:hover .more { gap: 11px; }

/* ---------- Deep-dive split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split + .split { margin-top: clamp(56px, 8vw, 96px); }
.split .media { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-2);
  box-shadow: 0 30px 70px -28px rgba(0, 0, 0, .8), var(--glow-brand); }
.split .media img { width: 100%; height: auto; }
.split.reverse .copy { order: 2; }
.split.reverse .media { order: 1; }
.split h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); font-weight: 800; margin: 14px 0 14px; }
.split p { color: var(--text-soft); margin-bottom: 14px; }
.flist { display: grid; gap: 11px; margin: 18px 0 24px; }
.flist li { display: flex; gap: 11px; align-items: flex-start; color: var(--text-soft); font-size: .96rem; }
.flist svg { width: 20px; height: 20px; flex: none; color: var(--profit); margin-top: 1px; }
.pill-label {
  display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; padding: 6px 13px; border-radius: 999px;
}
.pill-label.blue { color: var(--brand-300); background: rgba(32, 88, 248, .12); border: 1px solid var(--border-brand); }
.pill-label.cyan { color: var(--cyan); background: rgba(34, 211, 238, .1); border: 1px solid rgba(34, 211, 238, .3); }
.pill-label.green { color: var(--profit); background: rgba(25, 224, 138, .1); border: 1px solid rgba(25, 224, 138, .3); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: clamp(34px, 5vw, 52px); counter-reset: s; }
.step {
  position: relative; padding: 26px 22px; border-radius: var(--radius); background: var(--surface);
  border: 1px solid var(--border); transition: border-color .3s, transform .3s;
}
.step:hover { border-color: var(--border-brand); transform: translateY(-4px); }
.step .n {
  counter-increment: s; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: #fff;
  background: linear-gradient(140deg, var(--brand), var(--brand-700)); margin: 0 auto 16px;
  box-shadow: 0 10px 24px -10px rgba(32, 88, 248, .8);
}
.step .n::before { content: counter(s); }
.step h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: 8px; }
.step p { color: var(--text-muted); font-size: .92rem; }

/* ---------- Security ---------- */
.alert-band {
  display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border-radius: var(--radius);
  background: rgba(255, 93, 108, .07); border: 1px solid rgba(255, 93, 108, .28); max-width: 760px; margin: 22px auto 0;
}
.alert-band svg { width: 22px; height: 22px; color: var(--loss); flex: none; margin-top: 2px; }
.alert-band p { color: var(--text-soft); font-size: .95rem; }
.sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(34px, 5vw, 48px); }
.sec-card {
  padding: 26px; border-radius: var(--radius); background: var(--surface);
  border: 1px solid rgba(25, 224, 138, .2); transition: transform .3s, border-color .3s;
}
.sec-card:hover { transform: translateY(-4px); border-color: rgba(25, 224, 138, .45); }
.sec-card .ico { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin: 0 auto 15px;
  background: rgba(25, 224, 138, .12); color: var(--profit); }
.sec-card .ico svg { width: 24px; height: 24px; }
.sec-card h3 { font-size: 1.12rem; font-weight: 700; margin-bottom: 9px; }
.sec-card p { color: var(--text-muted); font-size: .94rem; }
code { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: .88em; background: var(--surface-3);
  padding: 2px 7px; border-radius: 6px; color: var(--brand-300); }

/* ---------- Pricing table ---------- */
.price-table {
  margin-top: clamp(32px, 5vw, 46px); border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--border); box-shadow: var(--shadow-card); overflow-x: auto;
}
.price-table table { width: 100%; border-collapse: collapse; min-width: 520px; font-variant-numeric: tabular-nums; }
.price-table th, .price-table td { padding: 17px 22px; text-align: left; border-bottom: 1px solid var(--border); }
.price-table thead th { background: rgba(32, 88, 248, .1); font-size: .9rem; color: var(--text-muted); font-weight: 600; }
.price-table thead th.us { color: #fff; }
.price-table tbody tr:nth-child(even) { background: rgba(255, 255, 255, .02); }
.price-table tbody tr:last-child td { border-bottom: none; }
.price-table .lab { color: var(--text-muted); }
.price-table .ours { color: var(--profit); font-weight: 700; }
.price-table .theirs { color: var(--text-soft); }

/* ---------- Networks ---------- */
.net-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: clamp(30px, 4vw, 44px); }
.net {
  display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 20px 26px; min-width: 130px;
  border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border);
  transition: transform .3s, border-color .3s;
}
.net:hover { transform: translateY(-4px); border-color: var(--border-brand); }
.net .mark { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: .9rem; }
.net .nm { font-weight: 700; color: #fff; font-size: .95rem; }
.net .sub { font-size: .76rem; color: var(--text-muted); }
.net .sub.free { color: var(--profit); }

/* ---------- Testimonials ---------- */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(32px, 5vw, 46px); }
.tcard {
  padding: 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border);
  transition: transform .3s, border-color .3s; display: flex; flex-direction: column; gap: 14px;
}
.tcard:hover { transform: translateY(-4px); border-color: var(--border-brand); }
.tcard .stars { color: var(--gold); letter-spacing: 2px; font-size: 1rem; }
.tcard blockquote { color: var(--text-soft); font-size: .98rem; line-height: 1.65; }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tcard .who img { width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--border-brand); }
.tcard .who b { display: block; font-size: .92rem; color: #fff; }
.tcard .who span { font-size: .8rem; color: var(--text-muted); }

/* ---------- Bands / CTA ---------- */
.band {
  position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 68px) 28px;
  text-align: center; border: 1px solid var(--border-brand);
  background:
    radial-gradient(90% 120% at 50% 0%, rgba(32, 88, 248, .22), transparent 60%),
    linear-gradient(160deg, rgba(34, 211, 238, .06), rgba(32, 88, 248, .06));
}
.band h2 { font-size: clamp(1.8rem, 4.4vw, 3rem); font-weight: 800; margin-bottom: 14px; }
.band p { color: var(--text-soft); max-width: 56ch; margin: 0 auto 26px; font-size: 1.08rem; }
.band .actions { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }
.band .fine { margin-top: 16px; font-size: .85rem; color: var(--text-muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: clamp(30px, 4vw, 44px) auto 0; display: grid; gap: 12px; }
.faq details {
  border: 1px solid var(--border); border-radius: 14px; background: var(--surface); overflow: hidden;
  transition: border-color .3s, background .3s;
}
.faq details[open] { border-color: var(--border-brand); background: var(--surface-2); }
.faq summary {
  list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 600; font-size: 1.02rem;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { flex: none; width: 22px; height: 22px; color: var(--brand-300); transition: transform .3s; }
.faq details[open] summary .ic { transform: rotate(45deg); }
.faq details > p { padding: 0 22px 20px; color: var(--text-muted); font-size: .96rem; line-height: 1.7; }
.faq a { color: var(--brand-300); }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border); margin-top: clamp(50px, 7vw, 90px); padding: clamp(40px, 5vw, 64px) 0 30px;
  background: rgba(5, 8, 15, .6); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.foot-brand .brand { margin-bottom: 14px; }
.foot-brand p { color: var(--text-muted); font-size: .9rem; max-width: 32ch; }
.foot-col h4 { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text-dim); margin-bottom: 14px; }
.foot-col a { display: block; color: var(--text-muted); padding: 6px 0; font-size: .94rem; transition: color .2s; }
.foot-col a:hover { color: var(--brand-300); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--border); color: var(--text-muted); font-size: .88rem; }
.disclaimer { color: var(--text-dim); font-size: .82rem; text-align: center; max-width: 620px; margin: 26px auto 0; }

/* ---------- Reveal animations ---------- */
/* Only hide when JS is present, so no-JS users still see all content (and the hero never depends on JS) */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.js .stagger > * { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.stagger.in > * { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .stats { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .nav-links {
    position: fixed; inset: 0 0 auto 0; top: 0; flex-direction: column; align-items: stretch; gap: 6px;
    padding: 84px 20px 24px; background: rgba(7, 11, 22, .97);
    -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
    transform: translateY(-110%); visibility: hidden; overflow-y: auto;
    transition: transform .4s var(--ease), visibility .4s var(--ease);
    height: auto; max-height: 100dvh; border-bottom: 1px solid var(--border);
  }
  .nav-links.open { transform: translateY(0); visibility: visible; }
  .nav-links a.link { padding: 14px; font-size: 1.05rem; }
  .nav-cta { margin: 8px 0 0; }
  .hamburger { display: flex; z-index: 110; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 480px; margin: 0 auto; }
  .grid-features { grid-template-columns: repeat(2, 1fr); }
  /* collapse to one column; reset reverse ordering so every split reads copy (heading) first */
  .split { grid-template-columns: 1fr; }
  .split.reverse .copy, .split.reverse .media { order: 0; }
  .sec-grid, .tgrid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  .foot-col a { padding: 11px 0; }
}
@media (max-width: 560px) {
  .container { padding: 0 16px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats .stat:last-child { grid-column: 1 / -1; }
  .steps { grid-template-columns: 1fr; }
  .grid-features { grid-template-columns: 1fr; }
  .hero-badge-card { left: 50%; transform: translateX(-50%); bottom: -22px; }
  .hero-actions .btn { flex: 1 1 auto; }
  .foot-grid { grid-template-columns: 1fr; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .bg-fx .blob { animation: none; }
  .ticker { animation: none; }
  .device, .hero-badge-card { animation: none; }
  .btn-cta::after, .eyebrow .dot { animation: none !important; }
  .grad-text { animation: none !important; background-position: 0 50%; }
  .reveal, .stagger > * { opacity: 1; transform: none; }
}

/* ============================================================
   Sub-page components (shared template for all landing pages)
   ============================================================ */

/* centered hero for content/landing pages (no device/video) */
.page-hero { padding: clamp(46px, 8vw, 88px) 0 clamp(28px, 5vw, 48px); text-align: center; }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; letter-spacing: -.03em;
  margin: 0 auto 16px; max-width: 20ch;
}
.page-hero .lead { color: var(--text-soft); max-width: 62ch; margin: 0 auto;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem); }
.page-hero .hero-actions { justify-content: center; }
.page-hero .hero-trust { justify-content: center; }

/* breadcrumb */
.crumbs { display: flex; gap: 8px; align-items: center; font-size: .85rem; color: var(--text-dim);
  padding-top: 22px; flex-wrap: wrap; }
.crumbs a { color: var(--text-muted); }
.crumbs a:hover { color: var(--brand-300); }
.crumbs span { color: var(--text-dim); }

/* long-form article typography */
.prose { max-width: 768px; margin: 0 auto; }
.prose > * + * { margin-top: 16px; }
.prose h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; margin-top: 44px; letter-spacing: -.02em; }
.prose h3 { font-size: 1.22rem; font-weight: 700; margin-top: 30px; }
.prose p { color: var(--text-soft); line-height: 1.78; }
.prose p.lead, .prose .lead { font-size: 1.12rem; color: var(--text); line-height: 1.7; }
.prose strong { color: #fff; }
.prose a { color: var(--brand-300); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(147,178,255,.4); }
.prose a:hover { text-decoration-color: var(--brand-300); }
.prose ul, .prose ol { display: grid; gap: 11px; margin: 6px 0; padding-left: 0; }
.prose ul li { position: relative; padding-left: 28px; color: var(--text-soft); line-height: 1.7; }
.prose ul li::before { content: ""; position: absolute; left: 7px; top: .62em; width: 7px; height: 7px;
  border-radius: 2px; background: var(--brand); transform: rotate(45deg); }
.prose ol { counter-reset: li; list-style: none; }
.prose ol li { position: relative; padding-left: 34px; color: var(--text-soft); line-height: 1.7; counter-increment: li; }
.prose ol li::before { content: counter(li); position: absolute; left: 0; top: 0; width: 22px; height: 22px;
  border-radius: 6px; background: rgba(32,88,248,.15); border: 1px solid var(--border-brand);
  color: var(--brand-300); font-size: .76rem; font-weight: 700; display: grid; place-items: center; }
.prose img { width: 100%; height: auto; border-radius: var(--radius); border: 1px solid var(--border-2);
  box-shadow: var(--shadow-card); margin: 26px 0; }
.prose figure { margin: 26px 0; }
.prose figure img { margin: 0; }
.prose figcaption { text-align: center; font-size: .85rem; color: var(--text-dim); margin-top: 10px; }
.prose blockquote { border-left: 3px solid var(--brand); padding: 4px 0 4px 18px; color: var(--text-soft); font-style: italic; }
/* tables inside prose: wrap in .price-table for horizontal scroll on mobile */
.prose table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .95rem; min-width: 480px; }
.prose th, .prose td { padding: 13px 16px; border: 1px solid var(--border); text-align: left; vertical-align: top; }
.prose thead th { background: rgba(32, 88, 248, .1); color: #fff; font-weight: 700; }
.prose tbody tr:nth-child(even) { background: rgba(255,255,255,.02); }

/* affiliate disclaimer block in footer */
.affiliate-note { font-size: .82rem; color: var(--text-dim); text-align: center; max-width: 820px;
  margin: 0 auto; line-height: 1.7; padding-top: 26px; border-top: 1px solid var(--border); }
.affiliate-note strong { color: var(--text-muted); }
