:root {
  --navy: #041326;
  --navy-2: #071d3a;
  --blue: #0b2d5b;
  --cyan: #00f7ff;
  --cyan-2: #4dfbff;
  --aqua-soft: #e8feff;
  --white: #fff;
  --text: #101827;
  --muted: #647084;
  --surface: #f4f8fb;
  --line: #dbe7ef;
  --green: #13c784;
  --shadow: 0 18px 50px rgba(3, 19, 38, .14);
  --radius: 14px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--surface); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section { padding: 72px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 14px; color: var(--navy); background: var(--cyan); border-radius: 8px; font-weight: 900; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(4, 19, 38, .96); border-bottom: 1px solid rgba(0, 247, 255, .18); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 32px), 1320px); min-height: 72px; margin: auto; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; color: #fff; }
.brand img { width: 116px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin: auto; }
.desktop-nav a { color: rgba(255,255,255,.74); font-size: .9rem; font-weight: 750; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--cyan); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.geo-badge { display: inline-flex; align-items: center; gap: 8px; color: #dffcff; font-size: .76rem; font-weight: 900; letter-spacing: .06em; }
.geo-badge em { width: 1px; height: 16px; background: rgba(255,255,255,.22); }
.login-link { color: #fff; font-size: .88rem; font-weight: 850; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 20px; border-radius: 10px; font-size: .9rem; font-weight: 900; line-height: 1.1; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-cyan { color: var(--navy); background: linear-gradient(135deg, var(--cyan-2), var(--cyan)); box-shadow: 0 8px 26px rgba(0,247,255,.22); }
.button-cyan:hover { box-shadow: 0 12px 34px rgba(0,247,255,.34); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.08); }
.button-large { min-height: 52px; padding-inline: 26px; }

.hero { min-height: 520px; position: relative; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg { background: url("../assets/hero-banner/hero.webp") center / cover no-repeat; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,19,38,.98) 0%, rgba(7,29,58,.94) 42%, rgba(4,19,38,.45) 73%, rgba(4,19,38,.12) 100%), linear-gradient(0deg, rgba(4,19,38,.62), transparent 52%); }
.hero-content { position: relative; z-index: 1; padding-block: 64px 58px; }
.hero-content > * { max-width: 700px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-size: .76rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 10px 0 12px; font-size: clamp(2.6rem, 6vw, 5rem); line-height: .95; letter-spacing: -.045em; }
.hero-lead { margin: 0 0 24px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 2vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-points span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: #dffcff; background: rgba(0,247,255,.1); border: 1px solid rgba(0,247,255,.24); border-radius: 999px; font-size: .8rem; font-weight: 800; }
.age-note { margin: 18px 0 0; color: rgba(255,255,255,.58); font-size: .78rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading h2, .center-heading h2, .review-content > h2, .faq h2, .final-cta h2 { margin: 4px 0 0; color: var(--navy); font-size: clamp(1.85rem, 3vw, 2.65rem); line-height: 1.12; letter-spacing: -.035em; }
.section-heading > a { color: #087c86; font-size: .86rem; font-weight: 900; }
.kicker { color: #087c86; }
.slots { background: var(--surface); }
.slot-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.slot-card { min-width: 0; }
.slot-card img { width: 100%; height: auto; aspect-ratio: 455/600; object-fit: contain; background: linear-gradient(145deg, #071d3a, #020b17); border-radius: var(--radius); box-shadow: 0 10px 26px rgba(3,19,38,.1); transition: transform .28s, box-shadow .28s; }
.slot-card:hover img, .slot-card:focus-visible img { transform: translateY(-4px) scale(1.025); box-shadow: 0 0 0 2px var(--cyan), 0 18px 40px rgba(0,247,255,.2); }
.slot-card span { display: inline-flex; margin: 10px 0 3px; color: #077983; font-size: .68rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.slot-card h3 { margin: 0; overflow: hidden; color: #142238; font-size: .92rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.slot-card p { margin: 3px 0 0; color: var(--muted); font-size: .76rem; }
.center-cta { display: flex; justify-content: center; margin-top: 30px; }

.bonus { color: #fff; background: radial-gradient(circle at top left, rgba(0,247,255,.18), transparent 34%), var(--navy); }
.center-heading { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.bonus .center-heading h2, .bonus .center-heading p { color: #fff; }
.bonus .center-heading p { color: rgba(255,255,255,.7); }
.promo-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.promo-card { position: relative; min-height: 270px; overflow: hidden; border: 1px solid rgba(0,247,255,.18); border-radius: 16px; background: var(--navy-2); box-shadow: 0 20px 48px rgba(0,0,0,.24); }
.promo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.promo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,38,.92), rgba(4,19,38,.2)); }
.promo-card:hover img { transform: scale(1.035); }
.promo-card div { position: relative; z-index: 1; height: 100%; max-width: 370px; display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.promo-card span { color: var(--cyan); font-size: .72rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.promo-card h3 { margin: 6px 0; font-size: 1.35rem; line-height: 1.2; }
.promo-card p { margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: .9rem; }
.promo-card b { width: fit-content; padding: 8px 12px; color: var(--navy); background: var(--cyan); border-radius: 8px; font-size: .76rem; text-transform: uppercase; }
.bonus-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.bonus-cards article { padding: 24px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.bonus-cards i { color: var(--cyan); font-size: 1.4rem; }
.bonus-cards h3 { margin: 12px 0 6px; }
.bonus-cards p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }

.review { background: #fff; }
.review-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 52px; align-items: start; }
.review-aside { position: sticky; top: 100px; }
.score-box { padding: 22px; color: #fff; background: linear-gradient(145deg, var(--navy), var(--blue)); border-radius: 14px; box-shadow: var(--shadow); }
.score-box span { color: var(--cyan); font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.score-box strong { display: block; margin: 6px 0; font-size: 2.7rem; line-height: 1; }
.score-box p { margin: 0; color: rgba(255,255,255,.68); font-size: .8rem; }
.review-aside nav { display: flex; flex-direction: column; margin-top: 16px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.review-aside nav a { padding: 7px 0; color: var(--muted); font-size: .8rem; font-weight: 750; }
.review-aside nav a:hover { color: #087c86; }
.review-content { min-width: 0; }
.review-content > h2 { color: var(--navy); }
.review-content .lead { color: #415069; font-size: 1.1rem; line-height: 1.75; }
.review-content section { padding-top: 28px; }
.review-content h3 { margin: 0 0 12px; color: var(--navy); font-size: 1.55rem; line-height: 1.25; letter-spacing: -.02em; }
.review-content p { color: #46566e; }
.table-wrap { margin: 22px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(3,19,38,.06); }
table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: .86rem; }
caption { padding: 15px 18px; color: var(--navy); background: #ecfdff; font-weight: 950; text-align: left; }
th { padding: 13px 15px; color: #fff; background: var(--navy-2); text-align: left; }
td { padding: 13px 15px; color: #4d5b70; border-bottom: 1px solid var(--line); vertical-align: top; }
tbody tr:nth-child(even) { background: #f8fbfd; }
tbody tr:last-child td { border-bottom: 0; }
.pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.pros-cons > div { padding: 22px; border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 12px; background: #f9fcfe; }
.pros-cons h4 { margin: 0 0 10px; color: var(--navy); }
.pros-cons ul { margin: 0; padding-left: 20px; color: #4d5b70; font-size: .9rem; }
.pros-cons li { margin: 7px 0; }
.safe-login { margin-top: 20px; padding: 22px; color: #dffcff; background: linear-gradient(145deg, var(--navy), var(--blue)); border: 1px solid rgba(0,247,255,.2); border-radius: 14px; box-shadow: 0 12px 30px rgba(3,19,38,.12); }
.safe-login h4 { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; color: #fff; font-size: 1rem; }
.safe-login h4 i { color: var(--cyan); }
.safe-login ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 16px; margin: 0; padding: 0; list-style: none; }
.safe-login li { position: relative; padding-left: 24px; color: rgba(255,255,255,.76); font-size: .88rem; }
.safe-login li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--cyan); font-weight: 950; }

.faq { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 64px; align-items: start; }
.faq-intro { position: sticky; top: 104px; }
.faq-intro p { color: var(--muted); }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; box-shadow: 0 8px 20px rgba(3,19,38,.04); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; color: var(--navy); cursor: pointer; list-style: none; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: #087c86; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -4px 20px 18px; color: var(--muted); font-size: .92rem; }

.final-cta { padding: 56px 0; color: #fff; background: linear-gradient(120deg, var(--navy), var(--blue)); }
.final-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.final-cta h2 { color: #fff; }
.final-cta p { margin: 0; color: rgba(255,255,255,.68); }
.site-footer { padding-top: 50px; color: #fff; background: #020b17; }
.footer-top { display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 34px; }
.footer-top img { width: 112px; color: #fff; }
.footer-top p { max-width: 560px; color: rgba(255,255,255,.56); font-size: .82rem; }
.footer-top nav { display: flex; gap: 18px; color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 800; }
.footer-note { display: flex; align-items: center; gap: 16px; margin-top: 34px; padding: 22px 0; border-block: 1px solid rgba(255,255,255,.1); }
.footer-note span { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: var(--cyan); border: 2px solid var(--cyan); border-radius: 50%; font-weight: 950; }
.footer-note p { margin: 0; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.5; }
.footer-note strong { color: rgba(255,255,255,.86); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 28px; color: rgba(255,255,255,.38); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.mobile-bottom-nav { display: none; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .geo-badge, .login-link { display: none; }
  .slot-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .review-layout { grid-template-columns: 220px 1fr; gap: 34px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 72px; }
  .section { padding: 54px 0; }
  .desktop-nav { display: none; }
  .header-inner { min-height: 64px; gap: 14px; }
  .brand img { width: 102px; }
  .header-actions { margin-left: auto; gap: 10px; }
  .header-cta { min-height: 40px; padding: 10px 14px; font-size: .78rem; }
  .hero { min-height: 468px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,19,38,.98), rgba(4,19,38,.72)); }
  .hero-content { padding-block: 48px 42px; }
  .hero h1 { font-size: clamp(2.25rem, 12vw, 3.7rem); }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 330px; }
  .hero-points { max-width: 330px; }
  .section-heading { display: block; }
  .section-heading > a { display: inline-flex; margin-top: 10px; }
  .slot-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; }
  .slot-grid .slot-card:nth-child(n+9) { display: none; }
  .slot-card span, .slot-card p { display: none; }
  .slot-card h3 { margin-top: 6px; white-space: normal; font-size: .62rem; line-height: 1.15; min-height: 2.25em; }
  .promo-grid, .bonus-cards, .review-layout, .faq-layout, .pros-cons, .final-cta .container, .footer-top, .footer-bottom { grid-template-columns: 1fr; display: grid; }
  .review-aside, .faq-intro { position: static; }
  .review-aside nav { display: none; }
  .safe-login ul { grid-template-columns: 1fr; }
  .promo-card { min-height: 240px; }
  .final-cta .container { text-align: left; }
  .footer-top { gap: 14px; }
  .footer-top nav { flex-wrap: wrap; }
  .mobile-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(2,11,23,.96); border-top: 1px solid rgba(0,247,255,.2); box-shadow: 0 -14px 34px rgba(2,11,23,.28); backdrop-filter: blur(14px); }
  .mobile-bottom-nav a { min-width: 0; min-height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: rgba(255,255,255,.72); border: 1px solid transparent; border-radius: 10px; font-size: .68rem; font-weight: 850; line-height: 1; }
  .mobile-bottom-nav a i { color: var(--cyan); font-size: 1rem; }
  .mobile-bottom-nav a:hover, .mobile-bottom-nav a:focus-visible { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(0,247,255,.18); }
  .mobile-bottom-nav .nav-play { color: var(--navy); background: var(--cyan); box-shadow: 0 8px 24px rgba(0,247,255,.24); }
  .mobile-bottom-nav .nav-play i { color: var(--navy); }
  body { padding-bottom: 78px; }
}

@media (max-width: 430px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-cta { padding-inline: 11px; }
  .button-large { min-height: 48px; padding-inline: 18px; }
  .hero-points span { font-size: .72rem; padding: 7px 9px; }
  .promo-card div { padding: 24px; }
  .bonus-cards article, .pros-cons > div { padding: 18px; }
}
