:root {
  --ink: #141326;
  --muted: #67647a;
  --paper: #f4f1ec;
  --white: #fffdf9;
  --line: #ddd8cf;
  --plum: #5b2e63;
  --plum-deep: #26132e;
  --mint: #c9f5dc;
  --acid: #d7f96e;
  --orange: #f58c61;
  --radius: 22px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::selection { background: var(--acid); color: var(--ink); }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; padding: 10px 14px; border-radius: 8px; background: var(--acid); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(244,241,236,.91); border-bottom: 1px solid rgba(20,19,38,.09); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1; }
.brand > span:last-child { display: grid; gap: 3px; }
.brand b { font-size: 17px; letter-spacing: .13em; }
.brand em { color: var(--muted); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.brand-mark { width: 31px; height: 31px; display: inline-grid; grid-template-columns: repeat(3, 1fr); gap: 3px; align-items: end; padding: 5px; border-radius: 10px; background: var(--plum-deep); transform: rotate(-8deg); }
.brand-mark span { display: block; border-radius: 2px; background: var(--acid); }
.brand-mark span:nth-child(1) { height: 44%; }.brand-mark span:nth-child(2) { height: 72%; }.brand-mark span:nth-child(3) { height: 100%; }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 750; }
.site-nav a:not(.nav-cta) { color: var(--muted); text-decoration: none; }
.site-nav a:not(.nav-cta):hover, .site-nav a:not(.nav-cta):focus-visible { color: var(--ink); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.nav-cta { padding: 10px 16px; background: var(--ink); color: var(--white); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(20,19,38,.13); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-weight: 800; font-size: 14px; }

.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 72px; align-items: center; padding-top: 78px; padding-bottom: 74px; }
.hero-kicker, .eyebrow { margin: 0 0 17px; color: var(--plum); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker { display: flex; align-items: center; gap: 8px; color: var(--muted); letter-spacing: .08em; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(245,140,97,.18); }
h1, h2, h3 { margin: 0; font-weight: 850; letter-spacing: -.045em; line-height: 1.05; overflow-wrap: anywhere; }
h1 { max-width: 700px; font-size: clamp(3.3rem, 6vw, 6.2rem); }
h1 span { color: var(--plum); }
h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.45rem); }
p { margin: 0; }
.hero-lede { max-width: 640px; margin-top: 25px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.button { padding: 14px 20px; font-size: 13px; letter-spacing: .01em; }
.button-primary { background: var(--plum); color: var(--white); }
.button-small { min-width: 142px; padding: 12px 15px; background: var(--ink); color: var(--white); font-size: 12px; }
.button-light { background: var(--acid); color: var(--ink); white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--plum); }
.hero-map { position: relative; min-height: 470px; overflow: hidden; padding: 28px; border-radius: 30px; color: var(--white); background: var(--plum-deep); isolation: isolate; }
.hero-map::before, .hero-map::after { position: absolute; content: ""; border-radius: 50%; filter: blur(2px); opacity: .7; z-index: -1; }
.hero-map::before { width: 280px; height: 280px; right: -90px; top: -50px; background: var(--plum); }
.hero-map::after { width: 170px; height: 170px; left: -80px; bottom: 25px; background: #9557a4; opacity: .34; }
.map-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.18); padding-bottom: 19px; }
.map-caption span { color: var(--acid); font-size: 10px; font-weight: 800; letter-spacing: .16em; }.map-caption strong { font-size: 12px; font-weight: 700; }
.route-visual { display: grid; grid-template-columns: 1fr .65fr 1fr .45fr 1fr; align-items: center; gap: 11px; padding: 82px 0 64px; }
.route-node { display: grid; gap: 12px; justify-items: center; text-align: center; }.route-node small { color: rgba(255,255,255,.7); font-size: 11px; }.node-icon { width: 61px; height: 61px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 20px; background: rgba(255,255,255,.08); color: var(--acid); font-size: 27px; font-weight: 500; box-shadow: inset 0 0 0 7px rgba(255,255,255,.035); }.route-node-casino .node-icon { border-color: var(--acid); background: var(--acid); color: var(--ink); }.route-line { display: flex; align-items: center; justify-content: space-between; gap: 3px; }.route-line::before { content: ""; height: 1px; flex: 1; background: repeating-linear-gradient(to right, rgba(255,255,255,.4) 0 6px, transparent 6px 11px); }.route-line i { width: 4px; height: 4px; display: block; border-radius: 50%; background: var(--acid); }.route-line-short::before { background: repeating-linear-gradient(to right, rgba(255,255,255,.4) 0 4px, transparent 4px 8px); }
.route-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 4px; padding: 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.06); }.note-pin { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 7px; background: var(--orange); color: var(--ink); font-size: 12px; font-weight: 900; }.route-note p { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.5; }.route-note strong { color: var(--white); }.hero-index { position: absolute; left: 28px; right: 28px; bottom: 25px; display: grid; grid-template-columns: 25px 25px 1fr; align-items: center; gap: 8px; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 800; }.hero-index div { height: 1px; background: rgba(255,255,255,.2); }.hero-index i { display: block; width: 12.5%; height: 2px; background: var(--acid); }

