/* ==========================================================================
   SMI–México 2026 — Custom CSS (Home + Header + Footer + Servicios)
   Mood: Light NeoTech (premium, limpio, con contraste elegante)
   ========================================================================== */

/* -------------------------
   1) BASE + TOKENS (fallbacks)
------------------------- */
:root{
  /* Brand */
  --brand: #1EB3D6;
  --board: #0A2A43;
  --board-2: #0E3B5B;

  /* Light UI */
  --bg: #ffffff;
  --ink: #0B0F14;
  --muted: rgba(11, 15, 20, .66);
  --muted-2: rgba(11, 15, 20, .52);

  /* Lines / surfaces */
  --line: rgba(11, 15, 20, .10);
  --line-2: rgba(11, 15, 20, .07);
  --card: rgba(255,255,255,.78);

  /* Radius / shadows */
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 28px;

  --sh-1: 0 10px 26px rgba(11, 15, 20, .08);
  --sh-2: 0 18px 48px rgba(11, 15, 20, .10);

  --brand-deep: #0A2A43;      /* Azul boardroom */
  --brand-deep-2: #0E3A5C;    /* Variación */
  --ink-strong: rgba(10,10,10,.92);
  --ink: rgba(10,10,10,.78);
  --ink-muted: rgba(10,10,10,.66);
}

*{ box-sizing: border-box; }
html, body{ margin:0; padding:0; }

body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: var(--ink);
  background:
    radial-gradient(1000px 600px at 75% 15%, rgba(30,179,214,.12), transparent 60%),
    radial-gradient(900px 600px at 10% 10%, rgba(30,179,214,.08), transparent 55%),
    linear-gradient(180deg, #ffffff, #fbfdff);
}

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

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

::selection{
  background: rgba(30,179,214,.18);
}

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

.page{
  padding-bottom: 44px;
}

.theme-light .smi-brand__logo--dark{ display:block; }
.theme-light .smi-brand__logo--light{ display:none; }

/* -------------------------
   2) TYPO (solo lo necesario)
------------------------- */
.home-kicker,
.smi-kicker{
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(11,15,20,.72);
}

.home-kicker::before,
.smi-kicker::before{
  content:"";
  width: 26px;
  height: 1px;
  background: rgba(11,15,20,.18);
}

h1,h2,h3{ margin:0; }
p{ margin:0; }

/* -------------------------
   3) BUTTONS (premium, sin “botón escolar”)
------------------------- */
.smi-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
  border: 1px solid transparent;
  cursor:pointer;
  user-select:none;
  white-space:nowrap;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.smi-btn:active{ transform: translateY(0px) scale(.99); }

.smi-btn--primary{
  background: linear-gradient(135deg, rgba(30,179,214,1), rgba(32,200,228,1));
  color: #071015;
  border-color: rgba(30,179,214,.35);
  box-shadow: 0 12px 26px rgba(30,179,214,.20);
}
.smi-btn--primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(30,179,214,.26);
}

.smi-btn--ghost{
  background: rgba(255,255,255,.76);
  border-color: var(--line);
  color: rgba(11,15,20,.90);
}
.smi-btn--ghost:hover{
  transform: translateY(-1px);
  border-color: rgba(30,179,214,.32);
  box-shadow: 0 10px 20px rgba(11,15,20,.08);
}

.smi-btn--full{ width:100%; }

/* -------------------------
   4) HEADER (partials/header.html)
------------------------- */
.smi-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-2);
}

.smi-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  padding: 14px 0;
}

.smi-brand{
  display:flex;
  align-items:center;
}

.smi-brand__logo{
  height: 65px;
  width:auto;
}

/* Nav */
.smi-nav{
  display:flex;
  align-items:center;
  gap: 8px;
  font-size: 14px;
  color: rgba(11,15,20,.72);
}

.smi-nav__link{
  padding: 10px 12px;
  border-radius: 999px;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
  border: 1px solid transparent;
}

.smi-nav__link:hover{
  background: rgba(30,179,214,.10);
  border-color: rgba(30,179,214,.18);
  color: rgba(11,15,20,.92);
}

.smi-header__actions{
  display:flex;
  align-items:center;
  gap: 10px;
}

/* Burger */
.smi-burger{
  display:none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.78);
  cursor:pointer;
  padding: 10px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.smi-burger:hover{
  border-color: rgba(30,179,214,.30);
  box-shadow: 0 10px 20px rgba(11,15,20,.08);
}
.smi-burger span{
  display:block;
  height: 2px;
  background: rgba(11,15,20,.72);
  margin: 5px 0;
  border-radius: 2px;
}

/* Mobile drawer */
.smi-mobile{ display:none; }
.smi-mobile.is-open{ display:block; }

.smi-mobile__panel{
  margin: 10px 0 18px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.88);
  box-shadow: var(--sh-1);
  padding: 14px;
}

.smi-mobile__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 6px 6px 12px;
  border-bottom: 1px solid var(--line-2);
}

.smi-mobile__close{
  border: 1px solid var(--line);
  background: rgba(255,255,255,.65);
  border-radius: 12px;
  width: 40px;
  height: 40px;
  cursor:pointer;
}

.smi-mobile__links{
  display:grid;
  gap: 6px;
  padding: 12px 4px;
}

.smi-mobile__link{
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid transparent;
  color: rgba(11,15,20,.78);
}

.smi-mobile__link:hover{
  border-color: rgba(30,179,214,.30);
  background: rgba(30,179,214,.08);
  color: rgba(11,15,20,.92);
}

.smi-mobile__cta{
  display:grid;
  gap: 10px;
  padding: 10px 4px 4px;
}

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

@media (max-width: 980px){
  .smi-nav{ display:none; }
  .smi-burger{ display:inline-block; }
  .smi-header__actions .smi-btn--ghost{ display:none; } /* más limpio en mobile */
}

/* -------------------------
   5) HOME — HERO (index.html actual con home-*)
------------------------- */
.home-hero{
  padding: 28px 0 0;
}

.home-hero__grid{
  border-radius: clamp(18px, 2vw, 34px);
  border: 1px solid var(--line-2);
  background:
    radial-gradient(900px 360px at 18% 10%, rgba(30,179,214,.16), transparent 62%),
    radial-gradient(700px 320px at 85% 20%, rgba(11,15,20,.06), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
  box-shadow: var(--sh-2);
  overflow:hidden;

  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 34px;
  padding: 46px 46px 54px;
  align-items:center;
}

@media (max-width: 980px){
  .home-hero__grid{
    grid-template-columns: 1fr;
    padding: 28px 22px 34px;
  }
}

.home-hero__copy{ max-width: 62ch; }

.home-hero__title{
  margin-top: 14px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.06;
  letter-spacing: -.02em;
  font-weight: 950;
  color: rgba(11,15,20,.94);
}

.home-accent{
  color: rgba(30,179,214,1);
  text-shadow: 0 10px 34px rgba(30,179,214,.18);
}

.home-hero__subtitle{
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}

.home-hero__cta{
  display:flex;
  gap: 12px;
  margin-top: 18px;
}
@media (max-width: 520px){
  .home-hero__cta{ flex-direction: column; }
}

.home-metaRow{
  margin-top: 16px;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  align-items:center;
  color: var(--muted-2);
  font-size: 13px;
}
.home-metaDot{ opacity:.8; }

/* Right card */
.home-heroCard{
  border-radius: var(--r-xl);
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 40px rgba(11,15,20,.08);
  position: relative;
  overflow:hidden;
  padding: 22px;
}

.home-heroCard::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(280px 220px at 78% 18%, rgba(30,179,214,.18), transparent 60%),
    radial-gradient(260px 220px at 22% 86%, rgba(30,179,214,.10), transparent 62%);
  pointer-events:none;
}

.home-heroCard > *{ position:relative; }

.home-heroCard__chrome{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.home-chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(30,179,214,.10);
  border: 1px solid rgba(30,179,214,.18);
  color: rgba(11,15,20,.76);
}

.home-heroCard__small{
  font-size: 12px;
  color: rgba(11,15,20,.52);
}

.home-heroCard__title{
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.01em;
  color: rgba(11,15,20,.92);
  margin-top: 8px;
}

.home-heroCard__desc{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(11,15,20,.66);
}

/* Pills list (chips tecnológicas) */
.home-tech{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  margin-top: 14px;
}
.home-tech span{
  font-size: 11px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(11,15,20,.10);
  background: rgba(255,255,255,.70);
  color: rgba(11,15,20,.68);
}

