:root {
  --ink: #13251f;
  --muted: #52645d;
  --paper: #f5f1e8;
  --surface: #fffdf8;
  --surface-soft: #e9eee7;
  --green: #0c4d3d;
  --green-2: #146c54;
  --yellow: #f1c84b;
  --red: #a92f34;
  --blue: #214d68;
  --line: #c9d0c7;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(19, 37, 31, .12);
  --radius: 22px;
  --container: 1180px;
  --focus: #176fc1;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.age-locked { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
a:hover { text-decoration-color: var(--yellow); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.4rem; }
p:last-child { margin-bottom: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.icon { width: 24px; height: 24px; flex: 0 0 24px; }
.eyebrow { margin-bottom: 12px; color: var(--green-2); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-index { color: var(--muted); font: 700 .76rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.muted { color: var(--muted); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { text-decoration: none; }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 8px 24px rgba(12, 77, 61, .2); }
.button-primary:hover { background: #083d31; }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-secondary:hover { color: var(--white); background: var(--ink); }
.button-quiet { color: var(--ink); background: #edf0ea; border-color: #d3d8d0; }
.button-quiet:hover { background: #dfe5dc; }
.button-light { color: var(--green); background: var(--white); }
.button-light:hover { background: var(--yellow); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; font-weight: 800; color: var(--green); }
.responsibility-strip { color: var(--white); background: var(--green); font-size: .88rem; }
.strip-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.strip-inner p { margin: 0; }
.strip-inner strong { color: var(--yellow); }
.strip-link { min-height: 38px; display: inline-flex; align-items: center; white-space: nowrap; font-weight: 800; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(245, 241, 232, .96); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-height: 56px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; padding: 5px; border-radius: 12px; background: var(--ink); transform: rotate(-3deg); }
.brand-mark i { border-radius: 3px; background: var(--yellow); }
.brand-mark i:nth-child(2) { background: #e55545; }
.brand-mark i:nth-child(3) { grid-column: 1 / -1; background: #4aa77d; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .7rem; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.nav-link { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px; color: var(--muted); font-size: .9rem; font-weight: 750; text-decoration: none; }
.nav-link:hover, .nav-link.is-active { color: var(--ink); background: var(--surface); }
.nav-link.is-active { box-shadow: inset 0 0 0 1px var(--line); }
.menu-toggle { min-height: 48px; display: none; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--surface); font-weight: 800; cursor: pointer; }
.home-hero { overflow: hidden; padding: 72px 0 80px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 15%, rgba(241,200,75,.34), transparent 25%), linear-gradient(135deg, #f5f1e8 0 58%, #e7ece4 58% 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: clamp(42px, 8vw, 104px); }
.hero-copy h1 { max-width: 800px; margin-bottom: 26px; }
.hero-copy h1 em { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-lead { max-width: 690px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions, .card-actions, .review-actions, .platform-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.hero-actions { margin: 32px 0; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 0; padding: 0; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .86rem; font-weight: 700; }
.trust-list .icon { width: 19px; height: 19px; color: var(--green); }
.hero-board { position: relative; padding: 22px; border: 1px solid #1c332b; border-radius: 4px; color: #eff6ef; background: var(--ink); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-board::before { content: ""; position: absolute; inset: -10px 10px 10px -10px; z-index: -1; border: 1px solid var(--green); background: var(--yellow); transform: rotate(-3deg); }
.board-head { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid #426057; color: #b9c9c2; font: 700 .72rem/1.4 ui-monospace, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.board-focus { padding: 28px 0; }
.board-focus small { display: block; margin-bottom: 8px; color: var(--yellow); text-transform: uppercase; letter-spacing: .12em; }
.board-focus strong { display: block; font: 500 clamp(1.4rem, 3vw, 2.15rem)/1.15 Georgia, serif; }
.board-metrics { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #426057; border-left: 1px solid #426057; }
.board-metrics > div { display: flex; gap: 12px; min-height: 84px; padding: 15px; border-right: 1px solid #426057; border-bottom: 1px solid #426057; }
.board-metrics span { color: var(--yellow); font: 700 .74rem ui-monospace, Consolas, monospace; }
.board-metrics p { margin: 0; line-height: 1.35; }
.board-metrics strong, .board-metrics small { display: block; }
.board-metrics small { margin-top: 5px; color: #a9bab3; }
.board-rule { display: flex; gap: 6px; margin: 22px 0 12px; }
.board-rule span { flex: 1; height: 5px; background: #49635a; }
.board-rule span:nth-child(-n+3) { background: var(--yellow); }
.board-caption { color: #b8c5c0; font-size: .82rem; }
.quick-context { padding: 32px 0; border-bottom: 1px solid var(--line); background: var(--surface); }
.context-grid { display: grid; grid-template-columns: .45fr 1.15fr 1fr; gap: 40px; align-items: start; }
.context-grid h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.6rem); }
.context-grid > p:last-child { color: var(--muted); }
.section { padding-block: clamp(72px, 9vw, 120px); }
.section-soft { background: var(--surface-soft); }
.section-dark { color: var(--white); background: var(--green); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 520px; margin-left: auto; color: var(--muted); }
.comparison-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 26px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.comparison-strip article { min-height: 190px; padding: 26px; border-right: 1px solid var(--line); }
.comparison-strip article:last-child { border-right: 0; }
.comparison-strip span, .comparison-strip strong, .comparison-strip small { display: block; }
.comparison-strip span { margin-bottom: 24px; color: var(--green); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.comparison-strip strong { margin-bottom: 12px; font-size: 1.15rem; line-height: 1.25; }
.comparison-strip small { color: var(--muted); font-size: .9rem; }
.comparison-strip .comparison-method { color: var(--white); background: var(--green); }
.comparison-strip .comparison-method span { color: var(--yellow); }
.comparison-strip .comparison-method small { color: #c5d8d1; }
.operator-stack { display: grid; gap: 18px; }
.operator-card { display: grid; grid-template-columns: 300px 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.operator-logo-block { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; min-height: 286px; padding: 28px; border-right: 1px solid var(--line); background: #edf0ea; }
.operator-logo-link { width: 100%; min-height: 142px; display: flex; align-items: center; justify-content: center; padding: 18px; border-radius: 16px; background: var(--white); }
.operator-logo-link img { width: 100%; height: 104px; object-fit: contain; }
.adult-chip { display: inline-flex; align-items: center; min-height: 34px; padding: 6px 10px; border: 1px solid #d59a9d; border-radius: 999px; color: #7e2429; background: #fff3f3; font-size: .75rem; font-weight: 850; text-align: center; }
.operator-copy { padding: 34px; }
.operator-copy h3 { margin-bottom: 12px; font-size: 2rem; }
.operator-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.operator-facts div { padding: 16px 18px 16px 0; }
.operator-facts div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.operator-facts dt { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.operator-facts dd { margin: 6px 0 0; font-size: .92rem; }
.source-line { margin-top: 24px; color: var(--muted); font-size: .86rem; }
.method-section { background: var(--ink); color: var(--white); }
.method-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; }
.method-intro { position: sticky; top: 28px; align-self: start; }
.method-intro .eyebrow, .method-section .text-link { color: var(--yellow); }
.method-intro > p:not(.eyebrow):not(.section-index) { color: #b9cac3; }
.method-list { margin: 0; padding: 0; border-top: 1px solid #476158; list-style: none; }
.method-list li { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid #476158; }
.method-list > li > span { color: var(--yellow); font: 700 .78rem ui-monospace, Consolas, monospace; }
.method-list h3 { margin-bottom: 8px; }
.method-list p { color: #b9cac3; }
.help-section { background: #e7ece4; }
.regulator-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reg-card { min-height: 184px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 94px auto; align-items: center; gap: 12px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease; }
.reg-card:hover { border-color: var(--green); box-shadow: 0 12px 30px rgba(19,37,31,.08); }
.reg-logo-wrap { grid-column: 1 / -1; height: 94px; display: flex; align-items: center; justify-content: center; padding: 8px; border-radius: 12px; background: var(--white); }
.reg-logo-wrap img { width: 100%; height: 78px; object-fit: contain; }
.reg-card > span:nth-child(2) { display: flex; flex-direction: column; line-height: 1.35; }
.reg-card small { margin-top: 4px; color: var(--muted); }
.reg-card .icon { width: 21px; height: 21px; color: var(--green); }
.warning-card { display: grid; grid-template-columns: 160px 1fr; gap: 36px; align-items: center; padding: clamp(28px, 5vw, 60px); border: 1px solid #d5a3a6; border-radius: var(--radius); background: #fff4f3; }
.warning-age, .footer-age { width: 112px; height: 112px; display: flex; align-items: center; justify-content: center; border: 8px solid currentColor; border-radius: 50%; color: var(--red); font-size: 2.15rem; font-weight: 900; letter-spacing: -.06em; }
.warning-card h2 { margin-bottom: 12px; }
.warning-card .eyebrow, .warning-card .text-link { color: var(--red); }
.breadcrumb { width: min(calc(100% - 40px), var(--container)); min-height: 52px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-inline: auto; color: var(--muted); font-size: .82rem; }
.breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; }
.page-hero { padding: 70px 0 76px; border-block: 1px solid var(--line); background: linear-gradient(135deg, var(--surface) 0 65%, #dde7de 65% 100%); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 300px; gap: 80px; align-items: end; }
.page-hero h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(2.8rem, 6vw, 5rem); }
.page-stamp { padding: 24px; border: 1px solid var(--ink); background: var(--yellow); transform: rotate(1.5deg); }
.page-stamp span, .page-stamp strong, .page-stamp small { display: block; }
.page-stamp span { font: 900 3.2rem/1 ui-monospace, Consolas, monospace; }
.page-stamp strong { margin-top: 34px; }
.page-stamp small, .page-note { margin-top: 6px; font-size: .78rem; }
.page-note { padding-top: 12px; border-top: 1px solid rgba(19,37,31,.4); }
.comparison-table { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.comparison-row { display: grid; grid-template-columns: .56fr 1fr 1fr; }
.comparison-row > div { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparison-row > div:last-child { border-right: 0; }
.comparison-row:last-child > div { border-bottom: 0; }
.comparison-row > div:first-child { color: var(--green); font-weight: 850; }
.comparison-head { color: var(--white); background: var(--green); font-weight: 850; }
.comparison-head > div:first-child { color: var(--yellow); }
.platform-actions { margin-top: 26px; }
.split-content { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.prose { max-width: 760px; }
.prose p, .legal-copy li { color: var(--muted); }
.prose h2 { margin-top: 48px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.prose h2:first-child { margin-top: 0; }
.review-index-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review-index-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.review-number { position: absolute; top: 22px; right: 24px; color: var(--muted); font: 800 .78rem ui-monospace, Consolas, monospace; }
.review-logo { min-height: 160px; display: flex; align-items: center; justify-content: center; margin-bottom: 26px; padding: 20px; border-radius: 16px; background: #edf0ea; }
.review-logo img { height: 118px; object-fit: contain; }
.review-logo-dark { background: #101010; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; padding: 0; list-style: none; }
.tag-list li { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .78rem; font-weight: 750; }
.review-index-card .adult-chip { margin-top: 22px; }
.editorial-note { max-width: 850px; margin-top: 64px; padding-left: 28px; border-left: 7px solid var(--yellow); }
.review-hero { padding: 72px 0; background: var(--surface); border-bottom: 1px solid var(--line); }
.review-hero-grid { display: grid; grid-template-columns: 410px 1fr; gap: 70px; align-items: center; }
.review-brand-panel { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 36px; border-radius: var(--radius); background: #e7ece4; }
.large-logo-link { width: 100%; min-height: 200px; display: flex; align-items: center; justify-content: center; padding: 28px; border-radius: 18px; background: var(--white); }
.large-logo-link img { width: 100%; height: 170px; object-fit: contain; }
.review-hero h1 { margin-bottom: 20px; }
.review-actions { margin-top: 30px; }
.microcopy { margin-top: 16px; color: var(--muted); font-size: .8rem; }
.review-meta { color: var(--white); background: var(--green); }
.review-meta-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.review-meta-grid div { min-height: 108px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid #568175; }
.review-meta-grid div:last-child { border-right: 0; }
.review-meta-grid small { color: #c6d9d2; }
.review-meta-grid strong { margin-top: 5px; }
.review-content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px; }
.review-content-grid .prose h2 { margin-top: 0; }
.pros-cons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 76px; }
.pros-cons article { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.feature-list { display: grid; gap: 18px; margin: 26px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 12px; }
.feature-list.positive .icon { color: var(--green-2); }
.feature-list.caution .icon { color: var(--red); }
.terms-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.terms-grid ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.terms-grid li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.terms-grid li > span { color: var(--green); font: 800 .78rem ui-monospace, Consolas, monospace; }
.source-card { display: grid; grid-template-columns: 88px 1fr; gap: 30px; max-width: 900px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.source-card > div:first-child { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--green); background: var(--yellow); }
.source-card > div:first-child .icon { width: 34px; height: 34px; }
.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; }
.faq-intro { position: sticky; top: 28px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; font-size: 1.08rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; flex: 0 0 38px; border: 1px solid var(--line); border-radius: 50%; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { padding: 0 56px 24px 0; color: var(--muted); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.about-manifesto blockquote { margin: 40px 0 0; padding: 28px; border-left: 7px solid var(--yellow); background: var(--surface); font: 500 1.35rem/1.45 Georgia, serif; }
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.principles-grid article { min-height: 230px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.principles-grid span { color: var(--green); font: 800 .78rem ui-monospace, Consolas, monospace; }
.principles-grid h3 { margin-top: 42px; }
.principles-grid p { color: var(--muted); }
.methodology-band, .stop-band { display: grid; grid-template-columns: 1fr .8fr auto; gap: 48px; align-items: center; }
.methodology-band .eyebrow, .stop-band .eyebrow { color: var(--yellow); }
.methodology-band p { color: #c5d8d1; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 28px; }
.contact-details, .contact-form { padding: clamp(26px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.contact-details ul { display: grid; gap: 22px; margin: 34px 0; padding: 0; list-style: none; }
.contact-details li { display: flex; gap: 14px; align-items: flex-start; }
.contact-details li .icon { color: var(--green); }
.contact-details li span { display: flex; flex-direction: column; }
.contact-details li strong { margin-bottom: 4px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-note { padding: 18px; border-radius: 14px; color: var(--muted); background: var(--surface-soft); }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-heading, .field:nth-of-type(4), .field:nth-of-type(5), .consent, .contact-form > .button { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #9eaaa3; border-radius: 10px; color: var(--ink); background: var(--white); }
.field textarea { resize: vertical; }
.consent { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.consent input { width: 22px; height: 22px; flex: 0 0 22px; }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 80px; align-items: start; }
.legal-toc { position: sticky; top: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.legal-toc ol { margin: 0; padding-left: 20px; color: var(--muted); }
.legal-toc li { margin-block: 8px; }
.legal-copy { max-width: 820px; }
.legal-copy h2 { padding-top: 12px; }
.disclaimer-page { display: grid; gap: 52px; }
.disclaimer-callout { display: grid; grid-template-columns: 150px 1fr; gap: 34px; align-items: center; padding: 42px; border: 1px solid #d5a3a6; border-radius: var(--radius); background: #fff4f3; }
.responsible-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.self-check, .limit-plan { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.self-check ul { display: grid; gap: 14px; margin: 30px 0; padding: 0; list-style: none; }
.self-check li { position: relative; padding-left: 24px; }
.self-check li::before { content: ""; position: absolute; top: .65em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--red); }
.self-check-note { padding: 16px; border-radius: 12px; color: #772429; background: #fff0f0; }
.limit-plan ol { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; }
.limit-plan li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid var(--line); }
.limit-plan li > span { color: var(--green); font: 800 .78rem ui-monospace, Consolas, monospace; }
.limit-plan li p { color: var(--muted); }
.stop-band .footer-age { color: var(--yellow); }
.site-footer { color: #e9f1ed; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1.1fr .7fr 1fr; gap: 60px; padding-block: 70px 50px; }
.mini-brand { display: flex; align-items: center; gap: 12px; }
.footer-identity p, .footer-identity address, .footer-note p { color: #aebfb8; }
.footer-identity address { margin-top: 20px; font-style: normal; }
.footer-nav h2, .footer-note h2 { font-size: 1.2rem; }
.footer-nav nav { display: grid; }
.footer-link { min-height: 42px; display: flex; align-items: center; color: #bed0c8; }
.footer-note { display: grid; grid-template-columns: 92px 1fr; gap: 22px; align-items: start; }
.footer-note .footer-age { width: 82px; height: 82px; border-width: 6px; color: var(--yellow); font-size: 1.55rem; }
.disclaimer { padding-block: 28px; border-block: 1px solid #405a51; }
.disclaimer p { max-width: none; margin: 0; color: #b6c6c0; font-size: .78rem; line-height: 1.7; }
.disclaimer strong { color: var(--yellow); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8fa59d; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.age-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; overflow-y: auto; background: rgba(7, 23, 18, .78); backdrop-filter: blur(8px); }
.age-gate[hidden] { display: none; }
.age-panel { width: min(880px, 100%); display: grid; grid-template-columns: 280px 1fr; border-radius: 26px; overflow: hidden; background: var(--surface); box-shadow: 0 30px 100px rgba(0,0,0,.32); }
.age-visual { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; color: var(--yellow); background: var(--green); }
.age-visual span { position: relative; z-index: 2; width: 150px; height: 150px; display: flex; align-items: center; justify-content: center; border: 10px solid currentColor; border-radius: 50%; font-size: 3rem; font-weight: 900; letter-spacing: -.07em; }
.age-visual i { position: absolute; width: 220px; height: 18px; background: rgba(255,255,255,.12); transform: rotate(-35deg); }
.age-visual i:nth-child(2) { top: 62px; left: -40px; }
.age-visual i:nth-child(3) { bottom: 85px; right: -30px; }
.age-visual i:nth-child(4) { bottom: 32px; left: -60px; background: rgba(241,200,75,.35); }
.age-content { padding: clamp(30px, 6vw, 62px); }
.age-content h2 { margin-bottom: 16px; }
.age-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.age-footnote { margin-top: 16px; color: var(--muted); font-size: .76rem; }
.restricted-page { min-height: 100dvh; display: grid; place-items: center; padding: 32px 20px; background: radial-gradient(circle at 20% 15%, rgba(169,47,52,.18), transparent 30%), var(--ink); }
.restricted-card { width: min(680px, 100%); padding: clamp(32px, 7vw, 70px); border-radius: 26px; color: var(--ink); background: var(--surface); box-shadow: var(--shadow); text-align: center; }
.restricted-symbol { position: relative; width: 124px; height: 124px; display: grid; place-items: center; margin: 0 auto 30px; border: 8px solid var(--red); border-radius: 50%; color: var(--red); font-size: 2.7rem; font-weight: 900; }
.restricted-symbol i { position: absolute; width: 142px; height: 8px; background: var(--red); transform: rotate(-42deg); }
.restricted-rule { width: 70px; height: 6px; margin: 32px auto; background: var(--yellow); }
.restricted-card h1 { font-size: clamp(2.2rem, 6vw, 4rem); }
.restricted-card h2 { margin-top: 26px; font-size: 1.4rem; }
.restricted-card p { color: var(--muted); }
.restricted-foot { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); font-size: .8rem; }
@media (max-width: 980px) {
  .js .menu-toggle { display: inline-flex; }
  .js .site-nav { position: absolute; top: 86px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); }
  .js .site-nav.is-open { display: flex; }
  .nav-link { justify-content: center; }
  .hero-grid, .page-hero-grid, .review-hero-grid { grid-template-columns: 1fr; }
  .hero-board { max-width: 620px; transform: none; }
  .context-grid { grid-template-columns: .35fr 1fr; }
  .context-grid > p:last-child { grid-column: 2; }
  .comparison-strip { grid-template-columns: 1fr; }
  .comparison-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .comparison-strip article:last-child { border-bottom: 0; }
  .regulator-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid, .split-content, .faq-layout, .about-grid, .terms-grid, .contact-grid, .legal-layout { grid-template-columns: 1fr; gap: 48px; }
  .method-intro, .faq-intro, .legal-toc { position: static; }
  .page-stamp { max-width: 320px; }
  .review-brand-panel { max-width: 520px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
  .methodology-band, .stop-band { grid-template-columns: 1fr auto; }
  .methodology-band > p, .stop-band > div:nth-child(2) { grid-column: 1; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .responsibility-strip { font-size: .78rem; }
  .strip-inner { align-items: flex-start; padding-block: 8px; }
  .strip-link { min-height: 28px; }
  .header-inner { min-height: 76px; }
  .brand-copy small { display: none; }
  .js .site-nav { top: 76px; left: 14px; right: 14px; }
  .home-hero { padding: 54px 0 64px; background: radial-gradient(circle at 90% 8%, rgba(241,200,75,.34), transparent 30%), var(--paper); }
  .hero-grid { gap: 54px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 15vw, 4.4rem); }
  .hero-actions, .card-actions, .review-actions, .platform-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .card-actions .button, .review-actions .button, .platform-actions .button { width: 100%; }
  .hero-actions .text-link, .card-actions .text-link, .review-actions .text-link { justify-content: center; }
  .board-metrics { grid-template-columns: 1fr; }
  .context-grid, .section-heading, .operator-card, .operator-facts, .review-index-grid, .review-content-grid, .pros-cons, .responsible-grid, .contact-form { grid-template-columns: 1fr; }
  .context-grid > p:last-child { grid-column: auto; }
  .section-heading { gap: 18px; }
  .operator-logo-block { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .operator-copy { padding: 26px; }
  .operator-facts div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .regulator-grid { grid-template-columns: 1fr; }
  .warning-card, .disclaimer-callout { grid-template-columns: 1fr; }
  .warning-age { width: 94px; height: 94px; border-width: 7px; font-size: 1.8rem; }
  .comparison-table { border-radius: 16px; }
  .comparison-head { display: none; }
  .comparison-row { display: block; padding: 18px; border-bottom: 1px solid var(--line); }
  .comparison-row:last-child { border-bottom: 0; }
  .comparison-row > div { padding: 10px 0; border: 0; }
  .comparison-row > div:first-child { font-size: 1.05rem; }
  .comparison-row > div:nth-child(2)::before, .comparison-row > div:nth-child(3)::before { display: block; margin-bottom: 3px; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
  .comparison-row > div:nth-child(2)::before { content: "Rushbet"; }
  .comparison-row > div:nth-child(3)::before { content: "bwin"; }
  .terms-grid ol, .principles-grid { grid-template-columns: 1fr; }
  .review-meta-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .review-meta-grid div { min-height: 78px; border-right: 0; border-bottom: 1px solid #568175; }
  .review-meta-grid div:last-child { border-bottom: 0; }
  .source-card { grid-template-columns: 1fr; }
  .method-list li { grid-template-columns: 44px 1fr; }
  .methodology-band, .stop-band { grid-template-columns: 1fr; }
  .methodology-band > p, .stop-band > div:nth-child(2) { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
  .footer-note { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
  .age-panel { grid-template-columns: 1fr; }
  .age-visual { min-height: 170px; }
  .age-visual span { width: 110px; height: 110px; border-width: 8px; font-size: 2.2rem; }
  .age-actions { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .strip-inner { display: block; }
  .strip-link { margin-top: 4px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: .96rem; }
  .menu-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .menu-toggle { width: 48px; padding: 0; justify-content: center; }
  .trust-list { display: grid; }
  .hero-board { padding: 16px; }
  .page-hero { padding-block: 48px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Neutral logo plates prevent white or dark brand artwork from disappearing. */
.operator-logo-link,
.large-logo-link,
.review-logo { background: #102a3a; border: 1px solid #355263; }
.reg-logo-wrap { background: #fff; box-shadow: inset 0 0 0 1px rgba(19,37,31,.16); }
.reg-logo-wrap img { padding: 8px 12px; }
.reg-logo-wrap img[src$="reg-gamblingtherapy.svg"] { background: #102a3a; border-radius: 8px; }

.platform-logo-link { min-height: 96px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 10px 14px; border-radius: 12px; background: #102a3a; color: #fff; text-decoration: none; }
.platform-logo-link img { width: min(180px, 100%); height: 52px; object-fit: contain; }
.platform-logo-link small { font-size: .7rem; font-weight: 850; letter-spacing: .06em; }