/* =====================================================
   01. VARIABLES
===================================================== */
:root{
  --bg:#000;
  --bg-soft:#050507;
  --text:#f6f6f7;
  --muted:#a6a6ad;
  --muted-2:#777781;
  --border:rgba(255,255,255,.13);
  --border-strong:rgba(255,255,255,.23);
  --card:rgba(255,255,255,.035);
  --card-2:rgba(255,255,255,.06);

  --brand:#5756e5;
  --brand-2:#706fff;
  --brand-soft:rgba(87,86,229,.14);
  --brand-border:rgba(87,86,229,.42);
  --brand-glow:rgba(87,86,229,.38);

  --cyan:#8fffea;
  --green:#5756e5;
}

/* =====================================================
   02. RESET / BASE
===================================================== */
*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

body{
  width:100%;
  max-width:100%;
  margin:0!important;
  font-family:'Ubuntu',sans-serif!important;
  font-weight:400;
  color:var(--text)!important;
  background:#000!important;
  overflow-x:hidden!important;
	
}

a{
  text-decoration:none;
}

img{
  max-width:100%;
}

/* =====================================================
   03. BACKGROUND GLOBAL
===================================================== */
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 0%, rgba(87,86,229,.26), transparent 36%),
    radial-gradient(circle at 85% 18%, rgba(87,86,229,.10), transparent 28%),
    linear-gradient(180deg,#000 0%,#040407 48%,#000 100%);
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size:88px 88px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.65), transparent 72%);
}

/* =====================================================
   04. NAVBAR
===================================================== */
.navbar{
  min-height:82px;
  max-width:100%;
  background:rgba(0,0,0,.40)!important;
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  border-bottom:1px solid var(--border);
  overflow-x:hidden;
}

.navbar-brand{
  color:#fff!important;
  font-size:25px;
  font-weight:700;
  letter-spacing:-.04em;
  display:flex;
  align-items:center;
  gap:12px;
}

.brand-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
}

.brand-mark img{
  width:140px!important;
  height:auto!important;
  max-width:none!important;
  display:block;
}

.nav-link{
  color:rgba(255,255,255,.68)!important;
  font-size:16px;
  font-weight:500;
  transition:.25s ease;
}

.nav-link:hover{
  color:var(--brand)!important;
}

.custom-toggler{
  width:48px;
  height:48px;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.custom-toggler:focus{
  box-shadow:none!important;
}

.custom-toggler::before,
.custom-toggler::after,
.custom-toggler span{
  content:"";
  position:absolute;
  right:0;
  height:2px;
  border-radius:999px;
  background:rgba(255,255,255,.85);
  box-shadow:
    0 0 8px rgba(87,86,229,.75),
    0 0 16px rgba(87,86,229,.30);
}

/* Línea 1 completa */
.custom-toggler::before{
  width:30px;
  transform:translateY(-8px);
}

/* Línea 2 al 80% */
.custom-toggler span{
  width:24px;
  transform:translateY(0);
}

/* Línea 3 al 80% */
.custom-toggler::after{
  width:24px;
  transform:translateY(8px);
}
/* =====================================================
   05. BOTONES
===================================================== */
.btn{
  border-radius:12px!important;
  font-size:16px!important;
  font-weight:500!important;
  padding:12px 20px!important;
  transition:.25s ease;
}

.btn-primary-glow{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:linear-gradient(180deg,var(--brand-2),var(--brand))!important;
  box-shadow:0 18px 55px var(--brand-glow);
}

.btn-primary-glow:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 70px rgba(87,86,229,.55)!important;
}

.btn-glass{
  color:#fff!important;
  background:rgba(255,255,255,.035)!important;
  border:1px solid var(--border-strong)!important;
}

.btn-glass:hover{
  background:rgba(255,255,255,.075)!important;
  border-color:var(--brand-border)!important;
}

/* Botón con luz orbitando */
.btn-orbit{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:110px;
  height:40px;
  padding:0 14px!important;
  border-radius:999px!important;
  font-size:14px;
  color:#fff!important;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035))!important;
  border:1px solid rgba(87,86,229,.6)!important;
box-shadow:0 0 12px rgba(87,86,229,.25);
  overflow:hidden;
}

.btn-orbit span{
  position:relative;
  z-index:3;
}

