/* =========================================================
   LANDING VENEBOOM (solo plantilla page-landing-venezuela)
   ========================================================= */

/* 1) Variables */
:root{
  --bg-deep:#020205;
  --ven-yellow:#FFD700;
  --ven-blue:#0055FF;
  --ven-red:#FF0040;
  --text-white:#ffffff;
  --glass-surface:rgba(255,255,255,0.03);
  --glass-border:rgba(255,255,255,0.10);
  --neon-glow:0 0 20px rgba(0,85,255,0.4);
}

/* 2) Scope: SOLO en esta landing */
body[class*="page-template-page-landing-venezuela"]{
  background:var(--bg-deep) !important;
}



/* 3) Base tipografía SOLO dentro de tu landing */
body[class*="page-template-page-landing-venezuela"] .vb-landing{
  font-family:'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color:var(--text-white);
  margin:0;
  padding:0;
  overflow-x:hidden;
  perspective:1200px;
  position:relative;
  min-height:100vh;
}




/* =========================================================
   FONDO ANIMADO Y ATMÓSFERA
   ========================================================= */

.vb-landing .atmosphere-bg{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background:var(--bg-deep);
  z-index:-5;
  overflow:hidden;
}

.vb-landing .light-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(80px);
  opacity:0.4;
  animation:floatLight 15s infinite alternate ease-in-out;
}

.vb-landing .orb-1{
  width:600px;
  height:600px;
  background:var(--ven-blue);
  top:-200px;
  left:-100px;
}

.vb-landing .orb-2{
  width:500px;
  height:500px;
  background:var(--ven-red);
  bottom:-100px;
  right:-100px;
  animation-delay:-5s;
}

.vb-landing .orb-3{
  width:300px;
  height:300px;
  background:var(--ven-yellow);
  top:40%;
  left:40%;
  opacity:0.2;
}

@keyframes floatLight{
  0%{ transform:translate(0,0) scale(1); }
  100%{ transform:translate(50px,30px) scale(1.1); }
}

.vb-landing .noise-texture{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url('data:image/svg+xml,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%" height="100%" filter="url(%23noiseFilter)"/%3E%3C/svg%3E');
  opacity:0.04;
  z-index:-4;
  pointer-events:none;
}

 


/* Menú */
.vb-header .vb-menu a{
  opacity: .9;
  transition: opacity .2s ease;
}
.vb-header .vb-menu a:hover{
  opacity: 1;
}



/* Botón descargar */
.vb-landing .btn-download{
  background:linear-gradient(90deg, var(--ven-blue), #0033cc);
  color:#fff;
  padding:12px 30px;
  border-radius:50px;
  text-decoration:none;
  font-weight:800;
  box-shadow:0 0 20px rgba(0,85,255,0.3);
  transition:transform .2s, box-shadow .2s;
  border:1px solid rgba(255,255,255,0.2);
}

.vb-landing .btn-download:hover{
  transform:scale(1.05);
  box-shadow:0 0 40px rgba(0,85,255,0.6);
}

html {
  scroll-behavior: smooth;
}

#descargar {
  scroll-margin-top: 120px;
}

/* =========================================================
   HERO SECTION (PRINCIPAL 3D)
   ========================================================= */

.vb-landing .hero-section{
  min-height:90vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 5%;
  position:relative;
  transform-style:preserve-3d;
  z-index:2;
}

.vb-landing .hero-text{
  flex:1;
  max-width:600px;
  z-index:10;
  transform:translateZ(40px);
}

.vb-landing .badge-new{
  background:rgba(255,215,0,0.1);
  color:var(--ven-yellow);
  padding:8px 16px;
  border-radius:20px;
  border:1px solid var(--ven-yellow);
  font-size:.9rem;
  display:inline-block;
  margin-bottom:20px;
  box-shadow:0 0 15px rgba(255,215,0,0.2);
}

.vb-landing h1{
  font-size:4.5rem;
  line-height:1;
  margin:0 0 25px 0;
  text-shadow:0 10px 30px rgba(0,0,0,0.8);
}

