.contact-page {
  --contact-ink: #0c1712;
  --contact-green: #075f3f;
  --contact-deep: #033c2a;
  --contact-lime: #d7f183;
  --contact-mint: #e4f2e6;
  --contact-paper: #fffdf8;
  --contact-line: rgba(3, 60, 42, .15);
  color: var(--contact-ink);
  background: var(--contact-paper);
}

.contact-page *,
.contact-page *::before,
.contact-page *::after { box-sizing: border-box; }

.contact-page .section-shell { width: min(calc(100% - 48px), 1320px); }

.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page p { overflow-wrap: break-word; }

.contact-hero {
  position: relative;
  min-height: 690px;
  padding: clamp(92px, 10vw, 150px) 0 clamp(78px, 9vw, 130px);
  overflow: hidden;
  background: var(--contact-deep);
  color: #fff;
}

.contact-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 80% 12%, rgba(215,241,131,.13), transparent 28%);
  background-size: 48px 48px, 48px 48px, auto;
  content: "";
  pointer-events: none;
}

.contact-hero::after {
  position: absolute;
  right: -10vw;
  bottom: -33vw;
  width: 56vw;
  aspect-ratio: 1;
  border: 1px solid rgba(215,241,131,.17);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(255,255,255,.018), 0 0 0 14vw rgba(255,255,255,.012);
  content: "";
  pointer-events: none;
}

.contact-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  gap: clamp(58px, 8vw, 120px);
  align-items: center;
}

.contact-hero .section-label { color: #b9e6c7; }
.contact-hero .section-label > span { color: var(--contact-lime); }

.contact-hero h1 {
  max-width: 760px;
  margin: 24px 0 26px;
  color: #fff;
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: 1.3;
}

.contact-hero h1 span,
.contact-ready h2 span,
.contact-form-aside h2 span,
.contact-complete h2 span,
.contact-after h2 span { display: block; }

.contact-hero h1 span,
.contact-form-aside h2 span { white-space: nowrap; }

.contact-hero__lead {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 600;
  line-height: 2;
}

.contact-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 38px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.14);
  list-style: none;
}

.contact-hero__facts li {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  min-height: 104px;
  padding: 21px 17px;
  background: rgba(3,46,32,.88);
}

.contact-hero__facts .icon { width: 28px; color: var(--contact-lime); }
.contact-hero__facts strong,
.contact-hero__facts small { display: block; }
.contact-hero__facts strong { color: #fff; font-size: 13px; line-height: 1.6; }
.contact-hero__facts small { margin-top: 4px; color: rgba(255,255,255,.56); font-size: 11px; font-weight: 650; line-height: 1.55; }

.contact-hero__guide {
  position: relative;
  padding: clamp(30px, 3.4vw, 46px);
  border-top: 6px solid var(--contact-lime);
  background: rgba(255,253,248,.98);
  box-shadow: 0 35px 90px rgba(0,0,0,.28);
  color: var(--contact-ink);
}

.contact-hero__guide::before {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 58px;
  height: 58px;
  border-top: 1px solid rgba(7,95,63,.18);
  border-right: 1px solid rgba(7,95,63,.18);
  content: "";
}

.contact-hero__guide > header {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--contact-line);
}

.contact-hero__guide > header > span {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--contact-green);
  color: #fff;
}

