/* ============================================================
   WatHot — 3D cinematic scroll-driven landing page
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; } /* JS-driven smooth scroll instead */
html, body { height: 100%; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #050505;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
  cursor: none;
}
@media (hover: none), (max-width: 1024px) { body { cursor: auto; } }

a { color: inherit; text-decoration: none; }
button { border: 0; background: none; cursor: pointer; color: inherit; font: inherit; }
@media (hover: hover) { button, a, input { cursor: none; } }
input { font: inherit; }
ul { list-style: none; margin: 0; padding: 0; }

::selection { background: rgba(16,185,129,.35); color: #fff; }
::-webkit-scrollbar { width: 0; height: 0; }

.container { max-width: 1520px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
@media (min-width: 768px) { .container { padding: 0 56px; } }
@media (min-width: 1280px) { .container { padding: 0 80px; } }
@media (min-width: 1600px) { .container { padding: 0 100px; } }

/* ===== Typography ===== */
.section-title { font-family: 'Outfit', sans-serif; font-size: clamp(2rem, 4.6vw, 3.4rem); font-weight: 700; letter-spacing: -.028em; line-height: 1.02; margin: 0; }
.section-sub { color: #a1a1aa; font-size: 1.05rem; margin-top: 20px; max-width: 640px; line-height: 1.65; }
.section-head { max-width: 760px; }
.section-head.center { text-align: center; margin: 0 auto; }
.muted { color: #71717a; }
.emerald { color: #10B981; }
.glow { text-shadow: 0 0 30px rgba(16,185,129,.6); }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: #10B981; margin-bottom: 18px; }
.eyebrow .line { display: inline-block; height: 1px; width: 32px; background: #10B981; }
.eyebrow.center { justify-content: center; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: .9rem; transition: all .3s ease; position: relative; overflow: hidden; }
.btn-lg { padding: 14px 24px; font-size: .95rem; }
.btn-primary { background: #10B981; color: #000; box-shadow: 0 0 28px rgba(16,185,129,.45); }
.btn-primary:hover { background: #34d399; box-shadow: 0 0 44px rgba(16,185,129,.7); transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,.05); color: #fff; border: 1px solid rgba(255,255,255,.1); }
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(16,185,129,.3); }
.btn-arrow { display: inline-flex; align-items: center; justify-content: center; height: 28px; width: 28px; border-radius: 999px; background: rgba(0,0,0,.2); transition: transform .25s ease; font-size: .8rem; }
.btn:hover .btn-arrow { transform: translateX(3px); }
.btn-full { width: 100%; justify-content: center; }
.btn-primary::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.3), transparent 50%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.btn-primary:hover::after { opacity: 1; }

/* ===== Backgrounds ===== */
.bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 56px 56px; opacity: .4; pointer-events: none; z-index: 0; }
.bg-dot { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 22px 22px; opacity: .25; pointer-events: none; z-index: 0; }
.mask-b { mask-image: linear-gradient(to bottom, black 50%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%); }

/* Starfield canvas */
.starfield { position: fixed; inset: 0; width: 100vw; height: 100vh; z-index: 0; pointer-events: none; opacity: .6; }

/* ===== Cursor orb (custom) ===== */
.cursor-orb { position: fixed; top: 0; left: 0; width: 16px; height: 16px; border-radius: 999px; background: rgba(16,185,129,.8); pointer-events: none; z-index: 9998; mix-blend-mode: difference; transform: translate(-50%, -50%); transition: width .3s, height .3s, opacity .2s; box-shadow: 0 0 20px rgba(16,185,129,.7); }
.cursor-orb.hover { width: 48px; height: 48px; background: rgba(16,185,129,.3); }
@media (hover: none), (max-width: 1024px) { .cursor-orb { display: none; } }

/* ===== Common: glass, chip, badge ===== */
.glass { background: rgba(255,255,255,.025); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.06); border-radius: 24px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(16,185,129,.3); background: rgba(16,185,129,.05); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #34d399; }
.ping { position: relative; display: inline-flex; height: 8px; width: 8px; }
.ping::before, .ping::after { content: ''; position: absolute; inset: 0; border-radius: 999px; background: #10B981; }
.ping::before { opacity: .75; animation: ping 1.6s cubic-bezier(0,0,.2,1) infinite; }
@keyframes ping { 75%, 100% { transform: scale(2.4); opacity: 0; } }
.chip { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(16,185,129,.3); background: rgba(16,185,129,.08); color: #34d399; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.check { display: inline-flex; align-items: center; justify-content: center; height: 16px; width: 16px; border-radius: 999px; background: rgba(16,185,129,.15); border: 1px solid rgba(16,185,129,.3); color: #34d399; font-size: 10px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* Float animation */
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.float-y { animation: floatY 6s ease-in-out infinite; }
.float-y.d2 { animation-delay: .8s; }
.float-y.d3 { animation-delay: 1.6s; }

@keyframes pulseGlow { 0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,.5); } 50% { box-shadow: 0 0 0 14px rgba(16,185,129,0); } }
.dot-glow { display: inline-block; height: 8px; width: 8px; border-radius: 999px; background: #10B981; animation: pulseGlow 2.4s ease-out infinite; }

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee { position: relative; overflow: hidden; }
.marquee::before, .marquee::after { content: ''; position: absolute; top: 0; bottom: 0; width: 96px; z-index: 2; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(to right, #050505, transparent); }
.marquee::after { right: 0; background: linear-gradient(to left, #050505, transparent); }

/* Tracing border (Coming Soon) */
@property --angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes rotateBeam { to { --angle: 360deg; } }

/* ===== Scroll progress bar ===== */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: linear-gradient(to right, #10B981, #6ee7b7); z-index: 200; transition: width .12s linear; box-shadow: 0 0 12px rgba(16,185,129,.6); }

/* ===== Smooth scroll wrapper (no transform — sticky-safe) ===== */
#smoothScroll { position: relative; }

/* ===== Header ===== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: all .4s ease; }
.site-header.scrolled { background: rgba(0,0,0,.65); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.05); }
.header-inner { height: 64px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo-mark { display: inline-flex; align-items: center; justify-content: center; height: 32px; width: 32px; border-radius: 8px; background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.3); color: #34d399; }
.logo-text { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.2rem; letter-spacing: -.02em; }
.logo-text .dot { color: #10B981; }
.nav-links { display: none; gap: 4px; }
.nav-links a { color: #a1a1aa; font-size: .9rem; padding: 8px 16px; border-radius: 999px; transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: #fff; background: rgba(16,185,129,.08); }
.nav-links a.active::before { content: '●'; color: #10B981; font-size: 10px; margin-right: 6px; }
.header-cta { display: none; align-items: center; gap: 8px; }
.signin { font-size: .9rem; color: #d4d4d8; padding: 8px 16px; }
.signin:hover { color: #fff; }
.mobile-toggle { color: #fff; padding: 8px; display: flex; }
.mobile-menu { display: none; padding: 16px 24px; flex-direction: column; gap: 12px; background: rgba(0,0,0,.95); backdrop-filter: blur(18px); border-top: 1px solid rgba(255,255,255,.05); }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: #d4d4d8; padding: 8px 0; }
.mobile-menu .btn { justify-content: center; margin-top: 8px; }
@media (min-width: 768px) {
  .nav-links, .header-cta { display: flex; }
  .mobile-toggle { display: none; }
}

/* ============================================================
   SCENE SYSTEM — each major section has perspective
   ============================================================ */
.scene { position: relative; perspective: 1500px; transform-style: preserve-3d; }

/* ============================================================
   HERO — tighter, more designed
   ============================================================ */
.hero { position: relative; min-height: 100vh; padding: 96px 0 0; overflow: hidden; }
.hero .scene-pin { position: relative; min-height: calc(100vh - 96px); display: flex; flex-direction: column; justify-content: center; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(140px); pointer-events: none; z-index: 0; }
.hero-glow-1 { top: 18%; left: -120px; width: 420px; height: 420px; background: rgba(16,185,129,.22); }
.hero-glow-2 { bottom: 0; right: 0; width: 380px; height: 380px; background: rgba(16,185,129,.12); }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; padding-bottom: 30px; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1.05fr 1fr; gap: 40px; } }

.hero-copy { z-index: 2; }
.hero-title { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: clamp(2.4rem, 5.4vw, 4.2rem); letter-spacing: -.035em; line-height: .98; margin: 18px 0 0; }
.hero-title .line { display: block; opacity: 0; transform: translateY(40px) rotateX(-20deg); animation: lineUp .9s cubic-bezier(.22,1,.36,1) forwards; transform-origin: 50% 100%; }
.hero-title .line:nth-child(1) { animation-delay: .15s; }
.hero-title .line:nth-child(2) { animation-delay: .3s; }
.hero-title .line:nth-child(3) { animation-delay: .45s; }
@keyframes lineUp { to { opacity: 1; transform: translateY(0) rotateX(0); } }
.underline-wrap { position: relative; display: inline-block; }
.underline { position: absolute; left: 0; right: 0; bottom: -6px; width: 100%; height: 12px; }
.hero-sub { margin-top: 22px; color: #a1a1aa; font-size: 1rem; max-width: 520px; line-height: 1.6; opacity: 0; animation: fadeUp .9s .6s cubic-bezier(.22,1,.36,1) forwards; }
.hero-ctas { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; opacity: 0; animation: fadeUp .9s .75s cubic-bezier(.22,1,.36,1) forwards; }
.hero-pills { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 20px; color: #71717a; font-size: .85rem; opacity: 0; animation: fadeUp .9s .9s cubic-bezier(.22,1,.36,1) forwards; }
.hero-pills li { display: flex; align-items: center; gap: 6px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

/* Phone — smaller, more compact */
.hero-phone-wrap { position: relative; min-height: 480px; display: flex; align-items: center; justify-content: center; perspective: 1400px; }
.phone-tilt { position: relative; width: 250px; transform-style: preserve-3d; will-change: transform; opacity: 0; animation: phoneIn 1s .3s cubic-bezier(.22,1,.36,1) forwards; }
@media (min-width: 640px) { .phone-tilt { width: 280px; } }
@keyframes phoneIn { from { opacity: 0; transform: translateZ(-200px) rotateY(30deg) scale(.85); } to { opacity: 1; transform: translateZ(0) rotateY(0) scale(1); } }

.phone { position: relative; aspect-ratio: 9/19; background: linear-gradient(to bottom, #18181b, #09090b); border: 1px solid rgba(255,255,255,.1); border-radius: 38px; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,.7), 0 0 50px rgba(16,185,129,.25), 0 0 100px rgba(16,185,129,.08); }
.notch { position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 76px; height: 20px; background: #000; border-radius: 999px; z-index: 5; }
.screen { position: absolute; inset: 8px; background: #0b141a; border-radius: 30px; overflow: hidden; }
.wa-header { background: #1f2c34; padding: 26px 12px 10px; display: flex; align-items: center; gap: 10px; }
.avatar { height: 30px; width: 30px; border-radius: 999px; background: #10B981; color: #000; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .75rem; }
.wa-name { font-size: .78rem; font-weight: 600; color: #fff; }
.wa-status { font-size: .6rem; color: #34d399; display: flex; align-items: center; gap: 4px; }
.wa-dot { height: 5px; width: 5px; border-radius: 999px; background: #34d399; }
.wa-chat { padding: 10px 12px; display: flex; flex-direction: column; gap: 8px; }
.bubble { max-width: 80%; font-size: 11px; padding: 6px 9px; border-radius: 8px; opacity: 0; transform: translateY(8px); animation: bubbleIn .6s ease forwards; }
@keyframes bubbleIn { to { opacity: 1; transform: none; } }
.bubble.left { background: #202c33; color: #f4f4f5; border-bottom-left-radius: 0; align-self: flex-start; }
.bubble.right { background: #005c4b; color: #fff; border-bottom-right-radius: 0; align-self: flex-end; }
.bubble.d1 { animation-delay: .8s; }
.bubble.d2 { animation-delay: 1.2s; }
.bubble.d3 { animation-delay: 1.6s; }
.bubble.d4 { animation-delay: 2.1s; }
.bubble.d5 { animation-delay: 2.7s; }
.qr-label { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: #34d399; text-transform: uppercase; margin-bottom: 4px; }
.qr-opt { background: #005c4b; color: #fff; font-size: 10px; padding: 3px 8px; border-radius: 5px; margin-top: 3px; }
.typing { display: inline-flex; gap: 3px; align-items: center; padding: 3px 2px; }
.typing i { display: inline-block; height: 5px; width: 5px; border-radius: 999px; background: #d4d4d8; animation: floatY 1.2s ease-in-out infinite; }
.typing i:nth-child(2) { animation-delay: .2s; }
.typing i:nth-child(3) { animation-delay: .4s; }

/* Floating cards — smaller, closer */
.float-card { position: absolute; padding: 11px 13px; min-width: 168px; background: rgba(10,10,10,.78); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; opacity: 0; animation: fcIn .9s .8s cubic-bezier(.22,1,.36,1) forwards, floatY 6s 1.7s ease-in-out infinite; }
@keyframes fcIn { from { opacity: 0; transform: translateY(20px) scale(.85); } to { opacity: 1; transform: none; } }
.fc-1 { left: -50px; top: 40px; transform: translateZ(70px); animation-delay: .9s, 1.8s; }
.fc-2 { right: -40px; top: 150px; transform: translateZ(120px) rotate(2deg); animation-delay: 1.05s, 1.95s; }
.fc-3 { right: -20px; bottom: 30px; transform: translateZ(50px) rotate(-2deg); animation-delay: 1.2s, 2.1s; }
.fc-head { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.fc-icon { display: inline-flex; height: 24px; width: 24px; border-radius: 6px; background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.25); align-items: center; justify-content: center; font-size: 12px; }
.fc-title { font-size: 11px; font-weight: 600; color: #fff; }
.fc-meta { font-family: 'JetBrains Mono', monospace; font-size: 9px; text-transform: uppercase; color: #71717a; }
.fc-val { font-family: 'Outfit', sans-serif; font-size: 1.15rem; font-weight: 700; color: #fff; }
.fc-vl { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: #34d399; margin-left: 3px; text-transform: uppercase; }
@media (max-width: 640px) { .float-card { display: none; } }

.phone-floor-glow { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); width: 240px; height: 40px; background: rgba(16,185,129,.5); border-radius: 999px; filter: blur(50px); }

/* Scroll hint */
.scroll-hint { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 6px; opacity: 0; animation: fadeUp .8s 1.8s ease forwards; color: #71717a; pointer-events: none; }
.scroll-hint-mouse { width: 20px; height: 32px; border: 1.5px solid rgba(255,255,255,.3); border-radius: 999px; position: relative; }
.scroll-hint-mouse span { position: absolute; top: 5px; left: 50%; transform: translateX(-50%); width: 3px; height: 5px; border-radius: 999px; background: #34d399; animation: mouseWheel 1.6s ease-in-out infinite; }
@keyframes mouseWheel { 0%, 100% { transform: translate(-50%, 0); opacity: 0; } 50% { transform: translate(-50%, 12px); opacity: 1; } }
.scroll-hint-text { font-family: 'JetBrains Mono', monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .25em; }

/* ============================================================
   STATS BANNER
   ============================================================ */
.stats-banner { padding: 60px 0; position: relative; }
.hero-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 768px) { .hero-stats-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; } }
.stat { padding: 22px; transition: transform .4s; }
.stat:hover { transform: translateY(-4px); border-color: rgba(16,185,129,.3); }
.stat-v { font-family: 'Outfit', sans-serif; font-size: 1.85rem; font-weight: 700; line-height: 1.1; }
.stat-l { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: #71717a; margin-top: 6px; }

/* ============================================================
   LOGO STRIP
   ============================================================ */
.logo-strip { padding: 56px 0; border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); overflow: hidden; position: relative; }
.strip-label { text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .3em; color: #71717a; margin: 0 0 32px; }
.brand-item { padding: 0 40px; font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 700; letter-spacing: -.025em; color: #52525b; transition: color .3s; white-space: nowrap; }
.brand-item:hover { color: #34d399; }

/* ============================================================
   FEATURES — Horizontal pin-scroll 3D panels (richer design)
   ============================================================ */
.features-scene { position: relative; height: 320vh; }
.features-scene .scene-pin { position: sticky; top: 0; height: 100vh; overflow: hidden; perspective: 1800px; display: flex; flex-direction: column; }
.features-head { padding-top: 70px; text-align: center; position: relative; z-index: 3; flex-shrink: 0; }
.features-head .eyebrow { justify-content: center; }
.features-head .section-title { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.features-head .section-sub { margin: 8px auto 0; font-size: .95rem; }
.features-counter { margin-top: 10px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #34d399; letter-spacing: .2em; }
.features-counter .thin { color: #52525b; }
.features-track { position: relative; flex: 1; width: 100%; transform-style: preserve-3d; margin-top: 8px; }
.feature-panel { position: absolute; top: 50%; left: 50%; width: min(94vw, 920px); transform: translate(-50%, -50%); transform-style: preserve-3d; will-change: transform, opacity; }
.feature-panel .panel-inner { padding: 24px; background: rgba(255,255,255,.025); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 768px) { .feature-panel .panel-inner { grid-template-columns: 1.05fr 1.15fr; padding: 30px; gap: 28px; } }
.feature-panel .panel-glow { position: absolute; top: -100px; right: -100px; width: 280px; height: 280px; border-radius: 999px; filter: blur(80px); opacity: .6; }
.feature-panel .panel-text { position: relative; z-index: 2; }
.feature-panel h3 { font-family: 'Outfit', sans-serif; font-size: 1.6rem; font-weight: 700; letter-spacing: -.025em; margin: 12px 0 8px; }
.feature-panel .panel-desc { color: #a1a1aa; line-height: 1.55; font-size: .92rem; max-width: 360px; }
.feature-panel .panel-top { display: flex; align-items: center; justify-content: space-between; }
.feature-panel .panel-icon { display: inline-flex; align-items: center; justify-content: center; height: 44px; width: 44px; border-radius: 12px; background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.35); font-size: 18px; color: #34d399; }
.feature-panel .panel-num { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #52525b; letter-spacing: .15em; }
.feature-panel .panel-visual { position: relative; min-height: 220px; border-radius: 14px; background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.06); padding: 14px; overflow: hidden; }
.feature-panel .panel-tags { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.feature-panel .panel-tag { font-family: 'JetBrains Mono', monospace; font-size: 9px; padding: 4px 8px; border-radius: 999px; background: rgba(16,185,129,.08); border: 1px solid rgba(16,185,129,.2); color: #34d399; letter-spacing: .12em; text-transform: uppercase; }

.features-dots { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
.features-dots .fd { height: 4px; width: 24px; border-radius: 999px; background: rgba(255,255,255,.1); transition: all .4s; }
.features-dots .fd.active { background: #10B981; width: 40px; box-shadow: 0 0 14px rgba(16,185,129,.7); }

/* Flow visual — richer */
.fp-flow { display: flex; flex-direction: column; gap: 8px; height: 100%; }
.fp-flow .stage-label { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: #52525b; text-transform: uppercase; letter-spacing: .2em; margin-bottom: 4px; }
.fp-flow .nodes-row { display: flex; align-items: center; gap: 6px; flex-wrap: nowrap; }
.fp-node { padding: 7px 10px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; font-size: 10px; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; transition: all .3s; }
.fp-node.accent { background: rgba(16,185,129,.14); border-color: rgba(16,185,129,.4); color: #34d399; }
.fp-node:hover { transform: translateY(-2px); border-color: rgba(16,185,129,.3); }
.fp-arrow { color: #34d399; font-size: 12px; flex-shrink: 0; }
.fp-flow-meta { margin-top: auto; display: flex; justify-content: space-between; color: #52525b; font-size: 9px; font-family: 'JetBrains Mono', monospace; padding-top: 10px; border-top: 1px dashed rgba(255,255,255,.05); }
.fp-flow-meta .live { color: #34d399; }

/* AI visual — richer */
.fp-ai { font-family: 'JetBrains Mono', monospace; font-size: 10px; display: flex; flex-direction: column; gap: 6px; height: 100%; }
.fp-ai .ai-head { color: #34d399; letter-spacing: .15em; font-size: 9px; margin-bottom: 2px; }
.fp-ai .ai-prompt { color: #d4d4d8; padding: 8px 10px; background: rgba(255,255,255,.03); border-radius: 6px; border-left: 2px solid #10B981; font-size: 11px; }
.fp-ai .ai-divider { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: #34d399; margin: 6px 0; display: flex; align-items: center; gap: 6px; }
.fp-ai .ai-divider::before, .fp-ai .ai-divider::after { content: ''; flex: 1; height: 1px; background: rgba(16,185,129,.2); }
.fp-ai .ai-line { color: #a1a1aa; font-size: 10px; line-height: 1.5; }
.fp-ai .ai-line .v { color: #fff; }
.fp-ai .ai-line .g { color: #34d399; }
.fp-ai .ai-line .label { color: #52525b; display: inline-block; min-width: 50px; }

/* Broadcast visual — richer */
.fp-broadcast { display: flex; flex-direction: column; gap: 8px; height: 100%; }
.fp-broadcast .bc-bar { display: flex; align-items: center; gap: 10px; padding: 8px 10px; background: rgba(255,255,255,.03); border-radius: 8px; font-size: 10px; }
.fp-broadcast .bc-bar .name { width: 88px; color: #d4d4d8; font-weight: 600; }
.fp-broadcast .bc-bar .progress { height: 4px; flex: 1; background: rgba(255,255,255,.06); border-radius: 999px; overflow: hidden; }
.fp-broadcast .bc-bar .progress span { display: block; height: 100%; background: linear-gradient(to right, #10B981, #6ee7b7); border-radius: 999px; }
.fp-broadcast .bc-bar .pct { color: #34d399; font-family: 'JetBrains Mono', monospace; font-size: 9px; min-width: 72px; text-align: right; }
.fp-broadcast .bc-summary { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; padding-top: 10px; border-top: 1px dashed rgba(255,255,255,.05); }
.fp-broadcast .bcs { text-align: center; }
.fp-broadcast .bcs .v { font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 700; color: #fff; }
.fp-broadcast .bcs .l { font-family: 'JetBrains Mono', monospace; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; color: #52525b; margin-top: 2px; }

/* Live chat handoff visual */
.fp-handoff { display: flex; flex-direction: column; gap: 6px; height: 100%; font-size: 10px; }
.fp-handoff .hh { display: flex; align-items: center; justify-content: space-between; padding-bottom: 6px; border-bottom: 1px dashed rgba(255,255,255,.06); }
.fp-handoff .hh-l { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: #71717a; letter-spacing: .15em; text-transform: uppercase; }
.fp-handoff .hh-r { display: flex; align-items: center; gap: 4px; font-family: 'JetBrains Mono', monospace; font-size: 9px; color: #34d399; }
.fp-handoff .hh-r i { height: 5px; width: 5px; border-radius: 999px; background: #34d399; animation: pulseDotS 1.4s infinite; }
.fp-handoff .ho-bubble { padding: 6px 9px; border-radius: 8px; max-width: 80%; font-size: 10.5px; }
.fp-handoff .ho-bubble.l { background: #202c33; color: #f4f4f5; }
.fp-handoff .ho-bubble.r { background: #005c4b; color: #fff; margin-left: auto; }
.fp-handoff .ho-bubble.bot { background: rgba(16,185,129,.12); border: 1px dashed rgba(16,185,129,.35); color: #d4d4d8; max-width: 100%; }
.fp-handoff .ho-divider { display: flex; align-items: center; gap: 8px; margin: 4px 0; font-family: 'JetBrains Mono', monospace; font-size: 9px; color: #34d399; }
.fp-handoff .ho-divider::before, .fp-handoff .ho-divider::after { content: ''; flex: 1; height: 1px; background: rgba(16,185,129,.2); }
.fp-handoff .ho-agent { display: flex; align-items: center; gap: 8px; padding: 6px 8px; background: rgba(255,255,255,.03); border-radius: 8px; font-size: 10px; margin-top: auto; }
.fp-handoff .ho-agent .av { height: 22px; width: 22px; border-radius: 999px; background: linear-gradient(135deg, #f472b6, #fb923c); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 9px; color: #000; }
.fp-handoff .ho-agent .av-name { color: #fff; font-weight: 600; font-size: 10px; }
.fp-handoff .ho-agent .av-role { color: #71717a; font-size: 9px; }
.fp-handoff .ho-agent .av-tag { margin-left: auto; padding: 2px 6px; border-radius: 4px; background: rgba(16,185,129,.18); color: #34d399; font-family: 'JetBrains Mono', monospace; font-size: 8px; letter-spacing: .12em; }

/* Simulator visual */
.fp-sim { display: flex; flex-direction: column; gap: 6px; height: 100%; }
.fp-sim .sb { font-size: 10.5px; padding: 6px 10px; border-radius: 8px; max-width: 75%; }
.fp-sim .sb.l { background: #202c33; color: #f4f4f5; }
.fp-sim .sb.r { background: #005c4b; color: #fff; margin-left: auto; }
.fp-sim .sim-meta { margin-top: auto; display: flex; justify-content: space-between; padding-top: 8px; border-top: 1px dashed rgba(255,255,255,.05); font-family: 'JetBrains Mono', monospace; font-size: 9px; color: #71717a; }
.fp-sim .sim-meta .rec { color: #34d399; display: flex; align-items: center; gap: 4px; }
.fp-sim .sim-meta .rec i { height: 5px; width: 5px; border-radius: 999px; background: #34d399; animation: pulseDotS 1.2s infinite; }

/* ============================================================
   SHOWCASE
   ============================================================ */
.showcase { position: relative; height: 360vh; }
.showcase-sticky { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; perspective: 2000px; }
.showcase-aura { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 700px; height: 700px; border-radius: 999px; background: rgba(16,185,129,.1); filter: blur(140px); }
.showcase-head { position: relative; z-index: 2; text-align: center; padding-bottom: 40px; }
.showcase-stage { position: relative; width: 100%; height: 60vh; transform-style: preserve-3d; perspective: 2000px; }
.showcase-card { position: absolute; top: 0; left: 50%; width: min(90vw, 560px); transform-style: preserve-3d; will-change: transform, opacity; }
.showcase-card .inner { padding: 36px; background: rgba(10,10,10,.6); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.08); border-radius: 28px; position: relative; overflow: hidden; }
.showcase-card .accent-glow { position: absolute; top: -120px; right: -120px; width: 280px; height: 280px; border-radius: 999px; filter: blur(80px); opacity: .5; }
.sc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; position: relative; z-index: 2; }
.sc-icon { height: 48px; width: 48px; border-radius: 16px; background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.35); display: flex; align-items: center; justify-content: center; font-size: 22px; color: #34d399; }
.sc-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #52525b; letter-spacing: .15em; }
.sc-title { font-family: 'Outfit', sans-serif; font-size: 2.1rem; font-weight: 600; letter-spacing: -.025em; margin: 0; position: relative; z-index: 2; }
.sc-desc { color: #a1a1aa; margin-top: 12px; line-height: 1.65; position: relative; z-index: 2; max-width: 460px; }
.sc-tags { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; position: relative; z-index: 2; }
.sc-tag { font-family: 'JetBrains Mono', monospace; font-size: 10px; padding: 4px 10px; border-radius: 999px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: #a1a1aa; letter-spacing: .12em; text-transform: uppercase; }
.showcase-progress { position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; pointer-events: none; }
.showcase-progress .sp-dot { height: 4px; width: 24px; border-radius: 999px; background: rgba(255,255,255,.1); transition: all .4s; }
.showcase-progress .sp-dot.active { background: #10B981; width: 40px; box-shadow: 0 0 12px rgba(16,185,129,.6); }

/* ============================================================
   DASHBOARD (3D fly-in)
   ============================================================ */
.dashboard { position: relative; padding: 120px 0 144px; overflow: hidden; }
.dashboard-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; }
@media (min-width: 1024px) { .dashboard-grid { grid-template-columns: 5fr 7fr; gap: 80px; } }

.stat-grid { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stat-card { padding: 20px; }
.stat-icon { display: inline-flex; height: 32px; width: 32px; align-items: center; justify-content: center; border-radius: 10px; background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.3); margin-bottom: 12px; font-size: 16px; }
.stat-num { font-family: 'Outfit', sans-serif; font-size: 1.85rem; font-weight: 700; letter-spacing: -.025em; line-height: 1.1; }
.stat-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: #71717a; margin-top: 6px; }

.dash-mockup-wrap { position: relative; perspective: 1500px; will-change: transform; }
.dash-mockup { position: relative; transform-style: preserve-3d; background: rgba(255,255,255,.025); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.08); border-radius: 28px; padding: 28px; overflow: hidden; will-change: transform; }
.dash-mockup::before { content: ''; position: absolute; top: -128px; right: -80px; width: 288px; height: 288px; border-radius: 999px; background: rgba(16,185,129,.15); filter: blur(64px); }
.dash-bar { position: relative; display: flex; align-items: center; gap: 12px; margin-bottom: 24px; z-index: 2; }
.dots { display: flex; gap: 6px; }
.dots i { display: inline-block; height: 10px; width: 10px; border-radius: 999px; background: #3f3f46; }
.dots i.emerald { background: #10B981; }
.dash-bar .url { margin-left: 8px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #71717a; }
.dash-bar .live { margin-left: auto; font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: #34d399; }
.dash-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; position: relative; z-index: 2; }
.ds { padding: 12px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; }
.ds-l { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: #71717a; }
.ds-v { font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 700; margin-top: 4px; }
.chart-box { padding: 16px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; margin-bottom: 16px; position: relative; z-index: 2; }
.chart-head { display: flex; justify-content: space-between; margin-bottom: 12px; }
.chart-head span { font-size: 12px; color: #fff; font-weight: 600; }
.chart-head .meta { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #71717a; }
.chart-bars { height: 110px; display: flex; align-items: flex-end; gap: 6px; }
.chart-bars .bar { flex: 1; min-height: 18%; background: linear-gradient(to top, #10B981, #6ee7b7); border-radius: 4px 4px 0 0; transition: height 1s cubic-bezier(.22,1,.36,1); }
.rec-list { display: flex; flex-direction: column; gap: 4px; position: relative; z-index: 2; }
.rec { display: flex; align-items: center; gap: 12px; padding: 8px 12px; border-radius: 8px; transition: background .2s; font-size: 13px; }
.rec:hover { background: rgba(255,255,255,.03); }
.rdot { height: 8px; width: 8px; border-radius: 999px; }
.rdot.green { background: #34d399; animation: pulseDotS 1.6s ease infinite; }
.rdot.amber { background: #fbbf24; }
@keyframes pulseDotS { 50% { opacity: .4; } }
.rval { margin-left: auto; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #a1a1aa; }

.dash-float { position: absolute; padding: 12px 16px; background: rgba(10,10,10,.85); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; z-index: 3; }
.dash-float-1 { top: -28px; left: -28px; display: flex; align-items: center; gap: 10px; }
.dash-float-2 { bottom: -22px; right: -22px; }
.df-icon { display: inline-flex; height: 32px; width: 32px; align-items: center; justify-content: center; border-radius: 8px; background: rgba(16,185,129,.18); border: 1px solid rgba(16,185,129,.35); }
.df-t { font-size: 12px; font-weight: 600; }
.df-m { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #34d399; }
.df-l { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: #71717a; }
.df-big { font-family: 'Outfit', sans-serif; font-size: 1.35rem; font-weight: 700; color: #34d399; margin-top: 2px; }
@media (max-width: 640px) { .dash-float { display: none; } }

/* ============================================================
   COMING SOON (orbit 3D)
   ============================================================ */
.coming-soon { position: relative; padding: 0 0 144px; overflow: hidden; }
.ticker { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); margin-bottom: 80px; overflow: hidden; }
.ticker-item { padding: 0 48px; display: inline-flex; align-items: center; gap: 48px; font-family: 'Outfit', sans-serif; font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 700; letter-spacing: -.025em; color: #3f3f46; white-space: nowrap; transition: color .3s; }
.ticker-item:hover { color: #34d399; }
.ticker-item .star { color: #34d399; font-size: 1.5rem; }

.roadmap-orbit { margin-top: 64px; display: grid; grid-template-columns: 1fr; gap: 24px; perspective: 1500px; transform-style: preserve-3d; }
@media (min-width: 768px) { .roadmap-orbit { grid-template-columns: repeat(3, 1fr); } }
.roadmap-card { padding: 1px; border-radius: 24px; position: relative; background: linear-gradient(#0a0a0a, #0a0a0a) padding-box, conic-gradient(from var(--angle, 0deg), rgba(16,185,129,.5), transparent 25%, transparent 75%, rgba(16,185,129,.5)) border-box; border: 1px solid transparent; animation: rotateBeam 6s linear infinite; transition: transform .5s cubic-bezier(.22,1,.36,1); will-change: transform; transform-style: preserve-3d; }
.roadmap-card[data-i="0"] { animation-delay: 0s; }
.roadmap-card[data-i="1"] { animation-delay: 2s; }
.roadmap-card[data-i="2"] { animation-delay: 4s; }
.roadmap-card:hover { transform: translateY(-12px) rotateY(0deg) !important; }
.rc-inner { padding: 32px; background: #0a0a0a; border-radius: 24px; height: 100%; position: relative; overflow: hidden; }
.rc-inner::before { content: ''; position: absolute; top: -80px; right: -80px; width: 192px; height: 192px; border-radius: 999px; background: rgba(16,185,129,.12); filter: blur(64px); }
.card-top { position: relative; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; z-index: 2; }
.card-title { font-family: 'Outfit', sans-serif; font-size: 1.65rem; font-weight: 600; letter-spacing: -.025em; margin: 0; position: relative; z-index: 2; }
.card-desc { color: #a1a1aa; font-size: .95rem; margin-top: 12px; line-height: 1.65; position: relative; z-index: 2; }
.rc-icon { position: relative; height: 48px; width: 48px; border-radius: 16px; background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.35); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.rc-foot { position: relative; margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.05); display: flex; justify-content: space-between; font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: #71717a; z-index: 2; }
.rc-foot .green { color: #34d399; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials { position: relative; padding: 120px 0 144px; overflow: hidden; }
.t-wrap { position: relative; z-index: 1; max-width: 880px; text-align: center; }
.t-stage { position: relative; margin-top: 48px; }
.t-stack { position: absolute; inset: 0; background: rgba(255,255,255,.025); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.06); border-radius: 28px; pointer-events: none; }
.t-bg-1 { transform: translateY(8px) scale(.97); opacity: .7; }
.t-bg-2 { transform: translateY(16px) scale(.95); opacity: .4; }
.t-card { position: relative; padding: 56px 40px; transition: opacity .35s ease, transform .35s ease; }
.t-card.swap { opacity: 0; transform: translateY(20px); }
.t-quote { font-family: 'Outfit', sans-serif; font-size: 2.5rem; color: #34d399; margin-bottom: 16px; line-height: 1; }
.t-stars { color: #34d399; letter-spacing: .3em; margin-bottom: 16px; }
.t-text { font-family: 'Outfit', sans-serif; font-size: clamp(1.2rem, 2.6vw, 1.7rem); font-weight: 500; letter-spacing: -.015em; line-height: 1.35; margin: 0 auto; max-width: 720px; }
.t-meta { margin-top: 28px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.t-name { font-family: 'Outfit', sans-serif; font-weight: 600; margin-top: 8px; }
.t-role { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #71717a; }
.t-controls { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.t-arrow { height: 40px; width: 40px; border-radius: 999px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; transition: all .25s; }
.t-arrow:hover { background: rgba(16,185,129,.15); border-color: rgba(16,185,129,.4); transform: translateY(-2px); }
.t-dots { display: flex; gap: 6px; }
.t-dots button { height: 6px; width: 6px; border-radius: 999px; background: rgba(255,255,255,.2); transition: all .3s; }
.t-dots button.active { width: 32px; background: #10B981; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing { padding: 120px 0 144px; }
.pricing-grid { margin-top: 64px; display: grid; grid-template-columns: 1fr; gap: 20px; perspective: 1500px; }
@media (min-width: 768px) { .pricing-grid { grid-template-columns: repeat(3, 1fr); } }
.price-card { padding: 32px; border-radius: 28px; position: relative; transition: transform .5s cubic-bezier(.22,1,.36,1), box-shadow .5s; transform-style: preserve-3d; }
.price-card:hover { transform: translateY(-12px) rotateX(2deg); box-shadow: 0 30px 60px rgba(0,0,0,.4), 0 0 60px rgba(16,185,129,.15); }
.price-card.highlight { background: linear-gradient(to bottom right, rgba(16,185,129,.18), rgba(16,185,129,.04)); border: 1px solid rgba(16,185,129,.45); box-shadow: 0 0 60px rgba(16,185,129,.28); }
.popular { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #10B981; color: #000; font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; padding: 4px 14px; border-radius: 999px; }
.price-desc { color: #a1a1aa; font-size: .9rem; margin: 8px 0 0; }
.price-amount { margin: 24px 0; display: flex; align-items: baseline; gap: 4px; }
.price-amount .cur { color: #71717a; font-size: 1.1rem; }
.price-amount .amt { font-family: 'Outfit', sans-serif; font-size: 3rem; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.price-amount .per { color: #71717a; font-size: .85rem; margin-left: 4px; }
.price-features { display: flex; flex-direction: column; gap: 12px; margin: 0 0 32px; }
.price-features li { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: #d4d4d8; }

/* ============================================================
   FOOTER CTA
   ============================================================ */
.footer { position: relative; padding: 140px 0 48px; overflow: hidden; }
.footer-glow { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 800px; height: 400px; border-radius: 999px; background: rgba(16,185,129,.18); filter: blur(140px); }
.footer-inner { position: relative; z-index: 1; }
.footer-cta { text-align: center; max-width: 920px; margin: 0 auto; }
.mega { font-family: 'Outfit', sans-serif; font-size: clamp(3.5rem, 12vw, 9rem); font-weight: 900; letter-spacing: -.045em; line-height: .85; margin: 24px 0 0; }
.mega-line { display: inline-block; }
.waitlist-form { max-width: 560px; margin: 40px auto 0; padding: 6px 6px 6px 8px; background: rgba(10,10,10,.6); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.08); border-radius: 999px; display: flex; align-items: center; gap: 8px; transition: box-shadow .3s, border-color .3s; }
.waitlist-form:focus-within { box-shadow: 0 0 0 4px rgba(16,185,129,.2); border-color: rgba(16,185,129,.4); }
.waitlist-form input { flex: 1; border: 0; background: transparent; outline: none; color: #fff; padding: 14px 18px; font-size: .95rem; min-width: 0; }
.waitlist-form input::placeholder { color: #52525b; }
.footer-trust { margin-top: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; font-size: 12px; color: #71717a; }
.footer-columns { margin-top: 96px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,.05); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (min-width: 768px) { .footer-columns { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.fc-brand .logo { margin-bottom: 16px; }
.fc-tag { color: #71717a; font-size: .9rem; max-width: 360px; line-height: 1.6; }
.socials { margin-top: 20px; display: flex; gap: 8px; }
.socials a { height: 36px; width: 36px; border-radius: 999px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); display: flex; align-items: center; justify-content: center; color: #a1a1aa; font-size: .9rem; transition: all .25s; font-family: 'JetBrains Mono', monospace; font-weight: 500; }
.socials a:hover { color: #34d399; border-color: rgba(16,185,129,.4); transform: translateY(-2px); }
.fc-col { display: flex; flex-direction: column; gap: 10px; }
.fc-col .fc-title { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: #34d399; margin-bottom: 12px; }
.fc-col a { font-size: .9rem; color: #a1a1aa; transition: color .2s; }
.fc-col a:hover { color: #fff; }
.footer-base { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.05); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #52525b; }

/* ============================================================
   TOAST + BACK TO TOP + LIVE ACTIVITY
   ============================================================ */
.toast-container { position: fixed; bottom: 24px; right: 24px; z-index: 9999; display: flex; flex-direction: column; gap: 8px; }
.toast { padding: 14px 18px; background: rgba(10,10,10,.92); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: #fff; font-size: .9rem; min-width: 240px; box-shadow: 0 12px 40px rgba(0,0,0,.5); animation: toastIn .3s ease forwards; }
.toast.success { border-color: rgba(16,185,129,.5); }
.toast.error { border-color: rgba(239,68,68,.5); }
@keyframes toastIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: none; } }
.toast.out { animation: toastOut .3s ease forwards; }
@keyframes toastOut { to { opacity: 0; transform: translateX(20px); } }

.back-top { position: fixed; bottom: 28px; right: 28px; height: 44px; width: 44px; border-radius: 999px; background: rgba(16,185,129,.15); backdrop-filter: blur(18px); border: 1px solid rgba(16,185,129,.4); color: #34d399; display: flex; align-items: center; justify-content: center; z-index: 90; opacity: 0; pointer-events: none; transform: translateY(20px); transition: all .35s ease; box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.back-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-top:hover { background: rgba(16,185,129,.3); transform: translateY(-4px); }

.live-activity { position: fixed; bottom: 28px; left: 28px; padding: 12px 16px; background: rgba(10,10,10,.9); backdrop-filter: blur(18px); border: 1px solid rgba(16,185,129,.35); border-radius: 14px; color: #fff; font-size: .85rem; display: flex; align-items: center; gap: 12px; min-width: 240px; max-width: 320px; z-index: 90; opacity: 0; pointer-events: none; transform: translateY(20px); transition: all .45s cubic-bezier(.22,1,.36,1); box-shadow: 0 12px 40px rgba(0,0,0,.5); }
.live-activity.show { opacity: 1; transform: translateY(0); }
.la-dot { height: 8px; width: 8px; border-radius: 999px; background: #34d399; flex-shrink: 0; animation: pulseGlow 2s ease-out infinite; }
.la-title { font-size: .85rem; font-weight: 600; color: #fff; }
.la-meta { font-size: 11px; color: #a1a1aa; margin-top: 2px; }
@media (max-width: 640px) { .live-activity { display: none; } }

/* ============================================================
   CONTACT SECTION (chat-style form)
   ============================================================ */
.contact { position: relative; padding: 140px 0 100px; overflow: hidden; }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: start; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1.1fr; gap: 80px; } }
.contact-left .section-title { margin-top: 0; }
.contact-info { margin-top: 40px; display: flex; flex-direction: column; gap: 14px; }
.contact-card { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: 18px; transition: all .4s cubic-bezier(.22,1,.36,1); }
.contact-card:hover { transform: translateY(-3px) translateX(4px); border-color: rgba(16,185,129,.4); box-shadow: 0 10px 30px rgba(0,0,0,.3), 0 0 24px rgba(16,185,129,.18); }
.ci-icon { display: inline-flex; align-items: center; justify-content: center; height: 44px; width: 44px; border-radius: 14px; background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.3); font-size: 20px; color: #34d399; flex-shrink: 0; }
.ci-l { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: #71717a; }
.ci-v { font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 600; color: #fff; margin-top: 2px; }

.contact-form-wrap { position: relative; }
.contact-form-wrap::before { content: ''; position: absolute; inset: -2px; background: linear-gradient(135deg, rgba(16,185,129,.5), transparent 50%, rgba(16,185,129,.3)); border-radius: 26px; z-index: -1; opacity: .6; filter: blur(2px); }
.contact-form { position: relative; background: rgba(10,10,10,.8); backdrop-filter: blur(24px); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; padding: 28px; overflow: hidden; }
.contact-form::before { content: ''; position: absolute; top: -120px; right: -120px; width: 280px; height: 280px; border-radius: 999px; background: rgba(16,185,129,.18); filter: blur(80px); }
.contact-form-head { position: relative; display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.06); margin-bottom: 18px; }
.contact-status { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #34d399; display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.contact-actions { display: flex; gap: 6px; }
.contact-actions i { display: inline-block; height: 4px; width: 4px; border-radius: 999px; background: rgba(255,255,255,.2); }
.contact-bubbles { margin-bottom: 18px; display: flex; flex-direction: column; gap: 8px; max-height: 180px; overflow-y: auto; scroll-behavior: smooth; }
.contact-bubbles::-webkit-scrollbar { width: 4px; }
.contact-bubbles::-webkit-scrollbar-thumb { background: rgba(255,255,255,.1); border-radius: 4px; }
.cbubble { padding: 10px 14px; font-size: .9rem; max-width: 80%; border-radius: 14px; }
.cbubble.left { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-bottom-left-radius: 4px; }
.contact-fields { display: flex; flex-direction: column; gap: 14px; position: relative; }
.cf-row { display: flex; flex-direction: column; gap: 6px; }
.cf-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: #52525b; }
.cf-row input, .cf-row textarea { width: 100%; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 12px 16px; color: #fff; font-size: .95rem; outline: none; transition: all .3s; font-family: inherit; resize: none; }
.cf-row input::placeholder, .cf-row textarea::placeholder { color: #52525b; }
.cf-row input:focus, .cf-row textarea:focus { border-color: rgba(16,185,129,.5); background: rgba(16,185,129,.04); box-shadow: 0 0 0 3px rgba(16,185,129,.12); }
.cf-row input.valid { border-color: rgba(16,185,129,.4); }
.cf-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cf-chip { padding: 7px 14px; border-radius: 999px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); font-size: .85rem; color: #d4d4d8; transition: all .3s; }
.cf-chip:hover { background: rgba(16,185,129,.08); border-color: rgba(16,185,129,.3); }
.cf-chip.active { background: rgba(16,185,129,.18); border-color: rgba(16,185,129,.5); color: #34d399; transform: translateY(-1px); }
.cf-submit { width: 100%; justify-content: center; margin-top: 8px; }
.cf-meta { margin: 12px 0 0; text-align: center; font-size: 11px; color: #52525b; }
.cf-meta a { color: #71717a; text-decoration: underline; text-decoration-color: rgba(255,255,255,.1); }

/* ===== Text gradient flow (animated) ===== */
@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
.text-flow {
  background: linear-gradient(90deg, #10B981, #6ee7b7, #34d399, #10B981);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 4s linear infinite;
}

/* ===== Card spotlight (hover follow) ===== */
.spot { position: relative; overflow: hidden; }
.spot::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(600px circle at var(--sx, 50%) var(--sy, 50%), rgba(16,185,129,.1), transparent 40%);
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
  border-radius: inherit;
}
.spot:hover::before { opacity: 1; }

/* ===== Section reveal stagger ===== */
.stagger > * { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.stagger.in > * { opacity: 1; transform: translateY(0); }
.stagger.in > *:nth-child(1) { transition-delay: .05s; }
.stagger.in > *:nth-child(2) { transition-delay: .15s; }
.stagger.in > *:nth-child(3) { transition-delay: .25s; }
.stagger.in > *:nth-child(4) { transition-delay: .35s; }
.stagger.in > *:nth-child(5) { transition-delay: .45s; }
.stagger.in > *:nth-child(6) { transition-delay: .55s; }

/* mobile contact form */
@media (max-width: 640px) {
  .contact { padding: 80px 0 60px; }
  .contact-form { padding: 20px; }
}

  .stat { padding: 16px; }
  .stat-v { font-size: 1.4rem; }
}


/* mobile spacing */
@media (max-width: 640px) {
  .hero { padding: 100px 0 0; }
  .hero-phone-wrap { min-height: 480px; }
  .features-scene { height: 280vh; }
  .showcase { height: 320vh; }
  .stat { padding: 16px; }
  .stat-v { font-size: 1.4rem; }
}
