.somos-hero {
  position: relative;
  background-image: url('../img/somos/Background seccion 1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}

.somos-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
}

.somos-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.somos-hero-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

@media (min-width: 768px) {
  .somos-hero-title {
    font-size: 3.2rem;
  }
}

.somos-hero-subtitle {
  font-size: 1rem !important;
  font-weight: 300 !important;
  color: #fff;
  line-height: 1.8;
}

.somos-no-generico {
  background-color: #fff;
}

.section-title-dark {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0f2e60;
}

@media (min-width: 768px) {
  .section-title-dark {
    font-size: 2.4rem;
  }
}

.section-subtitle-orange {
  color: #f18821;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.generico-card {
  padding: 2rem 1.2rem;
  border-radius: 12px;
  border: 1px solid #e8edf5;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.generico-card:hover {
  border-color: #f18821;
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(241, 136, 33, 0.12);
}

.generico-icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.generico-icon-lg {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(15, 46, 96, 0.12));
}

.generico-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #0f2e60;
  margin-bottom: 0.4rem;
}

.generico-desc {
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}

.generico-tagline {
  color: #f18821;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
}

.somos-escala {
  position: relative;
  background-image: url('../img/somos/Background seccion 3.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.somos-escala .container {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}

.escala-eyebrow {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
  margin-bottom: 0.4rem;
}

.escala-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #f18821;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.escala-title-light {
  color: #fff;
  margin-top: -0.75rem;
}

@media (min-width: 768px) {
  .escala-title {
    font-size: 3rem;
  }
}

.escala-body {
  font-size: 1rem !important;
  font-weight: 300 !important;
  color: #ddd;
  line-height: 1.8;
  max-width: 520px;
  text-align: center;
}

.somos-escala-inner {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.somos-proyecto-eterno {
  background-color: #f8f9fc;
}

.eterno-card {
  padding: 2rem 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e8edf5;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.eterno-card:hover {
  border-color: #f18821;
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(241, 136, 33, 0.1);
}

.eterno-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 0.8rem;
}

.eterno-step {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  margin-bottom: 0.75rem;
  line-height: 1.35;
  text-wrap: balance;
}

@media (min-width: 992px) {
  .eterno-step {
    font-size: 1.35rem !important;
  }
}

.eterno-label {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #0f2e60;
  margin-bottom: 0;
  margin-top: auto;
  line-height: 1.5;
}

.eterno-tagline {
  color: #f18821;
  font-size: 1rem !important;
  font-weight: 500 !important;
  font-style: italic;
  letter-spacing: 0.5px;
}

.somos-personas {
  position: relative;
  background-color: #f2eee7;
}

.somos-personas-hero {
  position: relative;
  background-image: url('../img/somos/Background seccion 5.webp');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 72vh;
  display: flex;
  align-items: center;
}

.somos-personas-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.28) 52%,
    rgba(242, 238, 231, 0.98) 100%
  );
  z-index: 0;
}

.somos-personas-hero .container {
  position: relative;
  z-index: 1;
}

.personas-content {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 520px;
}

.personas-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 50rem;
}

@media (min-width: 768px) {
  .personas-title {
    font-size: 2.6rem;
  }
}

.personas-body {
  font-size: 1.5rem !important;
  font-weight: normal !important;
  color: #0f2e60;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: auto;
}

@media (max-width: 767.98px) {
  .personas-body {
    font-size: 1rem !important;
  }
}

.personas-icon {
  width: 100px;
  height: 162px;
  object-fit: contain;
  margin-bottom: 0.65rem;
  filter: drop-shadow(0 6px 12px rgba(241, 136, 33, 0.2));
}

.personas-icon-label {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #0f2e60;
  margin-bottom: 0;
  line-height: 1.45;
}

.personas-feature-strip {
  padding: 1.8rem 0 2.2rem;
  background-color: #f2eee7;
}

@media (max-width: 767px) {
  .somos-personas-hero {
    min-height: 58vh;
  }

  .personas-content {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
    min-height: 430px;
  }

  .personas-title {
    font-size: 1.65rem;
  }
}

.somos-diferencia {
  position: relative;
  background-image: url('../img/somos/Background seccion 6.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.somos-diferencia::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.6) 55%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 0;
}

.somos-diferencia .container {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}

.diferencia-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3,2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .diferencia-title {
    font-size: 2.4rem;
  }
}

.diferencia-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.diferencia-list li {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #e0e0e0;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.6;
}

.diferencia-list li:last-child {
  border-bottom: none;
}
