:root {
    --ink: #111d35;
    --ink-soft: #4d5c73;
    --muted: #6e7c90;
    --blue: #2563eb;
    --blue-dark: #1648c7;
    --blue-soft: #eaf2ff;
    --sky: #f5f9ff;
    --line: #e3eaf4;
    --white: #ffffff;
    --navy: #09162d;
    --green: #0ca678;
    --green-soft: #e5f8f1;
    --amber: #c37b08;
    --amber-soft: #fff7df;
    --red: #d54848;
    --red-soft: #fff0f0;
    --radius-sm: 12px;
    --radius: 18px;
    --radius-lg: 26px;
    --shadow-sm: 0 8px 24px rgba(19, 42, 81, 0.07);
    --shadow: 0 18px 50px rgba(19, 42, 81, 0.12);
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; }
p, h1, h2, h3 { margin-top: 0; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.narrow { max-width: 780px; }
.sr-only {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}
.gtm-noscript-frame { display: none !important; visibility: hidden; width: 0; height: 0; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-140%); padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #79a8ff; outline-offset: 3px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
}
.header-main { height: 72px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark {
    position: relative;
    display: grid;
    flex: 0 0 45px;
    width: 45px; height: 45px;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, #0b2f79 0%, #1769ee 65%, #4f8dff 100%);
    border: 3px solid #fff;
    border-radius: 14px;
    box-shadow: 0 5px 16px rgba(37, 99, 235, 0.28), 0 0 0 1px #d5e1f3;
}
.brand-mark::before { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255,255,255,.38); border-radius: 8px; transform: rotate(45deg); }
.brand-mark span { position: relative; font-size: 21px; font-weight: 900; font-style: italic; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 17px; letter-spacing: -0.02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: none; margin-left: auto; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; padding: 24px 0; color: #43516a; font-size: 14px; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--blue); }
.desktop-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 10px; height: 2px; background: var(--blue); border-radius: 2px; }
.header-search { display: none; min-height: 42px; align-items: center; gap: 7px; padding: 0 15px; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 12px; font-size: 14px; font-weight: 700; }
.header-search:hover { color: var(--blue); border-color: #b9d0fa; background: var(--sky); }
.menu-toggle { display: grid; width: 46px; height: 46px; margin-left: auto; padding: 12px; align-content: center; gap: 5px; background: var(--sky); border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }
.menu-toggle i { display: block; width: 20px; height: 2px; margin-inline: auto; background: var(--ink); border-radius: 4px; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 72px 0 0; z-index: 79; padding: 24px 18px; background: rgba(248, 251, 255, .99); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: flex; align-items: center; min-height: 54px; padding: 0 16px; margin-bottom: 8px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 14px; font-weight: 750; }
.chip-nav { border-top: 1px solid #f0f3f8; }
.chip-scroll { display: flex; gap: 8px; overflow-x: auto; padding-top: 10px; padding-bottom: 10px; scrollbar-width: none; }
.chip-scroll::-webkit-scrollbar { display: none; }
.chip-nav a { flex: 0 0 auto; display: inline-flex; min-height: 38px; align-items: center; padding: 0 14px; color: #59677c; background: var(--sky); border: 1px solid #edf1f6; border-radius: 999px; font-size: 13px; font-weight: 720; }
.chip-nav a.active, .chip-nav a:hover { color: #fff; background: var(--blue); border-color: var(--blue); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 800; line-height: 1.2; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #397cff); box-shadow: 0 10px 25px rgba(37, 99, 235, .24); }
.button-primary:hover { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); box-shadow: 0 13px 30px rgba(37, 99, 235, .3); }
.button-secondary { color: var(--blue); background: #fff; border-color: #bdd2fa; }
.button-secondary:hover { background: var(--blue-soft); }
.button-light { color: var(--navy); background: #fff; box-shadow: var(--shadow-sm); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--blue); font-weight: 800; font-size: 14px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 15%, #eef5ff 0, rgba(238,245,255,0) 34%), linear-gradient(180deg, #fff 0%, #f9fbff 100%); }
.home-hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -330px; top: 100px; border: 1px solid #e5eefc; border-radius: 50%; }
.hero-layout { display: grid; padding-top: 58px; padding-bottom: 64px; gap: 48px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 15px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 5px var(--blue-soft); }
.eyebrow-light { color: #b9d4ff; }
.hero h1 { max-width: 720px; margin-bottom: 22px; color: var(--ink); font-size: clamp(42px, 9vw, 74px); line-height: .99; letter-spacing: -.055em; }
.hero h1 span { color: var(--blue); }
.hero-copy > p { max-width: 650px; margin-bottom: 27px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.hero-search { display: flex; min-height: 60px; max-width: 620px; align-items: center; padding: 6px 6px 6px 17px; background: #fff; border: 1px solid #dce6f5; border-radius: 17px; box-shadow: var(--shadow-sm); }
.hero-search > span { margin-right: 10px; color: var(--blue); font-size: 25px; transform: rotate(-18deg); }
.hero-search input { min-width: 0; flex: 1; height: 46px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 14px; }
.hero-search input::placeholder { color: #8e9aad; }
.hero-search button { min-width: 88px; height: 46px; color: #fff; background: var(--blue); border: 0; border-radius: 12px; font-weight: 800; cursor: pointer; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 22px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 15px 22px; margin-top: 27px; color: var(--ink-soft); font-size: 13px; font-weight: 730; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row i { display: grid; width: 20px; height: 20px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 50%; font-size: 11px; font-style: normal; }

.hero-visual { position: relative; min-height: 390px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid #d9e7fd; border-radius: 50%; }
.orbit-one { width: 330px; height: 330px; }
.orbit-two { width: 420px; height: 420px; border-style: dashed; opacity: .65; }
.phone-card { position: relative; z-index: 2; width: 254px; min-height: 348px; padding: 17px; background: #fff; border: 1px solid #d8e3f2; border-radius: 30px; box-shadow: 0 30px 70px rgba(19, 48, 94, .18); transform: rotate(2deg); }
.phone-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.phone-top span { width: 58px; height: 7px; background: #e8eef8; border-radius: 10px; }
.phone-top i { width: 27px; height: 27px; background: var(--blue-soft); border-radius: 9px; }
.phone-app { display: flex; gap: 12px; align-items: center; }
.phone-app > div { display: grid; gap: 3px; }
.phone-app > div > small { color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.phone-app > div > strong { font-size: 16px; }
.app-icon { flex: 0 0 auto; width: 72px; height: 72px; object-fit: cover; border-radius: 20px; box-shadow: 0 8px 20px rgba(11, 30, 62, .18); }
.app-icon-generated { display: grid; align-content: center; justify-items: center; overflow: hidden; color: #fff; border: 3px solid rgba(255,255,255,.78); }
.app-icon-generated::before { content: ""; position: absolute; width: 80px; height: 80px; border: 1px solid rgba(255,255,255,.25); transform: rotate(45deg); }
.app-icon-generated small, .app-icon-generated strong { position: relative; line-height: 1; }
.app-icon-generated small { margin-bottom: 4px; color: #f6d85a; font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.app-icon-generated strong { font-size: 24px; letter-spacing: -.04em; }
.tone-1 { position: relative; background: linear-gradient(145deg, #092c5f, #0c8a6e); }
.tone-2 { position: relative; background: linear-gradient(145deg, #54228c, #2563eb); }
.tone-3 { position: relative; background: linear-gradient(145deg, #9b2e2e, #f09525); }
.tone-4 { position: relative; background: linear-gradient(145deg, #0b426f, #1e88df); }
.tone-5 { position: relative; background: linear-gradient(145deg, #254216, #49a732); }
.status { display: inline-flex; width: max-content; align-items: center; gap: 6px; color: #855400; background: var(--amber-soft); border: 1px solid #f7df9e; border-radius: 999px; font-size: 10px; font-weight: 800; line-height: 1; padding: 6px 8px; }
.status i { width: 6px; height: 6px; background: currentColor; border-radius: 50%; }
.status-reviewed { color: #087455; background: var(--green-soft); border-color: #bdeada; }
.status-source_found { color: #1e4fbd; background: var(--blue-soft); border-color: #caddfd; }
.status-warning { color: #a52e2e; background: var(--red-soft); border-color: #f4c4c4; }
.fact-lines { display: grid; gap: 12px; margin: 29px 0; }
.fact-lines span { height: 9px; background: #edf2f8; border-radius: 8px; }
.fact-lines span:nth-child(2) { width: 75%; }
.fact-lines span:nth-child(3) { width: 88%; }
.phone-checks { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 15px; color: var(--ink-soft); background: var(--sky); border-radius: 14px; font-size: 11px; }
.phone-checks strong { color: var(--green); font-size: 10px; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 180px; padding: 12px 14px; background: #fff; border: 1px solid #e0e9f5; border-radius: 15px; box-shadow: var(--shadow-sm); }
.floating-note > i { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 11px; font-style: normal; font-weight: 900; }
.floating-note span { display: grid; line-height: 1.25; }
.floating-note small { color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.floating-note strong { margin-top: 3px; font-size: 12px; }
.note-source { left: 0; top: 76px; }
.note-date { right: 0; bottom: 55px; }

.notice-section { padding: 22px 0; background: #fff; }
.legal-notice { display: grid; grid-template-columns: auto 1fr; gap: 13px; padding: 18px; color: #5e4c1e; background: #fffaf0; border: 1px solid #f0dfb4; border-radius: var(--radius); }
.notice-icon { display: grid; width: 36px; height: 36px; place-items: center; color: #fff; background: #e2a217; border-radius: 11px; font-weight: 900; }
.legal-notice strong { display: block; color: #513f12; font-size: 14px; }
.legal-notice p { margin: 4px 0 0; font-size: 13px; line-height: 1.65; }
.legal-notice a { grid-column: 2; color: #8b6100; font-size: 13px; font-weight: 850; }
.game-top-warning-section { padding: 10px 0; }
.game-top-warning-section .legal-notice { padding: 12px 14px; border-radius: 14px; }
.game-top-warning-section .legal-notice strong { font-size: 12px; }
.game-top-warning-section .legal-notice p { font-size: 11px; line-height: 1.5; }
.game-bottom-legal-section { padding: 12px 0 64px; }
.game-bottom-legal-section .legal-notice { box-shadow: 0 12px 30px rgba(94, 76, 30, .07); }

.section { padding: 72px 0; }
.section-heading { margin-bottom: 30px; }
.section-heading h2, .safety-copy h2, .faq-intro h2, .method-copy h2 { margin-bottom: 11px; color: var(--ink); font-size: clamp(30px, 5vw, 46px); line-height: 1.1; letter-spacing: -.04em; }
.section-heading p, .faq-intro > p { max-width: 660px; margin-bottom: 0; color: var(--ink-soft); font-size: 15px; }
.split-heading, .compact-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; }
.compact-heading { align-items: center; }
.category-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.category-card { display: grid; grid-template-columns: 52px 1fr auto; min-height: 92px; align-items: center; gap: 13px; padding: 15px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 22px rgba(25, 48, 87, .04); transition: .2s ease; }
.category-card:hover { transform: translateY(-3px); border-color: #bed3fb; box-shadow: var(--shadow-sm); }
.category-symbol { display: grid; width: 52px; height: 52px; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 16px; font-size: 23px; font-weight: 800; }
.category-tone-2 .category-symbol { color: #8851c4; background: #f2ebfb; }
.category-tone-3 .category-symbol { color: #0e9273; background: #e5f8f2; }
.category-tone-4 .category-symbol { color: #c48007; background: #fff5dc; }
.category-card > span:nth-child(2) { display: grid; line-height: 1.3; }
.category-card strong { font-size: 15px; }
.category-card small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.category-card > i { color: #91a0b4; font-style: normal; }

.reports-section { background: var(--sky); }
.featured-grid { display: grid; gap: 14px; }
.game-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 26px rgba(19, 42, 81, .05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.game-card:hover { transform: translateY(-3px); border-color: #c5d8fb; box-shadow: var(--shadow-sm); }
.game-card-main { display: grid; grid-template-columns: 66px minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 126px; padding: 18px; }
.game-card .app-icon { width: 66px; height: 66px; border-radius: 18px; }
.game-card-copy { display: grid; min-width: 0; }
.game-card-topline { display: flex; min-width: 0; flex-wrap: wrap; align-items: center; gap: 7px 10px; }
.game-card-topline > strong { font-size: 17px; letter-spacing: -.02em; }
.game-category { margin-top: 2px; color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.game-description { display: none; margin-top: 7px; color: var(--ink-soft); font-size: 13px; line-height: 1.45; }
.game-meta { margin-top: 6px; color: var(--muted); font-size: 11px; }
.card-arrow { display: grid; width: 34px; height: 34px; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 10px; font-weight: 900; }
.directory-preview { background: #fff; }
.directory-list { display: grid; gap: 12px; }
.center-action { display: flex; justify-content: center; margin-top: 28px; }

.method-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 10% 20%, #173b7a 0, transparent 38%), var(--navy); }
.method-section::after { content: ""; position: absolute; width: 430px; height: 430px; right: -210px; top: -170px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.method-layout { position: relative; z-index: 1; display: grid; gap: 38px; }
.method-copy h2 { color: #fff; }
.method-copy p { max-width: 530px; margin-bottom: 25px; color: #b9c5d8; }
.method-steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.method-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 17px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; backdrop-filter: blur(8px); }
.method-steps li > span { display: grid; width: 43px; height: 43px; place-items: center; color: #a9c8ff; background: rgba(72,132,242,.2); border-radius: 13px; font-size: 11px; font-weight: 850; }
.method-steps strong { display: block; font-size: 14px; }
.method-steps p { margin: 3px 0 0; color: #acb8cb; font-size: 12px; line-height: 1.5; }

.safety-layout { display: grid; gap: 38px; align-items: center; }
.safety-visual { position: relative; min-height: 300px; display: grid; place-items: center; background: radial-gradient(circle, #e8f1ff 0, rgba(232,241,255,0) 68%); }
.shield-card { position: relative; display: grid; width: 186px; height: 218px; place-items: center; align-content: center; gap: 13px; color: #fff; background: linear-gradient(145deg, #1f6cf0, #123fb5); border: 8px solid #fff; border-radius: 36px 36px 72px 72px; box-shadow: 0 25px 55px rgba(37,99,235,.3), 0 0 0 1px #dce7f7; }
.shield-card span { display: grid; width: 55px; height: 55px; place-items: center; color: var(--blue); background: #fff; border-radius: 50%; font-size: 29px; font-weight: 900; }
.shield-card strong { text-align: center; font-size: 15px; line-height: 1.3; letter-spacing: .06em; }
.safety-dot { position: absolute; width: 15px; height: 15px; background: #ffcf4b; border: 4px solid #fff; border-radius: 50%; box-shadow: var(--shadow-sm); }
.dot-a { left: 15%; top: 30%; }.dot-b { right: 18%; top: 16%; background: #49c99d; }.dot-c { right: 11%; bottom: 22%; background: #7c8dff; }
.safety-copy > p { margin-bottom: 25px; color: var(--ink-soft); }
.check-list { display: grid; gap: 17px; margin: 0 0 28px; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; color: var(--ink-soft); font-size: 13px; }
.check-list li > i { display: grid; width: 30px; height: 30px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 10px; font-style: normal; font-weight: 900; }
.check-list strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 14px; }

.guides-section { background: var(--sky); }
.guide-grid { display: grid; gap: 15px; }
.guide-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 9px 25px rgba(19,42,81,.05); transition: .2s ease; }
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.guide-card > a { display: grid; grid-template-columns: 106px 1fr; min-height: 176px; }
.guide-art { position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #dfeaff, #bcd4ff); }
.guide-art::before, .guide-art i { content: ""; position: absolute; width: 110px; height: 110px; border: 1px solid rgba(37,99,235,.26); border-radius: 50%; }
.guide-art i { width: 68px; height: 68px; }
.guide-art b { position: relative; display: grid; width: 49px; height: 49px; place-items: center; color: #fff; background: var(--blue); border-radius: 16px; font-size: 24px; box-shadow: 0 10px 24px rgba(37,99,235,.25); }
.guide-art-2 { background: linear-gradient(145deg, #e5f7f1, #b9e8d9); }.guide-art-2 b { background: var(--green); }
.guide-art-3 { background: linear-gradient(145deg, #fff5dd, #f4d694); }.guide-art-3 b { background: #d49316; }
.guide-card-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; padding: 17px; }
.guide-card-copy small { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .07em; }
.guide-card-copy > strong { display: block; margin: 6px 0; font-size: 15px; line-height: 1.35; }
.guide-card-copy p { display: none; margin: 0; color: var(--ink-soft); font-size: 12px; }
.guide-card-copy > i { margin-top: 9px; color: var(--blue); font-size: 12px; font-style: normal; font-weight: 850; }

.faq-layout { display: grid; gap: 30px; }
.faq-intro .text-link { margin-top: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 9px; font-size: 18px; transition: .2s ease; }
.faq-list details[open] summary span { color: #fff; background: var(--blue); transform: rotate(45deg); }
.faq-list details p { margin: -3px 42px 20px 0; color: var(--ink-soft); font-size: 14px; }

.final-cta { color: #fff; background: linear-gradient(135deg, #1252d4, #2774f5); }
.final-cta-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 25px; padding-top: 52px; padding-bottom: 52px; }
.final-cta h2 { margin: 0; color: #fff; font-size: clamp(29px, 6vw, 44px); line-height: 1.12; letter-spacing: -.04em; }

.site-footer { padding-top: 58px; color: #aebbd0; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 24px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand { grid-column: 1 / -1; }
.brand-inverse .brand-copy strong { color: #fff; }.brand-inverse .brand-copy small { color: #8fa0bb; }
.footer-brand p { max-width: 440px; margin: 21px 0 17px; font-size: 13px; }
.footer-badge { padding: 7px 10px; color: #8fc2ff; background: rgba(37,99,235,.12); border: 1px solid rgba(83,143,255,.2); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.site-footer h2 { margin-bottom: 15px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a:not(.brand) { min-height: 34px; color: #aebbd0; font-size: 13px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; flex-direction: column; gap: 4px; margin-top: 42px; padding-top: 20px; padding-bottom: 24px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; font-size: 11px; }

.simple-page { min-height: 60vh; padding: 80px 0; background: var(--sky); }
.empty-state { padding: 50px 25px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.empty-state h1 { margin-bottom: 12px; font-size: clamp(34px, 7vw, 54px); line-height: 1.1; letter-spacing: -.04em; }
.empty-state p { margin-bottom: 25px; color: var(--ink-soft); }
.desktop-only { display: none; }

@media (min-width: 620px) {
    .container { width: min(calc(100% - 48px), var(--container)); }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .featured-grid, .directory-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .guide-grid { grid-template-columns: repeat(2, 1fr); }
    .guide-card:last-child { grid-column: 1 / -1; }
    .game-description { display: block; }
    .guide-card-copy p { display: block; }
    .legal-notice { grid-template-columns: auto 1fr auto; align-items: center; }
    .legal-notice a { grid-column: auto; white-space: nowrap; }
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 900px) {
    .header-main { height: 78px; }
    .desktop-nav, .header-search { display: flex; }
    .menu-toggle, .chip-nav { display: none; }
    .hero-layout { min-height: 650px; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .8fr); align-items: center; padding-top: 74px; padding-bottom: 78px; }
    .hero-copy > p { font-size: 18px; }
    .hero-visual { min-height: 520px; }
    .phone-card { width: 290px; min-height: 390px; padding: 21px; }
    .phone-app .app-icon { width: 82px; height: 82px; }
    .note-source { left: 1%; top: 105px; }.note-date { right: -2%; bottom: 70px; }
    .orbit-one { width: 430px; height: 430px; }.orbit-two { width: 540px; height: 540px; }
    .section { padding: 94px 0; }
    .desktop-only { display: inline-flex; }
    .category-grid { grid-template-columns: repeat(4, 1fr); }
    .category-card { min-height: 126px; grid-template-columns: 54px 1fr; padding: 20px; }
    .category-card > i { display: none; }
    .featured-grid { grid-template-columns: repeat(3, 1fr); }
    .featured-grid .game-card-main { min-height: 260px; grid-template-columns: 1fr; align-content: start; }
    .featured-grid .game-card .app-icon { width: 78px; height: 78px; }
    .featured-grid .card-arrow { position: absolute; right: 18px; bottom: 18px; }
    .featured-grid .game-card { position: relative; }
    .directory-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .method-layout { grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
    .method-steps { grid-template-columns: repeat(2, 1fr); }
    .safety-layout { grid-template-columns: .85fr 1fr; gap: 90px; }
    .safety-visual { min-height: 470px; }
    .shield-card { width: 225px; height: 265px; }
    .guide-grid { grid-template-columns: repeat(3, 1fr); }
    .guide-card:last-child { grid-column: auto; }
    .guide-card > a { grid-template-columns: 1fr; }
    .guide-art { min-height: 180px; }
    .guide-card-copy { min-height: 205px; justify-content: flex-start; padding: 23px; }
    .guide-card-copy > strong { font-size: 18px; }
    .faq-layout { grid-template-columns: .7fr 1.3fr; gap: 95px; align-items: start; }
    .final-cta-inner { min-height: 220px; flex-direction: row; align-items: center; justify-content: space-between; }
    .footer-grid { grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
    .footer-brand { grid-column: auto; }
}

@media (max-width: 420px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand-copy strong { font-size: 15px; }
    .brand-copy small { font-size: 8px; }
    .hero-layout { padding-top: 44px; }
    .hero h1 { font-size: 40px; }
    .hero-search button { min-width: 74px; }
    .hero-actions .button { width: 100%; }
    .hero-visual { min-height: 350px; }
    .phone-card { width: 228px; min-height: 320px; }
    .floating-note { min-width: 155px; padding: 9px; }
    .note-source { left: -5px; top: 68px; }.note-date { right: -6px; bottom: 42px; }
    .floating-note > i { width: 29px; height: 29px; flex-basis: 29px; }
    .floating-note strong { font-size: 10px; }
    .game-card-main { grid-template-columns: 60px minmax(0, 1fr); padding: 15px; }
    .game-card .app-icon { width: 60px; height: 60px; }
    .card-arrow { display: none; }
    .game-card-topline .status { font-size: 9px; }
    .guide-card > a { grid-template-columns: 92px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Release accessibility refinements */
:root { --muted: #58667a; }
.game-card-topline > .game-name { color: var(--ink); font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.game-meta, .category-card small, .guide-card-copy small { font-size: 12px; }
.game-category { font-size: 12px; }
.brand-copy small { color: #59687c; }
