body.nosotros-page {
  --green-700: #14ba48;
  --green-600: #20d55f;
  --green-900: #0f8f36;
  --text-900: #1a1a1a;
  --muted-600: #6b7280;
  --accent-orange: #ff7b00;
  --accent-yellow: #ffe066;
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 224, 102, 0.05), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(255, 112, 0, 0.04), transparent 28%),
    #fffdf7;
}

body.nosotros-page main.page-main {
  margin-top: 0;
}

/* ========================================
   HERO SECTION
   ======================================== */
body.nosotros-page .hero-nosotros,
body.nosotros-page #hero-nosotros {
  margin-top: 52px;
  min-height: 60vh;
  padding: clamp(28px, 4vw, 72px) clamp(12px, 3vw, 20px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(24, 220, 96, 0.18), rgba(38, 198, 218, 0.14) 52%, rgba(255, 171, 64, 0.12) 100%),
    linear-gradient(112deg, rgba(7, 108, 50, 0.72) 0%, rgba(16, 170, 82, 0.64) 42%, rgba(34, 165, 143, 0.48) 70%, rgba(255, 123, 0, 0.2) 100%),
    url('../img/BannerInicioNosotros.webp'),
    url('../img/BannerInicioNosotros.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.nosotros-page .hero-nosotros::before,
body.nosotros-page .hero-nosotros::after {
  display: none;
}

body.nosotros-page .hero-nosotros-overlay {
  display: none;
}

body.nosotros-page .hero-nosotros-content {
  width: min(820px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  position: relative;
  margin-left: 0;
  text-align: left;
}

/* Reveal: aparición suave desde abajo. JS añade la clase `in-view`. */
.nosotros-page .reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.998);
  transition: transform 600ms cubic-bezier(.2,.9,.3,1), opacity 520ms ease;
  will-change: transform, opacity;
}

.nosotros-page .reveal.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.nosotros-page .highlight-card,
.nosotros-page .value-card,
.nosotros-page .mission-card,
.nosotros-page .vision-card,
.nosotros-page .principle-item,
.nosotros-page .process-step {
  --mouse-x: 50%;
  --mouse-y: 50%;
  position: relative;
  overflow: hidden;
}

.nosotros-page .highlight-card::before,
.nosotros-page .value-card::before,
.nosotros-page .mission-card::before,
.nosotros-page .vision-card::before,
.nosotros-page .principle-item::before,
.nosotros-page .process-step::before {
  content: '';
  position: absolute;
  left: var(--mouse-x);
  top: var(--mouse-y);
  transform: translate(-50%, -50%);
  width: 360px;
  height: 360px;
  background: radial-gradient(circle at 50% 50%, rgba(20,186,72,0.12) 0%, rgba(20,186,72,0.06) 20%, transparent 60%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 420ms ease, transform 420ms ease;
}

.nosotros-page .highlight-card:hover::before,
.nosotros-page .value-card:hover::before,
.nosotros-page .mission-card:hover::before,
.nosotros-page .vision-card:hover::before,
.nosotros-page .principle-item:hover::before,
.nosotros-page .process-step:hover::before {
  opacity: 1;
}

body.nosotros-page .hero-nosotros-content::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  right: auto;
  width: 84px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(20, 186, 72, 0.5), transparent);
}

body.nosotros-page .hero-nosotros-content h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  font-weight: 700;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.nosotros-page .hero-nosotros-content p {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.75;
  color: rgba(244, 255, 248, 0.92);
  font-weight: 300;
}

body.nosotros-page .hero-nosotros-content h1,
body.nosotros-page .hero-nosotros-content p {
  text-shadow: 0 8px 22px rgba(2, 18, 11, 0.22);
}

body.nosotros-page .section {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

body.nosotros-page .section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
}

body.nosotros-page .section > * {
  position: relative;
  z-index: 1;
}

