:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --surface-soft: #eef3f8;
  --text: #111827;
  --muted: #687385;
  --line: rgba(17, 24, 39, 0.1);
  --brand: #ff0032;
  --brand-dark: #c90027;
  --accent: #0f766e;
  --danger: #b42318;
  --shadow: 0 24px 70px rgba(31, 41, 55, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "MTS Sans", "MTS Compact", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(31, 41, 55, 0.06);
  backdrop-filter: blur(16px);
}

.topbar__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 18px;
}

.topbar__top,
.topbar__bottom,
.topbar__contacts {
  display: flex;
  align-items: center;
}

.topbar__top,
.topbar__bottom {
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.brand,
.topbar__nav,
.topbar__phone {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 700;
}

.brand--dealer {
  gap: 12px;
}

.brand__logo {
  display: block;
  width: 56px;
  height: 54px;
  object-fit: contain;
}

.brand__divider {
  position: relative;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.brand__divider::before,
.brand__divider::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: #111827;
  content: "";
}

.brand__divider::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.brand__divider::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.brand__dealer {
  display: grid;
  color: #1f2937;
  font-size: 17px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.topbar__geo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9aa3af;
  font-size: 18px;
  font-weight: 600;
}

.topbar__geo::before {
  color: #9aa3af;
  content: "➤";
  font-size: 22px;
  transform: rotate(-20deg);
}

.topbar__nav {
  gap: 30px;
  color: #24272d;
  font-size: 20px;
  font-weight: 650;
}

.topbar__phone {
  display: grid;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #24272d;
  font-size: 19px;
  font-weight: 450;
  line-height: 1.15;
  white-space: nowrap;
}

.topbar__phone span {
  color: #9aa3af;
  font-size: 18px;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
}

.phone-text {
  color: inherit;
  font: inherit;
  font-weight: inherit;
}

[data-phone-hidden]:not(.is-revealed) .phone-text {
  color: var(--brand);
  border-bottom: 1px dashed currentColor;
}

.topbar__contacts {
  gap: 34px;
  justify-content: flex-end;
}

.dealer-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(255, 0, 50, 0.08);
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0;
}

.compact {
  padding: 66px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 430px);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 72px);
  padding-top: 42px;
}

.hero__content h1,
.section-head h2,
.check-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.benefits span,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: #2f3a4a;
  font-size: 14px;
  font-weight: 800;
}

.hero .benefits span:first-child {
  border-color: rgba(15, 118, 110, 0.24);
  background: #ecfdf5;
  color: #047857;
}

.lead-card,
.check-form,
.final-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.lead-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.lead-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), #ff7a00);
  content: "";
}

.lead-card__head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.lead-card__head strong {
  font-size: 24px;
}

.lead-card__head span,
.form-note,
.section-head p,
.check-copy p,
.support-card p {
  color: var(--muted);
  line-height: 1.5;
}

.support-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1.1fr;
  gap: 14px;
  padding-top: 10px;
  padding-bottom: 46px;
}

.support-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
}

.support-card--lead {
  border-color: rgba(255, 0, 50, 0.2);
  box-shadow: 0 18px 50px rgba(255, 0, 50, 0.08);
}

.support-card--app {
  background: #111827;
  color: #ffffff;
}

.support-card--app p {
  color: rgba(255, 255, 255, 0.7);
}

.support-card h2 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.1;
}

.support-card p:not(.eyebrow) {
  margin: 0 0 18px;
}

.support-phone {
  margin-top: auto;
  color: var(--brand);
  font-size: 22px;
  font-weight: 650;
}

.app-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.app-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.field {
  position: relative;
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.field span {
  color: #374151;
  font-size: 13px;
  font-weight: 900;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 16px;
  background: #fbfdff;
  color: var(--text);
  font: inherit;
  font-size: 17px;
  outline: none;
}

.field textarea {
  min-height: 76px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.35;
  resize: none;
  overflow: hidden;
}

.field--large input,
.field--large textarea {
  min-height: 68px;
  font-size: 20px;
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(255, 0, 50, 0.48);
  box-shadow: 0 0 0 4px rgba(255, 0, 50, 0.1);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  padding: 0 20px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button--primary {
  width: 100%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  box-shadow: 0 14px 30px rgba(255, 0, 50, 0.18);
}

.button--primary::after {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -35%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  content: "";
  transform: skewX(-18deg) translateX(-180%);
  transition: transform 520ms ease;
}

.button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 0, 50, 0.26);
}