/* Controls */
.home-heroCard__controls{
  margin-top: 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}

.dots{
  display:flex;
  gap: 8px;
  align-items:center;
}
.dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(11,15,20,.18);
  background: rgba(255,255,255,.8);
  cursor:pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.dot:hover{
  transform: translateY(-1px);
  border-color: rgba(30,179,214,.30);
}
.dot.active{
  background: rgba(30,179,214,.86);
  border-color: rgba(30,179,214,.55);
}

.nav-btns{
  display:flex;
  gap: 10px;
}
.nav-btn{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(11,15,20,.10);
  background: rgba(255,255,255,.75);
  cursor:pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  color: rgba(11,15,20,.78);
}
.nav-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(30,179,214,.30);
  box-shadow: 0 10px 20px rgba(11,15,20,.08);
}

/* =========================
   HERO Full Carousel (Index)
========================= */

.hero{
  padding: 28px 0 18px;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(30,179,214,.16), rgba(255,255,255,0) 60%);
}

.hero-shell{
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 18px;
}

.hero-slider{
  position: relative;
  height: clamp(460px, 58vh, 620px);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #0b0f12;
}

@media (max-width: 768px){
  .hero-shell{
    min-height: auto;
    height: auto;
  }

  .hero-content{
    position: relative;
    padding: 96px 20px 40px;
    max-width: 100%;
  }

  .hero-badges{
    flex-wrap: wrap;
    gap: 8px;
  }
}


/* Cada slide usa --bg */
.hero-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .55s ease, transform .75s ease;
}
.hero-slide.is-active{
  opacity: 1;
  transform: scale(1);
}

/* Imagen full */
.hero-media{
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.12) contrast(1.06);
}

/* Overlay: aquí está la magia
   1) Gradiente lateral para texto
   2) Scrim general para normalizar contraste
   3) Vignette suave premium
*/
.hero-overlay{
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: var(--radius-2xl);
  background:
    /* Lateral (texto) */
    linear-gradient(90deg,
      rgba(10,10,10,.78) 0%,
      rgba(10,10,10,.64) 36%,
      rgba(10,10,10,.34) 62%,
      rgba(10,10,10,.08) 100%),
    /* Scrim general */
    radial-gradient(900px 520px at 70% 30%,
      rgba(30,179,214,.10),
      rgba(10,10,10,.06) 45%,
      rgba(10,10,10,.18) 100%),
    /* Vignette */
    radial-gradient(1400px 760px at 50% 40%,
      rgba(255,255,255,.02),
      rgba(10,10,10,.28) 70%,
      rgba(10,10,10,.46) 100%);
}

/* Contenido estable */
.hero-content{
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 640px;
  padding: 34px 34px 30px;
  border-radius: 22px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-ui);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-kicker{
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.70);
}

.hero-title{
  margin: 0 0 14px;
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.02;
  color: #FFFFFF;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.hero-title span{
  color: var(--c-blue);
}

.hero-subtitle{
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.86);
  max-width: 56ch;
}

/* Botones */
.hero-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:active{ transform: translateY(1px); }

.btn-primary{
  background: #1EB3D6;
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(30,179,214,.22);
}
.btn-primary:hover{
  transform: translateY(-1px);
  background: 0 22px 55px rgba(30,179,214,.28);
  color: rgb(193, 192, 194);
  box-shadow: 0 22px 55px rgba(30,179,214,.28);
}

.btn-ghost{
  background: rgba(255,255,255,.08);
  color: #FFFFFF;
  border-color: rgba(255,255,255,.18);
}
.btn-ghost:hover{
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
}

/* Badges */
.hero-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.badge{
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
}

/* Flechas */
.hero-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(10,10,10,.32);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero-nav--prev{ left: 16px; }
.hero-nav--next{ right: 16px; }
.hero-nav:hover{ background: rgba(10,10,10,.45); }

/* Dots */
.hero-dots{
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(10,10,10,.28);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.18);
  cursor: pointer;
}
.hero-dot.is-active{
  background: var(--c-blue);
  border-color: rgba(30,179,214,.65);
}

/* Responsive */
@media (max-width: 980px){
  .hero-content{
    left: 18px;
    right: 18px;
    max-width: none;
    padding: 26px;
  }
  .hero-slider{
    height: clamp(520px, 64vh, 680px);
  }
}

@media (max-width: 520px){
  .hero-actions .btn{
    width: 100%;
  }
  .hero-title{
    font-size: 34px;
  }
}






/* Botones (si ya tienes estilos btn, respeta; si no, estos funcionan) */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration:none;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:active{ transform: translateY(1px); }

.btn--primary{
  background:#1EB3D6;
  color:#0A0A0A;
  box-shadow: 0 14px 30px rgba(30,179,214,.25);
}
.btn--primary:hover{
  box-shadow: 0 18px 40px rgba(30,179,214,.32);
}

.btn--ghost{
  background: rgba(255,255,255,.72);
  color:#0A0A0A;
  border-color: rgba(10,10,10,.10);
}
.btn--ghost:hover{
  background: rgba(255,255,255,.88);
}

/* Chips */
.chip{
  display:inline-flex;
  align-items:center;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(10,10,10,.10);
  color: rgba(10,10,10,.75);
  font-size: 13px;
  font-weight: 600;
}

/* Controles carrusel */
.heroFull__nav{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.70);
  color: rgba(10,10,10,.70);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 22px;
  cursor:pointer;
  transition: background .2s ease, border-color .2s ease;
}
.heroFull__nav:hover{
  background: rgba(255,255,255,.88);
  border-color: rgba(30,179,214,.22);
}
.heroFull__nav--prev{ left: 18px; }
.heroFull__nav--next{ right: 18px; }

.heroFull__dots{
  position:absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display:flex;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.60);
  border: 1px solid rgba(10,10,10,.10);
}
.heroFull__dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(10,10,10,.20);
  background: rgba(10,10,10,.10);
  cursor:pointer;
}
.heroFull__dot.is-active{
  background: #1EB3D6;
  border-color: rgba(30,179,214,.35);
}

/* Marca de agua del icono (discreta) */
.heroFull__watermark{
  position:absolute;
  right: -60px;
  bottom: -80px;
  width: 520px;
  height: 520px;
  background: url('/assets/img/icon-smi.png') no-repeat center / contain;
  opacity: .06;
  filter: saturate(1.1);
  pointer-events:none;
}

/* Responsive */
@media (max-width: 900px){
  .heroFull{
    border-radius: 22px;
    margin: 14px 12px;
  }
  .heroFull__carousel{
    min-height: 560px;
  }
  .heroFull__content{
    padding: 56px 18px;
  }
  .heroFull__nav{
    display:none; /* en móvil: solo dots + swipe si quieres después */
  }
}

@media (max-width: 520px){
  .heroFull__carousel{
    min-height: 620px; /* más alto para texto */
  }
  .heroFull__subtitle{
    font-size: 16px;
  }
}


/* -------------------------
   6) SECCIONES (reutilizable para Home/Servicios)
------------------------- */
.section{
  padding: 54px 0 0;
}

.section-head{
  display:flex;
  flex-direction:column;
  gap: 10px;
  margin-bottom: 18px;
}

.section-head h2{
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.12;
  letter-spacing: -.01em;
  font-weight: 950;
  color: rgba(11,15,20,.94);
}

.section-head p{
  max-width: 80ch;
  color: var(--muted);
  line-height: 1.65;
}

/* Cards grid */
.cards{
  display:grid;
  gap: 14px;
  margin-top: 18px;
}
@media (min-width: 900px){
  .cards{ grid-template-columns: repeat(3, 1fr); }
}

.card{
  border-radius: var(--r-lg);
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.76);
  box-shadow: 0 14px 28px rgba(11,15,20,.06);
  padding: 18px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.card:hover{
  transform: translateY(-2px);
  border-color: rgba(30,179,214,.22);
  box-shadow: 0 18px 44px rgba(11,15,20,.10);
}

.card h3{
  font-size: 16px;
  font-weight: 950;
  color: rgba(11,15,20,.92);
  margin-bottom: 6px;
}

.card p{
  color: rgba(11,15,20,.66);
  line-height: 1.6;
  font-size: 13px;
}

/* -------------------------
   7) SERVICIOS (base para servicios.html)
------------------------- */
.page-hero{
  padding: 26px 0 0;
}

