:root {
    --gold: #f6c85f;
    --gold-2: #ffe7a3;
    --blue: #2e6bff;
    --green: #19c37d;
    --bg: #040a18;
    --panel: #0a1327;
    --panel-2: #0d1930;
    --text: #f8fbff;
    --muted: #9ba9bf;
    --line: rgba(255,255,255,.1);
    --shadow: 0 32px 80px rgba(0,0,0,.4)
}

* {
    box-sizing: border-box
}

[hidden] {
    display: none!important
}

html {
    scroll-behavior: smooth;
    background: var(--bg)
}

body {
    margin: 0;
    color: var(--text);
    font-family: Inter,"SF Pro Display","Segoe UI","Noto Sans SC",Arial,sans-serif;
    background: var(--bg);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

body:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background: radial-gradient(circle at 20% 10%,rgba(46,107,255,.14),transparent 32%),radial-gradient(circle at 82% 45%,rgba(246,200,95,.07),transparent 30%),linear-gradient(180deg,#040a18 0%,#061021 62%,#040a18 100%)
}

a {
    color: inherit;
    text-decoration: none
}

button,input,select,textarea {
    font: inherit
}

button {
    color: inherit
}

img {
    display: block;
    max-width: 100%
}

.page-width {
    width: min(1200px,calc(100% - 40px));
    margin-inline:auto}

.announce {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 110;
    text-align: center;
    padding: 9px 20px;
    color: #08101e;
    background: linear-gradient(90deg,var(--gold),#fff0bd,var(--gold));
    font-weight: 850;
    font-size: 13px;
    letter-spacing: .03em
}

.announce:not([hidden])~.site-header {
    top: 36px
}

.site-header {
    position: fixed;
    z-index: 100;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px,calc(100% - 32px));
    height: 68px;
    padding: 0 14px 0 18px;
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    background: rgba(5,12,27,.74);
    box-shadow: 0 18px 50px rgba(0,0,0,.32);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px)
}

.brand-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: max-content
}

.brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 38% 30%,#fff5c7 0 8%,var(--gold) 35%,#8a5a12 72%,#3a2204 100%);
    box-shadow: 0 0 0 2px rgba(246,200,95,.18),0 8px 20px rgba(246,200,95,.2);
    overflow: hidden
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.brand-link>span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.brand-link b {
    font-size: 19px;
    letter-spacing: .12em
}

.brand-link small {
    font-size: 8px;
    letter-spacing: .18em;
    color: var(--gold);
    margin-top: 5px;
    font-weight: 800
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: auto
}

.desktop-nav a {
    padding: 10px 13px;
    border-radius: 12px;
    color: #cbd5e5;
    font-size: 14px;
    font-weight: 700;
    transition: .2s ease
}

.desktop-nav a:hover {
    background: rgba(255,255,255,.07);
    color: #fff
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.lang-switch {
    display: flex;
    padding: 3px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255,255,255,.04)
}

.lang-switch button {
    border: 0;
    background: transparent;
    color: #9cabc0;
    border-radius: 8px;
    min-width: 34px;
    height: 30px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer
}

.lang-switch button.on {
    background: #fff;
    color: #071124;
    box-shadow: 0 4px 14px rgba(0,0,0,.18)
}

.header-download {
    min-height: 40px;
    padding: 0 17px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,var(--gold),#ffdc79);
    color: #0a1220;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(246,200,95,.22);
    transition: transform .2s ease
}

.header-download:hover {
    transform: translateY(-2px)
}

.hero {
    position: relative;
    min-height: 940px;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(180deg,#030817 0%,#071227 72%,#071222 100%)
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 68% 31%,rgba(54,100,255,.3),transparent 34%),linear-gradient(90deg,rgba(3,8,23,.88) 0%,rgba(3,8,23,.58) 44%,rgba(3,8,23,.12) 100%);
    z-index: 1
}

.hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 240px;
    z-index: 5;
    background: linear-gradient(180deg,transparent,#071222)
}

.hero-stadium {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .42;
    filter: saturate(1.18) contrast(1.08)
}

.hero-rays,.hero-confetti {
    position: absolute;
    z-index: 2;
    pointer-events: none
}

.hero-rays {
    right: -3%;
    top: 0;
    width: min(48vw,640px);
    height: 92%;
    object-fit: cover;
    opacity: .55;
    mix-blend-mode: screen
}