body.nosotros-page .section--white {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 224, 102, 0.12), transparent 22%),
    radial-gradient(circle at 18% 86%, rgba(20, 186, 72, 0.08), transparent 28%),
    radial-gradient(circle at 82% 92%, rgba(255, 123, 0, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fffaf0 44%, #f2fbf5 100%);
}

body.nosotros-page .section--white::before {
  background-image:
    linear-gradient(90deg, rgba(255, 123, 0, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(20, 186, 72, 0.05) 1px, transparent 1px);
  background-size: 112px 112px;
}

body.nosotros-page .section--green {
  color: #f3fff6;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 224, 102, 0.16), transparent 28%),
    radial-gradient(circle at 84% 82%, rgba(255, 123, 0, 0.12), transparent 30%),
    linear-gradient(135deg, #063f17 0%, #0f8f36 36%, #14ba48 72%, #ff7b00 100%);
}

body.nosotros-page .section--green::before {
  background-image:
    linear-gradient(90deg, rgba(255, 224, 102, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 96px 96px;
}

body.nosotros-page .section-header {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 48px);
}

body.nosotros-page .section-header h2,
body.nosotros-page .about-us-main h2 {
  font-size: clamp(1.85rem, 3.5vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 600;
}

body.nosotros-page .section-lead {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.02rem;
}

body.nosotros-page .section-kicker {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 123, 0, 0.1), rgba(255, 224, 102, 0.18));
  color: #a34800;
  border: 1px solid rgba(255, 123, 0, 0.22);
}

body.nosotros-page .section--green .section-kicker {
  color: #e8ffe9;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}

body.nosotros-page .section--green .section-header h2,
body.nosotros-page .section--green .section-lead,
body.nosotros-page .section--green .cta-section h2,
body.nosotros-page .section--green .cta-section .section-lead,
body.nosotros-page .section--green .cta-section p {
  color: inherit;
}

body.nosotros-page .about-us-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 3.5vw, 42px);
  align-items: start;
  width: min(1240px, calc(100% - 12px));
  max-width: 1240px;
  margin: 0 auto;
  justify-items: center;
}

body.nosotros-page .about-us-text {
  display: grid;
  gap: 16px;
  max-width: 1080px;
  justify-items: center;
  text-align: center;
}

body.nosotros-page .about-us-main h2 {
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  animation: about-title-entrance 0.8s ease both;
}

body.nosotros-page .about-us-description {
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 1020px;
  color: #334e43;
  margin-left: auto;
  margin-right: auto;
  animation: about-copy-entrance 0.85s ease 0.08s both;
}

body.nosotros-page .about-us-highlight {
  background: linear-gradient(135deg, rgba(255, 123, 0, 0.08) 0%, rgba(255, 224, 102, 0.14) 100%);
  border: 1px solid rgba(255, 123, 0, 0.18);
  border-left: 4px solid #ff7b00;
  border-radius: 12px;
  padding: 20px 24px;
  max-width: 1020px;
  margin-top: 20px;
  font-size: 0.98rem;
  color: #7c3f00;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  animation: about-highlight-entrance 0.9s ease 0.16s both;
}

body.nosotros-page .about-us-highlights {
  gap: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

body.nosotros-page .about-us-main {
  padding-left: clamp(10px, 1.4vw, 18px);
  padding-right: clamp(10px, 1.4vw, 18px);
}

body.nosotros-page .about-us-highlights::before {
  content: '';
  display: block;
  width: min(160px, 24vw);
  height: 4px;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, #14ba48 35%, #ff7b00 65%, transparent 100%);
  opacity: 0.8;
  animation: alliances-line-sweep 2.8s ease-in-out infinite;
}

body.nosotros-page .highlight-card,
body.nosotros-page .mission-card,
body.nosotros-page .vision-card,
body.nosotros-page .value-card,
body.nosotros-page .principle-item,
body.nosotros-page .process-step {
  border-radius: 20px;
  border: 1px solid rgba(20, 186, 72, 0.1);
  box-shadow: 0 8px 28px rgba(6, 34, 16, 0.06);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

body.nosotros-page .highlight-card:hover,
body.nosotros-page .mission-card:hover,
body.nosotros-page .vision-card:hover,
body.nosotros-page .value-card:hover,
body.nosotros-page .principle-item:hover,
body.nosotros-page .process-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(6, 34, 16, 0.1);
  border-color: rgba(20, 186, 72, 0.25);
}

body.nosotros-page .highlight-card {
  background: linear-gradient(135deg, #ffffff 0%, #fffdf7 50%, #f0faf4 100%);
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-left: 4px solid #ff7b00 !important;
}

body.nosotros-page .highlight-card .highlight-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff7b00 0%, #ffa500 100%);
  box-shadow: 0 12px 28px rgba(255, 123, 0, 0.3);
}

body.nosotros-page .highlight-card .highlight-icon i {
  font-size: 1.25rem;
  color: #ffffff;
}

body.nosotros-page .highlight-card h3 {
  font-size: 1.08rem;
  margin-bottom: 6px;
  color: #1a3d2e;
  font-weight: 600;
}

body.nosotros-page .highlight-card p,
body.nosotros-page .mission-card p,
body.nosotros-page .vision-card p,
body.nosotros-page .value-card p,
body.nosotros-page .principle-content p,
body.nosotros-page .process-step p {
  line-height: 1.65;
  font-size: 0.95rem;
  color: #4a6058;
}

body.nosotros-page .highlight-icon,
body.nosotros-page .value-icon,
body.nosotros-page .step-icon {
  background: linear-gradient(135deg, #ff7b00 0%, #ffe066 100%);
  box-shadow: 0 10px 22px rgba(255, 123, 0, 0.22);
}

body.nosotros-page .mission-vision-section .mission-vision-grid,
body.nosotros-page .corporate-values-section .values-grid,
body.nosotros-page .principles-section .principles-grid,
body.nosotros-page .process-section .process-timeline {
  max-width: 1200px;
  margin: 0 auto;
}

body.nosotros-page .mission-vision-grid {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}

body.nosotros-page .mission-card,
body.nosotros-page .vision-card {
  background: linear-gradient(145deg, #ffffff 0%, #fffdf7 50%, #f5faf8 100%);
  padding: 36px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #ff7b00;
  transition: all 0.4s ease;
}

body.nosotros-page .mission-card:hover,
body.nosotros-page .vision-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(255, 123, 0, 0.14);
  border-color: rgba(255, 123, 0, 0.3);
}

body.nosotros-page .mission-card::before,
body.nosotros-page .vision-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #ff7b00, #ffe066);
}

body.nosotros-page .mission-card::after,
body.nosotros-page .vision-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 123, 0, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

body.nosotros-page .mission-vision-icon {
  width: 76px !important;
  height: 76px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 24px !important;
  position: relative;
  background: linear-gradient(135deg, #ff7b00 0%, #ffa500 100%) !important;
  box-shadow: 0 12px 36px rgba(255, 123, 0, 0.35) !important;
}

body.nosotros-page .mission-vision-icon::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 123, 0, 0.16), rgba(255, 224, 102, 0.06));
  z-index: -1;
}

body.nosotros-page .mission-vision-icon i {
  font-size: 1.5rem;
  color: #ffffff !important;
  display: block;
}

body.nosotros-page .mission-card .mission-vision-icon {
  background: linear-gradient(135deg, #ff7b00 0%, #ffa500 100%);
  box-shadow: 0 12px 36px rgba(255, 123, 0, 0.35);
}

body.nosotros-page .vision-card .mission-vision-icon {
  background: linear-gradient(135deg, #ffe066 0%, #ffb700 100%);
  box-shadow: 0 12px 36px rgba(255, 176, 0, 0.35);
}

body.nosotros-page .mission-card h3,
body.nosotros-page .vision-card h3 {
  font-size: 1.4rem;
  margin-bottom: 16px;
  color: #0f5c28;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

body.nosotros-page .mission-card h3::after,
body.nosotros-page .vision-card h3::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #ff7b00, #ffe066);
  border-radius: 2px;
}

body.nosotros-page .mission-card p,
body.nosotros-page .vision-card p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #3d5c4f;
  margin-top: 12px;
}
body.nosotros-page .section--green .process-step h3,
body.nosotros-page .section--green .process-step p {
  color: var(--green-950);
}

body.nosotros-page .mission-card h3,
body.nosotros-page .vision-card h3,
body.nosotros-page .value-card h3,
body.nosotros-page .process-step h3,
body.nosotros-page .principle-content h3 {
  letter-spacing: -0.02em;
}

body.nosotros-page .corporate-values-section .values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

body.nosotros-page .value-card {
  background: linear-gradient(135deg, #ffffff 0%, #fffdf7 50%, #f5faf8 100%);
  text-align: center;
  padding: 28px 20px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 4px solid #ff7b00 !important;
}

body.nosotros-page .value-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff7b00, #ffe066);
  transform: scaleX(1);
  transition: transform 0.35s ease;
}

body.nosotros-page .value-card:hover::after {
  transform: scaleX(1);
}

body.nosotros-page .value-card:hover {
  transform: translateY(-8px);
}

body.nosotros-page .value-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

body.nosotros-page .value-icon i {
  font-size: 1.2rem;
  color: #ffffff;
}

body.nosotros-page .value-card h3 {
  font-size: 0.95rem;
  margin-bottom: 6px;
  color: #1a3d2e;
  font-weight: 600;
}

body.nosotros-page .value-card p {
  font-size: 0.8rem;
  color: #5a7068;
  line-height: 1.4;
}

body.nosotros-page .values-grid--compact {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  align-items: start;
}

body.nosotros-page .values-grid--compact .value-card {
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

body.nosotros-page .values-grid--compact .value-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(135deg, #ff7b00 0%, #ffa500 100%);
  box-shadow: 0 8px 20px rgba(255,123,0,0.18);
}

body.nosotros-page .values-grid--compact h3 {
  font-size: 0.95rem;
  margin: 0;
}

body.nosotros-page .values-grid--compact .value-excerpt {
  font-size: 0.78rem;
  color: #51645b;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 auto;
}

body.nosotros-page .value-more {
  margin-top: 6px;
  background: transparent;
  border: none;
  color: var(--green-900, #0f8f36);
  font-weight: 600;
  cursor: pointer;
}

body.nosotros-page .value-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1200;
}
body.nosotros-page .value-modal[aria-hidden="false"] { display: flex; }

body.nosotros-page .value-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 12, 7, 0.6);
}
body.nosotros-page .value-modal__panel {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  width: min(680px, calc(100% - 48px));
  box-shadow: 0 24px 60px rgba(2,18,11,0.45);
  z-index: 5;
}
body.nosotros-page .value-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 1.4rem;
  cursor: pointer;
}
body.nosotros-page .value-modal__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--green-700,#14ba48), var(--green-600,#0e9e3c));
  color: #fff;
  margin-bottom: 12px;
}
body.nosotros-page .value-modal__title { margin: 0 0 8px 0; }
body.nosotros-page .value-modal__desc { color: #334e43; line-height: 1.7; }

@media (max-width: 375px) {
  body.nosotros-page {
    font-size: 14px;
  }

  body.nosotros-page .values-grid--compact {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  body.nosotros-page .value-modal__panel {
    padding: 12px;
  }

  body.nosotros-page .value-modal__title {
    font-size: 1.1rem;
  }

  body.nosotros-page .principle-item {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    padding: clamp(16px, 2.5vw, 22px);
  }

  body.nosotros-page .principle-number {
    width: 52px;
    min-height: 52px;
    font-size: 1.1rem;
  }

  body.nosotros-page .principle-content h3 {
    font-size: 0.95rem;
  }
}

@media (max-width: 640px) {
  body.nosotros-page .values-grid--compact { gap: 10px; }
  body.nosotros-page .value-modal__panel { padding: 16px; }
}


body.nosotros-page .principles-section .principles-grid {
  gap: clamp(18px, 2vw, 28px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

body.nosotros-page .principle-item {
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  padding: clamp(22px, 3vw, 32px);
  border-radius: 16px;
}

body.nosotros-page .principle-number {
  width: 64px;
  min-height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #14ba48 0%, #0e9e3c 100%);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(20, 186, 72, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
}

body.nosotros-page .principle-content h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #0f5c28;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

body.nosotros-page .principle-content h3 i {
  color: #14ba48;
  font-size: 1rem;
}

body.nosotros-page .principle-content p {
  font-size: 0.9rem;
  color: #5a7068;
  line-height: 1.6;
}

body.nosotros-page .principle-item .principle-icon {
  width: 64px;
  min-height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--green-700, #14ba48) 0%, var(--green-600, #0e9e3c) 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(20,186,72,0.18);
  flex-shrink: 0;
}

body.nosotros-page .principle-item .principle-icon i {
  font-size: 1.25rem;
}

.nosotros-page .principles-carousel {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.nosotros-page .principles-carousel .carousel-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 12px 36px;
}

.nosotros-page .principles-carousel .carousel-track::-webkit-scrollbar {
  display: none;
}
.nosotros-page .principles-carousel .carousel-track {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nosotros-page .principle-card {
  min-width: 220px;
  max-width: 260px;
  flex: 0 0 auto;
  background: rgba(255,255,255,0.96);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  scroll-snap-align: center;
  border: 1px solid rgba(20,186,72,0.06);
  box-shadow: 0 8px 20px rgba(6,34,16,0.04);
}

.nosotros-page .principle-card .principle-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--green-700, #14ba48) 0%, var(--green-600, #0e9e3c) 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(20,186,72,0.16);
  flex-shrink: 0;
}

.nosotros-page .principle-card .principle-content h3 {
  font-size: 1rem;
  margin: 0 0 4px 0;
  color: #0f5c28;
  font-weight: 600;
}

.nosotros-page .principle-card .principle-content p {
  margin: 0;
  font-size: 0.85rem;
  color: #4e6359;
  line-height: 1.4;
  opacity: 0.95;
}

.nosotros-page .carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 8px 20px rgba(6,34,16,0.08);
  cursor: pointer;
  z-index: 6;
}

.nosotros-page .carousel-prev { left: 6px; }
.nosotros-page .carousel-next { right: 6px; }

@media (max-width: 640px) {
  .nosotros-page .principle-card { min-width: 180px; max-width: 200px; padding: 10px; }
  .nosotros-page .principles-carousel .carousel-track { padding: 8px 28px; gap: 10px; }
  .nosotros-page .principle-card .principle-content h3 { font-size: 0.97rem; }
  .nosotros-page .principle-card .principle-content p { display: none; }
}


body.nosotros-page .process-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(16px, 2vw, 28px);
  position: relative;
  overflow: visible;
}

body.nosotros-page .process-timeline::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, #14ba48, rgba(20, 186, 72, 0.3));
  z-index: 0;
}

body.nosotros-page .process-step {
  background: rgba(255, 255, 255, 0.96);
  padding: clamp(24px, 3vw, 32px);
  text-align: center;
  position: relative;
  z-index: 1;
}

body.nosotros-page .process-gallery {
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(22px, 3vw, 32px);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 249, 0.96) 100%);
  border: 1px solid rgba(20, 186, 72, 0.12);
  box-shadow: 0 18px 42px rgba(6, 34, 16, 0.08);
}

