:root {
  --ink: #10231a;
  --green: #0b6b42;
  --green-dark: #075235;
  --lime: #d7ff64;
  --paper: #f7f4ed;
  --tint: #eaf0e8;
  --muted: #59685f;
  --line: #d5ddd4;
  --white: #fff;
  --container: 1120px;
  --shadow: 0 20px 60px rgba(8, 32, 20, .16);
  --gradient-dark: linear-gradient(135deg, #08160f 0%, #102f20 100%);
  --gradient-green: linear-gradient(135deg, #075235 0%, #0b7548 100%);
  --gradient-lime: linear-gradient(135deg, #e3ff8f 0%, #c8ff43 100%);
  --gradient-surface: linear-gradient(145deg, #fff 0%, #f3f8ed 100%);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font: 16px/1.6 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button { font: inherit; }
a { color: inherit; text-underline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6.5vw, 6rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.1rem, 4vw, 3.75rem); }
h3 { font-size: 1.25rem; }
p { color: var(--muted); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-tint { background: linear-gradient(180deg, #edf3ea 0%, #e4ede1 100%); }
.section-dark { color: var(--white); background: var(--gradient-dark); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: #b9c8bf; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 15px; color: var(--ink); background: var(--lime); border-radius: 9px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #dc5d3d; outline-offset: 3px; }

.promo-strip { color: #dce9e1; background: var(--gradient-dark); font-size: 11px; }
.promo-strip .container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.promo-strip strong { color: var(--white); }
.country-flag { display: inline-block; margin-right: 3px; font-size: 1.15em; line-height: 1; vertical-align: -.08em; }
.promo-strip a, .promo-strip button { min-height: 34px; display: inline-flex; align-items: center; gap: 6px; padding: 0; color: var(--lime); background: none; border: 0; font: inherit; font-weight: 800; text-decoration: none; white-space: nowrap; cursor: pointer; }

.site-header { height: 68px; position: sticky; z-index: 100; top: 0; background: rgb(248, 246, 240); border-bottom: 1px solid rgba(16, 35, 26, .1); }
.nav-shell { width: min(calc(100% - 48px), var(--container)); height: 100%; display: flex; align-items: center; gap: 26px; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 850; letter-spacing: -.03em; text-decoration: none; white-space: nowrap; }
.brand span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 9px; }
.independent-badge { padding: 4px 7px; color: var(--green-dark); background: #dcebdc; border-radius: 6px; font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.primary-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.primary-nav a { min-height: 44px; display: inline-flex; align-items: center; color: #405148; font-size: 13px; font-weight: 700; text-decoration: none; }
.primary-nav a:hover { color: var(--green); }
.primary-nav .nav-code-mobile { display: none; }
.menu-toggle { display: none; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; color: var(--ink); background: var(--gradient-lime); border: 1px solid transparent; border-radius: 13px; cursor: pointer; font-weight: 850; text-decoration: none; }
.button:hover { background: linear-gradient(135deg, #d7ff64 0%, #baf238 100%); }
.button-small { min-height: 42px; padding: 9px 15px; font-size: 12px; }
.copy-icon { font-size: 1.15em; line-height: 1; }
.inline-code-copy { display: inline-flex; align-items: center; margin: 0 .08em; padding: .08em .32em; color: inherit; background: rgba(215,255,100,.42); border: 1px solid rgba(11,107,66,.22); border-radius: .38em; font: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; cursor: pointer; vertical-align: baseline; }
.inline-code-copy:hover, .inline-code-copy:focus-visible { color: var(--green-dark); background: var(--lime); outline: 2px solid transparent; }
.copy-success::after { content: "✓"; }
.code .inline-code-copy { padding: 0; background: none; border: 0; border-radius: 0; }
.button-dark { color: var(--white); background: var(--gradient-dark); }
.button-dark:hover { background: #1b3b2b; }
.button-outline { background: transparent; border-color: var(--ink); }
.button-outline:hover { color: var(--white); background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 82px 0 58px; color: var(--ink); background: radial-gradient(circle at 86% 18%, rgba(215,255,100,.38), transparent 29%), linear-gradient(135deg, #fff 0%, #fbfff1 58%, #edf6df 100%); }
.hero::after { content: ""; width: 430px; height: 430px; position: absolute; right: -250px; bottom: -280px; border: 80px solid rgba(11,107,66,.04); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 68px; align-items: center; }
.hero h1 { max-width: 780px; margin-bottom: 25px; }
.hero h1 .hero-code { display: inline; padding: .01em .09em; color: var(--green-dark); background: var(--lime); border-radius: .14em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero h1 .hero-benefit { display: block; margin-top: .12em; }
.hero h1 .hero-bonus { display: inline-block; padding: .01em .12em .04em; color: var(--ink); background: #ff7a45; border-radius: .14em; box-shadow: inset 0 -2px 0 rgba(16,35,26,.12); }
.hero .eyebrow { color: var(--green); }
.lead { max-width: 740px; color: #425148; font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.lead strong { color: var(--ink); }
.eyebrow, .kicker { margin-bottom: 14px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.cue-icon { display: inline-block; margin-right: 5px; font-size: 1.15em; letter-spacing: 0; line-height: 1; vertical-align: -.08em; }
.disclosure { max-width: 720px; margin: 26px 0 0; color: #68776e; font-size: 12px; }
.disclosure strong { color: var(--ink); }
.meta { display: flex; gap: 10px 22px; flex-wrap: wrap; margin-top: 21px; color: #68776e; font-size: 11px; }
.meta a { color: var(--green-dark); font-weight: 800; }
.meta span + span::before { content: "•"; margin-right: 22px; }
.hero-side { min-width: 0; }
.hero-art { margin: 0 0 -54px; overflow: hidden; background: var(--tint); border: 1px solid var(--line); border-radius: 26px; }
.hero-art img { width: 100%; height: auto; display: block; }
.code-card { width: 88%; position: relative; z-index: 2; margin-left: auto; padding: 22px; color: var(--ink); background: var(--gradient-surface); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.code-card p { margin-bottom: 10px; color: var(--ink); font-size: 13px; font-weight: 800; }
.code { min-height: 110px; display: grid; place-items: center; margin-bottom: 12px; color: var(--lime); background: var(--gradient-dark); border-radius: 18px; font: 900 clamp(2.4rem, 5vw, 3.35rem)/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.code-card .button { width: 100%; }
.code-card .button + .button { margin-top: 9px; }
.code-card small { display: block; margin-top: 13px; color: var(--muted); text-align: center; }
.hero-stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 48px; overflow: hidden; color: var(--white); background: #294033; border-radius: 20px; }
.hero-stats div { min-height: 112px; display: grid; align-content: center; padding: 20px 24px; background: var(--gradient-dark); }
.hero-stats dt { margin-bottom: 8px; color: #9caf9f; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-stats dd { margin: 0; font-size: 18px; font-weight: 850; }
.hero-stats div:first-child dd { color: var(--lime); }

.section-intro { display: grid; grid-template-columns: .8fr 1fr; gap: 64px; align-items: end; }
.section-intro h2, .section-intro p { margin-bottom: 0; }
.section-intro p { font-size: 17px; }
.section-intro strong { color: var(--ink); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 42px 0 16px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 20px; }
.facts div { min-height: 105px; padding: 19px; background: var(--white); }
.facts dt { margin-bottom: 9px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.facts dd { margin: 0; font-size: 16px; font-weight: 850; line-height: 1.3; }
.facts div:first-child dd { color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; }
.notice { padding: 17px 20px; color: #4b3c27; background: linear-gradient(135deg, #fff3d7 0%, #f3dca8 100%); border-radius: 14px; font-size: 13px; }
.fact-check { display: grid; grid-template-columns: .55fr 1fr; gap: 44px; align-items: start; margin-top: 54px; }
.fact-check h3 { margin-bottom: 12px; font-size: 2rem; }
.fact-check p:last-child { margin-bottom: 0; font-size: 14px; }
.fact-check > *, .comparison-chooser > *, .table-scroll { min-width: 0; max-width: 100%; }
.table-scroll { width: 100%; overflow-x: auto; contain: inline-size; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.table-scroll table { width: 100%; min-width: 580px; border-collapse: collapse; font-size: 13px; }
.table-scroll th, .table-scroll td { width: 50%; padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.table-scroll th { color: var(--white); background: var(--green); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.table-scroll th + th { background: var(--ink); }
.table-scroll tbody tr:last-child td { border-bottom: 0; }
.table-scroll td:first-child { color: #7b4438; }
.table-scroll td:last-child { color: var(--green-dark); font-weight: 750; }

.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: start; }
.steps { padding: 0; margin: 36px 0 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 0 0 28px; }
.steps li > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 14px; font-weight: 900; }
.steps h3 { margin-bottom: 8px; }
.steps p { margin: 0; }
.panel { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 12px 35px rgba(16,35,26,.07); }
.panel h2 { font-size: 2.3rem; }
.panel h3 { margin: 30px 0 10px; }
.panel p { margin-bottom: 0; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; margin: 13px 0; padding-left: 26px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.app-guide { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, .75fr); gap: 64px; align-items: center; margin-top: 64px; padding: 52px; color: var(--white); background: radial-gradient(circle at 88% 8%, rgba(215,255,100,.2), transparent 32%), var(--gradient-dark); border-radius: 28px; }
.app-guide h2 { max-width: 620px; margin-bottom: 14px; color: var(--white); font-size: clamp(2.1rem, 4vw, 3.6rem); }
.app-guide-copy > p:not(.kicker) { max-width: 650px; color: #c7d5cc; }
.app-guide-list { display: grid; gap: 10px; padding: 0; margin: 28px 0 0; list-style: none; }
.app-guide-list li { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: start; padding: 13px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.app-guide-list li > span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 10px; font-weight: 900; }
.app-guide-list strong, .app-guide-list small { display: block; }
.app-guide-list small { margin-top: 3px; color: #b8c9bf; font-size: 12px; line-height: 1.45; }
.app-guide .button-outline { color: var(--white); border-color: rgba(255,255,255,.35); }
.app-guide .button-outline:hover { color: var(--ink); background: var(--white); }
.phone-preview { min-width: 0; margin: 0; }
.phone-shell { width: min(100%, 350px); min-height: 590px; position: relative; overflow: hidden; margin-inline: auto; padding: 21px 18px; color: var(--ink); background: #f4f6f1; border: 8px solid #07120c; border-radius: 44px; box-shadow: 0 30px 70px rgba(0,0,0,.34); }
.phone-shell::before { content: ""; width: 92px; height: 20px; position: absolute; z-index: 2; top: 8px; left: 50%; background: #07120c; border-radius: 0 0 14px 14px; transform: translateX(-50%); }
.phone-status, .phone-heading { display: flex; align-items: center; justify-content: space-between; }
.phone-status { padding: 0 5px; font-size: 9px; font-weight: 800; }
.phone-heading { margin-top: 28px; font-size: 24px; }
.phone-gift { width: 43px; height: 43px; position: relative; display: grid; place-items: center; background: var(--white); border: 2px solid var(--green); border-radius: 14px; font-size: 20px; }
.phone-gift b { width: 18px; height: 18px; position: absolute; top: -7px; right: -7px; display: grid; place-items: center; color: var(--white); background: #e86a35; border-radius: 50%; font-size: 9px; }
.phone-balance { display: grid; gap: 4px; margin-top: 22px; padding: 18px; color: var(--white); background: var(--gradient-green); border-radius: 20px; }
.phone-balance small { color: #d2e4d8; }
.phone-balance strong { font-size: 30px; }
.phone-balance span { width: max-content; margin-top: 8px; padding: 5px 8px; color: var(--ink); background: var(--lime); border-radius: 7px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.phone-pointer { width: max-content; display: flex; align-items: center; gap: 7px; margin: 13px 0 0 auto; color: var(--green-dark); font-size: 10px; font-weight: 850; }
.phone-pointer span { width: 22px; height: 22px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; }
.phone-sheet { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 10px; padding: 15px 21px 22px; background: var(--white); border-top: 1px solid var(--line); border-radius: 24px 24px 34px 34px; box-shadow: 0 -16px 38px rgba(16,35,26,.12); }
.phone-sheet i { width: 44px; height: 4px; margin: 0 auto 5px; background: #c7d0ca; border-radius: 5px; }
.phone-sheet small { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.phone-sheet > strong { font-size: 21px; }
.phone-sheet label { display: grid; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 800; }
.phone-sheet label span { padding: 12px; color: var(--ink); background: var(--paper); border: 2px solid var(--green); border-radius: 10px; font-size: 18px; letter-spacing: .18em; }
.phone-apply { padding: 12px; color: var(--white); background: var(--green); border-radius: 10px; font-size: 12px; font-weight: 900; text-align: center; }
.phone-sheet em { color: var(--green); font-size: 10px; font-style: normal; font-weight: 850; text-align: center; }
.phone-preview figcaption { max-width: 350px; margin: 12px auto 0; color: #aebfb4; font-size: 11px; line-height: 1.45; }

.account-pathways { margin-top: 68px; }
.account-pathways-intro { max-width: 720px; }
.account-pathways-intro h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.25rem); }
.account-pathways-intro p:last-child { margin-bottom: 0; }
.account-pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.account-pathway-grid a { min-height: 190px; display: flex; flex-direction: column; padding: 23px; background: var(--gradient-surface); border: 1px solid var(--line); border-radius: 18px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.account-pathway-grid a:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(16,35,26,.09); }

.signup-routes { margin-top: 68px; padding-top: 64px; border-top: 1px solid var(--line); }
.signup-routes-intro { max-width: 760px; }
.signup-routes-intro > p:last-child { font-size: 16px; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.route-grid article { padding: 26px; background: var(--gradient-surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 32px rgba(16,35,26,.05); }
.route-label { display: inline-flex; padding: 6px 9px; color: var(--green-dark); background: var(--lime); border-radius: 8px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.route-grid h3 { margin: 18px 0 14px; font-size: 1.2rem; }
.route-grid ol { display: grid; gap: 10px; padding-left: 21px; margin: 0; color: var(--muted); font-size: 13px; }
.route-grid li::marker { color: var(--green); font-weight: 900; }
.route-note { margin: 18px 0 0; padding: 16px 18px; color: var(--green-dark); background: #e5f1e4; border-radius: 13px; font-size: 13px; }
.account-pathway-grid span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.account-pathway-grid .path-icon { margin-bottom: 12px; font-size: 26px; letter-spacing: 0; line-height: 1; text-transform: none; }
.account-pathway-grid strong { margin-top: 18px; font-size: 1.7rem; letter-spacing: -.04em; }
.account-pathway-grid small { margin-top: auto; color: var(--muted); font-size: 12px; line-height: 1.45; }
.broker-match { margin-top: 72px; padding: 48px; color: var(--white); background: var(--gradient-dark); border-radius: 28px; }
.broker-match-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: end; }
.broker-match-intro h2 { max-width: 760px; margin: 0; color: var(--white); font-size: clamp(2.15rem, 4vw, 3.65rem); }
.broker-match-intro > p { margin: 0; color: #c3d0c8; }
.broker-match-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 32px; }
.broker-match-grid article { min-width: 0; padding: 20px; color: var(--ink); background: #f8f7f2; border-radius: 16px; }
.broker-match-grid article > span { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.broker-match-grid h3 { margin: 10px 0 14px; font-size: 1.35rem; }
.broker-match-grid p { margin: 0 0 11px; color: #53645a; font-size: 12px; line-height: 1.55; }
.broker-match-featured { box-shadow: inset 0 0 0 2px var(--lime); }
.broker-code { display: grid; gap: 6px; margin-top: 15px; }
.broker-code small { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.broker-code button { min-height: 40px; padding: 8px; color: var(--ink); background: var(--lime); border: 0; border-radius: 9px; font-size: 11px; font-weight: 900; letter-spacing: .04em; cursor: pointer; }
.broker-match-answer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.broker-match-answer div { padding: 16px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.broker-match-answer strong, .broker-match-answer span { display: block; }
.broker-match-answer strong { margin-bottom: 5px; color: var(--lime); font-size: 12px; }
.broker-match-answer span { color: #bdccc3; font-size: 11px; line-height: 1.5; }
.broker-match-footer { display: flex; gap: 24px; align-items: center; justify-content: space-between; margin-top: 26px; }
.broker-match-footer p { max-width: 660px; margin: 0; color: #aebfb4; font-size: 11px; }
.broker-match-footer .button { flex: 0 0 auto; color: var(--ink); background: var(--lime); }

.tools-hero { padding: 76px 0; color: var(--white); background: radial-gradient(circle at 86% 12%, rgba(215,255,100,.2), transparent 28%), var(--gradient-dark); }
.tools-hero h1 { max-width: 850px; margin-bottom: 18px; font-size: clamp(3rem, 6vw, 5.6rem); }
.tools-hero p:last-child { max-width: 690px; margin: 0; color: #c2d0c7; font-size: 18px; }
.tool-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tool-card-wide { grid-column: 1 / -1; }
.tool-card { min-width: 0; overflow: hidden; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 9px 26px rgba(16,35,26,.05); }
.tool-card h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.tool-card > p { font-size: 14px; }
.tool-form { display: grid; gap: 14px; margin-top: 24px; }
.tool-form.two-column { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tool-form label { display: grid; gap: 6px; color: var(--ink); font-size: 12px; font-weight: 800; }
.tool-form input { width: 100%; min-height: 48px; padding: 10px 12px; color: var(--ink); background: var(--paper); border: 1px solid #b9c5bc; border-radius: 11px; font: inherit; }
.tool-form .button, .tool-form .tool-result { grid-column: 1 / -1; }
.tool-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; border: 0; }
.tool-checklist label { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; padding: 14px; background: var(--paper); border: 1px solid #d4ddd6; border-radius: 11px; font-size: 14px; font-weight: 650; line-height: 1.45; cursor: pointer; }
.tool-checklist input { flex: 0 0 auto; width: 20px; min-height: 20px; margin-top: 1px; accent-color: var(--green); }
.tool-result { min-height: 72px; margin: 0; padding: 16px; color: var(--ink); background: var(--tint); border-left: 4px solid var(--green); border-radius: 10px; font-size: 14px; }
.tool-result:empty { display: none; }
.tool-result strong { color: var(--green-dark); }
.tool-note { margin: 15px 0 0; color: var(--muted); font-size: 11px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.resource-card { min-height: 220px; display: flex; flex-direction: column; padding: 25px; color: var(--white); background: var(--gradient-green); border-radius: 20px; text-decoration: none; }
.resource-card:nth-child(2) { background: var(--gradient-dark); }
.resource-card:nth-child(3) { color: var(--ink); background: var(--gradient-lime); }
.resource-card span { margin-bottom: 25px; color: inherit; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; opacity: .75; }
.resource-card strong { font-size: 1.5rem; line-height: 1.15; }
.resource-card small { margin-top: auto; color: inherit; opacity: .8; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 40px; }
.timeline article { padding: 23px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.timeline span { display: block; margin-bottom: 25px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.timeline strong { display: block; margin-bottom: 8px; font-size: 18px; line-height: 1.2; }
.timeline p { margin: 0; font-size: 13px; }
.failure-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.failure-grid article { padding: 28px; color: var(--white); background: var(--gradient-green); border-radius: 18px; }
.failure-grid article:last-child { background: var(--gradient-dark); }
.failure-grid h3 { color: var(--white); }
.failure-grid ul { padding-left: 20px; margin-bottom: 0; color: #d4e6da; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.guide-card { min-height: 285px; display: flex; flex-direction: column; padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; transition: transform .2s ease, box-shadow .2s ease; }
.guide-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(16,35,26,.09); }
.guide-card-featured { color: var(--white); background: var(--gradient-green); border-color: var(--green); }
.guide-card .card-label { margin-bottom: 24px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.guide-card-featured .card-label { color: var(--lime); }
.guide-card h3 { margin-bottom: 13px; font-size: 1.45rem; line-height: 1.12; }
.guide-card h3 a { text-decoration: none; }
.guide-card h3 a:hover { text-decoration: underline; }
.guide-card > p:not(.card-label) { margin-bottom: 24px; font-size: 13px; }
.guide-card-featured > p:not(.card-label) { color: #d4e6da; }
.card-link { min-height: 42px; display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: auto; color: var(--green-dark); font-size: 12px; font-weight: 850; text-decoration: none; }
.guide-card-featured .card-link { color: var(--lime); }
.card-link span { font-size: 20px; line-height: 1; }
.hub-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

.listing-hero { padding: 84px 0; color: var(--white); background: radial-gradient(circle at 85% 10%, rgba(215,255,100,.2), transparent 28%), var(--gradient-dark); }
.listing-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.listing-hero h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 6vw, 5.6rem); }
.listing-hero .eyebrow { color: var(--lime); }
.listing-hero p:last-child { max-width: 550px; margin: 0; color: #c2d0c7; font-size: 18px; }
.content-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.content-toolbar h2 { margin: 0; }
.content-toolbar nav { display: flex; flex-wrap: wrap; gap: 7px; }
.content-toolbar nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 8px 14px; color: var(--muted); border: 1px solid var(--line); border-radius: 11px; font-size: 12px; font-weight: 800; text-decoration: none; }
.content-toolbar nav a:hover, .content-toolbar nav a.active { color: var(--white); background: var(--green); border-color: var(--green); }
.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.content-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 9px 26px rgba(16,35,26,.05); }
.content-card > div { display: flex; min-height: 285px; flex-direction: column; padding: 25px; }
.content-card-featured { grid-column: span 2; display: grid; grid-template-columns: 1.05fr .95fr; }
.content-card-featured > div { min-height: 285px; }
.content-image { display: block; overflow: hidden; background: #164c2e; }
.content-image img { width: 100%; height: auto; aspect-ratio: 16 / 9; display: block; object-fit: contain; background: #164c2e; transition: transform .25s ease; }
.content-card-featured .content-image { display: flex; align-items: center; }
.content-card-featured .content-image picture { width: 100%; height: 100%; display: block; }
.content-card-featured .content-image img { height: 100%; min-height: 0; aspect-ratio: auto; object-fit: cover; }
.content-card:hover .content-image img { transform: scale(1.025); }
.content-card .card-label { margin-bottom: 21px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.content-card h3 { margin-bottom: 13px; font-size: 1.45rem; line-height: 1.12; }
.content-card h3 a { text-decoration: none; }
.content-card h3 a:hover { text-decoration: underline; }
.content-card p:not(.card-label) { margin-bottom: 23px; font-size: 13px; }
.content-card .card-link { margin-top: auto; }
.content-card.text-only { min-height: 270px; }
.content-card.text-only > div { min-height: 100%; }
.comparison-chooser { margin-bottom: 64px; }
.comparison-chooser .section-intro { margin-bottom: 28px; }
.comparison-chooser .table-scroll td:first-child { color: var(--ink); }
.comparison-chooser .table-scroll td:last-child { color: var(--green-dark); }
.comparison-chooser .table-scroll a { font-weight: 850; }
.comparison-method { display: grid; grid-template-columns: .7fr 1fr; gap: 54px; margin-top: 62px; padding: 34px; background: var(--gradient-surface); border: 1px solid var(--line); border-radius: 22px; }
.comparison-method h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); }
.comparison-method .check-list { margin: 0; }
.comparison-hero .comparison-byline { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 18px; color: #aebfb5; font-size: 11px; font-weight: 750; }
.comparison-hero .listing-hero-grid > div:last-child > p { color: #c2d0c7; }
.comparison-article { padding-top: 62px; }
.comparison-article > .container { width: min(calc(100% - 48px), 920px); }
.article-prose > .container > img { width: 100%; height: auto; display: block; margin-bottom: 32px; border-radius: 22px; }
.article-toc { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.article-toc strong, .article-toc a { min-height: 38px; display: inline-flex; align-items: center; padding: 7px 11px; font-size: 12px; }
.article-toc a { color: var(--green-dark); background: var(--tint); border-radius: 9px; font-weight: 800; text-decoration: none; }
.article-prose section { margin-bottom: 72px; scroll-margin-top: 90px; }
.article-prose section:last-child { margin-bottom: 0; }
.article-prose h2 { font-size: clamp(2rem, 5vw, 3.25rem); overflow-wrap: anywhere; }
.article-prose h3 { line-height: 1.2; }
.article-prose p, .article-prose li { font-size: 16px; }
.article-prose p strong { color: var(--ink); }
.answer-box { padding: 34px; color: var(--white); background: var(--gradient-dark); border-radius: 24px; box-shadow: var(--shadow); }
.answer-box h2 { color: var(--white); }
.answer-box p { color: #c6d6cd; }
.answer-box p strong { color: var(--white); }
.answer-box p:last-child { margin-bottom: 0; }
.answer-box .kicker { color: var(--lime); }
.comparison-table table { min-width: 740px; }
.comparison-table th, .comparison-table td { width: auto; }
.comparison-table th:first-child, .comparison-table td:first-child { width: 26%; color: var(--ink); font-weight: 800; }
.comparison-table td:last-child { color: var(--ink); font-weight: 400; }
.source-note { margin-top: 12px; font-size: 12px !important; }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.decision-grid .panel { box-shadow: none; }
.decision-grid .panel h3 { margin-top: 0; }
.decision-grid .check-list { margin: 0; }
.method-box { padding: 32px; background: var(--tint); border-left: 5px solid var(--green); border-radius: 18px; }
.method-box h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.method-box p:last-child { margin-bottom: 0; }

.library-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 44px; }
.library-group { min-width: 0; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; }
.library-group > div { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.library-group > div > span { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; color: var(--green-dark); background: var(--lime); border-radius: 10px; font-size: 10px; font-weight: 900; }
.library-group h3 { margin: 0; font-size: 1.35rem; }
.library-group nav { display: grid; }
.library-group nav a { min-height: 66px; display: grid; align-content: center; gap: 2px; padding: 10px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.library-group nav a:last-child { border-bottom: 0; }
.library-group nav a:hover strong { color: var(--green); text-decoration: underline; }
.library-group nav strong { font-size: 13px; line-height: 1.35; }
.library-group nav small { color: var(--muted); font-size: 11px; }

.faq-layout { display: grid; grid-template-columns: .65fr 1fr; gap: 72px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 100px; }
.faq-list { border-top: 1px solid #3a4d42; }
.faq-list details { border-bottom: 1px solid #3a4d42; }
.faq-list summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 8px; font-size: 18px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 45px; margin-bottom: 22px; font-size: 14px; }

.sources-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 68px; align-items: start; }
.source-list { padding: 0; margin: 0; list-style: none; counter-reset: sources; }
.source-list li { counter-increment: sources; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.source-list li::before { content: counter(sources); width: 30px; height: 30px; display: grid; place-items: center; background: var(--lime); border-radius: 9px; font-size: 11px; font-weight: 900; }
.source-list a { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 750; text-decoration: none; }
.source-list a:hover { color: var(--green); text-decoration: underline; }
.author-card { display: grid; grid-template-columns: 58px 1fr; gap: 16px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.author-card > span { width: 56px; height: 56px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 17px; font-weight: 900; }
.author-card h3 { margin: 2px 0 7px; }
.author-card p { margin-bottom: 0; font-size: 13px; }
.author-card .author-label { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.final-cta { padding: 70px 0; background: var(--gradient-lime); }
.final-grid { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.final-grid h2 { margin-bottom: 8px; }
.final-grid p { margin-bottom: 0; }
.final-grid > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.final-grid small { color: #426148; font-size: 10px; }
.text-link { min-height: 42px; display: flex; align-items: center; color: var(--green-dark); font-size: 12px; font-weight: 850; text-decoration: none; }

.article-footer { padding: 56px 0 22px; color: var(--white); background: var(--gradient-dark); }
.article-footer-grid { width: min(calc(100% - 48px), var(--container)); display: grid; grid-template-columns: 1.35fr .65fr 1fr; gap: 48px; margin-inline: auto; }
.article-footer .article-brand { color: var(--white); }
.article-footer p { margin: 14px 0 0; color: #8fa198; font-size: 12px; }
.article-footer nav { display: flex; flex-direction: column; }
.article-footer nav a { min-height: 38px; display: flex; align-items: center; color: #a8b8af; font-size: 12px; text-decoration: none; }
.article-footer-note { color: #8fa198; font-size: 12px; line-height: 1.6; }
.article-affiliate-note { display: block; margin-top: 8px; }
.article-legal-title { display: block; margin-top: 14px; color: #dce8e0; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.article-footer .article-legal-links { margin-top: 6px; }
.article-footer .article-legal-links a { min-height: 32px; }
.article-footer-bottom { width: min(calc(100% - 48px), var(--container)); display: flex; justify-content: space-between; gap: 20px; margin: 38px auto 0; padding-top: 18px; border-top: 1px solid #24352b; }
.article-footer-bottom p { margin: 0; }
.article-footer-bottom a { color: #a8b8af; font-size: 11px; text-decoration: none; }

.toast { position: fixed; z-index: 200; left: 50%; bottom: 24px; padding: 12px 17px; color: var(--ink); background: var(--lime); border-radius: 11px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 140%); transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.mobile-bar { display: none; }

@media (max-width: 900px) {
  .site-header .button-small { margin-left: auto; }
  .menu-toggle { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; order: 3; padding: 0; background: none; border: 0; border-radius: 10px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 2px; display: block; background: var(--ink); transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  html.menu-open, body.menu-open { overflow: hidden; }
  .primary-nav { visibility: hidden; position: fixed; top: 60px; right: 12px; left: 12px; max-height: calc(100dvh - 76px); display: flex; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px 20px 20px; overflow-y: auto; overscroll-behavior: contain; background: var(--paper); border: 1px solid var(--line); border-top: 0; border-radius: 0 0 18px 18px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .2s ease; }
  .primary-nav.open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .primary-nav a { min-height: 56px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .primary-nav .nav-code-mobile { min-height: 56px; display: flex; align-items: center; gap: 6px; padding: 0; color: var(--ink); background: none; border: 0; border-bottom: 1px solid var(--line); cursor: pointer; font-size: 17px; font-weight: 750; }
  .hero-grid, .split, .section-intro, .fact-check, .faq-layout, .sources-grid, .comparison-method, .decision-grid { grid-template-columns: minmax(0, 1fr); }
  .app-guide { grid-template-columns: minmax(0, 1fr); }
  .hero-grid { gap: 44px; }
  .hero-grid > *, .hero-side { min-width: 0; max-width: 100%; }
  .hero-side { width: min(100%, 620px); margin-inline: auto; }
  .hero-art, .hero-art img { max-width: 100%; }
  .code-card { width: min(92%, 520px); }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .section-intro, .split, .faq-layout, .sources-grid { gap: 38px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: 1fr 1fr; }
  .guide-grid, .route-grid { grid-template-columns: 1fr 1fr; }
  .account-pathway-grid { grid-template-columns: 1fr 1fr; }
  .broker-match-intro { grid-template-columns: 1fr; gap: 22px; }
  .broker-match-grid { grid-template-columns: 1fr 1fr; }
  .broker-match-grid article:last-child { grid-column: 1 / -1; }
  .broker-match-footer { align-items: flex-start; flex-direction: column; }
  .tool-grid { grid-template-columns: 1fr; }
  .listing-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .library-grid { grid-template-columns: 1fr; }
  .content-card-featured { grid-column: 1 / -1; }
  .content-toolbar { align-items: flex-start; flex-direction: column; }
  .faq-layout > div:first-child { position: static; }
  .article-footer-grid { grid-template-columns: 1fr 1fr; }
  .article-footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-shell { width: calc(100% - 24px); gap: 8px; }
  .brand { min-width: 0; flex: 1; overflow: hidden; font-size: 12px; text-overflow: ellipsis; }
  .brand span { flex: 0 0 28px; }
  .independent-badge { display: none; }
  .site-header .button-small { display: none; }
  .menu-toggle { flex: 0 0 46px; margin-left: auto; }
  .section { padding: 72px 0; }
  .hero { padding: 52px 0 60px; }
  .promo-strip .container { width: calc(100% - 24px); }
  .promo-strip .container > span { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .promo-strip .container > button { flex: 0 0 auto; }
  .hero h1 { font-size: clamp(2.45rem, 10.5vw, 3.2rem); overflow-wrap: anywhere; text-wrap: pretty; }
  .lead { font-size: 1rem; }
  .meta { display: grid; gap: 3px; }
  .meta span + span::before { display: none; }
  .hero-art { margin-bottom: -24px; border-radius: 20px; }
  .code-card { width: calc(100% - 18px); padding: 18px; border-radius: 21px; }
  .hero-stats { margin-top: 34px; }
  .hero-stats div { min-height: 92px; padding: 15px; }
  .hero-stats dd { font-size: 14px; }
  .code { min-height: 92px; font-size: clamp(2.2rem, 13vw, 3rem); }
  .facts { grid-template-columns: 1fr 1fr; }
  .account-pathway-grid, .resource-grid, .route-grid { grid-template-columns: 1fr; }
  .signup-routes { margin-top: 48px; padding-top: 48px; }
  .route-grid article { padding: 22px; }
  .account-pathway-grid a { min-height: 150px; }
  .broker-match { margin-top: 48px; padding: 28px 20px; border-radius: 22px; }
  .broker-match-intro h2 { font-size: 2rem; }
  .broker-match-grid, .broker-match-answer { grid-template-columns: 1fr; }
  .broker-match-grid article:last-child { grid-column: auto; }
  .broker-match-footer .button { width: 100%; }
  .tool-card { padding: 22px; }
  .tools-hero h1, .tool-card h2 { overflow-wrap: anywhere; }
  .tool-form.two-column { grid-template-columns: 1fr; }
  .tool-checklist { grid-template-columns: 1fr; }
  .library-group { padding: 22px; }
  .facts div { min-height: 96px; padding: 15px; }
  .facts dd { font-size: 14px; }
  .panel { padding: 23px; }
  .app-guide { gap: 42px; margin-top: 42px; padding: 28px 22px; border-radius: 22px; }
  .phone-shell { min-height: 540px; border-width: 6px; border-radius: 37px; }
  .timeline, .failure-grid { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 0; }
  .hub-actions { display: grid; }
  .listing-hero { padding: 58px 0; }
  .listing-hero h1 { font-size: clamp(2.7rem, 13vw, 4.1rem); }
  .listing-hero p:last-child { font-size: 15px; }
  .content-grid { grid-template-columns: 1fr; }
  .content-card-featured { display: block; grid-column: auto; }
  .content-card-featured .content-image { aspect-ratio: 16 / 9; }
  .content-card-featured .content-image img { height: 100%; min-height: 0; }
  .content-card > div, .content-card.text-only, .content-card.text-only > div { min-height: 0; }
  .content-toolbar nav { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
  .content-toolbar nav a { justify-content: center; padding-inline: 8px; text-align: center; }
  .comparison-chooser { margin-bottom: 48px; }
  .comparison-method { gap: 24px; margin-top: 48px; padding: 23px; }
  .comparison-article > .container { width: min(calc(100% - 28px), 920px); }
  .article-toc { display: grid; grid-template-columns: 1fr 1fr; }
  .article-toc strong { grid-column: 1 / -1; }
  .answer-box, .method-box { padding: 23px; }
  .timeline span { margin-bottom: 15px; }
  .faq-list summary { min-height: 74px; font-size: 15px; }
  .faq-list details p { padding-right: 0; }
  .final-grid { align-items: stretch; flex-direction: column; }
  .final-grid > div:last-child { align-items: stretch; }
  .text-link { justify-content: center; }
  .article-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .article-footer-grid > div:first-child { grid-column: auto; }
  .article-footer-grid, .article-footer-bottom { width: calc(100% - 28px); }
  .article-footer-bottom { flex-direction: column; }
  .mobile-bar { width: 100vw; max-width: 100vw; min-height: 60px; position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: auto minmax(0, 1fr) 42px; gap: 8px; align-items: center; padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 28px rgba(16,35,26,.13); }
  .mobile-bar[hidden] { display: none; }
  body.mobile-bar-dismissed { padding-bottom: 0; }
  .mobile-bar div { display: flex; flex-direction: column; line-height: 1.1; }
  .mobile-bar span { color: var(--muted); font-size: 8px; text-transform: uppercase; }
  .mobile-bar strong { font-size: 16px; letter-spacing: .04em; }
  .mobile-bar button { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 7px; border: 0; border-radius: 11px; font-size: 12px; font-weight: 850; text-align: center; }
  .mobile-bar button { color: var(--ink); background: var(--lime); }
  .mobile-bar .mobile-bar-close { min-height: 42px; padding: 0; color: var(--muted); background: transparent; border: 1px solid var(--line); font-size: 22px; line-height: 1; }
  .toast { width: calc(100% - 28px); bottom: calc(72px + env(safe-area-inset-bottom)); text-align: center; }
}

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