/* ============================================================
   FRP CoreX — Ultra-Professional Design System
   Reference: ChimeraTool / UnlockTool level quality
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;0,14..32,900;1,14..32,400&display=swap');

/* ── Variables ─────────────────────────────────────────── */
:root {
  --bg:      #09090f;
  --s1:      #0e0e17;
  --s2:      #13131e;
  --s3:      #18182a;
  --s4:      #1d1d32;
  --border:  rgba(255,255,255,0.07);
  --border2: rgba(255,255,255,0.13);
  --border3: rgba(255,255,255,0.20);
  --accent:  #0ea5e9;
  --accentD: #0284c7;
  --accentL: #38bdf8;
  --indigo:  #6366f1;
  --green:   #22c55e;
  --amber:   #f59e0b;
  --red:     #ef4444;
  --white:   #f1f5f9;
  --g1:      #94a3b8;
  --g2:      #64748b;
  --g3:      #334155;
  --g4:      #1e293b;
  --r:       10px;
  --r2:      14px;
  --r3:      20px;
  --sh:      0 4px 24px rgba(0,0,0,.5);
  --sh2:     0 20px 80px rgba(0,0,0,.7);
  --glow:    0 0 40px rgba(14,165,233,.22);
  --font:    'Inter', system-ui, -apple-system, sans-serif;
  --bar-h:   42px;
  --nav-h:   64px;
}

/* ── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }
body {
  font-family: var(--font); font-size:15px; line-height:1.65;
  background: var(--bg); color: var(--white);
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection { background:rgba(14,165,233,.35); color:#fff; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
button, input, select, textarea { font-family:var(--font); }
button { cursor:pointer; border:none; background:none; }

/* ── Background ─────────────────────────────────────────── */
.site-bg {
  position:fixed; inset:0; z-index:0; pointer-events:none;
  background:
    /* top-right blue glow */
    radial-gradient(ellipse 70% 60% at 80% -5%,  rgba(14,165,233,.18) 0%, transparent 60%),
    /* left-mid purple glow */
    radial-gradient(ellipse 55% 45% at -8% 60%,  rgba(99,102,241,.14) 0%, transparent 55%),
    /* bottom-right accent */
    radial-gradient(ellipse 50% 40% at 110% 100%,rgba(14,165,233,.10) 0%, transparent 50%),
    /* center deep pulse */
    radial-gradient(ellipse 90% 40% at 50% 50%,  rgba(6,182,212,.04) 0%, transparent 60%),
    var(--bg);
}
/* Desktop grid — denser & more visible on large screens */
.site-grid {
  position:fixed; inset:0; z-index:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:radial-gradient(ellipse 120% 65% at 50% 0%, #000 30%, transparent 85%);
}
/* Glowing orbs — desktop only */
.site-orbs {
  position:fixed; inset:0; z-index:0; pointer-events:none;
  overflow:hidden;
}
.site-orbs::before {
  content:'';
  position:absolute;
  width:600px; height:600px;
  top:-120px; right:-80px;
  background:radial-gradient(circle, rgba(14,165,233,.12) 0%, transparent 70%);
  border-radius:50%;
  animation:orbFloat 12s ease-in-out infinite alternate;
}
.site-orbs::after {
  content:'';
  position:absolute;
  width:500px; height:500px;
  bottom:-80px; left:-100px;
  background:radial-gradient(circle, rgba(99,102,241,.10) 0%, transparent 70%);
  border-radius:50%;
  animation:orbFloat 15s ease-in-out infinite alternate-reverse;
}
@keyframes orbFloat {
  0%   { transform:translate(0,0) scale(1); }
  100% { transform:translate(30px,-40px) scale(1.08); }
}
/* FX Watermark — shows on desktop hero */
.fx-watermark {
  position:absolute;
  right:-40px; top:50%;
  transform:translateY(-50%);
  font-size:clamp(180px,18vw,280px);
  font-weight:900;
  letter-spacing:-12px;
  color:transparent;
  -webkit-text-stroke:2px rgba(14,165,233,.13);
  text-stroke:2px rgba(14,165,233,.13);
  user-select:none; pointer-events:none;
  line-height:1;
  z-index:0;
  font-family:inherit;
  white-space:nowrap;
}
@media(max-width:860px) {
  .fx-watermark { display:none; }
  .site-orbs::before { width:300px; height:300px; }
  .site-orbs::after  { width:250px; height:250px; }
}
.page { position:relative; z-index:1; min-height:100vh; }

/* ── Announcement Bar ───────────────────────────────────── */
.announce {
  position:fixed; top:0; left:0; right:0; z-index:300;
  height:var(--bar-h);
  display:flex; align-items:center; justify-content:center; gap:10px;
  background:var(--accent); color:#fff;
  padding:0 40px 0 20px;
  font-size:.8125rem; font-weight:500;
  border-bottom:1px solid rgba(255,255,255,.15);
  white-space:nowrap; overflow:hidden;
}
.announce strong { font-weight:700; }
.announce a { color:#bfdbfe; text-decoration:underline; text-underline-offset:2px; font-weight:600; flex-shrink:0; }
.announce .cls {
  position:absolute; right:14px; top:50%; transform:translateY(-50%);
  opacity:.75; cursor:pointer; font-size:1rem; line-height:1;
  width:24px; height:24px; display:grid; place-items:center;
  border-radius:4px; transition:.15s;
}
.announce .cls:hover { opacity:1; background:rgba(0,0,0,.15); }
.ann-dot { width:7px; height:7px; border-radius:50%; background:#fff; box-shadow:0 0 8px #fff; animation:blink 2s infinite; flex-shrink:0; }
@media(max-width:640px) {
  .announce { font-size:.72rem; padding:0 36px 0 12px; gap:6px; }
  .announce .hide-sm { display:none; }
}

/* ── Navigation ─────────────────────────────────────────── */
nav {
  position:fixed; left:0; right:0; z-index:200;
  top:var(--bar-h);
  height:var(--nav-h);
  display:flex; align-items:center;
  padding:0 28px;
  transition:background .3s, border .3s, top .3s;
}
nav.solid {
  background:rgba(9,9,15,.94);
  backdrop-filter:blur(20px) saturate(1.2);
  -webkit-backdrop-filter:blur(20px) saturate(1.2);
  border-bottom:1px solid var(--border);
}
body.no-bar nav { top:0; }

.n-logo {
  display:flex; align-items:center; gap:9px;
  font-size:1.05rem; font-weight:800; letter-spacing:-.4px;
  flex-shrink:0; margin-right:28px; color:var(--white);
  user-select:none;
}
.n-logo-mark {
  width:34px; height:34px; border-radius:9px; flex-shrink:0;
  background:linear-gradient(145deg, #0369a1, var(--accent) 60%, #38bdf8);
  display:grid; place-items:center;
  box-shadow:0 0 0 1px rgba(14,165,233,.45), var(--glow);
}
.n-logo-mark svg { width:17px; height:17px; fill:#fff; }

.n-links { display:flex; align-items:center; gap:1px; flex:1; }
.n-links a {
  font-size:.84rem; font-weight:500; color:var(--g1);
  padding:7px 12px; border-radius:8px; transition:.15s;
  white-space:nowrap; letter-spacing:-.01em;
}
.n-links a:hover { color:var(--white); background:rgba(255,255,255,.07); }
.n-links a.on { color:var(--white); background:rgba(255,255,255,.08); }

.n-right { display:flex; align-items:center; gap:8px; margin-left:auto; padding-left:16px; }
.n-dl {
  padding:7px 15px; border-radius:8px; font-size:.84rem; font-weight:600;
  color:var(--white); background:rgba(255,255,255,.08);
  border:1px solid var(--border2); transition:.2s;
}
.n-dl:hover { background:rgba(255,255,255,.14); border-color:var(--border3); }
.n-buy {
  padding:8px 18px; border-radius:8px; font-size:.84rem; font-weight:700;
  background:var(--accent); color:#fff;
  box-shadow:0 0 0 1px rgba(14,165,233,.5), var(--glow);
  transition:.2s; white-space:nowrap; display:inline-flex; align-items:center; gap:6px;
}
.n-buy:hover { background:var(--accentL); transform:translateY(-1px); box-shadow:0 0 0 1px rgba(56,189,248,.6), 0 8px 24px rgba(14,165,233,.35); }

.burger { display:none; flex-direction:column; gap:5px; cursor:pointer; padding:7px; margin-left:10px; border-radius:7px; transition:.15s; }
.burger:hover { background:rgba(255,255,255,.07); }
.burger span { width:20px; height:2px; background:var(--g1); border-radius:2px; transition:.2s; display:block; }
.burger.open span:nth-child(1) { transform:rotate(45deg) translate(5px,5px); }
.burger.open span:nth-child(2) { opacity:0; }
.burger.open span:nth-child(3) { transform:rotate(-45deg) translate(5px,-5px); }

@media(max-width:860px) {
  .n-links { display:none; }
  .burger { display:flex; }
  .n-links.open {
    display:flex; flex-direction:column;
    position:absolute; top:100%; left:0; right:0;
    background:rgba(9,9,15,.97); backdrop-filter:blur(24px);
    border-bottom:1px solid var(--border);
    padding:10px 16px 16px; gap:2px;
    box-shadow:0 20px 40px rgba(0,0,0,.5);
  }
  .n-links.open a { padding:11px 14px; font-size:.9375rem; border-radius:9px; }
  .n-links.open a.on { background:rgba(14,165,233,.1); color:var(--white); }
}

/* ── Page offset ────────────────────────────────────────── */
.page-top { padding-top: calc(var(--bar-h) + var(--nav-h)); }
body.no-bar .page-top { padding-top: var(--nav-h); }

/* ── Hero ───────────────────────────────────────────────── */
.hero {
  display:grid; grid-template-columns:1fr 1fr;
  align-items:center; gap:60px;
  max-width:1280px; margin:0 auto;
  padding:80px 32px 80px;
}
.hero-kicker {
  display:inline-flex; align-items:center; gap:8px;
  padding:5px 13px; border-radius:50px; margin-bottom:24px;
  background:rgba(14,165,233,.1); border:1px solid rgba(14,165,233,.25);
  font-size:.75rem; font-weight:600; letter-spacing:.05em; color:var(--accent);
}
.live { width:7px; height:7px; border-radius:50%; background:var(--green); box-shadow:0 0 8px var(--green); animation:blink 2s infinite; flex-shrink:0; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }

.hero h1 {
  font-size:clamp(2.8rem, 5.5vw, 4.6rem); font-weight:800;
  letter-spacing:-2.5px; line-height:1.07; margin-bottom:22px;
  background:linear-gradient(165deg, #fff 30%, rgba(148,163,184,.7));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  background-clip:text;
}
.hero h1 em {
  font-style:normal;
  background:linear-gradient(135deg, var(--accent), var(--accentL));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  background-clip:text;
}
.hero-desc { font-size:1.0625rem; color:var(--g1); line-height:1.78; max-width:500px; margin-bottom:32px; }
.hero-btns { display:flex; gap:12px; flex-wrap:wrap; }
.hero-stats {
  display:flex; gap:0; margin-top:44px; padding-top:28px;
  border-top:1px solid var(--border);
}
.hs { padding:0 28px; }
.hs:first-child { padding-left:0; }
.hs + .hs { border-left:1px solid var(--border); }
.hs-n { font-size:1.9rem; font-weight:800; letter-spacing:-1.5px; color:var(--white); line-height:1.1; }
.hs-n span { color:var(--accent); }
.hs-l { font-size:.72rem; color:var(--g2); margin-top:3px; font-weight:500; }

/* App window */
.hero-visual { position:relative; }
.app-window {
  border-radius:var(--r2); overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:var(--sh2), 0 0 0 1px rgba(255,255,255,.04), inset 0 1px 0 rgba(255,255,255,.06);
}
.app-win-bar {
  display:flex; align-items:center; gap:8px;
  padding:12px 16px; background:#0c1120;
  border-bottom:1px solid rgba(255,255,255,.06);
  user-select:none;
}
.win-dots { display:flex; gap:6px; }
.win-dots span { width:12px; height:12px; border-radius:50%; }
.wd-r { background:#ff5f57; } .wd-y { background:#febc2e; } .wd-g { background:#28c840; }
.win-title { font-size:.78rem; font-weight:500; color:var(--g2); margin-left:8px; letter-spacing:.01em; }
.win-status { margin-left:auto; display:flex; align-items:center; gap:6px; font-size:.72rem; color:var(--green); font-weight:600; }
.win-status::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--green); box-shadow:0 0 8px var(--green); display:block; }
.app-window img { width:100%; display:block; filter:brightness(.95); }
.version-tag {
  position:absolute; top:-13px; right:18px;
  background:linear-gradient(135deg, var(--accentD), var(--accent));
  color:#fff; font-size:.72rem; font-weight:700;
  padding:5px 14px; border-radius:50px;
  box-shadow:0 4px 16px rgba(14,165,233,.45);
  letter-spacing:.02em;
}

@media(max-width:940px) {
  .hero { grid-template-columns:1fr; gap:36px; padding:60px 20px 60px; text-align:center; }
  .hero-kicker,.hero-stats { display:none; }
  .hero-desc,.hero-btns { margin-left:auto; margin-right:auto; justify-content:center; }
  .hero h1 { font-size:clamp(2.4rem,8vw,3.4rem); }
  .hero-visual { order:-1; }
}

/* ── Stats Ticker ───────────────────────────────────────── */
.ticker-wrap {
  border-top:1px solid var(--border); border-bottom:1px solid var(--border);
  background:var(--s1); overflow:hidden; position:relative;
}
.ticker-wrap::before,.ticker-wrap::after {
  content:''; position:absolute; top:0; bottom:0; width:80px; z-index:2; pointer-events:none;
}
.ticker-wrap::before { left:0; background:linear-gradient(90deg, var(--s1), transparent); }
.ticker-wrap::after  { right:0; background:linear-gradient(-90deg, var(--s1), transparent); }
.ticker-track { display:flex; width:max-content; animation:ticker 50s linear infinite; }
.ticker-wrap:hover .ticker-track { animation-play-state:paused; }
@keyframes ticker { to { transform:translateX(-50%); } }
.t-item {
  display:flex; align-items:center; gap:10px;
  padding:14px 32px; border-right:1px solid var(--border);
  white-space:nowrap;
}
.ti-dot { width:6px; height:6px; border-radius:50%; flex-shrink:0; }
.ti-dot.g { background:var(--green); box-shadow:0 0 8px var(--green); }
.ti-dot.b { background:var(--accent); box-shadow:0 0 8px var(--accent); }
.ti-dot.a { background:var(--amber); }
.ti-n { font-size:1rem; font-weight:800; color:var(--white); letter-spacing:-.4px; }
.ti-l { font-size:.75rem; color:var(--g2); font-weight:500; }

/* ── Layout commons ─────────────────────────────────────── */
.wrap { max-width:1280px; margin:0 auto; padding:0 32px; }
.sec  { max-width:1280px; margin:0 auto; padding:88px 32px; }
.sec-narrow { max-width:960px; margin:0 auto; padding:88px 32px; }
.sec-full { padding:88px 32px; }
@media(max-width:640px) { .sec,.sec-full,.sec-narrow { padding-top:56px; padding-bottom:56px; padding-left:18px; padding-right:18px; } }

.sec-hd { margin-bottom:48px; }
.sec-hd.c { text-align:center; }
.eyebrow {
  display:inline-flex; align-items:center; gap:8px;
  font-size:.72rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase;
  color:var(--accent); margin-bottom:12px;
}
.eyebrow::before { content:''; width:16px; height:1px; background:var(--accent); }
.eyebrow.c::before,.sec-hd.c .eyebrow::before { display:none; }
h2.sh {
  font-size:clamp(1.85rem, 3.5vw, 2.9rem); font-weight:800;
  letter-spacing:-1.5px; line-height:1.15; color:var(--white);
}
.sub { font-size:1rem; color:var(--g1); margin-top:12px; max-width:540px; line-height:1.78; }
.sub.c { margin-left:auto; margin-right:auto; }

/* ── Buttons ────────────────────────────────────────────── */
.btn {
  display:inline-flex; align-items:center; gap:7px;
  font-size:.9375rem; font-weight:600;
  padding:12px 22px; border-radius:var(--r); transition:.2s;
  white-space:nowrap; cursor:pointer; border:none; text-decoration:none;
}
.btn svg { flex-shrink:0; }
.btn-accent {
  background:var(--accent); color:#fff;
  box-shadow:0 0 0 1px rgba(14,165,233,.5), var(--glow);
}
.btn-accent:hover { background:var(--accentL); transform:translateY(-2px); box-shadow:0 0 0 1px rgba(56,189,248,.6), 0 12px 32px rgba(14,165,233,.4); }
.btn-ghost {
  background:rgba(255,255,255,.07); color:var(--white);
  border:1px solid var(--border2);
}
.btn-ghost:hover { background:rgba(255,255,255,.12); border-color:var(--border3); }
.btn-outline {
  background:transparent; color:var(--white);
  border:1px solid var(--border2);
}
.btn-outline:hover { background:rgba(255,255,255,.06); border-color:var(--border3); }
.btn-green {
  background:var(--green); color:#fff;
  box-shadow:0 0 0 1px rgba(34,197,94,.4);
}
.btn-green:hover { background:#16a34a; transform:translateY(-1px); }

/* ── Feature Grid ───────────────────────────────────────── */
.feat-grid {
  display:grid; grid-template-columns:repeat(auto-fit, minmax(290px, 1fr));
  gap:1px; background:var(--border);
  border:1px solid var(--border); border-radius:var(--r2); overflow:hidden;
}
.feat-card { background:var(--s1); padding:30px 26px; transition:background .2s; }
.feat-card:hover { background:var(--s2); }
.fi {
  width:44px; height:44px; border-radius:11px; margin-bottom:18px;
  background:rgba(14,165,233,.1); border:1px solid rgba(14,165,233,.18);
  display:grid; place-items:center;
}
.fi svg { width:21px; height:21px; stroke:var(--accent); fill:none; stroke-width:1.75; stroke-linecap:round; stroke-linejoin:round; }
.fi.green { background:rgba(34,197,94,.1); border-color:rgba(34,197,94,.2); }
.fi.green svg { stroke:var(--green); }
.fi.amber { background:rgba(245,158,11,.1); border-color:rgba(245,158,11,.2); }
.fi.amber svg { stroke:var(--amber); }
.feat-card h3 { font-size:.9375rem; font-weight:700; letter-spacing:-.2px; margin-bottom:8px; }
.feat-card p  { font-size:.875rem; color:var(--g1); line-height:1.72; }
.feat-card .tag {
  display:inline-block; margin-top:12px;
  font-size:.7rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  color:var(--accent); background:rgba(14,165,233,.08); padding:3px 9px; border-radius:4px;
}

/* ── Steps ──────────────────────────────────────────────── */
.steps { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--border); border-radius:var(--r2); overflow:hidden; }
.step-card { background:var(--s1); padding:32px 26px; border-right:1px solid var(--border); position:relative; transition:.2s; }
.step-card:last-child { border-right:none; }
.step-card:hover { background:var(--s2); }
.step-n { font-size:3rem; font-weight:800; letter-spacing:-2px; color:rgba(255,255,255,.05); line-height:1; margin-bottom:18px; }
.step-dot { width:8px; height:8px; border-radius:50%; background:var(--accent); box-shadow:0 0 12px var(--accent); margin-bottom:14px; }
.step-card h3 { font-size:.9375rem; font-weight:700; margin-bottom:7px; letter-spacing:-.1px; }
.step-card p  { font-size:.85rem; color:var(--g1); line-height:1.72; }
@media(max-width:760px) { .steps { grid-template-columns:1fr 1fr; } .step-card { border-bottom:1px solid var(--border); } .step-card:nth-child(even){border-right:none} }
@media(max-width:480px) { .steps { grid-template-columns:1fr; } .step-card { border-right:none; } .step-card:last-child{border-bottom:none} }

/* ── Marquee ────────────────────────────────────────────── */
.marquee-wrap { overflow:hidden; mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); padding:2px 0; }
.marquee-tr { display:flex; gap:10px; width:max-content; animation:mq 35s linear infinite; }
.marquee-wrap:hover .marquee-tr { animation-play-state:paused; }
@keyframes mq { to { transform:translateX(-50%); } }
.m-chip {
  display:flex; align-items:center; gap:9px; padding:9px 18px;
  border-radius:9px; background:var(--s2); border:1px solid var(--border);
  font-size:.85rem; font-weight:600; white-space:nowrap; color:var(--g1); transition:.2s;
}
.m-chip:hover { color:var(--white); border-color:var(--border2); background:var(--s3); }
.m-chip img { height:18px; width:auto; max-width:40px; object-fit:contain; }

/* ── News Cards ─────────────────────────────────────────── */
.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
@media(max-width:900px) { .news-grid { grid-template-columns:1fr 1fr; } }
@media(max-width:600px) { .news-grid { grid-template-columns:1fr; } }
.news-card {
  background:var(--s1); border:1px solid var(--border); border-radius:var(--r2);
  padding:24px; transition:.25s; display:flex; flex-direction:column;
}
.news-card:hover { border-color:var(--border2); transform:translateY(-3px); box-shadow:var(--sh); }
.news-top { display:flex; align-items:center; gap:8px; margin-bottom:14px; flex-wrap:wrap; }
.nbadge {
  font-size:.68rem; font-weight:700; text-transform:uppercase;
  letter-spacing:.07em; padding:3px 9px; border-radius:5px;
}
.nb-new  { background:rgba(34,197,94,.12);  color:var(--green); border:1px solid rgba(34,197,94,.22); }
.nb-upd  { background:rgba(14,165,233,.1);  color:var(--accent); border:1px solid rgba(14,165,233,.22); }
.nb-fix  { background:rgba(245,158,11,.1);  color:var(--amber);  border:1px solid rgba(245,158,11,.22); }
.nb-hot  { background:rgba(239,68,68,.1);   color:var(--red);    border:1px solid rgba(239,68,68,.22); }
.news-date { font-size:.75rem; color:var(--g2); margin-left:auto; font-weight:500; }
.news-card h3 { font-size:.9375rem; font-weight:700; margin-bottom:8px; line-height:1.45; letter-spacing:-.1px; }
.news-card p  { font-size:.85rem; color:var(--g1); line-height:1.72; flex:1; }
.news-ver {
  display:inline-block; margin-top:14px;
  font-size:.72rem; font-weight:600; color:var(--accent);
  background:rgba(14,165,233,.08); padding:3px 10px; border-radius:5px;
  border:1px solid rgba(14,165,233,.15);
}
.news-arrow { margin-top:14px; font-size:.82rem; color:var(--accent); font-weight:600; }

/* ── Testimonials ───────────────────────────────────────── */
.test-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
@media(max-width:900px) { .test-grid { grid-template-columns:1fr 1fr; } }
@media(max-width:580px) { .test-grid { grid-template-columns:1fr; } }
.test-card {
  background:var(--s1); border:1px solid var(--border); border-radius:var(--r2);
  padding:26px; display:flex; flex-direction:column;
}
.test-stars { color:var(--amber); font-size:.9375rem; letter-spacing:2px; margin-bottom:14px; }
.test-body {
  font-size:.875rem; color:var(--g1); line-height:1.78; flex:1; margin-bottom:20px;
  position:relative; padding-left:16px;
}
.test-body::before {
  content:'"'; position:absolute; left:0; top:-6px;
  font-size:2.2rem; color:var(--accent); line-height:1; font-family:Georgia,serif;
}
.test-user { display:flex; align-items:center; gap:12px; margin-top:auto; }
.test-av {
  width:38px; height:38px; border-radius:50%;
  display:grid; place-items:center; font-weight:700; font-size:.875rem;
  color:#fff; flex-shrink:0;
}
.test-name { font-size:.875rem; font-weight:700; letter-spacing:-.1px; }
.test-role { font-size:.75rem; color:var(--g2); margin-top:1px; }
.test-verified { display:flex;align-items:center;gap:4px;font-size:.7rem;color:var(--green);font-weight:600;margin-top:4px; }
.test-verified svg { width:12px;height:12px;stroke:var(--green);fill:none;stroke-width:2.5; }

/* ── Page Hero ──────────────────────────────────────────── */
.pg-hero {
  max-width:1280px; margin:0 auto;
  padding:72px 32px 52px;
}
.pg-hero h1 { font-size:clamp(2rem, 5vw, 3.4rem); font-weight:800; letter-spacing:-2px; margin-top:10px; }
.pg-hero p  { font-size:1rem; color:var(--g1); max-width:560px; margin-top:12px; line-height:1.78; }
@media(max-width:640px) { .pg-hero { padding:48px 18px 32px; } }

/* ── CTA Band ───────────────────────────────────────────── */
.cta-band {
  background:linear-gradient(135deg, rgba(14,165,233,.13), rgba(99,102,241,.08));
  border:1px solid rgba(14,165,233,.2); border-radius:var(--r3);
  padding:60px 40px; text-align:center;
  position:relative; overflow:hidden;
}
.cta-band::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(ellipse 60% 60% at 50% 0%, rgba(14,165,233,.1), transparent 70%);
}
.cta-band h2 { font-size:clamp(1.8rem,4vw,2.7rem); font-weight:800; letter-spacing:-1.5px; margin-bottom:10px; position:relative; }
.cta-band p  { color:var(--g1); font-size:1rem; margin-bottom:28px; max-width:460px; margin-left:auto; margin-right:auto; position:relative; }
.cta-btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; position:relative; }
@media(max-width:640px) { .cta-band { padding:36px 20px; } }

/* ── Devices Page ───────────────────────────────────────── */
.search-wrap {
  max-width:600px; margin:0 auto 32px;
  display:flex; background:var(--s2);
  border:1px solid var(--border2); border-radius:var(--r2);
  overflow:hidden; transition:.2s;
}
.search-wrap:focus-within { border-color:var(--accent); box-shadow:0 0 0 3px rgba(14,165,233,.12); }
.search-wrap svg { flex-shrink:0; margin:0 12px 0 16px; stroke:var(--g2); fill:none; stroke-width:2; align-self:center; }
.search-wrap input {
  flex:1; background:transparent; border:none; outline:none;
  color:var(--white); font-size:.9375rem; padding:13px 0;
}
.search-wrap input::placeholder { color:var(--g3); }
.search-wrap button {
  background:var(--accent); color:#fff; border:none;
  padding:0 20px; font-weight:600; font-size:.8375rem;
  cursor:pointer; transition:.2s; white-space:nowrap; flex-shrink:0;
}
.search-wrap button:hover { background:var(--accentL); }

.brand-tabs { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:32px; }
.b-tab {
  padding:7px 14px; border-radius:50px;
  font-size:.78rem; font-weight:600; cursor:pointer;
  border:1px solid var(--border); background:var(--s2);
  color:var(--g1); transition:.15s;
  display:flex; align-items:center; gap:8px;
  user-select:none;
}
.b-tab img { height:15px; width:auto; max-width:34px; object-fit:contain; }
.b-tab:hover { color:var(--white); border-color:var(--border2); background:var(--s3); }
.b-tab.on { border-color:var(--accent); background:rgba(14,165,233,.1); color:var(--white); }
.b-count {
  font-size:.68rem; background:rgba(14,165,233,.15);
  color:var(--accent); padding:1px 7px; border-radius:50px; font-weight:700;
}
.b-tab.on .b-count { background:rgba(14,165,233,.25); }

.brands-list { display:flex; flex-direction:column; gap:16px; }
.brand-card {
  background:var(--s1); border:1px solid var(--border);
  border-radius:var(--r2); overflow:hidden;
}
.brand-hd {
  display:flex; align-items:center; gap:16px;
  padding:16px 22px; border-bottom:1px solid var(--border);
  background:rgba(255,255,255,.02);
}
.brand-logo {
  width:100px; min-width:100px; height:36px;
  background:#fff; border-radius:7px; padding:5px 10px;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.brand-logo img { max-height:24px; max-width:80px; object-fit:contain; }
.brand-hd h2 { font-size:1rem; font-weight:700; letter-spacing:-.2px; }
.brand-mc { margin-left:auto; font-size:.72rem; font-weight:600; color:var(--g2); background:var(--s3); padding:3px 11px; border-radius:50px; white-space:nowrap; flex-shrink:0; }
.brand-body {
  padding:20px 22px;
  display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:20px;
}
.series-lbl { font-size:.7rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:var(--accent); margin-bottom:10px; }
.chips { display:flex; flex-wrap:wrap; gap:6px; }
.chip {
  font-size:.75rem; padding:4px 11px; border-radius:6px;
  background:rgba(255,255,255,.04); border:1px solid var(--border);
  color:var(--g1); transition:.15s; cursor:default;
}
.chip:hover { color:var(--white); border-color:rgba(14,165,233,.3); background:rgba(14,165,233,.06); }
.chip.hit { border-color:var(--accent); color:var(--white); background:rgba(14,165,233,.13); font-weight:600; }
.chip.dim { opacity:.2; }
.no-results {
  text-align:center; padding:56px 20px; color:var(--g2);
  display:none;
}
.no-results svg { width:44px; height:44px; stroke:var(--g3); fill:none; stroke-width:1.5; margin:0 auto 14px; display:block; }
.no-results h3 { font-size:1rem; font-weight:600; color:var(--g1); margin-bottom:6px; }
.no-results p  { font-size:.875rem; }

/* ── Pricing ────────────────────────────────────────────── */
.price-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
@media(max-width:1000px) { .price-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:580px)  { .price-grid { grid-template-columns:1fr; } }
.plan {
  background:var(--s1); border:1px solid var(--border);
  border-radius:var(--r2); padding:30px 24px; position:relative;
  display:flex; flex-direction:column; transition:.25s;
}
.plan:hover { border-color:var(--border2); box-shadow:var(--sh); }
.plan.hot { border-color:rgba(14,165,233,.4); box-shadow:0 0 0 1px rgba(14,165,233,.15), 0 20px 60px rgba(14,165,233,.08); }
.plan-ribbon {
  position:absolute; top:-1px; left:50%; transform:translateX(-50%);
  background:var(--accent); color:#fff; font-size:.68rem; font-weight:700;
  padding:5px 16px; border-radius:0 0 9px 9px; letter-spacing:.05em; white-space:nowrap;
  box-shadow:0 4px 12px rgba(14,165,233,.4);
}
.plan-name { font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:.09em; color:var(--g2); margin-bottom:10px; }
.plan-price { line-height:1; margin-bottom:4px; }
.plan-price .amount { font-size:3.2rem; font-weight:800; letter-spacing:-3px; color:var(--white); }
.plan-price .cur  { font-size:1.2rem; font-weight:600; vertical-align:super; }
.plan-price .per  { font-size:.85rem; color:var(--g2); font-weight:400; }
.plan-price.free .amount { color:var(--green); font-size:2.4rem; }
.plan-desc { font-size:.85rem; color:var(--g1); margin:12px 0 0; line-height:1.72; }
.plan-divider { border:none; border-top:1px solid var(--border); margin:22px 0; }
.plan ul { list-style:none; flex:1; }
.plan li {
  font-size:.85rem; color:var(--g1); padding:6px 0;
  display:flex; gap:9px; align-items:flex-start;
  border-bottom:1px solid rgba(255,255,255,.04);
}
.plan li:last-child { border:none; }
.plan li svg { width:15px; height:15px; flex-shrink:0; margin-top:1px; }
.plan li .chk { stroke:var(--green); fill:none; stroke-width:2.5; stroke-linecap:round; }
.plan li .crs { stroke:var(--g3); fill:none; stroke-width:2; stroke-linecap:round; }
.plan .plan-btn { margin-top:24px; }
.plan .btn { width:100%; justify-content:center; font-size:.9rem; }
.plan-note { font-size:.72rem; color:var(--g2); text-align:center; margin-top:10px; }

/* ── Download Page ──────────────────────────────────────── */
.dl-hero { text-align:center; padding:72px 32px 56px; max-width:900px; margin:0 auto; }
.dl-tag {
  display:inline-flex; align-items:center; gap:7px;
  padding:5px 13px; border-radius:50px; margin-bottom:24px;
  background:rgba(34,197,94,.1); border:1px solid rgba(34,197,94,.25);
  font-size:.78rem; font-weight:600; color:var(--green);
}
.dl-hero h1 { font-size:clamp(2.4rem,5.5vw,3.8rem); font-weight:800; letter-spacing:-2.5px; margin-bottom:14px; }
.dl-hero p   { font-size:1.0625rem; color:var(--g1); max-width:520px; margin:0 auto 32px; line-height:1.78; }
.dl-btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.dl-btn {
  display:flex; flex-direction:column; align-items:flex-start;
  padding:14px 22px; border-radius:var(--r); cursor:pointer; transition:.2s;
  min-width:200px; border:none;
}
.dl-btn .os   { font-size:.72rem; font-weight:500; opacity:.7; margin-bottom:3px; display:flex; align-items:center; gap:5px; }
.dl-btn .name { font-size:1rem; font-weight:700; }
.dl-btn .size { font-size:.72rem; opacity:.5; margin-top:2px; }
.dl-btn-main { background:var(--accent); color:#fff; box-shadow:var(--glow); }
.dl-btn-main:hover { background:var(--accentL); transform:translateY(-2px); box-shadow:0 12px 32px rgba(14,165,233,.4); }
.dl-btn-sec  { background:var(--s2); color:var(--white); border:1px solid var(--border2); }
.dl-btn-sec:hover  { background:var(--s3); border-color:var(--border3); }
.dl-meta { margin-top:14px; font-size:.8rem; color:var(--g2); display:flex; align-items:center; gap:6px; justify-content:center; flex-wrap:wrap; }
.dl-meta a { color:var(--accent); }
.dl-meta-sep { color:var(--g3); }
.dl-window {
  max-width:1000px; margin:52px auto 0;
  border-radius:var(--r2); overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:var(--sh2), 0 0 0 1px rgba(255,255,255,.04);
}
.dl-win-bar {
  display:flex; align-items:center; gap:8px;
  padding:12px 16px; background:#0c1020;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.dl-win-bar .dots { display:flex; gap:6px; }
.dl-win-bar .dots span { width:12px; height:12px; border-radius:50%; }
.dl-win-bar .wtitle { font-size:.78rem; color:var(--g2); margin-left:10px; }
.dl-win-bar .wstatus { margin-left:auto; font-size:.72rem; color:var(--green); font-weight:600; display:flex; align-items:center; gap:5px; }
.dl-win-bar .wstatus::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--green); box-shadow:0 0 8px var(--green); display:block; }
.dl-window img { width:100%; display:block; filter:brightness(.95); }

/* Requirements */
.req-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
@media(max-width:760px) { .req-grid { grid-template-columns:1fr; } }
.req-card { background:var(--s1); border:1px solid var(--border); border-radius:var(--r2); padding:24px; }
.req-card h3 { font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:var(--accent); margin-bottom:14px; }
.req-card ul { list-style:none; }
.req-card li {
  font-size:.85rem; color:var(--g1); padding:7px 0;
  border-bottom:1px solid var(--border);
  display:flex; gap:9px; align-items:flex-start;
}
.req-card li:last-child { border:none; padding-bottom:0; }
.req-dot { width:5px; height:5px; border-radius:50%; background:var(--accent); flex-shrink:0; margin-top:7px; }

/* Changelog */
.changelog { max-width:760px; margin:0 auto; }
.cl-item { padding:26px 0; border-bottom:1px solid var(--border); }
.cl-item:first-child { padding-top:0; }
.cl-item:last-child { border:none; }
.cl-top { display:flex; align-items:center; gap:10px; margin-bottom:14px; flex-wrap:wrap; }
.cl-ver { font-size:1rem; font-weight:800; letter-spacing:-.3px; }
.cl-badge { font-size:.68rem; font-weight:700; padding:3px 11px; border-radius:50px; }
.cl-latest { background:rgba(34,197,94,.12); color:var(--green); border:1px solid rgba(34,197,94,.22); }
.cl-date { font-size:.78rem; color:var(--g2); margin-left:auto; font-weight:500; }
.cl-list { list-style:none; }
.cl-list li { font-size:.875rem; color:var(--g1); padding:5px 0; display:flex; gap:9px; align-items:flex-start; }
.cl-list li::before { content:'→'; color:var(--accent); flex-shrink:0; font-weight:600; }

/* ── Contact Page ───────────────────────────────────────── */
.contact-layout { display:grid; grid-template-columns:1fr 1.7fr; gap:48px; max-width:960px; margin:0 auto; }
@media(max-width:760px) { .contact-layout { grid-template-columns:1fr; } }
.ci h2 { font-size:1.5rem; font-weight:800; letter-spacing:-.5px; margin-bottom:10px; }
.ci > p { font-size:.9rem; color:var(--g1); line-height:1.78; margin-bottom:26px; }
.cm {
  display:flex; align-items:center; gap:14px;
  padding:14px 0; border-bottom:1px solid var(--border);
}
.cm:first-of-type { border-top:1px solid var(--border); }
.cm-ic {
  width:38px; height:38px; border-radius:9px;
  background:rgba(14,165,233,.1); border:1px solid rgba(14,165,233,.15);
  display:grid; place-items:center; flex-shrink:0;
}
.cm-ic svg { width:17px; height:17px; stroke:var(--accent); fill:none; stroke-width:1.8; stroke-linecap:round; }
.cm-lbl { font-size:.72rem; color:var(--g2); font-weight:500; margin-bottom:2px; }
.cm-val { font-size:.9375rem; font-weight:600; }
.cm-link { text-decoration:none; color:var(--white); transition:background .15s, border-color .15s; border-radius:10px; margin:0 -10px; padding:14px 10px; }
.cm-link:hover { background:rgba(255,255,255,.04); }
.cm-link .cm-val { color:var(--accent); }
.cf { background:var(--s1); border:1px solid var(--border); border-radius:var(--r2); padding:32px; }
.cf h3 { font-size:1.0625rem; font-weight:700; margin-bottom:22px; letter-spacing:-.2px; }
.fld { margin-bottom:16px; }
.fld label { display:block; font-size:.8rem; font-weight:600; color:var(--g1); margin-bottom:7px; }
.fld input, .fld select, .fld textarea {
  width:100%; padding:11px 14px; border-radius:9px;
  background:var(--bg); border:1px solid var(--border);
  color:var(--white); font-family:var(--font); font-size:.9rem;
  transition:.2s; outline:none; display:block;
}
.fld input::placeholder, .fld textarea::placeholder { color:var(--g3); }
.fld input:focus, .fld textarea:focus, .fld select:focus {
  border-color:var(--accent); box-shadow:0 0 0 3px rgba(14,165,233,.12);
}
.fld select { cursor:pointer; }
.fld select option { background:var(--s1); color:var(--white); }
.fld textarea { resize:vertical; min-height:110px; }
.fld-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media(max-width:480px) { .fld-row { grid-template-columns:1fr; } }
.fld .btn { width:100%; justify-content:center; padding:13px; }

/* ── Tutorials ──────────────────────────────────────────── */
.tut-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
@media(max-width:860px) { .tut-grid { grid-template-columns:1fr 1fr; } }
@media(max-width:560px) { .tut-grid { grid-template-columns:1fr; } }
.tut-card {
  background:var(--s1); border:1px solid var(--border);
  border-radius:var(--r2); overflow:hidden; display:flex;
  flex-direction:column; transition:.2s;
}
.tut-card:hover { border-color:var(--border2); transform:translateY(-3px); box-shadow:var(--sh); }
.tut-thumb {
  height:120px; background:linear-gradient(135deg,rgba(14,165,233,.12),rgba(99,102,241,.07));
  display:grid; place-items:center; border-bottom:1px solid var(--border); flex-shrink:0;
}
.tut-thumb svg { width:44px; height:44px; stroke:var(--accent); fill:none; stroke-width:1.4; stroke-linecap:round; }
.tut-body { padding:20px; flex:1; display:flex; flex-direction:column; }
.tut-tag {
  display:inline-block; font-size:.68rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.07em;
  color:var(--accent); background:rgba(14,165,233,.1);
  padding:3px 9px; border-radius:5px; margin-bottom:10px;
}
.tut-body h3 { font-size:.9375rem; font-weight:700; letter-spacing:-.1px; margin-bottom:7px; line-height:1.45; }
.tut-body p  { font-size:.85rem; color:var(--g1); flex:1; line-height:1.72; }
.tut-meta { display:flex; justify-content:space-between; align-items:center; margin-top:16px; padding-top:14px; border-top:1px solid var(--border); font-size:.78rem; color:var(--g2); }
.tut-meta .rd { color:var(--accent); font-weight:600; }

/* ── About ──────────────────────────────────────────────── */
.stat-row { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:var(--r2); overflow:hidden; margin-top:56px; }
.stat-block { background:var(--s1); padding:32px 24px; text-align:center; }
.stat-n { font-size:2.8rem; font-weight:800; letter-spacing:-2px; color:var(--white); line-height:1; }
.stat-n span { color:var(--accent); }
.stat-l { font-size:.78rem; color:var(--g1); margin-top:6px; font-weight:500; }
@media(max-width:640px) { .stat-row { grid-template-columns:1fr 1fr; } }

/* ── Disclaimer ─────────────────────────────────────────── */
.disclaimer {
  padding:14px 20px; border-radius:9px;
  border:1px solid rgba(245,158,11,.18); background:rgba(245,158,11,.05);
  color:var(--g1); font-size:.8rem; text-align:center; line-height:1.65;
}
.disclaimer a { color:var(--accent); }

/* ── Footer ─────────────────────────────────────────────── */
footer { border-top:1px solid var(--border); padding:64px 32px 36px; background:var(--s1); }
.ft { max-width:1280px; margin:0 auto; }
.ft-top {
  display:grid; grid-template-columns:1.8fr 1fr 1fr 1fr;
  gap:48px; padding-bottom:48px; border-bottom:1px solid var(--border);
}
.ft-brand p { font-size:.85rem; color:var(--g2); margin-top:12px; max-width:230px; line-height:1.72; }
.ft-badges { display:flex; gap:8px; margin-top:16px; flex-wrap:wrap; }
.ft-badge {
  display:inline-flex; align-items:center; gap:5px;
  font-size:.7rem; font-weight:600; color:var(--g2);
  background:rgba(255,255,255,.05); border:1px solid var(--border);
  padding:4px 10px; border-radius:6px;
}
.ft-badge svg { width:12px; height:12px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.ft-badge.b svg { stroke:var(--accent); }
.ft-badge.g svg { stroke:var(--green); }
.ft-col h4 { font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:.09em; color:var(--g2); margin-bottom:16px; }
.ft-col a { display:block; font-size:.85rem; color:var(--g2); margin-bottom:9px; transition:.15s; }
.ft-col a:hover { color:var(--white); }
.ft-bottom {
  display:flex; justify-content:space-between; align-items:center;
  padding-top:26px; flex-wrap:wrap; gap:12px;
}
.ft-bottom p { font-size:.8rem; color:var(--g2); }
.ft-links { display:flex; gap:18px; }
.ft-links a { font-size:.8rem; color:var(--g2); transition:.15s; }
.ft-links a:hover { color:var(--white); }
@media(max-width:900px) { .ft-top { grid-template-columns:1fr 1fr; gap:28px; } }
@media(max-width:500px) { .ft-top { grid-template-columns:1fr; } .ft-bottom { flex-direction:column; text-align:center; } }

/* ── Info band (alternating section bg) ─────────────────── */
.band { background:var(--s1); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }

/* ── Trust badges row ───────────────────────────────────── */
.trust-row { display:flex; gap:10px; flex-wrap:wrap; margin-top:32px; }
.trust-badge {
  display:inline-flex; align-items:center; gap:7px;
  padding:7px 14px; border-radius:9px;
  background:rgba(255,255,255,.05); border:1px solid var(--border);
  font-size:.78rem; font-weight:600; color:var(--g1);
}
.trust-badge svg { width:14px; height:14px; flex-shrink:0; }
.trust-badge.g svg { stroke:var(--green); fill:none; stroke-width:2.5; stroke-linecap:round; }
.trust-badge.b svg { stroke:var(--accent); fill:none; stroke-width:2; stroke-linecap:round; }

/* ── Reveal animation ───────────────────────────────────── */
.rv { opacity:0; transform:translateY(20px); transition:.65s cubic-bezier(.2,.8,.2,1); }
.rv.in { opacity:1; transform:none; }
.rv.d1 { transition-delay:.08s; }
.rv.d2 { transition-delay:.16s; }
.rv.d3 { transition-delay:.24s; }


/* ── Mobile nav polish ────────────────────────────────── */
@media(max-width:480px) {
  nav { padding: 0 14px; }
  .n-logo { font-size: .95rem; margin-right: 0; }
  .n-logo-mark { width: 30px; height: 30px; }
  .n-right { gap: 6px; }
  .n-dl { display: none; }
  .n-buy { padding: 7px 12px; font-size: .78rem; }
  .announce { font-size: .7rem; padding: 0 34px 0 10px; gap: 5px; }
  .announce strong { display: none; }
}
@media(max-width:360px) {
  .n-buy { display: none; }
}

/* ── Animated Stats Ticker ─────────────────────────────── */
.stats-ticker {
  position:relative; z-index:2;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  background:rgba(9,9,15,.6);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  padding:0;
  margin-top:calc(var(--bar-h) + var(--nav-h));
  overflow:hidden;
}
.stats-ticker-inner {
  display:flex; align-items:stretch;
  max-width:1200px; margin:0 auto;
  padding:0 32px;
}
.stk-item {
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  padding:18px 36px; flex:1; gap:4px;
  transition:background .2s;
}
.stk-item:hover { background:rgba(255,255,255,.03); }
.stk-num {
  font-size:1.55rem; font-weight:800; letter-spacing:-1px;
  background:linear-gradient(135deg, #fff 30%, rgba(14,165,233,.9) 100%);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  background-clip:text;
  font-variant-numeric:tabular-nums;
  min-width:60px; text-align:center;
}
.stk-label {
  font-size:.72rem; font-weight:500; color:var(--g2);
  letter-spacing:.05em; text-transform:uppercase; white-space:nowrap;
}
.stk-sep {
  width:1px; background:rgba(255,255,255,.07);
  margin:10px 0; flex-shrink:0;
}
.stk-live {
  width:8px; height:8px; border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 3px rgba(34,197,94,.2), 0 0 12px rgba(34,197,94,.5);
  animation:livePulse 2s ease-in-out infinite;
  margin-bottom:2px;
}
@keyframes livePulse {
  0%,100% { box-shadow:0 0 0 3px rgba(34,197,94,.2), 0 0 12px rgba(34,197,94,.5); }
  50%      { box-shadow:0 0 0 6px rgba(34,197,94,.1), 0 0 20px rgba(34,197,94,.7); }
}
@media(max-width:860px) {
  .stats-ticker-inner { padding:0 8px; gap:0; }
  .stk-item { padding:14px 10px; }
  .stk-num  { font-size:1.1rem; }
  .stk-label{ font-size:.65rem; }
  .stk-sep  { display:none; }
}
@media(max-width:540px) {
  .stats-ticker-inner { flex-wrap:wrap; }
  .stk-item { flex:0 0 50%; border-bottom:1px solid rgba(255,255,255,.05); }
}

/* ── Crypto Payment Section ──────────────────────────── */
.crypto-grid {
  display:grid; grid-template-columns:repeat(3,1fr); gap:20px;
  margin-top:40px;
}
@media(max-width:860px){ .crypto-grid{ grid-template-columns:1fr; } }

.crypto-card {
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px; padding:24px;
  display:flex; gap:18px; align-items:flex-start;
  transition:border-color .2s, background .2s;
}
.crypto-card:hover {
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.14);
}
.crypto-icon {
  width:60px; height:60px; border-radius:14px;
  display:grid; place-items:center; flex-shrink:0;
}
.crypto-icon.btc { background:rgba(247,147,26,.12); border:1px solid rgba(247,147,26,.25); }
.crypto-icon.usdt{ background:rgba(38,161,123,.12);  border:1px solid rgba(38,161,123,.25); }
.crypto-icon.eth { background:rgba(98,126,234,.12);  border:1px solid rgba(98,126,234,.25); }

.crypto-info { flex:1; min-width:0; }
.crypto-name {
  font-size:1rem; font-weight:700; margin-bottom:3px;
  display:flex; align-items:center; gap:8px;
}
.crypto-ticker {
  font-size:.72rem; font-weight:700; letter-spacing:.06em;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1);
  border-radius:6px; padding:2px 7px; color:var(--g1);
}
.crypto-desc { font-size:.8rem; color:var(--g2); margin-bottom:10px; }

.crypto-addr {
  display:flex; align-items:center; gap:8px;
  background:rgba(0,0,0,.3); border:1px solid rgba(255,255,255,.07);
  border-radius:9px; padding:8px 12px; cursor:pointer;
  transition:border-color .2s;
}
.crypto-addr:hover { border-color:rgba(14,165,233,.4); }
.addr-text {
  font-family:'JetBrains Mono',monospace,sans-serif;
  font-size:.72rem; color:var(--g1);
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  flex:1; min-width:0; user-select:all;
}
.copy-btn {
  flex-shrink:0; color:var(--g2); padding:4px 6px;
  transition:color .2s; background:rgba(255,255,255,.04);
  border:1px solid var(--border); border-radius:5px;
  display:flex; align-items:center; justify-content:center;
}
.copy-btn svg { stroke:currentColor; }
.copy-btn:hover { color:var(--accent); border-color:rgba(14,165,233,.4); background:rgba(14,165,233,.06); }
.copy-btn.copied { color:#22c55e; border-color:rgba(34,197,94,.4); }

.crypto-badge {
  display:inline-block; margin-top:10px;
  font-size:.72rem; color:#22c55e;
  background:rgba(34,197,94,.08); border:1px solid rgba(34,197,94,.2);
  border-radius:20px; padding:3px 10px;
}
.crypto-notice {
  margin-top:28px; padding:16px 20px;
  background:rgba(245,158,11,.06);
  border:1px solid rgba(245,158,11,.2);
  border-radius:12px;
  display:flex; align-items:flex-start; gap:12px;
  font-size:.875rem; color:var(--g1); line-height:1.7;
}
.crypto-notice a { color:var(--accent); }