body.nosotros-page .process-gallery__header {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

body.nosotros-page .process-gallery__kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(20, 186, 72, 0.08);
  color: #0f8f36;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.nosotros-page .process-gallery__header h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  color: #163425;
}

body.nosotros-page .process-gallery__header p {
  margin: 0;
  color: #537164;
  max-width: 72ch;
}

body.nosotros-page .process-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 18px;
  scrollbar-width: thin;
}

body.nosotros-page .process-tabs::-webkit-scrollbar {
  height: 6px;
}

body.nosotros-page .process-tabs::-webkit-scrollbar-thumb {
  background: rgba(20, 186, 72, 0.22);
  border-radius: 999px;
}

body.nosotros-page .process-tab {
  flex: 0 0 auto;
  padding: 12px 18px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 14px 14px 0 0;
  background: rgba(245, 249, 246, 0.96);
  color: #4a6156;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.nosotros-page .process-tab:hover {
  transform: translateY(-1px);
  color: #0f8f36;
}

body.nosotros-page .process-tab.is-active {
  background: #ffffff;
  color: #0f8f36;
  border-bottom-color: #14ba48;
  box-shadow: 0 10px 24px rgba(20, 186, 72, 0.12);
}

body.nosotros-page .process-gallery-panel {
  min-height: 240px;
}

body.nosotros-page .process-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.nosotros-page .process-media-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 220px;
  background: #eaf2ed;
  box-shadow: 0 12px 30px rgba(6, 34, 16, 0.09);
  cursor: pointer;
  isolation: isolate;
  transform: translateZ(0);
}

body.nosotros-page .process-media-card button {
  all: unset;
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}

body.nosotros-page .process-media-card img,
body.nosotros-page .process-media-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 260ms ease;
}

