:root {
  --navy: #062b4f;
  --navy-2: #031d37;
  --teal: #12b8aa;
  --teal-dark: #078f84;
  --mint: #e9f8f6;
  --ink: #082540;
  --muted: #5d7285;
  --line: #d9e6eb;
  --soft: #f5fafb;
  --shadow: 0 16px 42px rgba(8, 43, 71, .09);
  --container: 1220px;
}

body { font-size: 17px; line-height: 1.6; background: #fff; }
a, button, input, select, textarea { transition: color .2s, background-color .2s, border-color .2s, box-shadow .2s, transform .2s; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(18, 184, 170, .28); outline-offset: 3px; }

.header__inner { min-height: 82px; gap: 32px; }
.brand { gap: 11px; }
.brand__mark { width: 40px; height: 40px; font-size: 31px; }
.brand strong { font-size: 18px; }
.brand small { margin-top: 5px; color: #61778a; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.nav { gap: 28px; }
.nav a { font-size: 15px; font-weight: 750; }
.header__phone strong { font-size: 15px; }
.header__phone small { font-size: 12px; }
.header__phone > span { font-size: 20px; }

.button { min-height: 50px; border-radius: 10px; font-size: 15px; box-shadow: 0 10px 22px rgba(18, 184, 170, .18); }
.button--small { min-height: 44px; font-size: 14px; }
.eyebrow { margin-bottom: 12px; font-size: 13px; letter-spacing: .105em; }
h1 { max-width: 640px; margin-bottom: 22px; font-size: clamp(46px, 4.05vw, 52px); line-height: 1.06; letter-spacing: -.047em; white-space: nowrap; }
h1 span { display: block; color: var(--navy); }
h2 { font-size: clamp(36px, 3.7vw, 50px); letter-spacing: -.04em; }
.lead { font-size: 19px; line-height: 1.6; }

.hero { position: relative; padding: 38px 0 0; background: radial-gradient(circle at 86% 30%, rgba(18, 184, 170, .1), transparent 30%), linear-gradient(180deg, #fff 0%, #f6fbfc 100%); }
.hero__grid { min-height: 530px; grid-template-columns: .96fr 1.04fr; gap: 34px; }
.hero__lead { max-width: 620px; margin-bottom: 25px; font-size: 18px; line-height: 1.62; }
.hero__actions { gap: 14px; }
.hero__note { margin-top: 20px; gap: 14px 18px; font-size: 14px; }
.hero__media { min-height: 500px; border-radius: 24px; box-shadow: 0 22px 60px rgba(6, 43, 79, .13); }
.hero__media img { object-position: center; }
.hero__media::after { background: linear-gradient(180deg, transparent 62%, rgba(2, 25, 46, .15)); }
.hero__badge { right: 18px; bottom: 18px; min-width: 285px; padding: 13px 15px; border: 1px solid rgba(0, 0, 0, .06); border-radius: 16px; color: #111; background: rgba(255, 255, 255, .96); }
.yandex-rating { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 11px; }
.yandex-mark { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; background: #fc3f1d; color: #fff; font-family: Arial, sans-serif; font-size: 25px; font-style: normal; font-weight: 900; line-height: 1; }
.yandex-mark--small { width: 34px !important; height: 34px !important; border-radius: 9px !important; font-size: 20px !important; }
.yandex-rating__score { display: grid; align-content: center; line-height: 1; }
.yandex-rating__score strong { color: #111 !important; font-size: 27px !important; }
.yandex-rating__score i { margin-top: 4px; color: #ffb900; font-size: 12px; font-style: normal; letter-spacing: 0; }
.yandex-rating__label { padding-left: 11px; border-left: 1px solid #e4e4e4; color: #5f6368 !important; font-size: 12px !important; line-height: 1.3 !important; }
.yandex-rating__label b { color: #111; font-weight: 800; }

.feature-row { margin-top: 20px; border-radius: 15px; box-shadow: 0 12px 34px rgba(9, 45, 72, .075); }
.feature { padding: 20px 18px; }
.feature__icon { width: 42px; height: 42px; flex-basis: 42px; }
.feature strong { font-size: 14px; line-height: 1.25; }
.feature small { margin-top: 5px; font-size: 12px; line-height: 1.35; }
.stats { margin-top: 18px; padding: 20px 22px; border-radius: 14px; }
.stats div { min-height: 50px; padding: 3px 20px; }
.stats strong { font-size: 20px; }
.stats span { font-size: 12px; line-height: 1.35; }
.stats__yandex { display: grid !important; grid-template-columns: auto auto 1fr !important; column-gap: 10px !important; }
.stats__yandex .yandex-mark, .stats__yandex strong, .stats__yandex > span:last-child { grid-row: 1; align-self: center; }

.section { padding: 82px 0; }
.section-head { margin-bottom: 30px; }
.section-head p { font-size: 16px; line-height: 1.6; }
.service-grid { gap: 16px; }
.service-card { position: relative; overflow: visible; display: flex; flex-direction: column; border-radius: 14px; background: #fff; }
.service-card > img { width: 100%; height: auto; aspect-ratio: 1.95 / 1; border-radius: 13px 13px 0 0; object-fit: cover; object-position: center top; }
.service-card__body { display: flex; flex: 1; flex-direction: column; padding: 16px 16px 15px; }
.service-card h3 { margin-bottom: 6px; font-size: 19px; }
.service-card p { min-height: 40px; margin-bottom: 8px; font-size: 13px; line-height: 1.45; }
.service-card__advantages { display: grid; gap: 2px; margin: 0 0 10px; }
.service-card__advantage { position: relative; margin: 0; }
.service-card__advantage summary { display: grid; grid-template-columns: 16px minmax(0, 1fr) 18px; gap: 5px; align-items: center; min-height: 28px; padding: 2px 4px 2px 0; border-radius: 8px; color: var(--teal-dark); font-size: 10.5px; line-height: 1.2; list-style: none; cursor: pointer; }
.service-card__advantage summary::-webkit-details-marker { display: none; }
.service-card__advantage summary:hover, .service-card__advantage[open] summary { background: var(--mint); }
.service-card__advantage-check { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--mint); font-size: 10px; font-weight: 900; }
.service-card__advantage[open] .service-card__advantage-check { background: var(--teal); color: #fff; }
.service-card__advantage-help { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid #9bd6d1; border-radius: 50%; background: #fff; font-size: 10px; font-weight: 950; }
.service-card__advantage-popover { position: absolute; z-index: 20; left: 0; bottom: calc(100% + 8px); width: min(310px, calc(100vw - 52px)); padding: 13px 14px; border: 1px solid #b9dfdc; border-radius: 11px; background: #fff; color: var(--ink); box-shadow: 0 14px 35px rgba(5, 39, 65, .18); font-size: 12px; line-height: 1.5; }
.service-card__advantage-popover::after { content: ""; position: absolute; left: 18px; bottom: -6px; width: 10px; height: 10px; border-right: 1px solid #b9dfdc; border-bottom: 1px solid #b9dfdc; background: #fff; transform: rotate(45deg); }
.service-card:has(.service-card__advantage[open]) { z-index: 25; }
.service-card__foot { margin-top: auto; }
.service-card__foot strong { font-size: 17px; }
.service-card__foot a { padding: 9px 14px; font-size: 13px; }
.service-help { padding: 22px 24px; }
.service-help > span { font-size: 16px; }
.service-help p { font-size: 14px; }

.quiz-intro > p { font-size: 18px; }
.quiz { padding: 32px; }
.quiz__top { font-size: 13px; }
.quiz-step legend { font-size: 30px; }
.quiz-step > p { font-size: 15px; }
.choice span { min-height: 60px; font-size: 15px; }
.field > span { font-size: 13px; }
.field input, .field select, .field textarea { padding: 14px 15px; font-size: 16px; }
.consent { font-size: 12px; }
.estimate-card > img { height: 230px; }
.estimate-card__body { padding: 28px; }
.estimate-card li { font-size: 14px; }
.estimate-card__rating span { font-size: 12px; }

.reviews-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; }
.review { padding: 24px; }
.review p { min-height: 120px; font-size: 15px; line-height: 1.6; }
.review footer strong { font-size: 14px; }
.review footer span { font-size: 12px; }
.rating-card { position: relative; overflow: hidden; display: block; padding: 26px; border: 1px solid #efd76f; background: linear-gradient(145deg, #fff 0%, #fff9d9 100%); color: #111; box-shadow: 0 18px 40px rgba(77, 62, 0, .10); }
.rating-card::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 150px; height: 150px; border-radius: 50%; background: rgba(255, 214, 0, .28); }
.rating-card__head { display: flex; align-items: center; gap: 12px; }
.rating-card__head > div { display: grid; }
.rating-card__head strong { font-size: 18px; }
.rating-card__head span { color: #6c7074; font-size: 12px; }
.rating-card__score { display: flex; align-items: center; gap: 17px; margin: 28px 0 18px; }
.rating-card__score > strong { font-size: 64px; line-height: .9; letter-spacing: -.055em; }
.rating-card__score .stars { font-size: 17px; line-height: 1; }
.rating-card__score span { display: block; margin-top: 7px; color: #666; font-size: 12px; }
.rating-card p { position: relative; z-index: 1; color: #4f5559; font-size: 14px; line-height: 1.55; }
.rating-card a { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding: 13px 15px; border-radius: 10px; background: #ffdc00; color: #111; font-size: 13px; font-weight: 900; }
.rating-card a:hover { background: #f3ca00; transform: translateY(-2px); }

.benefits-layout { gap: 44px; }
.benefit-grid h3 { font-size: 16px; }
.benefit-grid p { font-size: 13px; line-height: 1.45; }
.benefit-grid article > span { width: 46px; height: 46px; }
.benefits-photo { height: 520px; }
.benefits-photo img { object-position: 64% center; }
.benefits-photo > span { font-size: 14px; }
.cleaner-trust { display: grid; grid-template-columns: .78fr 1.22fr; gap: 38px; align-items: center; margin-top: 34px; padding: 28px 30px; border: 1px solid #c9e5e3; border-radius: 18px; background: linear-gradient(135deg, #fff 0%, var(--mint) 100%); box-shadow: 0 14px 38px rgba(8, 43, 71, .07); }
.cleaner-trust__intro .eyebrow { margin-bottom: 6px; }
.cleaner-trust__intro h3 { margin-bottom: 8px; font-size: 25px; letter-spacing: -.025em; }
.cleaner-trust__intro p { margin: 0; color: var(--muted); font-size: 13px; }
.cleaner-trust__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cleaner-trust__steps article { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 15px; border: 1px solid rgba(7, 143, 132, .13); border-radius: 13px; background: rgba(255, 255, 255, .8); }
.cleaner-trust__steps article > span { color: var(--teal-dark); font-size: 11px; font-weight: 950; }
.cleaner-trust__steps strong { display: block; margin-bottom: 5px; font-size: 13px; line-height: 1.3; }
.cleaner-trust__steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.process-grid article { padding: 24px; }
.process-grid h3 { font-size: 18px; }
.process-grid p { font-size: 14px; line-height: 1.5; }
.dark-cta strong { font-size: 18px; }
.dark-cta small { font-size: 13px; }

.contact-form { padding: 30px; }
.contact-card > img { height: 220px; object-position: center; }
.contact-card h3 { font-size: 24px; }
.contact-card p { font-size: 14px; }
.contact-card__body > a, .contact-card__body > .contact-email { font-size: 15px; }
.contact-card__body > .contact-email { display: block; margin: 8px 0; font-weight: 800; }
.messenger-links { display: grid; gap: 10px; margin-top: 18px; }
.messenger-link { display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 9px 15px 9px 10px; border-radius: 12px; color: #fff; font-weight: 800; box-shadow: 0 10px 24px rgba(0, 0, 0, .15); }
.messenger-link img { flex: 0 0 36px; width: 36px; height: 36px; border: 2px solid rgba(255, 255, 255, .75); border-radius: 50%; }
.messenger-link span { display: grid; line-height: 1.2; }
.messenger-link strong { font-size: 14px; }
.messenger-link small { margin-top: 3px; color: rgba(255, 255, 255, .78); font-size: 10px; font-weight: 650; }
.messenger-link--telegram { background: #229ed9; }
.messenger-link--telegram:hover { background: #168ac2; color: #fff; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(34, 158, 217, .25); }
.form-assurances { font-size: 12px; }
.footer__top > div:first-child p { font-size: 13px; }
.footer__top a, .footer__top span { font-size: 13px; }
.footer__bottom { font-size: 11px; }

@media (max-width: 1040px) {
  h1 { font-size: 48px; white-space: normal; }
  .hero__grid { grid-template-columns: 1fr 1fr; }
  .hero__media { min-height: 460px; }
  .reviews-layout { grid-template-columns: 1fr; }
  .rating-card__score { margin: 22px 0; }
  .benefits-photo { height: 430px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .header__inner { min-height: 68px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 11px; }
  .hero { padding-top: 25px; }
  .hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 24px; }
  .hero__content { order: -1; }
  .hero__media { order: initial; min-height: 310px; border-radius: 18px; }
  .hero__media img { object-position: 62% center; }
  .hero__badge { right: 12px; bottom: 12px; width: calc(100% - 24px); min-width: 0; grid-template-columns: auto auto 1fr; }
  .yandex-rating__label { font-size: 11px !important; }
  h1 { font-size: clamp(38px, 11vw, 48px); line-height: 1.05; white-space: normal; }
  .hero__lead { font-size: 17px; }
  .hero__note { font-size: 13px; }
  .section { padding: 64px 0; }
  .feature small, .stats span { font-size: 12px; }
  .service-card > img { height: auto; }
  .service-card h3 { font-size: 19px; }
  .service-card p { font-size: 14px; }
  .quiz { padding: 22px; }
  .quiz-step legend { font-size: 26px; }
  .review p { font-size: 14px; }
  .rating-card__score > strong { font-size: 58px; }
  .benefits-photo { height: 340px; }
  .footer__top a, .footer__top span { font-size: 13px; }
}

@media (max-width: 420px) {
  h1 { font-size: 38px; }
  h2 { font-size: 34px; }
  .hero__media { min-height: 270px; }
  .hero__badge { gap: 8px; padding: 10px; }
  .yandex-mark { width: 38px; height: 38px; font-size: 22px; }
  .yandex-rating__score strong { font-size: 24px !important; }
  .yandex-rating__label { padding-left: 8px; }
  .rating-card { padding: 22px; }
}

/* Conversion and mobile polish v3 */
.header__channels { display: grid; gap: 3px; }
.header__email { padding-left: 27px; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.2; }
.email-copy { cursor: text; user-select: text; }
.mobile-contact-bar { display: none; }

.section { padding: 72px 0; }
.yandex-mark,
.yandex-mark--small {
  display: inline-grid;
  place-items: center;
  width: 30px !important;
  height: 42px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fc3f1d !important;
  font-family: Arial, sans-serif;
  font-size: 34px !important;
  font-weight: 900;
  line-height: 1;
}
.yandex-mark--small { width: 24px !important; height: 34px !important; font-size: 27px !important; }
.hero__badge { min-width: 270px; }
.stats__yandex { grid-template-columns: 26px auto 1fr !important; }

.service-card__foot button {
  padding: 9px 12px;
  border: 1px solid var(--teal);
  border-radius: 8px;
  background: #fff;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}
.service-card__foot button:hover { background: var(--teal); color: #fff; }
.service-help button { border: 0; }

.choice span i { display: grid; place-items: center; width: 24px; margin-right: 8px; color: var(--teal-dark); font-size: 18px; font-style: normal; }
.choice-grid--object .choice span::before { display: none; }
.choice-grid--object .choice span { padding-inline: 18px; }
.area-picker { display: grid; gap: 18px; max-width: 680px; margin-top: 24px; }
.area-picker__value { display: flex; align-items: baseline; gap: 8px; }
.area-picker__value strong { font-size: 52px; line-height: 1; letter-spacing: -.04em; }
.area-picker__value span { color: var(--muted); font-size: 20px; font-weight: 800; }
.area-picker input[type="range"] { width: 100%; accent-color: var(--teal); cursor: pointer; }
.area-picker__scale { display: flex; justify-content: space-between; margin-top: -12px; color: var(--muted); font-size: 12px; }
.area-picker__manual { grid-template-columns: auto minmax(120px, 190px); align-items: center; justify-content: start; }
.area-picker__manual input { min-width: 0; }

.reviews-headline { display: grid; grid-template-columns: 1fr 360px; align-items: stretch; gap: 28px; }
.reviews-headline > div { align-self: center; }
.reviews-headline > div > p { max-width: 650px; margin: 0; color: var(--muted); }
.rating-card { min-height: 0; padding: 22px 24px; }
.rating-card__head { gap: 9px; }
.rating-card__score { margin: 18px 0 8px; }
.rating-card__score > strong { font-size: 54px; }
.rating-card a { margin-top: 16px; }
.reviews-slider { position: relative; margin-top: 28px; }
.reviews-slider__controls { display: flex; justify-content: flex-end; gap: 8px; margin-bottom: 12px; }
.reviews-slider__controls button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); font-size: 19px; font-weight: 900; }
.reviews-slider__controls button:hover { border-color: var(--teal); background: var(--mint); color: var(--teal-dark); }
.reviews-slider__viewport { overflow: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.review-track { display: flex; gap: 16px; }
.review { flex: 0 0 calc((100% - 32px) / 3); scroll-snap-align: start; }
.review p { min-height: 128px; }

.chemistry-section { color: #fff; background: var(--navy); }
.chemistry-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.chemistry-card h2 { color: #fff; }
.chemistry-card__intro > p { max-width: 570px; color: #c5d6e1; font-size: 17px; }
.chemistry-brands { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.chemistry-brands span { padding: 9px 13px; border: 1px solid rgba(96, 222, 210, .38); border-radius: 999px; background: rgba(255, 255, 255, .06); color: #89e5dc; font-size: 12px; font-weight: 900; }
.chemistry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.chemistry-grid article { padding: 21px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 15px; background: rgba(255, 255, 255, .055); }
.chemistry-grid article > span { color: #61ded2; font-size: 12px; font-weight: 950; }
.chemistry-grid h3 { margin: 9px 0 7px; color: #fff; font-size: 17px; }
.chemistry-grid p { margin: 0; color: #b8cbd8; font-size: 13px; line-height: 1.5; }

.contact-layout { grid-template-columns: 1.05fr .95fr; align-items: stretch; }
.contact-card > img { height: 240px; }
.contact-card__body { padding: 28px; }

.lead-modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; }
.lead-modal__backdrop { position: absolute; inset: 0; background: rgba(3, 24, 43, .72); backdrop-filter: blur(7px); }
.lead-modal__dialog { position: relative; z-index: 1; width: min(520px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 34px; border-radius: 22px; background: #fff; box-shadow: 0 28px 80px rgba(1, 20, 38, .3); }
.lead-modal__dialog h2 { margin-bottom: 12px; font-size: 38px; }
.lead-modal__dialog > p { margin-bottom: 23px; color: var(--muted); font-size: 15px; }
.lead-modal__close { position: absolute; top: 12px; right: 12px; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef7f7; color: var(--navy); font-size: 26px; line-height: 1; }
.lead-modal__dialog > .eyebrow { padding-right: 44px; }
.lead-modal__service { display: inline-flex; align-items: center; max-width: 100%; margin: 0 0 15px; padding: 9px 13px; border: 1px solid #bce5e1; border-radius: 10px; background: var(--mint); color: var(--teal-dark); font-size: 13px; font-weight: 850; line-height: 1.35; }
.lead-modal__form { display: grid; gap: 14px; }
.lead-modal__form .consent { margin-top: 2px; }
.lead-modal__form .button { margin-top: 3px; }
body.modal-open { overflow: hidden; }

@media (max-width: 1040px) {
  .reviews-headline { grid-template-columns: 1fr 320px; }
  .review { flex-basis: calc((100% - 16px) / 2); }
  .chemistry-card { grid-template-columns: 1fr; gap: 30px; }
  .cleaner-trust { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 122px; }
  .header__inner { min-height: 66px; }
  .header__channels, .header__contact > .button { display: none; }
  .mobile-contact-bar { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 7px 14px 9px; border-top: 1px solid var(--line); background: #fff; }
  .mobile-contact-bar > a:not(.mobile-contact-call), .mobile-contact-bar > .mobile-contact-email { display: grid; min-width: 0; line-height: 1.12; }
  .mobile-contact-bar strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-contact-bar small { margin-top: 3px; color: var(--muted); font-size: 8px; }
  .mobile-contact-call { padding: 8px 11px; border-radius: 8px; background: var(--teal); color: #fff; font-size: 10px; font-weight: 900; }
  .mobile-nav { top: 111px; }
  .section { padding: 50px 0; }
  .feature { padding: 17px 15px; }
  .service-grid { gap: 12px; }
  .service-card > img { height: auto; aspect-ratio: 2.05 / 1; }
  .service-card__body { padding: 15px; }
  .service-card p { min-height: 0; margin-bottom: 8px; }
  .service-card__advantage summary { min-height: 32px; font-size: 11px; }
  .service-card__foot { align-items: flex-end; }
  .service-card__foot button { max-width: 145px; padding: 8px 9px; font-size: 11px; }
  .quiz { min-height: 0; }
  .choice-grid--object { grid-template-columns: 1fr 1fr; }
  .choice-grid--object .choice span { min-height: 68px; padding: 10px; font-size: 13px; }
  .choice span i { margin-right: 5px; }
  .area-picker__value strong { font-size: 44px; }
  .reviews-headline { grid-template-columns: 1fr; }
  .rating-card { min-height: 0; }
  .reviews-slider__controls { justify-content: flex-start; }
  .reviews-slider__viewport { overflow-x: auto; scrollbar-width: none; }
  .reviews-slider__viewport::-webkit-scrollbar { display: none; }
  .review { flex-basis: 88%; }
  .review p { min-height: 142px; }
  .chemistry-grid { grid-template-columns: 1fr; }
  .chemistry-card__intro > p { font-size: 15px; }
  .cleaner-trust { margin-top: 24px; padding: 22px 18px; }
  .cleaner-trust__intro h3 { font-size: 22px; }
  .cleaner-trust__steps { grid-template-columns: 1fr; }
  .cleaner-trust__steps article { padding: 14px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-form { padding: 20px; }
  .lead-modal__dialog { padding: 28px 20px 22px; border-radius: 18px; }
  .lead-modal__dialog h2 { font-size: 32px; }
}

@media (max-width: 420px) {
  .mobile-contact-bar { grid-template-columns: 105px minmax(0, 1fr) auto; }
  .choice-grid--object { grid-template-columns: 1fr; }
  .service-card__foot { flex-wrap: wrap; }
  .service-card__foot button { max-width: none; }
  .review { flex-basis: 94%; }
}
