:root{--red:#E01F26;--red-600:#C4161C;--red-700:#A11116;--red-050:#FDECEC;--ink:#14181F;--ink-800:#1E232C;--charcoal:#2A2F39;--body:#464C58;--muted:#6B7280;--line:#E4E7EC;--line-2:#EEF0F3;--bg:#FFFFFF;--bg-soft:#F6F7F9;--bg-ink:#14181F;--white:#FFFFFF;--amber:#F6A609;--green:#1F9D57;--shadow-sm:0 1px 2px rgba(20,24,31,.06),0 1px 3px rgba(20,24,31,.08);--shadow-md:0 4px 6px -1px rgba(20,24,31,.08),0 12px 24px -6px rgba(20,24,31,.10);--shadow-lg:0 20px 45px -12px rgba(20,24,31,.22);--radius:14px;--radius-sm:10px;--radius-lg:22px;--container:1180px;--font:'Barlow',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;--ease:cubic-bezier(.4,0,.2,1)}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}body{margin:0;font-family:var(--font);color:var(--body);background:var(--bg);font-size:1.0625rem;line-height:1.7;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--red-600);text-decoration:none;transition:color .15s var(--ease)}a:hover{color:var(--red-700)}h1,h2,h3,h4,h5{color:var(--ink);font-weight:800;line-height:1.15;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:clamp(2.05rem,5.4vw,3.5rem);letter-spacing:-.02em}h2{font-size:clamp(1.65rem,3.6vw,2.5rem);letter-spacing:-.02em}h3{font-size:clamp(1.25rem,2.2vw,1.6rem)}h4{font-size:1.15rem}p{margin:0 0 1.15rem}ul,ol{margin:0 0 1.25rem;padding-left:1.25rem}li{margin-bottom:.5rem}strong{color:var(--charcoal);font-weight:700}hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}:focus-visible{outline:3px solid var(--red);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:.7rem 1.1rem;z-index:1000;border-radius:0 0 8px 0}.skip-link:focus{left:0}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.25rem}.container--narrow{max-width:820px}.section{padding:clamp(3rem,7vw,5.5rem) 0}.section--soft{background:var(--bg-soft)}.section--ink{background:var(--bg-ink);color:#C7CDD6}.section--ink h2,.section--ink h3,.section--ink h4{color:#fff}.section--tight{padding:clamp(2.25rem,5vw,3.5rem) 0}.eyebrow{display:inline-block;font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:.9rem}.section--ink .eyebrow{color:#FF6B70}.lead{font-size:1.18rem;color:var(--charcoal);line-height:1.65}.center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.section-head{max-width:760px;margin:0 auto 2.75rem}.section-head.center{text-align:center}.grid{display:grid;gap:1.5rem}@media(min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}@media(min-width:640px)and(max-width:899px){.grid-4{grid-template-columns:repeat(2,1fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-weight:700;font-size:1.02rem;line-height:1;padding:.95rem 1.6rem;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:transform .12s var(--ease),background .15s,box-shadow .15s,color .15s;text-align:center;letter-spacing:.005em}.btn svg{width:1.15em;height:1.15em;flex:none}.btn--primary{background:var(--red);color:#fff;box-shadow:0 6px 16px -4px rgba(224,31,38,.5)}.btn--primary:hover{background:var(--red-600);color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px -6px rgba(224,31,38,.55)}.btn--ghost{background:#fff;color:var(--ink);border-color:var(--line)}.btn--ghost:hover{border-color:var(--ink);color:var(--ink);transform:translateY(-2px)}.btn--dark{background:var(--ink);color:#fff}.btn--dark:hover{background:#000;color:#fff;transform:translateY(-2px)}.btn--light{background:#fff;color:var(--ink)}.btn--light:hover{background:#f1f1f1;color:var(--ink);transform:translateY(-2px)}.btn--lg{padding:1.1rem 2rem;font-size:1.1rem}.btn--block{display:flex;width:100%}.btn-row{display:flex;flex-wrap:wrap;gap:.85rem}.btn-row.center{justify-content:center}.topbar{background:var(--ink);color:#C7CDD6;font-size:.86rem}.topbar .container{display:flex;justify-content:space-between;align-items:center;min-height:40px;gap:1rem;flex-wrap:wrap}.topbar a{color:#fff;font-weight:600}.topbar .topbar__meta{display:flex;gap:1.4rem;align-items:center}.topbar .topbar__meta span{display:inline-flex;align-items:center;gap:.4rem}.topbar svg{width:15px;height:15px;color:var(--red)}@media(max-width:768px){.topbar__meta span.hide-sm{display:none}}.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line);transition:box-shadow .2s}.site-header.is-stuck{box-shadow:var(--shadow-md)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:1rem}.brand{display:flex;align-items:center;gap:.65rem;flex:none}.brand img{height:46px;width:auto}.nav-menu{display:flex;align-items:center;gap:.15rem;list-style:none;margin:0;padding:0}.nav-menu>li{position:relative}.nav-menu>li>a{display:flex;align-items:center;gap:.3rem;padding:.6rem .8rem;color:var(--charcoal);font-weight:600;font-size:.98rem;border-radius:8px}.nav-menu>li>a:hover,.nav-menu>li.is-active>a{color:var(--ink);background:var(--bg-soft)}.nav-menu .caret{width:.62em;height:.62em;opacity:.6;transition:transform .2s}.has-mega:hover .caret,.has-drop:hover .caret{transform:rotate(180deg)}.mega,.dropdown{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s var(--ease);z-index:70}.dropdown{min-width:250px;padding:.6rem}.mega{width:640px;padding:1.4rem;display:grid;grid-template-columns:1fr 1fr;gap:.4rem 1.6rem;left:50%;transform:translate(-50%,8px)}.has-mega:hover .mega,.has-drop:hover .dropdown,.has-mega:focus-within .mega,.has-drop:focus-within .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.has-drop:hover .dropdown,.has-drop:focus-within .dropdown{transform:translateY(0)}.mega-col h4{font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:.3rem .7rem .5rem;font-weight:700}.mega a,.dropdown a{display:block;padding:.55rem .7rem;border-radius:8px;color:var(--charcoal);font-weight:600;font-size:.96rem}.mega a small,.dropdown a small{display:block;font-weight:400;font-size:.82rem;color:var(--muted)}.mega a:hover,.dropdown a:hover{background:var(--red-050);color:var(--red-700)}.nav-cta{display:flex;align-items:center;gap:.7rem;flex:none}.nav-phone{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;color:var(--ink);font-size:1.05rem;white-space:nowrap}.nav-phone svg{width:20px;height:20px;color:var(--red)}.nav-toggle{display:none;background:none;border:0;padding:.5rem;cursor:pointer;color:var(--ink)}.nav-toggle svg{width:28px;height:28px}@media(max-width:1240px){.nav-menu>li>a{padding:.6rem .62rem;font-size:.94rem}.nav-phone{display:none}}@media(max-width:1024px){.nav-menu,.nav-desktop-cta{display:none}.nav-toggle{display:inline-flex}}.mobile-drawer{position:fixed;inset:0;z-index:90;visibility:hidden;opacity:0;transition:.25s}.mobile-drawer.open{visibility:visible;opacity:1}.mobile-drawer__scrim{position:absolute;inset:0;background:rgba(20,24,31,.55)}.mobile-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(86%,360px);background:#fff;box-shadow:var(--shadow-lg);transform:translateX(100%);transition:transform .28s var(--ease);display:flex;flex-direction:column;overflow-y:auto}.mobile-drawer.open .mobile-drawer__panel{transform:translateX(0)}.mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--line)}.mobile-drawer__head img{height:38px}.mobile-drawer__close{background:none;border:0;padding:.4rem;cursor:pointer;color:var(--ink)}.mobile-drawer__close svg{width:26px;height:26px}.m-nav{list-style:none;margin:0;padding:.5rem .75rem 1rem}.m-nav a{display:block;padding:.85rem .75rem;color:var(--charcoal);font-weight:600;font-size:1.05rem;border-radius:8px}.m-nav a:hover{background:var(--bg-soft)}.m-group>button{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:0;padding:.85rem .75rem;font:inherit;font-weight:700;color:var(--ink);cursor:pointer;border-radius:8px}.m-group>button svg{width:1.1em;height:1.1em;transition:transform .2s}.m-group.open>button svg{transform:rotate(180deg)}.m-sub{list-style:none;margin:0 0 .3rem;padding:0 0 0 .5rem;max-height:0;overflow:hidden;transition:max-height .3s var(--ease)}.m-group.open .m-sub{max-height:640px}.m-sub a{font-weight:500;font-size:1rem;color:var(--body)}.mobile-drawer__foot{margin-top:auto;padding:1.25rem;border-top:1px solid var(--line);display:grid;gap:.7rem}.hero{position:relative;background:var(--ink);color:#D5DAE2;overflow:hidden}.hero__media{position:absolute;inset:0}.hero__media img{width:100%;height:100%;object-fit:cover;opacity:.32}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(20,24,31,.94) 0%,rgba(20,24,31,.82) 45%,rgba(20,24,31,.5) 100%)}.hero__inner{position:relative;z-index:2;padding:clamp(3.2rem,8vw,6rem) 0;max-width:760px}.hero h1{color:#fff;margin-bottom:1rem}.hero h1 .accent{color:#fff;background:linear-gradient(180deg,transparent 62%,rgba(224,31,38,.9) 62%);padding:0 .1em}.hero__sub{font-size:1.2rem;color:#C7CDD6;margin-bottom:1.7rem;max-width:620px}.hero__cta{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:1.8rem}.hero__trust{display:flex;flex-wrap:wrap;gap:1.1rem 1.6rem;font-size:.96rem;color:#AEB6C2}.hero__trust span{display:inline-flex;align-items:center;gap:.5rem}.hero__trust svg{width:18px;height:18px;color:var(--red);flex:none}.hero--page{background:var(--ink)}.hero--page .hero__inner{padding:clamp(2.6rem,6vw,4.2rem) 0;max-width:820px}.breadcrumb{background:var(--bg-soft);border-bottom:1px solid var(--line);font-size:.86rem}.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:.75rem 0}.breadcrumb li{display:flex;align-items:center;gap:.4rem;margin:0;color:var(--muted)}.breadcrumb li+li::before{content:"/";color:var(--line);margin-right:.4rem}.breadcrumb a{color:var(--body);font-weight:600}.breadcrumb [aria-current]{color:var(--ink)}.trustbar{background:#fff;border-bottom:1px solid var(--line)}.trustbar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:1.6rem 0}@media(min-width:900px){.trustbar__grid{grid-template-columns:repeat(4,1fr)}}.trustbar__item{display:flex;align-items:center;gap:.75rem}.trustbar__item svg{width:30px;height:30px;color:var(--red);flex:none}.trustbar__item b{display:block;color:var(--ink);font-size:1.02rem;line-height:1.2}.trustbar__item span{font-size:.9rem;color:var(--muted)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;transition:transform .18s var(--ease),box-shadow .18s,border-color .18s;height:100%}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#D9DDE3}.card__icon{width:52px;height:52px;border-radius:12px;background:var(--red-050);color:var(--red);display:grid;place-items:center;margin-bottom:1.1rem}.card__icon svg{width:26px;height:26px}.card h3{margin-bottom:.5rem;font-size:1.28rem}.card p{margin-bottom:1rem;font-size:1rem}.card__link{font-weight:700;color:var(--red-600);display:inline-flex;align-items:center;gap:.35rem}.card__link svg{width:1em;height:1em;transition:transform .15s}.card:hover .card__link svg{transform:translateX(3px)}.card--media{padding:0;overflow:hidden;display:flex;flex-direction:column}.card--media img{aspect-ratio:16/10;object-fit:cover;width:100%}.card--media .card__body{padding:1.5rem}.checks{list-style:none;padding:0;margin:0}.checks li{position:relative;padding-left:2rem;margin-bottom:.85rem;color:var(--charcoal)}.checks li::before{content:"";position:absolute;left:0;top:.15rem;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--red-050) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E01F26' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/0.85rem no-repeat}.checks--tight li{margin-bottom:.5rem}.split{display:grid;gap:2.5rem;align-items:center}@media(min-width:900px){.split{grid-template-columns:1fr 1fr}.split--wide-text{grid-template-columns:1.15fr .85fr}}.media-frame{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.media-frame img{width:100%;aspect-ratio:4/3;object-fit:cover}.media-badge{position:absolute;left:1.1rem;bottom:1.1rem;background:#fff;border-radius:12px;padding:.7rem 1rem;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.6rem;font-weight:700;color:var(--ink);font-size:.95rem}.media-badge svg{width:22px;height:22px;color:var(--red)}.steps{counter-reset:step;display:grid;gap:1.5rem}@media(min-width:768px){.steps{grid-template-columns:repeat(4,1fr)}}.step{position:relative;padding-top:.5rem}.step__num{width:52px;height:52px;border-radius:14px;background:var(--ink);color:#fff;font-weight:800;font-size:1.3rem;display:grid;place-items:center;margin-bottom:1rem}.step h3{font-size:1.2rem;margin-bottom:.4rem}.step p{font-size:.98rem;margin:0}.steps--onlight .step__num{background:var(--red)}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center}@media(min-width:768px){.stats{grid-template-columns:repeat(4,1fr)}}.stat b{display:block;font-size:clamp(2.1rem,5vw,3rem);color:#fff;font-weight:800;line-height:1;letter-spacing:-.02em}.stat span{color:#AEB6C2;font-size:.98rem;margin-top:.4rem;display:block}.size-cards{display:grid;gap:1.25rem}@media(min-width:640px){.size-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.size-cards{grid-template-columns:repeat(5,1fr)}}.size-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;text-align:center;transition:.18s var(--ease)}.size-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--red)}.size-card .yd{font-size:2.4rem;font-weight:800;color:var(--red);line-height:1}.size-card .yd small{display:block;font-size:.8rem;color:var(--muted);font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-top:.2rem}.size-card h3{font-size:1.05rem;margin:.7rem 0 .4rem}.size-card p{font-size:.9rem;color:var(--muted);margin-bottom:1rem}table.spec{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.98rem}table.spec caption{text-align:left;font-weight:700;color:var(--ink);margin-bottom:.6rem}table.spec th,table.spec td{text-align:left;padding:.85rem 1rem;border-bottom:1px solid var(--line)}table.spec thead th{background:var(--ink);color:#fff;font-weight:700}table.spec tbody tr:nth-child(even){background:var(--bg-soft)}table.spec td:first-child{font-weight:700;color:var(--ink)}.faq{max-width:820px;margin:0 auto}.faq__item{border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:.9rem;background:#fff;overflow:hidden}.faq__item[open]{border-color:#D3D8DF;box-shadow:var(--shadow-sm)}.faq__item summary{list-style:none;cursor:pointer;padding:1.15rem 1.35rem;font-weight:700;color:var(--ink);font-size:1.08rem;display:flex;justify-content:space-between;gap:1rem;align-items:center}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary .ic{width:24px;height:24px;flex:none;position:relative;transition:transform .2s}.faq__item summary .ic::before,.faq__item summary .ic::after{content:"";position:absolute;background:var(--red);border-radius:2px}.faq__item summary .ic::before{top:11px;left:4px;right:4px;height:2px}.faq__item summary .ic::after{left:11px;top:4px;bottom:4px;width:2px;transition:transform .2s}.faq__item[open] summary .ic::after{transform:scaleY(0)}.faq__body{padding:0 1.35rem 1.25rem;color:var(--body)}.faq__body p:last-child{margin-bottom:0}.cta-band{background:linear-gradient(120deg,var(--red-700),var(--red));color:#fff;border-radius:var(--radius-lg);padding:clamp(2.2rem,5vw,3.4rem);text-align:center;box-shadow:var(--shadow-lg)}.cta-band h2{color:#fff}.cta-band p{color:rgba(255,255,255,.92);font-size:1.15rem;max-width:620px;margin-left:auto;margin-right:auto}.cta-band .btn--light{color:var(--red-700)}.cta-band .phone-xl{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800;color:#fff;display:inline-flex;align-items:center;gap:.6rem;margin-top:.4rem}.cta-band .phone-xl svg{width:1em;height:1em}.callout{background:var(--bg-soft);border-left:4px solid var(--red);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:1.25rem 1.4rem;margin:1.5rem 0}.callout p:last-child{margin-bottom:0}.callout--tip{border-left-color:var(--green);background:#F1FAF4}.prose h2{margin-top:2.4rem}.prose h3{margin-top:1.8rem}.prose img{border-radius:var(--radius);margin:1.75rem 0}.prose figure{margin:1.75rem 0}.prose figcaption{font-size:.88rem;color:var(--muted);margin-top:.6rem;text-align:center}.prose ul li::marker{color:var(--red)}.author-box{display:flex;gap:1.1rem;align-items:center;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;margin:2rem 0}.author-box img{width:64px;height:64px;border-radius:50%;object-fit:cover;flex:none}.author-box b{color:var(--ink)}.author-box p{margin:0;font-size:.95rem}.pill-row{display:flex;flex-wrap:wrap;gap:.55rem;margin:1.25rem 0}.pill{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid var(--line);border-radius:999px;padding:.45rem .95rem;font-size:.9rem;font-weight:600;color:var(--charcoal)}.pill svg{width:15px;height:15px;color:var(--red)}.rating{display:inline-flex;align-items:center;gap:.5rem}.stars{display:inline-flex;gap:2px}.stars svg{width:18px;height:18px;color:var(--amber)}.rating b{color:var(--ink)}.quote-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;height:100%}.quote-card .stars{margin-bottom:.8rem}.quote-card blockquote{margin:0 0 1rem;font-size:1.05rem;color:var(--charcoal);line-height:1.6}.quote-card cite{font-style:normal;font-weight:700;color:var(--ink);display:block}.quote-card cite small{display:block;font-weight:500;color:var(--muted);font-size:.85rem}.info-cols{display:grid;gap:1.5rem}@media(min-width:768px){.info-cols{grid-template-columns:repeat(2,1fr)}}.info-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.info-box h3{display:flex;align-items:center;gap:.6rem;font-size:1.15rem}.info-box h3 svg{width:22px;height:22px;color:var(--red)}.map-embed{border:0;width:100%;height:340px;border-radius:var(--radius);filter:grayscale(.15)}.site-footer{background:var(--ink);color:#9AA2AE;font-size:.95rem}.footer-cta{background:linear-gradient(120deg,var(--red-700),var(--red));text-align:center;padding:2.5rem 0}.footer-cta h2{color:#fff;margin-bottom:.4rem}.footer-cta p{color:rgba(255,255,255,.9);margin-bottom:1.3rem}.footer-main{padding:3.2rem 0 2rem}.footer-grid{display:grid;gap:2rem}@media(min-width:700px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}@media(min-width:1000px){.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1.1fr}}.footer-brand img{height:44px;margin-bottom:1rem}.footer-brand p{color:#9AA2AE;font-size:.95rem;margin-bottom:1.2rem}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;gap:.65rem;margin-bottom:.8rem;align-items:flex-start}.footer-contact svg{width:18px;height:18px;color:var(--red);flex:none;margin-top:.2rem}.footer-contact a{color:#fff;font-weight:600}.footer h4{color:#fff;font-size:.95rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.6rem}.footer-links a{color:#9AA2AE;font-weight:500}.footer-links a:hover{color:#fff}.footer-social{display:flex;gap:.6rem;margin-top:1.1rem}.footer-social a{width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#fff}.footer-social a:hover{background:var(--red)}.footer-social svg{width:19px;height:19px}.footer-map iframe{height:200px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.4rem 0;font-size:.86rem}.footer-bottom .container{display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;justify-content:space-between;align-items:center}.footer-bottom a{color:#9AA2AE}.footer-bottom a:hover{color:#fff}.footer-bottom nav{display:flex;flex-wrap:wrap;gap:1.1rem}.sticky-call{position:fixed;left:0;right:0;bottom:0;z-index:80;background:#fff;border-top:1px solid var(--line);box-shadow:0 -4px 18px rgba(20,24,31,.1);padding:.6rem .9rem;display:none;gap:.6rem;align-items:center}.sticky-call .sc-info{flex:1;min-width:0}.sticky-call .sc-info b{display:block;color:var(--ink);font-size:.95rem;line-height:1.1}.sticky-call .sc-info span{font-size:.78rem;color:var(--muted)}.sticky-call .btn{padding:.75rem 1.1rem;font-size:1rem;white-space:nowrap}@media(max-width:1024px){.sticky-call{display:flex}body{padding-bottom:70px}}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.text-muted{color:var(--muted)}.divider-top{border-top:1px solid var(--line)}.badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--red-050);color:var(--red-700);font-weight:700;font-size:.82rem;padding:.35rem .8rem;border-radius:999px;letter-spacing:.02em}.two-col-list{columns:2;column-gap:2rem}@media(max-width:560px){.two-col-list{columns:1}}.two-col-list li{break-inside:avoid}.anchor-nav{position:sticky;top:82px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem}.anchor-nav h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.8rem}.anchor-nav ul{list-style:none;padding:0;margin:0}.anchor-nav li{margin-bottom:.15rem}.anchor-nav a{display:block;padding:.45rem .6rem;border-radius:8px;color:var(--charcoal);font-weight:600;font-size:.95rem}.anchor-nav a:hover{background:var(--bg-soft);color:var(--red-700)}.with-aside{display:grid;gap:2.5rem}@media(min-width:1000px){.with-aside{grid-template-columns:1fr 300px}.with-aside--left{grid-template-columns:280px 1fr}}