/* ==========================================================================
   PÁGINA SOBRE NÓS (ABOUT US STYLES)
   ========================================================================== */

/* Page Hero Banner */
.page-hero-banner {
  background-color: var(--ignis-blue-dark, #082846);
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.page-hero-banner h1 {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #ffffff;
}

.breadcrumb-trail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mulish, 'Mulish', sans-serif);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-trail a {
  color: #ffffff;
  transition: color 0.2s ease;
}

.breadcrumb-trail a:hover {
  color: #ff6d34;
}

.breadcrumb-separator {
  color: #ff6d34;
}

/* Seção Boas-Vindas / Sobre Nós */
.about-welcome-section {
  padding: 80px 0 60px;
  background-color: #ffffff;
}

.about-welcome-content h2 {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 2.2rem;
  font-weight: 800;
  color: #212121;
  margin-bottom: 24px;
}

.about-welcome-text h3,
.about-welcome-text p {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 20px;
}

.about-welcome-highlight {
  font-size: 1.15rem;
  font-weight: 700;
  color: #082846;
  margin-top: 30px;
}

/* Seção Diferenciais (Icon Boxes) */
.about-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 50px 0 60px 0;
}

.about-feature-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.about-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.about-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #082846;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.about-feature-card:nth-child(2) .about-feature-icon,
.about-feature-icon.icon-orange {
  background: #ff6d34;
}

.about-feature-card h3 {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: #082846;
  line-height: 1.35;
  margin: 0;
}

/* Seção Junte-se & Vídeo (Overlapping Layout) */
.about-join-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.about-join-wrapper {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

/* Card Azul Sobreposto (Esquerda) */
.about-join-card-blue {
  background-color: #082846;
  color: #ffffff;
  padding: 50px 40px;
  border-radius: 32px;
  width: 440px;
  max-width: 100%;
  position: relative;
  z-index: 2;
  margin-right: -100px; /* Efeito de sobreposição sobre a foto */
  box-shadow: 0 20px 45px rgba(8, 40, 70, 0.25);
  text-align: center;
  flex-shrink: 0;
}

.about-join-pill-btn {
  display: inline-block;
  background-color: #ff6d34;
  color: #ffffff;
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 8px 26px;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 109, 52, 0.4);
}

.about-join-pill-btn:hover {
  background-color: #ffffff;
  color: #ff6d34;
  transform: translateY(-2px);
}

.about-join-card-blue h2 {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 2.1rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 20px;
}

.about-join-card-blue p {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* Container do Vídeo (Direita) */
.about-join-video-box {
  flex: 1;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  height: 440px;
  background-color: #000000;
}

.video-thumb-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}

.video-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.video-thumb-wrapper:hover .video-thumb-img {
  transform: scale(1.04);
}

.video-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
  pointer-events: none;
}

/* Botão de Play Aprimorado */
.play-btn-enhanced {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6d34;
  font-size: 1.7rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: playPulse 2s infinite;
  border: none;
  cursor: pointer;
  z-index: 3;
}

.play-btn-enhanced i {
  margin-left: 5px; /* Alinhamento óptico do triângulo de play */
  transition: color 0.3s ease;
}

.play-btn-enhanced:hover {
  transform: translate(-50%, -50%) scale(1.12);
  background: #ffffff;
  color: #ff6d34;
  box-shadow: 0 15px 35px rgba(255, 109, 52, 0.45);
}

@keyframes playPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 10px 30px rgba(0, 0, 0, 0.25);
  }
  70% {
    box-shadow: 0 0 0 22px rgba(255, 255, 255, 0), 0 10px 30px rgba(0, 0, 0, 0.25);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 10px 30px rgba(0, 0, 0, 0.25);
  }
}

.about-join-video-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Seção Nossa Missão */
.about-mission-section {
  padding: 80px 0;
  background-color: #FFF3EE;
  text-align: center;
}

.about-mission-container {
  max-width: 900px;
  margin: 0 auto;
}

.about-mission-section h2 {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 2.4rem;
  font-weight: 800;
  color: #212121;
  margin-bottom: 24px;
}

.about-mission-section p {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555555;
}

/* Galeria de Fotos Institucionais Animada */
.ignis-gallery-container {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.ignis-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: auto;
}

.ignis-gallery img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  opacity: 0;
  transform: translateY(50px) scale(0.9);
  transition: transform 0.4s ease;
}

.ignis-gallery.visivel img {
  animation: surgir 1.2s ease forwards;
}

.ignis-gallery.visivel img:nth-child(1) { animation-delay: 0.2s; }
.ignis-gallery.visivel img:nth-child(2) { animation-delay: 0.5s; }
.ignis-gallery.visivel img:nth-child(3) { animation-delay: 0.8s; }
.ignis-gallery.visivel img:nth-child(4) { animation-delay: 1.1s; }
.ignis-gallery.visivel img:nth-child(5) { animation-delay: 1.4s; }
.ignis-gallery.visivel img:nth-child(6) { animation-delay: 1.7s; }

.ignis-gallery img:hover {
  transform: scale(1.05);
}

@keyframes surgir {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Seção Nossa Sede & Localização (Padrão Oficial) */
.about-location-section {
  padding: 90px 0;
  background-color: #ffffff;
}

.about-location-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 70px;
  align-items: center;
}

.location-left-info .location-subtitle {
  display: block;
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: #385675;
  margin-bottom: 12px;
}

.location-left-info h2 {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 2.8rem;
  font-weight: 800;
  color: #082846;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.location-left-info p {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 0.95rem;
  color: #556677;
  line-height: 1.6;
  margin: 0;
}

.location-right-contacts {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.location-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.location-contact-item i {
  font-size: 1.6rem;
  color: #082846;
  margin-top: 3px;
}

.location-contact-item h4 {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #082846;
  margin: 0 0 3px 0;
}

.location-contact-item a,
.location-contact-item span {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 0.88rem;
  color: #556677;
  text-decoration: none;
  transition: color 0.2s ease;
}

.location-contact-item a:hover {
  color: #ff6d34;
}

@media (max-width: 991px) {
  .about-features-grid {
    grid-template-columns: 1fr;
  }

  .about-join-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .about-join-card-blue {
    width: 100%;
    margin-right: 0;
  }

  .about-join-video-box {
    width: 100%;
    height: 320px;
  }

  .about-location-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .ignis-gallery {
    grid-template-columns: 1fr;
  }
  .ignis-gallery img {
    height: 230px;
  }
}