.proof-strip { border-block: 1px solid rgba(20,19,38,.1); background: var(--white); }.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.18fr; }.proof-item { display: grid; gap: 2px; padding: 19px 22px; border-right: 1px solid rgba(20,19,38,.1); }.proof-item strong { font-size: 22px; letter-spacing: -.04em; }.proof-item span, .proof-source { color: var(--muted); font-size: 11px; line-height: 1.35; }.proof-source { display: grid; align-content: center; padding-left: 23px; }.proof-source span { color: var(--plum); font-weight: 700; }
.section { padding-top: 120px; padding-bottom: 120px; }.section-intro { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(280px, .72fr); gap: 70px; align-items: end; margin-bottom: 42px; }.section-intro > * { min-width: 0; }.section-intro > p { color: var(--muted); line-height: 1.75; }.section-intro-dark, .section-dark h2, .section-dark h3, .section-dark .section-intro > p { color: var(--white); }.section-dark .eyebrow { color: var(--acid); }.section-dark { background: var(--plum-deep); color: var(--white); }.section-paper { background: #e9e5df; }.section-faq { padding-top: 110px; padding-bottom: 130px; background: var(--mint); }
.editorial-callout { display: flex; align-items: center; gap: 15px; margin: 0 0 28px; padding: 12px 18px; background: var(--white); border-radius: 12px; }.callout-line { width: 25px; height: 2px; flex: 0 0 auto; background: var(--orange); }.editorial-callout p { font-size: 13px; }.editorial-callout strong { color: var(--plum); }
.ranking-list { display: grid; gap: 12px; }.rank-card { display: grid; grid-template-columns: 54px minmax(205px, 1.1fr) minmax(280px, 2.15fr) auto; gap: 23px; align-items: center; min-height: 116px; padding: 14px 19px 14px 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }.rank-card:hover { border-color: var(--plum); box-shadow: 0 10px 35px rgba(46,27,51,.08); }.rank-card-featured { border-color: var(--plum); box-shadow: inset 5px 0 0 var(--plum); }.rank-number { align-self: stretch; display: grid; place-items: center; color: var(--plum); background: #f0e5f1; border-radius: 15px; font-size: 12px; font-weight: 900; }.rank-brand { display: flex; align-items: center; gap: 14px; min-width: 0; }.logo-frame { width: 105px; height: 68px; display: grid; place-items: center; flex: 0 0 auto; padding: 7px; border: 1px solid #e2ddd6; border-radius: 13px; background: #fff; }.logo-frame img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; }.rank-brand h3 { font-size: 18px; letter-spacing: -.03em; }.rank-tag { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.rank-facts { display: grid; grid-template-columns: .77fr 1.04fr 1.4fr; gap: 13px; margin: 0; }.rank-facts div { min-width: 0; }.rank-facts dt { margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.rank-facts dd { margin: 0; font-size: 12px; line-height: 1.45; }.bonus-callout { display: grid; grid-template-columns: 55px 1fr auto; gap: 20px; align-items: center; margin-top: 34px; padding: 27px 30px; border-radius: var(--radius); background: var(--plum); color: var(--white); }.bonus-badge { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--acid); color: var(--ink); font-size: 26px; }.bonus-callout .eyebrow { margin-bottom: 6px; color: var(--acid); }.bonus-callout h3 { font-size: 1.4rem; }.bonus-callout > div:nth-child(2) p:last-child { max-width: 650px; margin-top: 7px; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.6; }.bonus-callout strong { color: var(--acid); }
.table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(255,255,255,.05); }.table-wrap:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }.comparison-table { width: 100%; min-width: 820px; border-collapse: collapse; text-align: left; }.comparison-table caption { padding: 17px 20px; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .13em; text-align: left; text-transform: uppercase; }.comparison-table th, .comparison-table td { padding: 16px 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; vertical-align: top; }.comparison-table thead th { color: var(--acid); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.comparison-table tbody th { color: var(--white); font-weight: 800; }.comparison-table td { color: rgba(255,255,255,.72); }.comparison-table a { color: var(--acid); font-weight: 800; text-decoration: none; }.analysis-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-top: 44px; border-top: 1px solid rgba(255,255,255,.16); }.analysis-grid article { position: relative; padding: 28px 35px 0 0; }.analysis-grid article + article { padding-left: 35px; border-left: 1px solid rgba(255,255,255,.16); }.analysis-index, .feature-num { color: var(--acid); font-size: 11px; font-weight: 900; letter-spacing: .14em; }.analysis-grid h3, .feature-grid h3 { margin-top: 15px; font-size: 1.3rem; }.analysis-grid p, .feature-grid p { margin-top: 10px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }
.cashier-layout { display: grid; grid-template-columns: 1.13fr .87fr; gap: 30px; }.steps-panel { display: grid; gap: 0; border-top: 1px solid var(--line); }.step { display: grid; grid-template-columns: 57px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }.step > span { color: var(--plum); font-size: 12px; font-weight: 900; letter-spacing: .1em; }.step h3 { font-size: 1.2rem; }.step p { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.7; }.side-note { align-self: start; padding: 29px; border-radius: var(--radius); background: var(--acid); }.side-note-top { display: flex; align-items: center; gap: 9px; color: #50620d; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.side-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: var(--ink); color: var(--acid); font-size: 15px; }.side-note h3 { margin-top: 30px; font-size: 2rem; }.side-note p { margin-top: 15px; color: #44520f; font-size: 14px; line-height: 1.75; }.text-link-dark { margin-top: 23px; color: var(--ink); }
.narrow-flow { max-width: 830px; min-width: 0; }.narrow-flow > h2 { max-width: 780px; }.narrow-flow > p:not(.eyebrow) { max-width: 700px; margin-top: 21px; color: var(--muted); font-size: 17px; line-height: 1.75; }.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; margin-top: 52px; }.detail-grid article { min-width: 0; padding-top: 22px; border-top: 2px solid var(--plum); }.detail-grid h3 { font-size: 1.3rem; }.detail-grid p { margin-top: 11px; color: var(--muted); font-size: 13px; line-height: 1.7; }.quote-band { display: grid; grid-template-columns: 30px 1fr; gap: 13px; align-items: start; margin-top: 51px; padding: 22px 26px; border-left: 4px solid var(--orange); background: var(--white); }.quote-band span { color: var(--orange); font-size: 38px; line-height: .9; }.quote-band p { color: var(--plum); font-size: 17px; font-weight: 750; line-height: 1.55; }
.two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }.two-column-copy article > p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.75; }.check-list { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.check-list li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }.check-list li span { color: var(--plum); font-size: 10px; font-weight: 900; }.mini-metric { display: flex; align-items: center; gap: 15px; margin-top: 30px; padding: 23px; border-radius: 18px; background: var(--plum-deep); color: var(--white); }.mini-metric strong { color: var(--acid); font-size: 54px; line-height: 1; }.mini-metric span { font-size: 13px; line-height: 1.45; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-block: 1px solid rgba(255,255,255,.16); }.feature-grid article { min-height: 275px; padding: 28px 30px 27px 0; }.feature-grid article + article { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.16); }.feature-grid article:last-child { padding-right: 0; }.feature-grid h3 { font-size: 1.55rem; }
.guidance-table { border-top: 1px solid var(--line); }.guidance-row { display: grid; grid-template-columns: .7fr 1.2fr 1fr; gap: 25px; padding: 16px 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }.guidance-row strong { color: var(--ink); }.guidance-head { color: var(--plum); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.faq-list { max-width: 930px; margin-inline: auto; border-top: 1px solid rgba(20,19,38,.25); }.faq-list details { border-bottom: 1px solid rgba(20,19,38,.25); }.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; color: var(--plum); font-size: 23px; font-weight: 400; }.faq-list details[open] summary::after { content: "–"; }.faq-list details p { max-width: 710px; padding: 0 50px 23px 0; color: #4c4b55; font-size: 14px; line-height: 1.75; }
.site-footer { padding-top: 74px; background: var(--ink); color: var(--white); }.footer-grid { display: grid; grid-template-columns: 1.2fr .55fr 1fr; gap: 72px; padding-bottom: 64px; }.footer-brand .brand em, .site-footer p { color: rgba(255,255,255,.6); }.footer-brand > p { max-width: 370px; margin-top: 21px; font-size: 13px; line-height: 1.7; }.age-note strong { color: var(--acid); }.footer-nav, .support { display: grid; align-content: start; gap: 8px; }.site-footer h2 { margin-bottom: 11px; color: var(--acid); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }.footer-nav a { color: rgba(255,255,255,.66); font-size: 13px; text-decoration: none; }.footer-nav a:hover { color: var(--white); }.support > p { font-size: 12px; line-height: 1.6; }.support-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 8px; }.support-logos a { display: grid; place-items: center; min-height: 50px; padding: 6px; border-radius: 9px; background: var(--white); }.support-logos img { display: block; max-width: 100%; height: auto; object-fit: contain; }.footer-bottom { display: flex; justify-content: space-between; gap: 17px; padding-block: 19px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.46); font-size: 11px; }

