:root {
  --navy-950: #041022;
  --navy-900: #07162d;
  --navy-850: #0a1d3a;
  --navy-800: #102746;
  --navy-700: #17345a;
  --gold-500: #dca12d;
  --gold-400: #efbd55;
  --gold-300: #f6d487;
  --cream-100: #fffaf0;
  --cream-50: #fffdf8;
  --slate-900: #122039;
  --slate-700: #40506a;
  --slate-500: #718099;
  --slate-300: #c7cfda;
  --slate-200: #dde3eb;
  --slate-100: #eef2f6;
  --white: #ffffff;
  --danger: #a13232;
  --danger-bg: #fff0f0;
  --success: #1f7456;
  --success-bg: #eaf8f1;
  --warning: #8a5b08;
  --warning-bg: #fff6df;
  --shadow-sm: 0 8px 24px rgba(7, 22, 45, 0.08);
  --shadow-lg: 0 30px 80px rgba(1, 9, 24, 0.26);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 34px;
  --content-max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--slate-900);
  background: var(--cream-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

a {
  color: inherit;
}

img,
svg {
  display: block;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 48px), var(--content-max));
  margin: 0 auto;
  min-height: 104px;
  gap: 24px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  text-decoration: none;
}

.brand-lockup img {
  width: 76px;
  height: 74px;
  object-fit: contain;
}

.brand-product {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  padding-left: 15px;
}

.brand-product strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.brand-product small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 2px;
}

.header-trust {
  display: flex;
  gap: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.header-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-trust i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 0 4px rgba(239, 189, 85, 0.12);
}

.landing-page {
  background:
    radial-gradient(circle at 15% 18%, rgba(43, 91, 146, 0.35), transparent 36%),
    radial-gradient(circle at 82% 8%, rgba(220, 161, 45, 0.12), transparent 28%),
    linear-gradient(180deg, var(--navy-950) 0, var(--navy-900) 820px, var(--cream-50) 820px);
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.84fr);
  gap: 68px;
  align-items: start;
  width: min(calc(100% - 48px), var(--content-max));
  margin: 38px auto 76px;
}

.hero-shell::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 660px;
  height: 660px;
  left: -430px;
  top: -90px;
  border: 1px solid rgba(239, 189, 85, 0.15);
  border-radius: 50%;
  box-shadow:
    0 0 0 62px rgba(239, 189, 85, 0.025),
    0 0 0 132px rgba(239, 189, 85, 0.018);
}

.hero-copy {
  color: var(--white);
  padding-top: 52px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 690px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 500;
}

.hero-copy h1 em {
  display: block;
  color: var(--gold-400);
  font-style: normal;
}

.hero-lede {
  max-width: 650px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.7;
}

.value-grid {
  display: grid;
  gap: 1px;
  max-width: 670px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.value-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 17px 20px;
  background: rgba(4, 16, 34, 0.56);
}

.value-number {
  color: var(--gold-400);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.value-grid strong,
.value-grid small {
  display: block;
}

.value-grid strong {
  font-size: 14px;
  margin-bottom: 2px;
}

.value-grid small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.hero-proof span:not(.proof-kicker) {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.proof-kicker {
  color: var(--gold-400);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lead-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(220, 161, 45, 0.32);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 248, 0.98);
  box-shadow: var(--shadow-lg);
}

.lead-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(220, 161, 45, 0.18);
  border-radius: calc(var(--radius-xl) - 8px);
}

.form-heading,
.lead-card form {
  position: relative;
  z-index: 1;
}

.form-heading {
  margin-bottom: 26px;
}

.form-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--navy-900);
}

.form-heading p:last-child {
  margin: 10px 0 0;
  color: var(--slate-500);
  font-size: 13px;
  line-height: 1.6;
}

.form-section-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 22px 0 12px;
  color: var(--navy-800);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.form-section-label span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--gold-400);
  font-size: 11px;
}

.field-grid {
  display: grid;
  gap: 12px;
}

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

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

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

