/* ===========================================================
   AURIUS GROWTH — v3 · premium dark · gold/emerald · 3D
   Type: Sora (display) · Instrument Sans (body) · Geist Mono (labels)
   =========================================================== */
:root {
  --bg: #080B0A;
  --bg-2: #0A0F0D;
  --elevated: #0E1412;
  --card: #121A17;
  --text: #F6F1E8;
  --muted: #A79F91;
  --faint: #6f6a60;
  --gold: #C9A24B;
  --soft-gold: #E7C77A;
  --bright-gold: #F2D98A;
  --emerald: #27B789;
  --deep-emerald: #0E5A45;
  --rust: #c0533f;
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.14);
  --display: "Sora", system-ui, sans-serif;
  --sans: "Instrument Sans", system-ui, -apple-system, sans-serif;
  --mono: "Geist Mono", ui-monospace, "SFMono-Regular", monospace;
  --maxw: 1240px;
  --ease: cubic-bezier(0.22,1,0.36,1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
img, svg, video, canvas, select, input, textarea { max-width: 100%; }
body {
  background: var(--bg); color: var(--text); font-family: var(--sans);
  font-size: 17px; line-height: 1.6; font-weight: 400; letter-spacing: -0.005em;
  overflow-x: hidden; position: relative; -webkit-font-smoothing: antialiased; overflow-wrap: break-word;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: 9990; pointer-events: none;
  opacity: 0.035; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC44NScgbnVtT2N0YXZlcz0nMycgc3RpdGNoVGlsZXM9J3N0aXRjaCcvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbHRlcj0ndXJsKCNuKScvPjwvc3ZnPg==");
}
::selection { background: var(--gold); color: #0a0a0a; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #2a2f2c; border-radius: 6px; border: 2px solid var(--bg); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
section { position: relative; }
.section-pad { padding: clamp(78px,11vw,150px) 0; }
.section-pad.alt { background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.04; letter-spacing: -0.03em; }
.italic-gold { font-style: normal; color: var(--soft-gold); }

.eyebrow {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; font-weight: 500;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg,var(--gold),transparent); }
.eyebrow.center { justify-content: center; }

.chead { max-width: 780px; margin: 0 auto 64px; text-align: center; }
.chead.left { text-align: left; margin-left: 0; max-width: 920px; }
.chead h2 { font-size: clamp(2.1rem,4.6vw,3.5rem); text-wrap: balance; margin-bottom: 22px; }
.chead p { color: var(--muted); font-size: clamp(1rem,1.3vw,1.16rem); line-height: 1.65; max-width: 64ch; margin: 0 auto; }
.chead.left p { margin-left: 0; }

.sec-index { display: flex; align-items: center; gap: 14px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; font-weight: 500; }
.sec-index .ln { flex: 1; max-width: 70px; height: 1px; background: var(--border-strong); }
.sec-index .lb { color: var(--muted); }

/* Decorative -------------------------------------------------- */
.orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; pointer-events: none; z-index: 0; }
.orb-gold { background: radial-gradient(circle,rgba(201,162,75,0.55),transparent 70%); }
.orb-emerald { background: radial-gradient(circle,rgba(39,183,137,0.45),transparent 70%); }
.gridlines {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,0.025) 1px,transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 36%,#000 30%,transparent 80%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 36%,#000 30%,transparent 80%);
}

/* Buttons — stronger gold, larger, hover depth ---------------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 16px; letter-spacing: -0.01em;
  padding: 17px 30px; border-radius: 100px; border: 1px solid transparent; cursor: pointer;
  text-decoration: none; white-space: nowrap; overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), background 0.3s;
}
.btn:hover { transform: translateY(-3px); }
.btn.full { width: 100%; }
.btn-gold {
  background: linear-gradient(180deg,var(--bright-gold),var(--gold) 70%,#b88f3a);
  color: #14110a;
  box-shadow: 0 14px 38px -10px rgba(201,162,75,0.7), 0 2px 0 rgba(255,255,255,0.18) inset, 0 -2px 0 rgba(120,88,30,0.4) inset;
  font-weight: 700;
}
.btn-gold:hover { box-shadow: 0 22px 54px -10px rgba(231,199,122,0.85), 0 2px 0 rgba(255,255,255,0.25) inset, 0 -2px 0 rgba(120,88,30,0.4) inset; }
.btn-gold::after { content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%; background: linear-gradient(100deg,transparent,rgba(255,255,255,0.6),transparent); transform: skewX(-20deg); animation: shimmer 4.5s ease-in-out infinite; }
@keyframes shimmer { 0%,58% { left: -120%; } 100% { left: 160%; } }
.btn-ghost { background: rgba(255,255,255,0.04); border: 1px solid var(--border-strong); color: var(--text); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,0.08); border-color: rgba(201,162,75,0.55); }
.btn-lg { padding: 19px 36px; font-size: 17px; }
.btn-sm { padding: 12px 22px; font-size: 14px; }
.btn-arrow { transition: transform 0.3s var(--ease); }
.btn:hover .btn-arrow { transform: translateX(5px); }
.wa-tag { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; background: rgba(20,17,10,0.18); border: 1px solid rgba(20,17,10,0.22); color: #14110a; padding: 3px 9px; border-radius: 100px; margin-right: 4px; }
.btn-ghost .wa-tag { background: rgba(39,183,137,0.16); border-color: rgba(39,183,137,0.4); color: var(--emerald); }

/* Inline email CTA used across sections */
.email-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 16px; text-align: center; margin: 40px auto 0; }
.email-cta .ec-q { color: var(--muted); font-size: 1rem; }
.email-cta .btn { gap: 9px; }
.email-cta .btn svg { width: 17px; height: 17px; color: var(--soft-gold); }
.hero-email { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-size: 0.92rem; color: var(--muted); }
.hero-email a { color: var(--soft-gold); text-decoration: none; border-bottom: 1px solid rgba(201,162,75,0.4); transition: border-color 0.25s; }
.hero-email a:hover { border-color: var(--soft-gold); }
.hero-email svg { width: 16px; height: 16px; color: var(--soft-gold); }
.footer-email { display: inline-flex; align-items: center; gap: 9px; margin-top: 16px; text-decoration: none; color: var(--text); font-weight: 600; font-size: 0.96rem; padding: 10px 16px; border: 1px solid var(--border-strong); border-radius: 100px; transition: border-color 0.3s, background 0.3s; }
.footer-email:hover { border-color: rgba(201,162,75,0.5); background: rgba(201,162,75,0.05); }
.footer-email svg { width: 17px; height: 17px; color: var(--soft-gold); flex: none; }

.tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.dot-live { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 0 rgba(39,183,137,0.6); animation: pulse 2.2s infinite; flex: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(39,183,137,0.55); } 70% { box-shadow: 0 0 0 8px rgba(39,183,137,0); } 100% { box-shadow: 0 0 0 0 rgba(39,183,137,0); } }

/* Glass card -------------------------------------------------- */
.card {
  position: relative; background: linear-gradient(180deg,rgba(255,255,255,0.04),rgba(255,255,255,0.012));
  border: 1px solid var(--border); border-radius: 20px; padding: 30px; overflow: hidden;
  transition: transform 0.5s var(--ease), border-color 0.5s, box-shadow 0.5s; backdrop-filter: blur(6px);
}
.card:hover { transform: translateY(-6px); border-color: rgba(201,162,75,0.3); box-shadow: 0 30px 60px -24px rgba(0,0,0,0.7), 0 0 50px -18px rgba(201,162,75,0.28); }
.card h3 { font-size: 1.5rem; margin-bottom: 12px; }
.card p { color: var(--muted); font-size: 0.97rem; line-height: 1.6; }

