/* ============ AGENT FLOW — Reimagined Homepage ============ */

:root {
  --bg: #050507;
  --bg-2: #0a0a0d;
  --surface: #101015;
  --surface-2: #161620;
  --line: rgba(255, 255, 255, 0.06);
  --line-strong: rgba(255, 255, 255, 0.12);
  --text: #f4f4f2;
  --text-dim: #a1a1a8;
  --text-faint: #6b6b73;
  --green: #34f5ae;
  --green-deep: #00d488;
  --green-glow: rgba(52, 245, 174, 0.4);
  --cream: #f5efd9;
  --amber: #f5c842;
  --lilac: #c4b5ff;
  --rose: #ff9a8a;

  --display: "Instrument Serif", "Times New Roman", serif;
  --sans: "Geist", "Inter", -apple-system, system-ui, sans-serif;
  --mono: "Geist Mono", "JetBrains Mono", ui-monospace, monospace;
}

/* ============ LIGHT THEME ============ */
.light {
  --bg: #f5f1e8;
  --bg-2: #ebe5d6;
  --surface: #ffffff;
  --surface-2: #faf6ec;
  --line: rgba(15, 15, 20, 0.08);
  --line-strong: rgba(15, 15, 20, 0.16);
  --text: #0d0d10;
  --text-dim: #545459;
  --text-faint: #8a8a90;
  --green: #00b574;
  --green-deep: #008f5b;
  --green-glow: rgba(0, 181, 116, 0.35);
  --cream: #2c2519;
  --amber: #d4a017;
  --lilac: #7c6df0;
  --rose: #e76a55;
}
.light ::selection { background: var(--green); color: #fff; }

.light .nav.scrolled {
  background: rgba(245, 241, 232, 0.78);
  border-bottom: 1px solid var(--line);
}
.light .btn-primary { color: #ffffff; box-shadow: 0 0 0 1px rgba(0,181,116,0.5), 0 8px 24px -8px var(--green-glow); }
.light .btn-primary:hover { box-shadow: 0 0 0 1px rgba(0,181,116,0.8), 0 14px 40px -10px var(--green-glow); }
.light .btn-ghost { border-color: rgba(15,15,20,0.18); }
.light .btn-ghost:hover { background: rgba(15,15,20,0.04); }

/* Aurora: softer pastel washes */
.light .aurora {
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0,181,116,0.18), transparent 60%),
              radial-gradient(ellipse 60% 50% at 80% 30%, rgba(124,109,240,0.13), transparent 60%),
              radial-gradient(ellipse 50% 50% at 10% 60%, rgba(231,106,85,0.10), transparent 60%),
              var(--bg);
}
.light .aurora-blob.b1 { background: var(--green); opacity: 0.12; }
.light .aurora-blob.b2 { background: var(--lilac); opacity: 0.10; }
.light .aurora-blob.b3 { background: var(--amber); opacity: 0.10; }
.light .grid-bg {
  background-image:
    linear-gradient(rgba(15,15,20,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,15,20,0.04) 1px, transparent 1px);
}

