.pagina-investidores {
  font-family: var(--base-font);
}

.pagina-investidores :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--main-font);
  font-weight: 700;
  letter-spacing: 0;
}

.wz-investor-hero,
.wz-investor-section,
.wz-investor-cta {
  color: var(--text-color);
}

.wz-investor-hero {
  padding: 30px 0 42px;
  background: #f5f6fa;
}

.wz-investor-hero__grid,
.wz-investor-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.96fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
}

.wz-investor-hero h1,
.wz-investor-section h2,
.wz-investor-cta h2 {
  margin: 0;
  color: var(--header-color);
}

.wz-investor-hero h1 {
  max-width: 12ch;
  color: var(--black);
  font-size: clamp(2.55rem, 4.1vw, 3.5rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.wz-investor-section h2,
.wz-investor-cta h2 {
  font-size: clamp(1.62rem, 1.82vw, 2.08rem);
  line-height: 1.2;
}

.wz-investor-hero__highlight {
  display: block;
  color: #c96b00;
}

.wz-investor-hero__lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: #4d5766;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.58;
}

.wz-investor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.wz-investor-hero__media {
  margin: 0;
  text-align: center;
}

.wz-investor-hero__media img {
  display: block;
  width: min(100%, 540px);
  height: auto;
  margin: 0 auto;
}

.wz-investor-section {
  padding: clamp(52px, 5.8vw, 72px) 0;
}

.wz-investor-section--white {
  background: #ffffff;
}

.wz-investor-section--muted,
.wz-investor-section--timeline {
  background: #f5f6fa;
}

.wz-investor-section--accent {
  border-top: 1px solid rgba(201, 107, 0, 0.12);
  border-bottom: 1px solid rgba(201, 107, 0, 0.12);
  background:
    linear-gradient(135deg, rgba(201, 107, 0, 0.08), rgba(255, 255, 255, 0) 38%),
    #fff9f1;
}

.wz-investor-section__head {
  max-width: 820px;
  margin: 0 0 32px;
}

.wz-investor-section__head--split {
  max-width: none;
}

.wz-investor-section__head--split > div,
.wz-investor-section__head--split > p {
  max-width: none;
}

.wz-investor-section__head p,
.wz-investor-two-col p,
.wz-investor-leadership p,
.wz-investor-cta p {
  margin: 0;
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.68;
}

.wz-investor-section__head h2 + p,
.wz-investor-section__head--split > p,
.wz-investor-section__head > div + p,
.wz-investor-two-col h2 + p,
.wz-investor-leadership h2 + p,
.wz-investor-cta h2 + p {
  margin-top: 20px;
}

.wz-investor-two-col p + p {
  margin-top: 14px;
}

.wz-investor-asset {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.5fr);
  column-gap: clamp(30px, 4.8vw, 68px);
  row-gap: clamp(8px, 0.9vw, 12px);
  align-items: center;
  max-width: none;
  margin: 0;
}

.wz-investor-asset__content {
  max-width: 720px;
  margin: 0;
}

.wz-investor-asset__content h2 {
  margin-bottom: 20px;
}

.wz-investor-asset__visual {
  margin: 0;
  justify-self: end;
  width: min(100%, 460px);
}

.wz-investor-asset__visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.wz-investor-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: none;
  margin: 0 auto;
}

.wz-investor-card {
  min-height: 208px;
  padding: 24px;
  border: 1px solid rgba(18, 0, 47, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(12, 12, 18, 0.05);
}

.wz-investor-card img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.wz-investor-card h3,
.wz-investor-brand h3 {
  margin: 16px 0 10px;
  color: var(--header-color);
  font-size: 1.12rem;
  line-height: 1.25;
}

.wz-investor-card p,
.wz-investor-brand p {
  margin: 0;
  color: var(--text-color);
  line-height: 1.7;
}

.wz-investor-asset-card-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: -2px 0 0;
}

.wz-investor-asset-card {
  min-height: 84px;
  padding: 18px 18px 18px 22px;
  border: 1px solid rgba(18, 0, 47, 0.08);
  border-top: 3px solid #c96b00;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(12, 12, 18, 0.045);
}

.wz-investor-asset-card p {
  margin: 0;
  color: var(--header-color);
  font-weight: 600;
  line-height: 1.52;
}

.wz-investor-art {
  margin: 0;
  text-align: center;
}

.wz-investor-art img {
  display: block;
  width: min(100%, 540px);
  height: auto;
  margin: 0 auto;
}

.wz-investor-partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: none;
  margin: 0 auto;
}

.wz-investor-partner {
  display: grid;
  gap: 20px;
  align-content: start;
  min-height: 0;
  padding: 24px;
  border: 1px solid rgba(201, 107, 0, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(12, 12, 18, 0.06);
}

.wz-investor-partner__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(18, 0, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.wz-investor-partner__logo img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}

.wz-investor-partner__logo--compact img {
  max-width: 260px;
}

.wz-investor-partner span {
  color: #c96b00;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 1;
  text-transform: uppercase;
}

.wz-investor-partner h3 {
  margin: 8px 0 10px;
  color: var(--header-color);
  font-size: 1.2rem;
  line-height: 1.2;
}

.wz-investor-partner p {
  margin: 0;
  color: var(--text-color);
  line-height: 1.7;
}

.wz-investor-brand-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: none;
  margin: 0 auto;
}

.wz-investor-brand {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(18, 0, 47, 0.1);
  border-radius: 8px;
  background: #ffffff;
}

.wz-investor-brand img {
  width: 132px;
  height: 66px;
  object-fit: contain;
  object-position: left center;
}

.wz-investor-brand h3 {
  margin-top: 0;
}