body.nosotros-page .process-media-card:hover img,
body.nosotros-page .process-media-card:hover video {
  transform: scale(1.05);
}

body.nosotros-page .process-media-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 34, 16, 0.04) 0%, rgba(6, 34, 16, 0.56) 100%);
  opacity: 0;
  transition: opacity 220ms ease;
  z-index: 1;
  pointer-events: none;
}

body.nosotros-page .process-media-card:hover::after,
body.nosotros-page .process-media-card:focus-within::after {
  opacity: 1;
}

body.nosotros-page .process-media-card__badge,
body.nosotros-page .process-media-card__caption {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

body.nosotros-page .process-media-card__badge {
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f8f36;
  font-size: 0.76rem;
  font-weight: 700;
}

body.nosotros-page .process-media-card__badge i {
  font-size: 0.95rem;
}

body.nosotros-page .process-media-card__caption {
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #ffffff;
  display: grid;
  gap: 4px;
}

body.nosotros-page .process-media-card__caption h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

body.nosotros-page .process-media-card__caption p {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.9);
}

body.nosotros-page .process-media-card--video .process-media-card__badge {
  color: #0b5f24;
}

body.nosotros-page .process-media-card--video::before {
  content: '\f04b';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: #14ba48;
  font-size: 1.35rem;
  box-shadow: 0 12px 28px rgba(6, 34, 16, 0.18);
  z-index: 2;
  pointer-events: none;
}

body.nosotros-page .process-gallery-empty {
  padding: 28px;
  border-radius: 18px;
  background: rgba(20, 186, 72, 0.06);
  color: #456257;
  text-align: center;
}

body.nosotros-page .process-media-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3000;
  padding: 18px;
}

body.nosotros-page .process-media-modal.is-open {
  display: flex;
}

body.nosotros-page .process-media-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 24, 16, 0.72);
  backdrop-filter: blur(8px);
}

body.nosotros-page .process-media-modal__dialog {
  position: relative;
  width: auto;
  max-width: min(980px, 95vw);
  max-height: 88vh;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}

body.nosotros-page .process-media-modal__content {
  background: #08150f;
  display: grid;
  place-items: center;
  width: 100%;
}

body.nosotros-page .process-media-modal__content img,
body.nosotros-page .process-media-modal__content video {
  width: auto;
  height: auto;
  max-width: calc(95vw - 36px);
  max-height: calc(88vh - 110px);
  object-fit: contain;
  display: block;
  background: #08150f;
}

body.nosotros-page .process-media-modal__caption {
  padding: 18px 22px 22px;
  display: grid;
  gap: 6px;
}

body.nosotros-page .process-media-modal__caption h4,
body.nosotros-page .process-media-modal__caption p {
  margin: 0;
}

body.nosotros-page .process-media-modal__caption h4 {
  color: #0f8f36;
  font-size: 1.1rem;
}

body.nosotros-page .process-media-modal__caption p {
  color: #4a6156;
}

body.nosotros-page .process-media-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0f8f36;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 8px 18px rgba(6, 34, 16, 0.12);
}

body.nosotros-page .process-media-modal__close:hover {
  background: #ffffff;
}

@keyframes popIn {
  from { opacity: 0; transform: translateY(20px) scale(.995); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes floatSlow {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

.nosotros-page .reveal.in-view {
  animation: popIn 520ms cubic-bezier(.2,.9,.3,1) both;
}

.nosotros-page .reveal.in-view.float {
  animation-name: popIn, floatSlow;
  animation-duration: 520ms, 8s;
  animation-fill-mode: both, both;
  animation-iteration-count: 1, infinite;
  animation-delay: 0s, 800ms;
}

.nosotros-page .section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 20%, rgba(255,255,255,0.02), transparent 18%), radial-gradient(circle at 90% 80%, rgba(132,255,176,0.03), transparent 22%);
  transform: translate3d(0,0,0);
  opacity: 0.9;
  mix-blend-mode: overlay;
  animation: bgDrift 18s linear infinite;
}

@keyframes bgDrift {
  0% { transform: translateY(0) translateX(0) rotate(0deg); }
  50% { transform: translateY(-8px) translateX(6px) rotate(.2deg); }
  100% { transform: translateY(0) translateX(0) rotate(0deg); }
}

body.nosotros-page .step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14ba48 0%, #0e9e3c 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(20, 186, 72, 0.25);
}

body.nosotros-page .step-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

body.nosotros-page .step-icon i {
  font-size: 1.35rem;
  color: #ffffff;
}

body.nosotros-page .process-step h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
  color: #0f5c28;
  font-weight: 600;
}

body.nosotros-page .process-step p {
  font-size: 0.85rem;
  color: #5a7068;
  line-height: 1.55;
}

body.nosotros-page .process-step::before {
  content: '';
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--green-700, #14ba48), rgba(20,186,72,0.32));
  z-index: 0;
}

body.nosotros-page .process-step::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--green-700, #14ba48);
  z-index: 0;
}

body.nosotros-page .process-step:last-child::before,
body.nosotros-page .process-step:last-child::after {
  display: none;
}

@media (max-width: 1024px) {
  body.nosotros-page .process-step::before,
  body.nosotros-page .process-step::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nosotros-page .reveal.in-view,
  .nosotros-page .reveal.in-view.float,
  .nosotros-page .section::after {
    animation: none !important;
  }
}

@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .nosotros-page .reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .nosotros-page .reveal.is-visible,
  .nosotros-page .reveal.in-view,
  .nosotros-page .reveal.in-view.float {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .nosotros-page .hero-nosotros-content,
  .nosotros-page .hero-nosotros-content h1,
  .nosotros-page .hero-nosotros-content p,
  .nosotros-page .highlight-card,
  .nosotros-page .mission-card,
  .nosotros-page .vision-card,
  .nosotros-page .value-card,
  .nosotros-page .principle-card,
  .nosotros-page .process-step,
  .nosotros-page .process-gallery {
    animation: none !important;
    transform: none !important;
  }

  .nosotros-page .section::after {
    animation: none !important;
  }

  body.nosotros-page .hero-nosotros {
    background-attachment: scroll;
  }

  .nosotros-page .highlight-card::before,
  .nosotros-page .value-card::before,
  .nosotros-page .mission-card::before,
  .nosotros-page .vision-card::before,
  .nosotros-page .principle-item::before,
  .nosotros-page .process-step::before {
    opacity: 0 !important;
    transition: none !important;
  }

  .nosotros-page .highlight-card:hover::before,
  .nosotros-page .value-card:hover::before,
  .nosotros-page .mission-card:hover::before,
  .nosotros-page .vision-card:hover::before,
  .nosotros-page .principle-item:hover::before,
  .nosotros-page .process-step:hover::before {
    opacity: 0 !important;
  }

  body.nosotros-page .highlight-card,
  body.nosotros-page .mission-card,
  body.nosotros-page .vision-card,
  body.nosotros-page .value-card,
  body.nosotros-page .principle-item,
  body.nosotros-page .process-step {
    transition: none !important;
  }
}

