:root {
  --ink: #111331;
  --ink-soft: #3d4268;
  --forest: #07091d;
  --forest-2: #0d1134;
  --green: #087fd1;
  --mint: #23b5ff;
  --lime: #7928e8;
  --purple-on-dark: #c29cff;
  --gold: #55c5ff;
  --cream: #f7f7ff;
  --paper: #ffffff;
  --line: #dce7df;
  --muted: #6d817c;
  --danger: #c63d4d;
  --shadow: 0 24px 80px rgba(4, 39, 30, 0.13);
  --font-display: "Manrope", "DM Sans", sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font-body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: white; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; top: 0; z-index: 100; width: 100%; color: white; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(7, 26, 23, .93); box-shadow: 0 12px 40px rgba(0,0,0,.14); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: -.03em; }
.brand-logo { width: 146px; height: auto; display: block; object-fit: contain; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a, .text-link { color: rgba(255,255,255,.74); font-weight: 600; font-size: 14px; transition: color .2s; }
.desktop-nav a:hover, .text-link:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: white; }
.mobile-nav { background: var(--forest); padding: 12px 20px 24px; border-top: 1px solid rgba(255,255,255,.08); }
.mobile-nav a { display: block; color: white; font-weight: 600; padding: 12px 0; }

.button { min-height: 52px; border: 0; border-radius: 12px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0 17px; border-radius: 10px; font-size: 14px; }
.button-large { min-height: 58px; padding: 0 28px; }
.button-full { width: 100%; }
.button-primary { color: white; background: var(--green); box-shadow: 0 12px 30px rgba(18,109,89,.25); }
.button-primary:hover { background: #0d5b4a; box-shadow: 0 16px 36px rgba(18,109,89,.34); }
.button-bright { color: white; background: linear-gradient(135deg, #078edb, #7928e8); box-shadow: 0 10px 30px rgba(76,70,224,.28); }
.button-bright:hover { box-shadow: 0 14px 36px rgba(76,70,224,.42); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.06); }
.button-dark { color: white; background: var(--forest); }
.button-outline-light { color: white; border: 1px solid rgba(255,255,255,.34); background: transparent; }
.play-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: rgba(185,245,72,.12); font-size: 10px; }

.hero { position: relative; min-height: 920px; padding: 150px 0 50px; color: white; background: var(--forest); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(to bottom, black 0%, transparent 86%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 640px; height: 640px; right: -180px; top: -250px; background: radial-gradient(circle, rgba(8,142,219,.35), transparent 68%); }
.hero-glow-two { width: 460px; height: 460px; left: -220px; bottom: -80px; background: radial-gradient(circle, rgba(121,40,232,.2), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-weight: 800; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { color: var(--lime); padding: 7px 11px; border: 1px solid rgba(185,245,72,.22); background: rgba(185,245,72,.07); border-radius: 999px; letter-spacing: .04em; text-transform: none; font-size: 13px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(185,245,72,.09); }
.hero h1 { max-width: 700px; margin: 24px 0 20px; font: 800 clamp(48px, 6.2vw, 76px)/1.03 var(--font-display); letter-spacing: -.06em; }
.gradient-text { color: var(--lime); background: linear-gradient(100deg, #12a4ed, #8c32f2); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { max-width: 630px; margin: 0; color: rgba(255,255,255,.71); font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.hero-confidence { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: rgba(255,255,255,.64); font-size: 13px; }
.hero-confidence span::first-letter { color: var(--mint); }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(185,245,72,.15); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 420px; height: 420px; border-color: rgba(87,217,173,.13); }
.dashboard-card { z-index: 2; position: relative; width: 430px; padding: 24px; color: var(--ink); border-radius: 26px; background: rgba(255,255,255,.97); box-shadow: 0 44px 100px rgba(0,0,0,.34); transform: rotate(-1.5deg); }
.preview-label, .console-preview { position: absolute; right: 18px; top: -13px; padding: 5px 9px; color: white; background: linear-gradient(135deg,#078edb,#7928e8); border-radius: 999px; font-size: 8px; font-weight: 800; letter-spacing: .1em; box-shadow: 0 8px 20px rgba(50,50,130,.25); }
.dash-top { display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.mini-brand { display: inline-grid; place-items: center; width: 24px; height: 24px; color: var(--forest); background: var(--lime); border-radius: 7px; font-weight: 800; }
.live-pill { padding: 5px 9px; border-radius: 999px; color: #16725d; background: #e4f8f0; font-weight: 700; }
.live-pill i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #22a983; }
.dash-kicker { margin: 28px 0 2px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.metric-primary { display: flex; align-items: baseline; gap: 12px; }
.metric-primary strong { font: 800 45px/1 var(--font-display); letter-spacing: -.05em; }
.metric-primary span { color: var(--green); font-weight: 700; }
.mini-chart { height: 90px; display: flex; align-items: end; gap: 7px; margin: 20px 0; padding-top: 5px; border-bottom: 1px solid var(--line); }
.mini-chart span { flex: 1; border-radius: 6px 6px 2px 2px; background: linear-gradient(to top, #087fd1, #8b3af0); }
.dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.dash-stats div { padding: 11px; border: 1px solid var(--line); border-radius: 12px; }
.dash-stats strong, .dash-stats span { display: block; }
.dash-stats strong { font-size: 19px; }
.dash-stats span { color: var(--muted); font-size: 11px; }
.recommendation { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 13px; color: white; background: var(--forest); border-radius: 14px; }
.recommendation > span { color: var(--lime); font-size: 20px; }
.recommendation div { flex: 1; }
.recommendation small, .recommendation strong { display: block; }
.recommendation small { color: var(--lime); font-size: 8px; letter-spacing: .1em; }
.recommendation strong { margin-top: 2px; font-size: 12px; }
.float-card { z-index: 3; position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; color: var(--ink); background: white; border: 1px solid rgba(7,26,23,.08); border-radius: 15px; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.float-card small, .float-card strong { display: block; }
.float-card small { color: var(--muted); font-size: 8px; letter-spacing: .1em; }
.float-card strong { font-size: 12px; }
.qr-card { left: -12px; top: 90px; font-weight: 700; font-size: 11px; }
.reward-card { right: -14px; top: 72px; }
.return-card { right: -2px; bottom: 58px; }
.return-card > span { display: grid; place-items: center; width: 30px; height: 30px; color: var(--green); background: #e4f8f0; border-radius: 50%; }
.qr-mini { width: 36px; height: 36px; border: 5px solid var(--forest); background: repeating-linear-gradient(45deg, var(--forest) 0 3px, white 3px 6px); box-shadow: inset 0 0 0 3px white; }
.reward-icon { display: grid; place-items: center; width: 34px; height: 34px; color: var(--forest); background: var(--lime); border-radius: 10px; }
.proof-strip { position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 78px; padding: 23px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.62); font-size: 13px; font-weight: 600; }
.proof-strip .proof-title { color: white; }
.proof-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }

.section-head { max-width: 780px; margin: 0 auto 54px; text-align: center; }
.section-head.narrow { max-width: 720px; }
.section-head h2, .audience-copy h2, .partner-copy h2, .faq-intro h2, .final-card h2 { margin: 13px 0 17px; font: 800 clamp(36px, 4.5vw, 56px)/1.1 var(--font-display); letter-spacing: -.055em; }
.section-head h2 span, .audience-copy h2 span { color: var(--green); }
.section-head p, .audience-copy p, .faq-intro p { margin: 0; color: var(--ink-soft); font-size: 18px; }
.section-label.light { color: var(--lime); }
.section-label.gold { color: var(--gold); }

.problem { background: white; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { position: relative; min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.problem-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { position: absolute; right: 20px; top: 14px; color: #087fd1; font: 800 60px var(--font-display); }
.icon-wrap { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 42px; color: var(--green); background: #e9f7f1; border-radius: 14px; font-size: 25px; }
.problem-card h3 { margin: 0 0 10px; font: 700 21px var(--font-display); }
.problem-card p { margin: 0; color: var(--muted); }

.how { color: white; background: var(--forest); }
.how .section-head p, .comparison .section-head p { color: rgba(255,255,255,.66); }
.how .section-head h2 span, .comparison .section-head h2 span { color: var(--lime); }
.steps-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; }
.step-card { position: relative; min-height: 430px; padding: 26px; color: var(--ink); background: white; border-radius: 22px; }
.step-badge { position: absolute; left: 20px; top: 20px; width: 31px; height: 31px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-weight: 800; }
.step-visual { height: 220px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 16px; background: #edf6ef; overflow: hidden; }
.step-card h3 { margin: 0 0 8px; font: 700 21px var(--font-display); }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; }
.step-arrow { color: var(--lime); font-size: 30px; }
.phone { position: relative; width: 118px; height: 188px; display: grid; place-items: center; background: white; border: 6px solid var(--forest); border-radius: 24px; box-shadow: 0 15px 30px rgba(7,26,23,.15); }
.phone-top { position: absolute; top: 6px; width: 42px; height: 6px; background: var(--forest); border-radius: 5px; }
.phone-qr { width: 72px; height: 72px; }
.scan-line { position: absolute; width: 78px; height: 2px; background: var(--lime); box-shadow: 0 0 12px var(--lime); animation: scan 2.2s infinite ease-in-out; }
@keyframes scan { 0%,100%{transform:translateY(-42px)}50%{transform:translateY(42px)} }
.wheel { width: 150px; height: 150px; display: grid; place-items: center; border: 7px solid white; border-radius: 50%; background: conic-gradient(#087fd1 0 16.6%, #7928e8 16.6% 33.2%, #20b7f5 33.2% 49.8%, #a766f1 49.8% 66.4%, #0764b4 66.4% 83%, #d8c2fa 83%); box-shadow: 0 15px 30px rgba(7,26,23,.18); }
.wheel::after { content:""; width: 58px; height: 58px; position: absolute; border-radius: 50%; background: white; }
.wheel span { z-index: 2; font-weight: 800; }
.wheel-pointer { position: absolute; transform: translateY(-92px); width: 0; height: 0; border-left: 13px solid transparent; border-right: 13px solid transparent; border-top: 25px solid var(--forest); }
.redeem-visual { align-content: center; gap: 12px; }
.check-ring { width: 90px; height: 90px; display: grid; place-items: center; color: white; background: var(--green); border: 10px solid #c9ebdc; border-radius: 50%; font-size: 34px; }
.redeem-visual span { color: var(--green); font-size: 11px; letter-spacing: .14em; font-weight: 800; }
.outcome-banner { display: flex; align-items: center; gap: 16px; margin-top: 30px; padding: 20px 24px; border: 1px solid rgba(185,245,72,.18); background: rgba(185,245,72,.06); border-radius: 16px; }
.outcome-icon { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; color: var(--forest); background: var(--lime); border-radius: 12px; }
.outcome-banner p { flex: 1; margin: 0; color: rgba(255,255,255,.75); }
.outcome-banner a { color: var(--lime); font-weight: 700; }

.features { background: #f3f6ed; }
.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.bento { position: relative; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 12px 50px rgba(7,26,23,.05); }
.bento h3 { margin: 13px 0 9px; font: 700 25px/1.2 var(--font-display); letter-spacing: -.035em; }
.bento p { color: var(--muted); }
.bento-large { min-height: 470px; grid-row: span 2; display: grid; grid-template-columns: 1fr .8fr; gap: 22px; background: var(--forest); color: white; }
.bento-large p { color: rgba(255,255,255,.68); }
.feature-pill { display: inline-block; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.bento-large .feature-pill { color: var(--lime); }
.bento ul { list-style: none; padding: 0; margin: 22px 0 0; }
.bento li { margin: 11px 0; color: rgba(255,255,255,.84); font-size: 14px; }
.bento li::before { content:"✓"; margin-right: 9px; color: var(--lime); }
.reward-stack { position: relative; min-height: 340px; align-self: center; }
.reward-ticket { position: absolute; width: 190px; padding: 24px; color: var(--ink); background: white; border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.reward-ticket small, .reward-ticket strong, .reward-ticket span { display: block; }
.reward-ticket small { color: var(--green); font-size: 9px; letter-spacing: .13em; font-weight: 800; }
.reward-ticket strong { margin: 7px 0; font: 800 30px var(--font-display); }
.reward-ticket span { color: var(--muted); font-size: 12px; }
.ticket-one { top: 18px; left: 10px; transform: rotate(-7deg); }
.ticket-two { top: 116px; right: -8px; z-index: 2; border: 2px solid var(--lime); transform: rotate(4deg); }
.ticket-three { bottom: 4px; left: 2px; transform: rotate(-2deg); }
.wallet-row { display: flex; justify-content: space-between; margin-top: 11px; padding: 13px; background: #f1f7f2; border-radius: 12px; font-size: 13px; }
.wallet-row strong { color: var(--green); }
.insight-box { display: flex; gap: 12px; margin-top: 22px; padding: 16px; color: white; background: var(--forest); border-radius: 14px; }
.insight-box > span { color: var(--lime); }
.insight-box p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.bar-list { margin-top: 20px; }
.bar-list div { display: grid; grid-template-columns: 60px 1fr 34px; align-items: center; gap: 10px; margin: 12px 0; font-size: 11px; }
.bar-list i { height: 7px; border-radius: 99px; background: linear-gradient(90deg, var(--green), var(--mint)); }
.feedback-bubbles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.feedback-bubbles span { padding: 8px 12px; background: #edf7f1; border-radius: 999px; color: var(--green); font-size: 11px; font-weight: 700; }

.comparison { color: white; background: var(--forest); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.compare-card { padding: 30px; border-radius: 22px; }
.compare-card.old { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.04); }
.compare-card.new { color: var(--ink); background: white; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.compare-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.new .compare-title { border-bottom-color: var(--line); }
.compare-title span { font: 700 24px var(--font-display); }
.compare-title small { color: var(--muted); }
.compare-card ul { list-style: none; padding: 0; margin: 18px 0 0; }
.compare-card li { display: grid; grid-template-columns: 70px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.new li { border-bottom-color: var(--line); }
.compare-card li b { color: var(--lime); }
.new li b { color: var(--green); }
.compare-card li span { color: rgba(255,255,255,.65); }
.new li span { color: var(--muted); }

.audiences { background: white; }
.audience-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.audience-copy h2 { margin-top: 14px; }
.industry-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 32px; }
.industry-tags span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: 13px; }
.growth-card { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: #f5f8f2; }
.growth-line { position: absolute; left: 58px; top: 68px; bottom: 68px; width: 2px; background: var(--line); }
.growth-stage { position: relative; display: flex; align-items: center; gap: 18px; margin: 12px 0; padding: 18px; background: white; border-radius: 14px; box-shadow: 0 6px 18px rgba(7,26,23,.06); }
.growth-stage > span { z-index: 2; width: 35px; height: 35px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-weight: 800; font-size: 11px; }
.growth-stage strong, .growth-stage small { display: block; }
.growth-stage small { color: var(--muted); }
.growth-stage.active { outline: 2px solid var(--lime); }

.partner-section { position: relative; color: white; background: #0b161f; overflow: hidden; }
.partner-section::before { content:""; position:absolute; inset:0; opacity:.09; background-image:radial-gradient(rgba(185,245,72,.9) 1px, transparent 1px); background-size:22px 22px; }
.partner-glow { position: absolute; width: 700px; height: 700px; right: -250px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(42,122,217,.25), transparent 66%); }
.partner-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 75px; align-items: center; }
.partner-copy h2 { font-size: clamp(38px, 4.2vw, 54px); }
.partner-copy p { color: rgba(255,255,255,.68); font-size: 18px; }
.partner-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 27px 0; color: rgba(255,255,255,.84); font-size: 14px; }
.partner-points span::first-letter { color: var(--lime); }
.partner-copy > small { display: block; margin-top: 13px; color: rgba(255,255,255,.5); }
.partner-console { position: relative; padding: 22px; color: var(--ink); background: #f7f9fc; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.console-preview { top: -14px; right: 22px; }
.console-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 1px solid #dfe7ee; font-size: 13px; font-weight: 700; }
.console-head i { display:inline-block;width:8px;height:8px;border-radius:50%;background:#4c8ff0;margin-right:7px; }
.console-head b { padding: 5px 9px; color:#285da8;background:#e1ecff;border-radius:999px;font-size:10px; }
.console-metrics { display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0; }
.console-metrics div { padding:16px;background:white;border:1px solid #e1e8ee;border-radius:14px; }
.console-metrics small,.console-metrics strong,.console-metrics span { display:block; }
.console-metrics small { color:#73838f;font-size:8px;letter-spacing:.12em; }
.console-metrics strong { margin:4px 0;font:800 30px var(--font-display); }
.console-metrics span { color:#18845e;font-size:10px; }
.client-list { background:white;border:1px solid #e1e8ee;border-radius:14px;overflow:hidden; }
.client-list > div { display:flex;align-items:center;gap:11px;padding:12px;border-bottom:1px solid #edf1f4; }
.client-list > div:last-child { border:0; }
.client-logo { width:34px;height:34px;display:grid;place-items:center;color:white;border-radius:10px;font-weight:800; }
.c1{background:#9d6bd8}.c2{background:#e67d5d}.c3{background:#4f8da1}
.client-list p{flex:1;margin:0}.client-list strong,.client-list small{display:block}.client-list strong{font-size:12px}.client-list small{color:#7a8a95;font-size:9px}
.client-list i{font-style:normal;padding:5px 7px;border-radius:999px;font-size:8px;font-weight:700}.healthy{color:#197959;background:#e5f6ef}.attention{color:#9b6300;background:#fff0c8}
.console-action{display:flex;gap:9px;align-items:center;margin-top:12px;padding:12px;color:white;background:#12283a;border-radius:12px;font-size:11px}.console-action>span:first-child{color:var(--lime)}.console-action span{flex:1}.console-action strong,.console-action small{display:block}.console-action small{color:rgba(255,255,255,.55)}

.pricing-teaser { background: #e8f2e6; }
.pricing-inner { display: grid; grid-template-columns: 1fr 380px; gap: 65px; align-items: center; padding: 48px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.pricing-inner h2 { margin: 12px 0; font: 800 clamp(32px, 3.7vw, 46px)/1.13 var(--font-display); letter-spacing: -.05em; }
.pricing-inner p { color: var(--muted); }
.price-box { padding: 27px; background: var(--forest); border-radius: 20px; color: white; text-align: center; }
.price-box > small, .price-box > strong, .price-box > span { display: block; }
.price-box > small { color: rgba(255,255,255,.58); }
.price-box > strong { margin: 8px 0 18px; color: white; font: 800 35px/1.1 var(--font-display); }
.price-box sup { font-size: 22px; }
.price-box strong span { display:inline;color:rgba(255,255,255,.62);font-size:14px; }
.price-box .button { margin-bottom: 12px; }
.price-box > span { color: rgba(255,255,255,.5); font-size: 11px; }
.early-form { display: grid; gap: 9px; }
.early-form input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: white; background: rgba(255,255,255,.08); }
.early-form input::placeholder { color: rgba(255,255,255,.48); }
.early-form .button { width: 100%; margin: 0; }
.early-form p { min-height: 18px; margin: 0; font-size: 12px; }
.early-form p.success { color: #68e4bc; }
.early-form p.error { color: #ff9ca8; }

.faq { background:white; }
.faq-grid { display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:start; }
.faq-intro { position:sticky;top:120px; }
.faq-intro a { display:inline-block;margin-top:22px;color:var(--green);font-weight:700; }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { list-style:none;display:flex;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;font:700 18px var(--font-display); }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color:var(--green);font-size:22px;transition:transform .2s; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { margin:0 35px 22px 0;color:var(--muted); }

.final-cta { padding-top:0;background:white; }
.final-card { position:relative;padding:80px 30px;text-align:center;color:white;background:var(--forest);border-radius:30px;overflow:hidden; }
.final-card::before,.final-card::after { content:"";position:absolute;border-radius:50%; }
.final-card::before { width:420px;height:420px;left:-200px;top:-180px;background:radial-gradient(circle,rgba(185,245,72,.18),transparent 70%); }
.final-card::after { width:500px;height:500px;right:-230px;bottom:-300px;background:radial-gradient(circle,rgba(87,217,173,.18),transparent 70%); }
.final-card > * { position:relative;z-index:1; }
.final-card h2 span { color:var(--lime); }
.final-card p { color:rgba(255,255,255,.65);font-size:18px; }
.final-actions { display:flex;justify-content:center;gap:12px;margin-top:30px; }

.footer { color:white;background:#04110f; }
.footer-main { display:flex;justify-content:space-between;gap:60px;padding:70px 0 55px; }
.footer-brand p { max-width: 320px; color:rgba(255,255,255,.5); }
.footer-logo { width: 160px; }
.footer-links { display:grid;grid-template-columns:repeat(3,1fr);gap:70px; }
.footer-links div { display:flex;flex-direction:column;gap:9px; }
.footer-links strong { margin-bottom:4px; }
.footer-links a, .footer-links span { color:rgba(255,255,255,.55);font-size:14px; }
.footer-links a:hover { color:white; }
.footer-legal-company { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.68); font-size: 13px; }
.footer-legal-company span { white-space: nowrap; }
.footer-bottom { display:flex;justify-content:space-between;padding:20px 0;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.42);font-size:12px; }
.footer-bottom div { display:flex;gap:18px; }

.legal-page { min-height: 100vh; background: #f7f7ff; }
.legal-header { position: static; color: white; background: var(--forest); }
.legal-header .nav-wrap { min-height: 80px; }
.legal-header .button { min-height: 44px; }
.legal-main { padding: 72px 0 100px; }
.legal-shell { width: min(900px, calc(100% - 40px)); margin-inline: auto; }
.legal-heading { margin-bottom: 34px; }
.legal-heading .section-label { margin-bottom: 12px; }
.legal-heading h1 { margin: 0 0 14px; font: 800 clamp(40px, 6vw, 66px)/1.05 var(--font-display); letter-spacing: -.055em; }
.legal-heading p { margin: 0; color: var(--muted); }
.legal-operator { margin: 28px 0; padding: 22px; border-left: 4px solid var(--green); border-radius: 0 14px 14px 0; background: #edf7ff; }
.legal-operator strong, .legal-operator span { display: block; }
.legal-operator span { margin-top: 5px; color: var(--ink-soft); }
.legal-content { padding: clamp(24px, 5vw, 52px); border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 18px 60px rgba(4,39,30,.08); }
.legal-content h2 { margin: 36px 0 10px; font: 800 25px/1.2 var(--font-display); letter-spacing: -.03em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content ul { padding-left: 22px; }
.legal-content a, .legal-operator a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-address { font-style: normal; }

.partner-modal { width:min(940px,calc(100% - 28px));padding:0;border:0;border-radius:26px;background:white;box-shadow:0 30px 120px rgba(0,0,0,.5);overflow:hidden; }
.partner-modal::backdrop { background:rgba(2,14,12,.76);backdrop-filter:blur(7px); }
.modal-close { position:absolute;z-index:3;right:16px;top:16px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:white;font-size:26px;cursor:pointer; }
.modal-layout { display:grid;grid-template-columns:1.05fr .95fr; }
.modal-value { padding:48px;color:white;background:var(--forest); }
.modal-value h2 { margin:12px 0 15px;font:800 35px/1.13 var(--font-display);letter-spacing:-.045em; }
.modal-value > p { color:rgba(255,255,255,.65); }
.modal-value ul { list-style:none;padding:0;margin:25px 0; }
.modal-value li { margin:10px 0;color:rgba(255,255,255,.82); }
.modal-value li::before { content:"✓";margin-right:9px;color:var(--lime); }
.modal-note { display:flex;gap:11px;margin-top:30px;padding:15px;background:rgba(185,245,72,.08);border:1px solid rgba(185,245,72,.16);border-radius:14px; }
.modal-note > span { color:var(--lime); }
.modal-note p { margin:0;color:rgba(255,255,255,.62);font-size:13px; }
.modal-note strong { color:white; }

/* A lighter purple keeps OORGIN's brand color clear on dark sections. */
.hero .eyebrow,
.hero .play-icon,
.how .section-label.light,
.how .section-head h2 span,
.how .step-arrow,
.how .outcome-banner a,
.comparison .section-label.light,
.comparison .section-head h2 span,
.partner-section .partner-points span::first-letter,
.final-card h2 span,
.modal-value li::before,
.modal-value .modal-note > span { color: var(--purple-on-dark); }
.hero .pulse { background: var(--purple-on-dark); box-shadow: 0 0 0 5px rgba(194,156,255,.14); }
.hero .eyebrow { border-color: rgba(194,156,255,.34); background: rgba(194,156,255,.1); }
.hero .proof-strip i { background: var(--purple-on-dark); }
.how .scan-line { background: var(--purple-on-dark); box-shadow: 0 0 12px rgba(194,156,255,.7); }
.growth-stage.active { outline-color: #9c55f3; }
.modal-form-wrap { padding:50px 42px; }
.form-kicker { margin:0 0 20px;font:700 20px var(--font-display); }
.modal-form-wrap label { display:block;margin:14px 0 6px;font-weight:700;font-size:13px; }
.modal-form-wrap label span { color:var(--muted);font-weight:400; }
.modal-form-wrap input { width:100%;height:50px;padding:0 14px;border:1px solid #d4dfd9;border-radius:10px;background:#fbfcfa; }
.modal-form-wrap input:focus { border-color:var(--green); }
.phone-field { position: relative; display: grid; grid-template-columns: 116px 1fr; }
.phone-field > input[type="tel"] { min-width: 0; border-radius: 0 10px 10px 0; }
.country-trigger { height: 50px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 12px; border: 1px solid #d4dfd9; border-right: 0; border-radius: 10px 0 0 10px; color: var(--ink); background: #f2f7f5; cursor: pointer; font-weight: 700; }
.country-flag { width: 24px; height: 18px; display: block; flex: 0 0 auto; border-radius: 2px; object-fit: cover; box-shadow: 0 0 0 1px rgba(17,19,49,.12); }
.country-trigger:hover, .country-trigger[aria-expanded="true"] { background: #e8f4ff; }
.country-trigger:focus-visible { position: relative; z-index: 2; outline: 3px solid var(--gold); outline-offset: 2px; }
.country-picker { position: absolute; z-index: 20; top: 56px; left: 0; width: min(360px, 100%); padding: 9px; border: 1px solid #d4dfd9; border-radius: 13px; background: white; box-shadow: 0 18px 48px rgba(5,20,35,.22); }
.country-picker[hidden] { display: none; }
.modal-form-wrap .country-search { height: 42px; margin-bottom: 7px; padding-left: 12px; }
.country-options { max-height: 220px; overflow-y: auto; overscroll-behavior: contain; }
.country-option { width: 100%; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px; padding: 9px 10px; border: 0; border-radius: 8px; color: var(--ink); background: transparent; cursor: pointer; text-align: left; }
.country-option .country-flag { width: 22px; height: 16px; }
.country-option:hover, .country-option:focus-visible, .country-option[aria-selected="true"] { background: #edf7ff; }
.country-option strong { color: var(--green); font-size: 13px; }
.country-empty { margin: 0; padding: 14px 10px; color: var(--muted); font-size: 13px; }
.field-help { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.modal-form-wrap .button { margin-top:20px; }
.modal-form-wrap form > small { display:block;margin-top:13px;color:var(--muted);font-size:10px;text-align:center; }
.honeypot { position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important; }
.sr-only { position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important; }
.form-message { min-height:20px;margin:10px 0 0;font-size:13px;text-align:center; }
.form-message.error { color:var(--danger); }
.form-message.success { color:var(--green); }

.reveal { opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease; }
.reveal.visible { opacity:1;transform:none; }
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.scan-line{animation:none}.button{transition:none} }

@media (max-width: 1020px) {
  .desktop-nav,.desktop-only{display:none}.menu-button{display:block}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero h1,.hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.hero-confidence{justify-content:center}.hero-visual{min-height:520px}.proof-strip{margin-top:30px}
  .steps-flow{grid-template-columns:1fr}.step-arrow{transform:rotate(90deg);text-align:center}.step-card{min-height:400px}.bento-grid{grid-template-columns:1fr}.bento-large{grid-row:auto}.audience-grid,.partner-grid,.pricing-inner,.faq-grid{grid-template-columns:1fr}.faq-intro{position:static}.partner-console{max-width:620px;margin:auto}.pricing-inner{gap:28px}.price-box{max-width:420px;width:100%;margin:auto}
}

@media (max-width: 720px) {
  .container{width:min(100% - 28px,1180px)}.section{padding:78px 0}.nav-wrap{min-height:70px}.nav-actions .button{display:none}.hero{padding-top:120px}.hero h1{font-size:45px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-confidence{display:grid;text-align:left}.hero-visual{min-height:470px}.dashboard-card{width:calc(100% - 14px);padding:18px}.float-card{transform:scale(.85)}.qr-card{left:-20px}.reward-card{right:-24px}.return-card{right:-20px}.orbit-one{width:430px;height:430px}.orbit-two{width:350px;height:350px}.proof-strip{justify-content:flex-start;gap:12px}.proof-strip .proof-title{width:100%}.problem-grid,.compare-grid{grid-template-columns:1fr}.problem-card{min-height:240px}.steps-flow{display:block}.step-arrow{padding:12px}.outcome-banner{align-items:flex-start;flex-wrap:wrap}.outcome-banner a{width:100%;margin-left:56px}.bento-large{grid-template-columns:1fr;min-height:auto}.reward-stack{min-height:350px}.partner-points{grid-template-columns:1fr}.partner-copy .button{width:100%;padding:0 16px}.console-metrics{grid-template-columns:1fr}.pricing-inner{padding:28px 20px}.faq-grid{gap:38px}.final-card{padding:60px 18px}.final-actions{flex-direction:column}.footer-main{flex-direction:column}.footer-links{grid-template-columns:1fr 1fr;gap:35px}.footer-legal-company span{display:block;white-space:normal}.footer-bottom{flex-direction:column;gap:10px}.modal-layout{grid-template-columns:1fr}.modal-value{padding:34px 25px}.modal-value h2{font-size:28px}.modal-value .modal-note{display:none}.modal-form-wrap{padding:32px 24px}.modal-close{color:var(--forest);background:#eef4ef}.partner-modal{max-height:94vh;overflow:auto}.legal-main{padding:48px 0 72px}.legal-shell{width:min(100% - 28px,900px)}
}
