:root {
    --primary: #5e2ced;
    --secondary: #ff6b6b;
    --dark: #1a1a2e;
    --light-bg: #f8f9ff;
    --glass-bg: rgba(255, 255, 255, 0.15);
    --glass-border: rgba(255, 255, 255, 0.25);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--light-bg);
    overflow-x: hidden;
}

/* ========== GLASSMORPHISM ========== */
.glass,
.glass-nav,
.feature-card,
.pricing-card,
.testimonial-card,
.sample-card,
.trust-card,
.guarantee-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* ========== BUTTONS ========== */
.btn-gradient {
    background: linear-gradient(90deg, #5e2ced, #a742ec);
    border: none;
    color: white;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(94, 44, 237, 0.3);
}

.btn-gradient:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(94, 44, 237, 0.4);
    color: white;
}

.btn-outline-light {
    border: 2px solid white;
    background: #dee2e6;
    color: #142ca5;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-outline-light:hover {
    background: white;
    color: #5e2ced;
}

/* Sample button - text black fix */
.btn-outline-primary {
    border: 2px solid #5e2ced;
    background: transparent;
    color: #6e0b5c !important;  /* Force black text */
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-outline-primary:hover {
    background: #5e2ced;
    color: white !important;
    border-color: #5e2ced;
}

/* ========== TYPOGRAPHY ========== */
.gradient-text {
    background: linear-gradient(90deg, #5e2ced, #ff6b6b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #1a1a2e, #5e2ced);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

/* ========== HERO SECTION ========== */
.hero-section {
    padding: 160px 0 90px;
    background: linear-gradient(135deg, #f5f7ff 0%, #e9eeff 100%);
    position: relative;
    overflow: hidden;
}

.price-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    border-radius: 60px;
    backdrop-filter: blur(5px);
}

.old-price {
    text-decoration: line-through;
    font-size: 1.4rem;
    color: #888;
}

.new-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #5e2ced;
}

.offer-tag {
    background: #ff6b6b;
    color: white;
    padding: 5px 15px;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 600;
}

.countdown-box {
    background: rgba(0, 0, 0, 0.75);
    display: inline-block;
    padding: 12px 24px;
    border-radius: 60px;
    color: white;
    backdrop-filter: blur(4px);
}

#timer {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

#timer div {
    background: #5e2ced;
    padding: 8px 16px;
    border-radius: 16px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    min-width: 70px;
}

/* ========== PROBLEM & SOLUTION ========== */
.problem-card,
.feature-card,
.trust-card {
    padding: 30px 20px;
    text-align: center;
    background: white;
    border-radius: 28px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    height: 100%;
}

.problem-card:hover,
.feature-card:hover,
.trust-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.check-list {
    list-style: none !important;  /* Remove bullet points */
    padding-left: 0;
}

.check-list li {
    margin: 15px 0;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.check-list li i {
    color: #28a745;
    font-size: 1.3rem;
}

/* ========== FEATURES SECTION ========== */
.features-section {
    background: linear-gradient(135deg, #ffffff, #f8f9ff);
}

/* ========== SUBJECT BADGES ========== */
.subject-badge {
    background: linear-gradient(90deg, #5e2ced, #8a5cf0);
    color: white;
    padding: 14px 0;
    border-radius: 60px;
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(94, 44, 237, 0.2);
}

.subject-badge:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(94, 44, 237, 0.3);
}

/* ========== BONUS SECTION ========== */
.bonus-card {
    background: linear-gradient(135deg, #fff8e7, #fff3d6);
    padding: 40px;
    border-radius: 40px;
    text-align: center;
    border: 1px solid #ffd966;
}

/* ========== SAMPLE SECTION ========== */
.sample-card {
    background: white;
    padding: 50px 30px;
    text-align: center;
    border-radius: 40px;
}

.sample-card .btn-gradient {
    background: linear-gradient(90deg, #0f9b0f, #1e7e1e);
}

/* ========== PRICING SECTION (MODERN 3-COLUMN) ========== */
.pricing-card {
    padding: 30px 25px;
    background: white;
    transition: all 0.3s;
    height: 100%;
    position: relative;
}

.pricing-card.featured {
    border: 2px solid #5e2ced;
    transform: scale(1.02);
    box-shadow: 0 25px 45px rgba(94, 44, 237, 0.15);
}

.popular-badge {
    position: absolute;
    top: -15px;
    right: 25px;
    background: #ff6b6b;
    color: white;
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: bold;
}

.pricing-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

.price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #5e2ced;
    margin: 15px 0;
}

.pricing-features {
    list-style: none !important;  /* Remove bullet points */
    padding-left: 0;
    margin: 25px 0;
}

.pricing-features li {
    margin: 12px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-features i {
    width: 22px;
}

/* ========== TRUST & GUARANTEE ========== */
.trust-card {
    padding: 30px 20px;
    background: white;
}

.trust-card i {
    color: #5e2ced;
    margin-bottom: 15px;
}

.guarantee-card {
    background: linear-gradient(135deg, #e8f0fe, #ffffff);
    padding: 45px 30px;
    border-radius: 40px;
    border: 1px solid #5e2ced30;
    text-align: center;
}

.guarantee-card i {
    color: #ffc107;
    margin-bottom: 20px;
}

/* ========== TESTIMONIALS ========== */
.testimonial-card {
    padding: 25px;
    background: white;
    font-style: italic;
    border-left: 5px solid #5e2ced;
    height: 100%;
}

.testimonial-card i.fa-star {
    color: #ffc107;
    margin-bottom: 12px;
    letter-spacing: 3px;
}

/* ========== FAQ ACCORDION ========== */
.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 20px !important;
    overflow: hidden;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.accordion-button {
    background: white;
    font-weight: 600;
    padding: 20px;
}

.accordion-button:not(.collapsed) {
    background: #f0f2ff;
    color: #5e2ced;
}

/* ========== FINAL CTA ========== */
.final-cta {
    background: linear-gradient(90deg, #1a1a2e, #2d2d5e);
    color: white;
    text-align: center;
    padding: 70px 20px;
    border-radius: 0;
}

.final-cta .btn-gradient {
    background: linear-gradient(90deg, #ff6b6b, #ff4757);
    font-size: 1.2rem;
    padding: 14px 40px;
}

/* ========== STICKY BUTTONS ========== */
.sticky-buy {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1050;
}

.btn-sticky {
    background: #ff4757;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 60px;
    font-weight: bold;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    animation: pulse 1.5s infinite;
    transition: 0.3s;
}

.btn-sticky:hover {
    transform: scale(1.03);
    background: #e03e4e;
}

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.5); }
    70% { transform: scale(1.02); box-shadow: 0 0 0 10px rgba(255, 71, 87, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 71, 87, 0); }
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: #25D366;
    color: white;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    line-height: 58px;
    z-index: 1050;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
    background: #20b859;
}

/* ========== FOOTER ========== */
.footer {
    background: #0a0a1a;
    color: #aaa;
    padding: 60px 0 30px;
}

.footer a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer a:hover {
    color: white;
    padding-left: 5px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    margin: 10px 0;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
    .hero-section {
        padding: 120px 0 60px;
    }
    .section-title {
        font-size: 2rem;
    }
    .pricing-card.featured {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
    }
    .price-badge {
        justify-content: center;
    }
    #timer {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }
    .sticky-buy {
        bottom: 20px;
        right: 20px;
    }
    .btn-sticky {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
    .whatsapp-float {
        bottom: 20px;
        left: 20px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 26px;
    }
    .section-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 1.8rem;
    }
    .new-price {
        font-size: 1.6rem;
    }
    .btn-gradient, .btn-outline-light {
        padding: 8px 18px;
        font-size: 0.9rem;
    }
}



/* Footer Enhancements */
.footer {
    background: #0a0a1a;
    color: #aaa;
    padding: 60px 0 30px;
    margin-top: 0;
}
.footer h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer p, .footer ul {
    font-size: 0.9rem;
    line-height: 1.6;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer ul li {
    margin-bottom: 10px;
}
.footer a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}
.footer a:hover {
    color: #5e2ced;
    padding-left: 5px;
}




/* ========== PREMIUM NAVBAR STYLES ========== */
.glass-nav {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    padding: 12px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(94, 44, 237, 0.1);
}

/* Navbar brand */
.navbar-brand {
    font-size: 1.6rem;
    font-weight: 700;
    background: linear-gradient(90deg, #5e2ced, #a742ec);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.5px;
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

/* Navbar links */
.navbar-nav .nav-link {
    font-weight: 500;
    color: #1a1a2e;
    margin: 0 4px;
    padding: 8px 16px;
    border-radius: 40px;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover effect with underline animation */
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #5e2ced, #a742ec);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 2px;
}

.navbar-nav .nav-link:hover::after {
    width: 70%;
}

.navbar-nav .nav-link:hover {
    color: #5e2ced;
    background: rgba(94, 44, 237, 0.05);
    transform: translateY(-2px);
}

/* Active link style (optional, if you want to highlight current page) */
.navbar-nav .nav-link.active {
    color: #5e2ced;
    background: rgba(94, 44, 237, 0.1);
}

.navbar-nav .nav-link.active::after {
    width: 70%;
}

/* Buy Now button inside navbar */
.btn-primary {
    background: linear-gradient(90deg, #5e2ced, #a742ec);
    border: none;
    border-radius: 40px;
    padding: 8px 22px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(94, 44, 237, 0.25);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(94, 44, 237, 0.4);
    background: linear-gradient(90deg, #4a1db8, #8a35d4);
}

/* Mobile menu (toggler) */
.navbar-toggler {
    border: none;
    background: rgba(94, 44, 237, 0.1);
    padding: 10px 12px;
    border-radius: 12px;
    transition: 0.3s;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(94, 44, 237, 0.3);
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%235e2ced' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile collapse menu styling */
@media (max-width: 991px) {
    .glass-nav {
        padding: 10px 0;
    }
    
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        border-radius: 24px;
        margin-top: 12px;
        padding: 15px 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-nav .nav-link {
        text-align: center;
        margin: 5px 0;
    }
    
    .navbar-nav .nav-link::after {
        display: none;
    }
    
    .navbar-nav .nav-link:hover {
        background: rgba(94, 44, 237, 0.1);
        transform: none;
    }
    
    .btn-primary {
        display: inline-block;
        margin-top: 8px;
        width: 100%;
        text-align: center;
    }
}

/* Scroll effect: navbar shrinks on scroll (optional, add with JS if needed) */
.glass-nav.scrolled {
    padding: 6px 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}


/* 404 Error Page Styles */
.error-card {
    background: white;
    border-radius: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.offer-box {
    border: 2px dashed #ff6b6b;
}

.offer-box .old-price {
    font-size: 1.2rem;
}

.offer-box .new-price {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ff4757;
}

.error-card .btn-outline-primary {
    border-color: #5e2ced;
    color: #000;
}

.error-card .btn-outline-primary:hover {
    background: #5e2ced;
    color: white;
}

@media (max-width: 768px) {
    .error-card {
        padding: 30px 20px !important;
    }
    .offer-box .new-price {
        font-size: 1.5rem;
    }
}