:root{--ink:#101828;--muted:#5e6b7d;--navy:#071b3b;--navy2:#0e3169;--red:#ff2028;--red2:#d9131b;--cream:#f7f8fb;--line:#dfe5ee;--white:#fff;--green:#16a06b;--radius:22px;--shadow:0 24px 70px rgba(7,27,59,.15);--container:min(1180px,calc(100% - 40px));font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:var(--container);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:-70px;background:#fff;padding:12px 18px;z-index:9999;border-radius:8px}.skip-link:focus{top:16px}.site-header{height:82px;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(223,229,238,.85);position:sticky;top:0;z-index:100;backdrop-filter:blur(16px)}.header-inner{height:100%;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;margin-right:auto}.brand img,.custom-logo{display:block;width:208px;max-height:44px;object-fit:contain}.custom-logo-link{display:flex}.primary-nav{display:flex;align-items:center;gap:28px;font-weight:650;font-size:14px}.primary-nav a{position:relative;padding:27px 0}.primary-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:2px;background:var(--red);transition:right .2s}.primary-nav a:hover:after{right:0}.button{border:0;border-radius:12px;background:var(--red);color:#fff;display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;font:inherit;font-weight:750;cursor:pointer;box-shadow:0 10px 28px rgba(255,32,40,.25);transition:transform .2s,background .2s,box-shadow .2s}.button:hover{background:var(--red2);transform:translateY(-2px);box-shadow:0 14px 36px rgba(255,32,40,.32)}.button-small{min-height:44px;padding:0 18px;font-size:14px}.menu-toggle{display:none;background:transparent;border:0;padding:8px}.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:var(--ink);margin:5px}.hero{position:relative;overflow:hidden;background:linear-gradient(130deg,var(--navy) 0%,#0b2857 56%,#123b7d 100%);color:#fff;padding:78px 0 82px;isolation:isolate}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to right,#000,transparent 72%);z-index:-1}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);z-index:-1}.hero-orb-one{width:500px;height:500px;background:rgba(255,32,40,.10);left:-230px;top:-280px}.hero-orb-two{width:450px;height:450px;border:1px solid rgba(255,255,255,.08);right:-100px;bottom:-240px}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:74px;align-items:center}.eyebrow{margin:0 0 18px;font-size:12px;font-weight:800;letter-spacing:.15em;display:flex;align-items:center;gap:10px;color:#d8e5ff}.eyebrow span{width:26px;height:2px;background:var(--red);display:inline-block}.eyebrow.dark{color:#536176}.hero h1,.legal-hero h1{font-size:clamp(42px,5vw,66px);letter-spacing:-.045em;line-height:1.03;margin:0 0 23px;max-width:720px}.hero-lead{font-size:19px;line-height:1.55;color:#d6e0f1;max-width:650px;margin:0 0 26px}.trust-list{display:flex;flex-wrap:wrap;gap:9px 23px;list-style:none;padding:0;margin:0 0 34px;color:#f4f7fc;font-size:14px;font-weight:650}.trust-list li:before{content:"✓";color:#fff;background:var(--green);width:20px;height:20px;display:inline-grid;place-items:center;border-radius:50%;margin-right:8px;font-size:12px}.hero-actions{display:flex;align-items:center;gap:25px;margin-bottom:37px}.text-link{font-weight:750;color:#fff;display:inline-flex;gap:10px;align-items:center}.text-link span{font-size:22px;transition:transform .2s}.text-link:hover span{transform:translateX(5px)}.mini-proof{border-left:2px solid var(--red);padding-left:14px;display:flex;flex-direction:column;font-size:13px;color:#aebed8}.mini-proof strong{color:#fff;font-size:14px}.lead-card{background:#fff;color:var(--ink);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);position:relative}.lead-card-head{display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:16px}.lead-card-head p{margin:0;color:var(--muted);font-size:12px}.lead-card-head h2{font-size:22px;line-height:1.2;margin:2px 0 0;letter-spacing:-.02em}.status-dot{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(22,160,107,.12)}.secure-label{font-size:11px;font-weight:750;color:var(--green);margin-left:auto}.progress{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:0 0 24px}.progress span{height:4px;background:#e9edf3;border-radius:4px}.progress span.active{background:var(--red)}.form-step{display:none}.form-step.active{display:block;animation:stepIn .28s ease}@keyframes stepIn{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}fieldset{border:0;margin:0 0 18px;padding:0}legend,.lead-form>div>label,.two-cols label{font-size:13px;font-weight:750;margin-bottom:10px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.choice-grid label{cursor:pointer}.choice-grid input{position:absolute;opacity:0}.choice-grid span{min-height:48px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;font-weight:680;background:#fafbfc;transition:.2s}.choice-grid input:checked+span{border-color:var(--red);background:#fff2f3;color:#a90b12;box-shadow:0 0 0 2px rgba(255,32,40,.08)}.range-label{display:flex;justify-content:space-between;align-items:center;margin-top:17px}.range-label strong{color:var(--red);font-size:17px}input[type=range]{width:100%;accent-color:var(--red);margin:5px 0 22px}.lead-form .button{width:100%}.lead-form label{display:block}.lead-form input:not([type=radio]):not([type=checkbox]):not([type=range]){width:100%;height:48px;border:1px solid var(--line);border-radius:10px;padding:0 13px;font:inherit;font-size:14px;margin:6px 0 14px;outline:none}.lead-form input:focus{border-color:#7998c9;box-shadow:0 0 0 3px rgba(18,59,125,.1)}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.step-actions{display:flex;align-items:center;gap:13px}.text-button{border:0;background:transparent;font:inherit;font-weight:700;color:var(--muted);padding:12px;cursor:pointer}.privacy-check{display:flex!important;gap:10px;align-items:flex-start;font-size:11px!important;color:var(--muted);font-weight:500!important;line-height:1.45;margin:4px 0 17px}.privacy-check input{margin-top:3px;accent-color:var(--red)}.privacy-check a{text-decoration:underline}.form-message{font-size:13px;margin:15px 0 0;text-align:center}.form-message.success{color:var(--green)}.form-message.error{color:var(--red2)}.stats{border-bottom:1px solid var(--line);background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:28px 0}.stats-grid div{padding:0 25px;border-right:1px solid var(--line);display:flex;flex-direction:column}.stats-grid div:first-child{padding-left:0}.stats-grid div:last-child{border:0}.stats-grid strong{font-size:22px;letter-spacing:-.025em}.stats-grid span{font-size:12px;color:var(--muted)}.section{padding:105px 0}.section-head{max-width:700px;margin-bottom:45px}.section-head.center{text-align:center;margin-inline:auto}.section-head.center .eyebrow{justify-content:center}.section-head h2,.split-section h2,.content-narrow h2{font-size:clamp(34px,4vw,48px);line-height:1.12;letter-spacing:-.04em;margin:0 0 18px}.section-head p,.split-section p,.content-narrow>p{color:var(--muted);font-size:17px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{min-height:310px;border:1px solid var(--line);border-radius:18px;padding:30px;background:#fff;display:flex;flex-direction:column;transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(16,24,40,.1);border-color:transparent}.product-card.accent{background:var(--navy);color:#fff;border-color:var(--navy)}.card-icon{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:#eef3fa;color:var(--navy2);font-weight:850}.accent .card-icon{background:var(--red);color:#fff}.product-card h3{font-size:25px;line-height:1.2;letter-spacing:-.03em;margin:40px 0 12px}.product-card p{color:var(--muted);margin:0 0 25px}.product-card.accent p{color:#c8d6ea}.product-card strong{margin-top:auto;font-size:14px;color:var(--red)}.process-section{background:var(--cream)}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);position:relative;gap:40px}.process-grid:before{content:"";position:absolute;left:17%;right:17%;top:29px;height:1px;background:#cbd4e1}.process-grid article{text-align:center;position:relative}.process-grid article>span{width:58px;height:58px;border-radius:50%;background:#fff;border:1px solid var(--line);display:grid;place-items:center;margin:0 auto 25px;font-weight:850;color:var(--red);position:relative}.process-grid h3{font-size:21px;margin:0 0 8px}.process-grid p{color:var(--muted);margin:0}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.visual-card{min-height:470px;border-radius:28px;background:linear-gradient(145deg,#e9eef7,#fafbfc);position:relative;display:grid;place-items:center;overflow:hidden}.visual-card:before,.visual-card:after{content:"";position:absolute;border-radius:50%}.visual-card:before{width:310px;height:310px;background:var(--navy);left:-80px;bottom:-80px}.visual-card:after{width:220px;height:220px;background:var(--red);right:-100px;top:-70px}.visual-badge{position:absolute;top:28px;left:28px;background:#fff;border-radius:20px;padding:9px 14px;font-size:12px;font-weight:750;z-index:2;box-shadow:0 10px 25px rgba(16,24,40,.08)}.mock-payment{position:relative;z-index:3;width:235px;height:270px;border-radius:24px;background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center}.mock-payment span,.mock-payment small{color:var(--muted)}.mock-payment strong{font-size:75px;line-height:1;color:var(--navy);letter-spacing:-.07em;margin:8px 0}.check-list{list-style:none;padding:0;margin:25px 0 30px}.check-list li{padding:9px 0 9px 34px;position:relative;font-weight:650}.check-list li:before{content:"✓";position:absolute;left:0;top:8px;background:#e6f7f0;color:var(--green);border-radius:50%;width:22px;height:22px;display:grid;place-items:center;font-size:12px}.dark-link{color:var(--navy)}.faq-section{background:var(--cream)}.faq-layout{display:grid;grid-template-columns:370px 1fr;gap:95px;align-items:start}.sticky{position:sticky;top:120px}.button-ghost{background:transparent;border:1px solid #c9d2df;color:var(--ink);box-shadow:none;margin-top:12px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:13px;padding:0 22px;margin-bottom:11px}.faq-list summary{list-style:none;cursor:pointer;font-weight:750;padding:21px 45px 21px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{position:absolute;right:0;top:15px;width:32px;height:32px;border-radius:50%;background:#f1f4f8;display:grid;place-items:center;color:var(--red);font-size:20px;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details div{color:var(--muted);padding:0 35px 20px 0}.locations{padding-top:90px}.location-links{display:flex;flex-wrap:wrap;gap:9px}.location-links a{font-size:12px;padding:8px 12px;border:1px solid var(--line);border-radius:99px;color:#526074;background:#fff;transition:.2s}.location-links a:hover{border-color:var(--navy);color:var(--navy);transform:translateY(-1px)}.content-narrow{max-width:900px}.content-narrow .feature-row{margin-top:42px}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature-row div{border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;flex-direction:column}.feature-row strong{font-size:17px;margin-bottom:6px}.feature-row span{font-size:13px;color:var(--muted)}.legal-hero{background:var(--navy);color:#fff;padding:80px 0}.legal-hero h1{font-size:50px}.legal-content{max-width:850px}.legal-content h2{font-size:31px;line-height:1.2;margin-top:40px}.legal-content p,.legal-content li{color:var(--muted)}.not-found{min-height:60vh}.site-footer{background:#081326;color:#c7d1e0;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px}.footer-logo{filter:brightness(0) invert(1);margin-bottom:18px}.footer-grid p{font-size:13px;max-width:300px}.footer-grid h2{font-size:13px;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px}.footer-grid a{display:block;font-size:13px;margin:9px 0}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#8290a3}
@media(max-width:1050px){.primary-nav{display:none;position:absolute;top:81px;left:0;right:0;background:#fff;padding:20px;box-shadow:0 20px 30px rgba(7,27,59,.12);flex-direction:column;align-items:flex-start}.primary-nav.open{display:flex}.primary-nav a{padding:8px 0}.menu-toggle{display:block}.header-cta{display:none}.hero-grid{grid-template-columns:1fr 420px;gap:35px}.hero h1{font-size:48px}.faq-layout{grid-template-columns:310px 1fr;gap:55px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:820px){:root{--container:min(100% - 30px,680px)}.site-header{height:72px}.brand img,.custom-logo{width:180px}.primary-nav{top:71px}.hero{padding:58px 0}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-lead{margin-inline:auto}.trust-list,.hero-actions{justify-content:center}.mini-proof{display:none}.lead-card{text-align:left;max-width:520px;width:100%;margin-inline:auto}.stats-grid{grid-template-columns:1fr 1fr;gap:0}.stats-grid div{padding:18px;border-bottom:1px solid var(--line)}.stats-grid div:nth-child(2){border-right:0}.stats-grid div:nth-child(3){padding-left:18px;border-bottom:0}.section{padding:75px 0}.product-grid,.process-grid,.feature-row{grid-template-columns:1fr}.product-card{min-height:250px}.product-card h3{margin-top:25px}.process-grid:before{display:none}.process-grid{gap:28px}.split-grid{grid-template-columns:1fr;gap:48px}.visual-card{min-height:380px}.faq-layout{grid-template-columns:1fr;gap:25px}.sticky{position:static}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.section-head h2,.split-section h2,.content-narrow h2{font-size:35px}}
@media(max-width:540px){:root{--container:calc(100% - 24px)}.hero h1{font-size:39px}.hero-lead{font-size:16px}.trust-list{display:grid;justify-content:start;text-align:left;margin-left:14px}.hero-actions{flex-direction:column;gap:14px}.hero-actions .button{width:100%}.lead-card{padding:20px;border-radius:18px}.choice-grid{grid-template-columns:1fr}.two-cols{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.stats-grid strong{font-size:18px}.section{padding:62px 0}.section-head h2,.split-section h2,.content-narrow h2{font-size:31px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.legal-hero h1{font-size:38px}.location-links a{font-size:11px}.step-actions{align-items:stretch;flex-direction:column-reverse}.step-actions .text-button{order:2}}

.lead-hook{border-radius:24px;overflow:hidden;background:rgba(255,255,255,.94);color:var(--ink);box-shadow:var(--shadow);backdrop-filter:blur(16px)}
.lead-hook-title{background:var(--navy);color:#fff;padding:17px 24px;text-align:center}
.lead-hook-title h2{font-size:25px;line-height:1.15;margin:0;letter-spacing:-.025em}
.lead-hook-body{padding:18px 18px 16px;text-align:center;background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(241,245,250,.94))}
.hook-kicker{font-size:18px;font-weight:850;margin:0 0 13px}.hook-kicker span{color:#ff9200;margin-right:7px}
.hook-question{display:inline-flex;background:#fff0d7;border:1px solid #ff9a00;border-radius:9px;padding:8px 15px;margin:0 0 14px;font-size:14px;font-weight:800}
.hook-choices{display:grid;gap:9px}
.hook-choices a{min-height:62px;background:#fff;border:1px solid #e7e9ee;border-radius:13px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:750;box-shadow:0 7px 18px rgba(7,27,59,.06);transition:.2s}
.hook-choices a:hover{border-color:var(--red);transform:translateY(-2px);box-shadow:0 11px 25px rgba(7,27,59,.1)}
.hook-choices b{font-size:23px;font-weight:400;color:var(--red)}
.hook-note{font-size:10px;line-height:1.4;color:var(--muted);margin:13px 10px 0}
.lead-landing-hero{min-height:calc(100vh - 82px);padding:70px 0 85px;background:linear-gradient(135deg,var(--navy),#123b7d);color:#fff}
.lead-landing-grid{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:80px;align-items:center}
.lead-landing-copy h1{font-size:clamp(42px,5vw,64px);line-height:1.04;letter-spacing:-.045em;margin:0 0 22px}
.lead-landing-copy>p:not(.eyebrow){font-size:19px;line-height:1.55;color:#d6e0f1;max-width:640px}
.lead-landing .lead-card{width:100%}
@media(max-width:900px){.lead-landing-grid{grid-template-columns:1fr;gap:38px}.lead-landing-copy{text-align:center}.lead-landing-copy .eyebrow,.lead-landing-copy .trust-list{justify-content:center}.lead-landing .lead-card{max-width:560px;margin-inline:auto}}
@media(max-width:540px){.lead-hook-title h2{font-size:22px}.lead-hook-body{padding:16px 12px 13px}.hook-choices a{min-height:58px}.lead-landing-hero{padding:45px 0 65px}.lead-landing-copy h1{font-size:38px}.lead-landing-copy>p:not(.eyebrow){font-size:16px}}
.progress{grid-template-columns:repeat(4,1fr)}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
.location-more{margin-top:28px}.city-unique-content{margin:35px 0;padding-top:30px;border-top:1px solid var(--line)}.city-unique-content h2,.city-unique-content h3{line-height:1.2;letter-spacing:-.025em}.city-unique-content p,.city-unique-content li{color:var(--muted)}