.page-hero__shell{
  border-radius: var(--r-xl);
  border: 1px solid var(--line-2);
  background:
    radial-gradient(900px 360px at 22% 10%, rgba(30,179,214,.14), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
  box-shadow: var(--sh-2);
  padding: 34px;
}

.services-grid{
  display:grid;
  gap: 14px;
  margin-top: 18px;
}
@media (min-width: 900px){
  .services-grid{ grid-template-columns: repeat(2, 1fr); }
}

.service-card{
  border-radius: var(--r-lg);
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 28px rgba(11,15,20,.06);
  padding: 18px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.service-card:hover{
  transform: translateY(-2px);
  border-color: rgba(30,179,214,.22);
  box-shadow: 0 18px 44px rgba(11,15,20,.10);
}

.service-card__top{
  display:flex;
  gap: 12px;
  align-items:flex-start;
}

.icon-badge{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(30,179,214,.22);
  background: rgba(30,179,214,.10);
  display:grid;
  place-items:center;
  flex: 0 0 42px;
}

.service-card h3{
  font-size: 16px;
  font-weight: 950;
  margin: 0 0 6px;
}
.service-card p{
  color: rgba(11,15,20,.66);
  line-height: 1.6;
  font-size: 13px;
}

/* =========================
   Footer — Minimal Dark
========================= */
.siteFooter{
  background: #0A0A0A;
  color: rgba(255,255,255,.78);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0 12px;
}

.siteFooter__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
}

.siteFooter__brand{
  display:flex;
  flex-direction:column;
  gap: 6px;
  min-width: 220px;
}

.siteFooter__logo{
  height: 65px;
  width: auto;
  display:block;
  opacity: .95;
}

.siteFooter__tagline{
  font-size: 12px;
  letter-spacing: .06em;
  color: rgba(255,255,255,.60);
}

.siteFooter__meta{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap: wrap;
  gap: 10px;
  text-align:right;
  font-size: 13px;
}

.siteFooter__sep{
  color: rgba(255,255,255,.30);
}

.siteFooter__link{
  color: rgba(255,255,255,.84);
  text-decoration:none;
  border-bottom: 1px solid transparent;
}
.siteFooter__link:hover{
  color: #1EB3D6;
  border-bottom-color: rgba(30,179,214,.45);
}

.siteFooter__linkMuted{
  color: rgba(255,255,255,.58);
  text-decoration:none;
  border-bottom: 1px solid transparent;
}
.siteFooter__linkMuted:hover{
  color: rgba(255,255,255,.84);
  border-bottom-color: rgba(255,255,255,.22);
}

.siteFooter__bottom{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  font-size: 12px;
  color: rgba(255,255,255,.58);
}

.siteFooter__top{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.72);
  text-decoration:none;
}
.siteFooter__top:hover{
  border-color: rgba(30,179,214,.28);
  color: rgba(255,255,255,.86);
}

/* Responsive */
@media (max-width: 760px){
  .siteFooter__inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .siteFooter__meta{
    justify-content:flex-start;
    text-align:left;
  }
  .siteFooter__bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* =========================
   SOLUCIONES — Product Showcase
========================= */

.page-title{
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 950;
  letter-spacing: -.02em;
  margin: 10px 0 10px;
  color: rgba(10,10,10,.92);
}
.page-subtitle{
  max-width: 90ch;
  line-height: 1.75;
  color: rgba(10,10,10,.68);
  margin: 0;
}

.hero-actions{
  display:flex; gap: 12px; flex-wrap: wrap; margin-top: 16px;
}

.pill-row{
  display:flex; gap: 10px; flex-wrap: wrap;
  margin-top: 16px;
}
.pill{
  display:inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.68);
  color: rgba(10,10,10,.74);
  text-decoration: none;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.pill:hover{
  transform: translateY(-1px);
  border-color: rgba(30,179,214,.25);
  background: rgba(30,179,214,.08);
}

.solution-grid{
  display: grid;
  gap: 18px;
  margin-top: 14px;
}

.solution-card{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  border-radius: var(--r-2xl);
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.74);
  box-shadow: var(--sh-1);
  padding: 16px;
  overflow: hidden;
  position: relative;
}

.solution-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(700px 260px at 20% 10%, rgba(30,179,214,.14), transparent 55%),
    radial-gradient(700px 260px at 85% 20%, rgba(30,179,214,.10), transparent 55%);
  pointer-events:none;
  opacity:.85;
}

.solution-media, .solution-content{ position: relative; z-index: 1; }

@media (max-width: 980px){
  .solution-card{ grid-template-columns: 1fr; }
}

.solution-frame{
  border-radius: 18px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.62);
  overflow:hidden;
}

.frame-top{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(10,10,10,.08);
  background: rgba(255,255,255,.70);
}
.dot{
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(10,10,10,.14);
}
.frame-title{
  margin-left: 6px;
  font-size: 12px;
  color: rgba(10,10,10,.62);
  font-weight: 800;
}

.frame-body{
  padding: 12px;
}

.mini-kpis{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 560px){
  .mini-kpis{ grid-template-columns: 1fr; }
}

.kpi{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.74);
}
.kpi span{
  display:block;
  font-size: 12px;
  color: rgba(10,10,10,.62);
}
.kpi strong{
  display:block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 950;
  color: rgba(10,10,10,.88);
}

.mini-chart{
  margin-top: 10px;

  border-radius: 14px;
  border: 1px dashed rgba(30,179,214,.35);
  background:
    linear-gradient(180deg, rgba(30,179,214,.08), transparent 55%),
    rgba(255,255,255,.55);
}

.mini-steps{
  display:grid;
  gap: 10px;
}
.step{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.74);
}
.stepDot{
  width: 10px; height: 10px; border-radius: 999px;
  margin-top: 6px;
  background: rgba(30,179,214,.90);
  box-shadow: 0 0 0 6px rgba(30,179,214,.12);
}
.step strong{
  display:block;
  font-weight: 950;
}
.step span{
  display:block;
  font-size: 12px;
  color: rgba(10,10,10,.62);
  margin-top: 4px;
}

.frame-note{
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(10,10,10,.55);
}

.solution-headline .tag{
  display:inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(30,179,214,.22);
  background: rgba(30,179,214,.08);
  font-size: 12px;
  font-weight: 900;
  color: rgba(10,10,10,.72);
}

.solution-headline h3{
  margin: 10px 0 6px;
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -.02em;
}

.solution-headline p{
  margin: 0;
  color: rgba(10,10,10,.68);
  line-height: 1.75;
  max-width: 80ch;
}

.solution-list{
  margin: 12px 0 10px;
  padding-left: 18px;
  color: rgba(10,10,10,.72);
  line-height: 1.75;
}
.solution-list li{ margin: 6px 0; }

.solution-tech{
  display:flex; flex-wrap: wrap; gap: 8px;
  margin-top: 10px;
}
.solution-tech span{
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.68);
  color: rgba(10,10,10,.72);
}

.solution-actions{
  display:flex; gap: 10px; flex-wrap: wrap;
  margin-top: 14px;
}

.cta-band{
  margin-top: 18px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-2xl);
  background: rgba(255,255,255,.74);
  box-shadow: var(--sh-1);
  padding: 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.cta-title{
  font-weight: 950;
  margin: 6px 0 6px;
}
.cta-actions{ display:flex; gap: 10px; flex-wrap: wrap; }

/* =========================
   PROYECTOS — Casos de éxito (Light NeoTech)
========================= */

.page-hero--projects .page-hero__shell{
  position: relative;
  overflow: hidden;
}

.page-hero--projects .page-hero__shell::after{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(900px 320px at 20% 0%, rgba(30,179,214,.16), transparent 55%),
    radial-gradient(900px 320px at 85% 10%, rgba(30,179,214,.10), transparent 55%);
  pointer-events:none;
  opacity:.9;
}

.section--tight{ padding-top: 12px; }

.kpi-strip{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 980px){
  .kpi-strip{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px){
  .kpi-strip{ grid-template-columns: 1fr; }
}

.kpi-chip{
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.75);
  border-radius: var(--r-xl);
  padding: 12px 14px;
  box-shadow: var(--sh-1);
}
.kpi-chip__label{
  display:block;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(10,10,10,.55);
}
.kpi-chip__value{
  display:block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 950;
  color: rgba(10,10,10,.88);
}

.case-grid{
  display: grid;
  gap: 18px;
  margin-top: 14px;
}

