/* ============================================================
   DEKTHAI DIGITAL — MADE IN HOOD × TECH
   dark · raw · bold · acid-lime accent
   ============================================================ */

:root {
  --bg: #0a0a0a;
  --bg-2: #111110;
  --panel: rgba(255, 255, 255, 0.025);
  --panel-2: rgba(255, 255, 255, 0.05);
  --border: rgba(244, 240, 230, 0.10);
  --border-strong: rgba(244, 240, 230, 0.20);
  --cream: #f4f0e6;
  --muted: #9a978c;
  --muted-2: #6a6860;
  --lime: #c9f227;
  --lime-dim: #a6c91f;
  --amber: #ffb020;

  --font: 'Prompt', system-ui, sans-serif;
  --display: 'Prompt', sans-serif;
  --mono: 'Prompt', sans-serif;

  --radius: 8px;
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--cream);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--lime); color: #000; }
a { color: inherit; text-decoration: none; }
svg { display: block; }

/* ---------- ICONS ---------- */
.ic { display: inline-flex; width: 1em; height: 1em; vertical-align: -.08em; }
.ic svg { width: 100%; height: 100%; }
.ic-arr::before { content: ""; }
.ic-arr { width: 18px; height: 18px; -webkit-mask: var(--arr) center/contain no-repeat; mask: var(--arr) center/contain no-repeat; background: currentColor; }
.ic-check { width: 18px; height: 18px; flex-shrink: 0; margin-top: 4px; -webkit-mask: var(--chk) center/contain no-repeat; mask: var(--chk) center/contain no-repeat; background: var(--lime); }
:root {
  --arr: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
  --chk: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  --m-spark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 1.9 4.8L18.7 9.7l-4.8 1.9L12 16.4l-1.9-4.8L5.3 9.7l4.8-1.9z'/%3E%3C/svg%3E");
  --m-grid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E");
  --m-bolt: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 3 14h9l-1 8 10-12h-9z'/%3E%3C/svg%3E");
  --m-headset: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-3v-7h3a2 2 0 0 1 2 2zM3 19a2 2 0 0 0 2 2h3v-7H5a2 2 0 0 0-2 2z'/%3E%3C/svg%3E");
  --m-card: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='5' width='20' height='14' rx='2'/%3E%3Cpath d='M2 10h20'/%3E%3C/svg%3E");
  --m-msg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
  --m-globe: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15 15 0 0 1 0 20 15 15 0 0 1 0-20'/%3E%3C/svg%3E");
  --m-qr: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3Cpath d='M14 14h3v3h-3zM20 14v7M17 20h4'/%3E%3C/svg%3E");
  --m-bell: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 9-3 9h18s-3-2-3-9'/%3E%3Cpath d='M13.7 21a2 2 0 0 1-3.4 0'/%3E%3C/svg%3E");
  --m-star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.9 21l1.2-6.8-5-4.9 6.9-1z'/%3E%3C/svg%3E");
  --m-help: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.1 9a3 3 0 0 1 5.8 1c0 2-3 3-3 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
  --m-bldg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='1'/%3E%3Cpath d='M9 22v-4h6v4M8 6h.01M12 6h.01M16 6h.01M8 10h.01M12 10h.01M16 10h.01'/%3E%3C/svg%3E");
  --m-users: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.9'/%3E%3C/svg%3E");
  --m-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}
.gi-spark,.gi-grid,.gi-bolt,.gi-headset,.gi-card,.gi-msg,.gi-globe,.gi-qr,.gi-bell,.gi-star,.gi-help,.gi-bldg,.gi-users,.gi-clock {
  display: inline-block; width: 1em; height: 1em; background: currentColor;
  -webkit-mask: center/contain no-repeat; mask: center/contain no-repeat; vertical-align: -.12em;
}
.gi-spark{-webkit-mask-image:var(--m-spark);mask-image:var(--m-spark);}
.gi-grid{-webkit-mask-image:var(--m-grid);mask-image:var(--m-grid);}
.gi-bolt{-webkit-mask-image:var(--m-bolt);mask-image:var(--m-bolt);}
.gi-headset{-webkit-mask-image:var(--m-headset);mask-image:var(--m-headset);}
.gi-card{-webkit-mask-image:var(--m-card);mask-image:var(--m-card);}
.gi-msg{-webkit-mask-image:var(--m-msg);mask-image:var(--m-msg);}
.gi-globe{-webkit-mask-image:var(--m-globe);mask-image:var(--m-globe);}
.gi-qr{-webkit-mask-image:var(--m-qr);mask-image:var(--m-qr);}
.gi-bell{-webkit-mask-image:var(--m-bell);mask-image:var(--m-bell);}
.gi-star{-webkit-mask-image:var(--m-star);mask-image:var(--m-star);}
.gi-help{-webkit-mask-image:var(--m-help);mask-image:var(--m-help);}
.gi-bldg{-webkit-mask-image:var(--m-bldg);mask-image:var(--m-bldg);}
.gi-users{-webkit-mask-image:var(--m-users);mask-image:var(--m-users);}
.gi-clock{-webkit-mask-image:var(--m-clock);mask-image:var(--m-clock);}

/* ---------- BACKGROUND DECOR ---------- */
.grain {
  position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.bg-glow {
  position: fixed; inset: 0; z-index: -3; pointer-events: none;
  background:
    radial-gradient(closest-side at 50% -8%, rgba(201,242,39,.10), transparent 70%),
    radial-gradient(closest-side at 88% 8%, rgba(201,242,39,.06), transparent 65%);
}

/* ---------- SCROLL PROGRESS ---------- */
.progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 100%;
  transform: scaleX(0); transform-origin: 0 50%; z-index: 200;
  background: linear-gradient(90deg, var(--lime), #eaff6b);
  box-shadow: 0 0 12px rgba(201,242,39,.7);
}

/* ---------- CURSOR SPOTLIGHT ---------- */
.spotlight {
  position: fixed; top: 0; left: 0; width: 540px; height: 540px; z-index: -2;
  margin: -270px 0 0 -270px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(201,242,39,.10), transparent 60%);
  transform: translate3d(-9999px, -9999px, 0); transition: opacity .3s; opacity: 0;
}

/* ---------- LAYOUT ---------- */
section { padding: clamp(70px, 10vw, 130px) clamp(20px, 5vw, 40px); }
.hero, .trust, .systems, .why, .pricing, .faq, .cta { max-width: var(--maxw); margin: 0 auto; }

/* ---------- NAV ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 14px clamp(20px, 5vw, 40px);
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
}
.nav.scrolled { background: rgba(10,10,10,.8); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.brand {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--display); font-weight: 800; font-size: 20px; letter-spacing: .5px;
}
.brand-mark { color: var(--lime); font-size: 16px; }
.brand-slash { color: var(--lime); }
.brand-logo { height: 30px; width: auto; display: block;
  filter: drop-shadow(1px 1.3px 0 #607712) drop-shadow(2px 2.6px 0 #4a5d0d) drop-shadow(0 0 14px rgba(159,255,0,.4));
  transition: filter .25s, transform .3s cubic-bezier(.2,.8,.2,1); transform-style: preserve-3d; }
.brand:hover .brand-logo { transform: perspective(600px) rotateX(10deg) rotateY(-16deg) translateY(-1px);
  filter: drop-shadow(1px 1.3px 0 #607712) drop-shadow(2px 2.6px 0 #4a5d0d) drop-shadow(0 0 22px rgba(159,255,0,.7)); }
.footer-logo { height: 40px; }

/* ---------- REAL 3D LOGO SHOWCASE (WebGL extrude + CSS fallback) ---------- */
.logo-stage { position: relative; max-width: var(--maxw); margin: 0 auto; padding: 50px 24px 44px;
  display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; }
.logo-stage .aurora { opacity: .6; }
.ls-eyebrow { font-family: var(--mono); font-size: 12.5px; color: var(--lime); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; opacity: .85; }

/* scene = perspective stage; logo3d = preserve-3d stack of layers (JS-driven spin) */
.logo3d-scene { position: relative; width: min(78vw, 560px); height: min(52vw, 360px);
  perspective: 1400px; display: flex; align-items: center; justify-content: center; }
.logo3d { position: relative; width: 86%; height: 86%; transform-style: preserve-3d; will-change: transform; }
.logo-layer { position: absolute; inset: 0; background: center/contain no-repeat; backface-visibility: visible; }
.logo-layer.front { filter: drop-shadow(0 0 14px rgba(201,242,39,.55)) drop-shadow(0 0 40px rgba(201,242,39,.3)); }
/* real WebGL mesh, lazy-upgraded over the CSS stack */
.logo-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block;
  filter: drop-shadow(0 0 30px rgba(201,242,39,.3)); }

/* rotating tech ring behind the logo */
.logo-ring { position: absolute; inset: 4%; border: 1px dashed rgba(201,242,39,.22); border-radius: 50%;
  animation: ringspin 13s linear infinite; pointer-events: none; }
.logo-ring::before, .logo-ring::after { content: ""; position: absolute; border-radius: 50%; }
.logo-ring::before { inset: 9%; border: 1px solid rgba(201,242,39,.1); }
.logo-ring::after { inset: -6%; border: 2px solid transparent; border-top-color: var(--lime);
  animation: ringspin 6s linear infinite reverse; }
@keyframes ringspin { to { transform: rotate(360deg); } }