.btn-orbit::before{
  content:"";
  position:absolute;
  inset:2px;
  border-radius:999px;
  background:linear-gradient(180deg,#17172a,#10101d);
  z-index:1;
}

.btn-orbit::after{
  content:"";
  position:absolute;
  width:90px;
  height:90px;
  border-radius:50%;
  background:conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 260deg,
    var(--brand-2) 292deg,
    #fff 300deg,
    transparent 318deg,
    transparent 360deg
  );
  animation:orbitLight 4.5s linear infinite;
  z-index:0;
}

/* =====================================================
   06. TIPOGRAFÍA / SECCIONES
===================================================== */
.section{
  max-width:100%;
  padding:110px 0;
  overflow-x:hidden;
  overflow-y:visible;
}

.section-soft{
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.01));
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}

.section-label{
  width:auto!important;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:9px;
  padding:9px 15px;
  border-radius:999px;
  color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.045);
  border:1px solid var(--border);
  font-size:15px;
  margin-bottom:20px;
  text-align:center;
  white-space:normal;
  line-height:1.35;
}

.section-label i{
  color:var(--brand);
}

.section h2,
.section-head h2{
  font-size:clamp(34px,4vw,58px);
  line-height:1.1;
  letter-spacing:-.055em;
  font-weight:500;
  color:#fff;
}

.section-text,
.section-head p{
  color:rgba(255,255,255,.66);
  font-size:18px;
  line-height:1.55;
}

.section-head{
  max-width:820px;
  margin:0 auto 56px;
}

/* =====================================================
   07. HERO
===================================================== */
.hero{
  position:relative;
  max-width:100%;
  padding-top:160px;
  padding-bottom:80px;
  overflow-x:hidden;
  overflow-y:visible;
}

.hero-bg{
  position:absolute;
  top:70px;
  left:50%;
  width:950px;
  height:520px;
  transform:translateX(-50%);
  background:radial-gradient(circle, rgba(87,86,229,.24), transparent 68%);
  filter:blur(14px);
  z-index:-1;
}

.hero-content{
  max-width:1000px;
  margin:0 auto;
}

.hero-pill{
  width:auto!important;
  max-width:100%;
  margin:0 auto 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:9px;
  padding:10px 17px;
  border-radius:999px;
  color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.05);
  border:1px solid var(--border);
  text-align:center;
  white-space:normal;
  line-height:1.35;
}

.hero-pill i{
  color:var(--brand);
}

.hero h1{
  font-size:clamp(34px,5.6vw,60px);
  line-height:1.08;
  letter-spacing:-.06em;
  font-weight:500;
  margin:0;
}

.hero p{
  max-width:760px;
  margin:24px auto 0;
  color:rgba(255,255,255,.66);
  font-size:clamp(18px,1.35vw,22px);
  line-height:1.5;
}

.hero-actions{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

.hero-actions .btn{
  white-space:normal;
}

.hero-badges{
  width:100%;
  margin-top:42px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}

.hero-badges span{
  max-width:100%;
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border-radius:999px;
  color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(87,86,229,.32);
  white-space:normal;
}

.hero-badges i{
  color:var(--brand);
}

/* =====================================================
   07.1 HERO COLLAGE
===================================================== */
.hero-collage{
  position:relative;
  width:100%;
  max-width:980px;
  height:520px;
  margin:0 auto 70px;
  overflow:visible;
  z-index:2;
}

.collage-img{
  position:absolute;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  box-shadow:0 28px 90px rgba(0,0,0,.65);
  opacity:0;
  transform:translateY(60px) scale(.92);
  filter:blur(8px);
  animation:collageIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.collage-img img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  filter:grayscale(1) contrast(1.08) brightness(.72);
}

.collage-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 40%, transparent 0%, rgba(0,0,0,.15) 45%, rgba(0,0,0,.58) 100%),
    linear-gradient(180deg,rgba(87,86,229,.10),rgba(0,0,0,.20));
  pointer-events:none;
}

.collage-img-1{
  width:560px;
  height:285px;
  left:50%;
  top:0;
  margin-left:-280px;
  z-index:4;
  animation-delay:.1s;
}

.collage-img-2{
  width:285px;
  height:165px;
  right:0;
  top:200px;
  z-index:5;
  animation-delay:.35s;
}

.collage-img-3{
  width:390px;
  height:190px;
  left:0;
  top:300px;
  z-index:3;
  animation-delay:.6s;
}

.collage-img-4{
  width:260px;
  height:235px;
  right:10px;
  top:400px;
  z-index:6;
  animation-delay:.85s;
}

/* =====================================================
   08. APP PREVIEW
===================================================== */
.hero-showcase{
  margin-top:72px;
}

