Skip to content

Commit 03181ff

Browse files
authored
Update index.html
1 parent 8fb2c96 commit 03181ff

1 file changed

Lines changed: 6 additions & 18 deletions

File tree

index.html

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
:root {
1010
--oro-real: #bf953f;
1111
--negro-absoluto: #000000;
12-
--gris-premium: #0a0a0a;
1312
--blanco-nitido: #ffffff;
14-
/* ORO LÍQUIDO REALISTA */
1513
--oro-gradiente: linear-gradient(to bottom, #fcf6ba 0%, #bf953f 25%, #fcf6ba 50%, #bf953f 75%, #aa771c 100%);
1614
}
1715

@@ -43,7 +41,7 @@
4341
filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
4442
}
4543

46-
/* MOCKUP SECTION */
44+
/* SECCIÓN DEL MOCKUP CORREGIDA */
4745
.hero-mockup { margin: 40px auto; max-width: 450px; }
4846
.hero-mockup img {
4947
width: 100%;
@@ -71,7 +69,6 @@
7169
border-radius: 4px;
7270
}
7371

74-
/* BOTÓN ORO LÍQUIDO */
7572
.cta-btn {
7673
display: inline-block;
7774
width: 100%;
@@ -93,19 +90,16 @@
9390
.section { padding: 60px 20px; max-width: 900px; margin: 0 auto; }
9491
.card { background: #050505; padding: 30px; border: 1px solid #1a1a1a; margin-bottom: 20px; }
9592

96-
/* PROTOCOLO CONTENT */
9793
.product-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 40px 0; }
9894
.product-item {
9995
background: #0a0a0a;
96+
border: 1px solid #1a1a1a;
10097
border-left: 4px solid var(--oro-real);
10198
padding: 25px;
10299
text-align: left;
103-
border: 1px solid #1a1a1a;
104-
border-left: 4px solid var(--oro-real);
105100
}
106101
.product-item h4 { margin: 0 0 10px 0; color: var(--oro-real); font-family: 'Oswald', sans-serif; font-size: 1.2rem; }
107102

108-
/* REVIEWS */
109103
.review { border-bottom: 1px solid #1a1a1a; padding: 30px 0; }
110104
.stars { color: var(--oro-real); margin-bottom: 10px; font-size: 1.2rem; }
111105

@@ -126,7 +120,7 @@ <h1 class="titulo-alfa">CÓDIGO ALFA VIP</h1>
126120
<p style="letter-spacing: 3px; font-weight: 300; opacity: 0.8;">EL MANIFIESTO DEL 1%: NO COMPITAS, LIDERA</p>
127121

128122
<div class="hero-mockup">
129-
<img src="images/mockup.png" alt="Código Alfa VIP Mockup">
123+
<img src="images/mockup.png.jpg" alt="Código Alfa VIP Mockup">
130124
</div>
131125

132126
<div class="optin-container">
@@ -164,21 +158,16 @@ <h4>🦅 Mentalidad de Soberanía</h4>
164158
<h2 style="margin-top: 80px; letter-spacing: 2px;">Resultados de la Comunidad</h2>
165159
<div class="review">
166160
<div class="stars">★★★★★</div>
167-
<p style="font-style: italic;">"Este manifiesto cambió mi visión sobre los activos. Es la estructura que nadie te enseña en la universidad. La claridad es absoluta."</p>
168-
<span style="color:var(--oro-real); font-weight: bold; text-transform: uppercase; font-size: 0.8rem;">- Javier F. • Miembro VIP</span>
169-
</div>
170-
<div class="review">
171-
<div class="stars">★★★★★</div>
172-
<p style="font-style: italic;">"El rastreador de flujo por sí solo vale 10 veces el precio. Por fin entiendo por dónde se iba mi dinero y cómo multiplicarlo."</p>
173-
<span style="color:var(--oro-real); font-weight: bold; text-transform: uppercase; font-size: 0.8rem;">- Sofía G. • Miembro VIP</span>
161+
<p style="font-style: italic;">"Este manifiesto cambió mi visión sobre los activos. Es la estructura que nadie te enseña en la universidad."</p>
162+
<span style="color:var(--oro-real); font-weight: bold;">- Javier F. • Miembro VIP</span>
174163
</div>
175164

176165
<div id="comprar">
177166
<h2 style="margin-top:0; background: var(--oro-gradiente); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">¿QUIERES MÁS?</h2>
178167
<p>Domina tu mente con los <b>Protocolos de Sabiduría Estoica</b>. El complemento táctico indispensable para el 1%.</p>
179168
<br>
180169
<a href="https://go.hotmart.com/R105307128Q" class="cta-btn">Adquirir Protocolo VIP</a>
181-
<p style="font-size:0.7rem; margin-top:20px; opacity: 0.5;">Garantía de 7 días • Acceso Inmediato • Pago Seguro</p>
170+
<p style="font-size:0.7rem; margin-top:20px; opacity: 0.5;">Garantía de 7 días • Acceso Inmediato</p>
182171
</div>
183172
</main>
184173

@@ -191,7 +180,6 @@ <h2 style="margin-top:0; background: var(--oro-gradiente); -webkit-background-cl
191180
form.addEventListener("submit", function(e) {
192181
e.preventDefault();
193182
btn.innerHTML = "PROCESANDO ACCESO...";
194-
btn.style.opacity = "0.7";
195183
btn.disabled = true;
196184

197185
const ebookLink = "https://drive.google.com/file/d/1nUlSOzEGNRx9r4S36GyrZRUjasrnn8vK/view?usp=sharing";

0 commit comments

Comments
 (0)