:root {
  --black: #050505;
  --black-2: #0b0b0b;
  --black-3: #111111;
  --white: #ffffff;
  --ivory: #f5f2ea;
  --muted: #aaa79f;
  --gold: #caa95e;
  --gold-light: #e3ca8b;
  --gold-deep: #8b6c2c;
  --line: rgba(255, 255, 255, 0.13);
  --line-gold: rgba(202, 169, 94, 0.38);
  --danger: #ffb4b4;
  --success: #d9efc7;
  --radius-lg: 30px;
  --radius-md: 20px;
  --max: 1180px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 80% 14%, rgba(202, 169, 94, 0.07), transparent 26rem),
    radial-gradient(circle at 2% 55%, rgba(202, 169, 94, 0.045), transparent 24rem),
    linear-gradient(180deg, #080808 0%, #030303 100%);
  color: var(--white);
  font-family: var(--sans);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.20'/%3E%3C/svg%3E");
}

a { color: inherit; }

button,
input,
select { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

.section-shell,
.site-header {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line-gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
}

.header-cta {
  color: var(--ivory);
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
  padding: 9px 0 7px;
  border-bottom: 1px solid var(--gold);
}

.hero {
  min-height: 650px;
  padding: 92px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .55fr);
  gap: 72px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .2em;
}

.hero h1,
.section-heading h2,
.location h2,
.rsvp h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.04em;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(64px, 8.6vw, 120px);
  line-height: .88;
}

.hero h1 em {
  color: var(--gold-light);
  font-weight: 400;
}

.hero-text {
  max-width: 570px;
  margin: 34px 0 0;
  color: #d2d0ca;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions,
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 53px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.button:hover { transform: translateY(-2px); }

.button-gold {
  background: var(--gold);
  color: #0c0a05;
}

.button-gold:hover { background: var(--gold-light); }

.button-outline {
  background: rgba(255,255,255,.018);
  border-color: var(--line);
  color: var(--white);
}

.button-outline:hover { border-color: rgba(255,255,255,.28); }

.date-card {
  min-height: 430px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(202,169,94,.075), transparent 48%),
    rgba(255,255,255,.018);
  box-shadow: 0 35px 90px rgba(0,0,0,.35);
  overflow: hidden;
  position: relative;
}

.date-card::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -105px;
  bottom: 12px;
  border: 1px solid rgba(202,169,94,.18);
  border-radius: 50%;
}

.date-topline {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .2em;
}

.date-main {
  position: relative;
  z-index: 1;
}

.date-number {
  display: block;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 160px;
  line-height: .76;
  letter-spacing: -.085em;
}

.date-month {
  display: block;
  margin: 23px 0 0 7px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .32em;
}

.date-bottom {
  padding-top: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 1;
}

.date-bottom strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

.date-bottom span {
  color: var(--muted);
  font-size: 11px;
}

.countdown-wrap {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.countdown-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(202,169,94,.08);
}

.countdown {
  display: flex;
  gap: 36px;
}

.countdown div {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.countdown strong {
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
}

.countdown span {
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.details {
  padding: 120px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 44px;
}

.section-heading h2,
.location h2,
.rsvp h2 {
  font-size: clamp(44px, 6vw, 76px);
  line-height: .95;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.calendar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.calendar-actions .button {
  width: auto;
}

.calendar-note {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.pricing {
  padding: 108px 0;
  border-top: 1px solid var(--line);
}

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

.pricing-overview-item {
  min-width: 0;
  padding: 22px 20px 23px;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius-md);
  background: rgba(202,169,94,.045);
}

.pricing-overview-item span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.pricing-overview-item strong {
  display: block;
  margin-top: 14px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.22;
}

.pricing-more {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pricing-more summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ivory);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
  user-select: none;
}

.pricing-more summary > span:first-child {
  color: var(--gold-light);
  letter-spacing: .02em;
}

.pricing-more summary::-webkit-details-marker { display: none; }

.pricing-more summary:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 5px;
}

.pricing-toggle {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line-gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  transition: transform .18s ease;
}

.pricing-more[open] .pricing-toggle { transform: rotate(45deg); }

@keyframes pricingReveal {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 0 22px;
}

.pricing-more[open] .pricing-grid {
  animation: pricingReveal .42s cubic-bezier(.22, .61, .36, 1) both;
}

.pricing-card {
  min-width: 0;
  padding: 25px 28px 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(202,169,94,.055), transparent 52%),
    rgba(255,255,255,.018);
}

