/* =========================================================================
   UV-Life · Landing "Desinfección de Superficies + Aire"
   Hoja de estilos autónoma para child theme (basel)
   TODO el CSS está encapsulado bajo el contenedor único .landing-page
   ========================================================================= */

.landing-page{
  --ink:#1b1436; --muted:#6b6488; --line:#e9e4f6;
  --violet:#7c4dff; --violet-d:#5f2fe0; --violet-l:#a78bfa; --violet-bright:#7c4dff; --uv-glow:#a78bfa; --lav:#c9b6ff;
  --aqua:#22b8d6; --aqua-d:#128aa6; --aqua-l:#7fe3f0;
  --bg:#ffffff; --paper:#ffffff; --soft:#f7f5ff; --dark:#150d2e; --dark2:#1f1544;
  --amber:#e08a1e; --wa:#25d366; --danger:#e0413b;
  --rad:16px; --shadow:0 20px 44px -22px rgba(60,30,140,.45);
  font-family:'Poppins',system-ui,sans-serif;color:var(--ink);background:var(--bg);
  line-height:1.6;-webkit-font-smoothing:antialiased;
  /*overflow-x:hidden*/;
}

.basel-sticky-sidebar-opener{display: none!important;}
.landing-page *{box-sizing:border-box;margin:0;padding:0}
.landing-page img{max-width:100%;display:block;height:auto}
.landing-page a{text-decoration:none;color:var(--violet-d)}
.landing-page .wrap{max-width:1160px;margin:0 auto;padding:0 24px}
@media(max-width:480px){
  .landing-page .wrap{padding:0 28px}
}
.landing-page h1,.landing-page h2,.landing-page h3{letter-spacing:-.02em;line-height:1.15}
.landing-page .gradtext{background:linear-gradient(100deg,#c9b6ff 0%,#a78bfa 40%,#7c4dff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.landing-page .txt-white{color:#fff}

.landing-page .eyebrow{display:inline-block;font-weight:600;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--violet-d);background:#efeaff;padding:6px 14px;border-radius:100px;margin-bottom:16px}
.landing-page .eyebrow.light{background:rgba(255,255,255,.14);color:#dccdff}
.landing-page .eyebrow--center{display:block;width:max-content;max-width:100%;margin-left:auto;margin-right:auto}

.landing-page .btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:.96rem;padding:13px 24px;border-radius:100px;transition:transform .15s,box-shadow .15s,background .15s;cursor:pointer;border:0;line-height:1.2}
.landing-page .btn-primary{background:var(--violet);color:#fff;box-shadow:0 12px 26px -12px rgba(124,77,255,.7)}
.landing-page .btn-primary:hover{background:var(--violet-d);transform:translateY(-2px)}
.landing-page .btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.5)}
.landing-page .btn-ghost:hover{background:rgba(255,255,255,.12)}
.landing-page .btn-outline{background:transparent;color:var(--violet-d);border:1.5px solid var(--violet)}
.landing-page .btn-outline:hover{background:var(--violet);color:#fff;transform:translateY(-2px)}
.landing-page .btn-wa{background:var(--wa);color:#fff;box-shadow:0 12px 26px -12px rgba(37,211,102,.7)}
.landing-page .btn-wa:hover{background:#1eb856;transform:translateY(-2px)}

/* HERO */
.landing-page .hero{position:relative;background:radial-gradient(120% 120% at 80% 0%,#3a2470 0%,#231a56 45%,#150d2e 100%);color:#efeafe;overflow:hidden}
.landing-page .hero-in{padding:70px 0 54px;text-align:center}
.landing-page .hero h1{font-size:clamp(2.1rem,4.6vw,3.35rem);font-weight:800;color:#fff;margin-bottom:18px;max-width:16em;margin-left:auto;margin-right:auto}
.landing-page .hero .lead{font-size:1.12rem;color:#d3caf0;margin:0 auto 26px;max-width:44em}
.landing-page .chips{display:flex;flex-wrap:wrap;gap:9px;margin:0 auto 30px;justify-content:center}
.landing-page .chip{font-size:.82rem;font-weight:500;background:rgba(255,255,255,.08);border:1px solid rgba(167,139,250,.45);color:#efe8ff;padding:7px 13px;border-radius:100px}
.landing-page .hero-figs{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:960px;margin:0 auto}
.landing-page .hero-fig{background:linear-gradient(160deg,#ffffff,#f1ecfb);border-radius:var(--rad);padding:12px;box-shadow:0 34px 70px -26px rgba(0,0,0,.7);border:1px solid rgba(167,139,250,.25)}
.landing-page .hero-fig .imgbox{border-radius:10px;overflow:hidden;aspect-ratio:3/2;background:linear-gradient(135deg,#ece3fa,#d8c4f2);display:flex;align-items:center;justify-content:center}
.landing-page .hero-fig img{width:100%;height:100%;object-fit:cover;display:block}
.landing-page .hero-fig figcaption{padding:12px 10px 6px;font-size:.88rem;font-weight:600;color:var(--ink);text-align:center}
.landing-page .hero-fig figcaption span{display:block;font-weight:400;font-size:.78rem;color:var(--muted);margin-top:2px}
@media(max-width:640px){
  .landing-page .hero-figs{grid-template-columns:1fr}
  .landing-page .hero-in{padding:52px 0 44px}
  .landing-page .hero .lead{padding:1em;}
  .landing-page .trust{margin-left: 20px;}
}

/* TRUST */
.landing-page .trust{border-top:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.18)}
.landing-page .trust-in{display:flex;flex-wrap:wrap;gap:14px 34px;padding:20px 0;justify-content:space-between}
.landing-page .t-item{font-size:.9rem;color:#c8bfe6}
.landing-page .t-item b{color:#fff;font-weight:600}

/* SECTIONS */
.landing-page .sec{padding:74px 0}
.landing-page .sec-head{max-width:760px;margin-bottom:40px}
.landing-page .sec-head--center{margin-left:auto;margin-right:auto;text-align:center}
.landing-page .sec-head .eyebrow{margin-bottom:14px}
.landing-page .sec h2{font-size:clamp(1.7rem,3vw,2.35rem);font-weight:700;margin-bottom:12px}
.landing-page .sec-head p{color:var(--muted);font-size:1.05rem}

/* SPLIT superficies vs aire */
.landing-page .split{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:8px}
.landing-page .split .col{background:#fff;border:1px solid var(--line);border-radius:var(--rad);padding:28px;box-shadow:0 8px 22px -16px rgba(60,30,140,.3)}
.landing-page .split .col .ic{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:14px;background:#efeaff}
.landing-page .split .col.air .ic{background:#eafaff}
.landing-page .split .col h3{font-size:1.25rem;font-weight:700;margin-bottom:8px}
.landing-page .split .col p{color:var(--muted);font-size:.96rem}
@media(max-width:860px){.landing-page .split{grid-template-columns:1fr}}


/* BLOQUE LABORATORIOS -> landing especializada */
.sec-lab{padding-top:0}
.lab-band{display:grid;grid-template-columns:1.35fr .95fr;gap:0;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 18px 46px -28px rgba(60,30,140,.45)}
.lab-copy{padding:44px 44px 42px}
.lab-copy h2{font-size:clamp(1.5rem,2.4vw,1.95rem);font-weight:700;margin-bottom:12px}
.lab-copy>p{color:var(--muted);font-size:1rem;margin-bottom:16px;max-width:46em}
.lab-copy>p b{color:var(--ink);font-weight:600}
.lab-list{list-style:none;display:grid;gap:9px;margin:22px 0 26px}
.lab-list li{position:relative;padding-left:26px;font-size:.95rem;color:var(--ink)}
.lab-list li b{font-weight:700;color:var(--violet-d)}
.lab-list li::before{content:"";position:absolute;left:0;top:.5em;width:9px;height:9px;border-radius:50%;background:var(--violet);box-shadow:0 0 0 4px #efeaff}
.lab-side{margin:0;background:#150d2e;position:relative;overflow:hidden}
.lab-side img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
@media(max-width:900px){
  .lab-band{grid-template-columns:1fr}
  .lab-copy{padding:34px 26px 30px}
  .lab-side{order:-1;aspect-ratio:16/10}
}


/* EQUIP GRID */
.landing-page .equip{background:var(--soft)}
.landing-page .prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.landing-page .card{background:#fff;border:1px solid var(--line);border-radius:var(--rad);overflow:hidden;box-shadow:0 14px 40px -24px rgba(60,30,140,.4);display:flex;flex-direction:column;transition:transform .16s,box-shadow .16s}
.landing-page .card:hover{transform:translateY(-5px);box-shadow:0 22px 48px -24px rgba(60,30,140,.55)}
.landing-page .card-img{position:relative;background:linear-gradient(160deg,#f5f3fb 0%,#ffffff 60%);padding:26px;display:flex;align-items:center;justify-content:center;min-height:210px}
.landing-page .card-img img{max-height:190px;width:auto;object-fit:contain}
.landing-page .card-tag{position:absolute;top:14px;left:14px;font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 11px;border-radius:100px}
.landing-page .card-tag.combo{background:#efeaff;color:var(--violet-d)}
.landing-page .card-tag.pro{background:#eafaff;color:var(--aqua-d)}
.landing-page .card-body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
.landing-page .card-body h3{font-size:1.2rem;font-weight:700;margin-bottom:10px}
.landing-page .card-body ul{list-style:none;display:grid;gap:0;margin-bottom:16px}
.landing-page .card-body li{position:relative;padding:9px 0 9px 28px;font-size:.9rem;color:var(--ink);border-bottom:1px solid var(--line)}
.landing-page .card-body li:last-child{border-bottom:0}
.landing-page .card-body li::before{content:"";position:absolute;left:0;top:11px;width:17px;height:17px;background:var(--violet) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat;border-radius:50%}
.landing-page .card-body li.no::before{background:var(--danger) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") center/11px no-repeat}
.landing-page .price{font-size:1.65rem;font-weight:800;color:var(--violet-d);margin-bottom:16px}
.landing-page .price small{font-size:.8rem;font-weight:500;color:var(--muted)}
.landing-page .card-btns{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap}
.landing-page .card-btns .btn{flex:1 1 0;justify-content:center;min-width:120px;padding:11px 14px;font-size:.9rem}
@media(max-width:960px){.landing-page .prod-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.landing-page .prod-grid{grid-template-columns:1fr}}

.landing-page .equip-note{max-width:820px;margin:30px auto 0;background:#fff;border:1px solid var(--line);border-left:4px solid var(--amber);border-radius:12px;padding:16px 20px;font-size:.92rem;color:var(--muted)}
.landing-page .equip-note b{color:var(--ink)}

/* FINAL CTA */
.landing-page .final-sec{background:#fff}
.landing-page .final{background:radial-gradient(900px 500px at 50% 0%,#3a2470 0%,#231a56 55%,#150d2e 100%);border-radius:32px;color:#fff;text-align:center;padding:66px 40px;position:relative;overflow:hidden}
.landing-page .final .eyebrow{margin-bottom:16px}
.landing-page .final h2{color:#fff;font-size:clamp(1.8rem,3.2vw,2.5rem);margin-bottom:12px}
.landing-page .final p{color:#d3e6f0;max-width:42em;margin:0 auto 26px;font-size:1.06rem}
.landing-page .cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
@media(max-width:520px){.landing-page .final{padding:48px 22px}}

/* WhatsApp float */
.landing-page .wa-float{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:var(--wa);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(0,0,0,.28);z-index:80}
.landing-page .wa-float svg{width:30px;height:30px;fill:#fff}
