:root {
    color-scheme: light;
    --sef-navy: #082b57;
    --sef-navy-2: #0d3f76;
    --sef-turquoise: #25bac6;
    --sef-turquoise-dark: #0b929f;
    --sef-coral: #ff5d61;
    --sef-yellow: #ffb514;
    --sef-cream: #fbfaf6;
    --sef-mint: #e7f8f5;
    --sef-sky: #e9f6fb;
    --sef-text: #163657;
    --sef-muted: #64778b;
    --sef-border: #dce8ed;
    --sef-white: #fff;
    --sef-shadow: 0 18px 50px rgba(8, 43, 87, .09);
    --sef-shadow-soft: 0 10px 30px rgba(8, 43, 87, .07);
    --sef-radius: 26px;
    --bs-body-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --bs-body-color: var(--sef-text);
    --bs-body-bg: var(--sef-cream);
}

html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--sef-text); background: var(--sef-cream); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, input { font-family: var(--bs-body-font-family); }
a { color: inherit; }
img { max-width: 100%; }
.site-main { min-height: 55vh; overflow: hidden; }
.standard-page .site-main { width: min(100% - 2rem, 920px); margin-inline: auto; padding: 5rem 0 7rem; }
.standard-page .site-main h1 { margin-bottom: 2rem; color: var(--sef-navy); font-size: clamp(2.25rem, 6vw, 3.75rem); font-weight: 850; letter-spacing: -.04em; }
.standard-page .site-main p { max-width: 760px; color: var(--sef-muted); font-size: 1.08rem; }
.standard-page .site-main a { color: var(--sef-turquoise-dark); font-weight: 700; }

