:root{--ink:#141a24;--ink-soft:#46505e;--blue:#123b8f;--blue-bright:#2e72ff;--blue-deep:#092867;--paper:#f4f2ec;--paper-strong:#ebe8df;--white:#fff;--line:#ccd2dc;--line-dark:#fff3;--success:#0c7a55;--danger:#b52b2b;--radius:16px;--container:1440px;--pad:clamp(20px, 4vw, 64px);--section:clamp(72px, 9vw, 144px);--font-sans:Inter, "Helvetica Neue", Arial, system-ui, -apple-system, sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{min-width:320px;color:var(--ink);background:var(--paper);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.55;overflow-x:hidden}body.menu-open{overflow:hidden}img,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-underline-offset:.2em;text-decoration-thickness:1px}p,h1,h2,h3,h4,ul,ol{margin-top:0}h1,h2,h3,h4{letter-spacing:-.045em;font-weight:760;line-height:.98}h1{max-width:1050px;margin-bottom:28px;font-size:clamp(48px,7.4vw,118px)}h2{margin-bottom:24px;font-size:clamp(38px,5.2vw,76px)}h3{margin-bottom:16px;font-size:clamp(24px,2.4vw,34px)}:focus-visible{outline-offset:4px;outline:3px solid #ffce4b}[hidden]{display:none!important}.container{width:min(100%, var(--container));padding-inline:var(--pad);margin-inline:auto}.skip-link{z-index:1000;color:var(--white);background:var(--ink);padding:12px 18px;transition:transform .16s;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.micro-label,.eyebrow,.section-kicker>span,.service-number,.meta-text{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1.3}.eyebrow{color:var(--blue);align-items:center;gap:12px;margin-bottom:20px;display:flex}.eyebrow:before{content:"";background:currentColor;width:34px;height:2px}.eyebrow-light{color:#a9c4ff}.button{border:1px solid var(--blue-bright);min-height:52px;color:var(--white);background:var(--blue-bright);border-radius:999px;justify-content:center;align-items:center;padding:14px 22px;font-size:14px;font-weight:750;text-decoration:none;transition:color .18s,background .18s,border-color .18s,transform .18s;display:inline-flex}.button:hover{background:var(--blue-deep);border-color:var(--blue-deep);transform:translateY(-2px)}.button-small{min-height:44px;padding:10px 17px}.button-secondary{color:var(--blue);border-color:var(--blue);background:0 0}.button-secondary:hover{color:var(--white)}.button-light{color:var(--blue-deep);background:var(--white);border-color:var(--white)}.button-light:hover{color:var(--white);border-color:var(--white);background:0 0}.button-outline-light{color:var(--white);background:0 0;border-color:#ffffff8c}.button-outline-light:hover{color:var(--blue-deep);background:var(--white);border-color:var(--white)}.text-link,.text-link-light{align-items:center;gap:8px;font-weight:700;display:inline-flex}.text-link-light{color:var(--white)}.site-header{z-index:100;background:var(--paper);border-bottom:1px solid var(--line);position:relative}.header-utility{color:#ffffffd1;background:var(--blue-deep);font-size:12px}.utility-inner{justify-content:space-between;align-items:center;gap:20px;min-height:34px;display:flex}.utility-inner p,.utility-inner span{margin:0}.utility-links{align-items:center;gap:24px;display:flex}.header-main{grid-template-columns:minmax(180px,270px) 1fr auto;align-items:center;gap:32px;min-height:94px;display:grid}.brand{align-items:center;width:min(230px,100%);display:inline-flex}.brand img{object-fit:contain;width:222px;height:54px}.desktop-nav{justify-content:center;align-self:stretch;align-items:center;gap:clamp(16px,2vw,34px);display:flex}.nav-link{align-items:center;gap:7px;min-height:44px;font-size:14px;font-weight:720;text-decoration:none;display:inline-flex}.nav-link:hover{color:var(--blue-bright)}.nav-group{align-self:stretch;align-items:center;display:flex}.mega-menu{z-index:40;visibility:hidden;width:min(100% - 48px,1320px);color:var(--white);background:var(--blue-deep);opacity:0;grid-template-columns:.72fr 2fr;margin:0 auto;transition:opacity .16s,transform .16s,visibility .16s;display:grid;position:absolute;top:100%;left:0;right:0;transform:translateY(-8px);box-shadow:0 28px 60px #0413333d}.nav-group:hover .mega-menu,.nav-group:focus-within .mega-menu{visibility:visible;opacity:1;transform:translateY(0)}.mega-intro{background:var(--blue);flex-direction:column;justify-content:space-between;align-items:flex-start;padding:44px;display:flex}.mega-intro strong{max-width:250px;font-size:30px;line-height:1.05}.mega-intro a{font-weight:700}.mega-links{grid-template-columns:repeat(3,1fr);display:grid}.mega-links a{border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);align-items:center;gap:14px;min-height:86px;padding:18px 24px;font-weight:700;text-decoration:none;display:flex}.mega-links a:hover,.mega-links a:focus-visible{background:#ffffff14}.mega-links span{color:#a9c4ff;font-family:var(--font-mono);font-size:11px}.header-actions{align-items:center;gap:14px;display:flex}.header-phone{white-space:nowrap;flex-direction:column;align-items:flex-end;font-size:16px;font-weight:800;line-height:1.2;text-decoration:none;display:flex}.header-phone span{color:var(--ink-soft);font-size:11px;font-weight:650}.menu-toggle{border:1px solid var(--ink);cursor:pointer;background:0 0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:48px;height:48px;padding:0;display:none}.menu-toggle span{background:var(--ink);width:20px;height:2px}.menu-backdrop{z-index:180;opacity:0;background:#051026a3;transition:opacity .18s;position:fixed;inset:0}.menu-backdrop.is-open{opacity:1}.mobile-drawer{z-index:200;width:min(92vw,520px);color:var(--white);background:var(--blue-deep);flex-direction:column;transition:transform .18s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(105%)}.mobile-drawer.is-open{transform:translate(0)}.drawer-head{border-bottom:1px solid var(--line-dark);min-height:82px;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:16px 24px;font-size:12px;display:flex}.drawer-close{border:1px solid var(--line-dark);width:48px;height:48px;color:var(--white);cursor:pointer;background:0 0;border-radius:50%;font-size:30px;line-height:1}.mobile-drawer nav{flex-direction:column;display:flex}.mobile-drawer nav a{border-bottom:1px solid var(--line-dark);grid-template-columns:42px 1fr;align-items:center;min-height:58px;padding:14px 24px;font-size:clamp(18px,5vw,26px);font-weight:730;text-decoration:none;display:grid}.mobile-drawer nav span{color:#a9c4ff;font-family:var(--font-mono);font-size:10px}.drawer-contact{flex-direction:column;align-items:flex-start;gap:10px;margin-top:auto;padding:28px 24px;display:flex}.drawer-contact p{color:#ffffffb3;margin:0}.drawer-phone{font-size:28px;font-weight:800;text-decoration:none}.home-hero{color:var(--white);background:var(--blue-deep);position:relative;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);min-height:min(820px,100vh - 128px);display:grid}.hero-copy{z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:clamp(72px,9vw,130px) clamp(32px,6vw,92px) clamp(72px,9vw,130px) 0;display:flex;position:relative}.hero-copy h1{max-width:880px;margin-bottom:32px}.hero-copy h1 em{color:#a9c4ff;font-style:normal}.hero-lead{color:#ffffffc7;max-width:660px;margin-bottom:36px;font-size:clamp(18px,1.65vw,23px);line-height:1.45}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-media{min-width:0;min-height:580px;position:relative}.hero-media:after{background:linear-gradient(90deg, var(--blue-deep) 0%, transparent 36%);content:"";position:absolute;inset:0}.hero-media>img{object-fit:cover;width:100%;height:100%}.hero-stamp{z-index:2;width:min(280px,100% - 56px);min-height:178px;color:var(--ink);background:#ffce4b;grid-template-columns:1fr auto;align-content:space-between;padding:24px;display:grid;position:absolute;bottom:28px;right:28px}.hero-stamp strong{letter-spacing:-.07em;font-size:62px;line-height:.85}.hero-stamp p{grid-column:1/-1;margin:0;font-weight:720}.trust-strip{border-bottom:1px solid var(--line);background:var(--white)}.trust-strip-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-item{border-right:1px solid var(--line);min-height:124px;padding:26px 28px}.trust-item:first-child{border-left:1px solid var(--line)}.trust-item strong{color:var(--blue);margin-bottom:6px;font-size:24px;line-height:1.05;display:block}.trust-item span{color:var(--ink-soft);font-size:14px}.page-hero{color:var(--white);padding-block:clamp(70px,9vw,132px)}.section-dark{background:var(--blue-deep)}.page-hero-grid{grid-template-columns:minmax(0,1fr) minmax(180px,.28fr);align-items:end;gap:64px;display:grid}.page-hero h1{max-width:1120px;margin-bottom:0}.page-lead{color:#ffffffc2;max-width:760px;margin:28px 0 0;font-size:clamp(18px,1.7vw,24px)}.page-metric{border-top:1px solid var(--line-dark);padding:26px 0 4px}.page-metric strong,.page-metric span{display:block}.page-metric strong{color:#ffce4b;letter-spacing:-.06em;font-size:clamp(48px,6vw,82px);line-height:.9}.page-metric span{color:#ffffffb8;max-width:220px;margin-top:12px}.breadcrumbs{border-bottom:1px solid var(--line);color:var(--ink-soft);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;padding-top:22px;padding-bottom:22px;font-size:11px}.breadcrumbs ol{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li{gap:8px;display:flex}.section{padding-block:var(--section)}.section-white{background:var(--white)}.section-blue{color:var(--white);background:var(--blue)}.section-ink{color:var(--white);background:var(--ink)}.section-heading{grid-template-columns:minmax(160px,.35fr) minmax(0,1fr);gap:clamp(32px,6vw,100px);margin-bottom:clamp(44px,6vw,84px);display:grid}.section-kicker{align-items:flex-start;gap:18px;padding-top:9px;display:flex}.section-kicker>span{color:var(--blue-bright)}.section-kicker .eyebrow{margin:0}.section-heading h2{max-width:900px}.section-heading>div:last-child>p{max-width:700px;color:var(--ink-soft);margin:0;font-size:18px}.section-heading.inverse .eyebrow,.section-heading.inverse .section-kicker>span{color:#a9c4ff}.section-heading.inverse>div:last-child>p{color:#ffffffb3}.service-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.service-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr auto;min-height:250px;padding:26px;transition:color .18s,background .18s;display:grid;position:relative}.service-card>div{align-self:end}.service-card p{color:var(--ink-soft);margin-bottom:10px;font-size:13px}.service-card:hover p,.service-card:hover .service-number{color:#ffffffb3}.service-card h3{max-width:320px;margin:0;font-size:clamp(24px,2vw,31px)}.service-number{color:var(--blue)}.filter-bar{grid-template-columns:minmax(180px,.4fr) minmax(320px,.7fr) auto;align-items:center;gap:24px;margin-bottom:28px;display:grid}.filter-bar label{font-size:14px;font-weight:700}.search-field{position:relative}.search-field input{border:1px solid var(--line);width:100%;min-height:54px;color:var(--ink);background:var(--white);border-radius:0;padding:12px 52px 12px 18px}.search-field span{font-size:25px;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.filter-status{color:var(--ink-soft);font-family:var(--font-mono);margin:0;font-size:12px}.empty-state{border:1px solid var(--line);color:var(--ink-soft);background:var(--white);padding:32px}.process-grid{border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark);grid-template-columns:repeat(4,1fr);display:grid}.process-step{border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);min-height:310px;padding:28px}.process-step>span{color:#a9c4ff;font-family:var(--font-mono);margin-bottom:90px;font-size:12px;display:block}.process-step p{color:#ffffffb3;margin-bottom:0}.split-feature{border:1px solid var(--line);background:var(--white);grid-template-columns:1fr 1fr;display:grid}.split-feature-media{min-height:520px}.split-feature-media img{object-fit:cover;width:100%;height:100%}.split-feature-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(34px,6vw,88px);display:flex}.split-feature-copy p:not(.eyebrow){max-width:580px;color:var(--ink-soft);font-size:18px}.stat-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.stat-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:220px;padding:28px}.stat-card strong{color:var(--blue);letter-spacing:-.07em;margin-bottom:18px;font-size:clamp(48px,6vw,78px);line-height:.85;display:block}.stat-card p{max-width:280px;color:var(--ink-soft);margin:0}.logo-wall{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(5,1fr);display:grid}.logo-tile{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);justify-content:center;align-items:center;min-width:0;min-height:126px;padding:24px;display:flex}.logo-tile img{object-fit:contain;filter:grayscale();opacity:.78;width:auto;max-width:138px;height:auto;max-height:52px;transition:filter .18s,opacity .18s}.logo-tile:hover img{filter:none;opacity:1}.status-panel{color:var(--white);background:var(--blue-deep);grid-template-columns:1fr .62fr;display:grid;overflow:hidden}.status-panel-copy{padding:clamp(40px,6vw,88px)}.status-panel-copy p:not(.eyebrow){color:#ffffffb8;max-width:640px;font-size:18px}.status-ticket{color:var(--ink);text-align:center;background:#ffce4b;flex-direction:column;justify-content:center;align-items:center;padding:44px;display:flex}.status-ticket span{font-family:var(--font-mono);text-transform:uppercase;font-size:11px}.status-ticket strong{font-family:var(--font-mono);letter-spacing:.04em;margin:18px 0 10px;font-size:clamp(30px,4vw,54px)}.contact-band{color:var(--white);background:var(--blue);padding-block:clamp(64px,8vw,110px)}.contact-band-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);align-items:end;gap:64px;display:grid}.contact-band h2{max-width:850px;margin-bottom:24px}.contact-band p:not(.eyebrow){color:#ffffffb8;max-width:680px;margin-bottom:0;font-size:18px}.contact-band-actions{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.content-section{padding-block:clamp(60px,8vw,112px)}.content-grid{grid-template-columns:minmax(220px,.35fr) minmax(0,1fr);gap:clamp(44px,8vw,130px);display:grid}.content-aside{align-self:start;position:sticky;top:24px}.content-aside p{color:var(--ink-soft)}.content-aside-links{border-top:1px solid var(--line);flex-direction:column;display:flex}.content-aside-links a{border-bottom:1px solid var(--line);padding:13px 0;font-size:14px;font-weight:700;text-decoration:none}.prose{max-width:860px}.prose>p,.prose>ul,.prose>ol{color:var(--ink-soft);font-size:clamp(17px,1.55vw,20px);line-height:1.72}.prose>p+h2,.prose>ul+h2,.prose>ol+h2{margin-top:64px}.prose h2{font-size:clamp(34px,4vw,54px)}.prose h3{margin-top:42px}.prose li+li{margin-top:10px}.callout{border-left:4px solid var(--blue-bright);background:var(--white);margin-block:36px;padding:28px}.callout p:last-child{margin-bottom:0}.card-list{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.route-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:250px;padding:28px;display:flex}.route-card>span{color:var(--blue);font-family:var(--font-mono);font-size:12px}.route-card h2,.route-card h3{margin-top:auto;font-size:29px}.route-card p{color:var(--ink-soft)}.route-card a{font-weight:750}.brand-directory{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.brand-item{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);justify-content:space-between;align-items:center;gap:18px;min-height:86px;padding:18px 22px;font-size:17px;font-weight:760;display:flex}.brand-item:after{color:var(--blue-bright);content:"✓"}.price-table{border-collapse:collapse;background:var(--white);width:100%}.price-table caption{color:var(--blue);text-align:left;padding:18px 0;font-size:24px;font-weight:800}.price-table th,.price-table td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:18px 20px}.price-table th:last-child,.price-table td:last-child{width:34%;font-weight:760}.price-table+.price-table{margin-top:44px}.download-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:44px;display:grid}.download-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:180px;padding:24px;display:flex}.download-card span{color:var(--ink-soft);font-family:var(--font-mono);font-size:11px}.download-card a{color:var(--blue);font-weight:780}.location-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.location-card{border:1px solid var(--line);background:var(--white);overflow:hidden}.location-card img{aspect-ratio:16/9;object-fit:cover;width:100%}.location-body{padding:clamp(26px,4vw,48px)}.location-body h2{font-size:clamp(34px,4vw,54px)}.location-address{font-size:20px;font-weight:700}.location-phone{color:var(--blue);font-size:24px;font-weight:800;text-decoration:none;display:block}.location-hours{border-top:1px solid var(--line);color:var(--ink-soft);margin-top:24px;padding-top:20px}.location-hours p:last-child{margin-bottom:0}.map-fallback{min-height:340px;color:var(--white);background:var(--blue-deep);grid-template-columns:1fr auto;align-items:end;gap:32px;margin-top:24px;padding:clamp(32px,6vw,80px);display:grid}.map-fallback p{color:#ffffffb3;max-width:680px}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.gallery-card{border:1px solid var(--line);background:var(--white);overflow:hidden}.gallery-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.gallery-card-body{padding:20px}.gallery-card h2,.gallery-card h3{font-size:24px}.gallery-open{border:1px solid var(--blue);min-width:44px;min-height:44px;color:var(--blue);cursor:pointer;background:0 0;padding:10px 15px;font-weight:750}.gallery-dialog{width:min(94vw,960px);max-height:92vh;color:var(--ink);background:var(--white);border:0;padding:0}.gallery-dialog::backdrop{background:#051026d1}.gallery-dialog-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.gallery-dialog-head h2{margin:0;font-size:24px}.gallery-dialog-head button{border:1px solid var(--ink);cursor:pointer;background:0 0;border-radius:50%;width:44px;height:44px;font-size:24px}.gallery-dialog img{object-fit:contain;width:100%;max-height:calc(92vh - 78px)}.news-list{border-top:1px solid var(--line)}.news-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(120px,.28fr) 1fr auto;align-items:center;gap:30px;min-height:168px;padding:28px 0;display:grid}.news-row time{color:var(--ink-soft);font-family:var(--font-mono);font-size:12px}.news-row h2{max-width:820px;margin:0;font-size:clamp(26px,3vw,42px)}.news-row a{border:1px solid var(--ink);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;text-decoration:none;display:flex}.store-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.store-item{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);min-height:150px;padding:24px}.store-item span{color:var(--blue);font-family:var(--font-mono);margin-bottom:38px;font-size:11px;display:block}.store-item strong{font-size:21px;line-height:1.15}.requisite-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,1fr);display:grid}.requisite-item{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);min-height:130px;padding:24px}.requisite-item span,.requisite-item strong{display:block}.requisite-item span{color:var(--ink-soft);font-family:var(--font-mono);text-transform:uppercase;margin-bottom:12px;font-size:11px}.requisite-item strong{overflow-wrap:anywhere;font-size:20px}.site-footer{color:var(--white);background:#071c48}.footer-grid{grid-template-columns:minmax(0,1.45fr) repeat(3,minmax(150px,.55fr));gap:clamp(32px,5vw,74px);padding-top:clamp(70px,9vw,130px);padding-bottom:clamp(64px,8vw,100px);display:grid}.footer-lead h2{max-width:620px;font-size:clamp(40px,5vw,70px)}.footer-lead>p:not(.micro-label){color:#ffffffad;max-width:560px}.footer-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.footer-nav,.footer-contact{flex-direction:column;align-items:flex-start;gap:11px;display:flex}.footer-nav .micro-label,.footer-contact .micro-label,.footer-lead .micro-label{color:#a9c4ff;margin-bottom:16px}.footer-nav a,.footer-contact a{text-decoration:none}.footer-nav a:hover,.footer-contact a:hover{color:#ffce4b}.footer-contact p{color:#ffffff9e;margin:0;font-size:13px}.footer-phone{font-size:22px;font-weight:800}.social-links{gap:10px;margin-top:12px;display:flex}.social-links a{border:1px solid var(--line-dark);justify-content:center;align-items:center;width:44px;height:44px;display:flex}.footer-bottom{border-top:1px solid var(--line-dark);color:#ffffff9e;justify-content:space-between;align-items:center;gap:28px;min-height:86px;font-size:12px;display:flex}.footer-bottom p{margin:0}.amg-credit{min-height:52px;color:var(--white);align-items:center;gap:9px;text-decoration:none;display:flex}.amg-credit img{border:1px solid #fff3}.amg-credit span:first-child{color:#ffffff8a}.amg-credit span:last-child{color:#a9c4ff}@media (width<=1180px){.header-main{grid-template-columns:minmax(170px,230px) 1fr auto;gap:20px}.desktop-nav{gap:15px}.nav-link{font-size:13px}.header-actions .button,.header-phone span{display:none}.hero-grid{grid-template-columns:1.05fr .95fr}.footer-grid{grid-template-columns:1.2fr repeat(2,.6fr)}.footer-contact{grid-column:2/-1}}@media (width<=980px){.utility-links span,.header-phone{display:none}.header-main{grid-template-columns:1fr auto;min-height:78px}.brand img{width:174px;height:auto}.js .desktop-nav{display:none}.desktop-nav{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-start;padding-bottom:16px;display:flex}.desktop-nav .mega-menu{display:none}.header-actions{grid-area:1/2}.header-actions .button{display:inline-flex}.js .menu-toggle{display:flex}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding-bottom:64px;padding-right:0}.hero-media{min-height:460px;margin-inline:calc(var(--pad) * -1)}.hero-media:after{background:linear-gradient(180deg, var(--blue-deep), transparent 34%)}.trust-strip-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.page-hero-grid,.section-heading,.contact-band-grid,.content-grid{grid-template-columns:1fr}.page-metric{max-width:360px}.section-heading{gap:24px}.service-grid,.card-list,.store-grid{grid-template-columns:repeat(2,1fr)}.split-feature{grid-template-columns:1fr}.split-feature-media{min-height:420px}.stat-grid,.download-grid{grid-template-columns:repeat(2,1fr)}.logo-wall{grid-template-columns:repeat(3,1fr)}.status-panel{grid-template-columns:1fr}.content-aside{position:static}.brand-directory{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.2fr .8fr .8fr}.footer-contact{grid-column:1/-1}}@media (width<=720px){:root{--pad:20px;--section:74px}.utility-inner{justify-content:center}.utility-inner>p{display:none}.utility-links{justify-content:space-between;width:100%}.header-actions .button{display:none}.header-main{min-height:72px}.brand,.brand img{width:150px}h1{font-size:clamp(44px,14vw,68px)}h2{font-size:clamp(36px,10vw,52px)}.hero-copy{padding-top:64px}.hero-copy h1{letter-spacing:-.055em}.hero-media{min-height:390px}.hero-stamp{width:min(250px,100% - 40px);bottom:20px;right:20px}.trust-strip-grid,.service-grid,.process-grid,.stat-grid,.card-list,.brand-directory,.download-grid,.location-grid,.gallery-grid,.store-grid,.requisite-grid{grid-template-columns:1fr}.trust-item{border-left:1px solid var(--line);border-bottom:1px solid var(--line);min-height:104px}.page-hero{padding-block:64px}.section-heading{margin-bottom:42px}.service-card{min-height:205px}.filter-bar{grid-template-columns:1fr;gap:10px}.process-step{min-height:250px}.process-step>span{margin-bottom:60px}.logo-wall{grid-template-columns:repeat(2,1fr)}.logo-tile{min-height:110px}.status-panel-copy,.status-ticket{padding:34px 24px}.status-ticket{min-height:260px}.price-table{display:block;overflow-x:auto}.price-table th,.price-table td{min-width:220px}.map-fallback{grid-template-columns:1fr}.news-row{grid-template-columns:1fr auto;min-height:auto}.news-row time{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}.footer-lead,.footer-contact{grid-column:1/-1}.footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:24px}.amg-credit{flex-wrap:wrap;align-items:flex-start}}@media (width<=420px){.utility-links a{margin-inline:auto}.hero-actions,.footer-actions{flex-direction:column;align-items:stretch;width:100%}.hero-actions .button,.footer-actions .button{width:100%}.logo-wall{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-nav,.footer-contact{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.site-header,.site-footer,.contact-band,.button,.filter-bar{display:none!important}body{color:#000;background:#fff}.section,.content-section,.page-hero{color:#000;background:#fff;padding-block:24px}}:root{--ink:#18202c;--ink-soft:#5f6876;--blue:#1756b3;--blue-bright:#2569dc;--blue-deep:#0d2d63;--paper:#f6f8fb;--paper-strong:#edf2f8;--line:#dce3ec;--radius:18px;--container:1280px;--section:clamp(64px, 7vw, 96px)}body{background:#fff;line-height:1.5}h1,h2,h3,h4{letter-spacing:-.035em;line-height:1.08}h1{font-size:clamp(48px,6vw,78px)}h2{font-size:clamp(36px,4.5vw,58px)}.button{border-radius:12px;min-height:48px;padding:12px 22px;box-shadow:0 8px 20px #2569dc26}.button:hover{transform:translateY(-1px)}.service-header{z-index:150;box-shadow:0 1px 0 var(--line);background:#fffffffa;position:sticky;top:0}.service-header-main{grid-template-columns:180px minmax(190px,1fr) minmax(160px,.75fr) auto auto;align-items:center;gap:28px;min-height:82px;display:grid}.service-header .brand{width:168px}.service-header .brand img{width:168px;height:auto}.header-location,.header-hours{flex-direction:column;gap:2px;min-width:0;display:flex}.header-location span,.header-hours span,.service-header .header-phone span{color:var(--ink-soft);font-size:11px;font-weight:650}.header-location a,.header-hours strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:720;overflow:hidden}.service-header .header-phone{color:var(--ink);white-space:nowrap;flex-direction:column;align-items:flex-end;font-size:19px;font-weight:800;text-decoration:none;display:flex}.service-nav-shell{border-top:1px solid var(--line);background:#fff;position:relative}.service-nav{justify-content:flex-start;align-items:center;gap:8px;min-height:52px;display:flex}.service-nav .nav-link{color:#2e3744;border-radius:10px;min-height:40px;padding:8px 15px;font-size:14px}.service-nav .nav-link:hover,.service-nav .nav-link:focus-visible{color:var(--blue);background:#edf4ff}.service-nav-group{position:static}.service-nav-trigger{color:#fff!important;background:var(--blue)!important}.nav-tool{font-size:13px}.service-mega{z-index:60;visibility:hidden;border:1px solid var(--line);opacity:0;background:#fff;border-radius:0 0 20px 20px;width:min(100vw - 40px,1240px);transition:visibility .15s,opacity .15s,transform .15s;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%,-8px);box-shadow:0 24px 70px #18294833}.service-nav-group:hover .service-mega,.service-nav-group:focus-within .service-mega{visibility:visible;opacity:1;transform:translate(-50%)}.service-mega-head{border-bottom:1px solid var(--line);background:#f7f9fc;justify-content:space-between;align-items:center;gap:30px;min-height:92px;padding:20px 28px;display:flex}.service-mega-head>div{flex-direction:column;gap:3px;display:flex}.service-mega-kicker{color:var(--blue);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:750}.service-mega-head strong{font-size:25px}.service-mega-head>a{color:var(--blue);font-size:14px;font-weight:750}.service-mega-body{min-height:476px;padding-right:410px;position:relative}.service-menu-list{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;display:grid}.service-menu-item{position:static}.service-menu-link{border-radius:12px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:64px;padding:8px 12px;text-decoration:none;display:grid}.service-menu-link:hover,.service-menu-link:focus-visible,.service-menu-item:focus-within .service-menu-link{background:#edf4ff}.service-menu-link>img{width:36px;height:36px}.service-menu-link>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.service-menu-link strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.service-menu-link small{color:var(--ink-soft);font-size:11px}.service-menu-link>span:last-child{color:var(--blue);font-size:24px}.service-menu-preview{z-index:2;border-left:1px solid var(--line);background:#eef4fc;width:410px;margin:0;display:none;position:absolute;top:0;bottom:0;right:0}.service-menu-item:first-child .service-menu-preview,.service-menu-item:hover .service-menu-preview,.service-menu-item:focus-within .service-menu-preview{flex-direction:column;display:flex}.service-menu-list:has(.service-menu-item:hover) .service-menu-item:first-child:not(:hover) .service-menu-preview,.service-menu-list:has(.service-menu-item:focus-within) .service-menu-item:first-child:not(:focus-within) .service-menu-preview{display:none}.service-menu-preview>img{object-fit:cover;width:100%;height:205px}.service-preview-copy{flex-direction:column;flex:1;align-items:flex-start;min-height:0;padding:24px;display:flex}.service-preview-copy h2{margin:14px 0 10px;font-size:28px}.service-preview-copy p{color:var(--ink-soft);margin-bottom:20px;font-size:14px}.service-preview-copy a{color:var(--blue);margin-top:auto;font-size:14px;font-weight:780}.service-price{color:#0f612e;background:#e2f5e8;border-radius:8px;align-items:center;min-height:29px;padding:5px 10px;font-size:12px;font-weight:780;display:inline-flex}.service-header .menu-toggle{display:none}.mobile-drawer{width:min(94vw,440px);color:var(--ink);background:#fff;box-shadow:-20px 0 60px #0f1e363d}.drawer-head{min-height:72px;color:var(--ink);border-bottom-color:var(--line)}.drawer-close{color:var(--ink);border-color:var(--line)}.drawer-scroll{overscroll-behavior:contain;overflow-y:auto}.drawer-services{border-bottom:1px solid var(--line)}.drawer-services summary{color:#fff;background:var(--blue);cursor:pointer;justify-content:space-between;align-items:center;min-height:60px;padding:14px 22px;font-size:18px;font-weight:780;list-style:none;display:flex}.drawer-services summary::-webkit-details-marker{display:none}.drawer-services summary:after{content:"+";font-size:25px;font-weight:500}.drawer-services[open] summary:after{content:"−"}.drawer-service-list{grid-template-columns:1fr 1fr;padding:10px;display:grid}.drawer-service-list a{border-radius:10px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-width:0;min-height:88px;padding:10px;text-decoration:none;display:grid}.drawer-service-list a:hover,.drawer-service-list a:focus-visible{background:#edf4ff}.drawer-service-list img{width:30px;height:30px}.drawer-service-list span{overflow-wrap:anywhere;font-size:13px;font-weight:720;line-height:1.25}.drawer-service-list small{color:var(--ink-soft);margin-top:4px;font-size:10px;font-weight:550;display:block}.drawer-nav{flex-direction:column;display:flex}.drawer-nav>a{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:54px;padding:12px 22px;font-size:16px;font-weight:720;text-decoration:none;display:flex}.drawer-nav>a span{color:var(--blue);font-size:22px}.drawer-contact{color:#fff;background:var(--blue-deep);gap:12px;padding:26px 22px 38px}.drawer-contact p{color:#ffffffbf}.drawer-contact-links{flex-wrap:wrap;gap:14px;display:flex}.service-grid{border:0;gap:16px}.service-card{border:1px solid var(--line);background:#fff;border-radius:18px;min-width:0;min-height:278px;padding:0;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden;box-shadow:0 8px 30px #2237580f}.service-card:hover,.service-card:focus-within{border-color:#b6c9e9;transform:translateY(-3px);box-shadow:0 18px 40px #224a8b24}.service-card-photo{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .18s,transform .26s;position:absolute;inset:0;transform:scale(1.04)}.service-card:after{content:"";pointer-events:none;background:linear-gradient(#ffffffeb,#fffffffa);position:absolute;inset:0}.service-card:hover .service-card-photo,.service-card:focus-within .service-card-photo{opacity:.2;transform:scale(1)}.service-card-link{z-index:2;flex-direction:column;align-items:stretch;min-height:278px;padding:22px;text-decoration:none;display:flex;position:relative}.service-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.service-card-icon{background:#edf4ff;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.service-card-icon img{width:36px;height:36px}.service-card-copy{flex-direction:column;margin:28px 0 20px;display:flex}.service-card-copy strong{margin-bottom:10px;font-size:23px;line-height:1.08}.service-card-copy small{color:var(--ink-soft);font-size:13px;line-height:1.45}.service-card-action{color:var(--blue);justify-content:space-between;align-items:center;margin-top:auto;font-size:13px;font-weight:780;display:flex}.service-card-action b{font-size:20px}@media (width<=1180px){.service-header-main{grid-template-columns:170px 1fr auto auto;gap:20px}.header-hours{display:none}.service-nav{gap:2px}.service-nav .nav-link{padding-inline:11px}}@media (width<=980px){.service-header-main{grid-template-columns:150px minmax(130px,1fr) 48px;gap:14px;min-height:72px}.header-location,.header-hours,.header-cta{display:none}.service-header .brand,.service-header .brand img{width:145px}.service-header .header-phone{grid-area:1/2;justify-self:end;font-size:16px;display:flex}.service-header .header-phone span{font-size:10px}.service-header .menu-toggle,.js .service-header .menu-toggle{grid-area:1/3;display:flex}.js .service-nav-shell{display:none}.service-nav-shell{border-top:1px solid var(--line)}.service-nav{flex-wrap:wrap;min-height:auto;padding-block:10px}.service-mega{display:none}}@media (width<=720px){.service-grid{grid-template-columns:1fr}.service-card,.service-card-link{min-height:248px}}@media (width<=520px){.service-header-main{grid-template-columns:108px minmax(112px,1fr) 46px;gap:8px;min-height:66px}.service-header .brand,.service-header .brand img{width:106px}.service-header .header-phone{justify-self:center;align-items:flex-start;font-size:13px}.service-header .header-phone span{font-size:9px}.drawer-service-list{grid-template-columns:1fr}.drawer-service-list a{min-height:66px}}.service-home-hero{color:var(--ink);background:#f3f6fa;padding-block:34px 50px}.service-home-hero .hero-grid{border:1px solid var(--line);background:#fff;border-radius:24px;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);min-height:610px;overflow:hidden;box-shadow:0 22px 60px #1e365a1a}.service-home-hero .hero-copy{padding:clamp(44px,6vw,78px)}.service-home-hero .hero-copy h1{max-width:650px;margin-bottom:24px}.service-home-hero .hero-copy h1 em{color:var(--blue);display:block}.service-home-hero .eyebrow{color:var(--blue)}.service-home-hero .hero-lead{max-width:610px;color:var(--ink-soft);margin-bottom:30px;font-size:clamp(17px,1.5vw,20px)}.service-availability{color:#1a6234;background:#eefaf2;border:1px solid #cce8d5;border-radius:999px;align-items:center;gap:8px;min-height:32px;margin-bottom:20px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.service-availability span{background:#2aaf59;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #2aaf5921}.hero-phone-link{color:var(--ink);flex-direction:column;margin-top:28px;font-size:25px;font-weight:820;text-decoration:none;display:inline-flex}.hero-phone-link span{color:var(--ink-soft);text-transform:uppercase;font-size:11px;font-weight:650}.service-home-hero .hero-media{min-height:610px;margin:0}.service-home-hero .hero-media:after{display:none}.service-home-hero .hero-stamp{backdrop-filter:blur(12px);background:#fffffff0;border-radius:16px;width:min(250px,100% - 48px);min-height:150px;bottom:24px;right:24px;box-shadow:0 16px 40px #14244033}.service-home-hero .hero-stamp strong{color:var(--blue);font-size:54px}.trust-strip{background:#fff;border:0}.trust-strip-grid{gap:12px;padding-block:20px}.trust-item,.trust-item:first-child{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:104px;padding:22px}.trust-item strong{font-size:20px}.section{background:#fff}.section-white,.section-soft{background:var(--paper)}.section-blue{background:var(--blue-deep)}.section-heading{grid-template-columns:minmax(150px,.26fr) minmax(0,1fr);gap:48px}.section-kicker>span{display:none}.section-kicker{gap:0}.process-grid{border:0;gap:14px;overflow:visible}.process-step{border:1px solid var(--line);background:#fff;border-radius:16px;min-height:265px;padding:26px}.process-step>span{color:var(--blue)}.process-step h3{font-size:24px}.process-step p{color:var(--ink-soft)}.logo-wall,.stat-grid,.download-grid,.location-grid{border:1px solid var(--line);border-radius:18px;overflow:hidden}.logo-wall{border-bottom:0;border-right:0}.status-panel,.split-feature{border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 16px 45px #1c325314}.status-panel{background:var(--blue)}.status-ticket{background:#e9f1ff}.location-card{background:#fff}.location-card img{border-bottom:1px solid var(--line)}.map-section-gap{margin-top:26px}.live-map{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:minmax(0,1.5fr) minmax(330px,.7fr);min-height:480px;display:grid;overflow:hidden;box-shadow:0 16px 45px #1c325314}.live-map-frame{background:#e9edf3;min-height:480px}.live-map-frame iframe{border:0;width:100%;height:100%;min-height:480px;display:block}.live-map-card{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(30px,4vw,54px);display:flex}.live-map-card h2{margin-bottom:24px;font-size:clamp(30px,3.5vw,46px)}.live-map-card>p:not(.eyebrow){color:var(--ink-soft);margin:10px 0 24px}.live-map-phone{color:var(--blue);font-size:24px;font-weight:820;text-decoration:none}.live-map-actions{flex-direction:column;align-items:stretch;gap:10px;width:100%;display:flex}.service-footer{background:#0b2552;padding-top:0}.footer-contact-strip{border-bottom:1px solid var(--line-dark);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:28px;min-height:154px;padding-block:28px;display:grid}.footer-contact-strip h2{color:#fff;margin:0;font-size:clamp(30px,3vw,44px)}.footer-kicker{color:#9db8e9;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:760}.footer-primary-phone{color:#fff;flex-direction:column;font-size:26px;font-weight:820;text-decoration:none;display:flex}.footer-primary-phone span{color:#9db8e9;font-size:11px;font-weight:650}.footer-grid-v2{grid-template-columns:1.05fr 1fr 1fr .72fr;gap:42px;padding-block:54px;display:grid}.footer-brand-block{flex-direction:column;align-items:flex-start;display:flex}.footer-brand-block>img{background:#fff;border-radius:8px;width:170px;height:auto;margin-bottom:22px;padding:8px 12px}.footer-brand-block>p{color:#ffffffad;max-width:300px}.footer-brand-block>a,.footer-location a,.footer-grid-v2 .footer-nav a{color:#fff}.footer-socials{margin-top:22px}.footer-location h3{color:#fff;margin:8px 0 16px;font-size:22px}.footer-location-phone{margin-bottom:5px;font-size:18px;font-weight:780;text-decoration:none;display:block}.footer-location p:not(.footer-kicker){color:#ffffff9e;margin:18px 0 0;font-size:12px}.footer-route{margin-top:18px;font-size:13px;font-weight:750;display:inline-flex;color:#9db8e9!important}.footer-grid-v2 .footer-nav{flex-direction:column;gap:9px;display:flex}.footer-grid-v2 .footer-nav a{font-size:13px}.service-footer .footer-bottom{min-height:72px}@media (width<=980px){.service-home-hero .hero-grid{grid-template-columns:1fr}.service-home-hero .hero-media{min-height:440px;margin:0}.live-map{grid-template-columns:1fr}.live-map-frame,.live-map-frame iframe{min-height:420px}.footer-contact-strip{grid-template-columns:1fr auto}.footer-contact-strip .button{grid-column:1/-1;justify-self:start}.footer-grid-v2{grid-template-columns:1fr 1fr}}@media (width<=720px){h1{font-size:clamp(42px,12vw,58px)}h2{font-size:clamp(34px,9.5vw,46px)}.service-home-hero{padding-block:18px 34px}.service-home-hero .hero-grid{border-radius:18px}.service-home-hero .hero-copy{padding:34px 24px 40px}.service-home-hero .hero-media{min-height:330px}.service-home-hero .hero-actions{flex-direction:column;align-items:stretch;width:100%}.service-home-hero .hero-actions .button{width:100%}.service-home-hero .hero-stamp{min-height:126px;bottom:16px;right:16px}.trust-strip-grid{grid-template-columns:1fr 1fr}.section-heading{grid-template-columns:1fr;gap:12px}.live-map{border-radius:16px}.live-map-frame,.live-map-frame iframe{min-height:350px}.live-map-card{padding:30px 24px}.footer-contact-strip{grid-template-columns:1fr}.footer-contact-strip .button,.footer-primary-phone{justify-self:start}.footer-grid-v2{grid-template-columns:1fr;gap:36px}}@media (width<=420px){.trust-strip-grid{grid-template-columns:1fr}}.sr-only{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.service-header-main{grid-template-columns:168px minmax(170px,1fr) minmax(145px,.7fr) auto minmax(270px,320px);gap:20px}.header-status-form{min-width:0;position:relative}.header-status-trigger{min-width:44px;min-height:44px;color:var(--blue);white-space:nowrap;background:#fff;border:1px solid #b9c8dc;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:8px 11px;font-size:12px;font-weight:780;line-height:1;text-decoration:none;display:none}.header-status-trigger:hover,.header-status-trigger:focus-visible{border-color:var(--blue);background:#edf4ff}.header-status-trigger svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:none}.header-status-control{background:#fff;border:1px solid #b9c8dc;border-radius:11px;min-height:44px;transition:border-color .16s,box-shadow .16s;display:flex;overflow:hidden}.header-status-control:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1f67dd1f}.header-status-control input{width:100%;min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;padding:0 12px;font-size:13px}.header-status-control input::placeholder{color:#758299}.header-status-control button{color:#fff;background:var(--blue);font:inherit;cursor:pointer;border:0;flex:none;padding:0 14px;font-size:12px;font-weight:780}.header-status-control button:hover,.header-status-control button:focus-visible{background:#124da8}.header-status-form [data-status-error]{z-index:2;color:#9a241c;background:#fff0ee;border-radius:7px;padding:5px 8px;font-size:10px;font-weight:700;position:absolute;top:calc(100% + 5px);left:0;right:0}.drawer-status-form{border-bottom:1px solid var(--line);background:#f5f8fc;padding:18px 22px 20px}.drawer-status-form>label{margin-bottom:9px;font-size:14px;font-weight:780;display:block}.drawer-status-form [data-status-error]{margin-top:7px;display:block;position:static}.drawer-status-form [data-status-error][hidden]{display:none}.status-dialog{width:min(570px,100vw - 32px);max-width:none;color:var(--ink);background:#fff;border:0;border-radius:22px;padding:0;box-shadow:0 32px 90px #09193252}.status-dialog::backdrop{backdrop-filter:blur(3px);background:#0a182da3}.status-dialog-shell{padding:clamp(30px,5vw,48px);position:relative}.status-dialog-close{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);cursor:pointer;background:#fff;border-radius:50%;place-items:center;padding:0;font-size:28px;line-height:1;display:grid;position:absolute;top:16px;right:16px}.status-dialog-kicker{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:800;display:block}.status-dialog h2{max-width:450px;margin:0 52px 14px 0;font-size:clamp(30px,5vw,44px)}.status-dialog p{color:var(--ink-soft)}.status-dialog-form{border:1px solid var(--line);background:#f5f8fc;border-radius:14px;margin-top:24px;padding:18px}.status-dialog-form>label{margin-bottom:9px;font-size:13px;font-weight:780;display:block}.status-dialog-form [data-status-error]{margin-top:8px;padding:7px 9px;display:block;position:static}.status-dialog-form [data-status-error][hidden]{display:none}.status-dialog-result{margin-top:22px}.status-dialog-receipt{background:#eef4ff;border:1px solid #c9d8ef;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin:0 0 18px;padding:18px 20px;display:flex}.status-dialog-receipt span{color:var(--ink-soft);font-size:12px;font-weight:700}.status-dialog-receipt strong{font-family:var(--font-mono);font-size:24px}.status-dialog-actions{flex-wrap:wrap;gap:10px;display:flex}.status-dialog-actions .button{flex:210px;justify-content:center}.status-dialog-note{margin:18px 0 0;font-size:12px}@media (width<=1180px){.service-header-main{grid-template-columns:160px minmax(150px,1fr) auto minmax(250px,290px)}}@media (width<=980px){.service-header-main{grid-template-columns:150px minmax(130px,1fr) auto 48px}.header-status-form-desktop{display:none}.header-status-trigger{grid-area:1/3;justify-self:end;display:inline-flex}.service-header .menu-toggle,.js .service-header .menu-toggle{grid-column:4}}@media (width<=520px){.service-header-main{grid-template-columns:88px minmax(0,1fr) 44px 44px;gap:6px}.service-header .brand,.service-header .brand img{width:88px}.service-header .header-phone{font-size:13px}.service-header .header-phone span,.header-status-trigger span{display:none}.header-status-trigger{width:44px;padding-inline:0}.status-dialog-shell{padding:30px 22px 24px}.status-dialog h2{margin-right:44px;font-size:29px}.status-dialog-receipt{flex-direction:column;align-items:flex-start;gap:6px}.status-dialog-form{padding:14px}.status-dialog-form .header-status-control input,.status-dialog-form .header-status-control button{padding-inline:10px}}