.button--primary:hover::after {
  transform: skewX(-18deg) translateX(520%);
}

.button--primary:active {
  transform: translateY(0);
  box-shadow: 0 10px 22px rgba(255, 0, 50, 0.18);
}

.button--ghost {
  width: fit-content;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--brand);
}

.button--ghost:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 0, 50, 0.24);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
}

.button--wide {
  min-height: 66px;
  font-size: 18px;
}

.form-note {
  min-height: 20px;
  margin: 12px 0 0;
  font-size: 13px;
}

.next-steps-line {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  color: #667085;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.next-steps-line span {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ff0032;
}

.form-note a,
.consent-check a,
.cookie-banner a,
.legal-page a {
  color: var(--brand);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  margin: 4px 0 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.consent-check span {
  min-width: 0;
}

.consent-check input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--brand);
}

.form-note.is-error {
  color: var(--danger);
}

.form-note.is-success {
  color: var(--accent);
  font-weight: 800;
}

.address-status {
  display: grid;
  gap: 8px;
  position: relative;
  margin-top: 10px;
  padding: 18px 18px 18px 20px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-left: 6px solid var(--brand);
  border-radius: 8px;
  background: #ffffff;
  color: #374151;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 12px 28px rgba(31, 41, 55, 0.08);
}

.address-status[hidden],
.suggestions[hidden] {
  display: none;
}

.address-status strong {
  color: var(--text);
  font-size: 22px;
  line-height: 1.12;
}

.address-status > span {
  max-width: 680px;
  color: #374151;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.address-status span,
.address-status small {
  display: block;
}

.address-status small {
  margin-top: 2px;
  color: inherit;
  font-size: 14px;
  opacity: 0.78;
}

.address-status--mts_available {
  border-color: rgba(0, 168, 132, 0.22);
  border-left-color: #00a884;
  background: linear-gradient(180deg, #f0fff9, #ffffff);
  color: #145442;
  box-shadow: 0 16px 38px rgba(0, 168, 132, 0.12);
}

.address-status--mts_available strong {
  color: #075f49;
}

.address-status--mts_available > span {
  color: #1f3f36;
}

.address-status--manager_check,
.address-status--private_sector,
.address-status--need_manager_check {
  border-color: rgba(37, 99, 235, 0.18);
  border-left-color: #4f7cff;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
  color: #374151;
}

.address-status--manager_check strong,
.address-status--private_sector strong,
.address-status--need_manager_check strong {
  color: #1e3a8a;
}

.suggestions {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  z-index: 30;
  overflow: auto;
  max-height: 280px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 41, 55, 0.14);
}

.suggestions button {
  width: 100%;
  border: 0;
  padding: 12px 14px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

.suggestions button:hover {
  background: var(--surface-soft);
}

.section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-head--row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.section-head--row p {
  max-width: 370px;
}

.section-head h2,
.check-copy h2,
.final-cta h2 {
  font-size: clamp(30px, 4vw, 50px);
}

.reason-grid,
.tariff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.reason-grid article,
.tariff-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.reason-grid article {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.reason-grid strong {
  font-size: 18px;
}

.reason-grid span {
  color: var(--muted);
  line-height: 1.45;
}

.tariff-grid {
  grid-template-columns: repeat(3, 1fr);
}

.tariff-card {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 26px;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.tariff-card--accent {
  border-color: rgba(255, 0, 50, 0.22);
  box-shadow: 0 24px 54px rgba(17, 24, 39, 0.1);
}

.tariff-card--accent::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--brand);
  content: "";
}

.tariff-card:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 24, 39, 0.16);
  box-shadow: 0 26px 64px rgba(17, 24, 39, 0.11);
}

