/* ===== ESTILOS GENERALES ===== */
:root {
  --bg-primary: #0b081a;
  --bg-secondary: #13102a;
  --bg-card: #1a1638;
  --ink: #f0ecf9;
  --muted: #b8b0d6;
  --gold: #d9b56d;
  --gold2: #f0d99b;
  --gold-dim: rgba(217, 181, 109, 0.15);
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  --radius: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(ellipse at 50% 0%, #1d1840, #0b081a 70%);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.75;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, 92%); margin: auto; }

/* ===== TOPBAR ===== */
.topbar {
  background: rgba(11, 8, 26, 0.8);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  font-size: .85rem;
  color: #b8b0d6;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
}

/* ===== HEADER ===== */
header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(11, 8, 26, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.logo span { color: var(--gold); }
nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
nav a {
  color: #c8c0e0;
  font-size: .92rem;
  transition: color .2s;
}
nav a:hover { color: var(--gold2); }

/* ===== BOTONES ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  color: #18120a;
  font-weight: 700;
  border: 0;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 8px 30px rgba(217, 181, 109, 0.25);
}
.btn:hover { transform: scale(1.04); box-shadow: 0 12px 40px rgba(217, 181, 109, 0.35); }
.btn.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(240, 217, 155, 0.3);
  box-shadow: none;
}
.btn.ghost:hover { border-color: var(--gold2); color: var(--gold2); }

/* ===== HERO (sin imagen) ===== */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(ellipse at 70% 20%, #2a2250, #0b081a 70%);
}
.hero::before {
  content: "✦ ✧ ★ ✧ ✦";
  position: absolute;
  top: 10%;
  left: 5%;
  font-size: 4rem;
  color: rgba(217, 181, 109, 0.06);
  white-space: pre;
  letter-spacing: 2rem;
  pointer-events: none;
  font-weight: 300;
  transform: rotate(-10deg);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 60%, rgba(217, 181, 109, 0.08), transparent 50%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 80px 0;
}
.eyebrow {
  color: var(--gold2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
}
h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.05;
}
h1 {
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  margin: 18px 0 22px;
}
.hero p {
  font-size: 1.15rem;
  color: #d4cce8;
  max-width: 680px;
}
.phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  font-weight: 700;
  color: #fff;
}
.phone small {
  font-size: .75rem;
  color: var(--gold2);
  font-weight: 500;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.trust span {
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  font-size: .82rem;
  color: #c8c0e0;
}

/* ===== SECCIONES ===== */
section { padding: 80px 0; }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); margin: 10px 0; }
.section-head p { color: var(--muted); }

.grid-2 {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 42px;
  align-items: center;
}
.decorative-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-crystal, .icon-moon {
  font-size: 8rem;
  opacity: 0.15;
  filter: drop-shadow(0 0 40px rgba(217, 181, 109, 0.1));
  line-height: 1;
}

.panel {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}

.list {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}
.list li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.list li b { color: var(--gold2); }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.step {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 25px;
  transition: transform .2s;
}
.step:hover { transform: translateY(-4px); border-color: var(--gold-dim); }
.num {
  font-size: .75rem;
  color: var(--gold2);
  font-weight: 700;
  letter-spacing: .1em;
}
.step h3 { font-size: 1.4rem; margin: 8px 0; }

/* ===== ADVISORS (tarjetas de videntes) ===== */
.advisors {
  background: var(--bg-secondary);
}
.advisor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.advisor-card {
  display: flex;
  gap: 18px;
  padding: 20px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: .25s;
}
.advisor-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-dim);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.advisor-avatar {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 25%, #e6cc91, #70572c 65%, #2a2115);
  color: #171108;
  font-weight: 900;
  font-size: 1.3rem;
  overflow: hidden;
}
.advisor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advisor-body h3 { font-size: 1.3rem; margin: 4px 0; }
.advisor-body p {
  font-size: .88rem;
  color: var(--muted);
  margin: 6px 0 10px;
}
.tag {
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gold2);
  font-weight: 700;
}
.profile-link {
  color: var(--gold2);
  font-weight: 600;
  font-size: .85rem;
}
.profile-link span { margin-left: 4px; }