.light .hero-eyebrow { background: rgba(255,255,255,0.5); border-color: var(--line-strong); }
.light .hero-headline em {
  background: linear-gradient(180deg, #1a1a1a 0%, var(--green) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* Phone — keep WhatsApp-correct but adjust bezel */
.light .phone {
  background: #2a2a2e;
  border-color: rgba(0,0,0,0.15);
  box-shadow: 0 60px 120px -40px rgba(50,40,30,0.35), 0 0 0 1px rgba(15,15,20,0.06);
}

/* Operator panel — paper card */
.light .operator {
  background: linear-gradient(180deg, #ffffff 0%, #faf6ec 100%);
  border-color: var(--line-strong);
  box-shadow: 0 40px 80px -30px rgba(50,40,30,0.20), inset 0 1px 0 rgba(255,255,255,1);
}
.light .operator-badge { color: var(--green-deep); background: rgba(0,181,116,0.10); border-color: rgba(0,181,116,0.30); }
.light .meta { background: rgba(15,15,20,0.025); border-color: var(--line); }
.light .meta .val.green { color: var(--green-deep); }
.light .ai-suggestion {
  background: linear-gradient(180deg, rgba(0,181,116,0.06), rgba(0,181,116,0.02));
  border-color: rgba(0,181,116,0.25);
}
.light .ai-tag-row .pill { background: var(--green); color: #fff; }
.light .ai-suggestion p b { color: var(--green-deep); }
.light .ai-actions button { border-color: var(--line-strong); color: var(--text-dim); }
.light .ai-actions button.primary { background: #0d0d10; color: #fff; border-color: #0d0d10; }
.light .ai-actions button:hover { background: rgba(15,15,20,0.05); }
.light .ai-actions button.primary:hover { background: var(--green); border-color: var(--green); color: #fff; }

/* Floating chips on light */
.light .float-chip {
  background: rgba(255,255,255,0.92);
  border-color: var(--line-strong);
  color: var(--text);
  box-shadow: 0 20px 50px -20px rgba(50,40,30,0.25);
}
.light .float-chip b { color: var(--text); }
.light .float-chip .ico.green { background: rgba(0,181,116,0.15); color: var(--green-deep); }
.light .float-chip .ico.amber { background: rgba(212,160,23,0.18); color: var(--amber); }
.light .float-chip .ico.lilac { background: rgba(124,109,240,0.15); color: var(--lilac); }
.light .float-chip .ico.rose { background: rgba(231,106,85,0.18); color: var(--rose); }

.light .marquee-section { background: var(--bg); border-color: var(--line); }
.light .stats-strip { background: linear-gradient(180deg, transparent, rgba(0,181,116,0.04)); }
.light .stat-cell .num { color: var(--green-deep); }

.light .eyebrow {
  color: var(--green-deep);
  background: rgba(0,181,116,0.06);
  border-color: rgba(0,181,116,0.22);
}
.light .section-title em { color: var(--green-deep); }

.light .diff-grid { background: var(--line); border-color: var(--line); }
.light .diff-card { background: var(--surface); }
.light .diff-card:hover { background: rgba(0,181,116,0.04); }
.light .diff-card::before { background: radial-gradient(circle 200px at var(--mx, 50%) var(--my, 50%), rgba(0,181,116,0.10), transparent 60%); }
.light .diff-card .ico { background: rgba(0,181,116,0.08); border-color: rgba(0,181,116,0.20); color: var(--green-deep); }

.light #modulos { background: var(--bg-2); }
.light .modules-tabs { background: var(--surface); border-color: var(--line-strong); }
.light .modules-tabs button.active { color: #fff; }
.light .modules-tabs .tab-indicator { background: #0d0d10; box-shadow: 0 0 24px rgba(0,0,0,0.15); }
.light .module-card { background: var(--surface); border-color: var(--line); }
.light .module-card:hover { border-color: rgba(0,181,116,0.4); background: rgba(0,181,116,0.03); }
.light .module-card .m-ico { background: rgba(0,181,116,0.10); color: var(--green-deep); }

.light .sector-content .sector-ico { background: rgba(0,181,116,0.08); border-color: rgba(0,181,116,0.22); color: var(--green-deep); }
.light .sector h3 em { color: var(--green-deep); }
.light .sector-col h5 { color: var(--green-deep); }
.light .sector-col ul li::before { background: var(--green-deep); }
.light .sector-visual .glow { background: radial-gradient(circle, rgba(0,181,116,0.30), transparent 70%); }

.light .plans-banner {
  background:
    radial-gradient(circle at 20% 0%, rgba(0,181,116,0.15), transparent 50%),
    radial-gradient(circle at 80% 100%, rgba(124,109,240,0.10), transparent 50%),
    linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);
}
.light .plans-banner::before {
  background-image:
    linear-gradient(rgba(0,181,116,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,181,116,0.05) 1px, transparent 1px);
}

.light .faq-list { border-top-color: var(--line); }
.light .faq-item { border-bottom-color: var(--line); }
.light .faq-q:hover h4 { color: var(--green-deep); }
.light .faq-q .plus { border-color: var(--line-strong); color: var(--text-dim); }
.light .faq-item.open .faq-q .plus { background: var(--green); color: #fff; border-color: var(--green); }

.light .about-section { background: var(--bg-2); }
.light .section-title em { color: var(--green-deep); }
.light .about-tags span { background: rgba(15,15,20,0.04); border-color: var(--line); color: var(--text-dim); }

.light .final-cta {
  background: linear-gradient(180deg, var(--bg) 0%, #ece5d6 100%);
}
.light .final-cta::before {
  background: radial-gradient(circle, rgba(0,181,116,0.18), transparent 60%);
}
.light .final-cta h2 em { color: var(--green-deep); }

.light .footer { background: #0d0d10; border-top-color: rgba(0,0,0,0.08); }
.light .footer .footer-copy { color: #8a8a90; }
.light .footer .footer-links { color: #c0c0c5; }

/* Theme toggle in nav */
.theme-toggle {
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-strong);
  color: var(--text); transition: all .25s;
}
.theme-toggle:hover { background: rgba(255,255,255,0.06); }
.light .theme-toggle:hover { background: rgba(15,15,20,0.05); }
.theme-toggle svg { width: 16px; height: 16px; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--text); font-family: var(--sans); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { overflow-x: hidden; font-feature-settings: "ss01", "cv01"; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img { display: block; max-width: 100%; }

::selection { background: var(--green); color: #000; }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 32px;
  display: flex; align-items: center; justify-content: space-between;
  transition: all .35s ease;
}
.nav.scrolled {
  background: rgba(5, 5, 7, 0.72);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--line);
  padding: 12px 32px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 600; letter-spacing: -0.02em; }
.nav-logo .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green-glow); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.3); opacity: 0.7; } }
.nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--text-dim); }
.nav-links a { transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: flex; gap: 12px; align-items: center; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px; border-radius: 999px;
  font-size: 14px; font-weight: 500; letter-spacing: -0.005em;
  transition: all .25s ease;
  position: relative; overflow: hidden;
}
.btn-primary {
  background: var(--green); color: #06160e;
  box-shadow: 0 0 0 1px rgba(52,245,174,0.5), 0 8px 24px -8px var(--green-glow);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(52,245,174,0.8), 0 14px 40px -10px var(--green-glow); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--line-strong); }
.btn-ghost:hover { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.2); }
.btn-lg { padding: 16px 28px; font-size: 15px; }
.btn-arrow { display: inline-block; transition: transform .25s; }
.btn:hover .btn-arrow { transform: translateX(3px); }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 140px 32px 80px;
  overflow: hidden;
  isolation: isolate;
}

.aurora {
  position: absolute; inset: 0; z-index: -2;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(52,245,174,0.18), transparent 60%),
              radial-gradient(ellipse 60% 50% at 80% 30%, rgba(196,181,255,0.10), transparent 60%),
              radial-gradient(ellipse 50% 50% at 10% 60%, rgba(255,154,138,0.08), transparent 60%),
              var(--bg);
}
.aurora-blob {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5;
  animation: drift 20s ease-in-out infinite alternate;
}
.aurora-blob.b1 { width: 600px; height: 600px; background: var(--green); top: -200px; left: -100px; opacity: 0.18; }
.aurora-blob.b2 { width: 500px; height: 500px; background: var(--lilac); top: 10%; right: -100px; opacity: 0.12; animation-delay: -5s; }
.aurora-blob.b3 { width: 400px; height: 400px; background: var(--amber); bottom: -100px; left: 30%; opacity: 0.10; animation-delay: -10s; }
@keyframes drift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(80px, -60px) scale(1.15); }
}

