:root{--c-bg: #ffffff;--c-surface: #f5f7fa;--c-surface-2: #eef2f7;--c-text: #1a2230;--c-muted: #54606f;--c-border: #d9e0ea;--c-brand: #0b4f8a;--c-brand-dark: #083a66;--c-accent: #e8642b;--c-accent-dark: #c8501c;--c-success: #1f7a4d;--radius: 10px;--radius-lg: 16px;--shadow: 0 1px 3px rgba(16, 32, 56, .08), 0 4px 16px rgba(16, 32, 56, .06);--maxw: 1120px;--gap: clamp(1rem, 2.5vw, 2rem);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--c-text);background:var(--c-bg);line-height:1.6;font-size:17px}@media(max-width:768px){body{padding-bottom:64px}}img{max-width:100%;height:auto;display:block}a{color:var(--c-brand);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{line-height:1.2;color:var(--c-text);margin:0 0 .5em}h1{font-size:clamp(1.85rem,4.5vw,2.75rem);letter-spacing:-.02em}h2{font-size:clamp(1.4rem,3vw,2rem);letter-spacing:-.01em}h3{font-size:1.2rem}p{margin:0 0 1rem}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gap)}.section{padding-block:clamp(2.5rem,6vw,4.5rem)}.section--tight{padding-block:clamp(1.75rem,4vw,3rem)}.section--surface{background:var(--c-surface)}.section--brand{background:var(--c-brand);color:#fff}.section--brand h2,.section--brand h3{color:#fff}.section--brand a{color:#fff;text-decoration:underline}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700;color:var(--c-accent);margin-bottom:.5rem}.section--brand .eyebrow{color:#ffd9c7}.lede{font-size:1.15rem;color:var(--c-muted);max-width:65ch}.section--brand .lede{color:#dbe7f3}.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;padding:.85rem 1.4rem;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background-color .15s ease,transform .05s ease;line-height:1.1}.btn:hover{text-decoration:none}.btn:active{transform:translateY(1px)}.btn--call{background:var(--c-accent);color:#fff}.btn--call:hover{background:var(--c-accent-dark);color:#fff}.btn--quote{background:var(--c-brand);color:#fff}.btn--quote:hover{background:var(--c-brand-dark);color:#fff}.btn--ghost{background:transparent;color:var(--c-brand);border-color:var(--c-border)}.btn--ghost:hover{background:var(--c-surface)}.btn--lg{padding:1rem 1.7rem;font-size:1.08rem}.section--brand .btn--quote{background:#fff;color:var(--c-brand)}.section--brand .btn--quote:hover{background:#eef2f7;color:var(--c-brand-dark)}.btn-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.grid{display:grid;gap:var(--gap)}.grid--2,.grid--3{grid-template-columns:1fr}@media(min-width:640px){.grid--2,.grid--3{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.grid--3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.4rem;box-shadow:var(--shadow)}.card h3{margin-bottom:.35rem}.card p{color:var(--c-muted);margin-bottom:.75rem}.card .card__link{font-weight:700}.hero{background:linear-gradient(135deg,var(--c-brand-dark),var(--c-brand));color:#fff}.hero h1{color:#fff;max-width:18ch}.hero .lede{color:#dbe7f3}.hero__grid{display:grid;gap:var(--gap);align-items:start}@media(min-width:920px){.hero__grid{grid-template-columns:1.15fr .85fr}}.pill-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.pill{background:#ffffff24;color:#eaf2fb;border:1px solid rgba(255,255,255,.22);padding:.35rem .7rem;border-radius:999px;font-size:.85rem;font-weight:600}.steps{display:grid;gap:1rem;counter-reset:step;padding:0;list-style:none;margin:0}@media(min-width:760px){.steps{grid-template-columns:repeat(4,1fr)}}.steps li{position:relative;background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.1rem}.steps li:before{counter-increment:step;content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:var(--c-accent);color:#fff;font-weight:800;margin-bottom:.6rem}.steps h3{font-size:1.05rem}.steps p{color:var(--c-muted);margin:0;font-size:.95rem}.checklist{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.checklist li{padding-left:1.8rem;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;top:0;color:var(--c-success);font-weight:800}.prose{max-width:70ch}.prose h2{margin-top:2rem}.prose h3{margin-top:1.5rem}.prose ul,.prose ol{padding-left:1.3rem}.prose li{margin-bottom:.4rem}.note{background:var(--c-surface-2);border-left:4px solid var(--c-brand);border-radius:var(--radius);padding:1rem 1.2rem;color:var(--c-muted);font-size:.97rem}.faq{display:grid;gap:.6rem}.faq details{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius);padding:0 1.1rem}.faq summary{cursor:pointer;font-weight:700;padding:1rem 0;list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--c-accent);font-weight:800;font-size:1.3rem}.faq details[open] summary:after{content:"–"}.faq details[open] summary{border-bottom:1px solid var(--c-border)}.faq .faq__a{padding:.9rem 0 1.1rem;color:var(--c-muted)}.faq .faq__a p:last-child{margin-bottom:0}.breadcrumbs{font-size:.85rem;color:var(--c-muted);padding-block:.9rem}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;padding:0;margin:0}.breadcrumbs li:after{content:"/";margin-left:.4rem;color:var(--c-border)}.breadcrumbs li:last-child:after{content:""}.lead-form{display:grid;gap:.8rem}.lead-form .field{display:grid;gap:.3rem}.lead-form label{font-size:.85rem;font-weight:700}.lead-form input,.lead-form select,.lead-form textarea{font:inherit;font-size:.95rem;padding:.65rem .7rem;border:1px solid var(--c-border);border-radius:var(--radius);background:#fff;color:var(--c-text);width:100%}.lead-form .row{display:grid;gap:.8rem}@media(min-width:520px){.lead-form .row--2{grid-template-columns:1fr 1fr}}.lead-form .consent{display:flex;gap:.5rem;align-items:flex-start;font-size:.8rem;color:var(--c-muted)}.lead-form .consent input{width:auto;margin-top:.2rem}.lead-form .hp{position:absolute;left:-9999px;opacity:0;height:0;width:0}.form-card{background:#fff;color:var(--c-text);border-radius:var(--radius-lg);padding:1.3rem;box-shadow:var(--shadow)}.form-card__title{font-size:1.2rem;font-weight:700;line-height:1.2;margin:0 0 .4rem;color:var(--c-text)}.form-card h2,.form-card h3{color:var(--c-text)}.star-rating{position:relative;display:inline-block;line-height:1;white-space:nowrap}.star-rating:before{content:"★★★★★";color:#78829159;letter-spacing:2px}.star-rating__fill{position:absolute;top:0;left:0;width:var(--pct, 100%);overflow:hidden;color:#f5a623;letter-spacing:2px}.reviews-badge{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.1rem;text-decoration:none}.reviews-badge:hover{text-decoration:none}.reviews-badge__text{font-size:.92rem;font-weight:600;display:inline-flex;gap:.35rem;align-items:baseline}.reviews-badge__count{font-weight:500;opacity:.85}.reviews-badge--light{color:var(--c-text)}.reviews-badge--dark{color:#eaf2fb}.reviews-summary{display:flex;align-items:center;gap:.6rem;margin-top:.8rem;font-size:1.05rem}.review-card{display:flex;flex-direction:column;gap:.6rem}.review-card blockquote{margin:0}.review-card blockquote p{margin:0;color:var(--c-text)}.review-card figcaption{font-weight:600;font-size:.9rem}.topbar{background:var(--c-brand-dark);color:#dbe7f3;font-size:.85rem}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.45rem;min-height:38px}.topbar__left{display:flex;gap:.4rem;align-items:center}.topbar__item{white-space:nowrap}.topbar__dim{opacity:.8}.topbar__right{display:flex;align-items:center;gap:1rem}.topbar__call{color:#fff;font-weight:700;text-decoration:none}.topbar__call:hover{text-decoration:underline;color:#fff}.topbar .reviews-badge{margin-top:0}@media(max-width:640px){.topbar__left{display:none}.topbar__inner{justify-content:center;gap:1.2rem}}@media(max-width:420px){.topbar .reviews-badge__count{display:none}}.hero__reviews{margin:.2rem 0 .7rem}.hero__reviews .reviews-badge{margin-top:0}.hero__subhead{margin-bottom:1rem}.hero__benefits{list-style:none;padding:0;margin:0 0 1.4rem;display:grid;gap:.5rem}.hero__benefits li{position:relative;padding-left:1.9rem;color:#eaf2fb;font-weight:600}.hero__benefits li:before{content:"";position:absolute;left:0;top:.15em;width:1.25rem;height:1.25rem;border-radius:999px;background:var(--c-accent);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center / .95rem no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center / .95rem no-repeat}@media(max-width:768px){.hero.section{padding-top:1.1rem;padding-bottom:1.6rem}.hero .eyebrow{margin-bottom:.3rem}.hero__reviews{margin:.1rem 0 .5rem}.hero h1{font-size:1.6rem;margin-bottom:.4rem}.hero__subhead{font-size:1rem;line-height:1.4;margin-bottom:.8rem}.hero__benefits{gap:.45rem;margin-bottom:1rem}.hero__benefits li{font-size:.95rem;line-height:1.3;padding-left:1.7rem}.hero__benefits li:before{top:.05em;width:1.15rem;height:1.15rem}.hero .btn-row{gap:.6rem}.hero .btn-row .btn{flex:1 1 100%;justify-content:center}.hero .btn-row .btn--lg{padding-block:.8rem;font-size:1.05rem}}.site-header{position:sticky;top:0;z-index:50;background:#fffffff5;backdrop-filter:saturate(180%) blur(6px);border-bottom:1px solid var(--c-border)}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.6rem}.brand{font-weight:800;font-size:1.1rem;color:var(--c-brand);letter-spacing:-.01em}.brand:hover{text-decoration:none}.brand span{color:var(--c-accent)}.nav{display:none}@media(min-width:940px){.nav{display:flex;align-items:center;gap:1.2rem}}.nav a{color:var(--c-text);font-weight:600;font-size:.95rem}.nav a:hover{color:var(--c-brand);text-decoration:none}.nav__group{position:relative}.nav__group>button{font:inherit;font-weight:600;font-size:.95rem;color:var(--c-text);background:none;border:none;cursor:pointer;padding:0}.nav__menu{position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border:1px solid var(--c-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:.5rem;min-width:280px;display:flex;flex-direction:column;gap:.1rem;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility 0s linear .25s}.nav__menu:before{content:"";position:absolute;left:0;right:0;top:-.6rem;height:.6rem}.nav__group:hover .nav__menu,.nav__group:focus-within .nav__menu{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .15s ease,transform .15s ease,visibility 0s}.nav__menu a{padding:.5rem .6rem;border-radius:6px;font-weight:600;font-size:.92rem}.nav__menu a:hover{background:var(--c-surface)}.header-cta{display:flex;align-items:center;gap:.6rem}.header-cta .btn{padding:.6rem 1rem;font-size:.92rem}.header-call{display:none}@media(min-width:560px){.header-call{display:inline-flex}}.mobile-nav__btn{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:42px;height:38px;padding:0 9px;border:1px solid var(--c-border);border-radius:8px;cursor:pointer;background:#fff}.mobile-nav__btn span{display:block;height:2px;background:var(--c-text);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.mobile-nav{display:none;flex-direction:column;gap:.1rem;padding:.6rem var(--gap) 1rem;border-top:1px solid var(--c-border);background:#fff}.mobile-nav a{padding:.7rem .3rem;font-weight:600;color:var(--c-text);border-bottom:1px solid var(--c-surface-2)}.mobile-nav a:hover{color:var(--c-brand);text-decoration:none}.mobile-nav__sub{padding-left:1.1rem!important;font-weight:500!important;font-size:.95rem;color:var(--c-muted)!important}.mobile-nav .btn{margin-top:.8rem;justify-content:center}.mobile-nav__checkbox:checked~.mobile-nav,.site-header:has(.mobile-nav__checkbox:checked) .mobile-nav{display:flex}.mobile-nav__checkbox:checked+.mobile-nav__btn span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-nav__checkbox:checked+.mobile-nav__btn span:nth-child(2){opacity:0}.mobile-nav__checkbox:checked+.mobile-nav__btn span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(min-width:940px){.mobile-nav__btn{display:none}.mobile-nav{display:none!important}}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:60;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-top:1px solid var(--c-border);box-shadow:0 -2px 10px #10203814}.sticky-bar a{padding:.95rem .5rem;text-align:center;font-weight:800;color:#fff}.sticky-bar a:hover{text-decoration:none}.sticky-bar .call{background:var(--c-accent)}.sticky-bar .quote{background:var(--c-brand)}@media(min-width:769px){.sticky-bar{display:none}}.site-footer{background:#0d1722;color:#c4d0de;padding-block:2.5rem 1.5rem;margin-top:2rem}.site-footer a{color:#c4d0de}.site-footer a:hover{color:#fff}.site-footer h4{color:#fff;font-size:.95rem;margin:0 0 .7rem}.footer-grid{display:grid;gap:1.6rem}@media(min-width:640px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:.4rem;font-size:.9rem}.footer-legal{border-top:1px solid #24323f;margin-top:1.8rem;padding-top:1.2rem;font-size:.8rem;color:#8a98a8;display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;justify-content:space-between}.footer-legal a{color:#8a98a8}.footer-disclosure{font-size:.8rem;color:#8a98a8;margin-top:.8rem}.muted{color:var(--c-muted)}.center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.stack>*+*{margin-top:1rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