.compact-grid {
  margin-top: 12px;
}

.field {
  position: relative;
  display: block;
}

.field > span,
.field > label,
.autocomplete-field > label {
  display: block;
  margin: 0 0 6px;
  color: var(--slate-700);
  font-size: 11px;
  font-weight: 700;
}

.field > span small {
  color: var(--slate-500);
  font-weight: 500;
}

.field input,
.field select,
.field textarea,
.autocomplete-field input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--slate-900);
  outline: none;
  padding: 0 12px;
  font-size: 13px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.field textarea {
  height: auto;
  min-height: 120px;
  padding-top: 11px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.autocomplete-field input:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(220, 161, 45, 0.13);
}

.field input::placeholder,
.autocomplete-field input::placeholder {
  color: #a7b0bf;
}

.place-input-wrap {
  position: relative;
}

.place-input-wrap input {
  padding-right: 54px;
}

.code-chip {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 28px;
  padding: 0 6px;
  border-radius: 7px;
  color: var(--navy-900);
  background: var(--gold-300);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.code-chip.empty {
  color: var(--slate-500);
  background: var(--slate-100);
}

.autocomplete-field {
  position: relative;
}

.suggestions {
  position: absolute;
  z-index: 40;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 270px;
  overflow-y: auto;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(7, 22, 45, 0.18);
}

.suggestion-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-bottom: 1px solid var(--slate-100);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.suggestion-item:last-child {
  border-bottom: 0;
}

.suggestion-item:hover,
.suggestion-item:focus-visible {
  background: var(--cream-100);
  outline: none;
}

.suggestion-code {
  display: grid;
  place-items: center;
  height: 32px;
  border-radius: 8px;
  background: var(--navy-900);
  color: var(--gold-400);
  font-size: 11px;
  font-weight: 900;
}

.suggestion-copy strong,
.suggestion-copy small {
  display: block;
}

.suggestion-copy strong {
  color: var(--navy-900);
  font-size: 12px;
}

.suggestion-copy small {
  color: var(--slate-500);
  font-size: 10px;
  margin-top: 2px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent-panel {
  display: grid;
  gap: 11px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  background: #f8fafc;
}

.check-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--slate-700);
  font-size: 10.5px;
  line-height: 1.55;
  cursor: pointer;
}

.check-row input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--gold-500);
}

.check-row a {
  color: var(--navy-700);
  font-weight: 700;
}

.check-row strong {
  color: var(--danger);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.required-consent {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--slate-200);
}

.gpc-notice {
  margin: 1px 0 0 28px;
  color: var(--warning);
  font-size: 10px;
  line-height: 1.5;
}

.form-error,
.inline-error {
  margin-top: 14px;
  padding: 11px 13px;
  border: 1px solid #efb2b2;
  border-radius: 10px;
  color: var(--danger);
  background: var(--danger-bg);
  font-size: 12px;
}

.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 12px;
  padding: 0 20px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, opacity 0.16s ease;
}

.primary-button {
  width: 100%;
  margin-top: 16px;
  border: 1px solid #d49a2a;
  color: #081426;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  box-shadow: 0 12px 28px rgba(220, 161, 45, 0.22);
}

.primary-button svg {
  width: 18px;
  height: 18px;
}

.primary-button:hover:not(:disabled),
.secondary-button:hover:not(:disabled),
.ghost-button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.primary-button:disabled,
.secondary-button:disabled,
.ghost-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.secondary-button {
  border: 1px solid var(--navy-800);
  color: var(--white);
  background: var(--navy-900);
}

.ghost-button {
  border: 1px solid var(--slate-200);
  color: var(--navy-800);
  background: var(--white);
}

.submit-note {
  margin: 10px 14px 0;
  color: var(--slate-500);
  font-size: 9.5px;
  line-height: 1.5;
  text-align: center;
}