.grid-bg {
  position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black, transparent 75%);
}

.hero-inner { max-width: 1320px; margin: 0 auto; position: relative; }
.hero-inner-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}
.hero-text { position: relative; z-index: 2; }
.hero-orbit-col {
  position: relative;
  min-height: 700px;
  display: flex; align-items: center; justify-content: center;
}
.orbits-wrap {
  position: relative;
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
  transform-style: preserve-3d;
}

.hero-orbit-caption {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  max-width: 480px;
}
.hero-orbit-caption-label {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-faint); font-family: var(--mono);
  margin-bottom: 10px;
}
.hero-orbit-caption-text { font-size: 14px; color: var(--text-dim); line-height: 1.6; }
.hero-orbit-caption-text b { color: var(--text); font-weight: 500; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px 6px 8px; border-radius: 999px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line-strong);
  font-size: 12px; color: var(--text-dim);
  font-family: var(--mono); letter-spacing: 0.04em;
  margin-bottom: 32px;
}
.hero-eyebrow .live-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 10px var(--green-glow);
  animation: pulse 1.6s ease-in-out infinite;
}

.hero-headline {
  font-family: var(--sans);
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin-bottom: 24px;
}
.hero-headline em {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, var(--cream) 0%, var(--green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 6px;
}

.hero-sub {
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--text-dim);
  max-width: 560px;
  line-height: 1.55;
  margin-bottom: 40px;
}

.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 36px; }
.hero-cta-meta { font-size: 13px; color: var(--text-faint); font-family: var(--mono); }
.hero-cta-meta b { color: var(--green); font-weight: 500; }

