*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #0a0a00;
    color: #f5f5dc;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

ul {
    list-style: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.15;
}

.accent-text {
    color: #eab308;
}

.section-tag {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #eab308;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 3rem;
}

.section-tag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2rem;
    height: 2px;
    background: #eab308;
    transform: translateY(-50%);
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1.5rem;
    color: #f5f5dc;
}

.section-sub {
    font-size: 1.1rem;
    color: rgba(245, 245, 220, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.btn-primary {
    background: linear-gradient(135deg, #eab308, #ca9a06);
    color: #0a0a00;
    box-shadow: 0 4px 20px rgba(234, 179, 8, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #fbbf24, #eab308);
    box-shadow: 0 6px 30px rgba(234, 179, 8, 0.5);
    transform: translateY(-2px);
}

.btn-outline {
    border: 2px solid #eab308;
    color: #eab308;
    background: transparent;
}

.btn-outline:hover {
    background: #eab308;
    color: #0a0a00;
    transform: translateY(-2px);
}

.btn-small {
    padding: 0.6rem 1.5rem;
    font-size: 0.8rem;
    background: linear-gradient(135deg, #eab308, #ca9a06);
    color: #0a0a00;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-small:hover {
    background: linear-gradient(135deg, #fbbf24, #eab308);
    transform: scale(1.05);
}

.btn-lg {
    padding: 1.2rem 3rem;
    font-size: 1rem;
}

.scroll-container {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    scroll-behavior: smooth;
}

.section {
    min-height: 100vh;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
}

.side-dots {
    position: fixed;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #eab308;
    background: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0;
}

.dot.active {
    background: #eab308;
    box-shadow: 0 0 10px rgba(234, 179, 8, 0.5);
    transform: scale(1.3);
}

.dot:hover {
    background: rgba(234, 179, 8, 0.5);
}

.section-hero {
    padding: 0;
    background: #0a0a00;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 50%, rgba(234, 179, 8, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(234, 179, 8, 0.05) 0%, transparent 50%),
        linear-gradient(135deg, #0a0a00 0%, #141400 30%, #1a1800 60%, #0a0a00 100%);
}

.hero-character {
    position: absolute;
    right: -2%;
    bottom: 0;
    height: 90%;
    width: auto;
    max-width: 50%;
    object-fit: contain;
    object-position: right bottom;
    opacity: 0.55;
    mask-image: linear-gradient(to left, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 90%);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 90%);
    pointer-events: none;
}

.hero-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(2px 2px at 20% 30%, rgba(234, 179, 8, 0.3), transparent),
        radial-gradient(2px 2px at 40% 70%, rgba(234, 179, 8, 0.2), transparent),
        radial-gradient(2px 2px at 60% 20%, rgba(234, 179, 8, 0.25), transparent),
        radial-gradient(2px 2px at 80% 50%, rgba(234, 179, 8, 0.15), transparent),
        radial-gradient(2px 2px at 10% 80%, rgba(234, 179, 8, 0.2), transparent),
        radial-gradient(2px 2px at 70% 85%, rgba(234, 179, 8, 0.18), transparent),
        radial-gradient(2px 2px at 50% 10%, rgba(234, 179, 8, 0.22), transparent);
    background-size: 400px 400px;
    animation: sparkle 20s linear infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes sparkle {
    0% { transform: translateY(0) translateX(0); }
    100% { transform: translateY(-200px) translateX(100px); }
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 2rem;
}

.hero-logo {
    margin: 0 auto 2rem;
    max-width: 280px;
    filter: drop-shadow(0 4px 20px rgba(234, 179, 8, 0.3));
}

.hero-headline {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.hero-sub {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: rgba(245, 245, 220, 0.85);
    margin-bottom: 2.5rem;
    font-weight: 300;
}

.hero-ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.hero-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    opacity: 0.7;
}

.badge-text {
    font-size: 0.8rem;
    font-weight: 300;
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.scroll-indicator span {
    display: block;
    width: 24px;
    height: 40px;
    border: 2px solid rgba(234, 179, 8, 0.5);
    border-radius: 12px;
    position: relative;
}

.scroll-indicator span::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: #eab308;
    border-radius: 2px;
    animation: scrollPulse 2s infinite;
}

@keyframes scrollPulse {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(16px); }
}

.section-about {
    background: linear-gradient(135deg, #141400 0%, #0a0a00 50%, #1e1e00 100%);
    min-height: 100vh;
    padding: 6rem 2rem;
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    margin-bottom: 4rem;
}

.about-content {
    max-width: 560px;
}

.about-text {
    font-size: 1.05rem;
    color: rgba(245, 245, 220, 0.8);
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(234, 179, 8, 0.05);
    border: 1px solid rgba(234, 179, 8, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(234, 179, 8, 0.1);
    border-color: rgba(234, 179, 8, 0.3);
    transform: translateY(-4px);
}

.stat-number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: #eab308;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(245, 245, 220, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image img {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(234, 179, 8, 0.15);
}

.about-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    width: 100%;
}

.feature-card {
    background: rgba(234, 179, 8, 0.03);
    border: 1px solid rgba(234, 179, 8, 0.1);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.4s ease;
}

.feature-card:hover {
    background: rgba(234, 179, 8, 0.08);
    border-color: rgba(234, 179, 8, 0.25);
    transform: translateY(-6px);
}

.feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(234, 179, 8, 0.1);
    border-radius: 12px;
}

.feature-icon img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(85%) saturate(500%) hue-rotate(10deg);
}

.feature-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #f5f5dc;
}

.feature-card p {
    font-size: 0.9rem;
    color: rgba(245, 245, 220, 0.6);
    line-height: 1.6;
}

.section-games {
    background: #0a0a00;
    padding: 6rem 2rem;
}

.games-wrapper {
    max-width: 1200px;
    width: 100%;
}

.games-header {
    text-align: center;
    margin-bottom: 3rem;
}

.game-tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 0.75rem 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(234, 179, 8, 0.2);
    border-radius: 50px;
    color: rgba(245, 245, 220, 0.6);
    transition: all 0.3s ease;
}

.tab-btn:hover {
    border-color: #eab308;
    color: #eab308;
}

.tab-btn.active {
    background: #eab308;
    color: #0a0a00;
    border-color: #eab308;
    font-weight: 600;
}

.game-grid {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.game-grid.active {
    display: grid;
}

.game-card {
    border-radius: 12px;
    overflow: hidden;
    background: #141400;
    border: 1px solid rgba(234, 179, 8, 0.08);
    transition: all 0.4s ease;
}

.game-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(234, 179, 8, 0.15);
    border-color: rgba(234, 179, 8, 0.3);
}

.game-img-wrap {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.game-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.game-card:hover .game-img-wrap img {
    transform: scale(1.1);
}

.game-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-card:hover .game-overlay {
    opacity: 1;
}

.game-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    padding: 0.3rem 0.75rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.game-badge.hot {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
}

.game-badge.new {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
}

.game-badge.live {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    animation: livePulse 2s infinite;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.game-card h4 {
    padding: 0.75rem 1rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(245, 245, 220, 0.9);
}

.games-cta {
    text-align: center;
    margin-top: 3rem;
}

.section-providers {
    background: linear-gradient(180deg, #0a0a00 0%, #141400 50%, #0a0a00 100%);
    padding: 6rem 2rem;
}

.providers-wrapper {
    max-width: 1200px;
    width: 100%;
}

.providers-header {
    text-align: center;
    margin-bottom: 4rem;
}

.providers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.provider-card {
    background: rgba(245, 245, 220, 0.03);
    border: 1px solid rgba(234, 179, 8, 0.08);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    transition: all 0.4s ease;
}

.provider-card:hover {
    background: rgba(234, 179, 8, 0.08);
    border-color: rgba(234, 179, 8, 0.25);
    transform: translateY(-4px);
}

.provider-card img {
    max-height: 50px;
    max-width: 140px;
    object-fit: contain;
    filter: brightness(0) invert(1) opacity(0.5);
    transition: filter 0.3s ease;
}

.provider-card:hover img {
    filter: brightness(0) invert(1) opacity(0.9);
}

.providers-cta {
    text-align: center;
}

.section-testimonials {
    background: #141400;
    padding: 6rem 2rem;
}

.testimonials-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.testimonials-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.testimonials-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(20, 20, 0, 0.9), rgba(10, 10, 0, 0.95));
}

.testimonials-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.testimonial-card {
    background: rgba(234, 179, 8, 0.03);
    border: 1px solid rgba(234, 179, 8, 0.1);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    border-color: rgba(234, 179, 8, 0.3);
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.stars {
    margin-bottom: 1.5rem;
    display: flex;
    gap: 0.25rem;
}

.stars span {
    font-size: 1.25rem;
    color: #eab308;
}

.stars .star-empty {
    color: rgba(245, 245, 220, 0.2);
}

.testimonial-card blockquote p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(245, 245, 220, 0.8);
    font-style: italic;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eab308, #ca9a06);
    color: #0a0a00;
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.author-info strong {
    display: block;
    font-size: 0.95rem;
    color: #f5f5dc;
}

.author-info span {
    font-size: 0.8rem;
    color: rgba(245, 245, 220, 0.5);
}

.section-app {
    background: linear-gradient(135deg, #1e1e00, #0a0a00);
    padding: 6rem 2rem;
}

.app-wrapper {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.phone-frame {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 32px;
    overflow: hidden;
    border: 3px solid rgba(234, 179, 8, 0.3);
    box-shadow: 0 30px 80px rgba(234, 179, 8, 0.15), 0 0 0 1px rgba(234, 179, 8, 0.1);
    background: #141400;
}

.phone-frame img {
    width: 100%;
    display: block;
}

.app-content {
    max-width: 520px;
}

.app-text {
    font-size: 1.05rem;
    color: rgba(245, 245, 220, 0.8);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.app-features {
    margin-bottom: 2.5rem;
}

.app-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    font-size: 1rem;
    color: rgba(245, 245, 220, 0.85);
    border-bottom: 1px solid rgba(234, 179, 8, 0.06);
}

.feature-check {
    color: #eab308;
    font-size: 1.1rem;
    font-weight: 700;
}

.app-badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.store-badge {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
}

.store-badge:hover {
    transform: translateY(-3px);
    opacity: 1;
}

.section-footer {
    background: #0a0a00;
    border-top: 1px solid rgba(234, 179, 8, 0.1);
    min-height: auto;
    scroll-snap-align: start;
    padding: 4rem 2rem 2rem;
}

.footer-wrapper {
    max-width: 1200px;
    width: 100%;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(234, 179, 8, 0.08);
    margin-bottom: 2rem;
}

.footer-brand {
    max-width: 300px;
}

.footer-logo {
    margin-bottom: 1rem;
    filter: drop-shadow(0 2px 10px rgba(234, 179, 8, 0.2));
}

.footer-brand p {
    font-size: 0.9rem;
    color: rgba(245, 245, 220, 0.5);
    line-height: 1.7;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-col h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #eab308;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    font-size: 0.9rem;
    color: rgba(245, 245, 220, 0.5);
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-col ul li a:hover {
    color: #eab308;
    padding-left: 0.5rem;
}

.footer-payments {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(234, 179, 8, 0.08);
    margin-bottom: 2rem;
}

.footer-payments h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(245, 245, 220, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.payment-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.payment-icons img {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1) opacity(0.4);
    transition: filter 0.3s ease;
}

.payment-icons img:hover {
    filter: brightness(0) invert(1) opacity(0.8);
}

.footer-bottom {
    text-align: center;
}

.footer-legal {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto 1.5rem;
    text-align: left;
}

.footer-legal p {
    font-size: 0.75rem;
    color: rgba(245, 245, 220, 0.35);
    line-height: 1.7;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.footer-links a {
    font-size: 0.8rem;
    color: rgba(245, 245, 220, 0.4);
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #eab308;
}

.copyright {
    font-size: 0.75rem;
    color: rgba(245, 245, 220, 0.25);
}