.vb-landing .gradient-text{
  background:linear-gradient(90deg, #fff, var(--ven-blue));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.vb-landing p.hero-desc{
  font-size:1.2rem;
  color:#aaa;
  line-height:1.6;
  margin-bottom:40px;
  max-width:450px;
}

.vb-landing .store-btns{ display:flex; gap:15px; }

.vb-landing .store-btn{
  background:rgba(255,255,255,0.1);
  border:1px solid rgba(255,255,255,0.2);
  padding:10px 20px;
  border-radius:10px;
  color:#fff;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:10px;
  transition:.3s;
}

.vb-landing .store-btn:hover{
  background:rgba(255,255,255,0.2);
  border-color:#fff;
}

/* Visual teléfono */
.vb-landing .hero-visual{
  flex:1;
  display:flex;
  justify-content:center;
  perspective:1000px;
  position:relative;
}

.vb-landing .phone-container{
  width:320px;
  height:640px;
  position:relative;
  transform-style:preserve-3d;
  transform:rotateY(-25deg) rotateX(15deg);
  animation:floatPhone 6s ease-in-out infinite;
}

@keyframes floatPhone{
  0%,100%{ transform:rotateY(-25deg) rotateX(15deg) translateY(0px); }
  50%{ transform:rotateY(-20deg) rotateX(10deg) translateY(-30px); }
}

.vb-landing .phone-body{
  position:absolute;
  width:100%;
  height:100%;
  background:#000;
  border-radius:50px;
  border:3px solid #333;
  box-shadow:-20px 20px 0 #111, -50px 50px 80px rgba(0,0,0,0.8), 0 0 60px rgba(0,85,255,0.15);
}

.vb-landing .phone-screen{
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;

  background:linear-gradient(180deg, #0a1128 0%, #000 100%);
  border-radius:35px;
  overflow:hidden;
  box-shadow:inset 0 10px 20px rgba(255,255,255,0.1);

  /* IMPORTANTE: sin duplicados ni centrado */
  display:flex;
  align-items:stretch;
  justify-content:stretch;
  padding:0;
}


.vb-landing .notch{
  position:absolute;
  top:0;
  width:120px;
  height:25px;
  background:#000;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  z-index:5;
}


.vb-landing .coin{
  position:absolute;
  width:50px;
  height:50px;
  background:radial-gradient(circle at 30% 30%, #ffd700, #b8860b);
  border-radius:50%;
  border:2px solid #fff;
  box-shadow:0 0 15px #ffd700;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:#4a3b00;
}

.vb-landing .c1{
  top:20%;
  right:-20px;
  transform:translateZ(80px);
  animation:floatCoin 4s infinite alternate;
}

.vb-landing .c2{
  bottom:20%;
  left:-30px;
  transform:translateZ(40px) scale(0.8);
  animation:floatCoin 5s infinite alternate-reverse;
}

@keyframes floatCoin{
  0%{ transform:translateZ(80px) translateY(0); }
  100%{ transform:translateZ(80px) translateY(-15px); }
}

/* =========================================================
   FEATURES
   ========================================================= */

.vb-landing .features-section{
  padding:5rem 0;
  background:linear-gradient(to bottom, transparent, #000);
  position:relative;
  z-index:2;
}

.vb-features-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
  gap:30px;
}


.vb-landing .feature-card{
  background:var(--glass-surface);
  border:1px solid var(--glass-border);
  padding:30px;
  border-radius:20px;
  transition:.4s;
  position:relative;
  overflow:hidden;
}

.vb-landing .feature-card:hover{
  transform:translateY(-10px);
  background:rgba(255,255,255,0.08);
  border-color:var(--ven-blue);
  box-shadow:0 10px 40px rgba(0,85,255,0.2);
}

.vb-landing .icon-box{
  font-size:2.5rem;
  margin-bottom:20px;
  filter:drop-shadow(0 0 10px rgba(255,255,255,0.5));
}

.vb-landing .feature-card h3{
  margin:0 0 10px 0;
  font-size:1.5rem;
}

.vb-landing .feature-card p{
  color:#888;
  line-height:1.6;
  margin:0;
}

.vb-landing .feature-card::after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg, var(--ven-yellow), var(--ven-blue), var(--ven-red));
  opacity:0;
  transition:.3s;
}

.vb-landing .feature-card:hover::after{ opacity:1; }

/* =========================================================
   SECCIONES (opiniones + stats + footer)
   ========================================================= */

.vb-landing .vb-container{
  width:min(1100px, 92%);
  margin:0 auto;
}

.vb-landing .vb-testimonials{
  padding:90px 0;
  position:relative;
  z-index:2;
}

.vb-landing .vb-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.vb-landing .vb-video iframe{
  width:100%;
  height:360px;
  border-radius:14px;
}

/* ============================= */
/* OPINIONES                     */
/* ============================= */

.vb-testimonials {
  position: relative;
  padding: 90px 0;
  background: transparent;
  overflow: hidden;
}

.vb-testimonials::before {
  content: "";
  position: absolute;
  inset: 10% auto auto 50%;
  width: 520px;
  height: 520px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(245, 197, 66, 0.10), transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.vb-testimonials .vb-container {
  position: relative;
  z-index: 1;
}

.vb-testimonials-head {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}



.vb-testimonials-head h2 {
  margin: 0 0 14px;
  color: #ffffff;
}



.vb-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.vb-testimonial-card {
  position: relative;
  min-height: 100%;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.085),
    rgba(255, 255, 255, 0.045)
  );
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.vb-testimonial-card::before {
  content: "“";
  position: absolute;
  top: 14px;
  right: 24px;
  color: rgba(245, 197, 66, 0.18);
  font-size: 5rem;
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
}

.vb-testimonial-card:hover {
  transform: translateY(-5px);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.11),
    rgba(255, 255, 255, 0.06)
  );
  border-color: rgba(245, 197, 66, 0.32);
}

.vb-stars {
  color: #f5c542;
  letter-spacing: 2px;
  font-size: 0.98rem;
  margin-bottom: 18px;
}

.vb-testimonial-card p {
  position: relative;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.75;
}

.vb-testimonial-user {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.vb-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  background: linear-gradient(135deg, #f5c542, #ffe08a);
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(245, 197, 66, 0.18);
}

.vb-testimonial-user strong {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.2;
  margin-bottom: 4px;
}

.vb-testimonial-user span {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  line-height: 1.3;
}

/* Responsive */

@media (max-width: 1024px) {
  .vb-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .vb-testimonials {
    padding: 70px 0;
  }

  .vb-testimonials-head {
    text-align: left;
    margin-bottom: 30px;
  }

  .vb-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .vb-testimonial-card {
    padding: 24px;
  }
}

/* ===== Secciones: títulos + texto (UNIFICADO, SIN DUPLICADOS) ===== */
.vb-section-head{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}

.vb-section-head h2{
  margin:0 0 10px;
  font-size:40px;
  line-height:1.12;
}

.vb-section-head p{
  margin:0;
  color:#cfcfcf;
  opacity:.9;
}

/* ===== Stats (UNIFICADO, SIN DUPLICADOS) ===== */
.vb-stats{
  padding:90px 0;
  position:relative;
  z-index:2;
}

.vb-stats-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}

.vb-stat{
  text-align:center;
  padding:28px 18px;
  border-radius:18px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  backdrop-filter:blur(14px);
}

