body.contact-page {
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(8, 23, 53, 0) 0, rgba(8, 23, 53, 0) 28rem, var(--color-bg) 28rem, var(--color-bg) 100%);
}

.contact-hero > .container,
.contact-quote-section > .container,
.contact-quick-section > .container,
.contact-coverage-section > .container,
.contact-faq-section > .container {
  width: min(calc(100% - clamp(2.25rem, 5vw, 4.5rem)), var(--container-max));
}

.contact-page main {
  overflow: visible;
}

.contact-hero-shell > *,
.contact-quote-shell > *,
.contact-form-card > *,
.detailed-quote-form,
.quote-step-panel,
.contact-form-grid,
.contact-field {
  min-width: 0;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 60vw, 620px);
  padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(7rem, 10vw, 9rem);
  color: var(--color-white);
  background: #07142e;
}

.contact-hero::before,
.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
}

.contact-hero::before {
  background:
    linear-gradient(180deg, rgba(7, 20, 46, 0.08), rgba(7, 20, 46, 0.22)),
    url("../assets/images/hero-hexagone-demenagement-paris-ile-de-france.webp") center right / cover no-repeat;
  transform: scale(1.015);
}

.contact-hero::after {
  background:
    radial-gradient(circle at 16% 28%, rgba(255, 255, 255, 0.12), transparent 18rem),
    linear-gradient(90deg, rgba(4, 14, 46, 0.94) 0%, rgba(4, 14, 46, 0.88) 30%, rgba(4, 14, 46, 0.68) 54%, rgba(4, 14, 46, 0.26) 74%, rgba(4, 14, 46, 0.06) 100%);
}

.contact-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: clamp(2rem, 3vw, 3.25rem);
  align-items: center;
}

.contact-hero-copy {
  max-width: 40rem;
  min-width: 0;
}

.contact-hero-copy h1 {
  max-width: 11.6ch;
  margin-bottom: 1.15rem;
  color: var(--color-white);
  font-size: clamp(3rem, 4.7vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.contact-hero-copy p {
  max-width: 34rem;
  color: rgba(241, 245, 249, 0.86);
  font-size: 1.02rem;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.contact-hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-white);
}

.contact-hero .btn-secondary:hover,
.contact-hero .btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
}

.contact-hero-trust {
  display: grid;
  grid-template-columns: 0.92fr 0.88fr 1.28fr 1fr;
  gap: 0.8rem;
  margin-top: 1.95rem;
  list-style: none;
}

.contact-hero-trust li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  min-height: 3.1rem;
  padding: 0.6rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.contact-hero-trust li span:last-child {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.25;
}

.contact-hero-trust .icon-badge {
  width: 2.45rem;
  height: 2.45rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
}

.contact-hero-card {
  padding: 1.5rem 1.5rem 1.15rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--color-text);
  box-shadow: 0 30px 80px rgba(5, 14, 34, 0.26);
}

.contact-hero-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.contact-hero-card-head h2 {
  font-size: 1.35rem;
  line-height: 1.1;
}

.contact-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(240, 68, 46, 0.12);
  color: var(--color-red-600);
  font-size: 0.8rem;
  font-weight: 700;
}

.contact-preview-list {
  display: grid;
  gap: 0.55rem;
  list-style: none;
}

.contact-preview-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
  padding: 0.55rem 0.25rem;
  border-radius: 18px;
}

.contact-preview-list li.is-active {
  background: rgba(240, 68, 46, 0.06);
}

.contact-preview-list li.is-complete .contact-preview-index {
  border-color: transparent;
  background: rgba(11, 21, 51, 0.88);
  color: var(--color-white);
}

.contact-preview-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(11, 21, 51, 0.12);
  background: #f8fafc;
  color: var(--color-muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.contact-preview-list li.is-active .contact-preview-index {
  border-color: transparent;
  background: var(--color-red-600);
  color: var(--color-white);
}

.contact-preview-list strong {
  display: block;
  margin-bottom: 0.08rem;
  font-size: 0.95rem;
}

.contact-preview-list span:last-child {
  color: var(--color-muted-soft);
  font-size: 0.8rem;
}

.contact-hero-card-note {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.42rem;
  max-width: 100%;
  margin-top: 1rem;
  min-height: 2.15rem;
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  background: #f3f6fb;
  color: var(--color-navy-850);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.contact-hero-card-note svg {
  width: 0.82rem;
  height: 0.82rem;
  flex-shrink: 0;
}

.contact-quote-section {
  position: relative;
  z-index: 2;
  margin-top: -4.5rem;
  padding-bottom: 4rem;
}

.contact-quote-shell {
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98));
  box-shadow: 0 30px 90px rgba(8, 23, 53, 0.12);
}

