﻿
:root {
  --negro: #080808;
  --dorado: #c9a84c;
  --dorado2: #e8c97a;
  --dorado-suave: rgba(201,168,76,0.12);
  --blanco: #f5f2ee;
  --gris: #111111;
  --gris2: #1a1a1a;
  --gris3: #242424;
  --texto-suave: #888;
  --borde: rgba(201,168,76,0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--negro);
  color: var(--blanco);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* â”€â”€ NAV â”€â”€ */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 5%;
  background: rgba(8,8,8,0.93);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--borde);
}
.nav-logo { height: 42px; object-fit: contain; }
.nav-cta {
  background: linear-gradient(135deg, var(--dorado), var(--dorado2));
  color: #000; padding: 11px 26px; border-radius: 50px;
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.85rem;
  text-decoration: none; transition: all 0.2s; white-space: nowrap;
}
.nav-cta:hover { opacity: 0.88; transform: translateY(-1px); }

/* â”€â”€ HERO â”€â”€ */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 130px 5% 80px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: -150px; right: -150px;
  width: 650px; height: 650px;
  background: radial-gradient(circle, rgba(201,168,76,0.13) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; bottom: -100px; left: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, transparent 65%);
  pointer-events: none;
}
.hero-eyebrow {
  font-family: 'Syne', sans-serif; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--dorado); margin-bottom: 22px;
  display: flex; align-items: center; gap: 12px;
  position: relative; z-index: 1;
}
.hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--dorado); }
.hero h1 {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 0.95; letter-spacing: -2px;
  max-width: 820px; margin-bottom: 28px;
  position: relative; z-index: 1;
}
.hero h1 em { color: var(--dorado); font-style: normal; }
.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.2rem); font-weight: 300;
  color: #bbb; max-width: 540px; margin-bottom: 44px; line-height: 1.75;
  position: relative; z-index: 1;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; position: relative; z-index: 1; }
.btn-gold {
  background: linear-gradient(135deg, var(--dorado), var(--dorado2));
  color: #000; padding: 16px 34px; border-radius: 50px;
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1rem;
  text-decoration: none; transition: all 0.25s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-gold:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(201,168,76,0.3); }
.btn-outline {
  border: 1.5px solid rgba(201,168,76,0.35); color: var(--blanco);
  padding: 16px 34px; border-radius: 50px;
  font-family: 'Syne', sans-serif; font-weight: 600; font-size: 1rem;
  text-decoration: none; transition: all 0.25s;
}
.btn-outline:hover { border-color: var(--dorado); color: var(--dorado); }
.hero-scroll {
  position: absolute; bottom: 36px; left: 5%;
  font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase;
  color: #555; display: flex; align-items: center; gap: 10px; z-index: 1;
}
.hero-scroll::after {
  content: ''; width: 50px; height: 1px;
  background: linear-gradient(to right, var(--dorado), transparent);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{width:30px;opacity:0.4} 50%{width:60px;opacity:1} }