.tariff-badges {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tariff-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 8px;
  padding: 0 10px;
  background: var(--brand);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.tariff-badge--outline {
  border: 1px solid var(--brand);
  background: #ffffff;
  color: var(--brand);
}

.kion-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid #e3e7ee;
  border-radius: 8px;
  padding: 0 10px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.tariff-card h3 {
  margin: 24px 0 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.12;
}

.tariff-specs {
  display: grid;
  gap: 0;
  margin-bottom: 20px;
  border-top: 1px solid #edf0f4;
}

.tariff-spec {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 43px;
  border-bottom: 1px solid #edf0f4;
  color: #1f2937;
  font-size: 17px;
}

.tariff-spec strong {
  color: #111827;
  font-weight: 800;
}

.tariff-spec small {
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.tariff-spec__icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #98a2ad;
}

.tariff-spec__icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tariff-card:hover .tariff-spec__icon {
  color: #737d8c;
}

.tariff-option {
  display: grid;
  gap: 4px;
  margin-top: auto;
  margin-bottom: 14px;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fafbfc;
}

.tariff-option strong {
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.tariff-option span {
  color: #5f6977;
  font-size: 14px;
  line-height: 1.35;
}

.tariff-promo {
  margin-bottom: 22px;
  border-radius: 8px;
  padding: 14px 15px;
  background: #202124;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.32;
}

.tariff-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  color: #111827;
}

.tariff-price strong {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.tariff-price span {
  font-size: 18px;
}

.tariff-price del {
  color: #8b95a1;
  font-size: 17px;
  text-decoration-thickness: 2px;
}

.tariff-price em {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  padding: 0 8px;
  background: #ff3b42;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.tariff-card .button {
  min-height: 52px;
  font-weight: 800;
}

.tariff-details {
  min-height: 38px;
  border: 0;
  background: transparent;
  color: #1f2937;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: color 160ms ease;
}

.tariff-details:hover {
  color: var(--brand);
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .button--primary::after,
  .tariff-card,
  .tariff-details {
    transition: none;
  }

  .button--primary:hover,
  .button--ghost:hover,
  .tariff-card:hover {
    transform: none;
  }
}

.check-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 48px;
  border-radius: 8px;
  background: #111827;
  color: #ffffff;
}

.check-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.check-form {
  padding: 20px;
}

.check-form .consent-check {
  color: #4b5563;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps--three {
  grid-template-columns: repeat(3, 1fr);
}

.steps li {
  display: grid;
  gap: 12px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.steps li small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.steps span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--brand);
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 40px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.final-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 12px;
  align-items: start;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.final-form .consent-check,
.final-form .button {
  grid-column: 1 / -1;
}

.final-form .button {
  width: 100%;
  margin-top: 0;
}

.final-form .form-note {
  grid-column: 1 / -1;
}

.final-form .next-steps-line {
  grid-column: 1 / -1;
}

.footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 44px;
  color: var(--muted);
  font-size: 14px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

.footer a,
.footer__links a {
  color: var(--text);
  font-weight: 900;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  width: min(720px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-banner .button {
  min-height: 44px;
}

.mobile-sticky-cta {
  display: none;
}

.legal-page {
  width: calc(100% - 48px);
  max-width: 900px;
  margin: 32px auto 72px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(31, 41, 55, 0.08);
  overflow-wrap: anywhere;
}

.legal-page h1 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}

.legal-page h2 {
  margin: 34px 0 12px;
  font-size: 24px;
}

.legal-page p,
.legal-page li {
  color: #334155;
  line-height: 1.65;
}

.legal-page ul,
.legal-page ol {
  padding-left: 22px;
}

.legal-note {
  padding: 16px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.06);
}

.thank-you-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 0, 50, 0.08), transparent 32%),
    var(--bg);
}

.thank-you-page {
  display: grid;
  width: min(760px, calc(100% - 32px));
  min-height: 100vh;
  align-content: center;
  gap: 28px;
  margin: 0 auto;
  padding: 48px 0;
}

.thank-you-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 38px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.thank-you-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(255, 0, 50, 0.1);
  color: var(--brand);
  font-size: 28px;
  font-weight: 800;
}

.thank-you-card h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
}

.thank-you-card p {
  color: var(--muted);
  line-height: 1.55;
}