.contact-quote-heading {
  margin-bottom: 2rem;
}

.contact-stepper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
  margin-bottom: 2rem;
}

.contact-stepper-item {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.6rem;
  text-align: center;
}

.contact-stepper-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: calc(50% + 1.35rem);
  right: calc(-50% + 1.35rem);
  height: 1px;
  background: rgba(148, 163, 184, 0.38);
}

.contact-stepper-marker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  border: 1px solid rgba(11, 21, 51, 0.18);
  background: var(--color-white);
  color: var(--color-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-stepper-label {
  color: var(--color-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.contact-stepper-item.is-active .contact-stepper-marker,
.contact-stepper-item.is-complete .contact-stepper-marker {
  border-color: transparent;
  background: var(--color-red-600);
  color: var(--color-white);
  box-shadow: 0 12px 24px rgba(240, 68, 46, 0.26);
}

.contact-stepper-item.is-active .contact-stepper-label,
.contact-stepper-item.is-complete .contact-stepper-label {
  color: var(--color-text);
}

.contact-form-card {
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 28px;
  background: var(--color-white);
  border: 1px solid rgba(11, 21, 51, 0.06);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.quote-step-panel[hidden] {
  display: none !important;
}

.detailed-quote-form[hidden],
.quote-success[hidden],
.quote-security-band[hidden] {
  display: none !important;
}

.quote-panel-heading {
  margin-bottom: 1.5rem;
}

.quote-panel-heading h3 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.35rem, 1.85vw, 1.8rem);
}

.quote-panel-heading p {
  color: var(--color-muted);
}

.contact-form-grid {
  display: grid;
  gap: 1rem;
}

.contact-form-grid + .contact-form-grid,
.contact-choice-group + .contact-form-grid,
.contact-form-grid + .contact-choice-group {
  margin-top: 1rem;
}

.contact-form-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form-grid--three {
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
}

.contact-field {
  display: grid;
  gap: 0.5rem;
}

.contact-field label,
.contact-choice-group legend {
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--color-navy-900);
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.88rem 1rem;
  border: 1px solid rgba(11, 21, 51, 0.12);
  border-radius: 16px;
  background: #fcfdff;
  color: var(--color-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
}

.contact-field textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(100, 116, 139, 0.86);
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(240, 68, 46, 0.46);
  box-shadow: 0 0 0 4px rgba(240, 68, 46, 0.12);
  background: var(--color-white);
}

.contact-choice-group {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  border: 0;
}

.contact-choice-group-compact {
  align-content: start;
}

.choice-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.choice-pill,
.choice-card {
  position: relative;
}

.choice-pill input,
.choice-card input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.choice-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(11, 21, 51, 0.12);
  border-radius: 999px;
  background: #f9fbff;
  color: var(--color-text);
  font-weight: 700;
  transition: border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast), color var(--transition-fast);
}

.choice-pill-compact span {
  min-height: 2.8rem;
  min-width: 5rem;
  padding-inline: 1.1rem;
}

.choice-pill:has(input:checked) span {
  border-color: rgba(240, 68, 46, 0.3);
  background: rgba(240, 68, 46, 0.08);
  color: var(--color-red-700);
  box-shadow: 0 0 0 4px rgba(240, 68, 46, 0.08);
}

.choice-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.choice-card span {
  display: grid;
  place-items: center;
  min-height: 6.4rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(11, 21, 51, 0.1);
  background: #f9fbff;
  color: var(--color-navy-900);
  font-weight: 800;
  text-align: center;
  transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
}

.choice-card:has(input:checked) span {
  border-color: rgba(240, 68, 46, 0.26);
  background: rgba(240, 68, 46, 0.08);
  box-shadow: 0 10px 24px rgba(240, 68, 46, 0.12);
  color: var(--color-red-700);
}

.contact-field.is-error input,
.contact-field.is-error textarea,
.contact-choice-group.is-error .choice-pill span,
.contact-choice-group.is-error .choice-card span {
  border-color: rgba(185, 28, 28, 0.4);
  box-shadow: 0 0 0 4px rgba(185, 28, 28, 0.08);
}

.contact-field-error {
  min-height: 1.15rem;
  color: var(--color-danger);
  font-size: 0.8rem;
}

.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1rem;
  color: var(--color-muted);
}

.contact-consent input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
  accent-color: var(--color-red-600);
}

.contact-field-error-consent {
  min-height: 1rem;
  margin-top: 0.25rem;
}

.quote-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.quote-actions--end {
  justify-content: flex-end;
}

.quote-form-status {
  min-height: 1.2rem;
  margin-top: 1rem;
  color: var(--color-muted);
  font-size: 0.88rem;
}