/* Reveal ------------------------------------------------------ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.85s var(--ease), transform 0.85s var(--ease); }
.reveal[data-d="1"] { transition-delay: 0.06s; }
.reveal[data-d="2"] { transition-delay: 0.12s; }
.reveal[data-d="3"] { transition-delay: 0.18s; }
.reveal[data-d="4"] { transition-delay: 0.24s; }
.reveal.in { opacity: 1; transform: none; }
html.no-anim .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
html.no-anim .lang-card { animation: none !important; transform: none !important; }
html.no-anim .lang-modal { animation: none !important; opacity: 1 !important; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .btn-gold::after { animation: none; } .float-card, .indus-run, .about-visual .ring { animation: none !important; } }

/* ===================== LANGUAGE MODAL ===================== */
.lang-modal {
  position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center;
  padding: 24px; background: rgba(4,6,5,0.84); backdrop-filter: blur(10px);
}
.lang-modal[hidden] { display: none; }
.lang-card {
  width: min(440px,100%); background: linear-gradient(180deg,#101714,#0a0e0c);
  border: 1px solid var(--border-strong); border-radius: 24px; padding: 40px 34px 30px;
  text-align: center; box-shadow: 0 40px 100px -30px rgba(0,0,0,0.9), 0 0 80px -30px rgba(201,162,75,0.25);
  animation: popin 0.5s var(--ease) both;
}
@keyframes popin { from { transform: translateY(20px) scale(0.97); opacity: 0; } to { transform: none; opacity: 1; } }
.lm-mark {
  display: inline-grid; place-items: center; width: 60px; height: 60px; margin-bottom: 16px;
}
.lm-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.lm-kicker { font-family: var(--mono); font-size: 11px; letter-spacing: 0.26em; color: var(--gold); margin-bottom: 14px; }
.lang-card h2 { font-size: 1.7rem; margin-bottom: 6px; }
.lm-sub { color: var(--muted); font-size: 0.92rem; margin-bottom: 26px; }
.lm-options { display: flex; flex-direction: column; gap: 11px; }
.lm-opt {
  display: flex; align-items: center; gap: 14px; width: 100%; cursor: pointer; text-align: left;
  background: rgba(255,255,255,0.03); border: 1px solid var(--border-strong); border-radius: 14px;
  padding: 14px 16px; color: var(--text); font-family: var(--sans);
  transition: transform 0.3s var(--ease), border-color 0.3s, background 0.3s;
}
.lm-opt:hover { transform: translateY(-2px); border-color: rgba(201,162,75,0.55); background: rgba(201,162,75,0.08); }
.lm-flag { width: 42px; height: 42px; flex: none; border-radius: 9px; overflow: hidden; border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 4px 10px -3px rgba(0,0,0,0.5); background: #0a0e0c; }
.lm-flag img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lm-label { flex: 1; display: flex; flex-direction: column; }
.lm-label b { font-weight: 600; font-size: 1rem; }
.lm-label i { font-style: normal; font-size: 0.78rem; color: var(--muted); }
.lm-arrow { color: var(--gold); opacity: 0; transform: translateX(-6px); transition: all 0.3s var(--ease); }
.lm-opt:hover .lm-arrow { opacity: 1; transform: none; }
.lm-note { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.04em; color: var(--muted); margin-top: 22px; }

/* ===================== ANNOUNCE ===================== */
.announce { position: relative; z-index: 50; background: var(--elevated); border-bottom: 1px solid var(--border); font-size: 13px; }
.announce .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 11px; padding-bottom: 11px; }
.announce-l { display: inline-flex; align-items: center; gap: 11px; color: var(--text); }
.announce-l .tag { color: var(--soft-gold); }
.announce-r { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }

/* ===================== NAV ===================== */
.nav-host { position: sticky; top: 0; z-index: 100; padding: 16px 0; transition: padding 0.4s var(--ease); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 14px 22px; border-radius: 18px; border: 1px solid transparent; transition: all 0.45s var(--ease); }
.nav-host.scrolled .nav { background: rgba(14,20,18,0.72); border-color: var(--border); backdrop-filter: blur(18px) saturate(1.3); box-shadow: 0 18px 50px -20px rgba(0,0,0,0.8); }
.wordmark { font-family: var(--display); font-weight: 700; font-size: 1.14rem; letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: 11px; color: var(--text); text-decoration: none; white-space: nowrap; flex: none; }
.wordmark-img { height: 30px; width: auto; display: block; }
.footer-brand .wordmark-img { height: 34px; } }
.wordmark .mk { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(150deg,var(--soft-gold),var(--gold) 55%,var(--deep-emerald)); display: grid; place-items: center; font-family: var(--display); font-size: 16px; color: #14110a; font-weight: 800; box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { font-size: 14px; color: var(--muted); text-decoration: none; transition: color 0.25s; white-space: nowrap; }
.nav-links a:hover { color: var(--text); }
.nav-right { display: flex; align-items: center; gap: 14px; flex: none; }
.nav-right .btn { white-space: nowrap; }
.lang-switch { display: inline-flex; border: 1px solid var(--border-strong); border-radius: 100px; overflow: hidden; }
.ls-btn { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: 0.02em; padding: 7px 11px; background: none; border: none; color: var(--muted); cursor: pointer; transition: color 0.25s, background 0.25s; }
.ls-btn:hover { color: var(--text); }
.ls-btn.active { background: linear-gradient(180deg,var(--soft-gold),var(--gold)); color: #14110a; }

/* ===================== HERO ===================== */
.hero { position: relative; padding: clamp(40px,6vw,80px) 0 clamp(70px,9vw,120px); overflow: hidden; }
.hero .orb-gold { width: 560px; height: 560px; top: -180px; left: -140px; }
.hero .orb-emerald { width: 480px; height: 480px; bottom: -200px; right: -140px; opacity: 0.4; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 1.05fr; gap: 48px; align-items: center; position: relative; z-index: 2; }
.pill-badge { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.02em; color: var(--muted); padding: 8px 15px; border: 1px solid var(--border); border-radius: 100px; background: rgba(255,255,255,0.02); margin-bottom: 26px; }
.pb-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--soft-gold); box-shadow: 0 0 10px var(--gold); }
.hero h1 { font-size: clamp(2.5rem,5.2vw,4.3rem); letter-spacing: -0.035em; margin-bottom: 24px; text-wrap: balance; }
.hero h1 .accent { color: var(--soft-gold); }
.hero-sub { color: var(--muted); font-size: clamp(1.02rem,1.35vw,1.18rem); max-width: 54ch; line-height: 1.62; margin-bottom: 34px; }
.hero-sub b { color: var(--text); font-weight: 600; }
.hero-previewnote { color: var(--faint); font-size: 0.92rem; line-height: 1.55; max-width: 50ch; margin: -16px 0 30px; padding-left: 15px; border-left: 2px solid rgba(201,162,75,0.4); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); padding: 8px 13px; border: 1px solid var(--border); border-radius: 100px; }
.trust-pill svg { width: 14px; height: 14px; color: var(--soft-gold); flex: none; }

/* ===== Hero 3D device scene ===== */
.scene { position: relative; perspective: 1700px; min-height: 520px; }
.scene-inner { position: relative; transform-style: preserve-3d; transform: rotateY(-19deg) rotateX(8deg) rotateZ(1.5deg); transition: transform 0.9s var(--ease); }
.scene:hover .scene-inner { transform: rotateY(-12deg) rotateX(5deg) rotateZ(0.5deg); }
.scene-glow { position: absolute; inset: -8% -6% -16%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(40% 50% at 30% 30%, rgba(231,199,122,0.30), transparent 70%),
    radial-gradient(45% 50% at 78% 72%, rgba(39,183,137,0.26), transparent 72%);
  filter: blur(28px);
}