.ls-sub { margin-top: 14px; font-size: clamp(14px,2vw,17px); color: var(--muted); letter-spacing: .5px; }
.ls-sub strong { color: var(--lime); font-weight: 800; }
@media (prefers-reduced-motion: reduce) { .logo3d { transform: rotateX(-12deg) rotateY(-22deg); } .logo-ring { animation: none; } }
.nav-links { display: flex; gap: 28px; font-size: 14px; font-weight: 600; }
.nav-links a { color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--cream); }
.nav-right { display: flex; align-items: center; gap: 10px; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font); font-weight: 700; font-size: 14px;
  text-transform: uppercase; letter-spacing: .5px;
  padding: 11px 18px; border-radius: var(--radius);
  border: 1.5px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, color .2s, border-color .2s;
}
.btn.big { padding: 15px 26px; font-size: 15px; }
.btn.full { width: 100%; }
.btn-primary { position: relative; overflow: hidden; background: var(--lime); color: #000; border-color: var(--lime); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(201,242,39,.35); }
.btn-primary .ic-arr { background: #000; }
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.6), transparent);
  transform: skewX(-20deg); pointer-events: none;
}
.btn-primary:hover::after { animation: shine .9s ease; }
@keyframes shine { from { left: -120%; } to { left: 140%; } }
.btn-line { background: transparent; color: var(--cream); border-color: var(--border-strong); }
.btn-line:hover { background: rgba(201,242,39,.08); color: var(--lime); border-color: var(--lime); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(201,242,39,.14); }

/* ---------- BURGER / MOBILE ---------- */
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.burger span { width: 24px; height: 2px; background: var(--cream); transition: .3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  position: fixed; top: 0; right: 0; z-index: 99;
  width: min(82vw, 320px); height: 100vh;
  background: var(--bg-2); border-left: 1px solid var(--border);
  display: flex; flex-direction: column; justify-content: center; gap: 24px;
  padding: 40px; transform: translateX(110%); transition: transform .4s cubic-bezier(.7,0,.2,1);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a { color: var(--cream); font-family: var(--display); font-weight: 700; font-size: 24px; letter-spacing: 0; }
.mobile-menu .btn { font-family: var(--font); color: #000; font-size: 15px; }

/* ---------- HERO ---------- */
.hero { position: relative; text-align: center; padding-top: clamp(130px, 17vw, 180px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -60px 0 auto 0; height: 760px; z-index: -1;
  background-image:
    linear-gradient(rgba(244,240,230,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,240,230,.045) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 28%, #000 18%, transparent 72%);
  mask-image: radial-gradient(ellipse 75% 65% at 50% 28%, #000 18%, transparent 72%);
  animation: gridpan 22s linear infinite;
}
@keyframes gridpan { to { background-position: 46px 46px; } }

/* aurora glow blobs */
.aurora { position: absolute; inset: -10% -5% auto -5%; height: 620px; z-index: -1; filter: blur(70px); opacity: .55; pointer-events: none; }
.aurora span { position: absolute; border-radius: 50%; mix-blend-mode: screen; }
.aurora span:nth-child(1) { width: 460px; height: 460px; left: 6%; top: -40px; background: radial-gradient(circle, rgba(159,255,0,.55), transparent 62%); animation: drift1 15s ease-in-out infinite; }
.aurora span:nth-child(2) { width: 380px; height: 380px; right: 8%; top: 20px; background: radial-gradient(circle, rgba(201,242,39,.4), transparent 62%); animation: drift2 19s ease-in-out infinite; }
.aurora span:nth-child(3) { width: 300px; height: 300px; left: 44%; top: 120px; background: radial-gradient(circle, rgba(220,255,180,.22), transparent 62%); animation: drift3 17s ease-in-out infinite; }
@keyframes drift1 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(60px,40px)} }
@keyframes drift2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-50px,30px)} }
@keyframes drift3 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(30px,-40px)} }

.hero-meta {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 12.5px; letter-spacing: 1px; color: var(--lime);
  padding: 7px 15px; border: 1px solid rgba(201,242,39,.35); border-radius: 100px; margin-bottom: 30px;
}
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(201,242,39,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(201,242,39,.5)} 70%{box-shadow:0 0 0 8px rgba(201,242,39,0)} 100%{box-shadow:0 0 0 0 rgba(201,242,39,0)} }

.hero-title {
  font-family: var(--display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(46px, 9.5vw, 116px); line-height: .94; letter-spacing: -1.5px; margin-bottom: 26px;
}
.hero-title .lead { color: var(--cream); opacity: .92; }
.hero-title .hl { color: var(--lime); text-shadow: 0 0 28px rgba(159,255,0,.5), 0 0 60px rgba(159,255,0,.25); }
.rotator { display: inline-block; position: relative; }
.rotator::after { content: ""; position: absolute; right: -10px; top: 12%; height: 76%; width: 4px; background: var(--lime); animation: caret 1s steps(1) infinite; }
.rotator.swap { animation: rotword .5s cubic-bezier(.2,.7,.2,1); }
@keyframes rotword { 0% { opacity: 0; transform: translateY(.35em) skewX(-6deg); } 100% { opacity: 1; transform: none; } }
@keyframes caret { 50% { opacity: 0; } }
.for-real {
  display: block; font-family: var(--font); font-weight: 600; text-transform: none;
  font-size: clamp(16px, 2.4vw, 26px); letter-spacing: -.2px; color: var(--cream); margin-top: 16px;
}
.hero-sub { max-width: 580px; margin: 0 auto 32px; font-size: clamp(16px, 2vw, 19px); color: var(--muted); }
.hero-sub strong { color: var(--lime); }
.hero-actions { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }
.hero-note { margin-top: 18px; font-family: var(--mono); font-size: 12.5px; color: var(--muted-2); }
.hero-chips { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.hchip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: .3px; color: var(--cream);
  padding: 8px 15px; border-radius: 100px;
  background: var(--panel-2); border: 1px solid var(--border-strong);
  transition: border-color .2s, transform .2s, background .2s;
}
.hchip:hover { transform: translateY(-2px); border-color: rgba(159,255,0,.5); background: rgba(159,255,0,.06); }
.hchip.ghost { color: var(--muted); font-family: var(--mono); font-size: 12px; font-weight: 400; }

/* ---------- HERO 2-COL ---------- */
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 70px); align-items: center; text-align: left; }
.hero-left .hero-meta { margin-bottom: 26px; }
.hero-left .hero-title { font-family: var(--display); font-weight: 800; font-size: clamp(38px, 5vw, 70px); line-height: 1; letter-spacing: -1.5px; text-transform: none; margin-bottom: 22px; }
.hero-title .lead { display: block; color: var(--cream); opacity: .9; }
.hero-title .sys-name { display: block; color: var(--lime); font-size: 1.22em; line-height: .96; text-shadow: 0 0 30px rgba(159,255,0,.45), 0 0 70px rgba(159,255,0,.2); }
.hero-title .sys-tagline { display: block; font-family: var(--font); font-weight: 600; text-transform: none; font-size: clamp(15px, 1.9vw, 22px); letter-spacing: -.2px; color: var(--muted); margin-top: 12px; }
.sys-name.swap, .sys-tagline.swap { animation: rotword .5s cubic-bezier(.2,.7,.2,1); }
.hero-left .hero-sub { max-width: 480px; margin: 0 0 30px; }
.hero-left .hero-actions { justify-content: flex-start; }
#heroDetail { cursor: pointer; }

