/* PyMESPRESS 171C14-A5-D15-HF39 · Sobre nosotros, contraste reforzado */
.page-about-us{
  --about-navy:#102d57;
  --about-navy-dark:#0a2346;
  --about-green:#078d43;
  --about-green-dark:#056c34;
  --about-mint:#eaf7ef;
  --about-surface:#f5f8f7;
  --about-border:#dce6e1;
  --about-ink:#1c2b3e;
  --about-muted:#56667a;
  --about-heading:var(--pym-type-heading,"Cormorant Garamond","Iowan Old Style",Georgia,serif);
  --about-body:var(--pym-type-body,Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif);
  background:#fff;
  color:var(--about-ink);
  font-family:var(--about-body);
}

/* Encabezado administrado: mismo sistema tipográfico, escala institucional contenida. */
.page-about-us .cms-page-hero{
  padding:52px 0 46px;
  border-bottom:1px solid var(--about-border);
  background:linear-gradient(135deg,#f0f8f4 0%,#fff 58%,#eef4fb 100%);
}
.page-about-us .cms-page-hero-inner{
  width:min(100% - 48px,1160px);
  max-width:1160px;
  padding:0;
}
.page-about-us .cms-page-breadcrumb{
  margin-bottom:18px;
  color:#637187;
  font:650 .875rem/1.4 var(--about-body);
}
.page-about-us .cms-page-type{
  padding:7px 12px;
  border-radius:999px;
  background:var(--about-mint);
  color:var(--about-green-dark);
  font:850 .75rem/1 var(--about-body);
  letter-spacing:.09em;
}
.page-about-us .cms-page-hero h1{
  max-width:900px;
  margin:14px 0 0;
  color:var(--about-navy);
  font-family:var(--about-heading);
  font-size:clamp(2.75rem,5vw,4rem);
  font-weight:700;
  line-height:1.02;
  letter-spacing:-.035em;
}

/* El cuerpo institucional no usa la tarjeta genérica de las páginas legales. */
.page-about-us .cms-page-layout{
  width:min(100% - 48px,1160px);
  max-width:1160px;
  margin:0 auto;
  padding:0 0 80px;
}
.page-about-us .cms-page-content{
  max-width:none;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:var(--about-ink);
  font-family:var(--about-body);
  font-size:1rem;
  line-height:1.68;
}
.page-about-us .cms-page-content h2{
  margin:0;
  color:var(--about-navy);
  font-family:var(--about-heading);
  font-size:clamp(2rem,3.5vw,3rem);
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.025em;
}
.page-about-us .cms-page-content h3{
  margin:0;
  color:var(--about-navy);
  font-family:var(--about-body);
  font-size:1.125rem;
  font-weight:850;
  line-height:1.28;
  letter-spacing:-.012em;
}
.page-about-us .cms-page-content p{
  margin:0 0 1.05em;
  color:var(--about-muted);
  font-family:var(--about-body);
  font-size:1.0625rem;
  line-height:1.7;
}
.page-about-us .cms-page-content a{
  font-family:var(--about-body);
}

.about-kicker{
  display:block;
  margin:0 0 12px;
  color:var(--about-green-dark);
  font:900 .75rem/1.25 var(--about-body);
  letter-spacing:.16em;
  text-transform:uppercase;
}
.about-kicker.about-kicker-light{
  color:#75e8a8;
}
.about-section-head{
  max-width:760px;
  margin:0 0 32px;
}
.about-section-head h2{
  margin:0 0 14px;
}
.about-section-head p:last-child{
  margin-bottom:0;
}
.about-section{
  padding:68px 0;
  border-top:1px solid var(--about-border);
}

/* Apertura */
.about-opening{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);
  gap:56px;
  align-items:center;
  padding:72px 0;
}
.about-opening-copy{
  max-width:680px;
}
.about-opening h2{
  margin:0 0 22px;
}
.page-about-us .about-opening .about-lead{
  margin-bottom:14px;
  color:#30425a;
  font-size:1.1875rem;
  line-height:1.64;
}
.about-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.page-about-us .about-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border:2px solid var(--about-green);
  border-radius:9px;
  background:var(--about-green);
  color:#fff;
  font-size:.9375rem;
  font-weight:850;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
}
.page-about-us .about-actions .about-button-secondary{
  border-color:#c6d4df;
  background:#fff;
  color:var(--about-navy);
}
.page-about-us .about-actions a:hover{
  border-color:var(--about-green-dark);
  background:var(--about-green-dark);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(8,85,47,.14);
}

