:root{color-scheme:light;--red: #df101b;--red-dark: #bd0711;--blue: #1769d1;--blue-dark: #0f56b3;--ink: #1f2024;--muted: #555962;--line: #e6e8ec;--soft: #f5f6f8;--white: #ffffff;--text: #1f2024;--muted-text: #555962;--border: #e6e8ec;--page-bg: #ffffff;--surface: #ffffff;--surface-elevated: #ffffff;--soft-bg: #f5f6f8;--header-bg: rgba(255, 255, 255, .96);--header-border: rgba(0, 0, 0, .05);--nav-bg: #ffffff;--nav-text: #17181c;--field-bg: #ffffff;--field-border: #d6dbe1;--dark-button-bg: #23252b;--panel-gradient-start: #1f2024;--panel-gradient-end: #30333a;--footer-bg: #17181c;--footer-text: #c9ccd2;--success-text: #176c3a;--shadow-soft: rgba(20, 24, 32, .05);--shadow-medium: rgba(20, 24, 32, .06);--shadow-strong: rgba(20, 24, 32, .14);--focus-ring: rgba(223, 16, 27, .12);--ink: var(--text);--muted: var(--muted-text);--line: var(--border);--soft: var(--soft-bg);--max-width: 1180px}html[data-theme=dark]{color-scheme:dark;--text: #f4f6fb;--muted-text: #c4cad4;--border: rgba(255, 255, 255, .14);--page-bg: #0e1117;--surface: #151922;--surface-elevated: #1b202b;--soft-bg: #111722;--header-bg: rgba(18, 22, 30, .96);--header-border: rgba(255, 255, 255, .12);--nav-bg: #151922;--nav-text: #f1f4f9;--field-bg: #10151d;--field-border: rgba(255, 255, 255, .2);--dark-button-bg: #2a303b;--panel-gradient-start: #171b24;--panel-gradient-end: #262d39;--footer-bg: #0a0d12;--footer-text: #c9d0da;--success-text: #74d99f;--shadow-soft: rgba(0, 0, 0, .22);--shadow-medium: rgba(0, 0, 0, .28);--shadow-strong: rgba(0, 0, 0, .38);--focus-ring: rgba(223, 16, 27, .24)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.6;background:var(--page-bg)}body.nav-open{overflow:hidden}a{color:inherit;text-decoration:none}svg{display:block}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:32px;min-height:92px;padding:14px clamp(20px,6vw,78px);background:var(--header-bg);border-bottom:1px solid var(--header-border);box-shadow:0 2px 18px var(--shadow-medium);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:inline-flex;align-items:center;width:fit-content}.brand-logo{display:block;width:auto;height:78px;object-fit:contain}html[data-theme=dark] .brand-logo{filter:brightness(1.14) contrast(1.08) drop-shadow(0 1px 0 rgba(255,255,255,.2)) drop-shadow(0 8px 18px rgba(0,0,0,.28))}.site-nav{display:flex;align-items:center;gap:24px;font-weight:700}.site-nav a{position:relative;padding:10px 0 18px;color:var(--nav-text);transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.site-nav a:after{position:absolute;right:0;bottom:4px;left:0;height:3px;background:var(--red);content:"";transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.site-nav a:hover,.site-nav a:focus-visible,.site-nav a.active{color:var(--red)}.site-nav a:hover:after,.site-nav a:focus-visible:after,.site-nav a.active:after{transform:scaleX(1)}.site-nav .mobile-only-nav{display:none}.header-actions{display:inline-flex;align-items:center;gap:12px}.remote-support-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;color:var(--white);font-weight:800;white-space:nowrap;background:var(--blue);border-radius:3px;box-shadow:0 10px 20px #1769d12e;transition:background .18s ease,transform .18s ease}.contact-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 25px;color:var(--white);font-weight:800;white-space:nowrap;background:var(--red);border-radius:3px;box-shadow:0 10px 20px #df101b2e;transition:background .18s ease,transform .18s ease}.contact-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.contact-button:hover,.contact-button:focus-visible,.remote-support-button:hover,.remote-support-button:focus-visible,.button:hover,.button:focus-visible{transform:translateY(-1px)}.remote-support-button:hover,.remote-support-button:focus-visible,.remote-support-button.active{background:var(--blue-dark)}.contact-button:hover,.contact-button:focus-visible{background:var(--red-dark)}.nav-toggle{display:none;width:44px;height:44px;padding:10px;background:transparent;border:1px solid var(--line);border-radius:4px}.nav-toggle span{display:block;height:2px;margin:5px 0;background:var(--ink)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;color:var(--nav-text);font:inherit;font-weight:800;background:var(--surface-elevated);border:1px solid var(--line);border-radius:4px;cursor:pointer;transition:border-color .18s ease,color .18s ease,transform .18s ease,background .18s ease}.theme-toggle:hover,.theme-toggle:focus-visible{color:var(--red);border-color:var(--red);transform:translateY(-1px)}.theme-toggle-icon{width:1.1em;text-align:center}.theme-toggle-text{white-space:nowrap}.hero{position:relative;min-height:520px;display:flex;align-items:center;isolation:isolate;overflow:hidden;background:linear-gradient(90deg,#0a0b0dfa,#0a0b0de6 32%,#0a0b0d6b 61%,#0a0b0d2e),url(/assets/repair-hero-C9xSNSO0.png) center right / cover no-repeat,#101115}.hero:after{position:absolute;right:-2vw;bottom:-35px;left:-2vw;height:54px;background:var(--red);content:"";transform:rotate(1.2deg);transform-origin:right bottom;z-index:-1}.hero-inner{width:min(100%,var(--max-width));margin:0 auto;padding:76px 28px 104px;color:var(--white)}.eyebrow{margin:0 0 12px;color:#f15b62;font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero h1{max-width:640px;margin:0;font-size:clamp(3rem,5vw,5rem);line-height:1.08;font-weight:800;letter-spacing:0}.hero h1 span{color:#ff2934}.hero-copy{max-width:515px;margin:22px 0 32px;color:#ffffffeb;font-size:1.34rem;font-weight:600}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:16px}.button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:56px;padding:0 26px;font-weight:800;border-radius:4px;transition:background .18s ease,border-color .18s ease,transform .18s ease}.button.primary{color:var(--white);background:var(--red)}.button.primary:hover,.button.primary:focus-visible{background:var(--red-dark)}.button.secondary{color:var(--white);border:2px solid rgba(255,255,255,.86)}.button.secondary:hover,.button.secondary:focus-visible{border-color:var(--red);background:#df101bb8}.button.dark{color:var(--white);background:var(--dark-button-bg)}.button:disabled{cursor:wait;opacity:.72;transform:none}.services-section,.problems-section,.audience-section{padding:48px 28px 58px;background:var(--page-bg)}.audience-section{padding-top:66px;padding-bottom:70px}.content-section{padding:78px 28px}.content-soft{background:var(--soft)}.section-heading{max-width:610px;margin:0 auto 34px;text-align:center}.section-heading h2,.about-section h2,.contact-section h2{position:relative;margin:0;color:var(--ink);font-size:clamp(2rem,3vw,2.7rem);line-height:1.2;font-weight:800;letter-spacing:0}.section-heading h2:after{display:block;width:76px;height:3px;margin:14px auto 0;background:var(--red);content:""}.section-heading p{margin:16px 0 0;color:var(--muted);font-size:1.12rem}.service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:min(100%,var(--max-width));margin:0 auto}.service-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 0}.service-grid-compact .service-item:nth-child(3n+1){border-left:0}.service-item{min-height:170px;padding:0 26px;text-align:center;border-left:1px solid var(--line)}.service-item:first-child{border-left:0}.service-icon{display:grid;place-items:center;height:72px;margin-bottom:10px;color:var(--red)}.service-icon svg{width:64px;height:64px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:4}.service-icon svg path:first-child:not(:only-child),.service-icon svg rect{stroke-width:3.5}.service-item h3{min-height:54px;margin:0;color:var(--red);font-size:1.06rem;line-height:1.35;font-weight:800}.service-item p{margin:8px auto 0;color:var(--muted);font-weight:600;line-height:1.55}.problem-grid,.audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;width:min(100%,var(--max-width));margin:0 auto}.problem-card,.audience-card{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.problem-card{min-height:150px;padding:24px 26px;border-left:5px solid var(--red)}.problem-card h3,.audience-card h3{margin:0 0 8px;color:var(--ink);font-size:1.16rem;line-height:1.25;font-weight:800}.problem-card p,.audience-card p:not(.eyebrow){margin:0;color:var(--muted);font-weight:600}.audience-card{display:flex;flex-direction:column;padding:28px;box-shadow:0 14px 34px var(--shadow-soft)}.audience-card-accent{border-top:5px solid var(--red)}.audience-card .text-link{margin-top:auto;padding-top:22px}.trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:28px max(28px,calc((100vw - var(--max-width)) / 2));background:var(--soft)}.trust-item{display:grid;grid-template-columns:54px 1fr;gap:16px;min-height:86px;padding:0 34px;border-left:1px solid var(--line)}.trust-item:first-child{border-left:0}.trust-item>span{color:var(--red)}.trust-item svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.trust-item h3{margin:0 0 4px;font-size:.98rem;line-height:1.25;font-weight:800}.trust-item p{margin:0;color:var(--muted);font-size:.94rem;font-weight:600;line-height:1.55}.about-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;width:min(100%,var(--max-width));margin:0 auto;padding:78px 28px}.about-copy p,.contact-section p{margin:18px 0 0;color:var(--muted);font-size:1.1rem;font-weight:600}.about-list{display:grid;gap:18px}.about-list div{padding:22px 24px;border:1px solid var(--line);border-left:5px solid var(--red);border-radius:6px;background:var(--surface)}.about-list strong{display:block;margin-bottom:5px;color:var(--ink);font-size:1.05rem}.about-list span{color:var(--muted);font-weight:600}.contact-section{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:56px max(28px,calc((100vw - var(--max-width)) / 2));color:var(--white);background:linear-gradient(135deg,var(--panel-gradient-start) 0%,var(--panel-gradient-end) 100%)}.contact-section h2,.contact-section p{color:var(--white)}.contact-section p{color:#ffffffd1}.site-footer{padding:28px 28px 22px;color:var(--footer-text);background:var(--footer-bg)}.footer-inner{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,auto) minmax(320px,max-content);align-items:start;gap:24px;width:min(100%,var(--max-width));margin:0 auto 18px}.footer-inner strong{display:block;margin-bottom:8px;color:var(--white);font-size:1rem}.footer-inner p{max-width:460px;margin:0;color:var(--footer-text)}.footer-links{display:flex;flex-wrap:wrap;gap:18px 24px;font-weight:700}.footer-contact{display:grid;gap:7px;color:var(--footer-text);font-weight:700}.footer-contact a{color:var(--white);white-space:nowrap}.footer-note{width:min(100%,var(--max-width));margin:0 auto;padding-top:18px;text-align:center;border-top:1px solid rgba(255,255,255,.08)}.site-footer p{margin:0;font-size:.92rem}.page-hero{padding:72px 28px;color:var(--white);background:linear-gradient(135deg,#121317f2,#121317c2),url(/assets/repair-hero-C9xSNSO0.png) center center / cover no-repeat,#121317}.page-hero-inner{width:min(100%,920px);margin:0 auto}.page-hero h1{max-width:820px;margin:0;font-size:clamp(2.65rem,4.5vw,4.4rem);line-height:1.08;font-weight:800}.page-hero p:last-child{max-width:760px;margin:20px 0 0;color:#ffffffdb;font-size:1.12rem;font-weight:600}.page-hero-actions{margin-top:30px}.split-section,.contact-layout,.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:44px;width:min(100%,var(--max-width));margin:0 auto;padding:78px 28px}.split-section-alt{padding-top:40px}.split-copy h2,.about-layout h2,.contact-layout h2,.cta-band h2{margin:0;font-size:clamp(2rem,3vw,2.8rem);line-height:1.18;font-weight:800}.split-copy p:not(.eyebrow),.about-story p:not(.eyebrow),.contact-panel p,.form-panel p{color:var(--muted);font-size:1.05rem;font-weight:600}.eyebrow-red{color:var(--red)}.feature-stack,.about-values{display:grid;gap:18px}.feature-stack article,.about-values article,.info-card{padding:24px 26px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.feature-stack strong,.about-values strong,.detail-card h3,.info-card strong{display:block;margin-bottom:8px;font-size:1.08rem;font-weight:800}.feature-stack p,.about-values p,.detail-card p,.info-card p{margin:0;color:var(--muted);font-weight:600}.remote-support-section{grid-template-columns:minmax(320px,.8fr) minmax(560px,1.2fr)}.remote-support-benefits{grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr))}.text-link{display:inline-block;margin-top:18px;color:var(--red);font-weight:800}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:56px max(28px,calc((100vw - var(--max-width)) / 2));color:var(--white);background:linear-gradient(135deg,var(--panel-gradient-start) 0%,var(--panel-gradient-end) 100%)}.cta-band h2{max-width:720px}.detail-grid,.contact-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;width:min(100%,var(--max-width));margin:0 auto}.detail-card{padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.coverage-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;width:min(100%,var(--max-width));margin:0 auto}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.pill-list span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;color:var(--ink);font-weight:700;background:var(--soft);border-radius:999px}.faq-list{display:grid;gap:14px;width:min(100%,920px);margin:0 auto}.faq-groups{display:grid;gap:30px;width:min(100%,920px);margin:0 auto}.faq-group{display:grid;gap:14px}.faq-group-title{margin:0;color:var(--ink);font-size:1.45rem;line-height:1.2;font-weight:800}.faq-item{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.faq-item summary{cursor:pointer;list-style:none;padding:22px 24px;font-size:1.02rem;font-weight:800}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:0;padding:0 24px 22px;color:var(--muted);font-weight:600}.detail-card ul{margin:16px 0 0;padding-left:18px;color:var(--muted);font-weight:600}.detail-card li+li{margin-top:8px}.managed-facts{display:grid;gap:18px}.managed-facts .detail-card{padding:24px 26px}.comparison-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;width:min(100%,var(--max-width));margin:0 auto}.comparison-card{padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.comparison-card-featured{border-top:5px solid var(--red);box-shadow:0 14px 34px var(--shadow-medium)}.comparison-card h3{margin:0 0 10px;font-size:1.12rem;line-height:1.25;font-weight:800}.comparison-card p{margin:0;color:var(--muted);font-weight:600}.checklist-grid{display:grid;gap:22px;width:min(100%,960px);margin:0 auto}.checklist-card{display:grid;grid-template-columns:58px 1fr;gap:20px;padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.checklist-card>span{display:grid;place-items:center;width:48px;height:48px;color:var(--white);font-weight:800;background:var(--red);border-radius:50%}.checklist-card h3{margin:0 0 8px;font-size:1.2rem;line-height:1.25;font-weight:800}.checklist-card p{margin:0 0 14px;color:var(--muted);font-weight:600}.checklist-card strong{display:block;margin-bottom:8px}.checklist-card ul{margin:0;padding-left:18px;color:var(--muted);font-weight:600}.checklist-card li+li{margin-top:6px}.process-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding:0 max(28px,calc((100vw - var(--max-width)) / 2)) 78px}.process-step{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:start;padding:24px;background:var(--soft);border-radius:8px}.process-step span{display:grid;place-items:center;width:56px;height:56px;color:var(--white);font-size:1.2rem;font-weight:800;background:var(--red);border-radius:50%}.process-step strong{display:block;margin-bottom:6px}.process-step p{margin:0;color:var(--muted);font-weight:600}.about-story,.contact-panel,.form-panel{padding:10px 0}.contact-card-grid{width:100%;margin-top:24px}.info-card a{display:inline-block;max-width:100%;margin-bottom:8px;color:var(--red);font-size:clamp(.78rem,1.05vw,1.02rem);font-weight:800;overflow-wrap:break-word;word-break:break-word}.info-card a[href^="mailto:"]{overflow-wrap:anywhere}.form-intro{margin-top:14px}.contact-form{display:grid;gap:18px;margin-top:24px}.form-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.contact-form label{display:grid;gap:8px;color:var(--ink);font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:14px 16px;color:var(--ink);font:inherit;background:var(--field-bg);border:1px solid var(--field-border);border-radius:6px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--focus-ring)}.form-status{min-height:26px;margin:0;color:var(--muted);font-weight:700}.form-status-success{color:var(--success-text)}.form-status-error{color:var(--red-dark)}.mobile-contact-bar{display:none}.support-code-card,.support-code-form{display:grid;gap:14px}.support-code-form label{display:grid;gap:8px;color:var(--ink);font-weight:700}.support-code-form input{width:100%;min-height:54px;padding:14px 16px;color:var(--ink);font:inherit;background:var(--field-bg);border:1px solid var(--field-border);border-radius:6px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.support-code-form input:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--focus-ring)}.support-code-help,.support-code-status{margin:0;color:var(--muted);font-weight:600}.support-code-status{color:var(--red)}@media(max-width:1100px){.site-header{grid-template-columns:1fr auto auto;gap:20px}.header-actions{display:none}.site-nav .mobile-only-nav{display:inline-flex}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:28px}.problem-grid,.audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.service-item:nth-child(4){border-left:0}.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:28px}.trust-item:nth-child(3){border-left:0}.process-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.remote-support-section{grid-template-columns:1fr}}@media(max-width:860px){.site-header{min-height:78px;padding:12px 20px}.brand-logo{height:64px}.nav-toggle{display:block}.site-nav{position:fixed;top:78px;right:0;left:0;display:grid;gap:0;padding:14px 20px 22px;background:var(--nav-bg);border-top:1px solid var(--line);box-shadow:0 16px 24px var(--shadow-strong);transform:translateY(-130%);transition:transform .2s ease}body.nav-open .site-nav{transform:translateY(0)}.site-nav a{padding:14px 0}.site-nav a:after{bottom:8px;transform-origin:left}.site-nav a[href="/remote-support"]{width:100%;margin:6px 0;padding:12px 16px}.hero{min-height:560px;background:linear-gradient(90deg,#0a0b0df7,#0a0b0dd6),url(/assets/repair-hero-C9xSNSO0.png) center right / cover no-repeat,#101115}.hero-inner{padding-top:74px}.service-grid{grid-template-columns:1fr;max-width:520px}.service-item,.service-item:nth-child(4){min-height:0;padding:26px 0;border-left:0;border-top:1px solid var(--line)}.service-item:first-child{border-top:0}.service-item h3{min-height:0}.trust-strip{grid-template-columns:1fr}.trust-item,.trust-item:nth-child(3){padding:0;border-left:0}.about-section,.contact-section,.split-section,.contact-layout,.about-layout,.cta-band,.footer-inner{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.remote-support-benefits{grid-template-columns:1fr}.page-hero{padding:58px 20px}.detail-grid,.contact-card-grid,.comparison-grid,.process-strip,.coverage-layout,.problem-grid,.audience-grid,.service-grid-compact{grid-template-columns:1fr}.content-section,.problems-section,.audience-section,.split-section,.contact-layout,.about-layout{padding:58px 20px}.process-strip{padding:0 20px 58px}.cta-band{padding:44px 20px}}@media(max-width:560px){body{padding-bottom:82px}.site-header{min-height:86px;grid-template-columns:minmax(0,1fr) 44px 44px;padding:10px 16px;gap:10px}.nav-toggle{display:block!important}.brand-logo{height:56px;max-width:170px}.theme-toggle{width:44px;min-height:44px;padding:0}.theme-toggle-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.hero h1{font-size:2.55rem}.hero-copy{font-size:1.08rem}.hero-actions,.contact-actions,.button{width:100%}.mobile-contact-bar{position:fixed;right:0;bottom:0;left:0;z-index:30;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 14px max(10px,env(safe-area-inset-bottom));background:var(--header-bg);border-top:1px solid var(--line);box-shadow:0 -10px 26px var(--shadow-strong)}.mobile-contact-bar a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 14px;color:var(--white);font-weight:800;background:var(--red);border-radius:4px}.mobile-contact-bar a:first-child{background:var(--dark-button-bg)}.section-heading h2,.about-section h2,.contact-section h2,.split-copy h2,.about-layout h2,.contact-layout h2,.cta-band h2,.page-hero h1{font-size:1.82rem}.process-step,.checklist-card{grid-template-columns:1fr}.process-step span{width:46px;height:46px}}.calculator-hero{position:relative;min-height:470px;display:flex;align-items:center;color:var(--white);background:linear-gradient(90deg,#0b0d10fa,#0b0d10e6 43%,#0b0d1094 72%,#0b0d1070),url(/assets/repair-hero-C9xSNSO0.png) center right / cover no-repeat,#111419}.calculator-hero-inner{width:min(100%,var(--max-width));margin:0 auto;padding:70px 28px 82px}.calculator-hero h1{max-width:760px;margin:0;font-size:clamp(2.85rem,5vw,5rem);line-height:1.05;font-weight:800;letter-spacing:0}.calculator-hero-lead{max-width:640px;margin:18px 0 0;color:var(--white);font-size:1.36rem;font-weight:800}.calculator-hero-copy{max-width:640px;margin:12px 0 0;color:#ffffffe0;font-size:1.05rem;font-weight:600}.hero-trust-list{display:flex;flex-wrap:wrap;gap:14px 22px;margin:24px 0 0;padding:0;list-style:none}.hero-trust-list li{position:relative;padding-left:24px;color:#ffffffe6;font-weight:800}.hero-trust-list li:before{position:absolute;top:.45em;left:0;width:12px;height:12px;border:2px solid var(--red);border-radius:50%;content:""}.calculator-section{padding:42px 28px 72px;background:var(--page-bg)}.calculator-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:34px;width:min(100%,var(--max-width));margin:0 auto;align-items:start}.calculator-panel{padding:28px;border:1px solid var(--line);border-radius:6px;background:var(--surface);box-shadow:0 14px 34px var(--shadow-soft)}.calculator-panel-heading{padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid var(--line)}.calculator-panel-heading h2,.estimate-panel h2{margin:0;color:var(--ink);font-size:clamp(1.45rem,2vw,2rem);line-height:1.18;font-weight:800;letter-spacing:0}.calculator-panel-heading p:last-child{margin:10px 0 0;color:var(--muted);font-weight:700}.calc-control-grid,.calc-option-grid,.calc-sub-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.calc-option-grid{margin-top:18px}.calc-sub-options{margin-top:18px;padding:18px;background:var(--soft);border:1px solid var(--line);border-radius:6px}.calc-sub-options[hidden]{display:none}.calc-number-control,.calc-select-control{display:grid;gap:8px;color:var(--ink);font-weight:800}.calc-number-control small,.calc-select-control small,.calc-check small{display:block;margin-top:4px;color:var(--muted);font-size:.82rem;line-height:1.35;font-weight:600}.calc-number-control input,.calc-select-control select{width:100%;min-height:48px;padding:11px 13px;color:var(--ink);font:inherit;font-weight:700;background:var(--field-bg);border:1px solid var(--field-border);border-radius:4px;outline:none}.calc-number-control input:focus,.calc-select-control select:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--focus-ring)}.calc-included-note{margin-top:18px;padding:16px;color:var(--muted);background:var(--surface-elevated);border:1px solid var(--line);border-radius:6px}.calc-included-note strong{display:block;color:var(--ink);font-weight:800}.calc-included-note p{margin:6px 0 0;color:var(--muted);font-size:.92rem;font-weight:700;line-height:1.45}.calc-check{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;min-height:76px;padding:12px 13px;color:var(--ink);font-weight:800;background:var(--surface-elevated);border:1px solid var(--line);border-radius:4px}.calc-check input{width:18px;height:18px;margin-top:2px;accent-color:var(--red)}.calc-check:has(input:disabled){color:var(--muted)}.calculator-note{margin:18px 0 0;padding:14px 16px;color:var(--muted);font-size:.94rem;font-weight:700;background:var(--soft);border-left:4px solid var(--red)}.estimate-panel{position:sticky;top:116px}.estimate-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;margin:16px 0 8px;padding-bottom:18px;color:var(--red);border-bottom:1px solid var(--line)}.estimate-price span{font-size:clamp(2.25rem,4vw,3.75rem);line-height:1;font-weight:800;letter-spacing:0}.estimate-price small{color:var(--ink);font-size:1.1rem;font-weight:800}.estimate-disclaimer{margin:0 0 18px;color:var(--muted);font-size:.95rem;font-weight:700}.estimate-breakdown{display:grid;gap:10px;margin:0 0 22px}.estimate-line{display:grid;grid-template-columns:1fr auto;gap:16px;color:var(--ink);font-weight:800}.estimate-line span:first-child{color:var(--muted);font-weight:700}.estimate-fit{padding-top:18px;border-top:1px solid var(--line)}.estimate-fit h3{margin:0 0 8px;color:var(--red);font-size:1.05rem;font-weight:800}.estimate-fit p,.estimate-extra p{margin:0;color:var(--muted);font-weight:700}.estimate-extra{display:grid;gap:5px;margin-top:18px;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.estimate-extra strong{color:var(--ink)}.estimate-cta{width:100%;margin-top:20px}.estimate-link{display:inline-flex;margin-top:14px;color:var(--blue);font-weight:800}.savings-layout{display:grid;grid-template-columns:.92fr 1.48fr;gap:22px;align-items:stretch;width:min(100%,var(--max-width));margin:0 auto}.savings-callout{display:flex;flex-direction:column;align-items:flex-start;min-height:100%;padding:30px 30px 30px 34px;color:var(--white);background:linear-gradient(90deg,var(--red) 0 6px,#111820 6px);border:1px solid rgba(255,255,255,.08);border-left:0;border-radius:6px}.savings-callout .eyebrow{color:var(--white)}.savings-callout .eyebrow:after{background:var(--white)}.savings-callout h3{margin:0 0 12px;max-width:420px;font-size:clamp(1.65rem,2.1vw,2.28rem);line-height:1.05;font-weight:900}.savings-callout p{margin:0 0 22px;color:#ffffffd6;font-weight:700;line-height:1.5}.savings-callout .button{margin-top:auto}.savings-table-wrap{background:var(--surface);border:1px solid var(--line);border-radius:6px;overflow:hidden}.savings-table-head,.savings-row{display:grid;grid-template-columns:minmax(0,1.7fr) 150px 150px;gap:18px;align-items:center}.savings-table-head{padding:13px 18px;color:var(--white);font-size:.78rem;line-height:1.2;font-weight:900;text-transform:uppercase;background:var(--dark-button-bg)}.savings-row{min-height:86px;padding:18px;border-top:1px solid var(--line)}.savings-row strong{color:var(--ink);font-weight:900;line-height:1.3}.savings-row span{color:var(--muted);font-weight:800}.savings-row b{color:var(--red);font-size:1.22rem;line-height:1.1;font-weight:900;text-align:right}.savings-note{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;width:min(100%,var(--max-width));margin:18px auto 0;padding:18px 20px;background:var(--surface);border-left:4px solid var(--red)}.savings-note strong{color:var(--ink);font-weight:900}.savings-note p{margin:0;color:var(--muted);font-weight:700}.calculator-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:min(100%,var(--max-width));margin:0 auto}.calculator-card{padding:22px;border:1px solid var(--line);border-radius:6px;background:var(--surface)}.calculator-card h3{margin:0 0 8px;color:var(--ink);font-size:1.06rem;line-height:1.25;font-weight:800}.calculator-card p{margin:0;color:var(--muted);font-weight:600}.line-icon{display:inline-grid;place-items:center;width:48px;height:48px;margin-bottom:13px;color:var(--red)}.line-icon svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.problem-list-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:min(100%,var(--max-width));margin:0 auto;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:var(--surface)}.problem-list-grid article{display:grid;gap:6px;min-height:116px;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.problem-list-grid article:nth-child(5n){border-right:0}.problem-list-grid article:nth-last-child(-n+5){border-bottom:0}.problem-list-grid strong{color:var(--ink);font-weight:800}.problem-list-grid span{color:var(--muted);font-size:.94rem;font-weight:600;line-height:1.35}.managed-table-wrap{width:min(100%,var(--max-width));margin:0 auto;overflow-x:auto;border:1px solid var(--line);border-radius:6px}.managed-comparison-table{width:100%;min-width:820px;border-collapse:collapse;background:var(--surface)}.managed-comparison-table th,.managed-comparison-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);border-right:1px solid var(--line);vertical-align:top}.managed-comparison-table th{color:var(--white);font-weight:800;background:var(--dark-button-bg)}.managed-comparison-table th:nth-child(2){background:var(--red)}.managed-comparison-table td:first-child{color:var(--ink);font-weight:800}.managed-comparison-table tr:last-child td{border-bottom:0}.managed-comparison-table th:last-child,.managed-comparison-table td:last-child{border-right:0}.yes-mark,.no-mark{display:inline-flex;width:1.4em;font-weight:800}.yes-mark{color:var(--red)}.no-mark{color:#777b84}.pricing-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;width:min(100%,var(--max-width));margin:0 auto}.pricing-path-card{padding:28px;border:1px solid var(--line);border-radius:6px;background:var(--surface)}.pricing-path-featured{border-top:5px solid var(--red);box-shadow:0 16px 34px var(--shadow-medium)}.pricing-path-card h3{margin:0 0 10px;color:var(--ink);font-size:1.35rem;font-weight:800}.pricing-path-card p{margin:0 0 14px;color:var(--muted);font-weight:600}.pricing-path-card strong{display:block;margin:0 0 14px;color:var(--red);font-size:1.02rem;font-weight:800}.pricing-path-card ul{margin:0 0 18px;padding-left:18px;color:var(--muted);font-weight:600}.service-area-line{width:min(100%,var(--max-width));margin:22px auto 0;color:var(--muted);text-align:center;font-weight:800}.pricing-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;width:min(100%,860px);margin:0 auto}.pricing-steps article{position:relative;padding:28px 22px 24px;text-align:center;border:1px solid var(--line);border-radius:6px;background:var(--surface)}.pricing-steps span{position:absolute;top:-18px;left:calc(50% - 18px);display:grid;place-items:center;width:36px;height:36px;color:var(--white);font-weight:800;background:var(--red);border-radius:50%}.pricing-steps h3{margin:0 0 8px;color:var(--ink);font-size:1.06rem;font-weight:800}.pricing-steps p{margin:0;color:var(--muted);font-weight:600}.calculator-faq{width:min(100%,var(--max-width));margin:0 auto}.calculator-faq details{padding:0;border:1px solid var(--line);border-radius:4px;background:var(--surface)}.calculator-faq summary{cursor:pointer;padding:16px 18px;color:var(--ink);font-weight:800}.calculator-faq details p{margin:0;padding:0 18px 18px;color:var(--muted);font-weight:600}.calculator-final-cta{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(260px,.62fr);gap:26px;align-items:center;padding:44px max(28px,calc((100vw - var(--max-width)) / 2));color:var(--white);background:linear-gradient(135deg,#0d1014fa,#171d25fa),#111419}.calculator-final-cta h2{position:relative;margin:0 0 10px;font-size:clamp(1.85rem,3vw,2.65rem);line-height:1.14;font-weight:800}.calculator-final-cta h2:after{display:block;width:70px;height:3px;margin-top:12px;background:var(--red);content:""}.calculator-final-cta p{max-width:560px;margin:0;color:#ffffffd1;font-size:1.08rem;font-weight:600}.final-cta-actions{display:flex;flex-wrap:wrap;gap:14px}.button.remote-outline{color:#9ec6ff;border:2px solid var(--blue)}.button.remote-outline:hover,.button.remote-outline:focus-visible{background:#1769d12e}.calculator-final-cta address{display:grid;gap:8px;color:#ffffffd6;font-style:normal;font-weight:700}.calculator-final-cta address a{color:var(--white)}.calculator-footer .footer-links{max-width:460px}@media(max-width:1100px){.calculator-layout,.calculator-final-cta{grid-template-columns:1fr}.estimate-panel{position:static}.calculator-card-grid,.problem-list-grid,.pricing-path-grid,.savings-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.savings-callout{grid-column:1 / -1}.problem-list-grid article,.problem-list-grid article:nth-child(5n),.problem-list-grid article:nth-last-child(-n+5){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.problem-list-grid article:nth-child(2n){border-right:0}.problem-list-grid article:nth-last-child(-n+2){border-bottom:0}}@media(max-width:860px){.calculator-section,.calculator-hero-inner,.calculator-final-cta{padding-right:20px;padding-left:20px}.calculator-card-grid,.pricing-path-grid,.pricing-steps,.calc-control-grid,.calc-option-grid,.calc-sub-options,.problem-list-grid,.savings-layout,.savings-note{grid-template-columns:1fr}.savings-table-head{display:none}.savings-row{grid-template-columns:1fr;gap:6px;min-height:0}.savings-row b{text-align:left}.problem-list-grid article,.problem-list-grid article:nth-child(2n),.problem-list-grid article:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line)}.problem-list-grid article:last-child{border-bottom:0}}@media(max-width:560px){.calculator-page .site-header{grid-template-columns:minmax(0,150px) 40px 40px;justify-content:space-between;gap:8px}.calculator-page .brand-logo{height:50px;max-width:150px}.calculator-page .theme-toggle,.calculator-page .nav-toggle{width:40px;min-height:40px}.calculator-page .nav-toggle{display:block!important}.calculator-page .mobile-contact-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.calculator-page .mobile-contact-bar a:nth-child(2){color:#9ec6ff;background:#13233a}.calculator-page .mobile-contact-bar a{padding-right:8px;padding-left:8px}.calculator-hero h1{font-size:1.82rem}.calculator-hero-lead{font-size:1.08rem}.calculator-panel{padding:22px}.hero-trust-list,.estimate-line{grid-template-columns:1fr}.hero-trust-list{display:grid}.estimate-line{gap:2px}.final-cta-actions{width:100%}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2) format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2) format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2) format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2) format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2) format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2) format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2) format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-cyrillic-ext-800-normal-BZOjs1Xv.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-800-normal-Ca-gJeZY.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-cyrillic-800-normal-C7MGvYyJ.woff2) format("woff2"),url(/assets/inter-cyrillic-800-normal-CCHyn08d.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-greek-ext-800-normal-B--PVpEC.woff2) format("woff2"),url(/assets/inter-greek-ext-800-normal-DUe57HfS.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-greek-800-normal-CLIouy3y.woff2) format("woff2"),url(/assets/inter-greek-800-normal-BU00tryP.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-vietnamese-800-normal-Cm7tD1pz.woff2) format("woff2"),url(/assets/inter-vietnamese-800-normal-DDlpr_Ee.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-latin-ext-800-normal-DZJjya6U.woff2) format("woff2"),url(/assets/inter-latin-ext-800-normal-BOMpwxm3.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-latin-800-normal-BYj_oED-.woff2) format("woff2"),url(/assets/inter-latin-800-normal-D1mf63XC.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
