:root{
  --navy:#0b192b;
  --navy-2:#102642;
  --blue:#155eef;
  --blue-2:#0f4ed1;
  --signal:#dfff45;
  --ink:#0e1b2e;
  --muted:#66758a;
  --line:#dbe3ea;
  --soft:#f2f5f8;
  --white:#fff;
  --radius:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;overflow-x:hidden;background:var(--soft);color:var(--ink);font-family:Arial,"Segoe UI",sans-serif;font-size:16px;line-height:1.5}
button,input,select{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
[hidden]{display:none!important}
.container{width:min(1500px,calc(100% - 56px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.honeypot{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}

/* Header */
.site-header{position:sticky;z-index:80;top:0;height:82px;border-bottom:1px solid #e2e7ec;background:rgba(255,255,255,.97);backdrop-filter:blur(18px)}
.header-row{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:11px;flex:0 0 auto}
.brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:var(--blue);color:#fff;box-shadow:0 7px 18px rgba(21,94,239,.18)}
.brand-mark svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-size:14px;letter-spacing:.035em}
.brand-copy small{margin-top:5px;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.12em}
.site-header nav{display:flex;gap:29px;font-size:14px;font-weight:800}
.site-header nav a{position:relative}
.site-header nav a:after{content:"";position:absolute;right:0;bottom:-7px;left:0;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:.18s}
.site-header nav a:hover{color:var(--blue)}
.site-header nav a:hover:after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:8px}
.phone-top{display:flex;flex-direction:column;border:1px solid #c9d8f8;border-radius:12px;background:#eff5ff;padding:7px 13px;line-height:1.12}
.phone-top span{color:#6d7d92;font-size:10px;font-weight:700}
.phone-top strong{margin-top:3px;color:#081627;font-size:17px}
.messenger{min-height:49px;display:grid;place-items:center;border-radius:11px;padding:0 15px;color:#fff;font-size:13px;font-weight:900;transition:.18s}
.messenger:hover{transform:translateY(-1px);filter:brightness(.96)}
.telegram{background:#178bd1}
.max{background:#6f55e9}

/* Hero */
.hero{position:relative;min-height:calc(100svh - 82px);display:flex;overflow:hidden;background:linear-gradient(118deg,#091726 0%,#0d2138 52%,#102846 100%);color:#fff}
.hero:before{content:"";position:absolute;width:670px;height:670px;left:-250px;bottom:-420px;border-radius:50%;background:rgba(21,94,239,.22);filter:blur(4px)}
.hero:after{content:"";position:absolute;width:440px;height:440px;right:22%;top:-320px;border-radius:50%;background:rgba(223,255,69,.07)}
.hero-grid-pattern{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.35) 58%,transparent 92%)}
.hero-grid{position:relative;z-index:2;min-height:calc(100svh - 82px);display:grid;grid-template-columns:minmax(0,.96fr) minmax(560px,1.04fr);align-items:center;gap:46px;padding-block:42px}
.hero-copy{max-width:690px;padding:18px 0}
.hero-kicker{display:flex;align-items:center;flex-wrap:wrap;gap:12px}
.status{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);padding:8px 12px;color:#e8eef6;font-size:11px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}
.status i{width:8px;height:8px;border-radius:50%;background:#2bd17e;box-shadow:0 0 0 5px rgba(43,209,126,.12)}
.hero-kicker-note{color:#9fb0c4;font-size:12px;font-weight:800}
.hero h1{max-width:760px;margin:24px 0 18px;font-size:clamp(54px,5vw,78px);font-weight:900;letter-spacing:-.064em;line-height:.93}
.hero h1 em{display:block;color:#78a8ff;font-style:normal}
.hero-lead{max-width:670px;margin:0;color:#c2cfde;font-size:18px;line-height:1.62}
.hero-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:27px}
.hero-benefits>div{position:relative;min-height:120px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.055);padding:18px 15px 15px;backdrop-filter:blur(6px);transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;box-shadow:0 10px 24px rgba(2,14,28,.08)}
.hero-benefits>div:hover{transform:translateY(-4px);border-color:rgba(121,168,255,.34);background:rgba(255,255,255,.075);box-shadow:0 18px 34px rgba(5,20,39,.18)}
.hero-benefits>div>span{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:8px;background:rgba(223,255,69,.12);color:var(--signal);font-size:10px;font-weight:900}
.hero-benefits strong{display:block;margin-top:12px;font-size:13px;line-height:1.25}
.hero-benefits small{display:block;margin-top:5px;color:#92a4b8;font-size:10px;line-height:1.35}
.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:25px}
.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:10px;padding:0 22px;font-weight:900;transition:.18s}
.button:disabled{opacity:.55;cursor:not-allowed}
.signal{background:var(--signal);color:#0d1b2e}
.signal:hover{background:#cff02f;transform:translateY(-1px)}
.hero-secondary.secondary{min-height:50px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff}
.hero-secondary:hover{border-color:#79a8ff;background:rgba(21,94,239,.15)}
.secondary{border:1px solid #bdc8d2;background:#fff}
.hero-brands{display:flex;align-items:center;gap:12px;margin-top:22px;color:#7f92a8;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.hero-brands div{color:#aebdce;font-weight:800;letter-spacing:.02em;text-transform:none;font-size:11px}
.hero-brands i{margin:0 4px;color:#56708e;font-style:normal}

.hero-visual{position:relative;height:clamp(520px,65vh,680px);min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:26px;background:linear-gradient(145deg,#edf4ff 0%,#dce9ff 55%,#cbdcff 100%);box-shadow:0 32px 80px rgba(0,0,0,.28)}
.hero-visual:before{content:"";position:absolute;width:390px;height:390px;right:-80px;top:-110px;border:70px solid rgba(21,94,239,.10);border-radius:50%}
.hero-visual:after{content:"";position:absolute;right:5%;bottom:22%;left:5%;height:1px;background:rgba(21,94,239,.15);box-shadow:0 18px 0 rgba(21,94,239,.08),0 36px 0 rgba(21,94,239,.05)}
.hero-visual-head{position:absolute;z-index:4;top:23px;right:28px;left:28px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#345576}
.hero-visual-head span{font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.hero-visual-head strong{font-size:12px}
.hero-machine{position:absolute;z-index:2;inset:42px 0 78px;overflow:hidden}
.hero-machine img{position:absolute;top:-110px;left:-4%;width:108%;max-width:none;height:auto;mix-blend-mode:multiply;filter:contrast(1.03) saturate(1.05)}
.hero-model{position:absolute;z-index:5;right:24px;bottom:21px;left:24px;display:grid;grid-template-columns:1.15fr .75fr 1fr;overflow:hidden;border:1px solid rgba(21,94,239,.16);border-radius:13px;background:rgba(255,255,255,.91);box-shadow:0 13px 35px rgba(24,56,98,.13);backdrop-filter:blur(11px)}
.hero-model div{display:flex;flex-direction:column;padding:11px 14px}
.hero-model div+div{border-left:1px solid #dbe3ef}
.hero-model span{color:#74869a;font-size:9px;font-weight:800;text-transform:uppercase}
.hero-model strong{margin-top:3px;color:#143354;font-size:14px}
.float-card{position:absolute;z-index:6;display:flex;align-items:center;gap:9px;border:1px solid rgba(13,27,46,.1);border-radius:12px;background:rgba(255,255,255,.94);padding:11px 14px;box-shadow:0 16px 38px rgba(35,59,92,.15);color:#14243a}
.float-card b{display:block;font-size:13px}
.float-card span{display:block;color:#6a7a8f;font-size:10px}
.hero-stock{top:88px;left:20px}
.hero-stock i{width:10px;height:10px;border-radius:50%;background:#23b26d;box-shadow:0 0 0 5px rgba(35,178,109,.1)}
.hero-range{right:20px;bottom:103px;display:block}

/* Quick form */
.quick-strip{background:#071321;padding:19px 0}
.quick-form{display:grid;grid-template-columns:minmax(250px,1.25fr) minmax(155px,.72fr) minmax(190px,.9fr) minmax(118px,.52fr) minmax(190px,.85fr);align-items:center;gap:12px}
.quick-title{display:flex;flex-direction:column}
.quick-title span{color:var(--signal);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.quick-title strong{max-width:330px;margin-top:4px;color:#fff;font-size:16px;line-height:1.3}
.lead-form input{width:100%;height:48px;border:1px solid #ced7df;border-radius:9px;background:#fff;padding:0 13px;color:var(--ink);outline:none}
.lead-form input:focus{border-color:#6f9aff;box-shadow:0 0 0 3px rgba(21,94,239,.11)}
.captcha{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:7px;color:#c4ceda;font-size:12px}
.captcha input{text-align:center}
.form-note,.form-message{grid-column:2/-1;margin:-3px 0 0;font-size:10px}
.form-note{color:#7d8da1}
.form-message{color:#fff;font-size:12px}
.form-message.error{color:#ffb4ac}
.form-message.success{color:var(--signal);font-weight:800}

/* Common headings */
.section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);align-items:end;gap:48px;margin-bottom:34px}
.eyebrow{display:inline-flex;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.eyebrow.light{color:var(--signal)}
.section-head h2,.quiz-side h2,.delivery h2{margin:12px 0 0;font-size:clamp(38px,4vw,56px);line-height:1.02;letter-spacing:-.055em}
.section-head>p{margin:0;color:var(--muted);line-height:1.65}
.catalog-pill{display:inline-flex;margin-top:15px;border-radius:999px;background:#dfe9ff;padding:7px 11px;color:#164ea7;font-size:12px;font-weight:900}

/* Catalog preview */
.catalog-preview{padding:88px 0 96px;background:#f3f6f9}
.preview-head{margin-bottom:29px}
.preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff;transition:.18s}
.product-card:hover{border-color:#aebed0;box-shadow:0 18px 45px rgba(26,49,81,.10);transform:translateY(-3px)}
.product-image{position:relative;height:235px;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid #e6ebef;background:linear-gradient(151deg,#fff 0 57%,#e9f1ff 57%);padding:24px 26px 14px}
.product-image:after{content:"";position:absolute;right:-55px;top:-60px;width:170px;height:170px;border:28px solid rgba(21,94,239,.05);border-radius:50%}
.product-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transform:translateY(-12%) scale(1.18);transform-origin:center center}
.product-badge{position:absolute;z-index:3;top:14px;left:14px;border-radius:999px;background:var(--signal);padding:6px 9px;font-size:10px;font-weight:900}
.product-code{position:absolute;z-index:3;top:18px;right:17px;color:#78879a;font-size:9px;font-weight:900;letter-spacing:.1em}
.product-body{padding:19px}
.product-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.product-title span{display:block;color:#7a8899;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.product-title h3{margin:4px 0 0;font-size:23px;line-height:1.1;letter-spacing:-.03em}
.product-title>strong{color:var(--blue);font-size:20px}
.product-title small{font-size:10px}
.specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:16px;overflow:hidden;border:1px solid #e1e7ec;border-radius:10px;background:#e1e7ec}
.specs div{display:flex;flex-direction:column;background:#f7f9fb;padding:9px}
.specs span{color:#7d8998;font-size:8px;font-weight:700;text-transform:uppercase}
.specs strong{margin-top:3px;font-size:12px;line-height:1.2}
.product-card p{min-height:43px;margin:15px 0;color:#59697c;font-size:12px;line-height:1.5}
.product-action{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;border-top:1px solid #e4e9ed;padding-top:15px}
.product-price{display:flex;flex-direction:column}
.product-price span{color:#7c8998;font-size:8px;text-transform:uppercase}
.product-price strong{margin-top:3px;font-size:16px;white-space:nowrap}
.product-action button{min-height:40px;border:0;border-radius:9px;background:var(--blue);padding:0 13px;color:#fff;font-size:11px;font-weight:900}
.product-action button:hover{background:var(--blue-2)}
.product-card--preview .product-image{height:220px}
.product-card--preview p{min-height:auto}
.preview-actions{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:28px;border-top:1px solid #dce4ea;padding-top:28px}
.primary-wide{min-height:54px;background:var(--blue);color:#fff;padding-inline:28px;box-shadow:0 12px 28px rgba(21,94,239,.18)}
.primary-wide:hover{background:var(--blue-2);transform:translateY(-1px)}
.preview-quiz-link{color:#315579;font-size:13px;font-weight:800;border-bottom:1px dashed #9fb0c0;padding-bottom:3px}
.preview-quiz-link:hover{color:var(--blue)}

/* Quiz */
.quiz-section{padding:96px 0;background:#dfe6ed}
.quiz-shell{display:grid;grid-template-columns:minmax(380px,.84fr) minmax(0,1.36fr);overflow:hidden;border:1px solid #d2dce6;border-radius:24px;background:#fff;box-shadow:0 28px 80px rgba(15,34,55,.13)}
.quiz-side{position:relative;min-height:680px;overflow:hidden;background:linear-gradient(155deg,#0a192b,#102a49);color:#fff;padding:47px 42px 220px}
.quiz-side:before{content:"";position:absolute;inset:auto -160px -210px auto;width:450px;height:450px;border-radius:50%;background:rgba(21,94,239,.25)}
.quiz-side-copy{position:relative;z-index:3}
.quiz-side h2{max-width:430px;font-size:44px}
.quiz-side p{max-width:440px;color:#aebdcc;line-height:1.6}
.quiz-side ul{display:flex;flex-direction:column;gap:10px;margin:25px 0 0;padding:0;list-style:none}
.quiz-side li{color:#dce5ee;font-size:13px}
.quiz-machine{position:absolute;z-index:2;right:-20px;bottom:62px;left:-8px;height:250px;overflow:hidden}
.quiz-machine:before{content:"";position:absolute;z-index:-1;right:28px;bottom:10px;left:28px;height:150px;border-radius:120px 120px 25px 25px;background:linear-gradient(135deg,#dbe7ff,#a7c4ff)}
.quiz-machine img{width:118%;height:118%;max-width:none;object-fit:cover;object-position:center 53%;mix-blend-mode:multiply;transform:translate(-7%,-5%) scale(1.05)}
.quiz-phone{position:absolute;z-index:4;right:42px;bottom:29px;left:42px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #34475e;padding-top:17px}
.quiz-phone span{color:#8395a9;font-size:10px}
.quiz-phone a{color:var(--signal);font-size:19px;font-weight:900;white-space:nowrap}
.quiz-main{min-height:680px;padding:40px 44px 34px;display:flex;flex-direction:column}
.quiz-progress>div{display:flex;justify-content:space-between;color:#607085;font-size:12px;font-weight:800}
.quiz-progress i{height:7px;display:block;margin-top:8px;overflow:hidden;border-radius:999px;background:#e5eaf0}
.quiz-progress b{width:25%;height:100%;display:block;background:var(--blue);transition:width .22s}
.quiz-step{display:none;flex:1;margin-top:27px}
.quiz-step.active{display:block}
.quiz-step-title>span{display:inline-block;margin-bottom:6px;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.quiz-step-title h3{margin:0;font-size:31px;line-height:1.12;letter-spacing:-.04em}
.quiz-step-title p{margin:8px 0 0;color:#6c7989;font-size:13px}
.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}
.choice-grid button{border:1px solid #d7e0e7;border-radius:13px;background:#f8fafc;color:#334258;font-weight:800;text-align:left;transition:.15s}
.choice-grid button:hover,.choice-grid button.active{border-color:#6f9aff;background:#eef4ff;color:#0f55d7;box-shadow:0 0 0 2px rgba(21,94,239,.06)}
.choice-grid-visual button{min-height:86px;display:grid;grid-template-columns:92px 1fr;align-items:center;overflow:hidden;padding:0 13px 0 0}
.choice-thumb{height:100%;min-height:84px;display:grid;place-items:center;overflow:hidden;border-right:1px solid #e1e7ed;background:linear-gradient(150deg,#fff,#e9f1ff)}
.choice-thumb img{width:118%;height:118%;object-fit:cover;object-position:center;mix-blend-mode:multiply}
.choice-thumb-more{color:var(--blue);font-size:31px;font-weight:900}
.choice-grid-visual button>span:last-child{padding:10px 0 10px 13px}
.choice-grid-visual strong{display:block;font-size:13px}
.choice-grid-visual small{display:block;margin-top:3px;color:#7a8898;font-size:10px;line-height:1.35;font-weight:600}
.choice-grid-visual button.active small{color:#5678ad}
.pressure-grid,.flow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.pressure-grid button,.flow-grid button{min-height:120px;display:flex;flex-direction:column;justify-content:flex-end;padding:15px}
.pressure-grid b,.flow-grid b{color:#163b68;font-size:27px;line-height:1}
.pressure-grid span,.flow-grid span{margin-top:5px;color:#5e7187;font-size:11px;text-transform:uppercase}
.pressure-grid small,.flow-grid small{display:block;margin-top:12px;color:#8190a1;font-size:10px;font-weight:650;line-height:1.35}
.pressure-grid button.active b,.flow-grid button.active b{color:var(--blue)}
.quiz-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px;padding-top:17px;border-top:1px solid #e5eaef}
.quiz-nav>button:first-child{border:0;background:none;color:#68778a;padding:8px 0;font-weight:700}
.quiz-nav>button:first-child:disabled{opacity:.28}
.quiz-nav .button{min-width:142px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}
.contact-grid label:not(.captcha){display:flex;flex-direction:column;gap:5px;color:#68778a;font-size:11px;font-weight:800}
.contact-grid .captcha{color:#68778a}
.selected-model{width:max-content;max-width:100%;margin-top:14px;border-radius:999px;background:#e5edff;padding:7px 11px;color:#174fa8;font-size:12px;font-weight:800}
.contact-method{display:flex;flex-wrap:wrap;gap:16px;margin:16px 0 0;border:0;padding:0}
.contact-method legend{width:100%;color:#68778a;font-size:11px;font-weight:900}
.contact-method label{font-size:13px}
.consent{display:flex;align-items:flex-start;gap:8px;margin-top:16px;color:#68778a;font-size:11px}
.consent input{width:auto;height:auto;margin-top:2px}
.quiz-submit{width:100%;margin-top:16px}
.quiz-form .form-message{margin-top:9px;color:#607085}
.quiz-form .form-message.success{color:#25834f}
.quiz-form .form-message.error{color:#c74a44}

/* Applications */
.applications{padding:96px 0;background:#fff}
.application-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.application-grid article{position:relative;min-height:290px;border:1px solid #dfe5ea;border-radius:17px;background:#f7f9fa;padding:27px;transition:.18s}
.application-grid article:hover{border-color:#b9c7d4;transform:translateY(-2px)}
.application-grid .number{position:absolute;top:24px;right:25px;color:#b3bfca;font-size:13px;font-weight:900}
.app-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:13px;background:#e4ecff;color:var(--blue);font-size:26px}
.application-grid h3{margin:35px 0 10px;font-size:24px}
.application-grid p{min-height:68px;margin:0;color:#697789;font-size:14px}
.application-grid button{margin-top:22px;border:0;background:none;color:var(--blue);padding:0;font-weight:900}

/* Full catalog */
.full-catalog{padding:96px 0 108px;background:#eef3f7;border-top:1px solid #dce4eb}
.catalog-toolbar{display:grid;grid-template-columns:auto 170px minmax(230px,1fr) auto;align-items:end;gap:14px;margin-bottom:22px;border:1px solid var(--line);border-radius:15px;background:#fff;padding:15px}
.kind-tabs{display:flex;gap:7px}
.kind-tabs button{min-height:44px;border:1px solid #d7e0e7;border-radius:9px;background:#fff;padding:0 15px;color:#4d5c70;font-weight:800}
.kind-tabs button.active{border-color:var(--blue);background:var(--blue);color:#fff}
.filter-control{display:flex;flex-direction:column;gap:5px}
.filter-control span{color:#667589;font-size:10px;font-weight:800;text-transform:uppercase}
.filter-control input,.filter-control select{height:44px;border:1px solid #d7e0e7;border-radius:9px;background:#f8fafb;padding:0 12px}
.catalog-total{align-self:center;color:#607085;font-size:13px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.empty-products{grid-column:1/-1;display:grid;place-items:center;min-height:260px;border:1px dashed #b6c1cd;border-radius:16px;background:#fff;color:#637185;text-align:center}
.catalog-cta-row{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:20px;border-radius:14px;background:#dfe9ff;padding:19px 21px}
.catalog-cta-row div{display:flex;flex-direction:column}
.catalog-cta-row span{color:#65758c;font-size:11px}
.catalog-cta-row strong{margin-top:3px}
.dark{background:var(--navy);color:#fff}
.dark:hover{background:#132942}

/* Delivery + footer */
.delivery{padding:80px 0;background:#f7f9fb}
.delivery-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:44px}
.delivery h2{font-size:42px}
.delivery p{margin:10px 0 0;color:#6b7888}
.cities{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.cities span{border:1px solid #d7e0e7;border-radius:9px;background:#fff;padding:10px 13px;font-size:12px;font-weight:800}
footer{background:var(--navy);padding:65px 0 28px;color:#fff}
.footer-row{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:55px}
.footer-brand .brand-mark{background:#1a5fff}
.footer-brand .brand-copy small{color:var(--signal)}
.footer-row p{max-width:360px;color:#8190a4;font-size:13px}
.footer-phone{display:flex;flex-direction:column}
.footer-phone span,.footer-phone small{color:#8290a3;font-size:11px}
.footer-phone a{margin:6px 0;color:var(--signal);font-size:22px;font-weight:900}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{border:1px solid #2d3c50;border-radius:10px;padding:12px;font-size:12px}
.footer-links a:hover{border-color:#50667f}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:40px;border-top:1px solid #233144;padding-top:23px;color:#718094;font-size:10px}
.mobile-bar{display:none}

@media(max-width:1240px){
  .site-header nav{display:none}
  .hero-grid{grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);gap:30px}
  .hero h1{font-size:clamp(52px,5.2vw,70px)}
  .hero-benefits{grid-template-columns:1fr}
  .hero-benefits>div{min-height:auto;display:grid;grid-template-columns:32px 1fr;gap:0 8px;padding:12px 13px}
  .hero-benefits strong{margin-top:2px}
  .hero-benefits small{grid-column:2;margin-top:2px}
  .quick-form{grid-template-columns:1fr 1fr 1fr .7fr}.quick-title{grid-column:1/-1}.form-note,.form-message{grid-column:1/-1}
  .preview-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalog-toolbar{grid-template-columns:1fr 170px 1fr}.catalog-total{display:none}
  .quiz-shell{grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr)}
  .delivery-row{grid-template-columns:1fr 1fr}.delivery-row>button{grid-column:2;width:max-content}
}

@media(max-width:940px){
  .container{width:min(100% - 32px,820px)}
  .site-header{height:72px}.phone-top span{display:none}.phone-top strong{font-size:14px}.messenger{min-height:44px;padding:0 11px}
  .hero{min-height:auto}.hero-grid{min-height:auto;grid-template-columns:1fr;padding-block:48px 42px}.hero-copy{max-width:none}.hero h1{max-width:720px}.hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-benefits>div{display:block;min-height:118px}.hero-benefits strong{margin-top:10px}.hero-benefits small{display:block;margin-top:4px}.hero-visual{height:560px}
  .section-head{grid-template-columns:1fr;gap:15px}.preview-grid,.product-grid{grid-template-columns:1fr 1fr}
  .quiz-shell{grid-template-columns:1fr}.quiz-side{min-height:430px;padding-bottom:160px}.quiz-machine{right:0;left:45%;height:270px}.quiz-side-copy{max-width:58%}.quiz-phone{right:52%;display:flex;flex-direction:column;align-items:flex-start}.quiz-main{min-height:650px}
  .application-grid{grid-template-columns:1fr}
  .catalog-toolbar{grid-template-columns:1fr 1fr}.kind-tabs{grid-column:1/-1}.search-control{grid-column:2}
  .delivery-row{grid-template-columns:1fr;gap:28px}.delivery-row>button{grid-column:auto}
  .footer-row{grid-template-columns:1fr 1fr}.footer-links{grid-column:1/-1}
}

@media(max-width:680px){
  html{scroll-padding-top:68px}body{padding-bottom:62px}.container{width:min(100% - 24px,560px)}
  .site-header{height:64px}.brand-mark{width:39px;height:39px;border-radius:11px}.brand-mark svg{width:28px;height:28px}.brand-copy strong{font-size:10px}.brand-copy small{margin-top:4px;font-size:8px;letter-spacing:.09em}
  .header-actions{gap:4px}.phone-top{width:40px;min-height:40px;display:grid;place-items:center;padding:0}.phone-top span,.phone-top strong{display:none}.phone-top:after{content:"☎";color:var(--blue);font-size:19px}.messenger{width:40px;min-height:40px;overflow:hidden;padding:0;font-size:0}.messenger:after{font-size:11px}.telegram:after{content:"TG"}.max:after{content:"MAX"}
  .hero-grid{padding-block:34px 30px}.hero-kicker{gap:8px}.status{font-size:9px}.hero-kicker-note{font-size:9px}.hero h1{margin-top:18px;font-size:clamp(43px,13vw,58px)}.hero-lead{font-size:15px}.hero-benefits{grid-template-columns:1fr;gap:7px}.hero-benefits>div{min-height:auto;display:grid;grid-template-columns:31px 1fr;padding:10px 12px}.hero-benefits>div>span{grid-row:1/3}.hero-benefits strong{margin-top:1px}.hero-benefits small{margin-top:2px}.hero-actions{flex-direction:column}.hero-actions a{width:100%}.hero-brands{align-items:flex-start;flex-direction:column;gap:5px}.hero-visual{height:345px;border-radius:19px}.hero-visual-head{top:15px;right:17px;left:17px}.hero-visual-head strong{display:none}.hero-machine{inset:38px 0 71px}.hero-machine img{top:-52px;left:-7%;width:114%;height:auto;transform:none}.hero-model{right:10px;bottom:10px;left:10px}.hero-model div{padding:7px 8px}.hero-model span{font-size:7px}.hero-model strong{font-size:10px}.hero-stock{top:54px;left:8px;padding:8px 10px}.hero-range{display:none}
  .quick-form{grid-template-columns:1fr}.quick-title,.form-note,.form-message{grid-column:auto}.captcha{grid-template-columns:1fr 1fr}
  .catalog-preview,.applications,.quiz-section,.full-catalog{padding-block:68px}.section-head h2,.quiz-side h2,.delivery h2{font-size:36px}.catalog-pill{font-size:10px}
  .preview-grid,.product-grid{grid-template-columns:1fr}.preview-actions{align-items:stretch;flex-direction:column;gap:15px}.primary-wide{width:100%;font-size:13px}.preview-quiz-link{text-align:center}
  .product-image,.product-card--preview .product-image{height:240px}.product-action{align-items:stretch;flex-direction:column}.product-action button{width:100%}.catalog-cta-row{align-items:flex-start;flex-direction:column}.catalog-cta-row button{width:100%}
  .quiz-shell{border-radius:18px}.quiz-side{min-height:430px;padding:31px 24px 170px}.quiz-side-copy{max-width:none}.quiz-side h2{font-size:34px}.quiz-side>p{font-size:13px}.quiz-side ul{margin-top:18px}.quiz-machine{right:-25px;bottom:54px;left:-20px;height:185px}.quiz-machine:before{height:100px}.quiz-phone{right:24px;bottom:22px;left:24px;align-items:center;flex-direction:row}.quiz-phone a{font-size:16px}.quiz-main{min-height:620px;padding:29px 20px 24px}.quiz-step{margin-top:23px}.quiz-step-title h3{font-size:25px}.choice-grid{grid-template-columns:1fr}.choice-grid-visual button{grid-template-columns:82px 1fr;min-height:76px}.choice-thumb{min-height:74px}.pressure-grid,.flow-grid{grid-template-columns:1fr 1fr}.pressure-grid button,.flow-grid button{min-height:100px}.pressure-grid b,.flow-grid b{font-size:24px}.contact-grid{grid-template-columns:1fr}.quiz-nav{margin-top:16px}.quiz-nav .button{min-width:128px}
  .application-grid{grid-template-columns:1fr}.catalog-toolbar{grid-template-columns:1fr}.kind-tabs{grid-column:auto;overflow-x:auto}.kind-tabs button{flex:0 0 auto}.search-control{grid-column:auto}
  .delivery{padding:64px 0}.footer-row{grid-template-columns:1fr;gap:33px}.footer-links{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}
  .mobile-bar{position:fixed;z-index:90;right:0;bottom:0;left:0;height:62px;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #d7dee5;background:#fff;box-shadow:0 -10px 30px rgba(17,36,61,.11)}.mobile-bar a{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900}.mobile-bar a:last-child{background:var(--signal)}
}

@media(max-width:390px){
  .brand-copy strong{font-size:9px}.brand-copy small{font-size:7px}.hero h1{font-size:41px}.hero-model{grid-template-columns:1fr 1fr}.hero-model div:last-child{display:none}.quiz-phone span{display:none}.pressure-grid,.flow-grid{grid-template-columns:1fr}
}

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

/* v3 — quiz, forms and industry blocks */
.messenger{display:flex;align-items:center;justify-content:center;gap:8px}
.messenger svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}

.lead-form input[name="phone"]{font-variant-numeric:tabular-nums;letter-spacing:.01em}
.lead-form input:user-invalid{border-color:#dc6b65;box-shadow:0 0 0 3px rgba(203,57,48,.08)}
.lead-form input:user-valid[name="phone"]{border-color:#57a77c;box-shadow:0 0 0 3px rgba(38,146,92,.07)}

.quiz-shell{grid-template-columns:minmax(390px,.86fr) minmax(0,1.34fr)}
.quiz-side{min-height:650px;display:flex;flex-direction:column;overflow:hidden;padding:42px;background:linear-gradient(155deg,#08182b,#102b4b)}
.quiz-side-copy{position:relative;z-index:3}
.quiz-side h2{font-size:42px}
.quiz-side ul{margin-top:20px}
.quiz-side-media{position:relative;z-index:2;height:245px;flex:0 0 auto;overflow:hidden;margin-top:28px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#0f2239;box-shadow:0 20px 50px rgba(0,0,0,.22)}
.quiz-side-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(6,18,32,.85) 100%)}
.quiz-side-media img{width:100%;height:100%;object-fit:cover;object-position:center 58%;filter:saturate(.92) contrast(1.04)}
.quiz-side-media>span{position:absolute;z-index:2;right:18px;bottom:16px;left:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;color:#fff}
.quiz-side-media b{font-size:13px}
.quiz-side-media small{color:#b7c7d9;font-size:10px}
.quiz-phone{position:static;z-index:4;right:auto;bottom:auto;left:auto;margin-top:17px;border-top:1px solid #34475e;padding-top:16px}
.quiz-phone span{color:#91a3b7;font-size:10px}
.quiz-phone a{font-size:19px}
.quiz-main{min-height:650px;padding:38px 42px 32px}

.choice-grid-visual{gap:12px}
.choice-grid-visual button{min-height:104px;grid-template-columns:142px 1fr;padding:0 14px 0 0;overflow:hidden;background:#f8fafc}
.choice-thumb{height:100%;min-height:102px;border-right:1px solid #dfe6ec;background:#e7edf3}
.choice-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:normal;transform:none;transition:transform .25s}
.choice-grid-visual button:hover .choice-thumb img{transform:scale(1.035)}
.choice-thumb-more{background:linear-gradient(145deg,#eaf1ff,#f4f8ff);color:var(--blue)}
.choice-thumb-more svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.choice-grid-visual button>span:last-child{padding:11px 0 11px 14px}
.choice-grid-visual strong{font-size:14px}
.choice-grid-visual small{font-size:10.5px;line-height:1.45}

.contact-method{display:block;margin:18px 0 0;border:0;padding:0}
.contact-method legend{width:100%;margin-bottom:9px;color:#68778a;font-size:11px;font-weight:900}
.contact-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.contact-option{position:relative;min-height:76px;display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:10px;border:1px solid #d7e0e7;border-radius:13px;background:#f8fafc;padding:11px 12px;cursor:pointer;transition:.16s}
.contact-option:hover{border-color:#a9bdd3;background:#fff}
.contact-option:has(input:checked){border-color:#6d9cff;background:#eef4ff;box-shadow:0 0 0 2px rgba(21,94,239,.06)}
.contact-option input{position:absolute;width:1px!important;height:1px!important;opacity:0;pointer-events:none}
.contact-option-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#e6efff;color:var(--blue)}
.contact-option-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-option-icon.telegram-icon{background:#e1f4ff;color:#168bd1}
.contact-option-icon.max-icon{background:#eeeaff;color:#6c52df}
.contact-option-copy{display:flex;min-width:0;flex-direction:column}
.contact-option-copy strong{color:#213149;font-size:12px}
.contact-option-copy small{margin-top:2px;color:#79889a;font-size:9px;line-height:1.3}
.contact-option i{width:17px;height:17px;border:1.5px solid #aab8c7;border-radius:50%;background:#fff;position:relative}
.contact-option:has(input:checked) i{border-color:var(--blue)}
.contact-option:has(input:checked) i:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--blue)}
.contact-option:focus-within{outline:3px solid rgba(21,94,239,.12);outline-offset:2px}

.application-grid-visual{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
.application-grid-visual article{grid-column:span 2;min-height:0;overflow:hidden;padding:0;background:#fff}
.application-grid-visual article:nth-child(4),.application-grid-visual article:nth-child(5){grid-column:span 3}
.application-photo{height:210px;overflow:hidden;background:#dfe7ef}
.application-photo img{width:100%;height:100%;object-fit:cover;transition:transform .28s}
.application-grid-visual article:hover .application-photo img{transform:scale(1.025)}
.application-copy{position:relative;padding:23px 24px 25px}
.application-grid-visual .number{top:23px;right:24px}
.application-grid-visual h3{margin:0 40px 9px 0;font-size:23px}
.application-grid-visual p{min-height:62px;font-size:13px;line-height:1.55}
.application-grid-visual button{margin-top:18px}

.product-image img[src$=".webp"]{mix-blend-mode:multiply;transform:translateY(-5%) scale(1.04)}
.product-card--preview .product-image img[src$=".webp"]{transform:translateY(-4%) scale(1.03)}

@media(max-width:1240px){
  .quiz-shell{grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr)}
  .choice-grid-visual button{grid-template-columns:118px 1fr}
  .contact-option{grid-template-columns:38px 1fr 16px;padding-inline:9px}
  .contact-option-icon{width:36px;height:36px}
}

@media(max-width:940px){
  .quiz-shell{grid-template-columns:1fr}
  .quiz-side{min-height:auto;padding:36px}
  .quiz-side-copy{max-width:none}
  .quiz-side-media{height:280px;margin-top:24px}
  .quiz-phone{position:static;right:auto;left:auto;display:flex;align-items:center;flex-direction:row;justify-content:space-between;margin-top:14px}
  .quiz-main{min-height:620px}
  .application-grid-visual{grid-template-columns:repeat(2,minmax(0,1fr))}
  .application-grid-visual article,.application-grid-visual article:nth-child(4),.application-grid-visual article:nth-child(5){grid-column:auto}
  .application-grid-visual article:last-child{grid-column:1/-1}
}

@media(max-width:680px){
  .messenger{gap:0}
  .messenger span{display:none}
  .messenger:after{content:none!important}
  .messenger svg{width:19px;height:19px}
  .quiz-side{min-height:auto;padding:29px 22px 22px}
  .quiz-side h2{font-size:33px}
  .quiz-side-media{height:205px;margin-top:21px;border-radius:14px}
  .quiz-side-media>span{right:13px;bottom:12px;left:13px}
  .quiz-side-media small{display:none}
  .quiz-phone{right:auto;bottom:auto;left:auto;position:static;margin-top:13px;padding-top:13px}
  .quiz-phone span{display:block}
  .quiz-main{min-height:610px;padding:28px 18px 22px}
  .choice-grid-visual button{grid-template-columns:108px 1fr;min-height:91px}
  .choice-thumb{min-height:89px}
  .choice-grid-visual button>span:last-child{padding:9px 0 9px 11px}
  .choice-grid-visual strong{font-size:12px}
  .choice-grid-visual small{font-size:9px}
  .contact-method-grid{grid-template-columns:1fr}
  .contact-option{min-height:68px;grid-template-columns:42px 1fr 18px;padding:9px 11px}
  .application-grid-visual{grid-template-columns:1fr}
  .application-grid-visual article:last-child{grid-column:auto}
  .application-photo{height:190px}
}

/* v4 — brand-neutral hero, centered catalog ending and expanded contacts/footer */
.hero-grid{grid-template-columns:minmax(0,.94fr) minmax(560px,1.06fr);gap:28px}
.hero-machine-stage{position:relative;min-width:0;height:clamp(540px,69vh,720px);align-self:center;isolation:isolate}
.hero-machine-stage:before{content:"";position:absolute;z-index:-4;inset:8% -18% 2% 3%;border-radius:50%;background:radial-gradient(ellipse at 56% 56%,rgba(30,111,255,.31) 0%,rgba(19,72,141,.19) 38%,rgba(13,33,56,0) 72%);filter:blur(8px)}
.hero-machine-stage:after{content:"";position:absolute;z-index:-2;right:-3%;bottom:8%;width:92%;height:10%;border-radius:50%;background:rgba(0,0,0,.38);filter:blur(28px);transform:perspective(600px) rotateX(64deg)}
.hero-machine-halo{position:absolute;z-index:-3;right:-7%;top:5%;width:78%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(113,170,255,.18);box-shadow:inset 0 0 0 68px rgba(21,94,239,.035),0 0 0 96px rgba(21,94,239,.025)}
.hero-stage-grid{position:absolute;z-index:-3;right:-5%;bottom:8%;width:92%;height:55%;opacity:.2;background-image:linear-gradient(rgba(126,174,244,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(126,174,244,.18) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to top,#000,transparent 82%);transform:perspective(520px) rotateX(61deg);transform-origin:bottom}
.hero-generic-machine{position:absolute;z-index:2;right:-12%;bottom:4%;width:120%;max-width:none;filter:drop-shadow(0 34px 35px rgba(0,0,0,.34)) saturate(1.05);pointer-events:none;user-select:none}
.hero-spec-chip{position:absolute;z-index:4;display:flex;flex-direction:column;gap:2px;border:1px solid rgba(143,181,231,.22);border-radius:13px;background:rgba(7,21,37,.73);padding:11px 14px;color:#fff;box-shadow:0 14px 32px rgba(0,0,0,.18);backdrop-filter:blur(10px)}
.hero-spec-chip span{color:#8fa4bd;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.hero-spec-chip strong{font-size:15px;letter-spacing:-.02em}
.hero-spec-pressure{left:2%;top:20%}
.hero-spec-power{right:0;top:16%}
.hero-spec-range{right:4%;bottom:14%;min-width:126px}
.hero-spec-range strong{font-size:17px}.hero-spec-range span{text-transform:none;letter-spacing:0}
.hero-stage-caption{position:absolute;z-index:4;left:8%;bottom:13%;display:flex;align-items:center;gap:9px;color:#b9c9dc;font-size:11px;font-weight:800}
.hero-stage-caption i{width:9px;height:9px;border-radius:50%;background:var(--signal);box-shadow:0 0 0 5px rgba(223,255,69,.1)}

.full-catalog .product-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:18px}
.full-catalog .product-grid>.product-card{flex:0 1 calc((100% - 36px)/3);min-width:0}
.full-catalog .product-grid>.empty-products{width:100%}
.catalog-cta-row{max-width:100%;margin-inline:auto}

.contact-hub{padding:92px 0 0;background:linear-gradient(180deg,#f5f8fb 0%,#edf2f6 100%)}
.contact-hub-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.55fr);align-items:end;gap:56px;margin-bottom:34px}
.contact-hub-head h2{max-width:920px;margin:12px 0 0;font-size:clamp(38px,4vw,58px);line-height:1.02;letter-spacing:-.055em}
.contact-hub-head>p{margin:0;color:#65758a;line-height:1.65}
.contact-hub-grid{display:grid;grid-template-columns:1fr 1.12fr 1fr;gap:16px}
.contact-card{display:grid;grid-template-columns:54px 1fr;gap:16px;min-height:230px;border:1px solid #d9e2e9;border-radius:19px;background:#fff;padding:25px;box-shadow:0 14px 35px rgba(18,44,76,.055)}
.contact-card--phone{background:linear-gradient(145deg,#0c1d31,#102a48);border-color:#1b3959;color:#fff;box-shadow:0 22px 50px rgba(9,30,54,.16)}
.contact-card-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:#e8f0ff;color:var(--blue)}
.contact-card--phone .contact-card-icon{background:rgba(223,255,69,.12);color:var(--signal)}
.contact-card-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.contact-card-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start}
.contact-card-copy>span{color:#7e8c9d;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.contact-card--phone .contact-card-copy>span{color:#91a6bd}
.contact-card-copy>strong{margin-top:9px;color:#102039;font-size:18px;line-height:1.35;letter-spacing:-.02em}
.contact-card--phone .contact-card-copy>strong{color:#fff}
.contact-card-copy>small{margin-top:9px;color:#77869a;font-size:12px;line-height:1.5}
.contact-card--phone .contact-card-copy>small{color:#9fb0c4}
.contact-phone{margin-top:6px;color:var(--signal);font-size:25px;font-weight:900;letter-spacing:-.035em}
.contact-email{margin-top:10px;color:var(--blue);font-size:14px;font-weight:900}
.contact-messengers{display:flex;gap:8px;margin-top:auto;padding-top:17px}
.contact-messengers a{min-width:95px;border-radius:9px;padding:9px 13px;color:#fff;text-align:center;font-size:11px;font-weight:900}
.contact-hub-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:22px;border-radius:18px 18px 0 0;background:var(--navy);padding:25px 28px;color:#fff}
.contact-hub-cta div{display:flex;flex-direction:column}
.contact-hub-cta span{color:#8ea0b4;font-size:11px}
.contact-hub-cta strong{margin-top:4px;font-size:18px}
.contact-hub-cta .button{flex:0 0 auto}

#site-footer{background:#071421;padding:54px 0 25px;color:#fff}
.footer-main{display:grid;grid-template-columns:1.4fr .75fr .9fr .7fr;gap:58px}
.footer-about p{max-width:430px;margin:20px 0 0;color:#8797aa;font-size:13px;line-height:1.65}
.footer-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}
.footer-badges span{border:1px solid #24364b;border-radius:999px;background:#0b1d31;padding:6px 9px;color:#9fb0c3;font-size:9px;font-weight:800}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-top:5px}
.footer-column>strong{margin-bottom:5px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.footer-column>a,.footer-column>span{color:#8c9bad;font-size:12px;line-height:1.45}
.footer-column>a:hover{color:#fff}
.footer-column .footer-call{color:var(--signal);font-size:18px;font-weight:900}
.footer-social{display:flex;gap:8px;margin-top:5px}
.footer-social a{border:1px solid #2b415b;border-radius:8px;padding:7px 10px;color:#c8d4e0;font-size:10px;font-weight:900}
.footer-social a:hover{border-color:#557292;color:#fff}
#site-footer .footer-bottom{margin-top:38px}

@media(max-width:1240px){
  .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(475px,1.1fr);gap:12px}
  .hero-generic-machine{right:-16%;width:126%}
  .full-catalog .product-grid>.product-card{flex-basis:calc((100% - 18px)/2)}
  .contact-hub-grid{grid-template-columns:1fr 1fr}.contact-card:last-child{grid-column:1/-1;min-height:180px}
  .footer-main{grid-template-columns:1.25fr .8fr .9fr;gap:36px}.footer-company{grid-column:2/4;display:grid;grid-template-columns:auto repeat(4,auto);align-items:center;gap:10px 16px}.footer-company>strong{margin:0}.footer-company span{white-space:nowrap}
}

@media(max-width:940px){
  .hero-machine-stage{height:500px;margin-top:-8px}
  .hero-generic-machine{right:-4%;bottom:1%;width:108%}
  .hero-spec-pressure{left:4%;top:16%}.hero-spec-power{right:4%;top:13%}.hero-spec-range{right:7%;bottom:12%}
  .contact-hub-head{grid-template-columns:1fr;gap:14px}.contact-hub-grid{grid-template-columns:1fr}.contact-card:last-child{grid-column:auto}.contact-card{min-height:0}
  .footer-main{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}.footer-company{grid-column:auto;display:flex}
}

@media(max-width:680px){
  .hero-machine-stage{height:330px;margin-top:4px}
  .hero-machine-halo{right:-16%;top:6%;width:90%}
  .hero-stage-grid{right:-18%;width:118%}
  .hero-generic-machine{right:-18%;bottom:3%;width:132%}
  .hero-spec-chip{padding:8px 10px;border-radius:10px}.hero-spec-chip span{font-size:7px}.hero-spec-chip strong{font-size:12px}
  .hero-spec-pressure{left:1%;top:13%}.hero-spec-power{right:0;top:9%}.hero-spec-range{display:none}.hero-stage-caption{left:3%;bottom:5%;font-size:9px}
  .full-catalog .product-grid>.product-card{flex-basis:100%}
  .contact-hub{padding-top:67px}.contact-hub-head h2{font-size:38px}.contact-hub-grid{gap:11px}.contact-card{grid-template-columns:44px 1fr;padding:19px;border-radius:15px}.contact-card-icon{width:43px;height:43px;border-radius:11px}.contact-card-icon svg{width:22px;height:22px}.contact-card-copy>strong{font-size:16px}.contact-phone{font-size:21px}.contact-hub-cta{align-items:stretch;flex-direction:column;border-radius:15px 15px 0 0;padding:21px}.contact-hub-cta .button{width:100%}
  #site-footer{padding-bottom:82px}.footer-main{grid-template-columns:1fr;gap:31px}.footer-about{grid-column:auto}.footer-company{display:flex}.footer-bottom{gap:8px}.footer-social a{min-width:78px;text-align:center}
}

/* v4 responsive corrections */
.contact-messengers .telegram:after,.contact-messengers .max:after{content:none!important}
@media(max-width:940px){
  .hero-grid{grid-template-columns:1fr;gap:0}
}

/* v5 — full 10BAR-like page skeleton, adapted for mobile diesel compressors */
.supplier-strip{border-bottom:1px solid #e3e8ed;background:#fff;padding:18px 0}
.supplier-row{display:grid;grid-template-columns:235px 1fr;align-items:center;gap:28px}
.supplier-intro{display:flex;flex-direction:column;border-right:1px solid #e4e9ee;padding-right:24px}
.supplier-intro span{color:#7b8999;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.supplier-intro strong{margin-top:4px;font-size:13px;line-height:1.25}
.supplier-list{display:flex;align-items:center;justify-content:space-between;gap:18px;overflow:hidden;color:#22354d;font-size:12px;font-weight:900;white-space:nowrap}
.supplier-list span{position:relative}
.supplier-list span+span:before{content:"";position:absolute;left:-11px;top:50%;width:3px;height:3px;border-radius:50%;background:#a8b5c3;transform:translateY(-50%)}

.quote-section{padding:78px 0;background:#0a192b;color:#fff}
.quote-shell{display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);gap:46px;align-items:center}
.quote-copy h2{max-width:620px;margin:13px 0 16px;font-size:clamp(38px,4vw,58px);line-height:1.02;letter-spacing:-.055em}
.quote-copy p{max-width:650px;margin:0;color:#aebed0;line-height:1.65}
.quote-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.quote-points span{border:1px solid #2b4057;border-radius:999px;background:#10253d;padding:7px 10px;color:#c2d0df;font-size:10px;font-weight:900}
.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:13px;border:1px solid #2b415c;border-radius:20px;background:#10243b;padding:24px;box-shadow:0 25px 65px rgba(0,0,0,.18)}
.quote-form-title{grid-column:1/-1;display:flex;justify-content:space-between;align-items:end;gap:22px;border-bottom:1px solid #2a3d53;padding-bottom:17px}
.quote-form-title strong{font-size:21px;letter-spacing:-.03em}.quote-form-title span{color:#8fa2b8;font-size:11px}
.quote-form label:not(.captcha){display:flex;flex-direction:column;gap:7px;color:#a9b8c9;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.quote-form .captcha{align-self:end;height:48px}
.quote-form .button{min-height:48px;align-self:end}
.quote-form .form-note,.quote-form .form-message{grid-column:1/-1;margin:0}

.system-section{padding:96px 0;background:#fff}
.system-head{margin-bottom:32px}
.system-flow{display:grid;grid-template-columns:1.45fr repeat(2,1fr);gap:16px}
.system-flow article{position:relative;min-height:225px;display:grid;grid-template-columns:64px 1fr;gap:16px;align-content:start;overflow:hidden;border:1px solid #dce4ea;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#f7f9fb 100%);padding:24px;box-shadow:0 12px 28px rgba(17,32,56,.05);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.system-flow article.system-main{grid-row:span 2;display:flex;min-height:466px;flex-direction:column;padding:0;background:linear-gradient(160deg,#f7faff,#e9f1ff)}
.system-photo{height:275px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(155deg,#fff,#e6efff)}
.system-photo img{width:112%;max-width:none;mix-blend-mode:multiply;transform:translate(4%,-3%)}
.system-main>div:last-child{padding:0 25px 25px}
.system-flow article>div>span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:22px;padding:0 8px;border-radius:999px;background:#eef3ff;color:#5170a2;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.system-flow h3{margin:12px 0 9px;font-size:21px;letter-spacing:-.025em}.system-main h3{font-size:27px}
.system-flow p{margin:0;color:#67778b;font-size:12px;line-height:1.55}
.system-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(180deg,#e8f0ff,#dce9ff);color:var(--blue);box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 10px 18px rgba(21,94,239,.10)}
.system-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.system-flow article:hover{transform:translateY(-4px);border-color:#c3d3e4;box-shadow:0 18px 36px rgba(17,32,56,.08)}
.system-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px;border-radius:16px;background:#e7efff;padding:22px 25px}
.system-cta div{display:flex;flex-direction:column}.system-cta span{color:#6c7d92;font-size:10px}.system-cta strong{margin-top:4px;font-size:17px}

.compare-section{padding:86px 0;background:linear-gradient(135deg,#071727 0%,#0d2847 100%);color:#fff}
.compare-shell{display:grid;grid-template-columns:minmax(0,.84fr) minmax(550px,1.16fr);gap:58px;align-items:center}
.compare-copy h2{margin:13px 0 17px;font-size:clamp(38px,3.8vw,56px);line-height:1.02;letter-spacing:-.055em}
.compare-copy p{max-width:640px;margin:0;color:#aebed0;line-height:1.6}.compare-copy .button{margin-top:23px}
.compare-table{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.compare-table>div{min-height:155px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.055);padding:21px;backdrop-filter:blur(5px)}
.compare-table span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background:rgba(223,255,69,.13);color:var(--signal);font-size:10px;font-weight:900}
.compare-table strong{display:block;margin-top:18px;font-size:16px}.compare-table small{display:block;margin-top:6px;color:#8ea2b8;font-size:11px}

.advantages-section{padding:96px 0;background:#f2f5f8}
.advantage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.advantage-grid article{position:relative;min-height:225px;border:1px solid #dce3e9;border-radius:17px;background:#fff;padding:25px 24px;box-shadow:0 10px 25px rgba(26,49,81,.035)}
.advantage-grid article>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e6efff;color:var(--blue);font-size:10px;font-weight:900}
.advantage-grid h3{margin:30px 0 9px;font-size:20px;letter-spacing:-.025em}.advantage-grid p{margin:0;color:#6a7a8d;font-size:12px;line-height:1.58}

.application-grid-visual article:nth-child(4),.application-grid-visual article:nth-child(5),.application-grid-visual article:nth-child(6){grid-column:span 2}

.trust-section{padding:92px 0;background:#fff}
.trust-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(520px,.95fr);gap:54px;align-items:center;border:1px solid #dfe6eb;border-radius:24px;background:linear-gradient(145deg,#f8fbff,#eef4fb);padding:42px}
.trust-copy h2{max-width:700px;margin:12px 0 16px;font-size:clamp(36px,3.5vw,52px);line-height:1.03;letter-spacing:-.05em}.trust-copy p{max-width:690px;margin:0;color:#68798c;line-height:1.65}
.trust-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.trust-actions .primary-wide{width:auto;background:var(--blue);color:#fff}.trust-actions .primary-wide:hover{background:var(--blue-2)}
.trust-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px}.trust-facts>div{min-height:150px;border:1px solid #d6e1ea;border-radius:16px;background:#fff;padding:22px}.trust-facts strong{display:block;color:var(--blue);font-size:34px;letter-spacing:-.04em}.trust-facts span{display:block;margin-top:7px;color:#65768a;font-size:12px;line-height:1.45}

@media(max-width:1240px){
  .supplier-row{grid-template-columns:200px 1fr}.supplier-list{justify-content:flex-start;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.supplier-list::-webkit-scrollbar{display:none}
  .quote-shell,.compare-shell,.trust-shell{grid-template-columns:1fr;gap:30px}
  .system-flow{grid-template-columns:1.25fr 1fr}.system-flow article.system-main{grid-row:span 4}.advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .trust-facts{grid-template-columns:repeat(4,minmax(0,1fr))}.trust-facts>div{min-height:125px}
}

@media(max-width:940px){
  .supplier-row{grid-template-columns:1fr;gap:13px}.supplier-intro{border-right:0;border-bottom:1px solid #e5eaee;padding:0 0 12px}.supplier-list{gap:23px}
  .quote-section,.compare-section,.advantages-section,.system-section,.trust-section{padding-block:70px}.quote-form{grid-template-columns:1fr}.quote-form-title{align-items:flex-start;flex-direction:column;gap:6px}.quote-form .captcha{align-self:auto}.quote-form .button{width:100%}
  .system-flow{grid-template-columns:1fr 1fr}.system-flow article.system-main{grid-column:1/-1;grid-row:auto;min-height:0;display:grid;grid-template-columns:1.1fr 1fr}.system-photo{height:100%;min-height:290px}.system-main>div:last-child{padding:28px}
  .compare-table{grid-template-columns:1fr 1fr}.trust-facts{grid-template-columns:1fr 1fr}
}

@media(max-width:680px){
  .supplier-strip{padding:14px 0}.supplier-intro strong{font-size:12px}.supplier-list{gap:20px;font-size:11px}
  .quote-section,.compare-section,.advantages-section,.system-section,.trust-section{padding-block:58px}.quote-copy h2,.compare-copy h2{font-size:36px}.quote-shell,.compare-shell,.trust-shell{gap:24px}.quote-form{padding:18px;border-radius:16px}.quote-form-title strong{font-size:18px}
  .system-head{margin-bottom:24px}.system-flow{grid-template-columns:1fr}.system-flow article{min-height:0}.system-flow article.system-main{grid-column:auto;display:flex}.system-photo{height:220px;min-height:0}.system-cta{align-items:stretch;flex-direction:column}.system-cta .button{width:100%}
  .compare-table{grid-template-columns:1fr}.compare-table>div{min-height:125px}.advantage-grid{grid-template-columns:1fr}.advantage-grid article{min-height:0}.advantage-grid h3{margin-top:22px}
  .application-grid-visual article:nth-child(4),.application-grid-visual article:nth-child(5),.application-grid-visual article:nth-child(6){grid-column:auto}
  .trust-shell{padding:23px;border-radius:18px}.trust-copy h2{font-size:35px}.trust-facts{grid-template-columns:1fr 1fr}.trust-facts>div{min-height:118px;padding:17px}.trust-facts strong{font-size:27px}.trust-actions{align-items:stretch;flex-direction:column}.trust-actions .button{width:100%}
}

/* v6 — catalog rebuilt for mobile screw compressors */
.catalog-v6{padding:92px 0 104px;background:linear-gradient(180deg,#f4f7fa 0%,#eef3f7 100%);border-top:1px solid #dfe6ec}
.catalog-v6-head{margin-bottom:26px}
.catalog-v6-panel{overflow:hidden;border:1px solid #d9e2ea;border-radius:20px;background:#fff;box-shadow:0 16px 42px rgba(18,42,70,.06)}
.catalog-brand-row,.catalog-filter-row{display:grid;grid-template-columns:210px minmax(0,1fr);gap:20px;padding:18px 20px}
.catalog-brand-row{border-bottom:1px solid #e5ebf0}
.catalog-filter-row{grid-template-columns:210px repeat(3,minmax(120px,.62fr)) minmax(220px,1.25fr) auto;align-items:end;background:#fbfcfd}
.catalog-filter-caption{display:flex;align-items:flex-start;gap:11px;min-width:0}
.catalog-filter-caption>span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;background:#e7efff;color:#155ee7;font-size:10px;font-weight:900}
.catalog-filter-caption div{display:flex;flex-direction:column;min-width:0}
.catalog-filter-caption strong{font-size:13px}
.catalog-filter-caption small{margin-top:3px;color:#7b8999;font-size:10px;line-height:1.35}
.catalog-brand-tabs{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:1px 2px 4px;scrollbar-width:thin}
.catalog-brand-tabs button{min-height:42px;flex:0 0 auto;border:1px solid #d7e0e8;border-radius:999px;background:#fff;padding:0 15px;color:#4d5d70;font-size:12px;font-weight:850;white-space:nowrap;transition:.15s}
.catalog-brand-tabs button:hover{border-color:#95b2df;color:#1359df}
.catalog-brand-tabs button.active{border-color:#155eef;background:#155eef;color:#fff;box-shadow:0 7px 18px rgba(21,94,239,.16)}
.catalog-v6-control{display:flex;flex-direction:column;gap:5px;min-width:0}
.catalog-v6-control>span{color:#6a7889;font-size:9px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}
.catalog-v6-control input,.catalog-v6-control select{width:100%;height:43px;border:1px solid #d8e1e8;border-radius:10px;background:#fff;padding:0 12px;color:#16253a;font-size:12px;outline:0}
.catalog-v6-control input:focus,.catalog-v6-control select:focus{border-color:#7ea4ef;box-shadow:0 0 0 3px rgba(21,94,239,.07)}
.catalog-reset{height:43px;border:1px solid #d8e1e8;border-radius:10px;background:#fff;padding:0 13px;color:#647487;font-size:11px;font-weight:850}
.catalog-reset:hover{border-color:#9dadbd;color:#20364f}
.catalog-result-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:25px 0 15px}
.catalog-result-head>div{display:flex;align-items:baseline;gap:8px}
.catalog-result-head strong{font-size:19px;letter-spacing:-.02em}
.catalog-result-head span{color:#7a8999;font-size:11px}
.catalog-result-head a{color:#155eef;font-size:12px;font-weight:900}
.catalog-v6-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.catalog-card{min-width:0;overflow:hidden;border:1px solid #dbe3ea;border-radius:16px;background:#fff;transition:.18s;box-shadow:0 5px 18px rgba(19,42,68,.035)}
.catalog-card:hover{border-color:#aebfd1;box-shadow:0 18px 40px rgba(18,42,70,.09);transform:translateY(-2px)}
.catalog-card-media{position:relative;height:194px;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid #e7edf2;background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.96) 0 18%,transparent 19%),linear-gradient(150deg,#fff 0 52%,#eaf1ff 52%);padding:18px 16px 6px}
.catalog-card-media:after{content:"";position:absolute;right:-48px;top:-58px;width:135px;height:135px;border:22px solid rgba(21,94,239,.045);border-radius:50%}
.catalog-card-media img{position:relative;z-index:1;width:108%;height:108%;max-width:none;object-fit:contain;mix-blend-mode:multiply;transform:translateY(-1%);transition:transform .22s ease, filter .22s ease;filter:drop-shadow(0 14px 22px rgba(17,32,56,.12))}
.catalog-card:hover .catalog-card-media img{transform:translateY(-2%) scale(1.025);filter:drop-shadow(0 18px 28px rgba(17,32,56,.16))}
.catalog-card-badge,.catalog-card-brand{position:absolute;z-index:3;top:11px;font-size:8px;font-weight:900;letter-spacing:.03em}
.catalog-card-badge{left:11px;border-radius:999px;background:#d8ff31;padding:5px 8px;color:#102238}
.catalog-card-brand{right:12px;color:#748399;letter-spacing:.07em}
.catalog-card-body{padding:15px}
.catalog-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:9px}
.catalog-card-title>div{min-width:0}
.catalog-card-title small{display:block;color:#7a899b;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.055em}
.catalog-card-title h3{margin:4px 0 0;font-size:18px;line-height:1.08;letter-spacing:-.03em;overflow-wrap:anywhere}
.catalog-card-title>strong{flex:0 0 auto;color:#155eef;font-size:16px;white-space:nowrap}
.catalog-card-title>strong small{display:inline;color:inherit;font-size:8px;letter-spacing:0;text-transform:none}
.catalog-card-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:13px;overflow:hidden;border:1px solid #e2e8ee;border-radius:9px;background:#e2e8ee}
.catalog-card-specs div{min-width:0;background:#f8fafc;padding:8px 7px}
.catalog-card-specs span{display:block;color:#7c8998;font-size:7px;font-weight:750;text-transform:uppercase}
.catalog-card-specs strong{display:block;margin-top:3px;font-size:10px;line-height:1.2;overflow-wrap:anywhere}
.catalog-card-body>p{min-height:34px;margin:11px 0;color:#627286;font-size:10px;line-height:1.42}
.catalog-card-action{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;border-top:1px solid #e7ecf0;padding-top:11px}
.catalog-card-action>div{display:flex;min-width:0;flex-direction:column}
.catalog-card-action span{color:#7f8c9b;font-size:7px;text-transform:uppercase}
.catalog-card-action strong{margin-top:3px;font-size:11px;line-height:1.2}
.catalog-card-action button{min-height:36px;flex:0 0 auto;border:0;border-radius:8px;background:#155eef;padding:0 10px;color:#fff;font-size:9px;font-weight:900}
.catalog-card-action button:hover{background:#0d4dc9}
.catalog-empty{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:160px;border:1px dashed #aebdcb;border-radius:16px;background:#fff;padding:26px 28px}
.catalog-empty strong{font-size:20px}
.catalog-empty p{max-width:680px;margin:7px 0 0;color:#687789;line-height:1.55}
.catalog-empty button{min-height:44px;flex:0 0 auto;border:0;border-radius:10px;background:#155eef;padding:0 17px;color:#fff;font-weight:900}
.catalog-more-wrap{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;margin-top:26px;padding-top:22px;border-top:1px solid #dce5ec}
.catalog-more{min-height:50px;border:1px solid #155eef;border-radius:11px;background:#fff;padding:0 23px;color:#155eef;font-size:13px;font-weight:900}
.catalog-more:hover{background:#155eef;color:#fff}
.catalog-more span{display:inline-block;margin-left:5px;border-radius:999px;background:#e7efff;padding:3px 6px;font-size:9px}
.catalog-more:hover span{background:rgba(255,255,255,.16)}
.catalog-more-wrap p{margin:0;color:#7a8999;font-size:10px;text-align:center}

@media(max-width:1240px){
  .catalog-v6-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .catalog-filter-row{grid-template-columns:190px repeat(2,minmax(130px,.7fr)) minmax(200px,1.1fr)}
  .catalog-filter-row .catalog-filter-caption{grid-row:1/3}
  .catalog-v6-search{grid-column:2/4}
  .catalog-reset{grid-column:4;grid-row:2}
}
@media(max-width:900px){
  .catalog-brand-row{grid-template-columns:1fr;gap:12px}
  .catalog-filter-row{grid-template-columns:1fr 1fr;gap:12px}
  .catalog-filter-row .catalog-filter-caption{grid-column:1/-1;grid-row:auto}
  .catalog-v6-search{grid-column:1/-1}
  .catalog-reset{grid-column:auto;grid-row:auto;align-self:end}
  .catalog-v6-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalog-result-head{align-items:flex-start;flex-direction:column;gap:7px}
}
@media(max-width:560px){
  .catalog-v6{padding:64px 0 72px}
  .catalog-v6-panel{border-radius:16px}
  .catalog-brand-row,.catalog-filter-row{padding:15px}
  .catalog-filter-row{grid-template-columns:1fr}
  .catalog-v6-search,.catalog-reset{grid-column:auto}
  .catalog-brand-tabs{margin-right:-15px;padding-right:15px}
  .catalog-v6-grid{grid-template-columns:1fr}
  .catalog-card-media{height:225px}
  .catalog-card-title h3{font-size:21px}
  .catalog-card-specs strong{font-size:11px}
  .catalog-card-body>p{min-height:0;font-size:11px}
  .catalog-card-action strong{font-size:12px}
  .catalog-card-action button{min-height:40px;font-size:10px}
  .catalog-empty{align-items:flex-start;flex-direction:column;padding:22px}
  .catalog-empty button{width:100%}
}

/* v7: mobile-only catalog */
.catalog-brand-pick{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:12px;align-items:center;min-width:0}
.catalog-brand-select{display:flex;flex-direction:column;gap:5px}
.catalog-brand-select>span{font-size:9px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;color:#6a7889}
.catalog-brand-select select{height:42px;border:1px solid #d8e1e8;border-radius:10px;background:#fff;padding:0 12px;color:#16253a;font-size:12px;font-weight:750;outline:0}
.catalog-brand-select select:focus{border-color:#7ea4ef;box-shadow:0 0 0 3px rgba(21,94,239,.07)}
@media(max-width:900px){.catalog-brand-pick{grid-template-columns:1fr}.catalog-brand-select{max-width:320px}}
@media(max-width:620px){.catalog-brand-select{max-width:none}.catalog-brand-tabs{padding-bottom:6px}}


/* v8 — catalog price request modal */
.catalog-price-request{min-width:0}
.catalog-price-request>span{color:#7f8c9b;font-size:7px;text-transform:uppercase}
.catalog-price-request>strong{display:block;margin-top:3px;color:#13233a;font-size:13px;line-height:1.15}
.catalog-price-request>small{display:block;margin-top:3px;color:#8390a0;font-size:8px;line-height:1.25}
.modal-open{overflow:hidden}
.price-modal[hidden]{display:none}
.price-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px}
.price-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(7,20,36,.72);backdrop-filter:blur(4px)}
.price-modal-dialog{position:relative;z-index:1;width:min(900px,100%);max-height:calc(100vh - 48px);overflow:auto;display:grid;grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(3,15,31,.32)}
.price-modal-close{position:absolute;z-index:3;right:14px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#eef3f8;color:#14253a;font-size:27px;line-height:1;cursor:pointer}
.price-modal-close:hover{background:#dfe8f1}
.price-modal-product{position:relative;overflow:hidden;background:linear-gradient(155deg,#071a30,#0f3158);padding:42px 34px;color:#fff}
.price-modal-product:after{content:"";position:absolute;right:-65px;bottom:-65px;width:220px;height:220px;border-radius:50%;background:rgba(216,255,49,.08)}
.price-modal-product .eyebrow{color:#d8ff31}
.price-modal-product>small{display:block;margin-top:28px;color:#86b6ff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.price-modal-product h2{margin:7px 0 12px;font-size:34px;line-height:1.02;letter-spacing:-.04em;overflow-wrap:anywhere}
.price-modal-product p{margin:0;color:#c1cede;font-size:13px;line-height:1.55}
.price-modal-note{position:relative;z-index:1;margin-top:28px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.07);padding:15px}
.price-modal-note b{display:block;color:#d8ff31;font-size:15px}
.price-modal-note span{display:block;margin-top:5px;color:#c7d2df;font-size:10px;line-height:1.4}
.price-modal-form{padding:42px 34px 30px}
.price-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.price-modal-form .price-field>span,.price-modal-form .price-comment>span{display:flex;align-items:baseline;gap:5px;margin-bottom:6px;color:#5d6d80;font-size:10px;font-weight:900}
.price-modal-form .price-field>span i,.price-modal-form .price-comment>span i{color:#99a4b1;font-style:normal;font-size:9px;font-weight:650}
.price-modal-form textarea{width:100%;min-height:92px;resize:vertical;border:1px solid #ced7df;border-radius:9px;background:#fff;padding:12px 13px;color:#14253a;font:inherit;outline:0}
.price-modal-form textarea:focus{border-color:#6f9aff;box-shadow:0 0 0 3px rgba(21,94,239,.11)}
.price-comment{display:block;margin-top:14px}
.price-contact-method{margin-top:15px}
.price-contact-method legend{margin-bottom:9px}
.price-submit{width:100%;margin-top:15px;justify-content:center}
.price-modal-form .consent{margin-top:13px}
.price-modal-form .form-message{min-height:20px;margin:10px 0 0;text-align:center}

@media(max-width:760px){
  .price-modal{align-items:end;padding:0}
  .price-modal-dialog{width:100%;max-height:94vh;grid-template-columns:1fr;border-radius:22px 22px 0 0}
  .price-modal-product{padding:27px 22px 22px}
  .price-modal-product>small{margin-top:14px}
  .price-modal-product h2{font-size:27px}
  .price-modal-note{margin-top:18px}
  .price-modal-form{padding:23px 18px 26px}
  .price-form-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .catalog-card-action{align-items:stretch;flex-direction:column}
  .catalog-card-action button{width:100%;font-size:11px}
  .catalog-price-request>strong{font-size:14px}
}

/* v9 — approved header logo */
.site-header{height:90px}
.site-header .header-row{gap:22px}
.site-header .header-brand{display:flex;align-items:center;flex:0 0 auto;line-height:0}
.site-header .header-logo{width:268px;height:auto;max-width:none;display:block;object-fit:contain}
.hero{min-height:calc(100svh - 90px)}
.hero-grid{min-height:calc(100svh - 90px)}
html{scroll-padding-top:100px}

@media(max-width:1240px){
  .site-header .header-logo{width:255px}
}
@media(max-width:940px){
  .site-header{height:78px}
  .site-header .header-logo{width:230px}
  .hero{min-height:auto}
  .hero-grid{min-height:auto}
}
@media(max-width:680px){
  html{scroll-padding-top:72px}
  .site-header{height:68px}
  .site-header .header-row{gap:8px}
  .site-header .header-logo{width:178px}
}
@media(max-width:390px){
  .site-header .header-logo{width:166px}
}

@media(max-width:820px){.application-grid-visual{grid-template-columns:1fr}.application-grid-visual article,.application-grid-visual article:nth-child(4),.application-grid-visual article:nth-child(5),.application-grid-visual article:nth-child(6){grid-column:auto}.application-copy{padding:21px 20px 24px}.application-grid-visual h3{font-size:21px}.application-grid-visual p{min-height:auto}}


/* v15 — footer logo without white image plate */
.footer-brand-clean{display:inline-flex;align-items:center;gap:13px;color:#fff;text-decoration:none;line-height:1}
.footer-brand-mark{width:62px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:linear-gradient(145deg,#155eef,#1688ff);box-shadow:0 14px 28px rgba(21,94,239,.22)}
.footer-brand-mark svg{width:52px;height:34px;overflow:visible}
.footer-brand-mark .body{fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.footer-brand-mark .line,.footer-brand-mark .base,.footer-brand-mark .leg{fill:none;stroke:#fff;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}
.footer-brand-mark .wheel{fill:#071421;stroke:#fff;stroke-width:3.2}
.footer-brand-mark .hub{fill:#fff}.footer-brand-mark .speed{fill:none;stroke:#d8ff31;stroke-width:4.2;stroke-linecap:round}.footer-brand-mark .speed-b{stroke:#45d3ff}.footer-brand-mark .speed-c{stroke:#d8ff31}
.footer-brand-text{display:flex;flex-direction:column;gap:4px;text-transform:uppercase;letter-spacing:.06em;font-weight:1000}
.footer-brand-text strong{color:#fff;font-size:19px}.footer-brand-text b{color:#d8ff31;font-size:15px;letter-spacing:.14em}
.footer-brand-clean:hover .footer-brand-mark{transform:translateY(-1px)}
.footer-brand-mark{transition:transform .16s ease}
@media(max-width:680px){.footer-brand-mark{width:56px;height:44px;border-radius:13px}.footer-brand-mark svg{width:48px}.footer-brand-text strong{font-size:17px}.footer-brand-text b{font-size:13px}}

/* Static catalog and model pages */
.model-details-link{display:inline-block;margin:6px 0 12px;color:#155eef;font-size:14px;font-weight:700}
.catalog-card-title h3 a:hover{text-decoration:underline}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:12px;padding-block:24px;font-size:14px}
.breadcrumbs a{color:#155eef}.breadcrumbs>*+*:before{content:"/";margin-right:12px;color:#66758a}
.seo-main .catalog-v6{padding-top:24px}.seo-main h1{font-size:clamp(30px,4vw,48px);line-height:1.12;overflow-wrap:anywhere;margin:16px 0 24px}
.model-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;padding:32px;background:white;border:1px solid #dbe3ea;border-radius:18px;margin-bottom:60px}
.model-page-image{min-width:0;display:grid;place-items:center;align-self:start;background:#f2f5f8;border-radius:14px;aspect-ratio:4/3}.model-page-image img{width:100%;height:100%;max-height:520px;object-fit:contain}
.model-page-copy{min-width:0}.model-page-copy p{color:#4d5d70}.model-page-copy .model-price{font-size:25px;color:#0e1b2e;font-weight:800}
.model-specifications{margin:24px 0}.model-specifications>div{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:12px 0;border-bottom:1px solid #dbe3ea}.model-specifications dt{color:#66758a}.model-specifications dd{margin:0;font-weight:700;overflow-wrap:anywhere}
@media(max-width:760px){.model-page{grid-template-columns:1fr;padding:20px;gap:24px}.model-page .button{width:100%}.model-specifications>div{gap:8px;font-size:14px}}

/* Keep the complete product image inside the card, including on hover. */
.catalog-card-media{display:block;height:240px;padding:44px 16px 18px;background:#f8fafc}
.catalog-card-media img,.catalog-card:hover .catalog-card-media img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;min-height:0;object-fit:contain;object-position:center;transform:none;filter:none;mix-blend-mode:normal;transition:none}
.catalog-card-media:after{display:none}
.catalog-card-badge{font-size:10px}
.catalog-card-brand{max-width:calc(100% - 115px);font-size:10px;line-height:1.25;text-align:right;overflow-wrap:anywhere}
.catalog-card{display:flex;flex-direction:column}
.catalog-card-body{display:flex;flex-direction:column;flex:1}
.catalog-card-body>p{font-size:13px;line-height:1.45}
.catalog-card-specs span{font-size:9px}.catalog-card-specs strong{font-size:12px}
.catalog-card-action{margin-top:auto}
.catalog-card-action button{min-height:44px;font-size:11px}
.catalog-card-title h3{font-size:20px;line-height:1.15}
.catalog-view-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.catalog-mix{min-height:44px;border:1px solid #b9cce9;border-radius:10px;padding:9px 15px;background:white;color:#155eef;font:inherit;font-size:13px;font-weight:800;cursor:pointer}
.catalog-mix:hover{background:#eaf1ff}.catalog-mix:focus-visible{outline:3px solid #155eef;outline-offset:3px}
.catalog-alternatives{margin-top:32px;border-top:2px solid #cad7e8;padding-top:24px}
.catalog-alternatives h2{margin:0 0 10px;font-size:clamp(23px,3vw,32px);line-height:1.2}
.catalog-alternatives p{max-width:900px;margin:0 0 20px;color:#53647a;font-size:14px}
.catalog-mix-status{color:#53647a;font-size:13px}
@media(max-width:560px){.catalog-card-media{height:250px;padding:44px 18px 18px}.catalog-card-title h3{font-size:22px}.catalog-card-specs strong{font-size:13px}.catalog-card-specs span{font-size:10px}.catalog-view-actions{align-items:stretch;flex-direction:column;width:100%}.catalog-mix{width:100%}.catalog-card-action button{font-size:13px}}

.catalog-card-media{padding-bottom:32px}.catalog-image-note{position:absolute;bottom:8px;left:16px;z-index:2;color:#66758a;font-size:10px;line-height:1.2}.model-page-image{position:relative;padding-bottom:28px}

/* V8: consistent application cards, full hero image, company documents. */
#applications .application-grid-visual{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
#applications .application-grid-visual>article{grid-column:auto;min-width:0;display:flex;flex-direction:column;height:100%}
#applications .application-photo{flex:none;height:auto;aspect-ratio:auto}
#applications .application-photo img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;transform:none;transition:none}
#applications .application-copy{display:flex;flex:1;flex-direction:column;min-width:0;padding:22px 24px 18px}
#applications .application-copy h3{margin:0 30px 10px 0;font-size:clamp(20px,1.7vw,24px);line-height:1.25;overflow-wrap:anywhere}
#applications .application-copy p{flex:1;min-height:0;margin:0 0 14px;font-size:14px;line-height:1.6}
#applications .application-copy button{align-self:flex-start;margin-top:0;min-height:44px;text-align:left}
#applications .application-copy .number{top:24px;right:20px}
@media(max-width:1100px){#applications .application-grid-visual{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){#applications .application-grid-visual{grid-template-columns:minmax(0,1fr);gap:16px}#applications .application-copy{padding:20px}#applications .application-copy .number{top:21px}}

.hero-generic-machine{right:0;bottom:28px;width:100%;height:auto;max-width:100%;max-height:calc(100% - 44px);object-fit:contain;object-position:center bottom;transform-origin:50% 85%}


#site-footer .footer-main{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr) minmax(0,.85fr) minmax(0,1fr);gap:32px}
#site-footer .footer-company{display:flex;grid-column:auto;align-items:flex-start}
#site-footer .footer-column{min-width:0;overflow-wrap:anywhere}
#site-footer .footer-company span{white-space:normal}
#site-footer .footer-company a{line-height:1.6;text-underline-offset:3px}
#site-footer .footer-company a:hover{text-decoration:underline}
@media(max-width:1180px){#site-footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}#site-footer .footer-about{grid-column:auto}}
@media(max-width:600px){#site-footer .footer-main{grid-template-columns:minmax(0,1fr)}}
.lead-form .consent{font-size:12px;line-height:1.65;gap:10px;min-width:0}
.lead-form .consent input[type="checkbox"]{flex:0 0 18px;width:18px;height:18px;min-height:18px;margin:3px 0 0;padding:0;accent-color:#155eef}
.lead-form .consent span{min-width:0;overflow-wrap:anywhere}
.lead-form .consent a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.quote-form label.consent{grid-column:1/-1;flex-direction:row;align-items:flex-start;margin:2px 0;color:#bccbdd;font-weight:400;letter-spacing:normal;text-transform:none}
.quote-form .consent+button{grid-column:1/-1}
.consent a:focus-visible,.legal-nav a:focus-visible{outline:2px solid #155eef;outline-offset:3px}

.legal-main{max-width:1080px;padding-block:38px 64px}
.legal-back{display:inline-flex;align-items:center;min-height:44px;color:var(--blue);font-weight:700}
.legal-document{padding:clamp(20px,4vw,48px);margin:16px 0 24px;border:1px solid #dfe5ea;border-radius:20px;background:#fff;color:#25364a;overflow-wrap:anywhere}
.legal-document h1{margin:0 0 30px;font-size:clamp(27px,4vw,44px);line-height:1.17;letter-spacing:-.025em}
.legal-document h2{margin:32px 0 16px;font-size:clamp(21px,2.8vw,28px);line-height:1.3;letter-spacing:normal}
.legal-document h3{margin:24px 0 12px;font-size:20px;line-height:1.4}
.legal-document p{margin:0 0 16px;font-size:16px;line-height:1.75}
.legal-nav{display:flex;flex-wrap:wrap;gap:8px 22px}
.legal-nav a{display:inline-flex;align-items:center;min-height:44px;color:var(--blue);font-size:14px;text-decoration:underline;text-underline-offset:4px}
.legal-nav [aria-current="page"]{color:#25364a;font-weight:700}
.company-details{margin:0}
.company-details>div{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.6fr);gap:14px 28px;padding:16px 0;border-bottom:1px solid #e4e9ee;font-size:15px;line-height:1.65}
.company-details>div:last-child{border-bottom:0}
.company-details dt{font-weight:700;color:#68778a}.company-details dd{margin:0;min-width:0}
@media(max-width:600px){.legal-main{padding-block:20px 40px}.company-details>div{grid-template-columns:minmax(0,1fr);gap:5px}}

/* V9: one photo surface and a consistent frame in every catalog card. */
.catalog-card-media{display:flex;flex-direction:column;gap:8px;height:auto;padding:14px 14px 10px;background:#fff;isolation:isolate;flex:none}
.catalog-media-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:26px}
.catalog-media-heading .catalog-card-badge,.catalog-media-heading .catalog-card-brand{position:static;transform:none}
.catalog-media-heading .catalog-card-badge{flex:none}
.catalog-media-heading .catalog-card-brand{max-width:none;min-width:0;font-size:11px;line-height:1.3}
.catalog-card-frame,.model-image-frame{position:relative;display:block;width:100%;aspect-ratio:1.4;overflow:hidden;background:#fff;min-width:0}
.catalog-card-frame img,.catalog-card:hover .catalog-card-frame img,.model-image-frame img{display:block;position:static;width:100%;height:100%;max-width:100%;max-height:none;object-fit:contain;object-position:50% 50%;transform:none;filter:none;mix-blend-mode:normal;transition:none}
/* Square originals have large white margins; crop only those margins. */
.catalog-card-media .catalog-card-frame img[src$="borey-41.png"],.catalog-card-media .catalog-card-frame img[src$="borey-side.png"],.catalog-card-media .catalog-card-frame img[src$="borey-88.png"],.model-image-frame img[src$="borey-41.png"],.model-image-frame img[src$="borey-side.png"],.model-image-frame img[src$="borey-88.png"]{object-fit:cover}
.catalog-card-media .catalog-image-note{position:static;min-height:13px;line-height:13px;margin:0;color:#768496;font-size:10px;align-self:flex-start}
.model-page-image{display:flex;flex-direction:column;align-self:start;aspect-ratio:auto;background:#fff;padding:16px;border:1px solid #edf0f4;overflow:hidden}
.model-page-image .catalog-image-note{position:static;display:block;min-height:14px;margin-top:10px}
@media(max-width:560px){.catalog-card-media{height:auto;padding:14px 16px 12px}.catalog-card-frame{max-width:440px;align-self:center}.model-page-image{padding:8px}}

/* Sideways arrival from the viewport edge, at constant size; no inner clipping. */
.hero-drive-space{position:absolute;inset:0;overflow:visible;isolation:isolate;z-index:2}
.hero-vehicle{position:absolute;inset:0;transform-origin:50% 88%}
.hero-vehicle:before{content:"";position:absolute;left:7%;right:5%;bottom:35px;height:20px;background:rgba(0,0,0,.35);border-radius:50%;filter:blur(14px);transform:scaleY(.55)}
.hero-machine-stage:after{display:none}
.hero-vehicle .hero-generic-machine{transform-origin:28% 84%;filter:drop-shadow(0 12px 14px rgba(0,0,0,.2)) saturate(1.05)}
.hero-machine-stage.is-drive-pending .hero-vehicle{visibility:hidden}
.hero-machine-stage.is-driving .hero-vehicle{animation:compressor-drive-in 2.8s linear both}
.hero-machine-stage.is-driving .hero-generic-machine{animation:compressor-suspension 2.8s linear both}
.hero-machine-stage.is-driving .hero-spec-chip{animation:compressor-spec-reveal .55s cubic-bezier(.2,.8,.2,1) both;animation-delay:2.05s}
.hero-machine-stage.is-driving .hero-spec-power{animation-delay:2.2s}
.hero-machine-stage.is-driving .hero-spec-range{animation-delay:2.35s}
@keyframes compressor-drive-in{
  0%{transform:translate3d(var(--drive-distance,-110vw),0,0);animation-timing-function:cubic-bezier(.18,.58,.28,1)}
  76%{transform:translate3d(.4%,0,0);animation-timing-function:ease-out}
  89%{transform:translate3d(-.1%,0,0);animation-timing-function:ease-in-out}
  100%{transform:translate3d(0,0,0)}
}
@keyframes compressor-suspension{
  0%,35%{transform:translateY(0) rotate(0)}
  43%{transform:translateY(-1px) rotate(-.12deg)}
  52%{transform:translateY(0) rotate(.1deg)}
  65%{transform:translateY(0) rotate(0)}
  77%{transform:translateY(1px) rotate(.55deg)}
  86%{transform:translateY(0) rotate(-.2deg)}
  94%{transform:translateY(0) rotate(.08deg)}
  100%{transform:translateY(0) rotate(0)}
}
@keyframes compressor-spec-reveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){
  .hero-machine-stage.is-drive-pending .hero-vehicle{visibility:visible}
  .hero-machine-stage.is-driving .hero-vehicle,.hero-machine-stage.is-driving .hero-generic-machine,.hero-machine-stage.is-driving .hero-spec-chip{animation:none;transform:none;opacity:1}
}

/* V11: render the original header logo directly on the dark footer. */
#site-footer{isolation:isolate}
#site-footer .footer-brand-original{display:block;width:100%;max-width:330px;padding:0;border:0;border-radius:0;background:transparent;line-height:0;box-shadow:none}
.footer-brand-original img{display:block;width:100%;height:auto;max-width:100%;filter:invert(1) hue-rotate(180deg);mix-blend-mode:screen}
.footer-brand-original:focus-visible{outline:3px solid #8aff00;outline-offset:5px}

/* Technical illustrations for the six steps of equipment selection. */
#advantages .advantage-grid{gap:20px}
#advantages .advantage-grid article{padding:0 24px 26px;min-height:0;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.advantage-art{position:relative;margin:0 -24px 22px;height:162px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e4ecf7;background:radial-gradient(ellipse at 60% 45%,#e6efff,transparent 68%),linear-gradient(135deg,#f8fbff,#edf3fc)}
.advantage-art:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#c9d9ed .8px,transparent .8px);background-size:14px 14px;opacity:.4;pointer-events:none}
.advantage-art svg{position:relative;display:block;width:260px;height:140px;max-width:76%;overflow:visible}
.advantage-step{position:absolute;left:17px;top:17px;z-index:1;display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:white;color:#155eef;font-size:11px;font-weight:900;box-shadow:0 3px 10px #dae5f5}
.art-soft{fill:#e0eaff}.art-white{fill:white;stroke:#aac1e5;stroke-width:1.7;stroke-linejoin:round}.art-blue{fill:#155eef}.art-pale{fill:#c9d9f5}.art-lime{fill:#d8ff31}
.art-line,.art-muted,.art-dark,.art-dash,.art-accent{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}
.art-line{stroke:#155eef}.art-muted{stroke:#a7bddd;stroke-width:2}.art-dark{stroke:#123259}.art-dash{stroke:#7e9ccb;stroke-width:2;stroke-dasharray:4 5}.art-accent{stroke:#c8ef25;stroke-width:7}
#advantages .advantage-grid h3{margin:0 0 11px;font-size:21px;line-height:1.25}
#advantages .advantage-grid p{font-size:14px;line-height:1.65}
@media(hover:hover){#advantages .advantage-grid article:hover{border-color:#adc7f0;box-shadow:0 14px 35px rgba(21,94,239,.09)}}
@media(max-width:1050px){#advantages .advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){#advantages .advantage-grid{grid-template-columns:minmax(0,1fr);gap:16px}.advantage-art{height:152px}#advantages .advantage-grid article{padding-bottom:24px}#site-footer .footer-brand-original{max-width:300px}}

/* V13: the vehicle passes behind the copy, with a soft local depth-of-field layer. */
.hero .hero-machine-stage{z-index:1}
.hero .hero-copy{position:relative;z-index:3}
.hero .hero-copy::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-24px -34px;
  pointer-events:none;
  background:rgba(7,21,36,.28);
  -webkit-backdrop-filter:blur(14px) brightness(.65);
  backdrop-filter:blur(14px) brightness(.65);
  -webkit-mask-image:linear-gradient(to right,transparent,#000 28px,#000 calc(100% - 64px),transparent),linear-gradient(to bottom,transparent,#000 24px,#000 calc(100% - 24px),transparent);
  mask-image:linear-gradient(to right,transparent,#000 28px,#000 calc(100% - 64px),transparent),linear-gradient(to bottom,transparent,#000 24px,#000 calc(100% - 24px),transparent);
  -webkit-mask-composite:source-in;
  mask-composite:intersect;
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .hero .hero-copy::before{background:rgba(7,21,36,.82)}
}
@media(max-width:940px){
  .hero .hero-copy::before{inset:-16px -20px}
}

/* V14: real catalog photos, complete objects with a consistent safe margin. */
.catalog-card-frame,.model-image-frame{display:flex;align-items:center;justify-content:center}
.catalog-card-frame img[src*="/catalog/"],
.catalog-card:hover .catalog-card-frame img[src*="/catalog/"],
.model-image-frame img[src*="/catalog/"]{object-fit:contain;padding:10px;box-sizing:border-box}
.catalog-card-frame img[src*="photo-d2b0f951c3ef3aa5"]{max-width:300px;max-height:226px;margin:auto}
.model-image-frame img[src*="photo-d2b0f951c3ef3aa5"]{max-width:400px;max-height:300px;margin:auto}

/* V15: fit the full photographed machine, excluding unused source margins. */
.catalog-card-frame.catalog-photo-fitted img,
.catalog-card:hover .catalog-card-frame.catalog-photo-fitted img,
.model-image-frame.catalog-photo-fitted img{position:absolute;display:block;width:var(--photo-w);height:var(--photo-h);left:var(--photo-x);top:var(--photo-y);max-width:none;max-height:none;padding:0;margin:0;object-fit:fill;transform:none}
.catalog-photo-caption{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:30px}
.catalog-photo-caption .catalog-image-note{margin:0;align-self:auto}
.catalog-photo-next{border:1px solid #dbe5f2;border-radius:7px;background:#f4f8fd;color:#1455c8;padding:6px 9px;font:600 11px/1.4 Arial,sans-serif;white-space:nowrap;cursor:pointer}
.catalog-photo-next:hover{background:#e5efff;border-color:#b3ccf4}
.catalog-photo-next:focus-visible{outline:2px solid #165df5;outline-offset:3px}
@media(max-width:560px){.catalog-photo-next{min-height:38px;padding-inline:12px}}

/* V17: full heavy vehicle, slower arrival and reliable widths. */
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:28px}
.hero-copy,.hero-machine-stage,.section-head>div{min-width:0}
.hero h1{font-size:clamp(46px,4.6vw,76px);line-height:1;overflow-wrap:normal}
.hero-machine-stage{height:clamp(460px,43vw,650px)}
.hero-vehicle .hero-generic-machine{right:0;bottom:45px;width:100%;height:auto;max-width:100%;max-height:calc(100% - 65px);object-fit:contain;object-position:center bottom}
.hero-stage-caption{left:5%;bottom:13px;right:0;font-size:11px}
.hero-spec-pressure{left:3%;top:5%}.hero-spec-power{right:3%;top:5%}
.hero-spec-range{right:3%;bottom:11%}
.hero-vehicle:before{bottom:44px}
.hero-benefits>div{min-width:0}

/* Application images are actual buttons, with a visible tap affordance. */
#applications button.application-photo{position:relative;display:block;width:100%;min-height:0;margin:0;padding:0;border:0;border-radius:16px 16px 0 0;background:#dfe7ef;text-align:left;cursor:pointer;overflow:hidden;appearance:none}
.application-photo-action{position:absolute;right:15px;bottom:15px;display:flex;align-items:center;gap:14px;border:1px solid #ffffff70;border-radius:9px;padding:9px 12px;background:rgba(9,29,49,.88);backdrop-filter:blur(8px);color:#fff;font-size:12px;font-weight:700;transition:background .2s,transform .2s}
.application-photo-action>span{color:var(--signal);font-size:20px;line-height:1}
#applications .application-photo:focus-visible{outline:3px solid var(--blue);outline-offset:-4px}
#applications .application-photo:hover .application-photo-action{background:var(--blue);transform:translateY(-2px)}
#applications .application-copy button:focus-visible{outline:2px solid var(--blue);outline-offset:5px}

/* Native SVG infographic, with individual mechanical details in motion. */
#advantages .advantage-card{display:flex;flex-direction:column;transition:box-shadow .25s,border-color .25s,transform .25s}
#advantages .advantage-art{height:185px;flex:none;margin-bottom:22px;background:radial-gradient(ellipse at 65% 60%,#164778 0%,#0c2746 58%,#091d33 100%);border-bottom:0}
#advantages .advantage-art:before{background-image:linear-gradient(#88b6eb12 1px,transparent 1px),linear-gradient(90deg,#88b6eb12 1px,transparent 1px);background-size:22px 22px;opacity:1}
#advantages .advantage-art:after{content:"";position:absolute;left:20%;right:20%;bottom:17px;height:2px;background:linear-gradient(90deg,transparent,#679cf2,transparent);opacity:.5}
#advantages .advantage-art svg{width:290px;height:155px;max-width:85%;margin-top:17px;transition:transform .35s}
#advantages .advantage-step{background:#d8ff3e;color:#0e2742;box-shadow:none;width:31px;height:31px}
.advantage-label{position:absolute;z-index:1;right:17px;top:23px;color:#acc6e8;text-transform:uppercase;font-size:9px;font-weight:700;letter-spacing:.14em}
#advantages .art-soft{fill:#3d85dd;opacity:.16}
#advantages .art-white{fill:#eef6ff;stroke:#86b5ed}
#advantages .art-blue{fill:#428bff}
#advantages .art-line{stroke:#4c92ff}
#advantages .art-pale{fill:#92b7e4}
#advantages .art-muted,#advantages .art-dash{stroke:#8cb1dc}
#advantages .advantage-grid h3{font-size:21px;line-height:1.3}
#advantages .advantage-card>p{margin-bottom:21px}
.advantage-result{margin-top:auto;border-top:1px solid #e2eaf3;padding-top:14px}
.advantage-result summary{display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;cursor:pointer;color:#155eef;font-size:13px;font-weight:700;min-height:30px}
.advantage-result summary::-webkit-details-marker{display:none}
.advantage-result summary>span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#edf3ff;font-size:20px;transition:transform .2s}
.advantage-result[open] summary>span{transform:rotate(45deg)}
.advantage-result summary:focus-visible{outline:2px solid #155eef;outline-offset:4px;border-radius:3px}
#advantages .advantage-result p{margin:11px 0 0;font-size:13px;line-height:1.55;color:#526a83}
@media(hover:hover) and (prefers-reduced-motion:no-preference){
 #advantages .advantage-card:hover{transform:translateY(-4px);border-color:#82a9e2;box-shadow:0 18px 35px #123d7020}
 #advantages .advantage-card:hover svg{transform:translateY(-2px)}
}
@media(prefers-reduced-motion:no-preference){
 .advantage-card:is(:hover,:focus-within) .art-needle{transform-origin:166px 74px;animation:step-gauge 1.3s ease-in-out both}
 .advantage-card:is(:hover,:focus-within) .art-bar{transform-box:fill-box;transform-origin:center bottom;animation:step-bar .85s ease-out both}
 .advantage-card:is(:hover,:focus-within) .art-truck{animation:step-truck 1.25s ease-in-out both}
 .advantage-card:is(:hover,:focus-within) .art-flow{stroke-dasharray:180;animation:step-flow 1.5s ease-out both}
 .advantage-card:is(:hover,:focus-within) .art-check{transform-box:fill-box;transform-origin:center;animation:step-check .95s ease-out both}
}
@keyframes step-gauge{0%{transform:rotate(-35deg)}65%{transform:rotate(8deg)}100%{transform:rotate(0)}}
@keyframes step-bar{from{transform:scaleY(.35)}to{transform:scaleY(1)}}
@keyframes step-truck{0%{transform:translateX(-15px)}75%{transform:translateX(2px)}100%{transform:translateX(0)}}
@keyframes step-flow{from{stroke-dashoffset:180}to{stroke-dashoffset:0}}
@keyframes step-check{0%{transform:scale(.75)}65%{transform:scale(1.1)}100%{transform:scale(1)}}

@media(max-width:1180px){
 .hero-grid{gap:20px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
 .hero h1{font-size:clamp(40px,4.4vw,53px)}
 .hero-machine-stage{height:480px}
 .hero-benefits{grid-template-columns:1fr;gap:8px}
 .hero-benefits>div{min-height:0;padding:12px;display:grid;grid-template-columns:30px 1fr;gap:0 9px}
 .hero-benefits>div>span{grid-row:1/3}.hero-benefits strong{margin:0}.hero-benefits small{grid-column:2;margin-top:4px}
}
@media(max-width:940px){
 .hero-grid{grid-template-columns:minmax(0,1fr);gap:12px;padding-block:32px 24px}
 .hero h1{font-size:clamp(38px,7.2vw,64px);max-width:760px}
 .hero-machine-stage{height:clamp(320px,64vw,510px);width:100%;max-width:760px;margin:0 auto}
 .hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr))}
 .hero-benefits>div{display:block;padding:15px}.hero-benefits strong{margin-top:10px}
 .hero-spec-range{display:none}.hero-spec-pressure,.hero-spec-power{top:0}
 .hero-vehicle .hero-generic-machine{bottom:32px;max-height:calc(100% - 48px)}
 .hero-stage-caption{bottom:0}.hero-vehicle:before{bottom:31px}
}
@media(max-width:640px){
 .hero h1{font-size:clamp(31px,8.6vw,52px);letter-spacing:-.045em}
 .hero-benefits{grid-template-columns:1fr}
 .hero-benefits>div{display:grid;grid-template-columns:30px minmax(0,1fr);gap:0 9px;padding:11px 12px}
 .hero-benefits>div>span{grid-row:1/3}.hero-benefits strong{margin-top:0}.hero-benefits small{grid-column:2}
 .hero-machine-stage{height:clamp(250px,72vw,395px)}
 .hero-stage-caption{font-size:10px;left:2%}.hero .hero-copy::before{inset:-12px -10px}
 .hero-actions .button{white-space:normal;text-align:center}
 #advantages .advantage-art{height:173px}
 .advantage-result summary{min-height:40px}
 .price-modal-dialog{max-height:94svh}
 .price-modal-product{padding:25px 20px 18px}.price-modal-product>small{margin-top:9px}
 .price-modal-note{margin-top:12px;padding:11px}.price-modal-product h2{font-size:25px}
 .price-modal-form input,.price-modal-form textarea{font-size:16px}
}
@media(max-width:360px){
 .site-header .header-logo{width:148px}.header-actions{gap:3px}
 .site-header .header-row{gap:5px}.phone-top,.header-actions .messenger{width:36px;min-height:40px}
 .application-photo-action{right:10px;bottom:10px;font-size:11px}
}
@media(prefers-reduced-motion:reduce){
 html{scroll-behavior:auto}
 #advantages .advantage-card,#advantages .advantage-art svg,.advantage-result summary>span,.application-photo-action{transition:none;transform:none}
 #applications .application-photo img{transition:none;transform:none}
}

/* V18: four parameter filters, without fixed-width overflow. */
.catalog-filter-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.catalog-filter-row .catalog-filter-caption{grid-column:1/-1;grid-row:auto}
.catalog-filter-row .catalog-v6-search{grid-column:1/4}
.catalog-filter-row .catalog-reset{grid-column:4;grid-row:auto;min-height:48px}
.catalog-filter-row label,.catalog-filter-row select,.catalog-filter-row input{min-width:0;max-width:100%}
.catalog-mount-links{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 22px}
.catalog-mount-links a{display:inline-flex;align-items:center;min-height:42px;border:1px solid #cfdbeb;border-radius:9px;padding:8px 13px;background:#fff;color:#155eef;font-size:13px;font-weight:700}
.catalog-mount-links a:hover,.catalog-mount-links a[aria-current="page"]{background:#edf3ff;border-color:#155eef}
.catalog-mount-links a:focus-visible{outline:3px solid #155eef;outline-offset:3px}
@media(max-width:800px){
 .catalog-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}
 .catalog-filter-row .catalog-v6-search{grid-column:1/-1}
 .catalog-filter-row .catalog-reset{grid-column:1/-1}
 .catalog-filter-row select,.catalog-filter-row input{font-size:16px;min-height:46px}
}
@media(max-width:480px){.catalog-filter-row{grid-template-columns:minmax(0,1fr)}}
@media(max-width:640px){
 .lead-form input,.lead-form select,.lead-form textarea{font-size:16px}
 .price-modal{padding-bottom:env(safe-area-inset-bottom,0px)}
 .price-modal-dialog{max-height:94vh;max-height:94dvh;overscroll-behavior:contain;scroll-padding:18px}
 .price-modal-form{padding-bottom:calc(26px + env(safe-area-inset-bottom,0px))}
 .price-modal-close{min-width:44px;min-height:44px}
 .price-form-grid>*{min-width:0}
 .mobile-bar{height:calc(62px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px)}
 body{padding-bottom:calc(62px + env(safe-area-inset-bottom,0px))}
}

/* V20: quiz choices and actions. Scoped to the selection quiz. */
#quiz .choice-grid{gap:14px}
#quiz .choice-grid button{position:relative;isolation:isolate;border:1px solid #dce5f0;border-radius:17px;background:#fff;color:#112a45;box-shadow:0 3px 12px #102d4b06;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s;-webkit-tap-highlight-color:transparent}
#quiz .pressure-grid,#quiz .flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
#quiz .pressure-grid button,#quiz .flow-grid button{min-height:162px;justify-content:flex-start;padding:19px 21px;gap:0}
#quiz .quiz-option-top{display:flex;width:100%;align-items:center;justify-content:space-between;margin:0 0 15px}
#quiz .quiz-option-icon{display:grid;place-items:center;width:38px;height:38px;flex:none;margin:0;padding:0;border-radius:11px;background:#edf3ff;color:#155eef;text-transform:none}
#quiz .quiz-option-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
#quiz .quiz-option-value{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin:0;color:#112a45;text-transform:none}
#quiz .quiz-option-value b{font-size:34px;line-height:1.05;letter-spacing:-.035em;color:inherit}
#quiz .quiz-option-value>span{margin:0;color:#647890;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
#quiz .pressure-grid small,#quiz .flow-grid small{margin-top:9px;color:#647890;font-size:12px;line-height:1.45;font-weight:500}
#quiz .quiz-choice-mark{display:grid;place-items:center;flex:none;width:23px;height:23px;margin:0;padding:0;border:1.5px solid #cbd7e6;border-radius:50%;background:#fff;color:transparent;transition:background .2s,border-color .2s,color .2s}
#quiz .quiz-choice-mark svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
#quiz .choice-grid button.active{border-color:#155eef;background:linear-gradient(125deg,#102e51,#174a81);color:#fff;box-shadow:0 8px 22px #16467726}
#quiz .choice-grid button.active .quiz-option-value,#quiz .choice-grid button.active b,#quiz .choice-grid button.active strong{color:#fff}
#quiz .choice-grid button.active small,#quiz .choice-grid button.active .quiz-option-value>span{color:#ccddf1}
#quiz .choice-grid button.active .quiz-option-icon{background:#ffffff17;color:#dfff45}
#quiz .choice-grid button.active .quiz-choice-mark{border-color:#dfff45;background:#dfff45;color:#103258}
#quiz .choice-grid .quiz-choice-help{grid-column:1/-1;display:grid;grid-template-columns:44px minmax(0,1fr) 23px;align-items:center;gap:13px;min-height:88px;padding:16px 21px;background:#f5f8fd;border-style:dashed}
#quiz .quiz-choice-help .quiz-option-icon{width:42px;height:42px;border-radius:50%}
#quiz .quiz-option-help{display:block;margin:0;text-transform:none}
#quiz .quiz-option-help strong{display:block;font-size:14px;color:#173b65;line-height:1.35}
#quiz .quiz-option-help small{display:block;margin-top:4px}
#quiz .choice-grid .quiz-choice-help.active{background:linear-gradient(125deg,#102e51,#174a81);border-style:solid}
#quiz .choice-grid-visual button{grid-template-columns:112px minmax(0,1fr);padding:0 38px 0 0;min-height:110px}
#quiz .choice-grid-visual .quiz-choice-copy{padding:13px 0 13px 15px;min-width:0}
#quiz .choice-grid-visual .quiz-choice-copy strong{font-size:14px;line-height:1.3}
#quiz .choice-grid-visual .quiz-choice-copy small{font-size:11px;line-height:1.45;color:#647890}
#quiz .choice-grid-visual .quiz-choice-mark{position:absolute;right:11px;top:13px;width:20px;height:20px}
#quiz .choice-grid-visual .choice-thumb{height:100%;min-height:110px}
#quiz .choice-grid button:focus-visible{outline:3px solid #4383fa;outline-offset:4px}
#quiz .quiz-nav{padding-top:23px;margin-top:26px}
#quiz #quiz-next,#quiz #quiz-back,#quiz .quiz-submit{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:56px;border-radius:13px;font-size:15px;font-weight:800;line-height:1.3;text-decoration:none;transition:background .2s,box-shadow .2s,transform .2s;-webkit-tap-highlight-color:transparent}
#quiz #quiz-next{min-width:178px;padding:10px 14px 10px 23px;border:1px solid transparent;background:linear-gradient(115deg,#155eef,#2575ff);color:#fff;box-shadow:0 6px 16px #155eef29}
#quiz #quiz-back{padding:10px 17px;border:1px solid #dbe4ef;background:#f5f8fc;color:#536d88}
#quiz #quiz-back:disabled{opacity:.38;cursor:default;box-shadow:none}
#quiz .quiz-action-arrow{display:grid;place-items:center;flex:none;width:32px;height:32px;border-radius:9px;background:#ffffff20;transition:transform .2s}
#quiz .quiz-action-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
#quiz #quiz-back .quiz-action-arrow{width:22px;background:transparent}
#quiz .quiz-submit{justify-content:space-between;min-height:62px;padding:12px 16px 12px 23px;border:1px solid #c7e735;background:linear-gradient(110deg,#dfff45,#cef331);color:#10263e;box-shadow:0 6px 17px #84a3131c;white-space:normal;text-align:left}
#quiz .quiz-submit .quiz-action-arrow{width:36px;height:36px;background:#102e51;color:#dfff45}
#quiz .quiz-submit:disabled{opacity:.6;cursor:wait;box-shadow:none}
#quiz :is(#quiz-next,#quiz-back,.quiz-submit):focus-visible{outline:3px solid #4383fa;outline-offset:4px}
#quiz .contact-method-grid{gap:10px}
#quiz .contact-option{min-height:88px;border-radius:15px;background:#fff;box-shadow:0 3px 12px #102d4b05;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s}
#quiz .contact-option:has(input:checked){border-color:#155eef;background:#f0f5ff;box-shadow:inset 0 0 0 1px #155eef,0 5px 16px #155eef0d}
#quiz .contact-option-copy strong{font-size:13px}
#quiz .contact-option-copy small{font-size:10px;color:#62778f;line-height:1.4}
#quiz .contact-option:has(input:checked) i{border-color:#155eef;background:#155eef}
#quiz .contact-option:has(input:checked) i:after{inset:4px;background:#fff}
#quiz .contact-option:has(input:focus-visible){outline:3px solid #4383fa;outline-offset:4px}
@media(hover:hover) and (prefers-reduced-motion:no-preference){
 #quiz .choice-grid button:hover{transform:translateY(-2px);border-color:#7ea9ef;box-shadow:0 8px 22px #173f7212}
 #quiz .choice-grid button.active:hover{border-color:#155eef;box-shadow:0 10px 25px #1646772e}
 #quiz #quiz-next:hover{box-shadow:0 9px 24px #155eef38;transform:translateY(-1px)}
 #quiz #quiz-back:not(:disabled):hover{background:#eaf1fb;color:#155eef}
 #quiz .quiz-submit:not(:disabled):hover{box-shadow:0 9px 24px #84a3132e;transform:translateY(-1px)}
 #quiz :is(#quiz-next,.quiz-submit):not(:disabled):hover .quiz-action-arrow{transform:translateX(3px)}
 #quiz .contact-option:hover{border-color:#7ea9ef;transform:translateY(-1px)}
}
@media(min-width:941px) and (max-width:1200px){
 #quiz .choice-grid-visual{grid-template-columns:minmax(0,1fr)}
 #quiz .contact-method-grid{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:640px){
 #quiz .choice-grid{gap:10px}
 #quiz .choice-grid-visual{grid-template-columns:minmax(0,1fr)}
 #quiz .choice-grid-visual button{grid-template-columns:88px minmax(0,1fr);min-height:98px}
 #quiz .choice-grid-visual .choice-thumb{min-height:98px}
 #quiz .pressure-grid button,#quiz .flow-grid button{padding:15px;min-height:158px;border-radius:14px}
 #quiz .quiz-option-value{gap:5px}
 #quiz .quiz-option-value b{font-size:28px}
 #quiz .pressure-grid small,#quiz .flow-grid small{font-size:11px}
 #quiz .choice-grid .quiz-choice-help{padding:14px;min-height:92px;gap:10px;grid-template-columns:38px minmax(0,1fr) 23px}
 #quiz .quiz-choice-help .quiz-option-icon{width:36px;height:36px}
 #quiz .quiz-option-help strong{font-size:13px}
 #quiz #quiz-next{min-width:0;flex:1;padding:10px 13px;gap:10px}
 #quiz #quiz-back{padding:10px 12px;gap:5px}
 #quiz .quiz-submit{padding:12px 13px 12px 17px;font-size:14px}
 #quiz .contact-method-grid{grid-template-columns:minmax(0,1fr)}
 #quiz .contact-option{min-height:78px}
}
@media(max-width:380px){
 #quiz .pressure-grid,#quiz .flow-grid{grid-template-columns:minmax(0,1fr)}
 #quiz .pressure-grid button,#quiz .flow-grid button{min-height:143px}
 #quiz .choice-grid .quiz-choice-help{min-height:92px}
}
@media(prefers-reduced-motion:reduce){
 #quiz .choice-grid button,#quiz .choice-thumb img,#quiz .quiz-choice-mark,#quiz #quiz-next,#quiz #quiz-back,#quiz .quiz-submit,#quiz .quiz-action-arrow,#quiz .contact-option{transition:none;transform:none}
}

/* V22: explicit field, consent and contact layouts. */
#price-modal .price-modal-dialog{width:min(980px,100%);grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);max-height:calc(100dvh - 48px)}
#price-modal .price-modal-product{padding:42px 28px}
#price-modal .price-modal-product h2{font-size:clamp(27px,3vw,36px);line-height:1.12;letter-spacing:-.035em}
#price-modal .price-modal-product>p{font-size:14px;line-height:1.65}
#price-modal .price-modal-close{width:42px;height:42px;right:12px;top:12px}
#price-modal .price-modal-form{padding:48px 28px 28px;min-width:0}
#price-modal .price-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}
#price-modal .price-field,#price-modal .price-captcha,#price-modal .price-comment{display:block;min-width:0;margin:0}
#price-modal .price-field>span,#price-modal .price-field-label,#price-modal .price-comment>span{display:block;margin:0 0 7px;padding:0;color:#526980;font-size:12px;font-weight:700;line-height:1.4}
#price-modal .price-field>span i,#price-modal .price-comment>span i{display:inline;margin-left:4px;color:#7a8da1;font-size:10px;font-weight:400;font-style:normal;white-space:nowrap}
#price-modal .price-field input,#price-modal textarea{font-size:16px;border-color:#d5dfeb;border-radius:11px;box-shadow:none;background:#fff;min-width:0}
#price-modal .price-field input{height:52px;padding:0 14px}
#price-modal input::placeholder,#price-modal textarea::placeholder{color:#8292a4;opacity:1;font-size:14px}
#price-modal .price-field input:focus,#price-modal textarea:focus{border-color:#3676f3;box-shadow:0 0 0 3px #155eef12}
#price-modal .price-captcha-row{display:grid;grid-template-columns:68px minmax(0,1fr);margin:0;gap:0;border:1px solid #d5dfeb;border-radius:11px;overflow:hidden;min-height:52px;background:#f3f7fc}
#price-modal .price-captcha-row:focus-within{border-color:#3676f3;box-shadow:0 0 0 3px #155eef12}
#price-modal .captcha-question{display:grid;place-items:center;margin:0;padding:0 4px;border-right:1px solid #d5dfeb;color:#365570;font-size:14px;font-weight:700;white-space:nowrap}
#price-modal .price-captcha-row input{height:50px;min-width:0;margin:0;border:0;border-radius:0;box-shadow:none;padding:0 10px;font-size:16px;text-align:center}
#price-modal .price-comment{margin-top:18px}
#price-modal textarea{display:block;min-height:100px;max-height:240px;line-height:1.5;padding:12px 14px}
#price-modal .price-contact-method{min-width:0;margin-top:22px}
#price-modal .price-contact-method legend{margin-bottom:10px;font-size:12px;font-weight:700;color:#526980}
#price-modal .contact-method-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
#price-modal .contact-option{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;padding:14px;min-width:0;min-height:132px;border:1px solid #dbe4ef;border-radius:13px;background:#fff;box-shadow:none}
#price-modal .contact-option-icon{display:grid;place-items:center;flex:none;width:34px;height:34px;margin:0;padding:0;border-radius:10px}
#price-modal .contact-option-icon svg{width:20px;height:20px}
#price-modal .contact-option-copy{display:flex;flex-direction:column;gap:4px;margin:0;min-width:0;padding:0}
#price-modal .contact-option-copy strong{font-size:13px;line-height:1.25;color:#16334f}
#price-modal .contact-option-copy small{margin:0;color:#6c8097;font-size:11px;font-weight:400;line-height:1.35}
#price-modal .contact-option>i{position:absolute;top:15px;right:12px;margin:0;width:18px;height:18px}
#price-modal .contact-option:has(input:checked){border-color:#155eef;background:#f0f5ff;box-shadow:inset 0 0 0 1px #155eef}
#price-modal .contact-option:has(input:checked)>i{background:#155eef;border-color:#155eef}
#price-modal .contact-option:has(input:checked)>i:after{inset:4px;background:#fff}
#price-modal .contact-option:has(input:focus-visible){outline:3px solid #3676f3;outline-offset:3px}
#price-modal .consent{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;margin:20px 0 0;padding:0}
#price-modal .consent>span{display:block;margin:0;padding:0;min-width:0;color:#60748b;font-size:12px;font-weight:400;line-height:1.65;overflow-wrap:normal;word-break:normal;text-align:left}
#price-modal .consent a{display:inline;color:#365b87;font-weight:400;text-decoration:underline;text-underline-offset:3px}
#price-modal .consent input[type="checkbox"]{width:18px;height:18px;min-height:18px;margin:3px 0 0;accent-color:#155eef}
#price-modal .price-submit{display:flex;justify-content:space-between;gap:14px;min-height:56px;margin-top:20px;padding:14px 18px;border:0;border-radius:12px;background:#dfff45;color:#10263f;font-size:15px;font-weight:800;line-height:1.35;white-space:normal;text-align:left}
#price-modal .price-submit b{display:grid;place-items:center;flex:none;width:28px;height:28px;border-radius:8px;background:#102e51;color:#dfff45;font-size:20px}
#price-modal .price-submit:disabled{opacity:.65;cursor:wait}
#price-modal .price-submit:focus-visible,#price-modal .price-modal-close:focus-visible{outline:3px solid #3676f3;outline-offset:3px}
#price-modal .form-message{font-size:13px;line-height:1.5;margin-bottom:0;overflow-wrap:anywhere}
@media(hover:hover){#price-modal .contact-option:hover{border-color:#89ace4}#price-modal .price-submit:not(:disabled):hover{background:#d2f333}}
@media(max-width:820px){
 #price-modal{align-items:end;padding:0}
 #price-modal .price-modal-dialog{grid-template-columns:minmax(0,1fr);max-height:94vh;max-height:94dvh;border-radius:22px 22px 0 0}
 #price-modal .price-modal-product{padding:25px 58px 24px 24px}
 #price-modal .price-modal-product>small{margin-top:15px}
 #price-modal .price-modal-product h2{font-size:28px}
 #price-modal .price-modal-note{display:none}
 #price-modal .price-modal-form{padding:25px 24px calc(24px + env(safe-area-inset-bottom,0px))}
 #price-modal .price-modal-close{background:#ffffffed}
}
@media(max-width:480px){
 #price-modal .price-modal-product{padding-left:20px}
 #price-modal .price-modal-form{padding-inline:20px}
 #price-modal .price-form-grid{grid-template-columns:minmax(0,1fr);gap:16px}
 #price-modal .contact-method-grid{grid-template-columns:minmax(0,1fr)}
 #price-modal .contact-option{display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:12px;min-height:74px;padding:13px 14px}
 #price-modal .contact-option>i{position:static}
 #price-modal .contact-option-copy small{font-size:11px}
}

/* V24: separate consent and information link. */
.privacy-form-info{grid-column:1/-1;margin:8px 0 18px;font-size:12px;line-height:1.6;color:#596b81;overflow-wrap:anywhere;font-weight:400}
.privacy-form-info a{color:#185bd9;text-decoration:underline;text-underline-offset:3px}
