:root{
  --bg:#f4f8fc;
  --surface:#ffffff;
  --ink:#0a1725;
  --muted:#617082;
  --line:#dbe5ee;
  --navy:#061523;
  --navy2:#0a2035;
  --blue:#1694ff;
  --cyan:#31d7ff;
  --green:#27d47d;
  --shadow:0 22px 70px rgba(4,21,36,.11);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.section{padding:105px 0}
.section-dark{position:relative;overflow:hidden;background:linear-gradient(135deg,#04111d,#0a2135 62%,#0b2a43);color:white}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(5,18,30,.91);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08);color:white}
.nav-wrap{height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-mark{width:41px;height:41px;color:var(--cyan);display:grid;place-items:center}
.brand-mark svg{width:100%;height:100%}
.brand strong{font:700 19px/1 Space Grotesk,sans-serif;letter-spacing:.09em;display:block}
.brand small{display:block;font-size:10px;color:#9db2c5;letter-spacing:.08em;margin-top:5px}
.main-nav{display:flex;gap:26px;align-items:center;margin-left:auto}
.main-nav a{font-size:14px;color:#c7d5e1;transition:.2s}
.main-nav a:hover{color:white}
.nav-cta{white-space:nowrap}
.btn{border:1px solid transparent;border-radius:12px;padding:12px 18px;font-weight:700;display:inline-flex;justify-content:center;align-items:center;gap:8px;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),#3cbcff);color:white;box-shadow:0 12px 30px rgba(22,148,255,.28)}
.btn-ghost{border-color:rgba(255,255,255,.25);color:white;background:rgba(255,255,255,.05)}
.btn-lg{padding:15px 22px}
.btn-block{width:100%;padding:15px}
.nav-toggle{display:none;border:0;background:none;width:43px;height:43px;padding:10px}
.nav-toggle span{display:block;height:2px;background:white;margin:6px 0}
.hero{padding:112px 0 84px;min-height:720px;display:flex;align-items:center}
.hero-grid-bg{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(51,213,255,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(51,213,255,.4) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 82%)}
.hero:after{content:"";position:absolute;width:650px;height:650px;right:-220px;top:-200px;background:radial-gradient(circle,rgba(22,148,255,.30),transparent 65%);filter:blur(10px)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:74px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:800;letter-spacing:.13em;color:#92c7e7}
.eyebrow.dark{color:#44728f}
.pulse{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(39,212,125,.12)}
h1,h2,h3{font-family:Space Grotesk,Inter,sans-serif;margin-top:0;line-height:1.06}
h1{font-size:clamp(44px,5vw,74px);letter-spacing:-.045em;margin:22px 0 24px}
h1 span,.enterprise h2 span{color:var(--cyan)}
.hero-copy>p{font-size:18px;color:#b8c9d8;max-width:640px;margin:0 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.trust-row{margin-top:46px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.trust-row div{display:flex;align-items:center;gap:10px}
.trust-row b{color:var(--cyan);font-size:12px}
.trust-row span{font-size:12px;color:#c1d0db}
.hero-visual{position:relative}
.glass{background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);box-shadow:0 40px 110px rgba(0,0,0,.3)}
.device-card{border-radius:24px;overflow:hidden;transform:perspective(1000px) rotateY(-3deg) rotateX(2deg)}
.device-head{height:48px;display:flex;align-items:center;gap:14px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.09);font:500 11px monospace;color:#7894a9}
.dots{display:flex;gap:6px}.dots i{width:8px;height:8px;border-radius:50%;background:#39566b}.dots i:nth-child(2){background:#2a8bb4}.dots i:nth-child(3){background:var(--green)}
.device-body{padding:24px}
.system-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;color:#d5e3ec;font-size:13px}
.ok{font-size:10px;letter-spacing:.1em;color:var(--green);padding:5px 8px;border:1px solid rgba(39,212,125,.25);border-radius:7px;background:rgba(39,212,125,.08)}
.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.metric-grid article{background:rgba(2,13,23,.42);padding:15px;border-radius:14px;border:1px solid rgba(255,255,255,.08)}
.metric-grid span,.metric-grid small{display:block;color:#7895aa;font-size:10px}
.metric-grid strong{display:block;font-size:14px;margin:7px 0 3px}
.terminal{margin-top:14px;background:#020b12;border-radius:14px;padding:15px;font:12px/1.9 ui-monospace,SFMono-Regular,Consolas,monospace;color:#8da5b6}
.terminal p{margin:0}.terminal span{color:var(--cyan)}.terminal-ok{color:#b8f7d4!important}
.floating-chip{position:absolute;padding:10px 14px;border-radius:10px;background:#fff;color:#12314a;box-shadow:var(--shadow);font-size:11px;font-weight:800}
.chip-one{left:-35px;bottom:48px}.chip-two{right:-28px;top:42px}
.quick-solver{margin-top:-42px;position:relative;z-index:6}
.solver-card{background:white;border-radius:26px;box-shadow:var(--shadow);padding:38px}
.solver-intro{display:grid;grid-template-columns:.8fr 1.4fr 1fr;gap:30px;align-items:end;margin-bottom:28px}
.solver-intro h2{font-size:32px;margin:0}.solver-intro p{margin:0;color:var(--muted)}
.need-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.need-option{border:1px solid var(--line);background:#f8fbfd;border-radius:16px;text-align:left;padding:16px;min-height:142px;color:var(--ink);transition:.2s}
.need-option:hover,.need-option.active{border-color:var(--blue);background:#eef8ff;transform:translateY(-2px)}
.need-option .icon{display:block;font-size:24px;margin-bottom:14px}
.need-option b,.need-option small{display:block}.need-option b{font-size:13px;line-height:1.25}.need-option small{font-size:10px;color:var(--muted);margin-top:7px;line-height:1.45}
.solver-result{margin-top:18px;background:#071827;color:white;padding:18px 20px;border-radius:15px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.solver-result[hidden]{display:none}.solver-result span{display:block;color:#7f9caf;font-size:10px}.solver-result strong{font-size:14px}
.section-heading{max-width:760px;margin-bottom:46px}
.section-heading h2,.split-heading h2,.about-copy h2,.contact-copy h2{font-size:clamp(34px,4vw,50px);letter-spacing:-.035em;margin:15px 0 16px}
.section-heading p,.split-heading p,.about-copy>p,.contact-copy>p{color:var(--muted);font-size:16px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:29px;overflow:hidden;transition:.25s}
.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(12,35,53,.09)}
.service-card.featured{border-color:#9bd7ff;box-shadow:inset 0 3px 0 var(--blue)}
.service-card.ai-card{background:linear-gradient(145deg,#071827,#0b2942);color:white;border-color:#153d59}
.service-card.ai-card p,.service-card.ai-card li{color:#a9c0d1}
.service-number{position:absolute;right:24px;top:20px;font:700 12px Space Grotesk;color:#a9bdcb}
.service-icon{font-size:31px;margin:4px 0 20px}
.service-card h3{font-size:23px;margin-bottom:12px}
.service-card p{color:var(--muted);font-size:13px;min-height:64px}
.service-card ul{padding:0;margin:20px 0;list-style:none}
.service-card li{font-size:12px;color:#405164;padding:5px 0}
.service-card li:before{content:"✓";color:var(--blue);font-weight:800;margin-right:8px}
.price{border-top:1px solid var(--line);padding-top:17px;font-size:11px;color:var(--muted)}
.ai-card .price{border-color:#1d4662;color:#89a4b7}.price b{display:block;color:var(--ink);font-size:13px;margin-top:3px}.ai-card .price b{color:white}
.text-link{border:0;background:none;padding:18px 0 0;color:var(--blue);font-weight:800;font-size:12px}
.pricing-note{text-align:center;color:#7a8997;font-size:10px;margin-top:18px}
.section-alt{background:#eaf2f8}
.split-heading{display:grid;grid-template-columns:1.4fr .8fr;gap:60px;align-items:end;margin-bottom:46px}
.split-heading p{margin-bottom:5px}
.process{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #cedce7;border-radius:20px;overflow:hidden;background:white}
.process article{padding:28px;border-right:1px solid #dce7ef;min-height:220px}
.process article:last-child{border-right:0}
.process article>span{display:inline-grid;place-items:center;width:38px;height:38px;background:#eaf7ff;color:#1689dc;border-radius:10px;font-weight:800;font-size:12px}
.process h3{font-size:17px;margin:26px 0 10px}
.process p{font-size:12px;color:var(--muted)}
.enterprise{padding:110px 0}
.enterprise-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.enterprise h2{font-size:clamp(38px,4vw,54px);letter-spacing:-.04em;margin:17px 0 22px}
.enterprise p{color:#adc3d3;max-width:620px}
.enterprise-actions{display:flex;gap:12px;margin-top:30px}
.automation-map{height:390px;position:relative;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:radial-gradient(circle at center,rgba(49,215,255,.09),transparent 57%)}
.map-node{position:absolute;padding:11px 15px;border-radius:11px;border:1px solid #255572;background:#092238;font-size:11px;color:#bbd1e0;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.main-node{left:50%;top:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#168fff,#32d7ff);color:white;font-weight:800;border:0;padding:15px 22px}
.n1{left:8%;top:16%}.n2{right:9%;top:14%}.n3{left:5%;bottom:18%}.n4{right:10%;bottom:13%}.n5{left:39%;top:7%}.n6{left:37%;bottom:6%}
.map-line{position:absolute;background:linear-gradient(90deg,transparent,#32d7ff,transparent);height:1px;transform-origin:left center;opacity:.45}
.l1{width:180px;left:21%;top:32%;transform:rotate(27deg)}.l2{width:180px;left:52%;top:50%;transform:rotate(-31deg)}.l3{width:190px;left:22%;top:69%;transform:rotate(-29deg)}.l4{width:180px;left:50%;top:51%;transform:rotate(28deg)}
.capabilities{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:70px;background:rgba(255,255,255,.08);border-radius:16px;overflow:hidden}
.capabilities article{background:#0a1e30;padding:22px}.capabilities b,.capabilities span{display:block}.capabilities b{font-size:13px}.capabilities span{color:#89a2b5;font-size:11px;margin-top:6px}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.about-panel{background:#071827;color:white;border-radius:28px;padding:36px;box-shadow:var(--shadow);min-height:430px;display:flex;flex-direction:column;justify-content:center}
.code-label{color:var(--cyan);font:11px ui-monospace,monospace;letter-spacing:.1em}
.about-panel>strong{font:700 35px/1.15 Space Grotesk;margin:20px 0 35px}
.about-bars{display:grid;gap:16px}.about-bars span{position:relative;padding-bottom:9px;font-size:10px;color:#8ea8bb}.about-bars span:after{content:"";position:absolute;left:0;bottom:0;height:4px;border-radius:5px;width:var(--w);background:linear-gradient(90deg,var(--blue),var(--cyan))}
.value-list{display:grid;gap:15px;margin-top:25px}.value-list div{display:flex;gap:12px}.value-list span{flex:0 0 28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#e7f7ff;color:#138fe6;font-weight:900}.value-list p{margin:1px 0;font-size:13px;color:#526275}
.contact-section{background:#f7fafc}
.contact-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:75px;align-items:start}
.contact-cards{display:grid;gap:10px;margin:30px 0}.contact-cards a{border:1px solid var(--line);border-radius:15px;background:white;padding:16px 18px;display:grid}.contact-cards span,.hours span{font-size:10px;color:#6c7d8e;text-transform:uppercase;letter-spacing:.08em}.contact-cards b{font-size:14px;margin:3px 0}.contact-cards small{color:var(--blue)}
.hours{padding-top:15px}.hours p{font-size:13px;color:#536577}
.contact-form{background:white;border:1px solid var(--line);border-radius:23px;padding:30px;box-shadow:0 18px 50px rgba(13,37,57,.07)}
.form-head{margin-bottom:22px}.form-head span,.form-head b{display:block}.form-head span{font-size:10px;color:#6b7b89;text-transform:uppercase;letter-spacing:.1em}.form-head b{font:700 22px Space Grotesk;margin-top:4px}
.contact-form label{display:grid;gap:7px;font-size:11px;font-weight:700;color:#415466;margin-bottom:14px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d6e1e9;background:#f9fbfd;border-radius:10px;padding:12px 13px;color:#12273a;outline:0;transition:.2s}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#55b7f5;box-shadow:0 0 0 3px rgba(22,148,255,.08)}
.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.check{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:flex-start;gap:10px!important;font-weight:500!important;color:#657687!important}
.check input{width:17px!important;margin-top:2px}
.form-message{border-radius:10px;padding:0;font-size:12px;margin-top:10px}.form-message.success,.form-message.error{padding:12px 13px}.form-message.success{background:#eafaf1;color:#167848}.form-message.error{background:#fff0f0;color:#a13535}
.form-foot{display:block;margin-top:10px;color:#8998a6;font-size:9px;line-height:1.5}
.final-cta{padding:70px 0}.final-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.final-cta span{font-size:11px;color:#8eb0c6}.final-cta h2{font-size:32px;margin:7px 0 0;max-width:700px}
footer{background:#020a11;color:#8ca1b0;padding:60px 0 28px}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid b{color:white;font-size:12px;margin-bottom:5px}.footer-grid a{font-size:11px}.footer-grid p{font-size:11px;max-width:250px}.footer-brand{color:white;margin-bottom:8px}.footer-bottom{border-top:1px solid #142431;margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;font-size:10px}
.whatsapp-float{position:fixed;z-index:990;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;box-shadow:0 14px 35px rgba(18,126,66,.32);transition:.2s}.whatsapp-float:hover{transform:translateY(-3px) scale(1.03)}.whatsapp-float svg{width:30px}
@media(max-width:1020px){
  .main-nav{display:none}.nav-toggle{display:block;margin-left:auto}.nav-cta{display:none}
  .main-nav.open{display:flex;position:fixed;left:0;right:0;top:78px;height:calc(100vh - 78px);background:#061523;flex-direction:column;align-items:flex-start;padding:38px 24px;gap:25px}.main-nav.open a{font-size:22px;color:white}
  .hero-grid,.enterprise-grid,.about-grid,.contact-grid{grid-template-columns:1fr}
  .hero{padding-top:80px}.hero-visual{max-width:650px}.chip-two{right:0}
  .solver-intro{grid-template-columns:1fr}.need-grid{grid-template-columns:repeat(3,1fr)}
  .service-grid{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr 1fr}.process article:nth-child(2){border-right:0}.process article:nth-child(-n+2){border-bottom:1px solid #dce7ef}
  .split-heading{grid-template-columns:1fr;gap:10px}.capabilities{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .container{width:min(100% - 28px,1180px)}.section{padding:75px 0}.nav-wrap{height:68px}.main-nav.open{top:68px;height:calc(100vh - 68px)}
  .hero{padding:72px 0 62px;min-height:auto}.hero-grid{gap:48px}h1{font-size:43px}.hero-copy>p{font-size:15px}.trust-row{grid-template-columns:1fr;gap:12px}.device-card{transform:none}
  .floating-chip{display:none}.quick-solver{margin-top:0;padding-top:14px}.solver-card{padding:24px 18px}.need-grid{grid-template-columns:1fr 1fr}.need-option{min-height:126px}
  .service-grid{grid-template-columns:1fr}.service-card p{min-height:0}.process{grid-template-columns:1fr}.process article{border-right:0!important;border-bottom:1px solid #dce7ef!important;min-height:auto}.process article:last-child{border-bottom:0!important}
  .enterprise-grid{gap:50px}.automation-map{height:340px}.capabilities{grid-template-columns:1fr}.about-grid,.contact-grid{gap:45px}.about-panel{min-height:350px;padding:28px}.about-panel>strong{font-size:29px}
  .two-cols{grid-template-columns:1fr}.contact-form{padding:23px 18px}.final-cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:10px;flex-direction:column}
}
@media(max-width:430px){.need-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.hero-actions .btn{width:100%}}


/* =========================================================
   CONECTARA v3 - HERO VISUAL
   Inspirado en la nueva identidad visual de la marca.
   ========================================================= */
.hero-showcase{
  padding:0;
  min-height:auto;
  background:#03101d;
}
.hero-showcase:after{display:none}
.hero-stage{
  position:relative;
  width:100%;
  max-width:1536px;
  margin:0 auto;
  overflow:hidden;
  background:#03101d;
}
.hero-art{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
.hero-hotspots{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.hero-hotspot{
  position:absolute;
  display:block;
  pointer-events:auto;
  border-radius:22px;
}
.hero-hotspot-service{
  left:6.1%;
  top:72.2%;
  width:17.7%;
  height:6.4%;
}
.hero-hotspot-whatsapp{
  left:24.8%;
  top:72.2%;
  width:13.4%;
  height:6.4%;
}
.hero-hotspot:focus-visible{
  outline:3px solid #31d7ff;
  outline-offset:4px;
}
.hero-mobile-copy{display:none}

@media(max-width:900px){
  .hero-stage{
    min-height:670px;
  }
  .hero-art{
    width:auto;
    max-width:none;
    height:670px;
    object-fit:cover;
    object-position:64% center;
    opacity:.55;
  }
  .hero-hotspots{display:none}
  .hero-mobile-copy{
    display:block;
    position:absolute;
    z-index:4;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    color:white;
  }
  .hero-showcase{
    position:relative;
    min-height:670px;
  }
  .hero-mobile-copy h1{
    font-size:clamp(42px,9vw,66px);
    max-width:650px;
    margin:18px 0;
  }
  .hero-mobile-copy p{
    color:#c1d4e2;
    font-size:16px;
    max-width:620px;
  }
}
@media(max-width:540px){
  .hero-stage,.hero-showcase{min-height:650px}
  .hero-art{
    height:650px;
    object-position:70% center;
    opacity:.38;
  }
  .hero-mobile-copy{
    top:47%;
  }
  .hero-mobile-copy h1{font-size:43px}
  .hero-mobile-copy .hero-actions .btn{width:100%}
}


/* =========================================================
   CONECTARA v4 - HERO RESPONSIVO EN HTML/CSS
   La fotografía es únicamente un elemento visual.
   Texto, botones, tarjetas y decoración son HTML/CSS.
   ========================================================= */
.hero-showcase{display:none!important}

.hero-html{
  padding:78px 0 0;
  min-height:710px;
  overflow:hidden;
  background:
    radial-gradient(circle at 75% 35%,rgba(0,135,255,.22),transparent 34%),
    radial-gradient(circle at 55% 70%,rgba(0,214,255,.08),transparent 28%),
    linear-gradient(120deg,#020b17 0%,#04172b 48%,#063766 100%);
}
.hero-html:after{display:none}
.hero-html-grid-bg{
  position:absolute;
  inset:0;
  opacity:.18;
  background-image:
    linear-gradient(rgba(56,197,255,.13) 1px,transparent 1px),
    linear-gradient(90deg,rgba(56,197,255,.13) 1px,transparent 1px);
  background-size:55px 55px;
  mask-image:linear-gradient(to bottom,black 0%,transparent 85%);
}
.hero-html-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(430px,.95fr);
  gap:38px;
  align-items:center;
}
.hero-html-copy{min-width:0;padding:25px 0 48px}
.hero-pill{
  display:inline-flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  max-width:100%;
  padding:9px 14px;
  border:1px solid rgba(45,188,255,.54);
  border-radius:999px;
  background:rgba(2,19,34,.48);
  color:#2cc8ff;
  font-size:11px;
  backdrop-filter:blur(8px);
}
.hero-pill span{width:8px;height:8px;border-radius:50%;background:#20df74;box-shadow:0 0 0 5px rgba(32,223,116,.09)}
.hero-pill b{font-weight:700}
.hero-pill i{font-style:normal;opacity:.6}
.hero-html h1{
  margin:27px 0 22px;
  font-size:clamp(46px,5.3vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
}
.hero-html h1 span{
  background:linear-gradient(90deg,#0d8fff,#29d4ff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-html-copy>p{
  max-width:650px;
  margin:0 0 30px;
  color:#c4d2df;
  font-size:17px;
  line-height:1.7;
}
.hero-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:46px;
  max-width:720px;
}
.hero-benefits article{min-width:0}
.benefit-icon{
  width:46px;
  height:46px;
  border-radius:13px;
  display:grid;
  place-items:center;
  margin-bottom:12px;
  color:#22c8ff;
  border:1px solid rgba(34,200,255,.6);
  background:rgba(6,38,65,.7);
  font-size:22px;
}
.hero-benefits b,.hero-benefits small{display:block}
.hero-benefits b{font-size:12px;color:white;line-height:1.3}
.hero-benefits small{margin-top:5px;font-size:10px;color:#89a4b8;line-height:1.4}

.hero-html-visual{
  position:relative;
  min-height:565px;
  align-self:end;
}
.person-shell{
  position:absolute;
  right:0;
  bottom:0;
  width:min(94%,610px);
  height:520px;
  overflow:hidden;
  border-radius:44% 44% 16px 16px / 24% 24% 16px 16px;
  border:1px solid rgba(72,198,255,.22);
  background:#071c31;
  box-shadow:0 35px 95px rgba(0,0,0,.34);
}
.person-image{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:52% 52%;
}
.person-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top,rgba(2,12,22,.55),transparent 26%),
    linear-gradient(to right,rgba(3,15,29,.22),transparent 28%);
  pointer-events:none;
}
.tech-orbit{
  position:absolute;
  border-radius:50%;
  border:2px solid rgba(16,194,255,.36);
  box-shadow:0 0 28px rgba(0,174,255,.18),inset 0 0 26px rgba(0,174,255,.12);
}
.orbit-one{width:360px;height:360px;right:95px;top:38px}
.orbit-two{width:285px;height:285px;right:132px;top:76px;border-style:dashed;opacity:.7}
.tech-dot{position:absolute;width:9px;height:9px;border-radius:50%;background:#2ce3ff;box-shadow:0 0 16px #2ce3ff}
.dot-a{right:190px;top:45px}.dot-b{right:55px;top:197px}.dot-c{right:370px;top:168px}

.floating-service{
  position:absolute;
  z-index:4;
  width:150px;
  padding:14px;
  border-radius:14px;
  background:linear-gradient(145deg,rgba(10,45,76,.92),rgba(5,24,43,.88));
  border:1px solid rgba(28,175,255,.65);
  box-shadow:0 18px 48px rgba(0,0,0,.25);
  backdrop-filter:blur(10px);
}
.floating-service span,.floating-service b,.floating-service small{display:block}
.floating-service span{font-size:24px;color:#31d7ff;margin-bottom:8px}
.floating-service b{font-size:12px;color:white}
.floating-service small{font-size:9px;color:#8daabd;margin-top:5px;line-height:1.35}
.card-repair{left:0;top:80px}
.card-software{left:-28px;top:260px}
.card-auto{right:-18px;top:120px}
.card-ai{right:0;top:315px}

.visual-status{
  position:absolute;
  z-index:5;
  left:50%;
  transform:translateX(-50%);
  bottom:18px;
  width:min(420px,78%);
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px 16px;
  border-radius:14px;
  background:rgba(3,18,31,.84);
  border:1px solid rgba(50,190,255,.3);
  backdrop-filter:blur(10px);
}
.status-dot{width:9px;height:9px;border-radius:50%;background:#23d97f;box-shadow:0 0 0 6px rgba(35,217,127,.08)}
.visual-status small,.visual-status b{display:block}
.visual-status small{font-size:8px;letter-spacing:.13em;color:#6f99b4}
.visual-status b{font-size:10px;color:#dff4ff;margin-top:2px}

.hero-stats{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:0;
  border:1px solid rgba(49,191,255,.2);
  border-bottom:0;
  border-radius:18px 18px 0 0;
  overflow:hidden;
  background:rgba(3,22,38,.72);
  backdrop-filter:blur(12px);
}
.hero-stats div{padding:17px 24px;border-right:1px solid rgba(255,255,255,.08)}
.hero-stats div:last-child{border-right:0}
.hero-stats strong,.hero-stats span{display:block}
.hero-stats strong{color:white;font-size:12px}
.hero-stats span{color:#7898ad;font-size:9px;margin-top:3px}

@media(max-width:1120px){
  .hero-html-layout{grid-template-columns:minmax(0,1fr) 440px;gap:20px}
  .floating-service{width:130px}
  .card-repair{left:-20px}.card-software{left:-20px}
  .card-auto{right:-10px}.card-ai{right:-10px}
}
@media(max-width:900px){
  .hero-html{padding-top:45px}
  .hero-html-layout{grid-template-columns:1fr;gap:10px}
  .hero-html-copy{padding-bottom:10px}
  .hero-html-copy>p{max-width:720px}
  .hero-benefits{grid-template-columns:repeat(4,1fr);max-width:none}
  .hero-html-visual{
    width:min(100%,680px);
    min-height:520px;
    margin:0 auto;
  }
  .person-shell{
    left:50%;
    right:auto;
    transform:translateX(-50%);
    width:min(82%,560px);
    height:475px;
  }
  .card-repair{left:2%;top:65px}
  .card-software{left:0;top:250px}
  .card-auto{right:1%;top:85px}
  .card-ai{right:0;top:280px}
  .hero-stats{grid-template-columns:1fr 1fr}
  .hero-stats div:nth-child(2){border-right:0}
  .hero-stats div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
}
@media(max-width:620px){
  .hero-html{padding-top:28px}
  .hero-pill{border-radius:16px;line-height:1.5}
  .hero-html h1{font-size:46px;margin-top:22px}
  .hero-html-copy>p{font-size:15px}
  .hero-benefits{grid-template-columns:1fr 1fr;gap:22px 15px;margin-top:34px}
  .hero-html-visual{min-height:455px;margin-top:16px}
  .person-shell{
    width:92%;
    height:420px;
    border-radius:28px 28px 12px 12px;
  }
  .person-image{object-position:50% 50%}
  .tech-orbit{display:none}
  .floating-service{
    width:128px;
    padding:11px;
    border-radius:12px;
  }
  .floating-service span{font-size:20px}
  .floating-service small{display:none}
  .card-repair{left:0;top:32px}
  .card-software{left:0;top:150px}
  .card-auto{right:0;top:54px}
  .card-ai{right:0;top:180px}
  .visual-status{bottom:10px;width:86%}
  .hero-stats{grid-template-columns:1fr 1fr}
  .hero-stats div{padding:14px 16px}
}
@media(max-width:430px){
  .hero-html h1{font-size:40px}
  .hero-html-copy .hero-actions{display:grid;grid-template-columns:1fr}
  .hero-html-copy .hero-actions .btn{width:100%}
  .hero-html-visual{min-height:405px}
  .person-shell{height:380px;width:100%}
  .floating-service{width:112px}
  .floating-service b{font-size:10px}
  .card-software{top:138px}
  .card-ai{top:170px}
  .hero-stats{grid-template-columns:1fr 1fr}
}


/* =========================================================
   CONECTARA v4.1 - CORRECCIÓN DE COMPOSICIÓN DEL HERO
   ========================================================= */

/*
  El selector general .hero de versiones anteriores usa display:flex.
  En el hero HTML nuevo eso provocaba que:
  - hero-html-layout
  - hero-stats
  quedaran uno al lado del otro.
  Esta regla restablece el flujo vertical correcto.
*/
.hero.hero-html{
  display:block;
  width:100%;
  min-height:auto;
  align-items:initial;
}

/* El contenido principal vuelve a quedar centrado en la retícula. */
.hero-html-layout{
  width:min(1240px,calc(100% - 48px));
  margin:0 auto;
  grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);
  gap:64px;
  align-items:center;
}

/* Más aire y una columna de texto mejor controlada. */
.hero-html-copy{
  max-width:660px;
  padding:42px 0 52px;
}
.hero-html h1{
  max-width:650px;
}
.hero-html-copy>p{
  max-width:610px;
}

/* La zona visual ocupa su propia mitad y no invade el texto. */
.hero-html-visual{
  width:100%;
  min-width:0;
  min-height:590px;
  margin-left:auto;
}

.person-shell{
  width:min(88%,570px);
  height:535px;
  right:20px;
}

/* Tarjetas distribuidas alrededor de la persona, sin amontonarse. */
.card-repair{
  left:-10px;
  top:92px;
}
.card-software{
  left:8px;
  top:292px;
}
.card-auto{
  right:-8px;
  top:126px;
}
.card-ai{
  right:4px;
  top:335px;
}

/* Indicadores debajo del hero principal, ocupando el mismo ancho. */
.hero-stats{
  width:min(1240px,calc(100% - 48px));
  margin:0 auto;
  position:relative;
  z-index:3;
}

/* El selector siguiente ya no invade visualmente el hero. */
.quick-solver{
  margin-top:-1px;
  padding-top:34px;
  background:var(--bg);
}

/* Ajuste progresivo antes de pasar a tablet. */
@media(max-width:1240px){
  .hero-html-layout{
    width:min(1120px,calc(100% - 40px));
    grid-template-columns:minmax(0,1fr) minmax(430px,.92fr);
    gap:42px;
  }

  .hero-stats{
    width:min(1120px,calc(100% - 40px));
  }

  .hero-html h1{
    font-size:clamp(48px,5vw,68px);
  }

  .person-shell{
    right:8px;
    width:min(90%,535px);
  }

  .floating-service{
    width:138px;
  }
}

@media(max-width:1020px){
  .hero-html-layout{
    grid-template-columns:minmax(0,1fr) 420px;
    gap:26px;
  }

  .hero-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:500px;
  }

  .hero-html-visual{
    min-height:540px;
  }

  .person-shell{
    height:490px;
  }

  .floating-service{
    width:126px;
  }

  .card-repair{left:-8px;top:80px}
  .card-software{left:-4px;top:255px}
  .card-auto{right:-4px;top:105px}
  .card-ai{right:-2px;top:290px}
}

/* Tablet: texto arriba, composición visual abajo. */
@media(max-width:900px){
  .hero-html-layout{
    width:min(760px,calc(100% - 36px));
    grid-template-columns:1fr;
    gap:18px;
  }

  .hero-html-copy{
    max-width:none;
    text-align:left;
    padding:28px 0 16px;
  }

  .hero-html h1,
  .hero-html-copy>p{
    max-width:700px;
  }

  .hero-html-visual{
    width:min(100%,680px);
    margin:0 auto;
  }

  .hero-stats{
    width:min(760px,calc(100% - 36px));
  }
}

/* Móvil: simplificamos la escena para que la prioridad sea vender. */
@media(max-width:620px){
  .hero-html-layout{
    width:calc(100% - 28px);
  }

  .hero-html-copy{
    padding-top:18px;
  }

  .hero-pill{
    width:100%;
    justify-content:flex-start;
  }

  .hero-html-visual{
    min-height:430px;
  }

  .person-shell{
    left:50%;
    right:auto;
    transform:translateX(-50%);
    width:100%;
    height:400px;
  }

  .card-repair{left:8px;top:24px}
  .card-software{left:8px;top:138px}
  .card-auto{right:8px;top:44px}
  .card-ai{right:8px;top:166px}

  .hero-stats{
    width:calc(100% - 28px);
  }
}

@media(max-width:430px){
  .hero-html-layout{
    width:calc(100% - 24px);
  }

  .hero-html h1{
    font-size:39px;
  }

  .hero-html-visual{
    min-height:390px;
  }

  .person-shell{
    height:365px;
  }

  /* En pantallas muy pequeñas dejamos solo dos tarjetas para evitar ruido. */
  .card-software,
  .card-ai{
    display:none;
  }

  .card-repair{
    left:7px;
    top:22px;
  }

  .card-auto{
    right:7px;
    top:54px;
  }

  .hero-stats{
    width:calc(100% - 24px);
  }
}


/* =========================================================
   CONECTARA v5 - HERO RECONSTRUIDO DESDE LA REFERENCIA
   Todo excepto la fotografía es HTML/CSS.
   ========================================================= */

.hero-html,
.hero-showcase{display:none!important}

.hero-header{
  background:rgba(2,11,24,.94);
  border-bottom:1px solid rgba(89,154,211,.16);
}
.nav-v5{
  height:92px;
  gap:22px;
}
.brand-v5{
  gap:14px;
  color:white;
}
.brand-symbol{
  width:50px;
  height:50px;
  border-radius:17px 8px 17px 8px;
  border:5px solid #17c3ff;
  border-right-color:#0c76ff;
  display:grid;
  place-items:center;
  font:800 0/1 Space Grotesk;
  position:relative;
  transform:skewX(-8deg);
  box-shadow:0 0 24px rgba(0,176,255,.16);
}
.brand-symbol:before{
  content:"";
  width:22px;
  height:13px;
  border:4px solid #0d92ff;
  border-right:0;
  border-radius:12px 0 0 12px;
}
.brand-copy strong{
  font-size:21px;
  letter-spacing:.12em;
}
.brand-copy small{
  font-size:8px;
  letter-spacing:.28em;
  color:#d7e4ef;
}
.main-nav-v5{
  gap:28px;
}
.main-nav-v5 a{
  color:#d7e2ed;
  font-size:12px;
  position:relative;
  padding:34px 0 31px;
}
.main-nav-v5 a.active{
  color:white;
}
.main-nav-v5 a.active:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:17px;
  height:2px;
  border-radius:2px;
  background:#1cc9ff;
}
.nav-whatsapp{
  padding:11px 17px;
  border:1px solid #00d5de;
  color:white;
  border-radius:13px;
  white-space:nowrap;
}
.nav-whatsapp:hover{
  background:rgba(0,213,222,.07);
}

.hero.hero-v5{
  display:block;
  width:100%;
  min-height:0;
  padding:78px 0 24px;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 30%,rgba(0,100,255,.21),transparent 28%),
    radial-gradient(circle at 87% 68%,rgba(0,190,255,.11),transparent 24%),
    linear-gradient(115deg,#020916 0%,#041326 46%,#06284b 100%);
}
.hero-v5:after{display:none}
.hero-v5-grid{
  position:absolute;
  inset:0;
  opacity:.13;
  background-image:
    linear-gradient(rgba(32,178,255,.13) 1px,transparent 1px),
    linear-gradient(90deg,rgba(32,178,255,.13) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,black 0%,transparent 88%);
}
.hero-v5-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(50px);
  pointer-events:none;
}
.hero-v5-glow-a{
  width:420px;height:420px;
  right:8%;top:4%;
  background:rgba(0,99,255,.13);
}
.hero-v5-glow-b{
  width:320px;height:320px;
  right:36%;bottom:1%;
  background:rgba(0,214,255,.06);
}
.hero-v5-main{
  position:relative;
  z-index:2;
  width:min(1300px,calc(100% - 48px));
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);
  gap:40px;
  align-items:center;
}
.hero-v5-copy{
  min-width:0;
  padding:30px 0 32px;
}
.service-pill{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  padding:9px 15px;
  border:1px solid rgba(0,177,255,.6);
  border-radius:999px;
  background:rgba(1,18,34,.48);
  color:#21caff;
  font-size:11px;
  line-height:1;
  backdrop-filter:blur(8px);
}
.service-pill-dot{
  width:9px;height:9px;border-radius:50%;
  background:#18dd72;
  box-shadow:0 0 0 5px rgba(24,221,114,.08);
}
.service-pill b{font-weight:700}
.service-pill i{font-style:normal;opacity:.55}

.hero-v5 h1{
  margin:28px 0 24px;
  font-size:clamp(48px,5.15vw,73px);
  line-height:.98;
  letter-spacing:-.055em;
  max-width:700px;
  text-shadow:0 4px 30px rgba(0,0,0,.18);
}
.hero-v5 h1 span{
  background:linear-gradient(90deg,#0f82ff 0%,#1bb7ff 52%,#31ddff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-v5-copy>p{
  margin:0;
  color:#cad5e1;
  font-size:17px;
  line-height:1.78;
  max-width:660px;
}
.hero-v5-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:28px;
}
.hero-primary{
  min-width:205px;
  padding:15px 22px;
  border-radius:13px;
  color:#00111e;
  background:linear-gradient(135deg,#21d9ff,#128dff);
  box-shadow:0 12px 36px rgba(0,158,255,.25),inset 0 1px 0 rgba(255,255,255,.3);
}
.hero-whatsapp{
  min-width:178px;
  padding:14px 21px;
  border-radius:13px;
  border:1px solid #00e1cf;
  color:white;
  background:rgba(2,13,26,.48);
}
.wa-mark{color:#19e275;font-size:18px}

.hero-trust{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:40px;
  max-width:650px;
}
.hero-trust article{
  min-width:0;
}
.trust-icon{
  width:42px;height:42px;
  display:grid;
  place-items:center;
  border:1px solid #118df0;
  color:#21c7ff;
  border-radius:12px;
  background:rgba(2,28,48,.55);
  font-size:21px;
  margin-bottom:11px;
  box-shadow:inset 0 0 16px rgba(0,133,255,.07);
}
.hero-trust b{
  display:block;
  color:white;
  font-size:11px;
  line-height:1.25;
}
.hero-trust small{
  display:block;
  margin-top:5px;
  color:#8ea2b5;
  font-size:9px;
  line-height:1.5;
}

.hero-v5-visual{
  position:relative;
  min-height:610px;
}
.hero-person-wrap{
  position:absolute;
  right:-2%;
  bottom:0;
  width:88%;
  height:590px;
  overflow:hidden;
  border-radius:44% 44% 8px 8px / 19% 19% 8px 8px;
  filter:drop-shadow(0 30px 55px rgba(0,0,0,.32));
}
.hero-person-v5{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:54% 49%;
  display:block;
}
.hero-person-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top,rgba(1,9,18,.55),transparent 26%),
    linear-gradient(to right,rgba(2,12,25,.15),transparent 26%);
}
.hud-ring{
  position:absolute;
  border-radius:50%;
  border:2px solid rgba(0,169,255,.42);
  box-shadow:
    0 0 22px rgba(0,156,255,.23),
    inset 0 0 22px rgba(0,156,255,.14);
  z-index:1;
}
.hud-ring-1{
  width:365px;height:365px;
  left:26%;top:35px;
}
.hud-ring-2{
  width:315px;height:315px;
  left:30%;top:60px;
  border-style:dashed;
  opacity:.72;
}
.hud-ring-3{
  width:260px;height:260px;
  left:34%;top:88px;
  opacity:.42;
}
.hud-dot{
  position:absolute;
  width:8px;height:8px;
  border-radius:50%;
  background:#25dcff;
  box-shadow:0 0 15px #25dcff;
  z-index:2;
}
.hud-dot-1{left:46%;top:31px}
.hud-dot-2{left:24%;top:190px}
.hud-dot-3{right:7%;top:168px}

.hero-service-card{
  position:absolute;
  z-index:5;
  width:132px;
  min-height:124px;
  padding:15px 12px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  border-radius:14px;
  background:linear-gradient(145deg,rgba(7,41,76,.94),rgba(5,24,49,.94));
  border:1px solid rgba(0,154,255,.75);
  box-shadow:
    0 15px 38px rgba(0,0,0,.22),
    inset 0 0 24px rgba(0,110,255,.06);
  backdrop-filter:blur(10px);
}
.hero-card-icon{
  display:grid;
  place-items:center;
  width:44px;height:44px;
  color:#32d6ff;
  font-size:29px;
  margin-bottom:8px;
}
.hero-service-card b{
  color:white;
  font-size:11px;
  line-height:1.25;
}
.hero-card-repair{left:3%;top:74px}
.hero-card-software{left:5%;top:268px}
.hero-card-sale{right:2%;top:36px}
.hero-card-auto{right:-1%;top:198px}
.hero-card-ai{right:0;top:370px}

.hero-kpis{
  position:relative;
  z-index:4;
  width:min(1300px,calc(100% - 48px));
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(0,134,223,.34);
  border-radius:16px;
  overflow:hidden;
  background:rgba(2,19,36,.83);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.hero-kpis article{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  padding:18px 28px;
  border-right:1px solid rgba(255,255,255,.09);
}
.hero-kpis article:last-child{border-right:0}
.kpi-icon{
  flex:0 0 50px;
  width:50px;height:50px;
  display:grid;
  place-items:center;
  color:#1ea9ff;
  font-size:30px;
}
.hero-kpis strong,
.hero-kpis small{display:block}
.hero-kpis strong{
  color:white;
  font:700 20px/1.05 Space Grotesk,Inter,sans-serif;
}
.hero-kpis small{
  margin-top:5px;
  color:#9cb0c1;
  font-size:10px;
  line-height:1.35;
}
.hero-scroll{
  position:relative;
  z-index:4;
  width:max-content;
  margin:12px auto 0;
  display:grid;
  justify-items:center;
  gap:2px;
  color:#a6b8c7;
}
.hero-scroll span{
  width:22px;height:30px;
  border:1px solid #2baefb;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#2baefb;
  font-size:13px;
}
.hero-scroll small{font-size:9px}

@media(max-width:1220px){
  .main-nav-v5{gap:18px}
  .main-nav-v5 a{font-size:11px}
  .nav-whatsapp{display:none}
  .hero-v5-main{
    grid-template-columns:minmax(0,.95fr) minmax(510px,1.05fr);
    gap:24px;
  }
  .hero-v5 h1{font-size:clamp(48px,5vw,67px)}
  .hero-service-card{width:118px;min-height:112px}
  .hero-person-wrap{width:90%}
}

@media(max-width:1000px){
  .hero-header .nav-cta{display:none}
  .hero-v5-main{
    grid-template-columns:1fr;
    width:min(760px,calc(100% - 36px));
  }
  .hero-v5-copy{padding-bottom:12px}
  .hero-v5-copy>p{max-width:720px}
  .hero-trust{max-width:720px}
  .hero-v5-visual{
    width:min(100%,700px);
    min-height:590px;
    margin:0 auto;
  }
  .hero-person-wrap{
    left:50%;
    right:auto;
    transform:translateX(-50%);
    width:78%;
    height:560px;
  }
  .hero-card-repair{left:4%}
  .hero-card-software{left:5%}
  .hero-card-sale{right:3%}
  .hero-card-auto{right:0}
  .hero-card-ai{right:2%}
  .hero-kpis{
    width:min(760px,calc(100% - 36px));
    grid-template-columns:1fr 1fr;
  }
  .hero-kpis article:nth-child(2){border-right:0}
  .hero-kpis article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}
}

@media(max-width:680px){
  .nav-v5{height:70px}
  .brand-symbol{width:38px;height:38px;border-width:4px}
  .brand-copy strong{font-size:16px}
  .brand-copy small{font-size:6px}
  .hero.hero-v5{padding-top:34px}
  .hero-v5-main{width:calc(100% - 28px)}
  .service-pill{
    border-radius:15px;
    gap:7px;
    line-height:1.45;
  }
  .hero-v5 h1{
    font-size:44px;
    margin-top:22px;
  }
  .hero-v5-copy>p{
    font-size:15px;
    line-height:1.65;
  }
  .hero-desktop-break{display:none}
  .hero-v5-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .hero-primary,.hero-whatsapp{
    width:100%;
    min-width:0;
  }
  .hero-trust{
    grid-template-columns:1fr 1fr;
    gap:22px 18px;
  }
  .hero-v5-visual{min-height:485px}
  .hero-person-wrap{
    width:94%;
    height:455px;
    border-radius:30px 30px 10px 10px;
  }
  .hud-ring-1{width:280px;height:280px;left:18%;top:42px}
  .hud-ring-2{width:235px;height:235px;left:24%;top:66px}
  .hud-ring-3{display:none}
  .hero-service-card{
    width:108px;
    min-height:95px;
    padding:10px 8px;
  }
  .hero-card-icon{
    width:34px;height:34px;
    font-size:22px;
    margin-bottom:5px;
  }
  .hero-service-card b{font-size:9px}
  .hero-card-repair{left:0;top:36px}
  .hero-card-software{left:1%;top:155px}
  .hero-card-sale{right:0;top:28px}
  .hero-card-auto{right:0;top:150px}
  .hero-card-ai{right:1%;top:272px}
  .hero-kpis{
    width:calc(100% - 28px);
    grid-template-columns:1fr 1fr;
  }
  .hero-kpis article{
    padding:14px 14px;
    gap:10px;
  }
  .kpi-icon{
    width:38px;height:38px;
    flex-basis:38px;
    font-size:22px;
  }
  .hero-kpis strong{font-size:15px}
}

@media(max-width:440px){
  .hero-v5 h1{font-size:39px}
  .hero-v5-visual{min-height:430px}
  .hero-person-wrap{
    width:100%;
    height:405px;
  }
  .hero-card-software,
  .hero-card-ai{display:none}
  .hero-card-repair{left:5px;top:32px}
  .hero-card-sale{right:5px;top:28px}
  .hero-card-auto{right:6px;top:145px}
  .hero-kpis{
    grid-template-columns:1fr;
  }
  .hero-kpis article,
  .hero-kpis article:nth-child(2){
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }
  .hero-kpis article:last-child{border-bottom:0}
}


/* =========================================================
   CONECTARA v6 - HERO HTML FIEL A LA REFERENCIA
   ========================================================= */

.hero-v5{display:none!important}

.hero.hero-v6{
  display:block;
  width:100%;
  padding:78px 0 22px;
  min-height:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 73% 25%,rgba(0,120,255,.17),transparent 28%),
    radial-gradient(circle at 92% 65%,rgba(0,200,255,.09),transparent 24%),
    linear-gradient(115deg,#010711 0%,#031225 48%,#062c52 100%);
}
.hero-v6:after{display:none}

.hero-v6-grid{
  position:absolute;
  inset:0;
  opacity:.10;
  background-image:
    linear-gradient(rgba(36,186,255,.14) 1px,transparent 1px),
    linear-gradient(90deg,rgba(36,186,255,.14) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,black 0%,transparent 88%);
}
.hero-v6-light{
  position:absolute;
  border-radius:50%;
  filter:blur(55px);
  pointer-events:none;
}
.light-a{
  width:480px;height:480px;
  right:4%;top:2%;
  background:rgba(0,112,255,.12);
}
.light-b{
  width:330px;height:330px;
  right:38%;bottom:3%;
  background:rgba(0,210,255,.05);
}

.hero-v6-shell{
  position:relative;
  z-index:3;
  width:min(1320px,calc(100% - 48px));
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(560px,1.06fr);
  gap:38px;
  align-items:center;
}

.hero-v6-copy{
  min-width:0;
  padding:28px 0 34px;
}
.service-pill-v6{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  padding:9px 15px;
  border-radius:999px;
  border:1px solid rgba(16,176,255,.65);
  background:rgba(2,17,31,.47);
  color:#23caff;
  font-size:11px;
  backdrop-filter:blur(8px);
}
.service-pill-v6 b{font-weight:700}
.service-pill-v6 i{font-style:normal;opacity:.55}
.pill-dot-v6{
  width:9px;height:9px;
  border-radius:50%;
  background:#1ee675;
  box-shadow:0 0 0 5px rgba(30,230,117,.08);
}

.hero-v6 h1{
  margin:28px 0 22px;
  font-size:clamp(50px,5.2vw,74px);
  line-height:.98;
  letter-spacing:-.055em;
  max-width:700px;
  color:#fff;
}
.hero-v6 h1 span{
  background:linear-gradient(90deg,#1385ff 0%,#13aeff 52%,#30dcff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-v6-copy>p{
  margin:0;
  color:#c6d2de;
  font-size:17px;
  line-height:1.78;
  max-width:650px;
}

.hero-v6-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:28px;
}
.hero-v6-primary{
  min-width:205px;
  padding:15px 22px;
  border-radius:13px;
  color:#00131f;
  background:linear-gradient(135deg,#24d8ff,#148cff);
  box-shadow:0 12px 35px rgba(0,156,255,.27);
}
.hero-v6-whatsapp{
  min-width:178px;
  padding:14px 21px;
  border:1px solid #00e1ce;
  border-radius:13px;
  color:white;
  background:rgba(1,12,24,.54);
}

.hero-v6-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:42px;
  max-width:650px;
}
.hero-v6-benefits article{min-width:0}
.benefit-box{
  width:43px;height:43px;
  display:grid;
  place-items:center;
  margin-bottom:11px;
  border:1px solid #118ef2;
  border-radius:12px;
  background:rgba(4,31,54,.55);
  color:#22c9ff;
  font-size:21px;
}
.hero-v6-benefits b{
  display:block;
  color:#fff;
  font-size:11px;
  line-height:1.25;
}
.hero-v6-benefits small{
  display:block;
  margin-top:5px;
  color:#90a5b8;
  font-size:9px;
  line-height:1.45;
}

.hero-v6-visual{
  position:relative;
  min-height:620px;
}
.tech-person-v6{
  position:absolute;
  right:5%;
  bottom:0;
  width:72%;
  height:590px;
  overflow:hidden;
  border-radius:46% 46% 12px 12px / 18% 18% 12px 12px;
  filter:drop-shadow(0 30px 55px rgba(0,0,0,.30));
  z-index:2;
}
.tech-person-v6 img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:50% 50%;
}
.person-fade-v6{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top,rgba(1,9,18,.46),transparent 27%),
    linear-gradient(to left,rgba(1,10,20,.10),transparent 25%);
}

.hero-v6-ring{
  position:absolute;
  border-radius:50%;
  border:2px solid rgba(0,175,255,.46);
  box-shadow:
    0 0 26px rgba(0,165,255,.24),
    inset 0 0 28px rgba(0,165,255,.14);
  z-index:1;
}
.ring-v6-1{width:380px;height:380px;left:27%;top:40px}
.ring-v6-2{width:325px;height:325px;left:31%;top:68px;border-style:dashed;opacity:.72}
.ring-v6-3{width:265px;height:265px;left:35%;top:100px;opacity:.38}

.spark{
  position:absolute;
  width:8px;height:8px;
  border-radius:50%;
  background:#28dcff;
  box-shadow:0 0 16px #28dcff;
  z-index:3;
}
.spark-1{left:43%;top:35px}
.spark-2{left:25%;top:190px}
.spark-3{right:7%;top:165px}

.floating-v6{
  position:absolute;
  z-index:5;
  width:132px;
  min-height:126px;
  padding:15px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius:14px;
  background:linear-gradient(145deg,rgba(7,43,79,.96),rgba(4,24,50,.95));
  border:1px solid rgba(0,157,255,.78);
  box-shadow:
    0 15px 38px rgba(0,0,0,.22),
    inset 0 0 25px rgba(0,120,255,.06);
  backdrop-filter:blur(10px);
}
.float-icon-v6{
  width:44px;height:44px;
  display:grid;
  place-items:center;
  margin-bottom:8px;
  color:#2ed6ff;
  font-size:28px;
}
.floating-v6 b{
  color:white;
  font-size:11px;
  line-height:1.28;
}

.floating-repair-v6{left:4%;top:78px}
.floating-software-v6{left:6%;top:274px}
.floating-sale-v6{right:1%;top:34px}
.floating-auto-v6{right:-1%;top:202px}
.floating-ai-v6{right:0;top:380px}

.hero-v6-kpis{
  position:relative;
  z-index:4;
  width:min(1320px,calc(100% - 48px));
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(0,139,226,.34);
  border-radius:16px;
  overflow:hidden;
  background:rgba(2,18,34,.86);
  backdrop-filter:blur(14px);
}
.hero-v6-kpis article{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  padding:18px 28px;
  border-right:1px solid rgba(255,255,255,.09);
}
.hero-v6-kpis article:last-child{border-right:0}
.kpi-v6-icon{
  width:50px;height:50px;
  flex:0 0 50px;
  display:grid;
  place-items:center;
  color:#1ea9ff;
  font-size:30px;
}
.hero-v6-kpis strong,
.hero-v6-kpis small{display:block}
.hero-v6-kpis strong{
  color:#fff;
  font:700 20px/1.05 Space Grotesk,Inter,sans-serif;
}
.hero-v6-kpis small{
  margin-top:5px;
  color:#9cb0c1;
  font-size:10px;
  line-height:1.35;
}

.hero-v6-scroll{
  position:relative;
  z-index:4;
  width:max-content;
  margin:12px auto 0;
  display:grid;
  justify-items:center;
  gap:3px;
  color:#a7bac9;
}
.hero-v6-scroll span{
  width:22px;height:30px;
  border:1px solid #2baeff;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#2baeff;
  font-size:13px;
}
.hero-v6-scroll small{font-size:9px}

@media(max-width:1220px){
  .hero-v6-shell{
    grid-template-columns:minmax(0,.95fr) minmax(500px,1.05fr);
    gap:24px;
  }
  .tech-person-v6{width:74%}
  .floating-v6{width:118px;min-height:112px}
}

@media(max-width:1000px){
  .hero-v6-shell{
    grid-template-columns:1fr;
    width:min(760px,calc(100% - 36px));
  }
  .hero-v6-copy{padding-bottom:10px}
  .hero-v6-visual{
    width:min(100%,700px);
    min-height:590px;
    margin:0 auto;
  }
  .tech-person-v6{
    left:50%;
    right:auto;
    transform:translateX(-50%);
    width:68%;
    height:555px;
  }
  .hero-v6-kpis{
    width:min(760px,calc(100% - 36px));
    grid-template-columns:1fr 1fr;
  }
  .hero-v6-kpis article:nth-child(2){border-right:0}
  .hero-v6-kpis article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}
}

@media(max-width:680px){
  .hero.hero-v6{padding-top:34px}
  .hero-v6-shell{width:calc(100% - 28px)}
  .service-pill-v6{
    border-radius:15px;
    line-height:1.45;
  }
  .hero-v6 h1{
    font-size:44px;
    margin-top:22px;
  }
  .hero-v6-copy>p{
    font-size:15px;
    line-height:1.65;
  }
  .desktop-only{display:none}
  .hero-v6-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .hero-v6-primary,
  .hero-v6-whatsapp{
    width:100%;
    min-width:0;
  }
  .hero-v6-benefits{
    grid-template-columns:1fr 1fr;
    gap:22px 18px;
  }
  .hero-v6-visual{min-height:485px}
  .tech-person-v6{
    width:82%;
    height:455px;
    border-radius:30px 30px 10px 10px;
  }
  .ring-v6-1{width:280px;height:280px;left:18%;top:42px}
  .ring-v6-2{width:235px;height:235px;left:24%;top:66px}
  .ring-v6-3{display:none}
  .floating-v6{
    width:106px;
    min-height:94px;
    padding:10px 8px;
  }
  .float-icon-v6{
    width:34px;height:34px;
    font-size:22px;
    margin-bottom:5px;
  }
  .floating-v6 b{font-size:9px}
  .floating-repair-v6{left:0;top:34px}
  .floating-software-v6{left:0;top:154px}
  .floating-sale-v6{right:0;top:28px}
  .floating-auto-v6{right:0;top:148px}
  .floating-ai-v6{right:0;top:268px}
  .hero-v6-kpis{
    width:calc(100% - 28px);
    grid-template-columns:1fr 1fr;
  }
  .hero-v6-kpis article{padding:14px}
  .kpi-v6-icon{
    width:38px;height:38px;
    flex-basis:38px;
    font-size:22px;
  }
  .hero-v6-kpis strong{font-size:15px}
}

@media(max-width:440px){
  .hero-v6 h1{font-size:39px}
  .hero-v6-visual{min-height:425px}
  .tech-person-v6{
    width:100%;
    height:400px;
  }
  .floating-software-v6,
  .floating-ai-v6{display:none}
  .floating-repair-v6{left:5px;top:30px}
  .floating-sale-v6{right:5px;top:28px}
  .floating-auto-v6{right:5px;top:145px}
  .hero-v6-kpis{grid-template-columns:1fr}
  .hero-v6-kpis article,
  .hero-v6-kpis article:nth-child(2){
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }
  .hero-v6-kpis article:last-child{border-bottom:0}
}


/* =========================================================
   CONECTARA v7
   Composición derecha completa como imagen.
   Todo lo adaptable/comercial permanece en HTML.
   ========================================================= */

.hero-v6,
.hero-v5,
.hero-html,
.hero-showcase{display:none!important}

.hero.hero-v7{
  display:block;
  width:100%;
  padding:72px 0 20px;
  min-height:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 74% 28%,rgba(0,105,255,.17),transparent 30%),
    radial-gradient(circle at 92% 69%,rgba(0,185,255,.08),transparent 25%),
    linear-gradient(115deg,#010711 0%,#031225 48%,#062b50 100%);
}
.hero-v7:after{display:none}

.hero-v7-grid{
  position:absolute;
  inset:0;
  opacity:.10;
  background-image:
    linear-gradient(rgba(36,186,255,.14) 1px,transparent 1px),
    linear-gradient(90deg,rgba(36,186,255,.14) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,black 0%,transparent 88%);
}

.hero-v7-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(55px);
  pointer-events:none;
}
.glow-v7-a{
  width:470px;height:470px;
  right:5%;top:0;
  background:rgba(0,105,255,.11);
}
.glow-v7-b{
  width:340px;height:340px;
  right:38%;bottom:4%;
  background:rgba(0,210,255,.04);
}

.hero-v7-main{
  position:relative;
  z-index:3;
  width:min(1360px,calc(100% - 48px));
  display:grid;
  grid-template-columns:minmax(0,.91fr) minmax(600px,1.09fr);
  gap:18px;
  align-items:center;
}

.hero-v7-copy{
  min-width:0;
  padding:28px 0 34px;
}

.hero-v7-pill{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  padding:9px 15px;
  border-radius:999px;
  border:1px solid rgba(16,176,255,.65);
  background:rgba(2,17,31,.48);
  color:#23caff;
  font-size:11px;
  backdrop-filter:blur(8px);
}
.hero-v7-pill span{
  width:9px;height:9px;
  border-radius:50%;
  background:#1ee675;
  box-shadow:0 0 0 5px rgba(30,230,117,.08);
}
.hero-v7-pill b{font-weight:700}
.hero-v7-pill i{font-style:normal;opacity:.55}

.hero-v7 h1{
  margin:28px 0 22px;
  max-width:720px;
  font-size:clamp(50px,5.2vw,75px);
  line-height:.98;
  letter-spacing:-.055em;
  color:white;
}
.hero-v7 h1 span{
  background:linear-gradient(90deg,#1385ff 0%,#10adff 55%,#2fdcff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero-v7-copy>p{
  margin:0;
  max-width:660px;
  color:#c8d3df;
  font-size:17px;
  line-height:1.78;
}

.hero-v7-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:28px;
}
.hero-v7-primary{
  min-width:205px;
  padding:15px 22px;
  border-radius:13px;
  color:#00131f;
  background:linear-gradient(135deg,#24d8ff,#148cff);
  box-shadow:0 12px 35px rgba(0,156,255,.27);
}
.hero-v7-whatsapp{
  min-width:178px;
  padding:14px 21px;
  border:1px solid #00e1ce;
  border-radius:13px;
  color:#fff;
  background:rgba(1,12,24,.54);
}

.hero-v7-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:42px;
  max-width:650px;
}
.hero-v7-benefits article{min-width:0}
.hero-v7-benefits article>span{
  width:43px;height:43px;
  display:grid;
  place-items:center;
  margin-bottom:11px;
  border:1px solid #118ef2;
  border-radius:12px;
  background:rgba(4,31,54,.55);
  color:#22c9ff;
  font-size:21px;
}
.hero-v7-benefits b{
  display:block;
  color:white;
  font-size:11px;
  line-height:1.25;
}
.hero-v7-benefits small{
  display:block;
  margin-top:5px;
  color:#90a5b8;
  font-size:9px;
  line-height:1.45;
}

/* La composición de la derecha NO se recorta internamente. */
.hero-v7-visual{
  min-width:0;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.hero-v7-visual img{
  display:block;
  width:100%;
  max-width:760px;
  height:auto;
  object-fit:contain;
  border-radius:22px;
  box-shadow:0 28px 70px rgba(0,0,0,.22);
  mix-blend-mode:normal;
}

/* Suaviza el rectángulo contra el fondo sin recortar la imagen. */
.hero-v7-visual:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(to right,rgba(3,18,37,.42),transparent 8%),
    linear-gradient(to top,rgba(2,10,19,.28),transparent 10%);
  border-radius:22px;
}

.hero-v7-kpis{
  position:relative;
  z-index:4;
  width:min(1360px,calc(100% - 48px));
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(0,139,226,.34);
  border-radius:16px;
  overflow:hidden;
  background:rgba(2,18,34,.87);
  backdrop-filter:blur(14px);
}
.hero-v7-kpis article{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  padding:18px 28px;
  border-right:1px solid rgba(255,255,255,.09);
}
.hero-v7-kpis article:last-child{border-right:0}
.kpi-icon-v7{
  width:50px;height:50px;
  flex:0 0 50px;
  display:grid;
  place-items:center;
  color:#1ea9ff;
  font-size:30px;
}
.hero-v7-kpis strong,
.hero-v7-kpis small{display:block}
.hero-v7-kpis strong{
  color:white;
  font:700 20px/1.05 Space Grotesk,Inter,sans-serif;
}
.hero-v7-kpis small{
  margin-top:5px;
  color:#9cb0c1;
  font-size:10px;
  line-height:1.35;
}

.hero-v7-scroll{
  position:relative;
  z-index:4;
  width:max-content;
  margin:12px auto 0;
  display:grid;
  justify-items:center;
  gap:3px;
  color:#a7bac9;
}
.hero-v7-scroll span{
  width:22px;height:30px;
  border:1px solid #2baeff;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#2baeff;
  font-size:13px;
}
.hero-v7-scroll small{font-size:9px}

@media(max-width:1220px){
  .hero-v7-main{
    grid-template-columns:minmax(0,.95fr) minmax(520px,1.05fr);
    gap:16px;
  }
  .hero-v7 h1{
    font-size:clamp(48px,5vw,67px);
  }
}

@media(max-width:1000px){
  .hero-v7-main{
    width:min(800px,calc(100% - 36px));
    grid-template-columns:1fr;
    gap:28px;
  }
  .hero-v7-copy{
    padding-bottom:0;
  }
  .hero-v7-visual{
    max-width:760px;
    margin:0 auto;
  }
  .hero-v7-visual img{
    max-width:100%;
  }
  .hero-v7-kpis{
    width:min(800px,calc(100% - 36px));
    grid-template-columns:1fr 1fr;
  }
  .hero-v7-kpis article:nth-child(2){border-right:0}
  .hero-v7-kpis article:nth-child(-n+2){
    border-bottom:1px solid rgba(255,255,255,.09);
  }
}

@media(max-width:680px){
  .hero.hero-v7{
    padding-top:34px;
  }
  .hero-v7-main{
    width:calc(100% - 28px);
  }
  .hero-v7-pill{
    border-radius:15px;
    line-height:1.45;
  }
  .hero-v7 h1{
    margin-top:22px;
    font-size:44px;
  }
  .hero-v7-copy>p{
    font-size:15px;
    line-height:1.65;
  }
  .desktop-only{display:none}
  .hero-v7-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .hero-v7-primary,
  .hero-v7-whatsapp{
    width:100%;
    min-width:0;
  }
  .hero-v7-benefits{
    grid-template-columns:1fr 1fr;
    gap:22px 18px;
  }
  .hero-v7-visual{
    width:100%;
  }
  .hero-v7-visual img{
    width:100%;
    border-radius:16px;
  }
  .hero-v7-kpis{
    width:calc(100% - 28px);
    grid-template-columns:1fr 1fr;
  }
  .hero-v7-kpis article{
    padding:14px;
  }
  .kpi-icon-v7{
    width:38px;height:38px;
    flex-basis:38px;
    font-size:22px;
  }
  .hero-v7-kpis strong{font-size:15px}
}

@media(max-width:440px){
  .hero-v7 h1{font-size:39px}
  .hero-v7-kpis{
    grid-template-columns:1fr;
  }
  .hero-v7-kpis article,
  .hero-v7-kpis article:nth-child(2){
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }
  .hero-v7-kpis article:last-child{
    border-bottom:0;
  }
}


/* =========================================================
   CONECTARA v8
   Fondo tecnológico uniforme en todo el hero + imagen derecha limpia
   ========================================================= */

.hero-v7{display:none!important}

.hero.hero-v8{
  display:block;
  width:100%;
  padding:72px 0 20px;
  overflow:hidden;
  background:
    radial-gradient(circle at 70% 28%,rgba(0,120,255,.18),transparent 27%),
    radial-gradient(circle at 92% 62%,rgba(0,170,255,.08),transparent 24%),
    radial-gradient(circle at 45% 42%,rgba(0,110,255,.045),transparent 23%),
    linear-gradient(115deg,#010711 0%,#020d1a 33%,#04162a 60%,#062d52 100%);
}
.hero-v8:after{display:none}

/* Red tecnológica extendida a todo el hero. */
.hero-v8-grid{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.34;
  background-image:
    radial-gradient(circle,rgba(26,149,255,.55) 1px,transparent 1.8px),
    linear-gradient(115deg,transparent 48%,rgba(0,133,255,.13) 49%,transparent 50%),
    linear-gradient(25deg,transparent 48%,rgba(0,133,255,.09) 49%,transparent 50%);
  background-size:
    110px 88px,
    220px 180px,
    260px 210px;
  background-position:
    20px 25px,
    0 0,
    80px 20px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.95),rgba(0,0,0,.55) 80%,transparent 100%);
}

/* Líneas adicionales tipo red, sin usar ninguna imagen con texto. */
.hero-v8-grid:before,
.hero-v8-grid:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}
.hero-v8-grid:before{
  opacity:.26;
  background:
    linear-gradient(16deg,transparent 23%,rgba(0,120,255,.23) 23.2%,transparent 23.7%) 0 0/360px 250px,
    linear-gradient(154deg,transparent 41%,rgba(0,120,255,.18) 41.2%,transparent 41.7%) 120px 20px/390px 280px;
}
.hero-v8-grid:after{
  background:radial-gradient(circle at 72% 30%,rgba(0,170,255,.16),transparent 28%);
}

.hero-v8-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(58px);
  pointer-events:none;
}
.glow-v8-a{
  width:520px;height:520px;
  right:3%;top:-2%;
  background:rgba(0,105,255,.11);
}
.glow-v8-b{
  width:360px;height:360px;
  left:35%;bottom:2%;
  background:rgba(0,208,255,.035);
}

.hero-v8-main{
  position:relative;
  z-index:3;
  width:min(1360px,calc(100% - 48px));
  display:grid;
  grid-template-columns:minmax(0,.91fr) minmax(600px,1.09fr);
  gap:18px;
  align-items:center;
}
.hero-v8-copy{
  min-width:0;
  padding:28px 0 34px;
}
.hero-v8-pill{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  padding:9px 15px;
  border-radius:999px;
  border:1px solid rgba(16,176,255,.65);
  background:rgba(2,17,31,.48);
  color:#23caff;
  font-size:11px;
  backdrop-filter:blur(8px);
}
.hero-v8-pill span{
  width:9px;height:9px;
  border-radius:50%;
  background:#1ee675;
  box-shadow:0 0 0 5px rgba(30,230,117,.08);
}
.hero-v8-pill b{font-weight:700}
.hero-v8-pill i{font-style:normal;opacity:.55}

.hero-v8 h1{
  margin:28px 0 22px;
  max-width:720px;
  font-size:clamp(50px,5.2vw,75px);
  line-height:.98;
  letter-spacing:-.055em;
  color:white;
}
.hero-v8 h1 span{
  background:linear-gradient(90deg,#1385ff 0%,#10adff 55%,#2fdcff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-v8-copy>p{
  margin:0;
  max-width:660px;
  color:#c8d3df;
  font-size:17px;
  line-height:1.78;
}
.hero-v8-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:28px;
}
.hero-v8-primary{
  min-width:205px;
  padding:15px 22px;
  border-radius:13px;
  color:#00131f;
  background:linear-gradient(135deg,#24d8ff,#148cff);
  box-shadow:0 12px 35px rgba(0,156,255,.27);
}
.hero-v8-whatsapp{
  min-width:178px;
  padding:14px 21px;
  border:1px solid #00e1ce;
  border-radius:13px;
  color:#fff;
  background:rgba(1,12,24,.54);
}
.hero-v8-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:42px;
  max-width:650px;
}
.hero-v8-benefits article>span{
  width:43px;height:43px;
  display:grid;
  place-items:center;
  margin-bottom:11px;
  border:1px solid #118ef2;
  border-radius:12px;
  background:rgba(4,31,54,.55);
  color:#22c9ff;
  font-size:21px;
}
.hero-v8-benefits b{
  display:block;
  color:white;
  font-size:11px;
  line-height:1.25;
}
.hero-v8-benefits small{
  display:block;
  margin-top:5px;
  color:#90a5b8;
  font-size:9px;
  line-height:1.45;
}

/*
 La imagen conserva la composición completa de la derecha.
 Se difumina únicamente el borde izquierdo para integrarla con
 el mismo fondo del hero, pero NO se recorta internamente.
*/
.hero-v8-visual{
  min-width:0;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:visible;
}
.hero-v8-visual img{
  display:block;
  width:100%;
  max-width:790px;
  height:auto;
  object-fit:contain;
  border-radius:0;
  box-shadow:none;
  -webkit-mask-image:linear-gradient(to right,transparent 0%,black 7%,black 100%);
  mask-image:linear-gradient(to right,transparent 0%,black 7%,black 100%);
}

/* Sin overlay oscuro: conserva la calidad y brillo originales. */
.hero-v8-visual:after{display:none!important}

.hero-v8-kpis{
  position:relative;
  z-index:4;
  width:min(1360px,calc(100% - 48px));
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(0,139,226,.34);
  border-radius:16px;
  overflow:hidden;
  background:rgba(2,18,34,.86);
  backdrop-filter:blur(14px);
}
.hero-v8-kpis article{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  padding:18px 28px;
  border-right:1px solid rgba(255,255,255,.09);
}
.hero-v8-kpis article:last-child{border-right:0}
.kpi-icon-v8{
  width:50px;height:50px;
  flex:0 0 50px;
  display:grid;
  place-items:center;
  color:#1ea9ff;
  font-size:30px;
}
.hero-v8-kpis strong,
.hero-v8-kpis small{display:block}
.hero-v8-kpis strong{
  color:white;
  font:700 20px/1.05 Space Grotesk,Inter,sans-serif;
}
.hero-v8-kpis small{
  margin-top:5px;
  color:#9cb0c1;
  font-size:10px;
  line-height:1.35;
}
.hero-v8-scroll{
  position:relative;
  z-index:4;
  width:max-content;
  margin:12px auto 0;
  display:grid;
  justify-items:center;
  gap:3px;
  color:#a7bac9;
}
.hero-v8-scroll span{
  width:22px;height:30px;
  border:1px solid #2baeff;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#2baeff;
  font-size:13px;
}
.hero-v8-scroll small{font-size:9px}

@media(max-width:1220px){
  .hero-v8-main{
    grid-template-columns:minmax(0,.95fr) minmax(520px,1.05fr);
    gap:16px;
  }
  .hero-v8 h1{font-size:clamp(48px,5vw,67px)}
}
@media(max-width:1000px){
  .hero-v8-main{
    width:min(800px,calc(100% - 36px));
    grid-template-columns:1fr;
    gap:28px;
  }
  .hero-v8-copy{padding-bottom:0}
  .hero-v8-visual{
    max-width:760px;
    margin:0 auto;
  }
  .hero-v8-visual img{
    max-width:100%;
    -webkit-mask-image:linear-gradient(to right,transparent 0%,black 4%,black 100%);
    mask-image:linear-gradient(to right,transparent 0%,black 4%,black 100%);
  }
  .hero-v8-kpis{
    width:min(800px,calc(100% - 36px));
    grid-template-columns:1fr 1fr;
  }
  .hero-v8-kpis article:nth-child(2){border-right:0}
  .hero-v8-kpis article:nth-child(-n+2){
    border-bottom:1px solid rgba(255,255,255,.09);
  }
}
@media(max-width:680px){
  .hero.hero-v8{padding-top:34px}
  .hero-v8-main{width:calc(100% - 28px)}
  .hero-v8-pill{border-radius:15px;line-height:1.45}
  .hero-v8 h1{margin-top:22px;font-size:44px}
  .hero-v8-copy>p{font-size:15px;line-height:1.65}
  .hero-v8-actions{display:grid;grid-template-columns:1fr}
  .hero-v8-primary,
  .hero-v8-whatsapp{width:100%;min-width:0}
  .hero-v8-benefits{grid-template-columns:1fr 1fr;gap:22px 18px}
  .hero-v8-kpis{
    width:calc(100% - 28px);
    grid-template-columns:1fr 1fr;
  }
  .hero-v8-kpis article{padding:14px}
  .kpi-icon-v8{
    width:38px;height:38px;
    flex-basis:38px;
    font-size:22px;
  }
  .hero-v8-kpis strong{font-size:15px}
}
@media(max-width:440px){
  .hero-v8 h1{font-size:39px}
  .hero-v8-kpis{grid-template-columns:1fr}
  .hero-v8-kpis article,
  .hero-v8-kpis article:nth-child(2){
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }
  .hero-v8-kpis article:last-child{border-bottom:0}
}


/* =========================================================
   CONECTARA v9 - HERO FULL WIDTH + UNIFORM BACKGROUND
   ========================================================= */
.hero-v8{display:none!important}
.hero.hero-v9{
  display:block;width:100%;min-height:0;padding:58px 0 18px;overflow:hidden;
  background:
    radial-gradient(circle at 68% 30%,rgba(0,112,255,.18),transparent 30%),
    radial-gradient(circle at 90% 62%,rgba(0,175,255,.09),transparent 25%),
    linear-gradient(112deg,#010711 0%,#020d19 35%,#04152a 62%,#062d52 100%);
}
.hero-v9:after{display:none}
.hero-v9-grid{position:absolute;inset:0;pointer-events:none;opacity:.34;background-image:radial-gradient(circle,rgba(28,149,255,.64) 1px,transparent 1.7px),linear-gradient(27deg,transparent 49.25%,rgba(0,129,255,.12) 49.55%,transparent 49.85%),linear-gradient(153deg,transparent 49.25%,rgba(0,129,255,.10) 49.55%,transparent 49.85%);background-size:118px 94px,245px 205px,290px 235px;background-position:12px 18px,0 0,80px 32px;mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.9) 82%,transparent 100%)}
.hero-v9-grid:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 64% 31%,rgba(0,153,255,.12),transparent 26%),radial-gradient(circle at 37% 48%,rgba(0,105,255,.045),transparent 22%)}
.hero-v9-glow{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none}.glow-v9-a{width:560px;height:560px;right:-40px;top:-90px;background:rgba(0,105,255,.12)}.glow-v9-b{width:380px;height:380px;left:34%;bottom:-80px;background:rgba(0,205,255,.045)}
.hero-v9-main{position:relative;z-index:3;width:calc(100% - 64px);max-width:1760px;margin:0 auto;display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);gap:0;align-items:center}
.hero-v9-copy{min-width:0;padding:30px 0 34px 0}
.hero-v9-pill{display:inline-flex;align-items:center;flex-wrap:wrap;gap:9px;padding:9px 15px;border-radius:999px;border:1px solid rgba(16,176,255,.68);background:rgba(2,17,31,.56);color:#23caff;font-size:11px;backdrop-filter:blur(8px)}
.hero-v9-pill span{width:9px;height:9px;border-radius:50%;background:#1ee675;box-shadow:0 0 0 5px rgba(30,230,117,.08)}.hero-v9-pill b{font-weight:700}.hero-v9-pill i{font-style:normal;opacity:.55}
.hero-v9 h1{margin:28px 0 22px;max-width:760px;color:white;font-size:clamp(52px,5.35vw,84px);line-height:.97;letter-spacing:-.055em}.hero-v9 h1 span{background:linear-gradient(90deg,#1385ff 0%,#0caeff 55%,#2fdcff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-v9-copy>p{margin:0;max-width:680px;color:#c8d3df;font-size:18px;line-height:1.75}
.hero-v9-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}.hero-v9-primary{min-width:215px;padding:15px 23px;border-radius:13px;color:#00131f;background:linear-gradient(135deg,#24d8ff,#148cff);box-shadow:0 12px 35px rgba(0,156,255,.27)}.hero-v9-whatsapp{min-width:182px;padding:14px 22px;border:1px solid #00e1ce;border-radius:13px;color:#fff;background:rgba(1,12,24,.58)}
.hero-v9-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:42px;max-width:700px}.hero-v9-benefits article>span{width:44px;height:44px;display:grid;place-items:center;margin-bottom:11px;border:1px solid #118ef2;border-radius:12px;background:rgba(4,31,54,.58);color:#22c9ff;font-size:21px}.hero-v9-benefits b{display:block;color:white;font-size:11px;line-height:1.25}.hero-v9-benefits small{display:block;margin-top:5px;color:#90a5b8;font-size:9px;line-height:1.45}
.hero-v9-visual{position:relative;min-width:0;width:100%;align-self:stretch;display:flex;align-items:center;justify-content:flex-end;overflow:visible}
.hero-v9-visual:before{content:"";position:absolute;inset:5% 0 5% 0;z-index:-1;background:radial-gradient(ellipse at 68% 48%,rgba(0,111,255,.24),transparent 58%)}
.hero-v9-visual img{display:block;width:108%;max-width:none;height:auto;object-fit:contain;object-position:right center;border:0;border-radius:0;box-shadow:none;margin-right:-4%;-webkit-mask-image:radial-gradient(ellipse 78% 86% at 57% 50%,black 74%,transparent 100%);mask-image:radial-gradient(ellipse 78% 86% at 57% 50%,black 74%,transparent 100%)}
.hero-v9-visual:after{display:none!important}
.hero-v9-kpis{position:relative;z-index:4;width:calc(100% - 64px);max-width:1760px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(0,139,226,.36);border-radius:16px;overflow:hidden;background:rgba(2,18,34,.87);backdrop-filter:blur(14px)}
.hero-v9-kpis article{display:flex;align-items:center;gap:16px;min-width:0;padding:18px 30px;border-right:1px solid rgba(255,255,255,.09)}.hero-v9-kpis article:last-child{border-right:0}.kpi-icon-v9{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;color:#1ea9ff;font-size:30px}.hero-v9-kpis strong,.hero-v9-kpis small{display:block}.hero-v9-kpis strong{color:white;font:700 20px/1.05 Space Grotesk,Inter,sans-serif}.hero-v9-kpis small{margin-top:5px;color:#9cb0c1;font-size:10px;line-height:1.35}
.hero-v9-scroll{position:relative;z-index:4;width:max-content;margin:12px auto 0;display:grid;justify-items:center;gap:3px;color:#a7bac9}.hero-v9-scroll span{width:22px;height:30px;border:1px solid #2baeff;border-radius:12px;display:grid;place-items:center;color:#2baeff;font-size:13px}.hero-v9-scroll small{font-size:9px}
@media(max-width:1350px){.hero-v9-main,.hero-v9-kpis{width:calc(100% - 44px)}.hero-v9-main{grid-template-columns:minmax(0,44%) minmax(0,56%)}.hero-v9 h1{font-size:clamp(48px,5vw,70px)}.hero-v9-copy>p{font-size:16px}.hero-v9-visual img{width:105%;margin-right:-2%}}
@media(max-width:1000px){.hero-v9-main{width:min(880px,calc(100% - 36px));grid-template-columns:1fr;gap:24px}.hero-v9-copy{padding-bottom:0}.hero-v9-visual{width:100%;justify-content:center}.hero-v9-visual img{width:100%;margin:0;-webkit-mask-image:radial-gradient(ellipse 82% 90% at 50% 50%,black 76%,transparent 100%);mask-image:radial-gradient(ellipse 82% 90% at 50% 50%,black 76%,transparent 100%)}.hero-v9-kpis{width:min(880px,calc(100% - 36px));grid-template-columns:1fr 1fr}.hero-v9-kpis article:nth-child(2){border-right:0}.hero-v9-kpis article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}}
@media(max-width:680px){.hero.hero-v9{padding-top:34px}.hero-v9-main{width:calc(100% - 28px)}.hero-v9-pill{border-radius:15px;line-height:1.45}.hero-v9 h1{margin-top:22px;font-size:44px}.hero-v9-copy>p{font-size:15px;line-height:1.65}.hero-v9-actions{display:grid;grid-template-columns:1fr}.hero-v9-primary,.hero-v9-whatsapp{width:100%;min-width:0}.hero-v9-benefits{grid-template-columns:1fr 1fr;gap:22px 18px}.hero-v9-kpis{width:calc(100% - 28px);grid-template-columns:1fr 1fr}.hero-v9-kpis article{padding:14px}.kpi-icon-v9{width:38px;height:38px;flex-basis:38px;font-size:22px}.hero-v9-kpis strong{font-size:15px}}
@media(max-width:440px){.hero-v9 h1{font-size:39px}.hero-v9-kpis{grid-template-columns:1fr}.hero-v9-kpis article,.hero-v9-kpis article:nth-child(2){border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}.hero-v9-kpis article:last-child{border-bottom:0}}


/* =========================================================
   CONECTARA v10
   Fondo del MISMO ambiente visual en todo el hero.
   ========================================================= */

.hero-v9{display:none!important}

.hero.hero-v10{
  display:block;
  width:100%;
  min-height:0;
  padding:58px 0 20px;
  overflow:hidden;
  isolation:isolate;
  background:#020b16;
}
.hero-v10:after{display:none}

/*
  Fondo extraído de la misma referencia aprobada.
  Se desenfoca con fuerza para que no existan textos, tarjetas o personas
  reconocibles, pero conserva exactamente la paleta, luces y profundidad.
*/
.hero-v10-photo-bg{
  position:absolute;
  z-index:0;
  inset:-30px;
  background-image:url("hero-background-v10.jpg");
  background-size:cover;
  background-position:center 43%;
  filter:blur(24px) saturate(1.05);
  transform:scale(1.08);
  opacity:.52;
  pointer-events:none;
}
.hero-v10-photo-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(1,7,17,.87) 0%,rgba(1,9,20,.73) 37%,rgba(2,17,37,.34) 68%,rgba(2,15,32,.28) 100%),
    linear-gradient(to bottom,rgba(1,6,14,.30),rgba(1,8,18,.10) 55%,rgba(1,7,15,.38));
}

/* Red complementaria, ligera; ya no define el color del fondo. */
.hero-v10-grid{
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  opacity:.20;
  background-image:
    radial-gradient(circle,rgba(31,154,255,.6) 1px,transparent 1.7px),
    linear-gradient(27deg,transparent 49.25%,rgba(0,136,255,.12) 49.55%,transparent 49.85%),
    linear-gradient(153deg,transparent 49.25%,rgba(0,136,255,.10) 49.55%,transparent 49.85%);
  background-size:125px 98px,260px 215px,300px 245px;
}

.hero-v10-glow{
  position:absolute;
  z-index:1;
  border-radius:50%;
  filter:blur(64px);
  pointer-events:none;
}
.glow-v10-a{
  width:560px;height:560px;right:-70px;top:-110px;
  background:rgba(0,112,255,.11);
}
.glow-v10-b{
  width:420px;height:420px;left:34%;bottom:-120px;
  background:rgba(0,207,255,.04);
}

/* Full-width real: solo dejamos margen de seguridad. */
.hero-v10-main{
  position:relative;
  z-index:3;
  width:calc(100% - 64px);
  max-width:1760px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,42%) minmax(0,58%);
  gap:0;
  align-items:center;
}

.hero-v10-copy{
  min-width:0;
  padding:34px 28px 36px 14px;
}
.hero-v10-pill{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  padding:9px 15px;
  border-radius:999px;
  border:1px solid rgba(16,176,255,.69);
  background:rgba(2,17,31,.62);
  color:#23caff;
  font-size:11px;
  backdrop-filter:blur(8px);
}
.hero-v10-pill span{
  width:9px;height:9px;border-radius:50%;
  background:#1ee675;
  box-shadow:0 0 0 5px rgba(30,230,117,.08);
}
.hero-v10-pill b{font-weight:700}
.hero-v10-pill i{font-style:normal;opacity:.55}

.hero-v10 h1{
  margin:28px 0 22px;
  max-width:760px;
  color:white;
  font-size:clamp(52px,5.25vw,82px);
  line-height:.97;
  letter-spacing:-.055em;
}
.hero-v10 h1 span{
  background:linear-gradient(90deg,#1385ff 0%,#0caeff 55%,#2fdcff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-v10-copy>p{
  margin:0;
  max-width:670px;
  color:#d0d9e3;
  font-size:18px;
  line-height:1.72;
}

.hero-v10-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:28px;
}
.hero-v10-primary{
  min-width:220px;
  padding:15px 23px;
  border-radius:13px;
  color:#00131f;
  background:linear-gradient(135deg,#24d8ff,#148cff);
  box-shadow:0 12px 36px rgba(0,156,255,.28);
}
.hero-v10-whatsapp{
  min-width:184px;
  padding:14px 22px;
  border:1px solid #00e1ce;
  border-radius:13px;
  color:#fff;
  background:rgba(1,12,24,.64);
}

.hero-v10-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:40px;
  max-width:700px;
}
.hero-v10-benefits article>span{
  width:44px;height:44px;
  display:grid;
  place-items:center;
  margin-bottom:11px;
  border:1px solid #118ef2;
  border-radius:12px;
  background:rgba(4,31,54,.66);
  color:#22c9ff;
  font-size:21px;
}
.hero-v10-benefits b{
  display:block;
  color:white;
  font-size:11px;
  line-height:1.25;
}
.hero-v10-benefits small{
  display:block;
  margin-top:5px;
  color:#a0b1c1;
  font-size:9px;
  line-height:1.45;
}

/*
  La composición derecha se muestra COMPLETA.
  Ya no intentamos cortar para "hacerla encajar".
  El fondo común v10 hace que sus bordes se pierdan de manera natural.
*/
.hero-v10-visual{
  position:relative;
  min-width:0;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:visible;
}
.hero-v10-visual img{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  object-fit:contain;
  object-position:right center;
  border:0;
  border-radius:0;
  box-shadow:none;

  /* Fusión suave solo en bordes, no sobre el contenido central. */
  -webkit-mask-image:
    linear-gradient(to right,
      transparent 0%,
      rgba(0,0,0,.45) 2.5%,
      black 7%,
      black 97%,
      rgba(0,0,0,.92) 100%);
  mask-image:
    linear-gradient(to right,
      transparent 0%,
      rgba(0,0,0,.45) 2.5%,
      black 7%,
      black 97%,
      rgba(0,0,0,.92) 100%);
}
.hero-v10-visual:after{display:none!important}

/* KPIs casi de borde a borde, como la referencia. */
.hero-v10-kpis{
  position:relative;
  z-index:4;
  width:calc(100% - 64px);
  max-width:1760px;
  margin:2px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(0,139,226,.36);
  border-radius:16px;
  overflow:hidden;
  background:rgba(2,18,34,.89);
  backdrop-filter:blur(15px);
}
.hero-v10-kpis article{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  padding:18px 30px;
  border-right:1px solid rgba(255,255,255,.09);
}
.hero-v10-kpis article:last-child{border-right:0}
.kpi-icon-v10{
  width:50px;height:50px;flex:0 0 50px;
  display:grid;
  place-items:center;
  color:#1ea9ff;
  font-size:30px;
}
.hero-v10-kpis strong,.hero-v10-kpis small{display:block}
.hero-v10-kpis strong{
  color:white;
  font:700 20px/1.05 Space Grotesk,Inter,sans-serif;
}
.hero-v10-kpis small{
  margin-top:5px;
  color:#9cb0c1;
  font-size:10px;
  line-height:1.35;
}

.hero-v10-scroll{
  position:relative;
  z-index:4;
  width:max-content;
  margin:12px auto 0;
  display:grid;
  justify-items:center;
  gap:3px;
  color:#a7bac9;
}
.hero-v10-scroll span{
  width:22px;height:30px;
  border:1px solid #2baeff;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#2baeff;
  font-size:13px;
}
.hero-v10-scroll small{font-size:9px}

@media(max-width:1350px){
  .hero-v10-main,.hero-v10-kpis{width:calc(100% - 44px)}
  .hero-v10-main{grid-template-columns:minmax(0,44%) minmax(0,56%)}
  .hero-v10 h1{font-size:clamp(48px,5vw,70px)}
  .hero-v10-copy>p{font-size:16px}
}

@media(max-width:1000px){
  .hero-v10-main{
    width:min(860px,calc(100% - 36px));
    grid-template-columns:1fr;
    gap:24px;
  }
  .hero-v10-copy{padding:20px 0 0}
  .hero-v10-visual{
    width:100%;
    justify-content:center;
  }
  .hero-v10-visual img{
    width:100%;
    -webkit-mask-image:linear-gradient(to right,transparent 0%,black 4%,black 96%,transparent 100%);
    mask-image:linear-gradient(to right,transparent 0%,black 4%,black 96%,transparent 100%);
  }
  .hero-v10-kpis{
    width:min(860px,calc(100% - 36px));
    grid-template-columns:1fr 1fr;
  }
  .hero-v10-kpis article:nth-child(2){border-right:0}
  .hero-v10-kpis article:nth-child(-n+2){
    border-bottom:1px solid rgba(255,255,255,.09);
  }
}

@media(max-width:680px){
  .hero.hero-v10{padding-top:30px}
  .hero-v10-main{width:calc(100% - 28px)}
  .hero-v10-pill{border-radius:15px;line-height:1.45}
  .hero-v10 h1{margin-top:22px;font-size:44px}
  .hero-v10-copy>p{font-size:15px;line-height:1.65}
  .hero-v10-actions{display:grid;grid-template-columns:1fr}
  .hero-v10-primary,.hero-v10-whatsapp{width:100%;min-width:0}
  .hero-v10-benefits{grid-template-columns:1fr 1fr;gap:22px 18px}
  .hero-v10-visual img{width:108%;max-width:none;margin-left:-4%}
  .hero-v10-kpis{
    width:calc(100% - 28px);
    grid-template-columns:1fr 1fr;
  }
  .hero-v10-kpis article{padding:14px}
  .kpi-icon-v10{width:38px;height:38px;flex-basis:38px;font-size:22px}
  .hero-v10-kpis strong{font-size:15px}
}

@media(max-width:440px){
  .hero-v10 h1{font-size:39px}
  .hero-v10-kpis{grid-template-columns:1fr}
  .hero-v10-kpis article,
  .hero-v10-kpis article:nth-child(2){
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }
  .hero-v10-kpis article:last-child{border-bottom:0}
}


/* =========================================================
   CONECTARA v11 - Iconos WhatsApp SVG locales
   No dependen de Font Awesome, Bootstrap Icons ni fuentes externas.
   ========================================================= */
.wa-icon{
  width:20px;
  height:20px;
  display:inline-block;
  flex:0 0 20px;
  vertical-align:middle;
}
.nav-whatsapp,
.hero-v10-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
}
.nav-whatsapp .wa-icon,
.hero-v10-whatsapp .wa-icon{
  color:#25D366;
}
.contact-card-label{
  display:flex!important;
  align-items:center;
  gap:8px;
}
.contact-card-label .wa-icon{
  width:18px;
  height:18px;
  color:#25D366;
}
.whatsapp-float .wa-icon{
  width:30px;
  height:30px;
  color:#fff;
}


/* =========================================================
   CONECTARA v13 - AGENTE IA 24/7
   ========================================================= */

.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.ai-agent{
  position:fixed;
  right:24px;
  bottom:96px;
  z-index:1200;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
}

.ai-launch-wrap{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}

.ai-launch-label{
  display:grid;
  gap:1px;
  padding:9px 13px;
  border:1px solid rgba(24,169,255,.25);
  border-radius:13px;
  background:rgba(4,20,35,.94);
  color:white;
  box-shadow:0 12px 34px rgba(0,0,0,.22);
  backdrop-filter:blur(12px);
  transition:.2s ease;
}
.ai-launch-label strong{
  font-size:11px;
  line-height:1.3;
}
.ai-launch-label span{
  font-size:9px;
  color:#8ba5b9;
}

.ai-launcher{
  position:relative;
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border:1px solid rgba(67,214,255,.72);
  border-radius:20px;
  color:#fff;
  background:
    radial-gradient(circle at 35% 25%,rgba(63,225,255,.42),transparent 34%),
    linear-gradient(145deg,#0ca9ff,#0756db);
  box-shadow:
    0 15px 38px rgba(0,112,255,.34),
    0 0 0 6px rgba(18,157,255,.08);
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease;
}
.ai-launcher:hover{
  transform:translateY(-3px);
  box-shadow:
    0 18px 42px rgba(0,112,255,.42),
    0 0 0 7px rgba(18,157,255,.10);
}
.ai-launch-icon{
  width:35px;
  height:35px;
}
.ai-launch-pulse{
  position:absolute;
  right:-2px;
  top:-2px;
  width:13px;
  height:13px;
  border:2px solid #061928;
  border-radius:50%;
  background:#29dc7e;
  box-shadow:0 0 0 4px rgba(41,220,126,.13);
}

.ai-chat-panel{
  width:min(390px,calc(100vw - 32px));
  max-height:min(650px,calc(100vh - 145px));
  margin-bottom:13px;
  overflow:hidden;
  border:1px solid rgba(54,170,255,.28);
  border-radius:22px;
  background:#f8fbfd;
  box-shadow:0 30px 85px rgba(0,0,0,.34);
  transform-origin:bottom right;
}
.ai-chat-panel[hidden]{display:none}

.ai-chat-header{
  display:flex;
  align-items:center;
  gap:11px;
  padding:16px 17px;
  color:white;
  background:
    radial-gradient(circle at 85% 20%,rgba(41,200,255,.18),transparent 30%),
    linear-gradient(135deg,#061a2c,#083456);
}
.ai-agent-avatar{
  position:relative;
  flex:0 0 43px;
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  border:1px solid rgba(80,216,255,.45);
  border-radius:13px;
  color:#3bdcff;
  background:rgba(8,55,88,.68);
}
.ai-agent-avatar svg{
  width:29px;
  height:29px;
}
.ai-online-dot{
  position:absolute;
  right:-2px;
  bottom:-1px;
  width:11px;
  height:11px;
  border:2px solid #09243b;
  border-radius:50%;
  background:#28db7e;
}

.ai-chat-title{
  min-width:0;
  flex:1;
}
.ai-chat-title strong{
  display:block;
  font-size:13px;
}
.ai-chat-title span{
  display:flex;
  align-items:center;
  gap:5px;
  margin-top:3px;
  color:#9ab7cb;
  font-size:9px;
}
.ai-chat-title span i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#28db7e;
}
.ai-close{
  flex:0 0 38px;
  width:38px;
  height:38px;
  border:0;
  border-radius:10px;
  background:rgba(255,255,255,.06);
  color:#cadbe7;
  font-size:26px;
  line-height:1;
}
.ai-close:hover{
  color:#fff;
  background:rgba(255,255,255,.11);
}

.ai-chat-body{
  min-height:285px;
  max-height:390px;
  overflow-y:auto;
  padding:18px 16px 12px;
  scroll-behavior:smooth;
}
.ai-chat-body::-webkit-scrollbar{width:6px}
.ai-chat-body::-webkit-scrollbar-thumb{
  border-radius:8px;
  background:#cad8e2;
}

.ai-message{
  display:flex;
  align-items:flex-end;
  gap:8px;
  margin-bottom:13px;
}
.ai-message-user{
  justify-content:flex-end;
}
.ai-message-avatar{
  flex:0 0 27px;
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#fff;
  background:linear-gradient(135deg,#109eff,#1dd5ff);
  font-size:10px;
  font-weight:800;
}
.ai-bubble{
  max-width:82%;
  padding:11px 13px;
  border-radius:15px 15px 15px 5px;
  color:#25384b;
  background:#eaf2f8;
  font-size:12px;
  line-height:1.55;
}
.ai-bubble p{
  margin:0 0 7px;
}
.ai-bubble p:last-child{margin-bottom:0}
.ai-message-user .ai-bubble{
  border-radius:15px 15px 5px 15px;
  color:#fff;
  background:linear-gradient(135deg,#0d8df2,#1371db);
}

.ai-quick-actions{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:7px 0 10px 35px;
}
.ai-quick-actions button{
  padding:8px 10px;
  border:1px solid #c7e6f8;
  border-radius:999px;
  color:#126da8;
  background:#f3fbff;
  font-size:9px;
  font-weight:700;
  cursor:pointer;
}
.ai-quick-actions button:hover{
  border-color:#5cc4ff;
  background:#e9f8ff;
}

.ai-typing{
  display:flex;
  align-items:center;
  gap:4px;
  padding:7px 18px 10px;
  color:#8ba0b1;
  background:#f8fbfd;
}
.ai-typing[hidden]{display:none}
.ai-typing span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#5e89a6;
  animation:aiTyping 1.1s infinite ease-in-out;
}
.ai-typing span:nth-child(2){animation-delay:.13s}
.ai-typing span:nth-child(3){animation-delay:.26s}
.ai-typing small{
  margin-left:5px;
  font-size:9px;
}
@keyframes aiTyping{
  0%,60%,100%{transform:translateY(0);opacity:.45}
  30%{transform:translateY(-4px);opacity:1}
}

.ai-chat-form{
  display:grid;
  grid-template-columns:1fr 44px;
  gap:8px;
  align-items:end;
  padding:11px 12px;
  border-top:1px solid #e1e9ef;
  background:#fff;
}
.ai-chat-form textarea{
  width:100%;
  min-height:44px;
  max-height:100px;
  resize:none;
  overflow-y:auto;
  padding:12px 13px;
  border:1px solid #d4e0e8;
  border-radius:13px;
  outline:0;
  color:#183044;
  background:#f7fafc;
  font-size:12px;
  line-height:1.45;
}
.ai-chat-form textarea:focus{
  border-color:#3caef1;
  box-shadow:0 0 0 3px rgba(31,159,236,.09);
}
.ai-send{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(135deg,#159ff5,#1068df);
  cursor:pointer;
}
.ai-send:disabled{
  cursor:not-allowed;
  opacity:.5;
}
.ai-send svg{
  width:21px;
  height:21px;
}

.ai-chat-footer{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:7px 10px;
  border-top:1px solid #eef2f5;
  color:#93a4b2;
  background:#fff;
  font-size:8px;
}

@media(max-width:680px){
  .ai-agent{
    right:14px;
    bottom:84px;
  }
  .ai-launch-label{display:none}
  .ai-launcher{
    width:56px;
    height:56px;
    border-radius:18px;
  }
  .ai-chat-panel{
    width:calc(100vw - 28px);
    max-height:calc(100vh - 125px);
  }
  .ai-chat-body{
    max-height:340px;
  }
  .whatsapp-float{
    right:14px;
    bottom:16px;
    width:55px;
    height:55px;
  }
}

@media(prefers-reduced-motion:reduce){
  .ai-typing span{animation:none}
  .ai-launcher{transition:none}
}


/* =========================================================
   CONECTARA v15 - ASISTENTE IA RESPONSIVE
   Desktop: ventana más alta
   Móvil: pantalla completa
   ========================================================= */

/* LAPTOPS Y ESCRITORIO */
@media (min-width: 681px){
  .ai-chat-panel{
    width:min(410px,calc(100vw - 48px));
    max-height:min(780px,calc(100vh - 120px));
  }

  .ai-chat-body{
    min-height:360px;
    max-height:500px;
  }
}

/* MÓVILES: chat en pantalla completa */
@media (max-width: 680px){
  body.ai-chat-open{
    overflow:hidden;
    touch-action:none;
  }

  .ai-agent{
    right:14px;
    bottom:84px;
  }

  .ai-agent.ai-fullscreen-open{
    position:fixed;
    inset:0;
    z-index:5000;
    width:100%;
    height:100vh;
    height:100dvh;
    right:auto;
    bottom:auto;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-panel{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    max-height:none;
    margin:0;
    display:flex;
    flex-direction:column;
    border:0;
    border-radius:0;
    box-shadow:none;
    background:#f8fbfd;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-header{
    flex:0 0 auto;
    padding:14px 15px;
    padding-top:max(14px,env(safe-area-inset-top));
  }

  .ai-agent.ai-fullscreen-open .ai-chat-body{
    flex:1 1 auto;
    min-height:0;
    max-height:none;
    overflow-y:auto;
    padding:16px 14px 12px;
    overscroll-behavior:contain;
  }

  .ai-agent.ai-fullscreen-open .ai-typing{
    flex:0 0 auto;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-form{
    flex:0 0 auto;
    padding:10px 12px;
    padding-bottom:max(10px,env(safe-area-inset-bottom));
    border-top:1px solid #dce6ed;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-footer{
    flex:0 0 auto;
    padding-bottom:max(7px,env(safe-area-inset-bottom));
  }

  .ai-agent.ai-fullscreen-open .ai-launch-wrap{
    display:none;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-title strong{
    font-size:14px;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-title span{
    font-size:10px;
  }

  .ai-agent.ai-fullscreen-open .ai-message-avatar{
    flex-basis:30px;
    width:30px;
    height:30px;
  }

  .ai-agent.ai-fullscreen-open .ai-bubble{
    max-width:88%;
    font-size:13px;
    line-height:1.55;
  }

  .ai-agent.ai-fullscreen-open .ai-quick-actions{
    margin-left:38px;
  }

  .ai-agent.ai-fullscreen-open .ai-quick-actions button{
    min-height:38px;
    font-size:10px;
    padding:9px 12px;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-form textarea{
    min-height:46px;
    font-size:16px; /* evita zoom automático en iOS */
  }

  .ai-agent.ai-fullscreen-open .ai-send{
    width:46px;
    height:46px;
  }
}

@media (max-width: 390px){
  .ai-agent.ai-fullscreen-open .ai-chat-header{
    padding-left:12px;
    padding-right:12px;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-body{
    padding-left:11px;
    padding-right:11px;
  }

  .ai-agent.ai-fullscreen-open .ai-bubble{
    max-width:90%;
  }
}


/* =========================================================
   CONECTARA v16 - TAMAÑO REAL DE LA CAJA DEL CHAT
   ========================================================= */

/* Escritorio / laptop:
   la CAJA COMPLETA del chat es más alta, no solo el cuerpo interno. */
@media (min-width: 681px){
  .ai-chat-panel{
    width:min(420px,calc(100vw - 48px)) !important;
    height:min(760px,calc(100dvh - 120px)) !important;
    max-height:none !important;
    display:flex !important;
    flex-direction:column !important;
    overflow:hidden !important;
  }

  .ai-chat-header{
    flex:0 0 auto !important;
  }

  .ai-chat-body{
    flex:1 1 auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow-y:auto !important;
  }

  .ai-typing{
    flex:0 0 auto !important;
  }

  .ai-chat-form{
    flex:0 0 auto !important;
  }

  .ai-chat-footer{
    flex:0 0 auto !important;
  }
}

/* Pantallas grandes: un poco más alta todavía */
@media (min-width: 1200px){
  .ai-chat-panel{
    height:min(800px,calc(100dvh - 105px)) !important;
  }
}

/* Móvil:
   la MISMA caja ocupa toda la pantalla, de borde a borde. */
@media (max-width: 680px){
  body.ai-chat-open{
    overflow:hidden !important;
  }

  .ai-agent.ai-fullscreen-open{
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100vh !important;
    height:100dvh !important;
    margin:0 !important;
    z-index:99999 !important;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-panel{
    position:absolute !important;
    inset:0 !important;
    width:100vw !important;
    height:100vh !important;
    height:100dvh !important;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    border:0 !important;
    border-radius:0 !important;
    display:flex !important;
    flex-direction:column !important;
    overflow:hidden !important;
    box-shadow:none !important;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-header{
    flex:0 0 auto !important;
    padding-top:max(14px,env(safe-area-inset-top)) !important;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-body{
    flex:1 1 auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow-y:auto !important;
  }

  .ai-agent.ai-fullscreen-open .ai-typing{
    flex:0 0 auto !important;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-form{
    flex:0 0 auto !important;
    padding-bottom:max(10px,env(safe-area-inset-bottom)) !important;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-footer{
    flex:0 0 auto !important;
    padding-bottom:max(7px,env(safe-area-inset-bottom)) !important;
  }

  .ai-agent.ai-fullscreen-open .ai-launch-wrap{
    display:none !important;
  }
}


/* =========================================================
   CONECTARA v17 - RESTAURAR BURBUJAS FLOTANTES
   WhatsApp + Asistente IA
   ========================================================= */

/* Burbuja IA visible cuando el chat está cerrado */
.ai-agent{
  z-index:2200 !important;
}

.ai-agent:not(.ai-fullscreen-open) .ai-launch-wrap{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

.ai-agent:not(.ai-fullscreen-open) .ai-launcher{
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

/* WhatsApp siempre visible, incluso con los cambios del chat */
.whatsapp-float{
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  position:fixed !important;
  z-index:2190 !important;
}

/* Desktop / laptop: ambas burbujas alineadas a la derecha */
@media (min-width:681px){
  .ai-agent{
    right:24px !important;
    bottom:98px !important;
  }

  .whatsapp-float{
    right:27px !important;
    bottom:22px !important;
  }

  .ai-agent.ai-fullscreen-open .ai-launch-wrap{
    display:flex !important;
  }
}

/* Móvil: ambas burbujas visibles cuando el chat está cerrado */
@media (max-width:680px){
  .ai-agent:not(.ai-fullscreen-open){
    position:fixed !important;
    right:14px !important;
    bottom:84px !important;
    left:auto !important;
    top:auto !important;
    width:auto !important;
    height:auto !important;
  }

  .ai-agent:not(.ai-fullscreen-open) .ai-launch-wrap{
    display:flex !important;
  }

  .ai-agent:not(.ai-fullscreen-open) .ai-launch-label{
    display:none !important;
  }

  .whatsapp-float{
    right:14px !important;
    bottom:16px !important;
    width:55px !important;
    height:55px !important;
  }

  /* Solo al abrir el chat móvil ocultamos los launchers detrás
     de la interfaz fullscreen. Al cerrar reaparecen automáticamente. */
  .ai-agent.ai-fullscreen-open .ai-launch-wrap{
    display:none !important;
  }

  body.ai-chat-open .whatsapp-float{
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }
}


/* =========================================================
   CONECTARA v18 - VISIBILIDAD FINAL DE BURBUJAS
   ========================================================= */

.ai-agent{
  position:fixed;
  right:24px;
  bottom:98px;
  z-index:2200;
}

.ai-launch-wrap{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}

.ai-launcher{
  display:grid;
}

.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:2190;
  display:grid;
}

@media(max-width:680px){
  .ai-agent:not(.ai-fullscreen-open){
    right:14px;
    bottom:84px;
  }

  .whatsapp-float{
    right:14px;
    bottom:16px;
  }
}


/* =========================================================
   CONECTARA v19 - ALTURA EQUILIBRADA DEL CHAT
   Evita que el encabezado salga del viewport.
   ========================================================= */

/* Desktop y laptop estándar */
@media (min-width:681px){
  .ai-agent{
    right:24px !important;
    bottom:92px !important;
  }

  .ai-chat-panel{
    width:min(410px,calc(100vw - 48px)) !important;

    /* Nunca permitimos que la caja sea más alta que el espacio visible. */
    height:min(640px,calc(100dvh - 125px)) !important;
    max-height:calc(100dvh - 125px) !important;

    display:flex !important;
    flex-direction:column !important;
    overflow:hidden !important;
  }

  .ai-chat-header{
    flex:0 0 auto !important;
    min-height:76px;
  }

  .ai-chat-body{
    flex:1 1 auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow-y:auto !important;
  }

  .ai-typing,
  .ai-chat-form,
  .ai-chat-footer{
    flex:0 0 auto !important;
  }
}

/* Pantallas realmente altas: permitimos algo más de altura */
@media (min-width:681px) and (min-height:850px){
  .ai-chat-panel{
    height:min(700px,calc(100dvh - 130px)) !important;
    max-height:calc(100dvh - 130px) !important;
  }
}

/* Laptops de poca altura: compactamos un poco para que TODO se vea */
@media (min-width:681px) and (max-height:720px){
  .ai-agent{
    bottom:82px !important;
  }

  .ai-chat-panel{
    height:calc(100dvh - 105px) !important;
    max-height:calc(100dvh - 105px) !important;
  }

  .ai-chat-header{
    min-height:68px;
    padding-top:12px !important;
    padding-bottom:12px !important;
  }

  .ai-chat-body{
    padding-top:14px !important;
  }

  .ai-chat-footer{
    padding-top:5px !important;
    padding-bottom:5px !important;
  }
}

/* Móvil mantiene fullscreen */
@media (max-width:680px){
  .ai-agent.ai-fullscreen-open .ai-chat-panel{
    height:100dvh !important;
    max-height:100dvh !important;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-header{
    min-height:72px;
  }
}


/* =========================================================
   CONECTARA v20 - Estado cerrado del asistente
   ========================================================= */
.ai-chat-panel[hidden]{
  display:none !important;
}


/* =========================================================
   CONECTARA v21 - BURBUJAS FLOTANTES ESTABLES
   ========================================================= */

.ai-chat-panel[hidden]{
  display:none !important;
}

.ai-agent{
  position:fixed !important;
  right:24px !important;
  bottom:92px !important;
  z-index:2200 !important;
}

.ai-agent:not(.ai-fullscreen-open) .ai-launch-wrap{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

.ai-agent:not(.ai-fullscreen-open) .ai-launcher{
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

.whatsapp-float{
  position:fixed !important;
  right:24px !important;
  bottom:20px !important;
  z-index:2190 !important;
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

@media(max-width:680px){
  .ai-agent:not(.ai-fullscreen-open){
    right:14px !important;
    bottom:84px !important;
    left:auto !important;
    top:auto !important;
    width:auto !important;
    height:auto !important;
  }

  .ai-agent:not(.ai-fullscreen-open) .ai-launch-label{
    display:none !important;
  }

  .whatsapp-float{
    right:14px !important;
    bottom:16px !important;
  }

  .ai-agent.ai-fullscreen-open .ai-launch-wrap{
    display:none !important;
  }

  body.ai-chat-open .whatsapp-float{
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }
}


/* =========================================================
   CONECTARA v22 - TECLADO MÓVIL SIN ZOOM
   ========================================================= */
:root{
  --ai-visible-height:100dvh;
  --ai-visible-top:0px;
}

@media(max-width:680px){
  .ai-chat-form textarea,
  .ai-chat-form input,
  .ai-chat-form select{
    font-size:16px !important;
    line-height:1.35 !important;
  }

  .ai-agent.ai-fullscreen-open{
    top:var(--ai-visible-top) !important;
    bottom:auto !important;
    height:var(--ai-visible-height) !important;
    max-height:var(--ai-visible-height) !important;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-panel{
    top:0 !important;
    bottom:auto !important;
    height:var(--ai-visible-height) !important;
    max-height:var(--ai-visible-height) !important;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-body{
    min-height:0 !important;
    overflow-y:auto !important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-form{
    position:relative !important;
    z-index:5;
    flex:0 0 auto !important;
    background:#fff;
  }

  .ai-agent.ai-fullscreen-open .ai-chat-footer{
    flex:0 0 auto !important;
  }
}

.ai-chat-form textarea{
  transform:none !important;
  zoom:1 !important;
}