.app-preview{
  max-width:920px;
  margin:0 auto;
  padding:26px;
  border-radius:32px;
  background:
    radial-gradient(circle at 50% 0%, rgba(87,86,229,.17), transparent 45%),
    rgba(255,255,255,.035);
  border:1px solid var(--border-strong);
  box-shadow:0 40px 140px rgba(0,0,0,.75);
}

.preview-top{
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--muted);
  margin-bottom:20px;
}

.preview-top span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,.2);
}

.preview-top small{
  margin-left:auto;
}

.preview-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.preview-card{
  min-width:0;
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  border-radius:18px;
  background:rgba(0,0,0,.45);
  border:1px solid var(--border);
}

.preview-card.active{
  background:linear-gradient(180deg,rgba(87,86,229,.16),rgba(255,255,255,.035));
}

.preview-card div{
  min-width:0;
}

.preview-card i{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:var(--brand-soft);
  color:var(--brand);
  font-size:25px;
}

.preview-card strong{
  display:block;
  font-weight:500;
  overflow-wrap:anywhere;
}

.preview-card small{
  display:block;
  color:var(--muted);
  margin-top:2px;
  overflow-wrap:anywhere;
}

.preview-card em{
  margin-left:auto;
  font-style:normal;
  color:#d8d7ff;
  font-size:13px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(87,86,229,.16);
}

/* =====================================================
   09. QUÉ ES / PANEL
===================================================== */
.list-check{
  margin-top:28px;
  display:grid;
  gap:14px;
}

.list-check div{
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.78);
}

.list-check i{
  color:var(--brand);
  font-size:21px;
}

.glass-panel{
  padding:24px;
  border-radius:30px;
  background:rgba(255,255,255,.035);
  border:1px solid var(--border-strong);
}

.panel-row{
  min-width:0;
  display:flex;
  gap:16px;
  padding:18px;
  border-radius:20px;
  background:rgba(0,0,0,.34);
  border:1px solid var(--border);
  margin-bottom:14px;
}

.panel-row:last-child{
  margin-bottom:0;
}

.panel-row div{
  min-width:0;
}

.panel-row i{
  width:46px;
  height:46px;
  min-width:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:var(--brand-soft);
  color:var(--brand);
  font-size:26px;
}

.panel-row strong{
  display:block;
  font-weight:500;
  overflow-wrap:anywhere;
}

.panel-row span{
  display:block;
  color:var(--muted);
  margin-top:4px;
  overflow-wrap:anywhere;
}

/* =====================================================
   10. FEATURE CARDS
===================================================== */
.feature-card{
  height:100%;
  padding:30px;
  border-radius:26px;
  border:1px solid var(--border-strong);
  background:rgba(255,255,255,.025);
  transition:.28s ease;
}

.feature-card:hover{
  transform:translateY(-8px);
  border-color:var(--brand-border);
  background:rgba(255,255,255,.045);
  box-shadow:0 30px 90px rgba(87,86,229,.22);
}

.feature-card i{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:var(--brand-soft);
  color:var(--brand);
  font-size:31px;
  margin-bottom:24px;
}

.feature-card h3{
  font-size:23px;
  font-weight:500;
  letter-spacing:-.035em;
}

.feature-card p{
  color:rgba(255,255,255,.62);
  font-size:16px;
  line-height:1.55;
  margin:0;
}

/* =====================================================
   11. PRICING
===================================================== */
.pricing-toggle{
  width:max-content;
  margin:0 auto 38px;
  display:flex;
  align-items:center;
  gap:14px;
  color:rgba(255,255,255,.7);
  font-size:18px;
}

.pricing-toggle label{
  width:58px;
  height:32px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--border);
  position:relative;
  cursor:pointer;
}

.pricing-toggle input{
  display:none;
}

.pricing-toggle b{
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  position:absolute;
  top:3px;
  left:4px;
  transition:.25s;
}

.pricing-toggle input:checked + b{
  left:28px;
  background:var(--brand);
}

.pricing-toggle em{
  font-style:normal;
  font-size:13px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--border);
}

.price-card{
  height:100%;
  padding:30px;
  border-radius:28px;
  border:1px solid var(--border-strong);
  background:rgba(255,255,255,.025);
  position:relative;
}

.price-card.featured{
  background:linear-gradient(180deg,rgba(87,86,229,.14),rgba(255,255,255,.025));
  box-shadow:0 30px 90px rgba(87,86,229,.16);
}

