:root {
  --red: #d71920;
  --red-dark: #b51218;
  --ink: #171717;
  --muted: #5f6368;
  --line: #e5e5e5;
  --paper: #ffffff;
  --soft: #f7f7f5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Public Sans", Arial, Helvetica, sans-serif;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(9, 9, 9, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 32px;
  grid-template-columns: auto 1fr auto;
  height: 82px;
  padding: 0 clamp(24px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
}

.brand {
  align-items: center;
  display: inline-flex;
}

.brand img {
  display: block;
  height: auto;
  max-height: 62px;
  object-fit: contain;
  width: clamp(210px, 18vw, 270px);
}

.site-header nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.2vw, 34px);
  justify-content: flex-end;
}

.site-header nav a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--red);
}

.whatsapp-outline {
  border: 1px solid var(--red);
  border-radius: 7px;
  color: var(--red);
  font-weight: 800;
  padding: 13px 20px;
  transition: 180ms ease;
}

.whatsapp-outline:hover,
.whatsapp-outline:focus-visible {
  background: var(--red);
  color: #fff;
}

.hero {
  min-height: calc(900px - 82px);
  overflow: hidden;
  position: relative;
}

.hero-image,
.hero-shade {
  inset: 0;
  position: absolute;
}

.hero-image {
  background: url("./fachada-autovale.jpg") center / cover no-repeat;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 34%, rgba(255, 255, 255, 0.5) 61%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), transparent 45%);
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: calc(900px - 82px);
  padding: 56px clamp(24px, 5vw, 76px);
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 590px;
}

.eyebrow,
.quick-kicker {
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--red);
  font-size: clamp(48px, 4.4vw, 68px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 590px;
  text-wrap: balance;
}

.hero-description {
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.5;
  margin: 26px 0 28px;
  max-width: 520px;
}

.primary-button {
  align-items: center;
  background: var(--red);
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.03em;
  min-height: 62px;
  padding: 0 30px;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: var(--red-dark);
  box-shadow: 0 12px 28px rgba(215, 25, 32, 0.22);
  transform: translateY(-2px);
}

.benefit-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.mini-benefit {
  align-items: center;
  border-bottom: 1px solid rgba(23, 23, 23, 0.12);
  display: flex;
  gap: 13px;
  min-height: 74px;
  padding: 12px 18px 12px 0;
}

.mini-benefit:nth-child(odd) {
  border-right: 1px solid rgba(23, 23, 23, 0.12);
}

.mini-benefit:nth-child(even) {
  padding-left: 18px;
}

.mini-benefit span {
  align-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  display: flex;
  flex: 0 0 42px;
  font-size: 19px;
  height: 42px;
  justify-content: center;
}

.mini-benefit strong {
  font-size: 15px;
  line-height: 1.25;
}

.quick-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(23, 23, 23, 0.2);
  justify-self: center;
  max-width: 680px;
  padding: clamp(28px, 3vw, 48px);
  position: relative;
  scroll-margin-top: 105px;
  width: 100%;
}

.quick-card::before {
  background: var(--red);
  border-radius: 22px 22px 0 0;
  content: "";
  height: 7px;
  inset: 0 0 auto;
  position: absolute;
}

.quick-card h2 {
  font-size: clamp(34px, 3vw, 48px);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0 0 12px;
}

.quick-card > p:not(.quick-kicker) {
  color: var(--muted);
  font-size: 17px;
  margin: 0 0 28px;
}

.quick-kicker {
  font-size: 12px;
  margin-bottom: 13px;
}