.case-card{
  border: 1px solid var(--line-2);
  border-radius: var(--r-2xl);
  background: rgba(255,255,255,.74);
  box-shadow: var(--sh-1);
  overflow: hidden;
  position: relative;
}

.case-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(900px 320px at 15% 10%, rgba(30,179,214,.14), transparent 55%),
    radial-gradient(900px 320px at 90% 30%, rgba(30,179,214,.10), transparent 55%);
  pointer-events:none;
  opacity:.85;
}

.case-card__top{
  position: relative;
  z-index: 1;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(10,10,10,.08);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  background: rgba(255,255,255,.72);
}

.case-badge{
  display:inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(30,179,214,.22);
  background: rgba(30,179,214,.08);
  font-size: 12px;
  font-weight: 950;
  color: rgba(10,10,10,.70);
}

.case-meta{
  display:flex;
  align-items:center;
  gap: 8px;
  color: rgba(10,10,10,.60);
  font-size: 13px;
}
.case-meta__dot{ opacity:.55; }

.case-card__body{
  position: relative;
  z-index: 1;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  padding: 16px;
}
@media (max-width: 980px){
  .case-card__body{ grid-template-columns: 1fr; }
}

.case-left h3{
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -.02em;
}

.case-panels{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}
@media (max-width: 680px){
  .case-panels{ grid-template-columns: 1fr; }
}

.case-panel{
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.70);
  border-radius: 18px;
  padding: 12px 12px;
}
.case-panel__title{
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(10,10,10,.55);
}
.case-panel__text{
  margin: 0;
  color: rgba(10,10,10,.70);
  line-height: 1.7;
  font-size: 14px;
}

.case-tech{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.case-tech span{
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.68);
  color: rgba(10,10,10,.72);
}

.case-frame{
  border-radius: 18px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.62);
  overflow:hidden;
}

.case-frame__top{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(10,10,10,.08);
  background: rgba(255,255,255,.70);
}
.case-frame__title{
  margin-left: 6px;
  font-size: 12px;
  color: rgba(10,10,10,.62);
  font-weight: 850;
}

.case-frame__body{ padding: 12px; }

.case-miniKpis{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 560px){
  .case-miniKpis{ grid-template-columns: 1fr; }
}

.miniStat{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.74);
}
.miniStat span{
  display:block;
  font-size: 12px;
  color: rgba(10,10,10,.62);
}
.miniStat strong{
  display:block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 950;
  color: rgba(10,10,10,.88);
}

.case-miniChart{
  margin-top: 10px;
  height: 120px;
  border-radius: 14px;
  border: 1px dashed rgba(30,179,214,.35);
  background:
    linear-gradient(180deg, rgba(30,179,214,.08), transparent 55%),
    rgba(255,255,255,.55);
}

.case-steps{ display:grid; gap: 10px; }
.stepRow{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.74);
}
.stepRow strong{ display:block; font-weight: 950; }
.stepRow span{
  display:block;
  font-size: 12px;
  color: rgba(10,10,10,.62);
  margin-top: 4px;
}

.case-frame__note{
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(10,10,10,.55);
}

.case-results{
  margin-top: 12px;
  border-radius: 18px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.70);
  padding: 12px;
}
.case-results__title{
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(10,10,10,.55);
}
.case-results ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(10,10,10,.72);
  line-height: 1.75;
}
.case-results li{ margin: 6px 0; }

.case-card__footer{
  position: relative;
  z-index: 1;
  padding: 14px 16px;
  border-top: 1px solid rgba(10,10,10,.08);
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  background: rgba(255,255,255,.72);
}

.cta-band--projects{
  margin-top: 18px;
}

/* =========================
   EMPRESA — Light NeoTech premium
========================= */

.page-hero--company .page-hero__shell{
  position: relative;
  overflow: hidden;
}
.page-hero--company .page-hero__shell::after{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(900px 360px at 16% 0%, rgba(30,179,214,.16), transparent 55%),
    radial-gradient(900px 360px at 90% 10%, rgba(30,179,214,.10), transparent 55%);
  pointer-events:none;
  opacity:.95;
}

.company-hero{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
}
@media (max-width: 980px){
  .company-hero{ grid-template-columns: 1fr; }
}

.trust-row{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
}
@media (max-width: 980px){
  .trust-row{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px){
  .trust-row{ grid-template-columns: 1fr; }
}

.trust-pill{
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.75);
  border-radius: var(--r-xl);
  padding: 12px 14px;
  box-shadow: var(--sh-1);
}
.trust-pill__k{
  display:block;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(10,10,10,.55);
}
.trust-pill__v{
  display:block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 950;
  color: rgba(10,10,10,.88);
}

.company-frame{
  border-radius: var(--r-2xl);
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.68);
  overflow: hidden;
  box-shadow: var(--sh-1);
}
.company-frame__top{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(10,10,10,.08);
  background: rgba(255,255,255,.75);
}
.company-frame__title{
  margin-left: 6px;
  font-size: 12px;
  color: rgba(10,10,10,.62);
  font-weight: 850;
}
.company-frame__body{ padding: 12px; }

.company-statgrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 520px){
  .company-statgrid{ grid-template-columns: 1fr; }
}

.company-stat{
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.74);
}
.company-stat .lbl{
  display:block;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(10,10,10,.55);
}
.company-stat .val{
  display:block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 950;
  color: rgba(10,10,10,.88);
}

.company-lines{
  margin-top: 10px;
  height: 120px;
  border-radius: 16px;
  border: 1px dashed rgba(30,179,214,.35);
  background:
    linear-gradient(180deg, rgba(30,179,214,.08), transparent 55%),
    rgba(255,255,255,.58);
}

.company-note{
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(10,10,10,.55);
  line-height: 1.6;
}

.company-badges{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.badge-soft{
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.68);
  color: rgba(10,10,10,.72);
}

.company-twoCol{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 12px;
}
@media (max-width: 980px){
  .company-twoCol{ grid-template-columns: 1fr; }
}

.company-card{
  border: 1px solid var(--line-2);
  border-radius: var(--r-2xl);
  background: rgba(255,255,255,.74);
  box-shadow: var(--sh-1);
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.company-card--highlight::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(900px 360px at 20% 0%, rgba(30,179,214,.14), transparent 55%),
    radial-gradient(900px 360px at 95% 30%, rgba(30,179,214,.10), transparent 55%);
  opacity:.85;
  pointer-events:none;
}

.card-kicker{
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(10,10,10,.55);
}
.company-card h3{
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.02em;
}

.timeline{
  margin-top: 12px;
  display:grid;
  gap: 10px;
}
.tl-item{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.72);
}
.tl-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(30,179,214,.85);
  box-shadow: 0 0 0 6px rgba(30,179,214,.10);
  margin-top: 6px;
  flex: 0 0 auto;
}
.tl-body strong{
  display:block;
  font-weight: 950;
  color: rgba(10,10,10,.86);
}
.tl-body span{
  display:block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(10,10,10,.62);
  line-height: 1.6;
}

.value-grid{
  margin-top: 10px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 520px){
  .value-grid{ grid-template-columns: 1fr; }
}
.value-item{
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.72);
}
.value-item strong{
  display:block;
  font-weight: 950;
  color: rgba(10,10,10,.86);
}
.value-item span{
  display:block;
  margin-top: 6px;
  font-size: 13px;
  color: rgba(10,10,10,.62);
  line-height: 1.6;
}

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

.section--alt{
  background: rgba(30,179,214,.04);
  border-top: 1px solid rgba(10,10,10,.06);
  border-bottom: 1px solid rgba(10,10,10,.06);
}

.mv-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 14px;
}
@media (max-width: 980px){
  .mv-grid{ grid-template-columns: 1fr; }
}

.mv-card{
  border: 1px solid var(--line-2);
  border-radius: var(--r-2xl);
  background: rgba(255,255,255,.74);
  box-shadow: var(--sh-1);
  padding: 16px;
}
.mv-card h3{
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -.02em;
}
.mv-card--accent{
  position: relative;
  overflow:hidden;
}
.mv-card--accent::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(900px 360px at 20% 0%, rgba(30,179,214,.14), transparent 55%),
    radial-gradient(900px 360px at 95% 30%, rgba(30,179,214,.10), transparent 55%);
  opacity:.85;
  pointer-events:none;
}
.mv-card--accent > *{ position: relative; z-index: 1; }

.mv-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(10,10,10,.72);
  line-height: 1.75;
}
.mv-list li{ margin: 8px 0; }

