/* ═══════════════════════════════════════════════════════════════
   PAWAR NETWORKS — signature sales site
   Brand: single-hue charcoal · graphite #475569 / silver accent #b9c5d6 · "Curiosity, compiled."
   Motion-driven · bento · live previews · custom cursor
   ═══════════════════════════════════════════════════════════════ */

:root {
  --bg:        #0a0a0d;
  --bg-2:      #101015;
  --surface:   rgba(255, 255, 255, 0.035);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border:    rgba(255, 255, 255, 0.09);
  --border-2:  rgba(255, 255, 255, 0.15);

  --text:      #f1f4f9;
  --muted:     #9aa3b2;
  --dim:       #656c7b;

  /* ── THEME — CHARCOAL · swap these 4 RGB triples to re-skin the site ── */
  --c-primary: 71, 85, 105;     /* graphite    (#475569) */
  --c-light:   100, 116, 139;   /* mid slate   (#64748b) */
  --c-deep:    30, 41, 59;      /* deep slate  (#1e293b) */
  --c-accent:  185, 197, 214;   /* soft silver (#b9c5d6) */

  --primary:   rgb(var(--c-primary));
  --primary-l: rgb(var(--c-light));
  --primary-d: rgb(var(--c-deep));
  --accent:    rgb(var(--c-accent));

  /* gradient used for TEXT / underlines / numbers — both stops stay light so it reads */
  --grad:      linear-gradient(120deg, rgb(var(--c-accent)) 0%, rgb(var(--c-light)) 100%);
  --grad-soft: linear-gradient(160deg, rgba(var(--c-light),.16), rgba(var(--c-deep),.05));
  /* solid primary button — deep enough for white text in every theme */
  --btn-grad:  linear-gradient(120deg, rgb(var(--c-light)), rgb(var(--c-deep)));
  --btn-fg:    #fff;

  --radius:    18px;
  --radius-lg: 26px;
  --shadow:    0 24px 60px -18px rgba(0,0,0,.72);
  --glow:      0 0 60px -10px rgba(var(--c-primary),.55);

  --maxw: 1200px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, .brand-name { font-family: 'Space Grotesk', system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: rgba(var(--c-light),.35); color: #fff; }

.serif { font-family: 'Instrument Serif', Georgia, serif; font-style: italic; font-weight: 400; letter-spacing: .01em; }

/* ── SVG icon system (mask-based, crisp, themeable) ──────────── */
[data-ic] {
  display: inline-block; width: 1em; height: 1em; flex: none;
  background: currentColor;
  -webkit-mask: var(--ic) center / contain no-repeat;
          mask: var(--ic) center / contain no-repeat;
}
[data-ic="web"]    { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M3 9h18M6.5 6.5h.01M9 6.5h.01'/%3E%3C/svg%3E"); }
[data-ic="bot"]    { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='8' width='16' height='11' rx='2.5'/%3E%3Cpath d='M12 8V4.5M8.5 13h.01M15.5 13h.01M9.5 16h5'/%3E%3Ccircle cx='12' cy='3.5' r='1'/%3E%3C/svg%3E"); }
[data-ic="host"]   { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='7' rx='2'/%3E%3Crect x='3' y='13' width='18' height='7' rx='2'/%3E%3Cpath d='M7 7.5h.01M7 16.5h.01'/%3E%3C/svg%3E"); }
[data-ic="fivem"]  { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='11' rx='4.5'/%3E%3Cpath d='M6.5 12.5h3.5M8.25 10.75v3.5'/%3E%3Ccircle cx='15.5' cy='11.5' r='.7' fill='%23000'/%3E%3Ccircle cx='17.8' cy='13.6' r='.7' fill='%23000'/%3E%3C/svg%3E"); }
[data-ic="domain"] { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c2.7 2.4 2.7 15.6 0 18M12 3c-2.7 2.4-2.7 15.6 0 18'/%3E%3C/svg%3E"); }
[data-ic="globe2"] { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c2.7 2.4 2.7 15.6 0 18M12 3c-2.7 2.4-2.7 15.6 0 18'/%3E%3C/svg%3E"); }
[data-ic="check"]  { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }
[data-ic="bolt"]   { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h6l-1 8 9-12h-6z'/%3E%3C/svg%3E"); }
[data-ic="code"]   { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m16 18 6-6-6-6M8 6l-6 6 6 6'/%3E%3C/svg%3E"); }
[data-ic="shield"] { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l8 3v6c0 5-3.5 8-8 9-4.5-1-8-4-8-9V6z'/%3E%3C/svg%3E"); }
[data-ic="chat"]   { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H8l-4 4V6a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2z'/%3E%3C/svg%3E"); }
[data-ic="tag"]    { --ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13l-7 7-9-9V4h7z'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.4'/%3E%3C/svg%3E"); }

/* ── Custom cursor (desktop, fine pointer) ───────────────────── */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; z-index: 9998; pointer-events: none; border-radius: 50%; opacity: 0; }
.cursor-dot  { width: 7px; height: 7px; background: var(--accent); transform: translate(-50%, -50%); box-shadow: 0 0 10px rgba(var(--c-accent),.9); }
.cursor-ring { width: 34px; height: 34px; border: 1.5px solid rgba(var(--c-accent),.55); transform: translate(-50%, -50%); transition: width .22s var(--ease), height .22s var(--ease), background .22s, border-color .22s; }
body.cursor-on .cursor-dot, body.cursor-on .cursor-ring { opacity: 1; }
body.cursor-hot .cursor-ring { width: 54px; height: 54px; background: rgba(var(--c-light),.12); border-color: var(--accent); }
body.cursor-hot .cursor-dot { opacity: 0; }
@media (hover: none), (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

/* ── Backdrop layers ─────────────────────────────────────────── */
.bg-aurora, .bg-noise, .spotlight { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.bg-aurora {
  background:
    radial-gradient(60% 48% at 50% -6%, rgba(var(--c-primary),.34), transparent 60%),
    radial-gradient(48% 42% at 86% 12%, rgba(var(--c-light),.16), transparent 66%),
    radial-gradient(46% 46% at 8% 88%, rgba(var(--c-deep),.16), transparent 70%);
  animation: auroraDrift 18s ease-in-out infinite alternate;
}
@keyframes auroraDrift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(0,-2.5%,0) scale(1.06); } }
.bg-noise {
  opacity: .16; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}
.spotlight { z-index: 1; background: radial-gradient(340px circle at var(--mx, -200px) var(--my, -200px), rgba(var(--c-light),.09), transparent 70%); transition: background .12s linear; }

/* ── Preloader ───────────────────────────────────────────────── */
html.is-loading, html.is-loading body { overflow: hidden; height: 100%; }
#preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: radial-gradient(60% 60% at 50% 40%, #16161c, var(--bg) 70%);
  display: grid; place-items: center;
  transition: opacity .7s var(--ease), visibility .7s;
}
#preloader.done { opacity: 0; visibility: hidden; }
.pl-inner { display: flex; flex-direction: column; align-items: center; gap: 18px; animation: plFade .6s var(--ease) both; }
.pl-logo { position: relative; width: 92px; height: 92px; display: grid; place-items: center; }
.pl-logo .ring {
  position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 90deg, transparent 0 62%, var(--primary) 82%, var(--accent) 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  animation: plSpin 1s linear infinite;
}
.pl-mark { font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 1.5rem; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: plPulse 1.4s ease-in-out infinite; }
.pl-name { font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: .18em; font-size: .82rem; }
.pl-name span { color: var(--dim); }
.pl-bar { width: 180px; height: 3px; border-radius: 4px; background: var(--surface-2); overflow: hidden; position: relative; }
.pl-bar span { position: absolute; inset: 0 auto 0 0; height: 100%; width: 0%; border-radius: 4px; background: var(--grad); transition: width .2s linear; }
.pl-status { font-family: 'JetBrains Mono', monospace; font-size: .68rem; letter-spacing: .18em; color: var(--dim); text-transform: uppercase; }
.pl-status .pl-pct { color: var(--accent); }
@keyframes plSpin { to { transform: rotate(360deg); } }
@keyframes plPulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }
@keyframes plFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ── Scroll progress ─────────────────────────────────────────── */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 100; }
.scroll-progress span { display: block; height: 100%; width: 0; background: var(--grad); box-shadow: 0 0 12px rgba(var(--c-light),.8); }

/* ── Layout helpers ──────────────────────────────────────────── */
main, .nav, .footer, .marquee { position: relative; z-index: 2; }
.section { max-width: var(--maxw); margin: 0 auto; padding: clamp(66px, 10vw, 132px) 24px; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto clamp(38px, 6vw, 64px); }
.kicker { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; padding: 6px 14px; border: 1px solid var(--border); border-radius: 100px; background: var(--surface); }
.section-title { font-size: clamp(1.9rem, 4.6vw, 3rem); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.section-lead { color: var(--muted); margin-top: 16px; font-size: 1.06rem; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.glass { background: var(--surface); border: 1px solid var(--border); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  --pad-y: 12px; --pad-x: 22px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: var(--pad-y) var(--pad-x); border-radius: 100px; border: 1px solid transparent;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .95rem;
  cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, border-color .25s;
  position: relative;
}
.btn .ic { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.btn:hover .ic { transform: translateX(4px); }
.btn-primary { background: var(--btn-grad); color: var(--btn-fg); box-shadow: 0 10px 30px -8px rgba(var(--c-primary),.6); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 44px -10px rgba(var(--c-primary),.85); }
.btn-ghost { background: var(--surface); color: var(--text); border-color: var(--border-2); backdrop-filter: blur(10px); }
.btn-ghost:hover { transform: translateY(-3px); border-color: var(--primary-l); background: var(--surface-2); }
.btn-lg { --pad-y: 16px; --pad-x: 30px; font-size: 1.02rem; }
.btn-sm { --pad-y: 9px; --pad-x: 16px; font-size: .86rem; }
.btn-block { width: 100%; }

/* ── NAV ─────────────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 90; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px clamp(18px, 4vw, 40px); border: 1px solid transparent; transition: width .4s var(--ease), top .4s var(--ease), padding .3s var(--ease), background .3s, border-color .3s, box-shadow .3s, border-radius .4s var(--ease); }
.nav.scrolled { top: 12px; width: min(1120px, calc(100% - 24px)); padding: 9px 12px 9px 20px; border-radius: 100px; background: rgba(12,11,20,.82); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-color: var(--border-2); box-shadow: 0 16px 44px -16px rgba(0,0,0,.75); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; }
.brand-mark { font-family: 'JetBrains Mono', monospace; font-weight: 700; color: #fff; background: var(--btn-grad); padding: 5px 8px; border-radius: 9px; font-size: .82rem; line-height: 1; box-shadow: var(--glow); }
.brand-name { font-size: 1.02rem; letter-spacing: .04em; }
.brand-dim { color: var(--dim); margin-left: 3px; }
.nav-links { display: flex; gap: 2px; }
.nav-links a { position: relative; color: var(--muted); font-size: .92rem; font-weight: 500; padding: 8px 15px; border-radius: 100px; transition: color .2s, background .2s; }
.nav-links a::after { content: ''; position: absolute; left: 50%; bottom: 4px; width: 0; height: 2px; border-radius: 2px; background: var(--grad); transform: translateX(-50%); transition: width .25s var(--ease); }
.nav-links a:hover { color: var(--text); }
.nav-links a.active { color: var(--text); background: var(--surface); }
.nav-links a.active::after { width: 16px; }
.nav-right { display: flex; align-items: center; gap: 12px; }
.lang-toggle { display: flex; align-items: center; gap: 5px; background: var(--surface); border: 1px solid var(--border); border-radius: 100px; padding: 6px 12px; cursor: pointer; font-family: 'JetBrains Mono', monospace; font-size: .78rem; color: var(--dim); transition: border-color .2s; }
.lang-toggle:hover { border-color: var(--border-2); }
.lang-opt.is-active { color: var(--text); font-weight: 700; }
.lang-sep { color: var(--dim); }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-burger span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s var(--ease), opacity .3s; }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; top: 0; right: 0; z-index: 89; height: 100dvh; width: min(80vw, 320px); background: rgba(10,9,16,.97); backdrop-filter: blur(24px); border-left: 1px solid var(--border); display: flex; flex-direction: column; gap: 6px; justify-content: center; padding: 40px 30px; transform: translateX(105%); transition: transform .4s var(--ease); }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a { color: var(--muted); font-size: 1.1rem; font-family: 'Space Grotesk', sans-serif; padding: 12px 6px; }
.mobile-menu a:hover { color: var(--text); }
.mobile-menu .btn { margin-top: 14px; }

/* ── HERO ────────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; max-width: var(--maxw); margin: 0 auto; padding: 124px 24px 64px; }
.hero-inner { display: grid; grid-template-columns: 1.04fr .96fr; gap: 52px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: 'JetBrains Mono', monospace; font-size: .76rem; letter-spacing: .1em; color: var(--muted); padding: 8px 16px; border-radius: 100px; border: 1px solid var(--border); background: var(--surface); }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.hero-title { font-size: clamp(2.4rem, 5.6vw, 4.1rem); font-weight: 700; line-height: 1.04; letter-spacing: -.03em; margin: 22px 0 20px; }
.hero-title span { display: block; }
.hero-title .serif { display: inline; font-size: 1.08em; }
.hero-sub { font-size: clamp(1.04rem, 2vw, 1.2rem); color: var(--muted); max-width: 540px; }

/* build picker */
.build-picker { display: inline-flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 6px; padding: 6px; border-radius: 100px; background: var(--surface); border: 1px solid var(--border); }
.bp { display: inline-flex; align-items: center; gap: 8px; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .9rem; color: var(--muted); cursor: pointer; padding: 9px 16px; border-radius: 100px; border: 1px solid transparent; background: transparent; transition: color .25s, background .25s, border-color .25s; }
.bp .bp-ic { width: 16px; height: 16px; }
.bp:hover { color: var(--text); }
.bp.is-active { color: #fff; background: linear-gradient(120deg, var(--primary-d), var(--primary)); box-shadow: 0 8px 22px -8px rgba(var(--c-primary),.6); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 24px; }
.hero-trust { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .9rem; }
.stars { color: #fbbf24; letter-spacing: 2px; font-size: 1rem; }

/* ── Device preview (morphs with build picker) ───────────────── */
.hero-visual { position: relative; }
.device { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border-color: var(--border-2); }
.device-bar { display: flex; align-items: center; gap: 7px; padding: 12px 15px; background: rgba(255,255,255,.03); border-bottom: 1px solid var(--border); }
.device-bar .dot { width: 11px; height: 11px; border-radius: 50%; }
.device-bar .dot.r { background: #ff5f57; } .device-bar .dot.y { background: #febc2e; } .device-bar .dot.g { background: #28c840; }
.url-bar { margin-left: 8px; flex: 1; display: flex; align-items: center; gap: 7px; padding: 6px 12px; border-radius: 100px; background: rgba(0,0,0,.32); border: 1px solid var(--border); font-family: 'JetBrains Mono', monospace; font-size: .72rem; color: var(--muted); }
.url-bar .lock { width: 12px; height: 12px; color: var(--accent); }
#urlText { transition: opacity .2s; }
.device-screen { position: relative; height: 366px; background: linear-gradient(180deg, #0b0913, #0a0810); }
.pv { position: absolute; inset: 0; padding: 22px; opacity: 0; transform: translateY(14px) scale(.985); transition: opacity .45s var(--ease), transform .45s var(--ease); pointer-events: none; }
.pv.is-active { opacity: 1; transform: none; }

/* web preview */
.mini-nav { display: flex; align-items: center; justify-content: space-between; }
.mini-logo { width: 46px; height: 12px; border-radius: 4px; background: var(--grad); }
.mini-links { display: flex; gap: 10px; }
.mini-links i { width: 26px; height: 7px; border-radius: 3px; background: var(--surface-2); }
.mini-cta { width: 52px; height: 20px; border-radius: 100px; background: rgba(var(--c-light),.35); border: 1px solid rgba(var(--c-accent),.5); }
.mini-hero { margin-top: 30px; }
.mini-h1 { height: 20px; width: 88%; border-radius: 6px; background: linear-gradient(90deg, rgba(var(--c-accent),.7), rgba(var(--c-deep),.35)); margin-bottom: 9px; animation: shimmer 2.6s ease-in-out infinite; }
.mini-h1.short { width: 54%; }
.mini-p { height: 8px; width: 74%; border-radius: 4px; background: var(--surface-2); margin-bottom: 7px; }
.mini-p.short { width: 60%; }
.mini-btns { display: flex; gap: 10px; margin-top: 18px; }
.mb-primary { width: 96px; height: 30px; border-radius: 100px; background: var(--grad); }
.mb-ghost { width: 84px; height: 30px; border-radius: 100px; border: 1px solid var(--border-2); }
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.mini-cards span { height: 60px; border-radius: 12px; background: var(--surface); border: 1px solid var(--border); animation: floaty 5s ease-in-out infinite; }
.mini-cards span:nth-child(2) { animation-delay: -1.6s; } .mini-cards span:nth-child(3) { animation-delay: -3s; }
@keyframes shimmer { 0%,100% { opacity: 1; } 50% { opacity: .62; } }

/* bot preview */
.dc-head { font-family: 'JetBrains Mono', monospace; font-size: .8rem; color: var(--muted); padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.dc-head .dc-hash { color: var(--dim); }
.dc-msg { display: flex; gap: 10px; margin-top: 14px; animation: rise .5s var(--ease) both; }
.dc-msg.bot { animation-delay: .5s; }
.dc-av { width: 30px; height: 30px; border-radius: 50%; flex: none; }
.dc-av.user { background: linear-gradient(135deg, #64748b, #334155); }
.dc-av.bot { background: var(--grad); }
.dc-body { display: flex; flex-direction: column; gap: 4px; }
.dc-name { font-size: .78rem; font-weight: 600; color: var(--text); }
.dc-name em { font-style: normal; color: var(--dim); font-weight: 400; margin-left: 6px; font-size: .68rem; }
.dc-name .badge { font-size: .54rem; background: var(--primary); color: #fff; padding: 1px 5px; border-radius: 4px; margin-left: 6px; vertical-align: middle; letter-spacing: .04em; }
.dc-text { font-family: 'JetBrains Mono', monospace; font-size: .78rem; color: var(--accent); }
.dc-embed { margin-top: 2px; padding: 12px 14px; border-left: 3px solid var(--primary); background: rgba(255,255,255,.03); border-radius: 6px; display: flex; flex-direction: column; gap: 5px; }
.dc-embed-title { font-size: .82rem; font-weight: 600; }
.dc-embed-row { font-size: .74rem; color: var(--muted); }
.dc-embed-row b { color: var(--text); font-weight: 600; }
.dc-embed-row b.ok { color: #34d399; }
.dc-embed-btns { display: flex; gap: 8px; margin-top: 6px; }
.dc-embed-btns i { width: 60px; height: 22px; border-radius: 6px; background: var(--surface-2); border: 1px solid var(--border); }
.dc-embed-btns i.ok { background: rgba(52,211,153,.18); border-color: rgba(52,211,153,.4); }
.dc-input { margin-top: 16px; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 10px; background: rgba(255,255,255,.04); }
.dc-plus { width: 18px; height: 18px; border-radius: 50%; background: var(--surface-2); display: grid; place-items: center; color: var(--muted); font-size: .8rem; }
.dc-ph { font-size: .78rem; color: var(--dim); }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* hosting preview */
.hs-head { display: flex; align-items: center; justify-content: space-between; }
.hs-live { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; color: #34d399; }
.hs-live i { width: 9px; height: 9px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52,211,153,.6); animation: livePulse 1.8s ease-out infinite; }
.hs-up { font-family: 'JetBrains Mono', monospace; font-size: .74rem; color: var(--muted); }
@keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(52,211,153,.55); } 100% { box-shadow: 0 0 0 10px rgba(52,211,153,0); } }
.hs-graph { margin: 16px 0; height: 74px; border-radius: 12px; background: rgba(255,255,255,.02); border: 1px solid var(--border); padding: 8px; }
.hs-graph svg { width: 100%; height: 100%; }
.hs-line { stroke: url(#g); stroke-width: 2.5; vector-effect: non-scaling-stroke; stroke: var(--accent); filter: drop-shadow(0 4px 8px rgba(var(--c-accent),.4)); stroke-dasharray: 400; stroke-dashoffset: 400; animation: draw 2.2s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.hs-metrics { display: flex; flex-direction: column; gap: 12px; }
.hs-m { display: flex; align-items: center; gap: 12px; }
.hs-lbl { font-family: 'JetBrains Mono', monospace; font-size: .68rem; color: var(--dim); width: 30px; }
.hs-bar { flex: 1; height: 8px; border-radius: 100px; background: var(--surface-2); overflow: hidden; }
.hs-bar i { display: block; height: 100%; width: 0; border-radius: 100px; background: var(--grad); animation: fillbar 1.6s var(--ease) forwards; }
@keyframes fillbar { to { width: var(--w); } }
.hs-foot { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.hs-pill { font-family: 'JetBrains Mono', monospace; font-size: .66rem; color: var(--muted); padding: 5px 10px; border-radius: 100px; background: var(--surface); border: 1px solid var(--border); }

/* fivem preview */
.fv-code { font-family: 'JetBrains Mono', monospace; font-size: .74rem; line-height: 1.9; padding: 14px 16px; border-radius: 12px; background: rgba(0,0,0,.35); border: 1px solid var(--border); }
.fv-code .ln { display: block; color: var(--muted); white-space: nowrap; }
.fv-code .indent { padding-left: 18px; }
.fv-code .k { color: var(--accent); } .fv-code .s { color: #fbbf24; } .fv-code .c { color: var(--dim); } .fv-code .fn { color: #34d399; }
.fv-hud { display: flex; align-items: center; gap: 16px; margin-top: 20px; }
.fv-stat { display: flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: .72rem; color: var(--muted); }
.fv-ring { width: 30px; height: 30px; border-radius: 50%; }
.fv-ring.hp { background: conic-gradient(#34d399 0 82%, rgba(255,255,255,.08) 82% 100%); -webkit-mask: radial-gradient(farthest-side, transparent 62%, #000 64%); mask: radial-gradient(farthest-side, transparent 62%, #000 64%); }
.fv-ring.ar { background: conic-gradient(var(--accent) 0 64%, rgba(255,255,255,.08) 64% 100%); -webkit-mask: radial-gradient(farthest-side, transparent 62%, #000 64%); mask: radial-gradient(farthest-side, transparent 62%, #000 64%); }
.fv-cash { margin-left: auto; font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: .9rem; color: #34d399; }

/* float badges */
.float-badge { position: absolute; display: flex; align-items: center; gap: 7px; padding: 10px 15px; border-radius: 14px; font-size: .82rem; font-weight: 600; box-shadow: var(--shadow); border-color: var(--border-2); animation: floaty 5s ease-in-out infinite; }
.float-badge .fb-ic { width: 15px; height: 15px; color: var(--accent); }
.fb-1 { top: -20px; right: 6%; }
.fb-2 { bottom: -18px; left: -18px; animation-delay: -2.4s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.scroll-cue { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid var(--border-2); border-radius: 100px; display: flex; justify-content: center; padding-top: 8px; }
.scroll-cue span { width: 4px; height: 8px; border-radius: 4px; background: var(--accent); animation: scrollDot 1.8s ease-in-out infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(-4px); } 40% { opacity: 1; } 80%,100% { opacity: 0; transform: translateY(12px); } }

/* ── MARQUEE ─────────────────────────────────────────────────── */
.marquee { overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(var(--c-primary),.03); padding: 18px 0; -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: inline-flex; align-items: center; gap: 14px; white-space: nowrap; animation: marquee 48s linear infinite; will-change: transform; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.mq { display: inline-flex; align-items: center; gap: 9px; padding: 9px 18px; border-radius: 100px; border: 1px solid var(--border); background: var(--surface); font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: .9rem; color: var(--muted); }
.mq i[data-ic] { width: 14px; height: 14px; color: var(--accent); flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── STATS ───────────────────────────────────────────────────── */
.stats { max-width: var(--maxw); margin: 0 auto; padding: clamp(40px, 7vw, 72px) 24px 20px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 34px; border-radius: var(--radius-lg); background: var(--grad-soft); border: 1px solid var(--border); backdrop-filter: blur(16px); }
.stat { text-align: center; }
.stat-num { font-family: 'Space Grotesk', sans-serif; font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 700; letter-spacing: -.02em; }
.stat-num .count { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { color: var(--muted); font-size: .88rem; margin-top: 4px; }

/* ── BENTO SERVICES ──────────────────────────────────────────── */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bento-tile { position: relative; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; backdrop-filter: blur(14px); transition: transform .35s var(--ease), border-color .35s, box-shadow .35s, background .35s; overflow: hidden; }
.bento-tile::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: var(--grad); opacity: 0; -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; transition: opacity .35s; }
.bento-tile:hover { transform: translateY(-6px); background: var(--surface-2); box-shadow: var(--shadow); }
.bento-tile:hover::before { opacity: .7; }
/* Domain = full-width banner under the four equal service tiles */
.bento-tile.wide { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 22px; flex-wrap: wrap; }
.tile-ic { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--grad-soft); border: 1px solid var(--border); margin-bottom: 16px; color: var(--accent); font-size: 25px; }
.bento-tile h3 { font-size: 1.16rem; margin-bottom: 8px; }
.bento-tile p { color: var(--muted); font-size: .92rem; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 0; }
.chips li { font-size: .71rem; font-family: 'JetBrains Mono', monospace; color: var(--muted); padding: 4px 10px; border-radius: 100px; background: var(--surface-2); border: 1px solid var(--border); }
.tile-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border); }
.wide .tile-foot { border-top: 0; padding-top: 0; margin-top: 0; }
.from { font-size: .82rem; color: var(--muted); }
.from strong { color: var(--text); font-size: 1.14rem; font-family: 'Space Grotesk', sans-serif; }
.from .per { font-size: .78rem; color: var(--muted); font-weight: 500; }
.card-link { font-size: .84rem; color: var(--primary-l); font-weight: 600; transition: color .2s; }
.card-link:hover { color: var(--accent); }
.domain-tile { background: var(--grad-soft); }
.domain-tile .tile-ic { margin-bottom: 0; }
.dt-copy { flex: 1; min-width: 180px; }
.dt-copy h3 { margin-bottom: 5px; }
.dt-copy p { font-size: .9rem; }

/* ── DOMAIN WIDGET ───────────────────────────────────────────── */
.domain-sec .section-head { margin-bottom: clamp(28px,4vw,44px); }
.domain-widget { max-width: 620px; margin: 0 auto; padding: 26px; border-radius: var(--radius-lg); display: flex; flex-direction: column; gap: 18px; }
.dw-row { display: flex; align-items: center; gap: 4px; padding: 6px 8px 6px 18px; border-radius: 14px; background: rgba(0,0,0,.3); border: 1px solid var(--border-2); transition: border-color .25s, box-shadow .25s; }
.dw-row:focus-within { border-color: var(--primary-l); box-shadow: 0 0 0 4px rgba(var(--c-primary),.16); }
.dw-proto { font-family: 'JetBrains Mono', monospace; font-size: .95rem; color: var(--dim); }
.dw-input { flex: 1; min-width: 0; background: none; border: 0; outline: none; color: var(--text); font-family: 'JetBrains Mono', monospace; font-size: 1.15rem; font-weight: 500; padding: 10px 4px; }
.dw-input::placeholder { color: var(--dim); }
.dw-tld { font-family: 'JetBrains Mono', monospace; font-size: 1.15rem; font-weight: 700; color: var(--accent); padding-right: 6px; }
.dw-result { display: flex; align-items: center; gap: 10px; font-size: .95rem; color: var(--muted); min-height: 26px; opacity: 0; transform: translateY(6px); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.dw-result.show { opacity: 1; transform: none; }
.dw-check { width: 22px; height: 22px; flex: none; background: #34d399; filter: drop-shadow(0 2px 6px rgba(52,211,153,.5)); }
.dw-msg b { color: var(--text); }
.dw-note { text-align: center; color: var(--dim); font-size: .86rem; margin-top: 18px; }

/* ── CONFIGURATOR ────────────────────────────────────────────── */
.config { display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; align-items: start; }
.config-main { border-radius: var(--radius-lg); padding: 28px; display: flex; flex-direction: column; gap: 26px; }
.cfg-block { display: flex; flex-direction: column; gap: 14px; }
.cfg-label { font-family: 'JetBrains Mono', monospace; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.cfg-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.cfg-svc { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 8px; border-radius: 14px; background: var(--surface); border: 1px solid var(--border); color: var(--muted); font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .82rem; cursor: pointer; transition: all .25s var(--ease); }
.cfg-svc .cfg-ic { width: 22px; height: 22px; color: var(--muted); transition: color .25s; }
.cfg-svc:hover { border-color: var(--border-2); color: var(--text); transform: translateY(-2px); }
.cfg-svc.is-active { border-color: var(--primary-l); background: var(--grad-soft); color: #fff; box-shadow: 0 8px 24px -10px rgba(var(--c-primary),.5); }
.cfg-svc.is-active .cfg-ic { color: var(--accent); }
.cfg-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.cfg-opt { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 12px; background: var(--surface); border: 1px solid var(--border); cursor: pointer; transition: all .2s var(--ease); user-select: none; }
.cfg-opt:hover { border-color: var(--border-2); background: var(--surface-2); }
.cfg-opt.on { border-color: var(--primary-l); background: var(--grad-soft); }
.cfg-box { width: 20px; height: 20px; flex: none; border-radius: 6px; border: 1.6px solid var(--border-2); display: grid; place-items: center; transition: all .2s; }
.cfg-opt.on .cfg-box { background: var(--primary); border-color: var(--primary); }
.cfg-box::after { content: ''; width: 10px; height: 10px; background: #fff; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat; opacity: 0; transform: scale(.5); transition: all .2s; }
.cfg-opt.on .cfg-box::after { opacity: 1; transform: scale(1); }
.cfg-opt .cfg-txt { flex: 1; font-size: .9rem; font-weight: 500; color: var(--text); }
.cfg-opt .cfg-price { font-family: 'JetBrains Mono', monospace; font-size: .8rem; color: var(--muted); }
.config-side { border-radius: var(--radius-lg); padding: 26px; position: sticky; top: 90px; display: flex; flex-direction: column; gap: 14px; }
.cs-label { font-family: 'JetBrains Mono', monospace; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); }
.cs-price { display: flex; align-items: baseline; gap: 8px; }
.cs-from { font-size: .82rem; color: var(--muted); }
.cs-amt { font-family: 'Space Grotesk', sans-serif; font-size: 2.6rem; font-weight: 700; letter-spacing: -.02em; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-variant-numeric: tabular-nums; }
.cs-per { font-family: 'JetBrains Mono', monospace; font-size: .9rem; color: var(--muted); }
.cs-list { list-style: none; display: flex; flex-direction: column; gap: 8px; min-height: 24px; padding: 14px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cs-list li { display: flex; justify-content: space-between; gap: 10px; font-size: .86rem; color: var(--muted); animation: rise .3s var(--ease) both; }
.cs-list li b { color: var(--text); font-weight: 600; }
.cs-list li span:last-child { font-family: 'JetBrains Mono', monospace; color: var(--accent); }
.cs-list .cs-empty { color: var(--dim); justify-content: flex-start; }
.cs-copy { background: none; border: 0; color: var(--muted); font-family: 'Inter', sans-serif; font-size: .84rem; cursor: pointer; padding: 4px; text-decoration: underline; text-underline-offset: 3px; transition: color .2s; }
.cs-copy:hover { color: var(--text); }
.cs-copy.done { color: #34d399; }
.cs-pay { font-size: .8rem; color: var(--dim); text-align: center; margin-top: 2px; }
.cs-pay strong { color: var(--muted); }

/* lead form (appears only when LEAD_ENDPOINT is configured) */
.lead-form { display: flex; flex-direction: column; gap: 10px; padding-top: 14px; margin-top: 2px; border-top: 1px solid var(--border); }
.cs-divider { font-size: .82rem; color: var(--dim); text-align: center; line-height: 1.4; }
.lead-in { width: 100%; padding: 11px 14px; border-radius: 10px; background: rgba(0,0,0,.28); border: 1px solid var(--border-2); color: var(--text); font-family: 'Inter', sans-serif; font-size: .9rem; outline: none; transition: border-color .2s, box-shadow .2s; }
.lead-in::placeholder { color: var(--dim); }
.lead-in:focus { border-color: var(--primary-l); box-shadow: 0 0 0 3px rgba(var(--c-primary),.15); }
.lead-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.lead-status { font-size: .82rem; text-align: center; color: var(--muted); min-height: 18px; }
.lead-status.ok { color: #34d399; }
.lead-status.err { color: #f87171; }

/* ── PROCESS / TIMELINE ──────────────────────────────────────── */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.timeline::before { content: ''; position: absolute; top: 28px; left: 8%; right: 8%; height: 2px; background: linear-gradient(90deg, transparent, var(--primary), var(--accent), transparent); opacity: .4; }
.step { text-align: center; padding: 0 8px; }
.step-no { width: 56px; height: 56px; margin: 0 auto 18px; display: grid; place-items: center; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.15rem; border-radius: 50%; background: var(--bg-2); border: 1px solid var(--border-2); color: var(--primary-l); position: relative; z-index: 1; box-shadow: 0 0 0 6px rgba(8,7,13,1), 0 10px 30px -10px rgba(var(--c-primary),.5); }
.step h3 { font-size: 1.08rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .92rem; }

/* ── WHY US ──────────────────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { padding: 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); transition: transform .3s var(--ease), border-color .3s, background .3s; }
.feature:hover { transform: translateY(-5px); border-color: var(--border-2); background: var(--surface-2); }
.f-ic { font-size: 26px; color: var(--accent); margin-bottom: 12px; }
.feature h4 { font-size: 1.05rem; margin-bottom: 7px; }
.feature p { color: var(--muted); font-size: .92rem; }

/* ── REVIEWS ─────────────────────────────────────────────────── */
.card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; backdrop-filter: blur(14px); transition: transform .35s var(--ease), border-color .35s, box-shadow .35s, background .35s; }
.card:hover { transform: translateY(-6px); background: var(--surface-2); box-shadow: var(--shadow); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { display: flex; flex-direction: column; gap: 16px; }
.review blockquote { font-size: 1.08rem; line-height: 1.55; color: var(--text); font-family: 'Space Grotesk', sans-serif; font-weight: 500; }
.review figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #fff; background: var(--btn-grad); text-transform: uppercase; }
.review figcaption strong { display: block; font-size: .95rem; }
.review figcaption em { font-style: normal; font-size: .8rem; color: var(--dim); }
.cta-review { justify-content: center; align-items: center; text-align: center; background: var(--grad-soft); gap: 14px; }
.big-rating { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.big-rating strong { font-family: 'Space Grotesk', sans-serif; font-size: 3rem; font-weight: 700; line-height: 1; }
.cta-review p { color: var(--muted); font-size: .9rem; }

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; transition: border-color .25s, background .25s; }
.faq-item[open] { border-color: var(--border-2); background: var(--surface-2); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 1.04rem; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.5rem; color: var(--primary-l); font-weight: 400; transition: transform .3s var(--ease); line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-a { padding: 0 24px 22px; color: var(--muted); animation: faqOpen .35s var(--ease); }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* ── FINAL CTA ───────────────────────────────────────────────── */
.cta-band { max-width: var(--maxw); margin: 0 auto; padding: 0 24px clamp(70px,10vw,120px); }
.cta-inner { text-align: center; padding: clamp(46px, 8vw, 80px) 30px; border-radius: var(--radius-lg); border-color: var(--border-2); position: relative; overflow: hidden; background: var(--grad-soft); }
.cta-inner::after { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 120% at 50% 0%, rgba(var(--c-primary),.35), transparent 70%); }
.cta-inner h2 { font-size: clamp(1.8rem, 4.5vw, 2.9rem); font-weight: 700; letter-spacing: -.02em; }
.cta-inner p { color: var(--muted); margin: 14px 0 30px; font-size: 1.1rem; }
.slogan-mini { margin-top: 24px; font-family: 'JetBrains Mono', monospace; font-size: .82rem; letter-spacing: .2em; color: var(--dim); text-transform: uppercase; }

/* ── FOOTER ──────────────────────────────────────────────────── */
.footer { border-top: 1px solid var(--border); background: rgba(6,5,10,.6); backdrop-filter: blur(10px); margin-top: 40px; }
.footer-top { max-width: var(--maxw); margin: 0 auto; padding: 60px 24px 40px; display: grid; grid-template-columns: 1.2fr 2fr; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand .slogan { font-family: 'JetBrains Mono', monospace; font-size: .78rem; color: var(--dim); letter-spacing: .12em; margin-top: 4px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fl-col h5 { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--dim); margin-bottom: 14px; }
.fl-col a { display: block; color: var(--muted); font-size: .92rem; padding: 5px 0; transition: color .2s; }
.fl-col a:hover { color: var(--primary-l); }
.footer-bottom { max-width: var(--maxw); margin: 0 auto; padding: 22px 24px 40px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 14px; color: var(--dim); font-size: .84rem; flex-wrap: wrap; }

/* ── Reveal on scroll ────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
.reveal[data-delay="5"] { transition-delay: .40s; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 520px; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-tile.wide { grid-column: 1 / -1; }
  .why-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .timeline::before { display: none; }
  .config { grid-template-columns: 1fr; }
  .config-side { position: static; }
  .footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-right .btn-primary { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 14px; padding: 28px 20px; }
  .bento { grid-template-columns: 1fr; }
  .bento-tile.wide { grid-column: auto; flex-direction: column; align-items: flex-start; }
  .why-grid, .reviews-grid { grid-template-columns: 1fr; }
  .cfg-services { grid-template-columns: repeat(2, 1fr); }
  .cfg-options { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .hero { padding-top: 100px; }
  .device-screen { height: 320px; }
  .build-picker { width: 100%; justify-content: center; }
}

/* ── 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; }
  .reveal { opacity: 1; transform: none; }
  .cursor-dot, .cursor-ring { display: none; }
  .hs-line { stroke-dashoffset: 0; }
  .hs-bar i { width: var(--w); }
}
