/* =========================================================
   ЭкоТандем — дизайн-система
   Цвета:   --green-dark #4E8807 | --yellow #F1E789
            --green-mid  #80A52E | --orange  #EFBB63
   Шрифты:  Alegreya (заголовки) / Alegreya Sans (текст)
   ========================================================= */

:root {
  --green-dark: #4E8807;
  --green-dark-2: #3d6c05;
  --yellow: #F1E789;
  --yellow-light: #f8f2c4;
  --green-mid: #80A52E;
  --orange: #EFBB63;
  --orange-dark: #e0a748;
  --ink: #2b3a12;
  --ink-soft: #4a5a33;
  --logo-green: #2FAF28;
  --white: #ffffff;
  --radius-pill: 999px;
  --radius-card: 18px;
  --shadow-soft: 0 8px 24px rgba(78, 136, 7, 0.14);
  --container: 1180px;
}

* { box-sizing: border-box; }
h1, h2, h3, h4, h5, p, li, td, th, .client-chip { overflow-wrap: break-word; }
html {
  scroll-behavior: smooth;
}

#clients,
#steps,
#contacts {
  scroll-margin-top: 118px;
}
#about { scroll-margin-top: 218px; }
#services { scroll-margin-top: 18px; }

body {
  margin: 0;
  font-family: "Alegreya Sans", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--yellow);
  line-height: 1.55;
}

h1, h2, h3, h4 {
  font-family: "Alegreya", Georgia, serif;
  font-weight: 800;
  margin: 0 0 .5em;
  color: var(--green-dark-2);
  line-height: 1.15;
}

p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 64px 0;
}

.section--yellow { background: var(--yellow); }
.section--white { background: var(--white); }
.section--green { background: var(--green-dark); color: var(--white); }
.section--green h2, .section--green h3 { color: var(--white); }

.eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green-mid);
  font-weight: 700;
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(26px, 3.4vw, 38px);
  text-align: center;
  margin-bottom: 40px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: var(--radius-pill);
  font-family: "Alegreya", Georgia, serif;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }

.btn--green {
  background: var(--green-dark);
  color: var(--white);
}
.btn--green:hover { background: var(--green-dark-2); }

.btn--outline {
  background: transparent;
  border-color: var(--green-dark);
  color: var(--green-dark);
}
.btn--outline:hover { background: var(--green-dark); color: var(--white); }

.btn--yellow {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--green-dark-2);
}
.btn--yellow:hover { background: var(--yellow-light); }

.btn--orange {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink);
}
.btn--orange:hover { background: var(--orange-dark); }

.btn--sm { padding: 9px 20px; font-size: 13px; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 3px solid var(--green-dark);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 20px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0;
  font-family: "Alegreya", serif;
  font-weight: 800;
  font-size: 21px;
  color: #17210c;
  flex-shrink: 0;
}
.logo__mark {
  width: 187px;
  height: auto;
  flex-shrink: 0;
  display: block;
}
.logo__text { display: none; }
.logo__eco { color: var(--logo-green); }
.nav {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.nav a {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-soft);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.nav a:hover, .nav a.active { color: var(--green-dark); border-color: var(--orange); }

.header__actions { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.header__phone { font-weight: 700; color: var(--green-dark-2); white-space: nowrap; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span { width: 26px; height: 3px; background: var(--green-dark); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(24,52,5,.82) 0%, rgba(43,78,8,.56) 45%, rgba(44,73,10,.22) 72%, rgba(26,52,4,.38) 100%),
    url("../img/hero-park.jpg") center center / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.18), transparent 45%);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 2;
  padding: 60px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 320px);
  align-items: center;
  gap: 52px;
}
.hero__content { min-width: 0; }
.hero h1 {
  color: var(--white);
  font-size: clamp(30px, 5vw, 52px);
  max-width: 680px;
  text-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.hero p {
  max-width: 560px;
  font-size: 17px;
  color: rgba(255,255,255,.92);
}
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; margin: 26px 0 40px; }
.hero__sub {
  font-family: "Alegreya", Georgia, serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(17px, 2.2vw, 22px);
  color: var(--yellow-light);
}

/* ---------- NVOS categories ---------- */
.nvos-panel {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 26px;
  background: rgba(241,231,137,.22);
  box-shadow: 0 20px 50px rgba(18,48,4,.24);
  backdrop-filter: blur(7px);
}
.nvos-panel__title {
  color: var(--white);
  font-size: 21px;
  text-align: center;
  margin-bottom: 16px;
  text-shadow: 0 2px 8px rgba(0,0,0,.28);
}
.nvos-categories {
  display: grid;
  gap: 10px;
}
.nvos-category {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 8px 18px 8px 8px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: var(--radius-pill);
  background: rgba(241,231,137,.9);
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(31,70,5,.16);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.nvos-category:hover,
.nvos-category:focus-visible {
  transform: translateX(-4px);
  background: var(--yellow-light);
  box-shadow: 0 10px 24px rgba(31,70,5,.26);
}
.nvos-category:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; }
.nvos-category__number {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green-dark);
  color: var(--white);
  font-family: "Alegreya", Georgia, serif;
  font-size: 25px;
  font-weight: 800;
}
.nvos-category__text {
  font-family: "Alegreya", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}