.leader-card{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap: 16px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-2xl);
  background: rgba(255,255,255,.74);
  box-shadow: var(--sh-1);
  padding: 16px;
  overflow: hidden;
}
@media (max-width: 980px){
  .leader-card{ grid-template-columns: 1fr; }
}

.leader-photo{
  border-radius: 18px;
  border: 1px solid rgba(10,10,10,.10);
  background:
    radial-gradient(500px 260px at 20% 0%, rgba(30,179,214,.14), transparent 55%),
    linear-gradient(180deg, rgba(10,10,10,.06), rgba(10,10,10,.02));
  min-height: 260px;
}

.leader-role{
  margin: 6px 0 10px;
  color: rgba(10,10,10,.62);
  font-weight: 750;
}

.leader-tags{
  margin-top: 12px;
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
}
.leader-tags span{
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.68);
  color: rgba(10,10,10,.72);
}

.leader-actions{
  margin-top: 14px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.note-soft{
  margin-top: 12px;
  border: 1px dashed rgba(30,179,214,.35);
  background: rgba(255,255,255,.62);
  border-radius: 16px;
  padding: 12px 14px;
  color: rgba(10,10,10,.60);
  font-size: 13px;
  line-height: 1.7;
}

.trust-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
}
@media (max-width: 980px){
  .trust-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px){
  .trust-grid{ grid-template-columns: 1fr; }
}
.trust-card{
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.74);
  border-radius: var(--r-xl);
  padding: 14px;
  box-shadow: var(--sh-1);
}
.trust-card strong{
  display:block;
  font-weight: 950;
  color: rgba(10,10,10,.86);
}
.trust-card span{
  display:block;
  margin-top: 8px;
  color: rgba(10,10,10,.62);
  font-size: 13px;
  line-height: 1.6;
}

.cta-band--company{
  margin-top: 16px;
}

/* =========================
   CONTACTO + BLOG — Light NeoTech premium
========================= */

.page-hero--contact .page-hero__shell,
.page-hero--blog .page-hero__shell{
  position: relative;
  overflow: hidden;
}
.page-hero--contact .page-hero__shell::after,
.page-hero--blog .page-hero__shell::after{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(980px 380px at 12% 0%, rgba(30,179,214,.16), transparent 58%),
    radial-gradient(980px 380px at 92% 10%, rgba(30,179,214,.10), transparent 58%);
  pointer-events:none;
  opacity:.95;
}

.contact-hero,
.blog-hero{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
}
@media (max-width: 980px){
  .contact-hero, .blog-hero{ grid-template-columns: 1fr; }
}

.contact-points{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}
@media (max-width: 980px){
  .contact-points{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px){
  .contact-points{ grid-template-columns: 1fr; }
}

.contact-point{
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.74);
  border-radius: var(--r-xl);
  padding: 12px 14px;
  box-shadow: var(--sh-1);
}
.contact-point strong{
  display:block;
  font-weight: 950;
  color: rgba(10,10,10,.86);
}
.contact-point span{
  display:block;
  margin-top: 8px;
  color: rgba(10,10,10,.62);
  font-size: 13px;
}
.contact-point a{ color: rgba(10,10,10,.78); text-decoration: none; }
.contact-point a:hover{ text-decoration: underline; }

.contact-panel{
  border-radius: var(--r-2xl);
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.72);
  overflow: hidden;
  box-shadow: var(--sh-1);
}
.contact-panel__top{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(10,10,10,.08);
  background: rgba(255,255,255,.78);
}
.contact-panel__title{
  margin-left: 6px;
  font-size: 12px;
  color: rgba(10,10,10,.62);
  font-weight: 850;
}

.contact-form{ padding: 14px; }
.form-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 700px){
  .form-grid{ grid-template-columns: 1fr; }
}

.field{
  display:flex;
  flex-direction: column;
  gap: 8px;
}
.field--full{ grid-column: 1 / -1; }

.field span{
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(10,10,10,.55);
}

.field input,
.field select,
.field textarea{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.86);
  padding: 12px 12px;
  font-size: 14px;
  color: rgba(10,10,10,.84);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea{ resize: vertical; min-height: 140px; }

.field input:focus,
.field select:focus,
.field textarea:focus{
  border-color: rgba(30,179,214,.55);
  box-shadow: 0 0 0 6px rgba(30,179,214,.12);
}

.form-actions{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.form-foot{ margin-top: 10px; }

.contact-sidecards{
  margin-top: 12px;
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.mini-card{
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.74);
  border-radius: var(--r-xl);
  padding: 12px 14px;
  box-shadow: var(--sh-1);
}
.mini-card strong{
  display:block;
  color: rgba(10,10,10,.86);
  font-weight: 950;
  margin-top: 6px;
}
.mini-card span{
  display:block;
  margin-top: 8px;
  color: rgba(10,10,10,.62);
  font-size: 13px;
  line-height: 1.6;
}

.map-shell{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
  margin-top: 12px;
}
@media (max-width: 980px){
  .map-shell{ grid-template-columns: 1fr; }
}

.map-placeholder{
  border-radius: var(--r-2xl);
  border: 1px dashed rgba(30,179,214,.35);
  background: rgba(255,255,255,.66);
  min-height: 320px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--sh-1);
}
.map-placeholder::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(900px 360px at 20% 0%, rgba(30,179,214,.12), transparent 58%),
    linear-gradient(180deg, rgba(10,10,10,.03), rgba(10,10,10,.01));
  opacity:.9;
}
.map-placeholder__inner{
  position: relative;
  z-index: 1;
  padding: 14px;
  max-width: 420px;
}

.map-details{
  display:grid;
  gap: 10px;
  align-content: start;
}
.map-detail{
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.74);
  border-radius: var(--r-xl);
  padding: 12px 14px;
  box-shadow: var(--sh-1);
}
.map-detail strong{
  display:block;
  font-weight: 950;
  color: rgba(10,10,10,.86);
}
.map-detail span{
  display:block;
  margin-top: 8px;
  color: rgba(10,10,10,.62);
  font-size: 13px;
  line-height: 1.6;
}
.map-detail a{ color: rgba(10,10,10,.78); text-decoration: none; }
.map-detail a:hover{ text-decoration: underline; }

.cta-band--contact, .cta-band--blog{
  margin-top: 12px;
}

/* BLOG */
.filters{
  margin-top: 12px;
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip{
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.70);
  color: rgba(10,10,10,.70);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.chip:hover{ border-color: rgba(30,179,214,.45); }
.chip--active{
  background: rgba(30,179,214,.14);
  border-color: rgba(30,179,214,.35);
  color: rgba(10,10,10,.78);
}

.featured-post{
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.74);
  border-radius: var(--r-2xl);
  padding: 16px;
  box-shadow: var(--sh-1);
  position: relative;
  overflow: hidden;
}
.featured-post::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(900px 360px at 20% 0%, rgba(30,179,214,.14), transparent 58%),
    radial-gradient(900px 360px at 90% 10%, rgba(30,179,214,.10), transparent 58%);
  opacity:.85;
  pointer-events:none;
}
.featured-post > *{ position: relative; z-index: 1; }

.featured-post__meta{
  display:flex;
  gap: 10px;
  align-items:center;
  margin-bottom: 10px;
}
.featured-post h3{
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.02em;
}
.featured-post__foot{
  margin-top: 12px;
  display:flex;
  justify-content: space-between;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
}

.blog-stats{
  margin-top: 12px;
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.blog-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 12px;
}
@media (max-width: 980px){
  .blog-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px){
  .blog-grid{ grid-template-columns: 1fr; }
}