.hero-confetti {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .33
}

.hero-grid {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: minmax(0,.88fr) minmax(500px,1.12fr);
    align-items: center;
    gap: 14px;
    flex: 1
}

.hero-copy {
    padding-bottom: 82px
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    border-radius: 999px;
    border: 1px solid rgba(246,200,95,.28);
    background: rgba(246,200,95,.08);
    color: var(--gold-2);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4f62;
    box-shadow: 0 0 0 6px rgba(255,79,98,.14);
    animation: pulse 1.8s infinite
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 10px rgba(255,79,98,0)
    }
}

.live-note {
    margin: 18px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b6c3d7;
    font-size: 13px
}

.live-note b {
    color: #fff;
    font-variant-numeric: tabular-nums
}

.hero h1 {
    margin: 17px 0 20px;
    max-width: 720px;
    font-size: clamp(48px,5.35vw,78px);
    line-height: .99;
    letter-spacing: -.055em
}

.hero h1 span,.hero h1 em {
    display: block
}

.hero h1 em {
    font-style: normal;
    color: transparent;
    background: linear-gradient(100deg,#fff6cf 4%,var(--gold) 42%,#ffad43 94%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 12px 44px rgba(246,200,95,.16)
}

.hero h1 span:last-child {
    font-size: .54em;
    line-height: 1.2;
    letter-spacing: -.035em;
    color: #dbe6f6;
    margin-top: 10px
}

.hero-desc {
    max-width: 620px;
    margin: 0 0 28px;
    color: #aebbd0;
    font-size: 17px;
    line-height: 1.8
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 12px
}

.download-primary {
    width: min(430px,100%);
    min-height: 78px;
    padding: 12px 14px 12px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 20px;
    background: linear-gradient(135deg,var(--gold) 0%,#ffdf82 54%,#f5b63f 100%);
    color: #08111e;
    box-shadow: 0 22px 52px rgba(246,182,60,.24),inset 0 1px rgba(255,255,255,.75);
    transition: .22s ease
}

.download-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 60px rgba(246,182,60,.32)
}

.download-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: #081220;
    color: var(--gold);
    font-size: 25px;
    font-weight: 900
}

.download-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    line-height: 1.1
}

.download-copy b {
    font-size: 17px;
    font-weight: 950
}

.download-copy small {
    font-size: 11px;
    color: #574217;
    font-weight: 700
}

.button-arrow {
    font-size: 24px;
    font-weight: 900;
    padding-right: 4px
}

.backup-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px
}

.backup-row a,.backup-row button {
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 11px;
    background: rgba(255,255,255,.06);
    padding: 9px 12px;
    color: #dce7f7;
    cursor: pointer;
    font-size: 12px
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 25px;
    color: #91a2ba;
    font-size: 12px
}

.hero-note>span:first-child {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(25,195,125,.14);
    color: var(--green);
    font-weight: 900
}

.hero-stats {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: max-content;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 17px;
    background: rgba(8,18,38,.58);
    backdrop-filter: blur(12px);
    overflow: hidden
}

.hero-stats>div {
    min-width: 118px;
    padding: 14px 17px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-right: 1px solid rgba(255,255,255,.08)
}

.hero-stats>div:last-child {
    border: 0
}

.hero-stats b {
    color: #fff;
    font-size: 18px
}

.hero-stats span {
    color: #8494ac;
    font-size: 10px
}

.hero-visual {
    position: relative;
    align-self: stretch;
    min-height: 690px
}

.hero-halo {
    position: absolute;
    width: 610px;
    height: 610px;
    border-radius: 50%;
    right: -20px;
    top: 0;
    background: radial-gradient(circle,rgba(246,200,95,.28) 0 4%,rgba(56,113,255,.2) 26%,rgba(56,113,255,.04) 48%,transparent 70%);
    filter: blur(3px)
}

.hero-players {
    position: absolute;
    z-index: 4;
    width: 880px;
    max-width: none;
    right: -185px;
    bottom: 44px;
    filter: drop-shadow(0 36px 24px rgba(0,0,0,.5)) saturate(1.08)
}