.thank-you-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 26px;
}

.thank-you-actions .button {
  width: 100%;
}

@media (max-width: 920px) {
  .topbar__nav {
    display: none;
  }

  .topbar__inner {
    gap: 12px;
    padding: 12px 0;
  }

  .topbar__bottom {
    justify-content: flex-end;
  }

  .topbar__contacts {
    width: 100%;
    justify-content: space-between;
  }

  .topbar__phone,
  .topbar__phone span {
    font-size: 15px;
  }

  .brand__logo {
    width: 48px;
    height: 46px;
  }

  .brand__divider {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .brand__divider::before,
  .brand__divider::after {
    width: 24px;
  }

  .brand__dealer {
    font-size: 15px;
  }

  .hero,
  .check-section,
  .final-cta,
  .support-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 34px;
  }

  .reason-grid,
  .tariff-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .steps--three {
    grid-template-columns: 1fr;
  }

  .section-head--row {
    display: block;
  }

  .final-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .topbar__inner {
    width: min(100% - 24px, 1180px);
    gap: 10px;
  }

  .topbar__geo {
    font-size: 14px;
  }

  .topbar__geo::before {
    font-size: 16px;
  }

  .topbar__bottom {
    display: block;
  }

  .topbar__contacts {
    display: block;
  }

  .topbar__phone {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0 12px;
    background: #ffffff;
    font-size: 14px;
  }

  .topbar__phone--support {
    display: none;
  }

  .brand--dealer {
    gap: 8px;
  }

  .brand__logo {
    width: 40px;
    height: 39px;
  }

  .brand__divider {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .brand__divider::before,
  .brand__divider::after {
    width: 18px;
    height: 1.5px;
  }

  .brand__dealer {
    font-size: 11px;
    line-height: 0.95;
  }

  .section {
    width: min(100% - 24px, 1180px);
    padding: 48px 0;
  }

  .hero__content h1 {
    font-size: 40px;
  }

  .hero__lead {
    font-size: 18px;
  }

  .lead-card,
  .support-card,
  .check-form,
  .final-cta,
  .check-section {
    padding: 18px;
  }

  .reason-grid,
  .tariff-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 35;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: center;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 8px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 46px rgba(17, 24, 39, 0.16);
    backdrop-filter: blur(14px);
  }

  .mobile-sticky-cta .button {
    min-height: 48px;
  }

  .mobile-sticky-cta__phone {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 12px;
    color: var(--brand);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
  }

  body {
    padding-bottom: 74px;
  }

  .tariff-card {
    min-height: 0;
  }

  .footer {
    display: grid;
    width: min(100% - 24px, 1180px);
  }

  .legal-page {
    width: min(100% - 24px, 900px);
    margin: 18px auto 48px;
    padding: 22px;
  }

  .legal-page h1 {
    font-size: 30px;
  }

  .thank-you-card {
    padding: 24px;
  }

  .thank-you-actions {
    grid-template-columns: 1fr;
  }

  .footer__links {
    justify-content: flex-start;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }
}

/* Modern conversion refresh */
:root {
  --bg: #f4f6fa;
  --surface: #ffffff;
  --surface-soft: #f3f6fa;
  --text: #0f172a;
  --muted: #667085;
  --line: rgba(15, 23, 42, 0.1);
  --brand: #ff0032;
  --brand-dark: #d9002b;
  --accent: #00856f;
  --shadow: 0 22px 56px rgba(15, 23, 42, 0.1);
  --shadow-strong: 0 34px 90px rgba(15, 23, 42, 0.16);
}

body {
  background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 46%, #f5f7fb 100%);
  color: var(--text);
  font-family: "MTS Sans", "MTS Compact", "Inter", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "kern" 1;
  text-rendering: geometricPrecision;
}

.topbar {
  border-bottom-color: rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.07);
}

.topbar__inner {
  gap: 12px;
  padding: 12px 0 14px;
}

.brand__logo {
  width: 50px;
  height: 48px;
}

.brand__dealer {
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}

.topbar__geo {
  min-height: 34px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  padding: 0 12px;
  background: #ffffff;
  color: #475467;
  font-size: 15px;
  font-weight: 750;
}

