* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #0a0c12;
            font-family: system-ui, -apple-system, 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
            color: #f0f2f5;
            line-height: 1.4;
            scroll-behavior: smooth;
        }

        .navbar {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(10, 12, 18, 0.92);
            backdrop-filter: blur(14px);
            border-bottom: 1px solid rgba(255, 180, 70, 0.25);
            padding: 12px 24px;
        }

        .nav-container {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .logo {
            font-size: 1.6rem;
            font-weight: 800;
            background: linear-gradient(135deg, #FFF, #ffb347);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: -0.5px;
        }

        .nav-links {
            display: flex;
            gap: 28px;
            list-style: none;
        }

        .nav-links li a {
            color: #eef2ff;
            text-decoration: none;
            font-weight: 500;
            transition: 0.2s;
            font-size: 1rem;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
        }

        .nav-links li a:hover {
            color: #ffbc6e;
            border-bottom-color: #ffbc6e;
        }

        .menu-toggle {
            display: none;
            background: rgba(255,180,70,0.2);
            border: 1px solid #ffb347;
            border-radius: 40px;
            padding: 6px 16px;
            font-size: 1.4rem;
            cursor: pointer;
            color: #ffb347;
            font-weight: bold;
            transition: 0.2s;
        }

        @media (max-width: 780px) {
            .menu-toggle {
                display: block;
            }
            .nav-links {
                display: none;
                flex-direction: column;
                width: 100%;
                background: rgba(15, 20, 30, 0.98);
                backdrop-filter: blur(20px);
                border-radius: 32px;
                padding: 20px;
                margin-top: 16px;
                gap: 18px;
                align-items: center;
                border: 1px solid #2a3242;
            }
            .nav-links.show {
                display: flex;
            }
            .nav-container {
                flex-direction: row;
                flex-wrap: wrap;
            }
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 24px 20px 60px;
        }

        .hero {
            text-align: center;
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            padding-bottom: 32px;
            background-image: url('static/aa.webp');
            background-size: cover;
            background-position: center 40%;
            border-radius: 18px;
            padding: 18px 14px 20px;
            position: relative;
            backdrop-filter: brightness(0.85);
            box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.55);
            scroll-margin-top: 85px;
        }

        .hero h1 {
            font-size: 2.2rem;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #FFF 60%, #ffd966);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 12px;
            font-weight: 700;
        }

        .hero h2 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #ffde7a;
        }

        .hero p {
            font-size: 1rem;
            max-width: 700px;
            margin: 0 auto 24px;
            color: #f0f0f0;
            text-shadow: 0 1px 2px black;
        }

        .btn-group {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
            margin-top: 12px;
        }

        .btn {
            display: inline-block;
            background: #1f2a3e;
            padding: 12px 28px;
            border-radius: 60px;
            font-weight: 600;
            text-decoration: none;
            color: white;
            transition: 0.2s;
            border: 1px solid rgba(255,200,80,0.3);
            backdrop-filter: blur(2px);
        }

        .btn-primary {
            background: #e05a2a;
            border: none;
            box-shadow: 0 8px 18px rgba(224,90,42,0.3);
        }

        .btn-primary:hover {
            background: #c44b1f;
            transform: scale(1.02);
        }

        .btn-outline {
            background: rgba(30,40,60,0.7);
            border: 1px solid #ffb347;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 24px;
            margin: 48px 0;
        }

        .feature-card {
            background: rgba(20, 24, 36, 0.8);
            backdrop-filter: blur(2px);
            border-radius: 32px;
            padding: 24px 20px;
            border: 1px solid rgba(255,255,255,0.08);
            transition: 0.2s;
        }

        .feature-card strong {
            display: block;
            font-size: 1.4rem;
            margin-bottom: 12px;
            color: #ffb347;
        }

        .badge-list {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin: 24px 0 20px;
            justify-content: center;
        }

        .pill {
            background: #1e2a3a;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 0.85rem;
            font-weight: 500;
        }

        .section-title {
            font-size: 1.9rem;
            font-weight: 700;
            margin: 56px 0 24px 0;
            text-align: center;
            letter-spacing: -0.3px;
            padding-left: 20px;
            text-align: left;
        }

        .channel-world {
            text-align: center;
            margin-bottom: 20px;
            font-size: 1.2rem;
            color: #dddddd;
        }

        .country-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
            gap: 18px;
            margin: 20px 0 40px;
        }

        .country-card {
            background: #11161f;
            border-radius: 28px;
            padding: 18px 12px;
            text-align: center;
            border: 1px solid #2a2f3c;
            transition: all 0.2s;
        }

        .country-card .country {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 6px;
        }

        .country-card .channel {
            font-size: 0.85rem;
            color: #ffbc6e;
            font-weight: 500;
        }

        .country-card .lang {
            font-size: 0.7rem;
            color: #9aa3b0;
        }

        .countdown-box {
            background: linear-gradient(145deg, #121724, #080b12);
            border-radius: 60px;
            padding: 24px 20px;
            margin: 48px 0;
            text-align: center;
            border: 1px solid #2a3242;
            scroll-margin-top: 80px;
        }

        .countdown-digits {
            display: flex;
            justify-content: center;
            gap: 28px;
            flex-wrap: wrap;
            margin-top: 16px;
        }

        .time-unit {
            background: #00000070;
            backdrop-filter: blur(12px);
            padding: 12px 18px;
            border-radius: 40px;
            min-width: 90px;
        }

        .time-number {
            font-size: 2.6rem;
            font-weight: 800;
            font-family: monospace;
            letter-spacing: 4px;
        }

        .faq-section {
            background: #0e121c;
            border-radius: 48px;
            padding: 32px 28px;
            margin-top: 48px;
            scroll-margin-top: 80px;
        }

        .faq-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .faq-item {
            background: #181f2c;
            padding: 18px;
            border-radius: 28px;
            text-align: center;
        }

        .faq-item a {
            color: #ffb347;
            text-decoration: none;
            font-weight: 600;
        }

        footer {
            text-align: center;
            font-size: 0.8rem;
            color: #6c7a8e;
            margin-top: 40px;
        }

        @media (max-width: 640px) {
            .container {
                padding: 16px;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .hero h2 {
                font-size: 1.4rem;
            }
            .time-number {
                font-size: 1.9rem;
            }
            .btn {
                padding: 10px 20px;
                font-size: 0.9rem;
            }
            .section-title {
                font-size: 1.6rem;
            }
            .dctv-flex {
                flex-direction: column;
                text-align: center;
            }
        }

        .dctv-flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 28px;
        }
        .dctv-content {
            flex: 2;
            min-width: 240px;
        }
        .dctv-image {
            flex: 1;
            min-width: 140px;
            text-align: center;
        }
        .dctv-image img {
            max-width: 100%;
            border-radius: 32px;
            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.5);
            border: 1px solid rgba(255,180,60,0.3);
            background: #10161f;
        }
        .dctv-card {
            background: #11161f;
            border-radius: 40px;
            padding: 32px 24px;
            margin-bottom: 30px;
            scroll-margin-top: 80px;
        }
        .install-section {
            scroll-margin-top: 80px;
        }
        .channels-section {
            scroll-margin-top: 80px;
        }
        .app-tag {
            background: #00000055;
            border-radius: 100px;
            padding: 6px 14px;
            font-size: 0.75rem;
        }

        .prize-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            justify-items: center;
            align-items: start;
            margin-top: 28px;
        }
        .prize-card {
            background: #151e2a;
            border-radius: 32px;
            padding: 20px 12px 20px;
            width: 100%;
            text-align: center;
            transition: 0.2s ease;
            border: 1px solid #2e3a48;
        }
        .prize-card img {
            width: 100%;
            max-width: 180px;
            height: auto;
            border-radius: 24px;
            margin-bottom: 16px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.4);
        }
        .prize-card .btn {
            margin-top: 10px;
            background: #2a3a55;
            display: inline-block;
            font-size: 0.9rem;
            padding: 8px 20px;
        }
        @media (max-width: 860px) {
            .prize-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
        }
        @media (max-width: 540px) {
            .prize-grid {
                grid-template-columns: repeat(2, 1fr);
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
                gap: 16px;
            }
            .prize-card:last-child {
                grid-column: span 2 / auto;
                max-width: 260px;
                justify-self: center;
            }
        }
        .install-steps {
            text-align: left;
            max-width: 900px;
            margin: 20px auto 0;
            background: rgba(0,0,0,0.3);
            border-radius: 48px;
            padding: 24px 20px;
        }
        .step-item {
            margin-bottom: 36px;
            border-bottom: 1px solid rgba(255,180,70,0.2);
            padding-bottom: 28px;
        }
        .step-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .step-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #ffbc6e;
            margin-bottom: 14px;
        }
        .step-desc {
            font-size: 1rem;
            line-height: 1.5;
            margin-bottom: 18px;
            color: #e0e4f0;
        }
        .step-img {
            max-width: 100%;
            border-radius: 32px;
            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.5);
            border: 1px solid #2e3c4e;
            background: #0b1018;
            display: block;
            margin: 16px 0 8px;
        }
        .img-row {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
            justify-content: center;
            margin-top: 12px;
        }
        .img-row img {
            width: 100%;
            max-width: 280px;
            border-radius: 28px;
            border: 1px solid #ffb34755;
        }
        @media (max-width: 640px) {
            .step-title {
                font-size: 1.3rem;
            }
            .install-steps {
                padding: 18px;
            }
        }
        .btn-prize {
            background: #2a3a55;
        }