:root {
    --green: #7dff20;
    --green-deep: #0d6d08;
    --gold: #ffc61a;
    --line: rgba(125, 255, 32, 0.24);
    --soft: rgba(255, 255, 255, 0.78);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, system-ui, sans-serif;
    background:
        radial-gradient(circle at 72% 15%, rgba(125, 255, 32, 0.18), transparent 34rem),
        radial-gradient(circle at 20% 8%, rgba(255, 198, 26, 0.10), transparent 30rem),
        linear-gradient(180deg, #020502 0%, #000 52%, #021006 100%);
    min-height: 100vh;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(16px);
}

.brand img {
    width: 132px;
    height: 132px;
    object-fit: contain;
    margin: -24px 0 -30px;
    background: transparent;
    filter: drop-shadow(0 0 18px rgba(125, 255, 32, 0.35));
}

.brand,
.brand img,
.phone-frame img {
    background-color: transparent !important;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.16rem;
    letter-spacing: 0;
}

.nav-links a {
    color: white;
    opacity: 0.88;
    padding: 0.65rem 0;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-links a:hover,
.nav-links .active {
    color: var(--green);
    border-color: var(--green);
}

.download-top,
.card-download,
.cta-band a {
    background: linear-gradient(180deg, #70db13, #1a7209);
    border: 1px solid #a6ff35;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 22px rgba(125, 255, 32, 0.2);
}

.download-top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 190px;
    border-radius: 8px;
    padding: 0.7rem 1rem;
    text-transform: uppercase;
}

.download-top i {
    color: var(--gold);
    font-size: 1.55rem;
}

.download-top strong,
.download-top small {
    display: block;
    line-height: 1.15;
}

.download-top small {
    color: rgba(255, 255, 255, 0.86);
    text-transform: none;
}

.menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid var(--line);
    color: var(--green);
    background: rgba(2, 30, 7, 0.82);
}

.hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(125, 255, 32, 0.12);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(100deg, rgba(0, 0, 0, 0.82), rgba(0, 30, 8, 0.46), rgba(0, 0, 0, 0.72)),
        repeating-linear-gradient(110deg, transparent 0 86px, rgba(125, 255, 32, 0.045) 87px 89px);
}

.ticker {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 0.85rem;
    border-bottom: 1px solid rgba(125, 255, 32, 0.14);
    background: rgba(4, 33, 7, 0.56);
    padding: 0.75rem 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.ticker i,
.ticker strong {
    color: var(--gold);
}

.hero-copy,
.hero-art {
    position: relative;
    z-index: 1;
}

.kicker,
.hero-copy h1,
.section-title h2,
.seo-section h2,
.cta-band h2,
.game-card h3 {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0;
}

.kicker {
    color: white;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 3px 12px #000;
}

.hero-copy h1 {
    max-width: 780px;
    margin-top: 0.5rem;
    color: white;
    font-size: clamp(3rem, 8vw, 6.8rem);
    line-height: 0.92;
    text-transform: uppercase;
    text-shadow: 0 6px 22px #000;
}

.hero-copy h1 span {
    color: var(--gold);
}

.hero-copy h1 strong {
    display: block;
    color: var(--green);
}

.hero-text {
    margin-top: 1rem;
    max-width: 760px;
    color: var(--soft);
    font-size: 1.08rem;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.65rem;
    max-width: 760px;
}

.trust-strip span {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 58px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(0, 15, 4, 0.72);
    padding: 0.7rem;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
}

.trust-strip i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border: 1px solid rgba(125, 255, 32, 0.45);
    border-radius: 8px;
    color: var(--green);
    background: rgba(21, 95, 6, 0.45);
}

.search-box {
    display: flex;
    margin-top: 1.25rem;
    max-width: 610px;
}

.search-box input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background: rgba(0, 0, 0, 0.58);
    padding: 0.95rem 1rem;
    color: white;
    font-size: 1rem;
    outline: none;
}

.search-box input:focus {
    border-color: var(--green);
}

