@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#142d41;--muted:#607181;--blue:#205ddd;--pale:#f2f6fa;--line:#dfe6ed;--orange:#205ddd;--white:#fff;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #5e93ff;outline-offset:5px}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:Manrope,Arial,sans-serif}h1,h2{letter-spacing:-.055em;line-height:1.08;font-weight:700}h2{font-size:clamp(2.1rem,3.5vw,3.15rem)}h3{font-size:1.2rem;letter-spacing:-.025em}.wrap{max-width:1360px;margin-inline:auto;padding-inline:64px}.service-strip{background:#f1f5f9;color:#516779;display:flex;justify-content:space-between;padding:8px max(64px,calc((100vw - 1232px)/2));font-size:.75rem}.flag{margin-left:8px}.header{height:94px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{font-size:1.9rem;font-weight:800;letter-spacing:-.065em;display:inline-flex;align-items:center;position:relative;line-height:1;white-space:nowrap}.brand:before{content:"";display:block;width:44px;height:44px;background:url("logo-mark.svg") center/contain no-repeat;margin-right:12px;flex-shrink:0}.brand span{color:var(--blue);font-weight:600;letter-spacing:-.045em;margin-left:1px}nav{display:flex;align-items:center;gap:32px;font-size:.875rem;font-weight:500}nav a:hover,.text-link:hover{color:var(--blue)}.phone{border:1px solid #dbe4ed;border-radius:30px;padding:10px 18px;font-size:.875rem;font-weight:700;white-space:nowrap}.phone span{margin-right:9px;font-size:1.1rem}.hero{position:relative;max-width:none;isolation:isolate;background:#234252;display:grid;grid-template-columns:minmax(0,1fr) 424px;gap:70px;padding:52px max(64px,calc((100vw - 1232px)/2));min-height:740px;align-items:center;overflow:hidden}.hero-story{align-self:stretch}.intro{position:relative;z-index:2;color:white;padding-top:20px;max-width:670px}.location{display:flex;align-items:center;gap:9px;font-size:.875rem;color:#e4edf4;margin-bottom:18px}.location:before{content:'✓';display:grid;place-items:center;border:1px solid #a9bdcb88;border-radius:50%;width:20px;height:20px;font-size:.65rem}h1{font-size:clamp(3.75rem,5.7vw,5.65rem);line-height:1.04;letter-spacing:-.065em;margin-bottom:22px;font-weight:700}.lead{font-size:1.0625rem;color:#e6edf3;line-height:1.65;margin-bottom:26px;max-width:400px}.intro .text-link{display:inline-flex;background:white;color:var(--ink);border-radius:30px;padding:11px 20px;font-size:.875rem;font-weight:600;gap:24px}.text-link{font-size:.9375rem;font-weight:600;display:inline-flex;gap:20px;align-items:center}.hero-photo{position:absolute;inset:0;z-index:-2}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,30,47,.66) 0%,rgba(10,30,47,.22) 45%,rgba(10,30,47,.05) 70%,rgba(10,30,47,.38) 100%)}.photo-caption{position:absolute;bottom:27px;left:max(64px,calc((100vw - 1232px)/2));z-index:1;color:white;display:flex;gap:30px;align-items:end;font-size:.8125rem;line-height:1.5}.photo-caption>span:first-child{border-left:2px solid #ffffff99;padding-left:12px}.pickup-tag{display:none}.quote-panel{position:relative;z-index:2;background:#fff;border-radius:18px;padding:28px 28px 0;box-shadow:0 18px 60px #091e3c26;scroll-margin-top:30px;border:1px solid #ffffff88}.quote-heading{position:relative}.small-label{font-size:.875rem;color:var(--muted)}.quote-heading .small-label{display:none}.quote-heading h2{font-size:2rem;margin:0 0 7px}.quote-heading p{font-size:.8125rem;color:var(--muted);margin-bottom:22px}.quote-heading:after{content:'↗';position:absolute;top:0;right:0;border:1px solid var(--line);width:39px;height:39px;border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:1.3rem}.progress{list-style:none;display:flex;justify-content:space-between;margin:0 0 25px;padding:0 0 22px;gap:10px;border-bottom:1px solid var(--line)}.progress li{font-size:.75rem;color:#788794;display:flex;align-items:center;gap:6px}.progress li span{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#eff3f7;color:#718291;font-size:.6875rem}.progress li.active{color:var(--blue);font-weight:700}.progress li.active span{background:var(--blue);color:#fff}fieldset{margin:0;padding:0;border:0;min-width:0}[hidden]{display:none!important}label{display:block;font-size:.8125rem;font-weight:600;margin:14px 0 7px}label span{color:var(--muted);font-weight:400}fieldset>label:first-of-type{margin-top:0}input,select,textarea{font-size:.9375rem;width:100%;max-width:100%;min-height:47px;padding:11px 12px;background:#f9fbfd;color:var(--ink);border:1px solid #dce4ed;border-radius:7px}input::placeholder,textarea::placeholder{color:#83919e;opacity:1}input:focus,select:focus,textarea:focus{outline:2px solid var(--blue);outline-offset:1px;background:white}textarea{resize:vertical}.plate-field{display:flex;background:#f9fbfd;border:1px solid #cbd7e3;border-radius:7px;overflow:hidden}.plate-field>span{background:#2456b0;color:white;display:grid;place-items:center;width:37px;flex-shrink:0;font-size:.6875rem;border-right:1px solid #cbd7e3}.plate-field input{border:0;border-radius:0;background:transparent;font-weight:600;font-size:1.12rem;letter-spacing:.08em;min-height:52px}.plate-field:focus-within{outline:2px solid var(--blue)}.field-hint{margin:7px 0 5px;color:#7a8b99;font-size:.75rem}.fields{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.primary{display:flex;align-items:center;justify-content:center;gap:22px;min-height:50px;padding:13px 20px;border:0;border-radius:7px;color:#fff;background:var(--blue);font-size:.9375rem;font-weight:600;transition:background .15s,transform .15s}.primary:hover{background:#174fc5;transform:translateY(-1px)}.primary span{font-size:1.125rem}.form-actions{display:flex;gap:10px;margin-top:24px}.form-actions .primary{flex:1}.back-button{border:1px solid var(--line);background:white;border-radius:7px;padding:10px 14px;color:var(--ink)}.form-footnote{font-size:.75rem;text-align:center;color:var(--muted);margin:11px 0 20px}.quote-bottom{border-top:1px solid var(--line);padding:17px 0 20px;text-align:center;font-size:.75rem;color:var(--muted)}.quote-bottom a{font-size:.875rem;color:var(--ink);font-weight:700;margin-left:5px}.benefits{display:flex;justify-content:space-between;gap:24px;padding-block:28px;font-size:.875rem;border-bottom:1px solid var(--line)}.benefits>span{display:flex;align-items:center;gap:11px}.check{display:grid;place-items:center;color:var(--blue);background:#edf3ff;width:30px;height:30px;border-radius:50%;font-size:.875rem}.section{padding-top:98px;padding-bottom:100px}.section-intro{display:flex;justify-content:space-between;align-items:center;gap:35px;margin-bottom:55px}.section-intro h2{margin:0}.section-intro p{color:var(--muted);margin:0;max-width:350px;line-height:1.7}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;counter-reset:steps}.steps article{position:relative;padding-top:26px;border-top:1px solid #cad8e6}.step-number{position:absolute;top:-19px;background:#fff;border:1px solid #cad8e6;border-radius:50%;color:var(--blue);display:grid;place-items:center;width:37px;height:37px;font-size:.875rem}.steps h3{margin:16px 0 12px;font-size:1.25rem}.steps p{font-size:.9375rem;color:var(--muted);max-width:34ch;margin:0;line-height:1.75}.cars-section{background:#edf3fa;margin:0 24px;border-radius:22px;overflow:hidden}.cars-inner{padding-top:76px;padding-bottom:76px;display:grid;grid-template-columns:1fr 1fr;gap:95px}.cars-inner .small-label{color:#376493;margin-bottom:17px}.cars-inner h2{font-size:3.5rem;margin-bottom:24px}.cars-inner>div>p:not(.small-label){color:#5a7289;max-width:34ch}.light-button{display:inline-flex;margin-top:12px;border-radius:30px;background:var(--ink);padding-inline:24px}.light-button:hover{background:#24485f}.car-types{align-self:center;display:grid;gap:14px}.car-types article{background:#fff;border:1px solid #e0e9f3;border-radius:12px;padding:24px 26px 24px 74px;position:relative}.car-types article:before{content:'✓';position:absolute;left:25px;top:26px;width:29px;height:29px;display:grid;place-items:center;border:1px solid #cbdcf4;border-radius:8px;color:var(--blue)}.car-types h3{font-size:1.15rem;margin-bottom:6px}.car-types p{font-size:.875rem;color:var(--muted);margin:0;max-width:37ch}.faq{display:grid;grid-template-columns:1fr 1.25fr;gap:80px}.faq h2{margin-bottom:25px}.faq>div>p{color:var(--muted);margin-bottom:7px}.faq .text-link{color:var(--blue);font-size:.875rem}.questions details{border-bottom:1px solid var(--line);padding:23px 0}.questions details:first-child{padding-top:5px}.questions summary{display:flex;justify-content:space-between;align-items:center;gap:25px;cursor:pointer;list-style:none;font-size:.9375rem;font-weight:600}.questions summary::-webkit-details-marker{display:none}.questions summary:after{content:'+';display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--pale);color:var(--blue);font-size:1.25rem;flex-shrink:0;font-weight:400}.questions details[open] summary:after{content:'−';background:#e6eeff}.questions p{font-size:.9375rem;color:var(--muted);margin:15px 40px 0 0}footer{background:#142d41;color:#fff;padding-top:46px;padding-bottom:46px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-bottom:35px}.footer-top .brand span{color:#95b6fa}.footer-top .brand:before{content:"";display:block;width:44px;height:44px;background:url("logo-mark.svg") center/contain no-repeat;margin-right:12px;flex-shrink:0}.footer-top p{margin:0;color:#b6c6d3;font-size:.9375rem}.footer-top>a:last-child{font-size:1.125rem;font-weight:600}.footer-bottom{display:flex;justify-content:space-between;gap:25px;padding-top:25px;border-top:1px solid #ffffff20;font-size:.75rem;color:#b6c6d3}.preview-notice,.result{padding:15px;background:#f2f6ff;border-left:3px solid var(--blue);margin-top:20px;font-size:.875rem}.preview-notice a,.result a{text-decoration:underline}.result p{margin:8px 0}.form-error{color:#ac3225;font-size:.875rem}.photo-upload{border:1px dashed #b2c5dd;border-radius:7px;padding:12px;cursor:pointer}.photo-upload>span{display:block;font-size:.75rem;margin:4px 0}.photo-upload input{background:none;border:0;padding:4px;min-height:0;font-size:.75rem}#photo-list{font-size:.8125rem;color:var(--muted);overflow-wrap:anywhere}.sr-only,.skip:not(:focus){position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip:focus{position:fixed;z-index:99;background:white;padding:10px;top:10px;left:10px}
@media(min-width:1600px){.hero{min-height:800px}.intro{padding-top:28px}.hero-photo img{object-position:center 60%}}
@media(max-width:1100px){.wrap{padding-inline:36px}.service-strip{padding-inline:36px}.hero{padding-inline:36px;gap:35px;grid-template-columns:1fr 390px}.intro{padding-top:15px}h1{font-size:4rem}.photo-caption{left:36px}.quote-panel{padding:25px 24px 0}nav{gap:22px}.cars-inner{gap:40px}.cars-inner h2{font-size:3rem}.faq{gap:45px}.benefits{font-size:.8125rem}.footer-bottom{flex-wrap:wrap}}
@media(max-width:880px){.header{height:84px}.header nav{display:none}.hero{gap:24px;grid-template-columns:minmax(0,1fr) 360px;padding:35px 26px;min-height:740px}h1{font-size:3.35rem}.lead{font-size:1rem}.quote-panel{padding:25px 21px 0}.intro .text-link{font-size:.8125rem;padding:10px 16px;gap:15px}.photo-caption{left:26px}.benefits{gap:14px}.benefits>span{gap:8px}.cars-section{margin-inline:16px}.cars-inner{padding-inline:30px}.cars-inner h2{font-size:2.8rem}.car-types article{padding:23px 20px 23px 60px}.car-types article:before{left:19px;width:26px;height:26px}.footer-top p{display:none}}
@media(max-width:740px){.wrap{padding-inline:22px}.service-strip{padding:7px 22px;font-size:.75rem}.service-strip>span:last-child{display:none}.header{height:80px}.brand{font-size:1.9rem;font-weight:800;letter-spacing:-.065em;display:inline-flex;align-items:center;position:relative;line-height:1;white-space:nowrap}.brand:before{content:"";display:block;width:44px;height:44px;background:url("logo-mark.svg") center/contain no-repeat;margin-right:12px;flex-shrink:0}.phone{font-size:.75rem;padding:8px 12px}.phone span{display:none}.hero{display:block;padding:0;background:#edf3fa;overflow:visible}.hero-story{height:600px;position:relative;isolation:isolate}.intro{padding:34px 24px 0;max-width:540px}.location{font-size:.8125rem;margin-bottom:18px}h1{font-size:clamp(3.6rem,12vw,5rem);margin-bottom:20px}.lead{font-size:1rem;max-width:310px;margin-bottom:22px}.intro .text-link{font-size:.875rem;padding:11px 19px}.hero-photo img{object-position:23% center}.hero-photo:after{background:linear-gradient(180deg,#10283ece 0%,#10283e66 40%,#10283e00 72%,#10283e30)}.photo-caption{display:none}.quote-panel{margin:-35px 18px 0;padding:25px 24px 0;box-shadow:0 10px 30px #18344712;border:1px solid #dfe7ef}.hero{padding-bottom:24px}.quote-heading h2{font-size:2rem}.quote-heading p{font-size:.8125rem}.progress{gap:7px}.progress li{font-size:.75rem}.fields{gap:0 12px}input,select,textarea{font-size:1rem}.quote-bottom{display:grid;gap:3px}.quote-bottom a{font-size:.9375rem;margin-left:0}.benefits{flex-direction:column;gap:16px;padding:26px 24px;background:#fff}.benefits>span{font-size:.875rem;gap:13px}.section{padding-top:62px;padding-bottom:62px}.section-intro{display:block;margin-bottom:48px}.section-intro h2{margin-bottom:22px}h2{font-size:2.4rem}.section-intro p{font-size:.9375rem}.section-intro p br{display:none}.steps{grid-template-columns:1fr;gap:30px}.steps article{padding:0 0 0 55px;border:0}.step-number{top:0;left:0}.steps h3{margin:3px 0 9px;font-size:1.15rem}.steps p{max-width:none;font-size:.9375rem}.cars-section{margin-inline:12px;border-radius:16px}.cars-inner{grid-template-columns:1fr;padding:36px 23px;gap:26px}.cars-inner h2{font-size:2.75rem}.cars-inner>div>p:not(.small-label){max-width:none;font-size:.9375rem}.car-types article{padding:20px 18px 20px 58px}.car-types article:before{left:18px;top:23px}.car-types h3{font-size:1.0625rem}.car-types p{font-size:.875rem}.faq{grid-template-columns:1fr;gap:30px}.questions details{padding-block:21px}.questions summary{font-size:.9375rem}.footer-top{flex-wrap:wrap;gap:24px}.footer-top>a:last-child{font-size:1rem}.footer-bottom{flex-direction:column;gap:8px;padding-top:22px}footer{padding-top:35px;padding-bottom:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

@media(max-width:740px){.header .brand{font-size:1.55rem}.header .brand:before{width:35px;height:35px;margin-right:8px}.header{gap:12px}.footer-top .brand{font-size:1.9rem}}
/* Selling guides and editorial pages */
.guide-category{display:block;font-size:.8125rem;color:#315cb2;font-weight:600;margin-bottom:15px}.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.guide-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;padding:28px;background:#fff;transition:border-color .18s,background .18s}.guide-card:hover{border-color:#8eafea;background:#f9fbff}.guide-card h3{font-size:1.4rem;line-height:1.3;margin-bottom:13px}.guide-card p{font-size:1rem;color:var(--muted);margin-bottom:22px}.guide-read{display:flex;justify-content:space-between;font-size:.875rem;font-weight:600;color:var(--blue);margin-top:auto}.home-guides{border-top:1px solid var(--line)}.home-guides .section-intro .guide-category{margin-bottom:18px}.car-types h3 a:hover{text-decoration:underline}.guide-page .header{border-bottom:1px solid var(--line)}.article-heading{padding-top:35px;padding-bottom:48px}.breadcrumbs{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;font-size:.8125rem;color:var(--muted);margin-bottom:44px;font-weight:400}.breadcrumbs a:hover{color:var(--blue);text-decoration:underline}.article-heading h1{font-size:clamp(2.6rem,4.8vw,4.4rem);line-height:1.12;max-width:1000px;margin-bottom:25px;letter-spacing:-.05em}.article-intro{font-size:1.18rem;color:var(--muted);line-height:1.75;max-width:780px;margin-bottom:25px}.article-byline{display:flex;flex-wrap:wrap;gap:14px 25px;font-size:.8125rem;color:#637785;margin:0}.article-layout{display:grid;grid-template-columns:minmax(0,760px) minmax(220px,1fr);gap:80px;padding-bottom:65px}.article-body section{scroll-margin-top:25px;margin-bottom:40px}.article-body h2{font-size:1.8rem;line-height:1.3;letter-spacing:-.035em;margin-bottom:20px}.article-body p,.article-body li{font-size:1.0625rem;line-height:1.85;color:#415866}.article-body p{margin-bottom:20px}.article-body ul{padding-left:25px;margin:20px 0}.article-body li{padding-left:5px;margin-bottom:7px}.article-body p a,.article-body li a{color:#174eb8;text-decoration:underline;text-underline-offset:3px}.article-sidebar{align-self:start;position:sticky;top:30px;border-left:1px solid var(--line);padding-left:28px}.article-sidebar nav{display:block}.article-sidebar h2{font-size:1rem;letter-spacing:0;line-height:1.5;margin-bottom:18px}.article-sidebar nav a{display:block;font-size:.875rem;line-height:1.5;margin-bottom:15px;color:var(--muted)}.article-sidebar nav a:hover{color:var(--blue)}.sidebar-contact{margin-top:30px;padding-top:25px;border-top:1px solid var(--line);font-size:.9375rem}.sidebar-contact p{font-size:.875rem;color:var(--muted);margin:10px 0}.sidebar-contact>a{color:var(--blue);font-weight:600}.article-cta{background:#edf3fa;border-radius:14px;padding:30px;margin-top:45px}.article-cta h2{margin-bottom:15px}.article-cta .primary{display:inline-flex;margin:0 18px 17px 0}.article-cta small{display:block;font-size:.8125rem;color:var(--muted)}.related-guides{padding-top:45px;padding-bottom:65px;border-top:1px solid var(--line)}.related-guides h2{font-size:2.25rem;margin-bottom:30px}.related-guides .guide-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.related-guides .guide-card{padding:23px}.related-guides .guide-card h3{font-size:1.2rem}.related-guides .guide-card p{font-size:.9375rem}.related-guides>.text-link{margin-top:28px}.guides-index{padding-bottom:90px}.footer-top>a{font-size:.9375rem}.home-guides .guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:1000px){.article-layout{gap:35px;grid-template-columns:minmax(0,1fr) 220px}.article-sidebar{padding-left:20px}.header nav{gap:20px}.related-guides .guide-grid{grid-template-columns:1fr}.related-guides .guide-card p{max-width:70ch}}
@media(max-width:740px){.article-heading{padding-top:25px;padding-bottom:35px}.breadcrumbs{display:flex;margin-bottom:30px;gap:8px;font-size:.8125rem}.article-heading h1{font-size:2.7rem;overflow-wrap:break-word}.article-intro{font-size:1.0625rem;line-height:1.75}.article-byline{gap:8px 14px;font-size:.75rem}.article-layout{display:flex;flex-direction:column;gap:25px;padding-bottom:40px}.article-sidebar{position:static;order:-1;border-left:0;border-bottom:1px solid var(--line);padding:0 0 18px}.article-sidebar nav{display:block}.article-sidebar nav a{margin-bottom:11px}.sidebar-contact{display:none}.article-body h2{font-size:1.6rem}.article-body p,.article-body li{font-size:1rem;line-height:1.8}.article-body section{margin-bottom:33px}.article-cta{padding:23px}.article-cta .text-link{display:block;margin-bottom:16px}.guide-grid,.home-guides .guide-grid{grid-template-columns:1fr}.guide-card{padding:24px}.guide-card h3{font-size:1.35rem}.guide-card p{font-size:1rem}.home-guides .section-intro>.text-link{margin-top:20px}.related-guides h2{font-size:2rem}.guides-index{padding-bottom:55px}}

/* Clear automotive identity */
.brand{font-weight:800;letter-spacing:-.055em}
.brand:before,.footer-top .brand:before{width:64px;height:40px;margin-right:10px}
.brand span{font-weight:600}
.footer-top .brand:before{filter:brightness(0) invert(1)}
@media(max-width:740px){.header .brand:before{width:46px;height:32px;margin-right:7px}.header .brand{font-size:1.45rem}.footer-top .brand:before{width:58px;height:38px}}

/* Responsive main navigation */
.mobile-menu{display:none}
@media(max-width:1100px){
.header{position:relative;z-index:20;flex-wrap:wrap;height:auto;min-height:86px;padding-block:16px;gap:12px}
.header>nav{display:none}
.header>.phone{margin-left:auto}
.mobile-menu{display:block;position:relative}
.mobile-menu summary{list-style:none;cursor:pointer;border:1px solid #dbe4ed;border-radius:24px;padding:10px 15px;font-size:.875rem;font-weight:600;display:flex;gap:9px;align-items:center;min-height:44px}
.mobile-menu summary::-webkit-details-marker{display:none}
.mobile-menu summary:focus-visible{outline:3px solid #2864e8;outline-offset:3px}
.mobile-menu[open] summary{background:#edf3fa;border-color:#2864e8}
.mobile-menu nav{position:absolute;right:0;top:calc(100% + 12px);display:flex;flex-direction:column;align-items:stretch;gap:0;width:min(320px,calc(100vw - 44px));padding:12px;background:white;border:1px solid #dbe4ed;border-radius:16px;box-shadow:0 18px 45px #142d4126}
.mobile-menu nav a{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;min-height:46px;font-size:1rem;border-radius:8px}
.mobile-menu nav a:hover{background:#edf3fa}
.mobile-menu nav .menu-offer{background:#2864e8;color:white;margin-top:7px}
}
@media(max-width:600px){.header>.phone{display:none}.header .mobile-menu{margin-left:auto}.header{min-height:80px}.mobile-menu summary{padding:9px 12px}.header .brand{font-size:1.45rem}}

.hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.result:focus{outline:none}.consent{margin-top:14px}.consent a{text-decoration:underline}.privacy-page .article-body h2{margin-top:32px}

.situation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-top:28px}.situation{display:block;padding:24px;border:1px solid #d8e2ee;border-radius:14px;background:#fff;color:inherit;text-decoration:none;transition:border-color .15s,transform .15s}.situation:hover{border-color:var(--blue);transform:translateY(-2px)}.situation strong{display:block;font-size:1.05rem;margin-bottom:8px}.situation span{font-size:.9rem;color:var(--muted);line-height:1.5}

.lead-sub{font-size:.95rem;opacity:.85;margin-top:-6px;margin-bottom:22px}.article-faq details{border-bottom:1px solid #e3eaf3;padding:12px 0}.article-faq summary{font-weight:600;cursor:pointer}.article-faq p{margin:8px 0 0;color:var(--muted)}
