/* Empresa page hero */

.company-hero {
  height: 607px;
  margin-top: 84px;
  align-items: center;
  background: #070808;
}

.company-hero .page-hero-media {
  inset: 0;
  width: 100%;
  height: 100%;
  filter: brightness(1.18) saturate(1.04);
  object-position: 70% center;
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 35% 100%, 50% 50%);
}

.company-hero::before {
  background:
    radial-gradient(circle at 16% 43%, rgba(255, 255, 255, 0.055), transparent 27%),
    linear-gradient(90deg, #070808 0%, #111315 82%, #0a0b0c 100%);
  clip-path: polygon(0 0, 35% 0, 50% 50%, 35% 100%, 0 100%);
}

.company-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(225, 12, 0, 0.56);
  clip-path: polygon(34.6% 0, 35.4% 0, 50.4% 50%, 35.4% 100%, 34.6% 100%, 49.6% 50%);
}

.company-hero .page-hero-inner {
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 0;
}

.company-hero .page-hero-text {
  max-width: 420px;
}

.company-hero .page-kicker {
  gap: 1rem;
  margin-bottom: 2.05rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}

.company-hero .page-kicker span {
  width: 32px;
}

.company-hero .page-title {
  max-width: 420px;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.company-hero .page-copy {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .company-hero .page-hero-media {
    width: 100%;
    clip-path: none;
  }

  .company-hero .page-hero-inner {
    padding: 2.5rem 0;
  }

  .company-hero .page-hero-inner > .mx-auto {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .company-hero .page-hero-text,
  .company-hero .page-title,
  .company-hero .page-copy {
    max-width: 100%;
  }

  .company-hero .page-title {
    margin-bottom: 1.2rem;
    font-size: 1.85rem;
    line-height: 1.25;
  }

  .company-hero .page-copy {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .company-hero::before {
    clip-path: none;
    background: linear-gradient(
      to bottom,
      rgba(7, 8, 8, 0.82) 0%,
      rgba(7, 8, 8, 0.88) 50%,
      rgba(7, 8, 8, 0.94) 100%
    );
  }

  .company-hero::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .company-hero .page-title {
    max-width: 18.5rem;
    font-size: 1.9rem !important;
  }

  .company-hero .page-kicker {
    margin-bottom: 1.25rem;
    font-size: 0.58rem;
  }

  .company-hero .page-copy {
    max-width: 20.5rem;
    font-size: 0.9rem;
    line-height: 1.55;
  }
}
