/* ===== WEB3 — CLEAN MODERN SPLIT ===== */
/* Se carga después de landing-styles.css */

:root {
  --vq:        oklch(0.58 0.24 340);
  --vq-deep:   oklch(0.42 0.22 330);
  --vq-soft:   oklch(0.96 0.05 340);
  --cream:     #FFFFFF;
  --cream-deep:#F5F0FB;
  --ink:       #0F0F0F;
  --ink-soft:  #555568;
  --line:      rgba(15,15,15,0.10);
}

body { background: #FFFFFF; color: var(--ink); }

/* Logo en nav blanco → color natural */
.nav-logo { height: 30px; display: block; filter: none; }
.nav-brand { gap: 0; }

/* ---- NAV: blanco limpio ---- */
.nav {
  background: white;
  color: var(--ink);
  box-shadow: 0 2px 28px rgba(0,0,0,0.08);
  border: 1px solid rgba(15,15,15,0.07);
}
.nav-links a { color: var(--ink-soft); }
.nav-links a:hover { background: var(--vq-soft); color: var(--vq); opacity: 1; }
.nav-cta { background: var(--vq); color: white; }
.nav-cta:hover { background: oklch(0.65 0.24 340); transform: translateY(-1px); }
.nav-brand .dot { background: var(--vq); }

/* ---- HERO: split bicolor ---- */
/* Mitad izquierda blanca, mitad derecha magenta */
.hero {
  background: white;
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 47%;
  background: var(--vq);
  z-index: 0;
}
.hero > .wrap { position: relative; z-index: 1; }
.hero-grid > * { position: relative; z-index: 1; }

.hero-headline { color: var(--ink); }
.hero-headline .magenta { color: var(--vq); font-style: italic; }
.hero-headline .underline svg { stroke: var(--vq); }
.hero-sub { color: var(--ink-soft); }
.hero-sub b { color: var(--ink); }
.hero .eyebrow { color: var(--vq); }
.hero .eyebrow::before { background: var(--vq); }
.hero-trust .copy { color: var(--ink-soft); }
.hero-trust .copy b { color: var(--ink); }
.stars { color: var(--vq); }

/* Botones sobre fondo blanco */
.btn-primary { background: var(--ink); color: white; box-shadow: 0 4px 0 var(--vq); }
.btn-primary:hover { box-shadow: 0 6px 0 var(--vq); transform: translateY(-2px); }
.btn-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: white; }

/* Hero art sobre fondo magenta del panel derecho */
.hero-art .blob { opacity: 0.35; }
.hero-art .ribbon-bg { background: rgba(255,255,255,0.15); }
.sticker { background: white; color: var(--ink); box-shadow: 0 6px 0 var(--vq-deep); }
.sticker.coin { background: var(--yellow); color: var(--ink); box-shadow: 0 6px 0 rgba(0,0,0,0.2); }
.sticker.green { background: var(--green); color: var(--ink); box-shadow: 0 6px 0 rgba(0,0,0,0.2); }

/* ---- TICKER: fondo magenta ---- */
.ticker {
  background: var(--vq);
  border-color: var(--vq);
  color: white;
}
.ticker-item { color: white; }
.ticker-item .star { color: rgba(255,255,255,0.6); }

/* ---- HOW: blanco con borde magenta en steps ---- */
.how { background: var(--cream-deep); border-radius: 40px; }
.how-title em { color: var(--vq); }
.step {
  background: white;
  border-color: transparent;
  border-top: 4px solid var(--vq);
}
.step-num { background: var(--vq); border-color: var(--vq-deep); }
.step-pill { background: var(--vq-soft); color: var(--vq-deep); }

/* ---- CALCULADORA ---- */
.calc-left h2 em { color: var(--vq); }
/* La calc-card es la estrella: cambia a magenta */
.calc-card {
  background: var(--vq);
  box-shadow: 0 12px 0 var(--vq-deep);
}
.calc-stamp { background: white; color: var(--vq); border-color: var(--vq-deep); }
.calc-slider { background: rgba(255,255,255,0.30); }
.calc-friends { color: white; }
.calc-friends span[style] { color: rgba(255,255,255,0.65) !important; }
.calc-result {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.25);
}
.calc-line { border-bottom-color: rgba(255,255,255,0.15); color: white; }
.calc-line .v { color: white; }
.calc-final.charge { color: white; }
.calc-final.pay { color: var(--yellow); }