.vb-number{
  font-size:54px;
  font-weight:900;
  color:var(--ven-yellow);
  text-shadow:0 0 18px rgba(255,215,0,0.22);
}

.vb-label{
  margin-top:10px;
  color:#e7e7e7;
  opacity:.92;
}

.vb-note{
  text-align:center;
  margin-top:16px;
  color:#cfcfcf;
  opacity:.7;
  font-size:.92rem;
}

/* ===== Iconos de store (Apple/Google) ===== */
.store-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
}

/* ===== CTA final ===== */
.vb-final-cta{
  padding:100px 0;
  position:relative;
  z-index:2;
}

.vb-final-cta__inner{
  text-align:center;
  border-radius:22px;
  padding:46px 22px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  backdrop-filter:blur(14px);
}

.vb-final-cta__inner h2{
  margin:0 0 10px;
  font-size:40px;
}

.vb-final-cta__inner p{
  margin:0 auto 26px;
  max-width:760px;
  color:#d2d2d2;
  opacity:.9;
}

/* =========================================================
   Cómo funciona / Confianza / FAQ  (mantengo 1 sola versión)
   ========================================================= */

.vb-how{
  padding:90px 0;
  position:relative;
  z-index:2;
}

.vb-how-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.vb-step{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:18px;
  padding:26px;
}

.vb-step-icon{
  width:44px;
  height:44px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  background:rgba(255,215,0,0.12);
  border:1px solid rgba(255,215,0,0.35);
  color:var(--ven-yellow);
  box-shadow:0 0 16px rgba(255,215,0,0.12);
  margin-bottom:14px;
}

.vb-step h3{
  margin:0 0 8px;
  font-size:20px;
}

.vb-step p{
  margin:0;
  color:#cfcfcf;
  opacity:.9;
  line-height:1.6;
}

.vb-inline-cta{
  text-align:center;
  margin-top:26px;
}

/* Confianza */
.vb-trust{
  padding:90px 0;
  position:relative;
  z-index:2;
}

.vb-trust-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
  align-items:start;
}

.vb-trust-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.vb-trust-list li{
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,0.10);
  color:#d9d9d9;
}

.vb-trust-list strong{ color:#fff; }

.vb-trust-card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:18px;
  padding:26px;
}

.vb-mini-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

.vb-mini-badges span{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.05);
  color:#fff;
  opacity:.9;
}

/* FAQ */
.vb-faq{
  padding:90px 0;
  position:relative;
  z-index:2;
}

.vb-faq-list details{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:14px;
  padding:14px 16px;
  margin:12px 0;
}

.vb-faq-list summary{
  cursor:pointer;
  font-weight:800;
  color:#fff;
}

.vb-faq-list p{
  margin:10px 0 0;
  color:#d0d0d0;
  opacity:.9;
  line-height:1.6;
}

/* =========================================================
   FOOTER
   ========================================================= */

.vb-landing .vb-landing-footer{
  padding:60px 0;
  border-top:1px solid rgba(255,255,255,0.12);
  position:relative;
  z-index:2;
}

.vb-landing .vb-footer-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.vb-landing .vb-landing-footer a{
  color:#fff;
  opacity:.9;
  text-decoration:none;
}

.vb-landing .vb-landing-footer a:hover{
  opacity:1;
  text-decoration:underline;
}

.vb-landing .vb-footer-legal ul{
  list-style:none;
  padding:0;
  margin:10px 0 0;
}

.vb-landing .vb-footer-legal li{ margin:8px 0; }

/* LOGO VENEBOOM */
.vb-header .vb-logo{
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 900;
  color: var(--ven-yellow);
  text-decoration: none;
  letter-spacing: 0.5px;
}

.vb-header .vb-logo .logo img{
  height: 86px !important;
  width: auto !important;
  max-width: none !important;
}

/* Responsive */
@media (max-width:1024px){
  .vb-header .vb-logo .logo img{ height:64px !important; }
}
@media (max-width:768px){
  .vb-header .vb-logo .logo img{ height:56px !important; }
}






/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width:900px){
  .vb-landing h1{ font-size:3rem; }

  .vb-landing .hero-section{
    flex-direction:column;
    padding-top:50px;
  }

  .vb-landing .hero-text{
    text-align:center;
    margin-bottom:60px;
    transform:none;
  }

  .vb-landing .store-btns{ justify-content:center; }

  .vb-landing .phone-container{
    transform:rotateY(0) rotateX(0);
    animation:none;
    margin-bottom:50px;
  }

  .vb-landing .phone-body{ box-shadow:0 10px 30px rgba(0,0,0,0.5); }

  .vb-landing .c1,
  .vb-landing .c2{ display:none; }

  .vb-landing .vb-grid-2{ grid-template-columns:1fr; }

  .vb-landing .vb-video iframe{ height:240px; }

  .vb-landing .vb-footer-grid{ grid-template-columns:1fr; }

}

@media (max-width:980px){
  .vb-stats-grid{ grid-template-columns:repeat(2, 1fr); }
  .vb-how-grid{ grid-template-columns:1fr; }
  .vb-trust-grid{ grid-template-columns:1fr; }
  .vb-section-head h2{ font-size:32px; }
  .vb-final-cta__inner h2{ font-size:32px; }
}


/* Evita que el sticky header tape los anchors */
.vb-landing section[id]{
  scroll-margin-top: 110px;
}

/* (opcional) scroll suave */
html{
  scroll-behavior: smooth;
}