.nvos-panel__note {
  margin: 14px 6px 0;
  color: rgba(255,255,255,.94);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

/* ---------- Advantages strip ---------- */
.advantages {
  background: var(--green-dark);
  padding: 22px 0;
}
.advantages__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.advantage {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 180px;
  color: var(--white);
  font-size: 13.5px;
  font-weight: 700;
  text-align: left;
}
.advantage__icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ---------- About + clients ---------- */
#about {
  background-color: var(--yellow);
  background-image: url("../img/clients-people-bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#about > .container { position: relative; z-index: 1; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.about-grid p { color: var(--ink-soft); }

.clients h3 { font-size: 20px; margin-bottom: 16px; }
.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.client-chip {
  background: #d9e5bb;
  border: 1px solid rgba(78,136,7,.18);
  border-radius: 12px;
  aspect-ratio: 2.25 / 1;
  padding: 10px 14px;
  text-align: center;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .02em;
  color: var(--green-dark-2);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
}
.client-logo {
  display: block;
  width: min(82%, 156px);
  height: 58px;
  object-fit: contain;
}
.client-logo--dark { filter: brightness(0); }
.client-logo--mbrus {
  filter: invert(1);
  mix-blend-mode: multiply;
}
.client-logo--yadro { width: min(68%, 126px); height: 62px; }
.client-logo--azimut {
  width: min(88%, 170px);
  mix-blend-mode: multiply;
}
.client-logo--zil {
  width: min(84%, 165px);
  height: 48px;
  filter: none;
}
.client-logo--iconfood {
  width: min(84%, 160px);
  height: 52px;
}
.client-logo-viewport {
  position: relative;
  display: block;
  width: min(88%, 172px);
  height: 60px;
  overflow: hidden;
}
.client-logo-viewport img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.client-logo-viewport--ctrv { width: 174px; height: 46px; }
.client-logo-viewport--ctrv img {
  position: absolute;
  left: -24px;
  top: -25px;
  width: 221px;
  height: 96px;
  max-width: none;
}
.client-logo-viewport--dom { width: 92px; height: 68px; }
.client-logo-viewport--dom img {
  position: absolute;
  left: -54px;
  top: -8px;
  width: 199px;
  height: 86px;
  max-width: none;
}
.client-logo-viewport--avtopassazh { width: min(92%, 180px); }
.client-logo-viewport--avtopassazh img {
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.08);
  mix-blend-mode: multiply;
}
.client-logo-viewport--letual { width: 172px; height: 50px; }
.client-logo-viewport--letual img {
  position: absolute;
  left: -18px;
  top: -20px;
  width: 205px;
  height: 89px;
  max-width: none;
}
.client-logo--paper {
  filter: brightness(1.06) contrast(1.04);
  mix-blend-mode: multiply;
}
.client-logo--ctrv,
.client-logo--dvorec {
  width: min(90%, 162px);
  height: 66px;
  object-fit: contain;
}
.client-logo-viewport--evrei {
  width: 68px;
  height: 64px;
  border-radius: 50%;
}
.client-logo-viewport--evrei img {
  position: absolute;
  left: -54px;
  top: -8px;
  width: 173px;
  height: 75px;
  max-width: none;
}
.client-wordmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  line-height: 1;
}
.client-wordmark--sakura {
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.8vw, 25px);
  transform: scaleX(.88);
}
.client-wordmark--novikov {
  flex-direction: column;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 2vw, 28px);
  letter-spacing: .08em;
}
.client-wordmark--novikov small {
  margin-top: 6px;
  font-size: 6px;
  letter-spacing: .12em;
}
.client-wordmark--theatre {
  position: relative;
  display: grid;
  grid-template-columns: 32px 1fr;
  color: #244d0d;
  font-family: Arial, sans-serif;
  text-align: left;
}
.client-wordmark--theatre i {
  grid-row: 1 / 3;
  width: 25px;
  height: 40px;
  margin-right: 7px;
  background: #ef3d3d;
}
.client-wordmark--theatre b { font-size: 14px; }
.client-wordmark--theatre small { font-size: 9px; margin-top: 3px; }
.client-wordmark--econis {
  font-family: Arial, sans-serif;
  font-size: clamp(23px, 2.4vw, 31px);
  font-weight: 400;
  letter-spacing: -.08em;
}
.client-wordmark--econis span { color: #253b8d; }
.client-wordmark--econis i { color: #1d9b47; font-style: normal; }
.client-wordmark--econis b { color: #253b8d; font-weight: 400; }
.client-wordmark--rolf {
  color: #f22833;
  font-family: Arial, sans-serif;
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 900;
}
.client-wordmark--perekrestok {
  color: #006b3c;
  font-family: Arial, sans-serif;
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 800;
  transform: scaleX(.88);
}
.client-wordmark--perekrestok i {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  background: radial-gradient(circle at 50% 15%, #55bd35 0 21%, transparent 23%),
    radial-gradient(circle at 85% 50%, #55bd35 0 21%, transparent 23%),
    radial-gradient(circle at 50% 85%, #55bd35 0 21%, transparent 23%),
    radial-gradient(circle at 15% 50%, #55bd35 0 21%, transparent 23%);
}
.client-wordmark--bocconcino {
  color: #4b6f19;
  font-family: Arial, sans-serif;
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 500;
  transform: scaleX(.88);
}
.client-wordmark--president {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  padding: 7px 20px 6px;
  background: #4b4b4b;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}
.client-wordmark--president small {
  margin-top: 4px;
  font-size: 9px;
  letter-spacing: .07em;
}

/* ---------- Services grid ---------- */
#services {
  background-color: #f5efa0;
  background-image:
    radial-gradient(circle at 8% 12%, rgba(126,167,48,.18), transparent 25%),
    radial-gradient(circle at 92% 22%, rgba(255,190,73,.20), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(245,239,160,.92));
  background-attachment: scroll;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius-card);
  min-height: 218px;
  padding: 30px 26px;
  text-align: center;
  border: 1px solid rgba(78,136,7,.08);
  box-shadow: 0 10px 30px rgba(78,136,7,.11);
  transition: transform .15s ease, box-shadow .15s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 34px rgba(78,136,7,.17);
}
.service-card__icon {
  width: 78px; height: 78px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--yellow);
  border: 2px solid var(--green-mid);
  display: flex; align-items: center; justify-content: center;
  color: var(--green-dark);
}
.service-card__icon svg { width: 34px; height: 34px; }
.service-card h4 { font-size: 18px; margin-bottom: 9px; }
.service-card p { font-size: 14px; color: var(--ink-soft); margin-bottom: 0; }
.service-brand-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 218px;
  padding: 30px 26px;
  overflow: hidden;
  border: 1px solid rgba(78,136,7,.08);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at center, rgba(246,239,144,.72), transparent 56%),
    var(--white);
  box-shadow: 0 10px 30px rgba(78,136,7,.11);
}
.service-brand-card::before,
.service-brand-card::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  border: 1px solid rgba(78,136,7,.12);
  border-radius: 50%;
}
.service-brand-card::before { left: -58px; top: -58px; }
.service-brand-card::after { right: -58px; bottom: -58px; }
.service-brand-card img {
  position: relative;
  z-index: 1;
  width: min(72%, 220px);
  height: auto;
}

/* ---------- Services CTA banner ---------- */
.services-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 40px;
  padding: 24px 32px;
  background: rgba(78,136,7,.85);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}
.services-banner__text {
  flex: 1 1 380px;
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}
.services-banner__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.services-banner__link svg { flex-shrink: 0; }

/* ---------- Steps / cooperation ---------- */
#steps {
  padding-top: 82px;
  padding-bottom: 92px;
  background: linear-gradient(180deg, #faf6c9 0%, #f4e990 54%, #ebdc69 100%);
}
#steps .eyebrow {
  font-size: 15px;
  color: var(--green-dark);
}
#steps .section-title {
  margin-bottom: 54px;
  font-size: clamp(34px, 4vw, 48px);
}
.steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
}
.step {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  position: relative;
}
.step__circle {
  width: 138px; height: 138px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7df9d, #efb957);
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-family: "Alegreya", serif;
  font-weight: 800;
  font-size: 39px;
  margin: 0 auto 22px;
  border: 4px solid var(--green-dark);
  box-shadow: 0 0 0 7px rgba(78,136,7,.24), 0 12px 22px rgba(78,98,20,.19);
}
.step:nth-child(1) .step__circle { background: linear-gradient(135deg, #f8e8c1, #edc57f); }
.step:nth-child(3) .step__circle { background: linear-gradient(135deg, #f7e2a8, #efc164); }
.step:nth-child(5) .step__circle { background: linear-gradient(135deg, #f7dca0, #edb85a); }
.step:nth-child(7) .step__circle { background: linear-gradient(135deg, #f6d28b, #eeb150); }
.step:nth-child(9) .step__circle { background: linear-gradient(135deg, #f3c66e, #e8a43b); }
.step p { font-size: 16px; line-height: 1.45; max-width: 194px; margin: 0 auto; color: var(--ink-soft); }
.step__title { font-family: "Alegreya", serif; font-weight: 800; color: var(--green-dark-2); font-size: 18px; margin-bottom: 7px; }
.step__contact { white-space: nowrap; }
.step-arrow {
  align-self: center;
  color: var(--green-dark);
  font-size: 34px;
  margin-top: 56px;
  flex: 0 0 auto;
}
.step-arrow svg { width: 34px; height: 34px; }

/* ---------- Forms ---------- */
#order {
  position: relative;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 260px;
  min-height: 720px;
  background-color: var(--yellow);
  background-image: url("../img/order-grass-bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#order > .container { position: relative; z-index: 1; }
.form-card {
  background: var(--white);
  border-radius: var(--radius-card);
  padding: 40px;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}
.form-card__text h2 { text-align: left; margin-bottom: 12px; }
.form-card__text p { color: var(--ink-soft); }
.field {
  width: 100%;
  padding: 13px 18px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--yellow);
  background: var(--yellow-light);
  font-family: inherit;
  font-size: 14.5px;
  margin-bottom: 12px;
}
.field:focus { outline: none; border-color: var(--green-mid); }
.consent { font-size: 12px; color: var(--ink-soft); margin: 10px 0 16px; }
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.form-status {
  min-height: 20px;
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.form-status--success { color: var(--green-dark-2); }
.form-status--error { color: #a52a1c; }

.mini-form {
  background: var(--green-mid);
  border-radius: var(--radius-card);
  padding: 22px;
  color: var(--white);
}
.mini-form--orange { background: var(--orange); color: var(--ink); }
.mini-form h4 { color: inherit; font-size: 16px; margin-bottom: 10px; }
.mini-form .field { border-color: transparent; background: rgba(255,255,255,.85); color: var(--ink); }

/* ---------- Contacts / footer ---------- */
.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: stretch;
}
.contacts-grid--wide { grid-template-columns: 1fr; }
.contacts-grid--wide .contact-list { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 8px; }
.contact-list { display: grid; gap: 18px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-item__icon {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--yellow);
  color: var(--green-dark);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-item strong { display: block; font-size: 14px; }
.contact-item span { font-size: 13.5px; color: var(--ink-soft); }
/* ---------- Карта ---------- */
.map-section {
  background: var(--white);
  padding-bottom: 0;
}
.map-frame {
  position: relative;
  overflow: hidden;
  background: var(--yellow-light);
  line-height: 0;
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
}
.map-frame__link {
  position: absolute;
  left: 20px; bottom: 20px;
  z-index: 2;
  background: var(--white);
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--green-dark-2);
  box-shadow: var(--shadow-soft);
}
.map-frame__link:hover { background: var(--yellow); }

.footer {
  background: var(--green-dark);
  color: rgba(255,255,255,.92);
  padding: 40px 0 22px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.footer .logo {
  position: relative;
  isolation: isolate;
  width: max-content;
  padding: 9px 14px;
  color: var(--white);
}
.footer .logo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px 3px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 16px;
  box-shadow: 0 5px 14px rgba(26,57,4,.2);
}
.footer .logo__mark { position: relative; z-index: 1; }
.footer .logo__eco { color: #a8e063; }
.footer h5 { font-size: 14px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; color: var(--yellow); }
.footer ul li { margin-bottom: 8px; font-size: 13.5px; }
.footer ul a:hover { color: var(--yellow); }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12.5px;
  color: rgba(255,255,255,.7);
  padding-top: 18px;
}
.footer__bottom a:hover { color: var(--yellow); }

/* ---------- Inner service pages ---------- */
.service-detail-page { background: #f5e98b; }
.service-detail-hero {
  position: relative;
  overflow: hidden;
  background: #f5e98b;
  color: var(--ink);
}
.service-detail-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  pointer-events: none;
}
.service-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(290px, 390px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  min-height: 430px;
}
.service-detail-hero__visual {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 430px;
  padding: 48px 34px;
  border-radius: 0 0 110px 0;
  background: #86ad3e;
}
.service-detail-hero__visual > img {
  position: absolute;
  top: 37px;
  left: 92px;
  width: 185px;
  height: auto;
}
.service-back {
  position: absolute;
  top: 34px;
  left: 28px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f2ba59;
  color: #111;
  font-size: 31px;
  line-height: 1;
  box-shadow: 0 4px 7px rgba(0,0,0,.22);
}
.service-back:hover { transform: translateX(-2px); }
.service-detail-hero__photo {
  width: 238px;
  height: 238px;
  margin-top: 92px;
  border: 11px solid #f5e98b;
  border-radius: 50%;
  background-image: linear-gradient(rgba(43,87,15,.05), rgba(43,87,15,.12)), url("../img/hero-park.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 24px rgba(45,78,10,.19);
}
.service-detail-hero--waste .service-detail-hero__photo,
.service-detail-hero--water .service-detail-hero__photo,
.service-detail-hero--air .service-detail-hero__photo,
.service-detail-hero--szz .service-detail-hero__photo,
.service-detail-hero--construction .service-detail-hero__photo,
.service-detail-hero--reporting .service-detail-hero__photo,
.service-detail-hero--disinfection .service-detail-hero__photo,
.service-detail-hero--outsourcing .service-detail-hero__photo {
  background-size: 650% auto;
  background-position: 12% 7%;
  filter: none;
}
.service-detail-hero--waste .service-detail-hero__photo { background-image: url("../img/services/waste-slide.png"); }
.service-detail-hero--water .service-detail-hero__photo { background-image: url("../img/services/water-slide.png"); }
.service-detail-hero--air .service-detail-hero__photo { background-image: url("../img/services/air-slide.png"); }
.service-detail-hero--szz .service-detail-hero__photo { background-image: url("../img/services/szz-slide.png"); }
.service-detail-hero--construction .service-detail-hero__photo { background-image: url("../img/services/construction-slide.png"); }
.service-detail-hero--reporting .service-detail-hero__photo { background-image: url("../img/services/reporting-slide.png"); }
.service-detail-hero--audit .service-detail-hero__photo {
  background-image: url("../img/services/audit-ecologist.png");
  background-size: cover;
  background-position: center;
  filter: none;
}
.service-detail-hero--disinfection .service-detail-hero__photo { background-image: url("../img/services/disinfection-slide.png"); }
.service-detail-hero--outsourcing .service-detail-hero__photo { background-image: url("../img/services/outsourcing-slide.png"); }
.service-detail-hero--air .service-detail-hero__photo { background-position: 12% 6.5%; }
.service-detail-hero--szz .service-detail-hero__photo,
.service-detail-hero--construction .service-detail-hero__photo,
.service-detail-hero--disinfection .service-detail-hero__photo,
.service-detail-hero--outsourcing .service-detail-hero__photo { background-size: 850% auto; }
.service-detail-hero--szz .service-detail-hero__photo { background-position: 12% 9%; }
.service-detail-hero--construction .service-detail-hero__photo { background-position: 12% 12.5%; }
.service-detail-hero--disinfection .service-detail-hero__photo { background-position: 12% 9.5%; }
.service-detail-hero--outsourcing .service-detail-hero__photo { background-position: 12% 11.5%; }
.service-detail-hero__copy { padding: 54px 0; position: relative; z-index: 1; }
.service-detail-hero__copy h1 {
  max-width: 850px;
  margin-bottom: 20px;
  color: #12170c;
  font-size: clamp(34px, 4vw, 55px);
  letter-spacing: .12em;
  line-height: 1.04;
  text-transform: none;
}
.service-detail-hero__copy p {
  max-width: 850px;
  margin-bottom: 14px;
  color: #242518;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}
.service-detail-hero__note {
  margin-top: 24px;
  padding-left: 18px;
  border-left: 5px solid #f1b64b;
  color: var(--green-dark-2) !important;
  font-family: "Alegreya", Georgia, serif;
  font-size: 19px !important;
  font-style: italic;
}
.service-detail-body {
  padding: 54px 0 0;
  background-color: #f5e98b;
  background-image:
    radial-gradient(circle at 7% 38%, rgba(134,173,62,.11), transparent 26%),
    radial-gradient(circle at 93% 66%, rgba(255,186,74,.12), transparent 28%);
}
.service-detail-body h2 {
  margin: 36px 0 22px;
  color: #15180d;
  font-size: clamp(25px, 3vw, 34px);
}
.service-detail-body > .container > h2:first-child { margin-top: 0; }
.service-detail-body p,
.service-detail-body li { color: #242518; font-size: 16px; line-height: 1.55; }
.service-info-grid {
  display: grid;
  gap: 24px;
  margin: 24px 0 48px;
}
.service-info-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-info-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-info-card {
  position: relative;
  min-height: 210px;
  padding: 24px 22px;
  border-radius: 8px;
  background: #f0bb61;
  box-shadow: 0 7px 12px rgba(87,77,22,.18);
}
.service-info-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #f5e98b 0 49%, rgba(90,111,29,.15) 51% 100%);
}
.service-info-card h3 { padding-right: 20px; font-size: 18px; }
.service-info-card p { font-size: 14.5px; }
.service-info-card__warning { color: #ba382a !important; font-weight: 700; }
.service-choice-grid,
.service-copy-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin: 24px 0 48px;
}
.service-choice {
  padding: 30px;
  border-radius: 14px;
  background: #f0bb61;
  text-align: center;
  box-shadow: 0 7px 12px rgba(87,77,22,.15);
}
.service-choice > span {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  border: 5px solid var(--green-mid);
  border-radius: 50%;
  color: var(--green-dark);
  font-size: 42px;
}
.service-choice h3 { font-size: 20px; }
.service-copy-columns > * { min-width: 0; }
.service-copy-columns .check-list { padding-left: 0; }
.service-copy-columns .check-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.service-copy-columns .check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green-dark);
  font-weight: 800;
}
.service-category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 34px;
  margin-bottom: 42px;
}
.service-category-list p {
  margin: 0;
  padding: 18px 20px;
  border-left: 5px solid var(--green-mid);
  background: rgba(255,255,255,.28);
}
.service-emphasis {
  align-self: center;
  padding: 32px;
  background: #f0bb61;
  color: #16180e;
  font-family: "Alegreya", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.service-callout {
  margin: 42px 0;
  padding: 30px 36px;
  border-radius: 18px;
  background: #86ad3e;
}
.service-callout h3 { font-size: 22px; }
.service-callout p { margin: 0; font-weight: 600; }
.service-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 28px 0 52px;
}
.service-benefits article { min-width: 0; }
.service-benefits article > span {
  display: grid;
  place-items: center;
  height: 160px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: #f0bb61;
  color: var(--green-dark);
  font-size: 82px;
  font-weight: 700;
}
.service-benefits h3 { font-size: 19px; }
.service-detail-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 56px;
  padding: 36px 7%;
  background: #86ad3e;
}
.service-detail-cta p { margin: 0; font-weight: 700; }
.service-detail-cta .btn { min-width: 260px; }

.page-hero {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 56px 0;
  background: linear-gradient(120deg, rgba(30,60,5,.7), rgba(128,165,46,.35)),
    repeating-linear-gradient(115deg, #5c9a12 0 40px, #6fae1e 40px 80px, #4a7c0d 80px 120px);
  color: var(--white);
}
.page-hero > .container { min-width: 0; }
.page-hero .container > * { min-width: 0; }
.page-hero__photo {
  width: 168px; height: 168px;
  border-radius: 50%;
  border: 5px solid var(--white);
  flex-shrink: 0;
  background: radial-gradient(circle at 35% 30%, #bfe08a, #4E8807 75%);
  box-shadow: var(--shadow-soft);
}
.page-hero__photo--water {
  background-image: url("../img/services/water-slide.png");
  background-repeat: no-repeat;
  background-size: 650% auto;
  background-position: 12% 7%;
}
.page-hero h1 { color: var(--white); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,.92); max-width: 620px; margin-bottom: 0; }
.breadcrumbs { font-size: 12.5px; margin-bottom: 12px; color: rgba(255,255,255,.85); }
.breadcrumbs a:hover { color: var(--yellow); }

/* ---------- Price list ---------- */
.price-hero__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.price-hero__photo {
  display: grid;
  place-items: center;
  background: var(--white);
  color: var(--green-dark);
  font-family: "Alegreya", Georgia, serif;
  font-size: 72px;
  font-weight: 800;
}
.price-section {
  padding: 64px 0 72px;
  background: var(--white);
}
.price-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}
.price-toolbar > div:first-child { max-width: 720px; }
.price-toolbar h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3.4vw, 38px);
}
.price-toolbar p { margin-bottom: 0; color: var(--ink-soft); }
.price-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}
.price-viewer {
  overflow: hidden;
  border: 1px solid rgba(78,136,7,.24);
  border-radius: var(--radius-card);
  background: #eef1e9;
  box-shadow: var(--shadow-soft);
}
.price-viewer object {
  display: block;
  width: 100%;
  height: min(82vh, 980px);
  min-height: 720px;
}
.price-viewer__fallback {
  padding: 56px 24px;
  text-align: center;
}
.price-viewer__fallback h3 { font-size: 24px; }
.price-viewer__fallback p { color: var(--ink-soft); }
.price-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 26px 30px;
  border-radius: var(--radius-card);
  background: var(--green-dark);
  color: var(--white);
}
.price-note p { margin: 0; }
.price-note .btn { flex-shrink: 0; }

.content-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
}
.content-grid h2 { font-size: 22px; }
.content-grid ul.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.content-grid ul.check-list li::before {
  content: "✔";
  position: absolute; left: 0; top: 0;
  color: var(--green-mid);
  font-weight: 700;
}

.warn-box {
  background: var(--orange);
  border-radius: var(--radius-card);
  padding: 26px;
}
.warn-box h3 {
  display: flex; align-items: center; gap: 10px;
  font-size: 17px;
  color: var(--ink);
}
.warn-box h3::before { content: "⚠"; }
.warn-box p, .warn-box li { color: var(--ink); font-size: 13.5px; }
.warn-box ul { margin-top: 8px; }
.warn-box li { margin-bottom: 6px; padding-left: 18px; position: relative; }
.warn-box li::before { content: "•"; position: absolute; left: 0; }

.data-table-wrap { overflow-x: auto; margin: 16px 0 28px; border-radius: var(--radius-card); box-shadow: var(--shadow-soft); }
table.data-table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 13.5px; min-width: 720px; }
table.data-table th, table.data-table td { padding: 12px 14px; border-bottom: 1px solid #eee2ba; text-align: left; vertical-align: top; }
table.data-table thead th { background: var(--green-dark); color: var(--white); }
table.data-table tbody tr:nth-child(even) { background: var(--yellow-light); }
table.data-table tbody tr:last-child td { border-bottom: none; }
table.data-table td:first-child { font-weight: 600; color: var(--ink); }
table.data-table td.ok { color: var(--green-dark); font-weight: 700; text-align: center; }
table.data-table td.warn { color: var(--orange-dark); font-weight: 700; text-align: center; }

.table-caption {
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 19px;
  color: var(--green-dark-2);
}
.table-note {
  max-width: 860px;
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-top: 6px;
}

.related-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.related-services a {
  display: block;
  background: var(--white);
  border-radius: 14px;
  padding: 16px;
  font-weight: 700;
  font-size: 13.5px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  color: var(--green-dark-2);
}
.related-services a:hover { background: var(--green-dark); color: var(--white); }

.cta-strip {
  text-align: center;
  padding: 50px 0;
}
.cta-strip p { max-width: 540px; margin: 0 auto 22px; color: var(--ink-soft); }

/* ---------- Legal page ---------- */
.legal { max-width: 820px; margin: 0 auto; }
.legal h2 { font-size: 19px; margin-top: 34px; }
.legal p, .legal li { color: var(--ink-soft); font-size: 14.5px; }
.legal ol, .legal ul { padding-left: 22px; margin-bottom: 1em; }
.legal ol li, .legal ul li { margin-bottom: 6px; list-style: decimal; }
.legal ul li { list-style: disc; }

/* ---------- Consent checkbox ---------- */
.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 16px;
  cursor: pointer;
}
.checkbox-field input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px; height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
  border: 2px solid var(--green-mid);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
  position: relative;
  transition: background .15s ease, border-color .15s ease;
}
.checkbox-field input:checked {
  background: var(--green-dark);
  border-color: var(--green-dark);
}
.checkbox-field input:checked::after {
  content: "";
  position: absolute;
  left: 5px; top: 1px;
  width: 6px; height: 11px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-field span {
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.4;
}
.checkbox-field span a { text-decoration: underline; }
.mini-form .checkbox-field span { color: rgba(255,255,255,.92); }
.mini-form--orange .checkbox-field span { color: var(--ink); }
.mini-form .checkbox-field input { background: rgba(255,255,255,.85); }

/* ---------- Consultation modal ---------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(30, 44, 8, .55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.modal-overlay.is-open { opacity: 1; visibility: visible; }
.modal {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: var(--yellow-light);
  border-radius: var(--radius-card);
  padding: 36px 32px 30px;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  transform: translateY(16px);
  transition: transform .2s ease;
}
.modal-overlay.is-open .modal { transform: translateY(0); }
.modal__close {
  position: absolute;
  top: 14px; right: 14px;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: none;
  background: var(--white);
  color: var(--green-dark);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.modal__close:hover { background: var(--yellow); }
.modal h3 { font-size: 22px; margin-bottom: 6px; }
.modal p.modal__lead { color: var(--ink-soft); font-size: 13.5px; margin-bottom: 20px; }
.modal .field { background: var(--white); }
.modal__success {
  display: none;
  text-align: center;
  padding: 14px 0;
  font-family: "Alegreya", serif;
  font-weight: 700;
  color: var(--green-dark-2);
  font-size: 16px;
}

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-32 { margin-top: 32px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  #about, #services, #clients, #steps, #contacts { scroll-margin-top: 100px; }
  .nav { display: none; }
  .nav-toggle { display: flex; }
  .header.nav-open .nav {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 16px 24px 24px;
    gap: 14px;
    border-bottom: 3px solid var(--green-dark);
  }
  .hero__inner { grid-template-columns: 1fr; gap: 30px; padding-top: 54px; padding-bottom: 54px; }
  .hero__content { text-align: center; }
  .hero h1, .hero p { margin-left: auto; margin-right: auto; }
  .hero__actions { justify-content: center; }
  .nvos-panel { width: 100%; max-width: 720px; margin: 0 auto; }
  .nvos-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nvos-category:hover { transform: translateY(-3px); }
  .about-grid, .content-grid, .form-card, .contacts-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .clients-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__inner { grid-template-columns: 1fr; }
  .related-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contacts-grid--wide .contact-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .map-frame iframe { height: 380px; }
  #steps { padding-top: 70px; padding-bottom: 76px; }
  #steps .section-title { margin-bottom: 46px; }
  .steps { gap: 7px; }
  .step__circle { width: 112px; height: 112px; font-size: 34px; }
  .step p { font-size: 14px; max-width: 152px; }
  .step__title { font-size: 16px; }
  .step-arrow { margin-top: 45px; }
  .step-arrow svg { width: 28px; height: 28px; }
  .page-hero { flex-direction: column; text-align: center; }
  .price-toolbar { align-items: flex-start; flex-direction: column; }
  .breadcrumbs { text-align: left; }
  .service-detail-hero__grid { grid-template-columns: 300px minmax(0, 1fr); gap: 30px; }
  .service-detail-hero__visual { min-height: 390px; border-radius: 0 0 80px 0; }
  .service-detail-hero__visual > img { left: 84px; width: 165px; }
  .service-detail-hero__photo { width: 205px; height: 205px; }
  .service-info-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .hero {
    min-height: 0;
    background-color: #355b13;
    background-size: auto, auto 64%;
    background-position: center, center top;
    background-repeat: no-repeat;
  }
  .hero__inner { padding: 46px 16px; }
  .nvos-panel { padding: 15px; border-radius: 20px; }
  .nvos-category { min-height: 68px; grid-template-columns: 50px minmax(0, 1fr); gap: 9px; padding-right: 12px; }
  .nvos-category__number { width: 48px; height: 48px; font-size: 22px; }
  .nvos-category__text { font-size: 14px; }
  .services-grid, .clients-grid, .related-services, .about-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contacts-grid--wide .contact-list { grid-template-columns: 1fr; }
  .map-frame iframe { height: 320px; }
  .steps { flex-direction: column; align-items: center; }
  .step-arrow { display: none; }
  #order { margin-top: 0; padding-top: 58px; padding-bottom: 180px; min-height: 0; }
  .form-card { padding: 26px; }
  .header__phone { display: none; }
  .header__inner { padding: 12px 16px; gap: 12px; }
  .logo { font-size: 18px; }
  .logo__mark { width: 135px; height: auto; }
  .nav-toggle { padding: 6px 0; }
  .service-detail-hero__grid { display: block; }
  .service-detail-hero__visual { min-height: 330px; margin: 0 -16px; border-radius: 0 0 70px 0; }
  .service-detail-hero__visual > img { top: 30px; left: 88px; width: 160px; }
  .service-detail-hero__photo { width: 190px; height: 190px; margin-top: 48px; border-width: 8px; }
  .service-detail-hero__copy { padding: 38px 0 42px; }
  .service-detail-hero__copy h1 { font-size: 34px; letter-spacing: .06em; overflow-wrap: anywhere; }
  .service-info-grid--three,
  .service-info-grid--four,
  .service-choice-grid,
  .service-copy-columns,
  .service-category-list,
  .service-benefits { grid-template-columns: minmax(0, 1fr); }
  .service-detail-cta { margin-left: -16px; margin-right: -16px; flex-direction: column; text-align: center; }
  .service-detail-cta .btn { min-width: 0; width: 100%; }
  .price-hero__inner { gap: 22px; }
  .price-hero__photo { width: 118px; height: 118px; font-size: 54px; }
  .price-section { padding: 46px 0 56px; }
  .price-toolbar__actions { width: 100%; }
  .price-toolbar__actions .btn { flex: 1 1 150px; }
  .price-viewer object { min-height: 540px; height: 70vh; }
  .price-note { align-items: stretch; flex-direction: column; padding: 24px; text-align: center; }
  .price-note .btn { width: 100%; }
}

@media (max-width: 400px) {
  .container { padding: 0 16px; }
  .hero__inner { padding: 42px 16px; }
  .nvos-categories { grid-template-columns: minmax(0, 1fr); }
  .header__inner { padding: 12px 14px; gap: 8px; }
  .logo { font-size: 16px; }
  .logo__mark { width: 105px; height: auto; }
  .btn { padding: 12px 18px; font-size: 14px; }
  .btn--sm { padding: 8px 14px; font-size: 12.5px; }
  .services-grid, .clients-grid, .related-services, .about-stats { grid-template-columns: minmax(0, 1fr); }
  .client-chip { min-height: 112px; aspect-ratio: auto; }
  .service-card { min-height: 0; padding: 24px 18px; }
  .service-brand-card { min-height: 190px; padding: 24px 18px; }
  .page-hero__photo { width: 120px; height: 120px; border-width: 4px; }
}