.hero-marquee {
  margin-bottom: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.hero-marquee-label {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-faint); font-family: var(--mono);
  margin-bottom: 18px;
}
.hero-marquee-track-wrap {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0, black 80px, black calc(100% - 80px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 80px, black calc(100% - 80px), transparent 100%);
}
.hero-marquee-track {
  display: flex; gap: 36px; align-items: center;
  width: max-content;
  animation: heroMarqueeScroll 40s linear infinite;
}
@keyframes heroMarqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.hero-marquee:hover .hero-marquee-track { animation-play-state: paused; }
.hm-item {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
  font-size: 14px; font-weight: 500;
  color: var(--text-dim);
  letter-spacing: -0.005em;
  white-space: nowrap;
  transition: all .25s ease;
  flex-shrink: 0;
}
.hm-item:hover { color: var(--text); border-color: var(--line-strong); background: rgba(255,255,255,0.04); }
.light .hm-item { background: rgba(255,255,255,0.6); }
.light .hm-item:hover { background: rgba(255,255,255,1); border-color: var(--line-strong); }
.hm-logo { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; color: var(--text); flex-shrink: 0; }
.hm-logo svg { width: 22px; height: 22px; }

.hero-stage {
  position: relative;
  margin-top: 24px;
  perspective: 2000px;
  perspective-origin: 50% 30%;
}
.hero-stage-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 48px;
  align-items: center;
  transform-style: preserve-3d;
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1);
}

/* Phone — smaller, sits inside orbit */
.orbits .phone {
  width: 200px;
  height: 410px;
  border-radius: 32px;
  padding: 9px;
}
.orbits .phone-notch {
  top: 9px;
  width: 80px; height: 22px; border-radius: 14px;
}
.orbits .phone-screen { border-radius: 24px; }
.orbits .phone-topbar { padding: 14px 10px 10px; padding-top: 36px; }
.orbits .phone-avatar { width: 28px; height: 28px; font-size: 11px; }
.orbits .phone-topbar-info h4 { font-size: 12px; }
.orbits .phone-topbar-info p { font-size: 9px; }
.orbits .phone-chat { padding: 10px 8px; gap: 6px; }
.orbits .bubble { font-size: 11px; padding: 6px 9px; max-width: 82%; border-radius: 10px; }
.orbits .bubble .ai-tag { font-size: 8px; padding: 1px 4px; }
.orbits .typing { padding: 7px 11px; }
.orbits .typing span { width: 4px; height: 4px; }
.orbits .phone-input { padding: 7px 8px 10px; }
.orbits .phone-input-bar { height: 24px; font-size: 10px; padding: 0 10px; }
.orbits .phone-input-send { width: 24px; height: 24px; }
.orbits .phone-input-send svg { width: 10px; height: 10px; }
.phone-notch {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 30px; background: #000; border-radius: 18px; z-index: 3;
}
.phone-screen {
  background: #ece5dd;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(0,0,0,0.04) 0, transparent 50%),
    linear-gradient(180deg, #e1dcd0 0%, #d9d2c1 100%);
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
  display: flex; flex-direction: column;
  position: relative;
}
.phone-topbar {
  background: linear-gradient(180deg, #075e54 0%, #128c7e 100%);
  color: white; padding: 16px 14px 12px;
  display: flex; align-items: center; gap: 10px;
  padding-top: 50px;
}
.phone-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--green) 0%, var(--lilac) 100%); display: flex; align-items: center; justify-content: center; font-weight: 600; color: #000; font-size: 14px; }
.phone-topbar-info { flex: 1; }
.phone-topbar-info h4 { font-size: 14px; font-weight: 500; }
.phone-topbar-info p { font-size: 11px; opacity: 0.85; display: flex; align-items: center; gap: 6px; }
.phone-topbar-info p::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); display: inline-block; }

