.elementor-90 .elementor-element.elementor-element-6d9ce44{--display:flex;--min-height:100vh;}.elementor-90 .elementor-element.elementor-element-19d0e00{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-90 .elementor-element.elementor-element-6d9ce44{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-19d0e00 *//* ============================================================
   FUENTES — pega esto en el <head> de tu tema o en
   Apariencia > Personalizar > CSS adicional NO funciona para @import,
   mejor agrégala en el header del tema o con un plugin de header scripts.
   ============================================================
   @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Open+Sans:wght@400;500;600&display=swap');
*/

/* ============================================================
   VARIABLES & RESET
   ============================================================ */
:root {
  --azul-marino:  #0B1E3D;
  --azul-carbon:  #0D2147;
  --azul:         #2E7DD1;
  --azul-oscuro:  #1A5FA8;
  --azul-palido:  #EFF4FB;
  --blanco:       #FFFFFF;
  --gris:         #5A6B82;
  --gris-claro:   #F0F4FA;
  --borde:        #D0DCF0;
  --cyan:         #20C7D9;
  --nav-h:        72px;
  --radius:       14px;
  --sombra:       0 4px 28px rgba(11,30,61,0.10);
  --sombra-md:    0 10px 48px rgba(11,30,61,0.16);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', system-ui, sans-serif;
  background: var(--blanco);
  color: var(--gris);
  line-height: 1.7;
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  color: var(--azul-marino);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

section { scroll-margin-top: var(--nav-h); }

/* ============================================================
   UTILIDADES
   ============================================================ */
.ejt-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 28px;
}

.ejt-sec {
  padding: 96px 0;
}

.ejt-tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--azul);
  background: rgba(46,125,209,0.09);
  border: 1px solid rgba(46,125,209,0.2);
  padding: 5px 14px;
  border-radius: 99px;
  margin-bottom: 14px;
}

.ejt-title {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
  color: var(--azul-marino);
  margin-bottom: 16px;
}

.ejt-title em {
  font-style: normal;
  color: var(--azul);
}

.ejt-text {
  font-size: 15.5px;
  color: var(--gris);
  max-width: 600px;
  line-height: 1.85;
}

.ejt-divider {
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, var(--azul), var(--cyan));
  border-radius: 2px;
  margin-bottom: 16px;
}

.ejt-center { text-align: center; }
.ejt-center .ejt-text { margin: 0 auto; }
.ejt-center .ejt-divider { margin: 0 auto 16px; }

/* ============================================================
   BOTONES
   ============================================================ */
.ejt-btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 9px;
  cursor: pointer;
  transition: transform .18s, box-shadow .18s, background .18s;
  letter-spacing: 0.01em;
  border: none;
}

.ejt-btn-primary {
  background: var(--azul);
  color: var(--blanco);
  box-shadow: 0 4px 18px rgba(46,125,209,.38);
}
.ejt-btn-primary:hover {
  background: var(--azul-oscuro);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(46,125,209,.48);
}

.ejt-btn-outline {
  background: transparent;
  color: var(--blanco);
  border: 2px solid rgba(255,255,255,.42);
}
.ejt-btn-outline:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.9);
  transform: translateY(-2px);
}

.ejt-btn-cyan {
  background: var(--cyan);
  color: var(--azul-marino);
  box-shadow: 0 4px 18px rgba(32,199,217,.38);
  font-weight: 700;
}
.ejt-btn-cyan:hover {
  background: #15afc0;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(32,199,217,.46);
}

.ejt-btn-ghost {
  background: transparent;
  color: var(--azul);
  border: 2px solid var(--borde);
}
.ejt-btn-ghost:hover {
  border-color: var(--azul);
  background: var(--azul-palido);
  transform: translateY(-2px);
}

/* ============================================================
   NAVBAR
   ============================================================ */
.ejt-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: rgba(11,30,61,0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .3s, border-color .3s, box-shadow .3s, backdrop-filter .3s;
}

.ejt-nav.ejt-scrolled {
  background: rgba(11,30,61,0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: rgba(255,255,255,.09);
  box-shadow: 0 4px 32px rgba(0,0,0,.30);
}

.ejt-nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ejt-nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.ejt-nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}

.ejt-nav-links a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.65);
  padding: 7px 11px;
  border-radius: 7px;
  transition: color .18s, background .18s;
  white-space: nowrap;
}
.ejt-nav-links a:hover {
  color: var(--blanco);
  background: rgba(255,255,255,.08);
}

