:root {
  --navy: #102a43;
  --blue: #17608a;
  --teal: #6eb9b7;
  --gold: #c98c20;
  --cream: #f7f3ea;
  --paper: #fffdf9;
  --ink: #172b3d;
  --muted: #617180;
  --line: #d9e1e5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.site-header { height: 86px; max-width: 1180px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 18px; text-decoration: none; color: var(--navy); }
.brand-banner { display: block; width: 228px; height: auto; }
.market-label { padding-left: 18px; border-left: 1px solid var(--line); color: var(--navy); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.header-link { font-size: .88rem; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--gold); padding: 7px 0; }
.hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 80px; align-items: center; max-width: 1180px; margin: auto; padding: 76px 28px 100px; }
.hero::before { content: ""; position: absolute; inset: 86px 0 auto; height: 620px; z-index: -1; background: radial-gradient(circle at 82% 38%, rgba(110,185,183,.28), transparent 28%), linear-gradient(135deg, #f8f3e8, #fff 66%); }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; color: var(--navy); line-height: 1.05; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.1rem, 6vw, 5.8rem); letter-spacing: -.055em; }
h2 { margin-bottom: 16px; font-size: clamp(2.3rem, 4vw, 3.8rem); letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 2rem; letter-spacing: -.03em; }
.lead { max-width: 690px; margin: 0 0 34px; color: #425a6c; font-size: 1.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 22px; border-radius: 5px; font-size: .9rem; font-weight: 800; text-decoration: none; transition: transform .15s, box-shadow .15s, background .15s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(16,42,67,.18); }
.button-primary { color: white; background: var(--gold); }
.button-secondary { color: white; background: var(--blue); }
.button-light { color: var(--navy); background: white; }
.full { width: 100%; }
.microcopy, .secure-note { color: var(--muted); font-size: .76rem; }
.microcopy { margin-top: 15px; }
.frequency-card { position: relative; overflow: hidden; padding: 38px; color: white; background: var(--navy); border-radius: 8px; box-shadow: 22px 26px 0 rgba(23,96,138,.12); }
.frequency-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; bottom: -100px; border: 36px solid rgba(110,185,183,.15); border-radius: 50%; }
.frequency-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.round-logo { width: 74px; height: 74px; padding: 3px; border-radius: 50%; object-fit: cover; background: white; }
.live-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #f2b84b; }
.frequency-card > strong { display: block; margin-top: 36px; font-family: Georgia, serif; font-size: clamp(4.8rem, 9vw, 7.5rem); line-height: .85; letter-spacing: -.06em; }
.frequency-card > span:not(.live-pill) { display: block; max-width: 260px; margin-top: 15px; font-size: 1.1rem; font-weight: 700; }
.frequency-card p { margin: 20px 0 0; color: #c8d8e3; font-size: .85rem; }
.signal { height: 64px; display: flex; gap: 6px; align-items: center; margin: 28px 0 4px; }
.signal i { width: 5px; border-radius: 4px; background: var(--teal); }
.signal i:nth-child(1), .signal i:nth-child(7) { height: 18px; }.signal i:nth-child(2), .signal i:nth-child(6) { height: 34px; }.signal i:nth-child(3), .signal i:nth-child(5) { height: 52px; }.signal i:nth-child(4) { height: 64px; background: var(--gold); }
.trust-strip { display: grid; grid-template-columns: repeat(5, 1fr); max-width: 1180px; margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip span { padding: 24px 14px; text-align: center; color: var(--navy); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.trust-strip span + span { border-left: 1px solid var(--line); }
.offers { max-width: 1180px; margin: auto; padding: 110px 28px; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.07rem; }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.offer-card { padding: 38px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 16px 50px rgba(16,42,67,.07); }
.offer-card.featured { border-top: 5px solid var(--gold); }
.offer-card.weather { border-top: 5px solid var(--blue); }
.card-topline { min-height: 28px; display: flex; gap: 10px; align-items: center; justify-content: space-between; margin-bottom: 24px; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.badge { padding: 6px 9px; color: #76500d; background: #f8e9c7; border-radius: 3px; }
.badge-blue { color: #0d4b70; background: #dceef7; }
.price { margin: 22px 0 0; color: var(--navy); }
.price strong { font-family: Georgia, serif; font-size: 3.6rem; letter-spacing: -.05em; }
.price span { color: var(--muted); }
.price-note { min-height: 48px; margin: 0; color: var(--muted); font-size: .88rem; }
.offer-card ul { min-height: 342px; margin: 28px 0; padding: 0; list-style: none; }
.offer-card li { position: relative; padding: 9px 0 9px 29px; border-bottom: 1px solid #edf1f3; font-size: .92rem; }
.offer-card li::before { content: "✓"; position: absolute; left: 2px; color: var(--gold); font-weight: 900; }
.weather li::before { color: var(--blue); }
.secure-note { margin: 12px 0 0; text-align: center; }
.process { padding: 100px max(28px, calc((100vw - 1124px)/2)); background: var(--cream); }
.compact { margin-bottom: 36px; }
.process ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; }
.process li { display: flex; gap: 18px; padding: 24px 0; border-top: 2px solid var(--navy); }
.process li > span { color: var(--gold); font-size: .75rem; font-weight: 900; }
.process strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.3rem; }
.process p { margin: 6px 0 0; color: var(--muted); font-size: .88rem; }
.final-cta { padding: 100px 28px; text-align: center; color: white; background: var(--blue); }
.final-cta h2, .final-cta .eyebrow { color: white; }
.final-cta h2 { max-width: 700px; margin: 0 auto 28px; }
.final-cta > p:last-child { color: #d8e9f2; font-size: .8rem; }
footer { max-width: 1180px; margin: auto; padding: 54px 28px; color: var(--muted); }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; color: var(--navy); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.footer-brand img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; }
.legal { max-width: 760px; font-size: .75rem; }

@media (max-width: 820px) {
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 48px; padding-top: 60px; }
  .hero::before { height: 980px; }
  .frequency-card { max-width: 520px; }
  .offer-grid, .process ol { grid-template-columns: 1fr; }
  .offer-card ul { min-height: 0; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span:nth-child(odd) { border-left: 0; }
  .trust-strip span:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 520px) {
  .site-header { height: 74px; padding: 0 18px; }
  .header-link { display: none; }
  .brand-banner { width: 184px; }
  .market-label { display: none; }
  .hero { padding: 48px 20px 72px; }
  h1 { font-size: 3.15rem; }
  .frequency-card, .offer-card { padding: 28px 23px; }
  .round-logo { width: 62px; height: 62px; }
  .trust-strip span { padding: 18px 8px; font-size: .66rem; }
  .offers { padding: 78px 20px; }
  .card-topline { align-items: flex-start; }
  .price strong { font-size: 3.2rem; }
  .process { padding: 76px 20px; }
  .final-cta { padding: 80px 20px; }
}

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