/* ===== TESTIMONIOS ===== */
.testimonials {
  background: var(--bg-primary);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 26px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: .2s;
}
.testimonial-card:hover { border-color: var(--gold-dim); }
.testimonial-avatar {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}
.testimonial-body {
  flex: 1;
}
.testimonial-text {
  font-size: .95rem;
  color: #d4cce8;
  margin: 0 0 8px;
  font-style: italic;
  line-height: 1.5;
}
.testimonial-author {
  font-weight: 700;
  color: var(--gold2);
  margin: 0;
}
.testimonial-city {
  font-size: .8rem;
  color: var(--muted);
  margin: 0;
}
.testimonial-stars {
  color: var(--gold);
  font-size: .9rem;
  letter-spacing: 2px;
  margin-top: 4px;
}

/* ===== TEMAS ===== */
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.topic {
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-card);
}
.topic h3 { font-size: 1.4rem; margin: 8px 0; }
.topic p { color: var(--muted); margin: 0; }

/* ===== CTA ===== */
.cta {
  padding: 80px 0;
  background: radial-gradient(ellipse at 50% 0%, #1d1840, #0b081a);
}
.cta-box {
  text-align: center;
  padding: 60px 30px;
  border: 1px solid var(--gold-dim);
  border-radius: 30px;
  background: rgba(255,255,255,.03);
}
.cta-box h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin: 12px auto;
  max-width: 800px;
}

/* ===== FAQ ===== */
.faq { display: grid; gap: 12px; }
details {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 22px;
  cursor: pointer;
}
details[open] { border-color: var(--gold-dim); }
summary { font-weight: 600; }
details p { color: var(--muted); margin: 14px 0 0; }

/* ===== FOOTER ===== */
footer {
  padding: 45px 0 25px;
  border-top: 1px solid var(--line);
  background: rgba(11, 8, 26, .9);
  color: #b8b0d6;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 35px;
}
footer h3 { color: #fff; font-size: 1.4rem; margin: 0 0 10px; }
footer a { color: #c8c0e0; }
footer a:hover { color: var(--gold2); }
.disclaimer {
  font-size: .82rem;
  color: #8f899b;
  margin-top: 25px;
  line-height: 1.6;
}
.disclaimer strong { color: var(--gold2); }

/* ===== RGPD BANNER ===== */
.rgpd-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(11, 8, 26, .95);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  padding: 14px 20px;
  z-index: 10000;
  transition: transform .4s ease;
}
.rgpd-banner.hidden {
  transform: translateY(100%);
  pointer-events: none;
}
.rgpd-content {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: .92rem;
  color: #c8c0e0;
}
.rgpd-content p { margin: 0; flex: 1 1 300px; }
.rgpd-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.rgpd-btn {
  padding: 8px 20px;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: .2s;
}
.rgpd-btn.accept {
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  color: #18120a;
}
.rgpd-btn.accept:hover { transform: scale(1.04); }
.rgpd-btn.config {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,0.15);
}
.rgpd-btn.config:hover { border-color: var(--gold2); color: var(--gold2); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  nav a:not(.btn) { display: none; }
  .grid-2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .advisor-grid { grid-template-columns: 1fr 1fr; }
  .topic-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .hero { min-height: 550px; }
}
@media (max-width: 620px) {
  .topbar .container { justify-content: center; text-align: center; }
  .topbar .container span:last-child { display: none; }
  .nav { min-height: 64px; }
  .logo { font-size: 1.4rem; }
  .hero-content { padding: 60px 0; }
  h1 { font-size: 2.8rem; }
  .phone { font-size: 1.6rem; }
  section { padding: 50px 0; }
  .steps, .advisor-grid, .topic-grid, .footer-grid, .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .testimonial-card { flex-direction: column; align-items: center; text-align: center; }
  .rgpd-content { flex-direction: column; text-align: center; gap: 10px; }
}