.search-box button {
    width: 62px;
    border: 1px solid rgba(125, 255, 32, 0.8);
    border-radius: 0 8px 8px 0;
    background: linear-gradient(180deg, #62cb13, #174e08);
    color: white;
    font-size: 1.35rem;
}

.hero-art {
    min-height: 430px;
}

.phone-frame {
    position: relative;
    z-index: 2;
    width: min(300px, 72vw);
    margin: 0 auto;
    border: 9px solid #151515;
    border-radius: 42px;
    background: linear-gradient(160deg, #040404, #07260a 48%, #050505);
    padding: 3.5rem 1.35rem 2rem;
    text-align: center;
    transform: rotate(7deg);
    box-shadow: 0 0 0 2px rgba(255, 198, 26, 0.72), 0 25px 80px rgba(0, 0, 0, 0.78);
}

.phone-notch {
    position: absolute;
    left: 50%;
    top: 0.9rem;
    width: 92px;
    height: 12px;
    transform: translateX(-50%);
    border-radius: 99px;
    background: #111;
}

.phone-frame img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
}

.phone-frame p {
    margin-top: 1rem;
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.45rem;
    line-height: 0.98;
    text-transform: uppercase;
}

.phone-frame a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1.15rem;
    border-radius: 8px;
    background: linear-gradient(180deg, #73de16, #176708);
    padding: 0.85rem 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cards {
    position: absolute;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 92px;
    height: 126px;
    border-radius: 8px;
    background: linear-gradient(145deg, #fff7d7, #d6bc75);
    color: #9d1111;
    font-family: Georgia, serif;
    font-size: 3rem;
    font-weight: 900;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
}

.cards span {
    display: block;
    font-size: 2rem;
}

.cards-one {
    left: 4%;
    top: 8%;
    transform: rotate(-16deg);
}

.cards-two {
    left: 18%;
    top: 4%;
    color: #080808;
    transform: rotate(8deg);
}

.coin-stack {
    position: absolute;
    width: 128px;
    height: 74px;
    border-radius: 50%;
    background:
        radial-gradient(circle, #ffe988 0 22%, #ffc61a 23% 46%, #0b7712 47% 68%, #ffd65a 69% 100%);
    box-shadow: 0 18px 0 #b87a00, 0 28px 35px rgba(0, 0, 0, 0.6);
}

.stack-one {
    left: 4%;
    bottom: 16%;
}

.stack-two {
    right: 2%;
    bottom: 9%;
}

.crown {
    position: absolute;
    right: 3%;
    top: 16%;
    color: var(--gold);
    font-size: 6.5rem;
    transform: rotate(18deg);
    filter: drop-shadow(0 0 18px rgba(255, 198, 26, 0.45));
}

.section-wrap,
.features-section,
.seo-section,
.faq-section {
    padding: 2rem 0;
}

.section-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.1rem;
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto 1rem;
    text-align: center;
}

.section-title span {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--green));
}

.section-title span:last-child {
    background: linear-gradient(90deg, var(--green), var(--gold), transparent);
}

.section-title h2 {
    color: #ffeab6;
    font-size: clamp(2.2rem, 4vw, 3.1rem);
    line-height: 1;
}

.section-title p {
    color: #e3d9bd;
}

.games-shell {
    position: relative;
    width: min(1230px, calc(100% - 2rem));
    margin: 0 auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(0, 18, 5, 0.64);
    padding: 2rem 1.35rem;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.25rem;
}

.game-card {
    overflow: hidden;
    border: 1px solid rgba(125, 255, 32, 0.32);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(7, 25, 9, 0.94), rgba(0, 4, 2, 0.96));
    padding: 0.72rem;
    text-align: center;
    box-shadow: inset 0 0 22px rgba(125, 255, 32, 0.05);
}

.game-art {
    position: relative;
    display: grid;
    place-items: center;
    height: 132px;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 198, 26, 0.34), transparent 34%),
        linear-gradient(135deg, rgba(95, 5, 5, 0.88), rgba(3, 42, 6, 0.94));
}

.game-art i {
    color: var(--gold);
    font-size: 4.2rem;
    filter: drop-shadow(0 0 16px rgba(255, 198, 26, 0.55));
}

.art-2,
.art-6 {
    background:
        radial-gradient(circle at 50% 38%, rgba(125, 255, 32, 0.28), transparent 34%),
        linear-gradient(135deg, rgba(68, 6, 105, 0.88), rgba(2, 20, 6, 0.94));
}

.art-4 {
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 45, 45, 0.28), transparent 34%),
        linear-gradient(135deg, rgba(82, 2, 2, 0.88), rgba(2, 20, 6, 0.94));
}

.badge {
    position: absolute;
    left: 0.6rem;
    top: 0.55rem;
    border: 1px solid rgba(255, 198, 26, 0.62);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.56);
    padding: 0.18rem 0.5rem;
    color: var(--gold);
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.game-card h3 {
    margin-top: 0.78rem;
    color: #fff1c3;
    font-size: 1.7rem;
    line-height: 1;
}

