:root{
  --pink:#ff91bf;
  --pink2:#ffa4c9;
  --purple:#a900ff;
  --cyan:#08c3ee;
  --black:#09090b;
  --white:#fffafc;
  --gray:#706c72;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:var(--white);
  color:var(--black);
}

img{
  max-width:100%;
  display:block;
}

a{
  text-decoration:none;
  color:inherit;
}

.wrap{
  width:min(1180px,calc(100% - 40px));
  margin:auto;
}


/* =========================
   HEADER
========================= */

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,145,191,.86);
  backdrop-filter:blur(16px) saturate(135%);
  -webkit-backdrop-filter:blur(16px) saturate(135%);
  border-bottom:1px solid rgba(0,0,0,.08);
}

.nav-wrap{
  min-height:100px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand img{
  height:78px;
  width:auto;
  max-width:420px;
  object-fit:contain;
}

.brand img{
  width:245px;
  height:auto;
  max-width:245px;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
  margin:0;
  padding:0;
  transform:none;
}

nav{
  display:flex;
  gap:28px;
  align-items:center;
  font-size:14px;
  font-weight:700;
}

.nav-cta{
  background:#09090b;
  color:white;
  padding:11px 17px;
  border-radius:999px;
}


/* =========================
   HERO
========================= */

.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(
    135deg,
    var(--pink),
    #ff9dc6
  );
  min-height:760px;
}

.hero:after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(8,195,238,.32);
  right:-210px;
  top:-200px;
  filter:blur(12px);
}

.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:72px;
  align-items:center;
  min-height:760px;
  position:relative;
  z-index:2;
}

.eyebrow,
.kicker,
.step-label{
  font-size:12px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.eyebrow{
  display:flex;
  align-items:center;
  gap:9px;
}

.eyebrow span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 0 5px rgba(8,195,238,.18);
}


/* LOGO VITRANEX */

.vitranex-logo{
  height:115px;
  width:auto;
  max-width:500px;
  object-fit:contain;
  object-position:left center;
  margin:15px 0 5px;
}


h1{
  font-size:clamp(54px,6.5vw,88px);
  line-height:.91;
  letter-spacing:-.055em;
  margin:16px 0 18px;
  font-weight:1000;
}

.subtitle{
  font-size:25px;
  font-weight:800;
  margin:0 0 18px;
}

.intro{
  font-size:18px;
  line-height:1.65;
  max-width:690px;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:30px 0;
}


/* =========================
   BOTONES
========================= */

