
:root {
  --ev-ink:#171a1f;
  --ev-text:#25282d;
  --ev-muted:#666b73;
  --ev-line:#dfe1e5;
  --ev-bg:#f6f6f4;
  --ev-yellow:#f8b900;
  --ev-yellow-hover:#e2a800;
  --ev-dark:#171c22;
}

@font-face {
  font-family: "Evac Oswald";
  src: url("/assets/site/evakuator161/fonts/oswald.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Evac Manrope";
  src: url("/assets/site/evakuator161/fonts/manrope.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:#fff;color:var(--ev-text);font:16px/1.55 "Evac Manrope",Inter,Arial,sans-serif}
a{color:inherit}
img{display:block;max-width:100%}
.ev-container{width:min(1390px,calc(100% - 48px));margin-inline:auto}
.ev-skip{position:absolute;left:12px;top:-60px;z-index:40;padding:10px 14px;background:#fff;border:2px solid var(--ev-yellow);border-radius:4px}
.ev-skip:focus{top:12px}
.ev-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid #eceef1}
.ev-header__bar{height:66px;display:flex;align-items:center;gap:28px}
.ev-logo{display:inline-flex;align-items:baseline;text-decoration:none;color:var(--ev-ink);font:900 28px/1 "Arial Narrow","Roboto Condensed",Arial,sans-serif;text-transform:uppercase;letter-spacing:.2px}
.ev-logo b{color:var(--ev-yellow)}
.ev-logo span{display:none}
.ev-nav{display:flex;align-items:center;gap:32px;margin-left:22px;font-size:12px;font-weight:900;text-transform:uppercase}
.ev-nav a{text-decoration:none}
.ev-header__actions{margin-left:auto;display:flex;align-items:center;gap:14px}
.ev-status{min-height:34px;display:inline-flex;align-items:center;padding:0 14px;border-radius:6px;background:#fff0ee;color:#eb332c;font-size:12px;font-weight:900;text-transform:uppercase}
.ev-phone{font-size:17px;font-weight:900;text-decoration:none;white-space:nowrap}
.ev-btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 26px;border:0;border-radius:5px;background:var(--ev-yellow);color:#151515;font-size:13px;font-weight:900;text-decoration:none;text-transform:uppercase;cursor:pointer}
.ev-btn:hover{background:var(--ev-yellow-hover)}
.ev-btn--line{background:#fff;border:1px solid var(--ev-line)}
.ev-main{overflow:clip}
h1,h2,h3,p{margin-top:0;letter-spacing:0}
h1,h2,h3{color:var(--ev-ink);font-family:"Arial Narrow","Roboto Condensed","Arial Black",Arial,sans-serif;font-weight:900;line-height:1.04;text-transform:uppercase}
h1{max-width:690px;margin:0 0 16px;font-size:64px}
h2{margin:0 0 18px;font-size:31px}
h3{margin:0 0 8px;font-size:21px}
.ev-hero{position:relative;height:438px;padding:46px 0 0;background:linear-gradient(90deg,#fff 0%,#fff 37%,rgba(255,255,255,.88) 47%,rgba(255,255,255,.12) 67%,rgba(255,255,255,0) 100%),var(--hero-image) right top/auto 100% no-repeat;border-bottom:1px solid #e6e6e6}
.ev-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:82px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}
.ev-hero .ev-container{position:relative;z-index:1}
.ev-lead{max-width:650px;margin:0 0 18px;color:#30353d;font-size:22px;line-height:1.35}
.ev-proof{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0 24px}
.ev-proof__item{height:42px;display:inline-flex;align-items:center;padding:0 18px;border:1px solid var(--ev-line);border-radius:5px;background:#fff;color:#2d3239;font-size:12px;font-weight:900;text-transform:uppercase;box-shadow:0 4px 15px rgba(0,0,0,.04)}
.ev-hero__actions{display:flex;gap:20px}
.ev-section{padding:22px 0;background:#fff}
.ev-section--soft{background:#f7f7f5}
.ev-calc{position:relative;z-index:4;margin-top:-48px;padding-bottom:8px}
.ev-calc__box{padding:23px 28px 18px;border:1px solid var(--ev-line);border-radius:6px;background:#fff;box-shadow:0 12px 34px rgba(0,0,0,.15)}
.ev-calc h2{margin-bottom:15px;font-size:28px}
.ev-form{display:grid;grid-template-columns:1.05fr 1.05fr 1.05fr 1.05fr 1fr auto;gap:14px;align-items:end}
.ev-field{display:grid;gap:6px}
.ev-field label{font-size:11px;font-weight:900}
.ev-field input,.ev-field select{width:100%;height:46px;border:1px solid var(--ev-line);border-radius:4px;padding:0 14px;background:#fff;color:#171a1f;font:inherit}
.ev-form__note{grid-column:1/-1;margin:3px 0 0;color:var(--ev-muted);font-size:12px}
.ev-grid{display:grid;gap:24px}
.ev-grid--3{grid-template-columns:repeat(3,1fr)}
.ev-grid--4{grid-template-columns:repeat(4,1fr)}
.ev-service-card{position:relative;height:236px;overflow:hidden;border-radius:4px;background:#111;color:#fff;text-decoration:none;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.ev-service-card img{width:100%;height:100%;object-fit:cover}
.ev-service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 0%,rgba(0,0,0,.16) 42%,rgba(0,0,0,.98) 72%,#050607 100%)}
.ev-service-card__body{position:absolute;left:18px;right:18px;bottom:17px;z-index:2}
.ev-service-card h3{color:#fff;font-size:24px}
.ev-service-card p{margin:0;color:#fff;font-size:14px;line-height:1.35}
.ev-band{min-height:136px;border-radius:5px;padding:28px 36px;background:#171c22;color:#fff}
.ev-band--urgent{background:linear-gradient(90deg,rgba(23,28,34,.98),rgba(23,28,34,.88)),var(--urgent-image) center/cover no-repeat}
.ev-band h2,.ev-band h3{color:#fff}
.ev-band__grid{display:grid;grid-template-columns:1.18fr 1fr;gap:30px;align-items:center}
.ev-steps-line{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:18px}
.ev-step-mini{display:grid;grid-template-columns:auto 1fr;gap:12px;color:#dfe2e6;font-size:13px}
.ev-num{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--ev-yellow);color:#111;font-weight:900}
.ev-inline-form{display:grid;grid-template-columns:1fr auto}
.ev-inline-form input{height:56px;border:0;border-radius:5px 0 0 5px;padding:0 18px;font:inherit}
.ev-inline-form .ev-btn{height:56px;border-radius:0 5px 5px 0}
.ev-price-card,.ev-task-card,.ev-case-card,.ev-panel{border:1px solid var(--ev-line);border-radius:5px;background:#fff;overflow:hidden}
.ev-price-card img{width:100%;height:136px;object-fit:cover}
.ev-price-card__body,.ev-case-card__body,.ev-panel{padding:18px}
.ev-price-card h3{font-size:19px}
.ev-price-card small{display:block;margin:8px 0 15px;color:var(--ev-muted);font-size:12px}
.ev-price{display:block;color:var(--ev-yellow);font-size:31px;font-weight:900;line-height:1.05}
.ev-price--text{font-size:27px;text-transform:uppercase}
.ev-more{font-size:12px;font-weight:900;text-transform:uppercase;text-decoration:none}
.ev-task-card{min-height:218px;padding:18px}
.ev-task-card img{width:100%;height:96px;object-fit:contain;margin:0 auto 12px}
.ev-task-card h3{font-size:19px}
.ev-task-card ul{margin:8px 0 0;padding-left:18px;color:var(--ev-muted);font-size:12px;line-height:1.45}
.ev-operator{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:center;padding:0;border-radius:5px;background:#1d2228;color:#fff;overflow:hidden}
.ev-operator img{width:100%;height:100%;min-height:218px;object-fit:cover}
.ev-operator div{padding:22px 20px}
.ev-operator h3{color:#fff;font-size:23px}
.ev-operator p{margin:0;color:#fff;font-size:13px;line-height:1.45}
.ev-map-grid{display:grid;grid-template-columns:1.34fr .72fr .56fr;gap:22px;align-items:stretch}
.ev-map{min-height:252px;position:relative;overflow:hidden;border:1px solid var(--ev-line);border-radius:5px;background:linear-gradient(135deg,#f2f6f8,#fff)}
.ev-map:before{content:"";position:absolute;inset:0;opacity:.72;background:linear-gradient(20deg,transparent 47%,#dcebf4 48%,#dcebf4 53%,transparent 54%),linear-gradient(160deg,transparent 40%,#dcebf4 41%,#dcebf4 45%,transparent 46%)}
.ev-pin{position:absolute;z-index:1;padding:7px 12px;border-radius:20px;background:#fff;border:1px solid var(--ev-line);font-size:12px;font-weight:900;box-shadow:0 5px 18px rgba(0,0,0,.08)}
.ev-pin:after{content:"";display:inline-block;width:13px;height:13px;margin-left:8px;border-radius:50%;background:var(--ev-yellow);vertical-align:-2px}
.ev-pin--1{left:12%;top:16%}.ev-pin--2{left:43%;top:22%}.ev-pin--3{right:10%;top:18%}.ev-pin--4{left:24%;bottom:30%}.ev-pin--5{right:22%;bottom:20%}
.ev-area-list{display:grid;border:1px solid var(--ev-line);border-radius:5px;overflow:hidden;background:#fff}
.ev-area-list a{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--ev-line);font-size:12px;font-weight:900;text-decoration:none;text-transform:uppercase}
.ev-area-list a:last-child{border-bottom:0}
.ev-find{padding:24px;border:1px solid var(--ev-line);border-radius:5px;background:#fff}
.ev-find p{color:#555b64}
.ev-work{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--ev-line);border-radius:5px;overflow:hidden;background:#fff}
.ev-work-item{min-height:96px;padding:16px;border-right:1px solid var(--ev-line)}
.ev-work-item:last-child{border-right:0}
.ev-work-item strong{color:var(--ev-yellow);font-weight:900}
.ev-work-item h3{font-size:14px;font-family:Arial,"Segoe UI",sans-serif}
.ev-work-item p{margin:0;color:#555b64;font-size:12px}
.ev-cases-layout{display:grid;grid-template-columns:1fr 1fr 1.05fr 1.05fr;gap:22px;align-items:start}
.ev-case-card img{width:100%;height:146px;object-fit:cover}
.ev-case-card h3{font-size:14px;font-family:Arial,"Segoe UI",sans-serif}
.ev-case-card p{font-weight:700}
.ev-rating__stars{color:var(--ev-yellow);font-size:20px;letter-spacing:1px}
.ev-review{display:grid;grid-template-columns:30px 1fr;gap:10px;margin-top:12px;font-size:12px;color:#555b64}
.ev-review span{width:30px;height:30px;border-radius:50%;background:#eef0f3}
.ev-faq details{border-bottom:1px solid var(--ev-line)}
.ev-faq summary{cursor:pointer;padding:12px 0;font-weight:900;font-size:12px}
.ev-faq p{margin:0 0 12px;color:var(--ev-muted);font-size:12px}
.ev-text-layout{display:grid;grid-template-columns:1fr .72fr .46fr;gap:26px;align-items:start}
.ev-text-layout p{font-size:15px}
.ev-text-layout img{width:100%;height:230px;object-fit:cover;border-radius:5px}
.ev-facts{display:grid;gap:10px}
.ev-facts div{padding:13px;border:1px solid var(--ev-line);border-radius:5px;background:#fff;font-size:13px;font-weight:900}
.ev-extra{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.ev-extra a{position:relative;height:118px;overflow:hidden;border-radius:4px;background:#111;color:#fff;text-decoration:none}
.ev-extra img{width:100%;height:100%;object-fit:cover}
.ev-extra:after{display:none}
.ev-extra a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.86))}
.ev-extra span{position:absolute;left:14px;right:14px;bottom:12px;z-index:1;color:#fff;font-family:"Arial Narrow","Roboto Condensed",Arial,sans-serif;font-size:19px;font-weight:900;text-transform:uppercase}
.ev-footer{background:#171c22;color:#fff}
.ev-footer__cta{padding:28px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.ev-footer h2,.ev-footer h3{color:#fff}
.ev-footer__grid{display:grid;grid-template-columns:1fr .7fr 1fr;gap:32px;padding:34px 0}
.ev-footer p,.ev-footer a{color:#d7dade}
.ev-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:35;display:none;grid-template-columns:1fr 1fr;gap:8px;padding:10px;background:rgba(255,255,255,.96);border-top:1px solid var(--ev-line)}
.ev-mobile-cta a{min-height:48px;display:grid;place-items:center;border-radius:5px;background:var(--ev-yellow);color:#111;font-weight:900;text-decoration:none}
.ev-mobile-cta a:last-child{background:#171c22;color:#fff}
@media (max-width:1100px){
  .ev-form,.ev-grid--4,.ev-map-grid,.ev-cases-layout,.ev-text-layout{grid-template-columns:1fr 1fr}
  .ev-grid--3{grid-template-columns:1fr 1fr}
  .ev-work,.ev-extra{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  body{padding-bottom:72px}
  .ev-container{width:min(100% - 36px,1390px)}
  .ev-header__bar{height:auto;min-height:70px;padding:13px 0;align-items:flex-start;flex-direction:column;gap:8px}
  .ev-nav,.ev-status,.ev-header__actions .ev-btn{display:none}
  .ev-phone{font-size:15px}
  h1{font-size:40px}
  h2{font-size:26px}
  .ev-hero{height:auto;min-height:430px;padding:28px 0 64px;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.95)),var(--hero-image) center bottom/cover no-repeat}
  .ev-lead{font-size:17px}
  .ev-hero__actions,.ev-proof{flex-direction:column;align-items:stretch}
  .ev-form,.ev-grid--3,.ev-grid--4,.ev-band__grid,.ev-map-grid,.ev-cases-layout,.ev-text-layout,.ev-footer__grid,.ev-extra,.ev-work{grid-template-columns:1fr}
  .ev-calc{margin-top:-30px}
  .ev-calc__box{padding:18px}
  .ev-inline-form{grid-template-columns:1fr;gap:10px}
  .ev-inline-form input,.ev-inline-form .ev-btn{border-radius:5px}
  .ev-work-item{border-right:0;border-bottom:1px solid var(--ev-line)}
  .ev-mobile-cta{display:grid}
}

/* 2026-08-22: MODX SEO/visual update from эвакуатор brief */
h1,h2,h3 {
  font-family: "Evac Oswald", Oswald, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
}
.ev-container { width: min(1280px, calc(100% - 48px)); }
.ev-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  font-weight: 800;
}
.ev-label span {
  min-width: 54px;
  min-height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff4ce;
  color: #e9a700;
}
.ev-hero--premium {
  min-height: 590px;
  height: auto;
  padding: 24px 0 74px;
  background: linear-gradient(90deg,#fff 0%,#fff 36%,rgba(255,255,255,.88) 47%,rgba(255,255,255,.12) 68%,rgba(255,255,255,0) 100%),var(--hero-image) right top/auto 500px no-repeat;
}
.ev-hero__grid {
  position: relative;
  min-height: 500px;
}
.ev-hero__copy {
  max-width: 540px;
  padding-top: 50px;
}
.ev-hero h1 {
  max-width: 560px;
  font-size: 52px;
  line-height: 1.08;
}
.ev-hero h1 em {
  color: var(--ev-yellow);
  font-style: normal;
}
.ev-hero-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin: 26px 0 30px;
}
.ev-hero-benefits div,
.ev-quick-benefit {
  position: relative;
  min-height: 54px;
  padding-left: 52px;
}
.ev-hero-benefits div:before,
.ev-quick-benefit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 38px;
  height: 38px;
  border: 2px solid var(--ev-yellow);
  border-radius: 50%;
  background: #fff;
}
.ev-hero-benefits div:after,
.ev-quick-benefit:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ev-yellow);
}
.ev-hero-benefits b { display: block; font-size: 14px; line-height: 1.25; }
.ev-hero-benefits span { display: block; color: var(--ev-muted); font-size: 13px; }
.ev-hero-form {
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 760px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr)) 150px;
  align-items: end;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16,24,40,.12);
}
.ev-hero-form .ev-consent,
.ev-hero-form .ev-form-status { grid-column: 1 / -1; }
.ev-situations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ev-situation-card {
  min-height: 276px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
}
.ev-situation-card img {
  width: 100%;
  height: 136px;
  object-fit: cover;
  border-radius: 8px;
}
.ev-situation-card b { font-weight: 900; }
.ev-situation-card span { color: var(--ev-muted); font-size: 14px; }
.ev-fleet-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ev-panel {
  padding: 28px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
}
.ev-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.ev-vehicle-grid a {
  min-height: 104px;
  display: grid;
  align-content: end;
  justify-items: center;
  padding: 14px;
  border: 1px solid var(--ev-line);
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.ev-vehicle-grid a:before {
  content: "";
  width: 84px;
  height: 40px;
  margin-bottom: 8px;
  border: 3px solid var(--ev-dark);
  border-top-left-radius: 34px;
  border-top-right-radius: 42px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff4ce;
}
.ev-tow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ev-tow-grid article {
  border: 1px solid var(--ev-line);
  border-radius: 10px;
  overflow: hidden;
}
.ev-tow-grid img {
  width: 100%;
  height: 125px;
  object-fit: cover;
}
.ev-tow-grid h3,
.ev-tow-grid p { padding-inline: 14px; }
.ev-tow-grid h3 { margin-top: 14px; font-size: 18px; }
.ev-tow-grid p { color: var(--ev-muted); font-size: 13px; }
.ev-section--dark {
  background: #171b20;
  color: #fff;
}
.ev-section--dark h2 { color: #fff; }
.ev-complex {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 56px;
  align-items: center;
}
.ev-complex ul {
  margin: 0 0 24px;
  padding-left: 20px;
}
.ev-complex li { margin-bottom: 8px; }
.ev-complex img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}
.ev-work--six { grid-template-columns: repeat(6, 1fr); }
.ev-price-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 380px;
  gap: 24px;
}
.ev-price-table {
  display: grid;
  border-top: 1px solid var(--ev-line);
}
.ev-price-table div {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--ev-line);
}
.ev-price-table b { white-space: nowrap; }
.ev-note { margin: 18px 0 0; color: var(--ev-muted); }
.ev-help-card {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 32px;
  border-radius: 12px;
  background: #171b20;
  color: #fff;
}
.ev-help-card h2,
.ev-help-card a { color: #fff; }
.ev-nearby-grid,
.ev-destination-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.ev-nearby-grid a,
.ev-destination-grid article,
.ev-review-grid article {
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
}
.ev-nearby-grid a {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  text-decoration: none;
}
.ev-nearby-grid b { font-size: 19px; }
.ev-nearby-grid span,
.ev-nearby-grid em { color: var(--ev-muted); font-size: 13px; font-style: normal; }
.ev-destination-grid article {
  min-height: 128px;
  display: grid;
  align-content: end;
  padding: 18px;
  font-weight: 900;
}
.ev-destination-grid article:before {
  content: "";
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--ev-yellow);
}
.ev-business {
  min-height: 260px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 36px;
  border-radius: 16px;
  background: #f5f6f7;
}
.ev-business p { max-width: 760px; color: var(--ev-muted); }
.ev-business div div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ev-business span {
  padding: 10px 14px;
  border: 1px solid var(--ev-line);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}
.ev-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ev-case-grid .ev-case-card img {
  height: 220px;
}
.ev-reviews-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.ev-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ev-review-grid article { padding: 18px; }
.ev-review-grid span { display: block; color: var(--ev-yellow); margin: 8px 0; }
.ev-review-grid p { margin-bottom: 0; color: var(--ev-muted); font-size: 13px; }
.ev-calc__box--full {
  display: grid;
  grid-template-columns: minmax(0,1fr) 290px 260px;
  gap: 24px;
}
.ev-calc__box--full h2 {
  grid-column: 1 / -1;
  text-align: center;
}
.ev-form--calc {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.ev-form--calc .ev-field--wide,
.ev-form--calc .ev-consent,
.ev-form--calc .ev-form-status {
  grid-column: 1 / -1;
}
.ev-calc-result {
  padding: 24px;
  border-radius: 12px;
  background: #fff4ce;
}
.ev-calc-result > span,
.ev-calc-result small {
  display: block;
  color: var(--ev-muted);
  font-size: 13px;
}
.ev-calc-result strong {
  display: block;
  margin: 8px 0 16px;
  font-size: 40px;
  line-height: 1;
}
.ev-calc-result dl {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 13px;
}
.ev-calc-result div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.ev-calc-result dt { color: var(--ev-muted); }
.ev-calc-result dd { margin: 0; font-weight: 900; text-align: right; }
.ev-calc-result .ev-btn { width: 100%; margin-bottom: 12px; }
.ev-calc-included {
  padding: 22px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
}
.ev-calc-included h3 { font-size: 20px; }
.ev-calc-included ul { margin: 0 0 18px; padding-left: 18px; }
.ev-calc-included li { margin-bottom: 8px; }
.ev-calc-included a { font-weight: 900; text-decoration: none; }

@media (max-width:1100px){
  .ev-hero-form,
  .ev-fleet-split,
  .ev-complex,
  .ev-price-layout,
  .ev-reviews-faq,
  .ev-business { grid-template-columns: 1fr; }
  .ev-calc__box--full { grid-template-columns: 1fr 1fr; }
  .ev-calc__box--full h2,
  .ev-form--calc { grid-column: 1 / -1; }
  .ev-hero-form { position: static; width: 100%; margin-top: 24px; }
  .ev-situations-grid,
  .ev-nearby-grid,
  .ev-destination-grid,
  .ev-work--six,
  .ev-case-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width:760px){
  .ev-container { width: min(100% - 32px, 1280px); }
  .ev-hero--premium {
    min-height: 0;
    padding: 24px 0 40px;
    background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.98)), var(--hero-image) center top/cover no-repeat;
  }
  .ev-hero__grid { min-height: 0; }
  .ev-hero__copy { padding-top: 0; }
  .ev-hero h1 { font-size: 36px; }
  .ev-hero-benefits,
  .ev-hero-form,
  .ev-situations-grid,
  .ev-fleet-split,
  .ev-vehicle-grid,
  .ev-tow-grid,
  .ev-complex,
  .ev-work--six,
  .ev-price-layout,
  .ev-nearby-grid,
  .ev-destination-grid,
  .ev-business,
  .ev-calc__box--full,
  .ev-form--calc,
  .ev-case-grid,
  .ev-reviews-faq,
  .ev-review-grid { grid-template-columns: 1fr; }
  .ev-hero-form { padding: 18px; }
  .ev-situation-card img { height: 180px; }
  .ev-complex img,
  .ev-case-grid .ev-case-card img { height: 210px; }
}


/* 2026-08-22: reference-density and form states */
.ev-form-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 10px 12px;
  border-radius: 5px;
  background: #fff7db;
  color: #171a1f;
  font-size: 12px;
  line-height: 1.35;
}
.ev-form-status[hidden] { display: none; }
.ev-consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #666b73;
  font-size: 12px;
  line-height: 1.35;
}
.ev-consent input {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  accent-color: var(--ev-yellow);
}
.ev-inline-form {
  gap: 0;
}
.ev-inline-form .ev-consent,
.ev-inline-form .ev-form-status {
  margin-top: 8px;
}
h1,h2,h3 {
  font-family: Impact, "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
}

@media (min-width: 641px) and (max-width: 760px) {
  body { padding-bottom: 0; }
  .ev-container { width: calc(100% - 28px); }
  .ev-header__bar {
    height: 36px;
    min-height: 36px;
    padding: 0;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .ev-logo { font-size: 16px; flex: 0 0 auto; }
  .ev-nav {
    display: flex;
    gap: 9px;
    margin-left: 4px;
    font-size: 7px;
    line-height: 1;
    flex: 1 1 auto;
    justify-content: center;
  }
  .ev-status {
    display: inline-flex;
    min-height: 24px;
    padding: 0 6px;
    font-size: 7px;
  }
  .ev-header__actions {
    display: flex;
    gap: 6px;
    margin-left: 0;
    flex: 0 1 auto;
    min-width: 0;
  }
  .ev-header__actions .ev-btn {
    display: inline-flex;
    min-height: 26px;
    width: 62px;
    padding: 0 5px;
    font-size: 7px;
    line-height: 1.05;
    white-space: normal;
    text-align: center;
  }
  .ev-phone { font-size: 10px; }
  .ev-mobile-cta { display: none; }
  h1 { max-width: 390px; font-size: 38px; line-height: .98; }
  h2 { font-size: 22px; margin-bottom: 12px; }
  h3 { font-size: 15px; }
  .ev-hero {
    height: 258px;
    min-height: 258px;
    padding: 24px 0 0;
    background: linear-gradient(90deg,#fff 0%,#fff 35%,rgba(255,255,255,.86) 47%,rgba(255,255,255,.12) 67%,rgba(255,255,255,0) 100%),var(--hero-image) right top/auto 100% no-repeat;
  }
  .ev-lead { max-width: 355px; font-size: 14px; margin-bottom: 10px; }
  .ev-proof {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 12px 0 14px;
  }
  .ev-proof__item {
    height: 28px;
    padding: 0 10px;
    font-size: 8px;
  }
  .ev-hero__actions {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .ev-btn {
    min-height: 36px;
    padding: 0 16px;
    font-size: 9px;
  }
  .ev-section { padding: 12px 0; }
  .ev-calc {
    margin-top: -20px;
    padding-bottom: 0;
  }
  .ev-calc__box {
    padding: 14px 18px 12px;
    border-radius: 5px;
  }
  .ev-calc h2 { font-size: 20px; margin-bottom: 10px; }
  .ev-form {
    grid-template-columns: .9fr 1fr 1fr 1fr .88fr 95px;
    gap: 9px;
    align-items: end;
  }
  .ev-field { gap: 4px; }
  .ev-field label { font-size: 8px; }
  .ev-field input,
  .ev-field select {
    height: 32px;
    padding: 0 9px;
    font-size: 10px;
  }
  .ev-form__note,
  .ev-consent,
  .ev-form-status { font-size: 9px; }
  .ev-grid--3 { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .ev-grid--4 { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .ev-service-card { height: 98px; }
  .ev-service-card__body { left: 10px; right: 10px; bottom: 9px; }
  .ev-service-card h3 { font-size: 14px; }
  .ev-service-card p { font-size: 9px; }
  .ev-band { min-height: 116px; padding: 20px 24px; }
  .ev-band__grid { grid-template-columns: 1.08fr .92fr; gap: 18px; }
  .ev-steps-line { grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
  .ev-step-mini { gap: 8px; font-size: 9px; }
  .ev-num { width: 24px; height: 24px; }
  .ev-inline-form { grid-template-columns: 1fr 96px; }
  .ev-inline-form input,
  .ev-inline-form .ev-btn { height: 36px; min-height: 36px; }
  .ev-price-card img { height: 68px; }
  .ev-price-card__body,
  .ev-case-card__body,
  .ev-panel { padding: 10px; }
  .ev-price-card h3,
  .ev-task-card h3 { font-size: 12px; }
  .ev-price { font-size: 22px; }
  .ev-price--text { font-size: 17px; }
  .ev-task-card { min-height: 126px; padding: 10px; }
  .ev-task-card img { height: 48px; margin-bottom: 8px; }
  .ev-task-card ul { font-size: 9px; }
  .ev-operator { grid-template-columns: 1fr 1fr; min-height: 126px; }
  .ev-operator img { min-height: 126px; }
  .ev-operator div { padding: 12px; }
  .ev-operator h3 { font-size: 14px; }
  .ev-map-grid { grid-template-columns: 1.34fr .72fr .56fr; gap: 12px; }
  .ev-map { min-height: 150px; }
  .ev-pin { padding: 5px 8px; font-size: 8px; }
  .ev-area-list a { padding: 7px 9px; font-size: 8px; }
  .ev-find { padding: 14px; }
  .ev-work { grid-template-columns: repeat(5, 1fr); }
  .ev-work-item { min-height: 68px; padding: 10px; border-right: 1px solid var(--ev-line); border-bottom: 0; }
  .ev-work-item h3,
  .ev-work-item p { font-size: 8px; }
  .ev-cases-layout { grid-template-columns: 1fr 1fr 1.05fr 1.05fr; gap: 12px; }
  .ev-case-card img { height: 88px; }
  .ev-text-layout { grid-template-columns: 1fr .72fr .46fr; gap: 14px; }
  .ev-text-layout img { height: 120px; }
  .ev-extra { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .ev-extra a { height: 58px; }
  .ev-extra span { font-size: 12px; }
  .ev-footer__grid { grid-template-columns: 1fr .7fr 1fr; gap: 20px; padding: 22px 0; }
}

/* Final override: keep the brief typography and mobile behavior after legacy patches. */
body {
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
}
h1,h2,h3,
.ev-logo,
.ev-extra span {
  font-family: "Evac Oswald", Oswald, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.ev-hero--premium {
  min-height: 590px;
  height: auto;
  padding: 24px 0 74px;
  background: #fff;
}
.ev-hero--premium:after {
  display: none;
}
.ev-hero-photo {
  position: absolute;
  right: 0;
  top: 24px;
  width: 736px;
  height: 500px;
  overflow: hidden;
  border-radius: 0 0 0 16px;
}
.ev-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ev-calc {
  margin-top: 0;
  padding: 80px 0;
}
.ev-map {
  background: #eef4f7;
}
.ev-map:before {
  background: none;
}

@media (min-width: 641px) and (max-width: 760px) {
  body { padding-bottom: 72px; }
  .ev-container { width: min(100% - 32px, 1280px); }
  .ev-header__bar {
    min-height: 70px;
    height: auto;
    padding: 13px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .ev-nav,
  .ev-status,
  .ev-header__actions .ev-btn { display: none; }
  .ev-phone { font-size: 15px; }
  .ev-mobile-cta { display: grid; }
  .ev-btn {
    min-height: 52px;
    padding: 0 24px;
    font-size: 15px;
  }
  .ev-section { padding: 48px 0; }
  .ev-hero--premium {
    min-height: 0;
    padding: 24px 0 40px;
    background: #fff;
  }
  .ev-hero-photo {
    position: static;
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .ev-hero h1 { max-width: none; font-size: 36px; line-height: 1.08; }
  .ev-lead { max-width: none; font-size: 16px; }
  .ev-hero__actions,
  .ev-hero-benefits,
  .ev-hero-form,
  .ev-calc__box--full,
  .ev-form--calc,
  .ev-situations-grid,
  .ev-fleet-split,
  .ev-vehicle-grid,
  .ev-tow-grid,
  .ev-complex,
  .ev-form,
  .ev-work--six,
  .ev-price-layout,
  .ev-nearby-grid,
  .ev-destination-grid,
  .ev-business,
  .ev-case-grid,
  .ev-reviews-faq,
  .ev-review-grid,
  .ev-footer__grid { grid-template-columns: 1fr; }
  .ev-hero-form {
    position: static;
    width: 100%;
    margin-top: 24px;
    padding: 18px;
  }
  .ev-field label,
  .ev-work-item h3,
  .ev-work-item p { font-size: inherit; }
  .ev-field input,
  .ev-field select {
    height: 52px;
    padding: 0 16px;
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  body { padding-bottom: 72px; }
  .ev-container { width: min(100% - 32px, 1280px); }
  .ev-hero--premium {
    min-height: 0;
    padding: 24px 0 40px;
    background: #fff;
  }
  .ev-hero-photo {
    position: static;
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .ev-hero__grid { min-height: 0; }
  .ev-hero__copy { padding-top: 0; }
  .ev-hero h1 { max-width: none; font-size: 36px; line-height: 1.08; }
  .ev-lead { max-width: none; font-size: 16px; }
  .ev-hero__actions,
  .ev-hero-benefits,
  .ev-hero-form,
  .ev-calc__box--full,
  .ev-form--calc,
  .ev-situations-grid,
  .ev-fleet-split,
  .ev-vehicle-grid,
  .ev-tow-grid,
  .ev-complex,
  .ev-form,
  .ev-work--six,
  .ev-price-layout,
  .ev-nearby-grid,
  .ev-destination-grid,
  .ev-business,
  .ev-case-grid,
  .ev-reviews-faq,
  .ev-review-grid,
  .ev-footer__grid { grid-template-columns: 1fr; }
  .ev-hero-form {
    position: static;
    width: 100%;
    margin-top: 24px;
    padding: 18px;
  }
  .ev-situation-card img { height: 180px; }
  .ev-complex img,
  .ev-case-grid .ev-case-card img { height: 210px; }
}

/* 2026-08-22: strict hero block from composition brief */
:root {
  --ev-yellow: #FFB800;
  --ev-yellow-hover: #E9A700;
}

.ev-hero--premium {
  height: 590px;
  min-height: 590px;
  padding: 0;
  overflow: visible;
  background: #fff;
  border-bottom: 1px solid #e9ecf0;
}

.ev-hero--premium:after {
  display: none;
}

.ev-hero--premium .ev-container {
  width: min(1280px, calc(100% - 48px));
}

.ev-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 520px 736px;
  gap: 24px;
  min-height: 590px;
  height: 590px;
  align-items: start;
}

.ev-hero__copy {
  position: relative;
  z-index: 3;
  width: 520px;
  max-width: 520px;
  padding-top: 58px;
}

.ev-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #15181C;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.ev-label > span:not(.ev-label__icon) {
  min-width: 0;
  min-height: 0;
  display: inline;
  border-radius: 0;
  background: transparent;
  color: #15181C;
}

.ev-label .ev-label__icon {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  display: block;
  border: 2px solid #FFB800;
  border-radius: 8px;
  background: #fff7d6;
}

.ev-label .ev-label__icon:before,
.ev-label .ev-label__icon:after {
  content: "";
  position: absolute;
  background: #15181C;
}

.ev-label .ev-label__icon:before {
  left: 12px;
  top: 6px;
  width: 2px;
  height: 8px;
  border-radius: 2px;
}

.ev-label .ev-label__icon:after {
  left: 12px;
  top: 13px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  transform: rotate(28deg);
  transform-origin: left center;
}

.ev-hero h1 {
  max-width: 520px;
  margin: 0 0 16px;
  color: #15181C;
  font-size: 52px;
  line-height: 1.08;
  text-transform: uppercase;
}

.ev-hero h1 em {
  color: #FFB800;
  font-style: normal;
}

.ev-lead {
  max-width: 490px;
  margin: 0;
  color: #646A73;
  font-size: 16px;
  line-height: 1.55;
}

.ev-hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, 235px);
  gap: 16px 20px;
  margin: 26px 0 30px;
}

.ev-hero-benefits div {
  position: relative;
  width: 235px;
  min-height: 54px;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-content: start;
  padding-left: 0;
}

.ev-hero-benefits div:before,
.ev-hero-benefits div:after {
  display: none;
}

.ev-hero-benefit__icon {
  position: relative;
  grid-row: 1 / 3;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  border: 2px solid #FFB800;
  border-radius: 50%;
  background: #fff;
}

.ev-hero-benefit__icon:before,
.ev-hero-benefit__icon:after {
  content: "";
  position: absolute;
  background: #FFB800;
}

.ev-hero-benefit__icon:before {
  left: 15px;
  top: 8px;
  width: 2px;
  height: 11px;
  border-radius: 2px;
}

.ev-hero-benefit__icon:after {
  left: 15px;
  top: 18px;
  width: 9px;
  height: 2px;
  border-radius: 2px;
  transform: rotate(-32deg);
  transform-origin: left center;
}

.ev-hero-benefits b {
  display: block;
  color: #15181C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.ev-hero-benefits div > span:not(.ev-hero-benefit__icon) {
  display: block;
  color: #646A73;
  font-size: 13px;
  line-height: 1.35;
}

.ev-hero__actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.ev-hero__actions .ev-btn {
  width: 180px;
  min-height: 52px;
  height: 52px;
  padding: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
}

.ev-hero__actions .ev-btn--line {
  width: 190px;
  border-color: #D8DCE1;
  background: #fff;
}

.ev-hero-photo {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  display: block;
  width: 736px;
  height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}

.ev-hero-photo:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 190px;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.9) 28%, rgba(255,255,255,.42) 62%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.ev-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ev-hero-form {
  position: absolute;
  right: 0;
  top: 388px;
  z-index: 4;
  width: 760px;
  height: 112px;
  min-height: 112px;
  display: grid;
  grid-template-columns: 136px 150px 150px 124px 132px;
  gap: 10px;
  align-items: start;
  padding: 14px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.12);
}

.ev-hero-form .ev-field {
  gap: 6px;
}

.ev-hero-form .ev-field label {
  color: #15181C;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.ev-hero-form .ev-field input,
.ev-hero-form .ev-field select {
  height: 52px;
  border: 1px solid #D8DCE1;
  border-radius: 8px;
  padding: 0 16px;
  background: #fff;
  color: #15181C;
  font: 400 13px/1.2 "Evac Manrope", Inter, Arial, sans-serif;
}

.ev-hero-form .ev-btn {
  width: 100%;
  min-height: 52px;
  height: 52px;
  align-self: end;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.ev-hero-form .ev-form-status {
  grid-column: 1 / -1;
}

@media (max-width: 1327px) {
  .ev-hero--premium {
    height: auto;
    min-height: 0;
    padding: 32px 0 48px;
  }

  .ev-hero--premium .ev-container {
    width: min(100% - 64px, 1280px);
  }

  .ev-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    height: auto;
    min-height: 0;
  }

  .ev-hero__copy {
    width: 100%;
    max-width: 620px;
    padding-top: 0;
  }

  .ev-hero h1 {
    max-width: 620px;
    font-size: 44px;
  }

  .ev-hero-photo {
    grid-column: 1;
    width: min(100%, 736px);
    height: auto;
    aspect-ratio: 736 / 500;
  }

  .ev-hero-form {
    position: static;
    width: min(100%, 760px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -8px;
  }

  .ev-hero-form .ev-btn {
    grid-column: 1 / -1;
  }
}

/* 2026-08-22: BLOCK 04-05 vehicle and tow type sections */
.ev-vehicle-types,
.ev-tow-types {
  color: #15181c;
}

.ev-vehicle-types .ev-container,
.ev-tow-types .ev-container {
  width: min(1280px, calc(100% - 160px));
}

.ev-vehicle-types {
  min-height: 310px;
  padding: 24px 0;
  background: #f5f6f7;
}

.ev-tow-types {
  padding: 80px 0;
  background: #fff;
}

.ev-vehicle-types h2,
.ev-tow-types h2 {
  margin: 0;
  color: #15181c;
  font-family: "Evac Oswald", Oswald, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

.ev-vehicle-types h2 {
  margin-bottom: 18px;
}

.ev-tow-types h2 {
  margin-bottom: 32px;
}

.ev-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(6, 190px);
  justify-content: center;
  gap: 24px;
}

.ev-vehicle-card {
  width: 190px;
  height: 180px;
  display: grid;
  grid-template-rows: 88px 1fr;
  align-items: start;
  justify-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  background: #fff;
  color: #15181c;
  text-align: center;
  text-decoration: none;
  transition: border-color 180ms ease;
}

.ev-vehicle-card:before {
  content: none;
}

.ev-vehicle-card:hover,
.ev-vehicle-card:focus-visible,
.ev-tow-card:hover,
.ev-tow-card:focus-within {
  border-color: #ffb800;
}

.ev-vehicle-card:focus-visible,
.ev-tow-card__link:focus-visible {
  outline: 3px solid rgba(255, 184, 0, .42);
  outline-offset: 3px;
}

.ev-vehicle-card__image {
  width: 150px;
  height: 88px;
  display: grid;
  place-items: center;
  background: #fff;
}

.ev-vehicle-card__image img {
  width: 150px;
  height: 88px;
  object-fit: contain;
  border-radius: 0;
}

.ev-vehicle-card h3 {
  max-width: 158px;
  margin: 0;
  color: #15181c;
  font-family: "Evac Oswald", Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

.ev-vehicle-card p {
  display: none;
}

.ev-tow-grid {
  display: grid;
  grid-template-columns: repeat(3, 405px);
  justify-content: center;
  gap: 24px;
}

.ev-tow-card {
  width: 405px;
  height: 330px;
  padding: 16px;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: border-color 180ms ease;
}

.ev-tow-card__link {
  height: 100%;
  display: grid;
  grid-template-rows: minmax(24px, auto) 180px auto auto 22px;
  gap: 6px;
  color: #15181c;
  text-decoration: none;
}

.ev-tow-card h3 {
  display: -webkit-box;
  min-height: 24px;
  max-height: 48px;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #15181c;
  font-family: "Evac Oswald", Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

.ev-tow-card__image,
.ev-tow-card__image img {
  width: 373px;
  height: 180px;
}

.ev-tow-card__image {
  display: grid;
  place-items: center;
  background: #fff;
  overflow: hidden;
}

.ev-tow-card__image img {
  object-fit: cover;
  border-radius: 0;
}

.ev-tow-card__capacity {
  margin: 0;
  overflow: hidden;
  color: #15181c;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.ev-tow-card__usage {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #646a73;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
}

.ev-tow-card__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  color: #15181c;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.ev-tow-card__bottom b:empty {
  display: block;
}

.ev-tow-card__bottom span {
  color: #15181c;
  transition: color 180ms ease;
}

.ev-tow-card__link:hover .ev-tow-card__bottom span,
.ev-tow-card__link:focus-visible .ev-tow-card__bottom span {
  color: #e9a700;
}

@media (max-width: 1180px) {
  .ev-vehicle-types .ev-container,
  .ev-tow-types .ev-container {
    width: min(100% - 64px, 1280px);
  }

  .ev-vehicle-grid {
    grid-template-columns: repeat(3, minmax(0, 190px));
    gap: 20px;
  }

  .ev-tow-types {
    padding: 64px 0;
  }

  .ev-tow-types h2 {
    font-size: 32px;
  }

  .ev-tow-grid {
    grid-template-columns: repeat(2, minmax(0, 405px));
    justify-content: start;
  }

  .ev-tow-card {
    width: 100%;
  }

  .ev-tow-card__image,
  .ev-tow-card__image img {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .ev-vehicle-types .ev-container,
  .ev-tow-types .ev-container {
    width: min(343px, calc(100% - 32px));
  }

  .ev-vehicle-types {
    min-height: 0;
    padding: 48px 0;
  }

  .ev-tow-types {
    padding: 48px 0;
  }

  .ev-vehicle-types h2,
  .ev-tow-types h2 {
    font-size: 28px;
  }

  .ev-vehicle-grid,
  .ev-tow-grid {
    grid-template-columns: 1fr;
  }

  .ev-vehicle-grid {
    gap: 12px;
  }

  .ev-tow-grid {
    gap: 16px;
  }

  .ev-vehicle-card,
  .ev-tow-card {
    width: 100%;
    height: auto;
  }

  .ev-vehicle-card {
    min-height: 180px;
  }

  .ev-tow-card__link {
    grid-template-rows: auto auto auto auto auto;
    gap: 10px;
  }

  .ev-tow-card__image,
  .ev-tow-card__image img {
    width: 100%;
    height: 150px;
  }
}

@media (max-width: 760px) {
  .ev-hero--premium {
    padding: 24px 0 40px;
  }

  .ev-hero--premium .ev-container {
    width: min(343px, calc(100% - 32px));
  }

  .ev-hero__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .ev-hero__copy {
    width: 100%;
    max-width: none;
  }

  .ev-label {
    margin-bottom: 16px;
  }

  .ev-hero h1 {
    max-width: none;
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 1.08;
  }

  .ev-lead {
    max-width: none;
    font-size: 16px;
  }

  .ev-hero-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 22px 0 24px;
  }

  .ev-hero-benefits div {
    width: 100%;
  }

  .ev-hero__actions {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .ev-hero__actions .ev-btn,
  .ev-hero__actions .ev-btn--line {
    width: 100%;
  }

  .ev-hero-photo {
    width: 100%;
    height: 240px;
    aspect-ratio: auto;
  }

  .ev-hero-photo:before {
    display: none;
  }

  .ev-hero-form {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .ev-hero-form .ev-field input,
  .ev-hero-form .ev-field select,
  .ev-hero-form .ev-btn {
    height: 52px;
    min-height: 52px;
  }
}

/* 2026-08-22: block 02 quick benefits and block 03 situations */
.ev-quick-benefits {
  height: 112px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
}

.ev-quick-benefits .ev-container,
.ev-situations-section .ev-container {
  width: min(1280px, calc(100% - 48px));
}

.ev-quick-benefits__grid {
  display: grid;
  grid-template-columns: repeat(6, 188px);
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.ev-quick-benefit {
  position: static;
  width: 188px;
  min-height: 64px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  padding-left: 0;
}

.ev-quick-benefit:before,
.ev-quick-benefit:after {
  display: none;
}

.ev-quick-benefit__icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
}

.ev-quick-benefit__icon img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.ev-quick-benefit__icon.is-placeholder {
  border: 2px solid #FFB800;
  border-radius: 50%;
}

.ev-quick-benefit__icon.is-placeholder:before,
.ev-quick-benefit__icon.is-placeholder:after {
  content: "";
  position: absolute;
  background: #15181C;
  border-radius: 2px;
}

.ev-quick-benefit__icon.is-placeholder:before {
  left: 14px;
  top: 7px;
  width: 2px;
  height: 10px;
}

.ev-quick-benefit__icon.is-placeholder:after {
  left: 14px;
  top: 16px;
  width: 8px;
  height: 2px;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.ev-quick-benefit__body {
  min-width: 0;
  display: block;
}

.ev-quick-benefit b {
  display: -webkit-box;
  overflow: hidden;
  color: #15181C;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ev-quick-benefit__body > span {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 3px;
  color: #646A73;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ev-situations-section {
  padding: 80px 0;
  background: #FFFFFF;
}

.ev-situations-section h2 {
  margin: 0 0 32px;
  color: #15181C;
  font-size: 36px;
  line-height: 1.12;
  text-align: center;
}

.ev-situations-grid {
  display: grid;
  grid-template-columns: repeat(4, 302px);
  gap: 24px;
}

.ev-situation-card {
  width: 302px;
  height: 276px;
  display: grid;
  grid-template-rows: 136px auto auto 1fr;
  align-content: start;
  gap: 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid #E1E4E8;
  border-radius: 12px;
  background: #FFFFFF;
  color: #15181C;
  text-decoration: none;
  box-shadow: none;
  transition: border-color 180ms ease;
}

.ev-situation-card:hover {
  border-color: #FFB800;
}

.ev-situation-card:focus-visible {
  outline: 3px solid rgba(255,184,0,.38);
  outline-offset: 3px;
  border-color: #FFB800;
}

.ev-situation-card__image,
.ev-situation-card__placeholder {
  width: 270px;
  height: 136px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #F5F6F7;
}

.ev-situation-card__image img {
  width: 270px;
  height: 136px;
  display: block;
  object-fit: cover;
}

.ev-situation-card__placeholder {
  border: 1px solid #E1E4E8;
}

.ev-situation-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 14px 0 8px;
  color: #15181C;
  font-size: 20px;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ev-situation-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #646A73;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ev-card-more {
  align-self: end;
  margin-top: 10px;
  color: #15181C;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: color 180ms ease;
}

.ev-situation-card:hover .ev-card-more {
  color: #E9A700;
}

.ev-quick-benefit.is-missing,
.ev-situation-card.is-missing {
  color: #646A73;
}

@media (max-width: 1279px) {
  .ev-quick-benefits .ev-container,
  .ev-situations-section .ev-container {
    width: min(1280px, calc(100% - 64px));
  }

  .ev-quick-benefits {
    height: auto;
    padding: 24px 0;
  }

  .ev-quick-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    justify-content: stretch;
  }

  .ev-quick-benefit {
    width: 100%;
  }

  .ev-situations-section {
    padding: 64px 0;
  }

  .ev-situations-section h2 {
    font-size: 32px;
  }

  .ev-situations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .ev-situation-card {
    width: 100%;
  }

  .ev-situation-card__image,
  .ev-situation-card__placeholder,
  .ev-situation-card__image img {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .ev-situations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ev-quick-benefits .ev-container,
  .ev-situations-section .ev-container {
    width: min(343px, calc(100% - 32px));
  }

  .ev-quick-benefits {
    padding: 24px 0;
  }

  .ev-quick-benefits__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ev-quick-benefit {
    min-height: 56px;
  }

  .ev-situations-section {
    padding: 48px 0;
  }

  .ev-situations-section h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .ev-situations-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ev-situation-card {
    width: 100%;
    height: auto;
    min-height: 276px;
    grid-template-rows: 157px auto auto 1fr;
  }

  .ev-situation-card__image,
  .ev-situation-card__placeholder,
  .ev-situation-card__image img {
    width: 100%;
    height: 157px;
  }
}

/* 2026-08-22: compact photorealistic quick benefits block. */
.ev-photo-benefits {
  --ev-benefits-ink: #18202a;
  --ev-benefits-muted: #667080;
  --ev-benefits-accent: #ffb800;
  --ev-benefits-bg: #f4f6f8;
  --ev-benefits-card: #fff;
  --ev-benefits-line: #e1e5e9;
  --ev-benefits-radius: 18px;
  --ev-benefits-photo-radius: 11px;
  --ev-benefits-shadow: 0 18px 44px rgba(17, 24, 39, .08);
  height: auto;
  padding: 64px 0 70px;
  border-bottom: 0;
  background: var(--ev-benefits-bg);
}

.ev-photo-benefits .ev-container {
  width: min(1200px, calc(100% - 80px));
}

.ev-photo-benefits__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--ev-benefits-line);
  border-radius: var(--ev-benefits-radius);
  background: var(--ev-benefits-card);
  box-shadow: var(--ev-benefits-shadow);
  list-style: none;
}

.ev-photo-benefit {
  position: relative;
  min-width: 0;
  min-height: 318px;
  display: flex;
  flex-direction: column;
  padding: 18px 16px 26px;
  border-right: 1px solid var(--ev-benefits-line);
  background: var(--ev-benefits-card);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ev-photo-benefit:last-child {
  border-right: 0;
}

.ev-photo-benefit__media {
  width: 100%;
  height: 108px;
  display: block;
  overflow: hidden;
  border-radius: var(--ev-benefits-photo-radius);
  background: #eef0f2;
}

.ev-photo-benefit img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 220ms ease;
}

.ev-photo-benefit h2 {
  margin: 20px 0 10px;
  color: var(--ev-benefits-ink);
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.ev-photo-benefit p {
  margin: 0;
  color: var(--ev-benefits-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.ev-photo-benefit__accent {
  width: 40px;
  height: 3px;
  display: block;
  align-self: center;
  margin-top: auto;
  border-radius: 999px;
  background: var(--ev-benefits-accent);
  transition: width 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .ev-photo-benefit:hover {
    z-index: 1;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(17, 24, 39, .1);
  }

  .ev-photo-benefit:hover img {
    transform: scale(1.02);
  }

  .ev-photo-benefit:hover .ev-photo-benefit__accent {
    width: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ev-photo-benefit,
  .ev-photo-benefit img,
  .ev-photo-benefit__accent {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .ev-photo-benefits .ev-container {
    width: min(100% - 48px, 960px);
  }

  .ev-photo-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .ev-photo-benefit,
  .ev-photo-benefit:nth-child(3n),
  .ev-photo-benefit:nth-child(n + 4) {
    min-height: 312px;
    border: 1px solid var(--ev-benefits-line);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .07);
  }
}

@media (max-width: 760px) {
  .ev-photo-benefits {
    padding: 36px 0 44px;
  }

  .ev-photo-benefits .ev-container {
    width: 100%;
  }

  .ev-photo-benefits__grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 78vw);
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    padding: 0 16px;
    scrollbar-width: none;
  }

  .ev-photo-benefits__grid::-webkit-scrollbar {
    display: none;
  }

  .ev-photo-benefit,
  .ev-photo-benefit:nth-child(3n),
  .ev-photo-benefit:nth-child(n + 4) {
    min-height: 342px;
    padding: 16px 16px 22px;
    border-radius: 18px 0 0 18px;
    scroll-snap-align: start;
  }

  .ev-photo-benefit:last-child {
    border-right: 1px solid var(--ev-benefits-line);
    border-radius: 18px;
  }

  .ev-photo-benefit + .ev-photo-benefit {
    border-left: 0;
  }

  .ev-photo-benefit__media {
    height: 116px;
  }

  .ev-photo-benefit h2 {
    margin-top: 20px;
    font-size: 20px;
  }

  .ev-photo-benefit p {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .ev-photo-benefits__grid {
    grid-auto-columns: minmax(260px, 82vw);
  }
}

/* 2026-08-22: QA fix - mobile hero form must reserve real vertical space. */
@media (max-width: 1327px) {
  .ev-hero-form {
    height: auto;
    min-height: 0;
  }
}

/* 2026-08-22: QA fix - prevent tablet header overflow. */
@media (max-width: 1100px) and (min-width: 761px) {
  .ev-header__actions .ev-btn {
    display: none;
  }
}

/* 2026-08-22: restore hero availability widget and reset drift from mixed hero patches. */
.ev-hero--premium {
  position: relative;
  height: 650px;
  min-height: 650px;
  padding: 0;
  overflow: visible;
  background: #fff;
  border-bottom: 1px solid #e9ecf0;
}

.ev-hero--premium:after {
  display: none;
}

.ev-hero--premium .ev-container {
  width: min(1280px, calc(100% - 48px));
}

.ev-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 540px minmax(0, 1fr);
  gap: 24px;
  height: 650px;
  min-height: 650px;
  align-items: start;
}

.ev-hero__grid:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -8vw;
  width: min(86vw, 1040px);
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, rgba(255,255,255,.9) 62%, rgba(255,255,255,.16) 82%, rgba(255,255,255,0) 100%);
}

.ev-hero__copy {
  position: relative;
  z-index: 2;
  width: 540px;
  max-width: 540px;
  padding-top: 70px;
}

.ev-label--available {
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.ev-label--available .ev-label__icon {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  display: block;
  border: 2px solid #16a34a;
  border-radius: 50%;
  background: #ecfdf3;
  box-shadow: 0 0 0 6px rgba(22, 163, 74, .1);
}

.ev-label--available .ev-label__icon:before {
  content: "";
  position: absolute;
  inset: 6px;
  width: auto;
  height: auto;
  border: 2px solid rgba(22, 163, 74, .35);
  border-radius: 50%;
  background: transparent;
}

.ev-label--available .ev-label__icon:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #16a34a;
  transform: none;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, .42);
  animation: evAvailabilityPulse 1.8s ease-out infinite;
}

.ev-label--available .ev-label__text,
.ev-label.ev-label--available > .ev-label__text {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(22, 163, 74, .22);
  border-radius: 999px;
  background: #f0fdf4;
  color: #14532d;
  font-weight: 900;
}

.ev-hero h1 {
  max-width: 540px;
  margin: 0 0 16px;
  font-size: 56px;
  line-height: 1.06;
}

.ev-lead {
  max-width: 520px;
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1.35;
}

.ev-hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  margin: 24px 0 28px;
}

.ev-hero-benefits div {
  position: relative;
  min-height: 52px;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-content: start;
  width: auto;
  padding-left: 0;
}

.ev-hero-benefits div:before,
.ev-hero-benefits div:after {
  display: block;
  content: none;
}

.ev-hero-benefits .ev-hero-benefit__icon {
  position: relative;
  grid-row: 1 / 3;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  display: block;
  border: 2px solid var(--ev-yellow);
  border-radius: 50%;
  background: #fff;
}

.ev-hero-photo {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: min(62vw, 820px);
  height: 650px;
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: #dfe3e7;
}

.ev-hero-photo:before {
  display: none;
}

.ev-hero-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0) 56%, rgba(0,0,0,.28) 100%);
  pointer-events: none;
}

.ev-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ev-availability {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 28px;
  width: 280px;
  padding: 18px 20px;
  border-left: 5px solid var(--ev-yellow);
  border-radius: 5px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 12px 32px rgba(0,0,0,.14);
}

.ev-availability strong,
.ev-availability span {
  display: block;
}

.ev-availability strong {
  color: var(--ev-ink);
  font-size: 18px;
  font-weight: 900;
}

.ev-availability span {
  margin-top: 4px;
  color: var(--ev-muted);
  font-size: 13px;
}

.ev-hero-form {
  position: absolute;
  z-index: 4;
  top: auto;
  left: 0;
  right: 0;
  bottom: -98px;
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1fr auto;
  gap: 14px;
  align-items: end;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--ev-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
}

.ev-hero-form .ev-field {
  display: grid;
  gap: 7px;
}

.ev-hero-form .ev-field label {
  color: var(--ev-ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ev-hero-form .ev-field input,
.ev-hero-form .ev-field select {
  height: 48px;
  min-height: 48px;
  border: 1px solid var(--ev-line);
  border-radius: 4px;
  padding: 0 14px;
  background: #fff;
  color: var(--ev-ink);
  font: inherit;
}

.ev-hero-form .ev-btn {
  width: auto;
  min-width: 132px;
  height: 48px;
  min-height: 48px;
  align-self: end;
  padding: 0 18px;
  white-space: nowrap;
}

.ev-photo-benefits {
  padding-top: 156px;
}

@keyframes evAvailabilityPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, .42);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(22, 163, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ev-label--available .ev-label__icon:after {
    animation: none;
  }
}

@media (max-width: 1279px) {
  .ev-hero__grid {
    grid-template-columns: minmax(0, 510px) minmax(0, 1fr);
  }

  .ev-hero__copy {
    width: 510px;
    max-width: 510px;
  }

  .ev-hero h1 {
    font-size: 48px;
  }

  .ev-hero-photo {
    width: min(58vw, 720px);
  }
}

@media (max-width: 1100px) {
  .ev-hero-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ev-hero-form .ev-btn {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .ev-hero--premium {
    height: auto;
    min-height: 0;
    padding: 0 0 38px;
  }

  .ev-hero__grid {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    gap: 24px;
    padding-top: 32px;
  }

  .ev-hero__grid:before,
  .ev-availability {
    display: none;
  }

  .ev-hero__copy {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .ev-hero-photo {
    position: relative;
    order: 2;
    width: 100%;
    height: 320px;
    border-radius: 6px;
  }

  .ev-hero-form {
    position: relative;
    order: 3;
    top: auto;
    bottom: auto;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 10px 26px rgba(0,0,0,.12);
  }

  .ev-photo-benefits {
    padding-top: 36px;
  }
}

@media (max-width: 760px) {
  .ev-hero--premium .ev-container {
    width: min(100% - 32px, 1280px);
  }

  .ev-hero__grid {
    gap: 18px;
    padding-top: 20px;
  }

  .ev-label--available .ev-label__text {
    min-height: 28px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .ev-hero h1 {
    max-width: none;
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 1.05;
  }

  .ev-lead {
    max-width: none;
    margin-bottom: 18px;
    font-size: 16px;
  }

  .ev-hero-benefits,
  .ev-hero-form {
    grid-template-columns: 1fr;
  }

  .ev-hero-benefits {
    gap: 10px;
    margin: 18px 0 20px;
  }

  .ev-hero-benefits div {
    min-height: 46px;
  }

  .ev-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ev-hero__actions .ev-btn,
  .ev-hero__actions .ev-btn--line {
    width: 100%;
    min-height: 48px;
    height: 48px;
    padding: 0 10px;
    font-size: 12px;
  }

  .ev-hero-photo {
    height: 240px;
  }

  .ev-hero-form {
    gap: 12px;
    padding: 18px;
  }
}

/* 2026-08-22: restore the black address/contact strip above the main header. */
.ev-site-top {
  min-height: 38px;
  background: var(--ev-dark);
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}

.ev-site-top .ev-container {
  width: min(1280px, calc(100% - 48px));
}

.ev-site-top__row {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ev-top-meta,
.ev-top-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ev-top-meta {
  color: #f4f6f8;
}

.ev-top-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--ev-yellow);
}

.ev-top-phone {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.ev-site-top .ev-status,
.ev-site-top .ev-status--available {
  min-height: 28px;
  padding: 0 12px;
  border-radius: 4px;
  background: rgba(255, 184, 0, .18);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .ev-site-top {
    min-height: 56px;
    font-size: 13px;
  }

  .ev-site-top .ev-container {
    width: min(100% - 32px, 1280px);
  }

  .ev-site-top__row {
    min-height: 56px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    padding: 8px 0;
  }

  .ev-top-meta {
    gap: 10px;
  }

  .ev-top-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .ev-site-top .ev-status {
    display: none;
  }

  .ev-top-phone {
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .ev-site-top {
    font-size: 12px;
  }

  .ev-top-phone {
    font-size: 12px;
  }
}

/* 2026-08-22: block 02 advantages layout from the updated brief. */
.ev-benefits-block {
  --ev-benefits-ink: #15181C;
  --ev-benefits-muted: #646A73;
  --ev-benefits-accent: #FFB800;
  --ev-benefits-hover: #E9A700;
  --ev-benefits-bg: #F5F6F7;
  --ev-benefits-line: #E1E4E8;
  height: auto;
  padding: 80px 0;
  border-bottom: 0;
  background: var(--ev-benefits-bg);
}

.ev-benefits-block .ev-container {
  width: min(1280px, calc(100% - 160px));
}

.ev-benefits-block__kicker {
  margin: 0 0 12px;
  color: var(--ev-benefits-accent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.ev-benefits-block__title {
  max-width: 760px;
  margin: 0;
  color: var(--ev-benefits-ink);
  font-family: "Evac Oswald", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.12;
  text-transform: none;
}

.ev-benefits-block__lead {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--ev-benefits-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.ev-benefits-block__rule {
  width: 40px;
  height: 3px;
  display: block;
  margin: 22px 0 36px;
  border-radius: 2px;
  background: var(--ev-benefits-accent);
}

.ev-benefits-grid.ev-photo-benefits__grid {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  list-style: none;
}

.ev-benefit-card.ev-photo-benefit,
.ev-benefit-card.ev-photo-benefit:nth-child(3n),
.ev-benefit-card.ev-photo-benefit:nth-child(n + 4) {
  min-width: 0;
  min-height: 224px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  padding: 12px;
  overflow: hidden;
  border: 1px solid var(--ev-benefits-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, .06);
  cursor: default;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ev-benefit-card__media {
  min-width: 0;
  min-height: 198px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #eef0f2;
}

.ev-benefit-card__media picture {
  height: 100%;
  display: block;
}

.ev-benefit-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 220ms ease;
}

.ev-benefit-card:nth-child(1) .ev-benefit-card__media img {
  object-position: 50% 50%;
}

.ev-benefit-card:nth-child(3) .ev-benefit-card__media img {
  object-position: 50% 50%;
}

.ev-benefit-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 14px 8px 8px 20px;
}

.ev-benefit-card__number {
  display: block;
  margin: 0 0 14px;
  color: var(--ev-benefits-accent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.ev-benefit-card h3 {
  margin: 0 0 13px;
  color: var(--ev-benefits-ink);
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.ev-benefit-card p {
  margin: 0;
  color: var(--ev-benefits-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.ev-benefit-card__accent.ev-photo-benefit__accent {
  width: 36px;
  height: 3px;
  display: block;
  align-self: flex-start;
  justify-self: auto;
  margin: auto 0 0;
  border-radius: 2px;
  background: var(--ev-benefits-accent);
  transition: width 220ms ease, background-color 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .ev-benefit-card.ev-photo-benefit:hover {
    border-color: rgba(255, 184, 0, .7);
    box-shadow: 0 14px 32px rgba(16, 24, 40, .1);
    transform: translateY(-2px);
  }

  .ev-benefit-card:hover .ev-benefit-card__media img {
    transform: scale(1.018);
  }

  .ev-benefit-card:hover .ev-benefit-card__accent {
    width: 46px;
    background: var(--ev-benefits-hover);
  }
}

@media (min-width: 901px) {
  .ev-benefits-block {
    padding-top: 156px;
  }
}

@media (max-width: 1100px) {
  .ev-benefits-block {
    padding: 64px 0;
  }

  .ev-benefits-block .ev-container {
    width: min(960px, calc(100% - 64px));
  }

  .ev-benefits-block__title {
    font-size: 32px;
  }

  .ev-benefits-grid.ev-photo-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ev-benefit-card.ev-photo-benefit,
  .ev-benefit-card.ev-photo-benefit:nth-child(3n),
  .ev-benefit-card.ev-photo-benefit:nth-child(n + 4) {
    min-height: 224px;
    grid-template-columns: 188px minmax(0, 1fr);
  }

  .ev-benefit-card h3 {
    font-size: 19px;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .ev-benefits-block {
    padding-top: 156px;
  }
}

@media (max-width: 760px) {
  .ev-benefits-block {
    padding: 48px 0;
  }

  .ev-benefits-block .ev-container {
    width: min(100% - 32px, 1280px);
  }

  .ev-benefits-block__kicker {
    font-size: 13px;
  }

  .ev-benefits-block__title {
    max-width: none;
    font-size: 28px;
  }

  .ev-benefits-block__lead {
    max-width: none;
    margin-top: 12px;
    font-size: 16px;
  }

  .ev-benefits-block__rule {
    margin: 20px 0 28px;
  }

  .ev-benefits-grid.ev-photo-benefits__grid {
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    gap: 16px;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .ev-benefit-card.ev-photo-benefit,
  .ev-benefit-card.ev-photo-benefit:nth-child(3n),
  .ev-benefit-card.ev-photo-benefit:nth-child(n + 4) {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 12px;
    scroll-snap-align: none;
  }

  .ev-benefit-card__media {
    height: 190px;
    min-height: 0;
  }

  .ev-benefit-card__body {
    padding: 16px 4px 4px;
  }

  .ev-benefit-card__number {
    margin-bottom: 12px;
  }

  .ev-benefit-card h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .ev-benefit-card p {
    max-width: 32em;
  }
}

@media (max-width: 380px) {
  .ev-benefits-block .ev-container {
    width: min(100% - 32px, 1280px);
  }

  .ev-benefit-card__media {
    height: 184px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ev-benefit-card.ev-photo-benefit,
  .ev-benefit-card__media img,
  .ev-benefit-card__accent.ev-photo-benefit__accent {
    transition: none;
  }

  .ev-benefit-card.ev-photo-benefit:hover,
  .ev-benefit-card:hover .ev-benefit-card__media img {
    transform: none;
  }
}

/* 2026-08-22: vehicle offer with transport category navigation. */
.ev-anchor {
  position: relative;
  top: -96px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ev-vehicle-offer {
  padding: 80px 0;
  overflow: clip;
  background: #f5f6f7;
  color: #15181c;
}

.ev-vehicle-offer .ev-container {
  width: min(1280px, calc(100% - 160px));
}

.ev-vehicle-offer__wrap {
  position: relative;
}

.ev-vehicle-offer__panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 24px;
  background: #171b20;
  box-shadow: 0 18px 44px rgba(16, 24, 40, .14);
}

.ev-vehicle-offer__media,
.ev-vehicle-offer__media img,
.ev-vehicle-offer__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ev-vehicle-offer__media {
  display: block;
}

.ev-vehicle-offer__media img {
  display: block;
  object-fit: cover;
  object-position: 66% 50%;
}

.ev-vehicle-offer__shade {
  z-index: 1;
  background: linear-gradient(90deg, #171b20 0%, rgba(23, 27, 32, .96) 38%, rgba(23, 27, 32, .45) 62%, rgba(23, 27, 32, 0) 100%);
  pointer-events: none;
}

.ev-vehicle-offer__content {
  position: relative;
  z-index: 2;
  max-width: 690px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 56px 32px 48px 56px;
}

.ev-vehicle-offer__label {
  max-width: 520px;
  margin: 0;
  color: #ffb800;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.ev-vehicle-offer__title {
  max-width: 620px;
  margin: 24px 0 0;
  color: #fff;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-transform: none;
}

.ev-vehicle-offer__text {
  max-width: 610px;
  margin: 24px 0 0;
  color: #d0d4d9;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.ev-vehicle-offer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.ev-vehicle-offer__btn {
  min-width: 214px;
  height: 52px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 8px;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.ev-vehicle-offer__btn svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 200ms ease;
}

.ev-vehicle-offer__btn--primary {
  min-width: 248px;
  border: 0;
  background: #ffb800;
  color: #15181c;
}

.ev-vehicle-offer__btn--secondary {
  min-width: 224px;
  border: 1px solid rgba(255, 255, 255, .75);
  background: transparent;
  color: #fff;
}

.ev-vehicle-offer__btn:hover {
  transform: translateY(-1px);
}

.ev-vehicle-offer__btn:hover svg {
  transform: translateX(2px);
}

.ev-vehicle-offer__btn--primary:hover {
  background: #e9a700;
}

.ev-vehicle-offer__btn--secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .08);
}

.ev-vehicle-offer__btn:active {
  transform: translateY(1px);
}

.ev-vehicle-offer__btn:focus-visible,
.ev-vehicle-offer-card:focus-visible {
  outline: 3px solid rgba(255, 184, 0, .48);
  outline-offset: 3px;
}

.ev-vehicle-offer__btn[aria-disabled="true"],
.ev-vehicle-offer__btn.is-disabled {
  opacity: .55;
  pointer-events: none;
}

.ev-vehicle-offer__proofs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.ev-vehicle-offer__proofs li {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  color: #fff;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.ev-vehicle-offer__proofs li:first-child {
  padding-left: 0;
}

.ev-vehicle-offer__proofs li + li {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.ev-vehicle-offer__proofs span {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ffb800;
}

.ev-vehicle-offer__proofs span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 8px;
  height: 5px;
  border-left: 3px solid #15181c;
  border-bottom: 3px solid #15181c;
  transform: rotate(-45deg);
}

.ev-vehicle-offer__proofs b {
  font: inherit;
}

@media (min-width: 1280px) {
  .ev-vehicle-offer__proofs {
    flex-wrap: nowrap;
  }

  .ev-vehicle-offer__proofs li {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }

  .ev-vehicle-offer__proofs b {
    white-space: nowrap;
  }
}

.ev-vehicle-offer__categories {
  position: relative;
  z-index: 3;
  margin: -72px 16px 0;
  padding: 16px;
  border: 1px solid rgba(225, 228, 232, .8);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 24, 40, .12);
}

.ev-vehicle-offer__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.ev-vehicle-offer-card__item {
  min-width: 0;
  border-left: 1px solid #e1e4e8;
}

.ev-vehicle-offer-card__item:first-child {
  border-left: 0;
}

.ev-vehicle-offer-card {
  position: relative;
  min-height: 248px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #fff;
  color: #15181c;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ev-vehicle-offer-card__image,
.ev-vehicle-offer-card__image img {
  width: 100%;
  height: 128px;
}

.ev-vehicle-offer-card__image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #eef0f2;
}

.ev-vehicle-offer-card__image img {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1);
  transition: transform 220ms ease;
}

.ev-vehicle-offer-card h3 {
  display: -webkit-box;
  margin: 15px 0 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #15181c;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
}

.ev-vehicle-offer-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.ev-vehicle-offer-card__accent {
  width: 32px;
  height: 3px;
  display: block;
  border-radius: 2px;
  background: #ffb800;
}

.ev-vehicle-offer-card__arrow {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #e1e4e8;
  border-radius: 50%;
  background: #fff;
  color: #15181c;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.ev-vehicle-offer-card__arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (hover: hover) and (pointer: fine) {
  .ev-vehicle-offer-card:hover {
    z-index: 2;
    border-color: rgba(255, 184, 0, .72);
    box-shadow: 0 12px 30px rgba(16, 24, 40, .12);
    transform: translateY(-2px);
  }

  .ev-vehicle-offer-card:hover .ev-vehicle-offer-card__image img {
    transform: scale(1.02);
  }

  .ev-vehicle-offer-card:hover .ev-vehicle-offer-card__arrow {
    border-color: #ffb800;
    background: #ffb800;
    transform: translateX(2px);
  }
}

@media (max-width: 1279px) {
  .ev-vehicle-offer {
    padding: 64px 0;
  }

  .ev-vehicle-offer .ev-container {
    width: min(960px, calc(100% - 64px));
  }

  .ev-vehicle-offer__panel {
    min-height: 620px;
  }

  .ev-vehicle-offer__content {
    max-width: 560px;
    min-height: 620px;
    padding: 40px;
  }

  .ev-vehicle-offer__title {
    font-size: 40px;
  }

  .ev-vehicle-offer__text {
    font-size: 16px;
  }

  .ev-vehicle-offer__proofs {
    max-width: 560px;
    gap: 12px 0;
  }

  .ev-vehicle-offer__proofs li {
    padding: 0 18px;
  }

  .ev-vehicle-offer__proofs li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .ev-vehicle-offer__categories {
    margin: -48px 0 0;
  }

  .ev-vehicle-offer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .ev-vehicle-offer-card__item,
  .ev-vehicle-offer-card__item:first-child {
    border-left: 0;
  }

  .ev-vehicle-offer-card {
    border-color: #e1e4e8;
  }
}

@media (max-width: 760px) {
  .ev-anchor {
    top: -72px;
  }

  .ev-vehicle-offer {
    padding: 48px 0;
  }

  .ev-vehicle-offer .ev-container {
    width: min(343px, calc(100% - 32px));
  }

  .ev-vehicle-offer__panel {
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
  }

  .ev-vehicle-offer__media,
  .ev-vehicle-offer__media img {
    position: static;
    height: 258px;
  }

  .ev-vehicle-offer__media {
    order: 2;
  }

  .ev-vehicle-offer__media img {
    object-position: 50% 50%;
  }

  .ev-vehicle-offer__shade {
    display: none;
  }

  .ev-vehicle-offer__content {
    order: 1;
    min-height: 0;
    padding: 24px;
  }

  .ev-vehicle-offer__label {
    font-size: 13px;
  }

  .ev-vehicle-offer__title {
    max-width: none;
    margin-top: 18px;
    font-size: 32px;
  }

  .ev-vehicle-offer__text {
    margin-top: 18px;
    font-size: 16px;
  }

  .ev-vehicle-offer__actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .ev-vehicle-offer__btn,
  .ev-vehicle-offer__btn--primary,
  .ev-vehicle-offer__btn--secondary {
    width: 100%;
    min-width: 0;
  }

  .ev-vehicle-offer__proofs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .ev-vehicle-offer__proofs li,
  .ev-vehicle-offer__proofs li:first-child,
  .ev-vehicle-offer__proofs li:nth-child(3) {
    padding: 0;
    border-left: 0;
    font-size: 15px;
  }

  .ev-vehicle-offer__categories {
    margin: -24px 0 0;
    padding: 12px;
    border-radius: 14px;
  }

  .ev-vehicle-offer__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ev-vehicle-offer-card {
    min-height: 104px;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 40px;
    align-items: center;
    column-gap: 12px;
    padding: 10px;
    border-color: #e1e4e8;
  }

  .ev-vehicle-offer-card__image,
  .ev-vehicle-offer-card__image img {
    height: 84px;
  }

  .ev-vehicle-offer-card__image {
    grid-column: 1;
    grid-row: 1;
  }

  .ev-vehicle-offer-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    -webkit-line-clamp: 3;
  }

  .ev-vehicle-offer-card__bottom {
    grid-column: 3;
    grid-row: 1;
    justify-content: center;
    margin-top: 0;
  }

  .ev-vehicle-offer-card__accent {
    display: none;
  }
}

@media (max-width: 360px) {
  .ev-vehicle-offer-card {
    grid-template-columns: 104px minmax(0, 1fr) 40px;
    column-gap: 10px;
  }

  .ev-vehicle-offer-card__image,
  .ev-vehicle-offer-card__image img {
    height: 80px;
  }

  .ev-vehicle-offer-card h3 {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ev-vehicle-offer__btn,
  .ev-vehicle-offer__btn svg,
  .ev-vehicle-offer-card,
  .ev-vehicle-offer-card__image img,
  .ev-vehicle-offer-card__arrow {
    transition: none;
  }

  .ev-vehicle-offer__btn:hover,
  .ev-vehicle-offer__btn:hover svg,
  .ev-vehicle-offer-card:hover,
  .ev-vehicle-offer-card:hover .ev-vehicle-offer-card__image img,
  .ev-vehicle-offer-card:hover .ev-vehicle-offer-card__arrow {
    transform: none;
  }
}

/* 2026-08-22: width relief for desktop and narrow laptop viewports. */
@media (min-width: 1101px) {
  .ev-benefits-block .ev-container {
    width: min(1280px, calc(100% - 64px));
  }
}

@media (min-width: 1181px) and (max-width: 1279px) {
  .ev-vehicle-types .ev-container,
  .ev-tow-types .ev-container {
    width: min(100% - 64px, 1280px);
  }

  .ev-vehicle-grid {
    grid-template-columns: repeat(3, minmax(0, 190px));
    gap: 20px;
  }

  .ev-tow-types {
    padding: 64px 0;
  }

  .ev-tow-grid {
    grid-template-columns: repeat(2, minmax(0, 405px));
    justify-content: start;
  }

  .ev-tow-card,
  .ev-tow-card__image,
  .ev-tow-card__image img {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .ev-vehicle-types .ev-container,
  .ev-tow-types .ev-container,
  .ev-vehicle-offer .ev-container {
    width: min(1280px, calc(100% - 64px));
  }

  .ev-situations-grid,
  .ev-vehicle-grid,
  .ev-tow-grid {
    grid-template-columns: repeat(var(--ev-grid-columns, 4), minmax(0, 1fr));
  }

  .ev-vehicle-grid {
    --ev-grid-columns: 6;
  }

  .ev-tow-grid {
    --ev-grid-columns: 3;
  }

  .ev-situation-card,
  .ev-vehicle-card,
  .ev-tow-card,
  .ev-situation-card__image,
  .ev-situation-card__placeholder,
  .ev-situation-card__image img,
  .ev-tow-card__image,
  .ev-tow-card__image img {
    width: 100%;
  }
}

/* 2026-08-22: enlarge situation cards so titles and descriptions are not clipped. */
.ev-situations-grid {
  align-items: stretch;
}

.ev-situation-card {
  height: auto;
  min-height: 344px;
  grid-template-rows: 156px auto auto auto;
  padding: 18px;
}

.ev-situation-card__image,
.ev-situation-card__placeholder,
.ev-situation-card__image img {
  height: 156px;
}

.ev-situation-card h3 {
  display: block;
  min-height: 56px;
  overflow: visible;
  margin: 16px 0 10px;
  line-height: 1.3;
  -webkit-line-clamp: unset;
}

.ev-situation-card p {
  display: block;
  min-height: 40px;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.ev-card-more {
  align-self: start;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .ev-situation-card {
    min-height: 330px;
  }
}

@media (max-width: 760px) {
  .ev-situation-card {
    min-height: 0;
    grid-template-rows: auto auto auto auto;
    padding: 16px;
  }

  .ev-situation-card__image,
  .ev-situation-card__placeholder,
  .ev-situation-card__image img {
    height: 180px;
  }

  .ev-situation-card h3,
  .ev-situation-card p {
    min-height: 0;
  }

  .ev-situation-card h3 {
    min-height: 30px;
  }
}

/* 2026-08-22: align vehicle category panel cards. */
.ev-vehicle-offer__categories {
  margin: -72px 0 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid #E1E4E8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 24, 40, .10);
}

.ev-vehicle-offer__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ev-vehicle-offer-card__item {
  position: relative;
  min-width: 0;
  display: flex;
  border-left: 0;
}

.ev-vehicle-offer-card__item + .ev-vehicle-offer-card__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  z-index: 2;
  width: 1px;
  background: #E1E4E8;
  pointer-events: none;
}

.ev-vehicle-offer-card {
  width: 100%;
  height: 280px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #fff;
  color: #15181C;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
}

.ev-vehicle-offer-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #eef0f2;
}

.ev-vehicle-offer-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

.ev-vehicle-offer-card h3 {
  height: 72px;
  min-height: 72px;
  display: block;
  margin: 16px 0 0;
  overflow: hidden;
  color: #15181C;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  -webkit-line-clamp: unset;
}

.ev-vehicle-offer-card__bottom {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.ev-vehicle-offer-card__accent {
  width: 32px;
  height: 3px;
  flex: 0 0 32px;
  border-radius: 2px;
  background: #FFB800;
}

.ev-vehicle-offer-card__arrow {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D8DCE1;
  border-radius: 50%;
  background: #fff;
  color: #15181C;
}

.ev-vehicle-offer-card__arrow svg {
  width: 20px;
  height: 20px;
}

.ev-vehicle-offer-card:active {
  transform: translateY(1px);
}

@media (max-width: 1279px) {
  .ev-vehicle-offer__categories {
    margin: -48px 0 0;
  }

  .ev-vehicle-offer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .ev-vehicle-offer-card__item,
  .ev-vehicle-offer-card__item:first-child {
    border-left: 0;
  }

  .ev-vehicle-offer-card__item:before {
    display: none;
  }

  .ev-vehicle-offer-card {
    height: 300px;
    min-height: 300px;
    border-color: #E1E4E8;
  }
}

@media (max-width: 760px) {
  .ev-vehicle-offer__categories {
    margin: -24px 0 0;
    padding: 12px;
    border-radius: 14px;
  }

  .ev-vehicle-offer__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ev-vehicle-offer-card {
    height: auto;
    min-height: 112px;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 40px;
    align-items: center;
    column-gap: 12px;
    padding: 12px;
  }

  .ev-vehicle-offer-card__image,
  .ev-vehicle-offer-card__image img {
    width: 112px;
    height: 84px;
    aspect-ratio: auto;
  }

  .ev-vehicle-offer-card h3 {
    height: auto;
    min-height: 0;
    margin: 0;
    overflow: visible;
    font-size: 16px;
    line-height: 1.3;
  }

  .ev-vehicle-offer-card__bottom {
    min-height: 40px;
    justify-content: center;
    margin-top: 0;
  }

  .ev-vehicle-offer-card__accent {
    display: none;
  }
}

@media (max-width: 360px) {
  .ev-vehicle-offer-card {
    grid-template-columns: 96px minmax(0, 1fr) 40px;
    column-gap: 10px;
  }

  .ev-vehicle-offer-card__image,
  .ev-vehicle-offer-card__image img {
    width: 96px;
    height: 72px;
  }

  .ev-vehicle-offer-card h3 {
    font-size: 15px;
  }
}

/* 2026-08-22: interactive MODX district map */
.ev-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ev-district-map {
  padding: 80px 0;
  overflow: hidden;
  background: #F5F6F7;
}

.ev-district-map .ev-container {
  width: min(1280px, calc(100% - 48px));
}

.ev-district-map__header {
  margin-bottom: 24px;
}

.ev-district-map__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: #FFB800;
  font: 700 14px/1.4 "Evac Manrope", Inter, Arial, sans-serif;
}

.ev-district-map__eyebrow span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #FFB800;
}

.ev-district-map__title {
  max-width: 1000px;
  margin: 0;
  color: #18202A;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
}

.ev-district-map__intro {
  max-width: 840px;
  margin: 14px 0 0;
  color: #667080;
  font: 400 17px/1.5 "Evac Manrope", Inter, Arial, sans-serif;
}

.ev-district-map__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(380px, 1fr);
  gap: 24px;
  align-items: stretch;
}

.ev-district-map__map-card,
.ev-district-map__sidebar {
  min-height: 520px;
  height: 520px;
  border: 1px solid #E1E4E8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(16, 24, 40, .07);
  box-sizing: border-box;
}

.ev-district-map__map-card {
  position: relative;
  overflow: hidden;
}

.ev-district-map__canvas {
  position: absolute;
  inset: 0;
  min-height: 520px;
  background: #eaf1f5;
}

.ev-district-map__canvas:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .78;
  background:
    linear-gradient(28deg, transparent 0 48%, rgba(255, 184, 0, .34) 49% 50%, transparent 51%),
    linear-gradient(155deg, transparent 0 42%, rgba(110, 157, 188, .22) 43% 45%, transparent 46%),
    linear-gradient(0deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .42));
  pointer-events: none;
}

.ev-district-map__canvas.is-loaded:before {
  display: none;
}

.ev-district-map__loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  border: 1px solid #E1E4E8;
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  color: #667080;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(16, 24, 40, .08);
}

.ev-district-map__canvas.is-loaded .ev-district-map__loader {
  display: none;
}

.ev-district-map__canvas.is-map-error .ev-district-map__loader {
  color: #18202A;
}

.ev-district-map__city {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 4;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #18202A;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(16, 24, 40, .12);
  pointer-events: none;
}

.ev-district-map__controls {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 4;
  display: grid;
  gap: 14px;
}

.ev-district-map__controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 220, 225, .85);
  border-radius: 12px;
  background: #fff;
  color: #18202A;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(16, 24, 40, .13);
  cursor: pointer;
}

.ev-district-map__controls button:hover {
  color: #FFB800;
}

.ev-district-map__controls button[data-ev-map-geolocation] span {
  width: 22px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.ev-district-map__controls button[data-ev-map-geolocation] span:before,
.ev-district-map__controls button[data-ev-map-geolocation] span:after {
  content: "";
  position: absolute;
  background: currentColor;
}

.ev-district-map__controls button[data-ev-map-geolocation] span:before {
  left: 50%;
  top: -7px;
  width: 2px;
  height: 32px;
  transform: translateX(-50%);
}

.ev-district-map__controls button[data-ev-map-geolocation] span:after {
  left: -7px;
  top: 50%;
  width: 32px;
  height: 2px;
  transform: translateY(-50%);
}

.ev-district-map__sheet {
  display: none;
}

.ev-district-map__sidebar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 22px 16px 26px;
}

.ev-district-map__sidebar-title {
  margin: 0;
  color: #18202A;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.ev-district-map__sidebar-text {
  margin: 6px 0 0;
  color: #667080;
  font-size: 14px;
  line-height: 1.4;
}

.ev-district-map__search {
  position: relative;
  display: block;
  margin: 16px 0 12px;
}

.ev-district-map__search:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #99A3AF;
  border-radius: 50%;
  transform: translateY(-58%);
}

.ev-district-map__search:after {
  content: "";
  position: absolute;
  left: 27px;
  top: 28px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #99A3AF;
  transform: rotate(45deg);
}

.ev-district-map__search input {
  width: 100%;
  height: 44px;
  border: 1px solid #D8DCE1;
  border-radius: 8px;
  padding: 0 14px 0 42px;
  background: #fff;
  color: #18202A;
  font: 500 15px/1.2 "Evac Manrope", Inter, Arial, sans-serif;
}

.ev-district-map__search input::placeholder {
  color: #99A3AF;
}

.ev-district-accordion {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0 -8px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

.ev-district-item {
  border-bottom: 1px solid #E1E4E8;
  background: #fff;
}

.ev-district-item:last-child {
  border-bottom: 0;
}

.ev-district-item[hidden] {
  display: none;
}

.ev-district-item__trigger {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border: 0;
  border-left: 3px solid transparent;
  background: #fff;
  color: #18202A;
  font: 700 15px/1.25 "Evac Manrope", Inter, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.ev-district-item__trigger:hover {
  background: #F7F8F9;
}

.ev-district-item__pin {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  position: relative;
  color: #FFB800;
}

.ev-district-item__pin:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 11px;
  height: 11px;
  border-radius: 50% 50% 50% 0;
  background: currentColor;
  transform: rotate(-45deg);
}

.ev-district-item__pin:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.ev-district-item__title {
  min-width: 0;
  flex: 1;
}

.ev-district-item__chevron {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease, color .2s ease;
}

.ev-district-item__trigger:hover .ev-district-item__chevron {
  color: #FFB800;
}

.ev-district-item.is-active {
  background: #FFF9E6;
}

.ev-district-item.is-active .ev-district-item__trigger {
  border-left-color: #FFB800;
  background: #FFF9E6;
  font-weight: 800;
}

.ev-district-item.is-active .ev-district-item__chevron {
  transform: rotate(225deg);
}

.ev-district-item__panel {
  padding: 12px 18px 18px 44px;
  border-left: 3px solid #FFB800;
  background: linear-gradient(180deg, #FFF9E6, #fff);
}

.ev-district-item__panel[hidden] {
  display: none;
}

.ev-district-item__status {
  margin: 0 0 14px;
  color: #667080;
  font-size: 14px;
  line-height: 1.4;
}

.ev-district-item__phone,
.ev-district-map__sheet-phone {
  display: inline-block;
  color: #18202A;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.ev-district-item__call,
.ev-district-map__sheet-call {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  border-radius: 8px;
  background: #FFB800;
  color: #15181C;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s ease;
}

.ev-district-item__call:hover,
.ev-district-map__sheet-call:hover {
  background: #E9A700;
}

.ev-district-item__call-icon,
.ev-district-map__sheet-call .ev-district-item__call-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ev-district-item__more {
  display: inline-flex;
  margin-top: 12px;
  color: #18202A;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(24, 32, 42, .24);
  text-underline-offset: 3px;
}

.ev-district-item__note {
  margin: 12px 0 0;
  color: #667080;
  font-size: 13px;
  line-height: 1.4;
}

.ev-district-map__empty {
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  background: #fff;
  color: #667080;
  font-size: 14px;
}

.ev-district-map__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 0;
  color: #667080;
  font-size: 16px;
  line-height: 1.45;
}

.ev-district-map__footer span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  position: relative;
  border-radius: 50%;
  background: #667080;
}

.ev-district-map__footer span:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  transform: rotate(-45deg);
}

.ev-district-map__footer span:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #667080;
}

.ev-district-placemark {
  position: relative;
  width: 48px;
  height: 60px;
  cursor: pointer;
  transform: translate(-24px, -55px);
}

.ev-district-placemark__pin {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 50% 0;
  background: #FFB800;
  box-shadow: 0 10px 20px rgba(16, 24, 40, .18);
  transform: rotate(-45deg);
  transition: background .2s ease, transform .2s ease;
}

.ev-district-placemark__pin:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #18202A;
  transform: translate(-50%, -50%);
}

.ev-district-placemark__label {
  position: absolute;
  left: 50%;
  top: 54px;
  min-width: max-content;
  padding: 8px 12px;
  border-radius: 11px;
  background: #fff;
  color: #18202A;
  font: 700 14px/1.2 "Evac Manrope", Inter, Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(16, 24, 40, .12);
  transform: translateX(-50%);
  pointer-events: none;
}

.ev-district-placemark.is-active {
  z-index: 6;
}

.ev-district-placemark.is-active:before,
.ev-district-placemark.is-active:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 64px;
  height: 64px;
  border: 2px solid rgba(255, 184, 0, .45);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: evDistrictPulse 1.8s ease-out infinite;
}

.ev-district-placemark.is-active:after {
  width: 84px;
  height: 84px;
  animation-delay: .28s;
}

.ev-district-placemark.is-active .ev-district-placemark__pin {
  background: #18202A;
  transform: rotate(-45deg) scale(1.08);
}

.ev-district-placemark.is-active .ev-district-placemark__pin:before {
  background: #FFB800;
}

.ev-district-user-point {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #2563EB;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .2), 0 6px 18px rgba(16, 24, 40, .18);
  transform: translate(-9px, -9px);
}

@keyframes evDistrictPulse {
  0% {
    opacity: .9;
    transform: translate(-50%, -50%) scale(.72);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ev-district-placemark.is-active:before,
  .ev-district-placemark.is-active:after {
    animation: none;
  }
}

@media (max-width: 1279px) {
  .ev-district-map {
    padding: 64px 0;
  }

  .ev-district-map .ev-container {
    width: min(960px, calc(100% - 64px));
  }

  .ev-district-map__title {
    font-size: 34px;
  }

  .ev-district-map__intro {
    font-size: 16px;
  }

  .ev-district-map__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ev-district-map__map-card,
  .ev-district-map__canvas {
    min-height: 500px;
    height: 500px;
  }

  .ev-district-map__sidebar {
    height: auto;
    min-height: 0;
  }

  .ev-district-accordion {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ev-district-item:nth-child(odd) {
    border-right: 1px solid #E1E4E8;
  }
}

@media (max-width: 760px) {
  .ev-district-map {
    padding: 48px 0;
  }

  .ev-district-map .ev-container {
    width: min(100% - 32px, 343px);
  }

  .ev-district-map__header {
    margin-bottom: 20px;
  }

  .ev-district-map__title {
    font-size: 28px;
    line-height: 1.18;
  }

  .ev-district-map__intro {
    margin-top: 12px;
    font-size: 16px;
  }

  .ev-district-map__grid {
    gap: 16px;
  }

  .ev-district-map__map-card,
  .ev-district-map__canvas {
    min-height: 520px;
    height: 520px;
    border-radius: 16px;
  }

  .ev-district-map__city {
    left: 12px;
    top: 12px;
    padding: 9px 12px;
    font-size: 14px;
  }

  .ev-district-map__controls {
    right: 12px;
    top: 12px;
    gap: 12px;
  }

  .ev-district-map__sidebar {
    height: auto;
    min-height: 0;
    padding: 18px 12px;
    border-radius: 16px;
  }

  .ev-district-map__sidebar-title {
    font-size: 22px;
  }

  .ev-district-accordion {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .ev-district-item:nth-child(odd) {
    border-right: 0;
  }

  .ev-district-item__trigger {
    min-height: 50px;
    padding: 0 12px;
    font-size: 15px;
  }

  .ev-district-item__panel {
    display: none;
  }

  .ev-district-map__sheet:not([hidden]) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    padding: 22px 20px 20px;
    border-radius: 20px 20px 0 0;
    background: #fff;
    box-shadow: 0 -12px 32px rgba(16, 24, 40, .14);
  }

  .ev-district-map__sheet-handle {
    display: block;
    width: 44px;
    height: 4px;
    margin: 0 auto 16px;
    border-radius: 999px;
    background: #D8DCE1;
  }

  .ev-district-map__sheet-close {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 36px;
    height: 36px;
    border: 1px solid #E1E4E8;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }

  .ev-district-map__sheet-close:before,
  .ev-district-map__sheet-close:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 17px;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #18202A;
  }

  .ev-district-map__sheet-close:before {
    transform: rotate(45deg);
  }

  .ev-district-map__sheet-close:after {
    transform: rotate(-45deg);
  }

  .ev-district-map__sheet h3 {
    max-width: calc(100% - 42px);
    margin: 0 0 8px;
    color: #18202A;
    font-family: "Evac Manrope", Inter, Arial, sans-serif;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
  }

  .ev-district-map__sheet p {
    margin: 0 0 14px;
    color: #667080;
    font-size: 14px;
    line-height: 1.4;
  }

  .ev-district-map__sheet-phone {
    font-size: 24px;
  }

  .ev-district-map__footer {
    align-items: flex-start;
    margin-top: 18px;
    font-size: 15px;
  }

  .ev-district-placemark__label {
    display: none;
    top: 52px;
    font-size: 13px;
  }

  .ev-district-placemark.is-active .ev-district-placemark__label {
    display: block;
  }
}

@media (max-width: 360px) {
  .ev-district-map .ev-container {
    width: calc(100% - 28px);
  }

  .ev-district-map__map-card,
  .ev-district-map__canvas {
    min-height: 500px;
    height: 500px;
  }

  .ev-district-item__trigger {
    font-size: 14px;
  }

  .ev-district-map__sheet-phone {
    font-size: 22px;
  }
}

/* 2026-08-22: intercity routes and delivery destination cards */
.ev-related-section {
  padding: 80px 0;
  background: #fff;
  scroll-margin-top: 110px;
}

.ev-related-section--soft {
  background: #F5F6F7;
}

.ev-related-section .ev-container {
  width: min(1280px, calc(100% - 48px));
}

.ev-related-head {
  max-width: 720px;
  margin: 0 0 42px;
}

.ev-related-head__kicker {
  margin: 0 0 8px;
  color: #FFB800;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ev-related-head h2 {
  margin: 0 0 12px;
  color: #15181C;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: none;
}

.ev-related-head p:not(.ev-related-head__kicker) {
  max-width: 690px;
  margin: 0;
  color: #646A73;
  font-size: 17px;
  line-height: 1.5;
}

.ev-related-head > span {
  display: block;
  width: 92px;
  height: 4px;
  margin-top: 24px;
  border-radius: 999px;
  background: #FFB800;
}

.ev-route-grid,
.ev-delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ev-route-card,
.ev-delivery-card {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid #E1E4E8;
  border-radius: 16px;
  background: #fff;
  color: #15181C;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .06);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ev-route-card:hover,
.ev-delivery-card:hover {
  border-color: #FFB800;
  box-shadow: 0 16px 36px rgba(16, 24, 40, .1);
  transform: translateY(-3px);
}

.ev-route-card:active,
.ev-delivery-card:active {
  box-shadow: 0 8px 20px rgba(16, 24, 40, .08);
  transform: scale(.99);
}

.ev-route-card:focus-visible,
.ev-delivery-card:focus-visible {
  outline: 2px solid #FFB800;
  outline-offset: 3px;
}

.ev-related-arrow {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8D96A3;
  border-radius: 50%;
  background: #fff;
  color: #15181C;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.ev-related-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ev-route-card:hover .ev-related-arrow,
.ev-delivery-card:hover .ev-related-arrow,
.ev-route-card--accent .ev-related-arrow {
  border-color: #FFB800;
  background: #FFB800;
  color: #15181C;
}

.ev-route-card {
  min-height: 230px;
  padding: 22px 30px 20px 24px;
  grid-template-rows: auto 1fr auto;
}

.ev-route-card__graphic {
  position: relative;
  display: block;
  height: 50px;
  margin: 0 0 8px;
}

.ev-route-card__graphic svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ev-route-card__graphic path {
  fill: none;
  stroke: #FFB800;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 6 8;
}

.ev-route-card__graphic circle {
  fill: #fff;
  stroke: #FFB800;
  stroke-width: 5;
}

.ev-route-card__pin {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 31px;
  height: 42px;
  border-radius: 18px 18px 18px 4px;
  background: #FFB800;
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(255, 184, 0, .28);
}

.ev-route-card__pin:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
}

.ev-route-card__body {
  display: block;
}

.ev-route-card__title {
  display: block;
  color: #15181C;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.ev-route-card__distance {
  display: block;
  margin-top: 6px;
  color: #646A73;
  font-size: 15px;
  line-height: 1.4;
}

.ev-route-card__bottom {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #E1E4E8;
  color: #15181C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.ev-route-card--accent {
  border-color: #171B20;
  background: #171B20;
  color: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .16);
}

.ev-route-card--accent .ev-route-card__title {
  color: #fff;
}

.ev-route-card--accent .ev-route-card__distance {
  color: #D0D4D9;
}

.ev-route-card--accent .ev-route-card__bottom {
  border-top-color: rgba(255,255,255,.28);
  color: #fff;
}

.ev-route-card--accent .ev-route-card__graphic circle {
  fill: #171B20;
}

.ev-delivery-card {
  height: 232px;
  min-height: 230px;
  grid-template-columns: 42% minmax(0, 1fr);
}

.ev-delivery-card__media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  overflow: hidden;
  background: #E7EAEE;
}

.ev-delivery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .2s ease;
}

.ev-delivery-card:hover .ev-delivery-card__media img {
  transform: scale(1.015);
}

.ev-delivery-card__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px 20px 20px;
}

.ev-delivery-card__title {
  display: block;
  color: #15181C;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.ev-delivery-card__text {
  display: block;
  margin-top: 12px;
  color: #646A73;
  font-size: 15px;
  line-height: 1.45;
}

.ev-delivery-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.ev-delivery-card__accent {
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: #FFB800;
}

@media (prefers-reduced-motion: reduce) {
  .ev-route-card,
  .ev-delivery-card,
  .ev-related-arrow,
  .ev-delivery-card__media img {
    transition: none;
  }

  .ev-route-card:hover,
  .ev-delivery-card:hover,
  .ev-route-card:active,
  .ev-delivery-card:active {
    transform: none;
  }
}

@media (max-width: 1279px) {
  .ev-related-section {
    padding: 64px 0;
  }

  .ev-related-section .ev-container {
    width: min(960px, calc(100% - 64px));
  }

  .ev-related-head h2 {
    font-size: 32px;
    line-height: 1.19;
  }

  .ev-route-grid,
  .ev-delivery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 118px;
  }

  .ev-related-section {
    padding: 48px 0;
    scroll-margin-top: 118px;
  }

  .ev-related-section .ev-container {
    width: min(100% - 32px, 343px);
  }

  .ev-related-head {
    margin-bottom: 28px;
  }

  .ev-related-head h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .ev-related-head p:not(.ev-related-head__kicker) {
    font-size: 16px;
  }

  .ev-route-grid,
  .ev-delivery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ev-route-card {
    min-height: 190px;
    padding: 20px;
  }

  .ev-route-card__graphic {
    height: 48px;
    margin-bottom: 8px;
  }

  .ev-route-card__pin {
    width: 27px;
    height: 36px;
  }

  .ev-route-card__pin:after {
    left: 8px;
    top: 8px;
  }

  .ev-route-card__title {
    font-size: 20px;
  }

  .ev-route-card__bottom {
    min-height: 54px;
    margin-top: 16px;
    padding-top: 14px;
  }

  .ev-delivery-card {
    height: auto;
    min-height: 160px;
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .ev-delivery-card__media {
    min-height: 160px;
  }

  .ev-delivery-card__content {
    padding: 16px 14px 14px;
  }

  .ev-delivery-card__title {
    font-size: 18px;
    line-height: 1.23;
  }

  .ev-delivery-card__text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4;
  }

  .ev-delivery-card__accent {
    width: 36px;
  }
}



/* 2026-08-23: homepage hero and width correction from conversion brief */
:root {
  --ev-green: #1f9d55;
  --ev-hero-max: 1440px;
}

.ev-container,
.ev-hero--premium .ev-container,
.ev-quick-benefits .ev-container,
.ev-situations-section .ev-container,
.ev-related-section .ev-container,
.ev-vehicle-offer .ev-container,
.ev-section .ev-container,
.ev-footer .ev-container {
  width: min(var(--ev-hero-max), calc(100% - 64px));
}

.ev-hero--brief {
  min-height: 620px;
  height: auto;
  padding: 42px 0 56px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #e8ebef;
}

.ev-hero--brief:after,
.ev-hero--brief .ev-hero-photo:before,
.ev-hero--brief .ev-hero-photo::before,
.ev-hero--brief .ev-hero-form,
.ev-hero--brief .ev-availability,
.ev-hero--brief .ev-label {
  display: none;
}

.ev-hero--brief .ev-hero-photo:before,
.ev-hero--brief .ev-hero-photo::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  background: none !important;
  opacity: 0 !important;
}

.ev-hero--brief .ev-hero__grid:before,
.ev-hero--brief .ev-hero__grid::before,
.ev-hero--brief .ev-hero__grid:after,
.ev-hero--brief .ev-hero__grid::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.ev-hero--brief .ev-hero__grid {
  display: grid;
  grid-template-columns: minmax(420px, 42fr) minmax(560px, 58fr);
  gap: clamp(28px, 4vw, 64px);
  min-height: 522px;
  height: auto;
  align-items: center;
}

.ev-hero--brief .ev-hero__copy {
  width: 100%;
  max-width: 570px;
  padding-top: 0;
}

.ev-hero-status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  padding: 8px 12px;
  border: 1px solid rgba(31,157,85,.22);
  border-radius: 999px;
  background: #edfdf3;
  color: #12683a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.ev-hero-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ev-green);
  box-shadow: 0 0 0 4px rgba(31,157,85,.12);
}

.ev-hero--brief h1 {
  max-width: 560px;
  margin: 0 0 22px;
  color: #15181c;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: clamp(52px, 4.55vw, 68px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: none;
}

.ev-hero-offer {
  margin: 0 0 18px;
  color: #171a1f;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.25;
}

.ev-hero-offer strong {
  color: var(--ev-yellow);
  font-weight: 900;
}

.ev-hero--brief .ev-lead {
  max-width: 540px;
  margin: 0 0 30px;
  color: #555c66;
  font-size: 18px;
  line-height: 1.55;
}

.ev-hero--brief .ev-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 22px;
  align-items: center;
}

.ev-hero--brief .ev-hero__actions .ev-btn {
  width: auto;
  min-width: 212px;
  min-height: 56px;
  height: 56px;
  padding: 0 26px;
  border-radius: 8px;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.ev-hero--brief .ev-hero__actions .ev-btn--line {
  min-width: 208px;
  border: 1px solid #cfd4db;
  background: #fff;
  color: #15181c;
}

.ev-hero-phone {
  display: grid;
  gap: 3px;
  margin: 0 0 26px;
}

.ev-hero-phone a {
  width: fit-content;
  color: #15181c;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.ev-hero-phone span {
  color: #646a73;
  font-size: 14px;
  line-height: 1.25;
}

.ev-hero--brief .ev-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ev-hero--brief .ev-hero-benefits li {
  width: auto;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #e3e6ea;
  border-radius: 8px;
  background: #fff;
  color: #20242a;
  box-shadow: 0 6px 16px rgba(16,24,40,.05);
}

.ev-hero--brief .ev-hero-benefits li:before,
.ev-hero--brief .ev-hero-benefits li:after {
  display: none;
}

.ev-hero--brief .ev-hero-benefits li span {
  display: inline;
  color: var(--ev-green);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.ev-hero--brief .ev-hero-benefits li b {
  display: inline;
  color: #20242a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.ev-hero--brief .ev-hero-photo {
  position: relative;
  grid-column: auto;
  grid-row: auto;
  width: 100%;
  height: min(522px, 36.25vw);
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #f3f5f7;
}

.ev-hero--brief .ev-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 1560px) {
  .ev-hero--brief .ev-hero__grid {
    grid-template-columns: 604px 1fr;
  }
}

@media (max-width: 1180px) {
  .ev-container,
  .ev-hero--premium .ev-container,
  .ev-quick-benefits .ev-container,
  .ev-situations-section .ev-container,
  .ev-related-section .ev-container,
  .ev-vehicle-offer .ev-container,
  .ev-section .ev-container,
  .ev-footer .ev-container {
    width: min(100% - 48px, var(--ev-hero-max));
  }

  .ev-hero--brief {
    min-height: 0;
    padding: 36px 0 48px;
  }

  .ev-hero--brief .ev-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ev-hero--brief .ev-hero__copy {
    max-width: 720px;
  }

  .ev-hero--brief h1 {
    max-width: 700px;
    font-size: 52px;
  }

  .ev-hero--brief .ev-hero-photo {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 760px) {
  .ev-container,
  .ev-hero--premium .ev-container,
  .ev-quick-benefits .ev-container,
  .ev-situations-section .ev-container,
  .ev-related-section .ev-container,
  .ev-vehicle-offer .ev-container,
  .ev-section .ev-container,
  .ev-footer .ev-container {
    width: min(100% - 32px, 420px);
  }

  .ev-hero--brief {
    padding: 22px 0 34px;
  }

  .ev-hero--brief .ev-hero__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .ev-hero--brief .ev-hero__copy {
    order: 1;
  }

  .ev-hero--brief .ev-hero-photo {
    order: 2;
    width: 100%;
    height: 236px;
    aspect-ratio: auto;
    border-radius: 10px;
  }

  .ev-hero-status {
    margin-bottom: 18px;
    padding: 7px 10px;
    font-size: 13px;
  }

  .ev-hero--brief h1 {
    margin-bottom: 16px;
    font-size: 38px;
    line-height: 1.08;
  }

  .ev-hero-offer {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .ev-hero--brief .ev-lead {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
  }

  .ev-hero--brief .ev-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .ev-hero--brief .ev-hero__actions .ev-btn,
  .ev-hero--brief .ev-hero__actions .ev-btn--line {
    width: 100%;
    min-width: 0;
  }

  .ev-hero-phone {
    margin-bottom: 20px;
  }

  .ev-hero-phone a {
    font-size: 24px;
  }

  .ev-hero--brief .ev-hero-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .ev-mobile-cta {
    grid-template-columns: 1fr;
  }

  .ev-mobile-cta a:first-child {
    font-size: 0;
  }

  .ev-mobile-cta a:first-child:before {
    content: "Вызвать эвакуатор";
    font-size: 15px;
  }
}


/* 2026-08-23: vehicle card title alignment fix */
@media (min-width: 1280px) {
  .ev-vehicle-offer__categories {
    overflow: hidden;
  }

  .ev-vehicle-offer__grid {
    align-items: stretch;
  }

  .ev-vehicle-offer-card {
    height: 252px;
    min-height: 252px;
    display: grid !important;
    grid-template-rows: 154px 52px 40px;
    gap: 12px;
    align-content: start;
    padding: 0 14px 12px;
  }

  .ev-vehicle-offer-card__image,
  .ev-vehicle-offer-card__image img {
    width: 100%;
    height: 154px;
    aspect-ratio: auto;
  }

  .ev-vehicle-offer-card h3 {
    height: auto;
    min-height: 0;
    display: -webkit-box;
    align-self: start;
    margin: 0;
    overflow: hidden;
    color: #15181c;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .ev-vehicle-offer-card__bottom {
    min-height: 40px;
    align-self: end;
    margin-top: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1480px) {
  .ev-vehicle-offer-card {
    height: 246px;
    min-height: 246px;
    grid-template-rows: 148px 50px 40px;
    padding-inline: 12px;
  }

  .ev-vehicle-offer-card__image,
  .ev-vehicle-offer-card__image img {
    height: 148px;
  }

  .ev-vehicle-offer-card h3 {
    font-size: 16px;
    line-height: 1.24;
  }
}

/* 2026-08-23: graphite hero screen from client brief */
.ev-hero--brief {
  height: auto;
  min-height: 0;
  padding: 26px 0 34px;
  overflow: visible;
  background: #f5f6f7;
  border-bottom: 0;
}

.ev-hero--brief::after,
.ev-hero--brief .ev-hero-form,
.ev-hero--brief .ev-label,
.ev-hero--brief .ev-availability {
  content: none !important;
  display: none !important;
}

.ev-hero--brief .ev-container.ev-hero-card {
  position: relative;
  width: min(1320px, calc(100% - 48px));
  min-height: 650px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  margin-inline: auto;
  padding: 54px 52px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #14181c 0%, #1b2025 100%);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.14);
}

.ev-hero--brief .ev-hero-card::before,
.ev-hero--brief .ev-hero-card::after {
  content: none !important;
  display: none !important;
}

.ev-hero--brief .ev-hero-photo {
  position: absolute;
  inset: 0 0 0 38%;
  z-index: 1;
  display: block;
  width: auto;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #1b2025;
}

.ev-hero--brief .ev-hero-photo::before,
.ev-hero--brief .ev-hero-photo::after {
  content: none !important;
  display: none !important;
}

.ev-hero--brief .ev-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ev-hero-card__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, #15191d 0%, rgba(21,25,29,.98) 22%, rgba(21,25,29,.72) 45%, rgba(21,25,29,.14) 72%, rgba(21,25,29,.03) 100%),
    linear-gradient(180deg, rgba(21,25,29,.04) 0%, rgba(21,25,29,.24) 100%);
  pointer-events: none;
}

.ev-hero--brief .ev-hero__copy {
  position: relative;
  z-index: 3;
  grid-column: 1 / span 6;
  width: 100%;
  max-width: 560px;
  padding-top: 0;
}

.ev-hero-status {
  width: fit-content;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  padding: 8px 14px;
  border: 1px solid rgba(40, 199, 111, .32);
  border-radius: 999px;
  background: rgba(40, 199, 111, .09);
  color: #bdf3d6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.ev-hero-status__dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #28c76f;
  box-shadow: 0 0 0 4px rgba(40, 199, 111, .12);
}

.ev-hero--brief h1 {
  max-width: 560px;
  margin: 0 0 20px;
  color: #fff;
  font-family: "Evac Oswald", Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(60px, 4.65vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ev-hero--brief h1 span {
  display: block;
  white-space: nowrap;
}

.ev-hero-offer {
  margin: 0 0 14px;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.25;
}

.ev-hero-offer strong {
  color: #ffb800;
  font-weight: 900;
}

.ev-hero--brief .ev-lead {
  max-width: 460px;
  margin: 0 0 26px;
  color: #d3d6d9;
  font-size: 17px;
  line-height: 1.55;
}

.ev-hero--brief .ev-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 0 0 22px;
}

.ev-hero--brief .ev-hero__actions .ev-btn {
  width: auto;
  min-width: 218px;
  min-height: 56px;
  height: 56px;
  padding: 0 28px;
  border-radius: 8px;
  font-family: "Evac Manrope", Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.ev-hero--brief .ev-hero__actions .ev-btn--primary {
  background: #ffb800;
  color: #111315;
}

.ev-hero--brief .ev-hero__actions .ev-btn--primary:hover {
  background: #e9a700;
}

.ev-hero--brief .ev-hero__actions .ev-btn--primary span {
  display: inline-block;
  margin-left: 8px;
  transition: transform .2s ease;
}

.ev-hero--brief .ev-hero__actions .ev-btn--primary:hover span {
  transform: translateX(3px);
}

.ev-hero--brief .ev-hero__actions .ev-btn--line {
  min-width: 196px;
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

.ev-hero--brief .ev-hero__actions .ev-btn--line:hover {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .07);
}

.ev-hero-phone {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  margin: 0 0 20px;
}

.ev-hero-phone__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid #ffb800;
  border-radius: 8px;
  color: #ffb800;
}

.ev-hero-phone__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ev-hero-phone__text {
  display: grid;
  gap: 2px;
}

.ev-hero-phone a {
  width: fit-content;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.ev-hero-phone__text > span {
  color: #c7ccd1;
  font-size: 14px;
  line-height: 1.25;
}

.ev-hero--brief .ev-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ev-hero--brief .ev-hero-benefits li {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: rgba(255, 255, 255, .03);
  color: #fff;
  box-shadow: none;
}

.ev-hero--brief .ev-hero-benefits li::before,
.ev-hero--brief .ev-hero-benefits li::after {
  content: none !important;
  display: none !important;
}

.ev-hero--brief .ev-hero-benefit__icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffb800;
}

.ev-hero--brief .ev-hero-benefit__icon::before,
.ev-hero--brief .ev-hero-benefit__icon::after {
  content: none !important;
  display: none !important;
}

.ev-hero--brief .ev-hero-benefit__icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ev-hero--brief .ev-hero-benefits li b {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.ev-hero-time-badge {
  position: absolute;
  right: 52px;
  bottom: 50px;
  z-index: 3;
  min-width: 220px;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  gap: 0 12px;
  align-items: center;
  padding: 17px 18px;
  border-radius: 12px;
  background: rgba(21, 25, 29, .92);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
}

.ev-hero-time-badge__icon {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 3px solid #ffb800;
  border-radius: 50%;
  color: #ffb800;
}

.ev-hero-time-badge__icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ev-hero-time-badge__value {
  color: #ffb800;
  font-family: "Evac Oswald", Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.ev-hero-time-badge__label {
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 1180px) {
  .ev-hero--brief {
    padding: 22px 0 30px;
  }

  .ev-hero--brief .ev-container.ev-hero-card {
    width: min(100% - 40px, 980px);
    min-height: 0;
    padding: 44px 34px 310px;
  }

  .ev-hero--brief .ev-hero-photo {
    inset: auto 0 0 0;
    height: 330px;
  }

  .ev-hero-card__shade {
    background:
      linear-gradient(180deg, #15191d 0%, rgba(21,25,29,.98) 46%, rgba(21,25,29,.76) 67%, rgba(21,25,29,.14) 100%),
      linear-gradient(90deg, rgba(21,25,29,.42), rgba(21,25,29,.08));
  }

  .ev-hero--brief .ev-hero__copy {
    grid-column: 1 / -1;
    max-width: 680px;
  }

  .ev-hero--brief h1 {
    max-width: 680px;
    font-size: 56px;
  }

  .ev-hero-time-badge {
    right: 34px;
    bottom: 34px;
  }
}

@media (max-width: 760px) {
  .ev-hero--brief {
    padding: 14px 0 22px;
  }

  .ev-hero--brief .ev-container.ev-hero-card {
    width: min(100% - 28px, 430px);
    display: block;
    padding: 24px 18px 244px;
    border-radius: 16px;
  }

  .ev-hero--brief .ev-hero-photo {
    height: 245px;
  }

  .ev-hero--brief .ev-hero-photo img {
    object-position: 58% center;
  }

  .ev-hero-status {
    min-height: 34px;
    margin-bottom: 18px;
    padding: 7px 11px;
    font-size: 13px;
  }

  .ev-hero-status__dot {
    flex-basis: 9px;
    width: 9px;
    height: 9px;
  }

  .ev-hero--brief h1 {
    margin-bottom: 14px;
    font-size: clamp(27px, 7.8vw, 31px);
    line-height: 1;
  }

  .ev-hero-offer {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 1.28;
  }

  .ev-hero--brief .ev-lead {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
  }

  .ev-hero--brief .ev-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .ev-hero--brief .ev-hero__actions .ev-btn,
  .ev-hero--brief .ev-hero__actions .ev-btn--line {
    width: 100%;
    min-width: 0;
    padding-inline: 18px;
    font-size: 15px;
  }

  .ev-hero-phone {
    grid-template-columns: 38px 1fr;
    gap: 10px;
    margin-bottom: 16px;
  }

  .ev-hero-phone__icon {
    width: 38px;
    height: 38px;
  }

  .ev-hero-phone a {
    font-size: 23px;
  }

  .ev-hero--brief .ev-hero-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .ev-hero--brief .ev-hero-benefits li {
    min-width: 0;
    padding: 9px 8px;
  }

  .ev-hero--brief .ev-hero-benefits li b {
    min-width: 0;
    font-size: 12px;
    white-space: normal;
  }

  .ev-hero-time-badge {
    right: 18px;
    bottom: 18px;
    min-width: 0;
    padding: 14px;
    grid-template-columns: 36px 1fr;
  }

  .ev-hero-time-badge__icon {
    width: 36px;
    height: 36px;
    border-width: 2px;
  }

  .ev-hero-time-badge__value {
    font-size: 28px;
  }

  .ev-hero-time-badge__label {
    font-size: 12px;
  }

  .ev-mobile-cta {
    grid-template-columns: 1fr;
  }

  .ev-mobile-cta a:first-child {
    font-size: 0;
  }

  .ev-mobile-cta a:first-child::before {
    content: "Вызвать эвакуатор";
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .ev-hero--brief .ev-container.ev-hero-card {
    width: min(100% - 20px, 360px);
    padding-inline: 14px;
  }

  .ev-hero--brief h1 {
    font-size: 38px;
  }

  .ev-hero-phone a {
    font-size: 21px;
  }
}

/* 2026-08-26 services page start */
.ev-services-section .ev-services-head,
.ev-services-prices .ev-services-price-layout,
.ev-services-coverage .ev-services-coverage-grid {
  margin-bottom: 24px;
}
.ev-services-head {
  max-width: 840px;
}
.ev-services-head p,
.ev-services-split p,
.ev-services-calc-box > div > p,
.ev-services-coverage-grid > div > p {
  color: var(--ev-muted);
  font-size: 17px;
  line-height: 1.65;
}
.ev-services-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #a87800;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.ev-services-kicker:before {
  content: "";
  width: 32px;
  height: 3px;
  background: var(--ev-yellow);
}
.ev-services-kicker--dark {
  color: var(--ev-yellow);
}
.ev-services-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.ev-services-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ev-service-tile {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
  color: var(--ev-text);
  text-decoration: none;
  overflow: hidden;
}
.ev-service-tile picture,
.ev-service-tile img {
  width: 100%;
}
.ev-service-tile img {
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}
.ev-service-tile h3 {
  font-size: 20px;
  line-height: 1.12;
}
.ev-service-tile p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.5;
}
.ev-service-tile__num {
  width: max-content;
  padding: 5px 9px;
  border-radius: 7px;
  background: #fff3c4;
  color: #a87800;
  font-size: 12px;
  font-weight: 900;
}
.ev-card-more {
  align-self: end;
  color: var(--ev-ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.ev-services-complex {
  padding: 54px 0;
}
.ev-services-split {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 36px;
  align-items: center;
}
.ev-services-complex h2,
.ev-services-complex h3 {
  color: #fff;
}
.ev-services-complex p {
  color: rgba(255,255,255,.76);
}
.ev-service-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.ev-service-mini {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
}
.ev-service-mini h3 {
  font-size: 18px;
}
.ev-service-mini p {
  margin: 0;
  font-size: 14px;
}
.ev-services-price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 24px;
}
.ev-services-factors ul {
  margin: 10px 0 20px;
  padding-left: 20px;
  color: var(--ev-muted);
}
.ev-services-factors li + li {
  margin-top: 8px;
}
.ev-services-calculator {
  padding-top: 34px;
}
.ev-services-calc-box {
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(0, 1.42fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16,24,40,.08);
}
.ev-form--services {
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
}
.ev-form--services .ev-consent,
.ev-form--services .ev-form-status {
  grid-column: 1 / -1;
}
.ev-services-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-services-list-grid li {
  min-height: 136px;
  padding: 20px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
}
.ev-services-list-grid b {
  display: block;
  margin-bottom: 8px;
  color: var(--ev-ink);
}
.ev-services-list-grid span {
  display: block;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.5;
}
.ev-services-coverage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 28px;
  align-items: start;
}
.ev-services-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.ev-services-chip-row a {
  padding: 10px 14px;
  border: 1px solid var(--ev-line);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
.ev-services-area-list a {
  min-height: 45px;
}
.ev-work--services {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.ev-services-why {
  padding-top: 56px;
}
.ev-review-grid--services {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ev-services-faq-wrap {
  max-width: 940px;
}
.ev-services-final-cta {
  background: #171c22;
}
.ev-services-final-cta .ev-consent,
.ev-services-final-cta .ev-form-status {
  grid-column: 1 / -1;
}
@media (max-width: 1180px) {
  .ev-services-card-grid,
  .ev-services-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-form--services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-form--services .ev-btn {
    min-width: 100%;
  }
  .ev-work--services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .ev-services-split,
  .ev-services-price-layout,
  .ev-services-calc-box,
  .ev-services-coverage-grid {
    grid-template-columns: 1fr;
  }
  .ev-services-list-grid,
  .ev-review-grid--services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .ev-services-card-grid,
  .ev-services-card-grid--four,
  .ev-service-mini-grid,
  .ev-services-list-grid,
  .ev-review-grid--services,
  .ev-work--services,
  .ev-form--services {
    grid-template-columns: 1fr;
  }
  .ev-services-calc-box {
    padding: 18px;
  }
  .ev-service-tile img {
    height: 178px;
  }
}
/* 2026-08-26 services page end */

/* 2026-08-26: SUV service page infographic and link cards */
.ev-suv-infographic {
  background: #fff;
}
.ev-suv-info-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: suv-step;
}
.ev-suv-info-card {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 184, 0, .18), rgba(255, 255, 255, 0) 78%),
    #fff;
  overflow: hidden;
}
.ev-suv-info-card:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 42px;
  height: 4px;
  background: var(--ev-yellow);
}
.ev-suv-info-card__number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ev-ink);
  color: var(--ev-yellow);
  font-size: 12px;
  font-weight: 900;
}
.ev-suv-info-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.15;
}
.ev-suv-info-card p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.45;
}
.ev-suv-info-cta {
  margin-top: 22px;
}
@media (max-width: 1180px) {
  .ev-suv-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .ev-suv-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-suv-info-card {
    min-height: 174px;
  }
}
@media (max-width: 460px) {
  .ev-suv-info-grid {
    grid-template-columns: 1fr;
  }
  .ev-suv-info-card {
    min-height: 0;
  }
}
/* 2026-08-26 SUV service page end */

/* 2026-08-26: SUV quick facts live photo cards */
.ev-suv-fact-grid {
  align-items: stretch;
}
.ev-suv-fact-grid .ev-suv-fact-card {
  min-height: 288px;
  display: grid;
  grid-template-rows: 154px minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.ev-suv-fact-card__media,
.ev-suv-fact-card__media img {
  width: 100%;
  height: 154px;
}
.ev-suv-fact-card__media {
  display: block;
  background: #eef1f4;
  overflow: hidden;
}
.ev-suv-fact-card__media img {
  display: block;
  object-fit: cover;
  border-radius: 0;
  transition: transform 180ms ease;
}
.ev-suv-fact-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 20px 20px;
}
.ev-suv-fact-grid .ev-suv-fact-card b {
  margin: 0;
  color: var(--ev-ink);
}
.ev-suv-fact-grid .ev-suv-fact-card span:not(.ev-suv-fact-card__media) {
  color: var(--ev-muted);
}
.ev-suv-fact-card:hover .ev-suv-fact-card__media img {
  transform: scale(1.015);
}
@media (prefers-reduced-motion: reduce) {
  .ev-suv-fact-card__media img {
    transition: none;
  }
  .ev-suv-fact-card:hover .ev-suv-fact-card__media img {
    transform: none;
  }
}
@media (max-width: 900px) {
  .ev-suv-fact-grid .ev-suv-fact-card {
    min-height: 276px;
    grid-template-rows: 150px minmax(0, 1fr);
  }
  .ev-suv-fact-card__media,
  .ev-suv-fact-card__media img {
    height: 150px;
  }
}
@media (max-width: 640px) {
  .ev-suv-fact-grid .ev-suv-fact-card {
    min-height: 0;
    grid-template-rows: 176px auto;
  }
  .ev-suv-fact-card__media,
  .ev-suv-fact-card__media img {
    height: 176px;
  }
}
/* 2026-08-26 SUV quick facts live photo cards end */

/* 2026-08-26: Moto service page infographic and text homepage link */
.ev-moto-infographic {
  background: #fff;
}
.ev-moto-info-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-moto-info-card {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 184, 0, .18), rgba(255, 255, 255, 0) 78%),
    #fff;
  overflow: hidden;
}
.ev-moto-info-card:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 42px;
  height: 4px;
  background: var(--ev-yellow);
}
.ev-moto-info-card__number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ev-ink);
  color: var(--ev-yellow);
  font-size: 12px;
  font-weight: 900;
}
.ev-moto-info-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.15;
}
.ev-moto-info-card p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.45;
}
.ev-moto-info-cta {
  margin-top: 22px;
}
.ev-moto-home-link {
  color: var(--ev-ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--ev-yellow);
  text-underline-offset: 4px;
}
@media (max-width: 1180px) {
  .ev-moto-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .ev-moto-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-moto-info-card {
    min-height: 174px;
  }
}
@media (max-width: 460px) {
  .ev-moto-info-grid {
    grid-template-columns: 1fr;
  }
  .ev-moto-info-card {
    min-height: 0;
  }
}
/* 2026-08-26 Moto service page infographic end */

/* 2026-08-26: Moto quick facts live photo cards */
.ev-moto-fact-grid {
  align-items: stretch;
}
.ev-moto-fact-grid .ev-moto-fact-card {
  min-height: 288px;
  display: grid;
  grid-template-rows: 154px minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.ev-moto-fact-card__media,
.ev-moto-fact-card__media img {
  width: 100%;
  height: 154px;
}
.ev-moto-fact-card__media {
  display: block;
  background: #eef1f4;
  overflow: hidden;
}
.ev-moto-fact-card__media img {
  display: block;
  object-fit: cover;
  border-radius: 0;
  transition: transform 180ms ease;
}
.ev-moto-fact-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 20px 20px;
}
.ev-moto-fact-grid .ev-moto-fact-card b {
  margin: 0;
  color: var(--ev-ink);
}
.ev-moto-fact-grid .ev-moto-fact-card span:not(.ev-moto-fact-card__media) {
  color: var(--ev-muted);
}
.ev-moto-fact-card:hover .ev-moto-fact-card__media img {
  transform: scale(1.015);
}
@media (prefers-reduced-motion: reduce) {
  .ev-moto-fact-card__media img {
    transition: none;
  }
  .ev-moto-fact-card:hover .ev-moto-fact-card__media img {
    transform: none;
  }
}
@media (max-width: 900px) {
  .ev-moto-fact-grid .ev-moto-fact-card {
    min-height: 276px;
    grid-template-rows: 150px minmax(0, 1fr);
  }
  .ev-moto-fact-card__media,
  .ev-moto-fact-card__media img {
    height: 150px;
  }
}
@media (max-width: 640px) {
  .ev-moto-fact-grid .ev-moto-fact-card {
    min-height: 0;
    grid-template-rows: 176px auto;
  }
  .ev-moto-fact-card__media,
  .ev-moto-fact-card__media img {
    height: 176px;
  }
}
/* 2026-08-26 Moto quick facts live photo cards end */

/* 2026-08-26: Miniven service page infographic and link cards */
.ev-miniven-infographic {
  background: #fff;
}
.ev-miniven-info-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: miniven-step;
}
.ev-miniven-info-card {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 184, 0, .18), rgba(255, 255, 255, 0) 78%),
    #fff;
  overflow: hidden;
}
.ev-miniven-info-card:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 42px;
  height: 4px;
  background: var(--ev-yellow);
}
.ev-miniven-info-card__number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ev-ink);
  color: var(--ev-yellow);
  font-size: 12px;
  font-weight: 900;
}
.ev-miniven-info-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.15;
}
.ev-miniven-info-card p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.45;
}
.ev-miniven-info-cta {
  margin-top: 22px;
}
@media (max-width: 1180px) {
  .ev-miniven-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .ev-miniven-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-miniven-info-card {
    min-height: 174px;
  }
}
@media (max-width: 460px) {
  .ev-miniven-info-grid {
    grid-template-columns: 1fr;
  }
  .ev-miniven-info-card {
    min-height: 0;
  }
}
/* 2026-08-26 Miniven service page end */

/* 2026-08-26: Miniven quick facts live photo cards */
.ev-miniven-fact-grid {
  align-items: stretch;
}
.ev-miniven-fact-grid .ev-miniven-fact-card {
  min-height: 288px;
  display: grid;
  grid-template-rows: 154px minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.ev-miniven-fact-card__media,
.ev-miniven-fact-card__media img {
  width: 100%;
  height: 154px;
}
.ev-miniven-fact-card__media {
  display: block;
  background: #eef1f4;
  overflow: hidden;
}
.ev-miniven-fact-card__media img {
  display: block;
  object-fit: cover;
  border-radius: 0;
  transition: transform 180ms ease;
}
.ev-miniven-fact-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 20px 20px;
}
.ev-miniven-fact-grid .ev-miniven-fact-card b {
  margin: 0;
  color: var(--ev-ink);
}
.ev-miniven-fact-grid .ev-miniven-fact-card span:not(.ev-miniven-fact-card__media) {
  color: var(--ev-muted);
}
.ev-miniven-fact-card:hover .ev-miniven-fact-card__media img {
  transform: scale(1.015);
}
@media (prefers-reduced-motion: reduce) {
  .ev-miniven-fact-card__media img {
    transition: none;
  }
  .ev-miniven-fact-card:hover .ev-miniven-fact-card__media img {
    transform: none;
  }
}
@media (max-width: 900px) {
  .ev-miniven-fact-grid .ev-miniven-fact-card {
    min-height: 276px;
    grid-template-rows: 150px minmax(0, 1fr);
  }
  .ev-miniven-fact-card__media,
  .ev-miniven-fact-card__media img {
    height: 150px;
  }
}
@media (max-width: 640px) {
  .ev-miniven-fact-grid .ev-miniven-fact-card {
    min-height: 0;
    grid-template-rows: 176px auto;
  }
  .ev-miniven-fact-card__media,
  .ev-miniven-fact-card__media img {
    height: 176px;
  }
}
/* 2026-08-26 Miniven quick facts live photo cards end */

/* 2026-08-26: Cargo service page infographic and link cards */
.ev-cargo-infographic {
  background: #fff;
}
.ev-cargo-info-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cargo-step;
}
.ev-cargo-info-card {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 184, 0, .18), rgba(255, 255, 255, 0) 78%),
    #fff;
  overflow: hidden;
}
.ev-cargo-info-card:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 42px;
  height: 4px;
  background: var(--ev-yellow);
}
.ev-cargo-info-card__number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ev-ink);
  color: var(--ev-yellow);
  font-size: 12px;
  font-weight: 900;
}
.ev-cargo-info-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.15;
}
.ev-cargo-info-card p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.45;
}
.ev-cargo-info-cta {
  margin-top: 22px;
}
@media (max-width: 1180px) {
  .ev-cargo-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .ev-cargo-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-cargo-info-card {
    min-height: 174px;
  }
}
@media (max-width: 460px) {
  .ev-cargo-info-grid {
    grid-template-columns: 1fr;
  }
  .ev-cargo-info-card {
    min-height: 0;
  }
}
/* 2026-08-26 Cargo service page end */

/* 2026-08-26: Cargo quick facts live photo cards */
.ev-cargo-fact-grid {
  align-items: stretch;
}
.ev-cargo-fact-grid .ev-cargo-fact-card {
  min-height: 288px;
  display: grid;
  grid-template-rows: 154px minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.ev-cargo-fact-card__media,
.ev-cargo-fact-card__media img {
  width: 100%;
  height: 154px;
}
.ev-cargo-fact-card__media {
  display: block;
  background: #eef1f4;
  overflow: hidden;
}
.ev-cargo-fact-card__media img {
  display: block;
  object-fit: cover;
  border-radius: 0;
  transition: transform 180ms ease;
}
.ev-cargo-fact-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 20px 20px;
}
.ev-cargo-fact-grid .ev-cargo-fact-card b {
  margin: 0;
  color: var(--ev-ink);
}
.ev-cargo-fact-grid .ev-cargo-fact-card span:not(.ev-cargo-fact-card__media) {
  color: var(--ev-muted);
}
.ev-cargo-fact-card:hover .ev-cargo-fact-card__media img {
  transform: scale(1.015);
}
@media (prefers-reduced-motion: reduce) {
  .ev-cargo-fact-card__media img {
    transition: none;
  }
  .ev-cargo-fact-card:hover .ev-cargo-fact-card__media img {
    transform: none;
  }
}
@media (max-width: 900px) {
  .ev-cargo-fact-grid .ev-cargo-fact-card {
    min-height: 276px;
    grid-template-rows: 150px minmax(0, 1fr);
  }
  .ev-cargo-fact-card__media,
  .ev-cargo-fact-card__media img {
    height: 150px;
  }
}
@media (max-width: 640px) {
  .ev-cargo-fact-grid .ev-cargo-fact-card {
    min-height: 0;
    grid-template-rows: 176px auto;
  }
  .ev-cargo-fact-card__media,
  .ev-cargo-fact-card__media img {
    height: 176px;
  }
}
/* 2026-08-26 Cargo quick facts live photo cards end */

/* 2026-08-26: Manipulator service page layout fixes */
.ev-manipulator-infographic {
  background: #fff;
}
.ev-manipulator-info-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-manipulator-info-grid > li {
  list-style: none;
}
.ev-manipulator-info-grid > li::marker {
  content: "";
}
.ev-manipulator-info-card {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 184, 0, .18), rgba(255, 255, 255, 0) 78%),
    #fff;
  overflow: hidden;
}
.ev-manipulator-info-card:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 42px;
  height: 4px;
  background: var(--ev-yellow);
}
.ev-manipulator-info-card__number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ev-ink);
  color: var(--ev-yellow);
  font-size: 12px;
  font-weight: 900;
}
.ev-manipulator-info-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.15;
}
.ev-manipulator-info-card p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.45;
}
.ev-manipulator-info-cta {
  margin-top: 22px;
}
.ev-manipulator-fact-grid {
  align-items: stretch;
}
.ev-manipulator-fact-grid .ev-manipulator-fact-card {
  min-height: 288px;
  display: grid;
  grid-template-rows: 154px minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.ev-manipulator-fact-card__media,
.ev-manipulator-fact-card__media img {
  width: 100%;
  height: 154px;
}
.ev-manipulator-fact-card__media {
  display: block;
  background: #eef1f4;
  overflow: hidden;
}
.ev-manipulator-fact-card__media img {
  display: block;
  object-fit: cover;
  border-radius: 0;
  transition: transform 180ms ease;
}
.ev-manipulator-fact-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 20px 20px;
}
.ev-manipulator-fact-grid .ev-manipulator-fact-card b {
  margin: 0;
  color: var(--ev-ink);
}
.ev-manipulator-fact-grid .ev-manipulator-fact-card span:not(.ev-manipulator-fact-card__media) {
  color: var(--ev-muted);
}
.ev-manipulator-fact-card:hover .ev-manipulator-fact-card__media img {
  transform: scale(1.015);
}
@media (prefers-reduced-motion: reduce) {
  .ev-manipulator-fact-card__media img {
    transition: none;
  }
  .ev-manipulator-fact-card:hover .ev-manipulator-fact-card__media img {
    transform: none;
  }
}
@media (max-width: 1180px) {
  .ev-manipulator-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .ev-manipulator-fact-grid .ev-manipulator-fact-card {
    min-height: 276px;
    grid-template-rows: 150px minmax(0, 1fr);
  }
  .ev-manipulator-fact-card__media,
  .ev-manipulator-fact-card__media img {
    height: 150px;
  }
}
@media (max-width: 760px) {
  .ev-manipulator-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-manipulator-info-card {
    min-height: 174px;
  }
}
@media (max-width: 640px) {
  .ev-manipulator-fact-grid .ev-manipulator-fact-card {
    min-height: 0;
    grid-template-rows: 176px auto;
  }
  .ev-manipulator-fact-card__media,
  .ev-manipulator-fact-card__media img {
    height: 176px;
  }
}
@media (max-width: 460px) {
  .ev-manipulator-info-grid {
    grid-template-columns: 1fr;
  }
  .ev-manipulator-info-card {
    min-height: 0;
  }
}
/* 2026-08-26 Manipulator service page layout fixes end */