.quick-fields {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-fields label {
  display: grid;
  gap: 8px;
}

.quick-fields label span {
  font-size: 13px;
  font-weight: 800;
}

.quick-fields label span small {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.form-section-label {
  border-bottom: 1px solid rgba(23, 23, 23, 0.12);
  color: var(--red-dark);
  font-size: 12px;
  font-weight: 900;
  grid-column: 1 / -1;
  letter-spacing: 0.08em;
  margin: 10px 0 -2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.form-section-label:first-child {
  margin-top: 0;
}

.search-select {
  align-content: start;
  align-self: start;
  display: grid;
  gap: 8px;
  min-width: 0;
  position: relative;
}

.search-select > label {
  font-size: 13px;
  font-weight: 800;
}

.combo-control {
  min-width: 0;
  position: relative;
}

.combo-control::after {
  color: var(--red);
  content: "⌄";
  font-size: 20px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 20px;
}

.combo-control input {
  padding-right: 44px;
  width: 100%;
}

.combo-options {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(23, 23, 23, 0.18);
  display: grid;
  left: 0;
  max-height: 260px;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 7px);
  z-index: 40;
}

.combo-option {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  padding: 11px 12px;
  text-align: left;
}

.combo-option:hover,
.combo-option.active {
  background: rgba(215, 25, 32, 0.09);
  color: var(--red-dark);
}

.combo-message {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  padding: 14px 12px;
}

.catalog-hint {
  color: var(--muted);
  display: block;
  font-size: 11px;
  line-height: 1.35;
  min-height: 30px;
}

.quick-card .catalog-hint {
  margin: 0;
  text-align: left;
}

.quick-fields input,
.quick-fields textarea {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  min-width: 0;
  width: 100%;
}

.quick-fields input {
  height: 60px;
  padding: 0 16px;
}

.quick-fields textarea {
  line-height: 1.5;
  min-height: 110px;
  padding: 15px 16px;
  resize: vertical;
}

.quick-fields input:focus,
.quick-fields textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.12);
  outline: 0;
}

.quick-submit {
  margin-top: 22px;
  width: 100%;
}

.quick-card small {
  color: var(--muted);
  display: block;
  margin-top: 16px;
  text-align: center;
}

.section {
  margin: 0 auto;
  max-width: 1280px;
  padding: 100px clamp(24px, 5vw, 76px);
}

.section-intro {
  text-align: center;
}

.section-intro h2 {
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -0.04em;
  margin: 0 auto;
  max-width: 850px;
}

.section-heading {
  margin-bottom: 46px;
  max-width: 760px;
}

