.iaLayer-sobrenosotros {
  background: #ffffff;
  padding: 64px 24px;
  box-sizing: border-box;
  overflow: hidden;
}

.iaLayer-sobrenosotros .sn-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ── LEFT ── */
.iaLayer-sobrenosotros .sn-left {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.iaLayer-sobrenosotros .sn-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-color, #e85d04);
  margin: 0;
}

.iaLayer-sobrenosotros .sn-eyebrow svg,
.iaLayer-sobrenosotros .sn-eyebrow .sn-eyebrow-ic svg {
  width: 18px;
  height: 18px;
  fill: var(--accent-color, #e85d04);
}

.iaLayer-sobrenosotros .sn-title {
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  color: #111111;
  margin: 0;
}

.iaLayer-sobrenosotros .sn-description {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

.iaLayer-sobrenosotros .sn-description p {
  margin: 0;
}

/* features */
.iaLayer-sobrenosotros .sn-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.iaLayer-sobrenosotros .sn-feature-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.iaLayer-sobrenosotros .sn-feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(232, 93, 4, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color, #e85d04);
}

.iaLayer-sobrenosotros .sn-feature-icon svg {
  width: 24px;
  height: 24px;
  fill: var(--accent-color, #e85d04);
}

.iaLayer-sobrenosotros .sn-feature-body {
  flex: 1 1 0;
  min-width: 0;
}

.iaLayer-sobrenosotros .sn-feature-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111111;
  margin: 0 0 4px 0;
}

.iaLayer-sobrenosotros .sn-feature-desc {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

/* CTA button */
.iaLayer-sobrenosotros .sn-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--btn-bg, #e85d04);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.iaLayer-sobrenosotros .sn-cta-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.iaLayer-sobrenosotros .sn-cta-ic svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

/* ── RIGHT ── */
.iaLayer-sobrenosotros .sn-right {
  flex: 0 0 48%;
  position: relative;
}

.iaLayer-sobrenosotros .sn-image-wrap {
  position: relative;
  width: 100%;
  min-height: 320px;
}

/* Geometric orange parallelogram shape behind image */
.iaLayer-sobrenosotros .sn-geo-shape {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 92%;
  height: 108%;
  background: var(--accent-color, #e85d04);
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  z-index: 0;
  border-radius: 2px;
}

.iaLayer-sobrenosotros .sn-photo {
  position: relative;
  z-index: 1;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  overflow: hidden;
  border-radius: 2px;
}

.iaLayer-sobrenosotros .sn-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iaLayer-sobrenosotros .sn-photo picture {
  display: block;
  width: 100%;
}

/* Stat card */
.iaLayer-sobrenosotros .sn-stat-card {
  position: absolute;
  bottom: 24px;
  left: 28px;
  z-index: 2;
  background: var(--stat-bg, #1a1a1a);
  color: #ffffff;
  padding: 16px 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 110px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}

.iaLayer-sobrenosotros .sn-stat-value {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
}

.iaLayer-sobrenosotros .sn-stat-label {
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.4;
  color: #cccccc;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .iaLayer-sobrenosotros .sn-inner {
    flex-direction: column;
    gap: 36px;
  }
  .iaLayer-sobrenosotros .sn-right {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .iaLayer-sobrenosotros {
    padding: 40px 16px;
  }
  .iaLayer-sobrenosotros .sn-stat-card {
    bottom: 12px;
    left: 16px;
    padding: 12px 14px;
  }
  .iaLayer-sobrenosotros .sn-stat-value {
    font-size: 1.5rem;
  }
}