.contact-hero__guide > header .icon { width: 27px; }
.contact-hero__guide > header small,
.contact-hero__guide > header strong { display: block; }
.contact-hero__guide > header small { color: var(--contact-green); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.contact-hero__guide > header strong { margin-top: 4px; font-size: 20px; }

.contact-hero__guide ol { margin: 0; padding: 7px 0 0; list-style: none; }
.contact-hero__guide li { position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 17px; padding: 22px 0; }
.contact-hero__guide li:not(:last-child) { border-bottom: 1px solid var(--contact-line); }
.contact-hero__guide li > span { display: grid; place-items: center; width: 52px; aspect-ratio: 1; border-radius: 50%; background: var(--contact-mint); color: var(--contact-green); font-size: 12px; font-weight: 900; }
.contact-hero__guide li strong,
.contact-hero__guide li small { display: block; }
.contact-hero__guide li strong { font-size: 16px; line-height: 1.55; }
.contact-hero__guide li small { margin-top: 3px; color: #66736b; font-size: 12px; font-weight: 650; line-height: 1.65; }
.contact-hero__guide > p { display: flex; gap: 8px; align-items: center; margin: 18px 0 0; color: var(--contact-green); font-size: 12px; font-weight: 800; }
.contact-hero__guide > p span { color: #68b887; font-size: 9px; animation: contact-status 2s ease-in-out infinite; }

.contact-ready { padding: clamp(82px, 9vw, 130px) 0; background: #f8f6ef; }
.contact-ready__heading { display: grid; grid-template-columns: minmax(0, .75fr) minmax(420px, 1.25fr); gap: 60px; align-items: end; margin-bottom: 50px; }
.contact-ready__heading .section-label { align-self: start; }
.contact-ready h2 { margin: 0; font-size: clamp(36px, 4.2vw, 58px); font-weight: 900; letter-spacing: -.055em; line-height: 1.42; }

.contact-ready__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--contact-line);
  border-bottom: 1px solid var(--contact-line);
  list-style: none;
}

.contact-ready__grid li { position: relative; min-height: 360px; padding: 40px clamp(25px, 3vw, 44px); overflow: hidden; transition: background .3s ease, transform .4s var(--ease-out); }
.contact-ready__grid li + li { border-left: 1px solid var(--contact-line); }
.contact-ready__grid li:hover { background: #fffdf8; transform: translateY(-5px); }
.contact-ready__grid li > span { display: grid; place-items: center; width: 68px; aspect-ratio: 1; margin-bottom: 45px; border-radius: 50%; background: var(--contact-mint); color: var(--contact-green); }
.contact-ready__grid .icon { width: 31px; }
.contact-ready__grid small { position: absolute; top: 41px; right: 34px; color: rgba(7,95,63,.38); font-size: 12px; font-weight: 900; }
.contact-ready__grid strong { display: block; font-size: clamp(21px, 2vw, 27px); font-weight: 900; letter-spacing: -.04em; line-height: 1.55; }
.contact-ready__grid p { margin: 22px 0 0; color: #5d6a62; font-size: 15px; font-weight: 650; line-height: 1.9; }

.contact-form-section { padding: clamp(86px, 9vw, 138px) 0; background: var(--contact-mint); }
.contact-form-layout { display: grid; grid-template-columns: minmax(300px, .66fr) minmax(600px, 1.34fr); gap: clamp(52px, 7vw, 104px); align-items: start; }
.contact-form-aside { position: sticky; top: 112px; }
.contact-form-aside h2 { margin: 22px 0 25px; font-size: clamp(35px, 3vw, 44px); font-weight: 900; letter-spacing: -.055em; line-height: 1.45; }
.contact-form-aside > p:not(.section-label):not(.contact-sales-note) { margin: 0; color: #55645b; font-size: 16px; font-weight: 650; line-height: 1.95; }

.contact-form-aside__notes { display: grid; gap: 0; margin: 33px 0; border-top: 1px solid var(--contact-line); }
.contact-form-aside__notes > div { padding: 18px 0; border-bottom: 1px solid var(--contact-line); }
.contact-form-aside__notes dt { display: flex; gap: 9px; align-items: center; color: var(--contact-green); font-size: 13px; font-weight: 900; }
.contact-form-aside__notes dt .icon { width: 22px; }
.contact-form-aside__notes dd { margin: 6px 0 0 31px; color: #55645b; font-size: 13px; font-weight: 650; }

.contact-phone-card { display: grid; grid-template-columns: 55px minmax(0, 1fr); gap: 17px; align-items: center; padding: 23px; background: var(--contact-deep); color: #fff; }
.contact-phone-card > span { display: grid; place-items: center; width: 55px; aspect-ratio: 1; border-radius: 50%; background: var(--contact-lime); color: var(--contact-deep); }
.contact-phone-card .icon { width: 26px; }
.contact-phone-card small,
.contact-phone-card a,
.contact-phone-card p { display: block; }
.contact-phone-card small { color: #bce2c7; font-size: 11px; font-weight: 800; }
.contact-phone-card a { margin-top: 3px; color: #fff; font-size: 22px; font-weight: 900; letter-spacing: .02em; }
.contact-phone-card p { margin: 4px 0 0; color: rgba(255,255,255,.58); font-size: 11px; }

.contact-sales-note { margin: 19px 0 0; padding-left: 16px; border-left: 3px solid rgba(7,95,63,.24); color: #6b756f; font-size: 12px; font-weight: 650; line-height: 1.75; }
.contact-sales-note strong { display: block; color: #33453a; font-size: 12px; }

.contact-form-card { min-width: 0; padding: clamp(30px, 4.2vw, 60px); border-top: 7px solid var(--contact-green); background: var(--contact-paper); box-shadow: 0 34px 90px rgba(3,60,42,.12); scroll-margin-top: 105px; }
.contact-progress { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 46px; padding: 0; list-style: none; }
.contact-progress li { position: relative; display: grid; justify-items: center; gap: 9px; color: #9aa39d; }
.contact-progress li:not(:last-child)::after { position: absolute; top: 19px; left: calc(50% + 25px); width: calc(100% - 50px); height: 1px; background: var(--contact-line); content: ""; }
.contact-progress li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 40px; aspect-ratio: 1; border: 1px solid var(--contact-line); border-radius: 50%; background: var(--contact-paper); font-size: 11px; font-weight: 900; }
.contact-progress li > strong { font-size: 12px; }
.contact-progress li.is-current { color: var(--contact-green); }
.contact-progress li.is-current > span { border-color: var(--contact-green); background: var(--contact-green); color: #fff; }

.contact-error { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 13px; margin: -18px 0 34px; padding: 18px 20px; border: 1px solid #d69d90; background: #fff2ed; color: #71372b; }
.contact-error .icon { width: 28px; }
.contact-error p { margin: 0; font-size: 13px; line-height: 1.75; }
.contact-error strong { display: block; margin-bottom: 2px; font-size: 14px; }

.contact-form { margin: 0; }
.contact-field { display: block; min-width: 0; margin: 0 0 31px; }
.contact-field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.contact-field-row .contact-field { margin-bottom: 31px; }
.contact-field__label,
.contact-field legend { display: flex; gap: 10px; align-items: center; margin: 0 0 11px; color: var(--contact-ink); font-size: 15px; font-weight: 900; }
.contact-field__label b,
.contact-field legend > span { display: inline-grid; place-items: center; min-width: 40px; height: 22px; padding: 0 7px; background: var(--contact-green); color: #fff; font-size: 10px; font-style: normal; font-weight: 900; }
.contact-field__label i { display: inline-grid; place-items: center; min-width: 40px; height: 22px; padding: 0 7px; background: #e1e4df; color: #667269; font-size: 10px; font-style: normal; font-weight: 900; }
.contact-field input[type="text"],
.contact-field input[type="email"],
.contact-field input[type="tel"],
.contact-field input[type="url"],
.contact-field textarea { width: 100%; border: 1px solid rgba(3,60,42,.22); border-radius: 0; outline: 0; background: #fff; color: var(--contact-ink); font: inherit; font-size: 16px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-field input[type="text"],
.contact-field input[type="email"],
.contact-field input[type="tel"],
.contact-field input[type="url"] { min-height: 58px; padding: 0 17px; }
.contact-field textarea { min-height: 210px; padding: 17px; line-height: 1.8; resize: vertical; }
.contact-field input::placeholder,
.contact-field textarea::placeholder { color: #8b958e; opacity: 1; }
.contact-field input:focus,
.contact-field textarea:focus { border-color: var(--contact-green); box-shadow: 0 0 0 4px rgba(7,95,63,.11); background: #fffefb; }
.contact-field input:user-invalid,
.contact-field textarea:user-invalid { border-color: #bd6a59; }
.contact-field > small { display: block; margin-top: 8px; color: #6c776f; font-size: 12px; font-weight: 650; line-height: 1.65; }

.contact-field--choice,
.contact-field--method { padding: 0; border: 0; }
.contact-field--choice > p { margin: -3px 0 14px; color: #6c776f; font-size: 12px; font-weight: 650; }
.contact-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.contact-choice-grid label:last-child { grid-column: 1 / -1; }
.contact-choice-grid label,
.contact-method-grid label { position: relative; display: block; cursor: pointer; }
.contact-choice-grid input,
.contact-method-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.contact-choice-grid label > span,
.contact-method-grid label > span { position: relative; display: flex; align-items: center; min-height: 57px; padding: 13px 15px 13px 45px; border: 1px solid rgba(3,60,42,.17); background: #fff; color: #33453a; font-size: 13px; font-weight: 800; line-height: 1.5; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.contact-choice-grid label > span::before,
.contact-method-grid label > span::before { position: absolute; left: 16px; width: 17px; aspect-ratio: 1; border: 1px solid #8d9b92; border-radius: 50%; background: #fff; content: ""; }
.contact-choice-grid label > span::after,
.contact-method-grid label > span::after { position: absolute; left: 21px; width: 7px; aspect-ratio: 1; border-radius: 50%; background: transparent; content: ""; }
.contact-choice-grid input:checked + span,
.contact-method-grid input:checked + span { border-color: var(--contact-green); background: var(--contact-mint); color: var(--contact-green); }
.contact-choice-grid input:checked + span::after,
.contact-method-grid input:checked + span::after { background: var(--contact-green); }
.contact-choice-grid input:focus-visible + span,
.contact-method-grid input:focus-visible + span { outline: 3px solid rgba(7,95,63,.24); outline-offset: 2px; }
.contact-method-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.contact-method-grid label > span { justify-content: center; padding-left: 39px; }

.contact-character { display: flex; justify-content: space-between; gap: 15px; margin-top: 8px; color: #6c776f; }
.contact-character small,
.contact-character output { font-size: 11px; font-weight: 700; }

.contact-privacy-check { display: grid; grid-template-columns: 1px 30px minmax(0, 1fr); gap: 12px; align-items: center; margin: 7px 0 26px; cursor: pointer; }
.contact-privacy-check input { width: 1px; height: 1px; opacity: 0; }
.contact-privacy-check > span { display: grid; place-items: center; width: 30px; aspect-ratio: 1; border: 1px solid rgba(3,60,42,.25); background: #fff; color: transparent; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.contact-privacy-check .icon { width: 20px; }
.contact-privacy-check input:checked + span { border-color: var(--contact-green); background: var(--contact-green); color: #fff; }
.contact-privacy-check input:focus-visible + span { outline: 3px solid rgba(7,95,63,.24); outline-offset: 2px; }
.contact-privacy-check b { font-size: 13px; line-height: 1.7; }
.contact-privacy-check a { color: var(--contact-green); text-decoration: underline; text-underline-offset: 4px; }

.contact-submit-area { padding: 25px; background: #f0f2ed; }
.contact-submit-area p { display: flex; gap: 8px; align-items: center; justify-content: center; margin: 0 0 13px; color: #536158; font-size: 11px; font-weight: 700; }
.contact-submit-area p .icon { width: 19px; color: var(--contact-green); }
.contact-review-button,
.contact-review-actions button { border: 0; border-radius: 0; font: inherit; cursor: pointer; }
.contact-review-button { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 70px; padding: 0 26px; background: var(--contact-green); color: #fff; font-size: 16px; font-weight: 900; transition: background .2s ease, transform .25s ease; }
.contact-review-button:hover { background: var(--contact-deep); transform: translateY(-2px); }
.contact-review-button:focus-visible,
.contact-review-actions button:focus-visible { outline: 3px solid var(--contact-lime); outline-offset: 3px; }

.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.contact-form__review > .section-label { margin-bottom: 16px; }
.contact-form__review > h3 { margin: 0; font-size: clamp(26px, 3vw, 36px); font-weight: 900; letter-spacing: -.045em; line-height: 1.45; }
.contact-form__review > p:not(.section-label) { margin: 13px 0 30px; color: #5c6961; font-size: 14px; line-height: 1.8; }
.contact-form__review dl { margin: 0; border-top: 1px solid var(--contact-line); }
.contact-form__review dl > div { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 24px; padding: 20px 4px; border-bottom: 1px solid var(--contact-line); }
.contact-form__review dt { color: var(--contact-green); font-size: 12px; font-weight: 900; }
.contact-form__review dd { margin: 0; white-space: pre-wrap; color: var(--contact-ink); font-size: 14px; font-weight: 700; line-height: 1.8; }
.contact-review-actions { display: grid; grid-template-columns: minmax(150px, .55fr) minmax(240px, 1.45fr); gap: 12px; margin-top: 32px; }
.contact-review-actions button { min-height: 66px; padding: 0 20px; font-size: 14px; font-weight: 900; }
.contact-review-actions button:first-child { border: 1px solid var(--contact-line); background: #fff; color: var(--contact-green); }
.contact-review-actions button:last-child { display: flex; justify-content: space-between; align-items: center; background: var(--contact-green); color: #fff; }
.contact-review-actions button:disabled { cursor: wait; opacity: .65; }

.contact-complete { padding: 30px 7% 22px; text-align: center; outline: 0; }
.contact-complete__icon { display: grid; place-items: center; width: 88px; aspect-ratio: 1; margin: 0 auto 25px; border-radius: 50%; background: var(--contact-mint); color: var(--contact-green); }
.contact-complete__icon .icon { width: 46px; }
.contact-complete .section-label { justify-content: center; }
.contact-complete h2 { margin: 21px 0 18px; font-size: clamp(34px, 4vw, 50px); font-weight: 900; letter-spacing: -.055em; line-height: 1.45; }
.contact-complete > p:not(.section-label) { margin: 0 auto; max-width: 580px; color: #5c6961; font-size: 15px; line-height: 1.9; }
.contact-complete__steps { margin: 34px 0 0; padding: 0; border-top: 1px solid var(--contact-line); list-style: none; text-align: left; }
.contact-complete__steps li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--contact-line); }
.contact-complete__steps li > span { display: grid; place-items: center; width: 48px; aspect-ratio: 1; border-radius: 50%; background: var(--contact-green); color: #fff; font-size: 11px; font-weight: 900; }
.contact-complete__steps strong,
.contact-complete__steps small { display: block; }
.contact-complete__steps strong { font-size: 15px; }
.contact-complete__steps small { margin-top: 4px; color: #66736b; font-size: 12px; font-weight: 650; }
.contact-complete__home { display: inline-flex; gap: 22px; align-items: center; margin-top: 30px; color: var(--contact-green); font-size: 14px; font-weight: 900; }

.contact-after { position: relative; padding: clamp(88px, 9vw, 135px) 0; overflow: hidden; background: var(--contact-deep); color: #fff; }
.contact-after::before { position: absolute; inset: 0; background: radial-gradient(circle at 10% 20%, rgba(215,241,131,.1), transparent 30%); content: ""; }
.contact-after__grid { position: relative; display: grid; grid-template-columns: minmax(350px, .8fr) minmax(520px, 1.2fr); gap: clamp(58px, 8vw, 120px); align-items: start; }
.contact-after .section-label { color: #b9e6c7; }
.contact-after .section-label span { color: var(--contact-lime); }
.contact-after h2 { margin: 22px 0 24px; color: #fff; font-size: clamp(38px, 3.5vw, 50px); font-weight: 900; letter-spacing: -.055em; line-height: 1.4; }
.contact-after h2 span { white-space: nowrap; }
.contact-after header > p:last-child { margin: 0; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.95; }
.contact-after ol { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.17); list-style: none; }
.contact-after li { display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.contact-after li > span { display: grid; place-items: center; width: 60px; aspect-ratio: 1; border: 1px solid rgba(215,241,131,.34); border-radius: 50%; color: var(--contact-lime); font-size: 12px; font-weight: 900; }
.contact-after li strong { display: block; color: #fff; font-size: 18px; }
.contact-after li p { margin: 7px 0 0; color: rgba(255,255,255,.59); font-size: 14px; line-height: 1.8; }

@keyframes contact-status { 0%,100% { opacity:.5; transform:scale(.82); } 50% { opacity:1; transform:scale(1); } }

@media (max-width: 1100px) {
  .contact-hero__grid { grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 48px; }
  .contact-hero__facts { grid-template-columns: 1fr; }
  .contact-hero__facts li { grid-template-columns: 28px minmax(0,1fr); min-height: 0; padding: 14px 16px; }
  .contact-form-layout { grid-template-columns: minmax(280px, .7fr) minmax(520px, 1.3fr); gap: 44px; }
  .contact-choice-grid { grid-template-columns: 1fr; }
  .contact-choice-grid label:last-child { grid-column: auto; }
}

@media (max-width: 900px) {
  .contact-hero { min-height: 0; }
  .contact-hero__grid,
  .contact-form-layout,
  .contact-after__grid { grid-template-columns: 1fr; }
  .contact-hero__copy { max-width: 730px; }
  .contact-hero__facts { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .contact-hero__facts li { min-height: 104px; }
  .contact-hero__guide { max-width: 680px; }
  .contact-ready__heading { grid-template-columns: 1fr; gap: 25px; }
  .contact-ready__grid li { min-height: 330px; padding-inline: 25px; }
  .contact-form-aside { position: static; max-width: 700px; }
  .contact-form-layout { gap: 50px; }
  .contact-after__grid { gap: 48px; }
}

@media (max-width: 720px) {
  .contact-hero { padding: 72px 0 69px; }
  .contact-hero__grid { gap: 34px; }
  .contact-hero h1 { margin: 18px 0 19px; font-size: clamp(36px, 10.4vw, 46px); line-height: 1.38; }
  .contact-hero__lead { font-size: 15px; line-height: 1.9; }
  .contact-hero__facts { grid-template-columns: 1fr; margin-top: 27px; }
  .contact-hero__facts li { min-height: 0; padding: 13px 14px; }
  .contact-hero__facts small { font-size: 12px; }
  .contact-hero__guide { padding: 25px 21px; border-top-width: 5px; }
  .contact-hero__guide > header { padding-bottom: 19px; }
  .contact-hero__guide > header > span { width: 50px; }
  .contact-hero__guide li { grid-template-columns: 46px minmax(0,1fr); gap: 13px; padding: 17px 0; }
  .contact-hero__guide li > span { width: 46px; }
  .contact-hero__guide li strong { font-size: 15px; }
  .contact-hero__guide li small { font-size: 12px; }

  .contact-ready { padding: 70px 0; }
  .contact-ready__heading { margin-bottom: 31px; }
  .contact-ready h2 { font-size: 31px; line-height: 1.5; }
  .contact-ready__grid { grid-template-columns: 1fr; }
  .contact-ready__grid li { min-height: 0; padding: 28px 20px 30px 92px; }
  .contact-ready__grid li + li { border-top: 1px solid var(--contact-line); border-left: 0; }
  .contact-ready__grid li > span { position: absolute; top: 30px; left: 20px; width: 55px; margin: 0; }
  .contact-ready__grid small { top: 31px; right: 20px; }
  .contact-ready__grid strong { padding-right: 36px; font-size: 20px; line-height: 1.55; }
  .contact-ready__grid p { margin-top: 12px; font-size: 14px; line-height: 1.8; }

  .contact-form-section { padding: 70px 0; }
  .contact-form-layout { gap: 37px; }
  .contact-form-aside h2 { margin: 18px 0; font-size: 31px; line-height: 1.5; }
  .contact-form-aside > p:not(.section-label):not(.contact-sales-note) { font-size: 15px; }
  .contact-form-aside__notes { margin: 25px 0; }
  .contact-phone-card { grid-template-columns: 49px minmax(0,1fr); padding: 19px; }
  .contact-phone-card > span { width: 49px; }
  .contact-phone-card a { font-size: 20px; }
  .contact-form-card { margin-inline: -8px; padding: 28px 19px 25px; border-top-width: 5px; scroll-margin-top: 82px; }
  .contact-progress { margin-bottom: 34px; }
  .contact-progress li > strong { font-size: 11px; }
  .contact-field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-choice-grid { grid-template-columns: 1fr; }
  .contact-method-grid { grid-template-columns: 1fr; }
  .contact-method-grid label > span { justify-content: flex-start; }
  .contact-field { margin-bottom: 26px; }
  .contact-field input[type="text"],
  .contact-field input[type="email"],
  .contact-field input[type="tel"],
  .contact-field input[type="url"] { min-height: 56px; font-size: 16px; }
  .contact-field textarea { min-height: 230px; font-size: 16px; }
  .contact-submit-area { padding: 18px 14px; }
  .contact-submit-area p { text-align: center; }
  .contact-review-button { min-height: 64px; padding-inline: 19px; font-size: 15px; }
  .contact-form__review dl > div { grid-template-columns: 1fr; gap: 5px; padding: 17px 2px; }
  .contact-review-actions { grid-template-columns: 1fr; }
  .contact-review-actions button:first-child { order: 2; }
  .contact-complete { padding-inline: 0; }
  .contact-complete h2 { font-size: 31px; }

  .contact-after { padding: 72px 0 82px; }
  .contact-after h2 { font-size: 32px; line-height: 1.48; }
  .contact-after h2 span { white-space: normal; }
  .contact-after li { grid-template-columns: 50px minmax(0,1fr); gap: 15px; padding: 22px 0; }
  .contact-after li > span { width: 50px; }
  .contact-after li strong { font-size: 16px; }
}

@media (max-width: 360px) {
  .contact-hero h1 { font-size: 34px; }
  .contact-ready h2,
  .contact-form-aside h2,
  .contact-complete h2,
  .contact-after h2 { font-size: 29px; }
  .contact-ready__grid li { padding-left: 82px; }
  .contact-ready__grid li > span { width: 50px; }
  .contact-phone-card { padding: 17px 14px; }
  .contact-form-card { margin-inline: -10px; padding-inline: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero__guide > p span { animation: none; }
  .contact-ready__grid li,
  .contact-review-button { transition: none; transform: none !important; }
}