.phone-chat {
  flex: 1; overflow: hidden;
  padding: 16px 12px; display: flex; flex-direction: column; gap: 8px;
  position: relative;
}
.bubble {
  max-width: 78%; padding: 8px 12px; border-radius: 12px;
  font-size: 13px; line-height: 1.4; color: #111;
  opacity: 0; transform: translateY(8px);
  animation: bubbleIn .4s forwards;
  word-wrap: break-word;
}
.bubble.them { background: white; align-self: flex-start; border-bottom-left-radius: 4px; }
.bubble.me { background: #d9fdd3; align-self: flex-end; border-bottom-right-radius: 4px; }
.bubble .time { font-size: 9px; color: rgba(0,0,0,0.45); margin-left: 8px; }
.bubble .ai-tag { display: inline-block; font-size: 9px; background: linear-gradient(90deg, var(--green-deep), #14b378); color: white; padding: 1px 6px; border-radius: 4px; margin-right: 5px; font-weight: 600; letter-spacing: 0.04em; }
@keyframes bubbleIn { to { opacity: 1; transform: translateY(0); } }

.typing {
  background: white; padding: 10px 14px; border-radius: 12px; border-bottom-left-radius: 4px;
  align-self: flex-start; display: inline-flex; gap: 3px;
  width: fit-content;
}
.typing span { width: 6px; height: 6px; border-radius: 50%; background: #aaa; animation: typingDot 1s infinite; }
.typing span:nth-child(2) { animation-delay: 0.15s; }
.typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes typingDot { 0%, 60%, 100% { opacity: 0.3; } 30% { opacity: 1; transform: translateY(-3px); } }

.phone-input { padding: 10px 12px 14px; background: rgba(0,0,0,0.02); display: flex; gap: 8px; align-items: center; }
.phone-input-bar { flex: 1; height: 32px; background: white; border-radius: 24px; padding: 0 14px; font-size: 12px; color: #999; display: flex; align-items: center; }
.phone-input-send { width: 32px; height: 32px; border-radius: 50%; background: #128c7e; display: flex; align-items: center; justify-content: center; color: white; }

/* Operator Dashboard ============ */
.operator {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  padding: 28px;
  position: relative;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.05);
  transform: rotateY(-6deg) rotateX(2deg);
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1);
}
.operator-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.operator-head-l { display: flex; align-items: center; gap: 12px; }
.operator-head-l .ava { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--rose), var(--amber)); display: flex; align-items: center; justify-content: center; font-weight: 600; color: #000; }
.operator-head h3 { font-size: 16px; font-weight: 500; letter-spacing: -0.01em; }
.operator-head p { font-size: 12px; color: var(--text-faint); font-family: var(--mono); }
.operator-badge {
  font-size: 11px; color: var(--green); padding: 4px 10px; border-radius: 999px;
  background: rgba(52,245,174,0.1); border: 1px solid rgba(52,245,174,0.25);
  font-family: var(--mono); letter-spacing: 0.04em;
  display: flex; align-items: center; gap: 6px;
}
.operator-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); animation: pulse 1.4s infinite; }

.operator-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 24px; }
.meta { padding: 12px 14px; background: rgba(255,255,255,0.025); border: 1px solid var(--line); border-radius: 12px; }
.meta .lbl { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-faint); font-family: var(--mono); margin-bottom: 4px; }
.meta .val { font-size: 18px; font-weight: 500; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.meta .val.green { color: var(--green); }

.ai-suggestion {
  background: linear-gradient(180deg, rgba(52,245,174,0.06), rgba(52,245,174,0.02));
  border: 1px solid rgba(52,245,174,0.25);
  border-radius: 16px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.ai-suggestion::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 90% 0%, rgba(52,245,174,0.15), transparent 50%);
  pointer-events: none;
}
.ai-tag-row { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.ai-tag-row .pill { font-size: 10px; padding: 3px 8px; border-radius: 4px; background: var(--green); color: #000; font-weight: 600; letter-spacing: 0.04em; font-family: var(--mono); }
.ai-tag-row span { font-size: 11px; color: var(--text-faint); font-family: var(--mono); }
.ai-suggestion p { font-size: 13px; line-height: 1.55; color: var(--text); margin-bottom: 14px; }
.ai-suggestion p b { color: var(--green); font-weight: 500; }
.ai-actions { display: flex; gap: 8px; }
.ai-actions button { font-size: 12px; padding: 7px 12px; border-radius: 8px; border: 1px solid var(--line-strong); color: var(--text-dim); transition: all .2s; }
.ai-actions button.primary { background: white; color: #000; border-color: white; font-weight: 500; }
.ai-actions button:hover { background: rgba(255,255,255,0.06); }
.ai-actions button.primary:hover { background: var(--green); border-color: var(--green); }

/* Floating chips */
.float-chip {
  position: absolute;
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  background: rgba(20,20,26,0.85);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 12px;
  font-family: var(--mono);
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.7);
  animation: chipFloat 6s ease-in-out infinite;
  z-index: 4;
}
.float-chip .ico { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.float-chip .ico.green { background: rgba(52,245,174,0.18); color: var(--green); }
.float-chip .ico.amber { background: rgba(245,200,66,0.18); color: var(--amber); }
.float-chip .ico.lilac { background: rgba(196,181,255,0.18); color: var(--lilac); }
.float-chip .ico.rose { background: rgba(255,154,138,0.18); color: var(--rose); }
.float-chip b { color: white; font-weight: 500; }
@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.float-chip.c1 { top: 8%; left: -10px; animation-delay: 0s; }
.float-chip.c2 { top: 30%; right: -30px; animation-delay: -1.5s; }
.float-chip.c3 { bottom: 22%; left: -20px; animation-delay: -3s; }
.float-chip.c4 { bottom: 8%; right: 6%; animation-delay: -4.5s; }
.float-chip.c5 { top: 50%; right: -40px; animation-delay: -2s; }

/* Scroll cue */
.orbits {
  position: relative;
  width: 660px; height: 660px;
  margin: 0 auto;
}
.orbit-glow {
  position: absolute;
  inset: 50%; width: 360px; height: 360px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, var(--green-glow) 0%, transparent 60%);
  filter: blur(40px);
  opacity: 0.5;
  pointer-events: none;
  animation: orbitGlowPulse 6s ease-in-out infinite;
}
@keyframes orbitGlowPulse {
  0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.65; transform: translate(-50%, -50%) scale(1.1); }
}
.orbit-ring {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(255,255,255,0.10);
  border-radius: 50%;
  pointer-events: none;
}
.light .orbit-ring { border-color: rgba(15,15,20,0.10); }

.orbit-track {
  position: absolute;
  top: 50%; left: 50%;
  width: 0; height: 0;
  animation: orbitSpin 30s linear infinite;
}
.orbit-track.reverse { animation-direction: reverse; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }

.orbit-pos {
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 0;
}
.orbit-icon {
  /* counter-rotates the parent's spin so logo stays upright */
  animation: orbitSpin 30s linear infinite reverse;
  display: flex; align-items: center; justify-content: center;
}
.orbit-icon-rev {
  /* if parent is reverse, child must spin forward */
  animation-direction: normal;
}

.orbit-logo {
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(20, 20, 26, 0.85);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px -12px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
  margin: -46px;
  padding: 14px;
  position: relative;
}
.orbit-logo:hover {
  transform: scale(1.12);
  box-shadow: 0 24px 50px -10px var(--green-glow);
}
.orbit-logo-badge {
  position: absolute;
  bottom: -2px; right: -2px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--bg);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  overflow: hidden;
}
.orbit-logo-badge svg { width: 100% !important; height: 100% !important; }
.light .orbit-logo-badge { background: var(--bg); border-color: var(--bg); }
.orbit-logo svg { width: 100%; height: 100%; }
.light .orbit-logo {
  background: rgba(255,255,255,0.96);
  border-color: rgba(15,15,20,0.08);
  box-shadow: 0 10px 28px -10px rgba(50,40,30,0.20), inset 0 1px 0 rgba(255,255,255,1);
}

