/* =========================
   HERO INTERN
========================= */
.hero-intern {
  --hero-accent: var(--color-primary);
  position: relative;
  padding: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 12, 17, 0.055) 0%, rgba(8, 12, 17, 0.144) 38%, rgba(8, 12, 17, 0.274) 100%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 78% 16%, rgba(224, 31, 38, 0.18) 0%, rgba(224, 31, 38, 0) 30%),
    radial-gradient(circle at 50% 78%, rgba(224, 31, 38, 0.12) 0%, rgba(224, 31, 38, 0) 26%),
    url("/src/assets/images/bg.png") bottom / cover no-repeat;
  isolation: isolate;
  min-height: 600px;
}

.hero-intern::before {
  content: "";
  position: absolute;
  inset: auto auto -120px -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(224, 31, 38, 0.16);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.hero-intern::after {
  content: "";
  position: absolute;
  inset: -120px -90px auto auto;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  filter: blur(64px);
  pointer-events: none;
  z-index: 0;
}

.hero-intern .container {
  position: relative;
  z-index: 1;
}

.hero-intern__shell {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  justify-items: center;
  text-align: center;
}

.hero-intern__breadcrumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.hero-intern__breadcrumb a,
.hero-intern__breadcrumb span {
  color: inherit;
}

.hero-intern__breadcrumb a:hover {
  color: #ffffff;
}

.hero-intern__intro {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.hero-intern__title {
  max-width: 13ch;
  margin: 0;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
  padding-top: 40px;
}

.hero-intern__subtitle {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.hero-intern__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 860px);
  padding-top: 50px;
}

.hero-intern__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 34px rgba(0, 0, 0, 0.16);
  transition:
    background var(--transition-fast),
    border-color var(--transition-fast),
    color var(--transition-fast),
    transform var(--transition-fast),
    box-shadow var(--transition-fast);
}

.hero-intern__btn .icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hero-intern__btn:hover {
  transform: translateY(-2px);
}

.hero-intern__btn--whatsapp {
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.56);
}

.hero-intern__btn--whatsapp:hover {
  color: #ffffff;
  background: #25d366;
  border-color: #25d366;
  box-shadow:
    0 16px 34px rgba(37, 211, 102, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero-intern__btn--quote {
  color: var(--hero-accent, #e01f26);
  border-color: color-mix(in srgb, var(--hero-accent, #e01f26) 55%, white 45%);
}

.hero-intern__btn--quote:hover {
  color: #ffffff;
  background: var(--hero-accent, #e01f26);
  border-color: var(--hero-accent, #e01f26);
  box-shadow:
    0 16px 34px rgba(224, 31, 38, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 780px) {
  .hero-intern {
    padding: 20px;
    background:
      linear-gradient(180deg, rgba(10, 12, 16, 0.34) 0%, rgba(10, 12, 16, 0.62) 100%),
      radial-gradient(circle at top center, rgba(224, 31, 38, 0.14), transparent 34%),
      url("/src/assets/images/bg_mobile.png") center top / cover no-repeat;
  }

  .hero-intern__shell {
    gap: 20px;
  }

  .hero-intern__subtitle {
    max-width: 36ch;
  }

  .hero-intern__actions {
    grid-template-columns: 1fr;
    width: min(100%, 520px);
    padding-top: 20px;
  }

  .hero-intern__btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .hero-intern {
    padding-top: 20px;
    padding-bottom: 60px;
    background:
      linear-gradient(180deg, rgba(10, 12, 16, 0.38) 0%, rgba(10, 12, 16, 0.68) 100%),
      radial-gradient(circle at top center, rgba(224, 31, 38, 0.14), transparent 34%),
      url("/src/assets/images/bg_mobile.png") center top / cover no-repeat;
  }

  .hero-intern__title {
    max-width: 20ch;
    padding-top: 10px;
  }

  .hero-intern__subtitle {
    max-width: 32ch;
    font-size: 1rem;
    line-height: 1.7;
    padding-top: 130px;
  }
}