.elementor-86916 .elementor-element.elementor-element-3ca6cdae{--display:flex;}/* Start custom CSS *//*=================*/
/* ACERCA DE EKO   */
/*=================*/
.eko-about {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 20px;
}

/* Intro */
.eko-about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(3,45,80,0.07);
}

.eko-about-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #7C71ED;
  margin-bottom: 20px;
}

.eko-about-eyebrow::before {
  content: '';
  width: 20px;
  height: 1.5px;
  background: #7C71ED;
  flex-shrink: 0;
}

.eko-about-title {
  font-size: var(--h1-size, 62px) !important;
  font-weight: 700 !important;
  color: #032D50 !important;
  line-height: 1.1 !important;
  margin: 0 0 24px !important;
  letter-spacing: -0.02em;
}

.eko-about-title em {
  font-style: italic;
  color: #7C71ED;
}

.eko-about-lead {
  font-size: var(--p-size, 17px) !important;
  line-height: var(--lh-body, 1.75) !important;
  color: rgba(3,45,80,0.60) !important;
  margin: 0 0 24px !important;
}

.eko-about-filosofia {
  padding: 20px 24px;
  border-left: 3px solid #7C71ED;
  background: rgba(124,113,237,0.04);
  border-radius: 0 8px 8px 0;
}

.eko-about-filosofia p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #032D50 !important;
  margin: 0 !important;
  font-style: italic;
}

/* Imagen */
.eko-about-img-wrap { position: relative; }

.eko-about-img-main {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(3,45,80,0.06);
}

.eko-about-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eko-about-img-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #fff;
  border: 1px solid rgba(3,45,80,0.10);
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(3,45,80,0.10);
}

.eko-about-img-badge-num {
  font-size: 28px;
  font-weight: 700;
  color: #032D50;
  line-height: 1;
}

.eko-about-img-badge-num span { color: #7C71ED; }

.eko-about-img-badge-label {
  font-size: 11px;
  color: rgba(3,45,80,0.45);
  margin-top: 4px;
  line-height: 1.4;
  max-width: 100px;
}

/* Stats */
.eko-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(3,45,80,0.08);
  border: 1px solid rgba(3,45,80,0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 80px;
}

.eko-about-stat {
  background: #fff;
  padding: 32px 28px;
  transition: background 0.2s ease;
}

.eko-about-stat:hover { background: #F0F8FF; }

.eko-about-stat-num {
  font-size: 40px;
  font-weight: 700;
  color: #032D50;
  line-height: 1;
  letter-spacing: -0.03em;
}

.eko-about-stat-num span { color: #7C71ED; }

.eko-about-stat-label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(3,45,80,0.65);
  line-height: 1.5;
  margin-top: 8px;
}

.eko-about-stat-desc {
  font-size: 12px;
  color: rgba(3,45,80,0.35);
  line-height: 1.5;
  margin-top: 6px;
}

/* Secciones */
.eko-about-section {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(3,45,80,0.07);
}

.eko-about-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.eko-about-section-header { margin-bottom: 40px; }

.eko-about-section-title {
  font-size: var(--h2-size, 48px) !important;
  font-weight: 700 !important;
  color: #032D50 !important;
  line-height: 1.15 !important;
  margin: 8px 0 0 !important;
  letter-spacing: -0.02em;
}

/* Lo que no somos */
.eko-about-no-grid {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(3,45,80,0.08);
  border: 1px solid rgba(3,45,80,0.08);
  border-radius: 16px;
  overflow: hidden;
}

.eko-about-no-item {
  background: #fff;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: start;
  transition: background 0.2s ease;
}

.eko-about-no-item:hover { background: #F0F8FF; }

.eko-about-no-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(3,45,80,0.04);
  border: 1px solid rgba(3,45,80,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.eko-about-no-icon svg {
  width: 16px;
  height: 16px;
  stroke: rgba(3,45,80,0.40);
}

.eko-about-no-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #032D50 !important;
  line-height: 1.3 !important;
  margin: 0 0 8px !important;
}

.eko-about-no-desc {
  font-size: 13px !important;
  line-height: 1.7 !important;
  color: rgba(3,45,80,0.55) !important;
  margin: 0 !important;
}

/* Google Partner */
.eko-about-partner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.eko-about-partner-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.eko-about-partner-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: rgba(3,45,80,0.65) !important;
  padding: 0 !important;
  border: none !important;
}

.eko-about-partner-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7C71ED;
  flex-shrink: 0;
  margin-top: 7px;
}

.eko-about-partner-badge {
  background: #fff;
  border: 1px solid rgba(3,45,80,0.10);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(3,45,80,0.06);
}

.eko-about-partner-logo {
  width: 80px;
  height: 80px;
  background: rgba(3,45,80,0.05);
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eko-about-partner-logo svg {
  width: 40px;
  height: 40px;
  opacity: 0.3;
}

.eko-about-partner-name {
  font-size: 16px;
  font-weight: 700;
  color: #032D50;
  margin-bottom: 6px;
}

.eko-about-partner-sub {
  font-size: 12px;
  color: rgba(3,45,80,0.40);
  line-height: 1.5;
}

.eko-about-partner-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #7C71ED;
  text-decoration: none;
  border-bottom: 1px solid rgba(124,113,237,0.30);
  padding-bottom: 2px;
  transition: gap 0.2s ease, border-color 0.2s ease;
}

.eko-about-partner-link:hover {
  gap: 10px;
  border-color: #7C71ED;
}

/*=================*/
/* ACERCA DE — RESPONSIVE */
/*=================*/
@media (max-width: 768px) {
  .eko-about-intro,
  .eko-about-partner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .eko-about-stats {
    grid-template-columns: 1fr;
  }

  .eko-about-img-wrap { display: none; }

  .eko-about-title {
    font-size: var(--h1-size-mobile, 42px) !important;
  }

  .eko-about-section-title {
    font-size: var(--h2-size-mobile, 34px) !important;
  }

  .eko-about-intro,
  .eko-about-section {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
}/* End custom CSS */