 /* --- FIX OVERLAP: Bring Header and Footer to the front --- */
    body { background: transparent !important; }
    .navbar { position: relative !important; z-index: 999 !important; }
    footer, .footer { position: relative !important; z-index: 999 !important; }
    /* --------------------------------------------------------- */

  
    /* Ensure content sits above the background */
    .page-wrapper { position: relative; z-index: 10; background: transparent; }
    .main-container { max-width: 1000px !important; position: relative; z-index: 10; }
    
    /* --- PREMIUM PINK SKY BACKGROUND --- */
    .particle-bg {
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        z-index: 0;
        overflow: hidden;
        pointer-events: none;
        /* Animated Gradient: Pink to Soft Purple to Sky Blue */
        background: linear-gradient(-45deg, #ff9a9e, #fecfef, #a1c4fd, #c2e9fb);
        background-size: 400% 400%;
        animation: gradientBG 15s ease infinite;
    }
    
    /* =========================
   FLOATING BUBBLES (SAAS STYLE)
========================= */
.bubbles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.bubble {
    position: absolute;
    bottom: -100px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.8), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
    animation: bubbleFloat linear infinite;
    opacity: 0.6;
}

/* Different sizes */
.bubble:nth-child(1) { width: 40px; height: 40px; left: 10%; animation-duration: 12s; }
.bubble:nth-child(2) { width: 60px; height: 60px; left: 25%; animation-duration: 18s; }
.bubble:nth-child(3) { width: 30px; height: 30px; left: 40%; animation-duration: 10s; }
.bubble:nth-child(4) { width: 80px; height: 80px; left: 60%; animation-duration: 20s; }
.bubble:nth-child(5) { width: 50px; height: 50px; left: 75%; animation-duration: 15s; }
.bubble:nth-child(6) { width: 35px; height: 35px; left: 90%; animation-duration: 11s; }

@keyframes bubbleFloat {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-50vh) scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: translateY(-110vh) scale(0.9);
        opacity: 0;
    }
}

/* =========================
   MOUSE INTERACTION GLOW
========================= */
.mouse-glow {
    position: fixed;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(236,72,153,0.25), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform 0.05s linear;
}

    @keyframes gradientBG {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

    /* --- ORGANIC DRIFTING PARTICLES --- */
    .particles-layer-1 {
        width: 2px; height: 2px; border-radius: 50%;
        background: transparent;
        box-shadow: <?php echo $particlesSmall; ?>;
        animation: animParticles 40s linear infinite;
    }
    .particles-layer-1::after {
        content: ""; position: absolute; top: 100vh;
        width: 2px; height: 2px; border-radius: 50%;
        background: transparent;
        box-shadow: <?php echo $particlesSmall; ?>;
    }

    .particles-layer-2 {
        width: 4px; height: 4px; border-radius: 50%;
        background: transparent;
        box-shadow: <?php echo $particlesMedium; ?>;
        animation: animParticles 80s linear infinite;
    }
    .particles-layer-2::after {
        content: ""; position: absolute; top: 100vh;
        width: 4px; height: 4px; border-radius: 50%;
        background: transparent;
        box-shadow: <?php echo $particlesMedium; ?>;
    }

    .particles-layer-3 {
        width: 6px; height: 6px; border-radius: 50%;
        background: transparent;
        box-shadow: <?php echo $particlesLarge; ?>;
        animation: animParticles 120s linear infinite;
    }
    .particles-layer-3::after {
        content: ""; position: absolute; top: 100vh;
        width: 6px; height: 6px; border-radius: 50%;
        background: transparent;
        box-shadow: <?php echo $particlesLarge; ?>;
    }

    /* Particles float up and drift slightly to the right */
    @keyframes animParticles {
        from { transform: translateY(0px) translateX(0px); }
        to { transform: translateY(-100vh) translateX(30px); }
    }
    /* ----------------------------------- */

    /* Glassmorphism UI Tweaks for Premium Look */
    .hero-section { text-align: center; margin-bottom: 40px; position: relative; z-index: 10; text-shadow: 0 2px 10px rgba(255,255,255,0.5); }
    .hero-title { font-size: 2.8rem; font-weight: 800; color: #1e293b; margin-bottom: 15px; letter-spacing: -1px; line-height: 1.2; }
    .hero-title span { color: #db2777; /* Deep Pink emphasis */ }
    .hero-subtitle { font-size: 1.15rem; color: #334155; font-weight: 500; max-width: 600px; margin: 0 auto; }

    .glass-card {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    }

    .generator-box { padding: 40px; max-width: 800px; margin: 0 auto; position: relative; z-index: 10; }

    .btn-premium {
        background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
        color: white; border: none; cursor: pointer; text-align: center; 
        font-weight: 800; border-radius: 8px; transition: transform 0.2s, box-shadow 0.2s;
        box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
    }
    .btn-premium:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(236, 72, 153, 0.5);
    }

    /* Stats & Features */
    .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 50px 0; position: relative; z-index: 10; }
    .stat-card { padding: 30px; text-align: center; transition: transform 0.3s; }
    .stat-card:hover { transform: translateY(-5px); }
    .stat-icon { font-size: 2.5rem; margin-bottom: 15px; filter: drop-shadow(0 2px 4px rgba(236,72,153,0.3)); }
    .stat-number { font-size: 2.2rem; font-weight: 800; color: #1e293b; margin-bottom: 5px; }
    .stat-label { color: #475569; font-weight: 700; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 1px; }

    .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 60px; position: relative; z-index: 10; }
    .feature-card { padding: 30px; text-align: center; }
    .feature-step { background: linear-gradient(135deg, #ec4899, #8b5cf6); color: white; width: 45px; height: 45px; line-height: 45px; border-radius: 50%; font-weight: 800; margin: 0 auto 15px auto; display: inline-block; font-size: 1.2rem; box-shadow: 0 4px 10px rgba(236,72,153,0.3); }
    .feature-title { font-size: 1.2rem; font-weight: 800; color: #1e293b; margin-bottom: 10px; }
    .feature-desc { color: #475569; font-size: 0.95rem; line-height: 1.5; }

    /* FAQ Section */
    .faq-section { padding: 40px; margin-bottom: 40px; position: relative; z-index: 10; }
    .faq-title { text-align: center; font-size: 2rem; font-weight: 800; margin-top: 0; margin-bottom: 30px; color: #1e293b; }
    .faq-item { border-bottom: 1px solid rgba(0,0,0,0.05); padding-bottom: 20px; margin-bottom: 20px; }
    .faq-item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
    .faq-q { font-weight: 800; color: #db2777; font-size: 1.1rem; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
    .faq-a { color: #475569; line-height: 1.6; margin: 0; font-weight: 500; }

    @media (max-width: 768px) {
        .stats-grid, .features-grid { grid-template-columns: 1fr; }
        .hero-title { font-size: 2.2rem; }
    }
