 * {
            font-family: 'Inter', sans-serif;
        }

        body {
            background: #000;
            color: #fff;
            overflow-x: hidden;
        }

        html {
            scroll-behavior: smooth;
        }

        /* NAVBAR */

        .navbar {
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(10px);
        }

        .navbar-brand {
            font-weight: 900;
            letter-spacing: 2px;
            color: #ffc107 !important;
        }

        .nav-link {
            color: white !important;
            font-weight: 600;
            margin-left: 20px;
        }

        .nav-link:hover {
            color: #ffc107 !important;
        }

        .btn-gold {
            background: #ffc107;
            color: #000;
            font-weight: 800;
            border-radius: 50px;
            padding: 12px 28px;
            border: none;
            transition: .3s;
        }

        .btn-gold:hover {
            transform: translateY(-3px);
            background: #ffcd39;
        }

        .btn-outline-custom {
            border: 1px solid #fff;
            color: #fff;
            border-radius: 50px;
            padding: 12px 28px;
            font-weight: 700;
        }

        .btn-outline-custom:hover {
            background: #fff;
            color: #000;
        }

        /* HERO */

.hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-subtitle {
    color: #ffc107;
    letter-spacing: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-title {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.1;
}

.hero-text {
    color: #ccc;
    font-size: 20px;
    max-width: 800px;
    margin: auto;
}
        /* FEATURES */

        .feature-box {
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .1);
            border-radius: 20px;
            padding: 20px;
            backdrop-filter: blur(10px);
        }

        /* SECTION */

        .section-padding {
            padding: 100px 0;
        }

        .section-subtitle {
            color: #ffc107;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 4px;
        }

        .section-title {
            font-size: 50px;
            font-weight: 900;
        }

        /* PACKAGE CARDS */

        .package-card {
            background: #111;
            border-radius: 30px;
            overflow: hidden;
            transition: .4s;
            border: 1px solid rgba(255, 255, 255, .08);
            height: 100%;
        }

        .package-card:hover {
            transform: translateY(-10px);
            border-color: #ffc107;
        }

        .package-img {
            height: 300px;
            object-fit: cover;
            width: 100%;
        }

        .package-badge {
            position: absolute;
            top: 20px;
            left: 20px;
            background: #ffc107;
            color: #000;
            font-weight: 800;
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 14px;
        }

        .package-price {
            color: #ffc107;
            font-size: 42px;
            font-weight: 900;
        }

        /* WHY US */

        .why-box {
            background: rgba(255, 255, 255, .05);
            border-radius: 25px;
            padding: 20px;
            border: 1px solid rgba(255, 255, 255, .08);
        }

        .why-icon {
            width: 50px;
            height: 50px;
            background: #ffc107;
            color: #000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            font-size: 24px;
        }

        /* OFFER */

        .offer-section {
            background:
                linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)),
                url('https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?q=80&w=1600&auto=format&fit=crop');
            background-size: cover;
            background-position: center;
        }

        .offer-box {
            background: rgba(255, 255, 255, .08);
            backdrop-filter: blur(10px);
            border-radius: 25px;
            padding: 40px;
            border: 1px solid rgba(255, 255, 255, .08);
        }

        /* TESTIMONIAL */

        .testimonial-card {
            background: #111;
            border-radius: 30px;
            padding: 40px;
            border: 1px solid rgba(255, 255, 255, .08);
            height: 100%;
        }

        /* FAQ */

        .accordion-item {
            background: #111;
            border: 1px solid rgba(255, 255, 255, .08);
            margin-bottom: 20px;
            border-radius: 20px !important;
            overflow: hidden;
        }

        .accordion-button {
            background: #111;
            color: white;
            font-weight: 700;
            font-size: 20px;
        }

        .accordion-button:not(.collapsed) {
            background: #111;
            color: #ffc107;
        }

        .accordion-body {
            color: #ccc;
        }

        .accordion-button::after {
            filter: brightness(0) invert(1);
        }

        /* CTA */

        .cta-section {
            background: #ffc107;
            color: #000;
        }

        .cta-title {
            font-size: 60px;
            font-weight: 900;
        }

        /* FOOTER */

        footer {
            border-top: 1px solid rgba(255, 255, 255, .08);
            color: #888;
        }

        /* MOBILE */

        @media(max-width:768px) {
            .hero-title {
                font-size: 42px;
            }

            .section-title {
                font-size: 36px;
            }

            .cta-title {
                font-size: 40px;
            }

            .hero-text {
                font-size: 16px;
            }
        }

         /* STEPS */
        .step {
            background: #111;
            padding: 40px;
            border-radius: 25px;
            border: 1px solid rgba(255,255,255,.08);
            height: 100%;
        }

        .step-number {
            font-size: 50px;
            font-weight: 900;
            color: rgba(255,255,255,.1);
        }