/* BOTÓN HAMBURGUESA REAL */
.vb-menu-toggle{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.vb-menu-toggle .bar{
  width: 26px;
  height: 2px;
  background: var(--ven-yellow);
  transition: .3s;
}



.vb-header .vb-nav a.is-active{
  opacity: 1;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 10px 10px;
  border-radius: 999px;
}
.vb-header .vb-nav{
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

@media (max-width: 992px) {

  .vb-menu-toggle { display: flex; }

  .vb-header .vb-nav {
    position: fixed;
    top: 96px;
    right: -100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 96px);
    background: var(--bg-deep);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    overflow-y: auto;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100000;
  }

  .vb-header .vb-nav.is-open { right: 0; }

  .vb-header .vb-menu{
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}



/* BANNER */
.top-banner {
  text-align: center;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  background: linear-gradient(90deg, #6366f1, #ec4899);
}

.vb-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  height: 100%;
}

.vb-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: rgba(2, 2, 5, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid var(--glass-border);
  z-index: 99999;
}



.vb-nav {
  display: flex;
}

.vb-menu {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ===== HEADER fijo + layout limpio ===== */
header.vb-header{
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  padding: 0 !important;
  overflow: visible !important;
}

header.vb-header .vb-header-inner{
  width: 100% !important;
  min-height: 80px !important;       /* altura del header */
  padding: 0 28px !important;        /* aire lateral */
  display: flex !important;
  align-items: center !important;    /* centrado vertical */
  justify-content: flex-start !important;
  gap: 24px !important;
  overflow: visible !important;
}

/* Logo (tamaño + sin recuadro) */
header.vb-header a.vb-logo{
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  background: transparent !important;
}

header.vb-header a.vb-logo .logo{
  width: 105px !important;
  height: 105px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  line-height: 0 !important;
  overflow: visible !important;
}

header.vb-header a.vb-logo .logo img{
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
}

/* Menú a la derecha */
header.vb-header .vb-nav{
  margin-left: auto !important;
}

/* Empuja el contenido para que no quede debajo del header */
main.vb-landing{
  padding-top: 155px !important; /* ajusta si cambias min-height */
}
/* ===== FIX: el admin bar tapa el header fijo ===== */
body.admin-bar header.vb-header{
  top: 32px !important; /* admin bar escritorio */
}

@media (max-width: 782px){
  body.admin-bar header.vb-header{
    top: 46px !important; /* admin bar móvil */
  }
}
/* ===== HERO: transición suave sin tapar contenido ===== */
.hero-section{
  position: relative;
  overflow: visible !important;
  z-index: 2;
}

/* Degradado final del HERO (por detrás del contenido) */
.hero-section::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height: 320px;
  pointer-events:none;
  z-index: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.35) 35%,
    rgba(0,0,0,0.75) 70%,
    rgba(0,0,0,1) 100%
  );
}

/* Todo el contenido del hero por delante (móvil + textos) */
.hero-section > *{
  position: relative;
  z-index: 2;
}

/* ===== Fundido al empezar la siguiente sección + texto siempre visible ===== */
.hero-section + section{
  position: relative;
  z-index: 1;
  background: transparent !important; /* evita “corte” al solaparse */
}

.hero-section + section::before{
  content:"";
  position:absolute;
  left:0; right:0; top:-1px;
  height: 220px;
  pointer-events:none;
  z-index: 0; /* por detrás */
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.65) 45%,
    rgba(0,0,0,0) 100%
  );
}

.hero-section + section > *{
  position: relative;
  z-index: 2; /* texto por delante del degradado */
}

/* ===== Orbs más grandes y visibles ===== */
.light-orb.orb-1{
  width: 520px !important;
  height: 580px !important;
  opacity: 0.55 !important;
  filter: blur(70px) !important;
}

.light-orb.orb-2{
  width: 520px !important;
  height: 520px !important;
  opacity: 0.55 !important;
  filter: blur(70px) !important;
}

.light-orb.orb-3{
  width: 560px !important;
  height: 560px !important;
  opacity: 0.55 !important;
  filter: blur(70px) !important;
}

.vb-lang{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:12px;
}

.vb-lang ul{
  display:flex;
  gap:10px;
  list-style:none;
  margin:0;
  padding:0;
}

.vb-lang a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.06);
  text-decoration:none;
}

.vb-lang img{
  width:18px;
  height:auto;
  display:block;
}
/* =========================================================
   VB PHONE UI (retro) dentro de .phone-screen
   (sin cifras/monedas)
   ========================================================= */

.vb-landing .phone-screen .vb-phone-ui{
  width: 100%;
  height: 100%;
  padding: 18px 16px;
  color: rgba(255,255,255,0.92);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono","Courier New", monospace;
  letter-spacing: 0.2px;

  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(0,85,255,0.22), rgba(0,0,0,0) 55%),
    radial-gradient(900px 500px at 85% 25%, rgba(255,0,64,0.18), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(10,12,18,0.92), rgba(3,4,6,0.96));

  display:flex;
  flex-direction:column;
  gap: 12px;
  overflow:hidden;
  position:relative;
}

/* scanlines suaves */
.vb-landing .phone-screen .vb-phone-ui::before{
  content:"";
  position:absolute; inset:0;
  pointer-events:none;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255,255,255,0.05) 0px,
      rgba(255,255,255,0.05) 1px,
      rgba(0,0,0,0) 3px,
      rgba(0,0,0,0) 6px
    );
  opacity:0.08;
}

/* Top chips */
.vb-landing .phone-screen .vb-ui-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  position:relative;
  z-index:1;
}

.vb-landing .phone-screen .vb-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:999px;
  font-size:11px;
  line-height:1;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.04);
  box-shadow:0 0 0 1px rgba(0,0,0,0.35) inset;
  white-space:nowrap;
}

.vb-landing .phone-screen .vb-chip--live .vb-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(255,215,0,0.95);
  box-shadow:0 0 14px rgba(255,215,0,0.45);
  animation:vbBlink 1.2s infinite;
}

.vb-landing .phone-screen .vb-chip--secure .vb-ico{
  font-size:12px;
  opacity:0.9;
}

