:root {
  --ink: #202c26;
  --muted: #606a62;
  --green: #284c39;
  --green-hover: #183726;
  --paper: #f6f6f1;
  --line: #dce1d7;
  --accent: #e8c67c;
  --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; scrollbar-color: #8b978a var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 'Open Sans', sans-serif; }
body.modal-open { overflow: hidden; }
::selection { background: var(--accent); color: var(--ink); }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #b18430; outline-offset: 5px; }
svg { flex-shrink: 0; vertical-align: middle; }
h1, h2, h3, h4 { margin: 0; font-family: Montserrat, sans-serif; line-height: 1.25; text-wrap: balance; }
p { margin: 0; }
[hidden] { display: none !important; }
.container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.header__inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font: 750 18px Montserrat, sans-serif; }
.logo__mark { color: var(--green); }
.nav, .nav__list, .header__actions { display: flex; align-items: center; gap: 24px; }
.nav { flex: 1; justify-content: flex-end; }
.nav__list { padding: 0; margin: 0; list-style: none; gap: 20px; }
.nav__item { position: relative; }
.nav__link { display: flex; align-items: center; gap: 6px; padding-block: 20px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.nav__link:hover { color: var(--green); text-decoration: underline; }
.nav__sub { position: absolute; top: 100%; left: -16px; width: 235px; padding: 8px; margin: 0; list-style: none; background: white; border: 1px solid var(--line); border-radius: 10px; display: none; }
.has-sub:hover .nav__sub, .has-sub:focus-within .nav__sub { display: block; }
.nav__sub a { display: block; padding: 10px; font-size: 14px; border-radius: 6px; }
.nav__sub a:hover { background: var(--paper); }
.header__actions { gap: 8px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 14px 26px; border: 1px solid transparent; border-radius: 7px; font: 650 14px/1.4 Montserrat, sans-serif; text-align: center; transition: background-color .18s ease-out, color .18s ease-out, border-color .18s ease-out; }
.btn--primary { background: var(--green); color: white; }
.btn--primary:hover { background: var(--green-hover); }
.btn--ghost { background: transparent; color: var(--green); border-color: #aab7ab; }
.btn--ghost:hover { background: #e7ece4; }
.btn--outline { color: white; border-color: #899c8f; }
.btn--outline:hover { background: #385544; }
.btn--sm { min-height: 42px; padding: 10px 14px; font-size: 11px; }
.btn--wide { min-width: 240px; }
.btn:disabled { opacity: .5; cursor: not-allowed; }
.burger { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 6px; }
.burger span { display: block; height: 2px; background: var(--green); margin: 4px 0; }
.burger span:last-child { display: none; }
.hero { position: relative; overflow: hidden; background: #20382b; color: #fff; }
.hero__bg, .hero__overlay { display: none; }
.hero__container { position: relative; padding-block: 84px 70px; }
.hero__title { max-width: 900px; font-size: clamp(38px, 5.5vw, 72px); font-weight: 750; letter-spacing: -.035em; line-height: 1.08; }
.hero__separator { display: flex; align-items: center; gap: 14px; margin-block: 28px; width: 130px; color: var(--accent); }
.hero__separator > span:not(.hero__star) { height: 1px; background: currentColor; flex: 1; }
.hero__star { font-size: 16px; }
.hero__desc { color: #d1dbd1; max-width: 760px; font-size: 17px; line-height: 1.85; }
.hero__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 45px; border-top: 1px solid #506557; border-bottom: 1px solid #506557; }
.stat { display: flex; align-items: flex-start; gap: 12px; padding: 26px 22px; border-right: 1px solid #506557; }
.stat:first-child { padding-left: 0; }
.stat:last-child { border: 0; }
.stat__icon { color: var(--accent); margin-top: 3px; }
.stat__text { display: flex; flex-direction: column; gap: 10px; }
.stat__label { color: #c7d3c8; font-size: 12px; line-height: 1.5; }
.stat__val { font: 650 18px/1.5 Montserrat, sans-serif; font-variant-numeric: tabular-nums; }
.hero__buttons { display: flex; gap: 12px; margin-top: 34px; }
.hero .btn--primary { background: var(--accent); color: #263424; }
.hero .btn--primary:hover { background: #f3d99e; }
.section { padding-block: 92px; }
.section__header { margin-bottom: 38px; max-width: 820px; }
.section__title { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.025em; font-weight: 700; }
.section__subtitle { margin-top: 16px; color: var(--muted); max-width: 700px; }
.section__eyebrow { font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.advantages { background: #fff; }
.advantages__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 40px; }
.adv-card { border-top: 1px solid var(--line); padding-top: 24px; }
.adv-card__icon { color: var(--green); margin-bottom: 18px; }
.adv-card__title, .step__title { font-size: 18px; line-height: 1.45; margin-bottom: 12px; }
.adv-card__desc, .step__desc { color: var(--muted); font-size: 14px; line-height: 1.8; }
.cta-band { background: #fff; padding-bottom: 16px; }
.cta-band__inner { background: #e9eee5; border-radius: var(--radius); padding: 40px 46px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 56px; }
.cta-band__title { font-size: 28px; }
.cta-band__descr { grid-column: 1; margin-top: 12px; color: var(--muted); font-size: 14px; }
.cta-band__form { grid-column: 2; grid-row: 1 / 3; display: flex; align-items: end; gap: 12px; }
.cta-band__form .btn { min-width: 0; }
.field { display: flex; flex-direction: column; gap: 9px; min-width: 0; flex: 1; }
.field__label { font-weight: 600; font-size: 13px; }
.field input { width: 100%; min-width: 0; min-height: 54px; background: white; border: 1px solid #bbc5b9; border-radius: 7px; padding: 13px 16px; color: var(--ink); caret-color: var(--green); }
.field input::placeholder { color: #6b746c; opacity: 1; }
.field input:user-invalid { border-color: #a0362e; }
.field__hint { font-size: 12px; color: var(--muted); }
.conditions__sub { font-size: 22px; margin-bottom: 22px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.compare { border-collapse: collapse; width: 100%; font-size: 14px; text-align: left; }
.compare th { background: #e7ece3; color: var(--green); font-weight: 700; }
.compare td, .compare th { padding: 19px 24px; vertical-align: top; border-bottom: 1px solid var(--line); }
.compare tr:last-child td { border-bottom: 0; }
.compare td:first-child { width: 23%; font-weight: 600; }
.compare td:not(:first-child) { width: 38.5%; }
.conditions__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 36px; }
.benefits { padding: 32px; background: white; border-radius: var(--radius); }
.benefits--accent { background: #e9eee5; }
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li { position: relative; padding: 10px 0 10px 27px; font-size: 14px; }
.checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.issues { margin-top: 40px; }
.issues__grid { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 30px; }
.issues__grid li { padding: 18px 0; border-bottom: 1px solid var(--line); display: flex; gap: 14px; font-size: 14px; }
.issues__num { font-weight: 600; color: var(--muted); font-variant-numeric: tabular-nums; }
.directions { background: #fff; }
.directions__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.direction { border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; display: flex; flex-direction: column; }
.direction__tag { color: var(--green); font-size: 12px; font-weight: 700; margin-bottom: 18px; }
.direction__title { font-size: 23px; line-height: 1.4; margin-bottom: 18px; }
.direction__desc { color: var(--muted); font-size: 14px; line-height: 1.9; margin-bottom: 28px; }
.direction__foot { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.direction__price { display: block; font: 700 22px Montserrat, sans-serif; margin-bottom: 20px; }
.direction__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.directions__note, .record__note { margin-top: 22px; color: var(--muted); font-size: 13px; }
.steps__grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }
.step { border-top: 1px solid #bac5b5; padding-top: 20px; }
.step__num { color: var(--green); font: 500 36px Montserrat, sans-serif; margin-bottom: 22px; }
.steps__note { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; max-width: 840px; }
.steps__cta { margin-top: 24px; }
.record { background: #fff; }
.record__general { padding-bottom: 30px; max-width: 840px; }
.record__general-title { font-size: 20px; margin-bottom: 12px; }
.record__general p { font-size: 14px; color: var(--muted); }
.record__cats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.record__cat { display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); }
.record__mark { font-size: 23px; margin-bottom: 15px; }
.record__cat h4 { font-size: 18px; margin-bottom: 12px; }
.record__cat p { font-size: 14px; color: var(--muted); margin-bottom: 20px; }
.record__badge { margin-top: auto; border-radius: 5px; padding: 4px 9px; font-size: 12px; font-weight: 600; }
.record__badge--ok { background: #e5eee0; color: #34522c; }
.record__badge--warn { background: #fbefce; color: #765515; }
.record__badge--no { background: #f7e4df; color: #87392e; }
.apply__card { background: #fff; padding: 48px; border-radius: var(--radius); }
.apply__head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.apply__title { font-size: 36px; letter-spacing: -.025em; }
.apply__alt { max-width: 310px; color: var(--green); font-size: 13px; text-decoration: underline; }
.apply__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.apply__messa { margin-top: 26px; }
.mess-contacts { display: flex; gap: 10px; flex-wrap: wrap; }
.mess-contacts__btn { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); padding: 10px 16px; border-radius: 6px; font-size: 13px; min-height: 44px; }
.mess-contacts__btn:hover { background: var(--paper); }
.apply__consent { display: grid; gap: 12px; margin-block: 28px; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; color: var(--muted); cursor: pointer; }
.checkbox input { width: 18px; height: 18px; flex-shrink: 0; margin: 2px 0 0; accent-color: var(--green); }
.apply__success, .form-notice { margin-top: 18px; font-size: 14px; color: var(--green); }
.footer { background: #1e3026; color: #e4e9e1; }
.footer__inner { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 30px; padding-block: 56px; }
.logo--white .logo__mark { color: var(--accent); }
.footer__desc { font-size: 12px; color: #becbbe; margin-top: 20px; }
.footer__col h4 { font-size: 12px; margin-bottom: 20px; }
.footer__col ul { list-style: none; margin: 0; padding: 0; }
.footer__col li { font-size: 12px; color: #becbbe; margin-bottom: 12px; }
.footer__col a:hover { color: #fff; text-decoration: underline; }
.footer__bottom { border-top: 1px solid #465749; padding-block: 22px; color: #becbbe; font-size: 11px; }
.popup { position: fixed; inset: 0; z-index: 60; display: none; place-items: center; padding: 24px; }
.popup[aria-hidden='false'] { display: grid; }
.popup__backdrop { position: absolute; inset: 0; background: #132017b8; }
.popup__dialog { position: relative; width: min(100%, 520px); max-height: calc(100dvh - 48px); overflow-y: auto; background: #fff; border-radius: var(--radius); padding: 40px; box-shadow: 0 24px 80px #0a160f40; }
.popup__close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--muted); }
.popup__close:hover { color: var(--ink); background: var(--paper); border-radius: 6px; }
.popup__title { font-size: 28px; padding-right: 18px; }
.popup__descr { color: var(--muted); font-size: 14px; margin: 16px 0 26px; }
.popup .btn { width: 100%; }
@media (max-width: 1150px) {
  .container { width: calc(100% - 48px); }
  .header__inner { min-height: 76px; }
  .burger { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 24px; background: #fff; border-bottom: 1px solid var(--line); max-height: calc(100dvh - 76px); overflow-y: auto; }
  .nav.is-open { display: flex; align-items: stretch; flex-direction: column; }
  .nav__list { align-items: stretch; flex-direction: column; gap: 0; }
  .nav__link { padding-block: 12px; }
  .nav__sub { position: static; width: auto; border: 0; display: block; padding: 0 0 0 12px; }
  .nav__sub a { padding-block: 8px; color: var(--muted); }
  .nav__caret { display: none; }
  .stat { padding-inline: 16px; gap: 8px; }
  .stat__val { font-size: 16px; }
  .cta-band__inner { display: block; }
  .cta-band__form { margin-top: 24px; max-width: 650px; }
  .footer__inner { grid-template-columns: repeat(4, 1fr); }
  .footer__col:first-child { grid-column: 1 / -1; max-width: 420px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 90px; }
  .hero__container { padding-block: 52px; }
  .hero__title { max-width: 600px; }
  .hero__desc { font-size: 15px; }
  .hero__cards { grid-template-columns: 1fr 1fr; margin-top: 30px; }
  .stat { padding: 20px 12px; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid #506557; }
  .stat:nth-child(3) { padding-left: 0; }
  .section { padding-block: 60px; }
  .section__header { margin-bottom: 30px; }
  .advantages__grid, .steps__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .conditions__cols, .directions__grid, .record__cats { grid-template-columns: 1fr; }
  .issues__grid { grid-template-columns: 1fr 1fr; }
  .compare { min-width: 630px; }
  .cta-band__inner, .apply__card { padding: 30px; }
  .apply__head { display: block; }
  .apply__alt { display: inline-block; margin-top: 16px; }
  .apply__grid { grid-template-columns: 1fr; gap: 20px; }
  .apply__title { font-size: 30px; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 480px) {
  .container { width: calc(100% - 36px); }
  .header__inner { min-height: 70px; }
  .logo { font-size: 16px; }
  .header__actions { flex-direction: column; align-items: stretch; }
  .hero__title { font-size: 38px; }
  .hero__buttons { flex-direction: column; }
  .stat { flex-direction: column; gap: 10px; }
  .stat__val { font-size: 15px; }
  .stat__text { gap: 8px; }
  .advantages__grid, .steps__grid, .issues__grid { grid-template-columns: 1fr; }
  .cta-band__inner, .apply__card, .benefits, .direction { padding: 24px; }
  .cta-band__form { flex-direction: column; align-items: stretch; }
  .cta-band__title { font-size: 24px; }
  .direction__actions { flex-direction: column; }
  .direction__title { font-size: 21px; }
  .btn--wide { width: 100%; min-width: 0; }
  .mess-contacts__btn { padding-inline: 10px; }
  .popup { padding: 12px; }
  .popup__dialog { padding: 32px 22px; max-height: calc(100dvh - 24px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Editorial imagery — locally stored, with responsive crops. */
.hero__bg { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.hero__overlay { display: block; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19, 38, 26, .94) 0%, rgba(19, 38, 26, .8) 35%, rgba(19, 38, 26, .15) 78%), linear-gradient(0deg, #20382b 0%, transparent 50%); }
.hero__title { max-width: 770px; }
.hero__desc { max-width: 650px; color: #edf1e9; }
.hero__cards { background: rgba(26, 48, 33, .92); }
.stat:first-child { padding-left: 20px; }
.direction { overflow: hidden; }
.direction__image { display: block; width: calc(100% + 68px); max-width: none; height: 250px; object-fit: cover; margin: -34px -34px 28px; }
.steps__visual { position: relative; margin: 0 0 44px; border-radius: var(--radius); overflow: hidden; }
.steps__visual img { display: block; width: 100%; height: 430px; object-fit: cover; object-position: center 48%; }
.steps__visual figcaption { position: absolute; bottom: 0; left: 0; padding: 12px 20px; color: #fff; background: #20382b; font-size: 12px; border-top-right-radius: 8px; }
.footer__image-note { margin-top: 8px; }
@media (max-width: 760px) {
  .hero__bg { height: 460px; object-position: 67% center; }
  .hero__overlay { background: linear-gradient(0deg, #20382b 0%, #20382b 30%, rgba(19, 38, 26, .5) 75%, rgba(19, 38, 26, .5) 100%); }
  .hero__title { max-width: 570px; }
  .hero__cards { background: #20382b; }
  .stat:nth-child(3) { padding-left: 20px; }
  .steps__visual img { height: 330px; }
}
@media (max-width: 480px) {
  .hero__bg { height: 350px; object-position: 72% center; }
  .hero__overlay { background: linear-gradient(0deg, #20382b 0%, #20382b 53%, rgba(19, 38, 26, .3) 85%, rgba(19, 38, 26, .38) 100%); }
  .hero__container { padding-top: 190px; }
  .hero__title { font-size: 36px; }
  .direction__image { width: calc(100% + 48px); margin: -24px -24px 24px; height: 210px; }
  .steps__visual img { height: 260px; object-position: 40% center; }
  .steps__visual figcaption { font-size: 10px; padding: 10px 12px; }
}
@media (min-width: 481px) and (max-width: 760px) {
  .hero__overlay { background: linear-gradient(180deg, rgba(19, 38, 26, .65), rgba(19, 38, 26, .7) 250px, #20382b 460px); }
}
@media (max-width: 480px) {
  .hero__overlay { background: linear-gradient(180deg, rgba(19, 38, 26, .22), rgba(19, 38, 26, .28) 150px, #20382b 350px); }
}

/* Font Awesome Free — self-hosted solid and brand icon fonts. */
.logo__mark i { font-size: 25px; }
.stat__icon i { font-size: 21px; width: 24px; text-align: center; }
.adv-card__icon i { font-size: 26px; }
.nav__caret { font-size: 11px; }
.mess-contacts__btn i { font-size: 18px; }
.apply__alt i { margin-left: 5px; }
.popup__close i { font-size: 22px; }
.record__cat--ok .record__mark { color: #34522c; }
.record__cat--warn .record__mark { color: #886318; }
.record__cat--no .record__mark { color: #a03f34; }
.checklist li::before { content: '\f00c'; font-family: 'Font Awesome 7 Free'; font-weight: 900; }

/* Sunny reference imagery: protect the copy, preserve color on the subject. */
.hero__bg { object-position: center 35%; }
.hero__overlay { background: linear-gradient(90deg, rgba(16, 32, 23, .91), rgba(16, 32, 23, .77) 38%, rgba(16, 32, 23, .07) 76%), linear-gradient(0deg, #20382b, transparent 48%); }
.direction__image { object-position: center 35%; }
.steps__visual img { height: auto; aspect-ratio: 2.5; object-position: center 35%; }
@media (min-width: 481px) and (max-width: 760px) {
  .hero__bg { object-position: 72% top; }
  .hero__overlay { background: linear-gradient(180deg, rgba(19, 38, 26, .6), rgba(19, 38, 26, .72) 250px, #20382b 460px); }
  .steps__visual img { aspect-ratio: 1.8; }
}
@media (max-width: 480px) {
  .hero__bg { object-position: 82% top; }
  .hero__overlay { background: linear-gradient(180deg, rgba(19, 38, 26, .03), rgba(19, 38, 26, .1) 130px, #20382b 350px); }
  .steps__visual img { aspect-ratio: 1.3; object-position: 42% center; }
}
