.soil-page {
  --soil-deep: #073a2d;
  --soil-green: #12684f;
  --soil-line: #cbd8d1;
  --soil-paper: #f7f3ed;
  --soil-white: #fff;
  --soil-yellow: #f2b705;
  --soil-ink: #102019;
  --soil-muted: #52655c;
  background: var(--soil-paper);
  color: var(--soil-ink);
}

.soil-page .wrap { width: min(calc(100% - (2 * var(--gutter))), 1180px); }
.soil-page h1,
.soil-page h2,
.soil-page h3 { color: var(--soil-ink); }
.soil-page section { position: relative; }
.soil-page .btn { min-height: 54px; }

.soil-hero {
  overflow: hidden;
  padding: clamp(44px, 5.5vw, 82px) 0 clamp(48px, 6vw, 88px);
  background-color: var(--soil-deep);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.soil-hero::before,
.soil-hero::after {
  display: none;
}

.soil-hero::before {
  top: 82px;
  right: -52px;
  width: 330px;
  height: 1px;
  background: rgba(18, 104, 79, .23);
  box-shadow: 0 84px 0 rgba(18, 104, 79, .14), 0 168px 0 rgba(18, 104, 79, .1);
}

.soil-hero::after {
  top: 50px;
  right: 132px;
  width: 1px;
  height: 340px;
  background: rgba(18, 104, 79, .18);
  box-shadow: 88px 0 0 rgba(18, 104, 79, .12);
}

.soil-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
}

.soil-hero__copy,
.soil-hero__media { min-width: 0; }

.soil-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  font-weight: 700;
}

.soil-breadcrumbs a { color: #8bd8b7; }
.soil-breadcrumbs span[aria-hidden="true"] { color: rgba(255, 255, 255, .36); }

.soil-hero h1 {
  max-width: 700px;
  margin: 0;
  /* Верхняя граница подобрана так, чтобы «Анализ почвы» помещалось в колонку
     одной строкой на широких экранах. */
  font-size: clamp(40px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -.045em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  color: #fff;
}

.soil-hero__lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.55;
}

.soil-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.soil-hero__actions .btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .04);
}

.soil-hero__actions .btn--outline:hover { background: rgba(255, 255, 255, .1); }

.soil-hero__proofs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 30px 0 0;
  margin: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  list-style: none;
}

.soil-hero__proofs li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding-right: 18px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.soil-hero__proofs li + li {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.soil-hero__proofs .soil-icon { color: var(--soil-yellow); }

.soil-icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--soil-green);
}

.soil-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.soil-hero__media {
  position: relative;
  min-height: 540px;
  margin: 0;
}

.soil-hero__media-frame {
  position: absolute;
  inset: 12px 8px 58px 28px;
  overflow: hidden;
  clip-path: polygon(16% 0, 100% 0, 92% 100%, 0 100%);
  background: #e6e2da;
  box-shadow: var(--shadow-lg);
}

.soil-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.soil-hero__scale {
  position: absolute;
  right: -4px;
  bottom: 80px;
  display: grid;
  gap: 35px;
  color: rgba(7, 58, 45, .58);
  font-size: 11px;
  font-weight: 700;
}

.soil-hero__scale::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 1px;
  content: "";
  background: rgba(18, 104, 79, .38);
}

.soil-hero__scale span::before {
  display: inline-block;
  width: 8px;
  height: 1px;
  margin: 0 7px 3px -12px;
  content: "";
  background: rgba(18, 104, 79, .45);
}

.soil-specimen-tag {
  position: absolute;
  right: 30px;
  bottom: 10px;
  width: min(330px, 68%);
  padding: 22px 24px;
  transform: rotate(1.5deg);
  border: 1px solid #d9d0c2;
  border-radius: 7px 7px 22px 7px;
  background: #fbf7ee;
  box-shadow: 0 14px 35px rgba(50, 38, 20, .13);
  color: #38483f;
  font-size: 12px;
}

.soil-specimen-tag::after {
  position: absolute;
  top: 50%;
  right: -12px;
  width: 22px;
  height: 22px;
  content: "";
  transform: translateY(-50%);
  border: 5px solid #b58a50;
  border-radius: 50%;
  background: var(--soil-paper);
}

.soil-specimen-tag div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 6px 0;
  border-bottom: 1px solid #ddd3c4;
}

.soil-specimen-tag div:last-child { border-bottom: 0; }
.soil-specimen-tag b { color: var(--soil-deep); }

