:root {
  --ink: #140a2b;
  --ink-2: #251242;
  --felt: #3c1767;
  --felt-light: #5c2586;
  --gold: #f2bd55;
  --gold-dark: #e8ad3c;
  --cream: #fff6df;
  --paper: #090511;
  --white: #130b20;
  --coral: #d63e55;
  --muted: #ada2bd;
  --line: rgba(255, 246, 223, .12);
  --serif: "Iowan Old Style", "Palatino Linotype", "Songti SC", STSong, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --shadow: 0 20px 70px rgba(9, 5, 17, .38);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--cream); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.78; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; color: var(--ink); background: var(--gold); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--cream); transition: background .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.menu-open { background: rgba(20, 10, 43, .96); box-shadow: 0 1px rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.nav-shell { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.brand-logo { width: 46px; height: 46px; display: block; flex: none; object-fit: cover; border: 1px solid rgba(242,189,85,.72); border-radius: 13px; box-shadow: 0 5px 16px rgba(0,0,0,.26), 0 0 0 2px rgba(242,189,85,.08); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border: 1px solid rgba(255,255,255,.36); transform: rotate(45deg); border-radius: 10px; font-size: 17px; }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 17px; letter-spacing: .13em; }
.brand small { margin-top: 4px; opacity: .86; font-size: 11px; font-weight: 850; letter-spacing: .19em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,246,223,.72); font-size: 14px; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--cream); }
.desktop-nav a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-button, .menu-button { border: 0; background: none; color: inherit; cursor: pointer; }
.language-button { font-size: 12px; letter-spacing: .12em; }
.language-button span { color: var(--gold); margin-left: 2px; }
.current-language { color: inherit !important; }
.language-menu { position: fixed; z-index: 120; top: 66px; right: max(24px, calc((100vw - 1180px) / 2 + 118px)); width: 178px; padding: 7px; border: 1px solid rgba(255,246,223,.14); border-radius: 14px; color: var(--cream); background: rgba(20,10,43,.98); box-shadow: 0 18px 50px rgba(0,0,0,.3); }
.language-menu button { width: 100%; display: flex; align-items: center; gap: 12px; padding: 11px 12px; border: 0; border-radius: 9px; color: rgba(255,246,223,.7); background: transparent; text-align: left; cursor: pointer; }
.language-menu button:hover, .language-menu button.active { color: var(--cream); background: rgba(255,255,255,.08); }
.language-menu button span { width: 27px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.mobile-language { width: 100%; padding: 15px 0 2px; border: 0; color: var(--gold); background: transparent; text-align: left; }
.support-link { font-size: 13px; color: rgba(255,246,223,.76); }
.support-link span { color: var(--gold); }
.menu-button { display: none; width: 40px; height: 40px; padding: 10px; }
.menu-button span { display: block; width: 20px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s; }
.site-header.menu-open .menu-button span:first-child { transform: translateY(3px) rotate(45deg); }
.site-header.menu-open .menu-button span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { padding: 8px 20px 24px; border-top: 1px solid rgba(255,255,255,.08); }
.mobile-menu a { display: block; padding: 13px 0; color: rgba(255,246,223,.82); border-bottom: 1px solid rgba(255,255,255,.06); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; font-size: 15px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s, filter .2s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(.99); }
.button:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 13px; border-radius: 12px; }
.button-gold, .button-cream { position: relative; color: #382100; border: 2px solid #fff0a3; border-radius: 999px; background: linear-gradient(180deg, #ffd83d 0%, #ffbd08 54%, #ffa000 100%); box-shadow: 0 0 0 1px rgba(255,255,255,.16), 0 0 18px rgba(255,190,0,.36), 0 10px 22px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.52); font-style: italic; font-weight: 900; text-shadow: 0 1px 0 rgba(255,241,158,.55); overflow: hidden; animation: ctaGlow 3s ease-in-out infinite; }
.button-gold::before, .button-cream::before { content: ""; position: absolute; z-index: 0; top: -35%; bottom: -35%; left: -42%; width: 28%; display: block; background: rgba(255,255,255,.48); filter: blur(2px); transform: skewX(-22deg); animation: ctaSheen 4.2s ease-in-out infinite; pointer-events: none; }
.button-gold:hover, .button-cream:hover { transform: translateY(-2px); background: linear-gradient(180deg, #ffe260 0%, #ffc51a 54%, #ffa700 100%); box-shadow: 0 0 0 2px rgba(255,255,255,.2), 0 0 28px rgba(255,196,0,.52), 0 14px 28px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.62); animation: none; }
.button-gold:active, .button-cream:active { transform: scale(.985); background: #f5a900; box-shadow: 0 0 0 1px rgba(255,255,255,.16), 0 0 14px rgba(255,190,0,.34), 0 6px 14px rgba(0,0,0,.26), inset 0 2px 4px rgba(143,62,0,.14); animation: none; }
.button-gold > *, .button-cream > * { position: relative; z-index: 1; }
.button-small.button-gold { min-height: 42px; padding-inline: 19px; box-shadow: 0 0 0 1px rgba(255,255,255,.14), 0 0 14px rgba(255,190,0,.3), 0 8px 18px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.5); }
.button-small.button-gold:hover { box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 0 22px rgba(255,196,0,.46), 0 11px 22px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.6); }
.button-ghost { color: var(--cream); background: rgba(255,255,255,.04); border-color: rgba(255,246,223,.24); }
.button-ghost:hover { border-color: rgba(255,246,223,.52); background: rgba(255,255,255,.08); }
.button-dark { color: var(--cream); background: var(--ink); }
.button-pulse { position: relative; }
.button-pulse::after { display: none; }
@keyframes pulse { 0%, 45% { opacity: 0; transform: scale(1); } 65% { opacity: .55; } 100% { opacity: 0; transform: scale(1.15, 1.35); } }
@keyframes ctaGlow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.08); }
}
@keyframes ctaSheen {
  0%, 62% { left: -42%; opacity: 0; }
  69% { opacity: .65; }
  88% { left: 118%; opacity: .12; }
  100% { left: 118%; opacity: 0; }
}
.play-icon { font-size: 11px; }

