:root{--bg-dark: #0a0a0c;--bg-card: #14151a;--bg-card-hover: #1a1c23;--bg-card-light: #1e2028;--accent-cyan: #009ca6;--accent-cyan-dark: #00666d;--accent-cyan-glow: rgba(0, 156, 166, .18);--accent-lime: #b2ef59;--text-main: #ffffff;--text-muted: #94a3b8;--text-dark: #0a0a0c;--border-color: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--max-width: 1200px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 9999px;--space-section-y: 96px;--space-hero-top: 40px;--space-hero-bottom: 80px;--space-hero-top-mobile: 40px;--space-hero-bottom-mobile: 72px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.title-sm{font-size:1.1rem;line-height:1.22;letter-spacing:-.015em;max-width:18ch}.title-lg{font-size:clamp(2.6rem,4.2vw,3.6rem);line-height:1.06;letter-spacing:-.025em;font-weight:600}*{box-sizing:border-box;margin:0;padding:0}.brand-accent{color:var(--accent-cyan)}.brand-wordmark{font-weight:700;letter-spacing:-.02em;color:var(--text-main);white-space:nowrap}.brand-wordmark span{color:var(--accent-cyan)}.brand-wordmark span{color:var(--accent-cyan);text-shadow:0 0 8px rgba(0,156,166,.25)}html{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-dark);color:var(--text-main);scroll-behavior:smooth;line-height:1.5;-webkit-font-smoothing:antialiased}body{overflow-x:hidden}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:var(--space-section-y) 0;border-bottom:1px solid var(--border-color)}.section-title{font-size:2.5rem;font-weight:600;letter-spacing:-.02em;margin-bottom:16px}.section-subtitle{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin-bottom:64px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--radius-pill);font-weight:500;font-size:.95rem;text-decoration:none;cursor:pointer;transition:var(--transition);border:none}.btn-primary{background-color:var(--accent-cyan);color:#fff;box-shadow:0 10px 30px #009ca640;border-radius:999px;padding:14px 24px;transition:all .2s ease;font-size:.96rem;font-weight:600}.btn-primary:hover{background-color:#12acb6;box-shadow:0 14px 40px #009ca659;transform:translateY(-1px)}.btn-secondary{background-color:var(--bg-card-light);color:var(--text-main);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:var(--bg-card-hover);border-color:var(--border-hover)}.card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:32px;transition:var(--transition)}.card:hover{border-color:var(--border-hover);background-color:var(--bg-card-hover)}.text-cyan{color:var(--accent-cyan);font-weight:600;letter-spacing:-.01em}.text-lime{color:var(--accent-lime)}.text-muted{color:var(--text-muted)}.mock-ui-container{background:linear-gradient(180deg,var(--bg-card) 0%,rgba(20,21,26,0) 100%);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:24px;box-shadow:0 24px 64px #00000080;position:relative;overflow:hidden}.mock-ui-header{display:flex;justify-content:space-between;margin-bottom:24px;border-bottom:1px solid var(--border-color);padding-bottom:16px}.mock-ui-tab{padding:6px 16px;border-radius:var(--radius-pill);font-size:.85rem;background:var(--bg-card-light);color:var(--text-muted)}.mock-ui-tab.active{background:#009ca629;color:#7fe0e6;border:1px solid rgba(0,156,166,.3)}.gradient-bg{position:absolute;width:600px;height:600px;background:radial-gradient(circle,var(--accent-cyan-glow) 0%,transparent 70%);top:-300px;right:-200px;z-index:-1;pointer-events:none}.grid{display:grid;gap:24px}.grid-2,.grid-3{grid-template-columns:repeat(1,1fr)}@media (min-width: 768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.section-title{font-size:3.5rem}}.solution-eyebrow,.hero-eyebrow{position:relative;display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:6px 14px 6px 12px;border-radius:var(--radius-pill);background:#009ca614;border:1px solid rgba(0,156,166,.22);color:var(--accent-cyan);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.solution-eyebrow:before,.hero-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent-lime);box-shadow:0 0 8px #b2ef5940;flex-shrink:0}.hero-section{position:relative;overflow:hidden;padding:var(--space-hero-top) 0 var(--space-hero-bottom);border-bottom:1px solid var(--border-color)}.hero-gradient{top:-260px;right:-140px;width:720px;height:720px}.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:48px;align-items:center}.hero-layout:hover .hero-content{opacity:.9}.hero-content{max-width:540px;min-width:0}.hero-title{font-size:clamp(2.95rem,4.8vw,4.9rem);font-weight:700;line-height:.98;letter-spacing:-.045em;margin-bottom:14px;max-width:9.2ch}.hero-title-break{display:block;margin-top:2px}.hero-title-muted{color:var(--text-muted)}.hero-title-accent{color:var(--accent-cyan)}.hero-subtitle{max-width:50ch;font-size:.98rem;line-height:1.6;color:#ffffffe6;margin-top:0}.hero-clarity{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-top:10px}.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:16px;margin-bottom:18px}.hero-cta-note{font-size:.78rem;color:var(--text-muted)}.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:560px;margin-top:12px;padding-top:4px}.hero-proof-item{display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:start}.hero-proof-mark{position:relative;width:20px;height:20px;border-radius:50%;border:1.5px solid rgba(0,156,166,.65);box-shadow:0 0 0 2px #009ca60d;margin-top:2px}.hero-proof-node{position:absolute;top:-2px;right:-2px;width:7px;height:7px;border-radius:50%;background:var(--accent-lime);box-shadow:0 0 6px #b2ef592e}.hero-proof-text{display:flex;flex-direction:column;gap:4px}.hero-proof-text strong,.hero-proof-item strong{color:var(--text-main);font-size:.92rem;font-weight:600}.hero-proof-text span,.hero-proof-item span{color:var(--text-muted);font-size:.82rem;line-height:1.45}.hero-cta-note{font-size:.82rem;color:var(--text-muted);line-height:1.5}.hero-preview-wrap{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;min-width:0}.hero-preview-cta{margin-top:14px;padding-left:6px;display:flex;flex-direction:column;align-items:center;gap:6px}.hero-preview-cta-label{font-size:.75rem;color:var(--text-muted);opacity:.72;letter-spacing:.02em}.hero-preview-cta img{height:38px;opacity:.9;width:auto;transition:var(--transition)}.hero-preview-cta img:hover{opacity:1;transform:translateY(-1px)}.hero-preview-shell{width:100%;max-width:100%;position:relative;display:flex;flex-direction:column;justify-content:flex-start;min-height:632px;padding:28px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:radial-gradient(circle at 84% 12%,rgba(0,156,166,.16) 0%,transparent 30%),radial-gradient(circle at 14% 100%,rgba(178,239,89,.06) 0%,transparent 28%),linear-gradient(180deg,#14151afa,#0a0a0c);box-shadow:0 30px 80px #00000075,0 0 0 1px #ffffff06 inset,0 -24px 48px #ffffff05 inset;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transform-origin:center;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;animation:heroPreviewFloat 6.5s ease-in-out infinite;isolation:isolate}.hero-preview-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.018) 20%,transparent 42%);pointer-events:none;z-index:0}.hero-preview-shell:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:29px;background:linear-gradient(180deg,#ffffff04,#ffffff01 18%,#00000014);pointer-events:none;z-index:0}.hero-preview-shell:hover{border-color:#009ca63d;box-shadow:0 42px 100px #0000008f,0 0 0 1px #ffffff08 inset,0 -24px 50px #ffffff05 inset,0 0 40px #009ca614}.hero-preview-glow{position:absolute;right:-40px;top:-100px;width:340px;height:340px;background:radial-gradient(circle,rgba(0,156,166,.24) 0%,rgba(0,156,166,.12) 26%,rgba(0,156,166,.04) 45%,transparent 72%);filter:blur(12px);pointer-events:none;z-index:0;animation:heroPreviewGlow 7.5s ease-in-out infinite}.hero-preview-label,.hero-preview-topbar,.hero-preview-metrics,.hero-preview-section-label,.hero-preview-factor-list,.hero-preview-footer{position:relative;z-index:1}.hero-preview-label{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-bottom:10px;font-size:.74rem;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:#ffffff85}.hero-preview-label:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent-lime);box-shadow:0 0 10px #b2ef5973;flex:0 0 auto}.hero-preview-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08)}.hero-preview-title{font-size:1.06rem;font-weight:600;letter-spacing:-.015em;color:var(--text-main)}.hero-preview-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.hero-preview-metric-card{position:relative;min-height:108px;padding:18px 18px 16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(180deg,#ffffff09,#ffffff05);box-shadow:0 10px 24px #00000029,0 1px #ffffff08 inset;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.hero-preview-metric-card:hover{transform:translateY(-2px);border-color:#009ca62e;box-shadow:0 14px 30px #0003,0 1px #ffffff08 inset}.hero-preview-metric-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.04) 48%,transparent 100%);transform:translate(-120%);animation:heroPreviewSweep 5.8s ease-in-out infinite;pointer-events:none}.hero-preview-metric-label{margin-bottom:12px;font-size:.82rem;color:var(--text-muted)}.hero-preview-metric-value{font-size:clamp(2rem,3vw,2.3rem);font-weight:700;line-height:1;letter-spacing:-.04em;color:var(--accent-cyan)}.hero-preview-metric-value span{margin-left:4px;font-size:1rem;font-weight:600;color:var(--text-muted)}.hero-preview-metric-value-neutral{color:var(--text-main)}.hero-preview-section-label{margin-bottom:12px;font-size:.88rem;color:var(--text-muted)}.hero-preview-factor-list{display:grid;gap:10px;margin-bottom:24px}.hero-preview-factor-row{position:relative;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:15px 16px 15px 18px;overflow:hidden;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:linear-gradient(90deg,#ffffff0d,#ffffff08);box-shadow:0 10px 22px #00000024;color:var(--text-main);font-weight:500;transition:transform .3s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease}.hero-preview-factor-row:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,156,166,.12) 0%,rgba(0,156,166,.05) 34%,transparent 100%);pointer-events:none}.hero-preview-factor-row:after{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:3px;background:linear-gradient(180deg,#009ca6f2,#009ca64d);box-shadow:0 0 14px #009ca652}.hero-preview-factor-row:hover{transform:translate(4px);border-color:#009ca62e;background:linear-gradient(90deg,#fff1,#ffffff0a);box-shadow:0 14px 28px #0000002e}.hero-preview-factor-row span,.hero-preview-factor-row strong{position:relative;z-index:1}.hero-preview-factor-row span{line-height:1.35}.hero-preview-factor-row strong{min-width:42px;text-align:right;font-weight:700;color:var(--accent-cyan)}.hero-preview-footer{position:relative;margin-top:auto;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(180deg,#ffffff08,#ffffff05);box-shadow:0 16px 32px #00000029,0 1px #ffffff08 inset}.hero-preview-footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.03) 0%,transparent 35%);pointer-events:none}.hero-preview-footer-label{margin-bottom:10px;font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.hero-preview-footer p{max-width:34ch;margin:0;font-size:1rem;line-height:1.7;color:var(--text-main)}.hero-preview-topbar-content{min-width:0}.mock-ui-tab.active{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border:1px solid rgba(0,156,166,.22);border-radius:var(--radius-pill);background:#009ca61f;color:#7fd8df;font-size:.94rem;font-weight:600;box-shadow:0 0 0 1px #ffffff05 inset,0 10px 20px #00000029;white-space:nowrap}@keyframes heroPreviewFloat{0%,to{transform:translateY(0) scale(.97)}50%{transform:translateY(-8px) scale(.97)}}@keyframes heroPreviewGlow{0%,to{opacity:.82;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@keyframes heroPreviewSweep{0%{transform:translate(-120%)}45%{transform:translate(-120%)}70%{transform:translate(120%)}to{transform:translate(120%)}}@media (max-width: 1279px){.hero-preview-shell{min-height:600px;padding:26px}.hero-preview-title{font-size:1rem}.hero-preview-footer p{max-width:100%}}@media (max-width: 980px){.hero-layout{grid-template-columns:1fr;gap:40px;align-items:start}.hero-content{max-width:100%}.hero-preview-shell{min-height:auto;max-width:760px;width:100%;margin:0 auto;animation-duration:7.2s;transform:translateY(12px) scale(.95)}.hero-preview-shell:hover{transform:translateY(-4px)}}@media (max-width: 900px){.hero-preview-shell{padding:24px;border-radius:26px}.hero-preview-glow{top:-110px;right:-90px;width:300px;height:300px}.hero-preview-metrics{gap:14px}.hero-preview-metric-card{min-height:100px;padding:16px}.hero-preview-factor-row{padding:14px 15px 14px 17px}.hero-preview-footer{padding:16px}}@media (max-width: 767px){.hero-preview-shell{min-height:auto;padding:22px;border-radius:24px;animation:none}.hero-preview-glow{top:-100px;right:-100px;width:260px;height:260px;animation:none}.hero-preview-topbar{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:20px;padding-bottom:16px}.hero-preview-metrics{grid-template-columns:1fr;gap:12px;margin-bottom:20px}.hero-preview-metric-value{font-size:2rem}.hero-preview-section-label{margin-bottom:10px}.hero-preview-factor-list{gap:9px;margin-bottom:20px}.hero-preview-factor-row{align-items:center;padding:14px 14px 14px 16px}.hero-preview-footer p{font-size:.96rem;line-height:1.65}.mock-ui-tab.active{min-height:36px;padding:0 15px;font-size:.88rem}}@media (max-width: 540px){.hero-preview-shell{padding:18px;border-radius:22px}.hero-preview-label{margin-bottom:8px;font-size:.68rem}.hero-preview-title{font-size:.96rem}.hero-preview-metric-label{margin-bottom:10px;font-size:.78rem}.hero-preview-metric-value{font-size:1.85rem}.hero-preview-metric-value span{font-size:.92rem}.hero-preview-section-label{font-size:.82rem}.hero-preview-factor-row{gap:12px;padding:13px 13px 13px 15px;font-size:.94rem}.hero-preview-factor-row strong{min-width:36px;font-size:.95rem}.hero-preview-footer{padding:15px;border-radius:16px}.hero-preview-footer-label{font-size:.7rem;margin-bottom:8px}.hero-preview-footer p{font-size:.92rem;line-height:1.6}}@media (max-width: 389px){.hero-preview-shell{padding:16px}.hero-preview-factor-row{flex-direction:row;align-items:flex-start}.hero-preview-factor-row span{font-size:.9rem}.hero-preview-factor-row strong{font-size:.92rem}}@media (prefers-reduced-motion: reduce){.hero-preview-shell,.hero-preview-glow,.hero-preview-metric-card:after{animation:none}.hero-preview-shell,.hero-preview-factor-row,.hero-preview-metric-card,.hero-preview-shell:hover,.hero-preview-factor-row:hover,.hero-preview-metric-card:hover{transform:none;transition:none}}.problem-section{position:relative;overflow:hidden;padding:72px 0 76px;background:radial-gradient(circle at 72% 8%,rgba(0,156,166,.04) 0%,transparent 22%),radial-gradient(circle at 10% 92%,rgba(178,239,89,.018) 0%,transparent 16%),linear-gradient(180deg,#14151af5,#0a0a0c)}.problem-container{max-width:1120px}.problem-header{max-width:1000px;margin:0 auto 56px;text-align:center}.problem-eyebrow{position:relative;display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:6px 14px 6px 12px;border-radius:var(--radius-pill);background:#009ca614;border:1px solid rgba(0,156,166,.22);color:var(--accent-cyan);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.problem-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent-lime);box-shadow:0 0 8px #b2ef5940;flex-shrink:0}.problem-section-title{margin:0 auto 26px;line-height:1.04;letter-spacing:-.035em;font-size:clamp(2.6rem,4.2vw,3.6rem)}.problem-section-copy{max-width:80ch;margin:0 auto 10px;color:#ffffffe6;line-height:1.62;font-size:clamp(1.05rem,1.2vw,1.15rem);line-height:1.6}.problem-section-copy-secondary{color:var(--text-muted);max-width:68ch;margin:0 auto;opacity:.9;font-size:clamp(1.05rem,1.2vw,1.15rem);line-height:1.6}.problem-cards-wrap{max-width:1040px;margin:8px auto 0}.problem-grid{gap:18px;align-items:stretch}.problem-card{position:relative;min-height:0;padding:24px 22px;box-shadow:0 12px 26px #00000038,0 1px #ffffff05 inset;background:linear-gradient(180deg,#14151af0,#0a0a0c);border:1px solid rgba(255,255,255,.08);overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;box-shadow:0 16px 34px #00000042,0 1px #ffffff05 inset}.problem-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(0,156,166,.1) 0%,transparent 42%);opacity:0;transition:opacity .3s ease;pointer-events:none}.problem-card:hover{transform:translateY(-4px);border-color:#009ca638;box-shadow:0 22px 40px #00000057,0 0 24px #009ca60d}.problem-card:hover:before{opacity:1}.problem-card-accent{position:absolute;left:0;top:20px;bottom:20px;width:3px;border-radius:999px;background:linear-gradient(180deg,#009ca6f2,#009ca647);box-shadow:0 0 14px #009ca63d}.problem-title{position:relative;z-index:1;font-size:1.1rem;margin-bottom:10px;color:var(--text-main);font-weight:600;letter-spacing:-.015em;line-height:1.22;max-width:18ch}.problem-desc{position:relative;z-index:1;color:var(--text-muted);line-height:1.64;font-size:.96rem}@media (max-width: 1023px){.problem-header{max-width:720px;margin-bottom:26px}.problem-section-title{max-width:15ch}}@media (max-width: 767px){.problem-section{padding:64px 0 68px}.problem-header{margin-bottom:24px}.problem-section-title{max-width:13ch;line-height:1.02;font-size:clamp(2.9rem,5vw,4.4rem)}.problem-section-copy{font-size:.96rem;max-width:100%}.problem-card.featured{transform:scale(1.03);border-color:#00e5ff4d}.problem-grid{gap:16px}.problem-card{padding:24px 22px 22px}.problem-title{max-width:100%;font-size:1.04rem}}.solution-section{position:relative}.solution-layout{display:grid;grid-template-columns:1fr;gap:64px;align-items:center}.solution-content{max-width:620px}.solution-title{max-width:580px;margin-bottom:20px;line-height:1.08;letter-spacing:-.03em}.solution-subtitle{max-width:560px;margin-bottom:34px;line-height:1.72;font-size:1.03rem}.solution-points{display:flex;flex-direction:column;gap:14px;margin-top:8px;max-width:560px}.solution-point{display:grid;grid-template-columns:16px 1fr;align-items:start;column-gap:16px}.solution-point-marker{position:relative;width:16px;min-width:16px;height:22px;margin-top:3px}.solution-point-marker:before{content:"";position:absolute;left:7px;top:1px;bottom:1px;width:2px;border-radius:999px;background:linear-gradient(180deg,#009ca6f2,#009ca647);box-shadow:0 0 10px #009ca629}.solution-point-marker span{position:absolute;left:4px;top:0;width:8px;height:8px;border-radius:50%;background:var(--accent-cyan);box-shadow:0 0 10px var(--accent-cyan-glow)}.solution-point p{color:var(--text-muted);line-height:1.7;font-size:1rem;margin:0}.solution-showcase{max-width:500px;margin-left:auto;position:relative;padding:24px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:26px;background:radial-gradient(circle at 84% 12%,rgba(0,156,166,.14) 0%,transparent 30%),radial-gradient(circle at 14% 100%,rgba(178,239,89,.04) 0%,transparent 26%),linear-gradient(180deg,#14151afa,#0a0a0c);box-shadow:0 28px 72px #00000075,0 0 0 1px #ffffff05 inset,0 -18px 36px #ffffff04 inset;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);isolation:isolate;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.solution-showcase:hover{transform:translateY(-6px);box-shadow:0 30px 80px #0009;border-color:#ffffff29}.solution-showcase:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.015) 20%,transparent 42%);pointer-events:none;z-index:0}.solution-showcase:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:25px;background:linear-gradient(180deg,#ffffff03,#ffffff01 16%,#00000014);pointer-events:none;z-index:0}.solution-showcase-glow{position:absolute;top:-100px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(0,156,166,.22) 0%,rgba(0,156,166,.1) 28%,rgba(0,156,166,.03) 46%,transparent 72%);filter:blur(10px);pointer-events:none;z-index:0}.solution-topbar{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.solution-badge{display:inline-flex;align-items:center;padding:9px 15px;border-radius:var(--radius-pill);background:#ffffff0a;border:1px solid var(--border-color);color:var(--text-main);font-size:.9rem;font-weight:500}.solution-status{font-size:.82rem;color:var(--accent-cyan);padding:7px 12px;border-radius:var(--radius-pill);background:#00e5ff14;border:1px solid rgba(0,229,255,.16)}.solution-summary-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .9fr;gap:16px;align-items:stretch;margin-bottom:16px}.solution-main-quote{font-size:1.1rem;line-height:1.45;font-weight:600;max-width:19ch;letter-spacing:-.012em;color:var(--text-main);margin-bottom:0}.solution-mini-panel{background:linear-gradient(180deg,#ffffff07,#ffffff04);border:1px solid rgba(255,255,255,.07);box-shadow:0 10px 24px #00000029,0 1px #ffffff05 inset;border-radius:18px;padding:16px;display:flex;flex-direction:column;justify-content:center}.solution-mini-panel-title{font-size:.78rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.solution-mini-row{display:grid;grid-template-columns:58px 1fr 34px;align-items:center;gap:10px;font-size:.92rem;color:var(--text-muted)}.solution-mini-row+.solution-mini-row{margin-top:12px}.solution-mini-row strong{color:var(--text-main);font-size:1rem;font-weight:600;text-align:right}.solution-mini-bar{height:8px;border-radius:999px;background:#ffffff14;overflow:hidden}.solution-mini-bar-fill{height:100%;border-radius:999px;background:var(--accent-cyan);box-shadow:0 0 12px var(--accent-cyan-glow)}.solution-mini-bar-fill.low{opacity:.65}.solution-metrics{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:14px}.solution-metric-card{background:linear-gradient(180deg,#ffffff07,#ffffff04);border:1px solid rgba(255,255,255,.07);box-shadow:0 10px 24px #00000029,0 1px #ffffff05 inset;border-radius:var(--radius-md);padding:18px;min-height:118px;display:flex;flex-direction:column;justify-content:flex-start}.solution-metric-label{font-size:.78rem;color:var(--text-muted);margin-bottom:12px;text-transform:uppercase;letter-spacing:.08em;line-height:1.5}.solution-metric-value{font-size:2rem;font-weight:700;color:var(--accent-cyan);margin-bottom:8px;line-height:1.1}.solution-metric-value.neutral{font-size:1.5rem;color:var(--text-main);font-weight:600}.solution-metric-note{font-size:.92rem;color:var(--text-muted);line-height:1.6;max-width:26ch}.solution-footer-card{position:relative;z-index:1;background:linear-gradient(180deg,#ffffff07,#ffffff04);border:1px solid rgba(255,255,255,.07);box-shadow:0 10px 24px #00000029,0 1px #ffffff05 inset;border-radius:18px;padding:18px}.solution-footer-label{font-size:.78rem;color:var(--text-muted);margin-bottom:10px;text-transform:uppercase;letter-spacing:.08em}.solution-footer-text{color:var(--text-main);line-height:1.55;font-size:.96rem;font-weight:500}.how-it-works-section{position:relative;overflow:hidden;padding:76px 0 84px;background:radial-gradient(circle at 78% 10%,rgba(0,156,166,.04) 0%,transparent 24%),radial-gradient(circle at 12% 92%,rgba(178,239,89,.015) 0%,transparent 16%),linear-gradient(180deg,#14151af5,#0a0a0c)}.how-it-works-container{max-width:1120px}.how-it-works-header{max-width:1000px;margin:0 auto 56px;text-align:center}.how-it-works-eyebrow{position:relative;display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:6px 14px 6px 12px;border-radius:var(--radius-pill);background:#009ca614;border:1px solid rgba(0,156,166,.22);color:var(--accent-cyan);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.how-it-works-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent-lime);box-shadow:0 0 8px #b2ef5940;flex-shrink:0}.how-it-works-title{font-size:clamp(2.6rem,4.2vw,3.6rem);letter-spacing:-.035em;line-height:1.04}.how-it-works-subtitle{max-width:760px;margin:0 auto;color:var(--text-muted);line-height:1.7;font-size:clamp(1.02rem,1.15vw,1.12rem)}.how-it-works-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch}.how-it-works-card{position:relative;overflow:hidden;padding:24px 22px 22px;min-height:196px;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#14151aeb,#0a0a0c);box-shadow:0 16px 34px #00000042,0 1px #ffffff05 inset;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.how-it-works-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(0,156,166,.1) 0%,transparent 42%);opacity:0;transition:opacity .3s ease;pointer-events:none}.how-it-works-card:hover{transform:translateY(-6px) scale(1.01);border-color:#009ca638;box-shadow:0 22px 40px #00000057,0 0 24px #009ca60d}.how-it-works-card:hover:before{opacity:1}.how-it-works-card:after{content:"";position:absolute;left:0;top:20px;bottom:20px;width:3px;border-radius:999px;background:linear-gradient(180deg,#009ca6f2,#009ca647);opacity:.6}.how-it-works-card-accent{position:absolute;left:0;top:20px;bottom:20px;width:3px;border-radius:999px;background:linear-gradient(180deg,#009ca6f2,#009ca647);box-shadow:0 0 14px #009ca63d}.how-it-works-number{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 14px;border-radius:999px;margin-bottom:18px;background:#009ca61f;border:1px solid rgba(0,156,166,.35);color:var(--accent-cyan);font-size:.88rem;font-weight:700;letter-spacing:.06em}.how-it-works-card-title{position:relative;z-index:1;font-size:1.14rem;margin-bottom:10px;color:var(--text-main);font-weight:600;letter-spacing:-.015em;line-height:1.24;max-width:16ch}.how-it-works-card-desc{position:relative;z-index:1;color:var(--text-muted);font-size:.96rem;line-height:1.65;max-width:32ch;min-height:48px}@media (min-width: 768px){.how-it-works-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1080px){.how-it-works-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.how-it-works-section{padding:68px 0 72px}.how-it-works-header{margin-bottom:32px}.how-it-works-title{max-width:13ch;font-size:clamp(2.5rem,5vw,3.4rem);line-height:1.02}.how-it-works-subtitle{font-size:.98rem;max-width:100%}.how-it-works-grid{gap:16px}.how-it-works-card{min-height:0}.how-it-works-card-title{max-width:100%}}.features-section{position:relative;overflow:hidden;padding:76px 0 84px;background:radial-gradient(circle at 76% 10%,rgba(0,156,166,.04) 0%,transparent 24%),radial-gradient(circle at 12% 92%,rgba(178,239,89,.015) 0%,transparent 16%),linear-gradient(180deg,#14151af5,#0a0a0c)}.features-container{max-width:1120px}.features-header{max-width:900px;margin:0 auto 56px;text-align:center}.features-eyebrow{position:relative;display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:6px 14px 6px 12px;border-radius:var(--radius-pill);background:#009ca614;border:1px solid rgba(0,156,166,.22);color:var(--accent-cyan);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.features-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent-lime);box-shadow:0 0 8px #b2ef5940;flex-shrink:0}.features-title{margin:0 auto 22px;line-height:1.04;letter-spacing:-.035em;font-size:clamp(2.6rem,4.2vw,3.6rem)}.features-subtitle{max-width:760px;margin:0 auto;color:var(--text-muted);line-height:1.7;font-size:clamp(1.02rem,1.15vw,1.12rem)}.features-grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:stretch}.features-card{position:relative;overflow:hidden;padding:26px 24px 28px;min-height:232px;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#14151af0,#0a0a0c);box-shadow:0 16px 34px #00000042,0 1px #ffffff05 inset;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.features-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(0,156,166,.1) 0%,transparent 42%);opacity:0;transition:opacity .3s ease;pointer-events:none}.features-card:hover{transform:translateY(-4px);border-color:#009ca638;box-shadow:0 22px 40px #00000057,0 0 24px #009ca60d}.features-card:hover:before{opacity:1}.features-card-top{margin-bottom:16px}.features-card-accent{width:44px;height:3px;border-radius:999px;background:linear-gradient(90deg,#009ca6f2,#009ca659);box-shadow:0 0 12px #009ca62e;margin-bottom:10px}.features-card-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff7a;font-weight:600}.features-card-title{font-size:1.14rem;margin-bottom:10px;color:var(--text-main);letter-spacing:-.015em;line-height:1.28;max-width:20ch}.features-card-desc{color:var(--text-muted);font-size:.96rem;line-height:1.68;max-width:32ch;min-height:88px}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1080px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.features-section{padding:68px 0 72px}.features-header{margin-bottom:32px}.features-title{max-width:13ch;font-size:clamp(2.5rem,5vw,3.4rem);line-height:1.02}.features-subtitle{font-size:.98rem;max-width:100%}.features-grid{gap:16px}.features-card{min-height:0;padding:24px 22px}.features-card-title{max-width:100%}.features-card-desc{min-height:0}}.insights-section{position:relative;overflow:hidden;padding:76px 0 84px;background:radial-gradient(circle at 76% 10%,rgba(0,156,166,.04) 0%,transparent 24%),radial-gradient(circle at 12% 92%,rgba(178,239,89,.015) 0%,transparent 16%),linear-gradient(180deg,#14151af5,#0a0a0c)}.insights-container{max-width:1120px}.insights-header{max-width:860px;margin:0 auto 48px;text-align:center}.insights-eyebrow{position:relative;display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:6px 14px 6px 12px;border-radius:var(--radius-pill);background:#009ca614;border:1px solid rgba(0,156,166,.22);color:var(--accent-cyan);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.insights-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent-lime);box-shadow:0 0 8px #b2ef5940;flex-shrink:0}.insights-title{margin:0 auto 20px;line-height:1.04;letter-spacing:-.035em;font-size:clamp(2.6rem,4.2vw,3.6rem)}.insights-subtitle{max-width:760px;margin:0 auto;color:var(--text-muted);line-height:1.7;font-size:clamp(1.02rem,1.15vw,1.12rem)}.insights-shell{position:relative;max-width:860px;margin:0 auto;padding:22px 22px 24px;border:1px solid rgba(255,255,255,.08);border-radius:26px;background:radial-gradient(circle at 84% 12%,rgba(0,156,166,.14) 0%,transparent 30%),linear-gradient(180deg,#14151afa,#0a0a0c);box-shadow:0 28px 72px #00000075,0 0 0 1px #ffffff05 inset;overflow:hidden}.insights-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.015) 20%,transparent 42%);pointer-events:none;z-index:0}.insights-shell-glow{position:absolute;top:-100px;right:-60px;width:280px;height:280px;background:radial-gradient(circle,rgba(0,156,166,.22) 0%,rgba(0,156,166,.1) 28%,rgba(0,156,166,.03) 46%,transparent 72%);filter:blur(10px);pointer-events:none;z-index:0}.insights-tabs,.insights-summary-card,.insights-metrics-strip,.insights-grid{position:relative;z-index:1}.insights-tabs{display:flex;gap:10px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08);flex-wrap:wrap}.insights-tab-button{border:none;cursor:pointer;transition:var(--transition)}.insights-tab-button:hover{color:var(--text-main);border-color:#ffffff24;background:#ffffff0d}.insights-tab-button:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:2px}.insights-summary-card{background:linear-gradient(180deg,#ffffff07,#ffffff04);border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:18px 18px 20px;margin-bottom:16px;box-shadow:0 10px 24px #00000029,0 1px #ffffff05 inset}.insights-summary-label{font-size:.78rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.insights-summary-text{color:var(--text-main);font-size:1rem;line-height:1.68;margin:0;max-width:60ch}.insights-metrics-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.insights-metric-chip{background:linear-gradient(180deg,#ffffff07,#ffffff04);border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:14px 14px 12px;box-shadow:0 10px 24px #00000029,0 1px #ffffff05 inset}.insights-metric-chip-label{font-size:.76rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.insights-metric-chip-value{font-size:1.5rem;font-weight:700;color:var(--text-main);line-height:1.1;margin-bottom:4px}.insights-metric-chip-note{color:var(--text-muted);font-size:.88rem;line-height:1.5}.insights-grid{display:grid;grid-template-columns:1fr;gap:16px}.insights-column{min-width:0}.insights-column-title{color:var(--text-main);font-size:1rem;margin-bottom:12px;letter-spacing:-.01em}.insights-item-card{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#ffffff06,#ffffff03);box-shadow:0 8px 18px #00000024,0 1px #ffffff05 inset}.insights-item-card+.insights-item-card{margin-top:10px}.insights-item-card-positive{border-left:3px solid var(--accent-cyan)}.insights-item-card-attention{border-left:3px solid var(--accent-lime)}.insights-item-label{color:var(--text-main);font-size:.96rem;line-height:1.45;font-weight:500}.insights-item-value{color:var(--text-main);font-size:1.12rem;font-weight:700;min-width:34px;text-align:right}@media (max-width: 768px){.insights-metrics-strip,.insights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.insights-section{padding:68px 0 72px}.insights-header{margin-bottom:32px}.insights-title{max-width:13ch;font-size:clamp(2.5rem,5vw,3.4rem);line-height:1.02}.insights-subtitle{font-size:.98rem;max-width:100%}.insights-shell{padding:18px;border-radius:22px}.insights-tabs{gap:8px}.insights-summary-text{font-size:.96rem}}.why-section{position:relative;overflow:hidden;padding:76px 0 84px;background:radial-gradient(circle at 76% 10%,rgba(0,156,166,.04) 0%,transparent 24%),radial-gradient(circle at 12% 92%,rgba(178,239,89,.015) 0%,transparent 16%),linear-gradient(180deg,#14151af5,#0a0a0c)}.why-container{max-width:1120px}.why-header{max-width:900px;margin:0 auto 56px;text-align:center}.why-eyebrow{position:relative;display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:6px 14px 6px 12px;border-radius:var(--radius-pill);background:#009ca614;border:1px solid rgba(0,156,166,.22);color:var(--accent-cyan);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.why-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent-lime);box-shadow:0 0 8px #b2ef5940;flex-shrink:0}.why-title{margin:0 auto 22px;line-height:1.04;letter-spacing:-.035em;font-size:clamp(2.6rem,4.2vw,3.6rem)}.why-subtitle{max-width:760px;margin:0 auto;color:var(--text-muted);line-height:1.7;font-size:clamp(1.02rem,1.15vw,1.12rem)}.why-grid{display:grid;grid-template-columns:1fr;gap:18px;max-width:1100px;margin:0 auto;align-items:stretch}.why-card{position:relative;overflow:hidden;padding:24px 22px;min-height:210px;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#14151af0,#0a0a0c);box-shadow:0 16px 34px #00000042,0 1px #ffffff05 inset;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.why-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(0,156,166,.1) 0%,transparent 42%);opacity:0;transition:opacity .3s ease;pointer-events:none}.why-card:hover{transform:translateY(-4px);border-color:#009ca638;box-shadow:0 22px 40px #00000057,0 0 24px #009ca60d}.why-card:hover:before{opacity:1}.why-card-accent{width:44px;height:3px;border-radius:999px;background:linear-gradient(90deg,#009ca6f2,#009ca659);box-shadow:0 0 12px #009ca62e;margin-bottom:12px;position:relative;z-index:1}.why-card-top{display:flex;align-items:center;gap:10px;margin-bottom:14px;position:relative;z-index:1}.why-icon{color:var(--accent-cyan);font-size:1rem;line-height:1}.why-card-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff7a;font-weight:600}.why-content{position:relative;z-index:1}.why-content h3{font-size:1.12rem;margin-bottom:10px;color:var(--text-main);line-height:1.28;letter-spacing:-.015em;max-width:22ch}.why-content p{color:var(--text-muted);font-size:.96rem;line-height:1.68;max-width:34ch;margin:0}@media (min-width: 768px){.why-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width: 1080px){.why-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.why-section{padding:68px 0 72px}.why-header{margin-bottom:32px}.why-title{max-width:13ch;font-size:clamp(2.5rem,5vw,3.4rem);line-height:1.02}.why-subtitle{font-size:.98rem;max-width:100%}.why-grid{gap:16px}.why-card{min-height:0;padding:24px 22px}.why-content h3{max-width:100%}}.waitlist-section{position:relative;overflow:hidden;padding:76px 0 84px;background:radial-gradient(circle at 76% 10%,rgba(0,156,166,.04) 0%,transparent 24%),radial-gradient(circle at 12% 92%,rgba(178,239,89,.015) 0%,transparent 16%),linear-gradient(180deg,#14151af5,#0a0a0c)}.waitlist-container{max-width:1120px}.waitlist-header{max-width:860px;margin:0 auto 48px;text-align:center}.waitlist-eyebrow{position:relative;display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:6px 14px 6px 12px;border-radius:var(--radius-pill);background:#009ca614;border:1px solid rgba(0,156,166,.22);color:var(--accent-cyan);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.waitlist-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent-lime);box-shadow:0 0 8px #b2ef5940;flex-shrink:0}.waitlist-title{margin:0 auto 20px;font-size:clamp(2.6rem,4.2vw,3.6rem);font-weight:600;line-height:1.06;letter-spacing:-.025em;text-align:center}.waitlist-subtitle{max-width:760px;margin:0 auto;color:var(--text-muted);line-height:1.7;font-size:clamp(1.02rem,1.15vw,1.12rem)}.waitlist-options{display:grid;grid-template-columns:1fr;gap:18px;max-width:980px;margin:0 auto 28px}.waitlist-option-card{position:relative;overflow:hidden;padding:26px 24px 24px;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#14151af0,#0a0a0c);box-shadow:0 16px 34px #00000042,0 1px #ffffff05 inset;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.waitlist-option-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(0,156,166,.1) 0%,transparent 42%);opacity:0;transition:opacity .3s ease;pointer-events:none}.waitlist-option-card:hover{transform:translateY(-4px);border-color:#009ca638;box-shadow:0 22px 40px #00000057,0 0 24px #009ca60d}.waitlist-option-card:hover:before{opacity:1}.waitlist-option-accent{width:44px;height:3px;border-radius:999px;background:linear-gradient(90deg,#009ca6f2,#009ca659);box-shadow:0 0 12px #009ca62e;margin-bottom:12px}.waitlist-option-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff7a;font-weight:600;margin-bottom:10px}.waitlist-option-title{font-size:1.2rem;margin-bottom:10px;color:var(--text-main);line-height:1.28;letter-spacing:-.015em;max-width:22ch}.waitlist-option-desc{color:var(--text-muted);font-size:.97rem;line-height:1.68;margin-bottom:18px;max-width:40ch}.waitlist-option-btn{width:fit-content}.waitlist-footnote{text-align:center;font-size:.85rem;color:var(--text-muted);opacity:.72}@media (min-width: 768px){.waitlist-options{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.waitlist-section{padding:68px 0 72px}.waitlist-header{margin-bottom:32px}.waitlist-title{max-width:13ch;font-size:clamp(2.5rem,5vw,3.4rem);line-height:1.02}.waitlist-subtitle{font-size:.98rem;max-width:100%}.waitlist-option-title{max-width:100%}}.navbar{position:sticky;top:0;z-index:1000;width:100%;background:#0a0a0cb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color)}.navbar-inner{max-width:1240px;margin:0 auto;min-height:60px;padding:8px 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:24px}.navbar-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--text-main);justify-self:start;min-width:0}.navbar-logo{width:26px;height:26px;object-fit:contain;display:block;flex-shrink:0}.navbar-wordmark{font-size:.98rem;font-weight:700;letter-spacing:-.02em;color:var(--text-main);line-height:1;white-space:nowrap}.navbar-wordmark span{color:var(--accent-cyan)}.navbar-links{display:none;align-items:center;justify-content:center;gap:24px;justify-self:center}.navbar-links a{color:#ffffffb8;text-decoration:none;font-size:.92rem;font-weight:500;transition:var(--transition);white-space:nowrap}.navbar-links a:hover{color:var(--text-main)}.navbar-actions{display:flex;align-items:center;gap:12px;justify-self:end}.navbar-cta{padding:8px 14px;font-size:.85rem;font-weight:600;border-radius:999px;background:#009ca6d9;box-shadow:none}.desktop-only{display:none}.navbar-menu-toggle{width:42px;height:42px;border-radius:12px;border:1px solid var(--border-color);background:#ffffff08;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;transition:var(--transition)}.navbar-menu-toggle span{width:18px;height:2px;border-radius:999px;background:var(--text-main);transition:var(--transition)}.waitlist-option-title .navbar-wordmark{font-size:inherit;font-weight:inherit;letter-spacing:inherit}.waitlist-option-title .navbar-wordmark span{text-shadow:0 0 10px rgba(0,156,166,.25)}.navbar-menu-toggle:hover{border-color:var(--border-hover);background:#ffffff0d}.navbar-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-menu-toggle.is-open span:nth-child(2){opacity:0}.navbar-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar-mobile-panel{max-width:1240px;margin:0 auto;padding:0 24px;max-height:0;overflow:hidden;opacity:0;transition:max-height .28s ease,opacity .2s ease,padding-bottom .28s ease}.navbar-mobile-panel.is-open{max-height:520px;opacity:1;padding-bottom:20px}.navbar-mobile-links{display:flex;flex-direction:column;gap:6px;padding:8px 0 16px}.navbar-mobile-links a{text-decoration:none;color:var(--text-main);font-size:1rem;font-weight:600;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.navbar-mobile-cta{width:100%;justify-content:center;padding:14px 18px}@media (min-width: 981px){.hero-preview-shell{transform:translateY(16px) scale(.97)}}@media (min-width: 900px){.navbar-inner{grid-template-columns:180px 1fr 180px}.navbar-links{display:flex}.desktop-only{display:inline-flex}.navbar-menu-toggle,.navbar-mobile-panel{display:none}.navbar-actions{width:180px;justify-content:flex-end}}@media (max-width: 640px){.navbar-inner{padding:10px 16px;min-height:64px;column-gap:16px}.navbar-mobile-panel{padding-left:16px;padding-right:16px}.navbar-logo{width:24px;height:24px}.navbar-wordmark{font-size:.94rem}}.footer{background:var(--bg-dark);border-top:1px solid var(--border-color);padding:72px 0 28px}.footer-top{display:grid;grid-template-columns:1fr;gap:48px;margin-bottom:36px}.footer-brand-block{max-width:360px}.footer-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:18px}.footer-logo{width:32px;height:32px;object-fit:contain;display:block}.footer-wordmark{font-size:1.2rem;font-weight:700;letter-spacing:-.03em;color:var(--text-main)}.footer-wordmark span{color:var(--accent-cyan)}.footer-description{color:var(--text-muted);font-size:.95rem;line-height:1.7;max-width:34ch}.footer-links-grid{display:grid;grid-template-columns:1fr;gap:28px}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-heading{font-size:.85rem;font-weight:600;color:var(--text-main);margin-bottom:4px}.footer-column a,.footer-meta{color:var(--text-muted);text-decoration:none;font-size:.92rem;line-height:1.6;transition:var(--transition)}.footer-column a:hover{color:var(--text-main)}.footer-bottom{border-top:1px solid var(--border-color);padding-top:24px;display:flex;flex-direction:column;gap:8px;color:var(--text-muted);font-size:.82rem}.footer-bottom-note{opacity:.8}@media (min-width: 768px){.solution-layout{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:64px}.solution-metrics,.how-it-works-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.insights-topbar{grid-template-columns:.75fr 1.25fr}.insights-metrics-strip{grid-template-columns:repeat(4,1fr)}.insights-thresholds-grid,.insights-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr);gap:24px}.waitlist-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.navbar-inner{grid-template-columns:160px 1fr 160px}.navbar-actions{width:160px}.footer-top{grid-template-columns:1.05fr 1.95fr;align-items:start}.footer-links-grid{grid-template-columns:repeat(4,1fr);gap:32px}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}@media (min-width: 1080px){.how-it-works-grid,.features-grid,.why-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.solution-summary-grid{grid-template-columns:1fr}}
