:root{--navy:#0d1b2a;--navy2:#1a2f45;--navy3:#243b55;--blue:#1e88e5;--blue-light:#42a5f5;--gold:#f5a623;--gold-light:#ffd54f;--white:#fff;--off-white:#f4f6f9;--muted:#8a9bb0;--border:#1e3554;--sans:"DM Sans",sans-serif;--display:"Sora",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--navy);color:var(--white);font-family:var(--sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}nav{background:rgba(13,27,42,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100;padding:0 2rem}.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:68px}.logo{font-family:var(--display);font-size:1.1rem;font-weight:800;color:var(--white)}.logo span{color:var(--blue-light)}.nav-phone{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;color:var(--gold)}.nav-phone:before{content:"📞";font-size:.9rem}.nav-cta{background:var(--gold);color:var(--navy);padding:.55rem 1.4rem;border-radius:6px;font-weight:700;font-size:.88rem;transition:background .15s}.nav-cta:hover{background:var(--gold-light)}.hero{padding:5rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 30% 50%,#1e88e515 0,transparent 70%)}.hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;grid-gap:4rem;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(30,136,229,.15);border:1px solid rgba(30,136,229,.3);padding:.4rem 1rem;border-radius:100px;font-size:.75rem;font-weight:600;color:var(--blue-light);margin-bottom:1.5rem;letter-spacing:.04em}.hero-badge:before{content:"✓";background:var(--blue);border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:.6rem}.hero h1{font-family:var(--display);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:800;line-height:1.1;margin-bottom:1.2rem;letter-spacing:-.02em}.hero h1 .highlight{color:var(--gold)}.hero-sub{font-size:1.05rem;color:var(--muted);line-height:1.7;margin-bottom:2rem;max-width:460px}.trust-row{display:flex;gap:1.5rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--muted)}.trust-item:before{content:"✓";color:var(--blue-light);font-weight:700}.form-card{background:var(--white);border-radius:12px;padding:2rem;color:var(--navy);box-shadow:0 24px 80px rgba(0,0,0,.4)}.form-card h3{font-family:var(--display);font-size:1.2rem;font-weight:800;margin-bottom:.4rem;color:var(--navy)}.form-card>p{font-size:.82rem;color:#556;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.75rem;font-weight:600;color:#445;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.06em}.form-input,.form-select{width:100%;padding:.7rem .9rem;border:1.5px solid #dde3eb;border-radius:6px;font-family:var(--sans);font-size:.92rem;color:var(--navy);background:var(--off-white);outline:none;transition:border-color .15s;-webkit-appearance:none}.form-input:focus,.form-select:focus{border-color:var(--blue)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.btn-submit{width:100%;background:var(--gold);color:var(--navy);padding:.9rem;border:none;border-radius:6px;font-family:var(--display);font-size:1rem;font-weight:800;cursor:pointer;transition:background .15s;margin-top:.5rem}.btn-submit:hover:not(:disabled){background:var(--gold-light)}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.form-disclaimer{font-size:.68rem;color:#889;text-align:center;margin-top:.75rem;line-height:1.5}.form-error{font-size:.82rem;color:#c0392b;margin-top:.5rem;text-align:center}.section{padding:6rem 2rem}.container{max-width:1100px;margin:0 auto}.section-label{font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blue-light);margin-bottom:.75rem}.section-title{font-family:var(--display);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:var(--white);margin-bottom:.5rem;letter-spacing:-.02em}.section-sub{color:var(--muted);font-size:.95rem;margin-bottom:3rem;max-width:520px}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.step{position:relative}.step-num{font-size:3rem;font-weight:800;color:rgba(30,136,229,.12);line-height:1;margin-bottom:.75rem;-webkit-text-stroke:1px rgba(30,136,229,.25)}.step-num,.step-title{font-family:var(--display)}.step-title{font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.step-body{font-size:.88rem;color:var(--muted);line-height:1.65}.credit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1px;gap:1px;background:var(--border);border:1px solid var(--border)}.credit-card{background:var(--navy2);padding:1.5rem;transition:background .15s}.credit-card:hover{background:var(--navy3)}.credit-icon{font-size:1.4rem;margin-bottom:.6rem}.credit-title{font-family:var(--display);font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.35rem}.credit-body{font-size:.8rem;color:var(--muted);line-height:1.6}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.testi{background:var(--navy2);border:1px solid var(--border);border-radius:8px;padding:1.5rem}.testi-stars{color:var(--gold);font-size:.9rem;margin-bottom:.75rem}.testi-text{font-size:.88rem;color:var(--muted);line-height:1.7;margin-bottom:1rem;font-style:italic}.testi-name{font-size:.78rem;font-weight:600;color:var(--white)}.testi-loc{font-size:.72rem;color:var(--muted)}.trust-band{background:var(--navy2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 2rem}.trust-band-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:2rem}.trust-badge{text-align:center}.trust-badge-icon{font-size:1.8rem;margin-bottom:.4rem}.trust-badge-title{font-family:var(--display);font-size:.8rem;font-weight:700;color:var(--white)}.trust-badge-sub{font-size:.7rem;color:var(--muted)}.cta-band{background:linear-gradient(135deg,var(--blue) 0,var(--navy3) 100%);padding:5rem 2rem;text-align:center}.cta-band h2{font-family:var(--display);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em}.cta-band p{color:hsla(0,0%,100%,.7);margin-bottom:2rem}.btn-gold{background:var(--gold);color:var(--navy);padding:.9rem 2.5rem;border-radius:6px;font-family:var(--display);font-weight:800;font-size:1rem;transition:background .15s;display:inline-block}.btn-gold:hover{background:var(--gold-light)}footer{background:var(--navy);border-top:1px solid var(--border);padding:2.5rem 2rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{font-family:var(--display);font-weight:800;font-size:.9rem;color:var(--muted)}.footer-links{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-links a{font-size:.75rem;color:var(--muted);transition:color .15s}.footer-links a:hover{color:var(--white)}.footer-legal{font-size:.68rem;color:var(--muted);max-width:600px;line-height:1.5}.lp-hero{padding:5rem 2rem 4rem;position:relative;overflow:hidden}.lp-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 30% 50%,#1e88e515 0,transparent 70%)}.lp-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;grid-gap:4rem;gap:4rem;align-items:start}.lp-content h1{font-family:var(--display);font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1;margin-bottom:1.2rem;letter-spacing:-.02em}.lp-content h1 .highlight{color:var(--gold)}.lp-content .lead{font-size:1.05rem;color:var(--muted);line-height:1.7;margin-bottom:2rem;max-width:520px}.lp-points{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.lp-points li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:var(--muted);line-height:1.5}.lp-points li:before{content:"✓";color:var(--blue-light);font-weight:700;flex-shrink:0;margin-top:1px}.faq-section{padding:5rem 2rem}.faq-list{display:flex;flex-direction:column;gap:0;margin-top:2.5rem;border:1px solid var(--border);border-radius:8px;overflow:hidden}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-q{font-family:var(--display);font-size:.95rem;font-weight:700;color:var(--white);padding:1.25rem 1.5rem}.faq-a{font-size:.88rem;color:var(--muted);line-height:1.7;padding:0 1.5rem 1.25rem}.calc-wrap{max-width:680px;margin:0 auto;background:var(--navy2);border:1px solid var(--border);border-radius:12px;padding:2.5rem}.calc-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.25rem}.calc-group{display:flex;flex-direction:column;gap:.4rem}.calc-label{font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.calc-input,.calc-select{padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:6px;background:var(--navy);color:var(--white);font-family:var(--sans);font-size:.95rem;outline:none;transition:border-color .15s;-webkit-appearance:none}.calc-input:focus,.calc-select:focus{border-color:var(--blue)}.calc-result{background:var(--navy3);border-radius:8px;padding:1.75rem;margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;text-align:center}.calc-result-item-label{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem}.calc-result-item-value{font-family:var(--display);font-size:1.5rem;font-weight:800;color:var(--gold)}.calc-disclaimer{font-size:.7rem;color:var(--muted);margin-top:1rem;line-height:1.5;text-align:center}.prose{max-width:740px;margin:0 auto;padding:4rem 2rem 6rem}.prose h1{font-family:var(--display);font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.prose .updated{font-size:.8rem;color:var(--muted);margin-bottom:3rem}.prose h2{font-family:var(--display);font-size:1.15rem;font-weight:700;color:var(--white);margin:2.5rem 0 .75rem}.prose p{font-size:.92rem;color:var(--muted);line-height:1.8;margin-bottom:1rem}.prose ul{padding-left:1.25rem;margin-bottom:1rem}.prose ul li{font-size:.92rem;color:var(--muted);line-height:1.8}.prose a{color:var(--blue-light);text-decoration:underline}@media (max-width:900px){.calc-result,.calc-row,.lp-hero-inner{grid-template-columns:1fr}.footer-links{display:none}}.thankyou{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.thankyou-inner{max-width:520px}.thankyou-icon{font-size:4rem;margin-bottom:1.5rem}.thankyou h1{font-family:var(--display);font-size:2.2rem;font-weight:800;margin-bottom:1rem}.thankyou p{color:var(--muted);line-height:1.7;margin-bottom:.75rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-inner>*{opacity:0;animation:fadeUp .5s forwards}.hero-inner>:first-child{animation-delay:.1s}.hero-inner>:nth-child(2){animation-delay:.25s}@media (max-width:900px){.hero-inner,.steps,.testi-grid{grid-template-columns:1fr}.nav-phone{display:none}}