.soil-jump {
  position: sticky;
  z-index: 20;
  top: 72px;
  border-bottom: 1px solid rgba(7, 58, 45, .14);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 26px rgba(10, 54, 39, .05);
}

.soil-jump .wrap {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  scrollbar-width: none;
}

.soil-jump .wrap::-webkit-scrollbar { display: none; }
.soil-jump a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--soil-muted);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.soil-jump a:hover,
.soil-jump a:focus-visible { color: var(--soil-deep); background: var(--green-50); }

.soil-section { padding: clamp(58px, 7vw, 100px) 0; scroll-margin-top: 140px; }
.soil-section__head { max-width: 820px; margin-bottom: clamp(30px, 4vw, 50px); }
.soil-section__head h2 {
  font-size: clamp(31px, 3.3vw, 52px);
  line-height: 1.08;
}
.soil-section__head p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--soil-muted);
  font-size: clamp(16px, 1.15vw, 20px);
}

.soil-goals { background: var(--soil-white); }
.soil-goal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.soil-goal {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr 22px;
  gap: 14px;
  align-items: center;
  min-height: 128px;
  padding: 22px;
  border: 1px solid #d9dfdc;
  border-radius: 12px;
  background: #fff;
  color: var(--soil-ink);
  font: 750 15px/1.4 var(--font-text);
  text-align: left;
  cursor: pointer;
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.soil-goal:hover { transform: translateY(-2px); border-color: #8eafa2; box-shadow: var(--shadow-sm); }
.soil-goal.is-selected,
.soil-goal[aria-pressed="true"] { border: 2px solid var(--soil-green); box-shadow: 0 0 0 3px rgba(18, 104, 79, .08); }
.soil-goal__check {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #b9c8c1;
  border-radius: 50%;
  color: transparent;
  font-size: 14px;
}
.soil-goal.is-selected .soil-goal__check {
  border-color: var(--soil-green);
  background: var(--soil-green);
  color: #fff;
}
.soil-goal .soil-icon { width: 48px; height: 48px; }

.soil-recommendation {
  display: grid;
  grid-template-columns: 130px minmax(260px, 1.3fr) minmax(280px, 1fr) 190px;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: clamp(24px, 3.4vw, 42px);
  border: 1px solid #d7ded9;
  border-radius: 14px;
  background: #fbfaf7;
  box-shadow: var(--shadow-sm);
}

.soil-profile-graphic {
  width: 120px;
  height: 120px;
  color: var(--soil-green);
}
.soil-profile-graphic svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.soil-recommendation h3 { font-size: clamp(22px, 2vw, 31px); }
.soil-recommendation__copy p { margin: 12px 0 0; color: var(--soil-muted); }
.soil-indicators {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.soil-indicators li {
  padding: 9px 11px;
  border: 1px solid #a9c0b6;
  border-radius: 8px;
  color: var(--soil-deep);
  font-size: 12px;
  font-weight: 800;
}
.soil-recommendation__action p { margin: 12px 0 0; color: var(--soil-muted); font-size: 12px; line-height: 1.45; }

.soil-programs { overflow: hidden; background: var(--soil-deep); color: #fff; }
.soil-programs::after {
  position: absolute;
  right: -70px;
  bottom: -95px;
  width: 270px;
  height: 270px;
  content: "";
  border: 1px solid rgba(242, 183, 5, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(242, 183, 5, .04), 0 0 0 84px rgba(242, 183, 5, .03);
}
.soil-programs .soil-section__head h2 { color: #fff; }
.soil-programs .soil-section__head p { color: rgba(255,255,255,.72); }
.soil-program-table-wrap { position: relative; z-index: 1; overflow-x: auto; }
.soil-program-table { width: 100%; min-width: 830px; border-collapse: collapse; color: #fff; }
.soil-program-table th,
.soil-program-table td { padding: 21px 20px; border: 1px solid rgba(255,255,255,.22); text-align: left; vertical-align: top; }
.soil-program-table thead th { border-top: 0; color: #dbe8e2; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
.soil-program-table tbody th { width: 19%; color: #fff; font-family: var(--font-display); font-size: 15px; }
.soil-program-table td { color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; }
.soil-program-note { display: flex; gap: 12px; align-items: flex-start; margin: 20px 0 0; color: #dfeae5; font-size: 13px; }
.soil-program-note .soil-icon { flex: 0 0 26px; width: 26px; height: 26px; color: var(--soil-yellow); }

.soil-process { background: #fff; }
.soil-process__top { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; align-items: end; }
.soil-process__media { overflow: hidden; margin: 0; border-radius: 18px; box-shadow: var(--shadow-md); aspect-ratio: 3 / 2; }
.soil-process__media img { width: 100%; height: 100%; object-fit: cover; }
.soil-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  padding: 22px 0 46px;
  margin: 18px 0 0;
}
.soil-timeline::before { position: absolute; top: 51px; left: 4%; right: 4%; height: 1px; content: ""; background: var(--soil-green); }
.soil-step { position: relative; z-index: 1; }
.soil-step__number { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 22px; border: 1px solid var(--soil-green); border-radius: 50%; background: #fff; color: var(--soil-deep); font-family: var(--font-display); font-weight: 800; }
.soil-step h3 { font: 800 15px/1.3 var(--font-text); }
.soil-step p { margin: 9px 0 0; color: var(--soil-muted); font-size: 13px; line-height: 1.5; }
.soil-sampling-title { margin: 0 0 18px; font-size: clamp(24px, 2.2vw, 34px); }
.soil-sampling-rail { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 20px; padding: 26px; border: 1px solid #d6ded9; border-radius: 12px; background: #fbfaf7; }
.soil-sampling-rail h3 { font-size: 20px; }
.soil-sampling-rail p { margin: 9px 0 0; color: var(--soil-muted); font-size: 14px; }
.soil-sampling-rail .soil-icon { width: 62px; height: 62px; }
.soil-sampling-alert { display: flex; gap: 13px; align-items: flex-start; margin: 18px 0 0; padding: 18px 20px; border: 1px solid #d4ddd8; border-radius: 10px; background: #fff; color: #34463e; font-size: 13px; }
.soil-sampling-alert strong { color: var(--soil-deep); }

.soil-deliverables { padding: 0; background: #fff; }
.soil-deliverables__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
/* Половины «протокол / что получите» разъезжаются от центра: внешние отступы
   держат текст на линии контентного контейнера, внутренние — зазор у стыка. */
.soil-document-side { min-width: 0; padding: clamp(48px, 6vw, 86px) clamp(24px, 2.6vw, 50px) clamp(48px, 6vw, 86px) max(var(--gutter), calc((100vw - 1180px) / 2)); background: var(--soil-deep); color: #fff; }
.soil-document-side h2 { margin: 0; color: #fff; font-size: clamp(31px, 3.3vw, 52px); }
.soil-document-side > p { margin: 18px 0 0; color: rgba(255,255,255,.75); }
.soil-document {
  margin-top: 30px;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(0,0,0,.18);
  color: var(--soil-ink);
}
.soil-document__label { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; margin-bottom: 18px; color: var(--soil-green); font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.soil-document__label span:last-child { color: var(--soil-muted); font-size: 10px; letter-spacing: .02em; }
.soil-document table { width: 100%; border-collapse: collapse; font-size: 12px; }
.soil-document th,
.soil-document td { padding: 10px 8px; border-bottom: 1px solid #dbe3df; text-align: left; }
.soil-document td { color: var(--soil-muted); }
.soil-document__note { margin: 14px 0 0; padding: 12px 0 0; border-top: 1px solid #dbe3df; color: var(--soil-muted); font-size: 12px; }
.soil-deliverables__list { display: grid; min-width: 0; align-content: center; padding: clamp(48px, 6vw, 86px) max(var(--gutter), calc((100vw - 1180px) / 2)) clamp(48px, 6vw, 86px) clamp(24px, 2.6vw, 50px); }
.soil-deliverables__list ul { padding: 0; margin: 0; list-style: none; }
.soil-deliverables__list li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; padding: 21px 0; border-bottom: 1px solid #dce3df; color: #2f4138; font-size: 16px; font-weight: 700; }
.soil-deliverables__list li > * { min-width: 0; }
.soil-deliverables__list .soil-icon { width: 40px; height: 40px; }
.soil-legal-note { display: flex; gap: 14px; align-items: flex-start; margin: 26px 0 0; padding: 18px; border: 1px solid #d3dcd7; border-radius: 10px; color: var(--soil-muted); font-size: 13px; }

.soil-cost { background: #fff; }
.soil-cost__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: clamp(42px, 7vw, 90px); align-items: center; }
.soil-price { border: 0; background: transparent; box-shadow: none; }
.soil-price h2 { font-size: clamp(31px, 3.3vw, 52px); }
.soil-price > p { max-width: 690px; color: var(--soil-muted); font-size: 18px; }
.soil-cost-factors { padding: 0; margin: 32px 0 0; list-style: none; }
.soil-cost-factors li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid #dbe3df; }
.soil-cost-factors h3 { font: 800 18px/1.3 var(--font-text); }
.soil-cost-factors p { margin: 5px 0 0; color: var(--soil-muted); font-size: 14px; }
.soil-cost-card { padding: clamp(30px, 4vw, 50px); border: 1px solid var(--soil-yellow); border-radius: 16px; background: #fffaf0; text-align: center; }
.soil-cost-card .soil-icon { width: 96px; height: 96px; margin: 0 auto 25px; color: #e5a900; }
.soil-cost-card h3 { font-size: clamp(25px, 2.4vw, 36px); }
.soil-cost-card p { margin: 18px 0 26px; color: var(--soil-muted); }
.soil-cost-card .btn { width: 100%; }

.soil-faq { background: var(--soil-paper); }
.soil-faq-list { overflow: hidden; border: 1px solid #d6ded9; border-radius: 14px; background: #fff; }
.soil-faq details + details { border-top: 1px solid #dce3df; }
.soil-faq summary { position: relative; padding: 25px 70px 25px 26px; color: var(--soil-ink); font-weight: 850; cursor: pointer; list-style: none; }
.soil-faq summary::-webkit-details-marker { display: none; }
.soil-faq summary::after { position: absolute; top: 50%; right: 28px; width: 24px; content: "+"; transform: translateY(-50%); color: var(--soil-deep); font-size: 28px; font-weight: 400; text-align: center; }
.soil-faq details[open] summary::after { content: "−"; }
.soil-faq details p { max-width: 850px; padding: 0 70px 26px 26px; margin: 0; color: var(--soil-muted); }

.soil-quote { padding: clamp(54px, 6vw, 82px) 0; background: var(--soil-deep); color: #fff; }
.soil-quote__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); gap: clamp(34px, 6vw, 78px); align-items: center; }
.soil-quote h2 { color: #fff; font-size: clamp(31px, 3.5vw, 54px); }
.soil-quote__lead { color: rgba(255,255,255,.75); font-size: 18px; }
.soil-quote__phone { display: inline-flex; gap: 11px; align-items: center; margin-top: 24px; color: #fff; font-size: 18px; font-weight: 850; }
.soil-quote__phone .soil-icon { color: var(--soil-yellow); }
.soil-quote-form { padding: clamp(24px, 3vw, 36px); border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(255,255,255,.06); }
.soil-quote-form label,
.soil-quote-form legend { color: #fff; font-size: 13px; font-weight: 850; }
.soil-quote-form input[type="tel"] { width: 100%; min-height: 54px; margin-top: 8px; padding: 0 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; background: #fff; color: var(--soil-ink); font: 700 16px/1 var(--font-text); }
.soil-quote-form fieldset { padding: 0; margin: 20px 0 0; border: 0; }
.soil-quote-goals { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; margin-top: 8px; border: 1px solid rgba(255,255,255,.3); border-radius: 9px; }
.soil-quote-goal { min-height: 46px; padding: 8px 6px; border: 0; border-right: 1px solid #dbe2de; background: #fff; color: #31443b; font: 750 11px/1.3 var(--font-text); cursor: pointer; }
.soil-quote-goal:last-child { border-right: 0; }
.soil-quote-goal.is-selected { background: var(--soil-green); color: #fff; }
.soil-quote-form .btn { width: 100%; margin-top: 20px; }
.soil-quote-form .form-consent { margin: 13px 0 0; color: rgba(255,255,255,.68); font-size: 11px; }
.soil-quote-form .form-consent a { color: #fff; }
.soil-quote-form .form-status { color: #fff; }

[data-soil-reveal] { opacity: 0; transform: translateY(14px); transition: opacity 500ms var(--ease), transform 500ms var(--ease); }
[data-soil-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .soil-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); gap: 38px; }
  .soil-hero__proofs { grid-template-columns: 1fr; gap: 12px; }
  .soil-hero__proofs li + li { padding-left: 0; border-left: 0; }
  .soil-goal-grid { grid-template-columns: repeat(2, 1fr); }
  .soil-recommendation { grid-template-columns: 100px 1fr 1fr; }
  .soil-recommendation__action { grid-column: 2 / -1; display: flex; gap: 16px; align-items: center; }
  .soil-recommendation__action p { margin: 0; }
  .soil-quote-goals { grid-template-columns: repeat(3, 1fr); }
  .soil-quote-goal { border-bottom: 1px solid #dbe2de; }
}

@media (max-width: 1100px) {
  .soil-jump { top: 64px; }
}

@media (max-width: 860px) {
  .soil-hero__grid { grid-template-columns: 1fr; }
  .soil-hero__media { min-height: 470px; }
  .soil-hero__media-frame { inset: 0 6px 50px 0; }
  .soil-process__top { grid-template-columns: 1fr; }
  .soil-process__media { max-width: 520px; }
  /* Вертикальную ленту рисует каждый шаг сам: сквозная линия на контейнере
     не попадала в центр кружков (её сдвигал padding ленты) и торчала выше
     первого и ниже последнего шага. */
  .soil-timeline { grid-template-columns: 1fr; gap: 0; padding: 4px 0 0; }
  .soil-timeline::before { content: none; }
  .soil-step { display: grid; grid-template-columns: 58px minmax(0, 1fr); column-gap: 20px; padding-bottom: 26px; }
  .soil-step:not(:last-child)::before {
    position: absolute;
    top: 58px;
    bottom: 0;
    left: 29px;
    width: 1px;
    content: "";
    background: var(--soil-green);
  }
  .soil-step__number { grid-row: 1 / 3; margin: 0; }
  .soil-step p { grid-column: 2; }
  .soil-program-table { min-width: 0; }
  .soil-program-table th,
  .soil-program-table td { padding: 16px 14px; }
  .soil-program-table td { font-size: 13px; }
  .soil-deliverables__grid { grid-template-columns: 1fr; }
  .soil-document-side,
  .soil-deliverables__list { padding: 58px var(--gutter); }
  .soil-cost__grid,
  .soil-quote__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .soil-hero { padding-top: 28px; }
  .soil-hero h1 { font-size: clamp(32px, 8.2vw, 38px); overflow-wrap: normal; word-break: normal; hyphens: none; }
  .soil-hero__lead { margin-top: 20px; font-size: 17px; }
  .soil-hero__actions { display: grid; }
  .soil-hero__actions .btn { width: 100%; }
  .soil-hero__media { min-height: 360px; }
  .soil-hero__media-frame { clip-path: polygon(8% 0, 100% 0, 94% 100%, 0 100%); }
  .soil-specimen-tag { right: 16px; width: 76%; padding: 15px; }
  .soil-hero__scale { display: none; }
  .soil-goal-grid { grid-template-columns: 1fr; }
  .soil-goal { min-height: 100px; }
  .soil-recommendation { grid-template-columns: 1fr; gap: 18px; }
  .soil-profile-graphic { width: 90px; height: 90px; }
  .soil-recommendation__action { grid-column: auto; display: block; }
  .soil-recommendation__action .btn { width: 100%; }
  /* Три колонки в 320–375 px не помещаются ни при каком кегле, поэтому строка
     разворачивается в карточку: задача — заголовком, ячейки — с подписями
     колонок из data-label. Горизонтальный скролл при этом не нужен. */
  .soil-program-table-wrap { overflow-x: visible; }
  .soil-program-table { display: block; }
  .soil-program-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .soil-program-table tbody,
  .soil-program-table tr,
  .soil-program-table tbody th,
  .soil-program-table td { display: block; }
  .soil-program-table tr { padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .22); }
  .soil-program-table tr:first-child { padding-top: 0; border-top: 0; }
  .soil-program-table tbody th {
    width: auto;
    padding: 0;
    border: 0;
    font-size: 19px;
    line-height: 1.15;
  }
  .soil-program-table td { padding: 13px 0 0; border: 0; font-size: 14px; }
  .soil-program-table td::before {
    display: block;
    margin-bottom: 3px;
    color: #9dc4b5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    content: attr(data-label);
  }
  .soil-sampling-rail { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; padding: 20px; }
  .soil-sampling-rail .soil-icon { width: 50px; height: 50px; }
  .soil-document { padding: 16px; overflow-x: auto; }
  .soil-document table { min-width: 0; font-size: 11px; }
  .soil-document th,
  .soil-document td { padding: 9px 5px; }
  .soil-deliverables__list li { grid-template-columns: 38px 1fr; font-size: 15px; }
  .soil-deliverables__list .soil-icon { width: 34px; height: 34px; }
  .soil-cost-card { padding: 28px 22px; }
  .soil-faq summary { padding: 21px 55px 21px 20px; }
  .soil-faq details p { padding: 0 20px 22px; }
  .soil-quote-goals { grid-template-columns: 1fr 1fr; }
  .soil-quote-goal { border-right: 1px solid #dbe2de; }
}

@media (prefers-reduced-motion: reduce) {
  [data-soil-reveal] { opacity: 1; transform: none; transition: none; }
  .soil-goal { transition: none; }
}