.orbit-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.scroll-cue {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  font-size: 11px; font-family: var(--mono); color: var(--text-faint); letter-spacing: 0.1em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  animation: cuePulse 2.4s ease-in-out infinite;
}
.scroll-cue .line { width: 1px; height: 30px; background: linear-gradient(180deg, var(--text-faint), transparent); }
@keyframes cuePulse { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }

/* ============ MARQUEE ============ */
.marquee-section {
  padding: 40px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  overflow: hidden;
}
.marquee-label {
  text-align: center; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-faint); font-family: var(--mono); margin-bottom: 28px;
}
.marquee { display: flex; gap: 64px; animation: marqueeScroll 30s linear infinite; white-space: nowrap; }
.marquee-track { display: flex; gap: 64px; align-items: center; }
.marquee-item { font-size: 22px; font-weight: 500; color: var(--text-dim); letter-spacing: -0.02em; display: flex; align-items: center; gap: 14px; opacity: 0.85; transition: opacity .25s; }
.marquee-item:hover { opacity: 1; color: var(--text); }
.marquee-item .logo-slot { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; flex-shrink: 0; }
.marquee-item .logo-slot svg { width: 28px; height: 28px; }
.marquee-item .ch-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--text-faint); opacity: 0.4; margin-left: 8px; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============ SECTION COMMON ============ */
section { position: relative; padding: 120px 32px; }
.container { max-width: 1240px; margin: 0 auto; }
.eyebrow {
  display: inline-block; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--green); font-family: var(--mono); margin-bottom: 20px;
  padding: 4px 10px; background: rgba(52,245,174,0.06); border: 1px solid rgba(52,245,174,0.2); border-radius: 4px;
}
.section-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1; letter-spacing: -0.04em;
  margin-bottom: 20px;
  max-width: 900px;
}
.section-title em {
  font-family: var(--display); font-style: italic; font-weight: 400;
  color: var(--green);
  letter-spacing: -0.01em;
}
.section-sub {
  font-size: 18px; color: var(--text-dim); max-width: 600px; line-height: 1.55;
  margin-bottom: 60px;
}

.reveal { opacity: 1; transform: translateY(0); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }

/* ============ STATS BAR ============ */
.stats-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, rgba(52,245,174,0.02));
}
.stat-cell { padding: 36px 28px; border-right: 1px solid var(--line); position: relative; }
.stat-cell:last-child { border-right: none; }
.stat-cell .num { font-family: var(--display); font-style: italic; font-size: 64px; line-height: 1; color: var(--green); margin-bottom: 10px; font-variant-numeric: tabular-nums; }
.stat-cell .num .unit { font-family: var(--sans); font-style: normal; font-size: 28px; color: var(--text); margin-left: 4px; }
.stat-cell .lbl { font-size: 13px; color: var(--text-dim); line-height: 1.4; }

/* ============ DIFFERENTIATORS ============ */
.diff-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 24px; overflow: hidden;
}
.diff-card {
  background: var(--bg);
  padding: 36px 32px 40px;
  position: relative;
  transition: background .4s;
  cursor: default;
  overflow: hidden;
}
.diff-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle 200px at var(--mx, 50%) var(--my, 50%), rgba(52,245,174,0.08), transparent 60%);
  opacity: 0; transition: opacity .3s;
  pointer-events: none;
}
.diff-card:hover::before { opacity: 1; }
.diff-card:hover { background: rgba(20,20,26,0.4); }
.diff-card .ico {
  width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,0.04); border: 1px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center; margin-bottom: 24px;
  color: var(--green); font-size: 22px;
}
.diff-card h3 { font-size: 19px; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 12px; }
.diff-card p { font-size: 14px; color: var(--text-dim); line-height: 1.55; }
.diff-card .num-tag { position: absolute; top: 24px; right: 28px; font-size: 11px; font-family: var(--mono); color: var(--text-faint); letter-spacing: 0.1em; }

/* ============ MODULES (TABS) ============ */
.modules-tabs {
  display: inline-flex; gap: 4px; padding: 4px;
  background: var(--surface); border: 1px solid var(--line-strong);
  border-radius: 999px; margin-bottom: 40px;
}
.modules-tabs button {
  padding: 10px 20px; border-radius: 999px;
  font-size: 14px; color: var(--text-dim);
  transition: all .25s; position: relative; z-index: 1;
}
.modules-tabs button.active { color: #000; }
.modules-tabs .tab-indicator {
  position: absolute; top: 4px; bottom: 4px;
  background: var(--green); border-radius: 999px; z-index: 0;
  transition: all .35s cubic-bezier(.2,.7,.2,1);
  box-shadow: 0 0 24px var(--green-glow);
}

.modules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.module-card {
  padding: 28px 26px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 18px;
  transition: all .35s cubic-bezier(.2,.7,.2,1);
  position: relative; overflow: hidden;
}
.module-card:hover { border-color: rgba(52,245,174,0.4); transform: translateY(-2px); background: rgba(52,245,174,0.03); }
.module-card .m-ico { font-size: 18px; margin-bottom: 18px; color: var(--green); display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; background: rgba(52,245,174,0.08); border-radius: 10px; }
.module-card h4 { font-size: 16px; font-weight: 500; letter-spacing: -0.015em; margin-bottom: 8px; }
.module-card p { font-size: 13px; color: var(--text-dim); line-height: 1.55; }

/* ============ SECTORS ============ */
.sector-stack { display: flex; flex-direction: column; gap: 80px; }
.sector {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px;
  align-items: center;
}
.sector.reverse { grid-template-columns: 1fr 1.1fr; }
.sector.reverse .sector-content { order: 2; }
.sector.reverse .sector-visual { order: 1; }
.sector-content .sector-ico { width: 48px; height: 48px; border-radius: 14px; background: rgba(255,255,255,0.04); border: 1px solid var(--line-strong); display: flex; align-items: center; justify-content: center; color: var(--green); font-size: 22px; margin-bottom: 24px; }
.sector h3 { font-size: 38px; font-weight: 500; line-height: 1.2; letter-spacing: -0.035em; margin-bottom: 32px; }
.sector h3 em { line-height: 1.3; display: inline-block; padding-bottom: 0.18em; }
.sector h3 em { font-family: var(--display); font-style: italic; color: var(--green); }
.sector .sector-intro { font-size: 16px; color: var(--text-dim); line-height: 1.6; margin-bottom: 32px; }
.sector-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.sector-col h5 { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; font-family: var(--mono); }
.sector-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.sector-col ul li { font-size: 13px; color: var(--text-dim); display: flex; gap: 10px; line-height: 1.5; }
.sector-col ul li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--green); margin-top: 7px; flex-shrink: 0; }