.hero-rating { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.avatars { display: flex; }
.avatars span { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 15px; color: #000; background: var(--lime); border: 2px solid var(--bg); margin-left: -11px; }
.avatars span:nth-child(2) { background: #8be9a0; } .avatars span:nth-child(3) { background: #ffd166; } .avatars span:nth-child(4) { background: #9be7ff; }
.avatars span:first-child { margin-left: 0; }
.rating-text { display: flex; flex-direction: column; }
.stars { color: var(--lime); letter-spacing: 2px; font-size: 14px; }
.rating-text span:last-child { font-size: 13px; color: var(--muted); }

/* ---------- HERO PREVIEW (right) ---------- */
.hero-right { position: relative; perspective: 1200px; }
.pv-tabs { display: flex; gap: 8px; margin-bottom: 14px; }
.pv-tab { font-family: var(--font); font-weight: 600; font-size: 13px; color: var(--muted); padding: 8px 15px; border-radius: 100px; border: 1px solid var(--border); background: var(--panel-2); cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.pv-tab:hover { color: var(--cream); }
.pv-tab.active { color: #000; background: var(--lime); border-color: var(--lime); }
.pv-window { position: relative; border-radius: 14px; overflow: hidden; background: var(--bg-2); border: 1px solid var(--border-strong); box-shadow: 0 40px 100px rgba(0,0,0,.6), 0 0 70px rgba(201,242,39,.06); transition: transform .2s ease-out; transform-style: preserve-3d; }
.pv-stage { position: relative; padding: 18px; min-height: 366px; }
.pv-pane { position: absolute; inset: 18px; display: flex; flex-direction: column; gap: 10px; opacity: 0; transform: translateY(12px) scale(.985); pointer-events: none; transition: opacity .5s, transform .5s; }
.pv-pane.active { opacity: 1; transform: none; pointer-events: auto; }
.pv-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2px; }
.pv-h-title { font-weight: 700; font-size: 14px; }
.pv-badge { font-family: var(--mono); font-size: 11px; color: var(--lime); border: 1px solid rgba(201,242,39,.4); padding: 3px 10px; border-radius: 100px; display: inline-flex; align-items: center; gap: 6px; }
.pv-badge.alt { color: var(--amber); border-color: rgba(255,176,32,.4); }

/* NAIL queue rows */
.q-row { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 10px; background: var(--panel); border: 1px solid var(--border); }
.q-av { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #000; font-size: 14px; flex-shrink: 0; }
.q-av.a1 { background: #c9f227; } .q-av.a2 { background: #8be9a0; } .q-av.a3 { background: #ffd166; } .q-av.a4 { background: #9be7ff; }
.q-info { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.q-info b { font-size: 14px; }
.q-info span { font-size: 12px; color: var(--muted); }
.q-tag { font-size: 11px; font-weight: 600; padding: 5px 11px; border-radius: 100px; white-space: nowrap; }
.q-tag.ok { color: var(--lime); background: rgba(201,242,39,.12); }
.q-tag.arr { color: #9be7ff; background: rgba(155,231,255,.12); }
.q-tag.wait { color: var(--amber); background: rgba(255,176,32,.12); }

/* CHAT inbox rows */
.i-row { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; background: var(--panel); border: 1px solid var(--border); }
.i-av { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #fff; font-size: 14px; flex-shrink: 0; }
.i-av.line { background: #06c755; } .i-av.fb { background: #1877f2; } .i-av.ig { background: linear-gradient(45deg,#f09433,#dc2743,#bc1888); } .i-av.tt { background: #000; border: 1px solid var(--border-strong); }
.i-info { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.i-info b { font-size: 13.5px; display: flex; align-items: center; gap: 8px; }
.i-ch { font-family: var(--mono); font-size: 10px; color: var(--muted); border: 1px solid var(--border); padding: 1px 7px; border-radius: 100px; font-weight: 400; }
.i-info > span { font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.i-time { font-size: 11px; color: var(--muted-2); flex-shrink: 0; }

/* ROOMHUB preview */
.r-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.r-bill { border-radius: 10px; background: var(--panel); border: 1px solid var(--border); padding: 12px 14px; }
.r-bill-row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.r-bill-row b { color: var(--lime); }
.r-bill-row.sub { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--border); font-size: 12px; color: var(--muted); }
.r-paid { color: var(--lime); font-size: 11px; font-weight: 600; }
.r-legend { display: flex; gap: 14px; font-size: 11px; color: var(--muted); align-items: center; }
.r-legend i { width: 9px; height: 9px; border-radius: 2px; display: inline-block; margin-right: 5px; vertical-align: middle; }
.r-legend i.free { background: var(--lime); } .r-legend i.busy { background: var(--muted-2); } .r-legend i.book { background: var(--amber); }

/* floating cards in preview */
.hero-right .fc1 { flex-direction: column; align-items: flex-start; gap: 2px; left: -14px; top: 20%; }
.hero-right .fc2 { right: -14px; bottom: 18%; }
.i-mini { font-size: 10.5px; color: var(--muted); }
.hero-right .fc1 b { font-family: var(--display); font-weight: 800; font-size: 18px; color: var(--lime); }

.pv-dots { display: flex; gap: 8px; justify-content: center; margin-top: 16px; }
.pv-dot { width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0; background: var(--border-strong); cursor: pointer; transition: width .25s, background .25s; }
.pv-dot.active { width: 26px; border-radius: 100px; background: var(--lime); }

/* ---------- SYSTEM BLOCK ACTIONS ---------- */
.sb-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.sb-detail { cursor: pointer; }

/* ---------- MODAL ---------- */
.modal { position: fixed; inset: 0; z-index: 1000; display: none; }
.modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(6px); animation: fade .3s ease; }
.modal-card {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: min(880px, 92vw); max-height: 88vh; overflow: auto;
  background: var(--bg-2); border: 1px solid var(--border-strong); border-radius: 18px;
  box-shadow: 0 50px 130px rgba(0,0,0,.75), 0 0 90px rgba(201,242,39,.07);
  animation: pop .35s cubic-bezier(.2,.8,.2,1);
}
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop { from { opacity: 0; transform: translate(-50%,-46%) scale(.96); } to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
.modal-close { position: absolute; top: 16px; right: 16px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; background: var(--panel-2); border: 1px solid var(--border); color: var(--cream); cursor: pointer; font-size: 15px; transition: background .2s, color .2s; }
.modal-close:hover { background: var(--lime); color: #000; }
.modal-body { padding: clamp(26px, 4vw, 46px); }
.md-head { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }
.md-icon { width: 56px; height: 56px; border-radius: 13px; display: grid; place-items: center; color: var(--lime); background: var(--panel-2); border: 1px solid var(--border-strong); flex-shrink: 0; }
.md-icon svg { width: 28px; height: 28px; }
.md-name { font-family: var(--display); font-weight: 800; font-size: clamp(32px, 5vw, 50px); text-transform: uppercase; line-height: 1; letter-spacing: -1px; }
.md-live { font-family: var(--mono); font-size: 11px; color: var(--lime); display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; }
.md-tag { color: var(--muted); font-size: 16.5px; margin-bottom: 22px; }
.md-desc { font-size: 15px; color: var(--cream); line-height: 1.75; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.md-sec-title { font-family: var(--mono); font-size: 12.5px; color: var(--lime); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; }
.md-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-bottom: 30px; }
.md-feat { display: flex; gap: 11px; padding: 15px; border-radius: 11px; background: var(--panel); border: 1px solid var(--border); transition: border-color .2s, background .2s; }
.md-feat:hover { border-color: var(--border-strong); background: var(--panel-2); }
.md-feat.has-demo { flex-direction: column; gap: 0; padding: 0; overflow: hidden; }
.mf-head { display: flex; gap: 11px; padding: 15px; }
.md-feat .mf-head .ic-check { margin-top: 3px; }
.mf-head b { font-size: 14px; display: block; margin-bottom: 4px; }
.mf-head > div > span { font-size: 12.5px; color: var(--muted); line-height: 1.55; display: block; }
/* ============================================================
   FEATURE LIVE DEMOS — mini in-card mockups (system page)
   ============================================================ */
.fd {
  position: relative; margin: 0 13px 13px; padding: 13px;
  border-radius: 10px; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(201,242,39,.04), transparent 60%),
    var(--bg);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  display: flex; flex-direction: column; gap: 8px;
  font-size: 12px;
}
/* faint grid + sweeping scan = HUD feel */
.fd::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(244,240,230,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,240,230,.035) 1px, transparent 1px);
  background-size: 22px 22px; mask: linear-gradient(180deg, #000, transparent 85%);
}
.md-feat:hover .fd { border-color: var(--border-strong); }
.fd > * { position: relative; z-index: 1; }

/* shared atoms */
.fd .ok   { color: var(--lime); }
.fd .warn { color: var(--amber); }
.fd .info { color: #9be7ff; }
.fd .dim  { color: var(--muted-2); }
.fd-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1px; }
.fd-t { font-weight: 700; font-size: 12px; color: var(--cream); }
.fd-badge { font-family: var(--mono); font-size: 10px; color: var(--lime); border: 1px solid rgba(201,242,39,.35);
  padding: 2px 8px; border-radius: 100px; display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.fd-badge .dotlive { width: 6px; height: 6px; animation: fdblink 1.4s ease-in-out infinite; }
.fd-badge.alt { color: var(--amber); border-color: rgba(255,176,32,.4); }
.fd-badge.ok { color: var(--lime); }
.fd-badge.warn { color: var(--amber); border-color: rgba(255,176,32,.4); }
.fd-badge.line { color: #06c755; border-color: rgba(6,199,85,.5); }
@keyframes fdblink { 50% { opacity: .25; } }
.fd-up { font-family: var(--mono); font-size: 11px; color: var(--lime); }

.fd-line { display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 7px 10px; border-radius: 8px; background: var(--panel); border: 1px solid var(--border); }
.fd-line span { font-size: 11.5px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.fd-line b { font-size: 12px; color: var(--cream); font-weight: 700; }
.fd-line.big { background: rgba(201,242,39,.07); border-color: rgba(201,242,39,.22); }
.fd-line.big b { font-size: 14px; }
.fd-pill { font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 100px; white-space: nowrap; }
.fd-pill.ok { color: var(--lime); background: rgba(201,242,39,.13); }
.fd-pill.info { color: #9be7ff; background: rgba(155,231,255,.12); }
.fd-pill.warn { color: var(--amber); background: rgba(255,176,32,.13); }

/* booking timeline */
.fd-slot { display: flex; align-items: center; gap: 9px; }
.fd-time { font-family: var(--mono); font-size: 11px; color: var(--muted); width: 38px; flex-shrink: 0; }
.fd-track { flex: 1; height: 7px; border-radius: 100px; background: var(--panel-2); overflow: hidden; }
.fd-fill { display: block; height: 100%; width: 0; border-radius: 100px; background: var(--lime); animation: fdgrow 1.1s cubic-bezier(.2,.8,.2,1) forwards; }
.fd-fill.ok { background: var(--lime); } .fd-fill.info { background: #9be7ff; } .fd-fill.warn { background: var(--amber); }
@keyframes fdgrow { to { width: var(--w); } }
.fd-legend { display: flex; flex-wrap: wrap; gap: 10px; font-size: 10.5px; color: var(--muted); }
.fd-legend span { letter-spacing: .5px; }

/* slip verify */
.fd-slip { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 9px;
  border-radius: 8px; border: 1px dashed rgba(201,242,39,.3); background: rgba(201,242,39,.03); overflow: hidden; }
.fd-scan { position: absolute; left: 0; right: 0; height: 2px; top: 0; z-index: 2;
  background: linear-gradient(90deg, transparent, var(--lime), transparent);
  box-shadow: 0 0 12px var(--lime); animation: fdslip 2.4s ease-in-out infinite; }
@keyframes fdslip { 0%,100% { transform: translateY(2px); } 50% { transform: translateY(70px); } }
.fd-verify { display: flex; align-items: center; gap: 7px; font-weight: 700; font-size: 11.5px;
  padding: 7px 10px; border-radius: 8px; }
.fd-verify .ic-check { width: 15px; height: 15px; margin: 0; }
.fd-verify .gi-bell, .fd-verify .gi-clock { font-size: 14px; }
.fd-verify.ok { color: var(--lime); background: rgba(201,242,39,.1); border: 1px solid rgba(201,242,39,.25); }
.fd-verify.warn { color: var(--amber); background: rgba(255,176,32,.1); border: 1px solid rgba(255,176,32,.25); }
.fd-verify.warn .ic-check { background: var(--amber); }

/* CRM ring */
.fd-crm { display: flex; align-items: center; gap: 13px; }
.fd-ring { position: relative; width: 64px; height: 64px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center; text-align: center;
  background: radial-gradient(closest-side, var(--bg) 71%, transparent 72%),
    conic-gradient(var(--lime) calc(var(--p) * 1%), rgba(244,240,230,.1) 0);
  animation: fdring 1.2s ease-out; }
@keyframes fdring { from { transform: rotate(-40deg) scale(.85); opacity: .4; } }
.fd-ring b { font-size: 15px; color: var(--lime); line-height: 1; }
.fd-ring i { font-size: 9px; color: var(--muted); font-style: normal; display: block; }
.fd-crm-info { display: flex; flex-direction: column; gap: 4px; }
.fd-crm-info > b { font-size: 13px; color: var(--cream); display: flex; align-items: center; gap: 6px; }
.fd-crm-info > span { font-size: 11px; color: var(--muted); }
.fd-vip { font-family: var(--mono); font-size: 9px; color: #000; background: var(--lime); padding: 1px 6px; border-radius: 100px; }
.fd-chips { display: flex; gap: 5px; margin-top: 1px; }
.fd-chip { font-size: 10px; color: var(--muted); border: 1px solid var(--border); padding: 2px 8px; border-radius: 100px; }

/* mini bar chart */
.fd-chart { display: flex; align-items: flex-end; gap: 6px; height: 56px; padding: 4px 2px; }
.fd-chart i { flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: rgba(244,240,230,.14);
  transform-origin: bottom; animation: fdbar .9s cubic-bezier(.2,.8,.2,1) backwards; }
.fd-chart i:nth-child(2){animation-delay:.06s}.fd-chart i:nth-child(3){animation-delay:.12s}
.fd-chart i:nth-child(4){animation-delay:.18s}.fd-chart i:nth-child(5){animation-delay:.24s}.fd-chart i:nth-child(6){animation-delay:.3s}
.fd-chart i.hot { background: linear-gradient(180deg, var(--lime), var(--lime-dim)); box-shadow: 0 0 16px rgba(201,242,39,.4); }
@keyframes fdbar { from { transform: scaleY(0); } }

/* service picker */
.fd-svc { display: flex; align-items: center; gap: 9px; padding: 7px 10px; border-radius: 8px;
  background: var(--panel); border: 1px solid var(--border); font-size: 11.5px; color: var(--muted); }
.fd-svc b { margin-left: auto; color: var(--cream); font-weight: 700; }
.fd-svc .fd-ck { width: 16px; height: 16px; border-radius: 5px; border: 1.5px solid var(--border-strong); flex-shrink: 0; }
.fd-svc.on { color: var(--cream); border-color: rgba(201,242,39,.3); background: rgba(201,242,39,.05); }
.fd-svc.on .fd-ck { background: var(--lime) var(--chk) center/11px no-repeat; border-color: var(--lime); }

/* staff rows */
.fd-staff { display: flex; align-items: center; gap: 9px; padding: 6px 10px; border-radius: 8px;
  background: var(--panel); border: 1px solid var(--border); }
.fd-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.fd-staff b { font-size: 12px; color: var(--cream); }
.fd-staff span { font-size: 10.5px; color: var(--muted); }
.fd-staff em { margin-left: auto; font-style: normal; font-size: 11.5px; font-weight: 700; }

/* chat bubbles */
.fd-bubble { align-self: flex-start; max-width: 88%; padding: 8px 11px; border-radius: 12px 12px 12px 4px;
  font-size: 11.5px; line-height: 1.5; background: var(--panel-2); border: 1px solid var(--border);
  animation: fdpop .5s ease-out backwards; }
.fd-bubble:nth-child(3) { animation-delay: .15s; }
.fd-bubble.line { background: rgba(6,199,85,.12); border-color: rgba(6,199,85,.3); color: #cdf3dc; }
@keyframes fdpop { from { transform: translateY(6px) scale(.96); opacity: 0; } }
.fd-swatch { display: inline-flex; gap: 5px; }
.fd-swatch i { width: 15px; height: 15px; border-radius: 5px; border: 1px solid rgba(255,255,255,.2); }
.fd-swatch i:first-child { outline: 2px solid var(--lime); outline-offset: 1px; }
.fd-wallet { display: flex; align-items: center; justify-content: space-between;
  padding: 11px 13px; border-radius: 10px; background: rgba(201,242,39,.07); border: 1px solid rgba(201,242,39,.22); }
.fd-wallet span { font-size: 11.5px; color: var(--muted); }
.fd-wallet b { font-size: 19px; color: var(--lime); font-weight: 800; }
.fd-toggle { width: 34px; height: 19px; border-radius: 100px; background: var(--panel-2); border: 1px solid var(--border-strong); position: relative; }
.fd-toggle::after { content: ""; position: absolute; top: 2px; left: 2px; width: 13px; height: 13px; border-radius: 50%; background: var(--muted); transition: .2s; }
.fd-toggle.on { background: rgba(201,242,39,.3); border-color: var(--lime); }
.fd-toggle.on::after { left: 16px; background: var(--lime); }

/* inbox */
.fd-inbox { display: flex; align-items: center; gap: 9px; padding: 6px 9px; border-radius: 8px;
  background: var(--panel); border: 1px solid var(--border); }
.fd-inbox > div { flex: 1; min-width: 0; }
.fd-inbox b { font-size: 11.5px; color: var(--cream); display: block; }
.fd-inbox span { font-size: 10.5px; color: var(--muted); display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fd-inbox em { font-style: normal; font-size: 9.5px; color: var(--muted-2); font-family: var(--mono); }
.fd-ch { width: 24px; height: 24px; border-radius: 7px; flex-shrink: 0; display: grid; place-items: center; font-size: 12px; font-weight: 700; color: #fff; }
.fd-ch.line { background: #06c755; } .fd-ch.fb { background: #1877f2; }
.fd-ch.ig { background: linear-gradient(45deg,#f09433,#dc2743,#bc1888); } .fd-ch.tt { background: #111; border: 1px solid var(--border-strong); }

/* smart queues */
.fd-qchips { display: flex; flex-wrap: wrap; gap: 6px; }
.fd-qchip { font-size: 10.5px; color: var(--muted); padding: 4px 9px; border-radius: 100px; border: 1px solid var(--border); display: inline-flex; gap: 5px; align-items: center; }
.fd-qchip b { color: var(--cream); }
.fd-qchip.on { color: var(--lime); border-color: rgba(201,242,39,.4); background: rgba(201,242,39,.08); }
.fd-qchip.on b { color: var(--lime); }
.fd-qchip.vip { color: var(--amber); border-color: rgba(255,176,32,.4); }
.fd-qchip.warn { color: var(--amber); border-color: rgba(255,176,32,.4); background: rgba(255,176,32,.07); }

/* rule builder */
.fd-rule { font-size: 11.5px; color: var(--cream); padding: 7px 10px; border-radius: 8px;
  background: var(--panel); border: 1px solid var(--border); border-left: 2px solid var(--border-strong); }
.fd-kw { font-family: var(--mono); font-size: 10px; font-weight: 700; color: var(--lime); margin-right: 6px; }
.fd-kw.and { color: var(--amber); } .fd-kw.then { color: #9be7ff; }

/* macros */
.fd-macro { display: flex; align-items: center; gap: 10px; padding: 7px 10px; border-radius: 8px; background: var(--panel); border: 1px solid var(--border); }
.fd-macro code { font-family: var(--mono); font-size: 11px; color: var(--lime); background: rgba(201,242,39,.1); padding: 2px 8px; border-radius: 6px; white-space: nowrap; }
.fd-macro span { font-size: 11px; color: var(--muted); }
.fd-macro.hot { border-color: rgba(201,242,39,.3); }

/* roles */
.fd-role { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; padding: 7px 10px; border-radius: 8px; background: var(--panel); border: 1px solid var(--border); }
.fd-role b { font-size: 11.5px; color: var(--cream); width: 78px; }
.fd-perm { font-size: 10px; padding: 2px 8px; border-radius: 100px; }
.fd-perm.ok { color: var(--lime); background: rgba(201,242,39,.12); }
.fd-perm.dim { color: var(--muted-2); background: var(--panel-2); }

/* pipeline */
.fd-pipe { display: flex; gap: 6px; }
.fd-pipe i { flex: 1; height: 6px; border-radius: 100px; background: var(--panel-2); position: relative; overflow: hidden; }
.fd-pipe i.done { background: var(--lime); }
.fd-pipe i.now { background: linear-gradient(90deg, var(--lime) 50%, var(--panel-2) 50%); background-size: 200% 100%; animation: fdslide 1.4s linear infinite; }
@keyframes fdslide { from { background-position: 100% 0; } to { background-position: -100% 0; } }
.fd-pipe-lbl { display: flex; gap: 6px; }
.fd-pipe-lbl span { flex: 1; font-size: 9.5px; text-align: center; }

/* KPI tiles */
.fd-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.fd-kpi { text-align: center; padding: 11px 6px; border-radius: 9px; background: var(--panel); border: 1px solid var(--border); }
.fd-kpi b { font-size: 18px; color: var(--cream); font-weight: 800; display: block; }
.fd-kpi b.ok { color: var(--lime); }
.fd-kpi span { font-size: 10px; color: var(--muted); }

/* security log */
.fd-sec { display: flex; align-items: center; gap: 8px; font-size: 11.5px; color: var(--cream); }
.fd-sec .ic-check { width: 15px; height: 15px; margin: 0; }
.fd-log { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10.5px; color: var(--muted); padding: 5px 9px; border-radius: 7px; background: rgba(0,0,0,.3); border: 1px solid var(--border); }
.fd-log i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); flex-shrink: 0; box-shadow: 0 0 6px var(--lime); }

/* room grid */
.fd-rooms { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
.fd-rooms i { aspect-ratio: 1.6; border-radius: 7px; display: grid; place-items: center; font-family: var(--mono); font-size: 11px; border: 1px solid var(--border); font-style: normal; animation: fdpop .4s ease-out backwards; }
.fd-rooms i:nth-child(n+5) { animation-delay: .1s; }
.fd-rooms i.free { background: rgba(201,242,39,.13); color: var(--lime); border-color: rgba(201,242,39,.3); }
.fd-rooms i.busy { background: rgba(244,240,230,.04); color: var(--muted-2); }
.fd-rooms i.book { background: rgba(255,176,32,.13); color: var(--amber); border-color: rgba(255,176,32,.3); }
.fd-rooms i.fix { background: rgba(155,231,255,.12); color: #9be7ff; border-color: rgba(155,231,255,.3); }

/* promptpay QR */
.fd-pay { display: flex; align-items: center; gap: 13px; }
.fd-pay-info { flex: 1; display: flex; flex-direction: column; gap: 7px; }
.fd-qr { width: 64px; height: 64px; flex-shrink: 0; border-radius: 8px; padding: 6px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21' fill='%23000'%3E%3Cpath d='M0 0h7v7H0zM2 2v3h3V2zM14 0h7v7h-7zM16 2v3h3V2zM0 14h7v7H0zM2 16v3h3v-3zM9 0h2v2H9zM9 3h2v4H9zM12 9h2v2h-2zM9 9h2v2H9zM9 12h2v3H9zM12 14h2v2h-2zM14 9h3v2h-3zM19 9h2v2h-2zM14 12h2v2h-2zM17 14h4v2h-4zM9 17h2v4H9zM12 18h2v3h-2zM14 18h3v3h-3zM18 18h3v3h-3z'/%3E%3C/svg%3E") center/52px no-repeat,
    #fff;
  box-shadow: 0 0 18px rgba(201,242,39,.15); }

/* kanban */
.fd-kanban { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.fd-col { display: flex; flex-direction: column; gap: 6px; }
.fd-col > span { font-size: 9.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; }
.fd-col i { font-style: normal; font-size: 10.5px; color: var(--cream); padding: 7px 8px; border-radius: 7px; background: var(--panel); border: 1px solid var(--border); border-top: 2px solid var(--muted-2); }
.fd-col i.now { border-top-color: var(--amber); }
.fd-col i.done { border-top-color: var(--lime); color: var(--muted); }

/* parcel */
.fd-parcel { display: flex; align-items: center; gap: 8px; font-size: 11.5px; color: var(--cream); padding: 7px 10px; border-radius: 8px; background: var(--panel); border: 1px solid var(--border); }
.fd-parcel .ic-check { width: 15px; height: 15px; margin: 0; }

/* LINE flex */
.fd-flex { border-radius: 10px; overflow: hidden; border: 1px solid rgba(6,199,85,.3); background: rgba(6,199,85,.05); }
.fd-flex-h { background: rgba(6,199,85,.18); color: #cdf3dc; font-weight: 700; font-size: 11.5px; padding: 7px 11px; }
.fd-flex .fd-line { background: transparent; border: none; border-top: 1px solid rgba(6,199,85,.12); border-radius: 0; }

@media (max-width: 560px) {
  .fd { margin: 0 11px 11px; }
  .fd-crm { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .fd-scan, .fd-fill, .fd-chart i, .fd-ring, .fd-bubble, .fd-rooms i, .fd-pipe i.now, .fd-badge .dotlive { animation: none; }
  .fd-fill { width: var(--w); } .fd-chart i { transform: none; }
}

.md-tech { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.md-tech span { font-family: var(--mono); font-size: 12px; color: var(--muted); padding: 6px 13px; border: 1px solid var(--border); border-radius: 100px; }
.md-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- HERO MOCKUP ---------- */
.hero-mockup { position: relative; margin: 60px auto 0; max-width: 940px; }
.window {
  border-radius: 10px; overflow: hidden; position: relative;
  background: linear-gradient(180deg, #18181500, #0d0d0c), var(--bg-2);
  border: 1px solid var(--border-strong);
  box-shadow: 0 40px 110px rgba(0,0,0,.7), 0 0 70px rgba(201,242,39,.06);
  transition: transform .2s ease-out;
}
.window-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.window-bar .dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(244,240,230,.18); }
.window-title { margin-left: 12px; font-family: var(--mono); font-size: 12.5px; color: var(--muted-2); }
.window-body { display: flex; min-height: 300px; text-align: left; }
.wb-side { width: 168px; padding: 20px 16px; border-right: 1px solid var(--border); display: flex; flex-direction: column; gap: 13px; }
.wb-logo { width: 36px; height: 36px; border-radius: 8px; background: var(--lime); color: #000; font-family: var(--display); font-weight: 800; display: grid; place-items: center; margin-bottom: 8px; }
.wb-nav { height: 11px; border-radius: 4px; background: rgba(244,240,230,.06); }
.wb-nav.active { background: rgba(201,242,39,.4); width: 85%; }
.wb-nav.short { width: 55%; }
.wb-main { flex: 1; padding: 22px; display: flex; flex-direction: column; gap: 18px; }
.wb-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.wb-stat { padding: 14px; border-radius: var(--radius); background: var(--panel-2); border: 1px solid var(--border); display: flex; flex-direction: column; gap: 4px; }
.s-label { font-size: 11px; color: var(--muted-2); }
.s-val { font-size: 20px; font-weight: 800; }
.s-up { font-size: 11px; color: var(--lime); }
.wb-chart { border-radius: var(--radius); background: var(--panel); border: 1px solid var(--border); padding: 14px; height: 118px; }
.wb-chart svg { width: 100%; height: 100%; }
.wb-rows { display: flex; flex-direction: column; gap: 9px; }
.wb-row { height: 13px; border-radius: 4px; background: rgba(244,240,230,.05); }
.wb-row.short { width: 60%; }
.float-card {
  position: absolute; font-family: var(--mono); font-size: 12.5px;
  display: flex; align-items: center; gap: 7px;
  padding: 10px 14px; border-radius: var(--radius);
  background: rgba(15,15,13,.9); border: 1px solid var(--border-strong);
  backdrop-filter: blur(10px); box-shadow: 0 16px 40px rgba(0,0,0,.5);
}
.fc1 { left: -16px; top: 28%; color: var(--lime); animation: float 6s ease-in-out infinite; }
.fc2 { right: -16px; bottom: 22%; color: var(--cream); animation: float 6s ease-in-out infinite 1.5s; }
.dotlive { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 8px var(--lime); }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }

/* ---------- TRUST ---------- */
.trust { padding-top: 40px; padding-bottom: 40px; }
.trust-stats { display: flex; align-items: stretch; justify-content: center; gap: 0; flex-wrap: wrap; }
.trust-stats > div:not(.div) { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 16px; padding: 8px clamp(18px,4vw,52px); }
.trust-stats strong { font-family: var(--display); font-weight: 800; font-size: clamp(32px,5vw,52px); color: var(--lime); line-height: 1; letter-spacing: -1px; text-shadow: 0 0 28px rgba(201,242,39,.35); }
.trust-stats span { font-size: 12.5px; color: var(--muted); margin-top: -4px; text-transform: uppercase; letter-spacing: .5px; }
.trust-stats .div { align-self: center; width: 1px; height: 92px; background: linear-gradient(transparent, var(--border-strong) 22%, var(--border-strong) 78%, transparent); }

/* ---------- SECTION HEAD ---------- */
.section-head { text-align: center; max-width: 680px; margin: 0 auto clamp(48px, 7vw, 72px); }
.eyebrow { font-family: var(--mono); font-weight: 500; font-size: 13px; color: var(--lime); letter-spacing: 1.5px; }
.section-head h2 { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(34px, 5.5vw, 64px); line-height: .98; letter-spacing: -1.2px; margin: 14px 0 16px; }
.section-head h2 .hl { color: var(--lime); }
.section-head p { color: var(--muted); font-size: 16.5px; }

/* ---------- SYSTEM TABS (sticky) ---------- */
.sys-tabs {
  position: sticky; top: 70px; z-index: 50;
  display: flex; gap: 8px; flex-wrap: wrap; justify-content: center;
  padding: 8px; margin-bottom: 8px;
  background: rgba(10,10,10,.7); backdrop-filter: blur(12px);
  border: 1px solid var(--border); border-radius: 100px; width: max-content; max-width: 100%;
  margin-left: auto; margin-right: auto;
}
.sys-tab {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 14px; color: var(--muted);
  padding: 9px 18px; border-radius: 100px; transition: color .2s, background .2s;
}
.sys-tab .st-no { font-size: 11px; opacity: .6; }
.sys-tab:hover { color: var(--cream); }
.sys-tab.active { color: #000; background: var(--lime); }
.sys-tab.active .st-no { opacity: .7; }

/* ---------- CHART DRAW ---------- */
.chart-line { stroke-dasharray: 640; stroke-dashoffset: 640; }
.chart-line.drawn { animation: draw 1.6s cubic-bezier(.4,0,.2,1) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }

/* ---------- SYSTEM BLOCKS ---------- */
.sysblock {
  scroll-margin-top: 140px;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px);
  align-items: center; padding: clamp(28px, 4vw, 44px) 0;
  border-top: 1px solid var(--border);
}
.sysblock.reverse .sb-info { order: 2; }
.sb-top { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.sb-icon { width: 46px; height: 46px; border-radius: var(--radius); display: grid; place-items: center; color: var(--lime); background: var(--panel-2); border: 1px solid var(--border-strong); }
.sb-icon svg { width: 24px; height: 24px; }
.sb-no { font-family: var(--mono); font-size: 14px; color: var(--muted-2); }
.sb-live { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 11.5px; letter-spacing: 1px; color: var(--lime); }
.sb-name { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(42px, 6vw, 68px); line-height: .98; letter-spacing: -1px; }
.sb-tag { color: var(--muted); font-size: 16px; margin: 8px 0 22px; }
.sb-feats { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.sb-feats li { display: flex; gap: 11px; font-size: 14.5px; color: var(--cream); }
.sb-tech { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.sb-tech span { font-family: var(--mono); font-size: 11.5px; color: var(--muted); padding: 5px 11px; border: 1px solid var(--border); border-radius: 100px; }
.sb-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 16px; letter-spacing: .5px; color: var(--lime); transition: gap .2s; }
.sb-link:hover { gap: 14px; }

/* mockup pane */
.sb-mock { position: relative; perspective: 1100px; }
.mock-pane { background: var(--bg-2); border: 1px solid var(--border-strong); border-radius: 10px; padding: 18px; box-shadow: 0 30px 70px rgba(0,0,0,.55); display: flex; flex-direction: column; gap: 11px; transition: transform .2s ease-out, box-shadow .3s; transform-style: preserve-3d; will-change: transform; }
.mock-pane:hover { box-shadow: 0 40px 90px rgba(0,0,0,.6), 0 0 50px rgba(201,242,39,.08); }
.m-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.m-title { font-weight: 700; font-size: 14px; }
.m-badge { font-family: var(--mono); font-size: 11px; color: var(--lime); border: 1px solid rgba(201,242,39,.4); padding: 3px 9px; border-radius: 100px; }
.m-badge.alt { color: var(--amber); border-color: rgba(255,176,32,.4); }
.m-slot { display: flex; align-items: center; gap: 10px; }
.m-time { font-family: var(--mono); font-size: 11px; color: var(--muted); width: 42px; }
.m-bar { flex: 1; height: 11px; border-radius: 4px; background: linear-gradient(90deg, rgba(201,242,39,.55), rgba(201,242,39,.12)); }
.m-bar.w70 { flex: .7; } .m-bar.w55 { flex: .55; } .m-bar.w40 { flex: .4; }
.m-ok { font-size: 11px; color: var(--lime); width: 46px; text-align: right; }
.m-wait { font-size: 11px; color: var(--amber); width: 46px; text-align: right; }
.m-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; margin-top: 4px; border-top: 1px solid var(--border); }
.m-foot span { font-size: 13px; color: var(--muted); }
.m-foot strong { font-family: var(--display); font-weight: 800; font-size: 22px; color: var(--lime); }

.chat-line { display: flex; gap: 8px; align-items: flex-end; }
.chat-line.me { justify-content: flex-end; }
.av { width: 24px; height: 24px; border-radius: 50%; background: #06c755; color: #fff; font-weight: 700; font-size: 12px; display: grid; place-items: center; flex-shrink: 0; }
.av.fb { background: #1877f2; }
.bubble { background: rgba(244,240,230,.08); padding: 8px 12px; border-radius: 12px; font-size: 13px; max-width: 75%; }
.bubble.short { width: 70px; height: 16px; }
.me-b { background: var(--lime); color: #000; font-weight: 600; }
.chat-typing { display: flex; gap: 4px; padding: 9px 12px; background: rgba(244,240,230,.08); border-radius: 12px; width: max-content; }
.chat-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: typing 1.3s infinite; }
.chat-typing span:nth-child(2){animation-delay:.2s} .chat-typing span:nth-child(3){animation-delay:.4s}
@keyframes typing { 0%,60%,100%{opacity:.3;transform:translateY(0)} 30%{opacity:1;transform:translateY(-3px)} }
.m-chips { display: flex; gap: 7px; margin-top: 6px; flex-wrap: wrap; }
.chip { font-family: var(--mono); font-size: 10.5px; color: var(--muted); padding: 4px 10px; border: 1px solid var(--border); border-radius: 100px; }

.room-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.room { aspect-ratio: 1.5; border-radius: var(--radius); display: grid; place-items: center; font-family: var(--mono); font-size: 12px; border: 1px solid var(--border); }
.room.free { background: rgba(201,242,39,.12); color: var(--lime); border-color: rgba(201,242,39,.3); }
.room.busy { background: rgba(244,240,230,.04); color: var(--muted-2); }
.room.book { background: rgba(255,176,32,.12); color: var(--amber); border-color: rgba(255,176,32,.3); }
.room-legend { display: flex; gap: 14px; margin-top: 6px; font-size: 11px; color: var(--muted); align-items: center; }
.room-legend i { width: 9px; height: 9px; border-radius: 2px; display: inline-block; margin-right: 5px; vertical-align: middle; }
.room-legend i.free { background: var(--lime); } .room-legend i.busy { background: var(--muted-2); } .room-legend i.book { background: var(--amber); }

/* ---------- WHY / BENTO ---------- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bento-cell { padding: 26px; border-radius: 10px; background: var(--panel); border: 1px solid var(--border); transition: transform .25s, border-color .25s, background .25s; }
.bento-cell:hover { transform: translateY(-4px); border-color: var(--border-strong); background: var(--panel-2); }
.bento-cell.big { grid-row: span 2; display: flex; flex-direction: column; }
.bento-cell.wide { grid-column: span 2; }
.bc-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: var(--radius); color: var(--lime); background: var(--panel-2); border: 1px solid var(--border-strong); margin-bottom: 16px; }
.bc-icon svg { width: 24px; height: 24px; }
.bento-cell h3 { font-size: 19px; font-weight: 800; margin-bottom: 8px; }
.bento-cell p { color: var(--muted); font-size: 14.5px; }
.bc-flow { margin-top: auto; padding-top: 26px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.flow-step { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 12.5px; padding: 7px 12px; border-radius: var(--radius); background: var(--panel-2); border: 1px solid var(--border); color: var(--muted); }
.flow-step.done { color: var(--cream); }
.flow-step.live { color: var(--lime); border-color: rgba(201,242,39,.4); background: rgba(201,242,39,.1); }
.flow-arr { color: var(--muted-2); display: inline-flex; }
.flow-arr .ic-arr { background: var(--muted-2); width: 16px; height: 16px; }
.bc-tags { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 18px; }
.bc-tags span { font-family: var(--mono); font-size: 12px; color: var(--muted); padding: 6px 12px; border-radius: 100px; background: var(--panel-2); border: 1px solid var(--border); }

/* ---------- PRICING ---------- */
.price-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 16px; align-items: start; }
.price-card { position: relative; padding: 32px 28px; border-radius: 10px; background: var(--panel); border: 1px solid var(--border); transition: transform .25s, border-color .25s; }
.price-card:hover { transform: translateY(-5px); border-color: var(--border-strong); }
.price-card.featured { border-color: rgba(201,242,39,.45); background: linear-gradient(180deg, rgba(201,242,39,.06), var(--panel)); }
.ribbon { position: absolute; top: -12px; left: 28px; background: var(--lime); color: #000; font-family: var(--mono); font-weight: 700; font-size: 11.5px; letter-spacing: 1px; padding: 5px 13px; border-radius: 100px; text-transform: uppercase; }
.price-card h3 { font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: 1.5px; color: var(--cream); }
.price { font-family: var(--display); font-weight: 800; font-size: 54px; line-height: 1; color: var(--lime); margin: 14px 0 6px; letter-spacing: -1.5px; }
.price.custom { font-size: 40px; }
.price .cur { font-size: 28px; vertical-align: super; }
.price .per { font-family: var(--font); font-size: 15px; font-weight: 400; color: var(--muted); }
.price-tag { color: var(--muted); font-size: 14px; margin-bottom: 24px; }
.price-card ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.price-card li { font-size: 14.5px; padding-left: 26px; position: relative; color: var(--cream); }
.price-card li::before { content: ""; position: absolute; left: 0; top: 3px; width: 16px; height: 16px; -webkit-mask: var(--chk) center/contain no-repeat; mask: var(--chk) center/contain no-repeat; background: var(--lime); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); background: var(--panel); padding: 4px 22px; transition: border-color .25s, background .25s; }
.faq-item[open] { border-color: var(--border-strong); background: var(--panel-2); }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 0; font-size: 16.5px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.fq-ic { color: var(--lime); font-size: 24px; font-family: var(--mono); transition: transform .25s; flex-shrink: 0; }
.faq-item[open] .fq-ic { transform: rotate(45deg); }
.faq-item p { color: var(--muted); font-size: 15px; padding: 0 0 20px; }

/* ---------- CTA ---------- */
.cta-card {
  text-align: center; border-radius: 14px; padding: clamp(48px, 8vw, 84px) 32px;
  background: radial-gradient(closest-side at 50% 0%, rgba(201,242,39,.16), transparent 70%), var(--panel);
  border: 1px solid var(--border-strong);
}
.cta-card h2 { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(38px, 6vw, 76px); line-height: .96; letter-spacing: -1.5px; margin: 14px 0 18px; }
.cta-card h2 .hl { color: var(--lime); }
.cta-card p { color: var(--muted); font-size: 16.5px; margin: 0 auto 32px; max-width: 480px; }
.cta-actions { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

/* ---------- FOOTER ---------- */
.footer { border-top: 1px solid var(--border); padding: clamp(56px,7vw,80px) clamp(20px,5vw,40px) 36px; max-width: var(--maxw); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 48px; }
.footer-brand .brand { margin-bottom: 12px; }
.footer-brand p { color: var(--muted); font-size: 14px; max-width: 260px; }
.footer h4 { font-family: var(--mono); font-size: 12.5px; color: var(--muted-2); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.footer-grid a:not(.brand) { display: block; color: var(--muted); font-size: 14.5px; margin-bottom: 10px; transition: color .2s; }
.footer-grid a:not(.brand):hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 28px; border-top: 1px solid var(--border); font-family: var(--mono); font-size: 12px; color: var(--muted-2); }

/* ============================================================
   SYSTEM LANDING PAGE
   ============================================================ */
.sys-hero { position: relative; overflow: hidden; max-width: var(--maxw); margin: 0 auto; padding: clamp(120px, 16vw, 170px) clamp(20px,5vw,40px) clamp(50px,7vw,80px); }
.sys-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px,5vw,64px); align-items: center; }
.breadcrumb { font-family: var(--mono); font-size: 13px; color: var(--muted); margin-bottom: 22px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { color: var(--muted); transition: color .2s; }
.breadcrumb a:hover { color: var(--lime); }
.breadcrumb span { color: var(--muted-2); }
.breadcrumb em { font-style: normal; color: var(--lime); }
.sys-hero-head { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.sys-hero-icon { width: 64px; height: 64px; border-radius: 15px; display: grid; place-items: center; color: var(--lime); background: var(--panel-2); border: 1px solid var(--border-strong); flex-shrink: 0; box-shadow: 0 0 40px rgba(201,242,39,.12); }
.sys-hero-icon svg { width: 34px; height: 34px; }
.sys-hero-name { font-family: var(--display); font-weight: 800; font-size: clamp(46px, 7vw, 92px); line-height: .9; letter-spacing: -2px; text-transform: uppercase; color: var(--lime); text-shadow: 0 0 36px rgba(159,255,0,.4); margin-top: 4px; }
.sys-hero-tag { font-size: clamp(17px, 2.2vw, 22px); font-weight: 600; color: var(--cream); margin-bottom: 14px; }
.sys-hero-desc { font-size: 16px; color: var(--muted); line-height: 1.75; max-width: 520px; margin-bottom: 30px; }
.sys-hero-right { position: relative; perspective: 1200px; }
.pv-pane-static { display: flex; flex-direction: column; gap: 10px; }

.sys-stats { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px,5vw,40px) clamp(20px,4vw,40px); }
.st-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.st-card { padding: 24px; border-radius: 14px; background: var(--panel); border: 1px solid var(--border); text-align: center; transition: transform .25s, border-color .25s, background .25s; }
.st-card:hover { transform: translateY(-4px); border-color: rgba(201,242,39,.4); background: var(--panel-2); }
.st-card strong { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(26px,3.4vw,40px); color: var(--lime); line-height: 1; letter-spacing: -1px; }
.st-card span { font-size: 13px; color: var(--muted); margin-top: 8px; display: block; }

.sys-sec { max-width: var(--maxw); margin: 0 auto; padding: clamp(60px,8vw,110px) clamp(20px,5vw,40px); }
.sys-sec.alt { background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); max-width: none; }
.sys-sec.alt > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.md-feats.wide { grid-template-columns: repeat(2,1fr); }

/* steps timeline */
.steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.step { display: flex; gap: 18px; padding: 24px; border-radius: 14px; background: var(--panel); border: 1px solid var(--border); transition: transform .25s, border-color .25s; }
.step:hover { transform: translateY(-4px); border-color: var(--border-strong); }
.step-no { font-family: var(--display); font-weight: 800; font-size: 34px; color: transparent; -webkit-text-stroke: 1.5px var(--lime); line-height: 1; flex-shrink: 0; }
.step-info b { font-size: 16px; display: block; margin-bottom: 6px; }
.step-info span { font-size: 14px; color: var(--muted); }

/* example before/after */
.example { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; }
.ex-col { padding: 30px; border-radius: 16px; border: 1px solid var(--border); }
.ex-col.before { background: var(--panel); }
.ex-col.after { background: linear-gradient(180deg, rgba(201,242,39,.07), var(--panel)); border-color: rgba(201,242,39,.35); }
.ex-label { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.ex-label.live { color: var(--lime); }
.ex-col p { font-size: 15px; line-height: 1.75; color: var(--cream); }
.ex-col.before p { color: var(--muted); }
.ex-results { list-style: none; margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.ex-results li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
.ex-arrow { color: var(--lime); display: grid; place-items: center; }
.ex-arrow .ic-arr { background: var(--lime); width: 28px; height: 28px; }

/* tech row */
.tech-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tech-row span { font-family: var(--mono); font-size: 14px; color: var(--cream); padding: 10px 18px; border: 1px solid var(--border-strong); border-radius: 100px; background: var(--panel-2); transition: border-color .2s, transform .2s; }
.tech-row span:hover { border-color: var(--lime); transform: translateY(-2px); }

/* other systems */
.others { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.other-card { display: flex; align-items: center; gap: 16px; padding: 24px; border-radius: 14px; background: var(--panel); border: 1px solid var(--border); transition: transform .25s, border-color .25s, background .25s; }
.other-card:hover { transform: translateY(-4px); border-color: var(--lime); background: var(--panel-2); }
.other-icon { width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center; color: var(--lime); background: var(--panel-2); border: 1px solid var(--border); flex-shrink: 0; }
.other-icon svg { width: 26px; height: 26px; }
.other-card div { flex: 1; }
.other-card b { font-family: var(--display); font-weight: 800; font-size: 22px; text-transform: uppercase; letter-spacing: .5px; }
.other-card div span { display: block; font-size: 13px; color: var(--muted); }
.other-arr { color: var(--muted); }
.other-card:hover .other-arr { color: var(--lime); }
.other-arr .ic-arr { background: currentColor; }

@media (max-width: 920px) {
  .sys-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .st-row { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .md-feats.wide, .steps, .others { grid-template-columns: 1fr; }
  .example { grid-template-columns: 1fr; }
  .ex-arrow { transform: rotate(90deg); }
}

/* ============================================================
   HOME — EXTRA FLAIR
   ============================================================ */
.section-head h2 .hl { text-shadow: 0 0 30px rgba(159,255,0,.35); }
.price-card.featured { animation: glowpulse 3.5s ease-in-out infinite; }
@keyframes glowpulse {
  0%,100% { box-shadow: 0 0 0 1px rgba(201,242,39,.25), 0 20px 50px rgba(201,242,39,.08); }
  50% { box-shadow: 0 0 0 1px rgba(201,242,39,.5), 0 26px 70px rgba(201,242,39,.18); }
}
.bento-cell.big { position: relative; overflow: hidden; }
.bento-cell.big::after {
  content: ""; position: absolute; top: -50%; left: -60%; width: 60%; height: 200%;
  background: linear-gradient(100deg, transparent, rgba(201,242,39,.07), transparent);
  transform: skewX(-18deg); animation: sheen 6s ease-in-out infinite; pointer-events: none;
}
@keyframes sheen { 0%,100% { left: -60%; } 55%,70% { left: 130%; } }
.sb-icon, .bc-icon, .sys-icon { transition: box-shadow .3s, transform .3s; }
.sysblock:hover .sb-icon, .bento-cell:hover .bc-icon { box-shadow: 0 0 30px rgba(201,242,39,.22); }

/* eyebrow leading icon */
.eyebrow { align-items: center; gap: 8px; }
.eyebrow::before { content: ""; width: 14px; height: 14px; flex-shrink: 0; background: var(--lime); -webkit-mask: var(--m-spark) center/contain no-repeat; mask: var(--m-spark) center/contain no-repeat; filter: drop-shadow(0 0 6px rgba(201,242,39,.55)); }

/* eyebrows hidden site-wide ("// ..." labels removed everywhere) */
.eyebrow, .ls-eyebrow { display: none !important; }

/* trust stat icon tiles */
.t-ico { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 12px; border-radius: 12px; color: var(--lime); background: var(--panel-2); border: 1px solid var(--border-strong); box-shadow: 0 0 26px rgba(201,242,39,.12); font-size: 20px; }

/* integrations strip */
.integrations { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 40px; padding-top: 34px; border-top: 1px solid var(--border); }
.int-label { font-family: var(--mono); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted-2); }
.int-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.int-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--cream); padding: 9px 16px; border-radius: 100px; background: var(--panel-2); border: 1px solid var(--border); transition: border-color .2s, transform .2s, box-shadow .2s; }
.int-chip:hover { border-color: rgba(201,242,39,.5); transform: translateY(-2px); box-shadow: 0 0 22px rgba(201,242,39,.12); }
.int-chip [class^="gi-"] { color: var(--lime); font-size: 16px; }

/* FAQ leading icon */
.faq-item summary { justify-content: flex-start; gap: 12px; }
.faq-item summary::before { content: ""; width: 18px; height: 18px; flex-shrink: 0; background: var(--lime); -webkit-mask: var(--m-help) center/contain no-repeat; mask: var(--m-help) center/contain no-repeat; }
.faq-item .fq-ic { margin-left: auto; }

/* ribbon star */
.ribbon { display: inline-flex; align-items: center; gap: 6px; }
.ribbon::before { content: ""; width: 12px; height: 12px; background: #000; -webkit-mask: var(--m-star) center/contain no-repeat; mask: var(--m-star) center/contain no-repeat; }

/* footer heading icon */
.footer h4 { display: flex; align-items: center; gap: 8px; }
.footer h4::before { content: ""; width: 13px; height: 13px; flex-shrink: 0; background: var(--lime); -webkit-mask: var(--m-spark) center/contain no-repeat; mask: var(--m-spark) center/contain no-repeat; }

/* HUD corner brackets (sci-fi) */
.hud { position: relative; }
.hud::before, .hud::after { content: ""; position: absolute; width: 20px; height: 20px; border: 2px solid var(--lime); opacity: .55; pointer-events: none; z-index: 4; filter: drop-shadow(0 0 5px rgba(201,242,39,.4)); }
.hud::before { top: 9px; left: 9px; border-right: 0; border-bottom: 0; border-top-left-radius: 4px; }
.hud::after { bottom: 9px; right: 9px; border-left: 0; border-top: 0; border-bottom-right-radius: 4px; }

/* scanline on preview windows */
.scanline { position: absolute; left: 0; right: 0; top: 0; height: 130px; transform: translateY(-130px); background: linear-gradient(180deg, transparent, rgba(201,242,39,.13), transparent); pointer-events: none; z-index: 2; animation: scanmove 4.5s linear infinite; }
@keyframes scanmove { 0% { transform: translateY(-130px); } 100% { transform: translateY(560px); } }

/* tab / chip leading icons */
.pv-tab [class^="gi-"], .sys-tab [class^="gi-"] { font-size: 14px; }
.sys-tab { display: inline-flex; align-items: center; gap: 7px; }
.hchip [class^="gi-"] { font-size: 14px; color: var(--lime); }

/* ============================================================
   LIVE ICON TILES — gradient + spinning glow ring
   ============================================================ */
.t-ico, .sb-icon, .bc-icon, .other-icon, .sys-hero-icon {
  position: relative; overflow: hidden; isolation: isolate;
  background: linear-gradient(150deg, rgba(201,242,39,.18), rgba(201,242,39,.035));
  border: 1px solid rgba(201,242,39,.3); color: var(--lime);
  transition: transform .3s, box-shadow .3s;
}
.t-ico > *, .sb-icon > svg, .bc-icon > svg, .other-icon > svg, .sys-hero-icon > svg {
  position: relative; z-index: 2; transition: transform .3s;
}
/* soft static glow behind icon — reveals gently on hover, no spinning */
.t-ico::before, .sb-icon::before, .bc-icon::before, .other-icon::before, .sys-hero-icon::before {
  content: ""; position: absolute; inset: -30%; z-index: 1; opacity: 0; transition: opacity .35s;
  background: radial-gradient(circle at 50% 50%, rgba(201,242,39,.32), transparent 62%);
}
.trust-stats > div:hover .t-ico::before,
.sysblock:hover .sb-icon::before,
.bento-cell:hover .bc-icon::before,
.other-card:hover .other-icon::before { opacity: 1; }
.trust-stats > div:hover .t-ico,
.sysblock:hover .sb-icon,
.bento-cell:hover .bc-icon,
.other-card:hover .other-icon { box-shadow: 0 0 26px rgba(201,242,39,.26); transform: translateY(-3px); }
.sysblock:hover .sb-icon > svg,
.bento-cell:hover .bc-icon > svg,
.other-card:hover .other-icon > svg { transform: scale(1.1); }
.trust-stats > div:hover .t-ico > * { transform: scale(1.12); }

/* ============================================================
   TRUST STAT ICONS — big, crisp lime to match the numbers (no box)
   ============================================================ */
.t-ico {
  display: grid !important; place-items: center;
  width: auto !important; height: auto !important; margin: 0 auto;
  overflow: visible !important; color: var(--lime);
  background: none !important; border: 0 !important; border-radius: 0 !important;
  box-shadow: none !important; filter: none;
  transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.t-ico::before { display: none !important; }   /* no fuzzy halo blob */
/* size + force lime fill on the glyph itself — the neon anchor above each number */
.t-ico > * {
  width: clamp(50px, 6vw, 64px) !important;
  height: clamp(50px, 6vw, 64px) !important;
  background: var(--lime) !important;
  filter: drop-shadow(0 0 16px rgba(201,242,39,.55));
  transition: filter .35s;
}
.trust-stats > div:hover .t-ico { transform: translateY(-5px); }
.trust-stats > div:hover .t-ico > * { filter: drop-shadow(0 0 26px rgba(201,242,39,.95)); }

/* hero icon on system page — static soft glow, no float/spin */
.sys-hero-icon { box-shadow: 0 0 30px rgba(201,242,39,.14); }

/* breathing glow on highlight headings */
.hl, .sys-hero-name { animation: hlglow 3.2s ease-in-out infinite; }
@keyframes hlglow {
  0%,100% { text-shadow: 0 0 24px rgba(159,255,0,.28); }
  50% { text-shadow: 0 0 42px rgba(159,255,0,.55), 0 0 14px rgba(159,255,0,.4); }
}

/* feature check tiles */
.feat-ic { flex-shrink: 0; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; margin-top: 1px;
  background: linear-gradient(150deg, rgba(201,242,39,.22), rgba(201,242,39,.05)); border: 1px solid rgba(201,242,39,.3);
  transition: transform .25s, box-shadow .25s; }
.feat-ic .ic-check { margin-top: 0; width: 16px; height: 16px; }
.md-feat { transition: transform .25s, border-color .2s, background .2s, box-shadow .25s; }
.md-feat:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(0,0,0,.45), 0 0 24px rgba(201,242,39,.1); }
.md-feat:hover .feat-ic { transform: scale(1.12); box-shadow: 0 0 20px rgba(201,242,39,.3); }

/* step number glow on hover */
.step-no { transition: filter .25s; }
.step:hover .step-no { filter: drop-shadow(0 0 10px rgba(201,242,39,.55)); }

/* subtle dot texture in alt sections */
.sys-sec.alt { position: relative; overflow: hidden; }
.sys-sec.alt::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(rgba(201,242,39,.06) 1px, transparent 1.5px);
  background-size: 30px 30px;
  -webkit-mask: radial-gradient(ellipse 80% 60% at 50% 0%, #000, transparent 75%);
  mask: radial-gradient(ellipse 80% 60% at 50% 0%, #000, transparent 75%);
}
.sys-sec.alt > * { position: relative; z-index: 1; }

/* ---------- REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 920px) {
  .bento { grid-template-columns: repeat(2,1fr); }
  .bento-cell.big { grid-row: span 1; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-left { text-align: center; }
  .hero-left .hero-meta { margin-left: auto; margin-right: auto; }
  .hero-left .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-left .hero-actions { justify-content: center; }
  .hero-rating { justify-content: center; }
}
@media (max-width: 760px) {
  .nav-links, .nav-right { display: none; }
  .burger { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .bento { grid-template-columns: 1fr; }
  .bento-cell.wide { grid-column: span 1; }
  .float-card { display: none; }
  .trust-stats .div { display: none; }
  .sysblock { grid-template-columns: 1fr; gap: 28px; }
  .sysblock.reverse .sb-info { order: 0; }
  .md-feats { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .fc1, .fc2, .pulse, .chat-typing span, .hero::before, .aurora span, .rotator, .rotator::after,
  .price-card.featured, .bento-cell.big::after, .scanline,
  .t-ico, .sys-hero-icon, .hl, .sys-hero-name,
  .t-ico::before, .sb-icon::before, .bc-icon::before, .other-icon::before, .sys-hero-icon::before { animation: none; }
  .aurora { opacity: .4; }
  .scanline { display: none; }
  html { scroll-behavior: auto; }
}