.pricing-card-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}

.pricing-card-heading h3 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.03em;
}

.pricing-card-heading span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-align: right;
  text-transform: uppercase;
}

.pricing-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-top: 17px;
  color: #c8c5be;
  font-size: 13px;
  line-height: 1.55;
}

.pricing-line span { min-width: 0; }

.pricing-line strong {
  flex: 0 0 auto;
  color: var(--ivory);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.pricing-card-note {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.pricing-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.detail-card {
  min-height: 270px;
  padding: 28px 30px 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.detail-card + .detail-card {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.detail-index {
  color: var(--gold);
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
}

.detail-label {
  margin: 0 0 11px;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .15em;
}

.detail-card h3 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
}

.detail-card p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.location {
  padding: 108px 0;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.address {
  margin: 26px 0 0;
  color: #c8c5be;
  line-height: 1.8;
}

.map-shell {
  min-height: 430px;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  background: var(--black-3);
}

.map-shell iframe {
  width: 100%;
  height: 430px;
  border: 0;
  filter: grayscale(1) invert(.91) contrast(.84);
  opacity: .76;
}

.map-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(202,169,94,.10), transparent 38%, rgba(0,0,0,.16));
  pointer-events: none;
}

.map-label {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 13px 16px;
  background: rgba(3,3,3,.88);
  border: 1px solid var(--line-gold);
  border-radius: 12px;
  backdrop-filter: blur(12px);
}

.map-label span,
.map-label strong { display: block; }

.map-label span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .18em;
}

.map-label strong {
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.rsvp {
  padding: 110px 0 130px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
  border-top: 1px solid var(--line);
}

.rsvp-intro > p:not(.eyebrow) {
  max-width: 460px;
  margin: 27px 0 0;
  color: #c8c5be;
  line-height: 1.75;
}

.rsvp-note {
  max-width: 470px;
  margin-top: 36px;
  padding-top: 20px;
  display: flex;
  gap: 15px;
  border-top: 1px solid var(--line);
}

.rsvp-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.form-card {
  min-height: 520px;
  padding: 34px;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(150deg, rgba(202,169,94,.05), transparent 46%),
    rgba(255,255,255,.022);
}

.dev-notice {
  margin-bottom: 26px;
  padding: 14px 15px;
  border: 1px solid rgba(202,169,94,.28);
  border-radius: 12px;
  background: rgba(202,169,94,.07);
  color: #d9d3c4;
  font-size: 12px;
  line-height: 1.55;
}

.dev-notice strong { color: var(--gold-light); }
.dev-notice code { color: var(--white); }

.form-group { margin-bottom: 23px; }

.form-group label {
  display: block;
  margin-bottom: 10px;
  color: var(--ivory);
  font-size: 12px;
  font-weight: 750;
}

.form-group input,
.form-group select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  outline: none;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(0,0,0,.28);
  color: var(--white);
  transition: border-color .17s ease, box-shadow .17s ease;
}

.form-group input::placeholder { color: #75736e; }

.form-group input:focus,
.form-group select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(202,169,94,.08);
}

.form-group select { cursor: pointer; }

.form-group select option {
  background: #111;
  color: #fff;
}

.contact-row {
  display: grid;
  grid-template-columns: minmax(170px, .78fr) 1.22fr;
  gap: 10px;
}

.contact-row .form-group input,
.contact-row input,
.contact-row select {
  min-width: 0;
}

.contact-type-wrap {
  position: relative;
}

.contact-type-wrap::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--muted);
  pointer-events: none;
  transform: translateY(-55%);
}

.contact-type-wrap select {
  appearance: none;
  padding-right: 36px;
}

