<!-- ESTE BLOQUE ELIMINA EL MARGEN DEL TEMA DE SHOPIFY Y PONE EL FONDO NEGRO -->
<style>
/* Ocultar elementos innecesarios del tema para que parezca una Landing real */
#MainContent { max-width: 100% !important; padding: 0 !important; margin: 0 !important; background-color: #000 !important; }
.page-width, .main-content, .container { max-width: 100% !important; padding: 0 !important; }
.section-header, .breadcrumb { display: none !important; } /* Oculta el título automático de Shopify */
/* Reset Base */
.custom-landing-body {
background-color: #000000;
color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
}
/* Importar Fuentes */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800&family=Playfair+Display:ital,wght@0,700;0,900;1,400&display=swap');
/* Estilos Luxury */
.luxury-container { max-width: 600px; margin: 0 auto; padding: 0 20px; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; color: #FFFFFF; text-align: center; margin: 0; }
.gold { color: #C5A059 !important; }
/* Barra superior Fija */
.top-bar-custom { position: fixed; top: 0; left: 0; width: 100%; background: #000; color: #fff; text-align: center; padding: 12px; font-size: 10px; letter-spacing: 2px; border-bottom: 1px solid #C5A059; z-index: 9999; text-transform: uppercase; font-weight: 700; }
/* Notificación de compra */
#notif-buy { position: fixed; bottom: 20px; left: 20px; background: #fff; color: #000; padding: 12px; border-radius: 4px; box-shadow: 0 5px 20px rgba(0,0,0,0.5); z-index: 9999; display: flex; align-items: center; gap: 10px; transform: translateX(-150%); transition: 0.5s; border-left: 5px solid #C5A059; width: 250px; }
#notif-buy.active { transform: translateX(0); }
/* Hero & Video */
.hero-section { padding-top: 80px; text-align: center; }
.video-wrapper-custom { border: 1px solid #C5A059; position: relative; padding-bottom: 56.25%; height: 0; margin: 25px 0; box-shadow: 0 0 30px rgba(197, 160, 89, 0.2); }
.video-wrapper-custom iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
/* Botón CTA */
.btn-luxury { display: block; background: #fff; color: #000; text-decoration: none; font-weight: 800; text-align: center; padding: 20px; letter-spacing: 2px; text-transform: uppercase; border: 1px solid #C5A059; margin: 30px 0; font-size: 14px; transition: 0.3s; }
.btn-luxury:hover { background: #C5A059; color: #fff; }
/* Carrusel */
.carousel-scroll { display: flex; overflow-x: auto; gap: 15px; padding-bottom: 20px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.carousel-item-custom { min-width: 85%; scroll-snap-align: center; background: #111; border: 1px solid #333; }
.carousel-item-custom img { width: 100%; display: block; }
.tag-c { background: #C5A059; color: #000; text-align: center; padding: 8px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
/* Dolores */
.pain-box-custom { border-left: 2px solid #C5A059; padding-left: 20px; margin-bottom: 25px; text-align: left; }
/* Visualización */
.vision-custom { background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://cdn.shopify.com/s/files/1/0729/0821/0359/files/WhatsApp_Image_2026-02-24_at_4.13.33_PM.jpg?v=1771960589'); background-size: cover; padding: 50px 20px; text-align: center; border: 1px solid #333; margin: 30px 0; }
/* Oferta */
.offer-card-custom { border: 1px solid #C5A059; padding: 40px 20px; text-align: center; background: #000; margin: 40px 0; }
.price-big { font-size: 50px; font-family: 'Playfair Display'; margin: 15px 0; }
/* Upsell */
.upsell-luxury { background: #000; border: 1px solid #fff; padding: 25px; margin-top: 30px; text-align: left; }
/* FAQ */
.faq-q-custom { border-bottom: 1px solid #222; padding: 15px 0; cursor: pointer; display: flex; justify-content: space-between; font-family: 'Playfair Display'; font-size: 18px; }
.faq-a-custom { max-height: 0; overflow: hidden; transition: 0.3s; color: #999; font-size: 13px; }
.faq-item-custom.active .faq-a-custom { max-height: 200px; padding: 10px 0; }
</style>
<div class="custom-landing-body">
<!-- BARRA FIJA -->
<div class="top-bar-custom">
OFERTA HOT SALE TERMINA EN: <span id="timer-count">15:00</span>
</div>
<!-- NOTIFICACIÓN -->
<div id="notif-buy">
<div style="background: #C5A059; width: 40px; height: 40px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800;">UGC</div>
<div>
<span style="font-size: 10px; font-weight: 800; color: #C5A059; display: block;" id="n-name">Sofía de Buenos Aires</span>
<p style="font-size: 11px; margin: 0;" id="n-action">Se unió al Pack Imperio 👑</p>
</div>
</div>
<div class="luxury-container">
<!-- HERO -->
<header class="hero-section">
<p class="gold" style="font-size: 9px; letter-spacing: 3px; font-weight: 800; margin-bottom: 10px;">EL NEGOCIO INVISIBLE</p>
<h1 style="font-size: 32px; line-height: 1.1;">Facturá en Dólares sin <span class="gold">exponer tu vida.</span></h1>
<div class="video-wrapper-custom">
<iframe src="https://player.vimeo.com/video/1156271443?badge=0&autopause=0" frameborder="0" allow="autoplay; fullscreen"></iframe>
</div>
<a href="#comprar" class="btn-luxury">Quiero el Sistema Maestro</a>
</header>
<!-- DOLORES -->
<section>
<h2 style="font-size: 24px; text-align: left; margin-bottom: 30px;">¿Te sentís <span class="gold">identificada?</span></h2>
<div class="pain-box-custom"><p>Tu sueldo se evapora frente a la inflación cada semana.</p></div>
<div class="pain-box-custom"><p>Ves a otras recibiendo cajas de marcas de lujo mientras vos seguís trabada.</p></div>
<div class="pain-box-custom"><p>Te da pánico "exponerte" y que tus conocidos te juzguen.</p></div>
</section>
<!-- VISUALIZACIÓN -->
<div class="vision-custom">
<p style="font-family: 'Playfair Display'; font-style: italic; font-size: 18px;">"Es lunes, no hay despertador. Recibís una caja de Givenchy. Grabás tus manos por 15 segundos, lo enviás y recibís el pago en dólares."</p>
<p class="gold" style="font-size: 10px; font-weight: 800; text-transform: uppercase; margin-top: 15px;">Esa es la realidad de mis alumnas.</p>
</div>
<!-- SOBRE MÍ -->
<section style="text-align: center;">
<img src="https://cdn.shopify.com/s/files/1/0729/0821/0359/files/IMG_5243.jpg?v=1774659866" style="width:100%; border: 1px solid #C5A059;" alt="San">
<h2 style="font-size: 34px; margin-top: 20px; text-align: left;">Soy <span class="gold">San.</span></h2>
<p style="font-size: 15px; opacity: 0.8; text-align: left; margin-top: 10px;">Hace 2 años decidí que mi economía no dependiera de nadie. Hoy vivo del UGC trabajando con Givenchy, Dermaglós y 47 Street.</p>
</section>
<!-- EVIDENCIA -->
<section>
<h2 style="margin-bottom: 25px;">Resultados Reales.</h2>
<div class="carousel-scroll">
<div class="carousel-item-custom">
<img src="https://cdn.shopify.com/s/files/1/0729/0821/0359/files/WhatsApp_Image_2026-05-07_at_19.41.16.jpg?v=1778193845">
<div class="tag-c">Viole: Antes de empezar</div>
</div>
<div class="carousel-item-custom">
<img src="https://cdn.shopify.com/s/files/1/0729/0821/0359/files/WhatsApp_Image_2026-05-07_at_19.42.18.jpg?v=1778193850">
<div class="tag-c">Viole: Primer pago de $27 USD</div>
</div>
<div class="carousel-item-custom">
<img src="https://cdn.shopify.com/s/files/1/0729/0821/0359/files/WhatsApp_Image_2026-05-06_at_15.56.26.jpg?v=1778093856">
<div class="tag-c">Marina: Cerró $150.000 ARS</div>
</div>
</div>
</section>
<!-- OFERTA -->
<section id="comprar">
<div class="offer-card-custom">
<p class="gold" style="font-size: 10px; font-weight: 800; margin-bottom: 10px;">👑 EL SISTEMA COMPLETO</p>
<h3 style="font-size: 26px;">PACK IMPERIO UGC</h3>
<p style="font-size: 12px; text-decoration: line-through; opacity: 0.5; margin-top: 15px;">VALOR REAL: $650.000</p>
<div class="price-big">$27.999</div>
<div style="background: #111; padding: 10px; font-size: 10px; color: #C5A059; border: 1px solid #C5A059; font-weight: 800; margin-bottom: 20px;">
INCLUYE ZOOM 1 A 1 SEMANAL CON SAN
</div>
<div style="text-align: left; font-size: 12px; border-top: 1px solid #222;">
<p style="padding: 10px 0; border-bottom: 1px solid #222;">🚀 Mapa de 7 Días Paso a Paso</p>
<p style="padding: 10px 0; border-bottom: 1px solid #222;">📑 Biblia de Scripts y Mensajes</p>
<p style="padding: 10px 0; border-bottom: 1px solid #222;">🤫 Guía UGC Sin Rostro (Ghost)</p>
<p style="padding: 10px 0; border-bottom: 1px solid #222;">🎓 Comunidad VIP en Skool</p>
</div>
<a href="https://monetizatupasion.shop/cart/add?id=46289644847287&quantity=1" class="btn-luxury">Unirme Ahora</a>
</div>
<!-- UPSELL -->
<div class="upsell-luxury">
<h3 style="font-size: 20px; text-align: left;">¿Querés facturar <span class="gold">$150.000?</span></h3>
<p style="font-size: 12px; opacity: 0.7; margin-top: 10px;">Agregá 90 días de re-programación mental y hábitos CEO para asegurar tu éxito.</p>
<p style="font-size: 24px; font-weight: 800; margin: 15px 0;">+ $37.000</p>
<a href="https://monetizatupasion.shop/cart/add?id=ID_PRODUCTO_90_DIAS" style="color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase;">Agregar Mentalidad CEO</a>
</div>
</section>
<!-- FAQ -->
<section>
<h2 style="font-size: 24px; text-align: left; margin-bottom: 30px;">Dudas <span class="gold">Frecuentes.</span></h2>
<div class="faq-item-custom">
<div class="faq-q-custom" onclick="toggleFaq(this)">¿Necesito ser famosa? <span class="gold">+</span></div>
<div class="faq-a-custom">No. Tu cuenta puede ser privada y tener 0 seguidores. Tu trabajo es para las marcas.</div>
</div>
<div class="faq-item-custom">
<div class="faq-q-custom" onclick="toggleFaq(this)">¿Cómo cobro dólares? <span class="gold">+</span></div>
<div class="faq-a-custom">Te enseñamos a usar plataformas internacionales para recibir tus pagos y bajarlos a pesos al mejor cambio.</div>
</div>
</section>
</div>
<footer style="padding: 50px 20px; text-align: center; font-size: 9px; opacity: 0.5; letter-spacing: 2px;">
MONETIZA TU PASIÓN BY SAN - 2025
</footer>
</div>
<script>
// Función para el FAQ
function toggleFaq(el) {
el.parentElement.classList.toggle('active');
}
// Timer 15 min
let duration = 60 * 15;
let display = document.querySelector('#timer-count');
setInterval(function () {
let minutes = parseInt(duration / 60, 10);
let seconds = parseInt(duration % 60, 10);
minutes = minutes < 10 ? "0" + minutes : minutes;
seconds = seconds < 10 ? "0" + seconds : seconds;
display.textContent = minutes + ":" + seconds;
if (--duration < 0) { duration = 60 * 15; }
}, 1000);
// Notificaciones
const names = ["Delfina", "Micaela", "Antonella", "Sofía", "Lucía", "Valeria", "Rocío"];
const locs = ["Buenos Aires", "Córdoba", "Rosario", "Mendoza"];
setInterval(function() {
const notif = document.getElementById('notif-buy');
document.getElementById('n-name').innerText = names[Math.floor(Math.random()*names.length)] + " de " + locs[Math.floor(Math.random()*locs.length)];
notif.classList.add('active');
setTimeout(() => notif.classList.remove('active'), 4000);
}, 10000);
</script>