@keyframes vbBlink{
  0%,100%{ transform:scale(.9); opacity:.75; }
  50%{ transform:scale(1.15); opacity:1; }
}

/* Title */
.vb-landing .phone-screen .vb-ui-title{
  position:relative;
  z-index:1;
  padding:2px 2px 0;
}

.vb-landing .phone-screen .vb-title-line{
  font-size:16px;
  font-weight:700;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.vb-landing .phone-screen .vb-subtitle{
  margin-top:4px;
  font-size:11px;
  opacity:.72;
}

/* Cards */
.vb-landing .phone-screen .vb-ui-card{
  position:relative;
  z-index:1;
  border-radius:16px;
  padding:12px;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(255,255,255,0.03);
  box-shadow:0 0 0 1px rgba(0,0,0,0.35) inset;
}

/* Nodes row */
.vb-landing .phone-screen .vb-ui-card--nodes{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:10px;
  align-items:center;
}

.vb-landing .phone-screen .vb-node-label{
  font-size:10px;
  opacity:.72;
  letter-spacing:.6px;
}

.vb-landing .phone-screen .vb-node-id{
  margin-top:6px;
  font-size:13px;
  font-weight:700;
}

.vb-landing .phone-screen .vb-node-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
}

.vb-landing .phone-screen .vb-tag{
  font-size:10px;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(0,0,0,0.18);
}

/* Linkline + pulse */
.vb-landing .phone-screen .vb-linkline{
  width:34px;
  height:92px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

.vb-landing .phone-screen .vb-pulse{
  position:absolute;
  width:2px;
  height:90px;
  border-radius:999px;
  background:rgba(255,255,255,0.10);
  overflow:hidden;
}

.vb-landing .phone-screen .vb-pulse::after{
  content:"";
  position:absolute;
  left:0; right:0;
  height:22px;
  top:-24px;
  background:linear-gradient(
    to bottom,
    rgba(255,215,0,0),
    rgba(255,215,0,0.95),
    rgba(255,215,0,0)
  );
  box-shadow:0 0 16px rgba(255,215,0,0.35);
  animation:vbPulse 1.4s linear infinite;
}

@keyframes vbPulse{
  0%{ top:-24px; opacity:.75; }
  100%{ top:92px; opacity:.9; }
}

.vb-landing .phone-screen .vb-arrows{
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:12px;
  opacity:.75;
}

/* Progress */
.vb-landing .phone-screen .vb-progress-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.vb-landing .phone-screen .vb-status{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:11px;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.vb-landing .phone-screen .vb-status-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(0,85,255,0.95);
  box-shadow:0 0 16px rgba(0,85,255,0.35);
  animation:vbBlink 1.1s infinite;
}

.vb-landing .phone-screen .vb-badge{
  font-size:10px;
  padding:5px 8px;
  border-radius:999px;
  border:1px dashed rgba(255,255,255,0.16);
  opacity:.75;
  white-space:nowrap;
}

.vb-landing .phone-screen .vb-progress-wrap{
  margin-top:10px;
}

.vb-landing .phone-screen .vb-progress-bar{
  height:12px;
  border-radius:999px;
  background:rgba(0,0,0,0.25);
  border:1px solid rgba(255,255,255,0.10);
  overflow:hidden;
}

.vb-landing .phone-screen .vb-progress-fill{
  height:100%;
  width:62%;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    rgba(255,215,0,0.95),
    rgba(255,0,64,0.70),
    rgba(0,85,255,0.70)
  );
  box-shadow:0 0 18px rgba(255,215,0,0.25);
  animation:vbFill 2.8s ease-in-out infinite alternate;
}

@keyframes vbFill{
  0%{ width:34%; }
  100%{ width:86%; }
}

.vb-landing .phone-screen .vb-progress-sparks{
  display:flex;
  gap:8px;
  margin-top:10px;
  align-items:center;
}

.vb-landing .phone-screen .vb-spark{
  width:10px;
  height:10px;
  border-radius:999px;
  background:rgba(255,215,0,0.95);
  box-shadow:0 0 14px rgba(255,215,0,0.35);
  opacity:.55;
  animation:vbSpark 1.3s infinite;
}

.vb-landing .phone-screen .vb-spark:nth-child(2){ animation-delay:.2s; }
.vb-landing .phone-screen .vb-spark:nth-child(3){ animation-delay:.4s; }

@keyframes vbSpark{
  0%,100%{ transform:translateY(0); opacity:.35; }
  50%{ transform:translateY(-3px); opacity:.9; }
}

/* Mini log */
.vb-landing .phone-screen .vb-mini-log{
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,0.08);
  display:grid;
  gap:6px;
  font-size:11px;
  opacity:.85;
}

.vb-landing .phone-screen .vb-log-line{
  display:flex;
  gap:8px;
  align-items:center;
}

.vb-landing .phone-screen .vb-log-ok,
.vb-landing .phone-screen .vb-log-warn{
  display:inline-flex;
  width:16px;
  justify-content:center;
}

/* Buttons */
.vb-landing .phone-screen .vb-ui-bottom{
  margin-top:auto;
  display:grid;
  gap:10px;
  position:relative;
  z-index:1;
}

.vb-landing .phone-screen .vb-btn{
  width:100%;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:14px;
  padding:12px;
  background:rgba(255,255,255,0.04);
  color:rgba(255,255,255,0.92);
  font-weight:700;
  letter-spacing:.6px;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 0 0 1px rgba(0,0,0,0.35) inset;
}

.vb-landing .phone-screen .vb-btn--primary{
  background:linear-gradient(90deg, rgba(255,0,64,0.92), rgba(255,215,0,0.88));
  border-color:rgba(255,255,255,0.18);
  color:rgba(0,0,0,0.90);
}

