:root {
  --green: #2f7d32;
  --green-dark: #1f5e24;
  --green-deep: #246c2a;
  --green-soft: #eef6ea;
  --text: #101114;
  --muted: #555b5e;
  --line: #e5e5e5;
  --white: #ffffff;
  --shadow: 0 14px 30px rgba(29, 84, 32, 0.14);
  --radius: 10px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(100% - 96px, 1280px);
  margin: 0 auto;
}

.site-header {
  padding: 20px 0 0;
  background: #fff;
}

.header-inner {
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr 208px;
  align-items: start;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-icon {
  width: 38px;
  height: 38px;
  color: var(--green);
  flex: 0 0 auto;
}

.brand strong {
  display: block;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: #2e3335;
  font-size: 10px;
  line-height: 1.1;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 38px;
  padding-top: 12px;
  font-weight: 600;
  font-size: 16px;
}

.main-nav a,
.section-head a,
.link-more {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.main-nav a:hover,
.section-head a:hover,
.link-more:hover {
  color: var(--green);
}

.header-call {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.phone-button {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  color: #fff;
  background: linear-gradient(180deg, #39833b, #246c2a);
  border-radius: 7px;
  box-shadow: 0 7px 14px rgba(31, 94, 36, 0.18);
  font-weight: 800;
  font-size: 15px;
}

.phone-button svg {
  width: 17px;
  height: 17px;
}

.header-call span {
  padding-right: 6px;
  color: #202020;
  font-size: 12px;
}

.menu-toggle {
  display: none;
}

.hero {
  padding: 38px 0 18px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: start;
  min-height: 0;
}

.hero-copy {
  padding-top: 6px;
}

.hero-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 20px;
  padding: 0 14px;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.hero-badge::before {
  content: "★";
  margin-right: 7px;
  color: #c59b20;
  font-size: 13px;
}

.hero h1 {
  margin: 0;
  color: #000;
  font-size: 60px;
  line-height: 1.07;
  letter-spacing: 0;
  font-weight: 800;
}

.hero-nowrap {
  white-space: nowrap;
}

.hero h1 em {
  display: inline-block;
  color: var(--green);
  font-family: inherit;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.02;
}

.hero-copy > p {
  margin: 19px 0 18px;
  color: #1f2930;
  font-size: 19px;
  line-height: 1.42;
}

.hero-list {
  display: grid;
  gap: 12px;
  margin: 0 0 27px;
  padding: 0;
  list-style: none;
  color: #222;
  font-size: 15px;
}

.hero-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-list span {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
}

.hero-list svg {
  width: 11px;
  height: 11px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.hero-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  color: var(--green-dark);
}

.hero-phone-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(180deg, #3d8a40, #28712d);
  border-radius: 50%;
  box-shadow: 0 10px 18px rgba(47, 125, 50, 0.18);
  flex: 0 0 auto;
}

.hero-phone-icon svg {
  width: 18px;
  height: 18px;
}

.hero-phone strong,
.hero-phone small {
  display: block;
}

.hero-phone strong {
  font-size: 17px;
  line-height: 1.15;
  font-weight: 900;
}

.hero-phone small {
  margin-top: 3px;
  color: #66706a;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  color: #1f292d;
}

.avatar-stack {
  display: flex;
  padding-left: 10px;
}

.avatar-stack span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-left: -10px;
  color: #fff;
  background: linear-gradient(135deg, #2f7d32, #75a45a);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(31, 94, 36, 0.16);
  font-size: 11px;
  font-weight: 800;
}

.hero-proof p {
  margin: 0;
  color: #31393c;
  font-size: 12px;
  line-height: 1.25;
}

.hero-proof strong {
  color: var(--green-dark);
  font-size: 28px;
  line-height: 1;
}

.stars,
.review-stars {
  color: var(--green);
  letter-spacing: 1px;
  font-size: 15px;
}

.hero-proof small {
  max-width: 116px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.btn {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  min-width: 216px;
  padding: 0 28px;
  color: #fff;
  background: linear-gradient(180deg, #3d8a40, #28712d);
  box-shadow: 0 13px 22px rgba(47, 125, 50, 0.2);
}

.btn-primary:hover,
.phone-button:hover,
.footer-cta button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(47, 125, 50, 0.24);
}

.link-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-dark);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.link-more svg,
.section-head a svg {
  width: 18px;
  height: 18px;
}

.hero-art {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
}

.hero-art img {
  width: min(100%, 700px);
  height: auto;
  object-fit: contain;
}

.benefits-wrap {
  padding: 12px 0 34px;
}

.benefits {
  position: relative;
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.14), transparent 22%),
    radial-gradient(circle at 78% 110%, rgba(161, 205, 113, 0.14), transparent 26%),
    linear-gradient(90deg, #236522, #337d32 45%, #246a25);
  border-radius: 9px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.benefits::before,
.benefits::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.benefits::before {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 16%, rgba(255, 255, 255, 0.12) 16% 17%, transparent 17% 46%, rgba(255, 255, 255, 0.07) 46% 47%, transparent 47%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 82px);
  opacity: 0.35;
}

.benefits::after {
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
}

.benefit-item {
  position: relative;
  z-index: 1;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 44px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

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

.benefit-item > svg:not(.benefit-watermark) {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.benefit-item strong {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.35;
}

.benefit-watermark {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 96px;
  height: 96px;
  color: #fff;
  opacity: 0.075;
  transform: translateY(-50%) rotate(-7deg);
  z-index: 1;
}

.section {
  padding: 24px 0;
}

.problems {
  margin-top: 6px;
  padding: 38px 0 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.18)),
    #f4f8f1;
  border-top: 1px solid #edf3e9;
  border-bottom: 1px solid #e7efe2;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 22px;
}

.section-head.centered {
  grid-template-columns: 1fr auto 1fr;
}

.section-head h2,
.section-title,
.brands h2,
.faq-section h2,
.service-flow h2 {
  margin: 0;
  color: #000;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

.section-head a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 700;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding-bottom: 0;
}

.problem-card,
.price-card,
.master-card,
.brand-logo,
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.problem-card {
  position: relative;
  min-height: 109px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 19px 12px 17px;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.problem-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(47, 125, 50, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 244, 0.76));
  z-index: 0;
}

.problem-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: 78px;
  height: 78px;
  background: rgba(47, 125, 50, 0.07);
  border-radius: 26px;
  transform: rotate(18deg);
  z-index: 0;
}

.problems .problem-card,
.prices .price-card {
  border-color: #dfeadc;
  box-shadow: 0 10px 24px rgba(35, 86, 38, 0.06);
}

.problem-card svg {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  padding: 11px;
  color: var(--green);
  background:
    linear-gradient(180deg, #ffffff, #eef7e9);
  border: 1px solid #d7e8d2;
  border-radius: 18px;
  box-shadow: 0 10px 18px rgba(31, 94, 36, 0.1);
}

.problem-card h3,
.price-card h3,
.master-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.problem-card:hover,
.price-card:hover,
.master-card:hover,
.brand-logo:hover {
  transform: translateY(-2px);
  border-color: #cfe2cf;
  box-shadow: 0 16px 30px rgba(33, 85, 36, 0.12);
}

.prices {
  padding-top: 18px;
  padding-bottom: 42px;
  background:
    radial-gradient(circle at 12% 20%, rgba(47, 125, 50, 0.06), transparent 28%),
    linear-gradient(180deg, #fbfcfa, #f5f8f3);
  border-bottom: 1px solid #e7efe2;
}

.section-title {
  margin-bottom: 24px;
  text-align: center;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.price-card {
  min-height: 158px;
  display: flex;
  flex-direction: column;
  padding: 20px 19px 14px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.price-title {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 30px;
}

.price-title svg {
  width: 28px;
  height: 28px;
  color: var(--green);
  flex: 0 0 auto;
}

.price-card p {
  margin: 19px 0 12px;
  color: #30383b;
  font-size: 15px;
  line-height: 1.55;
}

.price-card strong {
  margin-top: auto;
  color: var(--green-dark);
  font-size: 23px;
  line-height: 1;
  text-align: center;
}

.price-download {
  width: 270px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin: 26px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.price-download:hover {
  border-color: var(--green);
  color: var(--green);
}

.price-download svg {
  width: 20px;
  height: 20px;
  color: var(--green);
}

.discount-cta {
  padding: 34px 0 42px;
  background: linear-gradient(180deg, #f5f8f3, #fff);
}

.discount-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 42px;
  align-items: center;
  padding: 34px 42px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(135deg, #1f5e24, #2f7d32 55%, #236523);
  border-radius: 14px;
  box-shadow: 0 22px 42px rgba(31, 94, 36, 0.22);
  overflow: hidden;
}

.discount-card::after {
  content: "22%";
  position: absolute;
  right: 41%;
  bottom: -42px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 160px;
  line-height: 1;
  font-weight: 900;
}

.discount-copy,
.discount-form {
  position: relative;
  z-index: 1;
}

.discount-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 0 14px;
  color: #1f5e24;
  background: #f0f8e9;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.discount-copy h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 900;
}

.discount-copy p {
  max-width: 590px;
  margin: 18px 0 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.45;
}

.discount-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.discount-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.discount-points svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.discount-form {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  box-shadow: 0 18px 30px rgba(13, 59, 17, 0.16);
}

.discount-form label {
  color: #121a14;
  font-size: 15px;
  font-weight: 800;
}

.phone-field {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  background: #f7faf6;
  border: 1px solid #dce8d8;
  border-radius: 9px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.phone-field:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(47, 125, 50, 0.12);
}

.phone-field svg {
  width: 19px;
  height: 19px;
  color: var(--green);
}

.phone-field input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #111;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
}

.phone-field input::placeholder {
  color: #8a948c;
  font-weight: 600;
}

.discount-form button {
  min-height: 54px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(180deg, #3d8a40, #1f6d25);
  box-shadow: 0 14px 22px rgba(47, 125, 50, 0.24);
  cursor: pointer;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.discount-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 17px 28px rgba(47, 125, 50, 0.3);
}

.discount-form small {
  color: #66706a;
  font-size: 11px;
  line-height: 1.35;
}

.form-consent {
  color: #6b746f;
  font-size: 10px;
  line-height: 1.35;
}

.form-consent button {
  display: inline;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--green-dark);
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  text-align: left;
  text-transform: none;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-consent button:hover {
  transform: none;
  box-shadow: none;
  color: var(--green);
}

.lead-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.form-status {
  min-height: 16px;
  color: #1f5e24;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.form-status.is-error {
  color: #b22727;
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.service-flow {
  padding-top: 38px;
  padding-bottom: 36px;
}

.flow-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 56px;
  align-items: start;
}

.why-card,
.process-card,
.review-card {
  background: #fff;
}

.why-card {
  padding-right: 28px;
  border-right: 1px solid #edf0ed;
}

.why-card ul {
  display: grid;
  gap: 17px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.why-card li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  align-items: start;
}

.why-card svg {
  width: 30px;
  height: 30px;
  padding: 6px;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
}

.why-card strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}

.why-card span {
  color: #30383b;
  font-size: 13px;
  line-height: 1.35;
}

.process-card h2 {
  margin-bottom: 30px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.process-grid article {
  position: relative;
}

.process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(50% + 35px);
  width: calc(100% - 48px);
  border-top: 2px dashed #cbdcc8;
}

.process-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--green);
  background: #fff;
  border: 1px solid #dce8d8;
  border-radius: 50%;
}

.process-icon svg {
  width: 29px;
  height: 29px;
}

.process-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.process-title strong {
  color: var(--green-dark);
  font-size: 36px;
  line-height: 1;
}

.process-grid h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.process-grid p {
  margin: 12px 0 0;
  color: #333b3e;
  font-size: 13px;
  line-height: 1.45;
}

.masters {
  padding-top: 30px;
  padding-bottom: 28px;
}

.masters .section-head {
  margin-bottom: 22px;
}

.masters-mobile-controls {
  display: none;
}

.masters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.master-card {
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.master-card img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: center top;
  background: #f3f5f4;
}

.master-card div {
  padding: 14px 18px 17px;
}

.master-card p {
  margin: 7px 0 10px;
  color: #2d3436;
  font-size: 14px;
}

.master-card span {
  color: #283033;
  font-size: 13px;
  line-height: 1.35;
}

.brands {
  padding-top: 30px;
  padding-bottom: 28px;
}

.brands h2 {
  margin-bottom: 22px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #dfe6df;
  border-radius: 8px;
  background: #fff;
}

.brand-logo {
  min-height: 128px;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 0;
  border-right: 1px solid #dfe6df;
  border-bottom: 1px solid #dfe6df;
  border-radius: 0;
  font-weight: 800;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.brand-logo:nth-child(6n) {
  border-right: 0;
}

.brand-logo:nth-last-child(-n + 6) {
  border-bottom: 0;
}

.brand-logo img {
  width: 96%;
  max-width: none;
  max-height: 92px;
  height: 96%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.reviews {
  padding-top: 30px;
  padding-bottom: 30px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.review-card {
  min-height: 158px;
  padding: 19px 20px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.review-card:hover {
  transform: translateY(-2px);
  border-color: #cfe2cf;
  box-shadow: 0 12px 24px rgba(33, 85, 36, 0.09);
}

.review-card h3 {
  margin: 10px 0 9px;
  font-size: 15px;
}

.review-card p {
  margin: 0;
  color: #30383b;
  font-size: 13px;
  line-height: 1.45;
}

.faq-section {
  padding-top: 34px;
}

.faq-section h2 {
  margin-bottom: 22px;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: stretch;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid #dde8d8;
  border-radius: 12px;
  background:
    linear-gradient(180deg, #ffffff, #fbfdf9);
  box-shadow: 0 10px 22px rgba(35, 86, 38, 0.05);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-list details:first-child {
  border-radius: 12px;
}

.faq-list details:last-child {
  border-bottom: 1px solid #dde8d8;
  border-radius: 12px;
}

.faq-list details[open],
.faq-list details:hover {
  border-color: #cfe2cf;
  box-shadow: 0 14px 28px rgba(35, 86, 38, 0.08);
}

.faq-list summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px 0 24px;
  cursor: pointer;
  list-style: none;
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  flex: 0 0 auto;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
  color: #fff;
  background: var(--green);
}

.faq-list p {
  margin: 0;
  padding: 0 24px 18px;
  color: var(--muted);
  font-size: 15px;
  animation: faq-reveal 0.22s ease;
}

@keyframes faq-reveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.warranty-card {
  position: relative;
  min-height: 196px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 36px 39px;
  color: #fff;
  background:
    radial-gradient(circle at 75% 35%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, #236523, #337d32 65%, #1f5e24);
  border-radius: 9px;
  box-shadow: 0 18px 34px rgba(32, 96, 35, 0.16);
  overflow: hidden;
}

.warranty-icon {
  width: 65px;
  height: 65px;
  flex: 0 0 auto;
  z-index: 1;
}

.warranty-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  font-size: 28px;
  line-height: 1.05;
}

.warranty-card p {
  position: relative;
  z-index: 1;
  max-width: 245px;
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}

.leaf {
  position: absolute;
  right: 48px;
  width: 82px;
  height: 28px;
  border-radius: 100% 0 100% 0;
  background: rgba(158, 202, 111, 0.26);
  transform-origin: left center;
}

.leaf-one {
  top: 35px;
  transform: rotate(63deg);
}

.leaf-two {
  top: 72px;
  right: 76px;
  transform: rotate(17deg);
}

.leaf-three {
  top: 106px;
  transform: rotate(-10deg);
}

.leaf-four {
  top: 136px;
  right: 72px;
  transform: rotate(24deg);
}

.contact-map-section {
  padding: 40px 0 44px;
  background: linear-gradient(180deg, #fff, #f5f8f3);
}

.contact-map-grid {
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: stretch;
  border: 1px solid #dfeadc;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(35, 86, 38, 0.1);
  overflow: hidden;
}

.contact-panel {
  padding: 32px 30px;
  background:
    radial-gradient(circle at 90% 8%, rgba(47, 125, 50, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff, #f5faf2);
}

.contact-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 0 12px;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.contact-panel h2 {
  margin: 0;
  color: #000;
  font-size: 34px;
  line-height: 1.1;
}

.contact-panel p {
  margin: 16px 0 22px;
  color: #374044;
  font-size: 15px;
  line-height: 1.5;
}

.contact-list {
  display: grid;
  gap: 13px;
}

.contact-list a,
.contact-list > span {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 11px;
  color: #15231a;
  font-size: 14px;
  font-weight: 700;
}

.contact-list svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  color: var(--green);
  background: #fff;
  border: 1px solid #d8e7d4;
  border-radius: 50%;
}

.map-panel {
  min-height: 500px;
  background: #eef4ea;
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  border: 0;
}

.site-footer {
  margin-top: 20px;
  padding: 16px 0 14px;
  background: #f7fbf3;
  border-top: 1px solid #e9efe6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.85fr 1fr 1.05fr;
  gap: 38px;
  align-items: start;
}

.footer-brand .brand-icon {
  width: 32px;
  height: 32px;
}

.footer-brand strong {
  font-size: 18px;
}

.footer-about p {
  max-width: 220px;
  margin: 14px 0 11px;
  color: #394043;
  font-size: 12px;
  line-height: 1.35;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #dde8d8;
  border-radius: 50%;
  color: #1f5e24;
  font-size: 9px;
  font-weight: 800;
}

.footer-col {
  display: grid;
  gap: 4px;
}

.footer-col h3,
.footer-cta h3 {
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.2;
}

.footer-col a,
.footer-col span {
  color: #30383b;
  font-size: 11px;
  line-height: 1.35;
}

.footer-col a:hover {
  color: var(--green);
}

.contacts a,
.contacts span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contacts svg {
  width: 13px;
  height: 13px;
  color: var(--green);
  flex: 0 0 auto;
}

.footer-cta {
  margin: 0;
  padding: 16px 21px 15px;
  background: #e9f3e2;
  border: 1px solid #dcebd5;
  border-radius: 9px;
}

.footer-cta p {
  margin: 0 0 14px;
  color: #1d2822;
  font-size: 11px;
  line-height: 1.35;
}

.footer-cta button {
  width: 100%;
  min-height: 31px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(180deg, #398a3d, #25712b);
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 11px;
  color: #687071;
  font-size: 10px;
}

.footer-bottom a:hover {
  color: var(--green);
}

body.modal-open {
  overflow: hidden;
}

.lead-modal,
.thanks-modal,
.policy-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
}

.lead-modal[hidden],
.thanks-modal[hidden],
.policy-modal[hidden] {
  display: none;
}

.lead-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 19, 11, 0.54);
  backdrop-filter: blur(7px);
}

.lead-dialog,
.thanks-dialog,
.policy-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 6%, rgba(47, 125, 50, 0.13), transparent 30%),
    #fff;
  box-shadow: 0 28px 70px rgba(13, 59, 17, 0.28);
}

.lead-dialog {
  padding: 30px;
}

.policy-dialog {
  width: min(100%, 680px);
  max-height: min(86vh, 720px);
  display: grid;
  gap: 16px;
  padding: 30px;
  overflow: auto;
}

.lead-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid #dfe8dc;
  border-radius: 50%;
  color: #1f5e24;
  background: #f5faf2;
  cursor: pointer;
  font-family: inherit;
  font-size: 24px;
  line-height: 1;
}

.lead-dialog h2,
.thanks-dialog h2,
.policy-dialog h2 {
  margin: 0;
  color: #000;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
}

.lead-dialog p {
  margin: 14px 0 22px;
  color: #334139;
  font-size: 16px;
  line-height: 1.5;
}

.policy-content {
  display: grid;
  gap: 12px;
  color: #334139;
  font-size: 15px;
  line-height: 1.55;
}

.policy-content p {
  margin: 0;
}

.policy-content a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.modal-lead-form {
  display: grid;
  gap: 12px;
}

.modal-lead-form label {
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

.modal-lead-form > button,
.thanks-action,
.policy-action {
  min-height: 54px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, #3d8a40, #1f6d25);
  box-shadow: 0 15px 26px rgba(47, 125, 50, 0.24);
  cursor: pointer;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}

.modal-lead-form small {
  color: #66706a;
  font-size: 12px;
  line-height: 1.35;
}

.thanks-dialog {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 34px 30px 30px;
  text-align: center;
}

.thanks-dialog p {
  max-width: 330px;
  margin: 0;
  color: #334139;
  font-size: 16px;
  line-height: 1.45;
}

.thanks-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #3d8a40, #1f6d25);
  box-shadow: 0 14px 24px rgba(47, 125, 50, 0.24);
}

.thanks-icon svg {
  width: 32px;
  height: 32px;
}

.thanks-action {
  width: 100%;
  margin-top: 6px;
}

.policy-action {
  justify-self: start;
  min-width: 180px;
  padding: 0 24px;
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 14px 0;
    border-bottom: 1px solid #edf0ed;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
  }

  .main-nav {
    display: none;
  }

  .header-call {
    align-items: center;
  }

  .header-call span {
    display: none;
  }

  .phone-button {
    min-height: 42px;
    gap: 7px;
    justify-content: center;
    padding: 0 13px;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 13px;
  }

  .phone-button svg {
    width: 16px;
    height: 16px;
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .container {
    width: min(100% - 48px, 1040px);
  }

  .header-inner {
    grid-template-columns: 210px 1fr 198px;
    gap: 18px;
  }

  .main-nav {
    gap: 20px;
  }

  .hero-grid {
    grid-template-columns: 43% 57%;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero h1 em {
    font-size: 42px;
  }

  .hero-nowrap {
    white-space: normal;
  }

  .benefit-item {
    padding: 0 22px;
  }

  .problem-grid,
  .price-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .price-grid .price-card:last-child {
    grid-column: span 1;
  }

  .masters-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .master-card img {
    height: 320px;
  }

  .flow-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .why-card {
    padding-right: 0;
    border-right: 0;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .discount-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .discount-card::after {
    right: 12px;
    bottom: -32px;
    font-size: 120px;
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .main-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 32px, 520px);
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 14px 0;
    border-bottom: 1px solid #edf0ed;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    font-size: 9px;
  }

  .brand-icon {
    width: 34px;
    height: 34px;
  }

  .main-nav {
    display: none;
  }

  .header-call {
    align-items: center;
  }

  .header-call span {
    display: none;
  }

  .phone-button {
    min-height: 40px;
    gap: 6px;
    padding: 0 10px;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 12px;
  }

  .phone-button svg {
    width: 15px;
    height: 15px;
    margin: 0;
  }

  .hero {
    padding: 26px 0 12px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 22px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero h1 em {
    font-size: 32px;
  }

  .hero-copy > p {
    font-size: 15px;
  }

  .hero-badge {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .hero-phone {
    justify-content: center;
    min-height: 64px;
    padding: 8px 12px;
    background: #f4f8f1;
    border: 1px solid #dfeadc;
    border-radius: 12px;
  }

  .btn-primary {
    width: 100%;
  }

  .link-more {
    justify-content: center;
    min-height: 44px;
  }

  .hero-art {
    justify-content: center;
  }

  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-item {
    min-height: 94px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .benefit-item:nth-child(2n) {
    border-right: 0;
  }

  .benefit-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .benefit-item > svg:not(.benefit-watermark) {
    width: 34px;
    height: 34px;
  }

  .benefit-watermark {
    right: 8px;
    width: 92px;
    height: 92px;
    opacity: 0.07;
  }

  .benefit-item strong {
    font-size: 13px;
  }

  .hero-proof {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 18px;
  }

  .hero-proof small {
    max-width: none;
  }

  .section {
    padding: 28px 0;
  }

  .prices {
    padding-bottom: 42px;
  }

  .section-head,
  .section-head.centered {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .section-head.centered span {
    display: none;
  }

  .section-head h2,
  .section-title,
  .brands h2,
  .faq-section h2,
  .service-flow h2 {
    font-size: 28px;
    text-align: left;
  }

  .section-head a {
    justify-self: start;
    min-height: 32px;
  }

  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .problem-card {
    min-height: 104px;
    padding: 16px 8px 15px;
  }

  .problem-card svg {
    width: 52px;
    height: 52px;
  }

  .price-grid,
  .process-grid,
  .reviews-grid,
  .faq-grid,
  .contact-map-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-flow {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .discount-cta {
    padding: 30px 0 34px;
  }

  .discount-card {
    padding: 26px 20px;
    border-radius: 12px;
  }

  .discount-copy h2 {
    font-size: 28px;
  }

  .discount-copy p {
    font-size: 15px;
  }

  .discount-form {
    padding: 18px;
  }

  .why-card ul {
    gap: 14px;
  }

  .process-card h2 {
    margin-bottom: 24px;
  }

  .process-grid {
    gap: 16px;
  }

  .process-grid article {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 14px;
    align-items: center;
  }

  .process-grid article:not(:last-child)::after {
    display: none;
  }

  .process-icon {
    grid-row: span 2;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .process-grid p {
    grid-column: 2;
    margin-top: 6px;
  }

  .price-card {
    min-height: 0;
  }

  .price-card strong {
    text-align: left;
  }

  .price-download {
    width: 100%;
  }

  .masters .section-head {
    margin-bottom: 10px;
  }

  .masters-mobile-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
  }

  .masters-arrow {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid #dfe8dc;
    border-radius: 50%;
    color: var(--green-dark);
    background: #fff;
    box-shadow: 0 10px 22px rgba(25, 70, 31, 0.08);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .masters-arrow:hover {
    transform: translateY(-1px);
    border-color: rgba(47, 125, 50, 0.35);
    box-shadow: 0 14px 26px rgba(25, 70, 31, 0.12);
  }

  .masters-arrow:focus-visible {
    outline: 3px solid rgba(47, 125, 50, 0.2);
    outline-offset: 2px;
  }

  .masters-arrow svg {
    width: 18px;
    height: 18px;
  }

  .masters-arrow-prev svg {
    transform: rotate(180deg);
  }

  .masters-grid {
    display: flex;
    gap: 16px;
    margin-right: -16px;
    padding: 0 16px 8px 0;
    overflow-x: auto;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .masters-grid::-webkit-scrollbar {
    display: none;
  }

  .master-card {
    flex: 0 0 min(74vw, 315px);
    scroll-snap-align: start;
  }

  .master-card img {
    height: clamp(260px, 72vw, 315px);
  }

  .brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-logo {
    min-height: 100px;
  }

  .brand-logo:nth-child(6n) {
    border-right: 1px solid #dfe6df;
  }

  .brand-logo:nth-child(3n) {
    border-right: 0;
  }

  .brand-logo:nth-last-child(-n + 6) {
    border-bottom: 1px solid #dfe6df;
  }

  .brand-logo:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .faq-grid {
    gap: 18px;
  }

  .faq-list summary {
    min-height: 62px;
    padding: 0 12px 0 16px;
    font-size: 16px;
  }

  .faq-list summary span {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }

  .warranty-card {
    min-height: 210px;
    padding: 28px 24px;
  }

  .warranty-card h3 {
    font-size: 24px;
  }

  .contact-map-section {
    padding: 34px 0 38px;
  }

  .contact-panel {
    padding: 24px 20px;
  }

  .contact-panel h2 {
    font-size: 28px;
  }

  .map-panel,
  .map-panel iframe {
    min-height: 360px;
  }

  .site-footer {
    margin-top: 34px;
  }

  .footer-grid {
    gap: 22px;
  }

  .footer-col a,
  .footer-col span,
  .footer-about p,
  .footer-cta p {
    font-size: 13px;
  }

  .footer-col h3,
  .footer-cta h3 {
    font-size: 15px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 12px;
  }

  .lead-modal,
  .thanks-modal,
  .policy-modal {
    align-items: end;
    padding: 12px;
  }

  .lead-dialog,
  .thanks-dialog,
  .policy-dialog {
    width: 100%;
    border-radius: 18px 18px 14px 14px;
  }

  .lead-dialog,
  .policy-dialog {
    padding: 28px 20px 22px;
  }

  .lead-dialog h2,
  .thanks-dialog h2,
  .policy-dialog h2 {
    font-size: 28px;
  }

  .policy-dialog {
    max-height: 88vh;
  }

  .policy-action {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 24px, 520px);
  }

  .brand {
    gap: 8px;
  }

  .brand-icon {
    width: 30px;
    height: 30px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    max-width: 100px;
    font-size: 8px;
  }

  .phone-button {
    min-height: 38px;
    padding: 0 8px;
    font-size: 10px;
  }

  .phone-button svg {
    width: 14px;
    height: 14px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero h1 em {
    font-size: 32px;
  }

  .discount-card {
    width: min(100% - 24px, 520px);
  }

  .discount-points {
    display: grid;
    gap: 10px;
  }

  .benefits {
    grid-template-columns: 1fr;
  }

  .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-logo {
    min-height: 96px;
    padding: 6px;
  }

  .benefit-item {
    border-right: 0;
  }

  .benefit-item:nth-last-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .warranty-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}