.confidence-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(calc(100% - 48px), var(--content-max));
  margin: 0 auto 70px;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  background: var(--slate-200);
  box-shadow: var(--shadow-sm);
}

.confidence-strip article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 22px 24px;
  background: var(--white);
}

.confidence-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--gold-500);
  background: var(--navy-900);
  font-size: 16px;
}

.confidence-strip strong,
.confidence-strip small {
  display: block;
}

.confidence-strip strong {
  color: var(--navy-900);
  font-size: 13px;
}

.confidence-strip small {
  margin-top: 3px;
  color: var(--slate-500);
  font-size: 11px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 30px;
  align-items: center;
  width: min(calc(100% - 48px), var(--content-max));
  margin: 0 auto;
  padding: 32px 0 42px;
  border-top: 1px solid var(--slate-200);
  color: var(--slate-500);
  font-size: 11px;
}

.site-footer > div strong,
.site-footer > div span {
  display: block;
}

.site-footer > div strong {
  color: var(--navy-900);
  font-size: 12px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.site-footer nav a {
  color: var(--navy-700);
  text-decoration: none;
}

.site-footer nav a:hover {
  text-decoration: underline;
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 0;
}

.loading-layer {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 13, 28, 0.78);
  backdrop-filter: blur(8px);
}

.loading-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 360px);
  padding: 32px;
  border: 1px solid rgba(239, 189, 85, 0.3);
  border-radius: 24px;
  background: var(--navy-900);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}

.loading-card strong {
  margin-top: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.loading-card span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.spinner {
  width: 38px;
  height: 38px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: var(--gold-400);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

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

/* Checkout */
.checkout-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, var(--navy-950) 0, var(--navy-900) 250px, #f4f6f9 250px),
    #f4f6f9;
}

.checkout-page .site-header {
  min-height: 92px;
}

.checkout-progress {
  display: flex;
  align-items: center;
  gap: 0;
  width: min(calc(100% - 48px), var(--content-max));
  margin: 18px auto 36px;
  color: rgba(255, 255, 255, 0.62);
}

.progress-step {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  font-size: 11px;
}

.progress-step span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-weight: 800;
}

.progress-step.active,
.progress-step.completed {
  color: var(--white);
}

.progress-step.active span,
.progress-step.completed span {
  border-color: var(--gold-400);
  color: var(--navy-950);
  background: var(--gold-400);
}

.progress-line {
  flex: 1;
  min-width: 28px;
  height: 1px;
  margin: 0 12px;
  background: rgba(255, 255, 255, 0.2);
}

.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 28px;
  align-items: start;
  width: min(calc(100% - 48px), var(--content-max));
  margin: 0 auto 72px;
}

.checkout-main {
  display: grid;
  gap: 20px;
}

.checkout-card,
.summary-card,
.status-card {
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.checkout-card {
  padding: 28px;
}

.checkout-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.checkout-card-head h1,
.checkout-card-head h2 {
  margin: 0;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.checkout-card-head h1 {
  font-size: 34px;
}

.checkout-card-head h2 {
  font-size: 27px;
}

.checkout-card-head p {
  margin: 7px 0 0;
  color: var(--slate-500);
  font-size: 12px;
}

.mode-badge,
.small-badge,
.recommended-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mode-badge {
  color: var(--navy-950);
  background: var(--gold-300);
}

.small-badge {
  color: var(--navy-800);
  background: var(--slate-100);
}

.recommended-badge {
  color: var(--navy-950);
  background: var(--gold-400);
}

.trip-overview {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px;
  border-radius: 16px;
  color: var(--white);
  background: var(--navy-900);
}

.trip-point small,
.trip-point strong,
.trip-point span {
  display: block;
}

.trip-point small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trip-point strong {
  margin-top: 2px;
  color: var(--gold-400);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.trip-point span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
}

.trip-arrow {
  color: rgba(255, 255, 255, 0.38);
  font-size: 20px;
}

.trip-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.trip-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--slate-700);
  background: var(--slate-100);
  font-size: 10px;
}