.hero { position: relative; min-height: 850px; padding: 150px 0 0; color: var(--cream); background: var(--ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 760px; height: 760px; right: -180px; top: -120px; border-radius: 50%; background: radial-gradient(circle at 40% 46%, rgba(92,37,134,.82), rgba(214,62,85,.22) 42%, rgba(20,10,43,0) 70%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, transparent, #000); }
.hero-grain { position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; min-height: 570px; }
.hero-copy { padding-bottom: 36px; }
.eyebrow, .kicker { font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; color: rgba(255,246,223,.64); }
.eyebrow > span:first-child { width: 26px; height: 1px; margin-right: 10px; background: var(--gold); }
.hero h1 { max-width: 660px; margin: 20px 0 22px; font-family: var(--serif); font-size: clamp(54px, 6.1vw, 88px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-copy > p { max-width: 560px; margin: 0; color: rgba(255,246,223,.66); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 24px; color: rgba(255,246,223,.48); font-size: 12px; }
.hero-proof b { color: var(--gold); margin-right: 4px; }
.hero-assurances { max-width: 590px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 16px; }
.hero-assurances > div { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 12px 10px; border: 1px solid rgba(255,246,223,.11); border-radius: 12px; background: rgba(255,255,255,.025); }
.hero-assurances b { width: 29px; height: 29px; display: grid; place-items: center; flex: none; border-radius: 50%; color: var(--gold); background: rgba(241,184,75,.1); font-family: var(--serif); }
.hero-assurances span, .hero-assurances strong, .hero-assurances small { min-width: 0; display: block; }
.hero-assurances strong { color: var(--cream); font-size: 9px; line-height: 1.25; }
.hero-assurances small { margin-top: 3px; color: rgba(255,246,223,.38); font-size: 7px; line-height: 1.3; }

.download-hero { min-height: 860px; }
.download-grid { min-height: 590px; grid-template-columns: 1fr; justify-items: center; }
.download-grid .hero-copy { width: min(760px, 100%); padding-bottom: 30px; text-align: center; }
.download-grid .eyebrow { justify-content: center; }
.download-grid .hero-copy h1 { max-width: 760px; margin-inline: auto; }
.download-grid .hero-copy > p { max-width: 620px; margin-inline: auto; }
.primary-download-card { max-width: 560px; margin: 30px auto 0; padding: 14px; border: 1px solid rgba(255,246,223,.16); border-radius: 20px; background: rgba(255,255,255,.045); box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.download-copy { width: 100%; min-width: 0; text-align: center; }
.verified-label { display: block; margin: 0 0 9px; color: rgba(255,246,223,.6); font-size: 10px; letter-spacing: .06em; }
.verified-label b { color: #62d889; }
.apk-button { width: min(100%, 430px); min-height: 84px; justify-content: center; margin-inline: auto; padding: 9px 34px 10px; border: 3px solid #fff0a3; border-radius: 999px; color: #382100; background: linear-gradient(180deg, #ffd83d 0%, #ffbd08 54%, #ffa000 100%); box-shadow: 0 0 0 2px rgba(255,255,255,.2), 0 0 28px rgba(255,190,0,.52), 0 14px 30px rgba(0,0,0,.34), inset 0 2px 0 rgba(255,255,255,.58); text-shadow: 0 2px 0 rgba(255,241,158,.65); animation: apkGlow 2.4s ease-in-out infinite; }
.apk-button::before { content: ""; position: absolute; z-index: 0; top: -25%; bottom: -25%; left: -36%; width: 24%; display: block; background: rgba(255,255,255,.62); filter: blur(3px); transform: skewX(-22deg); animation: apkSheen 3.4s cubic-bezier(.4,0,.2,1) infinite; pointer-events: none; }
.apk-button::after { content: ""; position: absolute; inset: 4px; display: block; border: 1px solid rgba(255,255,255,.28); border-radius: inherit; animation: apkRing 2.4s ease-in-out infinite; pointer-events: none; }
.apk-button:hover { background: linear-gradient(180deg, #ffe260 0%, #ffc51a 54%, #ffa700 100%); box-shadow: 0 0 0 2px rgba(255,255,255,.24), 0 0 38px rgba(255,196,0,.68), 0 18px 36px rgba(0,0,0,.38), inset 0 2px 0 rgba(255,255,255,.66); animation: none; }
.apk-button:active { transform: scale(.985); background: #f5a900; box-shadow: 0 0 0 2px rgba(255,255,255,.18), 0 0 18px rgba(255,190,0,.42), 0 8px 18px rgba(0,0,0,.3), inset 0 2px 5px rgba(143,62,0,.16); animation: none; }
.apk-button-label { display: flex; flex-direction: column; align-items: center; line-height: 1; transform: skewX(-8deg); }
.apk-button small { margin-bottom: 4px; color: rgba(56,33,0,.72); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.apk-button strong { font-family: "Arial Black", Impact, var(--sans); font-size: 34px; font-style: italic; font-weight: 900; letter-spacing: -.045em; }
@keyframes apkGlow {
  0%, 100% { box-shadow: 0 0 0 2px rgba(255,255,255,.18), 0 0 22px rgba(255,190,0,.42), 0 14px 30px rgba(0,0,0,.34), inset 0 2px 0 rgba(255,255,255,.58); }
  50% { box-shadow: 0 0 0 3px rgba(255,245,181,.32), 0 0 42px rgba(255,199,0,.76), 0 16px 34px rgba(0,0,0,.36), inset 0 2px 0 rgba(255,255,255,.68); }
}
@keyframes apkSheen {
  0%, 54% { left: -36%; opacity: 0; }
  62% { opacity: .82; }
  84% { left: 116%; opacity: .18; }
  100% { left: 116%; opacity: 0; }
}
@keyframes apkRing {
  0%, 100% { opacity: .45; }
  50% { opacity: 1; }
}
.android-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(66,23,5,.42); border-radius: 50%; background: rgba(255,255,255,.2); box-shadow: inset 0 1px rgba(255,255,255,.55), 0 2px 4px rgba(91,29,5,.18); transform: rotate(90deg); }
.download-meta { display: flex; justify-content: center; gap: 15px; padding: 8px 4px 0; color: rgba(255,246,223,.38); font-size: 9px; }
.qr-wrap { width: min(100%, 400px); display: flex; align-items: center; justify-content: center; gap: 16px; margin: 11px auto 0; padding: 10px 14px; border: 1px solid rgba(255,246,223,.12); border-radius: 13px; color: var(--cream); background: rgba(14,7,29,.84); }
.qr-wrap > span { font-size: 9px; font-weight: 800; }
.qr-code { position: relative; width: 72px; height: 72px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 5px; background: var(--cream); }
.qr-code i { background: var(--ink); }
.qr-code i:nth-child(2), .qr-code i:nth-child(4), .qr-code i:nth-child(6), .qr-code i:nth-child(8) { background: repeating-linear-gradient(45deg, var(--ink) 0 3px, transparent 3px 6px); }

.app-showcase { display: grid; place-items: center; }
.app-showcase::before { z-index: 0; }
.phone-shell { position: relative; z-index: 3; width: 272px; height: 540px; padding: 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 38px; background: #0b0618; box-shadow: 0 34px 70px rgba(0,0,0,.45), 0 0 0 6px rgba(255,255,255,.035); transform: rotate(4deg); }
.phone-speaker { position: absolute; z-index: 4; top: 17px; left: 50%; width: 68px; height: 16px; border-radius: 20px; background: #0b0618; transform: translateX(-50%); }
.phone-screen { height: 100%; border-radius: 29px; overflow: hidden; background: #251242; }
.app-top { height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 16px 18px 8px; color: var(--gold); font-size: 10px; font-weight: 800; }
.app-top i { padding: 5px 8px; border-radius: 9px; color: var(--cream); background: rgba(255,255,255,.08); font-style: normal; }
.app-table { position: relative; height: 360px; border-top: 1px solid rgba(241,184,75,.25); border-bottom: 1px solid rgba(241,184,75,.25); border-radius: 50% / 8%; background: radial-gradient(circle, #5c2586, #301454 68%); box-shadow: inset 0 0 50px rgba(0,0,0,.25); }
.opponent { position: absolute; top: 28px; left: 50%; display: grid; place-items: center; transform: translateX(-50%); }
.opponent span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; color: var(--cream); background: var(--ink); font-size: 11px; }
.opponent small { margin-top: 3px; color: var(--cream); }
.deck { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 13px; }
.deck i { width: 52px; height: 74px; display: grid; place-items: center; border: 2px solid var(--cream); border-radius: 7px; color: var(--gold); background: var(--ink); font-style: normal; box-shadow: 4px 3px 0 rgba(255,246,223,.4); }
.deck i:last-child { color: var(--coral); background: var(--cream); box-shadow: none; }
.app-hand { position: absolute; left: 10px; right: 10px; bottom: 18px; display: flex; justify-content: center; }
.app-hand b { width: 47px; height: 70px; display: grid; place-items: center; margin: -4px; border-radius: 6px; color: var(--ink); background: var(--cream); box-shadow: 0 8px 15px rgba(0,0,0,.25); font-family: var(--serif); }
.app-hand b:nth-child(1) { transform: rotate(-11deg) translateY(6px); color: var(--coral); }
.app-hand b:nth-child(2) { transform: rotate(-5deg); color: var(--coral); }
.app-hand b:nth-child(4) { transform: rotate(5deg); }
.app-hand b:nth-child(5) { transform: rotate(11deg) translateY(6px); }
.app-action { display: flex; align-items: center; justify-content: space-between; padding: 20px 18px; }
.app-action span { color: rgba(255,246,223,.55); font-size: 9px; }
.app-action b { padding: 9px 13px; border-radius: 10px; color: var(--ink); background: var(--gold); font-size: 9px; letter-spacing: .05em; }
.download-float { position: absolute; z-index: 5; display: flex; flex-direction: column; padding: 12px 15px; border: 1px solid rgba(255,246,223,.15); border-radius: 13px; background: rgba(20,10,43,.9); backdrop-filter: blur(12px); box-shadow: 0 14px 30px rgba(0,0,0,.25); }
.download-float strong { color: var(--gold); font-family: var(--serif); font-size: 18px; }
.download-float span { margin-top: 2px; color: rgba(255,246,223,.5); font-size: 8px; }
.float-rating { left: 40px; top: 150px; }
.float-safe { right: 8px; bottom: 88px; flex-direction: row; align-items: center; gap: 7px; color: var(--cream); }
.float-safe b { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: #62d889; }
.float-safe span { margin: 0; }

.download-grid .hero-assurances { margin-inline: auto; }

.download-guide { color: var(--cream); background: var(--felt); }
.guide-row { min-height: 104px; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); align-items: center; gap: 24px; }
.guide-title { font-family: var(--serif); font-size: 19px; }
.guide-row > div { display: flex; align-items: center; gap: 10px; color: rgba(255,246,223,.65); font-size: 11px; }
.guide-row b { width: 27px; height: 27px; display: grid; place-items: center; flex: none; border: 1px solid rgba(241,184,75,.55); border-radius: 50%; color: var(--gold); font-family: var(--serif); }
.page-hero { padding: 165px 0 88px; color: var(--cream); background: var(--ink); }
.page-hero-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; }
.page-hero h1 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 7vw, 88px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.page-hero p { max-width: 420px; margin: 0 0 8px; color: rgba(255,246,223,.58); font-size: 14px; }
.page-main { min-height: 55vh; }
.legal-content { width: min(760px, calc(100% - 40px)); margin: 0 auto; }
.legal-content h2 { margin: 45px 0 12px; font-family: var(--serif); font-size: 30px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; line-height: 1.85; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.contact-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #1e1035, #10081d); box-shadow: 0 20px 60px rgba(0,0,0,.22); }
.contact-card span { color: var(--gold-dark); font-size: 25px; }
.contact-card h2 { font-family: var(--serif); font-size: 25px; }
.contact-card p { color: var(--muted); font-size: 13px; }
.contact-card a { color: var(--gold); font-weight: 800; font-size: 12px; }

.hero-table { position: relative; height: 540px; transform: translateX(50px); }
.hero-table::before { content: ""; position: absolute; width: 570px; height: 570px; top: -15px; left: 20px; border-radius: 50%; border: 1px solid rgba(241,184,75,.22); background: radial-gradient(circle at 50% 45%, #5c2586 0, #35165d 55%, #180c30 71%); box-shadow: inset 0 0 80px rgba(0,0,0,.25), 0 0 0 25px rgba(255,255,255,.018), 0 50px 100px rgba(0,0,0,.24); }
.orbit { position: absolute; z-index: 1; border-radius: 50%; border: 1px solid rgba(255,246,223,.1); }
.orbit-one { width: 460px; height: 460px; left: 75px; top: 40px; }
.orbit-two { width: 330px; height: 330px; left: 140px; top: 105px; border-style: dashed; }
.dealer-chip { position: absolute; z-index: 4; left: 280px; top: 93px; width: 67px; height: 67px; display: grid; place-content: center; text-align: center; border: 2px dashed rgba(22,5,7,.38); outline: 4px solid var(--gold); border-radius: 50%; color: var(--ink); background: var(--gold); transform: rotate(8deg); box-shadow: 0 8px 25px rgba(0,0,0,.25); }
.dealer-chip span { font-size: 9px; letter-spacing: .1em; }
.dealer-chip strong { font-family: var(--serif); font-size: 20px; line-height: 1; }
.card-fan { position: absolute; z-index: 3; width: 410px; height: 250px; left: 105px; top: 204px; }
.playing-card { position: absolute; left: 147px; top: 14px; width: 128px; height: 184px; padding: 13px; border-radius: 12px; color: #162019; background: var(--white); border: 1px solid #e7dcc7; box-shadow: 0 16px 30px rgba(0,0,0,.25); transform-origin: 50% 180%; transform: rotate(calc(var(--i) * 10deg)) translate(calc(var(--i) * 24px), calc(abs(var(--i)) * 8px)); }
.playing-card.red { color: #d34f40; }
.playing-card b { display: block; font-family: var(--serif); font-size: 22px; line-height: 1; }
.playing-card i { font-style: normal; font-size: 18px; }
.playing-card > span { position: absolute; inset: 0; display: grid; place-items: center; font-size: 44px; opacity: .94; }
.focus-card { transform: rotate(0) translateY(-14px); box-shadow: 0 0 0 3px var(--gold), 0 24px 40px rgba(0,0,0,.35); }
.focus-card::after { content: "WILD"; position: absolute; right: 8px; bottom: 10px; color: var(--gold-dark); font-size: 8px; font-weight: 900; letter-spacing: .15em; writing-mode: vertical-rl; }
.table-note { position: absolute; z-index: 5; padding: 12px 16px; border: 1px solid rgba(255,246,223,.16); border-radius: 14px; color: rgba(255,246,223,.72); background: rgba(20,10,43,.8); backdrop-filter: blur(12px); font-size: 11px; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.table-note small { display: block; color: rgba(255,246,223,.4); }
.table-note strong { display: block; margin-top: 3px; color: var(--cream); font-family: var(--serif); font-size: 15px; }
.note-top { right: -8px; top: 154px; }
.note-bottom { left: 62px; bottom: 30px; }
.live-dot { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #62d889; box-shadow: 0 0 0 4px rgba(98,216,137,.12); }
.trust-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); height: 130px; margin-top: 0; border-top: 1px solid rgba(255,246,223,.12); }
.trust-strip > div { display: flex; flex-direction: column; justify-content: center; padding-left: 28px; border-right: 1px solid rgba(255,246,223,.1); }
.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip strong { font-family: var(--serif); font-size: 27px; font-weight: 500; color: var(--gold); }
.trust-strip span { margin-top: 4px; color: rgba(255,246,223,.44); font-size: 11px; letter-spacing: .08em; }

.section { padding: 112px 0; }
.kicker { display: block; margin-bottom: 15px; color: var(--gold-dark); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 52px; }
.section-heading h2, .learn-intro h2, .trust-copy h2, .faq-heading h2, .final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.section-heading > p { max-width: 410px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }

.features { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-card { position: relative; min-height: 330px; padding: 42px 30px 34px; border-right: 1px solid var(--line); transition: background .25s, transform .25s; }
.feature-card:first-child { border-left: 1px solid var(--line); }
.feature-card:hover { z-index: 1; background: #1e1035; transform: translateY(-8px); box-shadow: 0 24px 70px rgba(0,0,0,.36); }
.line-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 40px; border: 1px solid rgba(216,152,40,.5); border-radius: 50%; color: var(--gold-dark); font-family: var(--serif); font-size: 25px; }
.feature-card h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; }
.card-tag { position: absolute; left: 30px; bottom: 28px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.games-section { background: var(--white); }
.game-filters { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.filter-button { padding: 9px 15px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; font-size: 12px; cursor: pointer; }
.filter-button.active { color: var(--ink); background: var(--gold); }
.games-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.game-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.game-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.game-card[hidden] { display: none; }
.game-card-featured { grid-row: span 2; }
.game-visual { position: relative; height: 190px; display: grid; place-items: center; overflow: hidden; background: var(--felt); }
.game-card-featured .game-visual { height: 310px; }
.visual-classic { background: radial-gradient(circle at 50% 50%, #6a2d92, var(--felt) 65%); }
.visual-classic::before, .visual-classic::after { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.mini-card { position: relative; z-index: 2; width: 87px; height: 125px; display: grid; place-items: center; margin: -20px; border-radius: 9px; color: #c74638; background: var(--cream); font-family: var(--serif); font-size: 23px; box-shadow: 0 16px 30px rgba(0,0,0,.25); }
.mini-card:first-of-type { transform: rotate(-16deg) translateY(15px); }
.mini-card:last-of-type { transform: rotate(16deg) translateY(15px); }
.visual-pool { color: var(--cream); background: #301454; }
.visual-deals { color: var(--ink); background: var(--gold); }
.visual-practice { color: var(--cream); background: #493068; }
.visual-pool strong, .visual-deals strong, .visual-practice strong { font-family: var(--serif); font-size: 70px; font-weight: 500; line-height: .85; }
.visual-pool span, .visual-deals span { position: absolute; bottom: 32px; font-size: 10px; letter-spacing: .28em; }
.visual-practice { grid-auto-flow: column; gap: 10px; }
.visual-practice > span { color: var(--gold); font-size: 28px; }
.visual-practice small { align-self: center; }
.game-content { padding: 25px 26px 28px; }
.game-label, .article-category { color: var(--gold-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.game-content h3 { margin: 8px 0 10px; font-family: var(--serif); font-size: 26px; }
.game-content p { min-height: 66px; margin: 0; color: var(--muted); font-size: 12px; }
.game-meta { display: flex; flex-wrap: wrap; gap: 16px; margin: 18px 0; color: #87948e; font-size: 10px; }
.text-button { position: relative; display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 7px 15px; border: 1px solid #fff0a3; border-radius: 999px; color: #382100; background: linear-gradient(180deg, #ffd83d, #ffb000); box-shadow: 0 0 13px rgba(255,190,0,.28), 0 7px 15px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.5); font-size: 11px; font-style: italic; font-weight: 900; text-shadow: 0 1px rgba(255,241,158,.5); cursor: pointer; overflow: hidden; animation: ctaGlow 3s ease-in-out infinite; }
.text-button::before { content: ""; position: absolute; inset: -35% auto -35% -45%; width: 28%; background: rgba(255,255,255,.44); filter: blur(2px); transform: skewX(-22deg); animation: ctaSheen 4.2s ease-in-out infinite; pointer-events: none; }
.text-button:hover { transform: translateY(-2px); background: linear-gradient(180deg, #ffe260, #ffb80d); box-shadow: 0 0 20px rgba(255,196,0,.45), 0 10px 20px rgba(0,0,0,.28); animation: none; }
.text-button:active { transform: scale(.98); }
.text-button span { transition: transform .2s; }
.text-button:hover span { transform: translate(3px, -2px); }

.learn-section { color: var(--cream); background: var(--ink-2); }
.learn-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.learn-intro { position: sticky; top: 120px; }
.learn-intro > p { max-width: 430px; margin: 25px 0 32px; color: rgba(255,246,223,.58); font-size: 14px; }
.learn-intro .button-dark { border-color: rgba(255,246,223,.19); background: transparent; }
.steps { border-top: 1px solid rgba(255,246,223,.14); }
.step { position: relative; display: grid; grid-template-columns: 64px 1fr auto; gap: 26px; min-height: 190px; padding: 40px 8px; border-bottom: 1px solid rgba(255,246,223,.14); }
.step-number { color: var(--gold); font-family: var(--serif); font-size: 15px; }
.step h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.step p { max-width: 470px; margin: 0; color: rgba(255,246,223,.5); font-size: 13px; }
.step-suit { align-self: center; color: rgba(241,184,75,.34); font-family: var(--serif); font-size: 44px; transition: color .2s, transform .2s; }
.step:hover .step-suit { color: var(--gold); transform: rotate(8deg); }

.knowledge-section { background: var(--paper); }
.learn-center { color: var(--cream); background: var(--ink-2); }
.learn-center-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.learn-center-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.learn-center-head > p { max-width: 390px; color: rgba(255,246,223,.5); font-size: 13px; }
.learning-drawers { border-top: 1px solid rgba(255,246,223,.14); }
.learning-drawer { border-bottom: 1px solid rgba(255,246,223,.14); }
.learning-drawer summary { min-height: 112px; display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 22px; list-style: none; cursor: pointer; }
.learning-drawer summary::-webkit-details-marker { display: none; }
.drawer-card { width: 45px; height: 60px; display: grid; place-items: center; border-radius: 5px; color: var(--coral); background: var(--cream); font-family: var(--serif); font-size: 20px; transform: rotate(-5deg); }
.learning-drawer summary small, .learning-drawer summary strong { display: block; }
.learning-drawer summary small { margin-bottom: 6px; color: var(--gold); font-size: 8px; letter-spacing: .16em; }
.learning-drawer summary strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.learning-drawer summary i { position: relative; width: 30px; height: 30px; border: 1px solid rgba(255,246,223,.2); border-radius: 50%; }
.learning-drawer summary i::before, .learning-drawer summary i::after { content: ""; position: absolute; top: 14px; left: 8px; width: 12px; height: 1px; background: var(--cream); }
.learning-drawer summary i::after { transform: rotate(90deg); transition: transform .2s; }
.learning-drawer[open] summary i::after { transform: rotate(0); }
.drawer-body { padding: 0 52px 30px 78px; color: rgba(255,246,223,.6); font-size: 13px; }
.drawer-body ol { margin: 0 0 16px; padding-left: 20px; line-height: 2; }
.drawer-body p { margin: 0; }
.drawer-body a { color: var(--gold); font-weight: 700; }
.compact-games { grid-template-columns: repeat(3, 1fr); }
.compact-games .game-content p { min-height: 46px; }

.home-rules { background: var(--ink-2); color: var(--cream); }
.home-rules .section-heading > p { color: rgba(255,246,223,.5); }
.rule-flow { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,246,223,.14); border-bottom: 1px solid rgba(255,246,223,.14); }
.rule-card { position: relative; min-height: 300px; padding: 34px 30px; border-right: 1px solid rgba(255,246,223,.14); }
.rule-card:last-child { border-right: 0; }
.rule-card > span { color: var(--gold); font-family: var(--serif); font-size: 13px; }
.rule-suit { margin: 34px 0 26px; color: rgba(241,184,75,.55); font-family: var(--serif); font-size: 40px; }
.rule-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.rule-card p { max-width: 280px; margin: 0; color: rgba(255,246,223,.5); font-size: 12px; }
.section-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 28px; color: var(--gold); font-size: 12px; font-weight: 800; }
.section-link-top { flex: none; margin: 0 0 8px; }

.home-videos { background: var(--paper); }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.video-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.video-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.video-poster { position: relative; height: 300px; display: grid; place-items: center; overflow: hidden; }
.poster-sequence { background: radial-gradient(circle, #6a2d92, var(--felt)); }
.poster-joker { background: radial-gradient(circle at 50% 45%, #663479, #25153b); }
.poster-cards { display: flex; align-items: center; }
.poster-cards i, .joker-card { width: 105px; height: 150px; display: grid; place-items: center; margin: -9px; border-radius: 10px; color: var(--coral); background: var(--cream); box-shadow: 0 18px 35px rgba(0,0,0,.28); font-family: var(--serif); font-size: 24px; font-style: normal; }
.poster-cards i:first-child { transform: rotate(-10deg) translateY(8px); }
.poster-cards i:last-child { transform: rotate(10deg) translateY(8px); }
.joker-card { margin: 0; color: var(--gold-dark); font-size: 42px; transform: rotate(6deg); }
.joker-card small { font-size: 8px; letter-spacing: .15em; }
.video-play { position: absolute; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: var(--ink); background: var(--gold); box-shadow: 0 10px 28px rgba(0,0,0,.25); font-size: 14px; transition: transform .2s; }
.video-card:hover .video-play { transform: scale(1.08); }
.video-poster > small { position: absolute; right: 16px; bottom: 15px; padding: 5px 8px; border-radius: 7px; color: var(--cream); background: rgba(20,10,43,.82); font-size: 9px; }
.video-copy { padding: 25px 27px 29px; }
.video-copy > span, .news-copy > span { color: var(--gold-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.video-copy h3 { margin: 8px 0 9px; font-family: var(--serif); font-size: 26px; }
.video-copy p { margin: 0; color: var(--muted); font-size: 12px; }

.home-news { background: var(--white); }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.news-card { border-bottom: 1px solid var(--line); }
.news-card > a { display: block; }
.news-art { position: relative; height: 210px; display: grid; place-items: center; border-radius: 18px; overflow: hidden; }
.art-joker { color: var(--gold); background: #291147; font-size: 72px; }
.art-duplicate { grid-auto-flow: column; gap: 10px; background: #221d18; }
.art-duplicate span, .art-deck span { width: 82px; height: 118px; display: grid; place-items: center; border-radius: 8px; color: var(--ink); background: var(--cream); box-shadow: 0 13px 25px rgba(0,0,0,.18); font-family: var(--serif); font-size: 21px; }
.art-duplicate span:last-child { transform: rotate(8deg); border: 2px solid var(--coral); }
.art-deck { grid-auto-flow: column; gap: 12px; background: #432060; }
.art-deck span:first-child { color: var(--gold); background: var(--ink); }
.news-copy { padding: 20px 3px 25px; }
.news-copy time { float: right; color: #9ca39f; font-size: 8px; letter-spacing: .1em; }
.news-copy h3 { min-height: 56px; margin: 9px 0; font-family: var(--serif); font-size: 21px; line-height: 1.3; }
.news-copy p { margin: 0; color: var(--muted); font-size: 11px; }
.cms-news-card { display: block; color: inherit; transition: transform .25s, opacity .25s; }
.cms-news-card:hover { transform: translateY(-5px); }
.cms-news-art { color: var(--gold); background: radial-gradient(circle, #54227b, #1d0e35); background-position: center; background-size: cover; font-family: var(--serif); font-size: 42px; }
.cms-news-art span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,246,223,.4); border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 16px; box-shadow: 0 10px 28px rgba(0,0,0,.3); }
.cms-video-poster { background: radial-gradient(circle, #5c2586, #251242); background-position: center; background-size: cover; }
.cms-video-poster video { width: 100%; height: 100%; object-fit: contain; background: #000; }

.article-detail { min-height: 75vh; padding: 150px 0 90px; background: radial-gradient(circle at 80% 0, rgba(92,37,134,.3), rgba(214,62,85,.08) 22%, transparent 42%), var(--paper); }
.article-detail-shell { max-width: 850px; }
.article-back { display: inline-block; margin-bottom: 50px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.article-detail-category { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.article-detail h1 { max-width: 780px; margin: 14px 0 20px; font-family: var(--serif); font-size: clamp(42px,7vw,76px); font-weight: 500; line-height: 1.02; }
.article-detail-meta { display: flex; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.article-detail-lead { margin: 34px 0; color: rgba(255,246,223,.78); font-family: var(--serif); font-size: 23px; line-height: 1.5; }
.article-detail-cover { height: min(52vw,500px); margin: 34px 0; border-radius: 20px; background-position: center; background-size: cover; box-shadow: var(--shadow); }
.article-detail-body { color: rgba(255,246,223,.68); font-size: 15px; line-height: 2; white-space: pre-wrap; }

.cms-contact-form { grid-column: 1 / -1; padding: 30px; }
.contact-form-heading { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 24px; }
.contact-form-heading > span { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; border-radius: 50%; color: var(--ink); background: var(--gold); }
.contact-form-heading small { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.contact-form-heading h2 { margin: 5px 0 7px; }
.contact-form-heading p { margin: 0; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form-grid .wide { grid-column: 1 / -1; }
.contact-form-grid label { display: flex; flex-direction: column; gap: 7px; }
.contact-form-grid label span { color: var(--muted); font-size: 10px; font-weight: 800; }
.contact-form-grid input, .contact-form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; outline: none; color: var(--cream); background: rgba(255,255,255,.03); font: inherit; }
.contact-form-grid input { height: 46px; padding: 0 13px; }
.contact-form-grid textarea { padding: 13px; resize: vertical; }
.contact-form-grid input:focus, .contact-form-grid textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(241,184,75,.08); }
.cms-contact-form > button { margin-top: 18px; }
.contact-result { margin: 13px 0 0 !important; font-size: 11px !important; }
.contact-result.success { color: #6fe19a !important; }
.contact-result.error { color: #ff7c82 !important; }
.home-faq { background: var(--paper); }
.knowledge-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 28px; }
.article-feature { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.article-art { position: relative; height: 330px; display: grid; place-items: center; background: radial-gradient(circle, #54227b, #180c30 72%); overflow: hidden; }
.article-art::before { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,246,223,.12); border-radius: 50%; }
.sequence { position: relative; z-index: 2; display: flex; gap: 8px; transform: rotate(-5deg); }
.sequence span { width: 105px; height: 150px; display: grid; place-items: center; border-radius: 10px; color: var(--ink); background: var(--cream); font-family: var(--serif); font-size: 25px; box-shadow: 0 14px 30px rgba(22,5,7,.28); }
.annotation-line { position: absolute; width: 280px; height: 70px; bottom: 18px; border-bottom: 2px solid var(--coral); border-radius: 50%; transform: rotate(-3deg); }
.article-art small { position: absolute; bottom: 18px; right: 25px; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.article-copy { padding: 35px; }
.article-copy h3 { max-width: 570px; margin: 10px 0 16px; font-family: var(--serif); font-size: 34px; line-height: 1.18; }
.article-copy p { color: var(--muted); font-size: 13px; }
.article-list { border-top: 1px solid var(--line); }
.article-row { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 16px; min-height: 140px; border-bottom: 1px solid var(--line); }
.article-index { width: 40px; height: 54px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: var(--coral); background: var(--white); font-family: var(--serif); font-size: 19px; transform: rotate(-4deg); }
.article-row h3 { margin: 7px 0 0; font-family: var(--serif); font-size: 20px; line-height: 1.25; }
.article-row > a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: color .2s, background .2s; }
.article-row:hover > a { color: var(--ink); background: var(--gold); }

.trust-section { color: var(--cream); background: var(--felt); }
.trust-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; align-items: center; }
.trust-copy p { max-width: 480px; color: rgba(255,246,223,.63); font-size: 14px; }
.trust-copy > a { display: inline-block; margin-top: 14px; color: var(--gold); font-size: 12px; font-weight: 700; }
.trust-panel { display: grid; grid-template-columns: 120px 1fr; gap: 28px; padding: 42px; border: 1px solid rgba(255,246,223,.18); border-radius: var(--radius); background: rgba(20,10,43,.38); }
.score-ring { width: 112px; height: 112px; display: grid; place-content: center; text-align: center; border: 1px solid var(--gold); border-radius: 50%; }
.score-ring strong { font-family: var(--serif); font-size: 38px; line-height: .9; }
.score-ring span { color: rgba(255,246,223,.5); font-size: 11px; }
.stars { color: var(--gold); letter-spacing: .12em; }
blockquote { margin: 13px 0; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
cite { color: rgba(255,246,223,.48); font-style: normal; font-size: 11px; }
.trust-badges { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 12px; padding-top: 26px; border-top: 1px solid rgba(255,246,223,.14); color: rgba(255,246,223,.55); font-size: 10px; letter-spacing: .07em; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading p { margin-top: 25px; color: var(--muted); font-size: 13px; }
.faq-heading a { color: var(--gold); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0; border: 0; background: transparent; text-align: left; font-family: var(--serif); font-size: 20px; cursor: pointer; }
.faq-item i { position: relative; width: 24px; height: 24px; flex: none; }
.faq-item i::before, .faq-item i::after { content: ""; position: absolute; top: 12px; left: 4px; width: 16px; height: 1px; background: currentColor; transition: transform .25s; }
.faq-item i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { overflow: hidden; }
.faq-answer p { max-width: 640px; margin: -6px 0 26px; color: var(--muted); font-size: 13px; }

.final-cta { position: relative; padding: 80px 0; color: var(--cream); background: radial-gradient(circle at 82% 50%, #4f2075 0, #251242 46%, #090511 100%); border-top: 1px solid rgba(242,189,85,.22); border-bottom: 1px solid rgba(242,189,85,.12); }
.final-cta .kicker { color: var(--gold); }
.final-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.site-footer { padding: 78px 0 24px; color: var(--cream); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .7fr 1.25fr; gap: 55px; }
.footer-brand p, .footer-age p { color: rgba(255,246,223,.45); font-size: 11px; }
.footer-brand p { max-width: 310px; margin-top: 23px; }
.footer-grid h3 { margin: 0 0 20px; color: rgba(255,246,223,.4); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 13px 0; color: rgba(255,246,223,.7); font-size: 12px; }
.footer-age strong { font-family: var(--serif); font-size: 42px; color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,246,223,.1); color: rgba(255,246,223,.3); font-size: 10px; }
.footer-bottom div { display: flex; gap: 22px; }

.mobile-dock { display: none; }
.play-modal { width: min(530px, calc(100% - 32px)); padding: 42px; border: 1px solid rgba(255,246,223,.14); border-radius: 26px; color: var(--cream); background: #1b0d31; box-shadow: 0 30px 100px rgba(0,0,0,.66); }
.play-modal::backdrop { background: rgba(12,2,4,.78); backdrop-filter: blur(5px); }
.modal-close { position: absolute; top: 15px; right: 15px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 23px; cursor: pointer; }
.modal-suit { color: var(--coral); font-size: 34px; }
.play-modal h2 { margin: 10px 0 14px; font-family: var(--serif); font-size: 35px; line-height: 1.1; }
.play-modal > p { color: var(--muted); font-size: 13px; }
.modal-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 16px; }
.option { padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: transparent; text-align: left; cursor: pointer; }
.option.selected { border-color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold); }
.option span, .option small { display: block; }
.option span { font-weight: 800; font-size: 13px; }
.option small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.modal-primary { width: 100%; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; max-width: calc(100% - 32px); padding: 14px 20px; border-radius: 12px; color: var(--cream); background: var(--ink); box-shadow: var(--shadow); transform: translateX(-50%); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .desktop-nav, .support-link { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; padding-top: 40px; }
  .hero-table { justify-self: center; transform: none; }
  .guide-row { grid-template-columns: 1fr 1fr; padding-block: 24px; }
  .guide-title { grid-column: 1 / -1; }
  .trust-strip { margin-top: 30px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card:nth-child(2) { border-right: 1px solid var(--line); }
  .games-grid { grid-template-columns: repeat(2, 1fr); }
  .game-card-featured { grid-row: auto; }
  .game-card-featured .game-visual { height: 190px; }
  .learn-grid, .trust-grid, .faq-grid { gap: 55px; }
  .knowledge-layout { grid-template-columns: 1fr; }
  .article-list { display: grid; grid-template-columns: 1fr 1fr; }
  .article-row { padding: 0 12px; }
  .footer-grid { grid-template-columns: 1.5fr .7fr .7fr; }
  .footer-age { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .container { width: min(100% - 32px, 620px); }
  .nav-shell { height: 66px; }
  .brand-logo { width: 48px; height: 48px; border-radius: 12px; }
  .brand-mark { width: 29px; height: 29px; border-radius: 8px; }
  .brand strong { font-size: 14px; }
  .brand small { margin-top: 4px; font-size: 10.5px; letter-spacing: .17em; }
  .nav-actions .button, .language-button { display: none; }
  .hero { padding-top: 100px; }
  .download-hero { min-height: auto; }
  .hero::before { width: 540px; height: 540px; right: -280px; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding-top: 15px; text-align: center; }
  .eyebrow { justify-content: center; font-size: 9px; }
  .hero h1 { margin: 19px 0 18px; font-size: clamp(47px, 14vw, 68px); }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { justify-content: center; }
  .hero-actions .button { flex: 1; min-width: 150px; padding-inline: 14px; }
  .hero-proof { justify-content: center; gap: 8px 18px; }
  .hero-table { width: 100%; height: 390px; margin-top: 24px; }
  .app-showcase { height: 520px; margin-top: 38px; }
  .app-showcase::before { width: 390px; height: 390px; }
  .phone-shell { width: 215px; height: 430px; padding: 8px; border-radius: 30px; }
  .phone-screen { border-radius: 23px; }
  .phone-speaker { top: 14px; width: 54px; height: 12px; }
  .app-top { height: 52px; padding-inline: 13px; }
  .app-table { height: 282px; }
  .opponent { top: 20px; }
  .opponent span { width: 34px; height: 34px; }
  .deck i { width: 42px; height: 60px; }
  .app-hand { bottom: 12px; }
  .app-hand b { width: 38px; height: 57px; font-size: 11px; }
  .app-action { padding: 14px 12px; }
  .float-rating { left: 0; top: 125px; }
  .float-safe { right: 0; bottom: 64px; }
  .primary-download-card { max-width: 430px; margin-inline: auto; text-align: left; }
  .qr-wrap { display: none; }
  .apk-button { min-height: 76px; padding-inline: 14px; }
  .apk-button small { font-size: 8px; }
  .apk-button strong { font-size: 25px; }
  .download-meta { gap: 9px; font-size: 8px; }
  .hero-assurances { max-width: 430px; grid-template-columns: 1fr; margin-inline: auto; }
  .hero-assurances > div { padding: 9px 12px; text-align: left; }
  .hero-assurances strong { font-size: 10px; }
  .hero-assurances small { font-size: 8px; }
  .hero-table::before { width: 380px; height: 380px; left: 50%; top: 0; transform: translateX(-50%); }
  .orbit-one { width: 310px; height: 310px; left: calc(50% - 155px); top: 35px; }
  .orbit-two { width: 235px; height: 235px; left: calc(50% - 117px); top: 70px; }
  .dealer-chip { left: calc(50% - 28px); top: 55px; width: 56px; height: 56px; }
  .card-fan { width: 320px; height: 200px; left: calc(50% - 160px); top: 150px; transform: scale(.76); transform-origin: top center; }
  .note-top { top: 114px; right: 2px; }
  .note-bottom { left: 2px; bottom: 16px; }
  .trust-strip { height: auto; grid-template-columns: repeat(2, 1fr); padding: 15px 0 22px; }
  .guide-row { grid-template-columns: 1fr; gap: 16px; }
  .guide-title { grid-column: auto; }
  .guide-row > div { min-height: 34px; }
  .trust-strip > div { min-height: 68px; padding-left: 16px; border-bottom: 1px solid rgba(255,246,223,.1); }
  .trust-strip > div:first-child { padding-left: 16px; }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .trust-strip > div:nth-last-child(-n+2) { border-bottom: 0; }
  .trust-strip strong { font-size: 22px; }
  .section { padding: 78px 0; }
  .page-hero { padding: 120px 0 62px; }
  .page-hero-inner { display: block; }
  .page-hero h1 { font-size: 52px; }
  .page-hero p { margin-top: 22px; }
  .contact-grid { grid-template-columns: 1fr; }
  .cms-contact-form { padding: 24px 18px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-grid .wide { grid-column: auto; }
  .article-detail { padding: 115px 0 90px; }
  .article-detail h1 { font-size: 43px; }
  .article-detail-lead { font-size: 19px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading h2, .learn-intro h2, .trust-copy h2, .faq-heading h2, .final-cta h2 { font-size: 39px; }
  .section-heading > p { margin-top: 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .rule-flow { grid-template-columns: 1fr; }
  .rule-card { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,246,223,.14); }
  .rule-card:last-child { border-bottom: 0; }
  .rule-suit { margin: 22px 0 16px; }
  .video-grid, .news-grid { grid-template-columns: 1fr; }
  .video-poster { height: 230px; }
  .news-art { height: 200px; }
  .section-link-top { margin-top: 20px; }
  .feature-card { min-height: 245px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .feature-card:last-child { border-bottom: 0; }
  .line-icon { margin-bottom: 24px; }
  .game-filters { width: max-content; margin-top: 25px; }
  .games-grid { display: flex; gap: 14px; width: calc(100% + 16px); padding-right: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .games-grid::-webkit-scrollbar { display: none; }
  .game-card { flex: 0 0 min(84vw, 340px); scroll-snap-align: start; }
  .game-card[hidden] { display: none; }
  .game-visual, .game-card-featured .game-visual { height: 220px; }
  .learn-grid, .trust-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .learn-intro, .faq-heading { position: static; }
  .step { grid-template-columns: 40px 1fr; gap: 15px; }
  .step-suit { display: none; }
  .knowledge-layout { gap: 20px; }
  .learn-center-head { display: block; margin-bottom: 28px; }
  .learn-center-head h2 { font-size: 39px; }
  .learn-center-head > p { margin-top: 18px; }
  .learning-drawer summary { min-height: 98px; grid-template-columns: 46px 1fr auto; gap: 14px; }
  .drawer-card { width: 38px; height: 51px; }
  .learning-drawer summary strong { font-size: 18px; }
  .drawer-body { padding: 0 8px 25px 60px; }
  .article-art { height: 250px; }
  .sequence { transform: rotate(-5deg) scale(.76); }
  .article-copy { padding: 27px 24px; }
  .article-copy h3 { font-size: 28px; }
  .article-list { grid-template-columns: 1fr; }
  .trust-panel { grid-template-columns: 1fr; padding: 28px 24px; }
  .score-ring { width: 90px; height: 90px; }
  .trust-badges { flex-wrap: wrap; }
  .faq-item button { min-height: 78px; font-size: 18px; }
  .final-cta-inner { display: block; }
  .final-cta .button { width: 100%; margin-top: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-brand, .footer-age { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; gap: 20px; }
  .footer-bottom div { flex-direction: column; gap: 5px; }
  .mobile-dock { position: fixed; z-index: 90; inset: auto 0 0; height: calc(64px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5, 1fr); padding: 6px 8px env(safe-area-inset-bottom); border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,246,223,.65); background: rgba(20,10,43,.97); backdrop-filter: blur(16px); }
  .mobile-dock a, .mobile-dock button { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 3px 1px; border: 0; border-radius: 10px; color: rgba(255,246,223,.5); background: none; font-size: 9px; transition: color .2s ease, background .2s ease; }
  .mobile-dock span { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 23px; border: 1px solid rgba(241,184,75,.22); border-radius: 7px; color: rgba(241,184,75,.62); font-family: Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 1; transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
  .mobile-dock a[href="index.html"] span, .mobile-dock a[href="games.html"] span { font-size: 18px; }
  .mobile-dock i { max-width: 100%; overflow: hidden; color: inherit; font-style: normal; font-size: 9px; font-weight: 700; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-dock a.active { color: #fff1c7; background: linear-gradient(180deg, rgba(92,37,134,.5), rgba(214,62,85,.13)); }
  .mobile-dock a.active span { color: #2a090d; border-color: #ffe49a; background: var(--gold); box-shadow: 0 0 12px rgba(241,184,75,.42); transform: translateY(-1px); }
  .mobile-dock a.active::after { position: absolute; right: 24%; bottom: -3px; left: 24%; height: 2px; border-radius: 2px; background: var(--gold); box-shadow: 0 0 8px rgba(241,184,75,.75); content: ""; }
  .language-menu { top: 60px; right: 16px; }
  .play-modal { padding: 34px 22px 24px; }
  .play-modal h2 { font-size: 29px; }
  .modal-options { grid-template-columns: 1fr; }
  .toast { bottom: 80px; text-align: center; }
}

@media (max-width: 430px) {
  .primary-download-card { display: block; padding: 10px; }
  .qr-wrap { display: none; }
  .qr-code { width: 48px; height: 48px; }
  .download-meta { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Trust-led homepage hero */
.trusted-hero { position: relative; min-height: 870px; padding-top: 126px; color: var(--cream); background: #100621; overflow: hidden; isolation: isolate; }
.trusted-hero::before { content: ""; position: absolute; z-index: 1; inset: 78px 0 0; background: linear-gradient(90deg, rgba(16,6,33,.99) 0%, rgba(20,10,43,.94) 31%, rgba(20,10,43,.74) 48%, rgba(20,10,43,.18) 73%, rgba(20,10,43,.12) 100%); pointer-events: none; }
.trusted-hero::after { content: ""; position: absolute; z-index: 1; width: 650px; height: 650px; left: 24%; bottom: -420px; border-radius: 50%; background: radial-gradient(circle, rgba(214,62,85,.3), transparent 68%); pointer-events: none; }
.trusted-hero .hero-grain { z-index: 2; opacity: .14; }
.hero-safety-bar { position: absolute; z-index: 5; top: 78px; right: 0; left: 0; min-height: 60px; display: grid; place-items: center; border-top: 1px solid rgba(242,189,85,.34); border-bottom: 1px solid rgba(242,189,85,.4); background: linear-gradient(90deg, rgba(68,27,112,.98), rgba(44,20,76,.99), rgba(68,27,112,.98)); box-shadow: inset 0 1px rgba(255,255,255,.045), inset 0 -1px rgba(9,5,17,.38), 0 9px 28px rgba(9,5,17,.28); }
.hero-safety-bar .container { display: flex; align-items: center; justify-content: center; gap: 20px; color: rgba(255,246,223,.94); font-size: 13.5px; font-weight: 900; letter-spacing: .035em; text-shadow: 0 2px 5px rgba(0,0,0,.4); }
.hero-safety-bar span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.hero-safety-bar b { color: var(--gold); font-size: 13px; }
.hero-safety-bar i { width: 1px; height: 22px; background: rgba(242,189,85,.48); }
.desktop-safety-item { gap: 9px !important; }
.desktop-safety-icon { width: 25px; height: 25px; flex: 0 0 25px; overflow: visible; }
.desktop-safety-icon path, .desktop-safety-icon circle { fill: rgba(242,189,85,.14); stroke: var(--gold); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.desktop-safety-icon path + path { fill: none; stroke-width: 2.5; }
.withdrawal-icon circle { fill: rgba(242,189,85,.11); }
.withdrawal-icon path { fill: none; }
.mobile-safety-message { display: none; }
.trusted-hero-visual { position: absolute; z-index: 0; inset: 78px 0 0; overflow: hidden; }
.trusted-hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; }
.trusted-hero-grid { position: relative; z-index: 3; min-height: 625px; display: flex; align-items: center; padding: 52px 0 28px; }
.trusted-hero-copy { width: min(56%, 650px); }
.trusted-hero-copy .eyebrow { font-size: 10px; }
.trusted-hero-copy h1 { margin: 18px 0 20px; font-family: var(--sans); font-size: clamp(51px,5.3vw,75px); font-weight: 950; line-height: .95; letter-spacing: -.055em; text-transform: uppercase; text-shadow: 0 4px 24px rgba(0,0,0,.34); }
.trusted-hero-copy h1 em { color: var(--gold); font-style: normal; font-weight: 950; }
.trusted-hero-copy > p { max-width: 580px; margin: 0; color: rgba(255,246,223,.72); font-size: 15px; line-height: 1.65; }
.trusted-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 22px; }
.trusted-proof-grid > div { min-width: 0; display: flex; align-items: center; gap: 9px; padding: 10px; border: 1px solid rgba(255,246,223,.12); border-radius: 11px; background: rgba(10,4,24,.48); backdrop-filter: blur(10px); }
.trusted-proof-grid > div:nth-child(2) { border-color: rgba(214,62,85,.22); }
.trusted-proof-grid b { width: 28px; height: 28px; display: grid; place-items: center; flex: none; border-radius: 50%; color: var(--gold); background: rgba(242,189,85,.1); font-size: 12px; }
.trusted-proof-grid > div:nth-child(2) b { color: #ff8294; background: rgba(214,62,85,.12); }
.trusted-proof-grid strong, .trusted-proof-grid small { display: block; }
.trusted-proof-grid strong { color: var(--cream); font-size: 9px; line-height: 1.25; }
.trusted-proof-grid small { margin-top: 3px; color: rgba(255,246,223,.42); font-size: 7px; line-height: 1.3; }
.hero-store-actions { display: flex; align-items: stretch; gap: 11px; margin-top: 22px; }
.trusted-apk-button { width: 310px; min-height: 68px; margin: 0; padding: 8px 24px; }
.trusted-apk-button small { font-size: 7px; }
.trusted-apk-button strong { font-size: 24px; }
.google-play-button { min-width: 218px; min-height: 68px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 8px 19px; border: 1px solid rgba(255,255,255,.64); border-radius: 13px; color: #fff; background: #08090b; box-shadow: 0 10px 24px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.08); transition: transform .2s, box-shadow .2s, border-color .2s; }
.google-play-button:hover { border-color: #fff; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.42); }
.google-play-button > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.google-play-button small { margin-bottom: 4px; font-size: 8px; letter-spacing: .08em; }
.google-play-button strong { font-size: 20px; font-weight: 550; letter-spacing: -.03em; }
.google-play-mark { position: relative; width: 31px; height: 35px; display: block; flex: none; clip-path: polygon(0 0,100% 50%,0 100%); background: conic-gradient(from 35deg at 42% 50%, #32d06a 0 25%, #ffdf3b 0 49%, #f04455 0 74%, #39a8ff 0); }
.google-play-mark::after { content: ""; position: absolute; inset: 7px 10px 7px 8px; clip-path: polygon(0 0,100% 50%,0 100%); background: #08090b; opacity: .3; }
.trusted-download-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 13px; color: rgba(255,246,223,.46); font-size: 8px; font-weight: 700; letter-spacing: .04em; }
.trusted-download-meta span:first-child { color: #7be39c; }
.trusted-strip { min-height: 105px; height: auto; border-top-color: rgba(242,189,85,.2); background: linear-gradient(90deg, rgba(20,10,43,.84), rgba(37,18,66,.74), rgba(20,10,43,.84)); backdrop-filter: blur(10px); }
.trusted-strip > div { min-height: 105px; flex-direction: row; align-items: center; justify-content: flex-start; gap: 12px; }
.trusted-strip strong { min-width: 34px; font-family: var(--sans); font-size: 21px; font-weight: 900; text-align: center; }
.trusted-strip span { margin: 0; color: rgba(255,246,223,.64); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 980px) {
  .trusted-hero-copy { width: 63%; }
  .trusted-hero-copy h1 { font-size: clamp(46px,6vw,60px); }
  .trusted-hero::before { background: linear-gradient(90deg, rgba(16,6,33,.99), rgba(20,10,43,.9) 48%, rgba(20,10,43,.35) 75%, rgba(20,10,43,.22)); }
  .trusted-hero-visual img { object-position: 59% center; }
  .trusted-proof-grid small { display: none; }
  .hero-store-actions { flex-wrap: wrap; }
}

@media (min-width: 721px) {
  .trusted-hero::before { background: linear-gradient(90deg, rgba(16,6,33,.88), rgba(20,10,43,.76) 34%, rgba(20,10,43,.68) 50%, rgba(20,10,43,.73) 68%, rgba(16,6,33,.86)); }
  .trusted-hero-visual img { object-position: center center; opacity: .46; filter: saturate(.78) contrast(.94); transform: scale(1.025); }
  .trusted-hero-copy { width: min(82%, 840px); margin: 0 auto; text-align: center; }
  .trusted-hero-copy .eyebrow { justify-content: center; }
  .trusted-hero-copy > p { margin-inline: auto; }
  .trusted-proof-grid { max-width: 720px; margin: 22px auto 0; }
  .hero-store-actions { justify-content: center; }
  .hero-store-actions .google-play-button { order: 1; }
  .hero-store-actions .trusted-apk-button { order: 2; }
  .trusted-download-meta { justify-content: center; }
}

@media (max-width: 720px) {
  .trusted-hero { min-height: auto; padding-top: 0; }
  .trusted-hero::before { inset: 112px 0 0; background: linear-gradient(180deg, rgba(20,10,43,.02) 0, rgba(20,10,43,.08) 33%, rgba(20,10,43,.96) 48%, #140a2b 69%); }
  .trusted-hero::after { width: 420px; height: 420px; left: -180px; bottom: 220px; }
  .hero-safety-bar { top: 66px; min-height: 46px; }
  .hero-safety-bar .container { width: calc(100% - 20px); gap: 0; }
  .hero-safety-bar .container > span, .hero-safety-bar .container > i { display: none; }
  .mobile-safety-message { display: flex; align-items: center; justify-content: center; gap: 8px; color: rgba(255,246,223,.96); font-size: 9.5px; font-weight: 800; line-height: 1.25; letter-spacing: .012em; text-align: center; }
  .mobile-safety-message svg { width: 22px; height: 22px; flex: 0 0 22px; overflow: visible; }
  .mobile-safety-message svg path:first-child { fill: rgba(242,189,85,.2); stroke: var(--gold); stroke-width: 2.2; }
  .mobile-safety-message svg path:last-child { fill: none; stroke: var(--gold); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-safety-message span { display: block; gap: 0; white-space: normal; }
  .mobile-safety-message strong { color: var(--cream); font-size: 10.5px; }
  .mobile-safety-message em { color: var(--gold); font-style: normal; }
  .trusted-hero-visual { position: relative; inset: auto; z-index: 0; height: 300px; margin-top: 112px; }
  .trusted-hero-visual::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 34px; background: linear-gradient(180deg, transparent, #140a2b); pointer-events: none; }
  .trusted-hero-visual img { object-fit: cover; object-position: 100% center; opacity: 1; filter: none; transform: scale(1.065); transform-origin: right center; }
  .trusted-hero-grid { min-height: 0; padding: 0 0 calc(84px + env(safe-area-inset-bottom)); }
  .trusted-hero-copy { width: 100%; text-align: center; }
  .trusted-hero-copy .eyebrow { display: none; }
  .trusted-hero-copy h1 { margin: 1px 0 13px; font-size: clamp(37px,10.5vw,47px); line-height: .92; }
  .trusted-hero-copy > p, .trusted-proof-grid { display: none; }
  .trusted-proof-grid { max-width: 500px; margin: 18px auto 0; }
  .trusted-proof-grid > div { justify-content: center; padding: 8px 5px; text-align: left; }
  .trusted-proof-grid b { width: 24px; height: 24px; }
  .trusted-proof-grid strong { font-size: 7px; }
  .hero-store-actions { max-width: 350px; flex-direction: column; align-items: stretch; gap: 8px; margin: 14px auto 0; }
  .trusted-apk-button { width: 100%; min-width: 0; min-height: 58px; }
  .google-play-button { width: 218px; min-width: 0; min-height: 52px; align-self: center; padding: 7px 16px; border-radius: 10px; }
  .trusted-apk-button strong { font-size: 21px; }
  .google-play-button strong { font-size: 17px; }
  .google-play-button .google-play-mark { width: 26px; height: 30px; }
  .trusted-download-meta { justify-content: center; gap: 6px 13px; }
  .trusted-strip { grid-template-columns: repeat(2,1fr); padding: 0; }
  .trusted-strip > div { min-height: 65px; padding: 11px !important; border-bottom: 1px solid rgba(255,246,223,.1); }
  .trusted-strip > div:nth-child(2) { border-right: 0; }
  .trusted-strip strong { min-width: 28px; font-size: 18px; }
  .trusted-strip span { font-size: 7px; }
}

@media (max-width: 430px) {
  .trusted-hero-visual { height: clamp(238px, 34dvh, 252px); }
  .trusted-hero-visual img { object-position: 100% center; transform: scale(1.055); }
  .trusted-hero-copy h1 { margin-bottom: 10px; font-size: clamp(33px, 9vw, 38px); }
  .hero-store-actions { margin-top: 10px; }
  .trusted-apk-button { min-height: 56px; }
  .google-play-button { width: 205px; min-height: 49px; }
  .trusted-proof-grid { gap: 5px; }
  .trusted-proof-grid > div { flex-direction: column; gap: 4px; text-align: center; }
  .trusted-proof-grid strong { font-size: 6.5px; }
}
