:root {
  --ink: #151515;
  --ink-soft: #4b4946;
  --paper: #f5f1ea;
  --paper-2: #fffdf8;
  --paper-3: #ece5da;
  --accent: #e84b3c;
  --accent-dark: #b92d22;
  --lime: #d9f45f;
  --lilac: #cfc5ff;
  --blue: #3558f4;
  --line: #d8d0c4;
  --line-strong: #afa596;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 18px 52px rgba(33, 29, 24, .1);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 3px; }
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
[hidden] { display: none !important; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(760px, 100%); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 15px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.03em; }
h1, h2 { font-family: var(--serif); }
h1 { font-size: clamp(2.8rem, 6.5vw, 5.8rem); font-weight: 600; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 600; }
h3 { font-size: 1.24rem; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: .76rem; font-weight: 700; line-height: 1.2; letter-spacing: .09em; text-transform: uppercase; }
.lede { max-width: 700px; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.27rem); }
.muted { color: var(--ink-soft); }

.notice { color: var(--paper); background: var(--ink); font-family: var(--mono); font-size: .7rem; letter-spacing: .03em; }
.notice-inner { display: flex; min-height: 35px; align-items: center; justify-content: space-between; gap: 24px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(217, 244, 95, .13); }
.masthead { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(245, 241, 234, .94); backdrop-filter: blur(15px); }
.masthead-inner { display: flex; min-height: 76px; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; color: var(--ink); flex: 0 0 auto; }
.brand strong { display: block; font-size: 1rem; line-height: 1.05; }
.brand small { display: block; margin-top: 4px; color: var(--ink-soft); font-family: var(--mono); font-size: .62rem; line-height: 1.1; text-transform: uppercase; letter-spacing: .06em; }
.desktop-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.desktop-nav a { font-size: .83rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover { color: var(--accent-dark); }
.masthead-cta { margin-left: 4px; }
.menu-button { display: none; width: 46px; height: 46px; margin-left: auto; padding: 11px; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--ink); background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; }
.mobile-menu { display: grid; padding: 8px 20px 22px; gap: 4px; border-top: 1px solid var(--line); background: var(--paper); }
.mobile-menu > a:not(.btn) { padding: 11px 2px; font-weight: 700; text-decoration: none; }