.about-hero-visual{
  position:relative;
  min-height:390px;
  overflow:hidden;
  border-radius:18px;
  background:radial-gradient(circle at center,#fff 0 25%,transparent 25.5%),linear-gradient(145deg,#0b8c45,#12315d);
  box-shadow:0 22px 56px rgba(16,45,87,.18);
}
.about-hero-visual::before,
.about-hero-visual::after{
  content:"";
  position:absolute;
  inset:15%;
  border:1px solid rgba(255,255,255,.27);
  border-radius:50%;
}
.about-hero-visual::after{
  inset:30%;
  border-style:dashed;
}
.about-visual-core{
  position:absolute;
  z-index:2;
  top:50%;
  left:50%;
  display:flex;
  width:168px;
  height:168px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:#fff;
  color:var(--about-navy);
  box-shadow:0 16px 45px rgba(0,0,0,.2);
}
.about-visual-core span{
  color:var(--about-green-dark);
  font:900 .6875rem/1.2 var(--about-body);
  letter-spacing:.14em;
}
.about-visual-core strong{
  font:700 1.65rem/1.1 var(--about-heading);
}
.about-orbit{
  position:absolute;
  z-index:3;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font:800 .8125rem/1.2 var(--about-body);
  backdrop-filter:blur(8px);
}
.about-orbit-one{top:14%;left:10%}
.about-orbit-two{top:23%;right:8%}
.about-orbit-three{bottom:13%;left:20%}

/* Identidad y propósito */
.about-identity{
  display:grid;
  grid-template-columns:minmax(280px,.88fr) minmax(0,1.12fr);
  gap:64px;
  align-items:start;
}
.about-identity .about-section-head{
  margin-bottom:0;
}
.about-copy{
  max-width:660px;
}
.about-copy p:first-child{
  color:#30425a;
  font-size:1.125rem;
}
.about-purpose{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:32px;
  align-items:center;
  margin:4px 0 68px;
  padding:44px;
  border-radius:14px;
  background:var(--about-navy);
  box-shadow:0 18px 48px rgba(16,45,87,.15);
}
.about-purpose-mark{
  display:grid;
  width:104px;
  height:104px;
  place-items:center;
  border:1px solid rgba(255,255,255,.3);
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.about-purpose-mark span{
  color:#75e8a8;
  font:900 1.5rem/1 var(--about-body);
}
.about-purpose h2,
.about-purpose p{
  color:#fff;
}
/* La regla tipográfica general de .cms-page-content tiene mayor especificidad.
   Estas declaraciones garantizan contraste aun cuando existan hojas cacheadas. */
.page-about-us .cms-page-content .about-purpose h2,
.page-about-us .cms-page-content .about-purpose p{
  color:#fff;
}
.page-about-us .cms-page-content .about-purpose .about-kicker-light{
  color:#75e8a8;
}
.about-purpose h2{
  margin:0 0 12px;
  font-size:clamp(1.85rem,3vw,2.6rem);
}
.about-purpose p{
  max-width:780px;
  margin-bottom:0;
}

/* Método, propuesta y públicos */
.about-method-grid,
.about-audience-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.about-method-grid article,
.about-audience-grid article{
  min-width:0;
  padding:26px 22px;
  border:1px solid var(--about-border);
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 24px rgba(16,45,87,.055);
}
.about-card-number{
  display:grid;
  width:44px;
  height:44px;
  margin-bottom:24px;
  place-items:center;
  border-radius:10px;
  background:var(--about-mint);
  color:var(--about-green-dark);
  font:900 .8125rem/1 var(--about-body);
}
.about-method-grid h3,
.about-audience-grid h3{
  margin:0 0 9px;
}
.about-method-grid p,
.about-audience-grid p{
  margin:0;
  font-size:.96875rem;
  line-height:1.62;
}
.about-soft{
  margin:0;
  padding:60px 34px;
  border:0;
  border-radius:14px;
  background:var(--about-surface);
}
.about-value-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 34px;
}
.about-value-grid article{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:14px;
  padding:20px 0;
  border-bottom:1px solid var(--about-border);
}
.about-check{
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  border-radius:50%;
  background:var(--about-mint);
  color:var(--about-green-dark);
  font:900 .875rem/1 var(--about-body);
}
.about-value-grid h3{
  margin:0 0 5px;
}
.about-value-grid p{
  margin:0;
  font-size:.96875rem;
  line-height:1.6;
}

/* Áreas y recorrido */
.about-areas{
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);
  gap:56px;
  align-items:center;
}
.about-areas .about-section-head{
  margin-bottom:0;
}
.about-area-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-content:center;
}
.about-area-list span{
  padding:12px 16px;
  border:1px solid #cfe1d7;
  border-radius:999px;
  background:var(--about-mint);
  color:#174f35;
  font:750 .9375rem/1.2 var(--about-body);
}
.about-journey{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.about-journey::before{
  content:"";
  position:absolute;
  top:23px;
  right:7%;
  left:7%;
  height:2px;
  background:#cee0d5;
}
.about-journey article{
  position:relative;
  z-index:1;
  text-align:center;
}
.about-journey b{
  display:grid;
  width:48px;
  height:48px;
  margin:0 auto 14px;
  place-items:center;
  border:5px solid #fff;
  border-radius:50%;
  background:var(--about-green);
  color:#fff;
  font:900 .875rem/1 var(--about-body);
}
.about-journey span{
  display:block;
  padding:0 8px;
  color:var(--about-navy);
  font:800 .875rem/1.4 var(--about-body);
}

/* Compromiso y cierre */
.about-commitment{
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);
  gap:48px;
  margin-top:4px;
  padding:52px 40px;
  border-radius:14px;
  background:linear-gradient(145deg,#edf9f2,#f7fafc);
}
.about-commitment .about-section-head{
  margin-bottom:0;
}
.about-commitment-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.page-about-us .about-commitment-grid p{
  margin:0;
  padding:17px;
  border:1px solid rgba(220,230,225,.9);
  border-radius:10px;
  background:#fff;
  font-size:.9375rem;
  line-height:1.58;
}
.about-commitment-grid strong{
  color:var(--about-navy);
}
.about-closing{
  margin-top:68px;
  padding:60px 8%;
  border-radius:14px;
  background:linear-gradient(120deg,var(--about-navy-dark),#0c6e4a);
  text-align:center;
}
.about-closing h2,
.about-closing p{
  max-width:760px;
  margin-right:auto;
  margin-left:auto;
  color:#fff;
}
.page-about-us .cms-page-content .about-closing h2,
.page-about-us .cms-page-content .about-closing p{
  color:#fff;
}
.page-about-us .cms-page-content .about-closing .about-kicker-light{
  color:#75e8a8;
}
.about-closing h2{
  margin-bottom:14px;
}
.about-closing p{
  margin-bottom:0;
}
.about-closing .about-actions{
  justify-content:center;
}
.page-about-us .about-closing .about-actions a.about-button-secondary{
  border-color:rgba(255,255,255,.62);
  background:transparent;
  color:#fff;
}

@media (max-width:900px){
  .about-opening,
  .about-identity,
  .about-areas,
  .about-commitment{
    grid-template-columns:1fr;
    gap:32px;
  }
  .about-opening-copy,
  .about-copy{
    max-width:760px;
  }
  .about-hero-visual{
    min-height:330px;
  }
  .about-method-grid,
  .about-audience-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .about-journey{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px 8px;
  }
  .about-journey::before{
    display:none;
  }
}

@media (max-width:600px){
  .page-about-us .cms-page-hero{
    padding:38px 0 34px;
  }
  .page-about-us .cms-page-hero-inner,
  .page-about-us .cms-page-layout{
    width:min(100% - 32px,1160px);
  }
  .page-about-us .cms-page-hero h1{
    font-size:clamp(2.35rem,12vw,3.1rem);
  }
  .page-about-us .cms-page-content h2{
    font-size:clamp(1.8rem,9vw,2.35rem);
  }
  .page-about-us .cms-page-content p{
    font-size:1rem;
  }
  .about-opening,
  .about-section{
    padding:46px 0;
  }
  .about-opening{
    gap:28px;
  }
  .about-hero-visual{
    min-height:280px;
    border-radius:14px;
  }
  .about-visual-core{
    width:144px;
    height:144px;
  }
  .about-orbit{
    padding:8px 10px;
    font-size:.75rem;
  }
  .about-purpose{
    grid-template-columns:1fr;
    gap:22px;
    margin-bottom:46px;
    padding:30px 24px;
  }
  .about-purpose-mark{
    width:72px;
    height:72px;
  }
  .about-method-grid,
  .about-audience-grid,
  .about-value-grid,
  .about-commitment-grid{
    grid-template-columns:1fr;
  }
  .about-soft{
    padding:44px 20px;
  }
  .about-journey{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .about-commitment{
    padding:38px 22px;
  }
  .about-closing{
    margin-top:46px;
    padding:46px 22px;
  }
  .about-actions{
    flex-direction:column;
  }
  .page-about-us .about-actions a{
    width:100%;
  }
}

@media (prefers-reduced-motion:no-preference){
  .page-about-us .about-actions a,
  .about-method-grid article,
  .about-audience-grid article{
    transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
  }
  .about-method-grid article:hover,
  .about-audience-grid article:hover{
    transform:translateY(-4px);
    border-color:#9fd3b4;
  }
}