.blog-card{
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.74);
  border-radius: var(--r-2xl);
  overflow: hidden;
  box-shadow: var(--sh-1);
  display:flex;
  flex-direction: column;
}
.blog-thumb{
  height: 140px;
  background:
    radial-gradient(700px 260px at 20% 0%, rgba(30,179,214,.18), transparent 60%),
    linear-gradient(180deg, rgba(10,10,10,.06), rgba(10,10,10,.02));
  border-bottom: 1px solid rgba(10,10,10,.08);
}
.blog-thumb--gov{ background:
  radial-gradient(700px 260px at 20% 0%, rgba(30,179,214,.18), transparent 60%),
  linear-gradient(180deg, rgba(10,10,10,.06), rgba(10,10,10,.02));
}
.blog-thumb--auto{ background:
  radial-gradient(700px 260px at 20% 0%, rgba(30,179,214,.16), transparent 60%),
  linear-gradient(180deg, rgba(10,10,10,.06), rgba(10,10,10,.02));
}
.blog-thumb--soft{ background:
  radial-gradient(700px 260px at 80% 0%, rgba(30,179,214,.16), transparent 60%),
  linear-gradient(180deg, rgba(10,10,10,.06), rgba(10,10,10,.02));
}
.blog-thumb--bi{ background:
  radial-gradient(700px 260px at 50% 0%, rgba(30,179,214,.16), transparent 60%),
  linear-gradient(180deg, rgba(10,10,10,.06), rgba(10,10,10,.02));
}
.blog-thumb--cloud{ background:
  radial-gradient(700px 260px at 30% 0%, rgba(30,179,214,.16), transparent 60%),
  linear-gradient(180deg, rgba(10,10,10,.06), rgba(10,10,10,.02));
}
.blog-thumb--cases{ background:
  radial-gradient(700px 260px at 70% 0%, rgba(30,179,214,.16), transparent 60%),
  linear-gradient(180deg, rgba(10,10,10,.06), rgba(10,10,10,.02));
}

.blog-card__body{ padding: 14px; }
.blog-meta{
  display:flex;
  justify-content: space-between;
  align-items:center;
  gap: 10px;
  margin-bottom: 10px;
}
.blog-card h3{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.02em;
}
.blog-actions{ margin-top: 10px; }
.link{
  color: rgba(10,10,10,.78);
  text-decoration: none;
  font-weight: 850;
}
.link:hover{ text-decoration: underline; }

/* Small button helper (si no existe ya) */
.smi-btn--sm{
  padding: 9px 12px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
}


*{ box-sizing: border-box; }
html,body{ margin:0; padding:0; }
body{
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 900px at 72% 18%, rgba(30,179,214,.12), transparent 62%),
    radial-gradient(1000px 700px at 18% 28%, rgba(30,179,214,.08), transparent 55%),
    linear-gradient(#ffffff, #f7fbff 35%, #ffffff);
}

a{ color: inherit; text-decoration: none; }
a:hover{ color: var(--brand); }

.container{
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.page{ padding-bottom: 40px; }

/* ---------- Header (se inyecta desde partial) ---------- */
.siteHeader{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.siteHeader__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
  gap: 18px;
}
.brand{
  display:flex;
  align-items:center;
  gap: 12px;
  min-width: 220px;
}
.brand img{ height: 65px; width:auto; display:block; }
.brand .tagline{
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}
.nav{
  display:flex;
  gap: 22px;
  align-items:center;
}
.nav a{
  font-size: 14px;
  color: rgba(10,10,10,.72);
  padding: 10px 8px;
  border-radius: 12px;
}
.nav a.is-active{
  color: #0A0A0A;
  background: rgba(30,179,214,.12);
  outline: 1px solid rgba(30,179,214,.18);
}

.headerCtas{
  display:flex;
  gap: 10px;
  align-items:center;
}
.menuBtn{
  display:none;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.8);
  border-radius: 12px;
  padding: 10px 12px;
  cursor:pointer;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 14px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:active{ transform: translateY(1px); }

.btn--primary{
  background: var(--brand);
  color: #0A0A0A;
  border-color: rgba(30,179,214,.45);
  box-shadow: 0 10px 30px rgba(30,179,214,.22);
}
.btn--primary:hover{
  box-shadow: 0 14px 40px rgba(30,179,214,.30);
}

.btn--ghost{
  background: rgba(255,255,255,.86);
}
.btn--soft{
  background: rgba(30,179,214,.10);
  border-color: rgba(30,179,214,.22);
}

/* ---------- Typography helpers ---------- */
.kicker{
  letter-spacing: .22em;
  font-size: 12px;
  color: rgba(10,10,10,.58);
  font-weight: 700;
  margin: 0 0 14px;
}
.h2{
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.10;
  margin: 0 0 12px;
}
.p{
  margin: 0 0 18px;
  color: rgba(10,10,10,.74);
  line-height: 1.65;
}
.muted{ color: var(--muted); }
.accent{ color: var(--brand); }

/* ---------- Hero ---------- */
.hero{
  padding: 34px 0 10px;
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: start;
}
.hero__title{
  font-size: clamp(40px, 4.8vw, 62px);
  line-height: 1.02;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.hero__subtitle{
  margin: 0 0 18px;
  color: rgba(10,10,10,.72);
  line-height: 1.70;
  font-size: 16px;
}
.hero__cta{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 14px 0 14px;
}
.metaRow{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.metaPill{
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(10,10,10,.08);
  font-size: 13px;
  font-weight: 700;
}
.metaText{ font-size: 13px; color: rgba(10,10,10,.62); }
.dot{ color: rgba(10,10,10,.35); }

/* ---------- Hero Visual / Carousel Card ---------- */
.cardGlow{
  border-radius: var(--radius);
  background:
    radial-gradient(800px 500px at 70% 10%, rgba(30,179,214,.18), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.55));
  border: 1px solid rgba(10,10,10,.10);
  box-shadow: var(--shadow);
  padding: 14px;
}
.carousel{
  position: relative;
  border-radius: calc(var(--radius) - 4px);
  background:
    radial-gradient(900px 520px at 20% 15%, rgba(10,10,10,.06), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.55));
  border: 1px solid rgba(10,10,10,.10);
  padding: 16px;
  overflow: hidden;
  min-height: 310px;
}
.wmIcon{
  position:absolute;
  inset:auto -80px -120px auto;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle at 30% 30%, rgba(30,179,214,.22), rgba(30,179,214,.05) 55%, transparent 70%);
  filter: blur(0.2px);
  opacity: .55;
  border-radius: 999px;
  pointer-events:none;
}

.carousel__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom: 12px;
}
.chip{
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(30,179,214,.12);
  border: 1px solid rgba(30,179,214,.20);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}
.carousel__hint{
  font-size: 12px;
  color: rgba(10,10,10,.42);
  letter-spacing: .16em;
  font-weight: 800;
}

.slide{
  display:none;
}
.slide.is-active{
  display:block;
}
.slide__tag{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(10,10,10,.06);
  border: 1px solid rgba(10,10,10,.10);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}