.gift-float {
    position: absolute;
    z-index: 6;
    width: 210px;
    right: 12px;
    bottom: 40px;
    padding: 8px;
    border: 1px solid rgba(246,200,95,.26);
    border-radius: 22px;
    background: rgba(7,16,34,.72);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
    animation: floaty 4s ease-in-out infinite
}

.gift-float img {
    border-radius: 16px
}

@keyframes floaty {
    50% {
        transform: translateY(-11px) rotate(1deg)
    }
}

.match-chip {
    position: absolute;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
    background: rgba(5,13,29,.8);
    box-shadow: 0 12px 34px rgba(0,0,0,.32);
    backdrop-filter: blur(12px);
    font-size: 11px;
    color: #91a3bc
}

.match-chip span {
    padding: 4px 6px;
    border-radius: 6px;
    background: #f3485c;
    color: #fff;
    font-size: 9px;
    font-weight: 900
}

.match-chip b {
    color: #fff;
    font-size: 14px
}

.match-chip-a {
    top: 160px;
    right: 36px
}

.match-chip-b {
    bottom: 205px;
    left: 42px
}

.match-chip-b span {
    background: var(--green)
}

.trust-strip {
    position: relative;
    z-index: 8;
    margin-top: auto;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 74px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(3,9,21,.62);
    backdrop-filter: blur(10px)
}

.trust-strip span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b8c5d9;
    font-size: 12px
}

.trust-strip i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(25,195,125,.14);
    color: var(--green);
    font-style: normal;
    font-weight: 900
}

.section {
    position: relative;
    padding: 112px 0
}

.section-heading {
    max-width: 690px
}

.section-heading.centered {
    text-align: center;
    margin: 0 auto 50px
}

.section-heading>span,.fan-copy>span,.cta-content>span {
    display: inline-block;
    color: var(--gold);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase
}

.section-heading h2,.fan-copy h2,.cta-content h2 {
    margin: 12px 0 14px;
    font-size: clamp(34px,4.2vw,58px);
    line-height: 1.08;
    letter-spacing: -.04em
}

.section-heading p,.fan-copy p,.cta-content p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8
}

.rewards-section {
    background: linear-gradient(180deg,#071222,#050b18 55%,#060d1c)
}

.prize-grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 16px
}

.prize-card {
    grid-column: span 4;
    position: relative;
    min-height: 430px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 28px;
    background: linear-gradient(160deg,rgba(15,29,55,.94),rgba(7,15,31,.96));
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(0,0,0,.16);
    transition: .3s ease
}

.prize-card:hover {
    transform: translateY(-7px);
    border-color: rgba(246,200,95,.24)
}

.prize-card.prize-main {
    grid-column: span 8;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 480px;
    background: radial-gradient(circle at 25% 20%,rgba(46,107,255,.2),transparent 45%),linear-gradient(145deg,#0c1b39,#081226)
}

.prize-image {
    height: 275px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px 20px 0;
    background: radial-gradient(circle at 50% 48%,rgba(246,200,95,.11),transparent 56%)
}

.prize-main .prize-image {
    height: auto;
    padding: 22px 0 0 22px
}

.prize-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(0,0,0,.4))
}

.prize-text {
    padding: 25px 26px 28px
}

.prize-main .prize-text {
    align-self: center;
    padding: 38px 40px 38px 16px
}