.lookup-status {
  display: block;
  min-height: 16px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.lookup-status.loading { color: var(--gold-light); }
.lookup-status.found { color: #d9cc9e; }
.lookup-status.empty { color: var(--muted); }
.lookup-status.warning,
.lookup-status.error { color: var(--danger); }

.captcha-widget {
  margin: -2px 0 22px;
  padding: 15px;
  border: 1px solid rgba(202,169,94,.28);
  border-radius: 13px;
  background: rgba(202,169,94,.06);
}

.captcha-widget p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.captcha-widget .field-error {
  margin-bottom: 0;
}

.field-error {
  display: block;
  min-height: 15px;
  margin-top: 7px;
  color: var(--danger);
  font-size: 11px;
}

.companions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 13px;
}

.button-submit {
  width: 100%;
  min-height: 59px;
  margin-top: 4px;
  justify-content: space-between;
  background: var(--white);
  color: var(--black);
  border: 0;
}

.button-submit:hover { background: var(--gold-light); }

.button-submit:disabled {
  cursor: wait;
  opacity: .65;
  transform: none;
}

.submit-arrow {
  font-size: 21px;
  font-weight: 400;
}

.cancel-option {
  margin: 22px auto 0;
  text-align: center;
}

.cancel-option p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.cancel-button {
  margin-top: 8px;
  color: #d6c28f;
}

.cancel-status {
  display: block;
  min-height: 15px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.cancel-status.ready { color: #d9cc9e; }
.cancel-status.loading { color: var(--gold-light); }
.cancel-status.warning,
.cancel-status.error { color: var(--danger); }

.privacy {
  margin: 15px auto 0;
  max-width: 410px;
  color: #77746e;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.success-state {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.success-icon {
  width: 66px;
  height: 66px;
  margin-bottom: 26px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 25px;
}

.success-state h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
}

.success-state > p:not(.eyebrow) {
  max-width: 400px;
  margin: 17px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.text-button {
  margin-top: 28px;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid var(--gold);
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
  font-size: 12px;
}

.footer {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .08em;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer p { margin: 0; }

.footer-cta {
  color: var(--gold);
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
  border-bottom: 1px solid transparent;
}

.footer-cta:hover,
.footer-cta:focus-visible {
  color: var(--ivory);
  border-color: var(--gold);
}

[hidden] { display: none !important; }

@media (max-width: 900px) {
  .hero,
  .location,
  .rsvp {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 72px;
    gap: 48px;
  }

  .date-card {
    min-height: 360px;
  }

  .date-number { font-size: 140px; }

  .location,
  .rsvp { gap: 48px; }

  .details-grid { grid-template-columns: 1fr; }

  .detail-card,
  .detail-card + .detail-card {
    min-height: 180px;
    padding: 25px 0;
    border-left: 0;
  }

  .map-shell,
  .map-shell iframe {
    min-height: 380px;
    height: 380px;
  }
}

@media (max-width: 620px) {
  .section-shell,
  .site-header {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-header { height: 76px; }

  .header-cta { font-size: 11px; }

  .hero {
    min-height: 0;
    padding: 68px 0 55px;
  }

  .hero h1 {
    font-size: clamp(58px, 18vw, 84px);
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .eyebrow {
    margin-bottom: 25px;
    line-height: 1.45;
  }

  .hero-actions,
  .location-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button { width: 100%; }

  .date-card {
    min-height: 330px;
    padding: 23px;
    border-radius: 24px;
  }

  .date-number { font-size: 124px; }

  .footer {
    min-height: 0;
    padding: 28px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .date-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .countdown-wrap {
    padding: 20px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .countdown {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .countdown strong { font-size: 27px; }

  .details { padding: 84px 0; }

  .section-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 44px;
  }

  .section-heading > .eyebrow {
    margin-bottom: 0;
  }

  .section-heading h2,
  .location h2,
  .rsvp h2 {
    font-size: clamp(43px, 13vw, 58px);
    line-height: 1.03;
  }

  .section-heading h2 {
    max-width: 11ch;
  }

  .location-copy > .eyebrow,
  .rsvp-intro > .eyebrow {
    margin-bottom: 25px;
  }

  .location,
  .rsvp {
    padding: 82px 0;
  }

  .pricing {
    padding: 82px 0;
  }

  .map-shell,
  .map-shell iframe {
    min-height: 340px;
    height: 340px;
    border-radius: 23px;
  }

  .form-card {
    padding: 23px 18px;
    border-radius: 23px;
  }

  .companions { grid-template-columns: 1fr; }

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

  .calendar-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .calendar-actions .button {
    width: 100%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 18px;
  }

  .pricing-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pricing-overview-item {
    padding: 17px 15px 18px;
    border-radius: 18px;
  }

  .pricing-overview-item strong {
    margin-top: 11px;
    font-size: 18px;
  }

  .pricing-card {
    padding: 22px 18px 23px;
    border-radius: 23px;
  }

  .pricing-card-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .pricing-card-heading span {
    text-align: left;
  }

  .pricing-card-heading h3 {
    font-size: 28px;
  }

  .pricing-line {
    align-items: flex-start;
    gap: 12px;
  }

  .pricing-line span {
    max-width: 18ch;
  }

  .footer {
    min-height: 150px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