.slide__title{
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.slide__text{
  margin: 0 0 12px;
  color: rgba(10,10,10,.66);
  line-height: 1.60;
}
.tags{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag{
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(10,10,10,.10);
  font-size: 12px;
  color: rgba(10,10,10,.70);
}

.carousel__controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top: 14px;
}
.dots{
  display:flex;
  gap: 8px;
  align-items:center;
}
.dotBtn{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(10,10,10,.18);
  background: rgba(10,10,10,.10);
  cursor:pointer;
}
.dotBtn.is-active{
  background: var(--brand);
  border-color: rgba(30,179,214,.55);
}
.navBtns{ display:flex; gap: 10px; }
.iconBtn{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(10,10,10,.12);
  background: rgba(255,255,255,.82);
  cursor:pointer;
  font-size: 20px;
  line-height: 1;
}
.iconBtn:hover{
  border-color: rgba(30,179,214,.28);
  box-shadow: var(--shadow2);
}

.carousel__footer{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(10,10,10,.08);
  color: rgba(10,10,10,.52);
  font-size: 12px;
  line-height: 1.55;
}

/* ---------- Sections ---------- */
.section{
  padding: 56px 0;
}
.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.bullets{
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(10,10,10,.70);
  line-height: 1.75;
}
.actions{ margin-top: 18px; }

/* Panel visual */
.panel{
  border-radius: var(--radius);
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.70);
  box-shadow: var(--shadow2);
  padding: 18px;
}
.panel__title{
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.panel__text{
  color: rgba(10,10,10,.62);
  line-height: 1.65;
  margin-bottom: 16px;
}
.panel__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.miniCard{
  height: 98px;
  border-radius: 14px;
  border: 1px dashed rgba(10,10,10,.14);
  background: linear-gradient(180deg, rgba(30,179,214,.10), rgba(255,255,255,.55));
}

/* Cards */
.cards{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.card{
  border-radius: 18px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.70);
  box-shadow: var(--shadow2);
  padding: 18px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.card__title{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
}
.card__text{
  margin: 0 0 14px;
  color: rgba(10,10,10,.66);
  line-height: 1.60;
}
.card__link{
  font-weight: 800;
  color: rgba(10,10,10,.74);
}
.card__link:hover{ color: var(--brand); }

/* CTA */
.cta{
  padding: 36px 0 60px;
}
.cta__inner{
  border-radius: 22px;
  border: 1px solid rgba(10,10,10,.10);
  background:
    radial-gradient(900px 420px at 75% 20%, rgba(30,179,214,.20), transparent 55%),
    rgba(255,255,255,.75);
  box-shadow: var(--shadow);
  padding: 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
}
.cta__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px){
  .hero__grid{ grid-template-columns: 1fr; }
  .carousel{ min-height: 300px; }
  .split{ grid-template-columns: 1fr; }
  .cards{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px){
  .container{ width: min(1200px, calc(100% - 28px)); }
  .nav{ display:none; }
  .menuBtn{ display:inline-flex; }
  .cards{ grid-template-columns: 1fr; }
  .cta__inner{ flex-direction: column; align-items: flex-start; }
}

/* FIX: Botón ghost en HERO siempre visible (alto contraste) */
.hero .hero-content .btn--ghost,
.hero .hero-content .btn-ghost{
  background: rgba(255,255,255,.10);
  color: #FFFFFF;
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

.hero .hero-content .btn--ghost:hover,
.hero .hero-content .btn-ghost:hover{
  background: rgba(255,255,255,.16);
  border-color: rgba(30,179,214,.35);
  transform: translateY(-1px);
}

/* =========================================================
   ABOUT PRO (Premium Enterprise)
   ========================================================= */
.aboutPro{
  position: relative;
}
.aboutPro::before{
  content:"";
  position:absolute;
  inset:-40px 0 auto 0;
  height: 360px;
  pointer-events:none;
  background: radial-gradient(900px 380px at 20% 30%, rgba(30,179,214,.18), transparent 55%);
  opacity: .9;
}

.aboutPro__grid{
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
  align-items: start;
}

@media (max-width: 980px){
  .aboutPro__grid{
    grid-template-columns: 1fr;
    gap: 32px;
  }
}


.aboutPro__title{
  margin-top: 10px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.aboutPro__titleAccent{ color: var(--brand); }

.aboutPro__lead{
  margin-top: 12px;
  max-width: 62ch;
}

.aboutPro__badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.badgeP{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.72);
  font-weight: 700;
  font-size: 13px;
  color: rgba(10,10,10,.78);
  box-shadow: 0 10px 26px rgba(10,10,10,.06);
  border-color: rgba(10,42,67,.14);
}
.badgeP::before{
  content:"";
  width: 8px; height: 8px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(10,42,67,.12);
}

.aboutPro__points{
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
.pointP{
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.66);
  box-shadow: 0 16px 36px rgba(10,10,10,.07);
}
.pointP__icon{
  width: 38px; height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(10,10,10,.10);
  background:
    radial-gradient(16px 16px at 30% 30%, rgba(30,179,214,.35), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.55));
}
.pointP__title{
  font-weight: 900;
  letter-spacing: -0.01em;
  color: rgba(10,10,10,.90);
}
.pointP__text{
  margin-top: 3px;
  color: rgba(10,10,10,.68);
  font-size: 14px;
  line-height: 1.45;
}

.aboutPro__actions{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Showcase panel */
.showcaseP{
  border-radius: 22px;
  border: 1px solid rgba(10,10,10,.12);
  background:
    radial-gradient(800px 420px at 70% 10%, rgba(30,179,214,.22), transparent 55%),
    rgba(255,255,255,.72);
  box-shadow: 0 30px 70px rgba(10,10,10,.14);
  overflow: hidden;
  padding: 18px;
}

.showcaseP__kicker{
  margin: 0 0 6px 0;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(10,10,10,.55);
}

.showcaseP__title{
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 950;
  color: rgba(10,10,10,.90);
  max-width: 36ch; /* evita que se extienda demasiado */
}

/* Chip/tag: que se vea compacto y alineado */
.showcaseP__tag{
  margin-top: 2px;
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;

  border: 1px solid rgba(30,179,214,.22);
  border-color: rgba(10,42,67,.20);
  background: rgba(10,42,67,.08);
  color: rgba(10,42,67,.92);
}

/* Grid de cards */
.showcaseP__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 4px;
}


/* Tarjeta deliverable */
.deliverP{
  border-radius: 18px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 38px rgba(10,10,10,.08);

  padding: 14px 14px 14px 14px;
  min-height: 138px; /* uniforma alturas */
}

.deliverP__icon{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.85);
  margin-bottom: 10px;
}

.deliverP__title{
  margin: 0 0 6px 0;
  font-size: 15.5px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.01em;
  color: rgba(10,10,10,.92);
}

.deliverP__text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.48;
  color: rgba(10,10,10,.70);

  /* evita que se desborde visualmente */
  max-width: 44ch;
}

/* Nota inferior */
.showcaseP__foot{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(10,10,10,.08);
}

.microP{
  display: block;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 800;
  color: rgba(10,10,10,.62);
}

/* Responsive */
@media (max-width: 760px){
  .showcaseP__grid{
    grid-template-columns: 1fr;
  }
  .showcaseP__title{
    max-width: none;
  }
}

/* Sistema de iconos consistente */
.pointP__icon,
.deliverP__icon{
  position: relative;
  border: 1px solid rgba(10,42,67,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.60));
  box-shadow: 0 16px 30px rgba(10,10,10,.08);
  overflow: hidden;
}
.pointP__icon::after,
.deliverP__icon::after{
  content:"";
  position:absolute;
  inset: 9px;
  background: var(--board);
  opacity: .95;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

/* El glyph (icono) — color contrastante y coherente */
.pointP__icon::after,
.deliverP__icon::after{
  content:"";
  position:absolute;
  inset: 9px;
  background: var(--brand-deep);
  opacity: .95;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

/* ========= Point icons (3 items) ========= */

/* 1) Diagnóstico y plan accionable (icon: target/strategy) */
.aboutPro__points .pointP:nth-child(1) .pointP__icon{
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10A10.01 10.01 0 0 0 12 2Zm0 18a8 8 0 1 1 8-8a8.01 8.01 0 0 1-8 8Zm0-13a5 5 0 1 0 5 5a5.01 5.01 0 0 0-5-5Zm0 8a3 3 0 1 1 3-3a3 3 0 0 1-3 3Zm8.5-6.5l-3 1l-1-3l4-2Z'/%3E%3C/svg%3E");
}

/* 2) Gobierno, control y trazabilidad (icon: shield/check) */
.aboutPro__points .pointP:nth-child(2) .pointP__icon{
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l7 4v6c0 5-3 9-7 10c-4-1-7-5-7-10V6l7-4Zm3.2 7.3l-4 4l-2-2l-1.4 1.4l3.4 3.4l5.4-5.4l-1.4-1.4Z'/%3E%3C/svg%3E");
}

/* 3) Implementación con estándares (icon: gears/settings) */
.aboutPro__points .pointP:nth-child(3) .pointP__icon{
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M19.14 12.94a7.43 7.43 0 0 0 .05-.94a7.43 7.43 0 0 0-.05-.94l2.03-1.58a.5.5 0 0 0 .12-.64l-1.92-3.32a.5.5 0 0 0-.6-.22l-2.39.96a7.16 7.16 0 0 0-1.63-.94l-.36-2.54A.5.5 0 0 0 13.9 1h-3.8a.5.5 0 0 0-.49.42l-.36 2.54a7.16 7.16 0 0 0-1.63.94l-2.39-.96a.5.5 0 0 0-.6.22L2.7 7.48a.5.5 0 0 0 .12.64l2.03 1.58a7.43 7.43 0 0 0-.05.94a7.43 7.43 0 0 0 .05.94L2.82 14.5a.5.5 0 0 0-.12.64l1.92 3.32a.5.5 0 0 0 .6.22l2.39-.96c.5.38 1.05.7 1.63.94l.36 2.54a.5.5 0 0 0 .49.42h3.8a.5.5 0 0 0 .49-.42l.36-2.54c.58-.24 1.13-.56 1.63-.94l2.39.96a.5.5 0 0 0 .6-.22l1.92-3.32a.5.5 0 0 0-.12-.64l-2.03-1.56ZM12 15.5A3.5 3.5 0 1 1 15.5 12A3.5 3.5 0 0 1 12 15.5Z'/%3E%3C/svg%3E");
}
/* ========= Deliverable icons (4 items) ========= */

/* 1) Blueprint de Arquitectura (icon: layers/architecture) */
.showcaseP__grid .deliverP:nth-child(1) .deliverP__icon{
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l9 5l-9 5L3 7l9-5Zm0 8l9 5l-9 5l-9-5l9-5Zm0-6.1L6.2 7L12 10.1L17.8 7L12 3.9Zm0 8L6.2 15L12 18.1L17.8 15L12 11.9Z'/%3E%3C/svg%3E");
}

/* 2) Tablero Ejecutivo (KPIs) (icon: chart) */
.showcaseP__grid .deliverP:nth-child(2) .deliverP__icon{
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 19h16v2H2V3h2v16Zm2-2V9h3v8H6Zm5 0V5h3v12h-3Zm5 0v-6h3v6h-3Z'/%3E%3C/svg%3E");
}

/* 3) Automatización de Procesos (icon: flow) */
.showcaseP__grid .deliverP:nth-child(3) .deliverP__icon{
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 3h10v4H7V3Zm2 2v0h6V5H9ZM6 9h12v4H6V9Zm2 2h8v0H8Zm-1 6h10v4H7v-4Zm2 2h6v0H9Z'/%3E%3C/svg%3E");
}

/* 4) Modelo de Gobierno TI (icon: policy/shield) */
.showcaseP__grid .deliverP:nth-child(4) .deliverP__icon{
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l7 4v6c0 5-3 9-7 10c-4-1-7-5-7-10V6l7-4Zm-1 6h2v7h-2V8Zm0 9h2v2h-2v-2Z'/%3E%3C/svg%3E");
}
/* Panel right: bordes y sombras más boardroom */
.showcaseP{
  border-color: rgba(10,42,67,.16);
  box-shadow: 0 34px 74px rgba(10,42,67,.18);
}

/* Títulos más ink y con presencia */
.showcaseP__title,
.deliverP__title,
.pointP__title{
  color: var(--ink-strong);
}

/* Microcopy consistente */
.deliverP__text,
.pointP__text,
.aboutPro__lead{
  color: var(--ink-muted);
}

.showcaseP__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;

  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(10,10,10,.08);
}

/* =========================================================
   SERVICIOS — HERO con imagen (modifier, no rompe otras páginas)
   ========================================================= */

.page-hero__shell--withBg{
  position: relative;
  overflow: hidden;
  isolation: isolate; /* asegura capas correctas */
}

/* Capa imagen */
.page-hero__shell--withBg::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: var(--pageHeroBg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: saturate(1.08) contrast(1.05);
  opacity: .92;
  z-index: 0;
}

/* Overlay premium para legibilidad (boardroom + neotech) */
.page-hero__shell--withBg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    /* lateral para texto */
    linear-gradient(90deg,
      rgba(10,42,67,.82) 0%,
      rgba(10,42,67,.64) 38%,
      rgba(10,42,67,.28) 70%,
      rgba(10,42,67,.08) 100%),
    /* scrim global */
    radial-gradient(900px 420px at 20% 12%, rgba(30,179,214,.18), transparent 62%),
    /* vignette suave */
    radial-gradient(1200px 600px at 70% 30%, rgba(0,0,0,.22), transparent 55%);
  z-index: 1;
}

