
:root{--brand:#1999d6;--brand-2:#087bb4;--brand-soft:#e9f7fd;--ink:#07141d;--ink-2:#243742;--muted:#61717b;--line:#dce8ee;--surface:#f5fafc;--white:#fff;--shadow:0 20px 60px rgba(9,44,63,.10);--shadow-sm:0 12px 35px rgba(9,44,63,.08);--radius:22px;--container:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;font-family:Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;left:16px;top:-60px;background:var(--ink);color:#fff;padding:12px 16px;border-radius:8px;z-index:9999}.skip-link:focus{top:16px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,232,238,.8)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:188px;height:auto;display:block}.primary-nav{display:flex;align-items:center;gap:4px}.nav-link,.header-cta{display:inline-flex;align-items:center;gap:8px;border:0;background:none;color:var(--ink-2);font-size:14px;font-weight:600;padding:12px 11px;border-radius:12px;white-space:nowrap}.nav-link:hover,.nav-link:focus-visible{background:var(--brand-soft);color:var(--brand-2)}.nav-link svg,.header-cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav-link svg use[href="#i-facebook"]{fill:currentColor;stroke:none}.nav-link .chevron{width:14px;height:14px;margin-left:-3px}.header-cta{background:var(--brand);color:#fff;padding-inline:16px;margin-left:4px;box-shadow:0 8px 24px rgba(25,153,214,.25)}.header-cta:hover{background:var(--brand-2)}.nav-dropdown{position:relative}.dropdown-menu{position:absolute;left:50%;top:calc(100% + 14px);transform:translate(-50%,8px);width:580px;padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.2s}.dropdown-menu::before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu,.nav-dropdown.is-open .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.dropdown-menu--compact{width:360px;grid-template-columns:1fr}.dropdown-menu a{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px}.dropdown-menu a:hover{background:var(--surface)}.dropdown-menu svg{width:22px;height:22px;flex:0 0 22px;fill:none;stroke:var(--brand);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dropdown-menu svg use[href="#i-facebook"]{fill:var(--brand);stroke:none}.dropdown-menu span{display:flex;flex-direction:column;line-height:1.3}.dropdown-menu b{font-size:14px}.dropdown-menu small{font-size:12px;color:var(--muted);margin-top:3px}.mobile-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;align-items:center;justify-content:center}.mobile-toggle svg{width:22px;height:22px;fill:none;stroke:var(--ink);stroke-width:2;stroke-linecap:round}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7fcfe 0%,#eef9fd 50%,#fff 100%);border-bottom:1px solid var(--line)}.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(25,153,214,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(25,153,214,.05) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to right,#000,transparent 75%)}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-orb--one{width:420px;height:420px;right:-120px;top:-130px;background:radial-gradient(circle,rgba(25,153,214,.22),transparent 67%)}.hero-orb--two{width:260px;height:260px;left:40%;bottom:-170px;background:radial-gradient(circle,rgba(25,153,214,.15),transparent 67%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:80px;min-height:690px;padding-block:86px}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--brand-2)}.eyebrow span{width:28px;height:2px;background:var(--brand)}.hero h1{font-size:clamp(44px,5.4vw,72px);line-height:1.04;letter-spacing:-.045em;margin:20px 0 24px;max-width:690px}.hero h1 em{font-style:normal;color:var(--brand)}.hero-lead{font-size:19px;color:var(--muted);max-width:620px;margin:0 0 34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{min-height:50px;padding:0 20px;border-radius:13px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;font-size:15px;transition:.2s}.btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 12px 28px rgba(25,153,214,.24)}.btn-primary:hover{background:var(--brand-2);transform:translateY(-1px)}.btn-secondary{background:#fff;border-color:var(--line);color:var(--ink)}.btn-secondary:hover{border-color:#b9d9e8;background:#fafdff}.btn-dark{background:var(--ink);color:#fff}.btn-white{background:#fff;color:var(--ink)}.hero-trust{display:flex;align-items:center;gap:14px;margin-top:32px}.avatar-stack{display:flex}.avatar-stack span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:10px;font-weight:800;border:3px solid #fff;margin-left:-9px}.avatar-stack span:first-child{margin-left:0;background:var(--brand)}.hero-trust div:last-child{display:flex;flex-direction:column;line-height:1.3}.hero-trust b{font-size:14px}.hero-trust small{color:var(--muted);font-size:12px}.hero-rating-card{position:relative;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.95);border-radius:30px;padding:36px;box-shadow:0 35px 90px rgba(8,54,78,.16);backdrop-filter:blur(12px)}.hero-rating-card::before{content:"";position:absolute;inset:-1px;border-radius:30px;padding:1px;background:linear-gradient(135deg,rgba(25,153,214,.45),transparent 40%,rgba(25,153,214,.12));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;pointer-events:none}.rating-topline{display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.12em}.rating-pill{background:#fff3d8;color:#7a5700;border:1px solid #f1d994;padding:5px 8px;border-radius:999px;letter-spacing:.06em}.rating-main{display:flex;align-items:baseline;gap:8px;margin-top:14px;line-height:1}.rating-main strong{font-size:94px;letter-spacing:-.07em}.rating-main span{font-size:28px;color:var(--muted);font-weight:600}.stars{display:flex;gap:3px}.stars svg{width:18px;height:18px;fill:#f7b731;stroke:#f7b731}.stars--large svg{width:25px;height:25px}.hero-rating-card>p{margin:12px 0 28px;color:var(--muted)}.hero-rating-card>p b{color:var(--ink)}.rating-bars{display:grid;gap:12px}.rating-bars>div{display:grid;grid-template-columns:48px 1fr 28px;align-items:center;gap:10px;font-size:12px}.rating-bars span{color:var(--muted)}.rating-bars i{height:7px;background:#e7eff3;border-radius:99px;overflow:hidden}.rating-bars i b{display:block;height:100%;background:var(--brand);border-radius:99px}.rating-bars strong{text-align:right}.floating-quote{position:absolute;width:188px;padding:15px 16px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-sm)}.floating-quote>span{position:absolute;right:14px;top:4px;font-size:38px;color:#cbeaf7;font-weight:900}.floating-quote p{font-size:13px;font-weight:700;line-height:1.4;margin:0 0 7px;padding-right:12px}.floating-quote small{font-size:10px;color:var(--brand-2);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.floating-quote--one{right:-54px;top:70px}.floating-quote--two{left:-76px;bottom:64px}.proof-strip{background:#fff;border-bottom:1px solid var(--line)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-block:24px}.proof-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid var(--line)}.proof-grid>div:last-child{border-right:0}.proof-grid strong{font-size:25px;letter-spacing:-.04em;color:var(--brand)}.proof-grid span{font-size:13px;color:var(--muted)}
.section{padding:100px 0}.services-section{background:#fff}.section-heading{margin-bottom:42px}.section-heading--split{display:flex;justify-content:space-between;align-items:end;gap:40px}.section-heading h2{font-size:clamp(34px,4vw,52px);line-height:1.12;letter-spacing:-.04em;margin:10px 0 0}.section-heading>p{max-width:480px;color:var(--muted);margin:0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-card{position:relative;text-align:left;border:1px solid var(--line);background:#fff;border-radius:18px;padding:20px;min-height:166px;transition:.2s;overflow:hidden}.service-card::after{content:"";position:absolute;right:-34px;bottom:-40px;width:100px;height:100px;border-radius:50%;background:var(--brand-soft);transition:.25s}.service-card:hover,.service-card.is-active{border-color:#a9d8ed;box-shadow:var(--shadow-sm);transform:translateY(-3px)}.service-card.is-active{background:#f8fdff}.service-icon{width:43px;height:43px;border-radius:13px;background:var(--brand-soft);display:grid;place-items:center;color:var(--brand-2);position:relative;z-index:1}.service-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-icon svg use[href="#i-facebook"]{fill:currentColor;stroke:none}.service-card h3{font-size:16px;line-height:1.25;margin:16px 0 4px;position:relative;z-index:1}.service-card p{margin:0;color:var(--muted);font-size:12px;position:relative;z-index:1}.service-card .service-arrow{position:absolute;right:17px;top:20px;width:18px;height:18px;fill:none;stroke:#a0b2bc;stroke-width:2}.service-card.is-active .service-arrow{stroke:var(--brand)}
.reviews-section{background:var(--surface)}.reviews-heading{align-items:center}.review-toolbar{display:grid;grid-template-columns:minmax(280px,1.5fr) repeat(3,minmax(165px,.55fr));gap:10px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 30px rgba(9,44,63,.05)}.search-box,.select-box{height:48px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#fff}.search-box:focus-within,.select-box:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px rgba(25,153,214,.1)}.search-box svg,.select-box svg{width:18px;height:18px;fill:none;stroke:var(--muted);stroke-width:1.8;flex:0 0 auto}.search-box input,.select-box select{border:0;outline:0;width:100%;background:transparent;color:var(--ink);font-size:13px}.select-box select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#60717b 50%),linear-gradient(135deg,#60717b 50%,transparent 50%);background-position:calc(100% - 12px) 21px,calc(100% - 7px) 21px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:22px}.results-meta{display:flex;align-items:center;justify-content:space-between;margin:20px 2px;color:var(--muted);font-size:13px}.results-meta p{margin:0}.results-meta strong{color:var(--ink)}.results-meta button{border:0;background:none;color:var(--brand-2);font-weight:700}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{display:flex;flex-direction:column;min-height:330px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 8px 28px rgba(9,44,63,.045);transition:.2s}.review-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm);border-color:#c8e2ed}.review-card__top{display:flex;justify-content:space-between;align-items:center;gap:10px}.review-card__top .stars svg{width:16px;height:16px}.review-card blockquote{font-size:14px;color:#354852;line-height:1.72;margin:20px 0 22px;flex:1}.review-card__service{display:inline-flex;align-items:center;gap:7px;color:var(--brand-2);font-size:11px;font-weight:700;margin-bottom:17px}.review-card__service svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.review-author{display:flex;align-items:center;gap:11px;padding-top:17px;border-top:1px solid #edf2f4}.review-avatar{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--brand),#6cc7ee);display:grid;place-items:center;color:#fff;font-size:11px;font-weight:800;flex:0 0 auto}.review-author div{display:flex;flex-direction:column;min-width:0;line-height:1.25}.review-author b{font-size:13px}.review-author small{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-date{margin-left:auto!important;text-align:right;font-size:10px!important;white-space:nowrap!important}.review-date--top{color:var(--muted);letter-spacing:.02em}.load-more-wrap{display:flex;justify-content:center;margin-top:34px}.btn-load[hidden]{display:none}.empty-state{text-align:center;padding:70px 20px;background:#fff;border:1px dashed #bfd5df;border-radius:20px}.empty-state svg{width:38px;height:38px;fill:none;stroke:var(--brand);stroke-width:1.5}.empty-state h3{margin:12px 0 4px}.empty-state p{margin:0;color:var(--muted)}
.transparency{background:var(--ink);color:#fff;position:relative;overflow:hidden}.transparency::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(25,153,214,.22),transparent 30%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,36px 36px,36px 36px}.transparency-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.section-kicker--light{color:#7ed3f7}.transparency h2{font-size:clamp(34px,4vw,52px);line-height:1.12;letter-spacing:-.04em;margin:12px 0 20px}.transparency-copy>p{color:#aebfc8;font-size:16px}.text-link{display:inline-flex;align-items:center;gap:8px;margin-top:14px;color:#fff;font-weight:700}.text-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.principles{display:grid;gap:12px}.principles article{display:flex;gap:16px;padding:21px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:17px;backdrop-filter:blur(8px)}.principles article>svg{width:24px;height:24px;fill:none;stroke:#7ed3f7;stroke-width:1.8;flex:0 0 auto}.principles h3{font-size:15px;margin:0 0 4px}.principles p{font-size:13px;color:#aebfc8;margin:0}.cta-section{background:#fff}.cta-card{background:linear-gradient(135deg,var(--brand),#087bb4);border-radius:28px;padding:54px 58px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:50px;box-shadow:0 25px 70px rgba(25,153,214,.22);position:relative;overflow:hidden}.cta-card::after{content:"72";position:absolute;right:30px;bottom:-75px;font-size:260px;font-weight:900;line-height:1;color:rgba(255,255,255,.07);letter-spacing:-.1em}.cta-card>div{position:relative;z-index:1}.cta-card h2{font-size:clamp(30px,3.6vw,46px);line-height:1.12;letter-spacing:-.04em;margin:10px 0 14px;max-width:720px}.cta-card p{margin:0;max-width:650px;color:#d9f3ff}.cta-actions{display:flex;align-items:center;gap:22px;flex:0 0 auto}.cta-phone{display:flex;align-items:center;gap:10px}.cta-phone>svg{width:30px;height:30px;fill:none;stroke:#fff;stroke-width:1.6}.cta-phone span{display:flex;flex-direction:column;line-height:1.2}.cta-phone small{font-size:11px;color:#d9f3ff}.cta-phone b{font-size:18px}
.site-footer{position:relative;background:#050d12;color:#fff;overflow:hidden}.footer-glow{position:absolute;width:700px;height:700px;border-radius:50%;right:-350px;top:-420px;background:radial-gradient(circle,rgba(25,153,214,.2),transparent 65%)}.footer-top{position:relative;display:grid;grid-template-columns:1.35fr .8fr .8fr 1fr;gap:54px;padding:76px 0 58px}.footer-brand img{width:200px;height:auto;background:#fff;border-radius:10px;padding:9px 12px}.footer-brand>p{font-size:13px;color:#8fa3ae;max-width:340px;margin:22px 0}.footer-contact{display:flex;flex-direction:column;gap:8px}.footer-contact a{display:flex;align-items:center;gap:9px;font-size:13px;color:#cfdae0}.footer-contact svg{width:16px;height:16px;fill:none;stroke:#6ecbf3;stroke-width:1.8}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col h3{font-size:13px;text-transform:uppercase;letter-spacing:.11em;margin:4px 0 10px;color:#fff}.footer-col>a{font-size:13px;color:#8fa3ae}.footer-col>a:hover{color:#fff}.footer-news>p{font-size:13px;color:#8fa3ae;margin:0 0 12px}.footer-contact-button{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 16px;border-radius:12px;background:var(--brand);color:#fff!important;font-weight:700}.footer-contact-button:hover{background:var(--brand-2)}.footer-contact-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.footer-phone-link{color:#d7e5ec!important;font-size:15px!important;font-weight:700}.footer-bottom{position:relative;min-height:76px;border-top:1px solid #17252d;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#647985;font-size:11px}.footer-bottom div{display:flex;gap:24px}.footer-bottom a{display:inline-flex;align-items:center;gap:6px}.footer-bottom svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7}
.modal[hidden]{display:none}.modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px}.modal-backdrop{position:absolute;inset:0;background:rgba(2,10,15,.72);backdrop-filter:blur(7px)}.modal-dialog{position:relative;width:min(100%,680px);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:24px;padding:34px;box-shadow:0 30px 100px rgba(0,0,0,.3)}.modal-close{position:absolute;right:18px;top:18px;width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;place-items:center}.modal-close svg{width:18px;height:18px;fill:none;stroke:var(--ink);stroke-width:2}.modal-head h2{font-size:34px;letter-spacing:-.04em;margin:7px 0 5px}.modal-head p{color:var(--muted);margin:0 0 26px;font-size:13px}.review-form{display:grid;gap:15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.review-form label,.review-form fieldset{display:grid;gap:7px;font-size:12px;font-weight:700;color:var(--ink)}.review-form input,.review-form select,.review-form textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px 13px;outline:0;color:var(--ink);background:#fff}.review-form input:focus,.review-form select:focus,.review-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(25,153,214,.1)}.review-form fieldset{border:0;padding:0;margin:0}.rating-input{display:flex;gap:8px}.rating-input input{position:absolute;opacity:0;pointer-events:none}.rating-input label{display:inline-flex!important;border:1px solid var(--line);padding:9px 14px;border-radius:10px;cursor:pointer}.rating-input input:checked+label{background:var(--brand-soft);border-color:var(--brand);color:var(--brand-2)}.consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:9px!important;font-weight:400!important;color:var(--muted)!important}.consent input{width:16px;height:16px;margin-top:2px}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.btn-submit{margin-top:4px}.btn-submit:disabled{opacity:.65;cursor:not-allowed}.btn-submit.is-loading{pointer-events:none}.toast{position:fixed;left:50%;bottom:24px;z-index:1100;transform:translate(-50%,20px);background:var(--ink);color:#fff;padding:12px 17px;border-radius:12px;box-shadow:var(--shadow);font-size:13px;opacity:0;pointer-events:none;transition:.25s}.toast.is-visible{opacity:1;transform:translate(-50%,0)}
:focus-visible{outline:3px solid rgba(25,153,214,.35);outline-offset:2px}@media (max-width:1100px){.primary-nav{gap:0}.nav-link{padding-inline:8px}.nav-link svg:not(.chevron){display:none}.header-cta{padding-inline:13px}.hero-grid{gap:48px}.floating-quote--one{right:-15px}.floating-quote--two{left:-25px}.service-grid{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:repeat(2,1fr)}.review-toolbar{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1.25fr 1fr 1fr}.footer-news{grid-column:1/-1;max-width:520px}.cta-card{align-items:flex-start;flex-direction:column}.cta-actions{width:100%;justify-content:space-between}}
@media (max-width:860px){html{scroll-padding-top:90px}.site-header{top:0}.header-inner{height:70px}.brand img{width:160px}.mobile-toggle{display:flex}.primary-nav{position:fixed;left:16px;right:16px;top:86px;max-height:calc(100vh - 102px);overflow:auto;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow)}.primary-nav.is-open{display:flex}.nav-link,.header-cta{width:100%;justify-content:flex-start;padding:13px}.nav-link svg:not(.chevron){display:block}.nav-link .chevron{margin-left:auto}.nav-dropdown{width:100%}.dropdown-menu,.dropdown-menu--compact{position:static;width:100%;grid-template-columns:1fr;transform:none;opacity:1;visibility:visible;display:none;box-shadow:none;border:0;border-left:2px solid var(--brand-soft);border-radius:0;margin:0 0 6px 20px;padding:4px 8px 4px 10px}.nav-dropdown.is-open .dropdown-menu{display:grid;transform:none}.header-cta{margin:4px 0 0}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:72px 0 90px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-lead{margin-inline:auto}.hero-actions,.hero-trust{justify-content:center}.hero-rating-card{max-width:610px;margin-inline:auto;width:100%}.floating-quote{display:none}.proof-grid{grid-template-columns:repeat(2,1fr);row-gap:16px}.proof-grid>div:nth-child(2){border-right:0}.section{padding:78px 0}.section-heading--split{align-items:flex-start;flex-direction:column;gap:18px}.service-grid{grid-template-columns:repeat(2,1fr)}.transparency-grid{grid-template-columns:1fr;gap:45px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-news{grid-column:1/-1}.footer-bottom{padding:22px 0;align-items:flex-start;flex-direction:column}.review-toolbar{grid-template-columns:1fr 1fr}.search-box{grid-column:1/-1}}
@media (max-width:600px){.container{width:min(calc(100% - 28px),var(--container))}.hero-grid{padding-top:54px}.hero h1{font-size:43px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-rating-card{padding:26px 22px;border-radius:24px}.rating-main strong{font-size:72px}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid>div{flex-direction:column;gap:0;text-align:center}.proof-grid span{font-size:11px}.section{padding:64px 0}.section-heading h2{font-size:34px}.service-grid{grid-template-columns:1fr}.service-card{min-height:145px}.review-toolbar{grid-template-columns:1fr;padding:9px}.search-box{grid-column:auto}.review-grid{grid-template-columns:1fr}.review-card{min-height:0}.results-meta{align-items:flex-start}.cta-card{padding:36px 24px}.cta-actions{align-items:stretch;flex-direction:column}.cta-phone{justify-content:center}.footer-top{grid-template-columns:1fr;gap:34px;padding-top:58px}.footer-brand,.footer-news{grid-column:auto}.footer-bottom div{flex-direction:column;gap:8px}.modal{padding:12px}.modal-dialog{padding:28px 20px;border-radius:20px}.modal-head h2{font-size:28px}.form-row{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
