.client-band.trust {
  padding: 95px 0;
  background: #faf9f7;
}
.client-band.trust > .eyebrow,
.client-band.trust > h2 {
  margin-left: 7.5vw;
  margin-right: 7.5vw;
}
.client-band.trust > .eyebrow {
  text-align: left;
  color: var(--orange);
}
.nosotros-page .client-band.trust > h2 { display: none; }
.client-band.trust .logo-row {
  margin-top: 55px;
  background: #fff;
  padding: 34px 0;
}
.profile-aside-metrics {
  margin-top: 34px;
  padding-top: 8px;
  border-top: 1px solid #4a4a47;
}
.profile-aside-metrics > div {
  display: flex;
  flex-direction: column;
  padding: 21px 0;
  border-bottom: 1px solid #3e3e3b;
}
.profile-aside-metrics > div:last-child { border-bottom: 0; padding-bottom: 0; }
.profile-aside-metrics strong {
  color: var(--orange);
  font-size: 26px;
  line-height: 1.12;
}
.profile-aside-metrics span {
  color: #bdbdb8;
  font-size: 15px;
  line-height: 1.35;
  margin-top: 6px;
}

/* Ritmo vertical más compacto */
.about-hero { padding-top: 72px; padding-bottom: 62px; }
.about-hero h1 { margin-bottom: 0; }
.profile { padding-top: 72px; padding-bottom: 72px; gap: 5vw; }
.about-hero { padding-top: 190px; }
.profile-monogram {
  width: 156px;
  height: 156px;
  overflow: hidden;
  background: transparent;
}
.profile-monogram img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.profile aside h2 {
  font-size: 43px;
  line-height: 1;
}
.highlights { margin-top: 34px; }
.highlights article { padding-top: 20px; padding-bottom: 20px; }
.education { padding-top: 70px; padding-bottom: 70px; gap: 6vw; }
.client-band.trust { padding-top: 70px; padding-bottom: 70px; }
.client-band.trust .logo-row { margin-top: 38px; }
.nosotros-page .cta { padding-top: 65px; padding-bottom: 65px; }
.inline-education {
  margin-top: 32px;
  padding: 27px 0 8px;
  border-top: 1px solid #deded9;
  border-bottom: 1px solid #deded9;
}
.inline-education .eyebrow { margin-bottom: 14px; }
.profile-content .inline-education p {
  margin: 0;
  padding: 13px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-top: 1px solid #ecece8;
  font-size: 17px;
  line-height: 1.35;
}
.inline-education p:first-of-type { border-top: 0; }
.inline-education strong { color: #292926; font-size: 18px; }
.inline-education span { color: #72726d; }
.team-network {
  padding: 78px 7.5vw;
  background: #f3f3f0;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  align-items: start;
}
.team-network-heading h2 {
  max-width: 520px;
  margin: 0 0 20px;
  font-size: 50px;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.team-network-heading h2 span { color: var(--orange); }
.team-network-heading > p {
  max-width: 470px;
  margin: 0;
  color: #62625e;
  font-size: 20px;
  line-height: 1.5;
}
.team-network-items article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 23px;
  padding: 25px 0;
  border-top: 1px solid #d7d7d2;
}
.team-network-items article:last-child { border-bottom: 1px solid #d7d7d2; }
.team-network-items i {
  width: 62px;
  height: 62px;
  border-radius: 17px;
  background: #fff0e3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-network-items svg { width: 36px; height: 36px; fill: none; stroke: var(--orange); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.team-network-items p { margin: 0; color: #4f4f4b; font-size: 18px; line-height: 1.6; }
@media (max-width: 650px) {
  .profile-content .inline-education p { grid-template-columns: 1fr; gap: 5px; }
  .team-network { padding: 60px 24px; grid-template-columns: 1fr; gap: 35px; }
  .team-network-heading h2 { font-size: 40px; }
}
@media (max-width: 650px) {
  .client-band.trust > .eyebrow,
  .client-band.trust > h2 {
    margin-left: 24px;
    margin-right: 24px;
  }
}
