@font-face {
  font-family: "Manrope";
  src: url("public/assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  src: url("public/assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Onest";
  src: url("public/assets/fonts/onest-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 500;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Onest";
  src: url("public/assets/fonts/onest-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --green: #2d855f;
  --ink: #202826;
  --line: rgba(39, 66, 55, 0.1);
  --content-left: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: #fcfdfb; font-family: "Onest", Arial, sans-serif; line-height: 1.34; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.page-loader { position: fixed; z-index: 1000; inset: 0; display: grid; place-content: center; gap: 18px; background: #fcfdfb; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .35s ease, visibility 0s linear .35s; }
.is-loading { overflow: hidden; }
.is-loading .page-loader { opacity: 1; visibility: visible; pointer-events: auto; transition: none; }
.page-loader__logo { display: inline-flex; align-items: baseline; justify-content: center; gap: 7px; color: var(--ink); font-family: "Manrope", Arial, sans-serif; font-size: 28px; font-weight: 600; letter-spacing: -1.4px; }
.page-loader__logo-name > span { color: var(--green); }
.page-loader__logo > small { color: #59635e; font-family: "Onest", Arial, sans-serif; font-size: 10px; font-weight: 400; line-height: 1; letter-spacing: .4px; }

.hero {
  position: relative;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  background-color: #fcfdfb;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 70px;
  position: fixed;
  top: 25px;
  left: 50px;
  right: 50px;
  margin: 0;
  padding: 0 28px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(25, 42, 34, 0.08);
  z-index: 20;
}
.brand { display: inline-flex; align-items: baseline; gap: 6px; font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -1px; }
.brand__name > span, h1 span { color: var(--green); }
.brand > small { color: #59635e; font-family: "Onest", Arial, sans-serif; font-size: 9px; font-weight: 400; line-height: 1; letter-spacing: .35px; }
.navigation { display: flex; gap: clamp(30px, 3.2vw, 65px); align-items: center; color: #333a37; font-size: 16px; font-weight: 300; }
.navigation a { transition: color .2s ease; }
.navigation a:hover { color: var(--green); }
.mobile-menu-toggle { display: none; }
.mobile-menu { display: none; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 28px; border: 0; color: #fff; background: var(--green); font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 400; line-height: 1.34; cursor: pointer; transition: background-color .2s ease; }
.button:hover { background: #246c4d; }
.button__icon { width: 20px; height: 20px; flex: 0 0 20px; margin-right: 10px; object-fit: contain; filter: brightness(0) invert(1); }
.button--small { justify-self: end; min-height: 50px; padding: 0 28px; font-size: 16px; }
.button--ghost { color: #343a38; background: #fff; }
.button--ghost:hover { color: var(--green); background: #fff; }

.hero__grid { position: relative; z-index: 1; max-width: 1440px; height: 100%; min-height: 0; margin: 0 auto; }
.hero__grid::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background-image: linear-gradient(90deg, transparent 49px, rgba(39, 66, 55, .055) 49px 50px, transparent 50px calc(100% - 51px), rgba(39, 66, 55, .055) calc(100% - 51px) calc(100% - 50px), transparent calc(100% - 50px)), linear-gradient(90deg, transparent calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% + .5px), transparent calc(16.666% + .5px), transparent calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% + .5px), transparent calc(33.333% + .5px), transparent calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% + .5px), transparent calc(50% + .5px), transparent calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% + .5px), transparent calc(66.666% + .5px), transparent calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% + .5px), transparent calc(83.333% + .5px)); }
.hero__content { position: relative; z-index: 3; padding: 205px 0 0 var(--content-left); transform: translateX(min(0px, calc(720px - 50vw))); }
.hero__eyebrow, .hero__description--mobile { display: none; }
h1 { max-width: 1000px; margin: 0; font-family: "Manrope", sans-serif; font-size: 50px; font-weight: 600; line-height: 1.34; letter-spacing: -2.5px; white-space: nowrap; }
.hero__description { max-width: 900px; margin: 24px 0 40px; color: #303835; font-size: 16px; font-weight: 400; line-height: 1.34; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__visual { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__visual picture { display: block; width: 100%; height: 100%; }
.hero__visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__coverage { position: absolute; z-index: 3; bottom: 30px; left: var(--content-left); margin: 0; padding: 0; color: #616865; font-family: "Onest", Arial, sans-serif; font-size: 14px; font-weight: 200; }

.services { position: relative; overflow: hidden; padding: 80px 50px 50px; background-color: #f6f7f5; background-image: linear-gradient(90deg, transparent 49px, rgba(39, 66, 55, .055) 49px 50px, transparent 50px calc(100% - 51px), rgba(39, 66, 55, .055) calc(100% - 51px) calc(100% - 50px), transparent calc(100% - 50px)), linear-gradient(90deg, transparent calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% + .5px), transparent calc(16.666% + .5px), transparent calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% + .5px), transparent calc(33.333% + .5px), transparent calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% + .5px), transparent calc(50% + .5px), transparent calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% + .5px), transparent calc(66.666% + .5px), transparent calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% + .5px), transparent calc(83.333% + .5px)); background-position: center top; background-repeat: no-repeat; background-size: min(100vw, 1440px) 100%; }
.services__heading { position: relative; z-index: 1; text-align: center; }
.section-label { margin: 0 0 20px; color: #737b77; font-size: 14px; font-weight: 200; }
.services h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 50px; font-weight: 600; line-height: 1.34; letter-spacing: -2.5px; }
.services h2 span, .service-card__title { color: var(--green); }
.services__heading > p:last-child { margin: 22px 0 58px; font-size: 16px; font-weight: 400; }
.services__cards { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; max-width: 1440px; margin: 0 auto; }
.service-card--mobile-extra, .services__scroll-hint { display: none; }
.service-card { min-height: 344px; display: flex; flex-direction: column; align-items: center; width: 100%; padding: 50px 25px 40px; color: var(--ink); border: 0; background: #fff; font: inherit; cursor: pointer; }
.service-card__title { font-family: "Manrope", sans-serif; font-size: 25px; font-weight: 400; line-height: 1.34; }
.service-card__text { min-height: 84px; margin-top: 20px; font-size: 16px; font-weight: 400; line-height: 1.34; text-align: center; }
.service-card__text--mobile { display: none; }
.service-card__icon { width: 29px; height: 68px; margin: auto 0; object-fit: contain; transform: translateY(-15px); transition: transform .5s cubic-bezier(.4, 0, .2, 1); }
.service-card__action { width: 100%; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; margin-top: 0; color: #fff; background: var(--green); font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 400; transition: background-color .2s ease; }
.service-card:hover .service-card__action, .service-card:focus-visible .service-card__action { background: #246c4d; }
.service-card:hover .service-card__icon, .service-card:focus-visible .service-card__icon { transform: translateY(-15px) rotate(45deg); }
.service-card:focus-visible, .other-services button:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.other-services { position: relative; z-index: 1; margin-top: 42px; text-align: center; }
.other-services p { margin: 0 0 18px; font-size: 16px; font-weight: 500; }
.other-services div { display: flex; align-items: center; justify-content: center; gap: 16px; }
.other-services button { padding: 0; color: #3c4541; border: 0; background: none; font: inherit; font-size: 16px; cursor: pointer; transition: color .2s ease; }
.other-services button:hover { color: var(--green); }
.other-services span { color: #3c4541; font-size: 16px; }

.process { position: relative; overflow: hidden; padding: 80px 50px 50px; background-color: #f6f7f5; background-image: linear-gradient(90deg, transparent 49px, rgba(39, 66, 55, .055) 49px 50px, transparent 50px calc(100% - 51px), rgba(39, 66, 55, .055) calc(100% - 51px) calc(100% - 50px), transparent calc(100% - 50px)), linear-gradient(90deg, transparent calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% + .5px), transparent calc(16.666% + .5px), transparent calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% + .5px), transparent calc(33.333% + .5px), transparent calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% + .5px), transparent calc(50% + .5px), transparent calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% + .5px), transparent calc(66.666% + .5px), transparent calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% + .5px), transparent calc(83.333% + .5px)); background-position: center top; background-repeat: no-repeat; background-size: min(100vw, 1440px) 100%; }
.process__heading { text-align: center; }
.process__mobile { display: none; }
.process-title__mobile-break { display: none; }
.process-desc__mobile-break { display: none; }
.process__heading h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 50px; font-weight: 600; line-height: 1.34; letter-spacing: -2.5px; }
.process__heading h2 span, .text-link { color: var(--green); }
.process__heading > p:last-child { margin: 22px 0 58px; font-size: 16px; }
.process__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1440px; margin: 0 auto 15px; }
.process-step { min-height: 130px; display: flex; align-items: center; gap: 22px; padding: 22px 25px; background: #fff; }
.process-step__number { width: 80px; height: 80px; flex: 0 0 80px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: "Manrope", sans-serif; font-size: 30px; font-weight: 400; }
.process-step h3, .process-panel--return h3, .repeat-note h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 600; }
.process-step p { margin: 7px 0 0; font-size: 16px; line-height: 1.34; }
.process__content { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px 20px; max-width: 1440px; margin: 0 auto; }
.process-panel { min-width: 0; background: #fff; }
.process-panel--prepare { min-height: 360px; padding: 42px 25px 25px; display: flex; flex-direction: column; }
.checklist { margin: 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding-left: 23px; font-size: 16px; line-height: 1.82; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 400; }
.text-link { align-self: flex-start; display: inline-flex; gap: 14px; align-items: center; margin-top: auto; padding: 0; border: 0; background: none; font: 500 16px "Onest", sans-serif; cursor: pointer; transition: color .2s ease; }
.text-link span { font-size: 24px; line-height: 1.34; transition: transform .2s ease; }
.text-link:hover { color: #246c4d; }
.text-link:hover span { transform: translateX(4px); }
.process-panel--method { min-height: 360px; padding: 25px; }
.method-icon { width: 70px; height: 72px; object-fit: contain; }
.process-panel--method > p { margin: 16px 0 25px; font-size: 16px; line-height: 1.34; }
.inline-link { display: inline; padding: 0; color: var(--green); border: 0; background: none; font: inherit; font-weight: 500; cursor: pointer; transition: color .2s ease; }
.inline-link:hover { color: #246c4d; }
.inline-link:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.notice { display: flex; align-items: center; gap: 17px; }
.notice img { width: 40px; height: 40px; object-fit: contain; }
.notice--soft { padding: 17px 15px; background: #f6f7f5; font-size: 16px; line-height: 1.34; }
.process-panel--return { grid-column: 3; grid-row: 1 / span 2; min-height: 555px; padding: 52px 25px 25px; display: flex; flex-direction: column; }
.process-panel--return > h3 { margin-bottom: 25px; }
.return-note { min-height: 82px; display: flex; align-items: center; gap: 15px; padding: 15px; background: #f6f7f5; }
.return-note + .return-note { margin-top: 12px; }
.return-note img { width: 38px; height: 38px; flex: 0 0 38px; object-fit: contain; }
.return-note p { margin: 0; font-size: 16px; line-height: 1.34; }
.return-note strong { display: block; font-weight: 500; }
.process-panel--return .text-link { margin-top: auto; }
.repeat-note { grid-column: 1 / span 2; min-height: 150px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 25px; background: #fff; }
.repeat-note > div { position: relative; padding-left: 53px; }
.repeat-note img { position: absolute; top: 0; left: 0; width: 40px; height: 40px; }
.repeat-note h3 { padding-top: 7px; }
.repeat-note p { margin: 14px 0 0; font-size: 16px; font-weight: 400; line-height: 1.34; }
.repeat-note > p { align-self: center; max-width: 360px; margin: 0; }
.process__footer { margin: 28px 0 0; color: #616865; text-align: center; font-family: "Onest", Arial, sans-serif; font-size: 14px; font-weight: 200; }

.pricing { position: relative; overflow: hidden; padding: 80px 50px 50px; background-color: #f6f7f5; background-image: linear-gradient(90deg, transparent 49px, rgba(39, 66, 55, .055) 49px 50px, transparent 50px calc(100% - 51px), rgba(39, 66, 55, .055) calc(100% - 51px) calc(100% - 50px), transparent calc(100% - 50px)), linear-gradient(90deg, transparent calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% + .5px), transparent calc(16.666% + .5px), transparent calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% + .5px), transparent calc(33.333% + .5px), transparent calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% + .5px), transparent calc(50% + .5px), transparent calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% + .5px), transparent calc(66.666% + .5px), transparent calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% + .5px), transparent calc(83.333% + .5px)); background-position: center top; background-repeat: no-repeat; background-size: min(100vw, 1440px) 100%; }
.pricing__heading { text-align: center; }
.pricing__heading h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 50px; font-weight: 600; line-height: 1.34; letter-spacing: -2.5px; }
.pricing__heading h2 span { color: var(--green); }
.pricing-title--mobile { display: none; }
.pricing__heading > p:last-child { margin: 22px 0 58px; font-size: 16px; font-weight: 400; line-height: 1.34; }
.calculator { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(420px, .9fr); gap: 60px; max-width: 1440px; margin: 0 auto; padding: 50px 25px; background: #fff; }
.calculator__controls { min-width: 0; }
.calculator__group { min-width: 0; margin: 0; padding: 0; border: 0; }
.calculator__group + .calculator__group { margin-top: 48px; }
.calculator__group legend, .calculator__result h3 { margin: 0 0 38px; padding: 0; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 600; }
.treatment-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 10px; }
.treatment-option { min-height: 71px; display: flex; align-items: center; gap: 24px; padding: 14px 24px; color: var(--ink); border: 1px solid #d9d9d9; background: #fff; font: 400 16px/1.34 "Onest", sans-serif; text-align: left; cursor: pointer; transition: border-color .2s ease, color .2s ease, background-color .2s ease; }
.treatment-option img { width: 32px; height: 32px; flex: 0 0 32px; object-fit: contain; }
.treatment-option b { width: 30px; height: 30px; display: none; place-items: center; margin-left: auto; border-radius: 50%; color: #fff; background: var(--green); font: 400 16px/1 "Onest", sans-serif; }
.treatment-option:hover, .treatment-option:focus-visible { border-color: var(--green); }
.treatment-option:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.treatment-option.is-active { border-color: var(--green); background: #fcfdfb; }
.treatment-option.is-active b { display: grid; }
.treatment-option--wide { grid-column: 1 / -1; }
.calculator-service-picker { display: none; }
.area-picker { display: flex; align-items: stretch; gap: 5px; }
.area-picker__button, .area-picker__unit, .area-picker input { min-height: 50px; display: grid; place-items: center; border: 1px solid #d9d9d9; background: #fff; color: var(--ink); font: 400 18px/1.34 "Onest", sans-serif; }
.area-picker__button { width: 50px; padding: 0; cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.area-picker__button:hover { color: var(--green); border-color: var(--green); }
.area-picker input { width: 250px; padding: 0 16px; text-align: center; outline: none; }
.area-picker input:focus { border-color: var(--green); }
.area-picker__unit { width: 100px; font-size: 16px; }
.calculator__area > p { margin: 18px 0 0; font-size: 14px; font-weight: 400; line-height: 1.34; }
.calculator__area > p.is-muted { opacity: .28; }
.calculator__result { min-height: 620px; display: flex; flex-direction: column; padding: 52px 25px 50px; background: #f6f7f5; }
.calculator__result-title-mobile { display: none; }
.calculator__result h3 { margin-bottom: 26px; }
.calculation-details { margin: 0; }
.calculation-details div { display: flex; justify-content: space-between; gap: 20px; }
.calculation-details div + div { margin-top: 10px; }
.calculation-details dt, .calculation-details dd { margin: 0; font-size: 16px; font-weight: 400; line-height: 1.34; }
.calculation-details dd { text-align: right; }
.calculation-line { height: 1px; margin: 38px 0; background: #d9d9d9; }
.calculation-total { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; font-size: 16px; font-weight: 600; }
.calculation-total strong { color: var(--green); font-family: "Manrope", sans-serif; font-size: 30px; font-weight: 600; line-height: 1.34; }
.calculator__individual-note { min-height: 90px; display: flex; align-items: flex-start; gap: 12px; margin-top: 25px; padding: 15px 16px; border: 1px solid rgba(45, 133, 95, .24); background: #fff; }
.calculator__individual-note > span { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font: 500 13px/1 "Onest", sans-serif; }
.calculator__individual-note p { margin: 0; color: #3c4541; font-size: 14px; font-weight: 300; line-height: 1.42; }
.calculator__individual-note strong { color: var(--green); font-weight: 500; }
.calculator__submit { width: 100%; min-height: 70px; margin-top: auto; border: 0; color: #fff; background: var(--green); font: 400 16px/1.34 "Manrope", sans-serif; cursor: pointer; transition: background-color .2s ease; }
.calculator__submit:hover { background: #246c4d; }

.about { position: relative; overflow: hidden; padding: 80px 50px 50px; background-color: #fff; background-image: linear-gradient(90deg, transparent 49px, rgba(39, 66, 55, .055) 49px 50px, transparent 50px calc(100% - 51px), rgba(39, 66, 55, .055) calc(100% - 51px) calc(100% - 50px), transparent calc(100% - 50px)), linear-gradient(90deg, transparent calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% + .5px), transparent calc(16.666% + .5px), transparent calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% + .5px), transparent calc(33.333% + .5px), transparent calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% + .5px), transparent calc(50% + .5px), transparent calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% + .5px), transparent calc(66.666% + .5px), transparent calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% + .5px), transparent calc(83.333% + .5px)); background-position: center top; background-repeat: no-repeat; background-size: min(100vw, 1440px) 100%; }
.about__heading { text-align: center; }
.about__heading h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 50px; font-weight: 600; line-height: 1.34; letter-spacing: -2.5px; }
.about__heading h2 span, .about-card h3, .about-card strong { color: var(--green); }
.about-title--mobile { display: none; }
.about-card__description--mobile { display: none; }
.about__heading > p:last-child { margin: 22px 0 58px; font-size: 16px; font-weight: 400; line-height: 1.34; }
.about__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; max-width: 1440px; margin: 0 auto; }
.about-card { min-height: 293px; padding: 50px 25px; background: #f6f7f5; }
.about-card__icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; }
.about-card__icon img { width: 28px; height: 28px; object-fit: contain; }
.about-card h3 { margin: 28px 0 8px; font-family: "Manrope", sans-serif; font-size: 25px; font-weight: 400; line-height: 1.34; }
.about-card p { margin: 0; font-size: 16px; font-weight: 400; line-height: 1.34; }
.about-card strong { font-weight: 500; }
.about-card__link { padding: 0; border: 0; color: var(--green); background: none; font: inherit; font-weight: 500; cursor: pointer; transition: color .2s ease; }
.about-card__link:hover { color: var(--green-dark); }
.license-link { padding: 0; border: 0; color: var(--green); background: none; font: inherit; font-weight: 500; cursor: pointer; transition: color .2s ease; }
.license-link:hover { color: #246c4d; }
.license-link:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }

.scroll-top { width: 50px; height: 50px; position: fixed; right: 50px; bottom: 50px; z-index: 10; display: grid; place-items: center; padding: 0; opacity: 0; visibility: hidden; transform: translateY(10px); border: 0; border-radius: 50%; color: #fff; background: var(--green); font: 400 26px/1 "Manrope", sans-serif; cursor: pointer; box-shadow: 0 8px 20px rgba(31, 72, 53, .18); transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background-color .2s ease; }
.scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: #246c4d; }
.scroll-top:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }

.cookie-consent { position: fixed; z-index: 90; right: 30px; bottom: 30px; width: 480px; padding: 30px; border: 1px solid var(--line); color: var(--ink); background: #fff; box-shadow: 0 20px 60px rgba(23, 32, 28, .18); opacity: 0; transform: translateY(18px); transition: opacity .3s ease, transform .3s ease; }
.cookie-consent[hidden] { display: none; }
.cookie-consent.is-visible { opacity: 1; transform: translateY(0); }
.cookie-consent__label { width: max-content; margin-bottom: 13px; padding: 6px 11px; border: 1px solid rgba(45, 133, 95, .3); border-radius: 100px; color: var(--green); background: #f4f9f6; font-family: "Onest", Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 1; }
.cookie-consent h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 24px; font-weight: 600; line-height: 1.34; letter-spacing: -1px; }
.cookie-consent p { margin: 12px 0 0; color: #3c4541; font-family: "Onest", Arial, sans-serif; font-size: 15px; font-weight: 300; line-height: 1.45; }
.cookie-consent__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.cookie-consent__button { min-width: 118px; min-height: 44px; padding: 10px 18px; border: 1px solid var(--green); font-family: "Onest", Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 1; cursor: pointer; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.cookie-consent__button--primary { color: #fff; background: var(--green); }
.cookie-consent__button--primary:hover { background: #246c4d; border-color: #246c4d; }
.cookie-consent__button:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

.license-modal { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; overflow: hidden; border: 0; background: #fff; box-shadow: none; }
.license-modal::backdrop { background: rgba(26, 39, 33, .55); }
.license-modal__content { height: 100%; display: grid; grid-template-rows: 70px minmax(0, 1fr); }
.license-modal__header { display: flex; align-items: center; justify-content: space-between; padding: 0 25px; border-bottom: 1px solid var(--line); }
.license-modal__header h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 600; line-height: 1.34; }
.license-modal__close { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid #d9d9d9; border-radius: 50%; color: var(--ink); background: #fff; font: 300 26px/1 "Onest", sans-serif; cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.license-modal__close span { display: block; transform: translateY(1px); }
.license-modal__close:hover { border-color: var(--green); color: var(--green); }
.license-modal__viewer { min-height: 0; display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 30px; overflow-y: auto; background: #f6f7f5; }
.license-modal__image { width: min(100%, 1000px); height: auto; object-fit: contain; box-shadow: 0 6px 18px rgba(30, 48, 39, .12); }

.contact-choice-modal { width: min(560px, calc(100% - 40px)); max-width: none; padding: 0; border: 0; color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(23, 32, 28, .2); }
.contact-choice-modal::backdrop { background: rgba(23, 32, 28, .62); }
.contact-choice-modal__content { padding: 50px 32px; }
.contact-choice-modal__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.contact-choice-modal__header p { margin: 0 0 8px; color: #737b77; font-family: "Onest", Arial, sans-serif; font-size: 14px; font-weight: 200; line-height: 1.34; }
.contact-choice-modal__header h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 30px; font-weight: 600; line-height: 1.34; letter-spacing: -1.5px; }
.contact-choice-modal__header h2 span { color: var(--green); }
.contact-choice-modal__close { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; padding: 0; border: 1px solid #d9d9d9; border-radius: 50%; color: var(--ink); background: #fff; font: 300 26px/1 "Onest", sans-serif; cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.contact-choice-modal__close span { display: block; transform: translateY(1px); }
.contact-choice-modal__close:hover { border-color: var(--green); color: var(--green); }
.contact-choice-modal__actions { display: grid; gap: 12px; margin-top: 30px; }
.contact-choice-modal__actions > a { min-height: 92px; display: flex; align-items: center; gap: 18px; padding: 14px 18px; border: 1px solid #d9d9d9; transition: border-color .2s ease, background-color .2s ease; }
.contact-choice-modal__actions > a:hover { border-color: var(--green); background: #f6f7f5; }
.contact-choice-modal__icon { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; }
.contact-choice-modal__icon img { width: 27px; height: 27px; object-fit: contain; }
.contact-choice-modal__actions > a[href^="tel:"] .contact-choice-modal__icon img { width: 23px; height: 23px; }
.contact-choice-modal__actions small, .contact-choice-modal__actions strong { display: block; line-height: 1.34; }
.contact-choice-modal__actions small { color: #3c4541; font-family: "Onest", Arial, sans-serif; font-size: 14px; font-weight: 300; }
.contact-choice-modal__actions strong { margin-top: 6px; color: var(--green); font-family: "Onest", Arial, sans-serif; font-size: 16px; font-weight: 500; }
.contact-choice-modal__actions b { margin-left: auto; color: var(--green); font: 500 24px/1 "Onest", sans-serif; transition: transform .2s ease; }
.contact-choice-modal__actions > a:hover b { transform: translateX(4px); }

.preparation-modal { width: min(760px, calc(100% - 40px)); max-width: none; max-height: none; padding: 0; overflow: hidden; border: 0; color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(23, 32, 28, .2); }
.preparation-modal::backdrop { background: rgba(23, 32, 28, .62); }
.preparation-modal__content { display: flex; flex-direction: column; padding: 50px 32px; }
.preparation-modal__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.preparation-modal__header p { margin: 0 0 8px; color: #737b77; font-family: "Onest", Arial, sans-serif; font-size: 14px; font-weight: 200; line-height: 1.34; }
.preparation-modal__header h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 30px; font-weight: 600; line-height: 1.34; letter-spacing: -1.5px; }
.preparation-modal__header h2 span { color: var(--green); }
.preparation-modal__close { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; padding: 0; border: 1px solid #d9d9d9; border-radius: 50%; color: var(--ink); background: #fff; font: 300 26px/1 "Onest", sans-serif; cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.preparation-modal__close span { display: block; transform: translateY(1px); }
.preparation-modal__close:hover { border-color: var(--green); color: var(--green); }
.preparation-modal__body { padding-top: 8px; }
.preparation-modal__section { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.preparation-modal__section:last-child { border-bottom: 0; padding-bottom: 0; }
.preparation-modal__number { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: "Onest", Arial, sans-serif; font-size: 14px; font-weight: 500; }
.preparation-modal__section h3 { margin: 1px 0 10px; font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 600; line-height: 1.34; }
.preparation-modal__section ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.preparation-modal__section li { position: relative; padding-left: 18px; color: #3c4541; font-family: "Onest", Arial, sans-serif; font-size: 15px; font-weight: 300; line-height: 1.45; }
.preparation-modal__section li::before { content: ""; position: absolute; top: .62em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.preparation-modal__section p { margin: 0; color: #3c4541; font-family: "Onest", Arial, sans-serif; font-size: 15px; font-weight: 300; line-height: 1.45; }
.fog-modal__text { display: grid; gap: 16px; padding-top: 24px; }
.fog-modal__text p { margin: 0; color: #3c4541; font-family: "Onest", Arial, sans-serif; font-size: 15px; font-weight: 300; line-height: 1.45; }

.calculator-request-modal { width: min(560px, calc(100% - 40px)); max-width: none; padding: 0; border: 0; color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(23, 32, 28, .2); }
.calculator-request-modal::backdrop { background: rgba(23, 32, 28, .62); }
.calculator-request-modal__content { padding: 50px 32px; }
.calculator-request-modal__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.calculator-request-modal__header p { margin: 0 0 8px; color: #737b77; font-family: "Onest", Arial, sans-serif; font-size: 14px; font-weight: 200; line-height: 1.34; }
.calculator-request-modal__header h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 30px; font-weight: 600; line-height: 1.34; letter-spacing: -1.5px; }
.calculator-request-modal__header h2 span { color: var(--green); }
.calculator-request-modal__close { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; padding: 0; border: 1px solid #d9d9d9; border-radius: 50%; color: var(--ink); background: #fff; font: 300 26px/1 "Onest", sans-serif; cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.calculator-request-modal__close span { display: block; transform: translateY(1px); }
.calculator-request-modal__close:hover { border-color: var(--green); color: var(--green); }
.calculator-request-modal__summary { display: grid; gap: 9px; margin: 24px 0; padding: 16px; background: #f6f7f5; }
.calculator-request-modal__summary div { display: flex; justify-content: space-between; gap: 20px; }
.calculator-request-modal__summary dt, .calculator-request-modal__summary dd { margin: 0; font-family: "Onest", Arial, sans-serif; font-size: 14px; line-height: 1.34; }
.calculator-request-modal__summary dt { color: #737b77; font-weight: 300; }
.calculator-request-modal__summary dd { color: var(--ink); font-weight: 500; text-align: right; }
.calculator-request-modal__form { display: grid; gap: 18px; }
.calculator-request-modal__form label { color: var(--ink); font-family: "Onest", Arial, sans-serif; font-size: 14px; font-weight: 300; line-height: 1.34; }
.calculator-request-modal__form label small { margin-left: 5px; color: #858d89; font: inherit; }
.calculator-request-modal__form label b { color: var(--green); font-weight: 500; }
.calculator-request-modal__form input:not([type="hidden"]) { width: 100%; height: 52px; margin-top: 9px; padding: 0 14px; border: 1px solid #d9d9d9; border-radius: 0; color: var(--ink); background: #fff; font: 400 16px/1.34 "Onest", sans-serif; outline: none; }
.calculator-request-modal__form input:focus { border-color: var(--green); }
.calculator-request-modal__form > button { width: 100%; min-height: 58px; margin-top: 4px; border: 0; color: #fff; background: var(--green); font: 400 16px/1.34 "Manrope", sans-serif; cursor: pointer; transition: background-color .2s ease, opacity .2s ease; }
.calculator-request-modal__form > button:hover { background: #246c4d; }
.calculator-request-modal__form > button:disabled { cursor: wait; opacity: .65; }
.calculator-request-modal__response { margin: -3px 0 0; color: #737b77; font-family: "Onest", Arial, sans-serif; font-size: 13px; font-weight: 300; line-height: 1.34; text-align: center; }
.calculator-request-modal__response.is-success { color: var(--green); }
.calculator-request-modal__response.is-error { color: #a33d32; }

.contacts { position: relative; overflow: hidden; padding: 80px 50px 50px; background-color: #f6f7f5; background-image: linear-gradient(90deg, transparent 49px, rgba(39, 66, 55, .055) 49px 50px, transparent 50px calc(100% - 51px), rgba(39, 66, 55, .055) calc(100% - 51px) calc(100% - 50px), transparent calc(100% - 50px)), linear-gradient(90deg, transparent calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% - .5px), rgba(39, 66, 55, .055) calc(16.666% + .5px), transparent calc(16.666% + .5px), transparent calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% - .5px), rgba(39, 66, 55, .055) calc(33.333% + .5px), transparent calc(33.333% + .5px), transparent calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% - .5px), rgba(39, 66, 55, .055) calc(50% + .5px), transparent calc(50% + .5px), transparent calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% - .5px), rgba(39, 66, 55, .055) calc(66.666% + .5px), transparent calc(66.666% + .5px), transparent calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% - .5px), rgba(39, 66, 55, .055) calc(83.333% + .5px), transparent calc(83.333% + .5px)); background-position: center top; background-repeat: no-repeat; background-size: min(100vw, 1440px) 100%; }
.contacts__heading { text-align: center; }
.contacts__heading h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 50px; font-weight: 600; line-height: 1.34; letter-spacing: -2.5px; }
.contacts__heading h2 span { color: var(--green); }
.contacts__heading > p:last-child { margin: 22px 0 60px; font-size: 16px; font-weight: 400; line-height: 1.34; }
.contacts__content { display: grid; grid-template-columns: 430px minmax(0, 1fr); gap: 50px; max-width: 1440px; margin: 0 auto; }
.contacts__methods h3 { margin: 0 0 50px; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 600; line-height: 1.34; }
.contact-method { min-height: 112px; display: flex; align-items: center; gap: 20px; padding: 20px 25px; background: #fff; }
.contact-method + .contact-method { margin-top: 12px; }
.contact-method__icon { width: 80px; height: 80px; flex: 0 0 80px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; }
.contact-method__icon img { width: 32px; height: 32px; object-fit: contain; }
.contact-method[href^="tel:"] .contact-method__icon img { width: 28px; height: 28px; }
.contact-method small, .contact-method strong { display: block; font-size: 16px; line-height: 1.34; }
.contact-method small { color: #3c4541; font-weight: 400; }
.contact-method strong { margin-top: 10px; color: var(--green); font-weight: 500; }
.contact-method > b { margin-left: auto; color: var(--green); font: 500 24px/1 "Onest", sans-serif; transition: transform .2s ease; }
.contact-method:hover > b { transform: translateX(5px); }
.request-form { min-height: 790px; padding: 52px 50px 50px; background: #fff; }
.request-form h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: 30px; font-weight: 600; line-height: 1.34; }
.request-form > p { margin: 16px 0 36px; font-size: 16px; line-height: 1.34; }
.request-form label { display: block; color: var(--ink); font-size: 14px; font-weight: 200; line-height: 1.34; }
.request-form label + label { margin-top: 20px; }
.request-form__honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.request-form input, .request-form select, .request-form textarea { width: 100%; margin-top: 10px; border: 1px solid #d9d9d9; border-radius: 0; color: var(--ink); background: #fff; font: 400 16px/1.34 "Onest", sans-serif; outline: none; }
.request-form input, .request-form select { height: 50px; padding: 0 14px; }
.request-form select { appearance: none; padding-right: 52px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='m1 1 7 7 7-7' fill='none' stroke='%23202826' stroke-width='1'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 25px center; }
.request-service-picker { display: none; }
.request-form textarea { min-height: 100px; display: block; padding: 12px 14px; resize: vertical; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: var(--green); }
.request-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.request-form__row label + label { margin-top: 0; }
.request-form__row + label { margin-top: 20px; }
.request-form__area { display: grid; grid-template-columns: minmax(0, 1fr) 100px; margin-top: 10px; }
.request-form__area input { margin: 0; }
.request-form__area span { height: 50px; display: grid; place-items: center; border: 1px solid #d9d9d9; border-left: 0; color: var(--ink); font-size: 16px; line-height: 1.34; }
.request-form > button { width: 100%; min-height: 50px; margin-top: 28px; border: 0; color: #fff; background: var(--green); font: 400 16px/1.34 "Manrope", sans-serif; cursor: pointer; transition: background-color .2s ease; }
.request-form > button:hover { background: #246c4d; }
.request-form > button:disabled { cursor: wait; opacity: .65; }
.request-form__response { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 25px 0 0 !important; color: #4c5652; font-size: 14px !important; }
.request-form__response.is-success { color: var(--green); }
.request-form__response.is-error { color: #a33d32; }
.request-form__response img { width: 20px; height: 20px; object-fit: contain; }
.contacts__benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1440px; margin: 20px auto 0; }
.contacts__benefits article { min-height: 130px; display: flex; align-items: center; gap: 20px; padding: 25px; background: #fff; }
.contacts__benefits > article > span { width: 80px; height: 80px; flex: 0 0 80px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font: 300 32px/1 "Onest", sans-serif; }
.contacts__benefits h3 { margin: 0 0 8px; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 600; line-height: 1.34; }
.contacts__benefits p { margin: 0; font-size: 16px; line-height: 1.34; }

.site-footer { padding: 52px 50px 22px; color: rgba(255, 255, 255, .82); background: #17201c; }
.site-footer__grid { display: grid; grid-template-columns: 1.7fr 1.4fr 1fr 1.25fr 1fr; gap: 30px; max-width: 1440px; margin: 0 auto; }
.site-footer__brand, .site-footer__column { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__logo { display: inline-flex; align-items: baseline; gap: 6px; color: #fff; font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -1px; }
.site-footer__logo-name > span { color: var(--green); }
.site-footer__logo > small { color: rgba(255, 255, 255, .6); font-family: "Onest", Arial, sans-serif; font-size: 9px; font-weight: 400; line-height: 1; letter-spacing: .35px; }
.site-footer__brand p { margin: 12px 0 0; color: rgba(255, 255, 255, .72); font-size: 14px; font-weight: 200; line-height: 1.34; }
.site-footer h2 { margin: 0 0 12px; color: #fff; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 600; line-height: 1.34; }
.site-footer__column a, .site-footer__address, .site-footer__hours p { margin: 0; color: rgba(255, 255, 255, .8); font-size: 16px; font-weight: 400; line-height: 1.78; transition: color .2s ease; }
.site-footer__column a:hover { color: #fff; }
.site-footer__hours { align-items: flex-end; text-align: right; }
.site-footer__bottom { max-width: 1440px; display: flex; justify-content: space-between; gap: 30px; margin: 38px auto 0; padding: 20px 20px 0; border-top: 1px solid rgba(255, 255, 255, .45); color: rgba(255, 255, 255, .72); font-size: 12px; font-weight: 400; line-height: 1.34; }
.license-link--footer { color: inherit; font-weight: inherit; text-align: inherit; }
.license-link--footer:hover { color: #fff; }

@media (max-width: 1050px) {
  :root { --content-left: 32px; }
  .site-header { top: 20px; left: 32px; right: 32px; grid-template-columns: 1fr auto; }
  .navigation { display: none; }
  .hero__coverage { padding: 0; }
  h1 { white-space: normal; }
  .services { padding-right: 32px; padding-left: 32px; }
  .services__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { padding-right: 32px; padding-left: 32px; }
  .process__content { grid-template-columns: 1fr 1fr; }
  .process-panel--return { grid-column: auto; grid-row: auto; }
  .repeat-note { grid-column: 1 / span 2; }
  .pricing { padding-right: 32px; padding-left: 32px; }
  .calculator { grid-template-columns: 1fr; gap: 32px; }
  .calculator__result { min-height: 0; }
  .about { padding-right: 32px; padding-left: 32px; }
  .about__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contacts { padding-right: 32px; padding-left: 32px; }
  .contacts__content { grid-template-columns: 1fr; gap: 32px; }
  .contacts__methods h3 { margin-bottom: 24px; }
  .request-form { min-height: 0; }
  .site-footer { padding-right: 32px; padding-left: 32px; }
  .site-footer__grid { grid-template-columns: repeat(3, 1fr); row-gap: 36px; }
  .site-footer__hours { align-items: flex-start; text-align: left; }
  .scroll-top { right: 32px; bottom: 32px; }
}

@media (min-width: 1200px) {
  body { width: 1536px; zoom: var(--desktop-scale, 1); }
  .hero { height: calc(100dvh / var(--desktop-scale, 1)); }
  .hero__content { transform: translateX(-48px); }
  .page-loader, .license-modal { width: 1536px; height: calc(100dvh / var(--desktop-scale, 1)); }
}

@media (max-width: 720px) {
  :root { --content-left: 25px; }
  html { scroll-behavior: auto; }
  section { scroll-margin-top: 80px; }
  .hero { width: 100%; height: 980px; min-height: 980px; }
  .site-header { position: fixed; grid-template-columns: 1fr auto; height: 61px; top: 10px; left: 10px; right: 10px; padding: 0 15px; border-bottom: 0; }
  .brand { gap: 4px; font-size: 14px; letter-spacing: -.7px; }
  .brand > small { font-size: 5px; letter-spacing: .15px; }
  .navigation, .button--small { display: none; }
  .mobile-menu-toggle { position: relative; width: 40px; height: 40px; display: block; padding: 0; border: 0; background: var(--green); cursor: pointer; }
  .mobile-menu-toggle span { position: absolute; top: 20px; left: 11px; width: 18px; height: 1px; display: block; background: #fff; transform-origin: center; transition: transform .56s cubic-bezier(.22, 1, .36, 1), opacity .48s ease; }
  .mobile-menu-toggle span:nth-child(1) { transform: translateY(-6px); }
  .mobile-menu-toggle span:nth-child(3) { transform: translateY(6px); }
  .mobile-menu-toggle:focus, .mobile-menu-toggle:focus-visible { outline: none; }
  .mobile-menu-toggle.is-open span:nth-child(1) { transform: rotate(45deg); }
  .mobile-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle.is-open span:nth-child(3) { transform: rotate(-45deg); }
  body.mobile-menu-open { overflow: hidden; }
  .mobile-menu { position: fixed; z-index: 19; inset: 0; display: flex; flex-direction: column; padding: 121px 25px 50px; overflow-y: auto; color: var(--ink); background: #f6f7f5; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-18px); transition: opacity .48s ease, transform .56s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .56s; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition: opacity .48s ease, transform .56s cubic-bezier(.22, 1, .36, 1), visibility 0s; }
  .mobile-menu__label { margin: 0 0 30px; color: #737b77; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 200; line-height: 1.34; }
  .mobile-menu__navigation { display: grid; }
  .mobile-menu__navigation a { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(39, 66, 55, .12); font-family: "Manrope", sans-serif; font-size: 25px; font-weight: 500; line-height: 1.15; letter-spacing: -1px; }
  .mobile-menu__navigation a:first-child { border-top: 1px solid rgba(39, 66, 55, .12); }
  .mobile-menu__navigation a span { color: var(--green); font-family: "Onest", sans-serif; font-size: 24px; font-weight: 400; transition: transform .25s ease; }
  .mobile-menu__navigation a:active span { transform: translateX(4px); }
  .mobile-menu__phone, .mobile-menu__whatsapp { width: 100%; min-height: 60px; display: flex; align-items: center; justify-content: center; padding: 0 18px; font-family: "Manrope", sans-serif; font-size: 16px; }
  .mobile-menu__phone { margin-top: auto; color: #fff; background: var(--green); font-weight: 600; }
  .mobile-menu__whatsapp { margin-top: 10px; color: var(--ink); border: 1px solid #d9d9d9; background: #fff; font-weight: 400; }
  .hero__grid { height: 100%; min-height: 0; padding: 0; }
  .hero__grid::after { display: none; }
  .hero__content { width: 100vw; padding: 121px 25px 0; transform: none; background: transparent; }
  .hero__eyebrow { display: block; margin: 0 0 10px; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 900; line-height: 1.34; letter-spacing: -.2px; text-transform: uppercase; }
  h1 { width: 100%; max-width: 340px; font-size: 42px; font-weight: 600; line-height: 1.08; letter-spacing: -1.68px; white-space: normal; }
  .hero__description--desktop { display: none; }
  .hero__description--mobile { display: block; }
  .hero__description { max-width: 340px; margin: 20px 0 30px; font-size: 16px; font-weight: 300; line-height: 1.28; }
  .hero__description--mobile strong { font-weight: 500; }
  .hero__actions { width: calc(100vw - 50px); display: grid; grid-template-columns: 1fr; gap: 10px; margin: 0; }
  .button { width: 100%; min-height: 60px; padding: 0 18px; font-size: 16px; font-weight: 600; }
  .hero__actions .button--ghost { font-weight: 400; }
  .hero__visual { inset: 0; height: 100%; }
  .hero__visual img { height: 100%; object-position: 86% center; transform: scale(1.1) translateY(20px); transform-origin: 86% bottom; }
  .hero__coverage { display: none; }
  .services { padding: 60px 0 30px; background-image: none; }
  .services__heading { padding: 0 25px; text-align: left; }
  .services .section-label { margin-bottom: 30px; }
  .services h2 { width: 100%; max-width: 340px; font-size: 42px; line-height: 1.08; letter-spacing: -1.68px; }
  .services__heading > p:last-child { width: 100%; max-width: 340px; margin: 20px 0 30px; font-size: 16px; font-weight: 300; line-height: 1.28; overflow-wrap: break-word; }
  .services__cards { max-width: none; display: flex; gap: 10px; margin: 0; padding: 0 25px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 25px; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .services__cards::-webkit-scrollbar { display: none; }
  .service-card, .service-card--mobile-extra { position: relative; min-width: calc(100vw - 50px); width: calc(100vw - 50px); min-height: 267px; display: flex; flex: 0 0 calc(100vw - 50px); align-items: stretch; padding: 50px 25px 30px; scroll-snap-align: start; }
  .service-card__title { padding-right: 42px; font-size: 25px; font-weight: 500; line-height: 1.34; text-align: left; }
  .service-card__text { min-height: 43px; margin-top: 20px; font-family: "Onest", Arial, sans-serif; font-size: 16px; font-weight: 300; line-height: 1.34; text-align: left; }
  .service-card__text--desktop { display: none; }
  .service-card__text--mobile { display: block; }
  .service-card__icon { position: absolute; top: 2px; right: 22px; width: 29px; height: 68px; margin: 0; transform: none; }
  .service-card:hover .service-card__icon, .service-card:focus-visible .service-card__icon { transform: rotate(45deg); }
  .service-card__action { width: 100%; min-height: 60px; margin-top: 30px; font-size: 16px; font-weight: 600; }
  .services__scroll-hint { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin: 10px 25px 0; color: #737b77; font-size: 14px; font-weight: 300; }
  .services__scroll-hint span { color: var(--green); font-size: 22px; line-height: 1; }
  .other-services { display: none; }
  .process { padding: 30px 25px 50px; background-image: none; }
  .process__heading { text-align: left; }
  .process-title__mobile-break { display: block; }
  .process-desc__mobile-break { display: block; }
  .process .section-label { margin-bottom: 30px; text-transform: uppercase; }
  .process__heading h2 { width: 100%; max-width: 340px; font-size: 42px; line-height: 1.08; letter-spacing: -1.68px; }
  .process__heading > p:last-child { width: 100%; max-width: 340px; margin: 20px 0 30px; font-size: 16px; font-weight: 300; line-height: 1.28; }
  .process__steps, .process__content, .process__footer { display: none; }
  .process__mobile { display: grid; gap: 10px; }
  .mobile-process-card { position: relative; padding: 50px 25px 30px; background: #fff; }
  .mobile-process-card__number { position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: "Onest", sans-serif; font-size: 16px; font-weight: 300; }
  .mobile-process-card h3 { margin: 0; color: var(--green); font-family: "Manrope", sans-serif; font-size: 25px; font-weight: 500; line-height: 1.34; }
  .mobile-process-card__intro { margin: 20px 0 30px; font-size: 16px; font-weight: 300; line-height: 1.34; }
  .mobile-process-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
  .mobile-process-card li { position: relative; padding-left: 25px; font-size: 16px; font-weight: 300; line-height: 1.34; }
  .mobile-process-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 400; }
  .mobile-process-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 30px; padding: 0; color: var(--green); border: 0; background: none; font: 600 16px/1.34 "Manrope", sans-serif; }
  .mobile-process-link span { font-size: 24px; line-height: 1; }
  .mobile-process-card__text { margin: 20px 0 0; font-size: 16px; font-weight: 300; line-height: 1.34; }
  .mobile-process-card h4 { margin: 30px 0; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 600; line-height: 1.34; }
  .mobile-process-card--repeat h3 { margin-bottom: 20px; }
  .mobile-process-card--repeat strong { font-weight: 600; text-transform: uppercase; }
  .mobile-process-card--repeat .mobile-process-card__text { margin-top: 30px; }
  .process { padding-bottom: 30px; }
  .pricing { padding: 30px 25px 60px; background-image: none; }
  .pricing__heading { text-align: left; }
  .pricing .section-label { margin-bottom: 30px; text-transform: uppercase; }
  .pricing-title--desktop { display: none; }
  .pricing__heading .pricing-title--mobile { width: 100%; max-width: 340px; display: block; font-size: 42px; line-height: 1.08; letter-spacing: -1.68px; }
  .pricing__heading > p:last-child { width: 100%; max-width: 340px; margin: 20px 0 30px; font-size: 16px; font-weight: 300; line-height: 1.28; }
  .calculator { display: block; margin: 0; padding: 0; background: transparent; }
  .calculator__group legend, .calculator__result h3 { margin: 0 0 20px; font-size: 16px; font-weight: 600; }
  .calculator__group legend { width: 100%; margin: 0; padding: 0 0 20px; }
  .treatment-options { display: none; }
  .calculator-service-picker { position: relative; z-index: 3; display: block; }
  .calculator-service-picker__toggle { width: 100%; min-height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 25px; border: 1px solid #d9d9d9; color: var(--ink); background: #fff; font: 300 16px/1.34 "Onest", sans-serif; text-align: left; }
  .calculator-service-picker__selection { display: flex; align-items: center; gap: 20px; }
  .calculator-service-picker__selection img { width: 30px; height: 30px; flex: 0 0 30px; object-fit: contain; }
  .calculator-service-picker__toggle i { width: 12px; height: 12px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translate(-2px, 2px); transition: transform .56s cubic-bezier(.22, 1, .36, 1), color .3s ease; }
  .calculator-service-picker.is-open .calculator-service-picker__toggle i { color: var(--green); transform: rotate(225deg) translate(-2px, 2px); }
  .calculator-service-picker__menu { position: absolute; top: calc(100% + 5px); left: 0; right: 0; max-height: 300px; overflow-y: auto; border: 1px solid rgba(45, 133, 95, .35); background: #fff; box-shadow: 0 16px 36px rgba(23, 32, 28, .12); opacity: 0; visibility: hidden; transform: translateY(-12px) scaleY(.96); transform-origin: top; transition: opacity .4s ease, transform .56s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .56s; }
  .calculator-service-picker.is-open .calculator-service-picker__menu { opacity: 1; visibility: visible; transform: translateY(0) scaleY(1); transition-delay: 0s; }
  .calculator-service-picker__option { width: 100%; min-height: 60px; display: flex; align-items: center; gap: 20px; padding: 0 25px; border: 0; border-bottom: 1px solid #edf0ee; color: var(--ink); background: #fff; font: 300 16px/1.34 "Onest", sans-serif; text-align: left; }
  .calculator-service-picker__option img { width: 30px; height: 30px; object-fit: contain; }
  .calculator-service-picker__option:last-child { border-bottom: 0; }
  .calculator-service-picker__option.is-selected { color: var(--green); font-weight: 500; background: #f6f7f5; }
  .treatment-option { width: 100%; min-height: 60px; gap: 20px; padding: 10px 25px; font-size: 16px; font-weight: 300; }
  .treatment-option[data-service="cockroach"] { order: 1; }
  .treatment-option[data-service="insect"] { order: 2; }
  .treatment-option[data-service="bedbug"] { order: 3; }
  .treatment-option[data-service="mouse"] { order: 4; }
  .treatment-option[data-service="ticksWasps"] { order: 5; }
  .treatment-option[data-service="disinfection"] { order: 6; }
  .treatment-option[data-service="ozone"] { order: 7; }
  .treatment-option[data-service="leaves"] { order: 8; }
  .treatment-option img { width: 30px; height: 30px; flex-basis: 30px; }
  .treatment-option b { width: 30px; height: 30px; flex: 0 0 30px; }
  .treatment-option--wide { grid-column: auto; }
  .calculator__group + .calculator__group { margin-top: 30px; }
  .area-picker { width: 100%; }
  .area-picker__button, .area-picker__unit, .area-picker input { min-height: 50px; }
  .area-picker__button { width: 50px; flex: 0 0 50px; }
  .area-picker input { width: auto; min-width: 0; flex: 1 1 auto; padding: 0 10px; }
  .area-picker__unit { width: 50px; flex: 0 0 50px; }
  .calculator__area > p { margin-top: 10px; font-size: 12px; font-weight: 300; }
  .calculator__result-title-mobile { display: block; margin: 30px 0 20px; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 600; line-height: 1.34; }
  .calculator__result { min-height: 0; margin-top: 0; padding: 0; background: transparent; }
  .calculator__result > h3 { display: none; }
  .calculation-details dt, .calculation-details dd { font-size: 16px; font-weight: 400; }
  .calculation-details dd { font-weight: 600; }
  .calculation-line { margin: 30px 0; }
  .calculation-total { display: block; }
  .calculation-total strong { display: block; margin-top: 15px; font-size: 40px; }
  .calculator__submit { min-height: 60px; margin-top: 30px; font-weight: 600; }
  .calculator__individual-note { min-height: 0; justify-content: center; margin-top: 15px; padding: 0; border: 0; background: transparent; text-align: center; }
  .calculator__individual-note > span { display: none; }
  .calculator__individual-note p { width: 100%; font-size: 12px; line-height: 1.34; text-align: center; }
  .about { padding: 60px 25px 50px; background-image: none; }
  .about__heading { text-align: left; }
  .about .section-label { margin-bottom: 30px; text-transform: uppercase; }
  .about-title--desktop { display: none; }
  .about__heading .about-title--mobile { width: 100%; max-width: 340px; display: block; font-size: 42px; font-weight: 600; line-height: 1.08; letter-spacing: -1.68px; }
  .about__heading > p:last-child { width: 100%; max-width: 340px; margin: 20px 0 30px; font-size: 16px; font-weight: 300; line-height: 1.28; }
  .about__cards { grid-template-columns: 1fr; gap: 10px; }
  .about-card { position: relative; min-height: 0; padding: 50px 25px 30px; }
  .about-card__icon { position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; }
  .about-card__icon img { width: 22px; height: 22px; }
  .about-card h3 { margin: 0 0 10px; font-size: 25px; font-weight: 500; line-height: 1.34; }
  .about-card p { font-size: 16px; font-weight: 300; line-height: 1.34; }
  .about-card__description--desktop { display: none; }
  .about-card__description--mobile { display: block; white-space: nowrap; }
  .contacts { padding: 60px 25px; background-image: none; }
  .contacts__heading { text-align: left; }
  .contacts .section-label { margin-bottom: 30px; text-transform: uppercase; }
  .contacts__heading h2 { width: 100%; max-width: 340px; font-size: 42px; font-weight: 600; line-height: 1.08; letter-spacing: -1.68px; }
  .contacts__heading h2 span { display: block; }
  .contacts__heading > p:last-child { width: 100%; max-width: 340px; margin: 20px 0 30px; font-size: 16px; font-weight: 300; line-height: 1.28; }
  .contacts__content { gap: 30px; }
  .contacts__methods h3 { margin-bottom: 20px; font-size: 16px; font-weight: 600; }
  .contact-method { min-height: 100px; gap: 15px; padding: 25px; }
  .contact-method + .contact-method { margin-top: 5px; }
  .contact-method__icon { width: 50px; height: 50px; flex-basis: 50px; }
  .contact-method__icon img { width: 24px; height: 24px; }
  .contact-method[href^="tel:"] .contact-method__icon img { width: 20px; height: 20px; }
  .contact-method small { font-weight: 300; }
  .contact-method strong { margin-top: 5px; font-weight: 500; }
  .contact-method > b { display: none; }
  .request-form { min-height: 0; padding: 0; background: transparent; }
  .request-form h3 { color: var(--green); font-size: 25px; font-weight: 500; }
  .request-form > p { margin: 20px 0 30px; font-size: 16px; font-weight: 300; }
  .request-form label { font-size: 12px; font-weight: 200; }
  .request-form label + label { margin-top: 15px; }
  .request-form input, .request-form select { height: 50px; }
  .request-form textarea { min-height: 100px; }
  .request-form__row { gap: 15px; margin-top: 15px; }
  .request-form__row + label { margin-top: 15px; }
  .request-form__select > select { position: absolute; width: 1px; height: 1px; margin: 0; overflow: hidden; clip: rect(0 0 0 0); opacity: 0; pointer-events: none; }
  .request-service-picker { position: relative; z-index: 2; display: block; margin-top: 10px; }
  .request-service-picker__toggle { position: relative; z-index: 2; width: 100%; min-height: 60px; display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 0 25px; border: 1px solid #d9d9d9; color: var(--ink); background: #fff; font: 300 16px/1.34 "Onest", sans-serif; text-align: left; }
  .request-service-picker__selection, .request-service-picker__option { display: flex; align-items: center; gap: 20px; }
  .request-service-picker__selection img, .request-service-picker__option img { width: 30px; height: 30px; flex: 0 0 30px; object-fit: contain; }
  .request-service-picker__toggle i { width: 12px; height: 12px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translate(-2px, 2px); transition: transform .56s cubic-bezier(.22, 1, .36, 1), color .3s ease; }
  .request-service-picker.is-open .request-service-picker__toggle { border-color: var(--green); }
  .request-service-picker.is-open .request-service-picker__toggle i { color: var(--green); transform: rotate(225deg) translate(-2px, 2px); }
  .request-service-picker__menu { position: absolute; top: calc(100% + 5px); left: 0; right: 0; max-height: 260px; overflow-y: auto; border: 1px solid rgba(45, 133, 95, .35); background: #fff; box-shadow: 0 16px 36px rgba(23, 32, 28, .12); opacity: 0; visibility: hidden; transform: translateY(-12px) scaleY(.96); transform-origin: top; transition: opacity .4s ease, transform .56s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .56s; }
  .request-service-picker.is-open .request-service-picker__menu { opacity: 1; visibility: visible; transform: translateY(0) scaleY(1); transition-delay: 0s; }
  .request-service-picker__option { width: 100%; min-height: 60px; margin: 0; padding: 0 25px; border: 0; border-bottom: 1px solid #edf0ee; color: var(--ink); background: #fff; font: 300 16px/1.34 "Onest", sans-serif; text-align: left; }
  .request-service-picker__option:last-child { border-bottom: 0; }
  .request-service-picker__option.is-selected { color: var(--green); font-weight: 500; background: #f6f7f5; }
  .request-form > button { min-height: 60px; margin-top: 20px; font-weight: 600; }
  .request-form__response { margin-top: 10px !important; font-size: 12px !important; }
  .request-form__response img { display: none; }
  .request-form__row, .contacts__benefits { grid-template-columns: 1fr; }
  .request-form__area { grid-template-columns: minmax(0, 1fr) 70px; }
  .contacts__benefits { gap: 5px; margin-top: 30px; }
  .contacts__benefits article { min-height: 115px; gap: 15px; padding: 25px; }
  .contacts__benefits > article > span { width: 40px; height: 40px; flex-basis: 40px; font-size: 17px; }
  .contacts__benefits h3 { margin-bottom: 5px; }
  .contacts__benefits p { font-weight: 300; }
  .site-footer { padding: 60px 25px 25px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__brand p { margin-top: 20px; }
  .site-footer h2 { margin-bottom: 15px; }
  .site-footer__hours { align-items: flex-start; text-align: left; }
  .site-footer__bottom { flex-direction: column; gap: 8px; margin-top: 30px; padding: 30px 0 0; }
  .scroll-top { right: 10px; bottom: 30px; }
  .cookie-consent { right: 0; bottom: 0; left: 0; width: 100%; padding: 30px 25px 25px; border-width: 1px 0 0; box-shadow: 0 -16px 50px rgba(23, 32, 28, .14); transform: translateY(100%); transition: opacity .48s ease, transform .56s cubic-bezier(.22, 1, .36, 1); }
  .cookie-consent__label { margin-bottom: 10px; padding: 0; border: 0; border-radius: 0; background: transparent; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 600; text-transform: uppercase; }
  .cookie-consent h2 { font-size: 32px; line-height: 1.15; letter-spacing: -1.28px; }
  .cookie-consent p { margin-top: 20px; font-size: 16px; line-height: 1.34; }
  .cookie-consent__actions { display: flex; margin-top: 30px; }
  .cookie-consent__button { width: 100%; min-height: 60px; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 600; }
  .cookie-consent__button:focus,
  .cookie-consent__button:focus-visible { outline: none; box-shadow: none; }
  .license-modal__header { padding: 0 20px; }
  .license-modal__viewer { padding: 20px; gap: 16px; }
  .contact-choice-modal { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; }
  .contact-choice-modal__content { position: relative; width: 100%; min-height: 100%; padding: 50px 25px; }
  .contact-choice-modal__header { display: block; }
  .contact-choice-modal__header p { margin: 0 0 10px; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 200; }
  .contact-choice-modal__header h2 { width: 100%; max-width: 340px; font-size: 32px; font-weight: 600; line-height: 1.15; letter-spacing: -1.28px; }
  .contact-choice-modal__close { position: absolute; top: 15px; right: 15px; width: 40px; height: 40px; flex-basis: 40px; }
  .contact-choice-modal__actions { gap: 10px; margin-top: 50px; }
  .contact-choice-modal__actions > a { min-height: 100px; padding: 14px 25px; }
  .contact-choice-modal__actions small { font-family: "Onest", Arial, sans-serif; font-size: 16px; font-weight: 300; }
  .contact-choice-modal__actions strong { font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 600; }
  .contact-choice-modal__close:focus,
  .contact-choice-modal__close:focus-visible { outline: none; box-shadow: none; }
  .license-modal__close:focus,
  .license-modal__close:focus-visible { outline: none; box-shadow: none; -webkit-tap-highlight-color: transparent; }
  .license-modal__close { width: 40px; height: 40px; flex: 0 0 40px; font-size: 26px; }
  .contact-choice-modal[open] { animation: mobile-modal-enter .56s cubic-bezier(.22, 1, .36, 1) both; }
  .contact-choice-modal[open]::backdrop { animation: mobile-backdrop-enter .48s ease-out both; }
  .contact-choice-modal[open].is-closing { animation: mobile-modal-exit .56s cubic-bezier(.64, 0, .78, 0) both; }
  .contact-choice-modal[open].is-closing::backdrop { animation: mobile-backdrop-exit .48s ease-in both; }
  @keyframes mobile-modal-enter {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes mobile-backdrop-enter {
    from { background: rgba(23, 32, 28, 0); }
    to { background: rgba(23, 32, 28, .62); }
  }
  @keyframes mobile-modal-exit {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(24px); }
  }
  @keyframes mobile-backdrop-exit {
    from { background: rgba(23, 32, 28, .62); }
    to { background: rgba(23, 32, 28, 0); }
  }
  .preparation-modal { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; overflow-y: auto; }
  .preparation-modal__content { position: relative; min-height: 100%; padding: 50px 25px; }
  .preparation-modal__header { display: block; padding: 0; border-bottom: 0; }
  .preparation-modal__header p { margin: 0 0 10px; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 200; text-transform: uppercase; }
  .preparation-modal__header h2 { width: 100%; max-width: 340px; font-size: 32px; font-weight: 600; line-height: 1.15; letter-spacing: -1.28px; }
  .preparation-modal__close { position: absolute; top: 15px; right: 15px; width: 40px; height: 40px; flex-basis: 40px; }
  .preparation-modal__close:focus, .preparation-modal__close:focus-visible { outline: none; box-shadow: none; }
  .preparation-modal__body { margin-top: 0; padding: 50px 0 0; }
  .preparation-modal__section { grid-template-columns: 1fr; gap: 0; padding: 20px 0; }
  .preparation-modal__section:first-child { padding-top: 0; }
  .preparation-modal__section:first-child h3 { margin-top: 0; }
  .preparation-modal__number { display: none; }
  .preparation-modal__section h3 { font-size: 16px; font-weight: 600; }
  .preparation-modal__section li, .preparation-modal__section p, .fog-modal__text p { font-size: 16px; font-weight: 300; line-height: 1.45; }
  .fog-modal__text { gap: 20px; padding-top: 0; }
  .preparation-modal[open] { animation: mobile-modal-enter .56s cubic-bezier(.22, 1, .36, 1) both; }
  .preparation-modal[open]::backdrop { animation: mobile-backdrop-enter .48s ease-out both; }
  .preparation-modal[open].is-closing { animation: mobile-modal-exit .56s cubic-bezier(.64, 0, .78, 0) both; }
  .preparation-modal[open].is-closing::backdrop { animation: mobile-backdrop-exit .48s ease-in both; }
  .calculator-request-modal { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; overflow-y: auto; }
  .calculator-request-modal__content { position: relative; min-height: 100%; padding: 50px 25px; }
  .calculator-request-modal__header { display: block; padding: 0; border-bottom: 0; }
  .calculator-request-modal__header p { margin: 0 0 10px; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 200; text-transform: uppercase; }
  .calculator-request-modal__header h2 { width: 100%; max-width: 340px; font-size: 32px; font-weight: 600; line-height: 1.15; letter-spacing: -1.28px; }
  .calculator-request-modal__close { position: absolute; top: 15px; right: 15px; width: 40px; height: 40px; flex-basis: 40px; }
  .calculator-request-modal__close:focus, .calculator-request-modal__close:focus-visible { outline: none; box-shadow: none; }
  .calculator-request-modal__summary { gap: 10px; margin: 50px 0 20px; padding: 20px; }
  .calculator-request-modal__summary dt, .calculator-request-modal__summary dd { font-size: 14px; }
  .calculator-request-modal__form { gap: 20px; }
  .calculator-request-modal__form label { font-size: 14px; font-weight: 300; }
  .calculator-request-modal__form input:not([type="hidden"]) { height: 60px; margin-top: 10px; padding: 0 15px; }
  .calculator-request-modal__form > button { min-height: 60px; margin-top: 10px; font-weight: 600; }
  .calculator-request-modal__response { margin: -5px 0 0; font-size: 13px; }
  .calculator-request-modal[open] { animation: mobile-modal-enter .56s cubic-bezier(.22, 1, .36, 1) both; }
  .calculator-request-modal[open]::backdrop { animation: mobile-backdrop-enter .48s ease-out both; }
  .calculator-request-modal[open].is-closing { animation: mobile-modal-exit .56s cubic-bezier(.64, 0, .78, 0) both; }
  .calculator-request-modal[open].is-closing::backdrop { animation: mobile-backdrop-exit .48s ease-in both; }

  /* Плавное масштабирование только внутри телефонного диапазона 320–480 px. */
  .hero { min-height: 980px; height: 980px; }
  h1,
  .services__heading h2,
  .process__heading h2,
  .pricing__heading h2.pricing-title--mobile,
  .about__heading .about-title--mobile,
  .contacts__heading h2 { font-size: clamp(36px, 10.77vw, 46px); }
  .service-card__title,
  .mobile-process-card h3,
  .about-card h3,
  .request-form h3 { font-size: clamp(22px, 6.41vw, 27px); }
  .hero__description--mobile,
  .services__heading > p:last-child,
  .service-card__text--mobile,
  .process__heading > p:last-child,
  .mobile-process-card__intro,
  .mobile-process-card__text,
  .mobile-process-card li,
  .about__heading > p:last-child,
  .about-card p,
  .contacts__heading > p:last-child,
  .contact-method small,
  .contact-method strong,
  .request-form > p,
  .contacts__benefits p,
  .site-footer__column a,
  .site-footer__address,
  .site-footer__hours p { font-size: clamp(14px, 4.1vw, 17px); }
  .hero__eyebrow,
  .section-label { font-size: clamp(13px, 3.59vw, 15px); }
  .contact-choice-modal__header h2,
  .preparation-modal__header h2,
  .calculator-request-modal__header h2 { font-size: clamp(30px, 8.21vw, 35px); }
  .cookie-consent h2 { font-size: clamp(19px, 5.64vw, 24px); line-height: 1.2; letter-spacing: -.6px; white-space: nowrap; }
  .hero__actions .button,
  .service-card__action,
  .calculator__submit,
  .request-form > button,
  .calculator-service-picker__toggle,
  .request-service-picker__toggle { min-height: clamp(56px, 15.38vw, 64px); font-size: clamp(14px, 4.1vw, 17px); }

  /* Первый экран сохраняет утверждённую композицию на всех телефонах. */
  h1 { font-size: clamp(36px, 10.77vw, 42px); }
  .hero__description--mobile { font-size: clamp(14px, 4.1vw, 16px); }
  .hero__actions .button { min-height: clamp(56px, 15.38vw, 60px); font-size: clamp(14px, 4.1vw, 16px); }
}

.form-toast { position: fixed; z-index: 10000; right: 25px; bottom: 25px; width: min(360px, calc(100vw - 50px)); min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid rgba(45, 133, 95, .22); color: var(--ink); background: rgba(255, 255, 255, .98); box-shadow: 0 14px 38px rgba(23, 32, 28, .14); font: 400 14px/1.4 "Onest", Arial, sans-serif; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .28s ease, transform .38s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .38s; }
.form-toast.is-visible { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
.form-toast__icon { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--green); font: 500 15px/1 "Manrope", Arial, sans-serif; }
.form-toast.is-success { border-color: rgba(45, 133, 95, .28); }
.form-toast.is-error { border-color: rgba(163, 61, 50, .25); }
.form-toast.is-error .form-toast__icon { color: #a33d32; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: smooth; }
  .service-card__icon { transition: none; }
  .page-loader { transition: none; }
  .contact-choice-modal[open], .contact-choice-modal[open]::backdrop,
  .preparation-modal[open], .preparation-modal[open]::backdrop,
  .calculator-request-modal[open], .calculator-request-modal[open]::backdrop { animation: none; }
}

@media (max-width: 720px) {
  .form-toast { right: 25px; bottom: 20px; width: calc(100vw - 50px); min-height: 54px; padding: 12px 15px; font-size: 13px; }
}

@media (min-width: 721px) {
  .service-card--mobile-extra, .services__scroll-hint { display: none; }
}