.notice-box {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #efd89f;
  border-radius: 12px;
  color: var(--warning);
  background: var(--warning-bg);
  font-size: 11px;
  line-height: 1.55;
}

.offer-list {
  display: grid;
  gap: 13px;
}

.offer-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: var(--white);
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.offer-card:hover {
  transform: translateY(-1px);
  border-color: #d8b25f;
  box-shadow: 0 14px 30px rgba(7, 22, 45, 0.08);
}

.offer-card.selected {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(220, 161, 45, 0.13);
}

.offer-topline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.airline-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: var(--gold-400);
  background: var(--navy-900);
  font-size: 10px;
  font-weight: 900;
}

.offer-topline strong {
  color: var(--navy-900);
  font-size: 13px;
}

.offer-topline small {
  display: block;
  margin-top: 2px;
  color: var(--slate-500);
  font-size: 10px;
}

.offer-slices {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.offer-slice {
  display: grid;
  grid-template-columns: 98px 1fr auto;
  gap: 12px;
  align-items: center;
  color: var(--slate-700);
  font-size: 10px;
}

.offer-slice strong {
  color: var(--navy-800);
  font-size: 11px;
}

.offer-slice .route-line {
  position: relative;
  height: 1px;
  background: var(--slate-300);
}

.offer-slice .route-line::before,
.offer-slice .route-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-500);
  transform: translateY(-50%);
}

.offer-slice .route-line::before { left: 0; }
.offer-slice .route-line::after { right: 0; }

.offer-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.offer-facts span {
  color: var(--slate-500);
  font-size: 9.5px;
}

.offer-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  border-left: 1px solid var(--slate-200);
  padding-left: 18px;
}

.offer-price small {
  color: var(--slate-500);
  font-size: 9px;
}

.offer-price strong {
  margin: 3px 0;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.offer-price span {
  color: var(--slate-500);
  font-size: 9px;
}

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

.package-card {
  position: relative;
  padding: 18px;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: var(--white);
  cursor: pointer;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.package-card:hover {
  transform: translateY(-1px);
}

.package-card.selected {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(220, 161, 45, 0.12);
}

.package-card.recommended {
  background: linear-gradient(180deg, #fff9ec, #fff);
}

.package-card .recommended-badge {
  position: absolute;
  top: -11px;
  right: 14px;
}

.package-card h3 {
  margin: 0;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.package-card > p {
  min-height: 50px;
  margin: 7px 0 13px;
  color: var(--slate-500);
  font-size: 10px;
}

.package-price {
  padding: 10px 0;
  border-top: 1px solid var(--slate-100);
  border-bottom: 1px solid var(--slate-100);
}

.package-price strong {
  color: var(--navy-900);
  font-size: 18px;
}

.package-price small {
  display: block;
  color: var(--slate-500);
  font-size: 9px;
}

.package-card ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  margin: 6px 0;
  padding-left: 14px;
  color: var(--slate-700);
  font-size: 9.5px;
}

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

.passenger-list {
  display: grid;
  gap: 16px;
}

.passenger-card {
  padding: 18px;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: #fbfcfe;
}

.passenger-card h3 {
  margin: 0 0 14px;
  color: var(--navy-900);
  font-size: 13px;
}

.passenger-grid {
  display: grid;
  grid-template-columns: 90px 1fr 1fr;
  gap: 11px;
}

.passenger-grid.secondary {
  grid-template-columns: 1fr 90px 1fr 1fr;
  margin-top: 11px;
}

.checkout-consent {
  margin-top: 16px;
}

.checkout-consent .check-row {
  font-size: 11px;
}

.payment-panel {
  display: grid;
  gap: 15px;
}

.payment-mode-card {
  padding: 16px;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  background: #f8fafc;
}

.payment-mode-card h3 {
  margin: 0;
  color: var(--navy-900);
  font-size: 13px;
}

.payment-mode-card p {
  margin: 6px 0 0;
  color: var(--slate-500);
  font-size: 10.5px;
  line-height: 1.6;
}

.duffel-card-mount {
  min-height: 170px;
  padding: 16px;
  border: 1px dashed var(--slate-300);
  border-radius: 14px;
  background: var(--white);
}

.demo-payment-visual {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 120px;
  padding: 20px;
  border-radius: 14px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 15%, rgba(239, 189, 85, 0.26), transparent 32%),
    linear-gradient(135deg, var(--navy-900), var(--navy-700));
}

.demo-payment-visual strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.demo-payment-visual span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
}

.demo-payment-visual .card-chip {
  width: 52px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
}

.payment-disclosure {
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--slate-700);
  background: var(--slate-100);
  font-size: 10px;
  line-height: 1.6;
}