.quote-form-status.is-loading {
  color: var(--color-muted-soft);
}

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

.quote-security-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 1rem 1.2rem;
  border-radius: 20px;
  background: #eef4fb;
  border: 1px solid rgba(11, 21, 51, 0.06);
}

.quote-security-copy {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.quote-security-copy strong {
  display: block;
  margin-bottom: 0.12rem;
  color: var(--color-navy-900);
}

.quote-security-copy span:last-child {
  color: var(--color-muted);
  font-size: 0.86rem;
}

.quote-security-lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-white);
  color: #3257d3;
  box-shadow: 0 10px 22px rgba(50, 87, 211, 0.12);
}

.quote-security-lock svg {
  width: 1.35rem;
  height: 1.35rem;
}

.quote-success {
  display: grid;
  justify-items: center;
  gap: 1rem;
  text-align: center;
  padding: clamp(2.1rem, 4vw, 3.1rem);
}

.quote-success h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.quote-success p {
  max-width: 34rem;
  color: var(--color-muted);
}

.quote-success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}

.contact-quick-section,
.contact-coverage-section,
.contact-faq-section {
  padding: 4rem 0;
}

.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contact-channel-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  padding: 1.4rem;
  border-radius: 24px;
  background: var(--color-white);
  border: 1px solid rgba(11, 21, 51, 0.07);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.contact-channel-card:hover,
.contact-channel-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.08);
  border-color: rgba(240, 68, 46, 0.15);
}

.contact-channel-card h3 {
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.contact-channel-card strong {
  display: block;
  margin-bottom: 0.18rem;
  color: var(--color-navy-900);
  font-size: 1.25rem;
  line-height: 1.2;
}

.contact-channel-card span:last-child {
  color: var(--color-muted);
}

.contact-coverage-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.contact-coverage-copy {
  max-width: 30rem;
}

.contact-coverage-copy p {
  color: var(--color-muted);
}

.contact-coverage-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.5rem 0 1.8rem;
  list-style: none;
}

.contact-coverage-list li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--color-navy-900);
  font-weight: 600;
}

.contact-coverage-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.8rem;
  height: 0.45rem;
  border-left: 2px solid var(--color-red-600);
  border-bottom: 2px solid var(--color-red-600);
  transform: rotate(-45deg);
}

.contact-map-card {
  padding: 0;
  border-radius: 30px;
  background: var(--color-white);
  border: 1px solid rgba(11, 21, 51, 0.07);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.07);
}

.contact-map-card .map-wrapper {
  min-height: 23rem;
}

.contact-map-card .map-wrapper iframe {
  min-height: 23rem;
}

.contact-map-card .map-copy {
  gap: 0.85rem;
}

.contact-map-card .map-copy h3 {
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
}

.contact-map-art {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 54%, rgba(59, 130, 246, 0.18) 0 5rem, transparent 5.05rem),
    radial-gradient(circle at 50% 54%, rgba(30, 64, 175, 0.18) 0 8.9rem, transparent 9rem),
    linear-gradient(180deg, #f8fbff 0%, #ebf4ff 100%);
}

.contact-map-art::before,
.contact-map-art::after {
  content: "";
  position: absolute;
  inset: 0;
}

.contact-map-art::before {
  background:
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(71, 85, 105, 0.07) 38px 40px),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(71, 85, 105, 0.07) 38px 40px);
  opacity: 0.7;
}

.contact-map-art::after {
  inset: 12% 8%;
  border-radius: 50%;
  border: 2px solid rgba(30, 64, 175, 0.15);
  box-shadow:
    0 0 0 4.25rem rgba(59, 130, 246, 0.08),
    0 0 0 8.25rem rgba(59, 130, 246, 0.05);
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 53%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: var(--color-red-600);
  color: var(--color-white);
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 36px rgba(240, 68, 46, 0.34);
}

.map-pin svg {
  width: 1.5rem;
  height: 1.5rem;
}

.map-city,
.map-label,
.map-zone-chip,
.map-road-tag {
  position: absolute;
  z-index: 2;
}

.map-city {
  left: 50%;
  top: calc(53% + 2.65rem);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--color-navy-900);
  font-size: 0.82rem;
  font-weight: 800;
  transform: translateX(-50%);
}