.skip-link { position: fixed; z-index: 2000; top: 10px; left: 10px; padding: .65rem 1rem; transform: translateY(-150%); border-radius: 10px; color: #fff; background: var(--sef-navy); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 1030; top: 0; border-bottom: 1px solid rgba(8,43,87,.08); background: rgba(251,250,246,.94); backdrop-filter: blur(14px); }
.site-header .navbar { min-height: 78px; padding: .55rem 0; }
.navbar-brand { display: inline-flex; align-items: center; gap: .65rem; margin: 0; color: var(--sef-navy); }
.navbar-brand:hover, .navbar-brand:focus { color: var(--sef-navy); }
.navbar-brand img { width: 54px; height: 54px; border-radius: 15px; object-fit: cover; box-shadow: 0 6px 18px rgba(8,43,87,.08); }
.brand-name { display: flex; flex-direction: column; font-size: 1.22rem; font-weight: 900; line-height: .95; letter-spacing: .01em; text-transform: uppercase; }
.brand-name span { margin-top: .3rem; color: var(--sef-coral); font-size: .68em; letter-spacing: .16em; }
.site-header .nav-link { position: relative; padding: .65rem .72rem !important; color: #31516f; font-size: .91rem; font-weight: 720; white-space: nowrap; }
.site-header .nav-link::after { position: absolute; right: .7rem; bottom: .35rem; left: .7rem; height: 2px; transform: scaleX(0); border-radius: 2px; background: var(--sef-turquoise); content: ""; transition: transform 160ms ease; }
.site-header .nav-link:hover, .site-header .nav-link:focus { color: var(--sef-navy); }
.site-header .nav-link:hover::after, .site-header .nav-link:focus::after { transform: scaleX(1); }
.btn-favorites { padding: .6rem .95rem; border: 1px solid rgba(255,93,97,.26); border-radius: 999px; color: #c33c46; background: #fff2f1; font-size: .9rem; font-weight: 800; }
.btn-favorites:hover, .btn-favorites:focus { border-color: var(--sef-coral); color: #a52f38; background: #ffe6e5; }
.favorites-count { display: inline-grid; min-width: 21px; height: 21px; padding: 0 .35rem; place-items: center; border-radius: 999px; color: #fff; background: var(--sef-coral); font-size: .65rem; line-height: 1; }
.navbar-toggler { padding: .45rem .55rem; border: 1px solid var(--sef-border); border-radius: 12px; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(37,186,198,.2); }

.section-space { padding: 6.5rem 0; }
.section-heading { margin-bottom: 2.8rem; }
.section-heading h2, .trust-panel h2, .final-cta-card h2 { margin: .35rem 0 .65rem; color: var(--sef-navy); font-size: clamp(2.15rem,5vw,3.45rem); font-weight: 900; line-height: 1.05; letter-spacing: -.045em; }
.section-heading p { max-width: 650px; margin: 0; color: var(--sef-muted); font-size: 1.06rem; }
.section-heading--center { max-width: 720px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--center p { margin-inline: auto; }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-kicker { color: var(--sef-turquoise-dark); font-size: .77rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section-link { display: inline-flex; align-items: center; gap: .45rem; padding-bottom: .25rem; border-bottom: 2px solid var(--sef-turquoise); color: var(--sef-navy); font-weight: 850; text-decoration: none; }
.section-link span, .btn span, .game-link span, .article-read span { transition: transform 160ms ease; }
.section-link:hover span, .btn:hover span, .game-link:hover span, .article-card:hover .article-read span { transform: translateX(3px); }

.hero-section { position: relative; padding: 5.75rem 0 7rem; background: radial-gradient(circle at 9% 18%,rgba(255,181,20,.15),transparent 21rem), radial-gradient(circle at 91% 60%,rgba(37,186,198,.15),transparent 25rem), var(--sef-cream); }
.hero-section::after { position: absolute; right: 7%; bottom: 3.5rem; width: 78px; height: 10px; border-radius: 10px; background: var(--sef-yellow); content: ""; opacity: .75; transform: rotate(-7deg); }
.hero-copy { position: relative; z-index: 2; max-width: 770px; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.45rem; padding: .48rem .85rem; border: 1px solid rgba(255,93,97,.2); border-radius: 999px; color: #b83d46; background: #fff1f0; font-size: .78rem; font-weight: 850; letter-spacing: .02em; }
.eyebrow span { color: var(--sef-coral); }
.hero-copy h1 { max-width: 780px; margin: 0; color: var(--sef-navy); font-size: clamp(3rem,6.6vw,5.55rem); font-weight: 950; line-height: .98; letter-spacing: -.065em; }
.hero-copy h1 span { position: relative; display: inline-block; color: var(--sef-coral); white-space: nowrap; }
.hero-copy h1 span::after { position: absolute; right: 3%; bottom: -.12em; left: 3%; height: .11em; border-radius: 99px; background: var(--sef-yellow); content: ""; transform: rotate(-1.5deg); }
.hero-lead { max-width: 690px; margin: 2rem 0 0; color: #516b82; font-size: clamp(1.08rem,2vw,1.28rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.btn-primary-brand, .btn-soft { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 54px; padding: .83rem 1.3rem; border-radius: 14px; font-size: .97rem; font-weight: 850; }
.btn-primary-brand { border-color: var(--sef-navy); color: #fff; background: var(--sef-navy); box-shadow: 0 10px 24px rgba(8,43,87,.17); }
.btn-primary-brand:hover, .btn-primary-brand:focus { border-color: var(--sef-navy-2); color: #fff; background: var(--sef-navy-2); transform: translateY(-1px); }
.btn-soft { border: 1px solid rgba(8,43,87,.12); color: var(--sef-navy); background: rgba(255,255,255,.8); }
.btn-soft:hover, .btn-soft:focus { border-color: var(--sef-turquoise); color: var(--sef-navy); background: #fff; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: .85rem 1.35rem; margin: 2rem 0 0; padding: 0; color: #46627a; font-size: .88rem; font-weight: 700; list-style: none; }
.hero-reassurance li { display: flex; align-items: center; gap: .42rem; }
.hero-reassurance span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #087c78; background: #ddf7f3; font-size: .72rem; }
.hero-visual { position: relative; width: min(100%,520px); min-height: 520px; margin-left: auto; }
.hero-logo-card { position: absolute; inset: 1.6rem .9rem 1.3rem 1.8rem; overflow: hidden; border: 1px solid rgba(8,43,87,.08); border-radius: 42% 58% 48% 52% / 42% 40% 60% 58%; background: #fff; box-shadow: var(--sef-shadow); transform: rotate(2deg); }
.hero-logo-card img { width: 100%; height: 100%; object-fit: cover; transform: rotate(-2deg) scale(1.05); }
.floating-note, .floating-score { position: absolute; z-index: 2; border: 1px solid rgba(8,43,87,.08); background: rgba(255,255,255,.96); box-shadow: var(--sef-shadow-soft); }
.floating-note { display: flex; flex-direction: column; padding: .8rem 1rem; border-radius: 15px; }
.floating-note strong { color: var(--sef-navy); font-size: .95rem; }
.floating-note span { color: var(--sef-muted); font-size: .69rem; }
.floating-note--age { top: 0; left: 0; border-left: 4px solid var(--sef-coral); transform: rotate(-4deg); }
.floating-note--players { right: 0; bottom: 1rem; border-left: 4px solid var(--sef-turquoise); transform: rotate(3deg); }
.floating-score { top: 3.6rem; right: -.2rem; display: grid; grid-template-columns: auto auto; align-items: end; padding: .75rem .9rem; border-radius: 17px; color: var(--sef-navy); transform: rotate(4deg); }
.floating-score span { grid-column: 1 / -1; color: var(--sef-turquoise-dark); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.floating-score strong { font-size: 1.8rem; line-height: 1; }
.floating-score small { color: var(--sef-muted); font-size: .68rem; }

.finder-section { position: relative; padding: 4.8rem 0; background: var(--sef-sky); }
.finder-section .section-heading { margin-bottom: 1.7rem; }
.finder-section .section-heading h2 { font-size: clamp(2rem,4vw,3rem); }
.finder-card { overflow: hidden; border: 1px solid rgba(8,43,87,.08); border-radius: 26px; background: #fff; box-shadow: var(--sef-shadow); }
.finder-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); }
.finder-group { min-width: 0; margin: 0; padding: 1.2rem 1.25rem; border: 0; border-right: 1px solid var(--sef-border); }
.finder-group--age, .finder-group--play, .finder-group--type { grid-column: span 4; }
.finder-group--type { border-right: 0; }
.finder-group--preferences { grid-column: 1 / -1; padding: .95rem 1.25rem 1rem; border-top: 1px solid var(--sef-border); border-right: 0; background: #fffdf8; }
.finder-group legend { display: flex; align-items: center; flex-wrap: wrap; gap: .25rem .55rem; width: auto; margin: 0 0 .75rem; color: var(--sef-navy); font-size: .9rem; font-weight: 850; }
.finder-group legend small { margin-left: 0; color: var(--sef-muted); font-size: .68rem; font-weight: 650; }
.choice-list { display: flex; flex-wrap: wrap; gap: .45rem; }
.choice-pill { min-height: 36px; margin: 0; padding: .4rem .68rem; border: 1px solid var(--sef-border); border-radius: 10px; color: #385772; background: #fbfdfe; font-size: .76rem; font-weight: 750; cursor: pointer; transition: border-color 150ms ease,color 150ms ease,background-color 150ms ease,transform 150ms ease; }
.choice-pill:hover { border-color: var(--sef-turquoise); color: var(--sef-navy); transform: translateY(-1px); }
.btn-check:focus-visible + .choice-pill { outline: 3px solid rgba(37,186,198,.25); outline-offset: 2px; }
.btn-check:checked + .choice-pill { border-color: var(--sef-navy); color: #fff; background: var(--sef-navy); box-shadow: 0 6px 14px rgba(8,43,87,.14); }
.choice-list--compact { gap: .55rem; }
.choice-pill--square { display: inline-grid; width: 44px; padding-inline: 0; place-items: center; }
.choice-list--preferences { gap: .4rem; }
.choice-list--preferences .choice-pill { min-height: 31px; padding: .31rem .58rem; border-radius: 999px; font-size: .68rem; }
.choice-pill--check::before { display: inline-grid; width: 16px; height: 16px; margin-right: .38rem; place-items: center; border: 1px solid #b7cbd3; border-radius: 5px; color: #fff; content: "✓"; font-size: .58rem; vertical-align: 1px; }
.btn-check:checked + .choice-pill--check::before { border-color: var(--sef-turquoise); background: var(--sef-turquoise); }
.finder-submit { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding: .95rem 1.25rem; border-top: 1px solid var(--sef-border); background: #f7fbfc; }
.finder-submit p { margin: 0; color: var(--sef-muted); font-size: .82rem; }
.finder-submit p span { margin-right: .4rem; color: var(--sef-yellow); }

.favorites-section { background: var(--sef-cream); }
.new-releases-section { background: #f2f8f8; }
.game-card { position: relative; overflow: hidden; border: 1px solid rgba(8,43,87,.08); border-radius: var(--sef-radius); background: #fff; box-shadow: 0 7px 24px rgba(8,43,87,.055); transition: transform 180ms ease,box-shadow 180ms ease; }
.game-card:hover { box-shadow: 0 18px 40px rgba(8,43,87,.11); transform: translateY(-5px); }
.game-cover { position: relative; display: flex; height: 265px; flex-direction: column; justify-content: space-between; padding: 1.15rem; overflow: hidden; color: #fff; isolation: isolate; }
.game-cover::before, .game-cover::after { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; content: ""; }
.game-cover::before { right: -40px; bottom: -55px; width: 190px; height: 190px; }
.game-cover::after { right: 25px; bottom: 15px; width: 82px; height: 82px; }
.game-cover--turquoise { background: linear-gradient(145deg,#087b91,#2ac8c8); }
.game-cover--coral { background: linear-gradient(145deg,#d93c53,#ff7a67); }
.game-cover--sunny { color: var(--sef-navy); background: linear-gradient(145deg,#ffd753,#ff9e2d); }
.game-cover--navy { background: linear-gradient(145deg,#082b57,#2267a6); }
.game-cover--has-image, .compact-cover--has-image { padding: 0; background: #edf3f5; }
.game-cover--has-image::before, .game-cover--has-image::after, .compact-cover--has-image::before, .compact-cover--has-image::after { display: none; }
.game-cover--has-image img, .compact-cover--has-image img { width: 100%; height: 100%; object-fit: cover; }
.game-card-ribbon { position: absolute; z-index: 2; top: .9rem; right: .9rem; padding: .34rem .55rem; border: 2px solid rgba(255,255,255,.8); border-radius: 999px; color: #fff; background: var(--sef-coral); box-shadow: 0 5px 14px rgba(8,43,87,.16); font-size: .57rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.compact-game-media { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,360px),1fr)); gap: .85rem; }
.compact-game-media figure { height: clamp(190px,26vw,330px); margin: 0; overflow: hidden; border: 1px solid var(--sef-border); border-radius: 17px; background: #edf3f5; box-shadow: 0 7px 22px rgba(8,43,87,.05); }
.compact-game-media img { width: 100%; height: 100%; object-fit: cover; }
.game-cover--mint { color: var(--sef-navy); background: linear-gradient(145deg,#bcead1,#41b99b); }
.cover-platform { align-self: flex-start; padding: .32rem .55rem; border: 1px solid rgba(255,255,255,.34); border-radius: 8px; background: rgba(8,43,87,.2); font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cover-mark { position: absolute; top: 50%; left: 50%; font-size: clamp(4rem,8vw,5.5rem); font-weight: 950; line-height: 1; letter-spacing: -.09em; opacity: .92; transform: translate(-54%,-50%) rotate(-7deg); }
.cover-eyebrow { font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.score-badge { position: absolute; z-index: 3; top: 228px; right: 1rem; display: grid; grid-template-columns: auto auto; align-items: end; min-width: 94px; padding: .55rem .68rem; border: 3px solid #fff; border-radius: 14px; color: var(--sef-navy); background: #fff; box-shadow: 0 7px 18px rgba(8,43,87,.13); }
.score-badge span { grid-column: 1 / -1; color: var(--sef-turquoise-dark); font-size: .56rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.score-badge strong { font-size: 1.42rem; line-height: 1; }
.score-badge strong::after { margin-left: .12rem; color: #8a9aaa; content: "/100"; font-size: .49rem; font-weight: 700; }
.game-card-body { display: flex; min-height: 260px; flex-direction: column; padding: 1.45rem 1.25rem 1.25rem; }
.game-meta { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: .9rem; }
.game-meta span { padding: .28rem .48rem; border-radius: 7px; color: #3e5e77; background: #edf5f7; font-size: .67rem; font-weight: 800; }
.game-meta .game-meta-release { color: #9c5e00; background: #fff2cf; }
.game-card h3 { margin: 0 0 .65rem; color: var(--sef-navy); font-size: 1.24rem; font-weight: 900; line-height: 1.2; letter-spacing: -.025em; }
.game-card p { margin: 0 0 1.1rem; color: var(--sef-muted); font-size: .86rem; line-height: 1.65; }
.game-link { display: inline-flex; align-items: center; gap: .4rem; width: fit-content; margin-top: auto; padding: 0; border: 0; color: var(--sef-navy); background: transparent; font-size: .85rem; font-weight: 850; }
.game-link:hover, .game-link:focus { color: var(--sef-turquoise-dark); }
.game-link { text-decoration: none; }
.game-link--muted { color: #71869a; cursor: default; }
.game-card--homepage { display: flex; flex-direction: column; }
.game-card--homepage .game-cover { width: 100%; height: 330px; min-height: 0; background: #dfe9ed; }
.game-card--homepage .game-cover--has-image { padding: .75rem; }
.game-card--homepage .game-cover--has-image::after { z-index: 0; inset: 0; display: block; width: auto; height: auto; border: 0; border-radius: 0; background: rgba(8,43,87,.16); }
.game-card--homepage .game-cover--has-image .game-cover-backdrop { position: absolute; z-index: 0; inset: -20px; width: calc(100% + 40px); height: calc(100% + 40px); border-radius: 0; object-fit: cover; filter: blur(16px); opacity: .58; transform: scale(1.08); }
.game-card--homepage .game-cover--has-image .game-cover-artwork { position: relative; z-index: 1; width: 100%; height: 100%; border-radius: 13px; object-fit: contain; filter: drop-shadow(0 7px 10px rgba(8,43,87,.2)); }
.game-card--homepage .score-badge { top: auto; right: .75rem; bottom: .75rem; }
.game-card--homepage .game-card-body { min-height: 240px; flex: 1; padding: 1.25rem 1.15rem 1.1rem; }
.game-card--homepage .game-card-body > p { display: -webkit-box; margin-bottom: .9rem; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.game-card--homepage .game-link { min-height: 40px; padding: .56rem .82rem; border: 1px solid var(--sef-navy); border-radius: 10px; color: #fff; background: var(--sef-navy); box-shadow: 0 7px 16px rgba(8,43,87,.14); }
.game-card--homepage .game-link:hover, .game-card--homepage .game-link:focus { border-color: var(--sef-navy-2); color: #fff; background: var(--sef-navy-2); box-shadow: 0 9px 20px rgba(8,43,87,.2); transform: translateY(-1px); }
.game-card--homepage .game-link--muted { border-color: #dce5e9; color: #708497; background: #edf2f4; box-shadow: none; transform: none; }

.age-section { background: #fff; }
.age-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1rem; }
.age-card { --age-progress:24%; position: relative; display: flex; min-height: 225px; flex-direction: column; padding: 1.35rem; overflow: hidden; border: 1px solid rgba(8,43,87,.04); border-radius: 22px; color: var(--sef-navy); text-decoration: none; isolation: isolate; transition: transform 170ms ease,box-shadow 170ms ease; }
.age-card::before { position: absolute; z-index: 2; bottom: 0; left: 0; width: var(--age-progress); height: 5px; border-radius: 0 5px 5px 0; background: currentColor; content: ""; opacity: .55; transition: width 220ms ease; }
.age-card::after { position: absolute; z-index: -1; top: -48px; right: -54px; width: 145px; height: 145px; border: 25px solid rgba(255,255,255,.38); border-radius: 50%; content: ""; }
.age-card:nth-child(2) { --age-progress:40%; }
.age-card:nth-child(3) { --age-progress:56%; }
.age-card:nth-child(4) { --age-progress:75%; }
.age-card:nth-child(5) { --age-progress:92%; }
.age-card:hover, .age-card:focus { color: var(--sef-navy); box-shadow: var(--sef-shadow-soft); transform: translateY(-4px); }
.age-card:hover::before, .age-card:focus::before { width: 100%; }
.age-card--aqua { background: #ddf7f5; }
.age-card--coral { background: #ffe4e2; }
.age-card--yellow { background: #fff2c7; }
.age-card--blue { background: #e4f1fb; }
.age-card--navy { color: #fff; background: var(--sef-navy); }
.age-card--navy:hover, .age-card--navy:focus { color: #fff; }
.age-motif { position: relative; display: block; width: 78px; height: 52px; margin-bottom: auto; }
.age-motif i { position: absolute; display: block; border: 2px solid currentColor; opacity: .42; }
.age-motif i:first-child { top: 5px; left: 2px; width: 38px; height: 38px; border-radius: 50%; }
.age-motif i:nth-child(2) { right: 4px; bottom: 2px; width: 28px; height: 28px; border-radius: 9px; transform: rotate(12deg); }
.age-motif b { position: absolute; top: 0; right: 9px; color: currentColor; font-size: 1.2rem; font-weight: 900; }
.age-card:nth-child(2n) .age-motif { transform: rotate(5deg); }
.age-card:nth-child(3n) .age-motif { transform: scale(1.08); }
.age-card strong { margin: .85rem 0 .4rem; font-size: 1.42rem; font-weight: 950; letter-spacing: -.035em; }
.age-card > span:not(.age-motif) { color: currentColor; font-size: .76rem; line-height: 1.45; opacity: .78; }
.age-card em { display: inline-flex; align-items: center; gap: .35rem; margin-top: .9rem; color: currentColor; font-size: .68rem; font-style: normal; font-weight: 900; }
.age-card em span { transition: transform 160ms ease; }
.age-card:hover em span { transform: translateX(4px); }

.selections-section { background: #f3f8f8; }
.selection-card { display: flex; min-height: 132px; align-items: center; gap: 1rem; padding: 1.25rem; border: 1px solid rgba(8,43,87,.07); border-radius: 20px; color: var(--sef-navy); background: #fff; box-shadow: 0 5px 18px rgba(8,43,87,.045); text-decoration: none; transition: transform 170ms ease,box-shadow 170ms ease; }
.selection-card:hover, .selection-card:focus { color: var(--sef-navy); box-shadow: var(--sef-shadow-soft); transform: translateY(-3px); }
.selection-mark { display: grid; width: 64px; height: 64px; flex: 0 0 64px; place-items: center; border-radius: 18px; font-size: 1.05rem; font-weight: 950; letter-spacing: -.03em; }
.selection-card--coral .selection-mark { color: #b9333d; background: #ffe1df; }
.selection-card--aqua .selection-mark { color: #087a83; background: #dff7f5; }
.selection-card--navy .selection-mark { color: #fff; background: var(--sef-navy); }
.selection-card--yellow .selection-mark { color: #765000; background: #fff0b8; }
.selection-card--blue .selection-mark { color: #175a8c; background: #dfedf8; }
.selection-card--mint .selection-mark { color: #277361; background: #e0f5e8; }
.selection-copy { display: flex; flex-direction: column; gap: .25rem; }
.selection-copy strong { font-size: 1rem; font-weight: 900; line-height: 1.3; }
.selection-copy small { color: var(--sef-muted); font-size: .76rem; line-height: 1.45; }
.selection-arrow { margin-left: auto; font-size: 1.1rem; transition: transform 160ms ease; }
.selection-card:hover .selection-arrow { transform: translateX(4px); }
.selection-mark--image { overflow: hidden; padding: 0; background: #edf3f5 !important; }
.selection-mark--image img { width: 100%; height: 100%; object-fit: cover; }

.trust-section { background: var(--sef-cream); }
.trust-panel { padding: clamp(2rem,5vw,4rem); border-radius: 34px; color: #fff; background: radial-gradient(circle at 93% 10%,rgba(37,186,198,.28),transparent 18rem), var(--sef-navy); box-shadow: 0 22px 55px rgba(8,43,87,.16); }
.trust-panel h2 { color: #fff; }
.section-kicker--light { color: #78e0e1; }
.trust-intro { margin: 0; color: #c8d8e6; font-size: 1rem; }
.reason-card { padding: 1.4rem; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.07); }
.reason-card > span { display: block; margin-bottom: 2.2rem; color: #72dfe1; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.reason-card h3 { margin: 0 0 .75rem; color: #fff; font-size: 1.08rem; font-weight: 850; }
.reason-card p { margin: 0; color: #b9cbda; font-size: .82rem; line-height: 1.65; }

.articles-section { background: #fff; }
.coming-soon { flex: 0 0 auto; padding: .5rem .75rem; border-radius: 999px; color: #8b6305; background: #fff0bd; font-size: .71rem; font-weight: 850; }
.article-card { overflow: hidden; border: 1px solid rgba(8,43,87,.08); border-radius: 23px; background: #fff; box-shadow: 0 6px 22px rgba(8,43,87,.05); transition: transform 170ms ease,box-shadow 170ms ease; }
.article-card:hover { box-shadow: var(--sef-shadow-soft); transform: translateY(-4px); }
.article-visual { position: relative; display: flex; height: 155px; align-items: end; padding: 1.2rem; overflow: hidden; }
.article-card--aqua .article-visual { background: #d9f5f3; }
.article-card--coral .article-visual { background: #ffe1df; }
.article-card--yellow .article-visual { background: #fff0bd; }
.article-visual > span { z-index: 2; color: var(--sef-navy); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-visual i { position: absolute; display: block; border: 1px solid rgba(8,43,87,.17); border-radius: 50%; }
.article-visual i:nth-of-type(1) { top: 25px; right: 44px; width: 82px; height: 82px; }
.article-visual i:nth-of-type(2) { top: 51px; right: 20px; width: 48px; height: 48px; }
.article-visual i:nth-of-type(3) { top: 17px; right: 18px; width: 18px; height: 18px; background: rgba(8,43,87,.08); }
.article-visual--has-image { padding: 0; background: #edf3f5; }
.article-visual--has-image img { width: 100%; height: 100%; object-fit: cover; }
.article-body { display: flex; min-height: 245px; flex-direction: column; padding: 1.4rem; }
.article-category { margin-bottom: .6rem; color: var(--sef-turquoise-dark); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.article-card h3 { margin: 0 0 .75rem; color: var(--sef-navy); font-size: 1.25rem; font-weight: 900; line-height: 1.25; letter-spacing: -.025em; }
.article-card p { margin: 0 0 1rem; color: var(--sef-muted); font-size: .84rem; line-height: 1.65; }
.article-read { display: inline-flex; align-items: center; gap: .4rem; margin-top: auto; color: var(--sef-navy); font-size: .82rem; font-weight: 850; }
.home-empty-state { margin: 0; padding: 1.5rem; border: 1px dashed #bdd2da; border-radius: 18px; color: var(--sef-muted); background: rgba(255,255,255,.72); text-align: center; }

.final-cta { padding: 0 0 6.5rem; background: #fff; }
.final-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem,5vw,3.4rem); border: 1px solid #f2dc9e; border-radius: 28px; background: #fff5d6; }
.final-cta-card h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(1.8rem,4vw,2.75rem); }
.final-cta-card .btn { flex: 0 0 auto; }

.site-footer { padding: 4.7rem 0 1.7rem; color: #b8cad9; background: #061f3f; }
.footer-brand { display: inline-flex; align-items: center; gap: .85rem; color: #fff; font-size: 1.3rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.footer-brand:hover, .footer-brand:focus { color: #fff; }
.footer-brand img { width: 68px; height: 68px; border-radius: 18px; object-fit: cover; }
.footer-brand strong { display: block; color: var(--sef-coral); font-size: .67em; letter-spacing: .13em; }
.footer-intro { max-width: 480px; margin: 1.25rem 0 0; font-size: .9rem; }
.affiliate-note { max-width: 500px; margin: 1.1rem 0 0; padding-left: .8rem; border-left: 2px solid rgba(37,186,198,.5); color: #8fa8bc; font-size: .72rem; }
.footer-title { margin: 0 0 1rem; color: #fff; font-size: .8rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: #adbfce; font-size: .84rem; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus, .footer-links a[aria-current="page"] { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.8rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.09); color: #7f99ad; }
.footer-bottom small { font-size: .7rem; }

/* Game detail POC */
.game-page .site-main { background: #fff; }
.game-detail-top { padding: 1.4rem 0 5.5rem; background: radial-gradient(circle at 92% 18%,rgba(37,186,198,.16),transparent 27rem), linear-gradient(180deg,#fbfaf6 0%,#f2f9fa 100%); }
.game-breadcrumb { margin-bottom: 1.5rem; }
.game-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; color: #718497; font-size: .78rem; font-weight: 700; list-style: none; }
.game-breadcrumb li:not(:last-child)::after { margin-left: .45rem; color: #9fb0be; content: ">"; }
.game-breadcrumb a { color: #506b82; text-decoration: none; }
.game-breadcrumb a:hover, .game-breadcrumb a:focus { color: var(--sef-turquoise-dark); }
.game-detail-hero { padding: 2rem 0 3.2rem; }
.game-detail-cover { height: 470px; border: 7px solid #fff; border-radius: 30px; box-shadow: var(--sef-shadow); }
.game-detail-cover .cover-mark { font-size: clamp(6.8rem,13vw,10rem); }
.game-detail-cover .cover-platform { font-size: .75rem; }
.game-detail-cover .cover-eyebrow { font-size: .8rem; }
.game-detail-copy { max-width: 820px; }
.game-detail-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.game-detail-tags span { padding: .38rem .68rem; border: 1px solid rgba(8,43,87,.08); border-radius: 999px; color: #3e5c75; background: rgba(255,255,255,.85); font-size: .7rem; font-weight: 850; }
.game-detail-tags span:first-child { border-color: var(--sef-navy); color: #fff; background: var(--sef-navy); }
.game-detail-copy h1 { margin: 0; color: var(--sef-navy); font-size: clamp(3rem,7vw,5.4rem); font-weight: 950; line-height: .96; letter-spacing: -.065em; }
.game-detail-summary { max-width: 690px; margin: 1.2rem 0 0; color: var(--sef-muted); font-size: 1.05rem; }
.game-detail-verdict { max-width: 710px; margin-top: 1.35rem; padding: 1rem 1.15rem; border-left: 4px solid var(--sef-coral); border-radius: 0 14px 14px 0; background: #fff2f1; }
.game-detail-verdict span { display: block; margin-bottom: .2rem; color: #b23b44; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.game-detail-verdict p { margin: 0; color: var(--sef-navy); font-size: .95rem; font-weight: 750; line-height: 1.55; }
.game-detail-actions { display: flex; flex-wrap: wrap; align-items: stretch; gap: .8rem; margin-top: 1.5rem; }
.game-detail-score, .game-detail-age { min-width: 150px; padding: .8rem .9rem; border: 1px solid rgba(8,43,87,.09); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 7px 20px rgba(8,43,87,.06); }
.game-detail-score { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.game-detail-score > span, .game-detail-age > span { color: var(--sef-turquoise-dark); font-size: .61rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.game-detail-score strong { color: var(--sef-navy); font-size: 2rem; line-height: 1; }
.game-detail-score strong small { color: #8091a1; font-size: .62rem; font-weight: 700; }
.game-detail-score i { grid-column: 1 / -1; height: 4px; margin-top: .55rem; overflow: hidden; border-radius: 99px; background: #dce8ed; }
.game-detail-score i b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--sef-turquoise),var(--sef-yellow)); }
.game-detail-age { display: flex; flex-direction: column; justify-content: center; }
.game-detail-age strong { color: var(--sef-navy); font-size: 1.1rem; font-weight: 900; }
.game-detail-age small { color: var(--sef-muted); font-size: .61rem; }
.merchant-action { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .28rem; }
.merchant-action .btn { min-height: 52px; }
.merchant-action small { color: #7b8d9e; font-size: .61rem; }
.essential-panel { padding: clamp(1.5rem,4vw,2.4rem); border: 1px solid rgba(8,43,87,.08); border-radius: 28px; background: #fff; box-shadow: var(--sef-shadow); }
.essential-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.5rem; }
.essential-heading h2 { margin: .25rem 0 0; color: var(--sef-navy); font-size: clamp(1.65rem,3vw,2.25rem); font-weight: 900; letter-spacing: -.04em; }
.essential-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .75rem; }
.essential-card { display: flex; align-items: center; gap: .75rem; min-width: 0; padding: .85rem; border: 1px solid var(--sef-border); border-radius: 15px; background: #fbfdfe; }
.essential-symbol { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 12px; color: var(--sef-navy); background: #def5f5; font-size: .78rem; font-weight: 950; }
.essential-card h3 { margin: 0; color: #60778b; font-size: .62rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.essential-card strong { display: block; color: var(--sef-navy); font-size: .97rem; font-weight: 900; line-height: 1.25; }
.essential-card small { display: block; overflow: hidden; color: #7d8fa0; font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.pegi-note { max-width: 900px; margin: 1rem 0 0; padding-top: .9rem; border-top: 1px solid var(--sef-border); color: #6b7f91; font-size: .72rem; }
.pegi-note strong { color: var(--sef-navy); }

.game-content-section { padding: 6rem 0; }
.game-content-section h2 { margin: .35rem 0 0; color: var(--sef-navy); font-size: clamp(2.1rem,5vw,3.35rem); font-weight: 900; line-height: 1.05; letter-spacing: -.045em; }
.game-quick-review { background: #fff; }
.quick-review-copy { padding: 1.8rem 2rem; border: 1px solid #f1d99b; border-radius: 22px; background: #fff5d6; }
.quick-review-copy p { margin: 0; color: #294b68; font-size: 1.08rem; line-height: 1.85; }
.fit-section { background: var(--sef-cream); }
.fit-card { padding: clamp(1.5rem,3vw,2rem); border: 1px solid rgba(8,43,87,.08); border-radius: 24px; background: #fff; box-shadow: 0 8px 28px rgba(8,43,87,.055); }
.fit-card--ideal { border-top: 5px solid var(--sef-turquoise); }
.fit-card--less { border-top: 5px solid var(--sef-coral); }
.fit-card-title { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.3rem; }
.fit-card-title > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; font-weight: 950; }
.fit-card--ideal .fit-card-title > span { color: #087b76; background: #dff7f3; }
.fit-card--less .fit-card-title > span { color: #b33a43; background: #ffe5e3; }
.fit-card h3 { margin: 0; color: var(--sef-navy); font-size: 1.35rem; font-weight: 900; }
.fit-card ul { display: grid; gap: .7rem; margin: 0; padding-left: 1.2rem; color: #506a81; }
.fit-card li { padding-left: .25rem; font-size: .92rem; }
.fit-card li::marker { color: var(--sef-turquoise); }
.fit-card--less li::marker { color: var(--sef-coral); }

.child-section { background: var(--sef-sky); }
.detail-highlight { padding: .55rem .85rem; border-radius: 999px; color: #087b76; background: #d9f3ef; font-size: .72rem; font-weight: 900; }
.child-metrics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.child-metric { padding: 1.35rem; border: 1px solid rgba(8,43,87,.08); border-radius: 18px; background: #fff; box-shadow: 0 5px 18px rgba(8,43,87,.04); }
.child-metric-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.child-metric h3 { margin: 0 0 .2rem; color: #63798c; font-size: .7rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.child-metric strong { color: var(--sef-navy); font-size: 1.18rem; font-weight: 900; }
.child-metric p { margin: .8rem 0 0; color: var(--sef-muted); font-size: .78rem; line-height: 1.55; }
.metric-dots { display: flex; gap: 4px; flex: 0 0 auto; }
.metric-dots i { width: 9px; height: 9px; border-radius: 50%; background: #d6e2e7; }
.metric-dots i.is-active { background: var(--sef-turquoise); }

.together-section { background: #fff; }
.together-card { padding: 1.6rem; border: 1px solid var(--sef-border); border-radius: 22px; background: #fbfdfe; }
.together-card--accent { border-color: rgba(255,93,97,.25); background: #fff3f2; }
.together-number { display: inline-block; margin-bottom: 2rem; padding-bottom: .15rem; border-bottom: 2px solid var(--sef-turquoise); color: var(--sef-turquoise-dark); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.together-card h3 { margin: 0 0 .45rem; color: #63798c; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.together-card strong { display: block; color: var(--sef-navy); font-size: 1.18rem; font-weight: 900; line-height: 1.35; }
.together-card p { margin: .75rem 0 0; color: var(--sef-muted); font-size: .8rem; line-height: 1.6; }

.score-detail-section { padding-top: 2rem; background: #fff; }
.score-detail-panel { padding: clamp(2rem,5vw,4rem); border-radius: 32px; color: #fff; background: radial-gradient(circle at 90% 15%,rgba(37,186,198,.25),transparent 22rem),var(--sef-navy); box-shadow: 0 22px 55px rgba(8,43,87,.16); }
.score-detail-panel h2 { color: #fff; }
.score-detail-panel p { margin: 1.2rem 0 .8rem; color: #c2d3e0; }
.score-detail-panel > .row > div:first-child small { color: #87a3b8; font-size: .7rem; }
.score-criteria { display: grid; gap: 1rem; }
.score-criterion > div { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .35rem; color: #dce8ef; font-size: .8rem; font-weight: 750; }
.score-criterion strong { color: #fff; }
.score-criterion > i { display: block; height: 7px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.13); }
.score-criterion > i b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--sef-turquoise),#76dfe1); }

.real-age-section { background: var(--sef-cream); }
.real-age-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.real-age-card { padding: 1.35rem; border: 1px solid rgba(8,43,87,.08); border-radius: 20px; background: #fff; }
.real-age-card > span { display: block; color: var(--sef-navy); font-size: 1.25rem; font-weight: 950; letter-spacing: -.03em; }
.real-age-card > strong { display: inline-block; margin: 1.8rem 0 .65rem; padding: .32rem .5rem; border-radius: 7px; font-size: .67rem; font-weight: 900; text-transform: uppercase; }
.real-age-card--caution > strong { color: #89620b; background: #fff0bd; }
.real-age-card--recommended > strong { color: #a7353e; background: #ffe1df; }
.real-age-card--excellent > strong { color: #087a76; background: #dff7f3; }
.real-age-card p { margin: 0; color: var(--sef-muted); font-size: .78rem; line-height: 1.6; }

.pros-cons-section { background: #fff; }
.summary-list { padding: clamp(1.5rem,3vw,2rem); border-radius: 23px; }
.summary-list--positive { border: 1px solid #c7eae5; background: #ebf9f6; }
.summary-list--notice { border: 1px solid #f4dfa7; background: #fff8e6; }
.summary-list h3 { margin: 0 0 1.3rem; color: var(--sef-navy); font-size: 1.35rem; font-weight: 900; }
.summary-list ul { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.summary-list li { display: flex; gap: .65rem; color: #49657b; font-size: .88rem; }
.summary-list li span { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; font-size: .65rem; font-weight: 950; }
.summary-list--positive li span { color: #087b76; background: #cdeee9; }
.summary-list--notice li span { color: #886006; background: #f9e7b4; }

.alternatives-section { background: #f3f8f8; }
.game-final-cta { padding-top: 6rem; }
.game-final-cta .final-cta-card p { max-width: 700px; margin: .7rem 0 0; color: #6f7b76; }

@media (max-width:1199.98px) {
    .essential-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .real-age-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:991.98px) {
    .game-detail-top { padding-bottom: 4.5rem; }
    .game-detail-cover { height: 420px; }
    .game-content-section { padding: 5rem 0; }
    .child-metrics { grid-template-columns: 1fr; }
    .score-detail-section { padding-top: 1rem; }
}

@media (max-width:767.98px) {
    .game-detail-top { padding-top: 1rem; }
    .game-detail-hero { padding-top: .8rem; }
    .game-detail-cover { width: min(100%,360px); height: 430px; margin: 0 auto; }
    .game-detail-copy h1 { font-size: clamp(2.85rem,14vw,4.4rem); }
    .game-detail-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .merchant-action { grid-column: 1 / -1; align-items: stretch; }
    .essential-heading { align-items: flex-start; flex-direction: column; }
    .game-content-section { padding: 4.5rem 0; }
    .quick-review-copy { padding: 1.35rem; }
    .quick-review-copy p { font-size: .98rem; }
    .child-metric-heading { align-items: flex-start; flex-direction: column; }
    .real-age-grid { grid-template-columns: 1fr; }
    .real-age-card > strong { margin-top: 1rem; }
}

@media (max-width:575.98px) {
    .game-detail-cover { height: 385px; }
    .game-detail-actions { grid-template-columns: 1fr; }
    .merchant-action { grid-column: auto; }
    .game-detail-score, .game-detail-age { min-width: 0; }
    .essential-grid { grid-template-columns: 1fr; }
    .essential-card small { white-space: normal; }
    .game-content-section h2 { font-size: 2.2rem; }
    .score-detail-panel { margin-inline: -.15rem; border-radius: 24px; }
}

@media (max-width:1199.98px) {
    .site-header .navbar-collapse { margin-top: .7rem; padding: 1rem; border: 1px solid var(--sef-border); border-radius: 18px; background: #fff; box-shadow: var(--sef-shadow-soft); }
    .site-header .nav-link { padding: .65rem .25rem !important; }
    .site-header .nav-link::after { display: none; }
    .btn-favorites { margin-top: .4rem; }
    .age-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .age-card:last-child { grid-column: span 2; }
    .game-card--homepage .game-cover { height: 360px; }
}

@media (max-width:991.98px) {
    .section-space { padding: 5.3rem 0; }
    .hero-section { padding: 4.5rem 0 5.5rem; }
    .hero-copy { max-width: 760px; }
    .hero-visual { width: min(100%,490px); margin: 0 auto; }
    .finder-section.section-space { padding: 4.2rem 0; }
    .finder-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .finder-group--age, .finder-group--play { grid-column: span 1; }
    .finder-group--play { border-right: 0; }
    .finder-group--type, .finder-group--preferences { grid-column: 1 / -1; border-top: 1px solid var(--sef-border); border-right: 0; }
    .final-cta-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width:767.98px) {
    html { scroll-padding-top: 76px; }
    .site-header .navbar { min-height: 70px; }
    .navbar-brand img { width: 48px; height: 48px; }
    .brand-name { font-size: 1.03rem; }
    .section-space { padding: 4.6rem 0; }
    .section-heading { margin-bottom: 2rem; }
    .section-heading--split { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .hero-section { padding: 3.6rem 0 4.8rem; }
    .hero-copy h1 { font-size: clamp(2.75rem,13vw,4.2rem); }
    .hero-lead { margin-top: 1.6rem; font-size: 1.05rem; }
    .hero-actions { display: grid; }
    .hero-actions .btn { width: 100%; }
    .hero-reassurance { display: grid; }
    .hero-visual { min-height: 420px; }
    .hero-logo-card { inset: 1rem .7rem 1.8rem; }
    .floating-note--age { left: .25rem; }
    .floating-note--players { right: .25rem; }
    .floating-score { top: 2rem; right: 0; }
    .finder-section.section-space { padding: 3.7rem 0; }
    .finder-card { border-radius: 22px; }
    .finder-grid { grid-template-columns: 1fr; }
    .finder-group--age, .finder-group--play, .finder-group--type, .finder-group--preferences { grid-column: auto; border-right: 0; }
    .finder-group--play, .finder-group--type, .finder-group--preferences { border-top: 1px solid var(--sef-border); }
    .finder-group { padding: 1.05rem; }
    .finder-submit { align-items: stretch; flex-direction: column; padding: 1rem 1.05rem 1.1rem; }
    .finder-submit .btn { width: 100%; }
    .age-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .age-card, .age-card:last-child { grid-column: auto; }
    .age-card:last-child { grid-column: 1 / -1; min-height: 190px; }
    .trust-panel { border-radius: 25px; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width:575.98px) {
    .container { --bs-gutter-x: 2rem; }
    .eyebrow { align-items: flex-start; border-radius: 14px; line-height: 1.4; }
    .hero-visual { min-height: 345px; }
    .floating-note { padding: .58rem .72rem; }
    .floating-note strong { font-size: .8rem; }
    .floating-note span { font-size: .59rem; }
    .floating-score { padding: .55rem .68rem; }
    .floating-score strong { font-size: 1.45rem; }
    .choice-list { gap: .5rem; }
    .choice-pill { flex: 1 1 calc(50% - .5rem); text-align: center; }
    .choice-pill--square { flex: 0 0 44px; }
    .finder-group legend { align-items: flex-start; flex-wrap: wrap; }
    .finder-group legend small { width: 100%; margin: .2rem 0 0; }
    .game-cover { height: 240px; }
    .score-badge { top: 203px; }
    .game-card--homepage { max-width: 390px; margin-inline: auto; }
    .game-card--homepage .game-cover { height: clamp(350px,112vw,430px); }
    .age-grid { grid-template-columns: 1fr; }
    .age-card, .age-card:last-child { grid-column: auto; min-height: 180px; }
    .selection-card { min-height: 118px; padding: 1rem; }
    .selection-mark { width: 54px; height: 54px; flex-basis: 54px; border-radius: 15px; }
    .final-cta-card .btn { width: 100%; }
}

/* Compact game sheet */
.compact-game-page { padding: 1.15rem 0 3.5rem; background: radial-gradient(circle at 0 12%,rgba(37,186,198,.08),transparent 22rem),radial-gradient(circle at 100% 28%,rgba(255,93,97,.07),transparent 20rem),#fff; }
.compact-breadcrumb { margin-bottom: 1.1rem; }
.compact-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; color: #6d8193; font-size: .72rem; font-weight: 700; list-style: none; }
.compact-breadcrumb li:not(:last-child)::after { margin-left: .5rem; color: #afbdc8; content: ">"; }
.compact-breadcrumb a { color: #597087; text-decoration: none; }
.compact-hero { padding: .65rem 0 1.25rem; }
.compact-hero--has-image { position: relative; margin-bottom: 1rem; padding: clamp(1.1rem,3vw,2rem); overflow: hidden; border: 1px solid rgba(8,43,87,.1); border-radius: 25px; isolation: isolate; box-shadow: var(--sef-shadow-soft); }
.compact-hero-background, .compact-hero-overlay { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.compact-hero-background { object-fit: cover; }
.compact-hero-overlay { z-index: -1; background: linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 48%,rgba(255,255,255,.78) 100%); backdrop-filter: blur(1px); }
.compact-hero--has-image .compact-cover { box-shadow: 0 16px 38px rgba(8,43,87,.2); }
.compact-hero--has-image .compact-score-card { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.9); backdrop-filter: blur(10px); }
.compact-cover { height: 330px; border: 5px solid #fff; border-radius: 22px; box-shadow: 0 13px 34px rgba(8,43,87,.12); }
.compact-cover .cover-mark { font-size: 7.4rem; }
.compact-hero-copy { display: flex; height: 100%; flex-direction: column; justify-content: center; }
.game-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: .7rem 1rem; }
.compact-hero-copy h1 { margin: .2rem 0 .7rem; color: var(--sef-navy); font-size: clamp(2.75rem,5.2vw,4.6rem); font-weight: 950; line-height: .96; letter-spacing: -.06em; }
.game-title-row h1 { flex: 1 1 320px; }
.compact-hero-copy > p { max-width: 620px; margin: 0; color: #536d83; font-size: .9rem; line-height: 1.6; }
.console-availability { margin-top: 1rem; padding: .75rem .85rem; border: 1px solid rgba(255,93,97,.24); border-radius: 14px; background: linear-gradient(90deg,#fff3f2,#fff); }
.console-availability-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .55rem; }
.console-availability-heading span { color: #7a8997; font-size: .62rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.console-availability-heading strong { color: #c63d47; font-size: .78rem; font-weight: 900; }
.console-options { display: flex; gap: .5rem; }
.console-options > span { display: flex; flex: 1; align-items: center; justify-content: space-between; padding: .42rem .55rem; border-radius: 9px; font-size: .68rem; font-weight: 850; }
.console-options b { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; }
.console-options .is-compatible { color: #087b76; background: #dff7f3; }
.console-options .is-compatible b { color: #fff; background: var(--sef-turquoise-dark); }
.console-options .is-incompatible { color: #8493a0; background: #eef2f4; text-decoration: line-through; }
.console-options .is-incompatible b { color: #fff; background: #a8b5bf; text-decoration: none; }
.console-availability > small { display: block; margin-top: .4rem; color: #8a6d70; font-size: .58rem; }
.compact-buy { display: flex; align-items: center; gap: .7rem; margin-top: .85rem; }
.compact-buy .btn { min-width: 190px; min-height: 45px; padding-block: .6rem; }
.compact-buy small { color: #8193a1; font-size: .6rem; }
.compact-score-card { display: flex; height: 100%; min-height: 300px; align-items: center; justify-content: center; flex-direction: column; padding: 1.5rem; border: 1px solid rgba(8,43,87,.1); border-radius: 22px; text-align: center; background: #fff; box-shadow: 0 12px 35px rgba(8,43,87,.09); }
.compact-score-label { color: var(--sef-navy); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.compact-score-card > strong { margin: .25rem 0 0; color: var(--sef-turquoise-dark); font-size: 4rem; font-weight: 950; line-height: 1; letter-spacing: -.06em; }
.compact-score-card > strong small { color: var(--sef-navy); font-size: 1.4rem; }
.compact-stars { color: var(--sef-yellow); font-size: 1.18rem; letter-spacing: .12em; }
.compact-score-card > p { max-width: 310px; margin: .7rem 0; color: #324f69; font-size: .82rem; font-weight: 750; line-height: 1.5; }
.compact-score-highlights { display: flex; gap: .45rem; }
.compact-score-highlights span { padding: .32rem .5rem; border-radius: 8px; color: #4e687d; background: #edf7f7; font-size: .58rem; }
.compact-score-highlights b { color: var(--sef-turquoise-dark); }

.compact-info-strip { display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); margin-top: .6rem; overflow: hidden; border: 1px solid rgba(8,43,87,.09); border-radius: 17px; background: #fff; box-shadow: 0 7px 22px rgba(8,43,87,.055); }
.compact-info-strip article { display: flex; min-width: 0; align-items: center; gap: .55rem; padding: .8rem .7rem; border-right: 1px solid var(--sef-border); }
.compact-info-strip article:last-child { border-right: 0; }
.compact-info-strip article > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 10px; color: var(--sef-turquoise-dark); background: #e3f7f6; font-size: .64rem; font-weight: 950; }
.compact-info-strip small { display: block; overflow: hidden; color: #758797; font-size: .55rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.compact-info-strip strong { display: block; overflow: hidden; color: var(--sef-navy); font-size: .75rem; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.compact-row { margin-top: 1rem; }
.compact-panel { padding: 1.15rem; border: 1px solid var(--sef-border); border-radius: 17px; background: #fff; }
.compact-panel--review { border-color: rgba(37,186,198,.6); background: linear-gradient(135deg,#f4fcfc,#fff); }
.compact-panel-title { display: flex; align-items: center; gap: .55rem; margin-bottom: .7rem; }
.compact-panel-title > span { display: grid; width: 29px; height: 29px; flex: 0 0 29px; place-items: center; border-radius: 9px; color: var(--sef-turquoise-dark); background: #e2f7f6; font-size: .68rem; font-weight: 950; }
.compact-panel-title h2, .compact-panel-title h3 { margin: 0; color: var(--sef-navy); font-size: 1.02rem; font-weight: 900; letter-spacing: -.02em; }
.compact-panel-title--coral > span { color: #c33d47; background: #ffe6e4; }
.compact-panel-title--amber > span { color: #9a6a00; background: #fff0bd; }
.compact-panel-title--navy > span { color: #fff; background: var(--sef-navy); }
.compact-panel--review p { margin: 0; color: #415e75; font-size: .77rem; line-height: 1.65; }
.game-richtext { color: #415e75; font-size: .8rem; line-height: 1.7; }
.game-richtext > :first-child { margin-top: 0; }
.game-richtext > :last-child { margin-bottom: 0; }
.game-richtext h2, .game-richtext h3, .game-richtext h4 { margin: 1.1rem 0 .45rem; color: var(--sef-navy); font-weight: 900; line-height: 1.2; }
.game-richtext h2 { font-size: 1.15rem; }
.game-richtext h3 { font-size: 1rem; }
.game-richtext h4 { font-size: .9rem; }
.game-richtext p { margin: 0 0 .7rem; }
.game-richtext ul, .game-richtext ol { display: grid; gap: .25rem; margin: .55rem 0 .8rem; padding-left: 1.25rem; }
.game-richtext li::marker { color: var(--sef-turquoise-dark); font-weight: 900; }
.game-richtext a { color: var(--sef-turquoise-dark); font-weight: 800; }
.game-richtext blockquote { margin: .8rem 0; padding: .7rem .85rem; border-left: 3px solid var(--sef-coral); border-radius: 0 10px 10px 0; background: #fff4f2; }
.compact-fit-panel { display: grid; grid-template-columns: 1fr 1fr; padding: 0; overflow: hidden; border-color: rgba(255,93,97,.45); }
.compact-fit-panel > div { padding: 1.15rem; }
.compact-fit-panel > div + div { border-left: 1px solid #f2dddf; background: #fffaf9; }
.compact-fit-panel ul { display: grid; gap: .35rem; margin: 0; padding-left: 1rem; color: #526b80; font-size: .7rem; }
.compact-fit-panel li::marker { color: var(--sef-coral); }

.compact-experience { border-color: rgba(255,181,20,.45); background: #fffdf7; }
.compact-metrics { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: .65rem; }
.compact-metrics article { padding: .7rem .6rem; border: 1px solid #eadfcd; border-radius: 12px; text-align: center; background: #fff; }
.mini-stars { color: #cbd4da; font-size: .68rem; white-space: nowrap; }
.mini-stars i { color: #cbd4da; font-style: normal; }
.mini-stars i.is-active, .compact-age-grid .mini-stars { color: var(--sef-yellow); }
.compact-metrics small { display: block; margin-top: .25rem; overflow: hidden; color: #667b8e; font-size: .56rem; text-overflow: ellipsis; white-space: nowrap; }
.compact-metrics strong { display: block; color: var(--sef-navy); font-size: .68rem; }

.compact-together { border-color: rgba(37,186,198,.5); }
.compact-together-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .75rem; }
.compact-together-grid article { display: flex; align-items: center; gap: .7rem; padding: .75rem; border: 1px solid var(--sef-border); border-radius: 13px; background: #fbfefe; }
.compact-together-grid article > span { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 12px; color: var(--sef-turquoise-dark); background: #dff6f5; font-size: .7rem; font-weight: 950; }
.compact-together-grid h3 { margin: 0; color: #526b80; font-size: .59rem; font-weight: 850; text-transform: uppercase; }
.compact-together-grid strong { display: block; color: var(--sef-navy); font-size: .76rem; }
.compact-together-grid p { margin: .15rem 0 0; color: #718496; font-size: .61rem; line-height: 1.4; }

.compact-score-details { border-color: rgba(37,186,198,.5); }
.compact-score-bars { display: grid; gap: .55rem; }
.compact-score-bars > div { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .1rem .6rem; }
.compact-score-bars span, .compact-score-bars strong { color: #526b80; font-size: .61rem; }
.compact-score-bars strong { color: var(--sef-turquoise-dark); }
.compact-score-bars i { grid-column: 1 / -1; height: 4px; overflow: hidden; border-radius: 99px; background: #e2e9ed; }
.compact-score-bars i b { display: block; height: 100%; border-radius: inherit; background: var(--sef-turquoise); }
.compact-age-panel { border-color: rgba(255,181,20,.6); }
.compact-age-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.compact-age-grid article { padding: .65rem .8rem; border-left: 1px solid var(--sef-border); text-align: center; }
.compact-age-grid article:first-child { border-left: 0; }
.compact-age-grid article.is-recommended { margin-block: -.25rem; border: 1px solid var(--sef-turquoise); border-radius: 13px; background: #f5ffff; }
.compact-age-grid article > strong { display: block; color: var(--sef-navy); font-size: .82rem; }
.compact-age-grid .mini-stars { margin: .2rem 0; font-size: .58rem; }
.compact-age-grid article > span { display: block; color: var(--sef-turquoise-dark); font-size: .63rem; font-weight: 900; }
.compact-age-grid p { margin: .25rem 0 0; color: #718496; font-size: .59rem; line-height: 1.4; }

.compact-summary--positive { border-color: #b8dbab; background: #f5fbf1; }
.compact-summary--notice { border-color: #f0d18b; background: #fffaf0; }
.compact-summary ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .35rem .8rem; margin: 0; padding: 0; list-style: none; }
.compact-summary li { display: flex; gap: .4rem; color: #526b72; font-size: .66rem; }
.compact-summary li > span { color: #56a53f; font-weight: 950; }
.compact-summary--notice ul { grid-template-columns: 1fr; }
.compact-summary--notice li > span { color: var(--sef-yellow); }

.compact-game-review { max-width: 900px; margin-right: auto; margin-left: auto; padding: clamp(1.4rem,4vw,2.6rem); border: 1px solid rgba(8,43,87,.1); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(8,43,87,.055); }
.compact-game-review-heading { margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--sef-border); }
.compact-game-review-heading h2 { margin: .25rem 0 0; color: var(--sef-navy); font-size: clamp(2rem,4vw,2.8rem); font-weight: 950; line-height: 1.05; letter-spacing: -.045em; }
.game-review-richtext { color: #3f5d75; font-size: 1rem; line-height: 1.82; }
.game-review-richtext > :first-child { margin-top: 0; }
.game-review-richtext > :last-child { margin-bottom: 0; }
.game-review-richtext h2, .game-review-richtext h3, .game-review-richtext h4 { color: var(--sef-navy); font-weight: 920; line-height: 1.18; letter-spacing: -.025em; }
.game-review-richtext h2 { margin: 2.2rem 0 .8rem; font-size: clamp(1.5rem,3vw,1.95rem); }
.game-review-richtext h3 { margin: 1.8rem 0 .65rem; font-size: clamp(1.2rem,2.5vw,1.5rem); }
.game-review-richtext h4 { margin: 1.5rem 0 .55rem; font-size: 1.1rem; }
.game-review-richtext p { margin: 0 0 1.15rem; }
.game-review-richtext ul, .game-review-richtext ol { display: grid; gap: .45rem; margin: 1rem 0 1.3rem; padding-left: 1.35rem; }
.game-review-richtext li::marker { color: var(--sef-turquoise-dark); font-weight: 900; }
.game-review-richtext a { color: var(--sef-turquoise-dark); font-weight: 800; }
.game-review-richtext blockquote { margin: 1.4rem 0; padding: 1rem 1.2rem; border-left: 4px solid var(--sef-coral); border-radius: 0 14px 14px 0; color: var(--sef-navy); background: #fff3f1; font-weight: 750; }
.game-review-richtext img { height: auto; border-radius: 16px; }
.compact-child-opinion { display: grid; max-width: 900px; grid-template-columns: 190px minmax(0,1fr); align-items: center; gap: clamp(1.2rem,4vw,2.5rem); margin-right: auto; margin-left: auto; padding: clamp(1.25rem,4vw,2rem); border: 1px solid rgba(255,181,20,.38); border-radius: 21px; background: linear-gradient(120deg,#fff9e7,#fff); }
.compact-child-opinion-heading { display: flex; align-items: center; gap: .7rem; }
.compact-child-opinion-heading > span { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 12px; color: #8c6100; background: var(--sef-yellow); font-size: 1rem; }
.compact-child-opinion-heading h2 { margin: 0; color: var(--sef-navy); font-size: 1.18rem; font-weight: 930; line-height: 1.15; letter-spacing: -.025em; }
.compact-child-opinion blockquote { position: relative; margin: 0; padding-left: 1.5rem; border-left: 3px solid rgba(255,181,20,.7); }
.compact-child-opinion blockquote::before { position: absolute; top: -.6rem; left: .3rem; color: rgba(255,181,20,.45); content: "“"; font-size: 2.8rem; font-weight: 950; line-height: 1; }
.compact-child-opinion p { position: relative; margin: 0; color: #405e75; font-size: .92rem; font-style: italic; line-height: 1.7; }

.compact-alternatives { padding: 1rem; border-radius: 18px; background: #fbf7f4; }
.compact-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; }
.compact-section-heading .compact-panel-title { margin: 0; }
.compact-section-heading > a { color: var(--sef-navy); font-size: .68rem; font-weight: 850; text-decoration: none; }
.game-card--compact { display: grid; grid-template-columns: 42% 58%; min-height: 145px; border-radius: 15px; }
.game-card--compact .game-cover { height: 145px; }
.game-card--compact .cover-platform { font-size: .48rem; }
.game-card--compact .cover-mark { font-size: 3rem; }
.game-card--compact .cover-eyebrow { font-size: .48rem; }
.game-card--compact .score-badge { top: .5rem; right: .5rem; min-width: 61px; padding: .3rem .4rem; border-width: 2px; border-radius: 9px; }
.game-card--compact .score-badge span { font-size: .4rem; }
.game-card--compact .score-badge strong { font-size: .9rem; }
.game-card--compact .game-card-body { min-height: 145px; padding: 2.6rem .75rem .7rem; }
.game-card--compact .game-meta { gap: .25rem; margin-bottom: .4rem; }
.game-card--compact .game-meta span { padding: .18rem .3rem; font-size: .48rem; }
.game-card--compact h3 { margin-bottom: .35rem; font-size: .78rem; }
.game-card--compact p { display: -webkit-box; margin-bottom: .4rem; overflow: hidden; font-size: .59rem; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.game-card--compact .game-link { font-size: .58rem; }

.compact-final-cta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.3rem; border: 1px solid rgba(255,93,97,.5); border-radius: 17px; background: linear-gradient(90deg,#fff7f2,#fff); }
.compact-final-cta > div { display: flex; align-items: center; gap: .85rem; }
.compact-final-cta > div > span { color: var(--sef-coral); font-size: 2.5rem; font-weight: 950; }
.compact-final-cta h2 { margin: 0; color: var(--sef-navy); font-size: 1.2rem; font-weight: 900; }
.compact-final-cta p { margin: .1rem 0 0; color: #718496; font-size: .68rem; }
.compact-final-cta .btn { flex: 0 0 auto; min-height: 45px; }

@media (max-width:1199.98px) {
    .compact-score-card { min-height: 230px; }
    .compact-info-strip { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .compact-info-strip article:nth-of-type(4) { border-right: 0; }
    .compact-info-strip article:nth-of-type(-n+4) { border-bottom: 1px solid var(--sef-border); }
    .compact-metrics { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width:991.98px) {
    .compact-hero-copy h1 { font-size: 3.2rem; }
    .compact-info-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .compact-info-strip article:nth-of-type(even) { border-right: 0; }
    .compact-info-strip article:nth-of-type(-n+6) { border-bottom: 1px solid var(--sef-border); }
    .compact-fit-panel { grid-template-columns: 1fr; }
    .compact-fit-panel > div + div { border-top: 1px solid #f2dddf; border-left: 0; }
    .compact-together-grid { grid-template-columns: 1fr; }
    .game-card--compact { grid-template-columns: 35% 65%; }
    .compact-final-cta { align-items: stretch; flex-direction: column; }
    .compact-final-cta .btn { width: 100%; }
}

@media (max-width:767.98px) {
    .compact-hero--has-image { padding: 1rem; }
    .compact-hero-overlay { background: rgba(255,255,255,.91); }
    .compact-game-page { padding-top: .8rem; }
    .compact-cover { width: min(100%,330px); height: 365px; margin: 0 auto; }
    .compact-hero-copy h1 { font-size: 3.1rem; }
    .compact-score-card { min-height: 0; }
    .console-options { flex-direction: column; }
    .compact-buy { align-items: stretch; flex-direction: column; }
    .compact-buy .btn { width: 100%; }
    .compact-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .compact-age-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: .5rem; }
    .compact-age-grid article { border: 1px solid var(--sef-border); border-radius: 10px; }
    .compact-summary ul { grid-template-columns: 1fr; }
    .compact-game-review { padding: 1.3rem; }
    .game-review-richtext { font-size: .94rem; line-height: 1.76; }
    .compact-child-opinion { grid-template-columns: 1fr; }
    .compact-child-opinion blockquote { padding: .25rem 0 0 1.1rem; }
}

@media (max-width:575.98px) {
    .compact-hero-copy h1 { font-size: 2.8rem; }
    .compact-info-strip { grid-template-columns: 1fr; }
    .compact-info-strip article { border-right: 0; border-bottom: 1px solid var(--sef-border); }
    .compact-info-strip article:last-child { border-bottom: 0; }
    .compact-metrics { grid-template-columns: 1fr 1fr; }
    .compact-age-grid { grid-template-columns: 1fr; }
    .compact-final-cta > div { align-items: flex-start; }
}

/* Reusable results and editorial listings */
.game-directory-shell { min-height: 70vh; padding: 1.2rem 0 5rem; background: radial-gradient(circle at 92% 7%,rgba(37,186,198,.12),transparent 24rem),linear-gradient(180deg,#f8fbfa 0,#fff 42rem); }
.game-directory-header { max-width: 860px; padding: clamp(1.5rem,5vw,3.5rem) 0 clamp(2rem,5vw,3.2rem); }
.game-directory-header h1 { margin: .35rem 0 .8rem; color: var(--sef-navy); font-size: clamp(3rem,7vw,5.4rem); font-weight: 950; line-height: .95; letter-spacing: -.06em; }
.game-directory-header p { max-width: 760px; margin: 0; color: var(--sef-muted); font-size: clamp(.95rem,1.8vw,1.1rem); line-height: 1.65; }
.game-directory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.game-directory-card { position: relative; display: grid; min-height: 190px; grid-template-columns: 74px minmax(0,1fr); gap: 1rem; padding: 1.25rem; overflow: hidden; border: 1px solid rgba(8,43,87,.09); border-radius: 21px; color: var(--sef-text); background: #fff; box-shadow: 0 7px 24px rgba(8,43,87,.05); text-decoration: none; transition: transform 170ms ease,box-shadow 170ms ease,border-color 170ms ease; }
.game-directory-card::after { position: absolute; right: -28px; bottom: -35px; width: 100px; height: 100px; border: 18px solid var(--directory-accent-soft); border-radius: 50%; content: ""; opacity: .6; }
.game-directory-card:hover, .game-directory-card:focus-visible { border-color: var(--directory-accent); color: var(--sef-text); box-shadow: 0 15px 34px rgba(8,43,87,.1); transform: translateY(-3px); }
.game-directory-mark { position: relative; z-index: 1; display: grid; width: 68px; height: 68px; place-items: center; border-radius: 19px; color: var(--directory-ink); background: var(--directory-accent-soft); font-size: 1.5rem; font-weight: 950; letter-spacing: -.04em; }
.game-directory-copy { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; }
.game-directory-copy strong { color: var(--sef-navy); font-size: 1.18rem; font-weight: 950; line-height: 1.15; letter-spacing: -.025em; }
.game-directory-copy small { margin-top: .55rem; color: #617789; font-size: .73rem; line-height: 1.55; }
.game-directory-copy em { display: inline-flex; align-items: center; gap: .35rem; margin-top: auto; padding-top: .75rem; color: var(--directory-ink); font-size: .65rem; font-style: normal; font-weight: 900; }
.game-directory-copy em span { transition: transform 160ms ease; }
.game-directory-card:hover em span { transform: translateX(3px); }
.game-directory-card--aqua { --directory-accent:#25bac6; --directory-accent-soft:#dff7f4; --directory-ink:#087f89; }
.game-directory-card--coral { --directory-accent:#ff5d61; --directory-accent-soft:#fff0ef; --directory-ink:#c53c46; }
.game-directory-card--yellow { --directory-accent:#ffb514; --directory-accent-soft:#fff5d9; --directory-ink:#9d6900; }
.game-directory-card--blue { --directory-accent:#438fd0; --directory-accent-soft:#e8f3fb; --directory-ink:#216aa9; }
.game-directory-card--navy { --directory-accent:#082b57; --directory-accent-soft:#e9eef3; --directory-ink:#082b57; }
.game-directory-shell--age .game-directory-card { min-height: 205px; }
.game-directory-shell--age .game-directory-mark { font-size: 2rem; }
.game-directory-cta { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 2.5rem; padding: 1.3rem 1.5rem; border: 1px solid rgba(37,186,198,.34); border-radius: 20px; background: linear-gradient(90deg,#ecfbf9,#fff); }
.game-directory-cta > div { display: flex; align-items: center; gap: 1rem; }
.game-directory-cta > div > span { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 50%; color: #fff; background: var(--sef-turquoise-dark); font-size: 1.3rem; font-weight: 950; }
.game-directory-cta h2 { margin: 0; color: var(--sef-navy); font-size: 1.15rem; font-weight: 950; }
.game-directory-cta p { margin: .15rem 0 0; color: #6e8293; font-size: .72rem; }
.game-directory-cta .btn { flex: 0 0 auto; }

.results-page-shell { padding: 1.2rem 0 5rem; background: linear-gradient(180deg,#f8fbfa 0,#fff 38rem); }
.results-breadcrumb { margin-bottom: 1.2rem; }
.results-breadcrumb ol { display: flex; gap: .5rem; margin: 0; padding: 0; color: #778b9c; font-size: .72rem; font-weight: 700; list-style: none; }
.results-breadcrumb li:not(:last-child)::after { margin-left: .5rem; color: #aebcc6; content: ">"; }
.results-breadcrumb a { color: #587087; text-decoration: none; }
.results-context { padding: clamp(1.4rem,4vw,2.5rem); border: 1px solid rgba(8,43,87,.08); border-radius: 25px; background: radial-gradient(circle at 95% 10%,rgba(37,186,198,.18),transparent 18rem),#fff; box-shadow: var(--sef-shadow-soft); }
.results-context h1 { max-width: 780px; margin: .3rem 0 .65rem; color: var(--sef-navy); font-size: clamp(2.5rem,5vw,4.1rem); font-weight: 950; line-height: 1; letter-spacing: -.055em; }
.results-context .col-lg-8 > p { max-width: 700px; margin: 0; color: var(--sef-muted); font-size: .95rem; }
.active-filter-chips { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.1rem; }
.active-filter-chips > span { display: inline-flex; align-items: center; gap: .4rem; padding: .38rem .48rem .38rem .65rem; border: 1px solid rgba(8,43,87,.09); border-radius: 999px; color: #3e5d76; background: #f2f7f8; font-size: .67rem; font-weight: 800; }
.active-filter-chips button, .active-filter-chips a { display: grid; width: 17px; height: 17px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #6e8395; background: #dce9ec; line-height: 1; text-decoration: none; }
.results-context-summary { padding: 1rem 1.15rem; border-left: 4px solid var(--sef-coral); border-radius: 0 17px 17px 0; background: #fff5f3; }
.results-context-summary > strong { color: var(--sef-coral); font-size: 2.7rem; font-weight: 950; line-height: 1; }
.results-context-summary > span { margin-left: .35rem; color: var(--sef-navy); font-size: .82rem; font-weight: 900; }
.results-match-counts { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.results-match-counts > span { display: flex; min-width: 0; flex-direction: column; padding: .65rem .7rem; border-radius: 12px; }
.results-match-counts strong { font-size: 1.55rem; font-weight: 950; line-height: 1; }
.results-match-counts small { margin-top: .22rem; font-size: .55rem; font-weight: 850; line-height: 1.25; }
.results-match-counts-exact { color: #087a76; background: #dff7f3; }
.results-match-counts-alternative { color: #9a6410; background: #fff2c9; }
.results-context-summary p { margin: .45rem 0 .75rem; color: #687c8d; font-size: .68rem; line-height: 1.5; }
.results-context-summary .btn { min-height: 40px; padding: .5rem .8rem; font-size: .7rem; }
.results-layout { margin-top: 1.4rem; }
.filters-sticky { position: sticky; top: 96px; max-height: calc(100vh - 112px); overflow-y: auto; scrollbar-width: thin; }
.game-filters { overflow: hidden; border: 1px solid rgba(8,43,87,.09); border-radius: 19px; background: #fff; box-shadow: 0 7px 24px rgba(8,43,87,.05); }
.game-filters-heading { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.05rem; border-bottom: 1px solid var(--sef-border); background: #f7fbfb; }
.game-filters-heading h2 { margin: 0; color: var(--sef-navy); font-size: 1rem; font-weight: 900; }
.game-filters-heading button, .game-filters-heading a { padding: 0; border: 0; color: var(--sef-turquoise-dark); background: none; font-size: .62rem; font-weight: 800; text-decoration: none; }
.exact-match-filter { display: flex; align-items: flex-start; gap: .65rem; padding: .85rem 1.05rem; border-bottom: 1px solid var(--sef-border); background: #f0fbf9; }
.exact-match-filter .form-check-input { width: 1.05rem; height: 1.05rem; flex: 0 0 1.05rem; margin: .05rem 0 0; border-color: #92b9ba; cursor: pointer; }
.exact-match-filter .form-check-input:checked { border-color: var(--sef-turquoise-dark); background-color: var(--sef-turquoise-dark); }
.exact-match-filter label { color: var(--sef-navy); cursor: pointer; line-height: 1.3; }
.exact-match-filter strong, .exact-match-filter span { display: block; }
.exact-match-filter strong { font-size: .67rem; font-weight: 900; }
.exact-match-filter span { margin-top: .18rem; color: #66808d; font-size: .55rem; }
.filter-group { margin: 0; padding: .85rem 1.05rem; border: 0; border-bottom: 1px solid var(--sef-border); }
.filter-group legend { float: none; width: auto; margin: 0 0 .55rem; color: var(--sef-navy); font-size: .7rem; font-weight: 900; letter-spacing: .03em; }
.filter-options { display: grid; gap: .35rem; }
.filter-options label { display: flex; align-items: center; gap: .5rem; min-height: 28px; color: #526b7f; font-size: .68rem; font-weight: 700; cursor: pointer; }
.filter-options label > span { display: grid; width: 17px; height: 17px; flex: 0 0 17px; place-items: center; border: 1px solid #b8c8d1; border-radius: 5px; background: #fff; }
.filter-options label > span::after { color: #fff; content: "✓"; font-size: .55rem; opacity: 0; }
.filter-options .btn-check:checked + label { color: var(--sef-navy); }
.filter-options .btn-check:checked + label > span { border-color: var(--sef-turquoise-dark); background: var(--sef-turquoise-dark); }
.filter-options .btn-check:checked + label > span::after { opacity: 1; }
.filter-options .btn-check:focus-visible + label { outline: 2px solid rgba(37,186,198,.3); outline-offset: 2px; }
.filter-group--compact .filter-options { grid-template-columns: repeat(4,1fr); }
.filter-group--compact label { justify-content: center; min-height: 33px; border: 1px solid var(--sef-border); border-radius: 9px; }
.filter-group--compact label > span { display: none; }
.filter-group--compact .btn-check:checked + label { border-color: var(--sef-navy); color: #fff; background: var(--sef-navy); }
.filter-submit { width: calc(100% - 2.1rem); min-height: 42px; margin: .9rem 1.05rem 1.05rem; padding: .55rem .7rem; font-size: .7rem; }
.results-sortbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .85rem; padding: .75rem .9rem; border: 1px solid var(--sef-border); border-radius: 14px; background: #fff; }
.results-sortbar h2 { display: inline; margin: 0; color: var(--sef-navy); font-size: .95rem; font-weight: 900; }
.results-sortbar div > span { margin-left: .45rem; color: #7a8e9e; font-size: .63rem; }
.results-sortbar label { display: flex; align-items: center; gap: .55rem; color: #617789; font-size: .65rem; font-weight: 800; }
.results-sortbar .form-select { width: 145px; border-color: var(--sef-border); color: var(--sef-navy); font-size: .67rem; font-weight: 700; }
.results-list { display: grid; gap: .85rem; }
.results-no-perfect-intro { padding: .9rem 1rem; border: 1px solid #efd68b; border-radius: 14px; color: #765311; background: #fff9e8; }
.results-no-perfect-intro strong, .results-no-perfect-intro span { display: block; }
.results-no-perfect-intro strong { color: var(--sef-navy); font-size: .78rem; font-weight: 900; }
.results-no-perfect-intro span { margin-top: .2rem; font-size: .66rem; }
.results-alternatives-separator { display: grid; grid-template-columns: minmax(30px,1fr) auto; align-items: center; gap: 1rem; margin: .55rem 0 .15rem; }
.results-alternatives-separator::after, .results-alternatives-separator > span { height: 1px; background: #e9c65c; content: ""; }
.results-alternatives-separator > div { max-width: 560px; text-align: center; }
.results-alternatives-separator strong { color: #8b5f0d; font-size: .82rem; font-weight: 950; }
.results-alternatives-separator p { margin: .12rem 0 0; color: #7a6a48; font-size: .6rem; line-height: 1.4; }
.result-game-card { display: grid; grid-template-columns: 190px minmax(0,1fr); overflow: hidden; border: 1px solid rgba(8,43,87,.09); border-radius: 19px; background: #fff; box-shadow: 0 7px 24px rgba(8,43,87,.05); transition: transform 170ms ease,box-shadow 170ms ease; }
.result-game-card:hover { box-shadow: 0 13px 32px rgba(8,43,87,.09); transform: translateY(-2px); }
.result-game-cover { height: 100%; min-height: 315px; }
.result-game-cover .cover-mark { font-size: 4.5rem; }
.result-game-content { min-width: 0; padding: 1rem 1.1rem; }
.result-game-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.result-game-heading h3 { margin: .25rem 0 0; color: var(--sef-navy); font-size: 1.35rem; font-weight: 950; letter-spacing: -.035em; }
.result-game-tags { display: flex; flex-wrap: wrap; gap: .3rem; }
.result-game-tags span { padding: .2rem .38rem; border-radius: 6px; color: #557187; background: #edf5f6; font-size: .5rem; font-weight: 800; }
.result-scores { display: flex; flex: 0 0 auto; gap: .4rem; }
.result-family-score, .result-match-score { display: flex; min-width: 70px; align-items: center; justify-content: center; flex-direction: column; padding: .45rem .55rem; border-radius: 11px; }
.result-family-score { color: #fff; background: var(--sef-navy); }
.result-match-score--exact { color: #087a76; background: #dff7f3; }
.result-match-score--close { color: #91610d; background: #fff2c9; }
.result-match-score--possible { color: #a85820; background: #ffead8; }
.result-scores strong { font-size: 1.08rem; font-weight: 950; line-height: 1; }
.result-scores small { font-size: .43rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.result-key-facts { display: grid; grid-template-columns: .8fr .9fr 1.4fr; gap: .45rem; margin-top: .65rem; }
.result-key-facts > span { padding: .48rem .55rem; border: 1px solid var(--sef-border); border-radius: 9px; background: #fbfdfe; }
.result-key-facts small { display: block; color: #7b8e9e; font-size: .48rem; font-weight: 750; }
.result-key-facts strong { display: block; overflow: hidden; color: var(--sef-navy); font-size: .64rem; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.platform-label--switch-2 { border-color: rgba(255,93,97,.3) !important; background: #fff2f1 !important; }
.platform-label--switch-2 strong { color: #be3c45; }
.platform-label--both { border-color: rgba(37,186,198,.3) !important; background: #edfbfa !important; }
.platform-label--backward { border-color: rgba(255,181,20,.4) !important; background: #fff9e9 !important; }
.result-verdict { margin: .65rem 0; color: #3e5c73; font-size: .74rem; font-weight: 750; line-height: 1.5; }
.result-family-facts { display: flex; flex-wrap: wrap; gap: .35rem; }
.result-family-facts span { padding: .28rem .45rem; border-radius: 7px; color: #6a7f90; background: #f1f5f7; font-size: .51rem; }
.result-family-facts strong { color: var(--sef-navy); }
.match-explanation { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-top: .65rem; padding: .55rem .65rem; border-left: 3px solid var(--sef-turquoise); border-radius: 0 9px 9px 0; background: #f1fbfa; }
.match-explanation--partial, .match-explanation--warning { border-left-color: var(--sef-yellow); background: #fff9e9; }
.match-explanation > div > strong { color: var(--sef-navy); font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.match-explanation .match-criteria { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .28rem .8rem; margin: .35rem 0 0; padding: 0; color: #587185; font-size: .52rem; list-style: none; }
.match-criteria li { display: flex; align-items: flex-start; gap: .3rem; line-height: 1.35; }
.match-criteria li > span:first-child { flex: 0 0 auto; font-weight: 950; }
.match-criteria .is-match > span:first-child { color: #168455; }
.match-criteria .is-miss > span:first-child { color: #b64049; }
.match-explanation p { margin: .25rem 0 0; color: #8c6712; font-size: .52rem; }
.match-explanation p span { margin-right: .3rem; font-weight: 950; }
.result-card-button { flex: 0 0 auto; min-height: 36px; padding: .48rem .68rem; border-radius: 9px; color: #fff; background: var(--sef-navy); font-size: .61rem; font-weight: 850; }
.result-card-button:hover, .result-card-button:focus { color: #fff; background: var(--sef-navy-2); }
.result-card-button--muted { color: #738799; background: #e7edef; cursor: default; }
.result-card-actions { display: flex; justify-content: flex-end; margin-top: .8rem; }

.favorite-toggle { z-index: 4; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; border: 1px solid rgba(255,93,97,.28); color: #bd3d47; background: rgba(255,255,255,.96); font-weight: 850; box-shadow: 0 7px 20px rgba(8,43,87,.11); transition: transform 160ms ease,border-color 160ms ease,background-color 160ms ease; }
.favorite-toggle:hover, .favorite-toggle:focus-visible { border-color: var(--sef-coral); color: #aa313b; background: #fff5f4; transform: translateY(-1px); }
.favorite-toggle.is-favorite { border-color: var(--sef-coral); color: #fff; background: var(--sef-coral); }
.favorite-toggle--card { position: absolute; top: .7rem; right: .7rem; width: 38px; height: 38px; padding: 0; border-radius: 50%; font-size: 1.2rem; line-height: 1; }
.favorite-toggle--detail { flex: 0 0 auto; min-height: 42px; margin-bottom: .55rem; padding: .55rem .8rem; border-radius: 12px; font-size: .7rem; }
.favorite-toggle--detail [data-favorite-icon] { font-size: 1.05rem; }
.results-pagination { display: flex; justify-content: center; gap: .4rem; margin-top: 1.5rem; }
.results-pagination a { display: grid; min-width: 36px; height: 36px; padding: 0 .7rem; place-items: center; border: 1px solid var(--sef-border); border-radius: 9px; color: #526c82; background: #fff; font-size: .67rem; font-weight: 850; text-decoration: none; }
.results-pagination a[aria-current="page"] { border-color: var(--sef-navy); color: #fff; background: var(--sef-navy); }
.results-pagination .results-pagination-next { display: flex; gap: .4rem; }
.results-empty-state { padding: clamp(2rem,6vw,4rem); border: 1px dashed #bdd2da; border-radius: 20px; text-align: center; background: #f7fbfb; }
.results-empty-state > span { display: grid; width: 46px; height: 46px; margin: 0 auto .8rem; place-items: center; border-radius: 50%; color: #fff; background: var(--sef-turquoise-dark); font-size: 1.35rem; font-weight: 950; }
.results-empty-state h2 { margin: 0 0 .55rem; color: var(--sef-navy); font-size: 1.25rem; font-weight: 950; }
.results-empty-state p { max-width: 620px; margin: 0 auto 1.1rem; color: var(--sef-muted); font-size: .78rem; line-height: 1.6; }
.results-seo-content { max-width: 920px; margin: 3rem auto 0; padding: 2rem; border-radius: 22px; background: var(--sef-sky); }
.results-seo-content h2 { margin: .3rem 0 1rem; color: var(--sef-navy); font-size: 2rem; font-weight: 900; }
.results-seo-content p { color: #526c82; font-size: .85rem; }
.results-final-cta { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 2.5rem; padding: 1.25rem 1.5rem; border: 1px solid rgba(255,93,97,.4); border-radius: 19px; background: linear-gradient(90deg,#fff3f1,#fff); }
.results-final-cta > div { display: flex; align-items: center; gap: .85rem; }
.results-final-cta > div > span { color: var(--sef-coral); font-size: 2.6rem; font-weight: 950; }
.results-final-cta h2 { margin: 0; color: var(--sef-navy); font-size: 1.25rem; font-weight: 900; }
.results-final-cta p { margin: .1rem 0 0; color: #718596; font-size: .7rem; }
.results-final-cta .btn { flex: 0 0 auto; min-height: 43px; }
.results-mobile-toolbar { display: flex; align-items: center; justify-content: space-between; margin-top: 1rem; padding: .7rem; border: 1px solid var(--sef-border); border-radius: 13px; background: #fff; }
.results-mobile-toolbar .btn { min-height: 40px; padding: .5rem .75rem; font-size: .7rem; }
.results-mobile-toolbar > span { color: #6d8293; font-size: .65rem; font-weight: 750; }
.results-offcanvas { --bs-offcanvas-width: min(88vw,390px); }
.results-offcanvas .offcanvas-title { color: var(--sef-navy); font-size: 1.2rem; font-weight: 900; }
.results-offcanvas .offcanvas-body { padding: 0 1rem 1rem; }
.results-offcanvas .game-filters { box-shadow: none; }

@media (max-width:991.98px) {
    .game-directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .results-context-summary { border-top: 4px solid var(--sef-coral); border-left: 0; border-radius: 0 0 15px 15px; }
    .result-game-card { grid-template-columns: 170px minmax(0,1fr); }
    .result-key-facts { grid-template-columns: 1fr 1fr; }
    .result-key-facts .platform-label { grid-column: 1 / -1; }
}

@media (max-width:767.98px) {
    .game-directory-header { padding-top: 1rem; }
    .game-directory-header h1 { font-size: 3.25rem; }
    .game-directory-grid { grid-template-columns: 1fr; }
    .game-directory-card, .game-directory-shell--age .game-directory-card { min-height: 170px; }
    .game-directory-cta { align-items: stretch; flex-direction: column; }
    .game-directory-cta .btn { width: 100%; }
    .results-page-shell { padding-top: .8rem; }
    .results-context { padding: 1.3rem; border-radius: 19px; }
    .results-context h1 { font-size: 2.65rem; }
    .results-sortbar { align-items: flex-start; flex-direction: column; }
    .results-sortbar div > span { display: block; margin: .15rem 0 0; }
    .results-sortbar label { width: 100%; }
    .results-sortbar .form-select { flex: 1; }
    .result-game-card { grid-template-columns: 135px minmax(0,1fr); }
    .result-game-cover { min-height: 365px; }
    .result-game-cover .cover-mark { font-size: 3.4rem; }
    .result-game-heading { flex-direction: column; }
    .result-scores { order: -1; width: 100%; }
    .result-family-score, .result-match-score { flex: 1; }
    .result-key-facts { grid-template-columns: 1fr; }
    .result-key-facts .platform-label { grid-column: auto; }
    .match-explanation { align-items: stretch; flex-direction: column; }
    .result-card-button { width: 100%; }
    .results-final-cta { align-items: stretch; flex-direction: column; }
    .results-final-cta .btn { width: 100%; }
}

@media (max-width:575.98px) {
    .active-filter-chips { flex-wrap: nowrap; padding-bottom: .3rem; overflow-x: auto; }
    .active-filter-chips > span { flex: 0 0 auto; }
    .result-game-card { grid-template-columns: 1fr; }
    .result-game-cover { min-height: 210px; }
    .result-game-content { padding: .9rem; }
    .result-game-heading { flex-direction: row; }
    .result-scores { order: 0; width: auto; flex-direction: column; }
    .result-family-score, .result-match-score { min-width: 65px; }
    .result-key-facts { grid-template-columns: 1fr 1fr; }
    .result-key-facts .platform-label { grid-column: 1 / -1; }
    .match-explanation .match-criteria { grid-template-columns: 1fr; }
    .results-alternatives-separator { grid-template-columns: 1fr; gap: .55rem; }
    .results-alternatives-separator > span { display: none; }
    .results-alternatives-separator > div { text-align: left; }
    .game-title-row { align-items: flex-start; flex-direction: column; }
    .favorite-toggle--detail { width: 100%; }
    .results-pagination a { min-width: 32px; height: 34px; padding-inline: .5rem; }
}

/* About, legal and favorites */
.info-page .site-main, .favorites-page .site-main { overflow: visible; }
.info-page-shell, .favorites-page-shell { padding: 1rem 0 5.5rem; background: radial-gradient(circle at 4% 16%,rgba(37,186,198,.08),transparent 23rem),linear-gradient(180deg,#fff 0,#fbfaf6 34rem); }
.about-hero { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 2rem; padding: clamp(2rem,6vw,4.5rem); overflow: hidden; border: 1px solid rgba(8,43,87,.08); border-radius: 28px; background: linear-gradient(125deg,#eefbfa 0,#fff 55%,#fff0ee 100%); box-shadow: var(--sef-shadow-soft); }
.about-hero h1, .legal-page-header h1, .favorites-header h1 { margin: .35rem 0 .8rem; color: var(--sef-navy); font-size: clamp(3rem,7vw,5.4rem); font-weight: 950; line-height: .95; letter-spacing: -.06em; }
.about-hero p { max-width: 720px; margin: 0; color: #536d83; font-size: clamp(1.05rem,2vw,1.25rem); }
.about-hero p + p { margin-top: .7rem; font-size: .88rem; }
.about-hero .about-hero-lead { color: #375873; font-weight: 780; }
.about-hero img { width: clamp(110px,15vw,164px); border-radius: 28px; box-shadow: 0 16px 35px rgba(8,43,87,.12); }
.about-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,6vw,6rem); padding: 5rem 0; }
.about-intro > div:first-child { display: grid; align-content: start; grid-template-columns: auto 1fr; gap: 1rem; }
.about-number { color: var(--sef-coral); font-size: 1rem; font-weight: 950; }
.about-intro h2, .about-pegi h2, .about-method h2, .about-difference h2, .about-personalized h2 { margin: 0; color: var(--sef-navy); font-size: clamp(2rem,4.5vw,3.3rem); font-weight: 930; line-height: 1.05; letter-spacing: -.045em; }
.about-intro p, .about-pegi p, .about-difference p, .about-personalized p { color: #536d83; }
.about-intro p:first-child { margin-top: 0; }
.about-audience-list { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.1rem 0 0; padding: 0; list-style: none; }
.about-audience-list li { padding: .38rem .62rem; border-radius: 999px; color: #47657b; background: #edf7f7; font-size: .7rem; font-weight: 750; }
.about-pegi { display: grid; grid-template-columns: 190px minmax(0,1fr); align-items: center; gap: clamp(1.5rem,5vw,4rem); padding: clamp(1.5rem,4vw,3rem); border: 1px solid rgba(255,181,20,.36); border-radius: 25px; background: linear-gradient(120deg,#fff9e8,#fff); }
.about-pegi-badge { display: grid; min-height: 155px; place-content: center; border-radius: 22px; color: var(--sef-navy); background: var(--sef-yellow); font-weight: 900; line-height: 1.05; text-align: center; box-shadow: 0 12px 28px rgba(255,181,20,.22); }
.about-pegi-badge strong { font-size: 2rem; }
.about-method { padding: 5rem 0; }
.about-method .section-heading { max-width: 790px; }
.about-criteria-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .8rem; }
.about-criteria-grid article { padding: 1.25rem; border: 1px solid var(--sef-border); border-radius: 18px; background: #fff; box-shadow: 0 7px 20px rgba(8,43,87,.045); }
.about-criteria-grid article > span { display: grid; width: 38px; height: 38px; margin-bottom: .7rem; place-items: center; border-radius: 11px; color: #087c78; background: #dff7f3; font-size: .75rem; font-weight: 950; }
.about-criteria-grid article:nth-child(3n+2) > span { color: #a3343d; background: #ffe8e6; }
.about-criteria-grid article:nth-child(3n) > span { color: #8b6000; background: #fff1c5; }
.about-criteria-grid h3 { margin: 0 0 .3rem; color: var(--sef-navy); font-size: 1rem; font-weight: 900; }
.about-criteria-grid p { margin: 0; color: #62788a; font-size: .78rem; }
.about-difference { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 2rem; padding: clamp(1.6rem,4vw,3rem); border-radius: 24px; color: #dce8f0; background: var(--sef-navy); }
.about-difference h2 { color: #fff; }
.about-difference p { margin-bottom: 0; color: #bcd0de; }
.about-difference blockquote { margin: 0; padding: 1.3rem; border-left: 4px solid var(--sef-yellow); border-radius: 0 15px 15px 0; color: #fff; background: rgba(255,255,255,.08); font-size: 1.05rem; font-weight: 800; }
.about-personalized { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(2rem,6vw,5rem); padding: 5rem 0; }
.about-family-card { display: grid; grid-template-columns: 1fr auto; gap: .8rem 1.2rem; padding: 1.5rem; border: 1px solid rgba(37,186,198,.3); border-radius: 22px; background: #f0fbfa; box-shadow: var(--sef-shadow-soft); }
.about-family-card span { color: #6d8293; font-size: .73rem; }
.about-family-card strong { color: var(--sef-navy); font-size: .78rem; text-align: right; }
.about-cta { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem; border: 1px solid rgba(255,93,97,.34); border-radius: 22px; background: linear-gradient(100deg,#fff1ef,#fff); }
.about-cta > div { display: flex; align-items: center; gap: 1rem; }
.about-cta > div > span { color: var(--sef-coral); font-size: 2.5rem; }
.about-cta h2 { margin: 0; color: var(--sef-navy); font-size: 1.35rem; font-weight: 920; }
.about-cta p { margin: .15rem 0 0; color: #6c8192; font-size: .78rem; }

.legal-page-header { margin-bottom: 2rem; padding: clamp(1.7rem,5vw,3.2rem); border: 1px solid rgba(255,93,97,.18); border-radius: 26px; background: linear-gradient(120deg,#fff0ee,#fff); }
.legal-page-header--turquoise { border-color: rgba(37,186,198,.2); background: linear-gradient(120deg,#eafafa,#fff); }
.legal-page-header--yellow { border-color: rgba(255,181,20,.25); background: linear-gradient(120deg,#fff7dd,#fff); }
.legal-page-header h1 { font-size: clamp(2.65rem,6vw,4.5rem); }
.legal-page-header p { max-width: 700px; margin: 0 0 .8rem; color: #577086; font-size: 1rem; }
.legal-page-header small { color: #7d8f9e; font-size: .7rem; font-weight: 750; }
.legal-page-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); align-items: start; gap: clamp(1.5rem,5vw,4rem); }
.legal-toc { position: sticky; top: 100px; padding: 1.1rem; border: 1px solid var(--sef-border); border-radius: 17px; background: #fff; }
.legal-toc > strong { color: var(--sef-navy); font-size: .78rem; font-weight: 900; }
.legal-toc ol { display: grid; gap: .45rem; margin: .7rem 0 0; padding-left: 1.2rem; color: #7d8e9d; font-size: .7rem; }
.legal-toc a { color: #566f84; text-decoration: none; }
.legal-toc a:hover, .legal-toc a:focus { color: var(--sef-turquoise-dark); }
.legal-content { padding: clamp(1.3rem,4vw,2.5rem); border: 1px solid var(--sef-border); border-radius: 22px; background: #fff; }
.legal-content section { padding-bottom: 2.1rem; scroll-margin-top: 105px; }
.legal-content section + section { padding-top: 2.1rem; border-top: 1px solid #e8eff2; }
.legal-content section:last-child { padding-bottom: 0; }
.legal-content h2 { margin: 0 0 .8rem; color: var(--sef-navy); font-size: 1.35rem; font-weight: 920; letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: #536d83; font-size: .85rem; line-height: 1.75; }
.legal-content ul:not(.legal-placeholders) { padding-left: 1.15rem; }
.legal-content a { color: var(--sef-turquoise-dark); font-weight: 800; }
.legal-content code { padding: .1rem .32rem; border-radius: 5px; color: #9a3540; background: #fff0ef; }
.legal-placeholders { display: grid; gap: .35rem; padding: 1rem 1rem 1rem 2rem; border-radius: 14px; background: #fff8e6; }
.legal-placeholders li, .legal-placeholder { color: #806119; }
.legal-placeholder { padding: .8rem 1rem; border-left: 3px solid var(--sef-yellow); border-radius: 0 10px 10px 0; background: #fff9e9; font-weight: 750; }

.favorites-page-shell { min-height: 65vh; }
.favorites-header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; padding: clamp(1.5rem,5vw,3rem); border: 1px solid rgba(37,186,198,.2); border-radius: 26px; background: linear-gradient(120deg,#eafafa,#fff 62%,#fff1ef); }
.favorites-header h1 { font-size: clamp(3rem,7vw,5rem); }
.favorites-header p { max-width: 680px; margin: 0; color: #597186; }
.favorites-header-count { display: flex; min-width: 135px; align-items: center; flex-direction: column; padding: 1rem; border-radius: 18px; color: var(--sef-navy); background: #fff; box-shadow: var(--sef-shadow-soft); }
.favorites-header-count strong { color: var(--sef-coral); font-size: 2.4rem; font-weight: 950; line-height: 1; }
.favorites-header-count span { margin-top: .3rem; font-size: .62rem; font-weight: 850; }
.favorites-results { max-width: 980px; margin-inline: auto; }
.favorites-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: .85rem; }
.favorites-list-heading h2 { margin: 0; color: var(--sef-navy); font-size: 1.25rem; font-weight: 920; }
.favorites-list-heading a { color: var(--sef-turquoise-dark); font-size: .76rem; font-weight: 850; text-decoration: none; }
.favorites-empty { max-width: 760px; margin: 3rem auto 0; padding: clamp(2rem,7vw,4.5rem); border: 1px dashed #b9d4d7; border-radius: 26px; text-align: center; background: #f3fbfa; }
.favorites-empty > span { display: grid; width: 64px; height: 64px; margin: 0 auto 1rem; place-items: center; border-radius: 50%; color: #fff; background: var(--sef-coral); font-size: 2rem; }
.favorites-empty h2 { margin: 0 0 .6rem; color: var(--sef-navy); font-size: 1.7rem; font-weight: 930; }
.favorites-empty p { max-width: 540px; margin: 0 auto 1.2rem; color: #61788b; }

@media (max-width:991.98px) {
    .about-criteria-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .legal-page-layout { grid-template-columns: 1fr; }
    .legal-toc { position: static; }
    .legal-toc ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:767.98px) {
    .about-hero { grid-template-columns: 1fr; }
    .about-hero img { display: none; }
    .about-intro, .about-pegi, .about-difference, .about-personalized { grid-template-columns: 1fr; }
    .about-intro { padding: 3.5rem 0; }
    .about-pegi-badge { min-height: 110px; }
    .about-method, .about-personalized { padding: 3.5rem 0; }
    .about-cta, .favorites-header { align-items: stretch; flex-direction: column; }
    .about-cta .btn { width: 100%; }
    .favorites-header-count { align-items: baseline; flex-direction: row; gap: .5rem; }
}

@media (max-width:575.98px) {
    .about-hero h1, .favorites-header h1 { font-size: 2.9rem; }
    .about-criteria-grid { grid-template-columns: 1fr; }
    .about-cta > div { align-items: flex-start; }
    .legal-toc ol { grid-template-columns: 1fr; }
    .legal-content { padding: 1.1rem; }
    .favorites-list-heading { align-items: flex-start; flex-direction: column; }
}

/* Editorial hub and article pages */
.editorial-list-shell, .editorial-article-shell { padding: 1rem 0 5.5rem; background: linear-gradient(180deg,#fff 0,#fbfaf6 34rem); }
.editorial-breadcrumb { margin-bottom: 1.2rem; }
.editorial-breadcrumb ol { display: flex; min-width: 0; gap: .5rem; margin: 0; padding: 0; color: #778b9c; font-size: .72rem; font-weight: 750; list-style: none; }
.editorial-breadcrumb li { min-width: 0; }
.editorial-breadcrumb li:not(:last-child)::after { margin-left: .5rem; color: #aebcc6; content: ">"; }
.editorial-breadcrumb a { color: #587087; text-decoration: none; }
.editorial-breadcrumb a:hover { color: var(--sef-turquoise-dark); }
.editorial-list-header { max-width: 880px; padding: clamp(1.4rem,4vw,2.5rem) 0 2rem; }
.editorial-list-header h1 { margin: .35rem 0 .8rem; color: var(--sef-navy); font-size: clamp(3rem,7vw,5.7rem); font-weight: 950; line-height: .94; letter-spacing: -.06em; }
.editorial-list-header p { max-width: 790px; margin: 0; color: var(--sef-muted); font-size: clamp(.95rem,1.7vw,1.12rem); line-height: 1.65; }
.editorial-theme--advice .section-kicker, .editorial-theme--advice .editorial-category-chip { color: #bb6a00; }
.editorial-featured { overflow: hidden; border: 1px solid rgba(8,43,87,.09); border-radius: 27px; background: #fff; box-shadow: var(--sef-shadow-soft); }
.editorial-featured > .row { min-height: 410px; }
.editorial-featured .col-lg-6 > a { display: block; height: 100%; text-decoration: none; }
.editorial-featured-copy { display: flex; width: 100%; justify-content: center; flex-direction: column; padding: clamp(1.5rem,4vw,3.25rem); }
.editorial-featured-label { align-self: flex-start; margin-bottom: .9rem; padding: .32rem .65rem; border-radius: 999px; color: #fff; background: var(--sef-coral); font-size: .62rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.editorial-featured-copy h2 { margin: .7rem 0 .8rem; color: var(--sef-navy); font-size: clamp(2rem,4vw,3.1rem); font-weight: 950; line-height: 1.03; letter-spacing: -.045em; }
.editorial-featured-copy h2 a { text-decoration: none; }
.editorial-featured-copy p { max-width: 590px; margin-bottom: 1.35rem; color: #607589; font-size: .92rem; line-height: 1.65; }
.editorial-featured-copy .btn { align-self: flex-start; }
.editorial-cover { position: relative; display: flex; height: 100%; min-height: 410px; align-items: flex-start; justify-content: flex-end; flex-direction: column; padding: clamp(1.4rem,4vw,2.4rem); overflow: hidden; color: #fff; isolation: isolate; }
.editorial-cover::before, .editorial-cover::after { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; content: ""; }
.editorial-cover::before { top: -15%; right: -5%; width: 60%; aspect-ratio: 1; }
.editorial-cover::after { right: 28%; bottom: -30%; width: 45%; aspect-ratio: 1; }
.editorial-cover--aqua { background: linear-gradient(145deg,#087b91,#2ac8c8); }
.editorial-cover--coral { background: linear-gradient(145deg,#d93c53,#ff7a67); }
.editorial-cover--navy { background: linear-gradient(145deg,#082b57,#2267a6); }
.editorial-cover--yellow { color: var(--sef-navy); background: linear-gradient(145deg,#ffd753,#ffad2d); }
.editorial-cover--mint { color: var(--sef-navy); background: linear-gradient(145deg,#bce9d6,#68cfb6); }
.editorial-cover--has-image { padding: 0; background: #edf3f5; }
.editorial-cover--has-image::before, .editorial-cover--has-image::after { display: none; }
.editorial-cover--has-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-cover > strong { font-size: clamp(5.2rem,11vw,9rem); font-weight: 950; line-height: .7; letter-spacing: -.08em; opacity: .95; }
.editorial-cover > span:last-child { max-width: 360px; margin-top: 1.3rem; font-size: .83rem; font-weight: 850; line-height: 1.35; }
.editorial-cover-dots { position: absolute; top: 1.5rem; left: 1.6rem; display: flex; gap: .35rem; }
.editorial-cover-dots i { display: block; width: 9px; height: 9px; border: 2px solid currentColor; border-radius: 50%; opacity: .7; }
.editorial-cover--compact { min-height: 195px; padding: 1.15rem; }
.editorial-cover--compact > strong { font-size: 4.8rem; }
.editorial-cover--compact > span:last-child { max-width: 255px; margin-top: .7rem; font-size: .62rem; }
.editorial-cover--compact .editorial-cover-dots { top: 1rem; left: 1rem; }
.editorial-card-meta { display: flex; flex-wrap: wrap; gap: .35rem 1rem; color: #7a8d9e; font-size: .59rem; font-weight: 800; }
.editorial-card-meta span:first-child { color: var(--sef-turquoise-dark); }
.editorial-theme--advice .editorial-card-meta span:first-child { color: #bb6a00; }
.editorial-grid-section { padding-top: 4rem; }
.editorial-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.4rem; }
.editorial-section-heading h2 { margin: .2rem 0 0; color: var(--sef-navy); font-size: clamp(1.8rem,4vw,2.7rem); font-weight: 950; letter-spacing: -.04em; }
.editorial-section-heading > span, .editorial-section-heading > a { flex: 0 0 auto; color: #718596; font-size: .7rem; font-weight: 850; text-decoration: none; }
.editorial-card { display: flex; overflow: hidden; border: 1px solid rgba(8,43,87,.09); border-radius: 21px; flex-direction: column; background: #fff; box-shadow: 0 7px 24px rgba(8,43,87,.05); transition: transform 170ms ease,box-shadow 170ms ease; }
.editorial-card:hover { box-shadow: 0 15px 34px rgba(8,43,87,.1); transform: translateY(-3px); }
.editorial-card-cover { display: block; text-decoration: none; }
.editorial-card-body { display: flex; flex: 1; align-items: flex-start; flex-direction: column; padding: 1.2rem 1.25rem 1.3rem; }
.editorial-card h2 { margin: .65rem 0 .55rem; color: var(--sef-navy); font-size: 1.18rem; font-weight: 950; line-height: 1.2; letter-spacing: -.025em; }
.editorial-card h2 a { text-decoration: none; }
.editorial-card p { margin: 0 0 1rem; color: #6b7f90; font-size: .73rem; line-height: 1.55; }
.editorial-card-link { margin-top: auto; color: var(--sef-coral); font-size: .68rem; font-weight: 900; text-decoration: none; }
.editorial-card-link span { margin-left: .25rem; transition: margin 160ms ease; }
.editorial-card-link:hover span { margin-left: .45rem; }
.editorial-empty-state { margin-top: 1.25rem; padding: 2.5rem; border: 1px dashed #bdd2da; border-radius: 21px; text-align: center; background: #f7fbfb; }
.editorial-empty-state > span { color: var(--sef-turquoise-dark); font-size: 2rem; }
.editorial-empty-state h2 { margin: .4rem 0; color: var(--sef-navy); font-size: 1.25rem; font-weight: 900; }
.editorial-empty-state p { max-width: 560px; margin: 0 auto; color: var(--sef-muted); font-size: .78rem; }
.editorial-list-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 3.5rem; padding: 1.25rem 1.5rem; border: 1px solid rgba(37,186,198,.35); border-radius: 20px; background: linear-gradient(90deg,#ecfbf9,#fff); }
.editorial-list-cta > div { display: flex; align-items: center; gap: 1rem; }
.editorial-list-cta > div > span { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 50%; color: #fff; background: var(--sef-turquoise-dark); font-size: 1.25rem; }
.editorial-list-cta h2 { margin: 0; color: var(--sef-navy); font-size: 1.15rem; font-weight: 900; }
.editorial-list-cta p { margin: .12rem 0 0; color: #6e8293; font-size: .7rem; }
.editorial-list-cta .btn { flex: 0 0 auto; }

.editorial-article-header { max-width: 960px; margin: 0 auto; padding: clamp(1.4rem,4vw,3.2rem) 0 2rem; text-align: center; }
.editorial-category-chip { display: inline-flex; padding: .35rem .7rem; border: 1px solid currentColor; border-radius: 999px; color: var(--sef-turquoise-dark); font-size: .62rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.editorial-article-header h1 { margin: .85rem auto 1rem; color: var(--sef-navy); font-size: clamp(2.7rem,7vw,5.3rem); font-weight: 950; line-height: .98; letter-spacing: -.06em; }
.editorial-article-lead { max-width: 790px; margin: 0 auto; color: #526d82; font-size: clamp(1rem,2vw,1.2rem); line-height: 1.65; }
.editorial-article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: .4rem 1.5rem; margin-top: 1.2rem; color: #8294a2; font-size: .66rem; font-weight: 750; }
.editorial-article-meta span:not(:last-child)::after { margin-left: 1.5rem; color: #c3cdd3; content: "•"; }
.editorial-article-cover { max-width: 1100px; height: min(46vw,480px); min-height: 330px; margin: 0 auto 3rem; overflow: hidden; border-radius: 28px; box-shadow: var(--sef-shadow-soft); }
.editorial-article-cover .editorial-cover { min-height: 100%; }
.editorial-article-cover .editorial-cover > strong { font-size: clamp(7rem,18vw,13rem); }
.editorial-article-layout { display: grid; max-width: 1100px; grid-template-columns: 220px minmax(0,760px); justify-content: space-between; gap: clamp(2rem,6vw,5.5rem); margin: 0 auto; }
.editorial-toc > div { position: sticky; top: 100px; padding: 1.1rem; border: 1px solid var(--sef-border); border-radius: 16px; background: #fff; }
.editorial-toc h2 { margin: 0 0 .7rem; color: var(--sef-navy); font-size: .78rem; font-weight: 950; text-transform: uppercase; }
.editorial-toc ol { display: grid; gap: .55rem; margin: 0; padding: 0 0 0 1rem; color: #8fa0ad; font-size: .62rem; }
.editorial-toc a { color: #5e7588; font-weight: 750; line-height: 1.35; text-decoration: none; }
.editorial-toc a:hover { color: var(--sef-turquoise-dark); }
.editorial-toc-back { display: block; margin-top: .9rem; padding-top: .8rem; border-top: 1px solid var(--sef-border); font-size: .58rem; }
.editorial-toc p { margin: 0; color: var(--sef-navy); font-size: .72rem; font-weight: 850; }
.editorial-toc small { display: block; margin-top: .25rem; color: #8294a2; font-size: .58rem; }
.editorial-richtext { color: #48657c; font-size: .94rem; line-height: 1.78; }
.editorial-richtext > :first-child { margin-top: 0; }
.editorial-richtext > :last-child { margin-bottom: 0; }
.editorial-richtext h2, .editorial-richtext h3, .editorial-richtext h4 { color: var(--sef-navy); font-weight: 950; line-height: 1.15; letter-spacing: -.025em; }
.editorial-richtext h2 { margin: 2.3rem 0 .9rem; font-size: clamp(1.65rem,4vw,2.35rem); }
.editorial-richtext h3 { margin: 1.8rem 0 .7rem; font-size: 1.35rem; }
.editorial-richtext h4 { margin: 1.4rem 0 .55rem; font-size: 1.05rem; }
.editorial-richtext p { margin: 0 0 1.05rem; }
.editorial-richtext ul, .editorial-richtext ol { display: grid; gap: .45rem; margin: 1rem 0 1.35rem; padding-left: 1.35rem; }
.editorial-richtext li::marker { color: var(--sef-coral); font-weight: 900; }
.editorial-richtext a { color: var(--sef-turquoise-dark); font-weight: 800; }
.editorial-richtext blockquote { margin: 1.4rem 0; padding: 1.1rem 1.25rem; border-left: 4px solid var(--sef-coral); border-radius: 0 15px 15px 0; color: var(--sef-navy); background: #fff3f1; font-weight: 800; }
.editorial-richtext img { height: auto; margin: 1rem 0; border-radius: 16px; }
.editorial-richtext table { display: block; max-width: 100%; margin: 1.2rem 0; overflow-x: auto; border-collapse: collapse; }
.editorial-richtext th, .editorial-richtext td { padding: .55rem .7rem; border: 1px solid var(--sef-border); }
.editorial-article-content > section { scroll-margin-top: 105px; margin-bottom: 3.2rem; }
.editorial-article-content > section > h2 { margin: 0 0 1rem; color: var(--sef-navy); font-size: clamp(1.65rem,4vw,2.4rem); font-weight: 950; line-height: 1.1; letter-spacing: -.035em; }
.editorial-article-content > section > p, .editorial-article-content > section > .editorial-rich-list { color: #48657c; font-size: .91rem; line-height: 1.75; }
.editorial-article-content > section > p { margin: 0 0 1rem; }
.editorial-rich-list { display: grid; gap: .55rem; margin: 1rem 0 1.3rem; padding-left: 1.35rem; }
.editorial-rich-list li { padding-left: .25rem; }
.editorial-rich-list li::marker { color: var(--sef-coral); font-weight: 900; }
.editorial-callout { display: flex; gap: .9rem; margin: 1.4rem 0; padding: 1rem 1.1rem; border: 1px solid rgba(37,186,198,.3); border-radius: 15px; background: #effbf9; }
.editorial-callout > span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; color: #fff; background: var(--sef-turquoise-dark); font-size: .65rem; font-weight: 950; }
.editorial-callout h3 { margin: .05rem 0 .2rem; color: var(--sef-navy); font-size: .82rem; font-weight: 950; }
.editorial-callout p { margin: 0; color: #536f84; font-size: .73rem; line-height: 1.6; }
.editorial-callout--warning { border-color: rgba(255,181,20,.45); background: #fff9e8; }
.editorial-callout--warning > span { background: #e99c00; }
.editorial-callout--note { border-color: rgba(8,43,87,.15); background: #f2f6f9; }
.editorial-callout--note > span { background: var(--sef-navy); }
.editorial-article-content blockquote { position: relative; margin: 1.5rem 0; padding: 1.25rem 1.35rem 1.25rem 3.1rem; border-left: 4px solid var(--sef-coral); border-radius: 0 16px 16px 0; background: #fff3f1; }
.editorial-article-content blockquote::before { position: absolute; top: .3rem; left: .9rem; color: var(--sef-coral); content: "“"; font-size: 3rem; font-weight: 950; }
.editorial-article-content blockquote p { margin: 0; color: var(--sef-navy); font-size: .92rem; font-weight: 800; line-height: 1.55; }
.editorial-games-list { display: grid; gap: .8rem; margin-top: 1.4rem; }
.editorial-game { display: grid; grid-template-columns: 145px minmax(0,1fr); overflow: hidden; border: 1px solid rgba(8,43,87,.1); border-radius: 18px; background: #fff; box-shadow: 0 7px 22px rgba(8,43,87,.05); }
.editorial-game-cover { position: relative; display: flex; min-height: 225px; justify-content: space-between; flex-direction: column; padding: 1rem; overflow: hidden; color: #fff; }
.editorial-game-cover::after { position: absolute; right: -35px; bottom: -35px; width: 120px; height: 120px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; }
.editorial-game-cover > span { font-size: .55rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.editorial-game-cover > strong { font-size: 3.7rem; font-weight: 950; line-height: 1; letter-spacing: -.08em; }
.editorial-game-cover--has-image { padding: 0; background: #edf3f5; }
.editorial-game-cover--has-image::after { display: none; }
.editorial-game-cover--has-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-game-main { min-width: 0; padding: 1rem 1.05rem; }
.editorial-game-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: .8rem; }
.editorial-game-rank { color: var(--sef-coral); font-size: .52rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.editorial-game h3 { margin: .12rem 0 0; color: var(--sef-navy); font-size: 1.25rem; font-weight: 950; letter-spacing: -.035em; }
.editorial-game-score { display: grid; min-width: 67px; grid-template-columns: auto auto; justify-content: center; padding: .45rem .5rem; border-radius: 11px; color: #fff; background: var(--sef-navy); line-height: 1; }
.editorial-game-score strong { font-size: 1.1rem; font-weight: 950; }
.editorial-game-score > span { align-self: end; padding-bottom: .08rem; font-size: .52rem; }
.editorial-game-score small { grid-column: 1 / -1; margin-top: .2rem; font-size: .39rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.editorial-game-facts { display: grid; grid-template-columns: repeat(auto-fit,minmax(120px,1fr)); gap: .35rem; margin-top: .65rem; }
.editorial-game-facts > span { min-width: 0; padding: .42rem .48rem; border: 1px solid var(--sef-border); border-radius: 8px; background: #fbfdfe; }
.editorial-game-facts small { display: block; color: #8495a3; font-size: .43rem; font-weight: 750; }
.editorial-game-facts strong { display: block; overflow: hidden; color: var(--sef-navy); font-size: .56rem; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.editorial-game-main > p { margin: .65rem 0; color: #526d82; font-size: .68rem; line-height: 1.55; }
.editorial-game-main .btn { min-height: 34px; padding: .4rem .7rem; font-size: .58rem; }
.editorial-game-link-muted { display: inline-flex; padding: .4rem .65rem; border-radius: 8px; color: #758999; background: #edf2f4; font-size: .55rem; font-weight: 850; }
.platform-label--switch { border-color: rgba(8,43,87,.18) !important; background: #f2f6f9 !important; }
.editorial-associated-games { margin: 3rem 0; padding-top: 2.2rem; border-top: 1px solid var(--sef-border); }
.editorial-associated-games > h2 { margin: .25rem 0 1rem; color: var(--sef-navy); font-size: clamp(1.7rem,4vw,2.35rem); font-weight: 950; letter-spacing: -.035em; }
.editorial-inline-cta { display: flex; gap: 1.1rem; padding: 1.3rem !important; border: 1px solid rgba(255,93,97,.35); border-radius: 19px; background: linear-gradient(135deg,#fff2f0,#fff); }
.editorial-inline-cta > span { color: var(--sef-coral); font-size: 3rem; font-weight: 950; line-height: 1; }
.editorial-inline-cta h2 { margin: 0 0 .35rem !important; font-size: 1.25rem !important; }
.editorial-inline-cta p { margin-bottom: .8rem !important; font-size: .72rem !important; }
.editorial-inline-cta .btn { min-height: 38px; padding: .45rem .8rem; font-size: .62rem; }
.editorial-related { max-width: 1100px; margin: 4.5rem auto 0; padding-top: 2.5rem; border-top: 1px solid var(--sef-border); }

@media (max-width:991.98px) {
    .editorial-featured > .row { min-height: 0; }
    .editorial-featured .editorial-cover { min-height: 340px; }
    .editorial-article-layout { grid-template-columns: 1fr; }
    .editorial-toc > div { position: static; }
    .editorial-toc ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:767.98px) {
    .editorial-list-shell, .editorial-article-shell { padding-top: .7rem; }
    .editorial-list-header { padding-top: 1rem; }
    .editorial-list-header h1 { font-size: 3.45rem; }
    .editorial-featured, .editorial-article-cover { border-radius: 20px; }
    .editorial-featured .editorial-cover { min-height: 275px; }
    .editorial-featured-copy { padding: 1.4rem; }
    .editorial-grid-section { padding-top: 3rem; }
    .editorial-section-heading { align-items: flex-start; flex-direction: column; gap: .5rem; }
    .editorial-list-cta { align-items: stretch; flex-direction: column; }
    .editorial-list-cta .btn { width: 100%; }
    .editorial-article-header { text-align: left; }
    .editorial-article-meta { justify-content: flex-start; }
    .editorial-article-meta span::after { display: none; }
    .editorial-article-cover { height: 330px; min-height: 0; margin-bottom: 2rem; }
    .editorial-article-layout { gap: 2rem; }
    .editorial-game { grid-template-columns: 120px minmax(0,1fr); }
    .editorial-game-facts { grid-template-columns: 1fr 1fr; }
    .editorial-game-facts span:last-child { grid-column: 1 / -1; }
}

@media (max-width:575.98px) {
    .editorial-breadcrumb li:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .editorial-list-header h1 { font-size: 3rem; }
    .editorial-featured-copy h2 { font-size: 1.75rem; }
    .editorial-cover--compact { min-height: 175px; }
    .editorial-list-cta > div { align-items: flex-start; }
    .editorial-list-cta > div > span { width: 38px; height: 38px; flex-basis: 38px; }
    .editorial-article-header h1 { font-size: 2.75rem; }
    .editorial-article-meta { display: grid; gap: .25rem; }
    .editorial-toc ol { grid-template-columns: 1fr; }
    .editorial-article-content > section { margin-bottom: 2.5rem; }
    .editorial-game { grid-template-columns: 1fr; }
    .editorial-game-cover { min-height: 155px; }
    .editorial-game-cover > strong { font-size: 4.2rem; }
    .editorial-game-facts { grid-template-columns: 1fr 1fr; }
    .editorial-game-heading { gap: .5rem; }
    .editorial-inline-cta { flex-direction: column; }
}

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