:root {
  --navy-950: #020817;
  --navy-900: #04152d;
  --navy-800: #082441;
  --navy-700: #0b3657;
  --cyan: #11b5e4;
  --cyan-bright: #38d5ff;
  --green: #16d69a;
  --violet: #9b87f5;
  --gold: #f7b955;
  --red: #ff6577;
  --white: #f7fbff;
  --muted: #94a9bf;
  --line: rgba(125, 211, 252, .16);
  --panel: rgba(9, 31, 57, .72);
  --font-display: "Sora", sans-serif;
  --font-body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--white); background: var(--navy-950); font-family: var(--font-body); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.page-grid { position: fixed; inset: 0; z-index: -3; opacity: .14; pointer-events: none; background-image: linear-gradient(rgba(56,213,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(56,213,255,.11) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at 50% 15%, #000, transparent 72%); }
.cursor-glow { position: fixed; z-index: -2; width: 520px; height: 520px; border-radius: 50%; pointer-events: none; opacity: .18; filter: blur(1px); background: radial-gradient(circle, rgba(17,181,228,.42), transparent 67%); transform: translate(-50%, -50%); transition: opacity .3s ease; }
.section-shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 100; top: 18px; left: 50%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; width: min(1220px, calc(100% - 40px)); min-height: 70px; padding: 9px 12px 9px 14px; border: 1px solid rgba(125,211,252,.18); border-radius: 16px; background: rgba(3,15,33,.74); box-shadow: 0 22px 60px rgba(0,0,0,.28); backdrop-filter: blur(20px); transform: translateX(-50%); transition: .3s ease; }
.site-header.scrolled { top: 8px; background: rgba(3,15,33,.92); }
.brand-mark { display: inline-flex; align-items: center; gap: 10px; min-width: 172px; color: #f8fbff; font-family: var(--font-display); font-size: 23px; font-weight: 800; letter-spacing: -.045em; }
.brand-mark img { width: 45px; height: 45px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(17,181,228,.32)); }
.brand-mark b { color: var(--cyan-bright); }
.main-nav { display: flex; justify-content: center; gap: 32px; }
.main-nav a { position: relative; color: #b7c8d8; font-size: 14px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: -9px; left: 50%; height: 2px; background: var(--cyan-bright); transition: .2s ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; left: 0; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-login { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 16px; border: 1px solid rgba(125,211,252,.24); border-radius: 9px; color: #dcecf7; background: rgba(17,181,228,.05); font-size: 13px; font-weight: 900; transition: .22s ease; }
.header-login:hover { border-color: rgba(56,213,255,.65); color: #fff; background: rgba(17,181,228,.13); transform: translateY(-2px); }
.login-arrow { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 0 24px; border: 1px solid rgba(103,232,249,.6); border-radius: 9px; color: #001426; background: linear-gradient(135deg, #4be1ff, #15b4e5 54%, #12d2a1); box-shadow: 0 14px 42px rgba(17,181,228,.2), inset 0 1px rgba(255,255,255,.42); font-weight: 900; transition: .22s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 18px 52px rgba(17,181,228,.34); }
.button span { font-size: 18px; }
.button-small { min-height: 46px; padding-inline: 18px; font-size: 13px; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; min-height: 900px; padding-top: 145px; padding-bottom: 90px; }
.hero::before { content: ""; position: absolute; z-index: -1; top: -240px; left: -380px; width: 900px; height: 900px; border-radius: 50%; background: radial-gradient(circle, rgba(12,93,145,.3), transparent 68%); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #69daf7; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(22,214,154,.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(22,214,154,0); } 100% { box-shadow: 0 0 0 0 rgba(22,214,154,0); } }
.hero h1, .section-heading h2, .impact-copy h2, .cta-copy h2 { margin: 24px 0 0; font-family: var(--font-display); font-weight: 700; letter-spacing: -.05em; }
.hero h1 { max-width: 680px; font-size: clamp(48px, 5.6vw, 78px); line-height: 1.03; }
.hero h1 span, .section-heading h2 span { color: transparent; background: linear-gradient(90deg, #21c9f5, #5de8ff 48%, #26d7a6); background-clip: text; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #b3c3d4; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #d6e5f2; font-weight: 800; }
.play-icon { display: grid; place-items: center; width: 36px; height: 36px; padding-left: 2px; border: 1px solid rgba(56,213,255,.35); border-radius: 50%; color: var(--cyan-bright); background: rgba(17,181,228,.09); font-size: 10px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 42px; color: #8da5ba; font-size: 12px; font-weight: 700; }
.trust-line span { display: flex; align-items: center; gap: 7px; }
.trust-line i { color: var(--green); font-style: normal; }

.hero-visual { position: relative; min-height: 590px; perspective: 1400px; }
.dashboard-window { position: absolute; top: 70px; right: -50px; width: 690px; overflow: hidden; border: 1px solid rgba(70,210,255,.28); border-radius: 18px; background: rgba(4,18,42,.9); box-shadow: 0 45px 110px rgba(0,0,0,.56), 0 0 90px rgba(17,181,228,.1); transform: rotateY(-7deg) rotateX(2deg); transform-origin: center; transition: transform .2s ease-out; }
.window-top { display: flex; align-items: center; gap: 7px; height: 42px; padding: 0 16px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.025); }
.window-top > span { width: 8px; height: 8px; border-radius: 50%; background: #30445a; }
.window-top > span:first-child { background: #ff6375; }.window-top > span:nth-child(2) { background: #f7b955; }.window-top > span:nth-child(3) { background: #25d99f; }
.window-top small { margin-left: auto; color: #7891a8; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.dashboard-main { display: grid; grid-template-columns: 60px 1fr; min-height: 410px; }
.mini-sidebar { display: grid; align-content: start; justify-items: center; gap: 20px; padding-top: 22px; border-right: 1px solid var(--line); background: rgba(1,10,25,.56); }
.mini-logo { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; color: #001426; background: var(--cyan-bright); font-weight: 900; }
.mini-sidebar i { width: 22px; height: 5px; border-radius: 9px; background: #294158; }.mini-sidebar i:nth-of-type(1) { background: var(--cyan); }
.dashboard-content { padding: 24px; }
.dash-heading, .widget-head, .radar-top { display: flex; align-items: flex-start; justify-content: space-between; }
.dash-heading div { display: grid; gap: 5px; }.dash-heading small, .panel-copy small { color: #44d7f5; font-size: 9px; font-weight: 900; letter-spacing: .14em; }.dash-heading strong { font-size: 20px; }
.live-pill { padding: 5px 9px; border: 1px solid rgba(22,214,154,.25); border-radius: 99px; color: #52e8b9; background: rgba(22,214,154,.08); font-size: 9px; font-weight: 800; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
.metric-row article { display: grid; gap: 6px; padding: 14px; border: 1px solid rgba(125,211,252,.13); border-radius: 9px; background: rgba(18,48,79,.48); }.metric-row small { color: #8297aa; font-size: 9px; }.metric-row strong { font-size: 15px; }.metric-row em { color: #4ae1b0; font-size: 9px; font-style: normal; font-weight: 800; }.metric-row em.attention { color: var(--gold); }
.chart-zone { display: grid; grid-template-columns: 1fr 150px; gap: 10px; margin-top: 10px; }
.chart-card, .score-card { min-height: 220px; padding: 16px; border: 1px solid rgba(125,211,252,.13); border-radius: 9px; background: rgba(8,27,52,.62); }
.chart-title { display: flex; justify-content: space-between; color: #d5e2ed; font-size: 10px; font-weight: 800; }.chart-title b { color: #647d94; font-size: 8px; }.chart-card svg { width: 100%; margin-top: 18px; overflow: visible; }.grid-line { fill: none; stroke: rgba(125,211,252,.09); }.area { fill: url(#area); }.line { fill: none; stroke: #38d5ff; stroke-width: 3; }.chart-card circle { fill: #38d5ff; filter: drop-shadow(0 0 8px #38d5ff); }
.score-card { display: grid; justify-items: center; align-content: center; }.score-card > small { color: #7891a8; font-size: 8px; font-weight: 900; }.gauge { position: relative; width: 104px; height: 52px; overflow: hidden; margin-top: 18px; }.gauge::before { content: ""; position: absolute; inset: 0; border: 13px solid #24374c; border-bottom: 0; border-radius: 100px 100px 0 0; }.gauge::after { content: ""; position: absolute; inset: 0; border: 13px solid transparent; border-top-color: var(--green); border-right-color: var(--green); border-radius: 100px 100px 0 0; transform: rotate(18deg); }.gauge span { position: absolute; z-index: 2; bottom: -3px; left: 50%; width: 45px; height: 3px; border-radius: 3px; background: #fff; box-shadow: 0 0 8px #fff; transform: rotate(-24deg); transform-origin: left; }.score-card strong { margin-top: 8px; font-size: 32px; }.score-card p { margin: 0; color: #46ddb0; font-size: 9px; font-weight: 800; }
.floating-card { position: absolute; z-index: 4; display: grid; border: 1px solid rgba(125,211,252,.24); border-radius: 12px; background: rgba(8,31,58,.9); box-shadow: 0 20px 50px rgba(0,0,0,.38); backdrop-filter: blur(14px); }
.float-margin { right: -14px; bottom: 5px; width: 220px; padding: 16px; animation: float 4.5s ease-in-out infinite; }.float-margin small, .float-alert small { color: #7f9ab0; font-size: 8px; font-weight: 900; letter-spacing: .1em; }.float-margin strong { margin: 7px 0 3px; color: #50e0b4; font-size: 21px; }.float-margin span { color: #a8bdce; font-size: 10px; }.float-alert { bottom: 45px; left: -28px; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; width: 235px; padding: 12px; animation: float 4.5s 1.4s ease-in-out infinite; }.float-alert > b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #2b1900; background: var(--gold); }.float-alert div { display: grid; gap: 3px; }.float-alert strong { font-size: 11px; }
@keyframes float { 50% { transform: translateY(-10px); } }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }.orb-one { top: 0; right: -90px; width: 390px; height: 390px; background: radial-gradient(circle, rgba(17,181,228,.24), transparent 67%); }.orb-two { bottom: 0; left: -80px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(22,214,154,.13), transparent 68%); }

.signal-strip { overflow: hidden; border-block: 1px solid rgba(56,213,255,.12); background: rgba(9,40,68,.45); }
.signal-track { display: flex; align-items: center; gap: 24px; width: max-content; min-height: 60px; color: #7490a7; font-size: 10px; font-weight: 900; letter-spacing: .15em; animation: ticker 34s linear infinite; }.signal-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
@keyframes ticker { to { transform: translateX(-50%); } }

.decision-section { padding-top: 92px; }
.decision-card { position: relative; overflow: hidden; padding: 48px; border: 1px solid rgba(247,185,85,.24); border-radius: 18px; background: linear-gradient(130deg, rgba(26,35,57,.78), rgba(5,20,39,.88)); box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.decision-card::after { content: ""; position: absolute; top: -180px; right: -120px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(247,185,85,.12), transparent 68%); }
.decision-kicker { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgba(247,185,85,.14); color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.decision-kicker i { color: #7990a4; font-style: normal; font-weight: 700; }
.decision-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.16fr .84fr; gap: 70px; align-items: end; padding-block: 42px; }
.decision-grid h2 { margin: 0; font-family: var(--font-display); font-size: clamp(31px, 3.5vw, 48px); line-height: 1.17; letter-spacing: -.04em; }
.decision-grid p { margin: 0; color: #9fb1c1; line-height: 1.75; }
.decision-grid strong { display: block; margin-top: 18px; color: #e5f4fb; }
.decision-proof { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.decision-proof span { display: flex; gap: 12px; align-items: center; padding: 16px; border: 1px solid rgba(125,211,252,.1); border-radius: 9px; color: #b8c9d6; background: rgba(3,18,36,.45); font-size: 12px; font-weight: 800; }
.decision-proof b { color: var(--cyan-bright); font-size: 10px; }
.decision-visual { position: relative; z-index: 1; overflow: hidden; min-height: 430px; margin-top: 34px; border: 1px solid rgba(56,213,255,.18); border-radius: 15px; background: #031225; box-shadow: 0 30px 70px rgba(0,0,0,.34); }
.decision-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,8,23,.08), transparent 45%, rgba(2,8,23,.1)), linear-gradient(0deg, rgba(2,8,23,.8), transparent 46%); pointer-events: none; }
.decision-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.03); transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.decision-card:hover .decision-visual img { transform: scale(1.025); }
.decision-visual-copy { position: absolute; z-index: 2; right: 32px; bottom: 28px; left: 32px; display: grid; gap: 7px; max-width: 540px; }
.decision-visual-copy small { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.decision-visual-copy strong { font-family: var(--font-display); font-size: clamp(22px, 2.5vw, 34px); line-height: 1.18; text-shadow: 0 3px 22px #020817; }
.decision-scan { position: absolute; z-index: 3; top: 0; bottom: 0; left: -20%; width: 14%; opacity: .28; background: linear-gradient(90deg, transparent, rgba(56,213,255,.48), transparent); filter: blur(8px); transform: skewX(-15deg); animation: decisionScan 7s ease-in-out infinite; }
@keyframes decisionScan { 0%, 18% { left: -20%; } 72%, 100% { left: 115%; } }
.decision-proof article { position: relative; overflow: hidden; min-height: 310px; padding: 28px; border: 1px solid rgba(125,211,252,.13); border-radius: 14px; background: linear-gradient(145deg, rgba(9,39,67,.78), rgba(3,18,38,.88)); transition: .3s ease; }
.decision-proof article::before { content: ""; position: absolute; inset: auto -70px -90px auto; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(56,213,255,.1), transparent 67%); }
.decision-proof article:hover { border-color: rgba(56,213,255,.4); transform: translateY(-7px); box-shadow: 0 25px 55px rgba(0,0,0,.26); }
.decision-proof article > span { position: absolute; top: 28px; right: 26px; display: block; width: auto; min-height: 0; padding: 0; border: 0; color: rgba(255,255,255,.2); background: none; font-family: var(--font-display); font-size: 20px; }
.decision-proof h3 { position: relative; max-width: 285px; margin: 24px 0 0; font-family: var(--font-display); font-size: 25px; line-height: 1.22; letter-spacing: -.035em; }
.decision-proof p { position: relative; margin: 15px 0 0; color: #91a8ba; font-size: 13px; line-height: 1.65; }
.decision-proof article > strong { position: relative; display: block; margin-top: 18px; color: #e5f4fb; font-size: 12px; }
.decision-icon { position: relative; display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid rgba(56,213,255,.28); border-radius: 17px; background: rgba(17,181,228,.08); box-shadow: inset 0 0 28px rgba(17,181,228,.05), 0 0 28px rgba(17,181,228,.08); }
.leak-icon { display: flex; align-items: end; justify-content: center; gap: 5px; padding: 15px; }
.leak-icon i { width: 9px; border-radius: 3px 3px 1px 1px; background: linear-gradient(var(--cyan-bright), #127ba9); }
.leak-icon i:first-child { height: 20px; }.leak-icon i:nth-child(2) { height: 34px; }.leak-icon i:last-child { position: relative; height: 44px; background: linear-gradient(var(--gold), #ba6b17); }
.leak-icon i:last-child::after { content: ""; position: absolute; right: -5px; bottom: -12px; width: 7px; height: 7px; border-radius: 50% 50% 50% 0; background: var(--gold); transform: rotate(-45deg); box-shadow: 0 8px 0 -1px rgba(247,185,85,.55); }
.alert-icon { border-color: rgba(247,185,85,.32); background: rgba(247,185,85,.07); }
.alert-icon i { display: grid; place-items: center; width: 36px; height: 36px; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 21px; font-style: normal; font-weight: 900; box-shadow: 0 0 24px rgba(247,185,85,.2); }
.route-icon { border-color: rgba(22,214,154,.3); background: rgba(22,214,154,.07); }
.route-icon i { position: absolute; width: 40px; height: 24px; border-bottom: 3px solid var(--green); border-left: 3px solid var(--green); border-radius: 0 0 0 9px; transform: rotate(-20deg); }
.route-icon b { position: absolute; top: 10px; right: 11px; color: var(--green); font-size: 24px; }

.problem-section, .platform-section, .journey-section { padding-block: 140px; }
.section-heading { max-width: 620px; }.section-heading.centered { margin-inline: auto; text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .impact-copy h2 { font-size: clamp(38px, 4.4vw, 62px); line-height: 1.08; }.section-heading p, .impact-copy > p { max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.outcome-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 64px; }
.outcome-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(13,46,77,.66), rgba(4,18,40,.76)); transition: .3s ease; }.outcome-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px; opacity: .8; background: var(--accent); transform: scaleX(.18); transform-origin: left; transition: .3s ease; }.outcome-card[data-accent="cyan"] { --accent: var(--cyan-bright); }.outcome-card[data-accent="green"] { --accent: var(--green); }.outcome-card[data-accent="violet"] { --accent: var(--violet); }.outcome-card[data-accent="gold"] { --accent: var(--gold); }.outcome-card:hover { border-color: color-mix(in srgb, var(--accent) 42%, transparent); transform: translateY(-5px); }.outcome-card:hover::before, .outcome-card.expanded::before { transform: scaleX(1); }.card-number { position: absolute; top: 24px; right: 26px; color: rgba(255,255,255,.16); font-family: var(--font-display); font-size: 28px; font-weight: 800; }.feature-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid color-mix(in srgb, var(--accent) 42%, transparent); border-radius: 12px; color: var(--accent); background: color-mix(in srgb, var(--accent) 10%, transparent); font-size: 24px; }.outcome-card h3 { max-width: 420px; margin: 26px 0 0; font-family: var(--font-display); font-size: 23px; line-height: 1.35; }.outcome-card > p { margin: 15px 0 0; color: #98adc0; line-height: 1.7; }.card-expand { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 26px; padding: 17px 0 0; border: 0; border-top: 1px solid rgba(125,211,252,.12); color: #cce8f4; background: transparent; font-size: 12px; font-weight: 900; cursor: pointer; }.card-expand span { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); transition: .25s ease; }.expanded .card-expand span { transform: rotate(45deg); }.card-detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }.card-detail ul { min-height: 0; overflow: hidden; margin: 0; padding-left: 20px; color: #afc3d3; }.card-detail li { margin-top: 10px; }.expanded .card-detail { grid-template-rows: 1fr; }.expanded .card-detail ul { padding-top: 12px; }

.impact-section { position: relative; overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(120deg, rgba(7,39,67,.88), rgba(2,10,25,.96)); }.impact-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(120deg, transparent 0 80px, rgba(56,213,255,.07) 81px 82px); }.impact-inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; min-height: 760px; padding-block: 100px; }.impact-list { display: grid; gap: 18px; margin-top: 34px; }.impact-list div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 16px; border: 1px solid rgba(125,211,252,.11); border-radius: 10px; background: rgba(7,25,47,.45); }.impact-list span { color: var(--cyan-bright); font-family: var(--font-display); font-size: 12px; font-weight: 900; }.impact-list p { margin: 0; color: #a9bdce; }.impact-list strong { color: #fff; }
.radar-panel { overflow: hidden; padding: 26px; border: 1px solid rgba(56,213,255,.24); border-radius: 18px; background: radial-gradient(circle at 50% 44%, rgba(14,116,144,.18), transparent 38%), rgba(2,15,33,.72); box-shadow: 0 30px 80px rgba(0,0,0,.3); }.radar-top span { color: #dbeafe; font-size: 11px; font-weight: 900; letter-spacing: .13em; }.radar-top i { color: #55e6b8; font-size: 9px; font-style: normal; }.radar-stage { position: relative; display: grid; place-items: center; min-height: 430px; }.radar-circles { position: relative; width: 360px; height: 360px; border: 1px solid rgba(56,213,255,.15); border-radius: 50%; }.radar-circles > i { position: absolute; inset: 12.5%; border: 1px solid rgba(56,213,255,.14); border-radius: 50%; }.radar-circles > i:nth-child(2) { inset: 25%; }.radar-circles > i:nth-child(3) { inset: 37.5%; }.radar-circles > i:nth-child(4) { inset: 49.5%; }.radar-circles::before, .radar-circles::after { content: ""; position: absolute; background: rgba(56,213,255,.14); }.radar-circles::before { top: 50%; right: 0; left: 0; height: 1px; }.radar-circles::after { top: 0; bottom: 0; left: 50%; width: 1px; }.radar-circles > span { position: absolute; inset: 0; overflow: hidden; border-radius: 50%; background: conic-gradient(from 0deg, rgba(56,213,255,.2), transparent 18%); animation: scan 5s linear infinite; }.radar-point { position: absolute; width: 9px; height: 9px; border: 2px solid #d9ffff; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }.p1 { top: 19%; left: 65%; }.p2 { top: 61%; left: 19%; }.p3 { top: 72%; left: 70%; background: var(--gold); box-shadow: 0 0 16px var(--gold); }.radar-center { position: absolute; display: grid; place-items: center; }.radar-center small { color: #7894aa; font-size: 9px; font-weight: 900; letter-spacing: .14em; }.radar-center strong { font-family: var(--font-display); font-size: 40px; }.radar-status { display: flex; justify-content: center; gap: 24px; color: #91a7ba; font-size: 10px; }.radar-status span { display: flex; align-items: center; gap: 7px; }.radar-status i { width: 6px; height: 6px; border-radius: 50%; }.radar-status .ok { background: var(--green); box-shadow: 0 0 8px var(--green); }.radar-status .warn { background: var(--gold); box-shadow: 0 0 8px var(--gold); }
@keyframes scan { to { transform: rotate(360deg); } }

.product-story { padding-block: 140px; }
.product-scene { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; margin-top: 110px; }
.product-scene.reverse { grid-template-columns: 1.28fr .72fr; }
.product-scene.reverse .product-copy { order: 2; }
.product-copy { position: relative; }
.scene-number { position: absolute; top: -66px; left: -8px; color: rgba(56,213,255,.09); font-family: var(--font-display); font-size: 86px; font-weight: 900; }
.product-copy > small { position: relative; color: var(--cyan-bright); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.product-copy h3 { position: relative; margin: 17px 0 0; font-family: var(--font-display); font-size: clamp(30px, 3vw, 43px); line-height: 1.18; letter-spacing: -.04em; }
.product-copy p { color: #95aabd; line-height: 1.78; }
.product-copy ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.product-copy li { display: flex; gap: 10px; color: #c6d6e1; font-size: 12px; font-weight: 700; }
.product-copy li::before { content: "✓"; color: var(--green); font-weight: 900; }
.app-shot { overflow: hidden; border: 1px solid rgba(56,213,255,.24); border-radius: 16px; background: #06172f; box-shadow: 0 42px 100px rgba(0,0,0,.42), 0 0 75px rgba(17,181,228,.08); transform: perspective(1200px) rotateY(-2deg); transition: .35s ease; }
.product-scene.reverse .app-shot { transform: perspective(1200px) rotateY(2deg); }
.app-shot:hover { border-color: rgba(56,213,255,.48); transform: perspective(1200px) rotateY(0) translateY(-5px); }
.shot-bar { display: flex; align-items: center; gap: 6px; height: 38px; padding: 0 14px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); }
.shot-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #ff6577; }
.shot-bar > span:nth-child(2) { background: var(--gold); }.shot-bar > span:nth-child(3) { background: var(--green); }
.shot-bar b { margin-left: auto; color: #69849b; font-size: 8px; letter-spacing: .1em; }
.shot-body { padding: 22px; }
.shot-metrics, .finance-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.shot-metrics > div, .finance-cards > div { display: grid; gap: 7px; padding: 14px; border: 1px solid rgba(125,211,252,.12); border-radius: 8px; background: rgba(14,45,75,.55); }
.shot-metrics small, .finance-cards small, .margin-head small { color: #768fa4; font-size: 8px; font-weight: 900; }
.shot-metrics strong, .finance-cards strong { font-size: 14px; }
.shot-metrics > div:nth-child(2) strong, .shot-metrics > div:nth-child(3) strong, .finance-cards > div:first-child strong, .finance-cards > div:last-child strong { color: #48dfb0; }
.shot-analysis-grid { display: grid; grid-template-columns: 1fr 190px; gap: 8px; margin-top: 8px; }
.shot-dre, .shot-score, .margin-table, .finance-calendar { padding: 16px; border: 1px solid rgba(125,211,252,.12); border-radius: 8px; background: rgba(5,24,49,.72); }
.shot-dre header, .finance-calendar header { display: flex; justify-content: space-between; color: #63def6; font-size: 9px; font-weight: 900; }.shot-dre header b { color: var(--green); }
.shot-dre p { display: flex; justify-content: space-between; margin: 8px 0 0; padding: 8px; color: #8197aa; background: rgba(255,255,255,.025); font-size: 9px; }.shot-dre p strong { color: #dce7ef; }
.shot-dre p.positive { border-left: 2px solid var(--green); color: #dce7ef; background: rgba(22,214,154,.08); }
.shot-score { display: grid; justify-items: center; align-content: center; }
.shot-gauge { width: 108px; height: 54px; border: 13px solid #25384b; border-bottom: 0; border-radius: 108px 108px 0 0; box-shadow: inset 35px 9px 0 -13px rgba(22,214,154,.8); }
.shot-score > strong { margin-top: 7px; font-size: 34px; }.shot-score > span { color: #4cdeb0; font-size: 9px; }
.shot-score i { margin-top: 11px; padding: 4px 7px; border-radius: 90px; color: #4cdeb0; background: rgba(22,214,154,.09); font-size: 7px; font-style: normal; }
.margin-head { display: flex; justify-content: space-between; align-items: center; padding: 15px; border: 1px solid rgba(22,214,154,.2); border-radius: 8px; background: rgba(22,214,154,.06); }.margin-head div { display: grid; gap: 6px; }
.margin-head strong { color: var(--green); font-size: 24px; }.margin-head > span { padding: 5px 9px; border-radius: 90px; color: var(--gold); background: rgba(247,185,85,.1); font-size: 8px; font-weight: 900; }
.margin-table { margin-top: 8px; }.margin-table header, .margin-table p { display: grid; grid-template-columns: 1.35fr 1fr .6fr .8fr; gap: 8px; align-items: center; }
.margin-table header { padding: 0 9px 9px; color: #6f899f; font-size: 7px; font-weight: 900; }.margin-table p { margin: 0; padding: 13px 9px; border-top: 1px solid rgba(125,211,252,.09); color: #9fb0be; font-size: 9px; }.margin-table p b { color: #dbe6ed; }
.margin-table p i { justify-self: start; padding: 5px 7px; border-radius: 90px; font-size: 7px; font-style: normal; font-weight: 900; }.good { color: var(--green); }.warn { color: var(--gold); }.bad { color: var(--red); }.good-pill { color: var(--green); background: rgba(22,214,154,.1); }.warn-pill { color: var(--gold); background: rgba(247,185,85,.1); }.bad-pill { color: var(--red); background: rgba(255,101,119,.1); }
.finance-cards span { color: #70899f; font-size: 8px; }.finance-calendar { margin-top: 8px; }.finance-calendar header span { color: #71899c; }
.calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-top: 22px; }.calendar-days i { position: relative; display: grid; place-items: center; aspect-ratio: 1; border: 1px solid rgba(125,211,252,.08); border-radius: 7px; color: #8097aa; background: rgba(255,255,255,.02); font-size: 9px; font-style: normal; }
.calendar-days i.has-payment { color: #d6e5ee; border-color: rgba(247,185,85,.26); }.calendar-days i.selected { color: #001726; background: linear-gradient(135deg, var(--cyan-bright), var(--green)); font-weight: 900; }
.calendar-days small { position: absolute; top: 3px; right: 4px; display: grid; place-items: center; width: 12px; height: 12px; border-radius: 50%; color: #09203a; background: var(--gold); font-size: 6px; font-weight: 900; }
.finance-calendar footer { display: flex; justify-content: space-between; margin-top: 16px; padding-top: 12px; border-top: 1px solid rgba(125,211,252,.1); color: #7d96aa; font-size: 9px; }.finance-calendar footer span { display: flex; gap: 6px; align-items: center; }.finance-calendar footer span b { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }.finance-calendar footer strong { color: #e0eaf0; }
.mid-cta { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 100px; padding: 30px 34px; border: 1px solid rgba(56,213,255,.22); border-radius: 14px; background: linear-gradient(110deg, rgba(10,66,98,.7), rgba(7,39,61,.52)); }.mid-cta div { display: grid; gap: 5px; }.mid-cta small { color: #73a2b9; }.mid-cta strong { font-family: var(--font-display); font-size: 21px; }

.platform-section { position: relative; }.platform-console { margin-top: 58px; overflow: hidden; border: 1px solid rgba(56,213,255,.22); border-radius: 18px; background: rgba(3,17,37,.78); box-shadow: 0 38px 100px rgba(0,0,0,.36); }.console-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }.console-tab { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 68px; border: 0; border-right: 1px solid var(--line); color: #8199ae; background: rgba(255,255,255,.018); font-weight: 800; cursor: pointer; transition: .2s ease; }.console-tab:last-child { border-right: 0; }.console-tab span { color: #49667d; font-size: 10px; }.console-tab.active { color: #fff; background: linear-gradient(180deg, rgba(17,181,228,.18), rgba(17,181,228,.03)); box-shadow: inset 0 -2px var(--cyan-bright); }.console-tab.active span { color: var(--cyan-bright); }.console-panel { display: none; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; min-height: 510px; padding: 58px; animation: panelIn .45s ease both; }.console-panel.active { display: grid; }.panel-copy h3 { max-width: 520px; margin: 16px 0 0; font-family: var(--font-display); font-size: 36px; line-height: 1.25; }.panel-copy p { color: #9eb2c3; line-height: 1.75; }.panel-copy ul { display: grid; gap: 11px; margin-top: 26px; padding: 0; list-style: none; }.panel-copy li { display: flex; align-items: center; gap: 10px; color: #c5d5e1; font-size: 13px; }.panel-copy li::before { content: "✓"; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #05221a; background: var(--green); font-size: 10px; font-weight: 900; }.panel-widget { min-height: 340px; padding: 26px; border: 1px solid rgba(56,213,255,.2); border-radius: 14px; background: linear-gradient(145deg, rgba(14,57,92,.58), rgba(3,18,40,.88)); }.widget-head { color: #d5e7f3; font-size: 12px; font-weight: 900; }.widget-head b { color: #62dff8; font-size: 9px; }.widget-score { display: grid; justify-items: center; margin-top: 35px; }.mini-gauge { width: 180px; height: 90px; border: 22px solid #21364b; border-bottom: 0; border-radius: 180px 180px 0 0; background: conic-gradient(from 270deg at 50% 100%, #ff6375 0 33%, #f7b955 33% 66%, #16d69a 66%); }.widget-score strong { margin-top: 10px; font-family: var(--font-display); font-size: 52px; }.widget-score span { color: #55e6b8; font-size: 11px; font-weight: 800; }.widget-bars { display: flex; gap: 8px; align-items: end; height: 46px; margin-top: 20px; }.widget-bars i { width: 33.333%; height: var(--value); border-radius: 4px 4px 0 0; background: linear-gradient(#3bd9f8, rgba(59,217,248,.18)); }.cash-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 36px; }.cash-flow div { display: grid; gap: 9px; padding: 18px; border: 1px solid var(--line); border-radius: 9px; }.cash-flow small { color: #7f99ae; }.cash-flow strong { font-size: 18px; }.cash-flow div:first-child strong { color: var(--green); }.cash-flow div:last-child strong { color: var(--red); }.flow-result { display: grid; gap: 9px; margin-top: 12px; padding: 22px; border: 1px solid rgba(22,214,154,.3); border-radius: 9px; background: rgba(22,214,154,.08); }.flow-result span { color: #9db4c5; }.flow-result strong { color: #55e6b8; font-size: 29px; }.sales-widget { display: grid; justify-items: center; }.sales-widget .widget-head { width: 100%; }.progress-ring { display: grid; place-items: center; width: 170px; height: 170px; margin-top: 27px; border-radius: 50%; background: radial-gradient(circle at center, #09213b 0 57%, transparent 58%), conic-gradient(var(--cyan-bright) 0 78%, #21364b 78%); }.progress-ring strong { font-family: var(--font-display); font-size: 44px; }.progress-ring small { font-size: 18px; }.sales-footer { display: flex; gap: 28px; margin-top: 20px; color: #8098ad; font-size: 10px; }.sales-footer span { display: grid; gap: 3px; }.sales-footer b { color: #dceaf4; font-size: 13px; }.agenda-widget { display: grid; gap: 10px; }.agenda-item { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.025); }.agenda-item time { color: var(--cyan-bright); font-weight: 900; }.agenda-item div { display: grid; gap: 4px; }.agenda-item small { color: #7f98ad; }.agenda-item strong { font-size: 12px; }
@keyframes panelIn { from { opacity: 0; transform: translateY(12px); } }

.journey-section { padding-top: 40px; }.journey-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 70px; }.journey-line::before { content: ""; position: absolute; top: 45px; right: 10%; left: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(56,213,255,.5), transparent); }.journey-line article { position: relative; padding: 24px; text-align: center; }.journey-line article > span { position: absolute; top: 0; right: 14px; color: rgba(255,255,255,.12); font-family: var(--font-display); font-size: 22px; font-weight: 900; }.journey-icon { position: relative; z-index: 2; display: grid; place-items: center; width: 76px; height: 76px; margin-inline: auto; border: 1px solid rgba(56,213,255,.32); border-radius: 18px; color: var(--cyan-bright); background: #071c35; box-shadow: 0 0 34px rgba(17,181,228,.12); font-size: 28px; }.journey-line h3 { margin: 22px 0 0; font-family: var(--font-display); }.journey-line p { color: #849caf; font-size: 13px; line-height: 1.6; }

.faq-section { border-block: 1px solid var(--line); background: rgba(5,23,43,.62); }.faq-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; padding-block: 130px; }.accordion { display: grid; align-content: start; }.accordion-item { border-bottom: 1px solid rgba(125,211,252,.16); }.accordion-item button { display: grid; grid-template-columns: 1fr 34px; align-items: center; width: 100%; min-height: 78px; padding: 0; border: 0; color: #dce9f2; background: transparent; text-align: left; font-weight: 800; cursor: pointer; }.accordion-item button i { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--cyan-bright); font-size: 18px; font-style: normal; }.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }.accordion-content p { min-height: 0; overflow: hidden; margin: 0; color: #91a8ba; line-height: 1.7; }.accordion-item.open .accordion-content { grid-template-rows: 1fr; }.accordion-item.open .accordion-content p { padding: 0 50px 24px 0; }

.final-cta { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; overflow: hidden; margin-block: 120px; padding: 72px; border: 1px solid rgba(103,232,249,.3); border-radius: 22px; background: linear-gradient(125deg, #0a5376, #087ca0 48%, #0b9d88); box-shadow: 0 40px 110px rgba(0,110,150,.22); }.cta-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg, transparent, #000); }.cta-orb { position: absolute; right: -90px; bottom: -180px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: inset 0 0 0 80px rgba(255,255,255,.035), inset 0 0 0 160px rgba(255,255,255,.025); }.cta-copy, .cta-action { position: relative; }.cta-copy { max-width: 720px; }.cta-copy .eyebrow { color: #d8fbff; }.cta-copy h2 { font-size: clamp(36px, 4vw, 58px); line-height: 1.12; }.cta-copy p { max-width: 650px; color: rgba(240,253,255,.78); font-size: 16px; line-height: 1.7; }.cta-action { display: grid; justify-items: stretch; gap: 10px; min-width: 290px; }.button-light { border-color: #fff; color: #063049; background: #fff; box-shadow: 0 18px 44px rgba(0,24,50,.2); }.cta-action > small { color: rgba(255,255,255,.72); font-size: 10px; text-align: center; }
.social-button { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 8px 18px; border: 1px solid rgba(255,255,255,.38); border-radius: 9px; color: #fff; background: rgba(2,18,38,.15); backdrop-filter: blur(10px); transition: .22s ease; }
.social-button:hover { border-color: #fff; background: rgba(2,18,38,.28); transform: translateY(-2px); }
.social-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }.social-button .instagram-dot { fill: currentColor; stroke: none; }
.social-button > span { display: grid; gap: 1px; }.social-button small { color: rgba(255,255,255,.7); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.social-button strong { font-size: 12px; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding-block: 40px 24px; }.footer-brand { display: flex; align-items: center; gap: 20px; }.footer-brand .brand-mark { min-width: 150px; font-size: 21px; }.footer-brand .brand-mark img { width: 40px; height: 40px; }.footer-brand p { color: #7f97aa; font-size: 12px; }.footer-links { display: flex; gap: 24px; color: #a9bdcb; font-size: 12px; font-weight: 800; }.footer-links a:hover { color: var(--cyan-bright); }.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #607a90; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay-1 { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .22s; }.reveal-delay-3 { transition-delay: .32s; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 170px; }.hero-copy { max-width: 780px; }.hero-visual { width: min(760px, 100%); margin-inline: auto; }.dashboard-window { right: 0; width: 100%; transform: none; }.impact-inner { gap: 42px; }.final-cta { grid-template-columns: 1fr; }.cta-action { justify-items: start; }
}
@media (max-width: 820px) {
  .brand-mark { min-width: 145px; font-size: 20px; }
  .brand-mark img { width: 40px; height: 40px; }
  .site-header { grid-template-columns: 1fr auto; }.brand-surface { width: 145px; }.menu-toggle { display: grid; gap: 6px; padding: 14px; cursor: pointer; }.menu-toggle span { display: block; width: 23px; height: 2px; background: #fff; transition: .2s ease; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }.header-cta { display: none; }.main-nav { position: fixed; top: 94px; right: 20px; left: 20px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(3,15,33,.98); box-shadow: 0 25px 70px rgba(0,0,0,.5); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s ease; }.main-nav.open { opacity: 1; pointer-events: auto; transform: none; }.main-nav a { padding: 17px; border-bottom: 1px solid var(--line); }.main-nav a:last-child { border: 0; }.main-nav a::after { display: none; }.outcome-grid, .impact-inner, .faq-inner { grid-template-columns: 1fr; }.impact-inner { padding-block: 100px; }.console-panel { grid-template-columns: 1fr; gap: 35px; padding: 34px; }.journey-line { grid-template-columns: repeat(2, 1fr); }.journey-line::before { display: none; }.faq-inner { gap: 46px; }.footer-brand { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .section-shell { width: min(100% - 28px, 1220px); }.site-header { width: calc(100% - 24px); top: 10px; }.hero { gap: 18px; padding-top: 135px; padding-bottom: 75px; }.hero h1 { font-size: clamp(42px, 13vw, 58px); }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.text-link { justify-content: center; }.trust-line { display: grid; }.hero-visual { min-height: 465px; margin-top: 18px; }.dashboard-window { top: 25px; border-radius: 12px; }.dashboard-main { grid-template-columns: 38px 1fr; }.mini-sidebar { gap: 14px; }.mini-sidebar i { width: 15px; }.dashboard-content { padding: 13px; }.metric-row { gap: 5px; }.metric-row article { padding: 9px 7px; }.metric-row strong { font-size: 11px; }.chart-zone { grid-template-columns: 1fr 98px; gap: 5px; }.chart-card, .score-card { min-height: 160px; padding: 10px; }.gauge { width: 72px; height: 36px; }.score-card strong { font-size: 24px; }.float-alert { bottom: 5px; left: 4px; }.float-margin { display: none; }.problem-section, .platform-section, .journey-section { padding-block: 90px; }.outcome-grid { grid-template-columns: 1fr; margin-top: 40px; }.outcome-card { padding: 26px; }.section-heading h2, .impact-copy h2 { font-size: 40px; }.radar-panel { padding: 18px; }.radar-stage { min-height: 320px; }.radar-circles { width: 280px; height: 280px; }.radar-status { align-items: flex-start; flex-direction: column; }.console-tabs { grid-template-columns: repeat(2, 1fr); }.console-tab:nth-child(2) { border-right: 0; }.console-panel { padding: 26px 20px; }.panel-copy h3 { font-size: 28px; }.panel-widget { min-height: 300px; padding: 18px; }.journey-line { grid-template-columns: 1fr; }.faq-inner { padding-block: 90px; }.final-cta { width: calc(100% - 28px); margin-block: 80px; padding: 42px 24px; }.cta-copy h2 { font-size: 38px; }.site-footer { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}
.site-footer { padding-bottom: 90px; }
.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 8px 9px 8px 17px; border: 1px solid rgba(91,255,191,.38); border-radius: 99px; color: #031d18; background: linear-gradient(135deg, #55eeb9, #19c990); box-shadow: 0 16px 45px rgba(0,0,0,.34), 0 0 30px rgba(22,214,154,.16); font-size: 11px; font-weight: 900; transition: .22s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.02); }
.floating-whatsapp b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #c8fff0; background: #073b31; }
.floating-whatsapp b { overflow: hidden; }
.whatsapp-icon { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.5); }

.platform-console { overflow: visible; border: 0; background: transparent; box-shadow: none; }
.sector-stack { display: grid; gap: 72px; }
.sector-panel { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 84px; align-items: center; overflow: hidden; min-height: 680px; padding: 96px 72px 70px; border: 1px solid rgba(56,213,255,.3); border-radius: 24px; background: linear-gradient(135deg, rgba(10,44,78,.96), rgba(3,17,37,.92)); box-shadow: 0 44px 120px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.035); }
.sector-panel::before { content: attr(data-number); position: absolute; z-index: 0; right: 30px; top: -52px; color: rgba(75,225,255,.045); font-family: var(--font-display); font-size: 240px; font-weight: 800; line-height: 1; pointer-events: none; }
.sector-panel::after { content: ""; position: absolute; z-index: 0; right: -130px; bottom: -170px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(17,181,228,.18), transparent 68%); pointer-events: none; }
.sector-panel:nth-child(2) { border-color: rgba(22,214,154,.3); background: linear-gradient(135deg, rgba(4,45,49,.9), rgba(3,17,37,.94)); }
.sector-panel:nth-child(2)::after { background: radial-gradient(circle, rgba(22,214,154,.18), transparent 68%); }
.sector-panel:nth-child(3) { border-color: rgba(155,135,245,.3); background: linear-gradient(135deg, rgba(30,31,77,.92), rgba(3,17,37,.94)); }
.sector-panel:nth-child(3)::after { background: radial-gradient(circle, rgba(155,135,245,.18), transparent 68%); }
.sector-panel:nth-child(4) { border-color: rgba(247,185,85,.3); background: linear-gradient(135deg, rgba(54,39,20,.9), rgba(3,17,37,.94)); }
.sector-panel:nth-child(4)::after { background: radial-gradient(circle, rgba(247,185,85,.16), transparent 68%); }
.sector-panel > * { position: relative; z-index: 1; }
.sector-panel:nth-child(even) .panel-copy { order: 2; }
.sector-panel:nth-child(even) .panel-widget { order: 1; }
.sector-index { position: absolute; top: 34px; left: 72px; display: inline-flex; width: max-content; padding: 9px 13px; border: 1px solid rgba(56,213,255,.3); border-radius: 99px; color: var(--cyan-bright); background: rgba(17,181,228,.09); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.sector-panel .panel-copy small { font-size: 12px; }
.sector-panel .panel-copy h3 { max-width: 590px; margin-top: 20px; font-size: clamp(43px, 4vw, 60px); line-height: 1.06; letter-spacing: -.05em; }
.sector-panel .panel-copy p { max-width: 600px; margin-top: 24px; color: #adc0cf; font-size: 18px; line-height: 1.75; }
.sector-panel .panel-copy ul { gap: 15px; margin-top: 32px; }
.sector-panel .panel-copy li { font-size: 15px; }
.sector-panel .panel-copy li::before { flex: 0 0 auto; width: 23px; height: 23px; font-size: 12px; }
.sector-panel .panel-widget { min-height: 470px; padding: 34px; border-radius: 20px; border-color: rgba(95,224,255,.28); background: linear-gradient(145deg, rgba(15,65,104,.72), rgba(3,18,40,.94)); box-shadow: 0 28px 70px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.04); }
.sector-panel .widget-head { font-size: 15px; }
.sector-panel .widget-head b { font-size: 11px; letter-spacing: .1em; }
.sector-panel .widget-score { margin-top: 46px; }
.sector-panel .mini-gauge { width: 250px; height: 125px; border-width: 30px; border-bottom: 0; border-radius: 250px 250px 0 0; }
.sector-panel .widget-score strong { font-size: 70px; }
.sector-panel .widget-score span { font-size: 13px; }
.sector-panel .widget-bars { gap: 12px; height: 72px; margin-top: 26px; }
.sector-panel .cash-flow { gap: 16px; margin-top: 58px; }
.sector-panel .cash-flow div { gap: 13px; padding: 25px; }
.sector-panel .cash-flow strong { font-size: 24px; }
.sector-panel .flow-result { margin-top: 16px; padding: 29px; }
.sector-panel .flow-result strong { font-size: 40px; }
.sector-panel .progress-ring { width: 230px; height: 230px; margin-top: 42px; }
.sector-panel .progress-ring strong { font-size: 60px; }
.sector-panel .sales-footer { gap: 54px; margin-top: 30px; font-size: 12px; }
.sector-panel .sales-footer b { font-size: 17px; }
.sector-panel .agenda-widget { align-content: center; gap: 14px; }
.sector-panel .agenda-item { grid-template-columns: 78px 1fr; gap: 20px; padding: 23px; }
.sector-panel .agenda-item time { font-size: 21px; }
.sector-panel .agenda-item strong { font-size: 15px; }
.sector-panel .agenda-item small { font-size: 12px; }
.mobile-gauge { display: block; width: 100%; height: 100%; overflow: visible; }
.gauge::before, .gauge::after, .gauge > span { display: none; }
.mobile-gauge path { fill: none; stroke-width: 15; }
.mobile-gauge .gauge-track { stroke: #263c52; }
.mobile-gauge .gauge-red { stroke: #ff6577; stroke-dasharray: 31 69; }
.mobile-gauge .gauge-gold { stroke: #f7b955; stroke-dasharray: 31 69; stroke-dashoffset: -34; }
.mobile-gauge .gauge-green { stroke: #16d69a; stroke-dasharray: 32 68; stroke-dashoffset: -68; }
.mobile-gauge line { stroke: #fff; stroke-width: 4; stroke-linecap: round; filter: drop-shadow(0 0 4px #fff); }
.mobile-gauge circle { fill: #fff; }
.sector-panel .mini-gauge { border: 0; border-radius: 0; background: none; }
.sector-panel:nth-child(2) .sector-index { border-color: rgba(22,214,154,.38); color: #55e6b8; background: rgba(22,214,154,.1); }
.sector-panel:nth-child(2) .panel-widget { border-color: rgba(22,214,154,.3); background: linear-gradient(145deg, rgba(7,72,72,.66), rgba(3,18,40,.94)); }
.sector-panel:nth-child(3) .sector-index { border-color: rgba(155,135,245,.4); color: #b7a8ff; background: rgba(155,135,245,.1); }
.sector-panel:nth-child(3) .panel-widget { border-color: rgba(155,135,245,.3); background: linear-gradient(145deg, rgba(49,48,104,.68), rgba(3,18,40,.94)); }
.sector-panel:nth-child(3) .progress-ring { background: radial-gradient(circle at center, #09213b 0 57%, transparent 58%), conic-gradient(#a995ff 0 52%, var(--cyan-bright) 52% 78%, #21364b 78%); }
.sector-panel:nth-child(4) .sector-index { border-color: rgba(247,185,85,.4); color: #ffd071; background: rgba(247,185,85,.1); }
.sector-panel:nth-child(4) .panel-widget { border-color: rgba(247,185,85,.28); background: linear-gradient(145deg, rgba(80,57,25,.62), rgba(3,18,40,.94)); }
.sector-panel:nth-child(4) .agenda-item time { color: #ffd071; }
.cta-whatsapp-icon { display: inline-grid; place-items: center; overflow: hidden; width: 30px; height: 30px; border-radius: 50%; }
.cta-whatsapp-icon img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.5); }
.floating-whatsapp.is-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }
.back-to-top { position: fixed; z-index: 91; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 8px 9px 8px 17px; border: 1px solid rgba(103,232,249,.45); border-radius: 99px; color: #dff8ff; background: rgba(5,35,61,.96); box-shadow: 0 16px 45px rgba(0,0,0,.38), 0 0 30px rgba(17,181,228,.16); font-size: 11px; font-weight: 900; opacity: 0; pointer-events: none; cursor: pointer; transform: translateY(12px); transition: .22s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { border-color: var(--cyan-bright); background: #0a4a72; transform: translateY(-3px); }
.back-to-top b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #002239; background: linear-gradient(135deg, var(--cyan-bright), var(--green)); }
.back-to-top svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .header-login { min-height: 42px; }
  .menu-toggle { grid-column: 3; }
  .decision-grid, .product-scene, .product-scene.reverse { grid-template-columns: 1fr; }
  .product-scene.reverse .product-copy { order: initial; }
  .decision-proof { grid-template-columns: 1fr; }
  .decision-visual { min-height: 390px; }
  .decision-proof article { min-height: 0; }
  .product-scene { gap: 36px; margin-top: 90px; }
  .app-shot, .product-scene.reverse .app-shot { transform: none; }
  .mid-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .site-header { min-height: 64px; padding: 8px 9px 8px 11px; column-gap: 6px; border-radius: 15px; }
  .site-header .brand-mark { gap: 7px; min-width: auto; font-size: 16px; white-space: nowrap; }
  .site-header .brand-mark img { width: 34px; height: 34px; }
  .site-header .brand-mark > span { display: inline; }
  .header-login { gap: 6px; min-height: 40px; padding-inline: 11px; font-size: 12px; }
  .login-arrow { width: 16px; height: 16px; }
  .menu-toggle { padding: 10px; }
  .decision-card { padding: 28px 22px; }
  .decision-kicker { align-items: flex-start; flex-direction: column; }
  .decision-grid { gap: 25px; padding-block: 30px; }
  .decision-visual { min-height: 420px; margin-top: 24px; }
  .decision-visual img { object-position: 62% center; }
  .decision-visual-copy { right: 20px; bottom: 20px; left: 20px; }
  .decision-proof article { padding: 24px; }
  .decision-proof h3 { font-size: 23px; }
  .product-story { padding-block: 90px; }
  .product-scene { margin-top: 78px; }
  .shot-body { padding: 12px; }
  .shot-analysis-grid { grid-template-columns: 1fr; }
  .shot-score { min-height: 160px; }
  .shot-metrics, .finance-cards { grid-template-columns: 1fr; }
  .margin-table { overflow-x: auto; }
  .margin-table header, .margin-table p { min-width: 480px; }
  .shot-bar b { overflow: hidden; max-width: 210px; white-space: nowrap; text-overflow: ellipsis; }
  .mid-cta { margin-top: 72px; padding: 24px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); justify-content: center; width: 54px; min-height: 54px; padding: 0; border-color: rgba(255,255,255,.34); color: #fff; background: #20c96b; box-shadow: 0 14px 40px rgba(0,0,0,.38), 0 0 25px rgba(32,201,107,.25); }
  .floating-whatsapp b { width: 100%; height: 100%; color: #fff; background: transparent; }
  .whatsapp-icon { width: 29px; height: 29px; }
}

@media (max-width: 820px) {
  .sector-stack { gap: 38px; }
  .sector-panel { grid-template-columns: 1fr; gap: 42px; min-height: 0; padding: 86px 42px 42px; }
  .sector-panel:nth-child(even) .panel-copy,
  .sector-panel:nth-child(even) .panel-widget { order: initial; }
  .sector-index { top: 28px; left: 42px; }
  .sector-panel .panel-copy h3 { font-size: 44px; }
}

@media (max-width: 620px) {
  .platform-section > .section-heading h2 { font-size: 46px; }
  .platform-section > .section-heading p { font-size: 17px; }
  .platform-console { margin-top: 46px; }
  .sector-stack { gap: 32px; }
  .sector-panel { gap: 34px; padding: 78px 22px 22px; border-radius: 18px; }
  .sector-panel::before { right: 4px; top: -18px; font-size: 130px; }
  .sector-index { top: 22px; left: 22px; font-size: 10px; }
  .sector-panel .panel-copy small { font-size: 11px; }
  .sector-panel .panel-copy h3 { font-size: 36px; line-height: 1.08; }
  .sector-panel .panel-copy p { font-size: 16px; line-height: 1.65; }
  .sector-panel .panel-copy li { font-size: 14px; }
  .sector-panel .panel-widget { min-height: 360px; padding: 22px; border-radius: 15px; }
  .sector-panel .mini-gauge { width: 190px; height: 95px; border-width: 24px; border-bottom: 0; }
  .sector-panel .widget-score strong { font-size: 58px; }
  .sector-panel .cash-flow { gap: 10px; margin-top: 38px; }
  .sector-panel .cash-flow div { padding: 16px; }
  .sector-panel .cash-flow strong { font-size: 17px; }
  .sector-panel .flow-result { padding: 21px; }
  .sector-panel .flow-result strong { font-size: 30px; }
  .sector-panel .progress-ring { width: 190px; height: 190px; }
  .sector-panel .agenda-item { grid-template-columns: 62px 1fr; gap: 12px; padding: 17px 14px; }
  .sector-panel .agenda-item time { font-size: 17px; }
  .sector-panel .agenda-item strong { font-size: 13px; }
  .floating-whatsapp .whatsapp-icon { width: 100%; height: 100%; }
}

@media (max-width: 380px) {
  .site-header .brand-mark { font-size: 14px; }
  .site-header .brand-mark img { width: 31px; height: 31px; }
  .header-login { padding-inline: 9px; }
}

@media (max-width: 620px) {
  .site-header.scrolled { min-height: 54px; padding-block: 5px; }
  .site-header.scrolled .brand-mark { font-size: 14px; }
  .site-header.scrolled .brand-mark img { width: 29px; height: 29px; }
  .site-header.scrolled .header-login { min-height: 36px; padding-inline: 10px; }
  .site-header.scrolled .menu-toggle { padding-block: 8px; }
  .mini-logo, .metric-row em, .feature-icon, .journey-icon, .route-icon b { font-family: Arial, sans-serif; font-variant-emoji: text; }

  .chart-title { align-items: flex-start; flex-direction: column; gap: 3px; }
  .chart-title span, .chart-title b { white-space: nowrap; }
  .gauge::before, .gauge::after, .gauge > span { display: none; }
  .gauge .mobile-gauge { display: block; width: 100%; height: 100%; overflow: visible; }
  .mobile-gauge path { fill: none; stroke-width: 15; }
  .mobile-gauge .gauge-track { stroke: #263c52; }
  .mobile-gauge .gauge-red { stroke: #ff6577; stroke-dasharray: 31 69; }
  .mobile-gauge .gauge-gold { stroke: #f7b955; stroke-dasharray: 31 69; stroke-dashoffset: -34; }
  .mobile-gauge .gauge-green { stroke: #16d69a; stroke-dasharray: 32 68; stroke-dashoffset: -68; }
  .mobile-gauge line { stroke: #fff; stroke-width: 4; stroke-linecap: round; filter: drop-shadow(0 0 4px #fff); }
  .mobile-gauge circle { fill: #fff; }

  .shot-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shot-metrics > div { min-width: 0; padding: 11px 8px; }
  .shot-metrics small { overflow: hidden; font-size: 7px; white-space: nowrap; text-overflow: ellipsis; }
  .shot-metrics strong { font-size: 11px; white-space: nowrap; }
  .product-copy { padding-top: 14px; }
  .scene-number { top: -30px; left: 0; font-size: 62px; }

  .sector-panel .mini-gauge { border: 0; border-radius: 0; background: none; }
  .sector-panel .mini-gauge .mobile-gauge { display: block; width: 100%; height: 100%; overflow: visible; }

  .floating-whatsapp { right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); width: 48px; min-height: 48px; box-shadow: 0 12px 34px rgba(0,0,0,.36), 0 0 20px rgba(32,201,107,.22); }
  .back-to-top { right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); justify-content: center; width: 48px; min-height: 48px; padding: 0; }
  .back-to-top > span { display: none; }
  .back-to-top b { width: 100%; height: 100%; background: linear-gradient(135deg, var(--cyan-bright), var(--green)); }
  .back-to-top svg { width: 22px; height: 22px; }
  .final-cta { gap: 34px; padding: 42px 24px; }
  .cta-action { justify-items: start; width: 100%; min-width: 0; }
  .cta-action .button { width: auto; max-width: 100%; min-height: 52px; gap: 10px; padding-inline: 18px; font-size: 13px; }
  .cta-whatsapp-icon { flex: 0 0 auto; width: 27px; height: 27px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
