.elementor-1577 .elementor-element.elementor-element-4d64b72{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2dfdf69 */:root { 
            --primary: #0f172a; 
            --accent: #d4af37; 
            --accent-dark: #b8860b;
            --success: #10b981; 
            --text: #1e293b; 
            --light: #f8fafc; 
            --red: #ef4444; 
            --blue-soft: #f0f9ff;
        }
        
        body { font-family: 'Poppins', sans-serif; background-color: var(--light); color: var(--text); margin: 0; line-height: 1.6; overflow-x: hidden; }
        h1, h2, h3 { font-family: 'Montserrat', sans-serif; }
        .container { max-width: 900px; margin: 0 auto; padding: 20px; }

        /* URGENCY BAR */
        .top-bar { background: var(--red); color: white; text-align: center; padding: 10px; font-weight: bold; font-size: 0.9rem; position: sticky; top: 0; z-index: 100; }

        /* HEADER */
        header { text-align: center; padding: 40px 0; }
        .eyebrow { color: var(--accent-dark); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 0.9rem; }
        h1 { font-size: 2.8rem; color: var(--primary); margin: 15px 0; line-height: 1.1; letter-spacing: -1px; }
        .sub-headline { font-size: 1.2rem; color: #64748b; max-width: 700px; margin: 0 auto; }

        /* VSL SECTION */
        .vsl-wrapper { margin: 40px 0; position: relative; }
        .vsl-container { position: relative; width: 100%; padding-bottom: 56.25%; background: #000; border-radius: 24px; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5); border: 6px solid white; }
        #vsl-player { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

        /* REVEAL CONTENT */
        #sales-content { display: none; }
        section { background: white; border-radius: 24px; padding: 60px 40px; margin-top: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }

        .highlight-box { background: var(--blue-soft); border-left: 5px solid #0ea5e9; padding: 30px; border-radius: 0 15px 15px 0; margin: 30px 0; }
        h2 { font-size: 2.2rem; color: var(--primary); margin-bottom: 25px; line-height: 1.2; }
        
        /* SCIENCE SECTION */
        .science-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
        .science-card { background: #fff; border: 1px solid #e2e8f0; padding: 20px; border-radius: 15px; }

        /* TESTIMONIALS */
        .testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
        .testimonial-item { background: #fdfbf7; padding: 25px; border-radius: 20px; border-bottom: 4px solid var(--accent); position: relative; }
        .stars { color: #fbbf24; margin-bottom: 10px; font-size: 0.9rem; }

        /* BENEFITS GRID */
        .benefit-card { display: grid; grid-template-columns: 60px 1fr; gap: 20px; margin-bottom: 30px; align-items: start; }
        .icon-circle { background: #fff7ed; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--accent-dark); }

        /* THE OFFER STACK */
        .offer-stack { background: var(--primary); color: white; border-radius: 30px; padding: 60px 30px; text-align: center; margin-top: 60px; position: relative; }
        .offer-stack h2 { color: white; border: none; padding: 0; text-align: center;}
        .item-row { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 1.1rem; }
        .price-tag { margin: 40px 0; }
        .old-price { font-size: 1.8rem; text-decoration: line-through; color: #94a3b8; }
        .new-price { font-size: 5.5rem; font-weight: 800; color: #fbbf24; line-height: 1; display: block; }
        
        .cta-button { 
            background: var(--success); 
            color: white; 
            text-decoration: none; 
            padding: 25px 50px; 
            border-radius: 100px; 
            font-weight: 800; 
            font-size: 1.6rem; 
            display: inline-block; 
            transition: 0.3s; 
            box-shadow: 0 15px 30px rgba(16, 185, 129, 0.4);
            border-bottom: 6px solid #065f46;
            animation: pulse 2s infinite;
        }
        .cta-button:hover { transform: scale(1.05); }

        .trust-bar { display: flex; justify-content: space-around; flex-wrap: wrap; margin-top: 40px; opacity: 0.7; }
        .trust-item { font-size: 0.8rem; font-weight: 600; text-align: center; }

        @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.03); } 100% { transform: scale(1); } }
        
        @media (max-width: 600px) {
            h1 { font-size: 1.9rem; }
            section { padding: 30px 20px; }
            .science-grid, .testimonial-grid { grid-template-columns: 1fr; }
            .new-price { font-size: 3.5rem; }
            .cta-button { font-size: 1.2rem; padding: 20px 30px; width: 100%; box-sizing: border-box; }
        }/* End custom CSS */