/* =========================================================
   Iterati - Nosotros 2026 (NO toca header/footer)
   Scope: body.page-nosotros ...
========================================================= */

body.page-nosotros .it-about {
  padding: 55px 0 20px;
}

/* --- variables de color (ajústalas si tu azul exacto difiere) --- */
body.page-nosotros {
  --it-blue: #2b6ea4;      /* azul principal */
  --it-blue-dark: #0b3c5d; /* azul profundo */
  --it-bg: #f6f9fc;        /* fondo suave */
  --it-text: #1f2a37;
  --it-muted: #667085;
}

/* --- Banner existente: lo modernizamos sin cambiar HTML --- */
body.page-nosotros .banner.nosotros {
  position: relative;
  background: linear-gradient(135deg, rgba(11,60,93,.92), rgba(43,110,164,.86));
  padding: 55px 0;
}

body.page-nosotros .banner.nosotros:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.12), transparent 40%),
    radial-gradient(circle at 80% 60%, rgba(255,255,255,.10), transparent 45%);
  pointer-events: none;
}

body.page-nosotros .banner.nosotros .nombre-promo {
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: .4px;
  font-size: 34px;
  text-shadow: 0 12px 30px rgba(0,0,0,.25);
}

/* --- HERO --- */
body.page-nosotros .it-hero {
  margin-top: -35px; /* sube un poco para verse "premium" */
  background: #fff;
  border-radius: 18px;
  padding: 34px 28px;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.10);
  border: 1px solid rgba(16,24,40,.06);
}

body.page-nosotros .it-title {
  font-size: 34px;
  line-height: 1.18;
  margin: 0 0 14px;
  color: var(--it-blue-dark);
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
}

body.page-nosotros .it-lead {
  font-size: 16px;
  color: var(--it-muted);
  margin: 0 0 16px;
}

body.page-nosotros .it-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.page-nosotros .it-badge {
  background: rgba(43,110,164,.10);
  color: var(--it-blue-dark);
  border: 1px solid rgba(43,110,164,.20);
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
}

/* --- Cards base --- */
body.page-nosotros .it-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 20px;
  border: 1px solid rgba(16,24,40,.06);
  box-shadow: 0 12px 35px rgba(16,24,40,.08);
  height: 100%;
}

body.page-nosotros .it-card--stats {
  padding: 18px 18px;
}

body.page-nosotros .it-stat {
  padding: 12px 10px;
  border-radius: 14px;
  background: var(--it-bg);
  border: 1px solid rgba(16,24,40,.05);
  margin-bottom: 12px;
  text-align: center;
}

body.page-nosotros .it-stat:last-child { margin-bottom: 0; }

body.page-nosotros .it-stat__num {
  font-size: 26px;
  font-weight: 800;
  color: var(--it-blue-dark);
  line-height: 1.1;
}

body.page-nosotros .it-stat__label {
  font-size: 12.5px;
  color: var(--it-muted);
  margin-top: 3px;
}

/* --- Secciones --- */
body.page-nosotros .it-section {
  margin-top: 34px;
}

body.page-nosotros .it-section__head {
  margin-bottom: 18px;
}

body.page-nosotros .it-h2 {
  font-size: 24px;
  color: var(--it-blue-dark);
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
  margin: 0 0 6px;
}

body.page-nosotros .it-sub {
  margin: 0;
  color: var(--it-muted);
}

body.page-nosotros .it-grid-cards .it-card {
  min-height: 180px;
}

body.page-nosotros .it-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(43,110,164,.12);
  color: var(--it-blue-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 10px;
}

body.page-nosotros .it-h3 {
  font-size: 16px;
  margin: 0 0 6px;
  color: var(--it-blue-dark);
}

/* --- Media card (img + contenido) --- */
body.page-nosotros .it-card--media {
  padding: 0;
  overflow: hidden;
}

body.page-nosotros .it-media {
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #0b3c5d;
}

body.page-nosotros .it-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05);
}

body.page-nosotros .it-media__body {
  padding: 18px 18px 20px;
}

body.page-nosotros .it-accordion .panel,
body.page-nosotros .it-accordion .panel-heading {
  border-radius: 12px !important;
}

body.page-nosotros .it-accordion .panel-heading {
  background: var(--it-bg);
  border: 1px solid rgba(16,24,40,.06);
}

body.page-nosotros .it-accordion .panel-title a {
  display: block;
  text-decoration: none;
  color: var(--it-blue-dark);
  font-weight: 700;
}

body.page-nosotros .it-list {
  margin: 0;
  padding-left: 18px;
  color: var(--it-text);
}

body.page-nosotros .it-list li {
  margin-bottom: 8px;
  color: var(--it-muted);
}

/* --- Valores grid --- */
body.page-nosotros .it-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.page-nosotros .it-value {
  background: #fff;
  border: 1px solid rgba(16,24,40,.06);
  border-radius: 14px;
  padding: 16px 16px;
  box-shadow: 0 10px 24px rgba(16,24,40,.06);
}

body.page-nosotros .it-value h4 {
  margin: 0 0 6px;
  font-size: 14px;
  color: var(--it-blue-dark);
  font-weight: 800;
}

body.page-nosotros .it-value p {
  margin: 0;
  color: var(--it-muted);
  font-size: 13px;
}

/* --- CTA inline --- */
body.page-nosotros .it-cta-inline {
  margin-top: 26px;
}

body.page-nosotros .it-cta-box {
  background: linear-gradient(135deg, var(--it-blue-dark), var(--it-blue));
  border-radius: 18px;
  padding: 22px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.12);
}

body.page-nosotros .it-cta-box h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
}

body.page-nosotros .it-cta-box p {
  margin: 0;
  opacity: .92;
}

body.page-nosotros .it-btn {
  background: #fff;
  color: var(--it-blue-dark);
  font-weight: 800;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid rgba(255,255,255,.35);
}

body.page-nosotros .it-btn:hover {
  transform: translateY(-1px);
}

/* --- Responsive --- */
@media (max-width: 991px) {
  body.page-nosotros .it-hero { margin-top: -20px; }
  body.page-nosotros .it-title { font-size: 28px; }
  body.page-nosotros .it-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  body.page-nosotros .banner.nosotros .nombre-promo { font-size: 26px; }
  body.page-nosotros .it-values { grid-template-columns: 1fr; }
  body.page-nosotros .it-cta-box { flex-direction: column; align-items: flex-start; }
}