body.nosotros-page .cta-section {
  text-align: center;
  color: #f4fff6;
  padding: clamp(36px, 4.5vw, 60px) clamp(20px, 4vw, 48px);
}

body.nosotros-page .cta-section#cta-final {
  background:
    linear-gradient(135deg, rgba(2, 18, 11, 0.78) 0%, rgba(6, 63, 23, 0.72) 48%, rgba(20, 186, 72, 0.48) 100%),
    image-set(url('../img/BannerTrabajo.avif') type('image/avif'), url('../img/BannerTrabajo.webp') type('image/webp'), url('../img/BannerTrabajo.png') type('image/png'));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

body.nosotros-page .cta-section#cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.14), transparent 26%),
    radial-gradient(circle at 82% 76%, rgba(187, 255, 213, 0.12), transparent 28%);
  pointer-events: none;
}

body.nosotros-page .cta-section#cta-final .section-lead,
body.nosotros-page .cta-section#cta-final h2 {
  text-shadow: 0 10px 24px rgba(2, 18, 11, 0.22);
}

body.nosotros-page .cta-section h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 16px;
  font-weight: 600;
}

body.nosotros-page .cta-section .section-lead {
  font-size: 1.05rem;
  margin-bottom: 32px;
  opacity: 0.92;
}

body.nosotros-page .cta-section .cta-buttons {
  justify-content: center;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}

body.nosotros-page .cta-section .btn {
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

body.nosotros-page .cta-section .btn-primary {
  background: #ffffff;
  color: #0e9e3c;
  box-shadow: 0 12px 28px rgba(2, 18, 11, 0.18);
}

body.nosotros-page .cta-section .btn-primary:hover {
  background: #f0fff4;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(2, 18, 11, 0.22);
}

body.nosotros-page .cta-section .btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

body.nosotros-page .cta-section .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  body.nosotros-page .hero-nosotros-content {
    width: calc(100% - 24px);
  }

  body.nosotros-page .about-us-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body.nosotros-page .about-us-main h2 {
    max-width: 100%;
  }

  body.nosotros-page .process-timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  body.nosotros-page .process-timeline::before {
    display: none;
  }

  body.nosotros-page .values-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: 0 auto;
  }

  body.nosotros-page .process-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.nosotros-page .hero-nosotros {
    min-height: 55svh;
    margin-top: 70px;
  }

  body.nosotros-page .hero-nosotros-content {
    padding: 28px 20px;
    border-radius: 20px;
  }

  body.nosotros-page .hero-nosotros-content h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  body.nosotros-page .hero-nosotros-content p {
    font-size: 1rem;
  }

  body.nosotros-page .section {
    padding: clamp(36px, 8vw, 56px) 16px;
  }

  body.nosotros-page .section-header h2,
  body.nosotros-page .about-us-main h2 {
    font-size: clamp(1.65rem, 6vw, 2.1rem);
    white-space: normal;
  }

  body.nosotros-page .section-header {
    margin-bottom: 32px;
  }

  body.nosotros-page .section-kicker {
    font-size: 0.7rem;
    padding: 5px 12px;
  }

  body.nosotros-page .mission-vision-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.nosotros-page .mission-card,
  body.nosotros-page .vision-card {
    padding: 24px;
    border-radius: 16px;
  }

  body.nosotros-page .mission-card .mission-vision-icon,
  body.nosotros-page .vision-card .mission-vision-icon {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #14ba48 0%, #0e9e3c 100%) !important;
  }

  body.nosotros-page .vision-card .mission-vision-icon {
    background: linear-gradient(135deg, #0f8f36 0%, #0a5c28 100%) !important;
  }

  body.nosotros-page .mission-card h3,
  body.nosotros-page .vision-card h3 {
    font-size: 1.2rem;
  }

  body.nosotros-page .mission-card p,
  body.nosotros-page .vision-card p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  body.nosotros-page .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  body.nosotros-page .value-card {
    padding: 16px 12px;
    min-height: 150px;
  }

  body.nosotros-page .value-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  body.nosotros-page .value-icon i {
    font-size: 1rem;
  }

  body.nosotros-page .value-card h3 {
    font-size: 0.85rem;
    margin-bottom: 4px;
  }

  body.nosotros-page .value-card p {
    font-size: 0.75rem;
    line-height: 1.3;
  }

  body.nosotros-page .principles-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.nosotros-page .principle-item {
    grid-template-columns: 56px 1fr;
    padding: 20px;
    gap: 14px;
  }

  body.nosotros-page .principle-number {
    width: 56px;
    min-height: 56px;
    font-size: 1.1rem;
  }

  body.nosotros-page .process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  body.nosotros-page .process-step {
    padding: 20px 16px;
  }

  body.nosotros-page .step-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  body.nosotros-page .step-icon {
    width: 44px;
    height: 44px;
  }

  body.nosotros-page .step-icon i {
    font-size: 1.15rem;
  }

  body.nosotros-page .process-step h3 {
    font-size: 1rem;
  }

  body.nosotros-page .process-step p {
    font-size: 0.82rem;
  }

  body.nosotros-page .process-gallery {
    padding: 18px;
  }

  body.nosotros-page .process-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.nosotros-page .process-media-card {
    min-height: 190px;
  }

  body.nosotros-page .process-media-modal__dialog {
    width: min(100%, 720px);
  }

  body.nosotros-page .cta-section {
    padding: 36px 20px;
  }

  body.nosotros-page .cta-section h2 {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  body.nosotros-page .cta-section .cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  body.nosotros-page .cta-section .btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 14px 28px;
  }
}

@media (max-width: 900px) {
  body.nosotros-page .hero-nosotros {
    background-attachment: scroll;
  }
}