/* ---- TARIFAS ---- */
.plan { background: white; border-color: var(--line); box-shadow: 0 2px 16px rgba(0,0,0,0.05); }
.plan:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.10); }
.plan.featured { background: var(--vq); box-shadow: 0 14px 0 var(--vq-deep), 0 20px 40px rgba(180,30,100,0.2); }
.plan-feature::before { background: var(--vq); }
.plan-cta { background: var(--ink); color: white; }
.plan.featured .plan-cta { background: white; color: var(--vq); }

/* ---- TESTIMONIOS: fondo magenta (como web1, muy impactante) ---- */
.tests { background: var(--vq); color: white; }
.tests-head h2 { color: white; }
.tests-head h2 em { color: var(--cream); font-style: italic; }
.testimonial { background: white; color: var(--ink); }
.testimonial:nth-child(2) { background: var(--vq-soft); color: var(--ink); }
.testimonial-stars { color: var(--vq); }
.testimonial p { color: var(--ink); }
.testimonial-author .av { background: var(--vq); }
.testimonial-author .info { color: var(--ink-soft); }
.testimonial-author .info b { color: var(--ink); display: block; }
.testimonial .stamp { background: var(--yellow); }
.testimonial:nth-child(2) .stamp { background: var(--green); }

/* ---- FAQ ---- */
.faq-left h2 em { color: var(--vq); }
.faq-item { background: var(--cream-deep); border-color: transparent; }
.faq-item:hover { background: var(--vq-soft); }
.faq-q .ic { background: white; color: var(--vq); border: 1px solid var(--vq-soft); }

/* ---- FORM ---- */
#solicitud { background: var(--ink) !important; }

/* ---- CTA FINAL ---- */
.cta-final { background: var(--vq); }
.cta-final .btn-primary { background: white; color: var(--vq); box-shadow: 0 4px 0 var(--vq-deep); }
.cta-final .btn-primary:hover { box-shadow: 0 6px 0 var(--vq-deep); }

/* ---- FOOTER: blanco limpio ---- */
footer { background: white; border-top: 1px solid var(--line); }
.foot-brand em { color: var(--vq); }
.foot-bottom { color: var(--ink-soft); }
.foot-social a { background: var(--ink); }
.foot-social a:hover { background: var(--vq); }

/* ---- LOGOS ADICIONALES (hero art, tarifas, cta, footer) ---- */

/* Badge flotante en el panel magenta del hero — blanco */
.hero-art-logo-row {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.hero-art-logo {
  height: 32px;
  filter: brightness(0) invert(1);
  display: block;
}
.hero-art-logo-name {
  font-family: 'Instrument Serif', serif;
  font-size: 24px;
  font-style: italic;
  color: white;
}

/* Logo + nombre sobre la cabecera de tarifas — sobre blanco */
.plans-section-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}
.plans-logo { height: 36px; display: block; filter: none; }
.plans-logo-name {
  font-family: 'Instrument Serif', serif;
  font-size: 30px;
  font-style: italic;
  color: var(--vq);
}

/* Logo + nombre en el CTA final — blanco sobre magenta */
.cta-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.cta-logo { height: 42px; display: block; filter: brightness(0) invert(1); }
.cta-logo-name {
  font-family: 'Instrument Serif', serif;
  font-size: 36px;
  font-style: italic;
  color: white;
}

/* Logo + nombre en el footer — colores naturales sobre blanco */
.foot-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 56px;
  line-height: 1;
}
.foot-logo { height: 52px; display: block; filter: none; }
.foot-brand span { line-height: 1; }
.foot-brand em { color: var(--vq); }

