* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: #f8f9f4;
  color: #193d32;
  font:
    18px/1.7 Arial,
    Helvetica,
    sans-serif;
}
a {
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ac451f;
  outline-offset: 4px;
}
.wrap {
  width: min(1280px, 100% - 96px);
  margin-inline: auto;
}
.masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
  border-bottom: 1px solid #ccd2c5;
}
.brand {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: 88px;
  height: auto;
}
.brand-caption {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}
.brand small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}
.header-phone {
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
}
.header-phone span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.hero > *,
.trust > *,
.finance > *,
.planning > *,
.callback > * {
  min-width: 0;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding-block: 64px 72px;
}
.eyebrow {
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 20px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(38px, 4.3vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.05em;
  font-weight: 700;
  margin-bottom: 28px;
}
h1 em {
  font-style: normal;
  color: #526432;
}
h2 {
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 700;
}
h3 {
  font-size: 25px;
  line-height: 1.3;
}
.lead {
  font-size: 18px;
  color: #526258;
  max-width: 570px;
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block: 30px 20px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
  min-height: 60px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.4;
}
.primary {
  background: #204a38;
  color: #fff;
}
.primary:hover {
  background: #143526;
}
.secondary {
  border-color: #a4afa0;
}
.secondary:hover {
  background: #e5e8dc;
}
.direct {
  font-size: 16px;
  text-underline-offset: 5px;
}
.offer {
  background: #f0dfc8;
  border: 1px solid #d6b995;
  padding: 26px 30px 30px;
  border-radius: 20px;
  box-shadow: 0 16px 48px #193d320d;
  color: #24372c;
}
.offer-top {
  display: flex;
  justify-content: space-between;
}
.offer-top .eyebrow {
  margin: 0;
}
.offer-icon {
  font-size: 24px;
}
.offer h2 {
  font-size: 25px;
  max-width: none;
  line-height: 1.3;
  margin-bottom: 20px;
}
.offer p {
  font-size: 16px;
  line-height: 1.6;
}
.offer .old-price {
  margin: 0;
  color: #4b4933;
}
.offer .price {
  font-size: clamp(30px, 2.7vw, 40px);
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 0 0 10px;
  overflow-wrap: anywhere;
}
.offer-button {
  background: #f8eddf;
  width: 100%;
  margin-top: 8px;
}
.offer-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 12px;
  margin-block: 18px 24px;
}
.trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding: 55px 0 70px;
  border-top: 1px solid #ccd2c5;
}
.trust h2 {
  max-width: 520px;
}
.trust p {
  color: #526258;
}
.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.facts strong {
  display: block;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.05em;
}
.facts span {
  font-size: 16px;
  display: block;
  max-width: 220px;
}
.facts p {
  grid-column: 1/-1;
  margin: 4px 0 0;
  font-size: 16px;
}
.solutions {
  background: #203f32;
  color: #f5f3eb;
  padding: 65px 0;
}
.solutions > div > p:not(.eyebrow) {
  max-width: 690px;
  color: #d1dacd;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 42px;
}
.solution-grid article {
  border-top: 1px solid #627762;
  padding-top: 22px;
}
.solution-grid span {
  color: #bdcd9b;
  font-size: 16px;
}
.solution-grid h3 {
  margin: 20px 0 12px;
}
.solution-grid p {
  font-size: 16px;
  color: #d1dacd;
  max-width: 300px;
  margin-bottom: 0;
}
.finance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-block: 66px;
  border-bottom: 1px solid #ccd2c5;
}
.finance h2 {
  font-size: 30px;
  max-width: 430px;
}
.finance p {
  color: #526258;
  font-size: 18px;
}
.tags {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}
.tags li {
  border: 1px solid #b7bfac;
  border-radius: 30px;
  font-size: 18px;
  padding: 10px 16px;
}
.planning,
.callback {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  padding-block: 74px;
}
.section-intro h2 {
  font-size: 38px;
}
.section-intro p:not(.eyebrow) {
  color: #526258;
}
.small {
  font-size: 16px;
}
.form-card {
  border: 1px solid #d9ded2;
  background: #fffdf7;
  border-radius: 16px;
  padding: 36px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field {
  margin-bottom: 22px;
  min-width: 0;
}
label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 9px;
}
input,
select,
textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #adb9aa;
  border-radius: 8px;
  padding: 12px;
  color: #193d32;
  background: #fff;
  min-height: 56px;
  font-size: 18px;
}
textarea {
  resize: vertical;
}
input::placeholder {
  color: #687365;
  font-size: 16px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-height: 20px;
  accent-color: #204a38;
  flex-shrink: 0;
}
.ack {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  line-height: 1.5;
  padding-block: 8px;
}
.ack a {
  font-weight: 700;
  text-underline-offset: 3px;
}
.field small,
.form-help {
  font-size: 16px;
  color: #62705d;
  line-height: 1.5;
}
.field small {
  display: block;
  margin-top: 6px;
}
.form-help {
  margin: 0 0 18px;
}
fieldset {
  border: 0;
  border-top: 1px solid #d9ded2;
  padding: 22px 0 0;
  margin: 20px 0 0;
  min-width: 0;
}
legend {
  font-size: 16px;
  font-weight: 700;
  padding: 0 12px 0 0;
}
.inquiry-form > .button {
  width: 100%;
  margin-top: 6px;
}
.callback {
  border-top: 1px solid #ccd2c5;
}
.callback .form-grid .field:last-child {
  grid-column: 1/-1;
}
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding-block: 28px 40px;
  border-top: 1px solid #ccd2c5;
  font-size: 16px;
}
footer span {
  width: 100%;
  color: #62705d;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip {
  position: absolute;
  top: -100px;
  background: white;
  padding: 12px;
  z-index: 1;
}
.skip:focus {
  top: 8px;
  left: 8px;
}
.field-error {
  display: block;
  font-size: 16px;
  color: #a52b1a;
  margin-top: 6px;
}
.error-summary {
  border: 1px solid #bd5d41;
  background: #fff0e8;
  padding: 18px;
  margin-bottom: 22px;
  color: #7b2a19;
}
.error-summary ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.notice {
  margin-top: 24px;
  padding: 24px;
}
.success {
  background: #e4efda;
  border-left: 4px solid #335f32;
  padding: 24px;
}
.success p {
  margin: 10px 0 0;
}
[aria-invalid="true"] {
  border-color: #a52b1a;
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 30px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero .button {
    width: 100%;
  }
  .planning,
  .callback {
    gap: 32px;
    grid-template-columns: 1fr 1.25fr;
  }
  .trust,
  .finance {
    gap: 40px;
  }
  .form-card {
    padding: 24px;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .masthead {
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 24px;
  }
  .brand {
    gap: 16px;
  }
  .brand-logo {
    width: 64px;
  }
  .brand-caption {
    font-size: 18px;
  }
  .brand small {
    font-size: 14px;
  }
  .header-phone {
    font-size: 16px;
  }
  .header-phone span {
    font-size: 16px;
  }
  .hero {
    display: block;
    padding-block: 38px;
  }
  .hero .eyebrow {
    font-size: 14px;
    letter-spacing: 0.07em;
    max-width: 300px;
  }
  h1 {
    font-size: 40px;
    line-height: 1.06;
    margin-bottom: 22px;
  }
  .lead {
    font-size: 18px;
  }
  .hero-actions {
    margin-block: 24px 18px;
    gap: 10px;
  }
  .hero .direct {
    font-size: 16px;
  }
  .offer {
    margin-top: 38px;
    padding: 24px;
  }
  .offer .price {
    font-size: 32px;
  }
  .trust,
  .finance,
  .planning,
  .callback {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 40px;
  }
  .trust h2,
  h2,
  .section-intro h2 {
    font-size: 30px;
  }
  .facts strong {
    font-size: 52px;
  }
  .solutions {
    padding-block: 42px;
  }
  .solution-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 28px;
  }
  .solution-grid h3 {
    margin-top: 10px;
  }
  .solution-grid p {
    max-width: none;
  }
  .form-card {
    padding: 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-grid .field {
    margin-bottom: 22px;
  }
  .planning,
  .callback {
    width: calc(100% - 32px);
  }
  .section-intro {
    padding-inline: 4px;
  }
  .button {
    font-size: 16px;
  }
  footer {
    display: block;
  }
  footer > * {
    display: block;
    margin: 12px 0;
  }
  .notice {
    padding: 18px;
  }
  html {
    scroll-padding-top: 12px;
  }
}
@media (min-width: 801px) and (max-width: 1150px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