/* 2026-08-26: M4 service page infographic and link cards */
.ev-m4-infographic {
  background: #fff;
}
.ev-m4-info-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: m4-step;
}
.ev-m4-info-card {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 184, 0, .18), rgba(255, 255, 255, 0) 78%),
    #fff;
  overflow: hidden;
}
.ev-m4-info-card:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 42px;
  height: 4px;
  background: var(--ev-yellow);
}
.ev-m4-info-card__number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ev-ink);
  color: var(--ev-yellow);
  font-size: 12px;
  font-weight: 900;
}
.ev-m4-info-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.15;
}
.ev-m4-info-card p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.45;
}
.ev-m4-info-cta {
  margin-top: 22px;
}
@media (max-width: 1180px) {
  .ev-m4-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .ev-m4-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-m4-info-card {
    min-height: 174px;
  }
}
@media (max-width: 460px) {
  .ev-m4-info-grid {
    grid-template-columns: 1fr;
  }
  .ev-m4-info-card {
    min-height: 0;
  }
}
/* 2026-08-26 M4 service page end */

/* 2026-08-26: M4 quick facts live photo cards */
.ev-m4-fact-grid {
  align-items: stretch;
}
.ev-m4-fact-grid .ev-m4-fact-card {
  min-height: 288px;
  display: grid;
  grid-template-rows: 154px minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.ev-m4-fact-card__media,
.ev-m4-fact-card__media img {
  width: 100%;
  height: 154px;
}
.ev-m4-fact-card__media {
  display: block;
  background: #eef1f4;
  overflow: hidden;
}
.ev-m4-fact-card__media img {
  display: block;
  object-fit: cover;
  border-radius: 0;
  transition: transform 180ms ease;
}
.ev-m4-fact-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 20px 20px;
}
.ev-m4-fact-grid .ev-m4-fact-card b {
  margin: 0;
  color: var(--ev-ink);
}
.ev-m4-fact-grid .ev-m4-fact-card span:not(.ev-m4-fact-card__media) {
  color: var(--ev-muted);
}
.ev-m4-fact-card:hover .ev-m4-fact-card__media img {
  transform: scale(1.015);
}
@media (prefers-reduced-motion: reduce) {
  .ev-m4-fact-card__media img {
    transition: none;
  }
  .ev-m4-fact-card:hover .ev-m4-fact-card__media img {
    transform: none;
  }
}
@media (max-width: 900px) {
  .ev-m4-fact-grid .ev-m4-fact-card {
    min-height: 276px;
    grid-template-rows: 150px minmax(0, 1fr);
  }
  .ev-m4-fact-card__media,
  .ev-m4-fact-card__media img {
    height: 150px;
  }
}
@media (max-width: 640px) {
  .ev-m4-fact-grid .ev-m4-fact-card {
    min-height: 0;
    grid-template-rows: 176px auto;
  }
  .ev-m4-fact-card__media,
  .ev-m4-fact-card__media img {
    height: 176px;
  }
}
/* 2026-08-26 M4 quick facts live photo cards end */

