.elementor-819 .elementor-element.elementor-element-39c494c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-8989c8b *//* ============================================
   Page Hero — Base todas as páginas internas
   ============================================ */

.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--red-primary);
  padding: clamp(72px, 12vw, 120px) 0 clamp(64px, 10vw, 104px);
  text-align: center;
  min-height: 420px;
  display: flex;
  align-items: center;
}

/* Grade sutil */
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.08) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

/* Profundidade */
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,.06) 0%, transparent 60%),
    radial-gradient(ellipse at 0% 100%, rgba(115,1,15,.60) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 0%, rgba(115,1,15,.60) 0%, transparent 50%);
  pointer-events: none;
}

.page-hero-wrap {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-hero .t-eyebrow {
  color: rgba(255,255,255,.75);
  margin: 0;
}

.page-hero .t-eyebrow::before {
  background: rgba(255,255,255,.5);
}

.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 0;
  text-shadow: 0 2px 20px rgba(0,0,0,.25), 0 1px 4px rgba(0,0,0,.15);
}

.page-hero-sub {
  font-family: var(--font-primary);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255,255,255,.85);
  max-width: 540px;
  margin: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,.20);
}

.page-hero .btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* --- Variante: Nossa História --- */
.historia-hero .btn--orange {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.historia-hero .btn--orange:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  color: var(--white);
}

/* --- Variante: Fale Conosco --- */
.contact-hero {
  padding-bottom: clamp(64px, 10vw, 104px);
}

.contact-hero .btn--orange {
  background: var(--white);
  border-color: var(--white);
  color: var(--red-primary);
}

.contact-hero .btn--orange:hover {
  background: var(--ink-02);
  border-color: var(--ink-02);
  color: var(--red-wine);
}

/* --- Variante: Contrate Estagiários --- */
.estagiarios-hero {
  padding: clamp(72px, 12vw, 120px) 0 clamp(64px, 10vw, 104px) !important;
}

.estagiarios-hero .btn--orange {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.estagiarios-hero .btn--orange:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  color: var(--white);
}

/* --- Variante: Nossas Soluções --- */
.solucoes-hero {
  padding: clamp(72px, 12vw, 120px) 0 clamp(64px, 10vw, 104px) !important;
}

.solucoes-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

/* --- Variante: Contrate Estagiários --- */
.estagiarios-hero .btn--orange {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.estagiarios-hero .btn--orange:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  color: var(--white);
}

/* --- Mobile ≤ 767px --- */
@media (max-width: 767px) {
  .page-hero-wrap {
    width: min(100%, calc(100% - 24px));
    gap: 16px;
  }

  .page-hero .btn {
    width: 100%;
    justify-content: center;
  }

  .solucoes-hero__ctas {
    flex-direction: column;
  }
}/* End custom CSS */