.vb-landing .phone-screen .vb-btn--ghost{
  opacity:.85;
}

/* Mobile fit */
@media (max-width:420px){
  .vb-landing .phone-screen .vb-ui-card--nodes{ grid-template-columns:1fr; }
  .vb-landing .phone-screen .vb-linkline{ display:none; }
}

/* Evitar que la notch tape el contenido */
.vb-landing .phone-body .vb-phone-ui{
  padding-top: 34px;
  box-sizing: border-box;
}

/* =========================================================
   VISUAL TELÉFONO (3D) + MONEDAS + PANTALLA RETRO
   Estructura PHP esperada:
   .hero-visual
     .phone-container
       .coin.c1
       .coin.c2
       .phone-body
         .notch
         .vb-phone-ui (contenido retro)
   ========================================================= */

/* Contenedor visual */
.vb-landing .hero-visual{
  flex: 1;
  display: flex;
  justify-content: center;
  perspective: 1000px;
  position: relative;
}

/* Móvil 3D */
.vb-landing .phone-container{
  width: 320px;
  height: 640px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-25deg) rotateX(15deg);
  animation: floatPhone 6s ease-in-out infinite;
}

@keyframes floatPhone{
  0%,100%{ transform: rotateY(-25deg) rotateX(15deg) translateY(0); }
  50%{ transform: rotateY(-20deg) rotateX(10deg) translateY(-30px); }
}

/* Cuerpo del móvil */
.vb-landing .phone-body{
  position: absolute;
  inset: 0;
  background: #000;
  border-radius: 50px;
  border: 3px solid #333;
  box-shadow:
    -20px 20px 0 #111,
    -50px 50px 80px rgba(0,0,0,0.8),
    0 0 60px rgba(0,85,255,0.15);
  overflow: hidden; /* para que la pantalla retro no se salga del marco */
}

/* Notch */
.vb-landing .notch{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 25px;
  background: #000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 5;
}

/* Monedas flotando (se quedan) */
.vb-landing .coin{
  position: absolute;
  width: 50px;
  height: 50px;
  background: radial-gradient(circle at 30% 30%, #ffd700, #b8860b);
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 15px #ffd700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #4a3b00;
  z-index: 20;
}

.vb-landing .c1{
  top: 20%;
  right: -20px;
  transform: translateZ(80px);
  animation: floatCoin1 4s infinite alternate;
}

.vb-landing .c2{
  bottom: 20%;
  left: -30px;
  transform: translateZ(40px) scale(0.8);
  animation: floatCoin2 5s infinite alternate-reverse;
}

@keyframes floatCoin1{
  0%{ transform: translateZ(80px) translateY(0); }
  100%{ transform: translateZ(80px) translateY(-15px); }
}

@keyframes floatCoin2{
  0%{ transform: translateZ(40px) scale(0.8) translateY(0); }
  100%{ transform: translateZ(40px) scale(0.8) translateY(-15px); }
}

/* =========================================================
   PANTALLA RETRO (sin cifras ni monedas)
   Se monta dentro de .phone-body directamente (tu PHP actual)
   ========================================================= */

.vb-landing .phone-body .vb-phone-ui{
  position: absolute;
  inset: 15px;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: inset 0 10px 20px rgba(255,255,255,0.1);

  padding: 34px 16px 16px; /* espacio para notch */
  box-sizing: border-box;

  color: rgba(255,255,255,0.92);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono","Courier New", monospace;
  letter-spacing: 0.2px;

  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(0,85,255,0.22), rgba(0,0,0,0) 55%),
    radial-gradient(900px 500px at 85% 25%, rgba(255,0,64,0.18), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(10,12,18,0.92), rgba(3,4,6,0.96));

  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* scanlines */
.vb-landing .phone-body .vb-phone-ui::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.05) 0px,
    rgba(255,255,255,0.05) 1px,
    rgba(0,0,0,0) 3px,
    rgba(0,0,0,0) 6px
  );
  opacity:0.08;
}

/* Top chips */
.vb-landing .phone-body .vb-ui-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  position:relative;
  z-index:1;
}

.vb-landing .phone-body .vb-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:999px;
  font-size:11px;
  line-height:1;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.04);
  box-shadow:0 0 0 1px rgba(0,0,0,0.35) inset;
  white-space:nowrap;
}

.vb-landing .phone-body .vb-chip--live .vb-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(255,215,0,0.95);
  box-shadow:0 0 14px rgba(255,215,0,0.45);
  animation:vbBlink 1.2s infinite;
}

.vb-landing .phone-body .vb-chip--secure .vb-ico{
  font-size:12px;
  opacity:0.9;
}

@keyframes vbBlink{
  0%,100%{ transform:scale(.9); opacity:.75; }
  50%{ transform:scale(1.15); opacity:1; }
}

/* Title */
.vb-landing .phone-body .vb-ui-title{ position:relative; z-index:1; }
.vb-landing .phone-body .vb-title-line{
  font-size:16px;
  font-weight:700;
  letter-spacing:.8px;
  text-transform:uppercase;
}
.vb-landing .phone-body .vb-subtitle{
  margin-top:4px;
  font-size:11px;
  opacity:.72;
}

/* Cards */
.vb-landing .phone-body .vb-ui-card{
  position:relative;
  z-index:1;
  border-radius:16px;
  padding:12px;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(255,255,255,0.03);
  box-shadow:0 0 0 1px rgba(0,0,0,0.35) inset;
}

/* Nodes row */
.vb-landing .phone-body .vb-ui-card--nodes{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:10px;
  align-items:center;
}

.vb-landing .phone-body .vb-node-label{
  font-size:10px;
  opacity:.72;
  letter-spacing:.6px;
}