@media (max-width: 480px) {
  body.nosotros-page .hero-nosotros {
    min-height: 50svh;
  }

  body.nosotros-page .hero-nosotros-content {
    padding: 24px 16px;
    border-radius: 16px;
  }

  body.nosotros-page .hero-nosotros-content h1 {
    font-size: clamp(1.75rem, 9vw, 2.5rem);
  }

  body.nosotros-page .hero-nosotros-content p {
    font-size: 0.95rem;
  }

  body.nosotros-page .section {
    padding: 30px 14px;
  }

  body.nosotros-page .about-us-highlights {
    gap: 12px;
  }

  body.nosotros-page .highlight-card {
    padding: 16px;
    gap: 12px;
  }

  body.nosotros-page .highlight-card .highlight-icon {
    width: 42px;
    height: 42px;
  }

  body.nosotros-page .highlight-card .highlight-icon i {
    font-size: 1.1rem;
  }

  body.nosotros-page .highlight-card h3 {
    font-size: 1rem;
  }

  body.nosotros-page .highlight-card p {
    font-size: 0.88rem;
  }

  body.nosotros-page .mission-vision-grid {
    gap: 16px;
  }

  body.nosotros-page .mission-card,
  body.nosotros-page .vision-card {
    padding: 20px;
    border-radius: 14px;
  }

  body.nosotros-page .mission-card .mission-vision-icon,
  body.nosotros-page .vision-card .mission-vision-icon {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #14ba48 0%, #0e9e3c 100%) !important;
  }

  body.nosotros-page .vision-card .mission-vision-icon {
    background: linear-gradient(135deg, #0f8f36 0%, #0a5c28 100%) !important;
  }

  body.nosotros-page .mission-card .mission-vision-icon i,
  body.nosotros-page .vision-card .mission-vision-icon i {
    font-size: 1.2rem;
  }

  body.nosotros-page .mission-card h3,
  body.nosotros-page .vision-card h3 {
    font-size: 1.1rem;
  }

  body.nosotros-page .mission-card h3::after,
  body.nosotros-page .vision-card h3::after {
    width: 30px;
    height: 2px;
  }

  body.nosotros-page .mission-card p,
  body.nosotros-page .vision-card p {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  body.nosotros-page .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  body.nosotros-page .value-card {
    padding: 12px 8px;
    min-height: 130px;
  }

  body.nosotros-page .value-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
  }

  body.nosotros-page .value-icon i {
    font-size: 0.9rem;
  }

  body.nosotros-page .value-card h3 {
    font-size: 0.75rem;
    margin-bottom: 3px;
  }

  body.nosotros-page .value-card p {
    font-size: 0.65rem;
    line-height: 1.2;
  }

  body.nosotros-page .process-gallery-grid {
    grid-template-columns: 1fr;
  }

  body.nosotros-page .process-tabs {
    gap: 8px;
  }

  body.nosotros-page .process-tab {
    padding: 11px 14px;
    font-size: 0.92rem;
  }

  body.nosotros-page .process-media-card {
    min-height: 220px;
  }

  body.nosotros-page .process-media-modal {
    padding: 12px;
  }

  body.nosotros-page .process-media-modal__content {
    min-height: 220px;
  }

  body.nosotros-page .process-media-modal__caption {
    padding: 14px 16px 18px;
  }


@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  html {
    scroll-behavior: auto;
  }

  .nosotros-page .hero-nosotros-content,
  .nosotros-page .hero-nosotros-content *,
  .nosotros-page .highlight-card,
  .nosotros-page .highlight-card *,
  .nosotros-page .mission-card,
  .nosotros-page .mission-card *,
  .nosotros-page .vision-card,
  .nosotros-page .vision-card *,
  .nosotros-page .value-card,
  .nosotros-page .value-card *,
  .nosotros-page .principle-card,
  .nosotros-page .principle-card *,
  .nosotros-page .process-step,
  .nosotros-page .process-step *,
  .nosotros-page .process-gallery,
  .nosotros-page .process-gallery * {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .nosotros-page .reveal,
  .nosotros-page .reveal.is-visible,
  .nosotros-page .reveal.in-view,
  .nosotros-page .reveal.in-view.float {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .nosotros-page .section::after,
  .nosotros-page .hero-nosotros::before,
  .nosotros-page .hero-nosotros::after,
  .nosotros-page .hero-nosotros-content::before,
  .nosotros-page .highlight-card::before,
  .nosotros-page .value-card::before,
  .nosotros-page .mission-card::before,
  .nosotros-page .vision-card::before,
  .nosotros-page .principle-item::before,
  .nosotros-page .process-step::before {
    animation: none !important;
    transition: none !important;
  }
}
  body.nosotros-page .process-timeline {
    grid-template-columns: 1fr;
  }

  body.nosotros-page .cta-section .btn {
    max-width: 100%;
  }
}

  body.nosotros-page .principle-item {
    grid-template-columns: 1fr;
  }

  body.nosotros-page .principle-number {
    width: 64px;
    min-height: 64px;
  }

  body.nosotros-page .process-timeline::before {
    display: none;
  }

  body.nosotros-page .cta-section .cta-buttons,
  body.nosotros-page .cta-buttons {
    flex-direction: column;
  }

  body.nosotros-page .cta-section .btn,
  body.nosotros-page .cta-buttons .btn {
    width: 100%;
  }

  body.nosotros-page .hero-nosotros,
  body.nosotros-page #hero-nosotros {
    height: 471.688px !important;
    min-height: 471.688px !important;
    max-height: 471.688px !important;
  }

body.nosotros-page .alliances-board {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(145deg, #ffffff 0%, #fffdf7 42%, #effaf3 100%);
  border: 1px solid rgba(20, 186, 72, 0.16);
  border-top: 5px solid #14ba48;
  border-radius: 24px;
  padding: clamp(18px, 2vw, 24px);
  box-shadow: 0 20px 42px rgba(6, 34, 16, 0.1);
  display: grid;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  animation: alliances-board-entrance 0.95s ease 0.22s both;
  --alliances-pointer-x: 50%;
  --alliances-pointer-y: 50%;
  --alliances-tilt-x: 0deg;
  --alliances-tilt-y: 0deg;
  transform-style: preserve-3d;
  will-change: transform, box-shadow;
}

body.nosotros-page .alliances-board::before,
body.nosotros-page .alliances-board::after {
  content: '';
  position: absolute;
  inset: auto;
  pointer-events: none;
  border-radius: 999px;
  z-index: 0;
}

body.nosotros-page .alliances-board::before {
  width: 220px;
  height: 220px;
  top: -90px;
  right: -70px;
  background: radial-gradient(circle at var(--alliances-pointer-x) var(--alliances-pointer-y), rgba(20, 186, 72, 0.14) 0%, transparent 68%);
  animation: alliances-orb-drift 9s ease-in-out infinite;
}

body.nosotros-page .alliances-board::after {
  width: 180px;
  height: 180px;
  left: -60px;
  bottom: -80px;
  background: radial-gradient(circle at calc(var(--alliances-pointer-x) + 8%) calc(var(--alliances-pointer-y) + 6%), rgba(255, 123, 0, 0.1) 0%, transparent 70%);
  animation: alliances-orb-drift 11s ease-in-out infinite reverse;
}

body.nosotros-page .alliances-board-head {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  animation: alliances-head-rise 0.7s ease 0.26s both;
}

body.nosotros-page .alliances-eyebrow {
  display: inline-flex;
  width: fit-content;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f8f36;
  background: linear-gradient(135deg, rgba(20, 186, 72, 0.12), rgba(255, 224, 102, 0.18));
  border: 1px solid rgba(20, 186, 72, 0.22);
  border-radius: 999px;
  padding: 6px 12px;
}

body.nosotros-page .alliances-board h3 {
  font-size: clamp(1.1rem, 1.9vw, 1.4rem);
  line-height: 1.25;
  margin: 0;
  color: #173b2a;
}

body.nosotros-page .alliances-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  position: relative;
  z-index: 1;
}

body.nosotros-page .alliance-metric {
  border-radius: 16px;
  border: 1px solid rgba(20, 186, 72, 0.14);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 252, 248, 0.96) 100%);
  padding: 14px;
  display: grid;
  gap: 8px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  text-align: center;
  animation: alliances-card-rise 0.75s ease both;
  will-change: transform;
  position: relative;
  overflow: hidden;
}