.ejt-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--azul);
  color: var(--blanco) !important;
  padding: 8px 18px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  box-shadow: 0 3px 12px rgba(46,125,209,.42);
  transition: background .18s, transform .18s, box-shadow .18s !important;
}
.ejt-nav-cta::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--cyan);
  border-radius: 50%;
  flex-shrink: 0;
}
.ejt-nav-cta:hover {
  background: var(--azul-oscuro) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(46,125,209,.50) !important;
  color: var(--blanco) !important;
}

.ejt-nav-ham {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 7px;
  border-radius: 7px;
  background: none;
  border: none;
  transition: background .18s;
}
.ejt-nav-ham:hover { background: rgba(255,255,255,.08); }
.ejt-nav-ham span {
  display: block;
  width: 22px; height: 2px;
  background: rgba(255,255,255,.75);
  border-radius: 2px;
  transition: transform .25s, opacity .25s, background .18s;
}
.ejt-nav-ham.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ejt-nav-ham.open span:nth-child(2) { opacity: 0; }
.ejt-nav-ham.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ejt-nav-mobile {
  position: fixed;
  top: var(--nav-h); left: 0; right: 0;
  background: rgba(10,20,44,0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 20px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateY(-110%);
  opacity: 0;
  transition: transform .3s cubic-bezier(.4,0,.2,1), opacity .3s;
  z-index: 9998;
}
.ejt-nav-mobile.open {
  transform: translateY(0);
  opacity: 1;
}
.ejt-nav-mobile a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.7);
  padding: 11px 14px;
  border-radius: 8px;
  transition: color .18s, background .18s;
}
.ejt-nav-mobile a:hover {
  color: var(--blanco);
  background: rgba(255,255,255,.08);
}
.ejt-nav-mobile .ejt-nav-mob-cta {
  background: var(--azul);
  color: var(--blanco);
  text-align: center;
  margin-top: 8px;
  box-shadow: 0 4px 14px rgba(46,125,209,.42);
  font-size: 14px !important;
  padding: 13px 14px !important;
}

/* ============================================================
   1. HERO
   ============================================================ */
.ejt-hero {
  background: linear-gradient(150deg, #061323 0%, #0B1E3D 45%, #0D2147 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--nav-h);
  position: relative;
  overflow: hidden;
  margin-top: calc(var(--nav-h) * -1) !important;
  padding-top: calc(var(--nav-h) * 2) !important;
}

.ejt-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 900px 600px at 70% 40%, rgba(46,125,209,.16) 0%, transparent 65%),
    radial-gradient(ellipse 500px 400px at 10% 90%, rgba(32,199,217,.08) 0%, transparent 65%);
  pointer-events: none;
}
.ejt-hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.ejt-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative; z-index: 1;
  padding: 64px 0 80px;
}

.ejt-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(32,199,217,.12);
  border: 1px solid rgba(32,199,217,.28);
  color: #7ee8f2;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 99px;
  margin-bottom: 24px;
}
.ejt-hero-badge-pulse {
  width: 7px; height: 7px;
  background: var(--cyan);
  border-radius: 50%;
  animation: ejt-pulse 2.2s ease-in-out infinite;
}
@keyframes ejt-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .45; transform: scale(.8); }
}

.ejt-hero h1 {
  font-size: clamp(30px, 4.2vw, 54px);
  font-weight: 900;
  color: var(--blanco);
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}
.ejt-hero h1 span { color: var(--cyan); }

.ejt-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  margin-bottom: 38px;
  max-width: 460px;
  line-height: 1.85;
}
.ejt-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.ejt-hero-visual { position: relative; }

.ejt-dash {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 24px;
  backdrop-filter: blur(6px);
}