.map-label {
  color: rgba(15, 23, 42, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}

.map-label-north {
  top: 12%;
  left: 56%;
}

.map-label-west {
  top: 61%;
  left: 14%;
}

.map-label-east {
  top: 68%;
  right: 14%;
}

.map-zone-chip {
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-navy-850);
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.map-zone-chip-92 {
  left: 18%;
  top: 30%;
}

.map-zone-chip-idf {
  right: 16%;
  bottom: 15%;
}

.map-road-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 1.35rem;
  padding: 0.2rem 0.45rem;
  border-radius: 10px;
  background: rgba(240, 68, 46, 0.86);
  color: var(--color-white);
  font-size: 0.72rem;
  font-weight: 800;
}

.map-road-tag-a {
  right: 17%;
  top: 20%;
}

.map-road-tag-b {
  left: 14%;
  bottom: 28%;
}

.map-road-tag-c {
  right: 28%;
  bottom: 16%;
}

.contact-map-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.9rem;
  padding: 0 0.4rem 0.2rem;
}

.contact-map-meta strong {
  color: var(--color-navy-900);
  font-size: 0.98rem;
}

.contact-map-meta span {
  max-width: 22rem;
  color: var(--color-muted);
  text-align: right;
  font-size: 0.88rem;
}

.contact-faq-section .section-heading {
  max-width: 42rem;
}

.contact-faq-section .faq-list {
  max-width: 62rem;
  margin-inline: auto;
}

@media (max-width: 1120px) {
  .contact-hero-shell,
  .contact-coverage-shell {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy {
    max-width: 42rem;
  }

  .contact-hero-card {
    max-width: 34rem;
    justify-self: start;
  }

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

@media (max-width: 880px) {
  .contact-hero {
    padding-top: 2.4rem;
    padding-bottom: 6.5rem;
  }

  .contact-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 8vw, 3.35rem);
  }

  .contact-hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-quote-section {
    margin-top: -3.2rem;
  }

  .contact-quote-shell {
    padding: 1.5rem;
    border-radius: 28px;
  }

  .contact-form-grid--two,
  .contact-form-grid--three,
  .choice-card-grid,
  .contact-channel-grid {
    grid-template-columns: 1fr;
  }

  .quote-security-band,
  .quote-security-copy,
  .contact-map-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-map-meta span {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .contact-hero {
    padding-bottom: 5.5rem;
  }

  .contact-hero-shell {
    gap: 1.5rem;
  }

  .contact-hero-copy h1 {
    max-width: 11.5ch;
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .contact-hero-actions,
  .quote-actions,
  .quote-success-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .contact-hero-actions .btn,
  .quote-actions .btn,
  .quote-success-actions .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .contact-stepper {
    gap: 0.4rem;
  }

  .contact-stepper-item:not(:last-child)::after {
    display: none;
  }

  .contact-stepper-label {
    font-size: 0.75rem;
  }

  .contact-stepper-marker {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.84rem;
  }

  .contact-map-art {
    min-height: 19rem;
  }
}

@media (max-width: 560px) {
  .contact-hero {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .contact-hero-copy h1 {
    max-width: 10.4ch;
    font-size: clamp(1.72rem, 8.4vw, 2.12rem);
    line-height: 1;
  }

  .contact-hero-copy p,
  .contact-quote-heading p,
  .quote-panel-heading p,
  .contact-map-meta span,
  .contact-faq-section .section-heading p:last-child {
    font-size: 0.96rem;
  }

  .contact-hero-trust {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy,
  .contact-hero-actions,
  .contact-hero-trust,
  .contact-hero-card,
  .contact-quote-shell,
  .contact-form-card,
  .detailed-quote-form,
  .quote-step-panel {
    width: 100%;
    max-width: 100%;
  }

  .contact-hero-trust li {
    width: 100%;
  }

  .contact-hero-card {
    max-width: none;
    width: 100%;
    padding: 1.2rem;
    overflow: hidden;
  }

  .contact-hero-card-note {
    justify-content: flex-start;
    white-space: normal;
  }

  .contact-quote-section {
    margin-top: -2.4rem;
    padding-bottom: 3rem;
  }

  .contact-quote-shell,
  .contact-form-card,
  .contact-map-card {
    border-radius: 24px;
  }

  .contact-stepper {
    grid-template-columns: repeat(5, minmax(3.9rem, 1fr));
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .contact-stepper-item {
    min-width: 3.9rem;
  }

  .contact-stepper-label {
    font-size: 0.72rem;
  }

  .contact-form-card {
    padding: 1.1rem;
    overflow: hidden;
  }

  .contact-field input,
  .contact-field textarea {
    min-width: 0;
    max-width: 100%;
  }

  .choice-pill-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .choice-pill span,
  .choice-pill-compact span {
    width: 100%;
  }

  .contact-channel-card {
    grid-template-columns: 1fr;
  }

  .contact-map-card .map-wrapper,
  .contact-map-card .map-wrapper iframe {
    min-height: 17rem;
  }
}