body.nosotros-page .alliance-metric:nth-child(1) { animation-delay: 0.08s; }
body.nosotros-page .alliance-metric:nth-child(2) { animation-delay: 0.16s; }
body.nosotros-page .alliance-metric:nth-child(3) { animation-delay: 0.24s; }

body.nosotros-page .alliance-metric::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #14ba48 0%, #7be36f 100%);
  opacity: 0.92;
}

body.nosotros-page .alliance-metric:nth-child(2)::before {
  background: linear-gradient(90deg, #ff7b00 0%, #ffc266 100%);
}

body.nosotros-page .alliance-metric:nth-child(3)::before {
  background: linear-gradient(90deg, #0fb3a5 0%, #7ae6dd 100%);
}

body.nosotros-page .alliance-metric:nth-child(1) {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 252, 243, 0.98) 100%);
}

body.nosotros-page .alliance-metric:nth-child(2) {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 237, 0.98) 100%);
}

body.nosotros-page .alliance-metric:nth-child(3) {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 250, 249, 0.98) 100%);
}

body.nosotros-page .alliance-metric:nth-child(1) .alliance-metric__number { color: #0f8f36; }
body.nosotros-page .alliance-metric:nth-child(2) .alliance-metric__number { color: #d86a00; }
body.nosotros-page .alliance-metric:nth-child(3) .alliance-metric__number { color: #0f8a84; }

body.nosotros-page .alliance-metric:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 186, 72, 0.32);
  box-shadow: 0 14px 26px rgba(6, 34, 16, 0.12);
}

body.nosotros-page .alliance-metric__number {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #0f8f36;
  animation: alliances-number-pop 0.85s ease both;
}

body.nosotros-page .alliance-metric h4 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.3;
  color: #1c4330;
}

body.nosotros-page .alliance-metric p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #49655a;
}

body.nosotros-page .alliances-visual {
  position: relative;
  min-height: 148px;
  border-radius: 18px;
  border: 1px dashed rgba(20, 186, 72, 0.3);
  background:
    radial-gradient(circle at calc(32% + (var(--alliances-pointer-x) - 50%) / 3) calc(50% + (var(--alliances-pointer-y) - 50%) / 5), rgba(20, 186, 72, 0.14) 0%, transparent 44%),
    radial-gradient(circle at calc(70% + (var(--alliances-pointer-x) - 50%) / 4) calc(36% + (var(--alliances-pointer-y) - 50%) / 6), rgba(255, 123, 0, 0.14) 0%, transparent 48%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.78) 0%, rgba(239, 250, 243, 0.72) 100%);
  overflow: hidden;
  animation: alliances-visual-breathe 8s ease-in-out infinite;
  z-index: 1;
}

body.nosotros-page .alliance-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 8px 12px;
  color: #11452e;
  border: 1px solid rgba(20, 186, 72, 0.24);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 18px rgba(6, 34, 16, 0.12);
  animation: alliances-node-float 4.8s ease-in-out infinite;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.nosotros-page .alliance-node--core {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #0f8f36 0%, #14ba48 100%);
  color: #ffffff;
  border-color: rgba(15, 143, 54, 0.4);
  padding: 10px 16px;
  animation: alliances-core-pulse 3.2s ease-in-out infinite;
}

body.nosotros-page .alliance-node--onu {
  left: 10%;
  top: 24%;
  animation-duration: 5.3s;
}

body.nosotros-page .alliance-node--ngo-int {
  right: 8%;
  top: 16%;
  animation-duration: 6s;
}

body.nosotros-page .alliance-node--ngo-nac {
  right: 16%;
  bottom: 14%;
  animation-duration: 5.7s;
}

