 :root {
            --black: #1A1A1A;
            --gold: #e0aa0a;
            --dark-gold: #cd961b;
            --white: #FFFFFF;
            --gray: #666666;
            --light-gray: #CCCCCC;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #1A1A1A;
            color: #FFFFFF;
            font-family: 'Lato', sans-serif;
            overflow-x: hidden;
        }

        .navbar-custom {
            transition: all 0.3s ease;
            background: rgba(26, 26, 26, 0.95);
            padding: 15px 0;
        }

        .navbar-custom.scrolled {
            background: rgba(26, 26, 26, 0.98);
            box-shadow: 0 2px 20px rgba(201, 169, 97, 0.2);
            border-bottom: 1px solid rgba(201, 169, 97, 0.3);
        }

        .logo-text {
            font-family: 'Lato', sans-serif;
            color: #E0AA0A;
            font-weight: 700;
            font-size: 1.2rem;
            letter-spacing: 2px;
        }

        .btn-gold {
            background: #E0AA0A;
            border: none;
            color: #1A1A1A;
            font-weight: 700;
            padding: 12px 32px;
            border-radius: 12px;
            transition: all 0.3s ease;
            font-family: 'Lato', sans-serif;
            letter-spacing: 1px;
        }

        .btn-gold:hover {
            background: #B8941F;
            color: #1A1A1A;
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(201, 169, 97, 0.4);
        }

        .hero-section {
            padding-top: 140px;
            padding-bottom: 80px;
            background: linear-gradient(180deg, #1A1A1A 0%, #0A0A0A 100%);
        }

        .hero-badge {
            display: inline-block;
            background: transparent;
            border: 1px solid #E0AA0A;
            border-radius: 12px;
            padding: 8px 20px;
            color: #E0AA0A;
            font-weight: 400;
            margin-bottom: 30px;
            letter-spacing: 3px;
            font-size: 0.7rem;
            text-transform: uppercase;
        }

        .hero-title {
            font-family: 'Lato', sans-serif;
            font-size: 3.5rem;
            font-weight: 300;
            line-height: 1.2;
            margin-bottom: 30px;
            color: #FFFFFF;
        }

        .gradient-text {
            color: #E0AA0A;
            font-family: 'Lato', sans-serif;
            font-weight: 700;
        }

        .number-369 {
            font-family: 'Lato', sans-serif;
            font-size: 5rem;
            font-weight: 900;
            color: #E0AA0A;
            letter-spacing: 6px;
        }

        .hero-subtitle {
            font-size: 1.2rem;
            color: #CCCCCC;
            margin-bottom: 40px;
            line-height: 1.8;
            font-weight: 300;
        }

        .countdown-box {
            background: rgba(201, 169, 97, 0.1);
            border: 1px solid rgba(201, 169, 97, 0.3);
            border-radius: 12px;
            padding: 30px;
        }

        .countdown-item {
            background: #0A0A0A;
            border: 1px solid rgba(201, 169, 97, 0.2);
            border-radius: 12px;
            padding: 15px 25px;
            min-width: 90px;
        }

        .countdown-number {
            font-family: 'Lato', sans-serif;
            font-size: 2.5rem;
            font-weight: 700;
            color: #E0AA0A;
        }

        .countdown-label {
            font-size: 0.7rem;
            color: #999999;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 400;
        }

        .section-dark {
            background: rgba(10, 10, 10, 0.8);
            border-top: 1px solid rgba(201, 169, 97, 0.1);
            border-bottom: 1px solid rgba(201, 169, 97, 0.1);
        }

        .section-title {
            font-family: 'Lato', sans-serif;
            font-size: 2.5rem;
            font-weight: 300;
            margin-bottom: 20px;
            color: #FFFFFF;
        }

        .section-subtitle {
            font-size: 1.1rem;
            color: #CCCCCC;
            max-width: 800px;
            margin: 0 auto 60px;
            line-height: 1.8;
            font-weight: 300;
        }

        .feature-card {
            background: rgba(26, 26, 26, 0.8);
            border: 1px solid rgba(201, 169, 97, 0.2);
            border-radius: 12px;
            padding: 25px;
            transition: all 0.3s ease;
            height: 100%;
        }

        .feature-card:hover {
            border-color: #E0AA0A;
            background: rgba(26, 26, 26, 0.95);
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(201, 169, 97, 0.2);
        }

        .feature-icon {
            font-size: 1.3rem;
            color: #E0AA0A;
        }

        .benefit-card {
            background: rgba(26, 26, 26, 0.8);
            border: 1px solid rgba(201, 169, 97, 0.2);
            border-radius: 12px;
            padding: 35px;
            transition: all 0.3s ease;
            height: 100%;
        }

        .benefit-card:hover {
            border-color: #E0AA0A;
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(201, 169, 97, 0.25);
        }

        .benefit-icon {
            font-size: 2.5rem;
            color: #E0AA0A;
            margin-bottom: 20px;
        }

        .expert-card {
            background: rgba(26, 26, 26, 0.8);
            border: 1px solid rgba(201, 169, 97, 0.2);
            border-radius: 12px;
            padding: 30px;
            text-align: center;
            transition: all 0.3s ease;
            height: 100%;
        }

        .expert-card:hover {
            border-color: #E0AA0A;
            transform: translateY(-3px);
        }

        .expert-name {
            font-family: 'Lato', sans-serif;
            font-size: 1.2rem;
            font-weight: 700;
            color: #E0AA0A;
            margin-bottom: 8px;
            letter-spacing: 1px;
        }

        .expert-title {
            font-size: 0.9rem;
            color: #999999;
            font-style: italic;
            margin-bottom: 15px;
        }

        .step-card {
            background: rgba(26, 26, 26, 0.6);
            border-left: 3px solid #E0AA0A;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 20px;
        }

        .step-number {
            background: #E0AA0A;
            color: #1A1A1A;
            font-family: 'Lato', sans-serif;
            font-weight: 900;
            width: 50px;
            height: 50px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
        }

        .testimonial-card {
            background: rgba(26, 26, 26, 0.8);
            border: 1px solid rgba(201, 169, 97, 0.2);
            border-radius: 12px;
            padding: 35px;
            height: 100%;
        }

        .star-icon {
            color: #E0AA0A;
            font-size: 1rem;
        }

        .pricing-box {
            background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(10, 10, 10, 0.95) 100%);
            border: 2px solid #E0AA0A;
            border-radius: 12px;
            padding: 60px;
            box-shadow: 0 20px 60px rgba(201, 169, 97, 0.3);
        }

        .price-old {
            color: #999999;
            text-decoration: line-through;
            font-size: 1.2rem;
        }

        .price-current {
            font-family: 'Lato', sans-serif;
            font-size: 4rem;
            font-weight: 900;
            color: #E0AA0A;
        }

        .price-discount {
            color: #90EE90;
            font-weight: 400;
        }

        .btn-cta {
            background: #E0AA0A;
            border: none;
            color: #1A1A1A;
            font-weight: 700;
            padding: 20px 40px;
            border-radius: 12px;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .btn-cta:hover {
            background: #B8941F;
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(201, 169, 97, 0.5);
        }

        .highlight-box {
            background: rgba(201, 169, 97, 0.1);
            border-left: 3px solid #E0AA0A;
            border-radius: 12px;
            padding: 25px;
            margin: 30px 0;
        }

        .info-box {
            background: rgba(201, 169, 97, 0.08);
            border-left: 3px solid #E0AA0A;
            border-radius: 12px;
            padding: 25px;
            margin: 30px 0;
        }

        /* FAQ Styles */
        .faq-section {
            background: #0A0A0A;
        }

        .faq-item {
            background: rgba(26, 26, 26, 0.8);
            border: 1px solid rgba(201, 169, 97, 0.2);
            border-radius: 12px;
            margin-bottom: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            border-color: #E0AA0A;
        }

        .faq-question {
            padding: 25px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            color: #FFFFFF;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: rgba(201, 169, 97, 0.1);
        }

        .faq-question i {
            color: #E0AA0A;
            transition: transform 0.3s ease;
        }

        .faq-question.active i {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 25px;
        }

        .faq-answer.active {
            max-height: 500px;
            padding: 0 25px 25px;
        }

        .faq-answer p {
            color: #CCCCCC;
            line-height: 1.8;
        }

        footer {
            background: #0A0A0A;
            padding: 40px 0;
            color: #999999;
            border-top: 1px solid rgba(201, 169, 97, 0.2);
        }

        .footer-logo {
            font-family: 'Lato', sans-serif;
            color: #E0AA0A;
            font-weight: 700;
            letter-spacing: 2px;
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            .number-369 {
                font-size: 3.5rem;
            }
            .section-title {
                font-size: 2rem;
            }
            .price-current {
                font-size: 3rem;
            }
        }