/* 2026-08-26: prices page scoped SEO/CRO update */
.ev-prices-page .ev-prices-tariffs__grid {
  align-items: stretch;
}
.ev-prices-page .ev-price-row {
  min-width: 0;
}
.ev-prices-page .ev-price-row > span {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 10px 0;
}
.ev-prices-page .ev-price-row a {
  display: grid;
  gap: 3px;
  color: var(--ev-text);
  font-weight: 900;
  text-decoration: none;
}
.ev-prices-page .ev-price-row a:hover {
  color: #a87800;
}
.ev-prices-page .ev-price-row small {
  color: var(--ev-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}
.ev-prices-page .ev-price-row b {
  color: var(--ev-ink);
  text-align: right;
}
.ev-prices-page .ev-prices-example-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 8px;
}
.ev-prices-page .ev-prices-example-card strong {
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 7px;
  background: #fff3c4;
  color: #a87800;
  font-size: 14px;
}
.ev-prices-page .ev-prices-example-card .ev-card-more {
  align-self: end;
  margin-top: 6px;
  text-decoration: none;
}
.ev-prices-page .ev-prices-related .ev-service-tile {
  grid-template-rows: auto auto 1fr auto;
}
.ev-prices-page .ev-prices-calculator {
  padding-top: 42px;
}
@media (max-width: 640px) {
  .ev-prices-page .ev-price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0;
  }
  .ev-prices-page .ev-price-row b {
    text-align: left;
  }
  .ev-prices-page .ev-prices-calculator {
    padding-top: 28px;
  }
}
/* 2026-08-26: prices page scoped SEO/CRO update end */