/* â”€â”€ SECCIÃ“N BASE â”€â”€ */
section { padding: 100px 5%; position: relative; }
.s-tag {
  font-family: 'Syne', sans-serif; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--dorado); margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
}
.s-tag::before { content: ''; width: 20px; height: 1px; background: var(--dorado); }
h2 {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.05; letter-spacing: -1.5px; margin-bottom: 16px;
}
h2 em { color: var(--dorado); font-style: normal; }
.s-intro { color: #999; font-size: 1rem; font-weight: 300; max-width: 560px; margin-bottom: 54px; line-height: 1.75; }

/* â”€â”€ DOLOR â”€â”€ */
.dolor { background: var(--gris2); }
.dolor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 36px; }
@media(max-width:640px){ .dolor-grid { grid-template-columns: 1fr; } }
.dolor-card {
  border: 1px solid rgba(255,255,255,0.06); border-radius: 16px;
  padding: 28px; background: rgba(255,255,255,0.02); transition: border-color 0.25s;
}
.dolor-card:hover { border-color: var(--dorado); }
.d-icon { margin-bottom: 12px; }
.icon-wrap {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(201,168,76,0.1); color: var(--dorado);
}
.icon-wrap svg { width: 22px; height: 22px; stroke-width: 1.75; }
.icon-wrap.sm { width: 36px; height: 36px; }
.icon-wrap.sm svg { width: 18px; height: 18px; }
.icon-inline { display: inline-flex; vertical-align: middle; margin-right: 6px; }
.icon-inline svg { width: 16px; height: 16px; }
.dolor-card h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 8px; }
.dolor-card p { color: #888; font-size: 0.88rem; line-height: 1.65; }
.dolor-footer {
  background: linear-gradient(135deg, rgba(201,168,76,0.1), rgba(201,168,76,0.03));
  border: 1px solid rgba(201,168,76,0.25); border-radius: 14px;
  padding: 22px 28px; font-size: 1rem; font-weight: 500;
}
.dolor-footer strong { color: var(--dorado); }

/* â”€â”€ SOLUCIÃ“N â”€â”€ */
.solucion { background: var(--negro); }
.sol-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 20px; }
.sol-card {
  background: var(--gris2); border-radius: 20px; padding: 34px 26px;
  border: 1px solid rgba(255,255,255,0.05); transition: all 0.25s; position: relative; overflow: hidden;
}
.sol-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(to right, var(--dorado), var(--dorado2));
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.sol-card:hover::before { transform: scaleX(1); }
.sol-card:hover { transform: translateY(-4px); }
.sol-num { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 3rem; color: rgba(201,168,76,0.12); line-height: 1; margin-bottom: 14px; }
.sol-card h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 10px; }
.sol-card p { color: #888; font-size: 0.88rem; line-height: 1.65; }

/* â”€â”€ PRUEBA â”€â”€ */
.prueba { background: var(--gris2); }
.prueba-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 50px; }
@media(max-width:750px){ .prueba-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:480px){ .prueba-grid { grid-template-columns: 1fr; } }
.prueba-card {
  background: var(--gris3); border-radius: 16px; aspect-ratio: 9/14;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 2.5rem; border: 1px solid rgba(255,255,255,0.06);
  transition: border-color 0.25s; position: relative; overflow: hidden; color: #444;
}
.prueba-card:hover { border-color: var(--dorado); }
.prueba-tag {
  position: absolute; top: 14px; left: 14px;
  background: linear-gradient(135deg, var(--dorado), var(--dorado2)); color: #000;
  font-family: 'Syne', sans-serif; font-size: 0.65rem; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 50px;
}
.prueba-label {
  position: absolute; bottom: 16px; left: 12px; right: 12px;
  font-size: 0.75rem; color: rgba(255,255,255,0.4); text-align: center;
}