.section-heading h2,
.lead-copy h2,
.tradition-copy h2,
.location-copy h2,
.whatsapp-band h2 {
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

.section-heading > p:last-child,
.tradition-copy > p,
.lead-copy > p,
.location-copy address {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 18px 0 0;
}

.reasons-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reason-card {
  background: var(--soft);
  border: 1px solid #ececea;
  border-radius: 14px;
  min-height: 250px;
  padding: 32px;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.reason-card:hover {
  border-color: rgba(215, 25, 32, 0.32);
  box-shadow: 0 18px 36px rgba(23, 23, 23, 0.08);
  transform: translateY(-4px);
}

.reason-card > span {
  align-items: center;
  background: var(--red);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  letter-spacing: -0.02em;
  width: 50px;
}

.reason-card h3 {
  font-size: 22px;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 24px 0 12px;
}

.reason-card p,
.step-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.process-band {
  background: #151515;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.process-band::after {
  border: 110px solid rgba(215, 25, 32, 0.09);
  border-radius: 50%;
  content: "";
  height: 460px;
  position: absolute;
  right: -240px;
  top: -210px;
  width: 460px;
}

.process-inner {
  position: relative;
  z-index: 2;
}

.section-heading-light {
  max-width: 820px;
}

.section-heading-light h2 {
  color: #fff;
}

.steps-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 230px;
  padding: 10px 24px 24px;
}

.step-card > span {
  color: var(--red);
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.step-card h3 {
  font-size: 21px;
  margin: 28px 0 12px;
}

.step-card p {
  color: #bcbcbc;
}

.comparison .section-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.comparison-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 990px;
}

.comparison-card {
  border: 1px solid #dedede;
  border-radius: 18px;
  padding: 40px;
}

.comparison-card.featured {
  border-color: var(--red);
  box-shadow: 0 22px 60px rgba(215, 25, 32, 0.12);
  position: relative;
}

.comparison-label {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.comparison-card h3 {
  font-size: 36px;
  letter-spacing: -0.04em;
  margin: 0;
}

.comparison-card ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.comparison-card li {
  border-bottom: 1px solid #ededed;
  font-weight: 700;
  padding: 16px 0 16px 30px;
  position: relative;
}

.comparison-card li::before {
  color: var(--red);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.comparison-card .primary-button,
.comparison-card .secondary-button {
  width: 100%;
}

.secondary-button {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 7px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: center;
  min-height: 62px;
  text-transform: uppercase;
  transition: 180ms ease;
}

.secondary-button:hover,
.secondary-button:focus-visible {
  background: var(--ink);
  color: #fff;
}

.proof-section {
  background: var(--soft);
}

.proof-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.reviews-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reviews-grid article {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  min-height: 220px;
  padding: 34px;
}

.stars {
  color: #f5a800;
  font-size: 21px;
  letter-spacing: 0.1em;
}

.reviews-grid blockquote {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin: 26px 0 0;
}

.tradition-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  min-height: 680px;
}

.tradition-image {
  background: url("./fachada-autovale.jpg") center / cover no-repeat;
  min-height: 520px;
}

.tradition-copy {
  align-content: center;
  background: #151515;
  color: #fff;
  display: grid;
  padding: clamp(48px, 6vw, 100px);
}

.tradition-copy > p:not(.eyebrow) {
  color: #bebebe;
  max-width: 650px;
}

.stats-row {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
  padding-top: 34px;
}

.stats-row div {
  display: grid;
  gap: 6px;
}

.stats-row strong {
  color: var(--red);
  font-size: 38px;
  letter-spacing: -0.05em;
}

.stats-row span {
  color: #d3d3d3;
  font-size: 13px;
  line-height: 1.3;
}

.faq-section {
  display: grid;
  gap: clamp(36px, 6vw, 90px);
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.faq-list {
  border-top: 1px solid #d9d9d9;
}

.faq-list details {
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
}

.faq-list summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
  padding: 24px 42px 24px 0;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--red);
  content: "+";
  font-size: 28px;
  position: absolute;
  right: 4px;
  top: 18px;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
  padding: 0 48px 24px 0;
}

.lead-section {
  background: #101010;
  color: #fff;
}

.lead-inner {
  display: grid;
  gap: clamp(46px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.lead-copy {
  align-self: start;
  position: sticky;
  top: 130px;
}

.lead-copy > p:not(.eyebrow) {
  color: #bdbdbd;
}

.lead-security {
  border-left: 3px solid var(--red);
  display: grid;
  gap: 7px;
  margin-top: 36px;
  padding: 4px 0 4px 20px;
}

.lead-security span {
  color: #bdbdbd;
  font-size: 14px;
}

.lead-form {
  background: #fff;
  border-radius: 18px;
  color: var(--ink);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(26px, 4vw, 48px);
}

.vehicle-summary {
  align-items: center;
  background: #f7f7f5;
  border: 1px solid #e2e2df;
  border-left: 4px solid var(--red);
  border-radius: 10px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 18px 20px;
}

.vehicle-summary > div {
  display: grid;
  gap: 5px;
}

.vehicle-summary span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vehicle-summary strong {
  font-size: 18px;
  line-height: 1.3;
}

.vehicle-summary small {
  color: var(--muted);
}

.vehicle-summary > a {
  color: var(--red);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lead-empty {
  align-content: center;
  grid-template-columns: 1fr;
  min-height: 330px;
  text-align: center;
}

.lead-empty p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 480px;
}

.lead-empty .primary-button {
  justify-self: center;
  margin-top: 12px;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form label > span {
  font-size: 13px;
  font-weight: 800;
}

.lead-form .search-select > label {
  color: var(--ink);
}

.lead-form input,
.lead-form textarea {
  border: 1px solid #cfcfcf;
  border-radius: 7px;
  padding: 15px 16px;
  resize: vertical;
  width: 100%;
}

.lead-form input {
  height: 56px;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.12);
  outline: 0;
}

.full-field {
  grid-column: 1 / -1;
}

.whatsapp-band {
  align-items: center;
  background: var(--red);
  color: #fff;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  padding: 54px max(24px, calc((100vw - 1280px) / 2 + 76px));
}

.whatsapp-band p {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.whatsapp-band h2 {
  font-size: clamp(30px, 3vw, 45px);
}

.whatsapp-band > a {
  background: #fff;
  border-radius: 7px;
  color: var(--red);
  flex: 0 0 auto;
  font-weight: 900;
  padding: 20px 28px;
  text-transform: uppercase;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  min-height: 520px;
}

.location-copy {
  align-content: center;
  display: grid;
  padding: clamp(54px, 7vw, 110px);
}

.location-copy address {
  font-style: normal;
}

.location-copy > p:last-child {
  line-height: 1.6;
  margin-top: 24px;
}

.location-section iframe {
  border: 0;
  height: 100%;
  min-height: 460px;
  width: 100%;
}

footer {
  align-items: center;
  background: #0c0c0c;
  color: #fff;
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr auto;
  padding: 36px clamp(24px, 5vw, 76px);
}

.footer-brand {
  justify-self: start;
}

.footer-brand img {
  max-height: 70px;
  width: 230px;
}

footer p {
  color: #a9a9a9;
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.floating-whatsapp {
  background: #25d366;
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.25);
  color: #082f18;
  font-size: 14px;
  font-weight: 900;
  padding: 16px 20px;
  position: fixed;
  right: 22px;
  z-index: 60;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .site-header nav {
    display: none;
  }

  .whatsapp-outline {
    justify-self: end;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-bottom: 76px;
    padding-top: 76px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .quick-card {
    justify-self: stretch;
    max-width: none;
  }

  .hero-image {
    background-position: 60% center;
  }

  .hero-shade {
    background: rgba(255, 255, 255, 0.88);
  }

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

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

  .tradition-section,
  .faq-section,
  .lead-inner,
  .location-section {
    grid-template-columns: 1fr;
  }

  .tradition-image {
    min-height: 460px;
  }

  .lead-copy {
    position: static;
  }

  .location-section iframe {
    min-height: 420px;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 70px;
    padding: 0 18px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 180px;
  }

  .whatsapp-outline {
    font-size: 13px;
    padding: 10px 12px;
  }

  .hero-inner {
    min-height: 0;
    padding: 52px 18px 58px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-cta {
    width: 100%;
  }

  .benefit-grid,
  .quick-fields {
    grid-template-columns: 1fr;
  }

  .mini-benefit,
  .mini-benefit:nth-child(odd),
  .mini-benefit:nth-child(even) {
    border-right: 0;
    padding-left: 0;
  }

  .quick-card {
    padding: 30px 20px;
  }

  .section {
    padding: 74px 18px;
  }

  .reasons-grid,
  .reviews-grid,
  .steps-grid,
  .comparison-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

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

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

  .comparison-card {
    padding: 30px 22px;
  }

  .tradition-image {
    min-height: 360px;
  }

  .tradition-copy {
    padding: 60px 22px;
  }

  .stats-row {
    grid-template-columns: 1fr;
  }

  .full-field {
    grid-column: auto;
  }

  .vehicle-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .whatsapp-band {
    align-items: stretch;
    flex-direction: column;
    padding: 48px 20px;
  }

  .whatsapp-band > a {
    text-align: center;
  }

  .location-copy {
    padding: 70px 22px;
  }

  .location-section iframe {
    min-height: 380px;
  }

  .floating-whatsapp {
    bottom: 14px;
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

[hidden],
.combo-options[hidden] {
  display: none !important;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.combo-option[aria-selected="true"] {
  background: rgba(215, 25, 32, 0.09);
  color: var(--red-dark);
}

.form-status {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  padding: 14px 16px;
}

.form-status:empty {
  display: none;
}

.form-status.error {
  background: #fff0f0;
  color: #8d1116;
}

.submit-loading {
  cursor: wait;
  opacity: 0.72;
}

.success-card {
  align-content: center;
  background: #fff;
  border-radius: 18px;
  color: var(--ink);
  display: grid;
  min-height: 430px;
  padding: clamp(32px, 5vw, 64px);
  text-align: center;
}

.success-card .success-mark {
  align-items: center;
  background: var(--red);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 42px;
  font-weight: 900;
  height: 82px;
  justify-content: center;
  margin: 0 auto 24px;
  width: 82px;
}

.success-card h3 {
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -0.04em;
  margin: 0;
}

.success-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 18px auto 26px;
  max-width: 580px;
}

.success-card .primary-button {
  justify-self: center;
}