.prize-text span {
    display: inline-block;
    padding: 6px 9px;
    border-radius: 8px;
    background: rgba(246,200,95,.11);
    color: var(--gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase
}

.prize-text h3 {
    margin: 13px 0 9px;
    font-size: 23px;
    line-height: 1.15
}

.prize-main .prize-text h3 {
    font-size: 34px
}

.prize-text p {
    margin: 0;
    color: #8f9fb6;
    font-size: 13px;
    line-height: 1.7
}

.reward-overview {
    margin-top: 22px;
    min-height: 420px;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 30px;
    background: linear-gradient(135deg,#0b1934,#07101f);
    overflow: hidden
}

.overview-copy {
    padding: 52px
}

.overview-copy>span {
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em
}

.overview-copy h3 {
    margin: 13px 0 13px;
    font-size: 36px;
    line-height: 1.12
}

.overview-copy p {
    color: var(--muted);
    line-height: 1.75
}

.overview-copy a {
    display: inline-flex;
    margin-top: 20px;
    padding: 13px 18px;
    border-radius: 12px;
    background: var(--gold);
    color: #08111f;
    font-weight: 900
}

.overview-images {
    position: relative;
    align-self: stretch;
    min-height: 420px;
    overflow: hidden
}

.overview-preview {
    position: absolute;
    z-index: 2;
    width: 72%;
    right: 5%;
    top: 13%;
    border-radius: 18px;
    box-shadow: var(--shadow);
    transform: rotate(-2deg)
}

.overview-stars {
    position: absolute;
    width: 68%;
    right: -4%;
    bottom: -6%;
    border-radius: 18px;
    opacity: .5;
    transform: rotate(4deg)
}

.play-section {
    background: radial-gradient(circle at 50% 40%,rgba(46,107,255,.1),transparent 42%),#050b18
}

.play-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

.play-card {
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 26px;
    background: rgba(10,20,40,.82);
    overflow: hidden;
    transition: .25s ease
}

.play-card.featured {
    border-color: rgba(246,200,95,.3);
    box-shadow: 0 20px 60px rgba(246,200,95,.08)
}

.play-card:hover {
    transform: translateY(-5px)
}

.play-media {
    height: 250px;
    overflow: hidden;
    background: #07101f
}

.play-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.play-card:hover .play-media img {
    transform: scale(1.035)
}

.play-copy {
    padding: 25px 25px 28px
}

.play-copy>span {
    color: var(--gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em
}

.play-copy h3 {
    margin: 10px 0 10px;
    font-size: 22px
}

.play-copy p {
    min-height: 68px;
    margin: 0;
    color: #8f9fb5;
    font-size: 13px;
    line-height: 1.7
}

.play-copy a {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    justify-content: space-between;
    color: #dfe9f8;
    font-size: 12px
}

.play-copy a i {
    color: var(--gold);
    font-style: normal
}

.app-section {
    padding: 80px 0 120px;
    background: linear-gradient(180deg,#050b18,#071225)
}

.app-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 70px
}

.phone-stage {
    position: relative;
    min-height: 700px;
    display: grid;
    place-items: center
}

.phone-stage:before {
    content: "";
    position: absolute;
    width: 78%;
    height: 17%;
    bottom: 5%;
    border-radius: 50%;
    background: rgba(20,76,174,.35);
    filter: blur(30px)
}

.phone-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(46,107,255,.3),rgba(25,195,125,.08) 40%,transparent 69%)
}

.app-phone {
    position: relative;
    z-index: 2;
    max-height: 650px;
    filter: drop-shadow(0 42px 42px rgba(0,0,0,.55));
    animation: phoneFloat 5s ease-in-out infinite
}

@keyframes phoneFloat {
    50% {
        transform: translateY(-14px)
    }
}

.phone-orbit {
    position: absolute;
    z-index: 3;
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(8,18,36,.78);
    box-shadow: 0 16px 30px rgba(0,0,0,.3);
    font-size: 22px
}

.orbit-a {
    left: 11%;
    top: 28%;
    transform: rotate(-8deg)
}

.orbit-b {
    right: 12%;
    bottom: 25%;
    color: var(--gold);
    transform: rotate(9deg)
}

.app-copy .section-heading {
    max-width: 650px
}

.app-points {
    margin: 34px 0;
    display: grid;
    gap: 14px
}

.app-points>div {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: center;
    gap: 14px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 17px;
    background: rgba(255,255,255,.025)
}

.app-points i {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(46,107,255,.14);
    color: #84a8ff;
    font-style: normal;
    font-weight: 900
}

.app-points span {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.app-points b {
    font-size: 15px
}

.app-points small {
    color: #8999af;
    line-height: 1.5
}

.simple-download {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 15px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg,var(--gold),#ffdf83);
    color: #08111e;
    font-weight: 900
}

.simple-download i {
    font-style: normal;
    font-size: 20px
}

.fan-section {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

.fan-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.fan-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(3,8,20,.96) 0%,rgba(3,8,20,.72) 40%,rgba(3,8,20,.18) 78%),linear-gradient(0deg,#050b18 0%,transparent 40%,rgba(4,10,24,.35))
}

.fan-copy {
    position: relative;
    z-index: 2;
    padding-bottom: 85px
}

.fan-copy h2 {
    max-width: 600px
}

.fan-copy p {
    max-width: 560px
}

.fan-features {
    margin-top: 28px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.fan-features b {
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    background: rgba(5,13,29,.55);
    font-size: 11px
}

.final-cta {
    min-height: 680px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.cta-banner,.cta-turf {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cta-banner {
    object-position: center;
    filter: saturate(1.15)
}

.cta-turf {
    top: auto;
    height: 32%;
    bottom: 0;
    opacity: .55;
    mix-blend-mode: screen
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(3,8,19,.96) 0%,rgba(3,8,19,.72) 49%,rgba(3,8,19,.18) 100%),linear-gradient(0deg,#040a18,transparent 40%)
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: left
}

.cta-content h2 {
    max-width: 720px
}

.cta-content p {
    max-width: 600px
}

.cta-content>a {
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    gap: 40px;
    padding: 17px 22px;
    border-radius: 15px;
    background: var(--gold);
    color: #08111e;
    font-weight: 950
}

.cta-content>a i {
    font-style: normal;
    font-size: 20px
}

.cta-content>small {
    display: block;
    margin-top: 13px;
    color: #8291a7
}

.faq-section {
    background: #040a18
}

.faq-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 80px;
    align-items: start
}

.faq-list {
    display: grid;
    gap: 10px
}

.faq-list details {
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 17px;
    background: rgba(255,255,255,.025);
    overflow: hidden
}

.faq-list summary {
    position: relative;
    padding: 21px 54px 21px 21px;
    cursor: pointer;
    font-weight: 800;
    list-style: none
}

.faq-list summary::-webkit-details-marker {
    display: none
}

.faq-list summary:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 16px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.06);
    color: var(--gold);
    font-size: 20px
}

.faq-list details[open] summary:after {
    content: "–"
}

.faq-list p {
    margin: 0;
    padding: 0 21px 22px;
    color: #8f9fb5;
    line-height: 1.72;
    font-size: 13px
}

.site-footer {
    padding: 54px 0 120px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: #030814
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px
}

.footer-brand p {
    max-width: 420px;
    color: #7f8fa6;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 16px
}

.footer-meta {
    text-align: right;
    color: #6e7e95;
    font-size: 11px;
    line-height: 1.7
}

.floating-cta {
    position: fixed;
    z-index: 80;
    left: 50%;
    bottom: max(16px,env(safe-area-inset-bottom));
    transform: translateX(-50%) translateY(140%);
    width: min(620px,calc(100% - 28px));
    padding: 10px 10px 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid rgba(246,200,95,.24);
    border-radius: 18px;
    background: rgba(7,15,31,.9);
    box-shadow: 0 20px 55px rgba(0,0,0,.5);
    backdrop-filter: blur(18px);
    transition: transform .32s ease
}

.floating-cta.show {
    transform: translateX(-50%) translateY(0)
}

.floating-cta>div {
    display: flex;
    flex-direction: column;
    gap: 3px
}

.floating-cta b {
    font-size: 13px
}

.floating-cta span {
    color: #8e9db3;
    font-size: 10px
}

.floating-cta>a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--gold);
    color: #08111e;
    font-weight: 900;
    font-size: 12px
}