.checkout-sidebar {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 14px;
}

.summary-card {
  overflow: hidden;
}

.summary-head {
  padding: 21px 22px;
  color: var(--white);
  background: var(--navy-900);
}

.summary-head small,
.summary-head strong {
  display: block;
}

.summary-head small {
  color: var(--gold-400);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.summary-head strong {
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
}

.summary-body {
  padding: 20px 22px;
}

.summary-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--slate-100);
  color: var(--slate-700);
  font-size: 11px;
}

.summary-row strong {
  color: var(--navy-900);
}

.summary-row.total {
  margin-top: 6px;
  padding-top: 16px;
  border-bottom: 0;
  font-size: 13px;
}

.summary-row.total strong {
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.summary-note {
  margin: 10px 0 0;
  color: var(--slate-500);
  font-size: 9.5px;
  line-height: 1.55;
}

.status-card {
  padding: 18px 20px;
}

.status-card strong {
  display: block;
  color: var(--navy-900);
  font-size: 12px;
}

.status-card p {
  margin: 6px 0 0;
  color: var(--slate-500);
  font-size: 10px;
  line-height: 1.55;
}

.checkout-page .site-footer {
  color: var(--slate-500);
}

.checkout-page .site-footer .brand-product,
.legal-page .site-footer .brand-product {
  color: var(--navy-900);
}

/* Legal pages */
.legal-page {
  background: #f5f7fa;
}

.legal-page .site-header {
  width: 100%;
  min-height: 92px;
  padding: 0 max(24px, calc((100vw - var(--content-max)) / 2));
  background: var(--navy-950);
}

.legal-hero {
  padding: 72px 24px 64px;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 10%, rgba(220, 161, 45, 0.16), transparent 30%),
    linear-gradient(145deg, var(--navy-900), var(--navy-800));
}

.legal-hero-inner {
  width: min(100%, 900px);
  margin: 0 auto;
}

.legal-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.legal-hero p {
  max-width: 720px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.legal-meta span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  width: min(calc(100% - 48px), 1080px);
  margin: 48px auto 80px;
}

.legal-toc {
  position: sticky;
  top: 24px;
  padding: 18px;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: var(--white);
}

.legal-toc strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy-900);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 7px 0;
  color: var(--slate-500);
  font-size: 10.5px;
  text-decoration: none;
}

.legal-toc a:hover {
  color: var(--navy-800);
}

