.wz-investor-hero,
.wz-investor-section,
.wz-investor-cta {
  color: #12002f;
}

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

.wz-investor-hero__grid,
.wz-investor-two-col,
.wz-investor-cta__inner {
  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: #12002f;
  letter-spacing: 0;
}

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

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

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

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

.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(64px, 8vw, 96px) 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: 850px;
  margin-bottom: 36px;
}

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

.wz-investor-section__head p,
.wz-investor-two-col p,
.wz-investor-leadership p,
.wz-investor-cta p {
  color: #69717b;
  font-size: 1.05rem;
  line-height: 1.78;
}

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

.wz-investor-card {
  min-height: 258px;
  padding: 30px;
  border: 1px solid rgba(18, 0, 47, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(12, 12, 18, 0.06);
}

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

.wz-investor-card h3,
.wz-investor-brand h3 {
  margin: 20px 0 12px;
  color: #12002f;
  font-size: 1.32rem;
  line-height: 1.25;
}

.wz-investor-card p,
.wz-investor-brand p {
  margin: 0;
  color: #69717b;
  line-height: 1.7;
}

.wz-investor-checklist {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.wz-investor-checklist li {
  position: relative;
  padding: 16px 18px 16px 46px;
  border: 1px solid rgba(201, 107, 0, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: #232323;
  font-weight: 700;
}

.wz-investor-checklist li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c96b00;
}

.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;
}

.wz-investor-partner {
  display: grid;
  gap: 22px;
  align-content: start;
  min-height: 310px;
  padding: 30px;
  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: 96px;
  padding: 18px;
  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: 800;
  letter-spacing: 0.75px;
  line-height: 1;
  text-transform: uppercase;
}

.wz-investor-partner h3 {
  margin: 8px 0 10px;
  color: #12002f;
  font-size: 1.45rem;
  line-height: 1.2;
}

.wz-investor-partner p {
  margin: 0;
  color: #69717b;
  line-height: 1.7;
}

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

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

.wz-investor-brand img {
  width: 150px;
  height: 76px;
  object-fit: contain;
  object-position: left top;
}

.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: 20px 22px;
  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: #12002f;
  font-weight: 800;
}

.wz-investor-timeline span {
  color: #59636f;
  line-height: 1.65;
}

.wz-investor-leadership {
  max-width: 980px;
}

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

.wz-investor-leadership__grid span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(201, 107, 0, 0.22);
  border-radius: 999px;
  background: #fff8ef;
  color: #12002f;
  font-weight: 700;
}

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

.wz-investor-cta p {
  max-width: 820px;
  margin: 16px 0 0;
  color: #69717b;
}

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

.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-two-col,
  .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-hero {
    padding: 8px 0 56px;
  }

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

  .wz-investor-hero h1 {
    max-width: 11ch;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.35rem, 10vw, 3.35rem);
    text-align: center;
  }

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

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

  .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(122%, 730px);
    margin-left: auto;
    margin-right: -70px;
  }

  .wz-investor-section__head--split {
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) 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;
  }
}