/* â”€â”€ SERVICIOS â”€â”€ */
.servicios { background: var(--negro); }
.srv-list { display: flex; flex-direction: column; }
.srv-item {
  display: grid; grid-template-columns: 56px 1fr; gap: 22px;
  align-items: start; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.srv-item:last-child { border-bottom: none; }
.srv-icon {
  width: 52px; height: 52px; background: rgba(201,168,76,0.1); border-radius: 14px;
  display: flex; align-items: center; justify-content: center; color: var(--dorado); flex-shrink: 0;
}
.srv-icon svg { width: 24px; height: 24px; }
.srv-body h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; }
.srv-body p { color: #888; font-size: 0.9rem; line-height: 1.7; max-width: 600px; }
.srv-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.srv-tag {
  background: rgba(201,168,76,0.07); border: 1px solid rgba(201,168,76,0.2);
  border-radius: 50px; padding: 4px 14px;
  font-size: 0.74rem; color: var(--dorado); font-weight: 500;
}

/* â”€â”€ PAQUETES â”€â”€ */
.paquetes { background: var(--gris2); }
.paq-why {
  background: rgba(201,168,76,0.06); border: 1px solid rgba(201,168,76,0.2);
  border-radius: 14px; padding: 20px 24px; margin-bottom: 48px;
  font-size: 0.95rem; color: #ccc; max-width: 620px; line-height: 1.7;
}
.paq-why strong { color: var(--dorado); }
.paq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 20px; }
.paq-card {
  background: var(--gris3); border-radius: 20px; padding: 36px 28px;
  border: 1px solid rgba(255,255,255,0.05); position: relative; transition: all 0.25s;
}
.paq-card:hover { border-color: rgba(201,168,76,0.35); transform: translateY(-4px); }
.paq-card.destacado { border-color: var(--dorado); background: linear-gradient(145deg, #1c1800, var(--gris3)); }
.paq-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--dorado), var(--dorado2)); color: #000;
  font-family: 'Syne', sans-serif; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; padding: 5px 16px; border-radius: 50px; white-space: nowrap;
}
.paq-nombre { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.2rem; margin-bottom: 6px; }
.paq-desc { color: #888; font-size: 0.85rem; margin-bottom: 24px; line-height: 1.6; }
.paq-lista { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.paq-lista li { font-size: 0.88rem; color: #ccc; display: flex; align-items: flex-start; gap: 10px; }
.paq-lista li::before { content: 'âœ¦'; color: var(--dorado); font-size: 0.6rem; margin-top: 5px; flex-shrink: 0; }
.paq-btn {
  display: block; text-align: center;
  background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.3);
  color: var(--dorado); border-radius: 50px; padding: 13px 20px;
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.85rem;
  text-decoration: none; transition: all 0.2s;
}
.paq-btn:hover { background: var(--dorado); color: #000; }
.paq-card.destacado .paq-btn { background: var(--dorado); color: #000; }
.paq-card.destacado .paq-btn:hover { opacity: 0.85; }

/* â”€â”€ PROCESO â”€â”€ */
.proceso { background: var(--negro); }
.proc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; position: relative; }
@media(max-width:800px){ .proc-steps { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media(max-width:450px){ .proc-steps { grid-template-columns: 1fr; } }
.proc-steps::before {
  content: ''; position: absolute; top: 26px; left: 12%; right: 12%;
  height: 1px; background: linear-gradient(to right, transparent, rgba(201,168,76,0.3), transparent);
}
@media(max-width:800px){ .proc-steps::before { display: none; } }
.proc-paso { text-align: center; padding: 0 20px; }
.proc-num {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--dorado), var(--dorado2));
  color: #000; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; position: relative; z-index: 1;
}
.proc-paso h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 8px; }
.proc-paso p { color: #888; font-size: 0.85rem; line-height: 1.6; }
.proc-footer {
  text-align: center; margin-top: 56px;
  background: rgba(201,168,76,0.06); border: 1px solid rgba(201,168,76,0.2);
  border-radius: 16px; padding: 24px 32px; max-width: 580px; margin-left: auto; margin-right: auto;
  font-size: 1rem;
}
.proc-footer strong { color: var(--dorado); }

/* â”€â”€ DIFERENCIAL â”€â”€ */
.diferencial { background: var(--gris2); }
.dif-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media(max-width:750px){ .dif-inner { grid-template-columns: 1fr; gap: 40px; } }
.dif-foto {
  border-radius: 24px; overflow: hidden;
  border: 1px solid rgba(201,168,76,0.2); position: relative;
}
.dif-foto img { width: 100%; display: block; object-fit: cover; }
.dif-foto-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,0.75) 0%, transparent 55%);
}
.dif-foto-quote {
  position: absolute; bottom: 20px; left: 20px; right: 20px;
  background: rgba(8,8,8,0.8); backdrop-filter: blur(8px);
  border: 1px solid rgba(201,168,76,0.25); border-radius: 12px; padding: 16px 18px;
}
.dif-foto-quote p { font-size: 0.82rem; color: #ccc; font-style: italic; line-height: 1.55; }
.dif-foto-quote span { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.75rem; color: var(--dorado); display: block; margin-top: 8px; }
.dif-lista { display: flex; flex-direction: column; gap: 20px; margin-top: 30px; }
.dif-item { display: flex; gap: 16px; align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 20px; }
.dif-item:last-child { border-bottom: none; }
.dif-icon { width: 42px; height: 42px; min-width: 42px; background: rgba(201,168,76,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--dorado); }
.dif-icon svg { width: 20px; height: 20px; }
.dif-item h4 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 4px; }
.dif-item p { color: #888; font-size: 0.88rem; line-height: 1.6; }

/* â”€â”€ TESTIMONIOS â”€â”€ */
.testimonios { background: var(--negro); }
.test-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px,1fr)); gap: 20px; }
.test-card { background: var(--gris2); border-radius: 20px; padding: 28px; border: 1px solid rgba(255,255,255,0.05); transition: all 0.25s; }
.test-card:hover { border-color: rgba(201,168,76,0.3); }
.test-stars { color: var(--dorado); font-size: 0.95rem; margin-bottom: 16px; letter-spacing: 3px; }
.test-text { font-size: 0.9rem; color: #ccc; line-height: 1.75; margin-bottom: 22px; font-style: italic; }
.test-author { display: flex; align-items: center; gap: 12px; }
.test-avatar { width: 42px; height: 42px; border-radius: 50%; background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.3); display: flex; align-items: center; justify-content: center; color: var(--dorado); font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.85rem; }
.test-name { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.88rem; }
.test-handle { color: var(--dorado); font-size: 0.78rem; }