.size {
    color: rgba(255, 255, 255, 0.76);
}

.rating {
    color: var(--gold);
    font-weight: 800;
}

.bonus {
    min-height: 2.5rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
}

.card-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    margin-top: 0.72rem;
    border-radius: 8px;
    padding: 0.68rem 0.45rem;
    color: white;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.slide-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(125, 255, 32, 0.5);
    border-radius: 999px;
    background: rgba(1, 18, 4, 0.92);
    color: white;
}

.prev {
    left: -20px;
}

.next {
    right: -20px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 98px;
    border-left: 1px solid rgba(125, 255, 32, 0.16);
    background: rgba(1, 31, 7, 0.65);
    padding: 1rem;
}

.feature:first-child {
    border-left: 0;
    border-radius: 8px 0 0 8px;
}

.feature:last-child {
    border-radius: 0 8px 8px 0;
}

.feature i {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 198, 26, 0.65);
    border-radius: 999px;
    color: var(--gold);
    background: radial-gradient(circle, rgba(125, 255, 32, 0.46), rgba(1, 26, 4, 0.88));
    font-size: 1.5rem;
}

.feature h2 {
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.feature p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.9rem;
}

.seo-section {
    color: rgba(255, 255, 255, 0.8);
}

.seo-section h2 {
    color: white;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
}

.seo-section strong {
    color: var(--gold);
}

.seo-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.seo-list article,
.faq-section details {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(1, 20, 6, 0.7);
    padding: 1rem;
}

.seo-list h3 {
    color: #ffeab6;
    font-weight: 900;
}

.compact {
    width: 100%;
}

.faq-section details + details {
    margin-top: 0.75rem;
}

.faq-section summary {
    cursor: pointer;
    color: #ffeab6;
    font-weight: 900;
}

.faq-section p {
    margin-top: 0.55rem;
    color: rgba(255, 255, 255, 0.76);
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(1120px, calc(100% - 2rem));
    margin: 1.5rem auto;
    border: 1px solid rgba(125, 255, 32, 0.42);
    border-radius: 8px;
    background: rgba(2, 28, 8, 0.72);
    padding: 1.05rem 2rem;
}

.cta-band div {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
    align-items: center;
}

.cta-band div > i {
    grid-row: span 2;
    color: var(--green);
    font-size: 2rem;
}

.cta-band h2 {
    color: white;
    font-size: 2rem;
    line-height: 1;
}

.cta-band p {
    color: rgba(255, 255, 255, 0.78);
}

.cta-band a {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    border-radius: 8px;
    padding: 0.9rem 1.4rem;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

footer {
    border-top: 1px solid rgba(125, 255, 32, 0.14);
    padding: 1.5rem 1rem 2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.62);
}

.hidden-card {
    display: none;
}

@media (max-width: 1120px) {
    .nav-links {
        gap: 1rem;
    }

    .download-top {
        display: none;
    }

    .games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .features-section .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature,
    .feature:first-child,
    .feature:last-child {
        border: 1px solid rgba(125, 255, 32, 0.16);
        border-radius: 8px;
    }
}

@media (max-width: 820px) {
    .brand img {
        width: 96px;
        height: 96px;
        margin: -14px 0 -18px;
    }

    .nav-links {
        position: absolute;
        left: 1rem;
        right: 1rem;
        top: 78px;
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border: 1px solid var(--line);
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.96);
        padding: 1rem;
    }

    .nav-links.open {
        display: grid;
    }

    .trust-strip,
    .games-grid,
    .seo-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-art {
        min-height: 380px;
    }

    .cards {
        width: 72px;
        height: 98px;
        font-size: 2.2rem;
    }

    .crown {
        font-size: 4.5rem;
    }

    .cta-band {
        align-items: stretch;
        flex-direction: column;
    }

    .cta-band a {
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .ticker {
        justify-content: flex-start;
        font-size: 0.9rem;
    }

    .hero-copy h1 {
        font-size: 3.35rem;
    }

    .trust-strip,
    .games-grid,
    .seo-list,
    .features-section .grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .section-title span {
        display: none;
    }

    .games-shell {
        padding: 1rem;
    }

    .slide-btn {
        display: none;
    }

    .phone-frame {
        transform: rotate(3deg);
    }

    .coin-stack {
        width: 92px;
        height: 52px;
    }

    .cta-band {
        padding: 1rem;
    }
}