.vb-landing .phone-body .vb-node-id{
  margin-top:6px;
  font-size:13px;
  font-weight:700;
}

.vb-landing .phone-body .vb-node-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
}

.vb-landing .phone-body .vb-tag{
  font-size:10px;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(0,0,0,0.18);
}

/* Linkline + pulse */
.vb-landing .phone-body .vb-linkline{
  width:34px;
  height:92px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

.vb-landing .phone-body .vb-pulse{
  position:absolute;
  width:2px;
  height:90px;
  border-radius:999px;
  background:rgba(255,255,255,0.10);
  overflow:hidden;
}

.vb-landing .phone-body .vb-pulse::after{
  content:"";
  position:absolute;
  left:0; right:0;
  height:22px;
  top:-24px;
  background:linear-gradient(
    to bottom,
    rgba(255,215,0,0),
    rgba(255,215,0,0.95),
    rgba(255,215,0,0)
  );
  box-shadow:0 0 16px rgba(255,215,0,0.35);
  animation:vbPulse 1.4s linear infinite;
}

@keyframes vbPulse{
  0%{ top:-24px; opacity:.75; }
  100%{ top:92px; opacity:.9; }
}

.vb-landing .phone-body .vb-arrows{
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:12px;
  opacity:.75;
}

/* Progress */
.vb-landing .phone-body .vb-progress-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.vb-landing .phone-body .vb-status{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:11px;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.vb-landing .phone-body .vb-status-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(0,85,255,0.95);
  box-shadow:0 0 16px rgba(0,85,255,0.35);
  animation:vbBlink 1.1s infinite;
}

.vb-landing .phone-body .vb-badge{
  font-size:10px;
  padding:5px 8px;
  border-radius:999px;
  border:1px dashed rgba(255,255,255,0.16);
  opacity:.75;
  white-space:nowrap;
}

.vb-landing .phone-body .vb-progress-wrap{ margin-top:10px; }

.vb-landing .phone-body .vb-progress-bar{
  height:12px;
  border-radius:999px;
  background:rgba(0,0,0,0.25);
  border:1px solid rgba(255,255,255,0.10);
  overflow:hidden;
}

.vb-landing .phone-body .vb-progress-fill{
  height:100%;
  width:62%;
  border-radius:999px;
  background:linear-gradient(90deg,
    rgba(255,215,0,0.95),
    rgba(255,0,64,0.70),
    rgba(0,85,255,0.70)
  );
  box-shadow:0 0 18px rgba(255,215,0,0.25);
  animation:vbFill 2.8s ease-in-out infinite alternate;
}

@keyframes vbFill{
  0%{ width:34%; }
  100%{ width:86%; }
}

.vb-landing .phone-body .vb-progress-sparks{
  display:flex;
  gap:8px;
  margin-top:10px;
  align-items:center;
}

.vb-landing .phone-body .vb-spark{
  width:10px;
  height:10px;
  border-radius:999px;
  background:rgba(255,215,0,0.95);
  box-shadow:0 0 14px rgba(255,215,0,0.35);
  opacity:.55;
  animation:vbSpark 1.3s infinite;
}

.vb-landing .phone-body .vb-spark:nth-child(2){ animation-delay:.2s; }
.vb-landing .phone-body .vb-spark:nth-child(3){ animation-delay:.4s; }

@keyframes vbSpark{
  0%,100%{ transform:translateY(0); opacity:.35; }
  50%{ transform:translateY(-3px); opacity:.9; }
}

/* Mini log */
.vb-landing .phone-body .vb-mini-log{
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,0.08);
  display:grid;
  gap:6px;
  font-size:11px;
  opacity:.85;
}

.vb-landing .phone-body .vb-log-line{
  display:flex;
  gap:8px;
  align-items:center;
}

.vb-landing .phone-body .vb-log-ok,
.vb-landing .phone-body .vb-log-warn{
  display:inline-flex;
  width:16px;
  justify-content:center;
}

/* Buttons */
.vb-landing .phone-body .vb-ui-bottom{
  margin-top:auto;
  display:grid;
  gap:10px;
  position:relative;
  z-index:1;
}

.vb-landing .phone-body .vb-btn{
  width:100%;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:14px;
  padding:12px;
  background:rgba(255,255,255,0.04);
  color:rgba(255,255,255,0.92);
  font-weight:700;
  letter-spacing:.6px;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 0 0 1px rgba(0,0,0,0.35) inset;
}

.vb-landing .phone-body .vb-btn--primary{
  background:linear-gradient(90deg, rgba(255,0,64,0.92), rgba(255,215,0,0.88));
  border-color:rgba(255,255,255,0.18);
  color:rgba(0,0,0,0.90);
}

.vb-landing .phone-body .vb-btn--ghost{ opacity:.85; }

/* Mobile fit */
@media (max-width:420px){
  .vb-landing .phone-container{
    width: 280px;
    height: 560px;
  }
  .vb-landing .phone-body .vb-ui-card--nodes{ grid-template-columns:1fr; }
  .vb-landing .phone-body .vb-linkline{ display:none; }
}

/* =========================================================
   TUNE TIPOGRAFÍA UI RETRO (solo letras)
   No cambia layout/efectos/colores del móvil
   ========================================================= */

/* Fuente más atractiva y legible (fallbacks seguros) */
.vb-landing .phone-body .vb-phone-ui{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji", sans-serif;
  letter-spacing: 0.2px;
  text-rendering: geometricPrecision;
}

/* Chips (LINK ACTIVE / SECURE ROUTE) */
.vb-landing .phone-body .vb-chip{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
}

/* Título principal */
.vb-landing .phone-body .vb-title-line{
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: rgba(255,255,255,0.96);
}

