    
        :root {
            --whatsapp: #25D366;
            --primary: #0f172a;
            --accent: #ffb703;
            --success: #059669;
            --text: #1e293b;
            --light: #64748b;
            --bg: #f8fafc;
            --white: #ffffff;
            --radius-lg: 32px;
            --radius-md: 20px;
            --radius-sm: 12px;
            --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
            --shadow-hover: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 10px 10px -5px rgba(15, 23, 42, 0.04);
        }

        * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; scroll-behavior: smooth; }
        body { background: var(--bg); color: var(--text); line-height: 1.6; padding-bottom: 80px; -webkit-font-smoothing: antialiased; }
        .container { max-width: 1100px; margin: auto; padding: 0 20px; 
        h1 {
             letter-spacing: normal;
        } }

        /* --- BRAND HEADER CON BRILLO --- */
        .brand-header {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .section-name { 
            text-align: left; 
            display: flex; 
            flex-direction: column; 
            justify-content: center;
        }

        .section-name h2 {
            font-size: 2.5rem;
            font-weight: 800;
            margin: 0;
            line-height: 1;
            background: linear-gradient(to right, #0f172a 20%, #64748b 40%, #64748b 60%, #0f172a 80%);
            background-size: 200% auto;
            color: #0f172a;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: shine 4s linear infinite;
        }

        @keyframes shine { to { background-position: 200% center; } }

        .section-name h3 {
            font-size: 1.1rem;
            color: var(--success);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 5px;
        }

        h3 {
            font-size: 1.5rem;
            margin: 8px auto;
        }
        
        .top-bar {
            background: var(--primary); color: white; text-align: center;
            padding: 12px; font-size: 11px; font-weight: 700; text-transform: uppercase;
            letter-spacing: 1.5px; display: flex; justify-content: center; align-items: center;
            border-bottom: 3px solid var(--accent);
            span {
                display: flex;
            align-items: center;
            justify-content: center;
            div {
                margin: 0 8px;
            }
            }
        }

        /* --- HERO --- */
        .hero {
            text-align: center; padding: 60px 0 80px;
            background: radial-gradient(circle at top right, #f8fafc, #eff6ff);
            border-bottom-left-radius: 80px; border-bottom-right-radius: 80px;
            box-shadow: inset 0 -10px 20px rgba(0,0,0,0.02);
        }
        .hero-image { position: relative; max-width: 300px; }
        .hero-image img { width: 100%; border-radius: 40px; border: 6px solid white; box-shadow: var(--shadow-hover); }
        .badge-verified {
            position: absolute; bottom: -10px; right: -10px;
            background: var(--accent); color: var(--primary);
            padding: 8px 12px; border-radius: 15px; font-weight: 800; font-size: 10px;
            box-shadow: 0 8px 15px rgba(255, 183, 3, 0.4);
            border: 2px solid white;
            justify-content: center;
            align-items: center;
            img {
                width: 24px;
                margin-left: 4px;
            }
        }
        
        h1 { font-size: 3.2rem; font-weight: 800; color: var(--primary); margin-bottom: 20px; letter-spacing: -2.5px; line-height: 1; }
        .hero p { font-size: 19px; color: var(--light); max-width: 650px; margin: 0 auto 40px; font-weight: 400; }

        .trust-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
        .icon-card { background: white; padding: 20px; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,0.03); transition: 0.3s; }
        .icon-card img { width: 32px; margin-bottom: 10px; }
        .icon-card p { font-size: 10px; font-weight: 800; color: var(--primary); letter-spacing: 1px; }

        /* --- SECCIÓN PAQUETES --- */
        .section-title { text-align: center; padding: 60px 0 20px; }
        .section-title h2 { font-weight: 800; font-size: 2.5rem; color: var(--primary); letter-spacing: -1.5px; }

        .boxes { display: grid; gap: 30px; margin: 40px 0 80px; }
        .box {
            background: var(--white); border-radius: 40px; padding: 35px 25px 40px;
            text-align: center; box-shadow: var(--shadow); position: relative;
            border: 1px solid rgba(226, 232, 240, 0.6);
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
            display: flex; flex-direction: column;
            margin: 24px auto;
        }
        .box.best { border: 3px solid var(--whatsapp); background: linear-gradient(to bottom, #ffffff, #f7fee7); transform: scale(1.05); z-index: 2; }
        .box img { width: 100%; margin: 0 auto 30px; border-radius: 30px; }

        .ribbon {
            position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
            background: var(--whatsapp); color: white; padding: 12px 40px;
            border-radius: 50px; font-weight: 800; font-size: 14px; letter-spacing: 1px;
            white-space: nowrap;
        }

        .content-list { text-align: left; margin: 20px 0; flex-grow: 1; }
        .content-item { display: flex; flex-direction: column; padding: 15px 20px; background: rgba(241, 245, 249, 0.5); border-radius: 22px; margin-bottom: 12px; font-size: 16px; 
        }
        .content-item b { color: var(--primary); }
        .content-item span { color: var(--success); font-weight: 800; font-size: 14px; }

        .price { font-size: 56px; font-weight: 800; color: var(--primary); margin-bottom: 25px; letter-spacing: -3px; display: flex; align-items: center; justify-content: center; }
        .price::before { content: '$'; font-size: 24px; margin-right: 4px; opacity: 0.5; }
        
        .btn {
            background: var(--whatsapp); color: white; padding: 22px; border-radius: 25px; text-decoration: none; font-weight: 800;
            display: flex; align-items: center; justify-content: center; font-size: 18px; transition: 0.4s; cursor: pointer; border: none;
        }
        .btn:hover { background: #1eb956; transform: translateY(-2px); }

        /* --- FAQ --- */
        .faq { padding: 80px 0; background: white; border-radius: 60px; margin: 40px 0; border: 1px solid #edf2f7; }
        .faq-item { background: var(--bg); padding: 30px; border-radius: 24px; margin-bottom: 20px; }
        .faq-item h4 { font-size: 16px; color: var(--primary); font-weight: 800; margin-bottom: 10px; }

        /* --- CAROUSEL --- */
        .carousel-container { padding: 80px 0; background: var(--primary); border-radius: 60px; color: white; margin-top: 40px; }
        .carousel { display: flex; gap: 25px; overflow-x: auto; padding: 20px; scrollbar-width: none; }
        .carousel-item img { width: 280px; border-radius: 35px; }

        .btn-floating {
            position: fixed; bottom: 30px; right: 30px; z-index: 1000;
            background: var(--whatsapp); color: white; padding: 20px 35px;
            border-radius: 50px; text-decoration: none; font-weight: 800; font-size: 15px;
            box-shadow: 0 15px 35px rgba(37, 211, 102, 0.5); animation: pulse 2s infinite;
        }

        @keyframes pulse { 0% {box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);} 70% {box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);} 100% {box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);} }

        @media(min-width: 900px) { .boxes { grid-template-columns: repeat(3, 1fr); } }
        @media(max-width: 600px) { 
            h1 { font-size: 2.2rem; } 
            .brand-header { flex-direction: row; gap: 15px; } 
            .section-name h2 { font-size: 1.8rem; }
            .hero-image { max-width: 275px; 
                           
            }
        }    