.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 11px; padding: 12px 20px; border: 0; border-radius: 999px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--accent); box-shadow: 0 8px 20px rgba(184, 42, 32, .19); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-dark { color: var(--white); background: var(--ink); }
.btn-quiet { min-height: 46px; border: 1px solid var(--line-strong); color: var(--ink); background: var(--paper-2); }
.btn-small { min-height: 43px; padding: 9px 17px; font-size: .82rem; }
.arrow { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.check { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; overflow: hidden; padding: clamp(58px, 8vw, 104px) 0 72px; background: var(--paper-2); }
.hero::after { position: absolute; right: -130px; bottom: -210px; width: 520px; height: 520px; border: 76px solid var(--lilac); border-radius: 50%; content: ""; opacity: .72; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr); align-items: center; gap: clamp(44px, 7vw, 86px); }
.hero h1 { max-width: 800px; margin: 17px 0 22px; }
.hero h1 em { color: var(--accent); font-weight: 500; }
.hero .lede { margin-bottom: 28px; }
.eyebrow-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; color: var(--ink-soft); }
.eyebrow-row .kicker { color: var(--ink); }
.fresh { padding-left: 18px; border-left: 1px solid var(--line-strong); font-size: .8rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin: 28px 0 17px; }
.microcopy { display: flex; max-width: 650px; align-items: flex-start; gap: 9px; color: var(--ink-soft); font-size: .78rem; line-height: 1.45; }
.microcopy .check { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 1px; color: #278343; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 28px 0 0; padding: 0; color: var(--ink-soft); font-family: var(--mono); font-size: .72rem; list-style: none; }

.reward-panel { position: relative; border: 1px solid #bbb0a2; border-radius: 26px; background: var(--ink); box-shadow: var(--shadow); overflow: hidden; }
.reward-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; color: var(--paper); border-bottom: 1px solid #3a3835; font-family: var(--mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }
.verified-stamp { color: var(--lime); }
.reward-panel-main { padding: 34px 28px 24px; color: var(--white); }
.reward-panel-main > span { display: block; color: #c8c4bd; font-size: .86rem; }
.reward-amount { margin: 0; color: var(--lime); font-family: var(--serif); font-size: clamp(5.3rem, 10vw, 8rem); font-weight: 600; line-height: .9; letter-spacing: -.06em; }
.reward-panel-main p { margin: 14px 0 0; color: #dedad3; font-size: .9rem; line-height: 1.5; }
.reward-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #3a3835; }
.reward-mini-grid div { padding: 18px 22px; color: var(--white); border-right: 1px solid #3a3835; border-bottom: 1px solid #3a3835; }
.reward-mini-grid div:nth-child(2n) { border-right: 0; }
.reward-mini-grid strong { display: block; color: var(--lilac); font-family: var(--serif); font-size: 2rem; line-height: 1; }
.reward-mini-grid span { color: #bdb9b2; font-size: .68rem; line-height: 1.3; }
.reward-panel .btn { width: calc(100% - 44px); margin: 22px; }

.disclosure-bar { color: var(--ink); background: var(--lime); }
.disclosure-bar .wrap { display: flex; align-items: flex-start; gap: 12px; padding-block: 17px; font-size: .83rem; line-height: 1.45; }
.disclosure-bar strong { white-space: nowrap; }

.section { padding: clamp(66px, 9vw, 112px) 0; }
.section-white { background: var(--paper-2); }
.section-dark { color: var(--white); background: var(--ink); }
.section-lilac { background: var(--lilac); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head h2 { max-width: 760px; margin-bottom: 0; }
.section-head .lede { max-width: 520px; margin-bottom: 4px; }
.text-link { font-weight: 800; text-decoration-thickness: 2px; }

.reward-table-wrap { overflow-x: auto; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--paper-2); }
.reward-table { width: 100%; border-collapse: collapse; }
.reward-table th, .reward-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.reward-table tr:last-child th, .reward-table tr:last-child td { border-bottom: 0; }
.reward-table thead th { color: var(--ink-soft); background: var(--paper-3); font-family: var(--mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.reward-table tbody th { font-size: .93rem; }
.reward-table .cash { color: var(--accent-dark); font-family: var(--serif); font-size: 1.7rem; font-weight: 700; line-height: 1; white-space: nowrap; }
.table-note { margin: 16px 0 0; color: var(--ink-soft); font-size: .76rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { position: relative; min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-2); }
a.card { text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
a.card:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.card .num { margin-bottom: 42px; color: var(--accent-dark); font-family: var(--mono); font-size: .72rem; font-weight: 700; }
.card h3 { margin-bottom: 10px; font-size: 1.28rem; }
.card p { margin-bottom: 0; color: var(--ink-soft); font-size: .88rem; line-height: 1.55; }
.card .card-arrow { position: absolute; right: 22px; bottom: 18px; font-weight: 800; }

.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid #3c3936; border-radius: var(--radius); background: #3c3936; overflow: hidden; }
.step { min-height: 260px; padding: 25px; color: var(--white); background: var(--ink); }
.step-number { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 50px; border: 1px solid #77726b; border-radius: 50%; color: var(--lime); font-family: var(--mono); font-weight: 800; }
.step h3 { margin-bottom: 12px; color: var(--white); }
.step p { color: #c8c4bd; font-size: .86rem; line-height: 1.55; }

.warning { display: grid; grid-template-columns: auto 1fr; gap: 18px; margin-top: 28px; padding: 23px 25px; border: 1px solid #c78d1e; border-radius: var(--radius); color: #4d3507; background: #fff0bd; }
.warning-icon { font-family: var(--serif); font-size: 2.3rem; line-height: .9; }
.warning p { margin: 5px 0 0; }

.eligibility { display: grid; grid-template-columns: 1fr .8fr; gap: 38px; align-items: start; }
.eligibility-options { display: grid; gap: 10px; }
.choice { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 18px; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--ink); background: var(--paper-2); font-weight: 750; text-align: left; cursor: pointer; }
.choice:hover, .choice[aria-pressed="true"] { border-color: var(--ink); box-shadow: inset 5px 0 0 var(--accent); }
.choice span { color: var(--accent-dark); font-family: var(--serif); font-size: 1.45rem; white-space: nowrap; }
.eligibility-result { position: sticky; top: 110px; min-height: 280px; padding: 30px; border-radius: var(--radius); color: var(--white); background: var(--ink); }
.eligibility-result > span { color: #aaa69f; font-family: var(--mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.eligibility-result strong { display: block; margin: 18px 0 13px; color: var(--lime); font-family: var(--serif); font-size: 3.2rem; line-height: .95; }
.eligibility-result p { color: #d5d1ca; font-size: .86rem; }

.cta-panel { position: relative; overflow: hidden; padding: clamp(32px, 6vw, 66px); border-radius: 28px; color: var(--white); background: var(--ink); }
.cta-panel::after { position: absolute; right: -70px; bottom: -120px; width: 320px; height: 320px; border: 54px solid var(--accent); border-radius: 50%; content: ""; opacity: .9; }
.cta-panel-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 36px; }
.cta-panel h2 { max-width: 720px; margin-bottom: 16px; }
.cta-panel p { max-width: 660px; margin-bottom: 0; color: #cbc7c0; }
.cta-panel .btn { color: var(--ink); background: var(--lime); box-shadow: none; }
.cta-panel .btn:hover { background: var(--white); }

.code-box { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding: 10px 10px 10px 17px; border: 1px solid #55514b; border-radius: 13px; background: #242321; }
.code-box code { min-width: 0; color: var(--lilac); font-family: var(--mono); font-size: .76rem; overflow-wrap: anywhere; }
.copy-button { display: inline-flex; min-height: 42px; align-items: center; gap: 7px; margin-left: auto; padding: 9px 13px; border: 1px solid #77716a; border-radius: 9px; color: var(--white); background: transparent; cursor: pointer; white-space: nowrap; }
.copy-button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.copy-button.is-copied { color: var(--ink); background: var(--lime); }

.article-hero { padding: 68px 0 50px; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.breadcrumb { margin-bottom: 28px; color: var(--ink-soft); font-family: var(--mono); font-size: .72rem; }
.breadcrumb a { font-weight: 700; }
.article-hero h1 { max-width: 1000px; margin: 14px 0 20px; font-size: clamp(2.7rem, 6vw, 5.1rem); }
.byline { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 26px; color: var(--ink-soft); font-family: var(--mono); font-size: .7rem; }
.byline a { font-weight: 700; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; justify-content: space-between; gap: 70px; }
.article-body > h2 { margin: 64px 0 20px; font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
.article-body > h2:first-child { margin-top: 0; }
.article-body p, .article-body li { color: #383632; }
.article-body li + li { margin-top: 8px; }
.article-body .reward-table-wrap, .article-body .step-stack, .article-body .warning { margin-block: 25px; }
.article-aside { position: relative; }
.aside-card { position: sticky; top: 110px; padding: 24px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--paper-2); box-shadow: var(--shadow); }
.aside-card .kicker { color: var(--accent-dark); }
.aside-card strong.amount { display: block; margin: 12px 0; font-family: var(--serif); font-size: 3.7rem; line-height: .9; }
.aside-card p { color: var(--ink-soft); font-size: .8rem; line-height: 1.5; }
.aside-card .btn { width: 100%; margin-top: 10px; }

.step-stack { margin: 0; padding: 0; list-style: none; counter-reset: item; }
.step-stack li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.step-stack li::before { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; color: var(--white); background: var(--ink); font-family: var(--mono); font-weight: 800; counter-increment: item; content: counter(item); }
.step-stack strong { display: block; margin-bottom: 4px; }
.step-stack p { margin-bottom: 0; font-size: .9rem; }

.sources { margin-top: 64px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-3); }
.sources h2 { margin-bottom: 10px; font-family: var(--sans); font-size: .92rem; letter-spacing: 0; }
.sources p { margin-bottom: 12px; color: var(--ink-soft); font-size: .75rem; }
.sources ul { margin: 0; padding-left: 18px; }
.sources li { font-size: .78rem; }

.faq { border-top: 1px solid var(--line-strong); }
.faq details { border-bottom: 1px solid var(--line-strong); }
.faq summary { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 2px; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { flex: 0 0 auto; color: var(--accent-dark); font-family: var(--serif); font-size: 1.7rem; content: "+"; }
.faq details[open] summary::after { content: "−"; }
.faq .answer { max-width: 720px; padding: 0 2px 22px; color: var(--ink-soft); }
.faq .answer p { margin-bottom: 0; }

.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 30px 0; }
.compare-col { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-2); }
.compare-col h3 { margin-bottom: 17px; }
.compare-col ul { margin: 0; padding-left: 20px; }

.footer { padding: 70px 0 28px; color: #d9d5ce; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; }
.footer-brand { margin-bottom: 20px; color: var(--white); }
.footer-brand .brand-mark { color: var(--white); }
.footer-about p { max-width: 500px; color: #aaa69f; font-size: .75rem; line-height: 1.55; }
.footer .disclosure { color: #d5d1ca; }
.footer h2 { margin: 5px 0 18px; color: var(--white); font-family: var(--sans); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 10px 0; color: #bbb7b0; font-size: .79rem; text-decoration: none; }
.footer-grid > div > a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid #3a3835; color: #8f8a83; font-family: var(--mono); font-size: .65rem; }

.sticky-cta { position: fixed; z-index: 60; right: 18px; bottom: 18px; transform: translateY(140%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
.sticky-cta.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.sticky-cta .btn { box-shadow: 0 12px 34px rgba(0, 0, 0, .28); }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .masthead-inner { min-height: 68px; }
  .menu-button { display: block; }
  .masthead-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 36px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .step-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 40px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 28px, 1180px); }
  .notice-inner { justify-content: center; min-height: 32px; text-align: center; }
  .notice-inner span:last-child { display: none; }
  .masthead-cta { display: none; }
  .brand small { display: none; }
  .hero { padding-top: 48px; }
  .hero::after { width: 300px; height: 300px; right: -155px; bottom: -100px; border-width: 46px; }
  .hero-grid { grid-template-columns: 1fr; }
  .reward-panel { max-width: 520px; }
  .disclosure-bar .wrap { display: block; }
  .disclosure-bar strong { display: block; margin-bottom: 4px; }
  .section-head { display: block; }
  .section-head .lede { margin-top: 16px; }
  .reward-table th, .reward-table td { padding: 14px; }
  .reward-table thead th:nth-child(3), .reward-table tbody td:nth-child(3) { min-width: 250px; }
  .card-grid, .step-grid, .eligibility, .cta-panel-inner, .article-layout, .comparison-grid { grid-template-columns: 1fr; }
  .eligibility-result { position: static; min-height: 0; }
  .cta-panel-inner { align-items: start; }
  .article-aside { order: -1; }
  .aside-card { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 28px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 7px; }
  .sticky-cta { right: 10px; bottom: 10px; left: 10px; }
  .sticky-cta .btn { width: 100%; }
}

@media (max-width: 460px) {
  h1 { font-size: 2.7rem; }
  .hero-actions .btn, .hero-actions .btn-quiet { width: 100%; }
  .reward-mini-grid { grid-template-columns: 1fr; }
  .reward-mini-grid div { border-right: 0; }
  .card-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-about { grid-column: auto; }
  .code-box { display: block; }
  .copy-button { width: 100%; margin: 12px 0 0; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