.legal-content {
  padding: 38px 42px;
  border: 1px solid var(--slate-200);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.legal-content section {
  scroll-margin-top: 20px;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid var(--slate-100);
}

.legal-content section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-content h2 {
  margin: 0 0 14px;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
}

.legal-content h3 {
  margin: 22px 0 8px;
  color: var(--navy-800);
  font-size: 14px;
}

.legal-content p,
.legal-content li {
  color: var(--slate-700);
  font-size: 12px;
  line-height: 1.78;
}

.legal-content p {
  margin: 0 0 12px;
}

.legal-content ul,
.legal-content ol {
  margin: 10px 0 14px;
  padding-left: 22px;
}

.legal-content li {
  margin: 6px 0;
}

.legal-content a {
  color: var(--navy-700);
  font-weight: 700;
}

.legal-callout {
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 3px solid var(--gold-500);
  border-radius: 0 12px 12px 0;
  color: var(--slate-700);
  background: var(--cream-100);
  font-size: 11px;
  line-height: 1.65;
}

.privacy-form-card {
  padding: 28px;
  border: 1px solid var(--slate-200);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.privacy-form-card + .privacy-form-card {
  margin-top: 20px;
}

.privacy-form-card h2 {
  margin: 0 0 7px;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
}

.privacy-form-card > p {
  margin: 0 0 18px;
  color: var(--slate-500);
  font-size: 11px;
  line-height: 1.6;
}

.form-success {
  padding: 13px 15px;
  border: 1px solid #9bd1b9;
  border-radius: 11px;
  color: var(--success);
  background: var(--success-bg);
  font-size: 11px;
}

/* Success page */
.success-shell {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 100px);
  padding: 40px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(220, 161, 45, 0.18), transparent 36%),
    var(--navy-950);
}

.success-card {
  width: min(100%, 650px);
  padding: 46px;
  border: 1px solid rgba(239, 189, 85, 0.35);
  border-radius: 28px;
  color: var(--white);
  background: var(--navy-900);
  box-shadow: var(--shadow-lg);
  text-align: center;
}

.success-mark {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--gold-400);
  font-size: 30px;
  font-weight: 900;
}

.success-card h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 500;
}

.success-card p {
  margin: 14px auto 0;
  max-width: 510px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

.success-reference {
  display: inline-block;
  margin-top: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--gold-400);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.success-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 26px;
}

.success-actions a {
  text-decoration: none;
}

@media (max-width: 1100px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(470px, 0.9fr);
    gap: 36px;
  }

  .lead-card {
    padding: 28px;
  }

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

  .checkout-shell {
    grid-template-columns: minmax(0, 1fr) 330px;
  }

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

  .package-card > p {
    min-height: auto;
  }
}

@media (max-width: 880px) {
  .site-header {
    width: min(calc(100% - 32px), var(--content-max));
  }

  .header-trust {
    display: none;
  }

  .landing-page {
    background:
      radial-gradient(circle at 15% 18%, rgba(43, 91, 146, 0.35), transparent 36%),
      linear-gradient(180deg, var(--navy-950) 0, var(--navy-900) 920px, var(--cream-50) 920px);
  }

  .hero-shell {
    grid-template-columns: 1fr;
    width: min(calc(100% - 32px), 680px);
    margin-top: 10px;
  }

  .hero-copy {
    padding-top: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 11vw, 72px);
  }

  .lead-card {
    margin-top: 10px;
  }

  .confidence-strip {
    grid-template-columns: 1fr;
    width: min(calc(100% - 32px), 680px);
  }

  .site-footer {
    grid-template-columns: 1fr;
    width: min(calc(100% - 32px), var(--content-max));
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .checkout-progress,
  .checkout-shell {
    width: min(calc(100% - 32px), 720px);
  }

  .checkout-progress {
    overflow-x: auto;
    padding-bottom: 5px;
  }

  .checkout-shell {
    grid-template-columns: 1fr;
  }

  .checkout-sidebar {
    position: static;
    order: -1;
  }

  .summary-card {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
  }

  .summary-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    width: min(calc(100% - 32px), 800px);
  }

  .legal-toc {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
  }

  .legal-toc strong {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 82px;
  }

  .brand-lockup img {
    width: 58px;
    height: 58px;
  }

  .brand-product strong {
    font-size: 18px;
  }

  .brand-product small {
    font-size: 8px;
  }

  .hero-shell {
    margin-bottom: 50px;
  }

  .hero-copy h1 {
    font-size: 47px;
  }

  .hero-lede {
    font-size: 15px;
  }

  .lead-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .two-columns,
  .three-columns,
  .four-columns {
    grid-template-columns: 1fr;
  }

  .route-grid,
  .compact-grid {
    gap: 11px;
  }

  .confidence-strip article {
    padding: 18px;
  }

  .checkout-progress {
    margin-top: 4px;
  }

  .progress-step {
    font-size: 9px;
  }

  .progress-line {
    min-width: 18px;
    margin: 0 7px;
  }

  .checkout-card {
    padding: 21px 18px;
    border-radius: 18px;
  }

  .checkout-card-head {
    flex-direction: column;
  }

  .checkout-card-head h1 {
    font-size: 29px;
  }

  .checkout-card-head h2 {
    font-size: 24px;
  }

  .trip-overview {
    grid-template-columns: 1fr auto 1fr;
  }

  .trip-overview .trip-point:nth-of-type(3),
  .trip-overview .trip-arrow:nth-of-type(4) {
    display: none;
  }

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

  .offer-price {
    align-items: flex-start;
    border-left: 0;
    border-top: 1px solid var(--slate-200);
    padding: 12px 0 0;
  }

  .offer-slice {
    grid-template-columns: 76px 1fr auto;
  }

  .passenger-grid,
  .passenger-grid.secondary {
    grid-template-columns: 1fr;
  }

  .summary-card {
    display: block;
  }

  .legal-hero {
    padding: 50px 20px;
  }

  .legal-content,
  .privacy-form-card {
    padding: 24px 20px;
  }

  .legal-content h2 {
    font-size: 23px;
  }

  .success-card {
    padding: 34px 22px;
  }

  .success-card h1 {
    font-size: 32px;
  }

  .success-actions {
    flex-direction: column;
  }
}