/* 2026-08-26: prices page help card real tow truck photo */
.ev-prices-page .ev-prices-tariffs .ev-help-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 468px;
  align-content: end;
  padding: 230px 32px 32px;
  border: 1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(180deg, rgba(17,23,30,.04) 0%, rgba(17,23,30,.28) 34%, rgba(17,23,30,.82) 66%, rgba(17,23,30,.96) 100%),
    url('/assets/site/evakuator161/images/evakuator161-04.jpg') center top / cover no-repeat;
  box-shadow: 0 14px 34px rgba(16,24,40,.16);
}
.ev-prices-page .ev-prices-tariffs .ev-help-card h2,
.ev-prices-page .ev-prices-tariffs .ev-help-card p,
.ev-prices-page .ev-prices-tariffs .ev-help-card a {
  position: relative;
  z-index: 1;
}
.ev-prices-page .ev-prices-tariffs .ev-help-card h2 {
  text-shadow: 0 2px 14px rgba(0,0,0,.42);
}
.ev-prices-page .ev-prices-tariffs .ev-help-card p {
  color: rgba(255,255,255,.78);
}
.ev-prices-page .ev-prices-tariffs .ev-help-card > a:not(.ev-btn) {
  width: max-content;
  max-width: 100%;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255,255,255,.56);
}
@media (max-width: 900px) {
  .ev-prices-page .ev-prices-tariffs .ev-help-card {
    min-height: 390px;
    padding-top: 205px;
  }
}
@media (max-width: 640px) {
  .ev-prices-page .ev-prices-tariffs .ev-help-card {
    min-height: 420px;
    padding: 220px 22px 24px;
    background-position: center top;
  }
}
/* 2026-08-26: prices page help card real tow truck photo end */

