:root {
    --bg-main: #0b0f19;
    --bg-card: rgba(15, 23, 42, 0.85);
    --primary: #ff5e36;
    --primary-gradient: linear-gradient(135deg, #ff5e36 0%, #ff416c 100%);
    --accent: #10b981;
    --accent-gradient: linear-gradient(135deg, #10b981 0%, #059669 100%);
    --purple-gradient: linear-gradient(135deg, #a855f7 0%, #6366f1 100%);
    --text-white: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.68);
    --border-light: rgba(255, 255, 255, 0.12);
}

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

html {
    scroll-behavior: smooth;
    font-family: 'Outfit', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-white);
    overflow-x: hidden;
}

body {
    position: relative;
    min-height: 100vh;
}

.bg-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}

.bg-blur-1 {
    top: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: #ff5e36;
}

.bg-blur-2 {
    bottom: 100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: #a855f7;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(11, 15, 25, 0.88);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-light);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    filter: drop-shadow(0 4px 12px rgba(255, 94, 54, 0.6));
}

.brand-text {
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 1px;
}

.brand-highlight {
    color: var(--primary);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active-link {
    color: #ffffff;
}

.nav-btn-download {
    background: var(--primary-gradient);
    color: #ffffff !important;
    padding: 10px 22px;
    border-radius: 20px;
    font-weight: 800 !important;
    box-shadow: 0 4px 20px rgba(255, 94, 54, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.nav-btn-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 94, 54, 0.65);
}

.hero-section {
    position: relative;
    max-width: 1200px;
    margin: 140px auto 100px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    z-index: 10;
}

.hero-content {
    flex: 1;
    max-width: 580px;
}

.game-logo-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.hero-game-logo {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(255, 94, 54, 0.45);
    display: block;
}

.hero-badge {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 94, 54, 0.15);
    border: 1px solid rgba(255, 94, 54, 0.35);
    border-radius: 20px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.hero-title {
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 20px;
}

.text-gradient {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 36px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.btn-primary {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--primary-gradient);
    color: #ffffff;
    padding: 16px 36px;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 10px 35px rgba(255, 94, 54, 0.5);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-playstore-large {
    min-width: 280px;
}

.btn-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 45px rgba(255, 94, 54, 0.75);
}

.btn-icon {
    font-size: 28px;
}

.btn-text-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.btn-text-group small {
    font-size: 11px;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-text-group strong {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.hero-preview {
    flex: 1;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.phone-frame {
    position: relative;
    width: 320px;
    height: 640px;
    max-width: 90vw;
    background: #090d16;
    border: 8px solid #1e293b;
    border-radius: 44px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(255, 94, 54, 0.3);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-preview:hover .phone-frame {
    transform: scale(1.03);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.9), 0 0 55px rgba(255, 94, 54, 0.6);
}

.phone-screen {
    width: 100%;
    height: 100%;
    border-radius: 36px;
    overflow: hidden;
    background: #0f172a;
}

.relative-screen {
    position: relative;
}

.screen-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tap-play-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 35px;
}

.play-pulse-btn {
    background: var(--primary-gradient);
    color: #ffffff;
    padding: 14px 22px;
    border-radius: 30px;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 30px rgba(255, 94, 54, 0.6);
    animation: playBtnPulse 1.8s infinite ease-in-out;
}

@keyframes playBtnPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

.privacy-main-container {
    position: relative;
    max-width: 1000px;
    margin: 130px auto 80px;
    padding: 0 24px;
    z-index: 10;
}

.privacy-document-card {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    backdrop-filter: blur(24px);
    padding: 50px 48px;
    border-radius: 32px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.privacy-doc-header {
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 28px;
    margin-bottom: 36px;
}

.privacy-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--primary);
    background: rgba(255, 94, 54, 0.12);
    border: 1px solid rgba(255, 94, 54, 0.3);
    padding: 4px 12px;
    border-radius: 16px;
    margin-bottom: 12px;
}

.privacy-doc-title {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 8px;
}

.privacy-meta-date {
    font-size: 14px;
    color: var(--text-muted);
}

.lead-text {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 32px;
}

.privacy-section-block {
    margin-bottom: 32px;
}

.privacy-section-block h2 {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.privacy-section-block p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 12px;
}

.privacy-section-block ul {
    margin: 12px 0 16px 24px;
}

.privacy-section-block li {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 8px;
}

.link-box, .contact-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-light);
    padding: 16px 20px;
    border-radius: 16px;
    margin-top: 12px;
    word-break: break-all;
}

.link-box a, .contact-box a {
    color: var(--primary);
    text-decoration: underline;
    font-weight: 700;
}

.footer {
    position: relative;
    border-top: 1px solid var(--border-light);
    background: rgba(11, 15, 25, 0.95);
    padding: 40px 24px;
    z-index: 10;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-brand p {
    color: var(--text-muted);
    font-size: 14px;
    margin-top: 6px;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
}

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

@media (max-width: 900px) {
    .nav-container {
        padding: 12px 16px;
    }

    .brand-text {
        font-size: 18px;
    }

    .nav-links {
        gap: 12px;
    }

    .nav-links a {
        font-size: 13px;
    }

    .nav-btn-download {
        padding: 8px 14px;
        font-size: 11px !important;
    }

    .hero-section {
        flex-direction: column;
        text-align: center;
        margin-top: 90px;
        margin-bottom: 50px;
        gap: 30px;
        padding: 0 16px;
    }

    .game-logo-header {
        justify-content: center;
    }

    .hero-title {
        font-size: clamp(38px, 10vw, 54px);
    }

    .hero-subtitle {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-buttons {
        justify-content: center;
        width: 100%;
    }

    .btn-playstore-large {
        width: 100%;
        min-width: 0;
        justify-content: center;
        padding: 14px 20px;
    }

    .phone-frame {
        width: min(300px, 85vw);
        height: min(600px, 160vw);
    }

    .privacy-main-container {
        margin-top: 90px;
        padding: 0 16px;
    }

    .privacy-document-card {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .footer-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .brand-icon {
        width: 30px;
        height: 30px;
    }

    .hero-game-logo {
        width: 44px;
        height: 44px;
    }

    .hero-badge {
        font-size: 10px;
        padding: 4px 10px;
    }

    .play-pulse-btn {
        font-size: 10px;
        padding: 10px 16px;
    }
}
