/* ============================================================
   SOUT shared styles
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --green: #00C896;
  --purple: #A855F7;
  --orange: #FF6B35;
  --grad: linear-gradient(90deg, #00C896, #A855F7, #FF6B35);
  --grad-btn: linear-gradient(135deg, #00C896, #A855F7);
  --bg: #ffffff;
  --bg2: #f5f5f7;
  --bg3: #ebebed;
  --text: #111111;
  --muted: #6b6b6b;
  --faint: #aaaaaa;
  --border: rgba(0,0,0,0.1);
  --r: 10px; --rl: 16px; --rxl: 24px;
  --dark: #08090f;
  --dark2: #0f1018;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }

/* BUTTONS */
.btn-p { display: inline-block; background: var(--grad-btn); color: #fff; border: none; padding: 10px 22px; border-radius: 50px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'Inter', sans-serif; text-decoration: none; transition: opacity 0.2s, transform 0.15s; }
.btn-p:hover { opacity: 0.85; transform: translateY(-1px); }
.btn-ghost { display: inline-block; background: transparent; border: 1px solid var(--border); color: var(--text); padding: 14px 28px; border-radius: 50px; font-size: 15px; font-weight: 500; cursor: pointer; font-family: 'Inter', sans-serif; text-decoration: none; transition: all 0.2s; }
.btn-ghost:hover { background: var(--bg2); }
.btn-o { display: inline-block; background: transparent; border: 1px solid var(--border); color: var(--text); padding: 12px 28px; border-radius: 50px; font-size: 15px; font-weight: 500; cursor: pointer; font-family: 'Inter', sans-serif; text-decoration: none; text-align: center; transition: all 0.2s; }
.btn-o:hover { background: var(--bg2); }

/* ============================================================
   NAV + DROPDOWNS
   ============================================================ */
nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px; height: 72px;
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(20px);
  border-bottom: 0.5px solid rgba(0,0,0,0.1);
}
.nav-logo { text-decoration: none; display: flex; align-items: center; }
.nav-links { display: flex; gap: 30px; list-style: none; align-items: center; }
.nav-links > li { position: relative; }
.nav-links a, .nav-ddtoggle {
  font-size: 14px; color: var(--muted); text-decoration: none; transition: color 0.2s;
  background: none; border: none; font-family: 'Inter', sans-serif; cursor: pointer;
  display: inline-flex; align-items: center; gap: 5px; padding: 0;
}
.nav-links a:hover, .nav-ddtoggle:hover { color: var(--text); }
.nav-ddtoggle svg { transition: transform 0.2s; opacity: 0.7; }
.has-dd:hover .nav-ddtoggle svg, .has-dd.open .nav-ddtoggle svg { transform: rotate(180deg); }
.nav-cta-li a.btn-p { color: #fff; padding: 10px 22px; }
.nav-cta-li a.btn-p:hover { color: #fff; }

.nav-dd {
  position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%) translateY(8px);
  background: #fff; border: 0.5px solid var(--border); border-radius: 16px; padding: 8px;
  min-width: 250px; box-shadow: 0 18px 50px rgba(0,0,0,0.13);
  opacity: 0; visibility: hidden; transition: opacity 0.2s ease, transform 0.2s ease; z-index: 120;
}
.nav-dd::before { content: ''; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.has-dd:hover .nav-dd, .has-dd.open .nav-dd { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dd a { display: flex; flex-direction: column; gap: 3px; padding: 11px 13px; border-radius: 11px; transition: background 0.15s; }
.nav-dd a:hover { background: var(--bg2); }
.nav-dd .dd-t { font-size: 14px; font-weight: 600; color: var(--text); }
.nav-dd .dd-d { font-size: 12px; color: var(--faint); line-height: 1.4; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.25s; }
nav.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
nav.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
nav.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO (home + phone agent share this)
   ============================================================ */
.hero {
  min-height: 100vh; background: var(--bg);
  display: flex; align-items: center;
  padding: 120px 48px 80px; position: relative; overflow: hidden;
}
.aurora-1 { position: absolute; top: -20%; left: -10%; width: 55%; height: 90%; background: radial-gradient(ellipse, rgba(0,200,150,0.08) 0%, transparent 65%); animation: aurora1 14s ease-in-out infinite; pointer-events: none; }
.aurora-2 { position: absolute; bottom: -30%; right: -10%; width: 60%; height: 100%; background: radial-gradient(ellipse, rgba(168,85,247,0.08) 0%, transparent 65%); animation: aurora2 17s ease-in-out infinite; pointer-events: none; }
.aurora-3 { position: absolute; top: 40%; left: 35%; width: 40%; height: 60%; background: radial-gradient(ellipse, rgba(255,107,53,0.04) 0%, transparent 60%); animation: aurora1 20s ease-in-out infinite reverse; pointer-events: none; }
@keyframes aurora1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(6%,10%) scale(1.12); } }
@keyframes aurora2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-6%,-8%) scale(1.18); } }

