.offer-toggle {
  align-content: start;
}

.copy-helper { position: fixed; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

.back-link { display: inline-block; margin: 0 0 20px; color: var(--blue-dark); font-weight: 700; }
.card-update-panel { padding: clamp(22px, 5vw, 42px); }
.card-update-panel h1 { font-size: clamp(28px, 5vw, 38px); line-height: 1.15; margin: 10px 0 20px; }
.card-update-panel p { line-height: 1.65; }
.card-update-summary { margin-top: 24px; }
.saved-card-panel { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 22px; padding: 22px 0 0; border-top: 1px solid var(--line); }
.saved-card-panel > div { flex: 1; min-width: 180px; }
.saved-card-panel h2 { margin: 0 0 6px; font-size: 20px; }
.saved-card-panel p { margin: 4px 0; }
.saved-card-panel > small { flex-basis: 100%; color: var(--muted); font-size: 14px; }
.card-hold { color: #805014; }
.card-confirmed { color: #176f46; }
.card-update-wait { padding: 16px; margin: 12px 0; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); color: var(--blue-dark); }
.card-update-wait p { margin: 0 0 10px; font-size: 14px; line-height: 1.55; }
.card-update-wait .timer-heading { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-weight: 750; }
.card-countdown { font-variant-numeric: tabular-nums; font-size: 20px; color: var(--blue-dark); }
.balance-controls { max-width: 330px; }
.balance-controls .card-update-wait { margin: 0; }
.timeout-note { margin: 0 0 10px; font-size: 14px; line-height: 1.5; }
.card-update-wait [data-card-check] { min-height: 40px; white-space: normal; }
@media (max-width: 760px) { .balance-controls { width: 100%; max-width: none; } .balance-controls form > .button { width: 100%; } }
.desk-card-status, .charge-paused { margin: 8px 0 0; font-size: 14px; line-height: 1.5; }
.charge-paused { max-width: 230px; color: #805014; }
.keep-card { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.keep-card summary { cursor: pointer; color: var(--blue-dark); font-weight: 700; padding: 8px 0; }
.keep-card .stack { margin-top: 12px; }
@media (max-width: 600px) {
  .saved-card-panel { align-items: stretch; }
  .saved-card-panel > .button { width: 100%; }
  .card-update-panel .button { min-height: 48px; white-space: normal; }
  .charge-paused { max-width: none; }
}

.checkline {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid #bfd5e7;
  border-radius: 12px;
  background: #f8fbfe;
  color: #102238;
  font-weight: 700;
}

.checkline input {
  width: 19px;
  height: 19px;
  margin: 0;
}

.complete-check {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  white-space: nowrap;
}

.complete-check input {
  width: 16px;
  height: 16px;
  margin: 0;
}

body {
  overflow-x: hidden;
}

.hero h1,
.hero p,
.eyebrow {
  overflow-wrap: anywhere;
}

.eyebrow {
  display: block;
}

.button.danger {
  color: #a32232;
  background: #fff2f3;
  border-color: #f2c8ce;
}

.booking-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.booking-tabs {
  display: inline-flex;
  padding: 4px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.booking-tabs a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 9px;
  text-decoration: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.booking-tabs a.active {
  color: #fff;
  background: var(--blue-dark);
}

.row-actions form {
  margin: 0;
}

.status.cancelled,
.status.reissued {
  color: #9b2030 !important;
  background: #fff0f1;
}

.desk-notice {
  margin: 0 0 22px;
}

.alert.info {
  margin-bottom: 18px;
  color: #31506e;
  background: var(--soft);
  border: 1px solid var(--line);
}

.locked-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid #bde7d0;
  border-radius: 14px;
  background: #eaf9f1;
  color: #176f46;
  font-weight: 800;
}

.locked-total strong {
  font-size: 22px;
}

.check.unavailable {
  color: #a32232;
  background: #fff0f1;
}

/* Trust signals are informational, so they should not resemble tappable controls. */
.customer-page .trust-row {
  gap: 0;
  margin: 22px 0 28px;
  padding: 16px 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.customer-page .trust-row span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 5px 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.customer-page .trust-row span::before {
  content: "\2713";
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #eaf9f1;
  color: #167849;
  font-size: 13px;
  font-weight: 900;
}

.customer-page .trust-row span + span {
  border-left: 1px solid var(--line);
}

@media (max-width: 760px) {
  .booking-heading {
    display: grid;
    align-items: stretch;
  }

  .booking-tabs {
    width: 100%;
    margin-bottom: 16px;
  }

  .booking-tabs a {
    flex: 1;
    min-height: 44px;
  }

  .row-actions > a,
  .row-actions > form,
  .row-actions > form > .button {
    width: 100%;
  }

  .locked-total {
    align-items: flex-start;
  }

  .customer-page .trust-row {
    grid-template-columns: 1fr;
    padding: 8px 0;
  }

  .customer-page .trust-row span {
    justify-content: flex-start;
    padding: 11px 14px;
    text-align: left;
  }

  .customer-page .trust-row span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}
.discount-card h1 { margin: 12px 0 16px; }
.discount-summary { margin: 24px 0; }
.discount-preview { background: #edf7ff; border: 1px solid #cfe4f8; border-radius: 16px; padding: 22px; display: grid; gap: 14px; }
.discount-preview > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.discount-preview-balance { border-top: 1px solid #cfe4f8; padding-top: 16px; font-weight: 700; }
.discount-preview-balance strong { font-size: 1.5rem; color: #0879cc; white-space: nowrap; }
.discount-preview small, .discount-history small { color: #526e88; }
.discount-history { margin-top: 30px; border-top: 1px solid #d4e5f5; padding-top: 22px; }
.discount-history article { padding: 18px 0; border-bottom: 1px solid #d4e5f5; overflow-wrap: anywhere; }
.discount-history article > div { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.discount-history article > div > strong { color: #147447; }
.discount-history p { margin: 10px 0; }
.discount-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 28px; }
@media (max-width: 560px) { .discount-preview { padding: 17px; } .discount-links { flex-direction: column; align-items: stretch; text-align: center; } .discount-card h1 { font-size: 1.85rem; } }
.booking-contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; margin: 0; padding-top: 16px; border-top: 1px solid var(--line); }
.booking-contact-field { min-width: 0; }
.booking-contact-field dt { color: var(--muted); font-size: 14px; margin-bottom: 4px; }
.booking-contact-field dd { margin: 0; overflow-wrap: anywhere; font-size: 16px; line-height: 1.5; }
.booking-contact-field a { color: var(--blue-dark); text-underline-offset: 3px; }
@media (max-width: 760px) { .booking-contact { grid-template-columns: minmax(0, 1fr); } }
