:root{--bg:#05080f;--surface:#0e1624;--surface-soft:#ffffff0a;--accent:#5bffb0;--accent-2:#4ba5ff;--text:#f5f7fb;--muted:#b6c2d6;--border:#ffffff14;font-size:16px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background:radial-gradient(circle at top,#091730,#05080f 60%);min-height:100vh;font-family:Space Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.hero{padding:2.5rem clamp(1.5rem,6vw,6rem) 4rem;position:relative;overflow:hidden}.hero:after{content:"";z-index:0;background:radial-gradient(circle at 70% 10%,#5bffb040,#0000 40%);position:absolute;inset:0}.nav{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);background:#05080fcc;border-radius:999px;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex;position:sticky;top:1rem}.nav ul{color:var(--muted);gap:1.5rem;font-size:.95rem;list-style:none;display:flex}.logo{letter-spacing:.05em;text-transform:uppercase;font-weight:600}.hero-content{z-index:1;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:3rem;margin-top:4rem;display:grid;position:relative}.hero-copy h1{margin-bottom:1.5rem;font-size:clamp(2.75rem,5vw,4rem);line-height:1.1}.lead{color:var(--muted);max-width:40ch;margin-bottom:2rem}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.9rem}.cta-group{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}button{cursor:pointer;font:inherit;border:none}.primary,.secondary,.ghost-button{border-radius:999px;padding:.95rem 1.6rem;font-weight:500;transition:transform .2s,box-shadow .2s}.primary{background:linear-gradient(120deg, var(--accent), var(--accent-2));color:#051116;box-shadow:0 10px 30px #5bffb040}.secondary,.ghost-button{color:var(--text);border:1px solid var(--border);background:0 0}button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #00000040}.hero-stats{color:var(--muted);flex-wrap:wrap;gap:2rem;display:flex}.hero-stats span{color:var(--text);font-size:2rem;font-weight:600;display:block}.hero-panel{gap:1.5rem;display:grid}.panel-card{background:var(--surface);border:1px solid var(--border);border-radius:1.5rem;padding:1.75rem;box-shadow:0 20px 40px #05080f66}.panel-card.compact{text-align:center}.panel-card h3,.panel-card h2{margin-bottom:.5rem}.panel-card .hint{color:var(--muted);font-size:.9rem}.chart{align-items:flex-end;gap:.75rem;height:120px;margin:1.25rem 0;display:flex}.bar{background:linear-gradient(180deg, var(--accent), #5bffb033);border-radius:999px;flex:1}.panel-footer{color:var(--muted);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}main{padding:0 clamp(1.5rem,6vw,6rem)}.section{padding:4rem 0}.section-header{max-width:760px}.section-header h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.section-header p{color:var(--muted)}.grid{gap:1.5rem;margin-top:2.5rem;display:grid}.grid.two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center}.grid.three{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;min-height:220px;padding:1.75rem}.card p{color:var(--muted);margin-top:.5rem}.highlight{border:1px solid var(--border);background:#ffffff05;border-radius:2rem;margin-top:4rem;padding:4rem clamp(1.5rem,5vw,4rem)}.timeline{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.timeline div{background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;padding:1.5rem}.timeline span{background:var(--accent-2);color:#041625;border-radius:50%;place-items:center;width:36px;height:36px;margin-bottom:1rem;font-weight:600;display:grid}.checklist{color:var(--muted);margin:1.5rem 0;list-style:none}.checklist li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.checklist li:before{content:"•";color:var(--accent);position:absolute;left:0}.phone{justify-content:center;display:flex}.phone-screen{background:linear-gradient(#0f202f,#07101c);border:1px solid #ffffff26;border-radius:2rem;width:280px;height:540px;padding:2rem;box-shadow:0 30px 60px #0009}.pill-group{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.pill{color:var(--accent);background:#5bffb026;border-radius:999px;padding:.45rem .85rem;font-size:.85rem}.progress{background:#ffffff1a;border-radius:999px;height:6px;margin-top:1.5rem}.progress div{background:var(--accent);border-radius:inherit;width:72%;height:100%}.card.quote{min-height:260px}.card.quote p{color:var(--text);font-size:1.1rem}.card.quote h4{margin-top:1.25rem}.section.cta{justify-content:center;display:flex}.cta-card{border:1px solid var(--border);text-align:center;background:linear-gradient(110deg,#5bffb026,#4ba5ff14);border-radius:2rem;width:min(900px,100%);padding:clamp(2rem,5vw,3rem)}.cta-card.success{box-shadow:0 15px 45px #5bffb040}.success-msg{color:var(--accent);margin-top:1rem;font-weight:500}.error-msg{color:#ff8a8a;margin-top:1rem;font-weight:500}.portal-link{margin-top:1.5rem;display:inline-block}.rates-preview{text-align:left;background:#5bffb00f;border:1px solid #5bffb033;border-radius:1rem;max-width:420px;margin:1.5rem auto 0;padding:1.25rem 1.5rem}.rates-preview h3{margin:0 0 .75rem;font-size:1rem}.rates-preview ul{margin:0;padding:0;list-style:none}.rates-preview li{border-bottom:1px solid #ffffff14;justify-content:space-between;padding:.35rem 0;display:flex}.rates-preview li strong{color:var(--accent)}.rates-preview p{margin:.75rem 0 0;font-size:.9rem}.cta-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:2rem;display:grid}.cta-form input,.cta-form button{font:inherit;border:1px solid #0000;border-radius:1rem;padding:1rem 1.25rem}.cta-form input{color:var(--text);border-color:var(--border);background:#05080f99}.cta-form button{background:var(--text);color:#05080f;font-weight:600}.footer{text-align:center;color:var(--muted);border-top:1px solid var(--border);margin-top:3rem;padding:3rem 1rem 4rem}.footer .logo{margin-bottom:.75rem}@media (width<=600px){.nav{flex-direction:column;gap:1rem}.nav ul{flex-wrap:wrap;justify-content:center}.hero-stats{flex-direction:column}.cta-form{grid-template-columns:1fr}}