.topbar__geo::before {
  color: var(--brand);
  font-size: 16px;
}

.topbar__nav {
  gap: 24px;
  color: #1d2430;
  font-size: 17px;
  font-weight: 750;
}

.topbar__nav a {
  transition: color 160ms ease;
}

.topbar__nav a:hover {
  color: var(--brand);
}

.topbar__phone {
  color: #111827;
  font-size: 17px;
  font-weight: 700;
}

.topbar__phone span {
  color: #7a8494;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.section {
  width: min(1200px, calc(100% - 40px));
}

.hero {
  position: relative;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 440px);
  gap: 52px;
  min-height: calc(100vh - 104px);
  padding-top: 36px;
}

.hero::before {
  position: absolute;
  inset: 22px -24px auto -24px;
  z-index: -1;
  height: min(540px, 62vh);
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 251, 0));
  content: "";
}

.eyebrow {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.hero__content h1 {
  max-width: 820px;
  font-size: clamp(46px, 5.8vw, 82px);
  font-weight: 850;
  line-height: 0.96;
}

.hero__lead {
  max-width: 680px;
  margin-top: 24px;
  color: #485365;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 550;
  line-height: 1.42;
}

.benefits {
  gap: 8px;
  margin: 30px 0 24px;
}

.benefits span,
.tag {
  min-height: 40px;
  border-color: rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.86);
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.benefits strong {
  margin-right: 5px;
  color: #101828;
  font-weight: 900;
}

.hero .benefits span:first-child {
  border-color: rgba(255, 0, 50, 0.18);
  background: #ffffff;
  color: #344054;
}

.lead-card,
.check-form,
.final-form,
.tariff-card,
.support-card,
.reason-grid article,
.faq-list details,
.steps li,
.final-cta,
.thank-you-card,
.legal-page {
  border-color: rgba(15, 23, 42, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
}

.lead-card {
  padding: 28px;
  box-shadow: var(--shadow-strong);
}

.lead-card::before {
  height: 5px;
  background: var(--brand);
}

.lead-card__head {
  gap: 8px;
  margin-bottom: 20px;
}

.lead-card__head strong {
  color: #111827;
  font-size: 28px;
  font-weight: 850;
  line-height: 1.08;
}

.lead-card__head span {
  color: #596579;
  font-size: 15px;
}

.field {
  gap: 9px;
  margin-bottom: 14px;
}

.field span {
  color: #303b4f;
  font-size: 13px;
  font-weight: 850;
}

.field input,
.field textarea {
  min-height: 60px;
  border-color: #d8dee8;
  border-radius: 8px;
  padding: 0 17px;
  background: #fbfcfe;
  color: #111827;
  font-size: 18px;
  font-weight: 550;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.field textarea {
  min-height: 82px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.35;
  resize: none;
  overflow: hidden;
}

.field--large input,
.field--large textarea {
  min-height: 72px;
  font-size: clamp(19px, 2vw, 24px);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #8b95a5;
  font-weight: 500;
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(255, 0, 50, 0.64);
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 0, 50, 0.1);
}

.button {
  min-height: 58px;
  border-radius: 8px;
  font-weight: 900;
  letter-spacing: 0;
}

.button--primary {
  background: linear-gradient(180deg, #ff1746 0%, #ed0030 100%);
  box-shadow: 0 16px 34px rgba(255, 0, 50, 0.24);
}

.button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(255, 0, 50, 0.3);
}

.button--ghost {
  min-height: 48px;
  border-color: rgba(255, 0, 50, 0.18);
  color: var(--brand);
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

.consent-check {
  grid-template-columns: 20px 1fr;
  gap: 11px;
  color: #667085;
  font-size: 12px;
}

.consent-check input {
  width: 20px;
  height: 20px;
}

.form-note {
  color: #778296;
  font-size: 12px;
  line-height: 1.45;
}

.suggestions {
  top: calc(100% + 8px);
  overflow: hidden auto;
  max-height: 310px;
  border-color: rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.18);
}

.suggestions button {
  min-height: 48px;
  padding: 12px 16px;
  color: #111827;
  font-size: 16px;
  font-weight: 650;
}

.suggestions button + button {
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.suggestions button:hover {
  background: #f5f7fb;
}

.address-status {
  gap: 10px;
  margin-top: 12px;
  border-left-width: 5px;
  padding: 18px 20px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.09);
}

.address-status strong {
  font-size: 22px;
  font-weight: 900;
}

.address-status > span {
  color: #344054;
  font-size: 16px;
  font-weight: 800;
}

.address-status--mts_available {
  border-color: rgba(0, 133, 111, 0.2);
  border-left-color: var(--brand);
  background: linear-gradient(180deg, #ffffff, #f3fff9);
  color: #064e3b;
}

.address-status--mts_available strong {
  color: #08111f;
}

.address-status--mts_available > span {
  color: #1f3f36;
}

.address-status--manager_check,
.address-status--private_sector,
.address-status--need_manager_check {
  border-color: rgba(15, 23, 42, 0.1);
  border-left-color: #667085;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.address-status--manager_check strong,
.address-status--private_sector strong,
.address-status--need_manager_check strong {
  color: #111827;
}

.support-section {
  grid-template-columns: 0.95fr 1fr 1.05fr;
  gap: 16px;
  padding-top: 0;
}

.support-card {
  min-height: 230px;
  padding: 24px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.support-card--lead {
  border-color: rgba(255, 0, 50, 0.16);
  box-shadow: 0 18px 50px rgba(255, 0, 50, 0.08);
}

.support-card--app {
  background: linear-gradient(145deg, #111827, #1f2937);
}

.reason-grid,
.tariff-grid,
.steps {
  gap: 18px;
}

.reason-grid article {
  padding: 24px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.section-head {
  margin-bottom: 34px;
}

.section-head h2,
.check-copy h2,
.final-cta h2 {
  color: #101828;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 850;
  line-height: 1;
}

.section-head p,
.check-copy p,
.support-card p {
  color: #667085;
}

.tariff-card {
  min-height: 560px;
  padding: 30px;
  box-shadow: 0 18px 56px rgba(15, 23, 42, 0.09);
}

.tariff-card--accent {
  border-color: rgba(255, 0, 50, 0.28);
  box-shadow: 0 28px 76px rgba(15, 23, 42, 0.13);
}

.tariff-card--accent::before {
  height: 4px;
}

.tariff-badges {
  min-height: 32px;
}

.tariff-badge,
.kion-badge {
  min-height: 30px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.tariff-card h3 {
  margin: 24px 0 22px;
  color: #111827;
  font-size: 28px;
  font-weight: 850;
}

.tariff-specs {
  gap: 8px;
  margin-bottom: 18px;
  border-top: 0;
}

.tariff-spec {
  min-height: 48px;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  padding: 0 12px;
  background: #fbfcfe;
  font-size: 17px;
}

.tariff-spec strong {
  font-size: 21px;
  font-weight: 900;
}

.tariff-spec__icon {
  width: 30px;
  height: 30px;
  color: #ff0032;
}

.tariff-spec__icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 2;
}

.tariff-option {
  border-color: rgba(0, 133, 111, 0.16);
  padding: 13px 14px;
  background: #f1fbf7;
}

.tariff-option strong {
  color: #006b59;
  font-size: 14px;
}

.tariff-option span {
  color: #236253;
}

.tariff-promo {
  background: #191d23;
  font-weight: 750;
}

.tariff-price {
  margin-top: 4px;
}

.tariff-price strong {
  font-size: 50px;
  font-weight: 900;
}

.tariff-card .button {
  min-height: 58px;
}

.tariff-details {
  margin-top: 8px;
}

.check-section {
  position: relative;
  gap: 34px;
  padding: 54px;
  background: linear-gradient(135deg, #0f172a 0%, #141b2b 58%, #20101a 100%);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.check-copy .eyebrow {
  color: #ff6685;
}

.check-copy h2 {
  color: #ffffff;
}

.check-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
}

.check-form {
  padding: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.steps li {
  padding: 24px;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

.steps span {
  background: rgba(255, 0, 50, 0.09);
}

.final-cta {
  padding: 46px;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.07);
}

.cookie-banner,
.mobile-sticky-cta {
  border-radius: 8px;
}

.mobile-sticky-cta__phone {
  color: #111827;
}

@media (max-width: 920px) {
  .section {
    width: min(100% - 28px, 1200px);
  }

  .hero {
    gap: 30px;
    min-height: 0;
  }

  .hero__content h1 {
    font-size: clamp(42px, 8vw, 64px);
  }

  .lead-card,
  .check-form {
    box-shadow: 0 18px 52px rgba(15, 23, 42, 0.12);
  }
}

@media (max-width: 620px) {
  .topbar__inner {
    width: min(100% - 24px, 1200px);
  }

  .topbar__top {
    gap: 12px;
  }

  .topbar__geo {
    max-width: 46vw;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .section {
    width: min(100% - 24px, 1200px);
    padding: 44px 0;
  }

  .hero {
    padding-top: 28px;
  }

  .hero::before {
    inset: 10px -12px auto -12px;
    height: 420px;
  }

  .hero__content h1 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: 0.98;
  }

  .hero__lead {
    font-size: 17px;
  }

  .benefits {
    display: grid;
  }

  .lead-card,
  .support-card,
  .check-form,
  .final-cta,
  .check-section {
    padding: 18px;
  }

  .lead-card__head strong {
    font-size: 24px;
  }

  .field input,
  .field--large input {
    min-height: 60px;
    font-size: 17px;
  }

  .section-head h2,
  .check-copy h2,
  .final-cta h2 {
    font-size: 34px;
  }

  .tariff-card {
    min-height: 0;
    padding: 22px;
  }

  .tariff-card h3 {
    font-size: 24px;
  }

  .tariff-price strong {
    font-size: 42px;
  }

  .address-status strong {
    font-size: 20px;
  }

  .address-status > span {
    font-size: 15px;
  }
}

/* Typography softening */
.topbar__nav {
  font-size: 16px;
  font-weight: 650;
}

.topbar__phone {
  font-weight: 600;
}

.hero__content h1 {
  max-width: 760px;
  font-size: clamp(40px, 4.9vw, 66px);
  font-weight: 760;
  line-height: 1;
}

.hero__lead {
  max-width: 640px;
  font-size: clamp(18px, 1.65vw, 22px);
  font-weight: 450;
}

.lead-card__head strong {
  font-size: 25px;
  font-weight: 760;
}

.field input {
  font-size: 17px;
  font-weight: 400;
}

.field--large input {
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 400;
}

.suggestions button {
  font-size: 15px;
  font-weight: 550;
}

.button,
.button--ghost {
  font-weight: 780;
}

.section-head h2,
.check-copy h2,
.final-cta h2 {
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 760;
  line-height: 1.06;
}

.tariff-card h3 {
  font-size: 25px;
  font-weight: 760;
}

.tariff-spec strong {
  font-size: 19px;
  font-weight: 760;
}

.tariff-badge,
.kion-badge {
  font-weight: 700;
}

.tariff-price strong {
  font-size: 44px;
  font-weight: 780;
}

.address-status strong {
  font-size: 20px;
  font-weight: 780;
}

.address-status > span {
  font-weight: 600;
}

.address-status--checking {
  border-color: rgba(15, 23, 42, 0.1);
  border-left-color: #111827;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.address-status--checking strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111827;
}

.address-status--checking strong::before {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(17, 24, 39, 0.18);
  border-top-color: var(--brand);
  border-radius: 50%;
  content: "";
  animation: address-check-spin 800ms linear infinite;
}

.address-status--checking > span {
  color: #4b5563;
}

@keyframes address-check-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 920px) {
  .hero__content h1 {
    font-size: clamp(38px, 7vw, 56px);
  }
}

@media (max-width: 620px) {
  .hero__content h1 {
    font-size: clamp(34px, 9.5vw, 42px);
  }

  .section-head h2,
  .check-copy h2,
  .final-cta h2 {
    font-size: 30px;
  }

  .tariff-card h3 {
    font-size: 23px;
  }

  .tariff-price strong {
    font-size: 38px;
  }
}

/* Final responsive guard: keep the refreshed desktop styles from overriding mobile layout. */
@media (max-width: 920px) {
  .hero,
  .check-section,
  .final-cta,
  .support-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .tariff-grid,
  .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lead-card,
  .check-form {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .section {
    width: min(100% - 24px, 1200px);
  }

  .tariff-grid,
  .reason-grid,
  .steps,
  .steps--three,
  .footer__inner,
  .final-form {
    grid-template-columns: 1fr;
  }

  .section-head--row {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero__content h1 {
    max-width: 100%;
  }

  .hero__lead,
  .check-copy p {
    max-width: 100%;
  }

  .tariff-card {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  .topbar__inner {
    width: min(100% - 20px, 1200px);
  }

  .topbar__top {
    align-items: flex-start;
  }

  .topbar__geo {
    max-width: 44vw;
  }

  .section {
    width: min(100% - 20px, 1200px);
    padding: 38px 0;
  }

  .hero {
    gap: 22px;
    padding-top: 22px;
  }

  .hero::before {
    inset: 8px -10px auto -10px;
    height: 360px;
  }

  .hero__content h1 {
    font-size: clamp(30px, 9.2vw, 38px);
    line-height: 1.04;
  }

  .hero__lead {
    margin-top: 16px;
    font-size: 16px;
  }

  .benefits span,
  .tag {
    min-height: 0;
    padding: 9px 11px;
    font-size: 13px;
  }

  .lead-card,
  .support-card,
  .check-form,
  .final-cta,
  .check-section,
  .tariff-card,
  .reason-grid article,
  .steps li {
    padding: 16px;
  }

  .lead-card__head strong {
    font-size: 21px;
  }

  .field input,
  .field--large input {
    min-height: 56px;
    padding: 0 14px;
    font-size: 16px;
  }

  .suggestions {
    max-height: 270px;
  }

  .suggestions button {
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.28;
  }

  .section-head h2,
  .check-copy h2,
  .final-cta h2 {
    font-size: 28px;
    line-height: 1.08;
  }

  .tariff-card h3 {
    font-size: 21px;
  }

  .tariff-price strong {
    font-size: 34px;
  }

  .address-status {
    padding: 14px;
  }

  .address-status strong {
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .topbar__geo {
    display: none;
  }

  .mobile-sticky-cta {
    grid-template-columns: 1fr;
  }

  .mobile-sticky-cta__phone {
    display: none;
  }
}

/* Mobile address field and sticky CTA polish */
.mobile-sticky-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.field textarea {
  width: 100%;
  box-sizing: border-box;
  white-space: pre-wrap;
  word-break: break-word;
}

@media (max-width: 620px) {
  .field input,
  .field textarea,
  .field--large input,
  .field--large textarea {
    font-size: 16px;
  }

  .field textarea,
  .field--large textarea {
    min-height: 88px;
    padding: 13px 14px;
    line-height: 1.35;
  }

  .mobile-sticky-cta {
    transition: opacity 160ms ease, transform 160ms ease;
  }
}

/* Cleaner final conversion block */
.final-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  overflow: hidden;
  padding: 34px 28px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
}

.final-cta > div {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.final-cta .eyebrow {
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.final-cta h2 {
  max-width: 640px;
  margin: 0 auto;
  color: #111827;
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: 1.08;
}

.final-form {
  width: min(100%, 760px);
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.final-form .field {
  margin-bottom: 0;
}

.final-form .field textarea {
  min-height: 60px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 450;
}

.final-form .consent-check {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.35;
}

.final-form .button {
  min-height: 56px;
  box-shadow: 0 14px 30px rgba(255, 0, 50, 0.18);
}

.final-form .form-note {
  margin-top: 0;
  font-size: 14px;
}

.final-form .address-status {
  padding: 16px;
}

.final-form .address-status strong {
  font-size: 20px;
}

.final-form .address-status > span,
.final-form .address-status small {
  font-size: 15px;
}

@media (max-width: 920px) {
  .final-cta {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .final-cta > div,
  .final-cta h2 {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .final-cta {
    padding: 20px;
  }

  .final-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .final-form .field textarea {
    min-height: 88px;
  }
}