/* 2026-08-26: avtopark page scoped fleet update */
.ev-fleet-page .ev-services-head {
  max-width: 860px;
}
.ev-fleet-page .ev-services-head p {
  max-width: 820px;
}
.ev-fleet-page .ev-fleet-hero .ev-hero-card {
  min-height: 620px;
}
.ev-fleet-page .ev-fleet-quick {
  padding-top: 54px;
}
.ev-fleet-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.ev-fleet-quick__grid li {
  min-height: 168px;
  padding: 22px;
  border: 1px solid var(--ev-line);
  border-radius: 8px;
  background: #fff;
}
.ev-fleet-quick__grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--ev-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.ev-fleet-quick__grid b {
  display: block;
  font-family: var(--ev-font-head);
  font-size: 24px;
  line-height: 1.12;
}
.ev-fleet-quick__grid p {
  margin: 12px 0 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.45;
}
.ev-fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.ev-fleet-card {
  display: grid;
  grid-template-columns: minmax(220px, .88fr) minmax(0, 1.12fr);
  overflow: hidden;
  min-height: 356px;
  border: 1px solid var(--ev-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 24, 40, .07);
}
.ev-fleet-card__media,
.ev-fleet-card__media img {
  width: 100%;
  height: 100%;
  min-height: 356px;
}
.ev-fleet-card__media img {
  display: block;
  object-fit: cover;
}
.ev-fleet-card__body {
  display: flex;
  flex-direction: column;
  padding: 22px;
}
.ev-fleet-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.ev-fleet-card__top span {
  color: var(--ev-yellow);
  font-family: var(--ev-font-head);
  font-size: 30px;
  line-height: 1;
}
.ev-fleet-card__top b {
  max-width: 70%;
  color: var(--ev-muted);
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}
.ev-fleet-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.08;
}
.ev-fleet-card p {
  margin: 0 0 14px;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.48;
}
.ev-fleet-card dl {
  margin: 0 0 14px;
  padding: 12px 0;
  border-top: 1px solid var(--ev-line);
  border-bottom: 1px solid var(--ev-line);
}
.ev-fleet-card dl div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
}
.ev-fleet-card dt {
  color: var(--ev-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.ev-fleet-card dd {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}
.ev-fleet-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.ev-fleet-card__tags span {
  padding: 6px 9px;
  border-radius: 6px;
  background: #f5f6f7;
  color: #26313d;
  font-size: 12px;
  font-weight: 800;
}
.ev-fleet-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: auto;
}
.ev-fleet-card__links a {
  color: #111;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid var(--ev-yellow);
}
.ev-fleet-selection {
  padding: 64px 0;
}
.ev-fleet-selection__layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 44px;
  align-items: start;
}
.ev-fleet-selection__layout > div > p:not(.ev-services-kicker) {
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}
.ev-fleet-selection__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-fleet-selection__list li {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}
.ev-fleet-selection__list b,
.ev-fleet-selection__list span {
  display: block;
}
.ev-fleet-selection__list b {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
}
.ev-fleet-selection__list span {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.48;
}
.ev-fleet-task-table {
  display: grid;
  gap: 0;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid var(--ev-line);
  border-radius: 8px;
  background: #fff;
}
.ev-fleet-task-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr) minmax(160px, .4fr);
  gap: 20px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid var(--ev-line);
}
.ev-fleet-task-row:last-child {
  border-bottom: 0;
}
.ev-fleet-task-row span {
  color: #111;
  font-weight: 900;
}
.ev-fleet-task-row b {
  color: var(--ev-muted);
  font-size: 14px;
}
.ev-fleet-task-row a,
.ev-fleet-related-card .ev-card-more {
  color: #111;
  font-weight: 900;
  text-decoration: none;
}
.ev-fleet-related .ev-service-tile {
  min-height: 220px;
  grid-template-rows: auto 1fr auto;
}
.ev-fleet-faq {
  padding-bottom: 56px;
}
@media (min-width: 1280px) {
  .ev-fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1120px) {
  .ev-fleet-quick__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-fleet-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .ev-fleet-page .ev-fleet-hero .ev-hero-card {
    min-height: 0;
  }
  .ev-fleet-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ev-fleet-card__media,
  .ev-fleet-card__media img {
    min-height: 0;
    height: 230px;
  }
  .ev-fleet-selection__layout,
  .ev-fleet-selection__list,
  .ev-fleet-task-row {
    grid-template-columns: 1fr;
  }
  .ev-fleet-task-row {
    gap: 8px;
  }
}
@media (max-width: 640px) {
  .ev-fleet-page .ev-section {
    padding: 34px 0;
  }
  .ev-fleet-quick__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ev-fleet-quick__grid li {
    min-height: 0;
    padding: 18px;
  }
  .ev-fleet-quick__grid b {
    font-size: 20px;
  }
  .ev-fleet-card__body {
    padding: 18px;
  }
  .ev-fleet-card h3 {
    font-size: 22px;
  }
  .ev-fleet-card__top {
    align-items: flex-start;
  }
  .ev-fleet-card__top b {
    max-width: 58%;
  }
  .ev-fleet-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .ev-fleet-selection {
    padding: 42px 0;
  }
  .ev-fleet-task-row {
    padding: 16px;
  }
}
/* 2026-08-26: avtopark page scoped fleet update end */