.wz-investor-timeline {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wz-investor-timeline li {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 20px;
  border-left: 4px solid #c96b00;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(12, 12, 18, 0.05);
}

.wz-investor-timeline strong {
  color: var(--header-color);
  font-weight: 700;
}

.wz-investor-timeline span {
  color: var(--text-color);
  line-height: 1.65;
}

.wz-investor-leadership {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.68fr);
  gap: clamp(28px, 4.2vw, 58px);
  align-items: start;
  max-width: none;
  margin: 0;
}

.wz-investor-leadership__intro {
  max-width: 720px;
  margin: 0;
}

.wz-investor-leadership__intro p {
  max-width: 760px;
  margin-top: 20px;
}

.wz-investor-leadership__aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
  max-width: none;
  margin: 0;
}

.wz-investor-leadership__profile {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 20px 22px;
  border: 1px solid rgba(18, 0, 47, 0.1);
  border-radius: 8px;
  background: #f5f6fa;
}

.wz-investor-leadership__profile strong,
.wz-investor-leadership__profile span {
  display: block;
}

.wz-investor-leadership__profile strong {
  color: var(--header-color);
  font-size: 1.08rem;
  line-height: 1.25;
}

.wz-investor-leadership__profile div > span {
  margin-top: 4px;
  color: var(--text-color);
  font-weight: 500;
  line-height: 1.35;
}

.wz-investor-leadership__profile a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(201, 107, 0, 0.28);
  border-radius: 8px;
  color: var(--header-color);
  font-weight: 700;
  line-height: 1;
}

.wz-investor-leadership__profile a:hover,
.wz-investor-leadership__profile a:focus-visible {
  border-color: #c96b00;
  color: #c96b00;
}

.wz-investor-leadership__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 0;
}

.wz-investor-leadership__grid span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(18, 0, 47, 0.08);
  border-left: 4px solid #c96b00;
  border-radius: 8px;
  background: #ffffff;
  color: var(--header-color);
  font-weight: 700;
}

.wz-investor-cta {
  padding: clamp(54px, 5.8vw, 74px) 0;
  border-top: 1px solid rgba(18, 0, 47, 0.08);
  background: #f5f6fa;
}

.wz-investor-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: none;
  margin: 0;
  text-align: left;
}

.wz-investor-cta p {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--text-color);
}

.wz-investor-cta .btn {
  margin-top: 0;
  white-space: nowrap;
}

.pagina-investidores #hero .btns-group--hero .btn-hero-cta,
.pagina-investidores .btn-hero-cta {
  background-color: var(--wz-action-bg) !important;
  border-color: var(--wz-action-bg) !important;
  color: var(--wz-action-text) !important;
}

.pagina-investidores .btn-hero-cta:hover,
.pagina-investidores .btn-hero-cta:focus-visible {
  background-color: var(--wz-action-hover-bg) !important;
  border-color: var(--wz-action-hover-bg) !important;
  color: var(--wz-action-hover-text) !important;
}

@media (max-width: 991.98px) {
  .wz-investor-hero__grid,
  .wz-investor-asset,
  .wz-investor-two-col,
  .wz-investor-leadership,
  .wz-investor-leadership__aside,
  .wz-investor-cta__inner {
    grid-template-columns: 1fr;
  }

  .wz-investor-card-grid {
    grid-template-columns: 1fr;
  }

  .wz-investor-partner-grid {
    grid-template-columns: 1fr;
  }

  .wz-investor-brand-list {
    grid-template-columns: 1fr;
  }

  .wz-investor-asset-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 8px;
  }

  .wz-investor-hero {
    padding: 8px 0 56px;
  }

  .wz-investor-hero__media {
    order: -1;
  }

  .wz-investor-hero h1 {
    max-width: 11ch;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .wz-investor-section {
    padding: 56px 0;
  }

  .wz-investor-section h2,
  .wz-investor-cta h2 {
    font-size: 1.72rem;
    line-height: 1.18;
  }

  .wz-investor-section__head {
    margin-bottom: 30px;
  }

  .wz-investor-section__head p,
  .wz-investor-two-col p,
  .wz-investor-leadership p,
  .wz-investor-cta p {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .wz-investor-brand {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
  }

  .wz-investor-brand img {
    width: 132px;
    height: 68px;
  }

  .wz-investor-asset__visual {
    justify-self: center;
    order: 2;
    margin: 10px 0 0;
  }

  .wz-investor-asset__visual img {
    width: min(64vw, 250px);
  }

  .wz-investor-asset-card-grid {
    order: 3;
  }

  .wz-investor-asset-card {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .wz-investor-cta .btn {
    justify-self: start;
  }

}

@media (min-width: 992px) {
  .wz-investor-hero {
    padding: 68px 0 50px;
  }

  .wz-investor-hero__grid {
    overflow: visible;
  }

  .wz-investor-hero__content,
  .wz-investor-hero__media {
    padding-top: 10px;
  }

  .wz-investor-hero__media {
    text-align: right;
  }

  .wz-investor-hero__media img {
    width: min(116%, 680px);
    margin-left: auto;
    margin-right: -40px;
  }

  .wz-investor-section__head--split {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(360px, 1fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: end;
  }

  .wz-investor-section__head--split h2 {
    margin-bottom: 0;
  }

  .wz-investor-section__head--split p {
    margin: 0 0 4px;
  }
}

@media (max-width: 575.98px) {
  .wz-investor-hero h1 {
    font-size: 2.55rem;
    line-height: 1.07;
  }

  .wz-investor-actions .btn {
    width: 100%;
    text-align: center;
  }

  .wz-investor-brand {
    grid-template-columns: 1fr;
  }

  .wz-investor-brand img {
    width: min(100%, 170px);
    height: 72px;
  }

  .wz-investor-timeline li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wz-investor-asset-card-grid {
    grid-template-columns: 1fr;
  }
}