.popular{
  position:absolute;
  top:24px;
  right:24px;
  font-size:13px;
  color:#e8e7ff;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(87,86,229,.18);
  border:1px solid var(--brand-border);
}

.price-card h3{
  font-size:27px;
  font-weight:500;
}

.price-card p{
  color:var(--muted);
  min-height:50px;
}

.price{
  margin:26px 0;
  font-size:28px;
}

.price strong{
  font-size:54px;
  font-weight:500;
  letter-spacing:-.06em;
}

.price span{
  color:var(--muted);
  font-size:17px;
}

.price-line{
  margin:28px 0 22px;
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--muted);
}

.price-line::before,
.price-line::after{
  content:"";
  height:1px;
  flex:1;
  background:var(--border);
}

.price-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:13px;
}

.price-card li{
  min-width:0;
  display:flex;
  gap:10px;
  color:rgba(255,255,255,.72);
}

.price-card li i{
  color:var(--brand);
  margin-top:2px;
}

/* =====================================================
   12. FAQ
===================================================== */
.faq-wrap{
  max-width:900px;
  margin:0 auto;
}

.accordion-item{
  background:rgba(255,255,255,.035)!important;
  border:1px solid var(--border)!important;
  border-radius:18px!important;
  overflow:hidden;
  margin-bottom:14px;
}

.accordion-button{
  background:transparent!important;
  color:#fff!important;
  font-weight:500;
  box-shadow:none!important;
}

.accordion-button:not(.collapsed){
  background:rgba(87,86,229,.10)!important;
}

.accordion-body{
  color:var(--muted);
}

/* =====================================================
   13. CTA FINAL
===================================================== */
.final-cta{
  padding-top:80px;
}

.cta-box{
  text-align:center;
  padding:72px 30px;
  border-radius:34px;
  border:1px solid var(--border-strong);
  background:
    radial-gradient(circle at center, rgba(87,86,229,.22), transparent 55%),
    rgba(255,255,255,.025);
  box-shadow:0 40px 120px rgba(0,0,0,.55);
}

.cta-box h2{
  max-width:820px;
  margin:0 auto;
  font-size:clamp(36px,4vw,58px);
  line-height:1.1;
  letter-spacing:-.055em;
  font-weight:500;
}

.cta-box p{
  max-width:650px;
  margin:20px auto 28px;
  color:rgba(255,255,255,.66);
  font-size:18px;
  line-height:1.55;
}

/* =====================================================
   14. FOOTER
===================================================== */
.footer{
  max-width:100%;
  padding:32px 0;
  border-top:1px solid var(--border);
  color:rgba(255,255,255,.55);
  background:#000;
  overflow-x:hidden;
}

.footer a{
  color:rgba(255,255,255,.55);
  margin-left:18px;
}

.footer a:hover{
  color:#fff;
}

/* =====================================================
   15. ANIMACIONES
===================================================== */
@keyframes orbitLight{
  0%{transform:translate(-96px,-16px) rotate(0deg)}
  25%{transform:translate(0,-40px) rotate(90deg)}
  50%{transform:translate(96px,-16px) rotate(180deg)}
  75%{transform:translate(0,40px) rotate(270deg)}
  100%{transform:translate(-96px,-16px) rotate(360deg)}
}

@keyframes collageIn{
  0%{
    opacity:0;
    transform:translateY(60px) scale(.92);
    filter:blur(8px);
  }

  60%{
    opacity:.7;
    transform:translateY(10px) scale(.98);
    filter:blur(2px);
  }

  100%{
    opacity:1;
    transform:translateY(0) scale(1);
    filter:blur(0);
  }
}

/* =====================================================
   16. RESPONSIVE TABLET
===================================================== */
@media(max-width:991px){
  .navbar-collapse{
    margin-top:16px;
    padding:18px;
    border:1px solid var(--border);
    border-radius:18px;
    background:#050507;
  }

  .preview-grid{
    grid-template-columns:1fr;
  }

  .section{
    padding:82px 0;
  }
}