/* 2026-08-26: contacts page yandex card update start */
.ev-contacts-page {
  background: #fff;
}

.ev-contacts-page .ev-section {
  padding: 56px 0;
}

.ev-contacts-hero {
  padding: 58px 0 46px;
  border-bottom: 1px solid var(--ev-line);
  background: #f5f6f7;
}

.ev-contacts-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .78fr);
  gap: 42px;
  align-items: center;
}

.ev-contacts-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #424a55;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ev-contacts-kicker:before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: var(--ev-yellow);
}

.ev-contacts-hero h1 {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: 58px;
  line-height: 1.03;
}

.ev-contacts-hero__lead {
  max-width: 680px;
  margin-bottom: 24px;
  color: #30353d;
  font-size: 20px;
  line-height: 1.45;
}

.ev-contacts-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.ev-contacts-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ev-contacts-quick li {
  min-height: 92px;
  padding: 16px;
  border: 1px solid #dfe2e6;
  border-radius: 8px;
  background: #fff;
}

.ev-contacts-quick b,
.ev-contacts-quick span {
  display: block;
}

.ev-contacts-quick b {
  margin-bottom: 7px;
  color: var(--ev-ink);
  font-family: var(--ev-font-head);
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.ev-contacts-quick span {
  color: var(--ev-muted);
  font-size: 13px;
  line-height: 1.35;
}

.ev-contacts-hero__media {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe2e6;
  border-radius: 8px;
  background: #171c22;
}

.ev-contacts-hero__media picture,
.ev-contacts-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
}