/* Browser (client website) */
.browser { position: relative; width: 100%; border-radius: 16px; overflow: hidden; transform-style: preserve-3d;
  background: #0c1210; border: 1px solid var(--border-strong);
  box-shadow: 0 60px 120px -34px rgba(0,0,0,0.92), 0 0 90px -34px rgba(201,162,75,0.28), inset 0 1px 0 rgba(255,255,255,0.06);
}
.bw-bar { display: flex; align-items: center; gap: 12px; padding: 11px 14px; background: linear-gradient(180deg,#141c19,#0e1512); border-bottom: 1px solid var(--border); }
.bw-dots { display: flex; gap: 6px; }
.bw-dots i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.bw-url { flex: 1; font-family: var(--mono); font-size: 10.5px; color: var(--muted); background: rgba(0,0,0,0.4); border: 1px solid var(--border); border-radius: 7px; padding: 5px 12px; text-align: center; letter-spacing: 0.02em; }
.bw-url b { color: var(--soft-gold); font-weight: 500; }
/* mini website inside */
.site { padding: 18px; background: radial-gradient(120% 90% at 80% -10%, rgba(39,183,137,0.10), transparent 55%), #0a100e; }
.site-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.site-logo { display: flex; align-items: center; gap: 7px; font-family: var(--display); font-weight: 700; font-size: 11px; letter-spacing: -0.01em; }
.site-logo .sd { width: 16px; height: 16px; border-radius: 5px; background: linear-gradient(150deg,var(--soft-gold),var(--gold)); }
.site-nav .sl { display: flex; gap: 12px; }
.site-nav .sl span { font-size: 8.5px; color: var(--muted); }
.site-pill { font-size: 8px; font-weight: 700; color: #14110a; background: linear-gradient(180deg,var(--soft-gold),var(--gold)); padding: 4px 9px; border-radius: 100px; }
.site-hero { display: grid; grid-template-columns: 1.3fr 1fr; gap: 14px; align-items: center; margin-bottom: 14px; }
.site-h { font-family: var(--display); font-weight: 700; font-size: 17px; line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 8px; }
.site-h .g { color: var(--soft-gold); }
.site-p { font-size: 8.5px; color: var(--muted); line-height: 1.5; margin-bottom: 10px; }
.site-btns { display: flex; gap: 7px; }
.site-btns .sb { font-size: 8px; font-weight: 700; padding: 6px 11px; border-radius: 100px; }
.site-btns .sb.g { color: #14110a; background: linear-gradient(180deg,var(--soft-gold),var(--gold)); }
.site-btns .sb.o { color: var(--text); border: 1px solid var(--border-strong); }
.site-shot { aspect-ratio: 4/3; border-radius: 10px; border: 1px solid var(--border); position: relative; overflow: hidden;
  background-image: repeating-linear-gradient(135deg, rgba(231,199,122,0.10) 0 8px, transparent 8px 16px); background-color: rgba(255,255,255,0.02); }
.site-shot::after { content: "PHOTO"; position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--mono); font-size: 8px; letter-spacing: 0.18em; color: var(--faint); }
.site-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.site-card { border: 1px solid var(--border); border-radius: 9px; padding: 9px; background: rgba(255,255,255,0.02); }
.site-card .ci { width: 18px; height: 18px; border-radius: 6px; background: rgba(201,162,75,0.14); border: 1px solid rgba(201,162,75,0.25); margin-bottom: 7px; display: grid; place-items: center; }
.site-card .ci svg { width: 11px; height: 11px; color: var(--soft-gold); }
.site-card .ct { font-size: 8.5px; font-weight: 600; }
.site-card .cs { font-size: 7.5px; color: var(--muted); margin-top: 2px; }

/* Phone (AI cockpit) */
.phone { position: absolute; z-index: 6; right: -6%; bottom: -7%; width: 33%; min-width: 178px; transform: translateZ(80px) rotateY(3deg);
  border-radius: 26px; padding: 8px; background: linear-gradient(160deg,#1b211e,#0a0e0c); border: 1px solid var(--border-strong);
  box-shadow: 0 50px 90px -28px rgba(0,0,0,0.92), 0 0 70px -28px rgba(39,183,137,0.4); transform-style: preserve-3d; }
.phone-screen { border-radius: 19px; overflow: hidden; background: #0a100e; border: 1px solid var(--border); }
.phone-notch { height: 18px; display: flex; align-items: center; justify-content: center; }
.phone-notch i { width: 38%; height: 5px; border-radius: 100px; background: #000; }
.ph-head { display: flex; align-items: center; justify-content: space-between; padding: 4px 12px 10px; }
.ph-head .l { display: flex; align-items: center; gap: 7px; }
.ph-head .ttl { font-size: 10px; font-weight: 700; }
.ph-head .sub { font-family: var(--mono); font-size: 6.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-top: 1px; }
.ph-rows { display: flex; flex-direction: column; gap: 6px; padding: 0 10px 12px; }
.ph-row { border: 1px solid var(--border); border-radius: 10px; padding: 8px 9px; background: rgba(255,255,255,0.02); position: relative; }
.ph-row.done { border-color: rgba(39,183,137,0.4); background: rgba(39,183,137,0.07); }
.ph-row .t { font-size: 9px; font-weight: 600; }
.ph-row .s { font-family: var(--mono); font-size: 6.5px; color: var(--muted); margin-top: 2px; letter-spacing: 0.02em; }
.ph-row .amt { position: absolute; top: 8px; right: 9px; font-family: var(--mono); font-size: 6.5px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--soft-gold); }
.ph-row.done .amt { color: var(--emerald); }
.ph-bar { height: 2px; border-radius: 2px; margin-top: 6px; background: linear-gradient(90deg,var(--gold),var(--soft-gold)); width: var(--w,40%); }
.ph-row.done .ph-bar { background: linear-gradient(90deg,var(--emerald),#5fe0b6); }

/* Floating cards */
.float-card { position: absolute; z-index: 8; background: rgba(14,20,18,0.94); border: 1px solid var(--border-strong); border-radius: 14px; padding: 11px 14px; backdrop-filter: blur(12px); box-shadow: 0 24px 48px -18px rgba(0,0,0,0.8); min-width: 132px; }
.float-card .fc-k { font-family: var(--mono); font-size: 8px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.float-card .fc-k .ico { width: 13px; height: 13px; color: var(--soft-gold); }
.float-card .fc-v { font-size: 13px; font-weight: 700; margin-top: 4px; }
.float-card .fc-v.ok { color: var(--emerald); display: flex; align-items: center; gap: 6px; }
.float-card .fc-v.gold { color: var(--soft-gold); }
.fc-1 { top: -22px; left: -34px; animation: floaty 6s ease-in-out infinite; }
.fc-2 { top: 30%; right: -40px; animation: floaty 7s ease-in-out infinite 0.6s; }
.fc-3 { bottom: 20%; left: 24px; animation: floaty 6.6s ease-in-out infinite 1.1s; }
.fc-4 { bottom: -18px; right: 14%; animation: floaty 7.4s ease-in-out infinite 0.3s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (max-width: 1180px) { .fc-1 { left: -10px; } .fc-3 { left: 18px; } }

/* ===================== MARQUEE (industry ribbon w/ icons) === */
.strip { padding: 22px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; background: var(--elevated); }
.indus-run { display: inline-flex; align-items: center; gap: 0; white-space: nowrap; animation: marquee 42s linear infinite; }
.indus-item { font-family: var(--display); font-size: clamp(1.25rem,2.6vw,2.1rem); font-weight: 600; letter-spacing: -0.02em; color: var(--text); display: inline-flex; align-items: center; gap: 14px; padding: 0 26px; }
.indus-item svg { width: clamp(20px,2.4vw,30px); height: clamp(20px,2.4vw,30px); color: var(--gold); flex: none; }
.indus-item.ghost { color: transparent; -webkit-text-stroke: 1px rgba(246,241,232,0.22); }
.indus-item.ghost svg { color: rgba(201,162,75,0.5); }
.indus-item::after { content: "✦"; font-family: var(--sans); font-size: 0.8rem; color: var(--gold); -webkit-text-stroke: 0; margin-left: 26px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===================== PROBLEM ===================== */
.numlist { margin-top: 30px; border-top: 1px solid var(--border); }
.numrow { display: grid; grid-template-columns: 90px 1fr 2fr; gap: 28px; align-items: start; padding: 28px 12px; border-bottom: 1px solid var(--border); transition: background 0.4s, padding 0.4s; }
.numrow:hover { background: rgba(255,255,255,0.015); padding-left: 30px; }
.nr-n { font-family: var(--display); font-weight: 700; font-size: clamp(2.2rem,4vw,3.2rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(201,162,75,0.5); transition: color 0.5s,-webkit-text-stroke 0.5s; }
.numrow:hover .nr-n { color: var(--soft-gold); -webkit-text-stroke: 1px transparent; }
.nr-t { font-family: var(--display); font-size: clamp(1.2rem,2.2vw,1.6rem); font-weight: 600; letter-spacing: -0.02em; }
.nr-d { color: var(--muted); font-size: 0.98rem; line-height: 1.55; }

/* ===================== QUOTE FLOW (NEW) ===================== */
.flow { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; position: relative; margin-top: 16px; }
.flow-node { position: relative; padding: 0 14px; text-align: center; }
.flow-node .fn-rail { position: absolute; top: 33px; left: 50%; width: 100%; height: 2px; background: repeating-linear-gradient(90deg, rgba(201,162,75,0.5) 0 7px, transparent 7px 14px); z-index: 0; }
.flow-node:last-child .fn-rail { display: none; }
.flow-node .fn-orb { position: relative; z-index: 2; width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 18px; display: grid; place-items: center;
  background: linear-gradient(160deg,rgba(255,255,255,0.05),rgba(255,255,255,0.01)); border: 1px solid var(--border-strong);
  box-shadow: 0 18px 40px -18px rgba(0,0,0,0.7); transition: transform 0.5s var(--ease), box-shadow 0.5s, border-color 0.5s; }
.flow-node .fn-orb svg { width: 28px; height: 28px; color: var(--soft-gold); }
.flow-node:hover .fn-orb { transform: translateY(-5px); border-color: rgba(201,162,75,0.5); box-shadow: 0 24px 50px -18px rgba(201,162,75,0.45); }
.flow-node.last .fn-orb { background: linear-gradient(160deg,rgba(39,183,137,0.22),rgba(14,90,69,0.12)); border-color: rgba(39,183,137,0.5); }
.flow-node.last .fn-orb svg { color: var(--emerald); }
.flow-node .fn-step { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.flow-node .fn-t { font-family: var(--display); font-weight: 600; font-size: 1.04rem; letter-spacing: -0.02em; margin-bottom: 7px; }
.flow-node .fn-d { font-size: 0.84rem; color: var(--muted); line-height: 1.5; max-width: 22ch; margin: 0 auto; }
.flow-node .fn-arrow { position: absolute; top: 24px; right: -9px; z-index: 3; color: var(--gold); font-size: 16px; }
.flow-node:last-child .fn-arrow { display: none; }

/* ===================== COCKPIT ===================== */
.cockpit-layout { display: grid; grid-template-columns: 0.56fr 1.74fr; gap: 30px; align-items: center; }
.track-list { background: rgba(255,255,255,0.02); border: 1px solid var(--border); border-radius: 20px; padding: 26px; }
.track-head { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.track-item { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 0.98rem; }
.track-item:last-child { border-bottom: 0; }
.track-item.dim { color: var(--muted); }
.tk-i { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border-radius: 9px; background: rgba(201,162,75,0.1); border: 1px solid rgba(201,162,75,0.22); color: var(--soft-gold); }
.tk-i svg { width: 16px; height: 16px; }
.track-item.dim .tk-i { background: rgba(192,83,63,0.1); border-color: rgba(192,83,63,0.28); color: var(--rust); }

.cpt-card { padding: 0; overflow: hidden; }
.cpt-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; border-bottom: 1px solid var(--border); background: var(--elevated); flex-wrap: wrap; }
.cpt-bar .l { display: flex; align-items: center; gap: 12px; }
.cpt-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 4px rgba(39,183,137,0.16); flex: none; }
.cpt-ttl { font-weight: 700; }
.cpt-sub { font-size: 0.8rem; color: var(--muted); }
.cpt-stats { display: flex; gap: 22px; }
.cpt-stat .n { font-family: var(--display); font-weight: 700; font-size: 1.25rem; color: var(--soft-gold); line-height: 1; }
.cpt-stat .k { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.cpt-head, .cpt-row { display: grid; grid-template-columns: 1.5fr 1.5fr 1fr 1.5fr; gap: 16px; align-items: center; padding: 15px 22px; }
.cpt-head { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--border); }
.cpt-row { border-bottom: 1px solid var(--border); }
.cpt-row:last-child { border-bottom: 0; }
.cpt-who { display: flex; align-items: center; gap: 12px; min-width: 0; }
.cpt-av { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; font-weight: 700; font-size: 0.82rem; color: var(--bg); flex: none; }
.cpt-name { font-weight: 600; }
.cpt-meta { font-family: var(--mono); font-size: 0.72rem; color: var(--muted); }
.cpt-need { font-size: 0.9rem; }
.cpt-chip { display: inline-flex; align-items: center; gap: 7px; font-size: 0.76rem; font-weight: 600; padding: 5px 11px; border-radius: 999px; border: 1px solid var(--border-strong); white-space: nowrap; }
.cpt-chip .cd { width: 6px; height: 6px; border-radius: 50%; flex: none; }
.cpt-next { display: flex; align-items: center; gap: 9px; font-size: 0.86rem; }
.cpt-next .ai { font-family: var(--mono); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.04em; color: var(--bg); background: var(--soft-gold); padding: 3px 6px; border-radius: 5px; flex: none; }

/* ===== Cockpit device duo: laptop + phone ===== */
.cockpit-devices { position: relative; perspective: 1700px; }
.cd-stage { position: relative; transform-style: preserve-3d; transform: rotateY(2deg) rotateX(2deg); transition: transform 0.9s var(--ease); }
.cockpit-devices:hover .cd-stage { transform: rotateY(0deg) rotateX(0deg); }
.cd-glow { position: absolute; inset: -6% 0 -12%; z-index: 0; pointer-events: none;
  background: radial-gradient(45% 55% at 38% 36%, rgba(231,199,122,0.22), transparent 70%), radial-gradient(45% 55% at 80% 70%, rgba(39,183,137,0.22), transparent 72%); filter: blur(30px); }
/* Laptop */
.laptop { position: relative; width: 91%; z-index: 2; }
.laptop-screen { position: relative; border-radius: 16px 16px 0 0; background: linear-gradient(160deg,#1b211e,#0a0e0c); border: 1px solid var(--border-strong); border-bottom: 0; padding: 12px 12px 0; box-shadow: 0 50px 100px -34px rgba(0,0,0,0.9), 0 0 90px -36px rgba(201,162,75,0.26); }
.laptop-screen .ls-inner { border-radius: 10px 10px 0 0; overflow: hidden; background: #0a100e; border: 1px solid var(--border); border-bottom: 0; }
.laptop-base { position: relative; height: 18px; border-radius: 0 0 14px 14px; background: linear-gradient(180deg,#242b27,#101613); border: 1px solid var(--border-strong); border-top: 0; box-shadow: 0 22px 36px -18px rgba(0,0,0,0.8); }
.laptop-base::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 90px; height: 6px; border-radius: 0 0 8px 8px; background: #0a0e0c; border: 1px solid var(--border); border-top: 0; }
.laptop-base::after { content: ""; position: absolute; bottom: -5px; left: 8%; right: 8%; height: 5px; border-radius: 0 0 12px 12px; background: #0a0e0c; }
/* cockpit table compacted for laptop */
.laptop .cpt-card { border: 0; border-radius: 0; background: #0a100e; }
.laptop .cpt-bar { padding: 15px 19px; }
.laptop .cpt-head, .laptop .cpt-row { padding: 13px 19px; gap: 14px; }
.laptop .cpt-stat .n { font-size: 1.18rem; }
.laptop .cpt-av { width: 34px; height: 34px; border-radius: 9px; font-size: 0.8rem; }
.laptop .cpt-name { font-size: 0.94rem; }
.laptop .cpt-meta { font-size: 0.7rem; }
.laptop .cpt-need { font-size: 0.88rem; }
.laptop .cpt-chip { font-size: 0.74rem; padding: 5px 10px; }
.laptop .cpt-next { font-size: 0.82rem; }
/* phone beside laptop */
.cd-phone { position: absolute; right: 0; bottom: -5%; width: 29%; min-width: 198px; z-index: 5;
  border-radius: 24px; padding: 7px; background: linear-gradient(160deg,#1b211e,#0a0e0c); border: 1px solid var(--border-strong);
  box-shadow: 0 44px 80px -26px rgba(0,0,0,0.92), 0 0 64px -26px rgba(39,183,137,0.42); }
.cd-badge { position: absolute; z-index: 8; font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text); background: rgba(14,20,18,0.92); border: 1px solid var(--border-strong); border-radius: 100px; padding: 7px 14px; backdrop-filter: blur(10px); display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 16px 34px -14px rgba(0,0,0,0.7); }
.cd-badge svg { width: 14px; height: 14px; color: var(--soft-gold); }
.cd-badge.b-laptop { top: -16px; left: 6%; }
.cd-badge.b-phone { bottom: 14%; left: -6%; }
@media (max-width: 1000px) {
  .cd-badge.b-phone { left: 0; }
}
@media (max-width: 620px) {
  .cd-phone { position: relative; right: auto; bottom: auto; width: 62%; margin: -8% auto 0; }
  .laptop { width: 100%; }
  .cd-badge { display: none; }
}

/* ===================== PROOF BAND (NEW) ===================== */
.proof-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 22px; }
.proof-testi { grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; min-height: 320px; }
.proof-quote { font-family: var(--display); font-weight: 500; font-size: clamp(1.2rem,2vw,1.6rem); line-height: 1.32; letter-spacing: -0.02em; color: var(--text); }
.proof-mark { font-family: var(--display); font-size: 3.4rem; line-height: 0.6; color: rgba(201,162,75,0.4); }
.placeholder-tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); display: inline-flex; align-items: center; gap: 8px; }
.placeholder-tag::before { content: ""; width: 7px; height: 7px; border-radius: 2px; border: 1px dashed var(--faint); }
.proof-testi .pt-meta { display: flex; align-items: center; gap: 13px; margin-top: 24px; }
.proof-testi .pt-av { width: 46px; height: 46px; border-radius: 12px; flex: none; background-image: repeating-linear-gradient(135deg, rgba(201,162,75,0.14) 0 7px, transparent 7px 14px); border: 1px solid var(--border-strong); }
.proof-video { position: relative; min-height: 150px; display: flex; align-items: flex-end; overflow: hidden;
  background-image: repeating-linear-gradient(135deg, rgba(231,199,122,0.08) 0 9px, transparent 9px 18px); background-color: rgba(255,255,255,0.015); }
.proof-video .pv-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(180deg,var(--soft-gold),var(--gold)); display: grid; place-items: center; box-shadow: 0 14px 40px -10px rgba(201,162,75,0.6); }
.proof-video .pv-play svg { width: 22px; height: 22px; color: #14110a; margin-left: 3px; }
.proof-video .pv-cap { position: relative; z-index: 2; font-size: 0.9rem; color: var(--text); font-weight: 600; padding: 16px; max-width: 60%; }
.proof-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; padding: 0; min-height: 150px; }
.proof-ba .ba-half { position: relative; padding: 16px; display: flex; align-items: flex-end; min-height: 150px;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 8px, transparent 8px 16px); background-color: rgba(255,255,255,0.012); }
.proof-ba .ba-half.after { background-image: repeating-linear-gradient(135deg, rgba(231,199,122,0.12) 0 8px, transparent 8px 16px); border-left: 1px solid var(--border-strong); }
.proof-ba .ba-lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--border-strong); padding: 4px 10px; border-radius: 100px; background: rgba(8,11,10,0.6); }
.proof-ba .ba-half.after .ba-lbl { color: var(--soft-gold); border-color: rgba(201,162,75,0.4); }
.proof-note { display: flex; align-items: flex-start; gap: 13px; max-width: 820px; margin: 32px auto 0; padding: 18px 22px; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,0.015); }
.proof-note svg { width: 20px; height: 20px; color: var(--gold); flex: none; margin-top: 2px; }
.proof-note p { color: var(--muted); font-size: 0.92rem; line-height: 1.6; }

/* ===================== 3D OFFER STACK (NEW) ===================== */
/* Tighten the cockpit→build transition: both columns are sparse here,
   so trim the doubled section padding to keep the visual gap on par
   with the rest of the site. */
#cockpit { padding-bottom: clamp(40px, 5vw, 76px); }
#build { padding-top: clamp(40px, 5vw, 76px); }
.build-layout { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: center; margin-bottom: 64px; }
.stack-scene { perspective: 1500px; position: relative; padding: 30px 0; }
.stack-inner { transform-style: preserve-3d; transform: rotateX(16deg); display: flex; flex-direction: column-reverse; align-items: center; gap: 20px; transition: transform 0.9s var(--ease); }
.stack-scene:hover .stack-inner { transform: rotateX(9deg); }
.slab { position: relative; border-radius: 16px; transform-style: preserve-3d; display: flex; align-items: center; gap: 16px; padding: 22px 26px; }
.slab .slab-ico { width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center; flex: none; }
.slab .slab-ico svg { width: 22px; height: 22px; }
.slab .slab-t { font-family: var(--display); font-weight: 700; letter-spacing: -0.02em; }
.slab .slab-d { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.04em; color: rgba(255,255,255,0.55); margin-top: 4px; }
.slab .slab-badge { position: absolute; top: -10px; right: 16px; font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 9px; border-radius: 100px; }
.slab::after { content: ""; position: absolute; left: 6px; right: 6px; bottom: -14px; height: 14px; border-radius: 0 0 14px 14px; transform: translateZ(-1px); }
/* L1 foundation — biggest + brightest */
.slab.l1 { width: 100%; padding: 30px 30px; background: linear-gradient(135deg,var(--bright-gold),var(--gold) 60%,#a9812f); color: #14110a; box-shadow: 0 60px 90px -30px rgba(201,162,75,0.55), 0 0 80px -20px rgba(231,199,122,0.5), inset 0 2px 0 rgba(255,255,255,0.4); }
.slab.l1 .slab-ico { background: rgba(20,17,10,0.16); color: #14110a; }
.slab.l1 .slab-t { font-size: 1.18rem; }
.slab.l1 .slab-d { color: rgba(20,17,10,0.72); }
.slab.l1 .slab-badge { background: #14110a; color: var(--soft-gold); }
.slab.l1::after { background: linear-gradient(180deg,#a9812f,#7a5d1f); }
/* L2 growth — medium, dimmer */
.slab.l2 { width: 82%; background: linear-gradient(135deg,#1a2420,#10171400); background-color: #141d1a; border: 1px solid var(--border-strong); color: var(--text); box-shadow: 0 40px 70px -30px rgba(0,0,0,0.8); }
.slab.l2 .slab-ico { background: rgba(39,183,137,0.14); border: 1px solid rgba(39,183,137,0.3); color: var(--emerald); }
.slab.l2 .slab-t { font-size: 1.04rem; }
.slab.l2 .slab-badge { background: rgba(255,255,255,0.06); color: var(--muted); border: 1px solid var(--border-strong); }
.slab.l2::after { background: #0c1310; }
/* L3 design — smallest, dimmest */
.slab.l3 { width: 64%; background-color: #111714; border: 1px solid var(--border); color: var(--muted); box-shadow: 0 30px 55px -28px rgba(0,0,0,0.8); }
.slab.l3 .slab-ico { background: rgba(255,255,255,0.05); border: 1px solid var(--border); color: var(--soft-gold); }
.slab.l3 .slab-t { font-size: 0.95rem; color: var(--text); }
.slab.l3 .slab-badge { background: rgba(255,255,255,0.05); color: var(--faint); border: 1px solid var(--border); }
.slab.l3::after { background: #0a0f0d; }
.stack-note { font-family: var(--mono); font-size: 12px; letter-spacing: 0.02em; color: var(--soft-gold); text-align: center; margin-top: 30px; display: flex; align-items: center; gap: 10px; justify-content: center; }
.stack-note::before, .stack-note::after { content: ""; width: 30px; height: 1px; background: linear-gradient(90deg,transparent,rgba(201,162,75,0.5)); }
.stack-note::after { background: linear-gradient(90deg,rgba(201,162,75,0.5),transparent); }
.build-copy h2 { font-size: clamp(1.9rem,3.6vw,2.8rem); margin-bottom: 20px; text-wrap: balance; }
.build-copy p { color: var(--muted); font-size: 1.04rem; line-height: 1.66; }

/* tier detail (kept, supporting) */
.tier { border: 1px solid var(--border); border-radius: 24px; padding: 34px; margin-bottom: 22px; background: linear-gradient(180deg,rgba(255,255,255,0.02),transparent); }
.tier-head { display: flex; align-items: flex-start; gap: 22px; margin-bottom: 22px; }
.tier-rank { font-family: var(--display); font-weight: 700; font-size: 1.7rem; line-height: 1; flex: none; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(150deg,var(--soft-gold),var(--gold)); color: #14110a; box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
.tier-rank.secondary, .tier-rank.tertiary { background: rgba(255,255,255,0.04); border: 1px solid var(--border-strong); color: var(--muted); box-shadow: none; }
.tier-head h3 { font-size: clamp(1.3rem,2.4vw,1.8rem); margin-bottom: 8px; text-wrap: balance; }
.tier-msg { font-family: var(--mono); font-size: 12px; letter-spacing: 0.01em; color: var(--muted); }
.tier-msg.primary { color: var(--soft-gold); }
.tier-body { color: var(--muted); font-size: 1rem; line-height: 1.66; max-width: 76ch; margin-bottom: 20px; }
.tier-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.card.mini { padding: 22px; border-radius: 16px; }
.card.mini .mini-n { font-family: var(--mono); font-size: 12px; color: var(--gold); display: block; margin-bottom: 14px; }
.card.mini h4 { font-size: 1.1rem; font-weight: 700; font-family: var(--display); letter-spacing: -0.02em; margin-bottom: 8px; }
.card.mini p { color: var(--muted); font-size: 0.9rem; line-height: 1.55; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.lchip { font-family: var(--mono); font-size: 12px; letter-spacing: 0.01em; color: var(--muted); padding: 9px 15px; border: 1px solid var(--border-strong); border-radius: 100px; }
.lchip.future { color: var(--soft-gold); border-color: rgba(201,162,75,0.4); background: rgba(201,162,75,0.06); }

/* ===================== PRICING ===================== */
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; perspective: 1600px; }
.card.price { display: flex; flex-direction: column; padding: 32px 28px; }
.card.price.featured {
  border-color: rgba(201,162,75,0.55); background: linear-gradient(180deg,rgba(201,162,75,0.08),rgba(255,255,255,0.012));
  transform: translateY(-18px) translateZ(40px) rotateY(-3deg) scale(1.04); transform-style: preserve-3d;
  box-shadow: 0 50px 100px -30px rgba(0,0,0,0.8), 0 0 80px -20px rgba(201,162,75,0.45); z-index: 3;
}
.card.price.featured:hover { transform: translateY(-26px) translateZ(50px) rotateY(-2deg) scale(1.05); }
.price-ribbon { position: absolute; top: 18px; right: 18px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: #14110a; background: linear-gradient(180deg,var(--bright-gold),var(--gold)); padding: 5px 12px; border-radius: 100px; font-weight: 600; box-shadow: 0 8px 20px -6px rgba(201,162,75,0.6); }
.price-name { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.card.price.featured .price-name { padding-right: 96px; }
.price-fig { font-family: var(--display); font-weight: 700; font-size: clamp(3rem,6vw,3.9rem); line-height: 1; letter-spacing: -0.04em; color: var(--text); margin-bottom: 12px; font-feature-settings: "tnum"; }
.price-fig .cur { font-family: var(--mono); font-size: 0.42em; font-weight: 500; color: var(--soft-gold); vertical-align: super; }
.price-fig .per { font-size: 0.3em; color: var(--muted); font-family: var(--mono); font-weight: 500; letter-spacing: 0; }
.price-tag { color: var(--muted); font-size: 0.92rem; line-height: 1.5; margin-bottom: 22px; min-height: 2.6em; }
.price-feat { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.price-feat li { position: relative; padding-left: 24px; font-size: 0.9rem; color: var(--text); line-height: 1.4; }
.price-feat li::before { content: ""; position: absolute; left: 0; top: 3px; width: 15px; height: 15px; border-radius: 50%; background: rgba(39,183,137,0.16); }
.price-feat li::after { content: ""; position: absolute; left: 5px; top: 6px; width: 5px; height: 8px; border-right: 2px solid var(--emerald); border-bottom: 2px solid var(--emerald); transform: rotate(42deg); }
.card.price .btn { margin-top: auto; }
.price-scope { font-size: 0.84rem; color: var(--muted); line-height: 1.5; margin-bottom: 14px; padding-left: 14px; border-left: 2px solid rgba(201,162,75,0.4); }
.price-important { font-size: 0.78rem; line-height: 1.5; color: var(--muted); border: 1px solid var(--border); border-radius: 11px; padding: 12px 14px; margin-bottom: 18px; }
.price-important .pi-label { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rust); margin-right: 6px; }
.price-important .pi-label::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--rust); }
.price-anchor { font-family: var(--mono); font-size: 12px; letter-spacing: 0.01em; color: var(--soft-gold); padding: 12px 14px; border: 1px dashed rgba(201,162,75,0.4); border-radius: 12px; margin-bottom: 18px; text-align: center; line-height: 1.5; }
/* $97 vs $197 explainer */
.price-explain { margin-bottom: 22px; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.price-explain .pe-head { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--gold); padding: 11px 14px; background: rgba(201,162,75,0.05); border-bottom: 1px solid var(--border); }
.price-explain .pe-row { display: flex; gap: 11px; padding: 11px 14px; font-size: 0.84rem; line-height: 1.45; color: var(--muted); }
.price-explain .pe-row + .pe-row { border-top: 1px solid var(--border); }
.price-explain .pe-amt { font-family: var(--mono); font-weight: 600; color: var(--soft-gold); flex: none; }
.price-disclaimer { display: flex; align-items: flex-start; gap: 14px; margin: 22px 0 0; padding: 20px 24px; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,0.015); }
.price-disclaimer svg { width: 22px; height: 22px; color: var(--gold); flex: none; margin-top: 2px; }
.price-disclaimer p { color: var(--muted); font-size: 0.92rem; line-height: 1.6; }
.price-note { margin: 16px 0 0; padding: 16px 24px; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,0.01); }
.price-note .pn-head { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.price-note p { color: var(--faint); font-size: 0.82rem; line-height: 1.6; }
.pricing-notsure { font-family: var(--display); font-weight: 600; font-size: clamp(1rem,1.6vw,1.2rem); color: var(--soft-gold); margin-top: 18px; letter-spacing: -0.01em; }
.pricing-prevcta { margin-top: 16px; }

/* ===================== FREE WEBSITE PREVIEW (NEW) ===================== */
.preview-band { position: relative; overflow: hidden; background: linear-gradient(180deg,rgba(201,162,75,0.05),transparent 60%), var(--bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.preview-card { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; border: 1px solid rgba(201,162,75,0.3); border-radius: 26px; padding: clamp(30px,4vw,52px); background: linear-gradient(135deg,rgba(201,162,75,0.08),rgba(255,255,255,0.012)); box-shadow: 0 40px 90px -40px rgba(0,0,0,0.7), 0 0 80px -30px rgba(201,162,75,0.25); }
.preview-left .eyebrow { margin-bottom: 18px; }
.preview-left h2 { font-size: clamp(1.9rem,3.6vw,2.8rem); margin-bottom: 18px; text-wrap: balance; }
.preview-left p { color: var(--muted); font-size: 1.04rem; line-height: 1.66; }
.preview-bullets { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.preview-bullets li { display: flex; align-items: flex-start; gap: 13px; font-size: 0.98rem; line-height: 1.45; color: var(--text); }
.pb-check { width: 26px; height: 26px; flex: none; display: grid; place-items: center; border-radius: 8px; background: rgba(39,183,137,0.14); border: 1px solid rgba(39,183,137,0.3); color: var(--emerald); margin-top: 1px; }
.pb-check svg { width: 14px; height: 14px; }
.preview-disclaimer { position: relative; z-index: 2; display: flex; align-items: flex-start; gap: 14px; margin: 24px 0 0; padding: 18px 22px; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,0.015); }
.preview-disclaimer svg { width: 20px; height: 20px; color: var(--gold); flex: none; margin-top: 2px; }
.preview-disclaimer p { color: var(--faint); font-size: 0.84rem; line-height: 1.6; }
@media (max-width: 900px) {
  .preview-card { grid-template-columns: 1fr; gap: 30px; }
}

/* Support + AI Ops horizontal block */
.support-block { margin-top: 22px; display: grid; grid-template-columns: 1.08fr 1fr; gap: 38px; align-items: center; padding: 34px 36px; }
.support-block .sb-main .price-fig { margin-bottom: 10px; }
.support-block .sb-feat { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 22px; margin-bottom: 0; }
.support-block .sb-side { display: flex; flex-direction: column; }
.support-block .sb-side .price-explain { margin-bottom: 18px; }
.support-block .sb-side .btn { margin-top: 0; }
@media (max-width: 860px) {
  .support-block { grid-template-columns: 1fr; gap: 24px; padding: 28px; }
  .support-block .sb-feat { grid-template-columns: 1fr; }
}

/* ===================== ABOUT + SERVICE AREA ===================== */
.about-row { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: center; margin-bottom: 64px; }
.about-visual { position: relative; aspect-ratio: 1; max-width: 400px; border-radius: 28px; border: 1px solid var(--border-strong); background: radial-gradient(circle at 50% 40%,rgba(201,162,75,0.12),transparent 60%); display: grid; place-items: center; overflow: hidden; }
.about-visual .ring { position: absolute; border: 1px solid rgba(201,162,75,0.2); border-radius: 50%; inset: 16%; animation: spin 30s linear infinite; }
.about-visual .ring.r2 { inset: 30%; animation-duration: 20s; animation-direction: reverse; border-color: rgba(39,183,137,0.28); }
.about-visual.has-photo { background: #0a0e0c; overflow: hidden; box-shadow: 0 40px 80px -34px rgba(0,0,0,0.7); }
.about-visual.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
@keyframes spin { to { transform: rotate(360deg); } }
.about-visual .glyph { font-family: var(--display); font-weight: 700; font-size: clamp(4rem,12vw,7rem); color: rgba(246,241,232,0.94); }
.about-copy h2 { font-size: clamp(1.8rem,3.4vw,2.8rem); margin-bottom: 20px; text-wrap: balance; }
.about-copy p { color: var(--muted); font-size: 1.04rem; line-height: 1.68; margin-bottom: 16px; }

/* service area panel */
.area-row { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.area-copy .tag { color: var(--gold); margin-bottom: 18px; }
.area-copy h3 { font-family: var(--display); font-size: clamp(1.5rem,2.8vw,2.1rem); letter-spacing: -0.02em; margin-bottom: 14px; text-wrap: balance; }
.area-copy p { color: var(--muted); font-size: 1rem; line-height: 1.6; margin-bottom: 22px; max-width: 46ch; }
.area-photo { display: flex; align-items: flex-end; min-height: 120px; border-radius: 14px; padding: 14px; margin-top: 4px; max-width: 440px;
  background-image: repeating-linear-gradient(135deg, rgba(231,199,122,0.09) 0 9px, transparent 9px 18px); background-color: rgba(255,255,255,0.015); border: 1px solid var(--border); }
.map-panel { position: relative; aspect-ratio: 5/4; border-radius: 20px; border: 1px solid var(--border-strong); overflow: hidden;
  background:
    radial-gradient(60% 60% at 60% 40%, rgba(39,183,137,0.12), transparent 70%),
    linear-gradient(180deg,#0c1311,#0a0f0d);
}
.map-panel .map-embed { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; filter: grayscale(0.32) contrast(1.04); }
.map-open { position: absolute; bottom: 14px; right: 14px; z-index: 3; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-family: var(--mono); font-size: 10px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text); text-decoration: none; background: rgba(8,11,10,0.82); border: 1px solid var(--border-strong); border-radius: 100px; padding: 8px 14px; backdrop-filter: blur(8px); transition: border-color 0.3s, background 0.3s, transform 0.3s var(--ease); }
.map-open:hover { border-color: rgba(201,162,75,0.55); background: rgba(201,162,75,0.12); transform: translateY(-2px); }
.map-open svg { width: 14px; height: 14px; color: var(--soft-gold); flex: none; }
.map-panel .mp-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,0.04) 1px,transparent 1px); background-size: 40px 40px; -webkit-mask-image: radial-gradient(ellipse 80% 80% at 55% 45%,#000 40%,transparent 85%); mask-image: radial-gradient(ellipse 80% 80% at 55% 45%,#000 40%,transparent 85%); }
.map-panel .mp-road { position: absolute; height: 2px; background: linear-gradient(90deg,transparent,rgba(201,162,75,0.35),transparent); }
.map-panel .mp-road.r1 { top: 38%; left: 6%; right: 18%; transform: rotate(-8deg); }
.map-panel .mp-road.r2 { top: 62%; left: 14%; right: 6%; transform: rotate(6deg); }
.map-panel .mp-road.v1 { width: 2px; height: 70%; top: 12%; left: 44%; background: linear-gradient(180deg,transparent,rgba(201,162,75,0.3),transparent); }
.pin { position: absolute; width: 14px; height: 14px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: linear-gradient(180deg,var(--soft-gold),var(--gold)); box-shadow: 0 0 0 4px rgba(201,162,75,0.16), 0 6px 14px -4px rgba(0,0,0,0.6); }
.pin::after { content: ""; position: absolute; inset: 4px; background: #14110a; border-radius: 50%; }
.pin.emerald { background: linear-gradient(180deg,#5fe0b6,var(--emerald)); box-shadow: 0 0 0 4px rgba(39,183,137,0.16), 0 6px 14px -4px rgba(0,0,0,0.6); }
.pin.lg { width: 20px; height: 20px; }
.pin.p1 { top: 34%; left: 40%; } .pin.p2 { top: 52%; left: 62%; } .pin.p3 { top: 64%; left: 30%; } .pin.p4 { top: 24%; left: 66%; } .pin.p5 { top: 46%; left: 22%; }
.map-tag { position: absolute; bottom: 14px; left: 14px; right: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); background: rgba(8,11,10,0.7); border: 1px solid var(--border); border-radius: 100px; padding: 6px 13px; backdrop-filter: blur(6px); width: max-content; max-width: calc(100% - 28px); }

/* ===================== FOUNDER ===================== */
.founder-row { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: center; }
.founder-photo { display: flex; justify-content: center; }
.ph-slot { position: relative; width: 100%; max-width: 360px; aspect-ratio: 4/5; border-radius: 24px; border: 1px solid var(--border-strong); display: grid; place-items: center; text-align: center; overflow: hidden;
  background-image: repeating-linear-gradient(135deg, rgba(231,199,122,0.1) 0 10px, transparent 10px 20px); background-color: rgba(14,90,69,0.06);
  box-shadow: 0 40px 80px -34px rgba(0,0,0,0.7); }
.ph-slot.has-photo { background-image: none; background-color: #0a0e0c; }
.ph-slot.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.ph-glyph { font-family: var(--display); font-weight: 700; font-size: clamp(3.4rem,8vw,5.5rem); color: rgba(246,241,232,0.9); }
.ph-cap { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-top: 12px; background: rgba(8,11,10,0.6); padding: 5px 11px; border-radius: 100px; border: 1px dashed var(--faint); }
.founder-meta { display: flex; flex-direction: column; margin: 18px 0; }
.founder-meta .fm-name { font-family: var(--display); font-weight: 700; font-size: 1.5rem; }
.founder-meta .fm-role { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-top: 6px; }
.founder-body h2 { font-size: clamp(1.9rem,4vw,2.9rem); }
.founder-body p { color: var(--muted); font-size: 1.04rem; line-height: 1.68; margin-bottom: 24px; }
.founder-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===================== FAQ ===================== */
.faq { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; color: var(--text); padding: 24px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--display); font-size: clamp(1.05rem,1.8vw,1.3rem); font-weight: 600; letter-spacing: -0.02em; }
.faq-q:hover { color: var(--soft-gold); }
.faq-ico { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--border-strong); display: grid; place-items: center; transition: transform 0.4s var(--ease), background 0.3s; position: relative; }
.faq-ico::before, .faq-ico::after { content: ""; position: absolute; background: var(--soft-gold); border-radius: 2px; }
.faq-ico::before { width: 13px; height: 2px; }
.faq-ico::after { width: 2px; height: 13px; transition: transform 0.4s var(--ease); }
.faq-item.open .faq-ico { background: rgba(201,162,75,0.12); }
.faq-item.open .faq-ico::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.faq-a p { color: var(--muted); font-size: 1rem; line-height: 1.66; padding: 0 4px 26px; max-width: 70ch; }

/* ===================== CONTACT ===================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; min-width: 0; }
.contact-grid > * { min-width: 0; }
.contact-rail h2 { font-size: clamp(1.9rem,3.8vw,2.9rem); margin-bottom: 18px; text-wrap: balance; }
.contact-rail .lead { color: var(--muted); font-size: 1.04rem; line-height: 1.66; margin-bottom: 26px; }
.contact-methods { margin-bottom: 24px; }
.cmethod { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--text); padding: 14px 16px; border: 1px solid var(--border); border-radius: 14px; transition: border-color 0.3s, background 0.3s; }
.cmethod:hover { border-color: rgba(201,162,75,0.5); background: rgba(201,162,75,0.05); }
.cm-ico { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 11px; background: rgba(201,162,75,0.1); border: 1px solid rgba(201,162,75,0.22); color: var(--soft-gold); }
.cm-ico svg { width: 20px; height: 20px; }
.cm-k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); display: block; }
.cm-v { font-weight: 600; }
.contact-assure { display: flex; flex-direction: column; gap: 12px; }
.ca { display: flex; align-items: center; gap: 11px; font-size: 0.94rem; color: var(--muted); }
.ca svg { width: 18px; height: 18px; color: var(--emerald); flex: none; }

.form-card { background: linear-gradient(180deg,rgba(255,255,255,0.04),rgba(255,255,255,0.01)); border: 1px solid var(--border-strong); border-radius: 22px; padding: 32px; }
.form-head { margin-bottom: 24px; }
.form-kicker { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.form-head h3 { font-size: 1.6rem; margin-bottom: 6px; }
.form-head p { color: var(--muted); font-size: 0.94rem; }
.aform { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; min-width: 0; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.85rem; color: var(--muted); font-weight: 500; }
.field input, .field textarea, .field select { font-family: var(--sans); font-size: 0.95rem; color: var(--text); background: rgba(0,0,0,0.25); border: 1px solid var(--border-strong); border-radius: 11px; padding: 12px 14px; transition: border-color 0.3s; resize: vertical; width: 100%; min-width: 0; }
.field select { cursor: pointer; -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23C9A24B' stroke-width='2.5'><path d='M6 9l6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.field select option { background: #0E1412; color: var(--text); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); }
.aform .btn { grid-column: 1 / -1; margin-top: 4px; }
.form-micro { grid-column: 1 / -1; text-align: center; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.01em; color: var(--soft-gold); margin-top: 2px; }
.hp-field { display: none !important; }
.field.consent { gap: 0; }
.consent-row { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; font-size: 0.8rem; line-height: 1.5; color: var(--muted); font-weight: 400; }
.consent-row input[type="checkbox"] { appearance: none; -webkit-appearance: none; flex: none; width: 19px; height: 19px; margin-top: 1px; border: 1px solid var(--border-strong); border-radius: 5px; background: rgba(0,0,0,0.25); cursor: pointer; position: relative; transition: border-color 0.25s, background 0.25s; }
.consent-row input[type="checkbox"]:hover { border-color: rgba(201,162,75,0.6); }
.consent-row input[type="checkbox"]:checked { background: linear-gradient(180deg,var(--soft-gold),var(--gold)); border-color: var(--gold); }
.consent-row input[type="checkbox"]:checked::after { content: ""; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px; border-right: 2px solid #14110a; border-bottom: 2px solid #14110a; transform: rotate(42deg); }
.consent-row input[type="checkbox"]:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ===================== FOOTER ===================== */
.footer { background: var(--elevated); border-top: 1px solid var(--border); padding: 70px 0 36px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1.1fr; gap: 48px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.footer-brand p { color: var(--muted); max-width: 46ch; font-size: 0.98rem; line-height: 1.65; margin: 18px 0 8px; }
.footer-origin { font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; color: var(--soft-gold); }
.footer-links { display: flex; flex-direction: column; gap: 13px; }
.fl-head { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 0.96rem; transition: color 0.25s; }
.footer-links a:hover { color: var(--text); }
.footer-legal .fl-doc { color: var(--muted); font-size: 0.96rem; text-decoration: none; border-bottom: 1px dotted rgba(167,159,145,0.4); align-self: flex-start; white-space: nowrap; padding-bottom: 2px; transition: color 0.25s, border-color 0.25s; }
.footer-legal a.fl-doc:hover { color: var(--text); border-bottom-color: var(--soft-gold); }
.footer-legal .fl-note { font-family: var(--mono); font-size: 10px; letter-spacing: 0.04em; color: var(--faint); margin-top: 6px; }
.footer-tagline { font-family: var(--display); font-weight: 600; font-size: clamp(1.4rem,3vw,2.1rem); color: var(--soft-gold); text-align: center; padding: 40px 0; letter-spacing: -0.02em; }
.footer-shortlegal { max-width: 760px; margin: -18px auto 0; text-align: center; color: var(--faint); font-size: 0.84rem; line-height: 1.6; padding-bottom: 30px; }
.megafoot-bot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 26px; border-top: 1px solid var(--border); font-family: var(--mono); font-size: 11px; letter-spacing: 0.02em; color: var(--muted); flex-wrap: wrap; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 64px; }
  .scene { max-width: 560px; margin: 0 auto; min-height: 440px; }
  .build-layout, .about-row { grid-template-columns: 1fr; gap: 44px; }
  .stack-scene { max-width: 480px; margin: 0 auto; }
}
@media (max-width: 1000px) {
  .cockpit-layout { grid-template-columns: 1fr; }
  .tier-grid { grid-template-columns: repeat(2,1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .card.price.featured { transform: none; }
  .card.price.featured:hover { transform: translateY(-6px); }
  .founder-row, .contact-grid, .footer-top, .area-row, .proof-grid { grid-template-columns: 1fr; gap: 22px; }
  .proof-testi { grid-row: auto; min-height: 0; }
  .about-visual { max-width: 320px; margin: 0 auto; }
  .ph-slot { margin: 0 auto; }
}
@media (max-width: 900px) {
  .flow { grid-template-columns: 1fr; gap: 28px; }
  .flow-node { display: grid; grid-template-columns: 68px 1fr; gap: 16px; text-align: left; align-items: center; }
  .flow-node .fn-orb { margin: 0; }
  .flow-node .fn-d { margin: 0; max-width: none; }
  .flow-node .fn-rail, .flow-node .fn-arrow { display: none; }
  .flow-node .fn-step, .flow-node .fn-t, .flow-node .fn-d { text-align: left; }
}
/* Tablet & below: collapse primary nav links (keep logo · language · CTA) */
@media (max-width: 1080px) {
  .nav-links { display: none; }
}
@media (max-width: 720px) {
  .announce-r { display: none; }
  .numrow { grid-template-columns: 60px 1fr; gap: 14px; }
  .nr-d { grid-column: 2; }
  .cpt-head { display: none; }
  .cpt-row { grid-template-columns: 1fr; gap: 9px; }
  .cpt-stats { display: none; }
  .tier-grid { grid-template-columns: 1fr; }
  .aform { grid-template-columns: 1fr; }
  .tier { padding: 24px; }
  .tier-head { gap: 14px; }
  .tier-rank { width: 52px; height: 52px; font-size: 1.5rem; }
  .phone { width: 40%; }
  .proof-ba { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 18px; }
  .section-pad { padding: clamp(56px,12vw,80px) 0; }
  .nav { padding: 10px 14px; gap: 12px; }
  .nav-host { padding: 12px 0; }
  .wordmark-img { height: 24px; }
  .footer-brand .wordmark-img { height: 28px; }
  .ls-btn { padding: 6px 9px; font-size: 11px; }
  .announce .wrap { padding-top: 9px; padding-bottom: 9px; }
  .announce { font-size: 12px; }
  .hero { padding: 28px 0 64px; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { width: 100%; }
  .chead, .chead.left { margin-bottom: 40px; }
  .numrow { padding: 20px 4px; }
  .numrow:hover { padding-left: 4px; }
  .tier { padding: 22px 18px; }
  .proof-ba { grid-template-columns: 1fr; }
  .megafoot-bot { flex-direction: column; align-items: flex-start; gap: 10px; }
  .price-fig { font-size: clamp(2.6rem,11vw,3.2rem); }
}
@media (max-width: 480px) {
  .nav-right .btn { display: none; }
  .scene { min-height: 340px; }
  .hero h1 { font-size: clamp(2rem,8.5vw,2.6rem); }
  /* keep the hero device scene from pushing horizontal overflow */
  .float-card { transform: scale(0.82); }
  .fc-1 { left: 0; top: -10px; }
  .fc-2 { right: 0; }
  .fc-3 { left: 8px; }
  .fc-4 { right: 8%; }
  .cd-badge { display: none; }
  .indus-item { font-size: 1.25rem; padding: 0 16px; }
}
@media (max-width: 380px) {
  .wrap { padding: 0 14px; }
  .nav { gap: 8px; }
  .wordmark-img { height: 22px; }
  .ls-btn { padding: 6px 8px; font-size: 10.5px; }
}