.sector-visual {
  position: relative;
  min-height: 640px;
  display: flex; align-items: center; justify-content: center;
}
.sector-visual .phone { transform: rotateY(-8deg) rotateX(3deg); width: 290px; height: 580px; }
.sector.reverse .sector-visual .phone { transform: rotateY(8deg) rotateX(3deg); }
.sector-visual .glow {
  position: absolute; width: 380px; height: 380px;
  border-radius: 50%; background: radial-gradient(circle, var(--green-glow), transparent 70%);
  filter: blur(40px); z-index: -1;
}

/* ============ PLANS PREVIEW ============ */
.plans-banner {
  border-radius: 32px;
  padding: 80px 60px;
  background:
    radial-gradient(circle at 20% 0%, rgba(52,245,174,0.15), transparent 50%),
    radial-gradient(circle at 80% 100%, rgba(196,181,255,0.10), transparent 50%),
    linear-gradient(180deg, #0a0a0d 0%, #050507 100%);
  border: 1px solid var(--line-strong);
  text-align: center;
  position: relative; overflow: hidden;
}
.plans-banner::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(52,245,174,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52,245,174,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, black, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, black, transparent 70%);
}
.plans-banner > * { position: relative; }

/* ============ FAQ ============ */
.faq-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { padding: 28px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: color .2s; gap: 24px; }
.faq-q h4 { font-size: 19px; font-weight: 500; letter-spacing: -0.015em; }
.faq-q:hover h4 { color: var(--green); }
.faq-q .plus { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line-strong); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--text-dim); transition: all .3s; flex-shrink: 0; }
.faq-item.open .faq-q .plus { background: var(--green); color: #000; border-color: var(--green); transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .5s cubic-bezier(.2,.7,.2,1);
}
.faq-item.open .faq-a { max-height: 300px; }
.faq-a-inner { padding: 0 0 28px; font-size: 15px; color: var(--text-dim); line-height: 1.65; max-width: 720px; }

/* ============ ABOUT ============ */
.about-section { background: var(--bg-2); }
.about-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: start; }
.about-body p { font-size: 15px; line-height: 1.7; color: var(--text-dim); margin-bottom: 20px; }
.about-body p b { color: var(--text); font-weight: 500; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.about-tags span { font-size: 11px; padding: 5px 11px; background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 6px; font-family: var(--mono); color: var(--text-dim); letter-spacing: 0.02em; }

/* ============ FINAL CTA ============ */
.final-cta {
  padding: 160px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg) 0%, #000 100%);
}
.final-cta::before {
  content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%);
  width: 1000px; height: 1000px; border-radius: 50%;
  background: radial-gradient(circle, rgba(52,245,174,0.15), transparent 60%);
  filter: blur(60px);
  pointer-events: none;
}
.final-cta-inner { position: relative; }
.final-cta h2 {
  font-size: clamp(48px, 7vw, 96px); font-weight: 500;
  line-height: 0.96; letter-spacing: -0.045em;
  margin-bottom: 24px;
}
.final-cta h2 em { font-family: var(--display); font-style: italic; font-weight: 400; color: var(--green); }
.final-cta p { font-size: 17px; color: var(--text-dim); margin-bottom: 40px; }
.final-cta .meta { margin-top: 24px; font-family: var(--mono); font-size: 12px; color: var(--text-faint); letter-spacing: 0.04em; }

/* ============ FOOTER ============ */
.footer { padding: 60px 32px 40px; border-top: 1px solid var(--line); background: #000; }
.footer-inner { max-width: 1240px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-copy { font-size: 13px; color: var(--text-faint); font-family: var(--mono); }
.footer-links { display: flex; gap: 28px; font-size: 13px; color: var(--text-dim); }

/* ============ RESPONSIVE ============ */
/* Hide some chips on small screens — keep just 3 */
@media (max-width: 1100px) {
  .float-chip.c2, .float-chip.c5 { display: none; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-inner-split { grid-template-columns: 1fr; gap: 40px; }
  .hero-orbit-col { min-height: 540px; }
  .orbits { width: 520px !important; height: 520px !important; transform: scale(0.78); }
  .diff-grid, .modules-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .stat-cell:nth-child(2n) { border-right: none; }
  .stat-cell:nth-child(1), .stat-cell:nth-child(2) { border-bottom: 1px solid var(--line); }
  .sector, .sector.reverse { grid-template-columns: 1fr; gap: 40px; }
  .sector.reverse .sector-content { order: 1; } .sector.reverse .sector-visual { order: 2; }
  .sector-cols { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .plans-banner { padding: 50px 24px; }
  .float-chip { display: none; }
  .float-chip.c1, .float-chip.c4 { display: flex; }
}