.ev-contacts-hero__media img {
  object-fit: cover;
}

.ev-contacts-hero__media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(23, 28, 34, .9);
  color: #fff;
}

.ev-contacts-hero__media figcaption:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ev-yellow);
  box-shadow: 0 0 0 6px rgba(255, 184, 0, .2);
}

.ev-contacts-hero__media strong,
.ev-contacts-hero__media span {
  display: block;
}

.ev-contacts-hero__media strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.ev-contacts-hero__media span {
  color: #f3f5f7;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.ev-contacts-section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.ev-contacts-section-head h2 {
  margin-bottom: 0;
  font-size: 38px;
}

.ev-contacts-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ev-contact-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--ev-line);
  border-radius: 8px;
  background: #fff;
}

.ev-contact-card__num {
  display: inline-flex;
  width: max-content;
  margin-bottom: 28px;
  color: var(--ev-yellow);
  font-family: var(--ev-font-head);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.ev-contact-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.ev-contact-card p {
  margin-bottom: 14px;
  color: #20242a;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.35;
}

.ev-contact-card__phone {
  color: #111;
  text-decoration: none;
}

.ev-contact-card small {
  display: block;
  margin-top: auto;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.45;
}

.ev-contacts-map-section {
  background: #f5f6f7;
}

.ev-contacts-map {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .74fr);
  gap: 24px;
  align-items: stretch;
}

.ev-contacts-map__visual {
  position: relative;
  height: 430px;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #d8dde3;
  border-radius: 8px;
  background: #e9eef2;
}

.ev-contacts-map__visual--interactive {
  isolation: isolate;
}

.ev-contacts-map__visual--interactive:before {
  content: none;
}

.ev-contacts-map__visual iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  background: #e9eef2;
}

.ev-contacts-map__visual:before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(23, 28, 34, .08);
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.72) 0, rgba(255,255,255,.72) 1px, transparent 1px, transparent 70px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.72) 0, rgba(255,255,255,.72) 1px, transparent 1px, transparent 70px);
}

.ev-contacts-map__road {
  position: absolute;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #d2d8df;
}

.ev-contacts-map__road--one {
  left: -30px;
  right: 80px;
  top: 124px;
  transform: rotate(-8deg);
}

.ev-contacts-map__road--two {
  left: 120px;
  right: -24px;
  bottom: 92px;
  transform: rotate(12deg);
}

.ev-contacts-map__road--three {
  width: 18px;
  height: 430px;
  left: 48%;
  top: -36px;
  transform: rotate(22deg);
}

.ev-contacts-map__pin {
  position: absolute;
  left: 50%;
  top: 48%;
  max-width: 260px;
  transform: translate(-50%, -50%);
  padding: 14px 16px 14px 42px;
  border: 1px solid #d6dbe1;
  border-radius: 8px;
  background: #fff;
  color: #171c22;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .12);
}

.ev-contacts-map__pin:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--ev-yellow);
  box-shadow: 0 0 0 7px rgba(255, 184, 0, .18);
}

.ev-contacts-map__body {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--ev-line);
  border-radius: 8px;
  background: #fff;
}

.ev-contacts-map__body h2 {
  font-size: 36px;
}

.ev-contacts-map__body p {
  margin-bottom: 20px;
  color: var(--ev-muted);
  line-height: 1.6;
}

.ev-contacts-yandex-link {
  width: max-content;
  max-width: 100%;
  margin-bottom: 24px;
}

.ev-contacts-map__list {
  display: grid;
  gap: 0;
  margin: auto 0 0;
  border-top: 1px solid var(--ev-line);
}

.ev-contacts-map__list div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--ev-line);
}

.ev-contacts-map__list dt {
  color: var(--ev-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ev-contacts-map__list dd {
  margin: 0;
  color: #171c22;
  font-weight: 900;
}

.ev-contacts-request {
  position: relative;
}

.ev-contacts-request__grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: start;
}

.ev-contacts-request h2 {
  font-size: 38px;
}

.ev-contacts-request p {
  max-width: 620px;
  color: var(--ev-muted);
  font-size: 17px;
  line-height: 1.6;
}

.ev-contacts-request__phone {
  display: inline-flex;
  margin-top: 8px;
  color: #111;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.ev-contacts-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--ev-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 24, 40, .07);
}

.ev-contacts-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.ev-contacts-form label span {
  color: #171c22;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ev-contacts-form input {
  width: 100%;
  height: 50px;
  min-width: 0;
  border: 1px solid var(--ev-line);
  border-radius: 5px;
  padding: 0 14px;
  background: #fff;
  color: #171c22;
  font: inherit;
}

.ev-contacts-form label:nth-child(1),
.ev-contacts-form .ev-contacts-consent,
.ev-contacts-form .ev-form-status {
  grid-column: 1 / -1;
}

.ev-contacts-form .ev-btn {
  height: 50px;
  align-self: end;
}

.ev-contacts-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: var(--ev-muted);
  font-size: 12px;
  line-height: 1.35;
}

.ev-contacts-consent input {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  accent-color: var(--ev-yellow);
}

@media (max-width: 1080px) {
  .ev-contacts-hero__grid,
  .ev-contacts-map,
  .ev-contacts-request__grid {
    grid-template-columns: 1fr;
  }

  .ev-contacts-cards {
    grid-template-columns: 1fr 1fr;
  }

  .ev-contacts-hero h1 {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .ev-contacts-page .ev-section,
  .ev-contacts-hero {
    padding: 36px 0;
  }

  .ev-contacts-hero h1 {
    font-size: 40px;
  }

  .ev-contacts-hero__lead {
    font-size: 16px;
  }

  .ev-contacts-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ev-contacts-quick,
  .ev-contacts-cards,
  .ev-contacts-form {
    grid-template-columns: 1fr;
  }

  .ev-contacts-hero__media,
  .ev-contacts-hero__media picture,
  .ev-contacts-hero__media img {
    min-height: 260px;
  }

  .ev-contacts-hero__media figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: auto 1fr;
    padding: 13px 14px;
  }

  .ev-contacts-hero__media span {
    font-size: 18px;
  }

  .ev-contacts-section-head h2,
  .ev-contacts-map__body h2,
  .ev-contacts-request h2 {
    font-size: 30px;
  }

  .ev-contact-card {
    min-height: 0;
    padding: 20px;
  }

  .ev-contact-card__num {
    margin-bottom: 20px;
  }

  .ev-contacts-map__visual {
    height: 320px;
    min-height: 320px;
  }

  .ev-contacts-map__pin {
    width: min(250px, calc(100% - 36px));
  }

  .ev-contacts-map__body,
  .ev-contacts-form {
    padding: 20px;
  }

  .ev-contacts-yandex-link {
    width: 100%;
  }

  .ev-contacts-map__list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ev-contacts-request__phone {
    font-size: 24px;
  }
}

@media (max-width: 380px) {
  .ev-contacts-hero h1 {
    font-size: 36px;
  }

  .ev-contact-card p {
    font-size: 17px;
  }

  .ev-contacts-form input {
    height: 48px;
  }
}
/* 2026-08-26: contacts page yandex card update end */

/* 2026-08-30: Special equipment redesign copy */
.ev-spec-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 0;
  border-bottom: 1px solid #e7e9ee;
  background: #f3f5f7;
}
.ev-spec-hero:before {
  content: "";
  position: absolute;
  inset: 0 56% 0 0;
  background: #fff;
  z-index: 0;
}
.ev-spec-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(410px, .46fr) minmax(0, .54fr);
  gap: 0;
  align-items: stretch;
  min-height: 610px;
}
.ev-spec-hero__copy {
  position: relative;
  z-index: 3;
  min-width: 0;
  align-self: center;
  padding: 42px 34px 52px 0;
  background: #fff;
}
.ev-spec-hero__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 7px 15px;
  border: 1px solid #dbe0e7;
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  font-size: 13px;
  font-weight: 900;
}
.ev-spec-hero__status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, .14);
  flex: 0 0 auto;
}
.ev-spec-hero h1 {
  max-width: 560px;
  margin: 0 0 20px;
  color: var(--ev-ink);
  font-size: 56px;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: none !important;
}
.ev-spec-hero h1 span {
  display: block;
}
.ev-spec-hero h1 span + span {
  color: var(--ev-ink);
}
.ev-spec-hero__offer {
  max-width: 600px;
  margin: 0 0 14px;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}
.ev-spec-hero__offer mark {
  padding: 0 .08em;
  background: transparent;
  color: var(--ev-yellow);
}
.ev-spec-hero__lead {
  max-width: 650px;
  margin: 0 0 26px;
  color: var(--ev-muted);
  font-size: 17px;
  line-height: 1.55;
}
.ev-spec-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.ev-spec-hero__facts li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid #e5e7eb;
  border-left: 3px solid var(--ev-yellow);
  border-radius: 8px;
  background: #fff;
}
.ev-spec-icon {
  display: block;
  width: 26px;
  height: 26px;
  color: #111827;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ev-spec-hero__facts .ev-spec-icon {
  color: var(--ev-yellow);
}
.ev-spec-hero__facts b {
  display: block;
  color: var(--ev-ink);
  font-size: 15px;
  line-height: 1.2;
}
.ev-spec-hero__facts span {
  display: block;
  margin-top: 4px;
  color: var(--ev-muted);
  font-size: 13px;
  line-height: 1.25;
}
.ev-spec-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 0 0 18px;
}
.ev-spec-hero__actions .ev-btn {
  font-size: 14px;
  text-transform: none;
}
.ev-spec-hero__actions .ev-btn span,
.ev-spec-form .ev-btn span {
  margin-left: 8px;
}
.ev-spec-photo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}
.ev-spec-photo-link span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #cfd6df;
  border-radius: 7px;
  color: var(--ev-yellow);
  font-size: 22px;
  line-height: 1;
}
.ev-spec-hero__phone {
  display: grid;
  gap: 3px;
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
}
.ev-spec-hero__phone a {
  color: #111827;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}
.ev-spec-hero__media {
  position: relative;
  z-index: 1;
  min-height: 520px;
  margin-left: -72px;
  align-self: center;
  overflow: hidden;
}
.ev-spec-hero__media:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 285px;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 22%, rgba(255, 255, 255, .56) 58%, rgba(255, 255, 255, 0) 100%);
}
.ev-spec-hero__picture,
.ev-spec-hero__picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.ev-spec-hero__picture {
  min-height: 520px;
  overflow: hidden;
  border-radius: 0;
  background: #dfe4ea;
}
.ev-spec-hero__picture img {
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(.78) contrast(.98) brightness(1.06);
}
.ev-spec-hero-marker,
.ev-spec-hero__badge {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 126px;
  padding: 10px 12px;
  border: 1px solid rgba(17, 24, 39, .22);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 30px rgba(17, 24, 39, .1);
}
.ev-spec-hero-marker:before {
  content: "";
  position: absolute;
  background: var(--ev-yellow);
}
.ev-spec-hero-marker small,
.ev-spec-hero__badge small,
.ev-spec-hero__badge span {
  color: #4b5563;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: lowercase;
}
.ev-spec-hero-marker b,
.ev-spec-hero__badge b {
  color: #111827;
  font-size: 22px;
  line-height: 1;
}
.ev-spec-hero-marker--platform {
  top: 44px;
  right: 25%;
}
.ev-spec-hero-marker--platform:before {
  left: 50%;
  bottom: -50px;
  width: 2px;
  height: 50px;
}
.ev-spec-hero-marker--winch {
  top: 86px;
  left: 34%;
}
.ev-spec-hero-marker--winch:before {
  right: -72px;
  top: 50%;
  width: 72px;
  height: 2px;
}
.ev-spec-hero__badge {
  right: 24px;
  bottom: 24px;
  min-width: 160px;
}
.ev-spec-equipment {
  padding: 26px 0;
  background: #f5f6f8;
}
.ev-spec-equipment ul {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 10px 0 0;
  padding: 18px 20px;
  border: 1px solid #e2e6ed;
  border-radius: 8px;
  background: #fff;
  list-style: none;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .05);
}
.ev-spec-equipment li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px 10px;
  align-items: start;
  min-width: 0;
  padding: 0 14px;
  border-right: 1px solid #e5e7eb;
}
.ev-spec-equipment li:last-child {
  border-right: 0;
}
.ev-spec-equipment .ev-spec-icon {
  width: 30px;
  height: 30px;
  padding: 5px;
  border: 1px solid #d8dde6;
  border-radius: 8px;
  background: #fff7df;
  color: #111827;
}
.ev-spec-equipment b,
.ev-spec-equipment small {
  display: block;
  min-width: 0;
}
.ev-spec-equipment b {
  color: #111827;
  font-size: 13px;
  line-height: 1.25;
}
.ev-spec-equipment small {
  color: var(--ev-muted);
  font-size: 12px;
  line-height: 1.25;
}
.ev-spec-tech-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-spec-fact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 164px;
  padding: 22px;
  border: 1px solid #e1e5eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, .06);
}
.ev-spec-fact-card .ev-spec-icon {
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 1px solid #f1c75a;
  border-radius: 10px;
  background: #fff8e5;
  color: #111827;
}
.ev-spec-fact-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.ev-spec-fact-card p {
  margin: 0;
  color: var(--ev-muted);
}
.ev-spec-check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.ev-spec-check-list li {
  position: relative;
  padding-left: 26px;
  color: #1f2937;
}
.ev-spec-check-list li:before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--ev-yellow);
}
.ev-spec-price-list {
  display: grid;
  gap: 12px;
}
.ev-spec-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
}
.ev-spec-price-row b,
.ev-spec-price-row strong {
  color: #111827;
}
.ev-spec-price-row p {
  margin: 6px 0 0;
  color: var(--ev-muted);
}
.ev-spec-calc__box {
  padding: 30px;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .08);
}
.ev-spec-calc__head {
  max-width: 760px;
  margin-bottom: 22px;
}
.ev-spec-calc__head h2 {
  margin-bottom: 8px;
}
.ev-spec-calc__head p {
  margin: 0;
  color: var(--ev-muted);
}
.ev-spec-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.ev-spec-form__quick {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, .55fr) auto;
  gap: 14px;
  align-items: end;
  padding: 18px;
  border: 1px solid #e3e7ee;
  border-radius: 8px;
  background: #f7f9fc;
}
.ev-spec-form .ev-field {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.ev-spec-form .ev-field label {
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}
.ev-spec-form .ev-field input,
.ev-spec-form .ev-field select {
  width: 100%;
  height: 50px;
  border: 1px solid #cfd6df;
  border-radius: 6px;
  padding: 0 14px;
  background: #fff;
  color: #111827;
  font: inherit;
}
.ev-spec-form .ev-field small {
  display: block;
  margin-top: 6px;
  color: var(--ev-muted);
  font-size: 12px;
}
.ev-spec-form__quick .ev-btn {
  min-width: 230px;
  min-height: 50px;
  white-space: nowrap;
}
.ev-spec-form__details {
  border-top: 1px solid #e5e7eb;
  padding-top: 12px;
}
.ev-spec-form__details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  color: #111827;
  cursor: pointer;
  list-style: none;
}
.ev-spec-form__details summary::-webkit-details-marker {
  display: none;
}
.ev-spec-form__details summary:before {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: var(--ev-yellow);
  color: #111827;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.ev-spec-form__details[open] summary:before {
  content: "-";
}
.ev-spec-form__details summary span {
  margin-right: auto;
  font-weight: 900;
}
.ev-spec-form__details summary small {
  color: var(--ev-muted);
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}
.ev-spec-form__details-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.ev-spec-file {
  position: relative;
  display: grid;
  gap: 6px;
  grid-column: span 2;
  min-height: 78px;
  padding: 13px 14px;
  border: 1px dashed #c5ccd6;
  border-radius: 7px;
  background: #fbfcfe;
  cursor: pointer;
}
.ev-spec-file input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.ev-spec-file:focus-within {
  outline: 2px solid rgba(255, 184, 0, .55);
  outline-offset: 2px;
}
.ev-spec-file span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-weight: 900;
}
.ev-spec-file .ev-spec-icon {
  width: 20px;
  height: 20px;
  color: var(--ev-yellow);
}
.ev-spec-file small {
  color: var(--ev-muted);
  line-height: 1.3;
}
.ev-spec-form__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}
.ev-spec-form__guarantee {
  margin: 0;
  color: #111827;
  font-weight: 900;
}
.ev-spec-form__guarantee span {
  color: var(--ev-yellow);
  margin-right: 8px;
}
.ev-spec-form .ev-form-status {
  margin: 0;
}
.ev-spec-form .ev-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  max-width: 520px;
  margin: 0;
  color: var(--ev-muted);
  font-size: 12px;
  line-height: 1.35;
}
.ev-spec-form .ev-consent input {
  margin-top: 2px;
}
.ev-spec-case-meta {
  color: var(--ev-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.ev-spec-link-card {
  background: #fff;
}
@media (max-width: 1180px) {
  .ev-spec-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ev-spec-hero h1 {
    font-size: 50px;
  }
  .ev-spec-hero:before {
    inset: 0;
  }
  .ev-spec-hero__copy {
    padding-right: 0;
  }
  .ev-spec-hero__media {
    margin-left: 0;
  }
  .ev-spec-hero__media:before {
    display: none;
  }
  .ev-spec-equipment ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 0;
  }
  .ev-spec-equipment li:nth-child(3n) {
    border-right: 0;
  }
  .ev-spec-form__quick {
    grid-template-columns: minmax(0, 1fr) minmax(220px, .5fr);
  }
  .ev-spec-form__quick .ev-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .ev-spec-form__details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .ev-spec-hero {
    padding: 30px 0 28px;
  }
  .ev-spec-hero h1 {
    font-size: 38px;
  }
  .ev-spec-hero__media,
  .ev-spec-hero__picture {
    min-height: 330px;
  }
  .ev-spec-hero__facts,
  .ev-spec-tech-facts {
    grid-template-columns: 1fr;
  }
  .ev-spec-hero-marker {
    display: none;
  }
  .ev-spec-equipment ul {
    grid-template-columns: 1fr 1fr;
    padding: 14px;
  }
  .ev-spec-equipment li,
  .ev-spec-equipment li:nth-child(3n) {
    border-right: 0;
  }
  .ev-spec-equipment li {
    padding: 0 8px;
  }
  .ev-spec-calc__box {
    padding: 20px;
  }
  .ev-spec-form__quick,
  .ev-spec-form__details-grid,
  .ev-spec-form__bottom {
    grid-template-columns: 1fr;
  }
  .ev-spec-form__quick .ev-btn,
  .ev-spec-file {
    grid-column: auto;
  }
  .ev-spec-form__details summary {
    align-items: flex-start;
  }
  .ev-spec-form__details summary small {
    text-align: left;
  }
}
@media (max-width: 460px) {
  .ev-spec-hero h1 {
    font-size: 34px;
  }
  .ev-spec-hero__offer {
    font-size: 19px;
  }
  .ev-spec-hero__lead {
    font-size: 15px;
  }
  .ev-spec-hero__actions .ev-btn,
  .ev-spec-form .ev-btn {
    width: 100%;
  }
  .ev-spec-hero__facts li,
  .ev-spec-fact-card {
    grid-template-columns: 34px minmax(0, 1fr);
  }
  .ev-spec-hero__media,
  .ev-spec-hero__picture {
    min-height: 260px;
  }
  .ev-spec-hero__badge {
    right: 14px;
    bottom: 14px;
  }
  .ev-spec-equipment ul {
    grid-template-columns: 1fr;
  }
  .ev-spec-equipment li {
    border-right: 0;
  }
  .ev-spec-form__details summary {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
  }
  .ev-spec-form__details summary small {
    grid-column: 2;
  }
  .ev-spec-price-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
/* 2026-08-30 Special equipment redesign copy end */

/* 2026-08-30 services hub SEO copy optimization */
.ev-service-tile__price {
  align-self: start;
  display: inline-flex;
  box-sizing: border-box;
  min-width: 0;
  width: fit-content;
  max-width: 100%;
  padding: 6px 9px;
  border-radius: 7px;
  background: #15181C;
  color: #FFB800;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
}
.ev-service-mini__link {
  display: inline-flex;
  box-sizing: border-box;
  min-width: 0;
  width: fit-content;
  max-width: 100%;
  margin-top: 12px;
  color: #FFB800;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
}
.ev-service-mini__link:hover {
  color: #fff;
}
.ev-services-more {
  margin-top: 20px;
}
.ev-services-more--coverage {
  margin-top: -18px;
  padding-bottom: 28px;
}
.ev-services-more .ev-btn {
  min-width: 220px;
}
@media (max-width: 760px) {
  .ev-service-tile__price,
  .ev-service-mini__link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .ev-services-more .ev-btn {
    width: 100%;
  }
  .ev-services-more--coverage {
    margin-top: -10px;
    padding-bottom: 22px;
  }
  .ev-district-map__sheet:not([hidden]) {
    left: 12px;
    right: 12px;
    bottom: calc(84px + env(safe-area-inset-bottom));
    border-radius: 18px;
  }
}
/* 2026-08-30 services hub SEO copy optimization end */

/* 2026-08-30: rayony hub page scoped text-only admin */
.ev-rayony-page .ev-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  font-weight: 800;
}
.ev-rayony-page .ev-breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.ev-rayony-request {
  padding-top: 34px;
}
.ev-rayony-request__box {
  display: grid;
  grid-template-columns: minmax(240px, .45fr) minmax(0, 1fr);
  gap: 26px;
  padding: 28px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16,24,40,.08);
}
.ev-rayony-request__copy h2 {
  margin-bottom: 10px;
}
.ev-rayony-request__copy p {
  margin: 0;
  color: var(--ev-muted);
}
.ev-form--rayony {
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
}
.ev-form--rayony .ev-consent,
.ev-form--rayony .ev-form-status {
  grid-column: 1 / -1;
}
.ev-rayony-district-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ev-rayony-district-card {
  position: relative;
  min-width: 0;
  min-height: 278px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
}
.ev-rayony-district-card__num {
  width: max-content;
  padding: 5px 9px;
  border-radius: 7px;
  background: #11171e;
  color: var(--ev-yellow);
  font-size: 12px;
  font-weight: 900;
}
.ev-rayony-district-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.16;
}
.ev-rayony-district-card p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.5;
}
.ev-rayony-district-card .ev-card-more {
  align-self: end;
  text-decoration: none;
}
.ev-rayony-eta__grid li {
  min-height: 152px;
}
.ev-rayony-services .ev-service-tile {
  grid-template-rows: auto auto 1fr auto;
}
.ev-rayony-prices__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 24px;
  align-items: stretch;
}
.ev-rayony-prices .ev-price-row {
  min-width: 0;
}
.ev-rayony-prices .ev-price-row span {
  min-width: 0;
}
.ev-rayony-prices .ev-price-row b {
  text-align: right;
  color: var(--ev-ink);
}
.ev-rayony-prices .ev-help-card {
  position: relative;
  overflow: hidden;
  align-content: end;
  min-height: 430px;
  padding-top: 220px;
  background:
    linear-gradient(180deg, rgba(17,23,30,.06) 0%, rgba(17,23,30,.30) 36%, rgba(17,23,30,.86) 70%, rgba(17,23,30,.97) 100%),
    url('/assets/site/evakuator161/images/evakuator161-07.jpg') center top / cover no-repeat;
}
.ev-rayony-prices .ev-help-card p {
  color: rgba(255,255,255,.78);
}
.ev-rayony-prices .ev-help-card > a:not(.ev-btn) {
  width: max-content;
  max-width: 100%;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255,255,255,.56);
}
.ev-rayony-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-rayony-step {
  min-width: 0;
  min-height: 194px;
  padding: 18px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
}
.ev-rayony-step span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ev-yellow);
  color: #11171e;
  font-size: 12px;
  font-weight: 900;
}
.ev-rayony-step b {
  display: block;
  margin-bottom: 8px;
  color: var(--ev-ink);
  font-size: 17px;
  line-height: 1.18;
}
.ev-rayony-step p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.45;
}
.ev-rayony-faq__more {
  display: inline-flex;
  margin-top: 18px;
  text-decoration: none;
}
@media (max-width: 1180px) {
  .ev-rayony-district-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-form--rayony {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-form--rayony .ev-btn {
    min-width: 100%;
  }
  .ev-rayony-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .ev-rayony-request__box,
  .ev-rayony-prices__grid {
    grid-template-columns: 1fr;
  }
  .ev-rayony-prices .ev-help-card {
    min-height: 390px;
  }
}
@media (max-width: 760px) {
  .ev-rayony-page .ev-hero--brief .ev-container.ev-hero-card {
    width: min(100% - 24px, 430px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 18px 18px;
  }
  .ev-rayony-page .ev-hero--brief .ev-hero-card__shade {
    display: none !important;
  }
  .ev-rayony-page .ev-hero--brief .ev-hero__copy {
    order: 1;
    max-width: none;
  }
  .ev-rayony-page .ev-hero--brief h1 {
    font-size: 34px;
  }
  .ev-rayony-page .ev-hero--brief .ev-hero-photo {
    position: relative;
    inset: auto;
    order: 2;
    z-index: 1;
    width: 100%;
    height: 214px;
    margin: 0;
    border-radius: 12px;
  }
  .ev-rayony-page .ev-hero--brief .ev-hero-photo img {
    object-position: 58% center;
  }
  .ev-rayony-page .ev-hero-time-badge {
    position: relative;
    right: auto;
    bottom: auto;
    order: 3;
    width: 100%;
    min-width: 0;
    box-shadow: none;
  }
}
@media (max-width: 640px) {
  .ev-rayony-request {
    padding-top: 24px;
  }
  .ev-rayony-request__box {
    padding: 18px;
  }
  .ev-form--rayony,
  .ev-rayony-district-grid,
  .ev-rayony-steps {
    grid-template-columns: 1fr;
  }
  .ev-rayony-district-card,
  .ev-rayony-step {
    min-height: 0;
  }
  .ev-rayony-prices .ev-price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0;
  }
  .ev-rayony-prices .ev-price-row b {
    text-align: left;
  }
  .ev-rayony-prices .ev-help-card {
    min-height: 410px;
    padding: 215px 22px 24px;
  }
}
@media (max-width: 380px) {
  .ev-rayony-page .ev-hero--brief h1 {
    font-size: 32px;
  }
}
/* 2026-08-30: rayony hub page scoped text-only admin end */

/* 2026-08-30: district landing pages text-only admin */
.ev-district-page {
  background: #fff;
  color: var(--ev-ink);
}
.ev-district-hero {
  padding: 34px 0 42px;
  border-bottom: 1px solid var(--ev-line);
  background: #f5f6f8;
}
.ev-district-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
  gap: 30px;
  align-items: stretch;
}
.ev-district-hero__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 0;
}
.ev-district-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  color: #5d6673;
  font-size: 13px;
  font-weight: 800;
}
.ev-district-breadcrumbs a {
  color: #111827;
  text-decoration: none;
}
.ev-district-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 7px 13px;
  border: 1px solid #d9dee7;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}