.floating-cta>a span {
    color: inherit
}

.floating-cta i {
    font-style: normal;
    font-size: 17px
}

.contact-button {
    position: fixed;
    z-index: 90;
    right: 18px;
    bottom: 96px;
    padding: 12px 15px;
    border-radius: 999px;
    background: var(--blue);
    box-shadow: 0 14px 36px rgba(46,107,255,.35);
    font-size: 12px;
    font-weight: 900
}

.full-mask {
    position: fixed;
    z-index: 300;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #040a18
}

.full-mask>div {
    max-width: 500px;
    text-align: center
}

.full-mask span {
    font-size: 52px
}

.full-mask h2 {
    font-size: 34px;
    margin: 18px 0 10px
}

.full-mask p {
    color: var(--muted);
    line-height: 1.7
}

.modal {
    position: fixed;
    z-index: 250;
    inset: 0;
    padding: 20px;
    display: grid;
    place-items: center;
    background: rgba(0,4,12,.78);
    backdrop-filter: blur(10px)
}

.modal-card {
    position: relative;
    width: min(440px,100%);
    padding: 34px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background: linear-gradient(160deg,#101d35,#071020);
    box-shadow: var(--shadow);
    text-align: center
}

.modal-x {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: rgba(255,255,255,.06);
    cursor: pointer;
    font-size: 22px
}

.modal-icon {
    width: 66px;
    height: 66px;
    margin: auto;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: rgba(246,200,95,.13);
    color: var(--gold);
    font-size: 30px;
    font-weight: 900
}

.modal h3 {
    margin: 20px 0 10px;
    font-size: 23px
}

.modal p {
    color: #96a6bd;
    line-height: 1.7;
    font-size: 13px
}

.modal-button {
    width: 100%;
    margin-top: 16px;
    padding: 13px;
    border: 0;
    border-radius: 12px;
    background: var(--gold);
    color: #07101f;
    font-weight: 900;
    cursor: pointer
}

.modal-link {
    margin-top: 13px;
    border: 0;
    background: transparent;
    color: #93a3ba;
    cursor: pointer;
    font-size: 12px
}

.download-busy {
    pointer-events: none;
    opacity: .72
}

@media(max-width: 1050px) {
    .desktop-nav {
        display:none
    }

    .site-header {
        justify-content: space-between
    }

    .hero {
        min-height: 900px
    }

    .hero-grid {
        grid-template-columns: 1fr 1fr
    }

    .hero-players {
        width: 720px;
        right: -230px
    }

    .gift-float {
        width: 170px
    }

    .match-chip-b {
        left: -15px
    }

    .prize-card {
        grid-column: span 6
    }

    .prize-card.prize-main {
        grid-column: span 12
    }

    .app-grid {
        gap: 30px
    }
}

@media(max-width: 760px) {
    .page-width {
        width:min(100% - 28px,620px)
    }

    .site-header {
        top: 9px;
        width: calc(100% - 18px);
        height: 58px;
        padding: 0 8px 0 11px;
        border-radius: 16px
    }

    .brand-mark {
        width: 34px;
        height: 34px
    }

    .brand-link b {
        font-size: 15px
    }

    .brand-link small {
        font-size: 6px
    }

    .header-download {
        display: none
    }

    .lang-switch button {
        min-width: 28px;
        height: 28px;
        padding: 0 6px;
        font-size: 9px
    }

    .hero {
        min-height: 970px;
        padding-top: 100px
    }

    .hero:before {
        background: linear-gradient(180deg,rgba(3,8,23,.38),rgba(3,8,23,.95) 72%,#071222 100%)
    }

    .hero-grid {
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .hero-copy {
        position: relative;
        z-index: 8;
        width: 100%;
        padding-bottom: 22px;
        order: 2;
        margin-top: -105px
    }

    .hero-kicker {
        font-size: 9px
    }

    .live-note {
        margin-top: 12px;
        font-size: 11px
    }

    .hero h1 {
        margin: 12px 0 14px;
        font-size: 43px;
        line-height: 1.02
    }

    .hero h1 span:last-child {
        font-size: .51em;
        margin-top: 7px
    }

    .hero-desc {
        font-size: 13px;
        line-height: 1.65;
        margin-bottom: 19px
    }

    .download-primary {
        min-height: 68px;
        border-radius: 17px;
        padding: 9px 10px 9px 12px
    }

    .download-icon {
        width: 43px;
        height: 43px;
        border-radius: 13px
    }

    .download-copy b {
        font-size: 14px
    }

    .download-copy small {
        font-size: 9px
    }

    .button-arrow {
        font-size: 19px
    }

    .hero-note {
        font-size: 10px;
        margin: 12px 0 16px
    }

    .hero-stats {
        width: 100%
    }

    .hero-stats>div {
        min-width: 0;
        flex: 1;
        padding: 11px 9px
    }

    .hero-stats b {
        font-size: 15px
    }

    .hero-stats span {
        font-size: 8px
    }

    .hero-visual {
        order: 1;
        width: 100%;
        min-height: 475px
    }

    .hero-halo {
        width: 390px;
        height: 390px;
        right: -70px;
        top: 10px
    }

    .hero-players {
        width: 650px;
        right: -155px;
        bottom: 55px
    }

    .gift-float {
        width: 118px;
        right: -2px;
        bottom: 64px;
        padding: 5px;
        border-radius: 15px
    }

    .gift-float img {
        border-radius: 11px
    }

    .match-chip {
        padding: 7px 9px;
        font-size: 8px
    }

    .match-chip-a {
        top: 78px;
        right: 0
    }

    .match-chip-b {
        left: 0;
        bottom: 130px
    }

    .trust-strip {
        height: 58px;
        gap: 0;
        justify-content: space-around
    }

    .trust-strip span {
        gap: 6px;
        font-size: 9px
    }

    .trust-strip i {
        width: 20px;
        height: 20px
    }

    .section {
        padding: 78px 0
    }

    .section-heading.centered {
        margin-bottom: 30px
    }

    .section-heading h2,.fan-copy h2,.cta-content h2 {
        font-size: 33px
    }

    .section-heading p,.fan-copy p,.cta-content p {
        font-size: 13px;
        line-height: 1.7
    }

    .prize-grid {
        display: block
    }

    .prize-card,.prize-card.prize-main {
        display: block;
        min-height: 0;
        margin-bottom: 13px
    }

    .prize-main .prize-image,.prize-image {
        height: 270px;
        padding: 16px 16px 0
    }

    .prize-main .prize-text,.prize-text {
        padding: 21px 22px 25px
    }

    .prize-main .prize-text h3,.prize-text h3 {
        font-size: 21px
    }

    .reward-overview {
        display: flex;
        flex-direction: column;
        margin-top: 14px
    }

    .overview-copy {
        padding: 28px 24px
    }

    .overview-copy h3 {
        font-size: 28px
    }

    .overview-images {
        width: 100%;
        min-height: 300px
    }

    .overview-preview {
        width: 80%;
        right: 10%
    }

    .overview-stars {
        width: 78%;
        right: -6%
    }

    .play-grid {
        grid-template-columns: 1fr
    }

    .play-media {
        height: 220px
    }

    .play-copy p {
        min-height: 0
    }

    .app-section {
        padding-top: 40px
    }

    .app-grid {
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    .phone-stage {
        min-height: 540px;
        width: 100%
    }

    .app-phone {
        max-height: 500px
    }

    .phone-glow {
        width: 360px;
        height: 360px
    }

    .orbit-a {
        left: 7%
    }

    .orbit-b {
        right: 5%
    }

    .app-copy {
        width: 100%
    }

    .app-points>div {
        grid-template-columns: 44px 1fr
    }

    .app-points i {
        width: 44px;
        height: 44px
    }

    .fan-section {
        min-height: 610px
    }

    .fan-bg {
        object-position: 58% center
    }

    .fan-shade {
        background: linear-gradient(0deg,rgba(3,8,20,.96) 0%,rgba(3,8,20,.62) 58%,rgba(3,8,20,.08))
    }

    .fan-copy {
        padding-bottom: 50px
    }

    .final-cta {
        min-height: 610px
    }

    .cta-banner {
        object-position: 63% center
    }

    .cta-overlay {
        background: linear-gradient(0deg,rgba(3,8,19,.97) 0%,rgba(3,8,19,.72) 58%,rgba(3,8,19,.15))
    }

    .cta-content {
        text-align: center
    }

    .cta-content>a {
        justify-content: center
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .footer-grid {
        display: block
    }

    .footer-meta {
        text-align: left;
        margin-top: 30px
    }

    .site-footer {
        padding-bottom: 125px
    }

    .floating-cta {
        bottom: max(8px,env(safe-area-inset-bottom));
        padding: 8px 8px 8px 12px
    }

    .floating-cta>a {
        padding: 11px 13px
    }

    .floating-cta>div b {
        font-size: 11px
    }

    .floating-cta>div span {
        font-size: 8px
    }

    .contact-button {
        right: 12px;
        bottom: 88px
    }

    .modal-card {
        padding: 28px 21px
    }
}

@media(max-width: 390px) {
    .brand-link>span:last-child small {
        display:none
    }

    .hero h1 {
        font-size: 38px
    }

    .hero-visual {
        min-height: 430px
    }

    .hero-players {
        width: 590px;
        right: -155px
    }

    .hero-stats b {
        font-size: 13px
    }

    .overview-images {
        min-height: 260px
    }

    .phone-stage {
        min-height: 480px
    }

    .app-phone {
        max-height: 450px
    }
}

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