:root {
  --navy: #06182a;
  --navy-2: #0b253d;
  --paper: #fffaf2;
  --white: #ffffff;
  --ink: #132435;
  --muted: #66717a;
  --red: #ae201b;
  --gold: #efbe4c;
  --line: #e8dfd2;
  --input: #cfc5b8;
  --green: #266b44;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f6f0e7; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
img { max-width: 100%; }
.page-shell { width: min(1120px, calc(100% - 42px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; border-radius: 8px; color: white; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 82px; display: flex; align-items: center; gap: 28px; padding: 12px max(22px, calc((100vw - 1180px) / 2)); color: white; background: var(--navy); }
.brand-link { display: inline-flex; align-items: center; }
.brand-link img { width: 205px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.site-header nav a { color: rgba(255,255,255,.76); font-size: .79rem; font-weight: 800; text-decoration: none; }
.site-header nav a:hover,
.site-header nav a[aria-current="page"] { color: var(--gold); }
.header-button { padding: 11px 16px; border: 1px solid rgba(239,190,76,.7); border-radius: 999px; color: var(--navy) !important; background: var(--gold); }

.page-hero { position: relative; padding: 86px 0 76px; color: white; background: radial-gradient(circle at 84% 20%, rgba(174,32,27,.34), transparent 26%), linear-gradient(130deg, #041323, #0a2946); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; left: -5%; right: -5%; bottom: -55px; height: 100px; border: 2px solid rgba(239,190,76,.28); border-radius: 50%; }
.page-hero .page-shell { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.page-hero h1 { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 7vw, 5.6rem); line-height: .98; letter-spacing: -.035em; }
.page-hero p:last-child { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 1.02rem; line-height: 1.7; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 62px; align-items: start; padding: 74px 0 100px; }
.content-card { padding: clamp(27px, 5vw, 58px); border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 24px 65px rgba(6,24,42,.07); }
.content-card h2 { margin: 44px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 2.2rem); }
.content-card h2:first-child { margin-top: 0; }
.content-card h3 { margin: 28px 0 10px; font-size: 1rem; }
.content-card p,
.content-card li { color: var(--muted); font-size: .93rem; line-height: 1.78; }
.content-card li + li { margin-top: 8px; }
.content-card a { color: var(--red); font-weight: 800; }
.effective-date { display: inline-flex; padding: 8px 11px; border-radius: 999px; color: var(--red) !important; background: #f8e9e2; font-size: .69rem !important; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.important-note { margin: 30px 0; padding: 18px 20px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; color: #634f20; background: #fff8df; }
.important-note p { margin: 0; color: inherit; }

.side-card { position: sticky; top: 28px; padding: 25px; border-radius: 20px; color: white; background: var(--navy); }
.side-card h2 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.side-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .8rem; line-height: 1.6; }
.side-card a { display: block; margin-top: 18px; color: var(--gold); font-size: .78rem; font-weight: 900; text-decoration: none; }

.alert-main { padding: 72px 0 105px; }
.alert-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 48px; align-items: start; }
.alert-explainer { padding: 24px 5px; }
.alert-explainer h2 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1.04; }
.alert-explainer > p { color: var(--muted); line-height: 1.7; }
.alert-benefits { display: grid; gap: 12px; margin-top: 28px; }
.alert-benefit { display: flex; gap: 13px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.58); }
.alert-benefit b { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); }
.alert-benefit strong,
.alert-benefit span { display: block; }
.alert-benefit strong { font-size: .86rem; }
.alert-benefit span { margin-top: 4px; color: var(--muted); font-size: .76rem; line-height: 1.5; }

.signup-card { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 24px 65px rgba(6,24,42,.09); }
.signup-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.signup-card > p { color: var(--muted); font-size: .84rem; line-height: 1.65; }
.sms-phone-label { display: block; margin-top: 25px; }
.sms-phone-label > span { display: block; margin-bottom: 9px; font-size: .78rem; font-weight: 900; }
.sms-phone-label input { width: 100%; height: 54px; padding: 0 15px; border: 1px solid var(--input); border-radius: 11px; color: var(--ink); background: white; font: inherit; }
.sms-phone-label input:focus,
.consent-row input:focus-visible { outline: 3px solid rgba(174,32,27,.18); outline-offset: 2px; border-color: var(--red); }
.sms-phone-label input[aria-invalid="true"] { border-color: var(--red); background: #fff8f6; }
.field-help { margin: 7px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.consent-row { display: flex; align-items: flex-start; gap: 12px; margin: 22px 0 8px; padding: 17px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); background: #fffdfa; font-size: .8rem; line-height: 1.57; cursor: pointer; }
.consent-row:has(input:checked) { border-color: var(--red); background: #fff8f4; }
.consent-row input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--red); }
.consent-row a { color: var(--red); font-weight: 800; }
.submit-button { width: 100%; min-height: 52px; margin-top: 22px; border: 0; border-radius: 999px; color: white; background: var(--red); font: inherit; font-size: .84rem; font-weight: 900; cursor: pointer; }
.submit-button:hover { background: #941b17; }
.submit-button[disabled] { cursor: wait; opacity: .68; }
.form-message { margin: 17px 0 0; padding: 14px 16px; border: 1px solid rgba(38,107,68,.25); border-radius: 12px; color: var(--green); background: rgba(38,107,68,.07); font-size: .78rem; line-height: 1.55; }
.form-message.is-error,
.form-error { color: #8f1f1b; border-color: rgba(174,32,27,.25); background: rgba(174,32,27,.06); }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-footer { padding: 35px 0; color: rgba(255,255,255,.62); background: #03101d; }
.footer-inner { display: flex; align-items: center; gap: 28px; }
.footer-inner img { width: 178px; height: auto; }
.footer-inner p { margin: 0; font-size: .77rem; }
.footer-links { display: flex; gap: 20px; margin-left: auto; }
.footer-links a { color: rgba(255,255,255,.74); font-size: .77rem; font-weight: 800; text-decoration: none; }

@media (max-width: 820px) {
  .page-shell { width: min(100% - 28px, 680px); }
  .site-header { min-height: 70px; padding-inline: 16px; }
  .brand-link img { width: 160px; }
  .site-header nav a:not(.header-button) { display: none; }
  .content-layout,
  .alert-layout { grid-template-columns: 1fr; gap: 34px; }
  .side-card { position: static; }
  .page-hero { padding: 66px 0 62px; }
  .alert-main { padding-top: 48px; }
  .footer-inner { align-items: flex-start; flex-wrap: wrap; }
  .footer-links { width: 100%; margin-left: 0; flex-wrap: wrap; }
}