body.nosotros-page .about-us-strengths {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

body.nosotros-page .strength-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #20523a;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(20, 186, 72, 0.2);
  animation: alliances-pill-glow 5s ease-in-out infinite;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.nosotros-page .strength-pill:nth-child(1) {
  background: linear-gradient(135deg, rgba(20, 186, 72, 0.12), rgba(255, 255, 255, 0.9));
  border-color: rgba(20, 186, 72, 0.22);
}

body.nosotros-page .strength-pill:nth-child(2) {
  background: linear-gradient(135deg, rgba(255, 123, 0, 0.12), rgba(255, 255, 255, 0.9));
  border-color: rgba(255, 123, 0, 0.22);
}

body.nosotros-page .strength-pill:nth-child(3) {
  background: linear-gradient(135deg, rgba(15, 179, 165, 0.12), rgba(255, 255, 255, 0.9));
  border-color: rgba(15, 179, 165, 0.22);
}

body.nosotros-page .alliances-board.is-active-motion {
  transform: perspective(1200px) rotateX(var(--alliances-tilt-y)) rotateY(var(--alliances-tilt-x)) translateY(-4px);
  box-shadow: 0 28px 58px rgba(6, 34, 16, 0.16);
}

body.nosotros-page .alliances-board.is-active-motion .alliance-metric:hover,
body.nosotros-page .alliances-board.is-active-motion .strength-pill:hover {
  transform: translateY(-5px) scale(1.02);
}

body.nosotros-page .alliances-board.is-active-motion .alliance-node--core {
  transform: translate(-50%, -50%) scale(1.08);
}

body.nosotros-page .alliances-board:hover {
  box-shadow: 0 26px 52px rgba(6, 34, 16, 0.14);
  transform: translateY(-4px);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

body.nosotros-page .alliances-board:hover .alliances-visual {
  animation-duration: 5.5s;
}

body.nosotros-page .alliances-board:hover .alliance-node--core {
  transform: translate(-50%, -50%) scale(1.04);
}

body.nosotros-page .alliances-board:hover .alliance-metric {
  box-shadow: 0 16px 30px rgba(6, 34, 16, 0.1);
}

body.nosotros-page .strength-pill i {
  color: #0f8f36;
}

@media (max-width: 768px) {
  body.nosotros-page .about-us-text {
    text-align: center;
  }

  body.nosotros-page .about-us-main h2 {
    white-space: normal;
    max-width: 12ch;
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  body.nosotros-page .about-us-description,
  body.nosotros-page .about-us-highlight {
    max-width: 100%;
  }

  body.nosotros-page .about-us-container {
    width: min(100%, calc(100% - 16px));
  }

  body.nosotros-page .about-us-highlights {
    max-width: 100%;
  }

  body.nosotros-page .alliances-board {
    padding: 18px 16px;
  }

  body.nosotros-page .alliances-board.is-active-motion {
    transform: none;
  }

  body.nosotros-page .alliances-board::before {
    width: 160px;
    height: 160px;
    top: -70px;
    right: -60px;
  }

  body.nosotros-page .alliances-board::after {
    width: 130px;
    height: 130px;
    left: -50px;
    bottom: -50px;
  }

  body.nosotros-page .alliances-metrics {
    grid-template-columns: 1fr;
  }

  body.nosotros-page .alliances-visual {
    min-height: 170px;
  }

  body.nosotros-page .alliance-node {
    font-size: 0.72rem;
    padding: 7px 10px;
  }

  body.nosotros-page .alliance-node--onu {
    left: 6%;
    top: 18%;
  }

  body.nosotros-page .alliance-node--ngo-int {
    right: 4%;
    top: 12%;
  }

  body.nosotros-page .alliance-node--ngo-nac {
    right: 10%;
    bottom: 12%;
  }

  body.nosotros-page .about-us-strengths {
    gap: 8px;
  }

  body.nosotros-page .strength-pill {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.nosotros-page .about-us-container {
    width: min(1080px, calc(100% - 16px));
  }

  body.nosotros-page .alliances-board {
    padding: 20px 18px;
  }

  body.nosotros-page .alliances-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.nosotros-page .alliance-metric:nth-child(3) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  body.nosotros-page .about-us-main h2 {
    max-width: 100%;
    white-space: normal;
  }

  body.nosotros-page .about-us-container {
    width: min(100%, calc(100% - 12px));
  }

  body.nosotros-page .alliances-board {
    padding: 16px 14px;
    border-radius: 20px;
  }

  body.nosotros-page .alliances-visual {
    min-height: 150px;
  }

  body.nosotros-page .alliance-node--onu {
    left: 4%;
    top: 16%;
  }

  body.nosotros-page .alliance-node--ngo-int {
    right: 4%;
    top: 10%;
  }

  body.nosotros-page .alliance-node--ngo-nac {
    right: 8%;
    bottom: 10%;
  }
}

@keyframes alliances-line-sweep {
  0%, 100% { transform: scaleX(0.92); opacity: 0.72; }
  50% { transform: scaleX(1); opacity: 1; }
}

@keyframes alliances-card-rise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes alliances-node-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes alliances-core-pulse {
  0%, 100% { box-shadow: 0 8px 18px rgba(6, 34, 16, 0.12), 0 0 0 0 rgba(20, 186, 72, 0.18); }
  50% { box-shadow: 0 12px 24px rgba(6, 34, 16, 0.16), 0 0 0 12px rgba(20, 186, 72, 0); }
}

@keyframes alliances-visual-breathe {
  0%, 100% { filter: saturate(1) brightness(1); }
  50% { filter: saturate(1.04) brightness(1.02); }
}

@keyframes alliances-pill-glow {
  0%, 100% { box-shadow: 0 6px 14px rgba(6, 34, 16, 0.08); }
  50% { box-shadow: 0 10px 22px rgba(6, 34, 16, 0.12); }
}

@keyframes about-title-entrance {
  from { opacity: 0; transform: translateY(14px); letter-spacing: -0.08em; }
  to { opacity: 1; transform: translateY(0); letter-spacing: -0.04em; }
}

@keyframes about-copy-entrance {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes about-highlight-entrance {
  from { opacity: 0; transform: translateY(18px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes alliances-board-entrance {
  from { opacity: 0; transform: translateY(20px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes alliances-head-rise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes alliances-number-pop {
  0% { opacity: 0; transform: scale(0.75); }
  60% { opacity: 1; transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes alliances-orb-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(10px, 12px, 0) scale(1.08); }
}

  .equipo-split {
    background:
      radial-gradient(circle at 16% 8%, rgba(255, 224, 102, 0.06), transparent 24%),
      radial-gradient(circle at 84% 86%, rgba(20, 186, 72, 0.04), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #fffaf0 44%, #f2fbf5 100%);
    padding: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(20, 186, 72, 0.06);
    box-shadow: 0 12px 34px rgba(6, 34, 16, 0.06);
  }

  .equipo-split::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
      linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.15;
    pointer-events: none;
  }

  .equipo-split-inner {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    position: relative;
    z-index: 1;
  }

  .equipo-split-media {
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    clip-path: none;
    box-shadow: 0 22px 40px rgba(5, 39, 16, 0.18);
  }

  .equipo-split-media::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(122deg, rgba(4, 34, 14, 0.36) 0%, rgba(4, 34, 14, 0.05) 56%, rgba(20, 186, 72, 0.16) 100%);
    z-index: 1;
  }

  .equipo-split-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
  }

  .equipo-split-content {
    color: var(--text-900, #172014);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 54px) clamp(20px, 4vw, 56px) clamp(28px, 4vw, 54px) clamp(18px, 3vw, 42px);
    background: transparent;
  }

  .equipo-split-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(20,186,72,0.10), rgba(255,123,0,0.06));
    border: 1px solid rgba(20,186,72,0.12);
    color: var(--green-900, #0f8f36);
  }

  #equipo-title {
    font-size: clamp(1.85rem, 3.2vw, 2.8rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin: 12px 0 10px;
    font-weight: 700;
    background: linear-gradient(90deg, #0f8f36, #14ba48);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 6px 18px rgba(20,34,10,0.06);
  }

  #equipo-title::after {
    content: '';
    display: block;
    width: 64px;
    height: 4px;
    border-radius: 4px;
    margin-top: 12px;
    background: linear-gradient(90deg, #ff7b00, #ffe066);
    opacity: 0.95;
  }

  .equipo-split-subtitle {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2f5a44;
    margin-bottom: 12px;
    line-height: 1.45;
  }

  .equipo-split-desc {
    font-size: 0.98rem;
    line-height: 1.68;
    color: #505b51;
    max-width: 640px;
    margin-top: 6px;
  }

  .equipo-split-content a { color: var(--primary, #14ba48); text-decoration: underline; }

  .equipo-split-content p { margin: 0 0 12px 0; }

  /* Responsive: équipo split */
  @media (max-width: 980px) {
    .equipo-split {
      background:
        linear-gradient(180deg, #ffffff 0%, #fffaf0 44%, #f2fbf5 100%);
    }

    .equipo-split-inner {
      grid-template-columns: 1fr;
      gap: 0;
    }

    .equipo-split-media {
      aspect-ratio: 1 / 1;
      min-height: 0;
      border-radius: 0;
    }

    .equipo-split-media::before {
      display: none;
    }

    .equipo-split-content {
      padding: clamp(28px, 4vw, 42px);
      text-align: center;
    }

    #equipo-title {
      font-size: clamp(1.5rem, 4vw, 2.2rem);
    }

    .equipo-split-subtitle {
      font-size: 1rem;
    }

    .equipo-split-desc {
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (max-width: 640px) {
    .equipo-split {
      box-shadow: none;
    }

    .equipo-split-media {
      aspect-ratio: 1 / 1;
      min-height: 0;
      border-radius: 0;
    }

    .equipo-split-label {
      font-size: 10px;
      padding: 6px 10px;
    }

    .equipo-split-content {
      padding: 24px 16px;
    }

    #equipo-title {
      font-size: clamp(1.3rem, 3.5vw, 1.8rem);
      margin: 10px 0 14px;
    }

    .equipo-split-subtitle {
      font-size: 0.95rem;
      margin-bottom: 12px;
    }

    .equipo-split-desc {
      font-size: 0.9rem;
    }
  }
