:root {
  --green: #15930d;
  --green-dark: #0b6710;
  --green-deep: #073d19;
  --lime: #eaf8e7;
  --ink: #121412;
  --muted: #626862;
  --line: #dce2dc;
  --paper: #f7faf6;
  --white: #fff;
  --orange: #ffbf47;
  --shadow: 0 20px 55px rgba(17, 44, 20, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, select { font: inherit; }

.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.kicker {
  margin: 0 0 16px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kicker--light { color: #8df285; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(45px, 5vw, 74px); font-weight: 900; }
h2 { font-size: clamp(36px, 4vw, 56px); font-weight: 900; }
h3 { font-size: 24px; font-weight: 850; }
p { text-wrap: pretty; }
.heading { margin-bottom: 44px; }
.heading > p:not(.kicker) { max-width: 680px; color: var(--muted); font-size: 18px; }
.heading--split {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 72px;
  align-items: end;
}
.heading--split > p { margin: 0 0 3px; }

.header {
  position: sticky;
  z-index: 30;
  top: 0;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header__inner { min-height: 74px; display: flex; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.05; }
.logo__sign {
  width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 12px; background: var(--green); color: #fff; font-weight: 900;
}
.logo b, .logo small { display: block; }
.logo b { font-size: 18px; }
.logo small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.header__nav { display: flex; gap: 23px; margin-left: auto; }
.header__nav a { color: #3f443f; font-size: 14px; font-weight: 750; text-decoration: none; }
.header__nav a:hover { color: var(--green-dark); }

.btn {
  min-height: 56px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 26px; border: 1px solid var(--green-dark); border-radius: 10px;
  background: transparent; color: var(--green-dark); cursor: pointer;
  font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(11,103,16,.2); }
.btn--small { min-height: 44px; padding: 0 18px; font-size: 14px; }
.btn--primary { background: var(--green); border-color: var(--green); color: #fff; }
.btn--primary:hover { background: var(--green-dark); }
.btn--light { background: #fff; border-color: #fff; color: var(--green-deep); }
.btn--full { width: 100%; }
.link { display: inline-flex; align-items: center; gap: 7px; color: var(--green-dark); font-weight: 850; text-decoration: none; border-bottom: 2px solid #7bd96f; }
.link--light { color: #fff; border-color: #8df285; }

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  grid-template-columns: 55% 45%;
  overflow: hidden;
  background:
    radial-gradient(circle at 43% 18%, rgba(86, 184, 72, .11), transparent 28%),
    linear-gradient(135deg, #fff 0%, var(--paper) 74%);
}
.hero__copy { position: relative; z-index: 3; display: flex; align-items: center; padding: 58px 4.5vw 62px max(5vw, calc((100vw - 1200px)/2)); }
.hero__content { width: min(770px, 100%); }
.hero h1 { max-width: 780px; font-size: clamp(44px, 4.2vw, 68px); line-height: .99; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero h1 > span { display: block; margin-top: .08em; font-size: .78em; line-height: 1.05; }
.hero__points { display: flex; flex-wrap: wrap; gap: 10px 25px; margin: 30px 0 25px; padding: 0; list-style: none; }
.hero__points li { position: relative; padding-left: 17px; font-size: 15px; font-weight: 850; }
.hero__points li::before { content: ""; position: absolute; left: 0; top: .68em; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.hero__catalog { max-width: 660px; margin: 0 0 27px; color: #3f453f; font-size: 20px; line-height: 1.38; }
.hero__catalog strong { color: var(--ink); font-weight: 900; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.hero__minimum { margin: 23px 0 0; color: #4d544d; font-size: 14px; font-weight: 850; }
.hero__minimum span { margin-inline: 8px; color: var(--green); }
.hero__image {
  position: relative; min-width: 0; display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(130px, .85fr);
  grid-template-rows: 1fr 1fr; gap: 10px; padding: 18px 18px 18px 50px;
  background: var(--green-deep); overflow: hidden;
}
.hero__image::before {
  content: ""; position: absolute; z-index: 2; top: -1px; bottom: -1px; left: -1px; width: 82px;
  background: var(--paper); clip-path: polygon(0 0, 100% 0, 18% 48%, 62% 100%, 0 100%);
}
.hero__image figure { position: relative; margin: 0; overflow: hidden; border-radius: 14px; }
.hero__image img { height: 100%; object-fit: cover; }
.hero__image-main { grid-column: 1; grid-row: 1 / 3; }
.hero__image-main img { object-position: 52% center; }
.hero__image-detail--top { grid-column: 2; grid-row: 1; }
.hero__image-detail--bottom { grid-column: 2; grid-row: 2; }
.hero__image-detail img { transition: transform .35s ease; }
.hero__image-detail:hover img { transform: scale(1.035); }
.hero__image-detail figcaption {
  position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 8px 9px;
  background: rgba(7,61,25,.84); border: 1px solid rgba(255,255,255,.18); border-radius: 7px;
  color: #fff; font-size: 10px; font-weight: 800;
}
.hero__image-label {
  position: absolute; z-index: 3; left: 70px; bottom: 34px; width: min(430px, calc(100% - 105px)); padding: 16px 18px;
  background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.82); border-radius: 12px; box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.hero__image-label b, .hero__image-label span { display: block; }
.hero__image-label b { font-size: 17px; }
.hero__image-label span { margin-top: 3px; color: var(--muted); font-size: 12px; }

.product-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.product-facts > div { min-height: 205px; padding: 25px; border-right: 1px solid var(--line); }
.product-facts > div:last-child { border-right: 0; }
.product-facts span { display: block; margin-bottom: 35px; color: var(--green); font-size: 12px; font-weight: 900; }
.product-facts b { display: block; font-size: 18px; }
.product-facts p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.product-proof { margin-top: 34px; padding: 34px; background: #eef6ec; border: 1px solid #d6e7d3; border-radius: 18px; }
.product-proof__head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 24px; }
.product-proof__head h3 { max-width: 650px; font-size: 34px; }
.product-proof__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.product-proof__copy p { margin: 0; color: var(--muted); font-size: 15px; }
.product-proof__gallery { display: grid; grid-template-columns: .9fr 1.15fr 1.15fr; gap: 12px; }
.product-proof__photo { position: relative; min-height: 360px; margin: 0; overflow: hidden; background: #dce8da; border-radius: 12px; }
.product-proof__photo img { width: 100%; height: 100%; object-fit: cover; }
.product-proof__photo--main img { object-position: center 56%; }
.product-proof__photo figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 10px 12px; background: rgba(7,61,25,.9); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; color: #fff; font-size: 12px; font-weight: 800; }
.sorts-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 64px 0 25px; }
.sorts-head h3 { font-size: 30px; }
.sorts-head p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.sorts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sort-card { position: relative; min-height: 390px; margin: 0; overflow: hidden; border-radius: 15px; background: #e7ece7; }
.sort-card img { height: 100%; object-fit: cover; }
.sort-card > div { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 15px 16px; background: rgba(255,255,255,.94); border-radius: 10px; }
.sort-card b, .sort-card span { display: block; }
.sort-card b { font-size: 18px; }
.sort-card span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.sort-card--more { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 32px; background: var(--green-deep); color: #fff; }
.sort-card--more > span { color: #8df285; font-size: 70px; font-weight: 900; line-height: 1; }
.sort-card--more > b { max-width: 280px; margin-top: 12px; font-size: 22px; }
.sort-card--more a { margin-top: 28px; color: #fff; font-weight: 850; text-decoration: underline; text-decoration-color: #8df285; text-underline-offset: 5px; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 25px 28px; background: var(--lime); border: 1px solid #bde5b8; border-radius: 14px; }
.cta-band b { font-size: 20px; }
.cta-band p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }

.scenarios { background: var(--paper); }
.scenario-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.scenario-grid article { display: flex; flex-direction: column; min-height: 315px; padding: 28px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.scenario-grid article:nth-child(1), .scenario-grid article:nth-child(2) { grid-column: span 3; }
.scenario-grid article:nth-child(n+3) { grid-column: span 2; }
.scenario-grid article:nth-child(2) { background: var(--green); color: #fff; }
.scenario-grid span { color: var(--green); font-size: 12px; font-weight: 900; }
.scenario-grid article:nth-child(2) span { color: #b9ffb3; }
.scenario-grid h3 { margin: 42px 0 16px; }
.scenario-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.scenario-grid article:nth-child(2) p { color: rgba(255,255,255,.8); }
.scenario-link { align-self: flex-start; margin-top: auto; padding-top: 24px; color: var(--green-dark); font-size: 13px; font-weight: 900; text-decoration: underline; text-decoration-color: #7bd96f; text-underline-offset: 5px; }
.scenario-grid article:nth-child(2) .scenario-link { color: #fff; text-decoration-color: #b9ffb3; }

.spec-contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; margin-top: 34px; padding: 34px; background: var(--ink); color: #fff; border-radius: 16px; }
.spec-contact h3 { font-size: 30px; }
.spec-contact p:not(.kicker) { margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: 14px; }
.contact-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.contact-button { min-height: 94px; display: flex; flex-direction: column; justify-content: center; padding: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: #fff; text-decoration: none; }
.contact-button:hover { background: rgba(255,255,255,.14); }
.contact-button b, .contact-button span { display: block; }
.contact-button span { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 11px; }

.company { background: var(--green-deep); color: #fff; }
.company__top { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.company__copy > p:not(.kicker) { margin: 24px 0; color: rgba(255,255,255,.75); font-size: 18px; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 30px; border-top: 1px solid rgba(255,255,255,.16); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #8df285; font-weight: 900; }
.company__main-photo { position: relative; margin: 0; overflow: hidden; border-radius: 18px; }
.company__main-photo img { aspect-ratio: 4/3; object-fit: cover; }
.company__main-photo figcaption { position: absolute; left: 15px; right: 15px; bottom: 15px; padding: 13px 15px; background: rgba(7,61,25,.9); border: 1px solid rgba(255,255,255,.2); border-radius: 9px; font-size: 13px; }
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.numbers div { padding: 27px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.numbers strong, .numbers span { display: block; }
.numbers strong { color: #8df285; font-size: 36px; line-height: 1; }
.numbers span { margin-top: 10px; color: rgba(255,255,255,.68); font-size: 13px; }
.production-proof { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: end; margin-top: 58px; }
.production-proof h3 { max-width: 620px; font-size: 31px; }
.production-proof > p { margin: 0 0 3px; color: rgba(255,255,255,.68); font-size: 15px; }
.gallery { display: grid; grid-template-columns: 1.4fr .85fr .85fr 1.2fr; gap: 12px; margin-top: 18px; }
.gallery figure { position: relative; min-height: 270px; margin: 0; overflow: hidden; border-radius: 12px; }
.gallery img { height: 100%; object-fit: cover; }
.gallery figcaption { position: absolute; left: 10px; bottom: 10px; padding: 7px 10px; background: rgba(7,61,25,.88); border-radius: 7px; font-size: 11px; }
.gallery--company { grid-template-columns: 1.45fr .85fr; }
.gallery--company figure { min-height: 390px; }

.condition-layout { display: grid; grid-template-columns: 1.15fr .55fr; gap: 40px; align-items: stretch; }
.condition-list { border-top: 2px solid var(--ink); }
.condition-list article { display: grid; grid-template-columns: 45px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.condition-list article > span { color: var(--green); font-size: 12px; font-weight: 900; }
.condition-list h3 { font-size: 21px; }
.condition-list p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.condition-offer { display: flex; flex-direction: column; justify-content: flex-end; padding: 35px; background: var(--green); color: #fff; border-radius: 16px; }
.condition-offer p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.condition-offer > b { margin: 13px 0; font-size: 31px; line-height: 1.15; letter-spacing: -.03em; }
.condition-offer > span { margin-bottom: 30px; color: rgba(255,255,255,.75); font-size: 14px; }

.cases { background: #f3f6f2; }
.cases-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.case-card { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 290px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.case-card--main { grid-row: span 2; grid-template-columns: 1fr; }
.case-card img { width: 100%; height: 100%; object-fit: cover; }
.case-card--main img { height: 360px; }
.case-card > div { padding: 25px; }
.case-card span { color: var(--green-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.case-card h3 { margin: 10px 0 14px; }
.case-card strong { display: block; font-size: 25px; }
.case-card p { margin: 10px 0 16px; color: var(--muted); font-size: 13px; }
.case-card a { color: var(--green-dark); font-size: 13px; font-weight: 850; }
.case-card--main strong { color: var(--green); font-size: 42px; }
.cta-band--dark { background: var(--ink); border-color: var(--ink); color: #fff; }
.cta-band--dark p { color: rgba(255,255,255,.66); }
.cta-band--on-dark { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #fff; }
.cta-band--on-dark p, .cta-band--on-green p { color: rgba(255,255,255,.68); }
.cta-band--on-green { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); color: #fff; }

.steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.steps li { position: relative; padding: 24px 22px 0; border-left: 1px solid var(--line); }
.steps li:first-child { padding-left: 0; border-left: 0; }
.steps span { color: var(--green); font-size: 12px; font-weight: 900; }
.steps h3 { margin: 48px 0 12px; font-size: 20px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; }

.risks { background: var(--green); color: #fff; }
.risks .heading > p:not(.kicker) { color: rgba(255,255,255,.72); }
.risks .kicker { color: #c6ffc0; }
.risk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.risk-grid article { min-height: 230px; padding: 28px; background: #fff; color: var(--ink); border-radius: 14px; }
.risk-grid article::before { content: "?"; display: grid; place-items: center; width: 35px; height: 35px; margin-bottom: 40px; border-radius: 50%; background: var(--lime); color: var(--green-dark); font-weight: 900; }
.risk-grid p { margin: 13px 0 0; color: var(--muted); font-size: 14px; }

.faq { background: #fff; }
.faq__layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; }
.accordion { border-top: 2px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 22px 46px 22px 0; cursor: pointer; list-style: none; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 14px; color: var(--green); font-size: 29px; }
details[open] summary::after { content: "−"; }
details p { max-width: 750px; margin: -2px 0 22px; color: var(--muted); }

.request { background: var(--green-deep); color: #fff; }
.request__layout { display: grid; grid-template-columns: 1.05fr .65fr; gap: 90px; align-items: start; }
.request__copy > p:not(.kicker) { max-width: 640px; color: rgba(255,255,255,.72); font-size: 18px; }
.request__copy ul { margin: 26px 0 30px; padding-left: 21px; color: rgba(255,255,255,.85); }
.request__copy li { margin: 8px 0; }
.request-contacts { display: flex; flex-wrap: wrap; gap: 18px; }
.lead-form { padding: 30px; background: #fff; color: var(--ink); border-radius: 16px; box-shadow: var(--shadow); }
.lead-form > p { margin: 8px 0 22px; color: var(--muted); font-size: 14px; }
.lead-form label { display: block; margin-top: 14px; font-size: 13px; font-weight: 800; }
.lead-form input, .lead-form select { width: 100%; height: 54px; margin-top: 7px; padding: 0 14px; border: 1px solid #c8cec8; border-radius: 9px; background: #fff; color: var(--ink); }
.lead-form input:focus, .lead-form select:focus { outline: 3px solid rgba(21,147,13,.2); border-color: var(--green); }
.lead-form button { margin-top: 20px; }
.lead-form small { display: block; margin-top: 11px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.lead-form small a { color: var(--green-dark); text-underline-offset: 2px; }
.form-status { margin: 10px 0 0 !important; color: #a82323 !important; font-size: 13px !important; font-weight: 800; }

footer { padding: 34px 0; background: #082c15; color: #fff; border-top: 1px solid rgba(255,255,255,.12); }
.footer__inner { display: flex; align-items: center; gap: 30px; }
.logo--footer small { color: rgba(255,255,255,.55); }
.footer__inner p { margin-left: auto; color: rgba(255,255,255,.58); font-size: 12px; }
.footer__contacts { display: flex; gap: 16px; }
.footer__contacts a { color: #8df285; font-size: 13px; font-weight: 850; text-decoration: none; }
.mobile-cta { display: none; }

@media (max-width: 1040px) {
  .header__nav { display: none; }
  .hero { min-height: 650px; grid-template-columns: 53% 47%; }
  .hero__copy { padding-left: 30px; }
  .hero h1 { font-size: clamp(41px, 5.2vw, 57px); }
  .hero__image { grid-template-columns: 1fr; grid-template-rows: 1fr; padding-left: 42px; }
  .hero__image-main { grid-column: 1; grid-row: 1; }
  .hero__image-detail { display: none; }
  .hero__image-label { left: 60px; width: calc(100% - 85px); }
  .product-facts, .scenario-grid, .numbers { grid-template-columns: repeat(2, 1fr); }
  .scenario-grid article, .scenario-grid article:nth-child(1), .scenario-grid article:nth-child(2), .scenario-grid article:nth-child(n+3) { grid-column: auto; }
  .product-facts > div:nth-child(2) { border-right: 0; }
  .product-facts > div { border-bottom: 1px solid var(--line); }
  .product-proof__head { grid-template-columns: 1fr; gap: 18px; }
  .product-proof__gallery { grid-template-columns: 1fr 1fr; }
  .product-proof__photo--main { grid-row: span 2; }
  .sorts { grid-template-columns: repeat(2, 1fr); }
  .company__top, .condition-layout, .request__layout { grid-template-columns: 1fr; }
  .production-proof { grid-template-columns: 1fr; gap: 16px; }
  .spec-contact { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .cases-grid { grid-template-columns: 1fr; }
  .case-card--main { grid-row: auto; grid-template-columns: .95fr 1.05fr; }
  .case-card--main img { height: 100%; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 35px 0; }
}

@media (max-width: 760px) {
  body { padding-bottom: 72px; font-size: 16px; }
  .container { width: min(100% - 28px, 1200px); }
  .section { padding: 74px 0; }
  h1 { font-size: clamp(39px, 11.5vw, 54px); }
  h2 { font-size: clamp(33px, 9vw, 44px); }
  .header__inner { min-height: 66px; }
  .header .btn { display: none; }
  .logo small { display: none; }
  .hero { min-height: auto; display: flex; flex-direction: column; }
  .hero__copy { order: 1; padding: 42px 14px 40px; }
  .hero h1 { font-size: clamp(39px, 10.8vw, 52px); line-height: 1.01; }
  .hero h1 > span { font-size: .8em; }
  .hero__points { gap: 8px 17px; margin: 25px 0 21px; }
  .hero__points li { font-size: 13px; }
  .hero__catalog { margin-bottom: 24px; font-size: 18px; }
  .hero__minimum { line-height: 1.45; }
  .hero__image { order: 2; min-height: 520px; grid-template-columns: 1fr 1fr; grid-template-rows: 360px 132px; padding: 14px; }
  .hero__image::before { display: none; }
  .hero__image-main { grid-column: 1 / 3; grid-row: 1; }
  .hero__image-detail { display: block; }
  .hero__image-detail--top { grid-column: 1; grid-row: 2; }
  .hero__image-detail--bottom { grid-column: 2; grid-row: 2; }
  .hero__image-label { left: 28px; bottom: 159px; width: calc(100% - 56px); }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero__actions .btn { width: 100%; }
  .hero__actions .link { align-self: flex-start; }
  .heading--split { grid-template-columns: 1fr; gap: 20px; }
  .heading > p:not(.kicker) { font-size: 16px; }
  .product-facts, .scenario-grid, .numbers { grid-template-columns: 1fr; }
  .product-facts > div, .product-facts > div:nth-child(2) { min-height: auto; border-right: 0; }
  .product-facts span { margin-bottom: 24px; }
  .product-proof { margin-top: 24px; padding: 20px; }
  .product-proof__head h3 { font-size: 29px; }
  .product-proof__copy .btn { width: 100%; }
  .product-proof__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 290px 178px; }
  .product-proof__photo { min-height: 0; }
  .product-proof__photo--main { grid-column: 1 / 3; grid-row: 1; }
  .product-proof__photo--main img { object-position: center 47%; }
  .product-proof__photo figcaption { padding: 8px 9px; font-size: 10px; }
  .sorts-head { align-items: flex-start; flex-direction: column; }
  .sorts { grid-template-columns: 1fr; }
  .sort-card { min-height: 420px; }
  .cta-band { align-items: stretch; flex-direction: column; }
  .scenario-grid article { min-height: auto; }
  .scenario-grid h3 { margin-top: 38px; }
  .scenario-link { margin-top: 24px; }
  .contact-buttons { grid-template-columns: 1fr; }
  .company__top { gap: 38px; }
  .production-proof { margin-top: 44px; }
  .production-proof h3 { font-size: 27px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery figure { min-height: 200px; }
  .gallery--company figure { min-height: 240px; }
  .condition-offer { min-height: 390px; }
  .case-card, .case-card--main { grid-template-columns: 1fr; }
  .case-card img, .case-card--main img { height: 290px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:first-child { padding: 20px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .steps h3 { margin-top: 18px; }
  .risk-grid { grid-template-columns: 1fr; }
  .risk-grid article { min-height: auto; }
  .risk-grid article::before { margin-bottom: 28px; }
  .faq__layout { grid-template-columns: 1fr; gap: 25px; }
  .request__layout { gap: 40px; }
  .lead-form { padding: 23px; }
  .footer__inner { align-items: flex-start; flex-direction: column; }
  .footer__inner p { margin: 0; }
  .footer__contacts { flex-wrap: wrap; }
  .mobile-cta {
    position: fixed; z-index: 40; left: 10px; right: 10px; bottom: 10px;
    min-height: 54px; display: flex; align-items: center; justify-content: center;
    background: var(--green); color: #fff; border: 1px solid #fff; border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,.28); font-weight: 900; text-decoration: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