.ejt-dash-bar {
  display: flex; align-items: center; gap: 7px; margin-bottom: 20px;
}
.ejt-dash-dot { width: 10px; height: 10px; border-radius: 50%; }
.ejt-dash-dot:nth-child(1) { background: #ef4444; }
.ejt-dash-dot:nth-child(2) { background: #f59e0b; }
.ejt-dash-dot:nth-child(3) { background: #22c55e; }
.ejt-dash-label {
  margin-left: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.25);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ejt-dash-kpis {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px;
}
.ejt-kpi {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
  padding: 13px;
}
.ejt-kpi-label { font-size: 10px; color: rgba(255,255,255,.3); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
.ejt-kpi-val   { font-family: 'Montserrat', sans-serif; font-size: 21px; font-weight: 800; color: #e2e8f0; }
.ejt-kpi-trend { font-size: 10px; color: #34d399; margin-top: 3px; }
.ejt-kpi-trend.neg { color: #f87171; }

.ejt-dash-bars {
  display: flex; align-items: flex-end; gap: 7px; height: 52px; margin-bottom: 14px;
}
.ejt-dbar {
  flex: 1; border-radius: 4px 4px 0 0;
  background: linear-gradient(to top, var(--azul), var(--cyan));
  opacity: .65;
}

.ejt-dash-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.ejt-chip {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(46,125,209,.18);
  border: 1px solid rgba(46,125,209,.28);
  border-radius: 99px;
  padding: 4px 11px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 600;
  color: #93c5fd;
}
.ejt-chip::before {
  content: ''; width: 5px; height: 5px;
  background: var(--cyan); border-radius: 50%; flex-shrink: 0;
}

.ejt-float {
  position: absolute;
  bottom: -18px; right: -16px;
  background: linear-gradient(135deg, var(--azul-oscuro), var(--azul));
  border: 1px solid rgba(46,125,209,.4);
  border-radius: 12px;
  padding: 13px 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,.35);
  z-index: 2;
}
.ejt-float-icon { font-size: 18px; margin-bottom: 2px; }
.ejt-float-val  { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 800; color: #fff; }
.ejt-float-sub  { font-size: 11px; color: rgba(255,255,255,.55); margin-top: 1px; }

/* ============================================================
   2. PROBLEMAS
   ============================================================ */
.ejt-prob-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  margin-bottom: 56px;
}
.ejt-prob-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.ejt-prob-card {
  background: var(--blanco);
  border: 1px solid var(--borde);
  border-radius: var(--radius);
  padding: 22px;
  position: relative; overflow: hidden;
  box-shadow: var(--sombra);
  transition: box-shadow .22s, transform .22s;
}
.ejt-prob-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  opacity: 0; transition: opacity .22s;
}
.ejt-prob-card:nth-child(1)::before { background: linear-gradient(90deg, #ef4444, #f97316); }
.ejt-prob-card:nth-child(2)::before { background: linear-gradient(90deg, #f59e0b, #eab308); }
.ejt-prob-card:nth-child(3)::before { background: linear-gradient(90deg, #8b5cf6, #6366f1); }
.ejt-prob-card:nth-child(4)::before { background: linear-gradient(90deg, var(--azul), var(--cyan)); }
.ejt-prob-card:hover { box-shadow: var(--sombra-md); transform: translateY(-4px); }
.ejt-prob-card:hover::before { opacity: 1; }

.ejt-prob-icon {
  width: 44px; height: 44px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px; font-size: 20px;
}
.ejt-prob-card:nth-child(1) .ejt-prob-icon { background: rgba(239,68,68,.1); }
.ejt-prob-card:nth-child(2) .ejt-prob-icon { background: rgba(245,158,11,.1); }
.ejt-prob-card:nth-child(3) .ejt-prob-icon { background: rgba(139,92,246,.1); }
.ejt-prob-card:nth-child(4) .ejt-prob-icon { background: rgba(46,125,209,.1); }

.ejt-prob-card h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 700; color: var(--azul-marino);
  margin-bottom: 10px;
}
.ejt-prob-card ul li {
  font-size: 13px; color: var(--gris);
  padding: 4px 0;
  display: flex; align-items: center; gap: 7px;
}
.ejt-prob-card ul li::before {
  content: '';
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--borde); flex-shrink: 0;
}

.ejt-prob-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

/* ============================================================
   3. SOLUCIÓN
   ============================================================ */
.ejt-sol-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.ejt-sol-quote {
  background: linear-gradient(135deg, var(--azul-palido), #e0edf8);
  border-left: 4px solid var(--azul);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 22px 26px;
  margin-top: 26px;
  font-style: italic;
  font-size: 15px;
  color: var(--azul-oscuro);
  line-height: 1.8;
}

.ejt-sol-diagram {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.ejt-sol-block {
  background: var(--blanco);
  border: 1px solid var(--borde);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: var(--sombra);
  transition: box-shadow .2s, transform .2s;
}
.ejt-sol-block:hover { box-shadow: var(--sombra-md); transform: translateY(-3px); }
.ejt-sol-block-icon { font-size: 26px; margin-bottom: 8px; display: block; }
.ejt-sol-block-lbl {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700;
  color: var(--azul-marino);
  text-transform: uppercase; letter-spacing: .05em;
}
.ejt-sol-center {
  grid-column: 1/-1;
  background: linear-gradient(135deg, var(--azul-oscuro), var(--azul));
  border: none;
  box-shadow: 0 6px 24px rgba(46,125,209,.35);
}
.ejt-sol-center .ejt-sol-block-lbl { color: rgba(255,255,255,.85); }

.ejt-sol-block-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* ============================================================
   4. SERVICIOS
   ============================================================ */
.ejt-srv-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 22px;
}
.ejt-srv-card {
  background: var(--blanco);
  border: 1px solid var(--borde);
  border-radius: var(--radius);
  padding: 32px 24px;
  position: relative; overflow: hidden;
  box-shadow: var(--sombra);
  transition: box-shadow .22s, transform .22s;
  display: flex; flex-direction: column;
}
.ejt-srv-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  border-radius: 0 0 var(--radius) var(--radius);
}
.ejt-srv-card:nth-child(1)::after { background: linear-gradient(90deg, #22c55e, var(--cyan)); }
.ejt-srv-card:nth-child(2)::after { background: linear-gradient(90deg, #f59e0b, #ef4444); }
.ejt-srv-card:nth-child(3)::after { background: linear-gradient(90deg, var(--azul), var(--cyan)); }
.ejt-srv-card:nth-child(4)::after { background: linear-gradient(90deg, #8b5cf6, var(--azul)); }
.ejt-srv-card:hover { box-shadow: var(--sombra-md); transform: translateY(-5px); }

.ejt-srv-num {
  position: absolute; top: 16px; right: 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 42px; font-weight: 900;
  color: rgba(11,30,61,.05); line-height: 1;
}
.ejt-srv-icon {
  width: 52px; height: 52px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 18px;
}
.ejt-srv-card:nth-child(1) .ejt-srv-icon { background: rgba(34,197,94,.1); }
.ejt-srv-card:nth-child(2) .ejt-srv-icon { background: rgba(245,158,11,.1); }
.ejt-srv-card:nth-child(3) .ejt-srv-icon { background: rgba(46,125,209,.1); }
.ejt-srv-card:nth-child(4) .ejt-srv-icon { background: rgba(139,92,246,.1); }

.ejt-srv-card h3 { font-size: 16px; font-weight: 700; color: var(--azul-marino); margin-bottom: 10px; }
.ejt-srv-card p  { font-size: 13.5px; color: var(--gris); line-height: 1.8; flex: 1; margin-bottom: 20px; }
.ejt-srv-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700;
  color: var(--azul); letter-spacing: .03em;
  text-decoration: none;
  transition: gap .18s, color .18s;
}
.ejt-srv-link:hover { color: var(--azul-oscuro); gap: 9px; }
.ejt-srv-link::after { content: '→'; }

.ejt-srv-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

/* ============================================================
   5. CARRUSEL BENEFICIOS
   ============================================================ */
.ejt-car-wrapper {
  margin-top: 52px;
  overflow: hidden;
  border-radius: 16px;
}

.ejt-car-track {
  display: flex;
  gap: 20px;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.ejt-car-slide {
  flex: 0 0 calc((100% - 20px) / 2);
  border-radius: 14px;
  overflow: hidden;
  background: var(--blanco);
  border: 1px solid var(--borde);
  box-shadow: 0 4px 24px rgba(11,30,61,.10);
  transition: box-shadow .22s, transform .22s;
  display: flex;
  flex-direction: column;
}
.ejt-car-slide:hover {
  box-shadow: 0 10px 40px rgba(11,30,61,.16);
  transform: translateY(-4px);
}

.ejt-car-slide img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.ejt-car-caption {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.ejt-car-icon { font-size: 24px; flex-shrink: 0; }
.ejt-car-caption h4 {
  font-size: 14px; font-weight: 700;
  color: var(--azul-marino);
  line-height: 1.35; margin: 0;
}

.ejt-car-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.ejt-car-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--borde);
  border: none; cursor: pointer; padding: 0;
  transition: background .2s, width .2s;
}
.ejt-car-dot.active {
  background: var(--azul);
  width: 24px;
  border-radius: 99px;
}

.ejt-car-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

/* ============================================================
   6. DIFERENCIADORES
   ============================================================ */
.ejt-dif-grid {
  display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; margin-top: 52px;
}
.ejt-dif-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: background .2s, transform .2s;
}
.ejt-dif-card:hover { background: rgba(255,255,255,.09); transform: translateY(-4px); }
.ejt-dif-icon {
  width: 50px; height: 50px;
  background: rgba(46,125,209,.2);
  border: 1px solid rgba(46,125,209,.38);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin: 0 auto 14px;
}
.ejt-dif-card h4 { font-size: 13.5px; font-weight: 700; color: #e2e8f0; margin-bottom: 8px; }
.ejt-dif-card p  { font-size: 12.5px; color: rgba(255,255,255,.38); line-height: 1.75; }

.ejt-dif-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* ============================================================
   7. MÉTODO
   ============================================================ */
.ejt-met-steps {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
  position: relative; margin-top: 52px;
}
.ejt-met-steps::before {
  content: '';
  position: absolute;
  top: 37px; left: 12.5%; right: 12.5%; height: 2px;
  background: linear-gradient(90deg, var(--azul), var(--cyan));
  z-index: 0;
}
.ejt-met-step {
  text-align: center; padding: 0 16px; position: relative; z-index: 1;
}
.ejt-met-num {
  width: 74px; height: 74px;
  border-radius: 50%;
  background: var(--blanco);
  border: 3px solid var(--azul);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px; font-weight: 900;
  color: var(--azul);
  box-shadow: 0 0 0 6px rgba(46,125,209,.09);
  position: relative; z-index: 1;
}
.ejt-met-step:nth-child(2) .ejt-met-num {
  background: linear-gradient(135deg, var(--azul), var(--azul-oscuro));
  color: var(--blanco);
  box-shadow: 0 6px 20px rgba(46,125,209,.38);
}
.ejt-met-step h4 { font-size: 15px; font-weight: 700; color: var(--azul-marino); margin-bottom: 8px; }
.ejt-met-step p  { font-size: 13.5px; color: var(--gris); }

/* ============================================================
   8. CONTACTO / CTA
   ============================================================ */
.ejt-cta-sec {
  background: linear-gradient(150deg, #061323 0%, #0B1E3D 50%, #0D2147 100%);
  position: relative; overflow: hidden;
}
.ejt-cta-sec::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 800px 500px at 50% 60%, rgba(46,125,209,.18) 0%, transparent 65%);
  pointer-events: none;
}
.ejt-cta-sec::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.ejt-cta-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start;
  position: relative; z-index: 1;
}

.ejt-cta-orn { display: flex; gap: 7px; margin-bottom: 26px; }
.ejt-cta-orn span { display: block; height: 3px; border-radius: 2px; background: var(--cyan); }
.ejt-cta-orn span:nth-child(1) { width: 14px; opacity: .4; }
.ejt-cta-orn span:nth-child(2) { width: 48px; }
.ejt-cta-orn span:nth-child(3) { width: 14px; opacity: .4; }

.ejt-cta-grid h2 {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800; color: var(--blanco); margin-bottom: 16px;
}
.ejt-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }

.ejt-btn-wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: #25D366; color: var(--blanco);
  padding: 13px 24px; border-radius: 9px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 700;
  box-shadow: 0 4px 18px rgba(37,211,102,.38);
  transition: background .18s, transform .18s, box-shadow .18s;
}
.ejt-btn-wa:hover {
  background: #1ea855; transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(37,211,102,.46);
}
.ejt-btn-wa svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }

.ejt-form {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 32px 30px;
  backdrop-filter: blur(8px);
}
.ejt-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}
.ejt-form-row.full { grid-template-columns: 1fr; }

.ejt-form-row,
.ejt-form-group { margin-top: 0; }

.ejt-form > .ejt-form-row + .ejt-form-row,
.ejt-form > .ejt-form-row + .ejt-form-group,
.ejt-form > .ejt-form-group + .ejt-form-row,
.ejt-form > .ejt-form-group + .ejt-form-group { margin-top: 16px; }

.ejt-form-group { display: flex; flex-direction: column; gap: 6px; }

.ejt-form label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,.45);
  text-transform: uppercase; letter-spacing: .08em;
}
.ejt-form input,
.ejt-form select,
.ejt-form textarea {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 9px;
  padding: 12px 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; color: var(--blanco);
  outline: none;
  transition: border-color .2s, background .2s;
  width: 100%;
}
.ejt-form input::placeholder,
.ejt-form textarea::placeholder { color: rgba(255,255,255,.25); }
.ejt-form select { color: rgba(255,255,255,.7); }
.ejt-form select option { background: #0D2147; color: var(--blanco); }
.ejt-form input:focus,
.ejt-form select:focus,
.ejt-form textarea:focus { border-color: var(--cyan); background: rgba(255,255,255,.1); }
.ejt-form textarea { resize: vertical; min-height: 90px; }
.ejt-form-submit {
  width: 100%; margin-top: 20px; padding: 14px;
  background: var(--azul); color: var(--blanco);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px; font-weight: 700;
  border: none; border-radius: 9px; cursor: pointer;
  box-shadow: 0 4px 18px rgba(46,125,209,.42);
  transition: background .18s, transform .18s, box-shadow .18s;
  letter-spacing: .02em;
}
.ejt-form-submit:hover {
  background: var(--azul-oscuro); transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(46,125,209,.50);
}

/* ============================================================
   FOOTER
   ============================================================ */
.ejt-footer {
  background: #040d1c;
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 56px 0 36px;
}
.ejt-footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; margin-bottom: 40px;
}
.ejt-footer-brand p { font-size: 13px; color: #475569; line-height: 1.8; max-width: 280px; }

.ejt-footer-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,.35); text-transform: uppercase;
  letter-spacing: .09em; margin-bottom: 16px;
}
.ejt-footer-col a,
.ejt-footer-col address {
  display: block; font-style: normal;
  font-size: 13.5px; color: #475569;
  text-decoration: none; margin-bottom: 9px;
  transition: color .18s;
}
.ejt-footer-col a:hover { color: var(--cyan); }

.ejt-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.05);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.ejt-footer-bottom p { font-size: 12px; color: #334155; }

/* ============================================================
   ANIMACIONES REVEAL
   ============================================================ */
.ejt-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s cubic-bezier(.4,0,.2,1), transform .6s cubic-bezier(.4,0,.2,1);
}
.ejt-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .ejt-srv-grid { grid-template-columns: repeat(2,1fr); }
  .ejt-dif-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  .ejt-nav-links { display: none; }
  .ejt-nav-ham   { display: flex; }
  .ejt-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .ejt-float     { display: none; }
  .ejt-prob-grid { grid-template-columns: 1fr; gap: 36px; }
  .ejt-sol-grid  { grid-template-columns: 1fr; gap: 40px; }
  .ejt-met-steps { grid-template-columns: repeat(2,1fr); }
  .ejt-met-steps::before { display: none; }
  .ejt-met-step  { margin-bottom: 32px; }
  .ejt-cta-grid  { grid-template-columns: 1fr; gap: 40px; }
  .ejt-footer-grid { grid-template-columns: 1fr 1fr; }
  .ejt-car-slide { flex: 0 0 calc((100% - 20px) / 2); }
}

@media (max-width: 640px) {
  .ejt-sec        { padding: 64px 0; }
  .ejt-hero       { min-height: auto; padding-top: calc(var(--nav-h) + 20px); }
  .ejt-hero h1    { font-size: 28px; }
  .ejt-hero-btns  { flex-direction: column; }
  .ejt-btn        { text-align: center; }
  .ejt-prob-cards { grid-template-columns: 1fr; }
  .ejt-srv-grid   { grid-template-columns: 1fr; }
  .ejt-dif-grid   { grid-template-columns: repeat(2,1fr); }
  .ejt-met-steps  { grid-template-columns: 1fr; }
  .ejt-form-row   { grid-template-columns: 1fr; }
  .ejt-footer-grid { grid-template-columns: 1fr; }
  .ejt-footer-bottom { flex-direction: column; text-align: center; }
  .ejt-cta-btns   { flex-direction: column; }
  .ejt-sol-diagram { grid-template-columns: 1fr; }
  .ejt-car-slide  { flex: 0 0 100%; }
  .ejt-car-slide img { height: 180px; }
}

/* ============================================================
   FORZAR ANCHO COMPLETO — OVERRIDE ELEMENTOR
   ============================================================ */

/* Quitar márgenes del contenedor de Elementor */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Forzar cada sección a romper el contenedor */
.ejt-hero,
.ejt-sec,
.ejt-cta-sec,
.ejt-footer,
.ejt-nav,
.ejt-nav-mobile {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
}/* End custom CSS */