.ev-district-status span {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22,163,74,.14);
}
.ev-district-hero h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: 54px;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: none !important;
}
.ev-district-hero__offer {
  max-width: 780px;
  margin: 0 0 14px;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}
.ev-district-hero__lead {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--ev-muted);
  font-size: 17px;
  line-height: 1.55;
}
.ev-district-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
.ev-district-hero__actions .ev-btn span {
  margin-left: 8px;
}
.ev-district-phone {
  display: grid;
  gap: 4px;
  margin-bottom: 20px;
  color: var(--ev-muted);
}
.ev-district-phone a {
  color: #111827;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}
.ev-district-hero__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 740px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-district-hero__benefits li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid #e1e5eb;
  border-radius: 8px;
  background: #fff;
}
.ev-district-hero__benefits li span {
  width: 10px;
  height: 10px;
  margin-top: .42em;
  background: var(--ev-yellow);
}
.ev-district-hero__benefits b {
  min-width: 0;
  color: #111827;
  font-size: 14px;
  line-height: 1.25;
}
.ev-district-hero__media {
  position: relative;
  min-width: 0;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #dfe4ea;
  box-shadow: 0 18px 42px rgba(16,24,40,.12);
}
.ev-district-hero__media picture,
.ev-district-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.ev-district-hero__media img {
  object-fit: cover;
  object-position: center;
}
.ev-district-hero__media figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 3px;
  min-width: 158px;
  padding: 14px 16px;
  border: 1px solid rgba(17,24,39,.18);
  border-left: 5px solid var(--ev-yellow);
  background: rgba(255,255,255,.92);
}
.ev-district-hero__media figcaption b {
  color: #111827;
  font-size: 28px;
  line-height: 1;
}
.ev-district-hero__media figcaption span {
  color: #4b5563;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}
.ev-district-request {
  padding-top: 34px;
}
.ev-district-request__box {
  display: grid;
  grid-template-columns: minmax(260px, .4fr) minmax(0, 1fr);
  gap: 26px;
  padding: 28px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16,24,40,.08);
}
.ev-district-request__copy h2 {
  margin-bottom: 10px;
}
.ev-district-request__copy p {
  margin: 0;
  color: var(--ev-muted);
}
.ev-form--district {
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}
.ev-form--district .ev-consent,
.ev-form--district .ev-form-status {
  grid-column: 1 / -1;
}
.ev-district-local__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .42fr);
  gap: 24px;
  align-items: stretch;
}
.ev-district-local h2 {
  max-width: 820px;
  margin-bottom: 12px;
}
.ev-district-local p {
  max-width: 850px;
  color: var(--ev-muted);
}
.ev-district-local__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.ev-district-local__chips li {
  padding: 9px 12px;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  background: #f7f8fa;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}
.ev-district-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
  padding: 24px;
  border: 1px solid #111827;
  border-radius: 12px;
  background: #111827;
  color: #fff;
}
.ev-district-note h3 {
  margin: 0;
  color: #fff;
}
.ev-district-note p {
  margin: 0;
  color: rgba(255,255,255,.76);
}
.ev-district-note a {
  color: var(--ev-yellow);
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}
.ev-district-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-district-card-grid li {
  min-width: 0;
  min-height: 184px;
  padding: 20px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
}
.ev-district-card-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.16;
}
.ev-district-card-grid p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.5;
}
.ev-district-complex {
  background: #111827;
  color: #fff;
}
.ev-district-complex .ev-services-kicker,
.ev-district-complex h2 {
  color: #fff;
}
.ev-district-complex__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.ev-district-complex__grid p {
  max-width: 760px;
  color: rgba(255,255,255,.76);
}
.ev-district-complex__grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-district-complex__grid li {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.15);
  border-left: 4px solid var(--ev-yellow);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
}
.ev-district-complex__grid b {
  color: #fff;
}
.ev-district-complex__grid span {
  color: rgba(255,255,255,.74);
  font-size: 14px;
  line-height: 1.45;
}
.ev-district-prices__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .62fr);
  gap: 24px;
  align-items: stretch;
}
.ev-district-prices .ev-price-row {
  min-width: 0;
}
.ev-district-prices .ev-price-row b {
  text-align: right;
  color: var(--ev-ink);
}
.ev-district-price-help {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  min-height: 360px;
  padding: 28px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(17,24,39,.06) 0%, rgba(17,24,39,.84) 68%, rgba(17,24,39,.96) 100%),
    url('/assets/site/evakuator161/images/benefit-price.jpg') center / cover no-repeat;
  color: #fff;
}
.ev-district-price-help h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
}
.ev-district-price-help p {
  margin: 0;
  color: rgba(255,255,255,.78);
}
.ev-district-price-help a {
  color: var(--ev-yellow);
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}
.ev-district-scenario__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .64fr);
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16,24,40,.07);
}
.ev-district-scenario__card p {
  color: var(--ev-muted);
}
.ev-district-scenario__card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}
.ev-district-scenario__card dl div {
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}
.ev-district-scenario__card dt {
  color: var(--ev-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.ev-district-scenario__card dd {
  margin: 4px 0 0;
  color: #111827;
  font-weight: 900;
}
.ev-district-process ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-district-process li {
  min-width: 0;
  min-height: 196px;
  padding: 18px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
}
.ev-district-process li span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ev-yellow);
  color: #111827;
  font-size: 12px;
  font-weight: 900;
}
.ev-district-process h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.18;
}
.ev-district-process p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.45;
}
.ev-district-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ev-district-related-card {
  min-width: 0;
  min-height: 186px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.ev-district-related-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.16;
}
.ev-district-related-card p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 14px;
  line-height: 1.5;
}
.ev-district-related-card span {
  color: var(--ev-yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .ev-district-hero__grid,
  .ev-district-local__grid,
  .ev-district-complex__grid,
  .ev-district-prices__grid,
  .ev-district-scenario__card {
    grid-template-columns: 1fr;
  }
  .ev-district-hero__copy {
    padding-bottom: 0;
  }
  .ev-district-hero h1 {
    font-size: 48px;
  }
  .ev-district-hero__media {
    min-height: 420px;
  }
  .ev-district-card-grid,
  .ev-district-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-district-process ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .ev-district-hero {
    padding: 24px 0 30px;
  }
  .ev-district-hero__grid {
    gap: 18px;
  }
  .ev-district-hero__copy {
    padding: 0;
  }
  .ev-district-hero h1 {
    font-size: 36px;
  }
  .ev-district-hero__offer {
    font-size: 19px;
  }
  .ev-district-hero__lead {
    font-size: 15px;
  }
  .ev-district-hero__actions,
  .ev-district-hero__actions .ev-btn {
    width: 100%;
  }
  .ev-district-hero__actions .ev-btn {
    justify-content: center;
  }
  .ev-district-phone a {
    font-size: 24px;
  }
  .ev-district-hero__benefits,
  .ev-form--district,
  .ev-district-card-grid,
  .ev-district-complex__grid ul,
  .ev-district-process ol,
  .ev-district-related__grid {
    grid-template-columns: 1fr;
  }
  .ev-district-hero__media {
    min-height: 260px;
  }
  .ev-district-hero__media figcaption {
    right: 14px;
    bottom: 14px;
    min-width: 132px;
    padding: 12px 13px;
  }
  .ev-district-request {
    padding-top: 24px;
  }
  .ev-district-request__box {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .ev-form--district .ev-consent,
  .ev-form--district .ev-form-status {
    grid-column: auto;
  }
  .ev-district-local__chips {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ev-district-card-grid li,
  .ev-district-process li,
  .ev-district-related-card {
    min-height: 0;
  }
  .ev-district-prices .ev-price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .ev-district-prices .ev-price-row b {
    text-align: left;
  }
  .ev-district-price-help {
    min-height: 320px;
    padding: 22px;
  }
}
@media (max-width: 380px) {
  .ev-district-hero h1 {
    font-size: 32px;
  }
}
/* 2026-08-30: district landing pages text-only admin end */

/* 2026-08-30 homepage/services interlinking */
.ev-tow-types__more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.ev-tow-types__more .ev-btn {
  min-width: 240px;
}
.ev-services-breadcrumbs-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #edf0f2;
  background: #fff;
}
.ev-services-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  color: #5d6673;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
.ev-services-breadcrumbs a {
  color: #111827;
  text-decoration: none;
}
.ev-services-breadcrumbs span[aria-hidden="true"] {
  color: #8b95a1;
}
@media (max-width: 760px) {
  .ev-tow-types__more .ev-btn {
    width: 100%;
  }
  .ev-services-breadcrumbs-wrap {
    padding: 10px 0;
  }
}
/* 2026-08-30 homepage/services interlinking end */

/* 2026-08-30: DTP managed landing page */
.ev-dtp-breadcrumbs {
  padding: 14px 0;
  border-bottom: 1px solid #eceef1;
  background: #fff;
}
.ev-dtp-breadcrumbs .ev-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #59616d;
  font-size: 13px;
  font-weight: 800;
}
.ev-dtp-breadcrumbs a {
  color: #171a1f;
  text-decoration: none;
}
.ev-dtp-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 44px;
  background: #f4f6f8;
  border-bottom: 1px solid #e5e8ed;
}
.ev-dtp-hero:before {
  content: "";
  position: absolute;
  inset: 0 55% 0 0;
  background: #fff;
}
.ev-dtp-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .72fr);
  gap: 34px;
  align-items: start;
}
.ev-dtp-hero__copy {
  min-width: 0;
  padding: 36px 0 18px;
}
.ev-dtp-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid #dbe0e7;
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  font-size: 13px;
  font-weight: 900;
}
.ev-dtp-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, .14);
}
.ev-dtp-hero h1 {
  max-width: 710px;
  margin: 0 0 18px;
  font-size: 54px;
  line-height: 1.06;
  letter-spacing: 0;
  text-transform: none;
}
.ev-dtp-offer {
  max-width: 720px;
  margin: 0 0 14px;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.28;
}
.ev-dtp-lead {
  max-width: 760px;
  margin: 0 0 24px;
  color: #404854;
  font-size: 17px;
  line-height: 1.58;
}
.ev-dtp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 0 0 18px;
}
.ev-dtp-actions .ev-btn {
  text-transform: none;
}
.ev-dtp-phone {
  display: grid;
  gap: 3px;
  margin: 0 0 22px;
  color: #59616d;
  font-size: 14px;
}
.ev-dtp-phone a {
  color: #111827;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}
.ev-dtp-hero__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-dtp-hero__benefits li {
  min-width: 0;
  min-height: 82px;
  padding: 14px;
  border: 1px solid #e1e5eb;
  border-left: 4px solid var(--ev-yellow);
  border-radius: 8px;
  background: #fff;
}
.ev-dtp-hero__benefits b,
.ev-dtp-hero__benefits span {
  display: block;
}
.ev-dtp-hero__benefits b {
  color: #111827;
  font-size: 16px;
  line-height: 1.18;
}
.ev-dtp-hero__benefits span {
  margin-top: 6px;
  color: #59616d;
  font-size: 13px;
  line-height: 1.28;
}
.ev-dtp-hero__side {
  display: grid;
  gap: 16px;
  min-width: 0;
}
.ev-dtp-hero__media {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  background: #dfe4ea;
}
.ev-dtp-hero__picture,
.ev-dtp-hero__picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.ev-dtp-hero__picture img {
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(.9) contrast(.98) brightness(1.04);
}
.ev-dtp-hero__badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 3px;
  max-width: 210px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 24, 39, .18);
  border-left: 5px solid var(--ev-yellow);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 30px rgba(17, 24, 39, .12);
}
.ev-dtp-hero__badge b {
  color: #111827;
  font-size: 22px;
  line-height: 1;
}
.ev-dtp-hero__badge span {
  color: #4b5563;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}
.ev-dtp-quick-form,
.ev-dtp-calc__box {
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .08);
}
.ev-dtp-quick-form {
  display: grid;
  gap: 14px;
  padding: 20px;
}
.ev-dtp-quick-form h2 {
  margin: 0 0 2px;
  font-size: 24px;
  text-transform: none;
}
.ev-dtp-quick-form p {
  margin: 0;
  color: #59616d;
}
.ev-dtp-quick-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: end;
}
.ev-dtp-quick-form__grid .ev-field--wide,
.ev-dtp-quick-form__grid .ev-btn {
  grid-column: 1 / -1;
}
.ev-dtp-quick-form .ev-consent {
  margin: 0;
}
.ev-dtp-section {
  padding: 64px 0;
}
.ev-dtp-head {
  max-width: 840px;
  margin-bottom: 28px;
}
.ev-dtp-head h2 {
  margin-bottom: 10px;
}
.ev-dtp-head p:last-child {
  margin-bottom: 0;
  color: #59616d;
}
.ev-dtp-card-grid {
  display: grid;
  gap: 22px;
}
.ev-dtp-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ev-dtp-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ev-dtp-photo-card,
.ev-dtp-text-card {
  min-width: 0;
  border: 1px solid #e1e5eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(16, 24, 40, .05);
}
.ev-dtp-photo-card picture,
.ev-dtp-photo-card img {
  display: block;
  width: 100%;
}
.ev-dtp-photo-card img {
  height: 190px;
  object-fit: cover;
}
.ev-dtp-photo-card div,
.ev-dtp-text-card {
  padding: 18px;
}
.ev-dtp-photo-card h3,
.ev-dtp-text-card h3 {
  margin-bottom: 9px;
  font-size: 21px;
  line-height: 1.08;
  text-transform: none;
}
.ev-dtp-photo-card p,
.ev-dtp-text-card p {
  margin: 0;
  color: #59616d;
  font-size: 14px;
  line-height: 1.48;
}
.ev-dtp-tow-card .ev-card-more {
  display: inline-flex;
  margin-top: 14px;
  color: #111827;
  font-weight: 900;
  text-decoration: none;
}
.ev-dtp-split {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: start;
}
.ev-dtp-note {
  margin: 20px 0;
  padding: 16px;
  border-left: 4px solid var(--ev-yellow);
  background: #fff8e5;
  color: #111827;
  font-weight: 800;
}
.ev-dtp-number-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ev-dtp-number-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #e1e5eb;
  border-radius: 8px;
  background: #fff;
}
.ev-dtp-number-list span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--ev-yellow);
  color: #111827;
  font-weight: 900;
}
.ev-dtp-number-list h3 {
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: none;
}
.ev-dtp-number-list p {
  margin: 0;
  color: #59616d;
}
.ev-dtp-source {
  margin: 18px 0 0;
  color: #59616d;
  font-size: 13px;
}
.ev-dtp-source a {
  font-weight: 900;
}
.ev-dtp-price-list {
  display: grid;
  gap: 0;
}
.ev-dtp-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
}
.ev-dtp-price-row h3 {
  margin: 0 0 5px;
  font-size: 19px;
  text-transform: none;
}
.ev-dtp-price-row p {
  margin: 0;
  color: #59616d;
}
.ev-dtp-price-row strong {
  color: #111827;
  font-size: 20px;
  white-space: nowrap;
}
.ev-dtp-price-factors ul {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.ev-dtp-price-factors li {
  position: relative;
  padding-left: 22px;
  color: #404854;
}
.ev-dtp-price-factors li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  background: var(--ev-yellow);
}
.ev-dtp-inline-link {
  display: inline-flex;
  margin: 14px 0 0 14px;
  font-weight: 900;
  text-decoration: none;
}
.ev-dtp-calc {
  background: #f4f6f8;
}
.ev-dtp-calc__box {
  padding: 28px;
}
.ev-dtp-form {
  display: grid;
  gap: 18px;
}
.ev-dtp-form__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.ev-dtp-file {
  position: relative;
  display: grid;
  gap: 5px;
  grid-column: span 2;
  min-height: 74px;
  padding: 13px 14px;
  border: 1px dashed #c5ccd6;
  border-radius: 7px;
  background: #fbfcfe;
  cursor: pointer;
}
.ev-dtp-file input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.ev-dtp-file span {
  color: #111827;
  font-weight: 900;
}
.ev-dtp-file small {
  color: #59616d;
}
.ev-dtp-form__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .74fr) auto;
  gap: 16px;
  align-items: center;
}
.ev-dtp-form__bottom p {
  margin: 0;
  color: #111827;
  font-weight: 900;
}
.ev-dtp-form__bottom p span {
  color: var(--ev-yellow);
  margin-right: 8px;
}
.ev-dtp-form__bottom .ev-consent {
  margin: 0;
}
.ev-dtp-work {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.ev-dtp-work .ev-work-item {
  min-height: 150px;
}
.ev-dtp-destination-card {
  color: inherit;
  text-decoration: none;
}
.ev-dtp-destination-card span {
  display: inline-flex;
  margin-top: 14px;
  color: #111827;
  font-weight: 900;
}
.ev-dtp-case__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .78fr);
  gap: 26px;
  align-items: stretch;
}
.ev-dtp-case__picture,
.ev-dtp-case__picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.ev-dtp-case__picture img {
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
}
.ev-dtp-case__meta {
  color: #59616d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.ev-dtp-coverage h2,
.ev-dtp-coverage p {
  color: #fff;
}
.ev-dtp-coverage__links {
  display: grid;
  gap: 12px;
}
.ev-dtp-coverage__links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}
.ev-dtp-faq .ev-faq-list {
  border: 1px solid #e1e5eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.ev-dtp-faq details {
  padding: 0 20px;
  border-bottom: 1px solid #e1e5eb;
}
.ev-dtp-faq details:last-child {
  border-bottom: 0;
}
.ev-dtp-faq summary {
  padding: 18px 0;
  cursor: pointer;
  color: #111827;
  font-weight: 900;
}
.ev-dtp-faq details p {
  margin: -4px 0 18px;
  color: #59616d;
}
.ev-dtp-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  .ev-dtp-hero__grid,
  .ev-dtp-split,
  .ev-dtp-case__grid {
    grid-template-columns: 1fr;
  }
  .ev-dtp-hero:before {
    inset: 0;
  }
  .ev-dtp-hero__benefits,
  .ev-dtp-card-grid--four,
  .ev-dtp-form__grid,
  .ev-dtp-work {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-dtp-card-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ev-dtp-form__bottom {
    grid-template-columns: 1fr;
  }
  .ev-dtp-form__bottom .ev-btn {
    justify-self: start;
  }
}
@media (max-width: 760px) {
  .ev-dtp-breadcrumbs {
    padding: 10px 0;
  }
  .ev-dtp-hero {
    padding: 24px 0 32px;
  }
  .ev-dtp-hero h1 {
    font-size: 37px;
    line-height: 1.08;
  }
  .ev-dtp-offer {
    font-size: 19px;
  }
  .ev-dtp-lead {
    font-size: 15px;
  }
  .ev-dtp-actions .ev-btn,
  .ev-dtp-quick-form .ev-btn,
  .ev-dtp-form__bottom .ev-btn,
  .ev-dtp-final__actions .ev-btn {
    width: 100%;
  }
  .ev-dtp-hero__media {
    min-height: 240px;
  }
  .ev-dtp-hero__benefits,
  .ev-dtp-card-grid--three,
  .ev-dtp-card-grid--four,
  .ev-dtp-form__grid,
  .ev-dtp-work,
  .ev-dtp-quick-form__grid {
    grid-template-columns: 1fr;
  }
  .ev-dtp-file {
    grid-column: auto;
  }
  .ev-dtp-section {
    padding: 46px 0;
  }
  .ev-dtp-photo-card img {
    height: 185px;
  }
  .ev-dtp-price-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ev-dtp-calc__box,
  .ev-dtp-quick-form {
    padding: 18px;
  }
  .ev-dtp-number-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 14px;
  }
  .ev-dtp-case__picture img {
    min-height: 250px;
  }
  .ev-dtp-final__actions {
    justify-content: stretch;
  }
}
@media (max-width: 390px) {
  .ev-dtp-hero h1 {
    font-size: 34px;
  }
  .ev-dtp-quick-form h2 {
    font-size: 22px;
  }
  .ev-dtp-breadcrumbs .ev-container {
    font-size: 12px;
  }
}
/* 2026-08-30 DTP managed landing page end */