.hero-inner { max-width: 1100px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,200,150,0.1); border: 0.5px solid rgba(0,200,150,0.28); border-radius: 50px; padding: 6px 16px; font-size: 12px; color: #00d4a8; margin-bottom: 28px; font-weight: 500; }
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse 2s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.4; transform:scale(1.5); } }
.hero h1 { font-size: 68px; font-weight: 800; line-height: 1.04; color: var(--text); margin-bottom: 22px; letter-spacing: -2.5px; }
.grad-text { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 17px; color: var(--muted); max-width: 440px; line-height: 1.82; margin-bottom: 40px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-btns .btn-p { padding: 14px 32px; font-size: 15px; }
.hero-trust { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-trust span { font-size: 13px; color: var(--faint); }
.trust-sep { width: 3px; height: 3px; border-radius: 50%; background: rgba(0,0,0,0.15); flex-shrink: 0; }

/* PAGE HERO (interior pages) */
.page-hero { padding: 150px 48px 72px; text-align: center; position: relative; overflow: hidden; background: var(--bg); }
.page-hero .eyebrow { margin-bottom: 22px; }
.page-hero h1 { font-size: 56px; font-weight: 800; letter-spacing: -2px; line-height: 1.06; max-width: 840px; margin: 0 auto 20px; }
.page-hero p { font-size: 18px; color: var(--muted); max-width: 620px; margin: 0 auto 34px; line-height: 1.7; }
.page-hero .hero-btns { justify-content: center; margin-bottom: 0; }
.page-hero-inner { position: relative; z-index: 1; }

/* PHONE MOCKUP */
.phone-col { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.phone-wrap { display: flex; justify-content: center; }
.phone-caption { font-size: 13px; color: var(--faint); text-align: center; }
.phone-caption strong { color: var(--muted); font-weight: 600; }
.phone-outer { position: relative; filter: drop-shadow(0 48px 80px rgba(0,0,0,0.6)); }
.phone-outer::before { content: ''; position: absolute; inset: -1px; border-radius: 52px; background: linear-gradient(160deg, rgba(255,255,255,0.15), rgba(255,255,255,0.03), rgba(255,255,255,0.08)); z-index: 0; }
.phone-frame { background: #1c1c1e; border-radius: 50px; padding: 14px; border: 1.5px solid rgba(255,255,255,0.1); max-width: 295px; width: 100%; position: relative; z-index: 1; }
.phone-shine { position: absolute; top: 14px; left: 14px; right: 14px; height: 45%; background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, transparent 100%); border-radius: 38px 38px 0 0; pointer-events: none; z-index: 10; }
.phone-screen { background: #000; border-radius: 38px; overflow: hidden; }
.phone-status { display: flex; justify-content: space-between; align-items: center; padding: 14px 22px 8px; }
.phone-time { font-size: 14px; font-weight: 700; color: #fff; letter-spacing: -0.3px; }
.phone-icons { display: flex; gap: 5px; align-items: center; }
.phone-call-banner { background: linear-gradient(135deg, #0d2b1f, #1a1f1a); border-bottom: 0.5px solid rgba(0,200,150,0.2); padding: 10px 18px; display: flex; align-items: center; justify-content: space-between; }
.call-info { display: flex; align-items: center; gap: 10px; }
.call-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse 1.5s infinite; flex-shrink: 0; }
.call-label { font-size: 10px; color: rgba(255,255,255,0.4); margin-bottom: 2px; }
.call-name { font-size: 13px; color: #fff; font-weight: 600; }
.call-dur { font-size: 12px; color: var(--green); font-weight: 600; font-variant-numeric: tabular-nums; }
.phone-msgs { padding: 16px 14px 8px; display: flex; flex-direction: column; gap: 10px; min-height: 260px; }
.msg { display: flex; gap: 7px; align-items: flex-end; opacity: 0; transform: translateY(6px); transition: opacity 0.4s ease, transform 0.4s ease; }
.msg.show { opacity: 1; transform: translateY(0); }
.bubble { padding: 9px 13px; border-radius: 16px; font-size: 12.5px; line-height: 1.5; max-width: 82%; }
.msg-ai .bubble { background: #1e1e24; color: #fff; border-radius: 4px 16px 16px 16px; border: 0.5px solid rgba(255,255,255,0.07); }
.msg-user { flex-direction: row-reverse; }
.msg-user .bubble { background: var(--green); color: #000; font-weight: 500; border-radius: 16px 4px 16px 16px; }
.av { width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; }
.av-ai { background: var(--grad-btn); color: #fff; }
.av-u { background: #2c2c2e; color: rgba(255,255,255,0.5); }
.phone-wave { padding: 12px 18px; background: #080808; border-top: 0.5px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 10px; }
.pw-label { font-size: 10px; color: rgba(255,255,255,0.25); white-space: nowrap; }
.soundwave { display: flex; align-items: center; justify-content: center; gap: 3px; height: 22px; }
.sw-bar { width: 2px; border-radius: 2px; background: var(--green); opacity: 0.75; animation: swave 1.4s ease-in-out infinite; }
.sw-bar:nth-child(1){animation-delay:0.00s} .sw-bar:nth-child(2){animation-delay:0.07s}
.sw-bar:nth-child(3){animation-delay:0.14s} .sw-bar:nth-child(4){animation-delay:0.21s}
.sw-bar:nth-child(5){animation-delay:0.28s} .sw-bar:nth-child(6){animation-delay:0.35s}
.sw-bar:nth-child(7){animation-delay:0.42s} .sw-bar:nth-child(8){animation-delay:0.35s}
.sw-bar:nth-child(9){animation-delay:0.28s} .sw-bar:nth-child(10){animation-delay:0.21s}
.sw-bar:nth-child(11){animation-delay:0.14s} .sw-bar:nth-child(12){animation-delay:0.07s}
@keyframes swave { 0%,100% { height: 3px; } 50% { height: 18px; } }

/* STATS BAR */
.stats-bar { background: #0d0d14; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 0.5px solid rgba(255,255,255,0.05); border-bottom: 0.5px solid rgba(255,255,255,0.05); }
.stat-item { padding: 32px 36px; border-right: 0.5px solid rgba(255,255,255,0.05); }
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 42px; font-weight: 800; letter-spacing: -1.5px; background: var(--grad-btn); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat-lbl { font-size: 13px; color: rgba(255,255,255,0.35); margin-top: 6px; }

/* SECTIONS */
.si { max-width: 1100px; margin: 0 auto; padding: 96px 48px; }
.si-sm { max-width: 1100px; margin: 0 auto; padding: 72px 48px; }
.sa { background: var(--bg2); }
.slbl { font-size: 11px; color: var(--faint); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 14px; font-weight: 600; }
.stitle { font-size: 44px; font-weight: 800; line-height: 1.1; margin-bottom: 16px; letter-spacing: -1px; }
.ssub { font-size: 17px; color: var(--muted); max-width: 560px; line-height: 1.8; margin-bottom: 56px; }
.center { text-align: center; }
.center .ssub { margin-left: auto; margin-right: auto; }

/* SCROLL ANIMATIONS */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* PLATFORM GRID */
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 0.5px solid var(--border); border-radius: var(--rl); overflow: hidden; }
.cap-card { background: var(--bg); padding: 30px 26px; transition: transform 0.2s, box-shadow 0.2s; position: relative; text-decoration: none; color: inherit; display: block; }
.cap-card:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,0,0,0.08); z-index: 1; }
.cap-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--grad-btn); opacity: 0; transition: opacity 0.2s; }
.cap-card:hover::after { opacity: 1; }
.cap-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--bg2); border: 0.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 18px; }
.cap-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.2px; }
.cap-card p { font-size: 13px; color: var(--muted); line-height: 1.62; }

/* DETAILED CAPABILITY CARDS (operations page) */
.cap-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.cap-detail { background: var(--bg); border: 0.5px solid var(--border); border-radius: var(--rxl); padding: 34px; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 24px rgba(0,0,0,0.04); }
.cap-detail:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(0,0,0,0.08); }
.cap-detail .cap-icon { margin-bottom: 20px; }
.cap-detail h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.4px; margin-bottom: 10px; }
.cap-detail > p { font-size: 14px; color: var(--muted); line-height: 1.75; margin-bottom: 18px; }
.cap-detail ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.cap-detail li { font-size: 13px; color: var(--text); display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; }
.cap-detail li .ck { color: var(--green); font-weight: 700; flex-shrink: 0; }

/* FEATURE LIST BLOCK */
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.feature-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--text); line-height: 1.55; }
.feature-list .ck { color: var(--green); font-weight: 700; flex-shrink: 0; }

/* OPS SHOWCASE / DASHBOARD MOCKUP */
.ops-wrap { background: var(--dark); border-radius: 28px; padding: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; overflow: hidden; }
.ops-glow-1 { position: absolute; top: -45%; left: -15%; width: 60%; height: 190%; background: radial-gradient(ellipse, rgba(0,200,150,0.1) 0%, transparent 60%); pointer-events: none; }
.ops-glow-2 { position: absolute; bottom: -55%; right: -15%; width: 60%; height: 190%; background: radial-gradient(ellipse, rgba(168,85,247,0.1) 0%, transparent 60%); pointer-events: none; }
.ops-left { position: relative; z-index: 1; }
.ops-left .slbl { color: rgba(255,255,255,0.4); }
.ops-left h3 { font-size: 32px; font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.8px; }
.ops-left p { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.82; margin-bottom: 28px; }
.ops-points { display: flex; flex-direction: column; gap: 14px; }
.ops-point { display: flex; align-items: center; gap: 12px; font-size: 14px; color: rgba(255,255,255,0.7); }
.ops-check { width: 22px; height: 22px; border-radius: 50%; background: rgba(0,200,150,0.15); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }
.ops-right { position: relative; z-index: 1; }
.dash { background: #fff; border-radius: 18px; padding: 22px 24px; box-shadow: 0 30px 70px rgba(0,0,0,0.4); }
.dash-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 0.5px solid var(--border); margin-bottom: 6px; }
.dash-head-l { display: flex; align-items: center; gap: 10px; }
.dash-logo-dot { width: 28px; height: 28px; border-radius: 8px; background: var(--grad-btn); }
.dash-title { font-size: 14px; font-weight: 700; }
.dash-sub { font-size: 11px; color: var(--faint); }
.dash-live { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #009f73; font-weight: 600; }
.dash-live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse 1.8s infinite; }
.dash-row { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 0.5px solid var(--border); }
.dash-row:last-child { border-bottom: none; padding-bottom: 2px; }
.dash-ic { width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.dash-ic.warn { background: rgba(255,107,53,0.12); }
.dash-ic.info { background: rgba(0,200,150,0.12); }
.dash-ic.cool { background: rgba(168,85,247,0.12); }
.dash-rt { flex: 1; min-width: 0; }
.dash-rt h4 { font-size: 13px; font-weight: 700; margin-bottom: 3px; }
.dash-rt p { font-size: 12px; color: var(--muted); line-height: 1.5; margin: 0; }
.dash-tag { font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 50px; white-space: nowrap; flex-shrink: 0; }
.dash-tag.warn { background: rgba(255,107,53,0.14); color: #d9531e; }
.dash-tag.info { background: rgba(0,200,150,0.14); color: #009f73; }
.dash-tag.cool { background: rgba(168,85,247,0.14); color: #8b3fd9; }

/* HOW IT WORKS */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2px; }
.step-card { background: var(--bg); border: 0.5px solid var(--border); padding: 32px 28px; position: relative; transition: transform 0.2s, box-shadow 0.2s; overflow: hidden; }
.step-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--grad-btn); opacity: 0; transition: opacity 0.2s; }
.step-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); }
.step-card:hover::after { opacity: 1; }
.steps .step-card:first-child { border-radius: var(--rl) 0 0 var(--rl); }
.steps .step-card:last-child { border-radius: 0 var(--rl) var(--rl) 0; }
.step-num { width: 38px; height: 38px; border-radius: 50%; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; background: var(--grad-btn); color: #fff; }
.step-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.step-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* TABS */
.tabs-nav { display: flex; gap: 8px; margin-bottom: 40px; flex-wrap: wrap; }
.tab-btn { padding: 9px 20px; border-radius: 50px; font-size: 14px; font-weight: 500; border: 1px solid var(--border); background: transparent; color: var(--muted); cursor: pointer; font-family: 'Inter', sans-serif; transition: all 0.2s; }
.tab-btn:hover { background: var(--bg3); color: var(--text); }
.tab-btn.active { background: var(--grad-btn); color: #fff; border-color: transparent; }
.tab-panel { display: none; }
.tab-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.tab-content h3 { font-size: 30px; font-weight: 800; line-height: 1.2; margin-bottom: 14px; letter-spacing: -0.5px; }
.tab-content p { font-size: 15px; color: var(--muted); line-height: 1.82; margin-bottom: 24px; }
.tab-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tab-stat { background: var(--bg2); border-radius: var(--r); padding: 20px; border: 0.5px solid var(--border); }
.tsn { font-size: 32px; font-weight: 800; background: var(--grad-btn); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.5px; }
.tsl { font-size: 12px; color: var(--muted); margin-top: 4px; }
.tab-visual { background: var(--bg); border: 0.5px solid var(--border); border-radius: var(--rxl); padding: 32px; display: flex; flex-direction: column; gap: 22px; box-shadow: 0 4px 24px rgba(0,0,0,0.05); }
.tvi { display: flex; align-items: flex-start; gap: 16px; }
.ticon { width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0; background: var(--bg2); border: 0.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.tvt h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.tvt p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; }

/* ROI CALCULATOR */
.roi-wrap { background: var(--dark); border-radius: 28px; padding: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; overflow: hidden; }
.roi-glow { position: absolute; top: -40%; right: -20%; width: 60%; height: 160%; background: radial-gradient(ellipse, rgba(168,85,247,0.1) 0%, transparent 60%); pointer-events: none; }
.roi-left h3 { font-size: 30px; font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.5px; }
.roi-left p { font-size: 14px; color: rgba(255,255,255,0.4); line-height: 1.8; margin-bottom: 32px; }
.roi-slider-wrap { margin-bottom: 26px; }
.roi-slider-label { display: flex; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 10px; }
.roi-slider-val { color: var(--green); font-weight: 700; }
input[type=range] { width: 100%; -webkit-appearance: none; height: 4px; border-radius: 2px; background: rgba(255,255,255,0.1); outline: none; cursor: pointer; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--green); cursor: pointer; border: 2px solid #111; box-shadow: 0 0 0 3px rgba(0,200,150,0.25); }
.roi-results { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; position: relative; z-index: 1; }
.roi-card { background: rgba(255,255,255,0.04); border: 0.5px solid rgba(255,255,255,0.09); border-radius: 14px; padding: 22px; }
.roi-card-num { font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 5px; letter-spacing: -0.5px; }
.roi-card-lbl { font-size: 11px; color: rgba(255,255,255,0.32); line-height: 1.5; }
.roi-card.highlight { border: 1px solid rgba(0,200,150,0.3); background: rgba(0,200,150,0.07); }
.roi-card.highlight .roi-card-num { background: var(--grad-btn); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.roi-card.payoff { border: 1px solid rgba(168,85,247,0.3); background: rgba(168,85,247,0.07); }
.roi-card.payoff .roi-card-num { font-size: 16px; color: #c084fc; -webkit-text-fill-color: #c084fc; line-height: 1.45; font-weight: 700; }

/* COMPARISON */
.comp-wrap { background: var(--bg); border: 0.5px solid var(--border); border-radius: var(--rxl); overflow: hidden; box-shadow: 0 4px 32px rgba(0,0,0,0.06); }
.comp-table { width: 100%; border-collapse: collapse; }
.comp-table th { font-size: 13px; font-weight: 700; padding: 16px 24px; text-align: left; border-bottom: 1px solid rgba(0,0,0,0.08); background: var(--bg2); }
.comp-table th:first-child { color: var(--muted); font-weight: 400; }
.comp-table th.sout-col { color: #009f73; }
.comp-table td { font-size: 14px; padding: 14px 24px; border-bottom: 0.5px solid rgba(0,0,0,0.06); color: var(--muted); }
.comp-table tr:last-child td { border-bottom: none; }
.comp-table tbody tr:hover td { background: rgba(0,200,150,0.025); }
.comp-table td.good { color: #009f73; font-weight: 600; }
.comp-table td.bad { color: #d94040; }

/* PRICING */
.pricing-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 660px; }
.pricing-wrap.center-cards { margin: 0 auto; }
.price-card { background: var(--bg); border: 0.5px solid var(--border); border-radius: var(--rxl); padding: 40px 36px; position: relative; transition: transform 0.2s, box-shadow 0.2s; text-align: left; }
.price-card:hover { transform: translateY(-4px); box-shadow: 0 20px 64px rgba(0,0,0,0.1); }
.price-card.featured { border: 1.5px solid var(--purple); background: linear-gradient(150deg, rgba(168,85,247,0.04), rgba(0,200,150,0.02)); }
.fbadge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad-btn); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 18px; border-radius: 50px; white-space: nowrap; letter-spacing: 0.04em; }
.pname { font-size: 11px; color: var(--muted); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; }
.pamount { font-size: 52px; font-weight: 800; line-height: 1; margin-bottom: 4px; letter-spacing: -2px; }
.pperiod { font-size: 13px; color: var(--faint); margin-bottom: 6px; }
.psave { font-size: 13px; color: var(--green); margin-bottom: 32px; font-weight: 500; }
.pfeatures { list-style: none; margin-bottom: 36px; }
.pfeatures li { font-size: 14px; color: var(--muted); padding: 10px 0; border-bottom: 0.5px solid var(--border); display: flex; align-items: center; gap: 12px; }
.pfeatures li:last-child { border-bottom: none; }
.ck { color: var(--green); font-weight: 700; font-size: 15px; flex-shrink: 0; }
.price-card .btn-o, .price-card .btn-p { width: 100%; border-radius: 12px; padding: 14px; font-size: 15px; font-weight: 600; }
.price-note { font-size: 13px; color: var(--faint); margin-top: 28px; max-width: 660px; line-height: 1.7; }

/* INTEGRATIONS */
.pos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pos-card { background: var(--bg); border: 0.5px solid var(--border); border-radius: var(--rl); padding: 36px 28px; text-align: center; transition: transform 0.2s, box-shadow 0.2s; }
.pos-card:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,0,0,0.07); }
.pos-badge { width: 52px; height: 52px; border-radius: 14px; background: var(--bg2); border: 0.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 16px; }
.pos-name { font-size: 18px; font-weight: 700; }
.pos-card p { font-size: 13px; color: var(--muted); margin-top: 6px; line-height: 1.6; }
.pos-card.dashed { border-style: dashed; background: var(--bg2); }

/* ABOUT */
.about-lead { max-width: 760px; }
.about-lead p { font-size: 19px; color: var(--text); line-height: 1.8; margin-bottom: 24px; }
.about-lead p:last-child { margin-bottom: 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { background: var(--bg); border: 0.5px solid var(--border); border-radius: var(--rxl); padding: 32px; }
.value-card .cap-icon { margin-bottom: 18px; }
.value-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.value-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* CTA BAND */
.cta-wrap { background: var(--dark); border-radius: 28px; padding: 64px; text-align: center; position: relative; overflow: hidden; }
.cta-glow-1 { position: absolute; top: -60%; left: -10%; width: 50%; height: 220%; background: radial-gradient(ellipse, rgba(0,200,150,0.1) 0%, transparent 60%); pointer-events: none; }
.cta-glow-2 { position: absolute; bottom: -60%; right: -10%; width: 50%; height: 220%; background: radial-gradient(ellipse, rgba(168,85,247,0.1) 0%, transparent 60%); pointer-events: none; }
.cta-wrap > * { position: relative; z-index: 1; }
.cta-wrap h2 { font-size: 38px; font-weight: 800; color: #fff; letter-spacing: -1px; margin-bottom: 14px; line-height: 1.12; }
.cta-wrap p { color: rgba(255,255,255,0.5); font-size: 17px; max-width: 480px; margin: 0 auto 28px; line-height: 1.7; }
.cta-wrap .btn-p { padding: 15px 36px; font-size: 16px; }

/* FAQ */
.faq-list { max-width: 700px; }
.faq-item { border-bottom: 0.5px solid var(--border); padding: 24px 0; cursor: pointer; }
.faq-q { display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: 600; }
.faq-a { font-size: 15px; color: var(--muted); line-height: 1.82; margin-top: 14px; display: none; }
.faq-a.open { display: block; }
.faq-icon { font-size: 22px; color: var(--faint); transition: transform 0.25s; flex-shrink: 0; margin-left: 16px; }
.faq-icon.open { transform: rotate(45deg); color: var(--purple); }

/* CONTACT */
.contact-wrap { background: var(--bg); border: 0.5px solid var(--border); border-radius: var(--rxl); padding: 52px 48px; max-width: 680px; margin: 0 auto; box-shadow: 0 4px 32px rgba(0,0,0,0.06); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fg { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.fg label { font-size: 11px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; }
.fg input, .fg textarea, .fg select { padding: 13px 16px; border: 1.5px solid rgba(0,0,0,0.1); border-radius: var(--r); background: var(--bg2); color: var(--text); font-size: 15px; font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.2s, background 0.2s; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--purple); background: var(--bg); }
.fg textarea { resize: vertical; min-height: 100px; }
.contact-wrap .btn-p { width: 100%; border-radius: 12px; padding: 16px; font-size: 16px; font-weight: 700; margin-top: 4px; }
.contact-extra { max-width: 680px; margin: 24px auto 0; text-align: center; font-size: 14px; color: var(--muted); }
.contact-extra a { color: var(--purple); text-decoration: none; }

/* FLOATING WIDGET */
.float-widget { position: fixed; bottom: 24px; right: 24px; z-index: 200; background: var(--dark); border: 0.5px solid rgba(255,255,255,0.12); border-radius: 18px; padding: 18px 20px; max-width: 300px; box-shadow: 0 20px 50px rgba(0,0,0,0.35); opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity 0.4s ease, transform 0.4s ease; }
.float-widget.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.fw-close { position: absolute; top: 10px; right: 12px; background: none; border: none; color: rgba(255,255,255,0.4); font-size: 18px; cursor: pointer; line-height: 1; }
.fw-close:hover { color: #fff; }
.fw-title { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.fw-text { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; margin-bottom: 14px; }
.float-widget .btn-p { width: 100%; padding: 11px; font-size: 14px; }

/* FOOTER */
footer { background: var(--bg); border-top: 0.5px solid var(--border); padding: 56px 48px 36px; }
.footer-top { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 0.5px solid var(--border); }
.footer-brand p { color: var(--muted); font-size: 13px; max-width: 240px; margin-top: 14px; line-height: 1.7; }
.footer-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 14px; color: var(--muted); text-decoration: none; margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--text); }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 13px; color: var(--faint); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .platform-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; top: 72px; left: 0; right: 0;
    background: #fff; flex-direction: column; align-items: stretch; gap: 0;
    padding: 8px 20px 24px; border-bottom: 0.5px solid var(--border);
    box-shadow: 0 24px 40px rgba(0,0,0,0.08); display: none; max-height: calc(100vh - 72px); overflow-y: auto;
  }
  nav.nav-open .nav-links { display: flex; }
  .nav-links > li { width: 100%; border-bottom: 0.5px solid var(--border); padding: 4px 0; }
  .nav-links > li.nav-cta-li { border-bottom: none; padding-top: 16px; }
  .nav-links a, .nav-ddtoggle { padding: 12px 4px; font-size: 16px; width: 100%; }
  .nav-ddtoggle { justify-content: space-between; }
  .nav-dd { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 0 8px 12px; min-width: auto; }
  .nav-dd::before { display: none; }
  .nav-dd a { padding: 9px 8px; }
  .nav-cta-li a.btn-p { width: 100%; text-align: center; padding: 14px; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 52px; text-align: center; }
  .hero h1 { font-size: 52px; }
  .hero p { margin: 0 auto 40px; }
  .hero-btns { justify-content: center; }
  .hero-trust { justify-content: center; }
  .phone-col { max-width: 300px; margin: 0 auto; }
  .page-hero h1 { font-size: 44px; }
  .ops-wrap, .roi-wrap { grid-template-columns: 1fr; padding: 44px 36px; gap: 40px; }
  .cap-detail-grid, .values-grid, .pos-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  nav { padding: 0 20px; }
  .hero { padding: 100px 20px 64px; }
  .hero h1 { font-size: 42px; letter-spacing: -1.5px; }
  .page-hero { padding: 120px 20px 56px; }
  .page-hero h1 { font-size: 36px; letter-spacing: -1.5px; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .stat-item { border-right: none; border-bottom: 0.5px solid rgba(255,255,255,0.05); }
  .stat-item:nth-child(odd) { border-right: 0.5px solid rgba(255,255,255,0.05); }
  .si, .si-sm { padding: 64px 20px; }
  .stitle { font-size: 32px; }
  .platform-grid { grid-template-columns: 1fr; }
  .cap-detail-grid, .values-grid, .pos-grid { grid-template-columns: 1fr; }
  .tab-panel.active { grid-template-columns: 1fr; }
  .tab-visual { display: none; }
  .ops-wrap, .roi-wrap, .cta-wrap { padding: 36px 24px; }
  .cta-wrap h2 { font-size: 28px; }
  .contact-wrap { padding: 36px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .comp-table th, .comp-table td { padding: 12px 14px; font-size: 13px; }
  footer { padding: 40px 20px 28px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .steps .step-card:first-child { border-radius: var(--rl) var(--rl) 0 0; }
  .steps .step-card:last-child { border-radius: 0 0 var(--rl) var(--rl); }
  .float-widget { left: 16px; right: 16px; bottom: 16px; max-width: none; }
}
