:root {
  --navy: #08213f;
  --blue: #0568ff;
  --blue-dark: #004fc7;
  --sky: #eaf4ff;
  --orange: #ff6b23;
  --green: #047857;
  --paper: #fffdfa;
  --white: #ffffff;
  --muted: #59697d;
  --line: #d9e0e8;
  --shadow: 0 24px 70px rgba(8, 33, 63, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.site-header { max-width: 1180px; margin: 0 auto; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 850; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--navy); color: var(--white); font-size: 12px; letter-spacing: -.04em; }
.header-link { color: var(--blue); font-size: 14px; font-weight: 750; text-decoration: none; }
.hero { max-width: 1180px; margin: 0 auto; padding: 78px 28px 95px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); align-items: center; gap: clamp(46px, 7vw, 100px); }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
h1 { margin: 0; max-width: 760px; font-size: clamp(48px, 7vw, 82px); line-height: .98; letter-spacing: -.055em; }
.lede { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.58; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; flex-wrap: wrap; gap: 14px 18px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 23px; border-radius: 12px; text-decoration: none; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 30px rgba(5, 104, 255, .22); }
.button-primary:hover { background: var(--blue-dark); }
.microcopy { color: var(--muted); font-size: 13px; }
.deal-proof { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: var(--shadow); transform: rotate(1.4deg); }
.deal-proof::before { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: var(--sky); z-index: -1; left: -48px; top: -45px; }
.proof-topline { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.proof-topline span:first-child { color: var(--green); }
.route { display: flex; align-items: baseline; gap: 13px; margin: 34px 0 18px; }
.route strong { font-size: 31px; letter-spacing: -.04em; }
.route span { color: var(--muted); }
.fare strong { display: block; color: var(--orange); font-size: 68px; line-height: 1; letter-spacing: -.06em; }
.fare span { display: block; margin-top: 7px; color: var(--muted); }
.comparison { display: flex; justify-content: space-between; margin-top: 27px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); }
.proof-saving { display: inline-flex; margin-top: 18px; padding: 8px 11px; border-radius: 999px; color: var(--green); background: #ecfdf5; font-size: 13px; font-weight: 800; }
.trust-strip { background: var(--navy); color: var(--white); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.trust-strip div { padding: 30px max(28px, calc((100vw - 1124px) / 6)); border-right: 1px solid rgba(255,255,255,.15); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { margin-top: 7px; color: #c4d2e2; font-size: 14px; line-height: 1.45; }
.california-visual { max-width: 1124px; margin: 90px auto 0; padding: 0 28px; }
.california-visual img { display: block; width: 100%; height: auto; border-radius: 24px; box-shadow: var(--shadow); }
.value-section { max-width: 1100px; margin: 0 auto; padding: 105px 28px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; }
.value-section h2, .final-cta h2 { margin: 0; font-size: clamp(37px, 5vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.value-list { display: grid; }
.value-list article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.value-list article:first-child { padding-top: 0; }
.value-list article > span { color: var(--blue); font-weight: 850; }
.value-list h3 { margin: 0 0 7px; font-size: 19px; }
.value-list p { margin: 0; color: var(--muted); line-height: 1.55; }
.final-cta { margin: 0 auto 80px; max-width: 1124px; padding: 65px; border-radius: 28px; background: var(--sky); text-align: center; }
.final-cta h2 { margin-bottom: 27px; }
footer { max-width: 1180px; margin: 0 auto; padding: 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
footer nav { display: flex; gap: 20px; }
footer a { text-decoration: none; }

.offer-body { background: #f3f7fb; }
.offer-header { max-width: 980px; margin: 0 auto; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; }
.confirmed { color: var(--green); font-size: 13px; font-weight: 800; }
.offer-shell { max-width: 820px; margin: 0 auto; padding: 25px 24px 70px; }
.onboarding { margin-bottom: 20px; }
.onboarding > div:first-child { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.progress { height: 7px; margin-top: 9px; overflow: hidden; border-radius: 999px; background: #dce6f0; }
.progress span { display: block; width: 34%; height: 100%; background: var(--blue); }
.offer-card { background: var(--white); border: 1px solid var(--line); border-radius: 25px; padding: clamp(26px, 6vw, 55px); box-shadow: var(--shadow); }
.offer-intro { text-align: center; }
.offer-badge { display: inline-flex; padding: 8px 12px; border-radius: 999px; color: #9a3d08; background: #fff1e9; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.offer-intro h1 { max-width: 690px; margin: 20px auto 0; font-size: clamp(38px, 7vw, 59px); line-height: 1.02; }
.offer-intro p { max-width: 580px; margin: 17px auto 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.pricing-block { margin: 35px 0 28px; display: grid; grid-template-columns: .8fr 1.2fr; background: var(--sky); border-radius: 18px; overflow: hidden; }
.today-price, .price-terms { padding: 25px; }
.today-price { color: var(--white); background: var(--navy); }
.today-price span, .today-price strong, .price-terms span, .price-terms strong { display: block; }
.today-price span { color: #c4d2e2; font-size: 12px; }
.today-price strong { margin-top: 3px; font-size: 52px; line-height: 1; }
.price-terms strong { font-size: 19px; }
.price-terms span { margin-top: 6px; color: var(--muted); }
.price-terms .usual-price { color: var(--orange); font-weight: 800; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 25px; }
.benefit-grid div { min-height: 52px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.benefit-grid span { color: var(--green); font-weight: 900; }
.benefit-grid strong { font-size: 14px; }
.offer-button { width: 100%; margin-top: 30px; min-height: 59px; font-size: 17px; }
.billing-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }
.decline-link { display: block; width: fit-content; margin: 21px auto 0; color: var(--muted); font-size: 13px; }
.offer-footer { max-width: 820px; }
.legal { max-width: 760px; margin: 0 auto; padding: 75px 28px 100px; }
.legal h1 { font-size: clamp(46px, 7vw, 68px); }
.legal h2 { margin: 38px 0 10px; font-size: 22px; }
.legal p { color: var(--muted); line-height: 1.7; }
.legal-updated { margin-bottom: 50px; }

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .deal-proof { transform: none; max-width: 520px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .value-section { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 520px) {
  .site-header { padding: 18px; }
  .header-link { display: none; }
  .hero { padding: 42px 18px 70px; gap: 50px; }
  h1 { font-size: 50px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .deal-proof { padding: 22px; }
  .fare strong { font-size: 58px; }
  .value-section { padding: 78px 18px; }
  .california-visual { margin-top: 55px; padding: 0 18px; }
  .california-visual img { border-radius: 16px; }
  .final-cta { margin: 0 18px 55px; padding: 46px 20px; }
  footer { padding: 24px 18px; flex-direction: column; gap: 15px; }
  .offer-header { padding: 16px 18px; }
  .offer-header .brand > span:last-child { display: none; }
  .offer-shell { padding: 20px 14px 50px; }
  .offer-card { border-radius: 19px; }
  .pricing-block { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
}
