<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Únete a Impulza Digital</title>
<link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<style>
.about-grid {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 30px;
max-width: 1100px;
margin: 0 auto;
padding: 40px;
}
@media(max-width:900px){
.about-grid { grid-template-columns: 1fr; }
}
.cover-image {
width: 100%;
height: 480px;
border-radius: 12px;
background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.2)), url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&w=2000&q=80') center/cover;
margin-bottom: 25px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
border: 1px solid var(--color-border);
padding:40px;
}
.gallery-thumbs {
display: flex;
gap: 15px;
margin-bottom: 30px;
overflow-x: auto;
padding-bottom: 10px;
}
.gallery-thumbs div {
width: 140px;
height: 90px;
background: var(--color-bg-tertiary);
border-radius: 8px;
flex-shrink: 0;
border: 1px solid var(--color-border);
cursor: pointer;
transition: 0.2s;
}
.gallery-thumbs div:hover {
border-color: var(--color-accent-secondary);
transform: scale(1.02);
}
.info-bar {
display: flex;
align-items: center;
gap: 25px;
padding-bottom: 20px;
border-bottom: 1px solid var(--color-border);
margin-bottom: 25px;
color: var(--color-text-primary);
font-weight: 600;
font-size: 16px;
}
.check-list {
list-style: none;
padding: 0;
margin: 0;
}
.check-list li {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 15px;
color: rgba(255,255,255,0.85);
font-size:16px;
}
.check-list li span.emoji { font-size:20px; }
.creator-card {
background: rgba(255,255,255,0.03);
border: 1px solid var(--color-border);
border-radius: 12px;
overflow: hidden;
position: sticky;
top: 100px;
box-shadow: 0 10px 40px rgba(0,0,0,0.5);
backdrop-filter: blur(10px);
}
.creator-cover {
height: 140px;
background: url('https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&fit=crop&w=600&q=80') center/cover;
position: relative;
}
.creator-cover::after {
content: '';
position: absolute;
bottom:-25px; right:20px;
width:50px; height:50px;
border-radius:50%;
border:3px solid #1B1B1B;
background:url('https://i.pravatar.cc/100') center/cover;
}
.creator-info {
padding: 30px 25px;
}
.stats-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
text-align: center;
margin-bottom: 25px;
padding: 20px 0;
border-top: 1px solid rgba(255,255,255,0.1);
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.stats-grid .num { font-size: 22px; font-weight: 800; color: white; letter-spacing: -0.5px; }
.stats-grid .label { font-size: 11px; color: var(--color-text-muted); text-transform: uppercase; font-weight: 600; margin-top:2px; }
.members-avatars {
display: flex;
justify-content: center;
margin-bottom: 25px;
}
.members-avatars img {
width: 38px;
height: 38px;
border-radius: 50%;
border: 2px solid var(--color-bg-main);
margin-left: -12px;
}
.members-avatars img:first-child { margin-left: 0; }
.join-btn {
width: 100%;
padding: 16px;
background: linear-gradient(135deg, var(--color-accent-primary), var(--color-accent-secondary));
color: white;
border: none;
border-radius: 8px;
font-weight: 800;
font-size: 16px;
cursor: pointer;
transition: 0.3s;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 4px 15px rgba(185,101,249,0.3);
text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.join-btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(185,101,249,0.5);
}
.login-btn {
background: transparent;
color: white;
border: 1px solid rgba(255,255,255,0.2);
padding: 8px 24px;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
transition: 0.2s;
}
.login-btn:hover {
background: rgba(255,255,255,0.1);
}
</style>
</head>
<body class="premium-dark-theme" style="background:#111; min-height:100vh;">
<!-- LANDING PAGE HEADER (Not logged in) -->
<header class="site-header glass-panel" style="padding: 15px var(--spacing-xl); display:flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 100; border-bottom:1px solid rgba(255,255,255,0.05);">
<div class="site-branding" style="display:flex; align-items:center; gap:12px; cursor:pointer;" onclick="window.location.href='index.html'"><img src="logo_transparent.png" alt="Impulza Logo" style="width:55px; object-fit:contain; filter:drop-shadow(0 2px 10px rgba(157,78,221,0.4));"><h1 style="margin:0; font-size:18px; color:white; font-weight:800; letter-spacing:-0.5px;">Impulza Digital</h1></div>
<!-- Public view has NO site navigation! Only language and Login -->
<div class="user-profile-menu" style="display:flex; gap:15px; align-items:center;">
<select style="background: transparent; color: white; border: 1px solid rgba(255,255,255,0.1); padding: 6px; border-radius: 4px; cursor: pointer; outline: none; font-size:13px;"><option value="en">🇺🇸 EN</option><option value="es" selected>🇪🇸 ES</option></select>
<button class="login-btn" onclick="window.location.href='preview-login.html'">Log In</button>
</div>
</header>
<div class="about-grid">
<!-- Left Column -->
<div>
<div style="margin-bottom: 30px;">
<div class="cover-image">
<h1 style="color: white; font-size: 52px; font-weight:800; letter-spacing:-1px; margin: 0 0 15px 0; text-shadow:0 2px 10px rgba(0,0,0,0.5);">Impulza Digital</h1>
<p style="color: rgba(255,255,255,0.9); font-size: 22px; max-width: 85%; line-height:1.4; font-weight:400; text-shadow:0 1px 5px rgba(0,0,0,0.5);">Únete a miles de creators en la academia de IA más grande en habla hispana. Domina el video y la imagen con IA 🚀</p>
</div>
<div class="gallery-thumbs">
<div style="background: url('https://images.unsplash.com/photo-1620712948343-008423675cc5?w=300') center/cover;"></div>
<div style="background: url('https://images.unsplash.com/photo-1677442136019-21780ecad995?w=300') center/cover;"></div>
<div style="background: url('https://images.unsplash.com/photo-1682687982501-1e58ea8201a0?w=300') center/cover;"></div>
<div style="background: url('https://images.unsplash.com/photo-1531297172864-dd39158cb5f8?w=300') center/cover;"></div>
<div style="background: url('https://images.unsplash.com/photo-1620641788421-7a1c34a2e8c2?w=300') center/cover;"></div>
</div>
<div class="info-bar">
<div style="display: flex; gap: 8px; align-items: center;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="color:var(--color-accent-secondary)"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>
Grupo Privado
</div>
<div style="display: flex; gap: 8px; align-items: center;">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="color:var(--color-accent-secondary)"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg>
18,342 miembros activos
</div>
<div style="display: flex; gap: 8px; align-items: center; margin-left: auto;">
<span style="opacity:0.6;">Por</span>
<img src="https://i.pravatar.cc/100" style="width: 28px; height: 28px; border-radius: 50%;">
<span>Impulza Digital por Martha Rodriguez</span>
</div>
</div>
<div style="background: rgba(185,101,249,0.05); border: 1px solid rgba(185,101,249,0.2); padding: 25px; border-radius: 12px; margin-bottom: 30px;">
<div style="color: white; font-weight: bold; margin-bottom: 8px; display:flex; align-items:center; gap:8px;">⭐ <span style="font-size:18px;">Top 1% Comunidad en Desarrollo de IA</span></div>
<div style="color: rgba(255,255,255,0.7); font-weight: 500; font-size:15px; margin-bottom: 8px;">🏆 Clasificación Global: #22 entre 250,000 comunidades</div>
<div style="color: var(--color-accent-secondary); font-weight: 700; font-size:16px;">🥇 Categoría #1: Cursos de Video/Imagen con IA</div>
</div>
<h3 style="color: white; margin: 0 0 20px 0; font-size:28px; font-weight:800; letter-spacing:-0.5px;">¿Qué lograrás dentro? 🚀</h3>
<ul class="check-list">
<li><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--color-accent-secondary)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> Crear y monetizar influencers de IA y anuncios (UGC).</li>
<li><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--color-accent-secondary)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> Construir tu propio Gemelo o Clon Digital hiper-realista.</li>
<li><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--color-accent-secondary)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> Obtener retroalimentación personalizada 1 a 1 de grandes expertos.</li>
<li><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--color-accent-secondary)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> Dominar la consistencia de personaje y branding con prompts avanzados.</li>
<li><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--color-accent-secondary)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> Hoja de ruta exclusiva para pasar de Principiante a Creador Pro.</li>
<li><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--color-accent-secondary)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> Acceso total a las actualizaciones de herramientas de Inteligencia Artificial 2026.</li>
<li><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--color-accent-secondary)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> Generar comerciales audiovisuales que las grandes marcas pagan por ver.</li>
</ul>
</div>
</div>
<!-- Right Column / Payment Call To Action -->
<div>
<div class="creator-card">
<div class="creator-cover"></div>
<div class="creator-info">
<h3 style="margin: 0 0 5px 0; color: white; font-size:22px; font-weight:800; letter-spacing:-0.5px;">Impulza Digital Tech</h3>
<div style="color: var(--color-accent-secondary); font-size: 14px; margin-bottom: 20px; font-weight:600;">impulza.digital/join</div>
<p style="color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.6; margin-bottom: 25px;">
Domina el Video e Imagen con Inteligencia Artificial. Aprende a crear anuncios, escalar tus redes sociales y ganar dinero en un mundo completamente nuevo. 💰
</p>
<div class="stats-grid">
<div>
<div class="num">18.3k</div>
<div class="label">Miembros</div>
</div>
<div>
<div class="num">312</div>
<div class="label">En línea</div>
</div>
<div>
<div class="num">7</div>
<div class="label">Admins</div>
</div>
</div>
<div class="members-avatars">
<img src="https://i.pravatar.cc/100?1">
<img src="https://i.pravatar.cc/100?2">
<img src="https://i.pravatar.cc/100?3">
<img src="https://i.pravatar.cc/100?4">
<img src="https://i.pravatar.cc/100?5">
<img src="https://i.pravatar.cc/100?6">
</div>
<div style="background: rgba(239, 68, 68, 0.1); border: 1px dashed rgba(239, 68, 68, 0.5); padding: 12px; border-radius: 8px; margin-bottom: 20px; text-align:center;">
<span style="color: #F87171; font-weight: bold; font-size:13px; display:block; margin-bottom:4px;">🚨 Últimos 11 cupos disponibles a este precio</span>
<span style="color:rgba(255,255,255,0.6); font-size:12px;">El precio subirá cuando lleguemos a 18,500</span>
</div>
<!-- THE CHECKOUT ACTION BUTTON -->
<button class="join-btn" onclick="alert('Lanzará WooCommerce Checkout popup / Menú de Pago de Stripe por $49 USD/mes')">
UNIRME AHORA — $49/mes
</button>
<div style="text-align: center; margin-top: 20px; color: rgba(255,255,255,0.3); font-size: 12px;">
Operado con tecnología de <b>Impulza Digital</b>
</div>
</div>
</div>
</div>
</div>
</body>
</html>