/* Lead, checkout and privacy utility states */
.suggestion-empty {
  padding: 14px;
  color: var(--slate-500);
  font-size: 11px;
  line-height: 1.5;
}

.disabled-consent {
  opacity: 0.62;
  cursor: not-allowed;
}

.skeleton-stack {
  display: grid;
  gap: 13px;
}

.skeleton-card {
  height: 178px;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(238, 242, 246, 0.75), rgba(255, 255, 255, 0.95), rgba(238, 242, 246, 0.75));
  background-size: 220% 100%;
  animation: skeleton-wave 1.4s linear infinite;
}

@keyframes skeleton-wave {
  to { background-position: -220% 0; }
}

.fatal-card {
  padding: 28px;
  border: 1px solid #efb2b2;
  border-radius: 16px;
  background: var(--danger-bg);
  color: var(--danger);
}

.fatal-card strong {
  display: block;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.fatal-card p,
.fatal-card li {
  font-size: 12px;
  line-height: 1.65;
}

.fatal-card .secondary-button {
  margin-top: 10px;
  text-decoration: none;
}

.privacy-consent-panel {
  margin: 16px 0;
}

.privacy-submit {
  width: auto;
  min-width: 210px;
  margin-top: 14px;
}

.success-logo {
  width: 92px;
  height: 90px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.success-breakdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
}

.success-breakdown > div {
  padding: 14px 10px;
  background: rgba(4, 16, 34, 0.72);
}

.success-breakdown span,
.success-breakdown strong {
  display: block;
}

.success-breakdown span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.success-breakdown strong {
  margin-top: 4px;
  color: var(--gold-400);
  font-size: 12px;
  text-transform: capitalize;
}

.success-notice {
  padding: 13px 15px;
  border: 1px solid rgba(239, 189, 85, 0.22);
  border-radius: 12px;
  background: rgba(239, 189, 85, 0.08);
}

.success-actions .primary-button,
.success-actions .secondary-button {
  width: auto;
  margin-top: 0;
  padding: 0 22px;
}

.success-legal {
  margin-top: 24px !important;
  font-size: 10px !important;
}

.success-legal a {
  color: var(--gold-300);
}

@media (max-width: 620px) {
  .success-breakdown {
    grid-template-columns: 1fr;
  }

  .success-actions .primary-button,
  .success-actions .secondary-button,
  .privacy-submit {
    width: 100%;
  }
}