/* =====================================================
   17. RESPONSIVE MOBILE
===================================================== */
@media(max-width:575px){

  .container{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .navbar{
    min-height:76px;
  }

  .navbar-brand{
    max-width:70%;
  }

  .brand-mark img{
    width:120px!important;
  }

  .hero{
    padding-top:105px;
    padding-bottom:55px;
  }

  .hero-pill{
    font-size:13px;
    padding:9px 13px;
    margin-left:auto;
    margin-right:auto;
  }

  .hero h1{
    font-size:36px!important;
    line-height:1.12;
    letter-spacing:-.045em;
  }

  .hero p{
    font-size:16px!important;
    line-height:1.5;
  }

  .hero-actions{
    gap:12px;
  }

  .hero-actions .btn{
    width:100%;
    justify-content:center;
  }

  .hero-badges{
    gap:10px;
  }

  .hero-badges span{
    width:100%;
    justify-content:center;
    font-size:14px;
    padding:9px 12px;
  }

  .hero-collage{
    height:330px;
    margin-top:25px;
    margin-bottom:20px;
  }

  .collage-img{
    border-radius:16px;
  }

  .collage-img-1{
    width:78%;
    height:155px;
    left:50%;
    top:0;
    margin-left:-39%;
  }

  .collage-img-2{
    width:44%;
    height:105px;
    right:2%;
    top:92px;
  }

  .collage-img-3{
    width:56%;
    height:118px;
    left:0;
    top:180px;
  }

  .collage-img-4{
    width:40%;
    height:125px;
    right:16%;
    top:205px;
  }

  .app-preview{
    padding:16px;
    border-radius:24px;
  }

  .preview-card{
    padding:14px;
    align-items:flex-start;
  }

  .preview-card i{
    width:38px;
    height:38px;
    min-width:38px;
  }

  .preview-card em{
    display:none;
  }

  .pricing-toggle{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    font-size:15px;
  }

  .section{
    padding:70px 0;
  }

  .section h2,
  .section-head h2,
  .cta-box h2{
    font-size:32px!important;
    line-height:1.12;
  }

  .cta-box{
    padding:46px 20px;
  }

  .btn-orbit{
    width:100%;
  }

  .footer a{
    margin-left:0;
    margin-right:14px;
  }
}

/* =====================================================
   LOGO CENTRADO SOLO EN NAVBAR (NO EN OFFCANVAS)
===================================================== */
@media(max-width:991px){

  .navbar > .container{
    position:relative;
  }

  /* SOLO el logo del navbar principal */
  .navbar > .container > .navbar-brand{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    margin:0!important;
  }

  /* Botón a la derecha */
  .navbar-toggler{
    margin-left:auto;
  }

}

/* =====================================================
   18. MOBILE OFFCANVAS MENU
===================================================== */
.navbar{
  overflow:visible!important;
}

.mobile-menu{
  position:fixed!important;
  inset:0 0 0 auto!important;
  width:100vw!important;
  height:100vh!important;
  max-width:100vw!important;
  z-index:99999!important;
  background:
    radial-gradient(circle at top right, rgba(87,86,229,.18), transparent 34%),
    #000!important;
  color:#fff;
  border-left:0!important;
}

.offcanvas-backdrop{
  z-index:99998!important;
}

.mobile-menu-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:34px 28px 10px;
}

.mobile-menu .brand-mark img{
  width:150px!important;
}

.btn-close-menu{
  width:52px;
  height:52px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
}

.mobile-menu .offcanvas-body{
  padding:34px 32px 36px;
  display:block;
}

.mobile-nav{
  list-style:none;
  padding:0;
  margin:0;
}

.mobile-nav li{
  margin-bottom:22px;
}

.mobile-nav a{
  color:#fff;
  font-size:clamp(46px,13vw,40px);
  line-height:.95;
  font-weight:700;
  letter-spacing:-.07em;
}

.mobile-nav a:hover{
  color:var(--brand);
}

.mobile-menu-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:36px;
  max-width:360px;
}

.mobile-menu-actions .btn{
  width:100%;
  min-width:0!important;
  height:52px!important;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px!important;
  padding:0 16px!important;
}

.btn-whatsapp{
  color:#fff!important;
  border:1px solid rgba(87,86,229,.55)!important;
  background:rgba(87,86,229,.16)!important;
  box-shadow:0 0 18px rgba(87,86,229,.22);
}

.btn-whatsapp i{
  margin-right:7px;
}

/* FIX SCROLL MÓVIL */
html,
body{
  height:auto!important;
  min-height:100%;
  overflow-x:hidden!important;
  overflow-y:auto!important;
}

main{
  overflow:visible!important;
}

section{
  overflow-y:visible!important;
}

/* Evita doble scroll del menú cuando está cerrado */
.offcanvas:not(.show){
  visibility:hidden;
}

/* =========================
   FIX GLOBAL SCROLL
========================= */

/* Elimina cualquier scroll interno oculto */
section,
.container,
.row,
[class*="col-"],
.hero,
.app-preview,
.glass-panel {
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
}