/* Contenido arriba de overlays */
.page-hero__shell--withBg .page-hero__content{
  position: relative;
  z-index: 2;
  max-width: 760px;
}

/* Texto en blanco sobre fondo */
.page-hero__shell--withBg .smi-kicker{
  color: rgba(255,255,255,.78);
}
.page-hero__shell--withBg h1{
  color: rgba(255,255,255,.96);
  text-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.page-hero__shell--withBg .muted{
  color: rgba(255,255,255,.78);
}

/* Ajuste de botones sobre fondo (sin cambiar estilos globales) */
.page-hero__shell--withBg .smi-btn--ghost{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.22);
  color: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
}
.page-hero__shell--withBg .smi-btn--ghost:hover{
  border-color: rgba(30,179,214,.55);
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
}

/* Imagen por solución – simple, sin estilo extra */
.solution-image {
  width: 100%;
  height: 260px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 12px;
}

.solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  
}


.solution-image img {
  object-fit: cover;
  object-position: center top; /* da más protagonismo a dashboards */
}

/* =========================================================
   EMPRESA — Ajustes NeoTech premium (solo empresa.html)
   ========================================================= */

/* Banner opcional por variable --hero-bg */
.page-hero--company{
  position: relative;
}
.page-hero--company::before{
  content:"";
  position:absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .22;            /* presencia sutil */
  pointer-events: none;
}
.page-hero--company .smi-container,
.page-hero--company .page-hero__shell{
  position: relative;
  z-index: 1;
}

/* Bullets de valor en HERO (estilo ejecutivo) */
.hero-bullets{
  margin: 14px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  max-width: 70ch;
}
.hero-bullets li{
  color: rgba(10,10,10,.72);
  line-height: 1.55;
}

/* Frame derecho: imagen real dentro del marco */
.company-media{
  margin-top: 12px;
  height: 250px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.65);
}
.company-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Badges: más consistentes y “boardroom” */
.company-badges .badge-soft{
  border-color: rgba(10,42,67,.18);
  background: rgba(10,42,67,.06);
  color: rgba(10,42,67,.92);
}

/* Responsive: orden y aire */
@media (max-width: 980px){
  .company-media{ height: 170px; }
}

/* =========================
   PROYECTOS – Media HERO
   ========================= */
.page-hero--projects .page-hero__shell{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.page-hero--projects .page-hero__media{
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(10, 42, 67, 0.10);
  background: rgba(255,255,255,0.55);
  box-shadow: 0 18px 40px rgba(10, 42, 67, 0.10);
}

.page-hero--projects .page-hero__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Responsive HERO */
@media (max-width: 980px){
  .page-hero--projects .page-hero__shell{
    grid-template-columns: 1fr;
  }
}

/* =========================
   PROYECTOS – Case Frame IMG 100%
   ========================= */
.page-hero--projects + .section .case-frame__body{
  padding: 0;                 /* quita padding que “recorta” */
  height: 360px;              /* alto consistente (ajustable) */
  overflow: hidden;
}

.case-frame__img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;          /* llena el contenedor completo */
}

/* En pantallas grandes, un poco más alto (look premium) */
@media (min-width: 1100px){
  .page-hero--projects + .section .case-frame__body{
    height: 420px;
  }
}

/* En móvil, baja el alto para no “comerse” el texto */
@media (max-width: 680px){
  .page-hero--projects + .section .case-frame__body{
    height: 260px;
  }
}

/* =========================
   CONTACTO — Panel Email (reemplaza form)
========================= */
.contact-email{
  padding: 16px 16px 14px;
}
.contact-email__title{
  margin: 0 0 6px 0;
  font-weight: 950;
  letter-spacing: -0.01em;
  font-size: 16px;
}
.contact-email__text{
  margin: 0 0 14px 0;
  color: rgba(10,10,10,.72);
  line-height: 1.6;
}
.contact-email__cta{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.contact-email__foot{
  padding-top: 10px;
  border-top: 1px solid rgba(10,10,10,.08);
}

/* =========================
   CONTACTO — Google Maps embed
========================= */
.map-embed{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(10,10,10,.10);
  background: rgba(255,255,255,.65);
  min-height: 360px;
}
.map-embed iframe{
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}
/* =========================================================
   CONTACTO — Banner por variable --hero-bg (igual que empresa)
   ========================================================= */

.page-hero--contact{
  position: relative;
}

/* Pinta la imagen definida en style="--hero-bg: url(...)" */
.page-hero--contact::before{
  content:"";
  position:absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .24;            /* presencia sutil (sube/baja a gusto) */
  pointer-events: none;
}

/* Asegura que el contenido quede arriba */
.page-hero--contact .smi-container,
.page-hero--contact .page-hero__shell{
  position: relative;
  z-index: 1;
}

/* =========================================================
   FIX RESPONSIVE — Evitar overflow horizontal en grids/flex
   ========================================================= */

/* Permite que columnas se contraigan correctamente */
.split,
.page-hero__shell,
.section .container,
.container,
.smi-container {
  min-width: 0;
}

/* Grids a prueba de overflow */
.split{
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.panel,
.card,
.service-card,
.solution-card,
.project-card {
  min-width: 0;
}

/* En móvil: apila y asegura ancho completo */
@media (max-width: 980px){
  .split{
    grid-template-columns: 1fr !important;
  }
}

/* Cualquier media/imagen dentro de cards: que no reviente el layout */
img, svg, video, canvas {
  max-width: 100%;
  height: auto;
}
