:root{color-scheme:light;--bg:#ffffff;--surface:#f5f6f8;--border:#dfe3e8;--text:#20232b;--muted:#606975;--red:#cf1736;--radius:18px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:106px}
body{margin:0;background:var(--bg);color:var(--text);font:15px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button,a,input,textarea,summary{ -webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{opacity:.6;cursor:wait}
img{max-width:100%;height:auto}
svg{flex-shrink:0}
button{color:inherit}
a,button,summary{touch-action:manipulation}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible,select:focus-visible{outline:2px solid var(--red);outline-offset:5px}
h1,h2,h3,p{margin-top:0}
h2{font-size:30px;letter-spacing:-1px;line-height:1.18;margin-bottom:18px}
h3{font-size:17px;line-height:1.35;letter-spacing:-.3px}
p{color:#535d6a}
small{font-size:12px}
.container{width:min(1240px,calc(100% - 80px));margin-inline:auto}
.topbar{background:#f7f8fa;border-bottom:1px solid #e5e8ed;color:#606975;font-size:11px;letter-spacing:.1px}
.topbar .container{height:33px;display:flex;justify-content:space-between;align-items:center}
.topbar span{display:flex;gap:6px;align-items:center}
.topbar .icon{width:13px;height:13px;color:var(--red)}
.header{position:sticky;top:0;background:#fffffff2;backdrop-filter:blur(16px);z-index:30;border-bottom:1px solid #e5e8ed}
.header-inner{height:82px;display:flex;align-items:center;gap:22px}
.brand{font-size:37px;font-weight:800;letter-spacing:-2.5px;line-height:1;display:inline-flex;align-items:baseline}
.brand span{color:#20232b}
.brand i{display:inline-block;width:8px;height:8px;background:var(--red);border-radius:2px;margin-left:3px}
.brand-caption{font-size:10px;color:var(--muted);line-height:1.4}
.desktop-nav{display:flex;gap:24px;font-size:12px;margin:auto}
.desktop-nav>a,.mega>summary{padding:15px 0}
.desktop-nav a:hover,.text-link:hover{color:var(--red)}
.mega summary{list-style:none;cursor:pointer}
.mega summary::-webkit-details-marker{display:none}
.mega summary span{color:#606975;margin-left:3px}
.mega-panel{position:absolute;left:50%;transform:translateX(-50%);top:82px;width:700px;padding:28px;background:#ffffff;border:1px solid var(--border);border-radius:0 0 18px 18px;box-shadow:0 20px 60px #20232b14}
.mega-panel strong{font-size:20px}
.mega-links{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:22px 0}
.header-phone{font-size:12px;font-weight:700;white-space:nowrap}
.icon-button{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border);border-radius:10px;width:43px;height:43px}
.icon-button:hover{border-color:#77818e}
.header .telegram-button{border:0;width:25px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:50px;padding:13px 24px;border-radius:9px;font-size:13px;font-weight:650;line-height:1.3;border:1px solid transparent;transition:background .2s,transform .2s;white-space:normal;text-align:center}
.button .icon{width:18px;height:18px}
.button:hover{transform:translateY(-1px)}
.primary{background:var(--red);color:#fff}
.primary:hover{background:#b8132e}
.secondary{background:#f7f8fa;border-color:#d4d9e1}
.secondary:hover{background:#edf0f4;border-color:#abb4c1}
.header-booking{min-height:40px;padding:10px 19px;font-size:12px}
.mobile-toggle,.mobile-menu{display:none}
.hero{display:grid;grid-template-columns:1.06fr 1fr;min-height:574px;position:relative;align-items:center;padding:52px 0 35px}
.eyebrow{display:block;color:var(--muted);font-size:10px;font-weight:650;letter-spacing:2px;margin-bottom:19px}
.hero .eyebrow{display:flex;align-items:center;gap:9px;color:#606975}
.status-dot{width:6px;height:6px;background:var(--red);border-radius:50%;box-shadow:0 0 15px #cf173633}
.hero h1{font-size:clamp(45px,5.2vw,72px);letter-spacing:-3.5px;line-height:1.04;font-weight:750;margin:0 0 24px}
.hero h1 em{font-style:normal;color:var(--red)}
.hero-subtitle{font-size:23px;color:#323944;line-height:1.35;letter-spacing:-.5px;margin-bottom:17px}
.hero-description{font-size:15px;color:#606975;line-height:1.6;margin-bottom:30px}
.hero-actions{display:flex;gap:12px}
.hero-actions .primary{box-shadow:0 5px 34px #cf173612}
.hero-trust{display:flex;gap:24px;margin-top:27px;font-size:11px;color:#606975}
.hero-trust span{display:flex;align-items:center;gap:7px}
.hero-trust .icon{color:var(--red);width:17px;height:17px}
.hero-visual{position:relative;min-width:0;height:100%;display:flex;align-items:center;justify-content:center}
.hero-visual>img{width:120%;max-width:none;position:relative;left:-1%;z-index:-0;object-fit:contain}
.hero-copy{z-index:2;position:relative}
.floating-note{position:absolute;right:10px;bottom:48px;display:flex;gap:11px;background:#fffffff2;backdrop-filter:blur(8px);padding:14px 19px;border:1px solid #e0e4ea;border-radius:12px;font-size:11px;color:#606975;transform:rotate(-3deg);box-shadow:0 10px 30px #20232b12}
.floating-note .icon{color:var(--red);align-self:center}
.floating-note strong{color:#20232b;font-weight:500}
.visual-label{position:absolute;right:10px;top:28px;font-size:8px;letter-spacing:2px;color:#606975;display:flex;gap:12px;align-items:center}
.label-line{width:40px;height:1px;background:var(--red)}
.section{margin:30px 0 64px}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:23px}
.section-heading h2{margin-bottom:0}
.section-heading p{margin:9px 0 0}
.section-heading .eyebrow{margin-bottom:10px}
.text-link{color:var(--red);background:none;border:0;padding:0;display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600}
.text-link .icon{width:18px;height:18px}
.muted{color:var(--muted);font-size:13px}
.search-box{position:relative;display:flex;align-items:center;border:1px solid #d4d9e1;background:linear-gradient(120deg,#ffffff,#f7f8fa);border-radius:12px;min-height:62px;padding:0 18px;gap:15px;margin-bottom:22px}
.search-box>.icon{color:#606975;width:21px}
.search-box input{background:transparent;border:0;color:var(--text);outline:none;flex:1;min-width:0;padding:20px 0;font-size:14px}
.search-box input::placeholder{color:#606975}
.search-box button{color:#fff;background:var(--red);border:0;border-radius:7px;width:36px;height:34px;display:grid;place-items:center}
.search-results{position:absolute;top:100%;left:0;right:0;background:#f2f4f7;border:1px solid #d4d9e1;z-index:40;border-radius:12px;margin-top:8px;padding:8px;max-height:420px;overflow-y:auto;box-shadow:0 15px 35px #20232b14}
.search-results a{display:flex;justify-content:space-between;gap:15px;padding:13px;border-radius:6px;font-size:13px}
.search-results a:hover,.search-results a:focus{background:#edf0f4}
.search-results small{color:var(--muted)}
.brand-tabs{display:flex;gap:9px;overflow-x:auto;padding-bottom:10px;margin-bottom:17px;scrollbar-width:thin}
.brand-tabs a,.chip{white-space:nowrap;font-size:12px;color:#535d6a;border:1px solid #dfe3e8;border-radius:7px;padding:8px 17px;background:#f7f8fa}
.brand-tabs a.active,.brand-tabs a:hover{color:var(--red);border-color:#e4b4be;background:#fceef1}
.model-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.model-card{display:flex;align-items:center;min-height:96px;gap:13px;padding:16px;background:linear-gradient(120deg,#ffffff,#f7f8fa);border:1px solid #dfe3e8;border-radius:12px;transition:border-color .2s}
.model-card:hover{border-color:#a2abb8}
.mini-device{background:#edf0f4;border:1px solid #d4d9e1;border-radius:8px;width:37px;height:53px;display:grid;place-items:center;color:#596574}
.mini-device .icon{height:37px;width:23px}
.model-card>div:nth-child(2){min-width:0}
.model-card small{font-size:9px;color:#606975}
.model-card strong{display:block;font-size:13px;font-weight:600;line-height:1.35}
.model-card span{font-size:10px;color:#606975}
.model-card>.icon{width:15px;height:15px;margin-left:auto;color:var(--red)}
.help-line{display:flex;align-items:center;justify-content:space-between;margin-top:21px;font-size:12px;color:#606975}
.help-line a{display:inline-flex;align-items:center;gap:8px;color:#323944}
.help-line .icon{width:17px;color:var(--red)}
.problem-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.problem-card{display:flex;flex-direction:column;align-items:flex-start;background:linear-gradient(140deg,#ffffff,#f7f8fa);border:1px solid #dfe3e8;border-radius:14px;padding:25px 17px 18px;min-height:172px;transition:border .2s}
.problem-card:hover{border-color:var(--red)}
.problem-card>.icon{width:40px;height:40px;color:#46515e;margin-bottom:23px;filter:drop-shadow(0 3px 9px #20232b12)}
.problem-card strong{font-size:13px;line-height:1.35;min-height:35px}
.problem-card span{font-size:10px;color:var(--red);display:flex;align-items:center;gap:5px;margin-top:12px}
.problem-card span .icon{width:13px;height:13px}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.service-card{border:1px solid var(--border);border-radius:12px;padding:20px;background:#f7f8fa;display:grid;grid-template-columns:35px 1fr;column-gap:12px}
.service-card>.icon{color:var(--red);grid-row:span 2;width:23px}
.service-card h3{font-size:14px;margin-bottom:9px}
.service-card span{font-size:11px;color:var(--muted);display:flex;align-items:center;justify-content:space-between}
.service-card span .icon{width:15px;color:var(--red)}
.advantages{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:30px 0}
.advantage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
.advantage-grid article{display:flex;align-items:flex-start;gap:13px}
.advantage-grid article>.icon{width:38px;height:38px;padding:7px;border:1px solid #edc5cd;border-radius:9px;color:var(--red)}
.advantage-grid h3{font-size:13px;margin-bottom:6px}
.advantage-grid p{font-size:11px;line-height:1.6;color:#606975;margin:0}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}
.process-grid article{position:relative}
.step-number{font-size:11px;color:#606975;display:block;margin-bottom:14px}
.process-grid .icon{width:43px;height:43px;background:#f0f2f5;border:1px solid #dfe3e8;border-radius:50%;padding:9px;margin-bottom:10px}
.process-grid h3{font-size:14px}
.process-grid p{font-size:12px;color:#606975;max-width:230px}
.faq-section{display:grid;grid-template-columns:1fr 1.6fr;gap:50px}
.faq-list details{border:1px solid #dfe3e8;background:#f7f8fa;border-radius:10px;margin-bottom:9px;padding:16px 19px}
.faq-list summary{list-style:none;display:flex;justify-content:space-between;gap:20px;cursor:pointer;font-size:13px;font-weight:600}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary .icon{width:17px;height:17px;color:#606975;transition:transform .2s}
.faq-list details[open] summary .icon{transform:rotate(45deg)}
.faq-list p{font-size:12px;line-height:1.65;margin:14px 0 2px;color:#535d6a}
.booking-panel{border:1px solid #dfe3e8;border-radius:20px;background:radial-gradient(ellipse at 0 100%,#fce9ed,transparent 60%),#f7f8fa;padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:65px;margin:64px 0}
.booking-panel h2{font-size:38px;letter-spacing:-1.6px}
.booking-panel>div>p{font-size:13px;max-width:325px;color:#606975}
.booking-form label:not(.consent){display:block;font-size:12px;margin:0 0 7px}
.booking-form label>span{color:#606975}
.booking-form input:not([type=checkbox]),.booking-form textarea,.admin-form input,.admin-form textarea,.admin-form select{width:100%;background:#ffffff;border:1px solid #d4d9e1;border-radius:8px;color:var(--text);padding:12px 14px;font-size:13px;margin-bottom:14px}
.booking-form input::placeholder,.booking-form textarea::placeholder{color:#606975}
.booking-form textarea{resize:vertical;min-height:74px}
.booking-form .button{width:100%}
.consent{display:flex;align-items:flex-start;gap:8px;font-size:10px;line-height:1.5;margin:1px 0 15px}
.consent input{accent-color:var(--red);margin-top:2px}
.consent a{color:#535d6a;text-decoration:underline}
.form-status{margin:10px 0 0;font-size:12px}
.contact-panel{border:1px solid #dfe3e8;border-radius:18px;background:#f7f8fa;display:grid;grid-template-columns:1.1fr 1fr;overflow:hidden;margin:40px 0 60px}
.contact-panel>div:first-child{padding:35px}
.contact-panel h2{font-size:30px}
.contact-panel p{font-size:13px;margin-bottom:15px}
.metro{display:flex;align-items:center;gap:7px;font-size:11px;margin-bottom:15px}
.metro b{color:var(--red);font-size:17px}
.map-art{position:relative;overflow:hidden;min-height:295px;background:repeating-linear-gradient(35deg,transparent 0 38px,#d9dfe6 39px 40px,transparent 41px 90px),repeating-linear-gradient(125deg,#f2f4f7 0 53px,#d9dfe6 54px 56px,#f2f4f7 57px 109px)}
.map-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#f7f8fa,transparent 60%);pointer-events:none}
.map-street{position:absolute;height:12px;width:150%;background:#ffffff;border:3px solid #d4dbe4;left:-20%;top:55%;transform:rotate(-30deg)}
.street-two{transform:rotate(60deg);top:45%}
.street-three{transform:rotate(-30deg);top:10%}
.map-label{color:var(--text);position:absolute;z-index:2;left:55%;top:35%;background:#f7f8fa;border:1px solid #d4d9e1;padding:12px 18px;border-radius:10px;box-shadow:0 8px 30px #20232b14}
.map-label strong{font-size:22px}
.map-label small{display:block;font-size:9px;color:#606975}
.map-pin{position:absolute;left:-35px;top:0;color:var(--red)}
.map-pin .icon{width:34px;height:40px;fill:#cf173618}
.map-metro{position:absolute;bottom:22%;left:26%;font-size:10px;z-index:2;background:#edf0f4;padding:5px 10px;border-radius:4px;color:#606975}
.map-note{position:absolute;bottom:12px;right:12px;font-size:8px;color:#535d6a;z-index:3}
.footer{border-top:1px solid #dfe3e8;background:#f5f6f8;padding:38px 0 20px}
.footer-main{display:grid;grid-template-columns:.6fr 1fr 1fr 1fr;gap:30px}
.footer-main p{font-size:12px;color:#606975}
.footer-main nav{display:grid;gap:9px;font-size:12px}
.footer-contact{display:grid;gap:6px;font-size:12px}
.footer-contact .text-link{margin-top:5px}
.footer-bottom{display:flex;justify-content:space-between;margin-top:35px;padding-top:18px;border-top:1px solid #dfe3e8;font-size:9px;color:#606975}
.mobile-cta{display:none}
.breadcrumbs{display:flex;gap:9px;align-items:center;flex-wrap:wrap;color:#606975;font-size:10px;margin:23px 0 0}
.breadcrumbs [aria-current]{color:#535d6a}
.page-title{font-size:clamp(32px,4vw,49px);line-height:1.15;letter-spacing:-1.8px;margin:28px 0}
.lead-text{font-size:19px;max-width:750px;color:#535d6a}
.model-hero{min-height:490px;padding-top:25px}
.model-hero h1{font-size:54px}
.h1-location{font-size:.7em}
.neutral-device{display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse,#f8e6eb,transparent 68%);width:100%;height:390px}
.neutral-device>.icon{width:150px;height:230px;color:#596574;stroke-width:.7;filter:drop-shadow(20px 10px 25px #cf173618)}
.neutral-device>span{font-size:16px;color:#535d6a;letter-spacing:1px;margin-top:12px}
.neutral-device>small{color:#606975}
.anchor-nav{position:sticky;top:82px;z-index:20;display:flex;overflow:auto;gap:24px;background:#fffffff5;border:1px solid #dfe3e8;border-radius:10px;padding:15px 20px;font-size:12px;white-space:nowrap}
.anchor-nav a:last-child{margin-left:auto;color:var(--red)}
.price-table{border:1px solid #dfe3e8;border-radius:13px;overflow:hidden;background:#ffffff}
.price-head,.price-row{display:grid;grid-template-columns:2.5fr 1.7fr 1.1fr 22px;gap:20px;align-items:center;padding:16px 22px}
.price-head{background:#e5e8ed;color:#535d6a;font-size:11px;padding-top:11px;padding-bottom:11px}
.price-row{border-top:1px solid #e5e8ed;min-height:67px}
.price-row:hover{background:#f2f4f7}
.price-name{display:flex;gap:15px;align-items:center;font-size:13px}
.price-name>.icon{width:21px;color:#596574}
.price-time{font-size:11px;color:#535d6a}
.price-time small{display:block;color:#606975;font-size:10px}
.price-value{font-size:14px;font-weight:650}
.price-value del{display:block;color:#606975;font-size:10px;font-weight:400}
.price-row>.icon{width:16px;color:var(--red)}
.repair-offer{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:28px;border:1px solid #edc5cd;background:linear-gradient(110deg,#fff1f4,#fafbfc);border-radius:15px;margin-bottom:20px}
.repair-offer>div{display:flex;gap:10px;align-items:center}
.repair-offer>div:first-child{display:grid;gap:2px}
.repair-offer>div:first-child strong{font-size:32px}
.repair-offer strong{display:block;font-size:14px}
.repair-offer span,.repair-offer small{color:#535d6a;font-size:11px}
.repair-offer .icon{color:var(--red)}
.repair-offer .primary .icon{color:inherit}
.surface{background:#f7f8fa;border:1px solid #dfe3e8;border-radius:14px;padding:24px}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0}
.info-grid h2{font-size:23px}
.info-grid p{font-size:14px}
.series-links{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 20px}
.pagination{display:flex;flex-wrap:wrap;gap:7px;margin-top:25px}
.pagination a{min-width:37px;padding:7px;background:#edf0f4;text-align:center;border-radius:7px;font-size:12px}
.pagination .active{background:var(--red);color:#fff}
.empty{padding:25px}
.notice{border-left:2px solid var(--red);padding:10px 15px;background:#fff1f4}
.prose{max-width:850px;margin:40px auto 80px}
.prose p{font-size:16px;line-height:1.8}
.prose a{color:var(--red)}
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.case-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;margin-bottom:16px}
.case-photo{max-height:650px;object-fit:contain}
.campaign{border-color:#edc5cd;margin:40px 0}
.selected-context{font-size:12px;display:flex;align-items:center;gap:9px;padding:10px;background:#edf0f4;border-radius:8px;margin-bottom:16px}
.selected-context a{color:var(--red);margin-left:auto}
.search-page-results{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.search-page-results a{display:grid;grid-template-columns:1fr 24px}
.search-page-results small{grid-column:span 2;color:var(--muted)}
.toast{position:fixed;right:20px;bottom:25px;z-index:80;background:#ffffff;border:1px solid #d4d9e1;border-radius:12px;padding:18px 24px;max-width:400px;box-shadow:0 10px 40px #20232b14;font-size:13px}
.sr-only,.honey{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.skip-link{color:#fff;position:fixed;top:-100px;left:20px;padding:12px;background:var(--red);z-index:100}
.skip-link:focus{top:10px}
[hidden]{display:none!important}
.admin-shell{display:grid;grid-template-columns:210px 1fr;gap:30px;padding-block:30px}
.admin-nav{display:flex;flex-direction:column;gap:10px}
.admin-nav a{padding:10px;border:1px solid var(--border);border-radius:8px}
.admin-form{max-width:850px}
.admin-form label{display:block;margin:14px 0 6px}
.admin-table{width:100%;border-collapse:collapse;font-size:12px}
.admin-table td,.admin-table th{padding:12px;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}
.admin-form textarea{min-height:120px}
.admin-form .checks{display:grid;grid-template-columns:1fr 1fr}
.admin-form .checks label{display:flex;gap:8px;font-size:12px}
.admin-form .checks input{width:auto;margin:0}
.admin-preview{width:100%;height:650px;border:1px solid var(--border);background:white}
.admin-preview.mobile{max-width:390px}
.admin-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.admin-status{color:#235739;padding:15px;border:1px solid #a3d3b5;background:#edf8f0;border-radius:8px}

@media(min-width:1440px){.hero{min-height:620px}
.hero-visual>img{width:125%}
}

@media(max-width:1150px){.container{width:calc(100% - 48px)}
.brand-caption{display:none}
.header-inner{gap:16px}
.desktop-nav{gap:17px}
.header-phone{font-size:11px}
.hero h1{font-size:58px}
.hero-subtitle{font-size:21px}
.problem-card{padding:20px 12px}
.problem-card strong{font-size:12px}
.model-grid{grid-template-columns:repeat(3,1fr)}
.model-card:nth-child(7),.model-card:nth-child(8){display:flex}
.header .telegram-button{display:none}
}

@media(max-width:850px){.desktop-nav,.header-phone,.header-booking{display:none}
.header-inner{height:68px}
.header .telegram-button{display:inline-flex;margin-left:auto;width:42px}
.mobile-toggle{display:inline-flex}
.mobile-menu:not([hidden]){display:block;padding:15px 24px;border-top:1px solid var(--border);max-height:calc(100dvh - 68px);overflow:auto}
.mobile-menu>a{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--border)}
.mobile-menu .text-link{padding:18px 0}
.hero{min-height:480px}
.hero h1{font-size:49px;letter-spacing:-2.3px}
.hero-subtitle{font-size:19px}
.hero-actions{gap:8px}
.hero-actions .button{padding:12px 15px;font-size:11px}
.hero-trust{gap:12px;font-size:10px}
.hero-visual>img{width:130%}
.floating-note{right:0;bottom:20px;font-size:10px;padding:10px}
.problem-grid{grid-template-columns:repeat(3,1fr)}
.problem-card{padding:22px 18px;min-height:150px}
.problem-card strong{font-size:14px;min-height:20px}
.advantage-grid{grid-template-columns:repeat(2,1fr);gap:25px}
.booking-panel{gap:30px;padding:28px}
.booking-panel h2{font-size:32px}
.anchor-nav{top:68px}
.model-hero h1{font-size:43px}
.price-head,.price-row{grid-template-columns:2fr 1.2fr 1fr 16px;gap:12px;padding:14px}
.repair-offer{flex-wrap:wrap}
.footer-main{grid-template-columns:1fr 1fr}
.footer-main>p{display:none}
.footer-contact{grid-column:2;grid-row:1 / span 2}
.faq-section{gap:25px}
.process-grid{gap:20px}
.contact-panel{grid-template-columns:1fr 1fr}
.contact-panel>div:first-child{padding:25px}
.map-label{left:40%}
.service-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:600px){body{font-size:14px}
.container{width:calc(100% - 36px)}
.topbar .container{height:29px;font-size:9px}
.topbar .container>span:last-child{display:none}
.header-inner{height:61px}
.brand{font-size:33px}
.hero{display:flex;flex-direction:column;align-items:stretch;padding:29px 0 0;min-height:0}
.hero .eyebrow{font-size:8px;letter-spacing:1.6px;margin-bottom:18px}
.hero h1{font-size:clamp(42px,11.4vw,65px);letter-spacing:-2.6px;margin-bottom:18px;line-height:1.06}
.hero-subtitle{font-size:18px;line-height:1.4;margin-bottom:13px}
.hero-description{font-size:12px;line-height:1.7;margin-bottom:21px}
.hero-actions{gap:9px}
.hero-actions .button{flex:1;min-height:47px;font-size:11px;padding:12px 10px;gap:9px}
.hero-trust{font-size:9px;gap:18px;margin-top:18px}
.hero-trust .icon{width:15px}
.hero-visual{height:260px;margin-top:-4px;overflow:hidden;min-height:0}
.hero-visual>img{width:112%;left:0;max-width:none}
.visual-label{font-size:6px;right:6px;top:16px}
.floating-note{bottom:16px;right:2px;font-size:9px;padding:10px 13px}
.floating-note .icon{width:19px}
.section{margin:30px 0 43px}
.section-heading{gap:15px;align-items:flex-end;margin-bottom:18px}
.section-heading h2,h2{font-size:24px;letter-spacing:-.8px}
.section-heading .eyebrow{font-size:8px;letter-spacing:1.5px}
.section-heading>.text-link{font-size:10px;white-space:nowrap;gap:4px}
.section-heading>.text-link .icon{width:14px}
.section-heading p{font-size:11px}
.device-section{margin-top:15px}
.search-box{min-height:54px;padding:0 13px;gap:9px;margin-bottom:15px}
.search-box input{font-size:12px;padding:17px 0}
.search-box>.icon{width:18px}
.search-box button{width:30px;height:30px}
.brand-tabs{gap:7px;margin-bottom:10px;margin-right:-18px}
.brand-tabs a{font-size:11px;padding:7px 13px}
.model-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.model-card{padding:12px 10px;gap:9px;border-radius:10px;min-height:82px}
.mini-device{width:26px;min-width:26px;height:41px;border-radius:5px}
.mini-device .icon{width:19px;height:30px}
.model-card strong{font-size:11px}
.model-card small{font-size:8px}
.model-card span{font-size:8px}
.model-card>.icon{display:none}
.help-line{font-size:10px;align-items:flex-start;gap:12px;margin-top:15px}
.help-line span{max-width:50%}
.help-line a{font-size:10px;gap:3px;max-width:50%}
.help-line .icon{width:13px}
.problem-grid{gap:9px}
.problem-card{padding:17px 11px 13px;min-height:153px;border-radius:11px}
.problem-card>.icon{width:33px;height:33px;margin-bottom:20px}
.problem-card strong{font-size:11px;min-height:28px}
.problem-card span{font-size:8px;gap:2px;margin-top:10px;line-height:1.3}
.problem-card span .icon{width:11px}
.service-grid{gap:9px}
.service-card{display:block;padding:16px 12px}
.service-card>.icon{margin-bottom:10px;width:21px}
.service-card h3{font-size:12px;min-height:33px}
.service-card span{font-size:9px}
.advantages{padding:25px 0}
.advantage-grid{gap:20px 15px}
.advantage-grid article{gap:9px}
.advantage-grid article>.icon{width:30px;height:30px;padding:5px;border-radius:7px}
.advantage-grid h3{font-size:11px}
.advantage-grid p{font-size:10px}
.process-grid{grid-template-columns:repeat(2,1fr);gap:18px}
.process-grid .icon{width:38px;height:38px;padding:8px;margin-bottom:7px}
.step-number{margin-bottom:9px;font-size:9px}
.process-grid h3{font-size:12px;margin-bottom:7px}
.process-grid p{font-size:10px}
.faq-section{grid-template-columns:1fr;gap:20px}
.faq-section>div:first-child>p{display:none}
.faq-section h2{margin-bottom:12px}
.faq-list details{padding:14px;border-radius:9px}
.faq-list summary{font-size:12px;gap:10px}
.faq-list p{font-size:11px}
.booking-panel{grid-template-columns:1fr;gap:25px;padding:23px 19px;margin:42px 0;border-radius:15px}
.booking-panel h2{font-size:33px}
.booking-panel .eyebrow{font-size:8px}
.booking-panel>div>p{font-size:12px;max-width:100%}
.booking-form input:not([type=checkbox]),.booking-form textarea{font-size:16px}
.booking-form label:not(.consent){font-size:11px}
.consent{font-size:10px}
.contact-panel{grid-template-columns:1fr;margin:35px 0;border-radius:15px}
.contact-panel>div:first-child{padding:24px 20px}
.contact-panel h2{font-size:27px}
.map-art{min-height:210px}
.map-art:after{background:linear-gradient(180deg,#f7f8fa,transparent 60%)}
.map-label{left:53%;top:25%}
.map-metro{left:20%;bottom:25%}
.footer{padding-top:27px;padding-bottom:95px}
.footer-main{gap:25px;grid-template-columns:1fr 1.1fr}
.footer-main nav{font-size:11px;gap:12px}
.footer-contact{font-size:11px;gap:9px}
.footer-bottom{flex-wrap:wrap;gap:15px;font-size:8px;margin-top:25px}
.footer-bottom>span:last-child{display:none}
.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:50;background:#fffffff5;backdrop-filter:blur(15px);border-top:1px solid #dfe3e8;padding:9px 12px calc(9px + env(safe-area-inset-bottom));gap:8px}
.mobile-cta .icon-button{width:43px;height:43px}
.mobile-cta .button{flex:1;min-height:43px;font-size:11px;padding:10px}
.toast{bottom:87px;left:18px;right:18px;font-size:12px}
.breadcrumbs{font-size:9px;gap:6px;margin-top:16px}
.model-hero{padding-top:22px}
.model-hero h1{font-size:39px;letter-spacing:-1.7px}
.model-hero .hero-visual{height:220px}
.neutral-device{height:220px}
.neutral-device>.icon{width:90px;height:145px}
.neutral-device>span{font-size:12px;margin-top:5px}
.neutral-device>small{font-size:9px}
.anchor-nav{top:61px;gap:21px;padding:13px;font-size:11px;margin-top:12px;border-radius:8px}
.anchor-nav a:last-child{margin-left:0}
.price-head{display:none}
.price-row{grid-template-columns:1fr auto;gap:6px 12px;padding:15px 13px}
.price-name{font-size:12px;gap:9px;grid-column:1}
.price-name .icon{width:17px}
.price-time{font-size:10px;grid-column:1;padding-left:26px}
.price-value{grid-column:2;grid-row:1 / span 2;font-size:13px;text-align:right;max-width:100px}
.price-row>.icon{display:none}
.price-time small{font-size:9px}
.section-heading>.muted{display:none}
.repair-offer{padding:20px;gap:20px}
.repair-offer>div:first-child{width:100%}
.repair-offer .button{width:100%}
.page-title{font-size:33px;letter-spacing:-1.2px;margin-top:25px}
.lead-text{font-size:16px}
.info-grid{grid-template-columns:1fr;gap:12px}
.info-grid h2{font-size:22px}
.info-grid p{font-size:13px}
.surface{padding:20px}
.prose p{font-size:14px}
.search-page-results,.case-grid{grid-template-columns:1fr}
.admin-shell{display:block}
.admin-nav{flex-direction:row;overflow:auto;margin-bottom:25px;font-size:10px}
.admin-nav a{white-space:nowrap}
.admin-form .checks{grid-template-columns:1fr}
.admin-table{display:block;overflow:auto}
.admin-preview{height:600px}
.series-links{gap:7px}
.chip{font-size:10px;padding:6px 12px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{transition:none!important;animation:none!important}
}

.hero-title{font-size:clamp(45px,5.2vw,72px);letter-spacing:-3.5px;line-height:1.04;font-weight:750;margin:0 0 24px}
.hero-title em{font-style:normal;color:var(--red)}
.hero h1.seo-heading{font-size:23px;color:#323944;line-height:1.35;letter-spacing:-.5px;font-weight:400;margin-bottom:17px}
@media(max-width:850px){.hero-title{font-size:49px;letter-spacing:-2.3px}
.hero h1.seo-heading{font-size:19px}
}
@media(max-width:600px){.hero-title{font-size:clamp(42px,11.4vw,65px);letter-spacing:-2.6px;margin-bottom:18px;line-height:1.06}
.hero h1.seo-heading{font-size:18px;line-height:1.4;margin-bottom:13px}
}

.hero{overflow:hidden}
.hero-visual{overflow:hidden}
.hero-visual>img{flex-shrink:0}

.primary,.search-box button,.pagination .active{background:#cf1736}
.primary:hover{background:#b8132e}
.footer-main nav a,.footer-contact a{min-height:28px;display:flex;align-items:center}
.footer-bottom a{padding-block:5px}

@media(max-width:600px){.model-card strong{font-size:12px}
.model-card span{font-size:10px}
.model-card small{font-size:9px}
.problem-card strong{font-size:12px}
.problem-card span{font-size:10px}
.service-card h3{font-size:13px}
.service-card span{font-size:11px}
.advantage-grid p,.process-grid p{font-size:11px}
.hero-actions .button,.mobile-cta .button{font-size:12px}
.footer-main nav,.footer-contact{font-size:12px}
.footer-main nav a,.footer-contact a{min-height:30px}
}

.faq-editor fieldset{border:1px solid var(--border);border-radius:12px;padding:18px;margin:15px 0}
.faq-editor legend{font-size:12px;color:var(--muted)}
.booking-form input:not([type=checkbox]),.booking-form textarea,.admin-form input,.admin-form textarea,.admin-form select,.search-box{border-color:#838e9d}
.search-box:focus-within{border-color:var(--red);box-shadow:0 0 0 2px #cf17361a}
.admin-nav a[aria-current=page]{color:var(--red);background:#fceef1;border-color:#e4b4be}

.problem-card{min-width:0}
.problem-card strong{overflow-wrap:anywhere}
.problem-card span{flex-wrap:wrap}
.problem-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
@media(max-width:850px){.problem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:350px){.problem-card{padding-inline:9px}
.problem-card span .icon{display:none}
}

/* Device selection, booking sheets and the owner's brand imagery. */
.brand{align-items:center;gap:9px;font-size:30px;letter-spacing:-1.6px;flex-shrink:0}.brand img{width:36px;height:36px;border-radius:9px}.brand span{color:var(--text)}
.header .telegram-button{display:none}.header-inner{gap:16px}.desktop-nav{gap:17px}.header-status{display:inline-flex;align-items:center;gap:6px;font-size:11px;white-space:nowrap;padding:10px 0}.header-status .icon{width:18px;height:18px}
.home-hero{display:flex;min-height:480px;margin:24px 0 40px;padding:48px;border-radius:20px;isolation:isolate;background:#111;color:#fff;overflow:hidden}
.team-background{position:absolute;inset:0;z-index:-2}.team-background img{width:100%;height:100%;object-fit:cover;object-position:center}
.home-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0006,transparent 65%);pointer-events:none}
.home-hero .hero-copy{max-width:53%}.home-hero .hero-title{font-size:clamp(42px,4.3vw,63px);color:#fff}.home-hero .hero-title em{color:#ff4866}.home-hero .hero-description,.home-hero .hero-trust,.home-hero .eyebrow,.home-hero h1.seo-heading{color:#f0f0f3}.home-hero .secondary{background:#ffffffed;color:var(--text);border-color:#fff}
.hero-trust a{display:flex;align-items:center;gap:7px}.home-hero .hero-trust .icon{color:#ff4866}
.model-hero h1{font-size:clamp(36px,4vw,54px);line-height:1.12;letter-spacing:-1.7px}.h1-location{font-size:1em}.model-hero .hero-visual{height:auto;flex-direction:column;overflow:visible;gap:10px}.model-hero .hero-visual>img{width:85%;max-height:300px;left:auto}.model-hero .neutral-device{height:300px}.floating-note{position:static;transform:none;box-shadow:none;margin:0 0 20px;font-size:12px;flex-shrink:0}
.timing-note{display:flex;align-items:flex-start;gap:9px;color:#535d6a;font-size:13px;max-width:850px;margin:0 0 20px}.timing-note .icon{width:18px;height:18px;margin-top:2px;color:var(--red)}
.anchor-nav a:last-child{display:inline-flex;align-items:center;gap:7px}.anchor-nav .icon{width:14px;height:14px}
.brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 25px}.brand-choice{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:20px;font-size:16px;min-height:72px}.brand-choice .icon{width:18px;color:var(--red)}.brand-choice:hover,.brand-choice.active{background:#fceef1;border-color:#e4b4be;color:var(--red)}.selector-caption{font-size:14px;margin:10px 0}.change-model-line{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0}.change-model-line h2{font-size:25px;margin-bottom:0}.change-model-line .button{flex-shrink:0}
.variant-label{display:block;font-weight:400;color:var(--muted);font-size:12px;margin-top:4px}.price-arrow{color:var(--red)}.price-arrow .icon{width:18px}.request-price{margin-top:5px;font-size:12px;gap:3px;line-height:1.4}.request-price .icon{width:14px;height:14px}.repair-offer{align-items:center}.repair-offer>div:nth-child(2){margin-left:auto}.repair-offer .button{flex-shrink:0}
.booking-form select{width:100%;background:#fff;border:1px solid #838e9d;border-radius:8px;padding:12px 14px;font-size:16px;color:var(--text);margin-bottom:14px}.booking-form label.option-check{display:flex;align-items:flex-start;gap:9px;font-size:13px;margin:8px 0 20px}.option-check input{accent-color:var(--red);width:17px;height:17px;flex-shrink:0;margin:2px 0 0}.booking-form .option-check span{color:var(--text)}
.dialog-open{overflow:hidden}.sheet{border:1px solid var(--border);border-radius:20px;width:min(520px,calc(100% - 32px));max-height:calc(100dvh - 40px);padding:28px;color:var(--text);background:#fff;box-shadow:0 24px 90px #20232b33;overflow:auto;overscroll-behavior:contain}.sheet::backdrop{background:#161c2b66;backdrop-filter:blur(3px)}.sheet-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:15px}.sheet-heading .eyebrow{margin-bottom:8px}.sheet-heading h2{font-size:27px;line-height:1.15;margin:0}.sheet-heading .icon-button{flex-shrink:0;font-size:27px}.quick-context{font-size:15px;margin-bottom:7px}.quick-price{font-size:19px;font-weight:650;color:var(--text);margin-bottom:20px}.quick-context:empty,.quick-price:empty{display:none}.sheet-note{font-size:12px;margin:16px 0 0}.sheet-note a{color:var(--red)}.quick-extras{margin:0 0 18px;font-size:12px}.quick-extras summary{cursor:pointer}.quick-extras .option-check{margin-top:12px}.model-picker{width:min(760px,calc(100% - 32px))}.model-picker .brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.model-picker .model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.model-picker .model-card{min-height:66px}.model-picker .search-box input{font-size:16px}.model-picker .search-results{max-height:260px}.model-picker [data-picker-brand-title]{font-size:21px;margin:18px 0}.model-picker [data-picker-more]{margin-top:20px;width:100%}.status-page{max-width:720px;margin-inline:auto}.status-form{max-width:520px;margin:30px 0}.status-form .button{width:100%}.repair-status-result{padding:24px 0 0;border-top:1px solid var(--border);margin-top:24px}.repair-status-result h2{font-size:26px}.courier-prices{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:800px}.courier-prices h2{font-size:21px;margin:15px 0 10px}.courier-prices strong{font-size:28px}.courier-prices .icon{color:var(--red)}.courier-total{font-size:17px;color:var(--text)}
@media(max-width:1300px){.brand-caption{display:none}.home-hero{padding:35px}.home-hero .hero-copy{max-width:54%}.header-phone{font-size:11px}.desktop-nav{font-size:11px}}
@media(max-width:850px){.header-status{margin-left:auto;font-size:12px}.header-inner{gap:15px}.home-hero{min-height:440px;padding:28px}.home-hero .hero-copy{max-width:60%}.home-hero .hero-title{font-size:43px;letter-spacing:-2px}.home-hero .hero-trust{flex-wrap:wrap;gap:10px}.brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.model-hero h1{font-size:43px}.change-model-line{flex-wrap:wrap}}
@media(max-width:600px){
 input:not([type=checkbox]):not([type=radio]),textarea,select,.search-box input,.admin-form input,.admin-form textarea,.admin-form select{font-size:16px!important}
 .header-inner{gap:12px}.brand{font-size:27px;gap:7px}.brand img{width:32px;height:32px}.header-status{font-size:11px;gap:4px}.header-status .icon{width:16px}.mobile-toggle{width:38px;height:38px}
 .home-hero{margin:15px 0 30px;min-height:650px;padding:26px 22px;display:block;border-radius:15px}.home-hero .hero-copy{max-width:100%}.home-hero .hero-title{font-size:clamp(33px,10vw,45px);letter-spacing:-1.8px;line-height:1.05;margin-bottom:16px}.home-hero .eyebrow{font-size:8px;letter-spacing:1.25px}.home-hero h1.seo-heading{font-size:19px;margin-bottom:18px}.home-hero .hero-description{display:none}.home-hero .hero-actions{gap:8px}.home-hero .hero-actions .button{font-size:11px;padding:10px 8px}.home-hero .hero-trust{font-size:10px;margin-top:15px;gap:12px}.home-hero:after{background:linear-gradient(180deg,#0004,transparent 50%)}.team-background img{object-position:center bottom}
 .model-hero h1{font-size:36px;line-height:1.14;letter-spacing:-1.3px}.model-hero .hero-visual{height:auto;margin:10px 0 0}.model-hero .neutral-device{height:170px}.model-hero .neutral-device>.icon{height:130px}.floating-note{font-size:11px;padding:12px 15px;margin-bottom:0}.model-hero .hero-visual>img{max-height:200px;width:75%}
 .brand-grid,.model-picker .brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.brand-choice{font-size:15px;min-height:65px;padding:15px}.brand-choice .icon{width:15px}.change-model-line{gap:15px}.change-model-line h2{font-size:22px}.change-model-line .button{width:100%}.timing-note{font-size:12px}.price-value{max-width:120px}.price-arrow{display:none}.request-price{font-size:11px;justify-content:flex-end}.price-name strong{overflow-wrap:anywhere}.variant-label{font-size:11px}.repair-offer>div:nth-child(2){margin-left:0}.repair-offer .button{width:100%}
 .sheet{margin:auto 0 0;width:100%;max-width:none;max-height:calc(100dvh - 12px);border-radius:19px 19px 0 0;padding:22px 20px calc(22px + env(safe-area-inset-bottom))}.sheet-heading h2{font-size:25px}.sheet .model-card strong{font-size:13px}.sheet .model-card small{font-size:11px}.sheet .search-box{margin-top:20px}.courier-prices{gap:10px}.courier-prices .surface{padding:17px}.courier-prices h2{font-size:17px}.courier-prices strong{font-size:24px}.courier-prices .icon{width:25px}.status-page .lead-text{font-size:16px}
}
@media(max-width:350px){.home-hero{padding:24px 16px;min-height:640px}.home-hero .hero-title{font-size:32px}.header-status .icon{display:none}.header-status{font-size:10px}.home-hero .hero-trust{gap:8px;font-size:9px}}

@media(max-width:600px){.home-hero .hero-copy{position:static}.home-hero .hero-trust{position:absolute;bottom:24px;left:22px;right:22px;margin:0}.home-hero .hero-trust .icon{color:#ff6982}}
/* Keep focus from triggering automatic text-field zoom on phones and tablets. */
input:not([type=checkbox]):not([type=radio]),textarea,select,.search-box input,.booking-form input:not([type=checkbox]),.booking-form textarea,.admin-form input,.admin-form textarea,.admin-form select{font-size:16px!important}