/* Evita que AOS rompa el scroll */
[data-aos] {
  overflow: visible !important;
}

/* Offcanvas SOLO cuando está abierto */
.offcanvas-body{
  overflow-y: auto !important;
}

/* Cuando está cerrado, que no afecte */
.offcanvas:not(.show) .offcanvas-body{
  overflow: hidden !important;
}

/* Asegura scroll SOLO en body */
html, body{
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

/* Evita bugs de scroll en iOS */
body{
  -webkit-overflow-scrolling: touch;
}

/* FIX COLLAGE: mantiene espacio para imágenes absolutas */
.hero-collage{
  position:relative!important;
  height:520px!important;
  min-height:520px!important;
  overflow:visible!important;
}

@media(max-width:575px){
  .hero-collage{
    height:330px!important;
    min-height:330px!important;
    margin-top:25px;
    margin-bottom:40px;
  }
}

/* =====================================================
   MODAL VIDEO BULLKING
===================================================== */
.video-modal .modal-content{
  background:
    radial-gradient(circle at top right, rgba(87,86,229,.20), transparent 35%),
    #050507!important;
  border:1px solid rgba(87,86,229,.45);
  border-radius:28px;
  box-shadow:0 40px 140px rgba(0,0,0,.85);
  overflow:hidden;
  position:relative;
}

.video-wrap{
  padding:14px;
}

.video-wrap video{
  width:100%;
  height:auto;
  display:block;
  border-radius:20px;
  background:#000;
}

.video-close{
  position:absolute;
  top:16px;
  right:16px;
  z-index:5;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.65);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  box-shadow:0 0 20px rgba(87,86,229,.35);
}

.video-close:hover{
  background:rgba(87,86,229,.85);
}

.video-modal .modal-backdrop{
  background:#000;
}

@media(max-width:575px){
  .video-modal .modal-dialog{
    margin:14px;
  }

  .video-modal .modal-content{
    border-radius:22px;
  }

  .video-wrap{
    padding:10px;
  }

  .video-wrap video{
    border-radius:16px;
  }
}

@media(max-width:575px){

  .footer .container{
    text-align:center;
  }

  .footer .container > div:last-child{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    flex-wrap:nowrap;
  }

}

/* =====================================================
   LEGAL PAGES
===================================================== */
.legal-page{
  min-height:100vh;
  padding:120px 0 80px;
  background:transparent;
}

.legal-logo{
  display:inline-flex;
  margin-bottom:34px;
}

.legal-logo img{
  width:150px;
  height:auto;
  display:block;
}

.legal-card{
  max-width:980px;
  padding:52px;
  border-radius:34px;
  background:
    radial-gradient(circle at top right, rgba(87,86,229,.18), transparent 36%),
    rgba(255,255,255,.04);
  border:1px solid var(--border);
  box-shadow:0 40px 130px rgba(0,0,0,.72);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.legal-card h1{
  max-width:850px;
  font-size:clamp(40px,5vw,68px);
  line-height:1.03;
  letter-spacing:-.065em;
  font-weight:700;
  color:#fff;
  margin:0 0 12px;
}

.legal-date{
  color:rgba(255,255,255,.48);
  font-size:15px;
  margin-bottom:44px;
}

.legal-card h2{
  color:#fff;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.035em;
  font-weight:600;
  margin:38px 0 14px;
}

.legal-card p,
.legal-card li{
  color:rgba(255,255,255,.68);
  font-size:17px;
  line-height:1.7;
}

.legal-card ul{
  margin:12px 0 20px;
  padding-left:22px;
}

.legal-card li{
  margin-bottom:8px;
}

.legal-card strong{
  color:#fff;
  font-weight:600;
}

.legal-card a:not(.btn){
  color:#d8d7ff;
}

.legal-actions{
  margin-top:46px;
  padding-top:30px;
  border-top:1px solid rgba(255,255,255,.10);
}

@media(max-width:575px){
  .legal-page{
    padding:95px 0 55px;
  }

  .legal-logo{
    width:100%;
    justify-content:center;
    margin-bottom:24px;
  }

  .legal-logo img{
    width:130px;
  }

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

  .legal-card h1{
    font-size:36px;
    text-align:center;
  }

  .legal-date{
    text-align:center;
    margin-bottom:32px;
  }

  .legal-card h2{
    font-size:21px;
  }

  .legal-card p,
  .legal-card li{
    font-size:15px;
  }

  .legal-actions .btn{
    width:100%;
    justify-content:center;
  }
}