/* â”€â”€ NOSOTROS â”€â”€ */
.nosotros { background: var(--gris2); }
.nos-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media(max-width:750px){ .nos-inner { grid-template-columns: 1fr; gap: 40px; } }
.nos-img { width: 100%; border-radius: 20px; display: block; border: 1px solid rgba(201,168,76,0.15); }
.nos-texto p { color: #aaa; font-size: 0.98rem; line-height: 1.8; margin-bottom: 16px; }
.nos-equipo { display: flex; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.nos-persona { flex: 1; min-width: 140px; background: var(--gris3); border-radius: 16px; padding: 20px; border: 1px solid rgba(255,255,255,0.06); }
.nos-emoji { margin-bottom: 10px; color: var(--dorado); }
.nos-emoji svg { width: 28px; height: 28px; }
.nos-persona h4 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 4px; }
.nos-persona p { color: #888; font-size: 0.82rem; }
.nos-slogan { margin-top: 28px; padding: 18px 22px; border-left: 3px solid var(--dorado); background: rgba(201,168,76,0.05); border-radius: 0 10px 10px 0; }
.nos-slogan p { color: #ccc; font-size: 0.95rem; font-style: italic; line-height: 1.6; }
.nos-slogan strong { color: var(--dorado); }

/* â”€â”€ LEAD â”€â”€ */
.lead { background: var(--negro); }
.lead-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
@media(max-width:750px){ .lead-inner { grid-template-columns: 1fr; gap: 40px; } }
.lead-texto p { color: #aaa; font-size: 1rem; margin: 16px 0 28px; line-height: 1.75; }
.lead-items { display: flex; flex-direction: column; gap: 12px; }
.lead-item { display: flex; gap: 14px; align-items: center; border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 16px 18px; background: rgba(255,255,255,0.02); transition: border-color 0.2s; }
.lead-item:hover { border-color: rgba(201,168,76,0.3); }
.lead-icon { color: var(--dorado); flex-shrink: 0; }
.lead-icon svg { width: 24px; height: 24px; }
.lead-item h4 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.92rem; }
.lead-item p { color: #888; font-size: 0.8rem; }
.lead-form { background: var(--gris2); border-radius: 24px; padding: 38px; border: 1px solid rgba(201,168,76,0.15); }
.lead-form h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.3rem; margin-bottom: 6px; }
.lead-form-sub { color: #888; font-size: 0.88rem; margin-bottom: 26px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 0.78rem; font-weight: 500; color: #aaa; margin-bottom: 7px; }
.form-group input {
  width: 100%; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 12px;
  padding: 13px 16px; color: var(--blanco);
  font-family: 'DM Sans', sans-serif; font-size: 0.92rem;
  outline: none; transition: border-color 0.2s;
}
.form-group input:focus { border-color: var(--dorado); }
.form-group input::placeholder { color: #555; }
.form-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--dorado), var(--dorado2));
  color: #000; border: none; border-radius: 12px; padding: 15px;
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.95rem;
  cursor: pointer; transition: all 0.25s; margin-top: 6px;
}
.form-submit:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(201,168,76,0.25); }
.form-nota { font-size: 0.73rem; color: #555; margin-top: 12px; text-align: center; }

/* â”€â”€ CTA FINAL â”€â”€ */
.cta-final { background: var(--gris2); text-align: center; padding: 120px 5%; position: relative; overflow: hidden; }
.cta-final::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(201,168,76,0.1) 0%, transparent 70%); pointer-events: none; }
.cta-final h2 { max-width: 700px; margin: 0 auto 20px; position: relative; z-index: 1; }
.cta-final p { color: #999; max-width: 460px; margin: 0 auto 44px; font-size: 1rem; line-height: 1.75; position: relative; z-index: 1; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.btn-wa { background: #25d366; color: #fff; padding: 16px 34px; border-radius: 50px; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1rem; text-decoration: none; transition: all 0.25s; display: flex; align-items: center; gap: 8px; }
.btn-wa:hover { background: #1db954; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(37,211,102,0.3); }

/* â”€â”€ FOOTER â”€â”€ */
footer {
  background: var(--negro); padding: 48px 5% 32px;
  border-top: 1px solid var(--borde);
}
.footer-inner { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.foot-logo { height: 36px; object-fit: contain; }
.foot-links { display: flex; gap: 20px; flex-wrap: wrap; }
.foot-links a { color: #888; text-decoration: none; font-size: 0.85rem; transition: color 0.2s; display: inline-flex; align-items: center; gap: 6px; }
.foot-links a:hover { color: var(--dorado); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px 24px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); margin-bottom: 20px; }
.footer-legal a { color: #777; font-size: 0.8rem; text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: var(--dorado); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; }
.foot-copy { font-size: 0.75rem; color: #444; }
.foot-credit { font-size: 0.8rem; color: var(--dorado); text-decoration: none; font-family: 'Syne', sans-serif; font-weight: 600; transition: opacity 0.2s; }
.foot-credit:hover { opacity: 0.8; }

/* â”€â”€ WA FLOTANTE â”€â”€ */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 200;
  background: linear-gradient(135deg, var(--dorado), var(--dorado2));
  color: #000; width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(201,168,76,0.45);
  border: 2px solid rgba(255,255,255,0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wa-float svg { width: 30px; height: 30px; fill: #000; }
.wa-float:hover { transform: scale(1.08); box-shadow: 0 12px 36px rgba(201,168,76,0.55); }

/* â”€â”€ ANIMACIONES â”€â”€ */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.show { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

/* VIDEO SHOWCASE — reel vertical 9:16, responsive */
.video-sec { background: var(--gris2); }
.video-sec-head { margin-bottom: 36px; }
.video-sec-head h2 { margin-bottom: 0; }
.video-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(240px, 340px);
  gap: 48px 64px;
  align-items: start;
}
.video-text {
  padding: 32px 36px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 20px;
  align-self: center;
}
.video-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: #d4d4d4;
  line-height: 1.8;
  margin-bottom: 24px;
}
.video-lead strong { color: var(--blanco); font-weight: 500; }
.video-notes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.video-notes li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  color: #aaa;
  line-height: 1.65;
}
.video-notes li svg {
  width: 20px; height: 20px;
  color: var(--dorado);
  flex-shrink: 0;
  margin-top: 2px;
}
.video-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.25);
  background: #000;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  width: 100%;
  max-width: 340px;
  justify-self: end;
}
.hm-video {
  width: 100%;
  display: block;
  aspect-ratio: 9/16;
  object-fit: contain;
  background: #000;
  max-height: min(72vh, 620px);
}
.video-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(8,8,8,0.92);
  border-top: 1px solid rgba(201,168,76,0.15);
}
.vc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--dorado);
  border-radius: 50px;
  padding: 10px 18px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.2s;
}
.vc-btn:hover { background: var(--dorado); color: #000; }
.vc-btn svg { width: 16px; height: 16px; }

@media(max-width: 900px) {
  .video-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    justify-items: center;
  }
  .video-text {
    width: 100%;
    max-width: 560px;
    align-self: auto;
    padding: 28px 24px;
  }
  .video-box {
    max-width: min(320px, 85vw);
    justify-self: center;
  }
  .hm-video { max-height: min(68vh, 560px); }
}