/* ---- App próximamente: badge + note + store badges ---- */
.app-soon-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--vq-soft); color: var(--vq-deep);
  border: 1px solid rgba(200,30,138,0.16);
  padding: 7px 14px 7px 11px; border-radius: 100px;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.01em;
  margin-bottom: 16px;
}
.app-soon-badge b { color: var(--vq); font-weight: 700; }
.asb-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #22B462;
  box-shadow: 0 0 0 0 rgba(34,180,98,0.5);
  animation: asb-pulse 1.8s infinite;
}
@keyframes asb-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(34,180,98,0.45); }
  70%  { box-shadow: 0 0 0 9px rgba(34,180,98,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,180,98,0); }
}
.app-launch { margin-top: 24px; }
.app-launch-note { font-size: 14px; color: var(--ink-soft); line-height: 1.5; margin-bottom: 12px; }
.app-launch-note b { color: var(--ink); font-weight: 700; }
.store-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.store-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: #fff; text-decoration: none;
  padding: 9px 16px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  cursor: pointer; opacity: 0.94;
  transition: transform 0.15s, opacity 0.15s, box-shadow 0.15s;
}
.store-badge:hover { opacity: 1; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(15,15,15,0.22); }
.store-badge svg { flex-shrink: 0; }
.store-badge .sb-text { display: flex; flex-direction: column; line-height: 1.12; text-align: left; }
.store-badge .sb-text small { font-size: 9.5px; opacity: 0.72; letter-spacing: 0.04em; text-transform: uppercase; }
.store-badge .sb-text b { font-size: 15px; font-weight: 600; }

/* ---- Aviso legal / información fiscal ---- */
.legal { background: var(--cream-deep); }
.legal-wrap { max-width: 780px; }
.legal .eyebrow { color: var(--vq); }
.legal-intro { color: var(--ink-soft); font-size: 15px; line-height: 1.6; margin: 10px 0 30px; }
.legal-dl { border-top: 1px solid var(--line); }
.legal-row {
  display: grid; grid-template-columns: 230px 1fr; gap: 20px;
  padding: 15px 4px; border-bottom: 1px solid var(--line);
}
.legal-row dt {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  color: var(--vq); align-self: center;
}
.legal-row dd { font-size: 15.5px; color: var(--ink); font-weight: 500; }
.legal-note { margin-top: 28px; font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
@media (max-width: 620px) {
  .legal-row { grid-template-columns: 1fr; gap: 4px; }
}

/* Logo grande de Voquia — solo se muestra en móvil (sustituye a la ilustración) */
.hero-art-mobile-logo { display: none; }

/* ---- Mobile: hero sin split ---- */
@media (max-width: 920px) {
  .hero::before { display: none; }
  .hero { background: white; }
  .hero-art .blob { opacity: 1; }
  .hero-art-logo { height: 28px; }

  /* En móvil no mostramos la ilustración: en su lugar, el logo de Voquia */
  .hero-art .character,
  .hero-art-logo-row,
  .hero-art .sticker { display: none; }
  .hero-art-mobile-logo {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 16px;
    position: absolute; inset: 0; z-index: 5; padding: 12%;
  }
  .hero-art-mobile-logo img {
    width: min(48%, 200px); height: auto;
    filter: brightness(0) invert(1); /* logo en blanco sobre el blob magenta */
  }
  .hero-art-mobile-logo span {
    font-family: 'Instrument Serif', serif; font-style: italic;
    font-size: 44px; color: #fff; line-height: 1;
  }
}

/* ---- Permanencia: aclaración en tarifas ---- */
.plans-permanencia {
  max-width: 640px; margin: 14px auto 0;
  font-size: 13.5px; line-height: 1.55; color: var(--ink-soft);
  background: var(--cream-deep); border: 1px solid var(--line);
  border-radius: 14px; padding: 12px 18px;
}
.plans-permanencia b { color: var(--ink); font-weight: 700; }
.plan-nota {
  display: inline-flex; align-items: center; gap: 6px;
  margin: -8px 0 16px;
  background: rgba(255,210,58,0.18); color: var(--ink);
  border: 1px solid rgba(200,30,138,0.16);
  padding: 7px 12px; border-radius: 10px;
  font-size: 12.5px; font-weight: 600; line-height: 1.3;
}
.plan.featured .plan-nota {
  background: rgba(255,255,255,0.16); color: #fff;
  border-color: rgba(255,255,255,0.3);
}