/* Subtítulo (más “fintech”, menos consola) */
.vb-landing .phone-body .vb-subtitle{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  opacity: 0.85;
  color: rgba(255,255,255,0.78);
}

/* Labels pequeños (SENDER/RECEIVER, etc.) */
.vb-landing .phone-body .vb-node-label,
.vb-landing .phone-body .vb-status,
.vb-landing .phone-body .vb-badge{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}

/* IDs (@origin / @destination) */
.vb-landing .phone-body .vb-node-id{
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.92);
}

/* Tags (verified / fast-lane / ready / online) */
.vb-landing .phone-body .vb-tag{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.82);
}

/* Log (handshake ok, etc.) */
.vb-landing .phone-body .vb-mini-log{
  font-size: 12px;
  line-height: 1.35;
  opacity: 0.92;
  color: rgba(255,255,255,0.78);
}

.vb-landing .phone-body .vb-log-ok{
  color: rgba(255,215,0,0.95); /* acento amarillo web */
}

.vb-landing .phone-body .vb-log-warn{
  color: rgba(255,0,64,0.90);  /* acento rojo web */
}

/* Botones: solo texto (sin tocar fondo/gradiente) */
.vb-landing .phone-body .vb-btn{
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.vb-landing .phone-body .vb-btn--ghost{
  color: rgba(255,255,255,0.85);
}

/* CTA FINAL: centrar botones App Store / Google Play */
.vb-landing .vb-final-cta .store-btns{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}




/* =========================
   Footer landing
========================= */

.vb-footer {
  background: #07111f;
  color: #ffffff;
  padding: 34px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.vb-footer .container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.vb-footer .foot-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: flex-start;
}

/* Columna izquierda */
.vb-footer .footer-copy {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.vb-footer .footer-mail {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.vb-footer .footer-mail a {
  color: #ffffff;
  text-decoration: none;
}

.vb-footer .footer-mail a:hover {
  text-decoration: underline;
}

.vb-footer .mail-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #ffffff;
}

/* Dirección y teléfono */
.vb-footer .footer-address,
.vb-footer .footer-phone {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.vb-footer .footer-address strong,
.vb-footer .footer-phone strong {
  color: #ffffff;
  font-weight: 600;
}

.vb-footer .footer-phone a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.vb-footer .footer-phone a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Columna derecha */
.vb-footer .legal {
  display: grid;
  gap: 18px;
  min-width: 280px;
  color: #ffffff;
}

.vb-footer .legal > .lang-es,
.vb-footer .legal > .lang-en {
  display: block;
  font-size: 17px;
  line-height: 1.4;
}

.vb-footer .footer-terms {
  display: grid;
  gap: 12px;
}

.vb-footer .footer-terms-title {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.4;
}

.vb-footer .footer-terms-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.vb-footer .footer-links {
  margin: 4px 0;
}

.vb-footer .footer-links a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 16px;
}

.vb-footer .footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.vb-footer .badge-eu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.vb-footer .badge-eu:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.72);
  transform: translateY(-1px);
}

/* Español: ocultar textos EN */
html[lang^="es"] .vb-footer .lang-en {
  display: none;
}

/* Inglés: ocultar textos ES */
html[lang^="en"] .vb-footer .lang-es {
  display: none;
}

/* Responsive footer */
@media (max-width: 768px) {
  .vb-footer {
    padding: 34px 0 30px;
  }

  .vb-footer .foot-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vb-footer .legal {
    min-width: 0;
  }

  .vb-footer .badge-eu {
    min-width: 56px;
    height: 40px;
    font-size: 16px;
  }
} 
/* =========================
   Legal pages Veneboom
========================= */

.vb-legal-page {
  position: relative;
  min-height: 100vh;
  background: #07111f;
  color: #ffffff;
  overflow: hidden;
}

.vb-legal-hero {
  position: relative;
  z-index: 2;
  padding: 130px 0 36px;
}

.vb-legal-hero .vb-container,
.vb-legal-content-section .vb-container {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
}

.vb-legal-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.vb-legal-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
}

.vb-legal-content-section {
  position: relative;
  z-index: 2;
  padding: 18px 0 90px;
}

.vb-legal-card {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.vb-legal-card h1,
.vb-legal-card h2,
.vb-legal-card h3 {
  color: #ffffff;
  letter-spacing: -0.02em;
}

.vb-legal-card h1 {
  font-size: 2.2rem;
  margin: 0 0 24px;
}

.vb-legal-card h2 {
  font-size: 1.45rem;
  margin: 34px 0 14px;
}

.vb-legal-card h3 {
  font-size: 1.1rem;
  margin: 24px 0 10px;
}

.vb-legal-card p,
.vb-legal-card li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.75;
}

.vb-legal-card ul,
.vb-legal-card ol {
  padding-left: 22px;
  margin: 14px 0 22px;
}

.vb-legal-card a {
  color: #8bd3ff;
  text-decoration: none;
  font-weight: 600;
}

.vb-legal-card a:hover {
  text-decoration: underline;
}

.vb-legal-card button,
.vb-legal-card .cmplz-show-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.vb-legal-card button:hover,
.vb-legal-card .cmplz-show-banner:hover {
  background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 768px) {
  .vb-legal-hero {
    padding: 110px 0 30px;
  }

  .vb-legal-card {
    border-radius: 22px;
    padding: 26px 20px;
  }
}

/* =========================
   Social media Veneboom
========================= */

.vb-social-title {
  margin: 18px 0 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.vb-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.vb-social a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none !important;
  opacity: 1 !important;
  transition: all 0.25s ease;
}

.vb-social a i {
  font-size: 18px;
  line-height: 1;
}

.vb-social a:hover {
  background: #f6c343;
  color: #07111f !important;
  border-color: #f6c343;
  transform: translateY(-2px);
}