@media (max-width: 1040px) { :root { --shell: min(100% - 36px, 850px); }.hero { grid-template-columns: 1fr; gap: 45px; padding-top: 55px; }.hero-map { min-height: 390px; }.section-intro { grid-template-columns: 1fr; gap: 20px; }.rank-card { grid-template-columns: 45px minmax(180px, 1fr) auto; }.rank-facts { grid-column: 2 / 4; grid-row: 2; }.rank-card > .button { grid-column: 3; grid-row: 1; }.footer-grid { gap: 35px; }.proof-grid { grid-template-columns: repeat(2, 1fr); }.proof-item:nth-child(2n) { border-right: 0; }.proof-source { padding: 19px 22px; border-top: 1px solid rgba(20,19,38,.1); }.cashier-layout { grid-template-columns: 1fr; }.side-note { max-width: 560px; }.two-column-copy { gap: 40px; } }
@media (max-width: 720px) { :root { --shell: calc(100% - 30px); }.site-header { min-height: 68px; }.header-inner { min-height: 68px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 68px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 14px 30px rgba(20,19,38,.12); }.site-nav.is-open { display: flex; }.site-nav a { padding: 11px 12px; }.site-nav .nav-cta { margin-top: 6px; text-align: center; }.hero { padding-top: 47px; padding-bottom: 55px; }.hero h1 { font-size: clamp(2.7rem, 14vw, 4.5rem); }.hero-lede { font-size: 16px; }.hero-map { min-height: 390px; padding: 22px; border-radius: 22px; }.route-visual { grid-template-columns: 1fr; gap: 10px; padding: 42px 0 35px; }.route-line, .route-line-short { width: 160px; height: 15px; margin-inline: auto; transform: rotate(90deg); }.route-node { gap: 7px; }.route-node small { font-size: 10px; }.node-icon { width: 49px; height: 49px; border-radius: 15px; font-size: 22px; }.hero-index { left: 22px; right: 22px; }.proof-grid { grid-template-columns: repeat(2, 1fr); }.proof-item { padding: 16px 15px; }.proof-source { grid-column: 1 / -1; padding: 16px 15px; }.section { padding-top: 76px; padding-bottom: 76px; }.section-intro { margin-bottom: 28px; }.section h2 { font-size: clamp(2.2rem, 11vw, 3.4rem); }.rank-card { grid-template-columns: 38px 1fr; gap: 13px; padding: 12px; }.rank-number { min-height: 58px; }.rank-brand { gap: 10px; }.logo-frame { width: 83px; height: 56px; }.rank-brand h3 { font-size: 16px; }.rank-facts { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; gap: 9px; padding: 8px 0 3px; }.rank-facts dd { font-size: 12px; }.rank-card > .button { grid-column: 1 / -1; grid-row: auto; width: 100%; }.bonus-callout { grid-template-columns: 45px 1fr; gap: 14px; padding: 22px 18px; }.bonus-badge { width: 43px; height: 43px; font-size: 20px; }.bonus-callout > .button { grid-column: 1 / -1; width: 100%; }.analysis-grid, .detail-grid, .feature-grid { grid-template-columns: 1fr; }.analysis-grid article, .analysis-grid article + article, .feature-grid article, .feature-grid article + article { padding: 24px 0; border-left: 0; }.analysis-grid article + article, .feature-grid article + article { border-top: 1px solid rgba(255,255,255,.16); }.two-column-copy { grid-template-columns: 1fr; gap: 42px; }.guidance-row { grid-template-columns: 1fr; gap: 4px; padding: 15px 0; }.guidance-head { display: none; }.faq-list summary { font-size: 15px; }.faq-list details p { padding-right: 15px; }.footer-grid { grid-template-columns: 1fr; gap: 39px; padding-bottom: 45px; }.footer-bottom { flex-direction: column; gap: 7px; }.support-logos { max-width: 390px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.nav-cta, .button { transition: none; } }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.support-logos a { background: #29263a; border: 1px solid rgba(255,255,255,.18); }

/* Editorial layout refinements */
body { font-family: Arial, Helvetica, sans-serif; font-weight: 400; }
body { font-size: 17px; line-height: 1.68; }
h1, h2, h3 { font-weight: 700; letter-spacing: -.035em; }
h1 { max-width: 680px; font-size: clamp(2.35rem, 4.3vw, 4.35rem); line-height: 1.06; }
h2 { font-size: clamp(1.95rem, 3.35vw, 3.25rem); line-height: 1.08; }
h3 { font-size: clamp(1.12rem, 1.55vw, 1.35rem); }
.hero-lede { max-width: none; font-size: 19px; }
.section-intro { display: block; margin-bottom: 38px; }
.section-intro > p { max-width: none; margin-top: 18px; }
.section-intro-dark > p { max-width: none; }
.narrow-flow { max-width: none; }
.narrow-flow > h2, .narrow-flow > p:not(.eyebrow), .subsection-block > p { max-width: none; }
.rank-card { grid-template-columns: 54px minmax(285px, 1fr) minmax(230px, .85fr) auto; }
.logo-frame { width: 150px; height: 78px; }
.rank-facts { grid-template-columns: 1fr; }
.rank-facts div:not(:first-child) { display: none; }
.rank-brand h3 { font-size: 20px; }
.rank-facts dt { margin-bottom: 6px; font-size: 11px; }
.rank-facts dd { font-size: 15px; line-height: 1.5; }
.signal-table th, .signal-table td { font-size: 14px; }
.number-list li { font-size: 14px; }
.faq-list { max-width: none; }
.faq-list details p { max-width: none; font-size: 15px; }
.subsection-block { margin-top: 42px; }
.subsection-block > h3 { padding-top: 20px; border-top: 2px solid var(--plum); }
.subsection-block > p { max-width: 900px; margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.section-dark .subsection-block > h3 { border-color: rgba(255,255,255,.35); }
.section-dark .subsection-block > p { color: rgba(255,255,255,.72); }
.light-table { margin-top: 24px; border-color: var(--line); background: var(--white); }
.dark-table { margin-top: 42px; }
.signal-table { width: 100%; min-width: 650px; border-collapse: collapse; text-align: left; }
.signal-table caption { padding: 16px 18px; color: var(--plum); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.signal-table th, .signal-table td { padding: 14px 18px; border-top: 1px solid var(--line); font-size: 13px; vertical-align: top; }
.signal-table thead th { color: var(--plum); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.signal-table tbody th { color: var(--ink); font-weight: 700; }
.signal-table td { color: var(--muted); line-height: 1.55; }
.section-dark .signal-table { color: var(--white); }
.section-dark .signal-table caption, .section-dark .signal-table thead th { color: var(--acid); }
.section-dark .signal-table th, .section-dark .signal-table td { border-color: rgba(255,255,255,.14); }
.section-dark .signal-table tbody th { color: var(--white); }
.section-dark .signal-table td { color: rgba(255,255,255,.72); }
.number-list { display: grid; gap: 0; max-width: 900px; margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.number-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.6; }
.number-list strong { color: var(--plum); font-size: 10px; letter-spacing: .12em; }
.dark-subsection { margin-top: 48px; }
.section-dark .number-list { border-color: rgba(255,255,255,.17); }
.section-dark .number-list li { border-color: rgba(255,255,255,.17); color: rgba(255,255,255,.72); }
.section-dark .number-list strong { color: var(--acid); }
.footer-note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 590px; margin-top: 24px; }
.footer-note-grid div { display: grid; gap: 5px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.16); }
.footer-note-grid strong { color: var(--acid); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-note-grid span { color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.5; }
.catfish { position: fixed; z-index: 20; left: 50%; bottom: 24px; width: min(980px, calc(100% - 28px)); display: grid; grid-template-columns: 52px 1fr auto; gap: 16px; align-items: center; padding: 20px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: var(--plum-deep); color: var(--white); box-shadow: 0 22px 60px rgba(20,19,38,.28); transform: translate(-50%, 135%); opacity: 0; transition: transform .42s ease, opacity .42s ease; }
.catfish.is-visible { transform: translate(-50%, 0); opacity: 1; }
.catfish.is-closing { transform: translate(-50%, 135%); opacity: 0; }
.catfish-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--acid); color: var(--ink); font-size: 27px; font-weight: 700; }
.catfish-copy { min-width: 0; }
.catfish-label { color: var(--acid); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.catfish h2 { margin-top: 4px; color: var(--white); font-size: 1.2rem; }
.catfish p { margin-top: 5px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.5; }
.catfish-close { position: absolute; top: 6px; right: 10px; width: 25px; height: 25px; display: grid; place-items: center; border: 0; background: transparent; color: rgba(255,255,255,.72); font-size: 22px; cursor: pointer; }
.catfish-close:hover { color: var(--white); }
@media (max-width: 1040px) { .rank-card { grid-template-columns: 54px minmax(240px, 1fr) minmax(210px, .8fr) auto; } }
@media (max-width: 720px) { body { font-size: 16px; }.hero h1 { font-size: clamp(2.5rem, 10vw, 3.6rem); }.hero-lede { font-size: 17px; }.logo-frame { width: 120px; height: 68px; }.rank-card { grid-template-columns: 45px 1fr; }.rank-brand h3 { font-size: 17px; }.rank-facts dd { font-size: 14px; }.footer-note-grid { grid-template-columns: 1fr; }.catfish { grid-template-columns: 42px 1fr; gap: 12px; padding: 18px 17px; }.catfish-icon { width: 42px; height: 42px; border-radius: 13px; font-size: 22px; }.catfish > .button { grid-column: 1 / -1; width: 100%; }.catfish h2 { font-size: 1.08rem; }.signal-table { min-width: 590px; } }
@media (prefers-reduced-motion: reduce) { .catfish { transition: none; } }
