/* ===== SEÇÃO HERO - NOVA EXPERIÊNCIA VISUAL ===== */

.hero-section {
  position: relative;
  margin-top: 74px;
  padding: 7rem 0 5rem;
  background: radial-gradient(
      90% 85% at 12% 12%,
      rgba(123, 66, 255, 0.25),
      transparent 60%
    ),
    radial-gradient(85% 90% at 88% 8%, rgba(255, 74, 24, 0.22), transparent 60%),
    linear-gradient(180deg, #0c182a 0%, #09101c 100%);
  color: #fff;
  overflow: hidden;
}

.hero-section::before,
.hero-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(0);
  opacity: 0.5;
}

.hero-section::before {
  top: -180px;
  left: -160px;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(123, 66, 255, 0.35),
    transparent 70%
  );
}

.hero-section::after {
  bottom: -220px;
  right: -180px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(255, 74, 24, 0.24), transparent 70%);
}

.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.4rem;
}

.hero-label {
  width: fit-content;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.hero-heading {
  font-family: 'Boldonse', sans-serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.015em;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
  max-width: 860px;
}

.hero-subtitle {
  font-family: 'Barlow', sans-serif;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-width: 620px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.85rem;
  border-radius: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease,
    color 0.35s ease;
  cursor: pointer;
  border: none;
}

.hero-cta-btn--primary {
  background: linear-gradient(135deg, #ff4a18, #ff7a45);
  color: #fff;
  box-shadow: 0 16px 45px rgba(255, 74, 24, 0.35);
}

.hero-cta-btn--primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 50px rgba(255, 74, 24, 0.45);
  background: linear-gradient(135deg, #ff5929, #ff8c58);
}

.hero-cta-btn--secondary {
  background: rgba(9, 16, 28, 0.5);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 35px rgba(11, 23, 45, 0.6);
}

.hero-cta-btn--secondary:hover {
  transform: translateY(-3px);
  background: rgba(123, 66, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.hero-cta-btn i {
  font-size: 0.9rem;
  transition: transform 0.35s ease;
}

.hero-cta-btn--primary:hover i {
  transform: translateX(4px);
}

.hero-portraits {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 2.5rem;
  width: 100%;
  max-width: 760px;
  position: relative;
}

.hero-portraits::before {
  content: '';
  position: absolute;
  inset: -60px -80px 40px;
  background: radial-gradient(
      circle at 30% 30%,
      rgba(123, 66, 255, 0.25),
      transparent 65%
    ),
    radial-gradient(circle at 75% 20%, rgba(255, 74, 24, 0.2), transparent 70%);
  filter: blur(22px);
  z-index: -1;
}

.portrait-card {
  position: relative;
  background: linear-gradient(
        160deg,
        rgba(12, 24, 46, 0.9),
        rgba(9, 16, 28, 0.85)
      )
      padding-box,
    linear-gradient(135deg, rgba(123, 66, 255, 0.6), rgba(255, 74, 24, 0.6))
      border-box;
  border: 2px solid transparent;
  border-radius: 26px;
  padding: 1.3rem;
  box-shadow: 0 25px 55px rgba(7, 10, 18, 0.45);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portrait-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(123, 66, 255, 0.18),
      transparent 55%
    ),
    radial-gradient(circle at 80% 80%, rgba(255, 74, 24, 0.14), transparent 60%);
  opacity: 0.6;
  z-index: 0;
}

.portrait-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 35px 70px rgba(7, 10, 18, 0.6);
}

.portrait-card:focus-visible {
  outline: 3px solid rgba(255, 74, 24, 0.6);
  outline-offset: 6px;
}

.portrait-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.portrait-card--fabio .portrait-image {
  object-position: center 20%;
}

.portrait-card--nagela .portrait-image {
  object-position: center 35%;
}

.portrait-info {
  position: relative;
  z-index: 1;
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  text-align: center;
}

.portrait-info h3 {
  margin: 0;
  font-family: 'Boldonse', sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0.01em;
}

.hero-duo-card {
  width: 100%;
  max-width: 520px;
  padding: 1.6rem 1.9rem;
  border-radius: 20px;
  background: linear-gradient(
      135deg,
      rgba(123, 66, 255, 0.2),
      rgba(255, 74, 24, 0.18)
    ),
    rgba(9, 16, 28, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 55px rgba(7, 10, 18, 0.45);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  backdrop-filter: blur(10px);
  margin: 0.5rem auto 0;
}

.hero-duo-card i {
  font-size: 1.6rem;
  color: #ff7a45;
  padding: 0.75rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 25px rgba(255, 74, 24, 0.25);
}

.hero-duo-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hero-duo-text strong {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-duo-text span {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.hero-cta--compact {
  justify-content: center;
}

.hero-cta--compact .hero-cta-btn {
  padding: 0.9rem 1.6rem;
  font-size: 0.95rem;
}

/* ===== RESPONSIVIDADE ===== */

@media (max-width: 1080px) {
  .hero-container {
    padding: 0 1.75rem;
  }

  .hero-inner {
    gap: 2rem;
  }

  .hero-portraits {
    max-width: 620px;
    gap: 1.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-portraits::before {
    inset: -50px -60px 30px;
    filter: blur(18px);
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 5.5rem 0 4rem;
    margin-top: 64px;
  }

  .hero-container {
    padding: 0 1.5rem;
  }

  .hero-inner {
    gap: 1.8rem;
  }

  .hero-heading {
    font-size: clamp(2.4rem, 7vw, 3rem);
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-portraits {
    width: 100%;
    gap: 1.75rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-portraits::before {
    inset: -30px -20px 20px;
    filter: blur(16px);
  }

  .portrait-image {
    height: 280px;
  }

  .hero-duo-card {
    max-width: 100%;
  }
  .portrait-card--fabio .portrait-image {
    object-position: center 50%;
  }
  
  .portrait-card--nagela .portrait-image {
    object-position: center 15%;
  }
}

@media (max-width: 540px) {
  .hero-section {
    padding: 4.5rem 0 3.5rem;
    margin-top: 56px;
  }

  .hero-container {
    padding: 0 1.25rem;
  }

  .hero-label {
    letter-spacing: 0.16rem;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta-btn {
    justify-content: center;
    width: 100%;
  }

  .hero-metrics {
    gap: 1.5rem;
    justify-content: center;
  }

  .hero-metric {
    align-items: center;
  }

  .portrait-image {
    height: 250px;
  }

  .hero-portraits {
    gap: 1.25rem;
  }

  .hero-portraits::before {
    inset: -20px -10px 15px;
    filter: blur(14px);
  }

  .hero-duo-card {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }
}