@media(max-width: 480px) {
  .video-sec-head { margin-bottom: 28px; }
  .video-text { padding: 22px 18px; }
  .video-box { max-width: min(300px, 92vw); }
  .video-controls { justify-content: center; }
  .vc-btn { flex: 1; min-width: 130px; }
}

/* FORM LEGAL */
.form-check { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0 6px; }
.form-check input { margin-top: 4px; accent-color: var(--dorado); flex-shrink: 0; }
.form-check label { font-size: 0.78rem; color: #999; line-height: 1.55; }
.form-check a { color: var(--dorado); }

/* COOKIE BANNER */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 300;
  background: rgba(12,12,12,0.97); border-top: 1px solid var(--borde);
  padding: 18px 5%; display: none; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.cookie-banner.show { display: flex; }
.cookie-banner p { color: #aaa; font-size: 0.85rem; max-width: 720px; line-height: 1.6; }
.cookie-banner a { color: var(--dorado); }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-sm { padding: 10px 20px; font-size: 0.82rem; }

/* LEGAL PAGES */
.legal-nav { position: static; padding: 20px 5%; display: flex; justify-content: space-between; align-items: center; background: var(--negro); border-bottom: 1px solid var(--borde); }
.legal-page { max-width: 820px; margin: 0 auto; padding: 60px 5% 80px; }
.legal-page h1 { font-family: 'Syne', sans-serif; font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 10px; }
.legal-updated { color: #666; font-size: 0.85rem; margin-bottom: 40px; }
.legal-page section { margin-bottom: 32px; }
.legal-page h2 { font-family: 'Syne', sans-serif; font-size: 1.15rem; color: var(--dorado); margin-bottom: 12px; }
.legal-page p, .legal-page li { color: #aaa; font-size: 0.92rem; line-height: 1.75; margin-bottom: 10px; }
.legal-page ul, .legal-page ol { padding-left: 22px; margin-bottom: 12px; }
.legal-page a { color: var(--dorado); }
.legal-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.85rem; }
.legal-table th, .legal-table td { border: 1px solid rgba(255,255,255,0.08); padding: 12px; text-align: left; color: #aaa; }
.legal-table th { color: var(--dorado); background: rgba(201,168,76,0.06); }
.legal-footer { text-align: center; padding: 30px 5%; border-top: 1px solid var(--borde); color: #555; font-size: 0.8rem; }
.legal-footer a { color: var(--dorado); text-decoration: none; }

.prueba-card span.icon-wrap { font-size: inherit; width: 56px; height: 56px; }
.prueba-card span.icon-wrap svg { width: 28px; height: 28px; }

@media(max-width:600px){
  nav { padding: 12px 4%; }
  .nav-cta { padding: 9px 18px; font-size: 0.78rem; }
  .footer-inner, .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal { justify-content: center; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
}