.btn{
  border:0;
  border-radius:999px;
  padding:14px 20px;
  font:inherit;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.18s ease;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn-black{
  background:var(--black);
  color:white;
}

.btn-outline{
  background:rgba(255,255,255,.2);
  border:1px solid rgba(0,0,0,.2);
}

.btn-cyan{
  background:var(--cyan);
  color:#00171c;
}

.btn-ghost{
  background:transparent;
  color:white;
  border:1px solid rgba(255,255,255,.2);
}


/* =========================
   DATOS RÁPIDOS
========================= */

.facts{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.facts div{
  background:rgba(255,255,255,.28);
  padding:13px 15px;
  border-radius:15px;
  min-width:135px;
}

.facts small{
  display:block;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:5px;
}

.facts strong{
  font-size:13px;
}


/* =========================
   POSTER
========================= */

.hero-poster{
  display:flex;
  justify-content:center;
}

.poster-card{
  width:min(440px,100%);
  background:var(--pink);
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 35px 90px rgba(50,0,25,.2);
  transform:rotate(1.2deg);
  border:1px solid rgba(0,0,0,.08);
}

.poster-top{
  padding:24px 26px 14px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.14em;
}

.poster-purple{
  margin:0 26px;
  background:var(--purple);
  color:white;
  border-radius:30px;
  padding:30px;
}

.poster-purple h2{
  font-size:20px;
  margin:0 0 20px;
}

.poster-purple ul{
  padding-left:19px;
  margin:0;
  display:grid;
  gap:14px;
  line-height:1.35;
  font-weight:700;
}

.poster-paid{
  text-align:center;
  padding:24px;
  font-size:20px;
  font-weight:1000;
}

.poster-footer{
  background:var(--cyan);
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 26px;
  min-height:82px;
  font-weight:1000;
}

/* LUNEX VIDEO DEL POSTER */

.poster-footer img{
  height:55px;
  width:auto;
  max-width:230px;
  object-fit:contain;
}


/* =========================
   SECCIONES
========================= */

.section{
  padding:105px 0;
}

.white{
  background:#fff;
}

.pink{
  background:var(--pink);
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
}

.kicker{
  color:#797077;
  margin:0;
}

.kicker.dark{
  color:#3d3136;
}

.kicker.cyan{
  color:var(--cyan);
}

.section h2,
.form-aside h2{
  font-size:clamp(42px,5vw,68px);
  line-height:.98;
  letter-spacing:-.045em;
  margin:16px 0;
  font-weight:1000;
}

.copy{
  font-size:18px;
  color:#5d585e;
  line-height:1.8;
}


/* =========================
   REQUISITOS
========================= */

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:45px;
}

.cards article{
  background:white;
  border-radius:26px;
  padding:28px;
  min-height:215px;
  box-shadow:0 14px 40px rgba(70,0,30,.08);
}

.cards article span{
  color:var(--purple);
  font-weight:1000;
  font-size:12px;
}

.cards h3{
  font-size:23px;
  margin:25px 0 10px;
}

.cards p{
  color:#686168;
  line-height:1.55;
  margin:0;
}


/* =========================
   FORMULARIO
========================= */

.form-section{
  background:#090a0d;
  color:white;
}

.form-layout{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:68px;
  align-items:start;
}

.form-aside{
  position:sticky;
  top:110px;
}

.form-aside>p{
  color:#aeb0b6;
  line-height:1.7;
}

.aside-note{
  margin-top:18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  padding:18px;
  background:#111216;
}

.aside-note p{
  font-size:13px;
  line-height:1.55;
  color:#a8aab0;
  margin:7px 0 0;
}

.form-card{
  background:#111216;
  border:1px solid rgba(255,255,255,.09);
  border-radius:30px;
  padding:34px;
  min-height:580px;
}

.progress{
  height:5px;
  background:#292b31;
  border-radius:999px;
  overflow:hidden;
  margin-bottom:34px;
}

.progress span{
  display:block;
  height:100%;
  width:33.333%;
  background:var(--cyan);
  transition:.25s ease;
}

.step{
  display:none;
}

.step.active{
  display:block;
}

.step-label{
  color:#7e8189;
}

.step h3{
  font-size:34px;
  margin:10px 0 28px;
}

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

.field{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.field.full{
  grid-column:1/-1;
}

.field span{
  font-size:13px;
  font-weight:800;
  color:#d6d7dc;
}

.field input,
.field textarea,
.field select{
  width:100%;
  background:#191b20;
  color:white;
  border:1px solid #2d3037;
  border-radius:14px;
  padding:15px 16px;
  font:inherit;
  outline:none;
}

.field input:focus,
.field textarea:focus,
.field select:focus{
  border-color:var(--cyan);
  box-shadow:0 0 0 3px rgba(8,195,238,.12);
}

.field .bad,
.bad{
  border-color:#ff4f79!important;
}

.field textarea{
  resize:vertical;
}

.form-actions{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:28px;
}

.form-actions.right{
  justify-content:flex-end;
}

.checks{
  display:grid;
  gap:13px;
}

.checks label{
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding:15px;
  background:#17191e;
  border:1px solid #2b2e35;
  border-radius:15px;
}

.checks input{
  margin-top:3px;
  accent-color:var(--cyan);
}

.checks span{
  font-size:14px;
  line-height:1.5;
  color:#d3d4d8;
}

.legal-note{
  margin-top:18px;
  background:#092630;
  color:#b9f1ff;
  border-radius:14px;
  padding:15px;
  font-size:13px;
  line-height:1.55;
}

.status{
  min-height:22px;
  color:#b7efff;
  font-size:14px;
}

.honeypot{
  position:absolute!important;
  left:-9999px!important;
  opacity:0!important;
}


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

footer{
  background:#050608;
  color:white;
  border-top:1px solid #16171a;
  padding:35px 0;
}

.footer-wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
}

.footer-logos{
  display:flex;
  align-items:center;
  gap:28px;
}

/* LOGOS DEL FOOTER */

.footer-logos img{
  height:45px;
  width:auto;
  max-width:260px;
  object-fit:contain;
}

.footer-text{
  display:flex;
  gap:18px;
  color:#81838b;
  font-size:12px;
}


/* =========================
   TABLET
========================= */

@media(max-width:900px){

  nav a:not(.nav-cta){
    display:none;
  }

  .hero-grid,
  .split,
  .form-layout{
    grid-template-columns:1fr;
  }

  .hero-grid{
    padding:70px 0;
    min-height:auto;
  }

  .hero{
    min-height:auto;
  }

  .hero-poster{
    justify-content:flex-start;
  }

  .poster-card{
    transform:none;
  }

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

  .form-aside{
    position:static;
  }
}


/* =========================
   CELULAR
========================= */

@media(max-width:620px){

  .wrap{
    width:min(100% - 28px,1180px);
  }

  .nav-wrap{
    min-height:76px;
  }

  .brand{
    width:190px;
    height:76px;
  }

  .brand img{
    width:165px;
    height:auto;
    max-width:165px;
    max-height:45px;
  }

  h1{
    font-size:52px;
  }

  .subtitle{
    font-size:20px;
  }

  .hero-grid{
    padding:52px 0;
  }

  /* VITRANEX EN CELULAR */
  .vitranex-logo{
    height:85px;
    max-width:300px;
    margin:12px 0 5px;
  }

  .poster-purple{
    margin:0 18px;
    padding:24px;
  }

  .poster-footer{
    padding:16px 18px;
  }

  /* LUNEX VIDEO EN POSTER MÓVIL */
  .poster-footer img{
    height:42px;
    max-width:150px;
  }

  .section{
    padding:74px 0;
  }

  .cards,
  .grid{
    grid-template-columns:1fr;
  }

  .field.full{
    grid-column:auto;
  }

  .form-card{
    padding:22px;
    border-radius:22px;
  }

  .form-actions .btn{
    flex:1;
  }

  .footer-wrap,
  .footer-text{
    flex-direction:column;
    align-items:flex-start;
  }

  .footer-logos{
    gap:20px;
    flex-wrap:wrap;
  }

  .footer-logos img{
    height:38px;
    max-width:190px;
  }
}
/* ===== HEADER FINAL — NO TOCAR ALV ===== */

.site-header{
    background: #ff91bf !important;
    background-color: #ff91bf !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 1px solid rgba(0,0,0,.10) !important;
}

.nav-wrap{
    min-height: 125px !important;
}

/* LCLOUDS LUNEX */
.site-header .brand{
    width: 420px !important;
    height: 90px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    overflow: visible !important;
}

.site-header .brand img{
    width: 410px !important;
    height: 85px !important;

    max-width: none !important;
    max-height: none !important;

    object-fit: contain !important;
    object-position: left center !important;

    opacity: 1 !important;
    filter: none !important;
}