/*
Theme Name: Envolve Congresso LP
Description: Tema desenvolvido para o evento organizado pela Envolve.
Version: 3.2
Author: Projector Media
*/

@font-face {
  font-family: "BR Hendrix Regular";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Regular"),
    url("fonts/BRHendrix-Regular-BF6556d1b5096f9.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix Regular Italic";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Regular Italic"),
    url("fonts/BRHendrix-RegularItalic-BF6556d1b5267ce.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix Thin";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Thin"),
    url("fonts/BRHendrix-Thin-BF6556d1b4ef4d0.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Thin Italic"),
    url("fonts/BRHendrix-ThinItalic-BF6556d1b4dff37.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix ExtraLight";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix ExtraLight"),
    url("fonts/BRHendrix-ExtraLight-BF6556d1b52d8ff.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix ExtraLight Italic";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix ExtraLight Italic"),
    url("fonts/BRHendrix-ExtraLightItalic-BF6556d1b549f2d.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix Light";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Light"),
    url("fonts/BRHendrix-Light-BF6556d1b53e741.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Light Italic"),
    url("fonts/BRHendrix-LightItalic-BF6556d1b5067ac.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix Medium";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Medium"),
    url("fonts/BRHendrix-Medium-BF6556d1b4e12b2.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Medium Italic"),
    url("fonts/BRHendrix-MediumItalic-BF6556d1b53343e.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix SemiBold"),
    url("fonts/BRHendrix-SemiBold-BF6556d1b51cbb8.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix SemiBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix SemiBold Italic"),
    url("fonts/BRHendrix-SemiBoldItalic-BF6556d1b50b46a.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix Bold";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Bold"),
    url("fonts/BRHendrix-Bold-BF6556d1b5459d3.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Bold Italic"),
    url("fonts/BRHendrix-BoldItalic-BF6556d1b4e4458.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix Black";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Black"),
    url("fonts/BRHendrix-Black-BF6556d1b528e86.woff") format("woff");
}

@font-face {
  font-family: "BR Hendrix Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("BR Hendrix Black Italic"),
    url("fonts/BRHendrix-BlackItalic-BF6556d1b4ee93c.woff") format("woff");
}

/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: black !important;
}

/* Classes utilitárias para diferentes pesos da fonte BR Hendrix */
.font-thin {
  font-family: "BR Hendrix Thin", Arial, sans-serif;
}

.font-thin-italic {
  font-family: "BR Hendrix Thin Italic", Arial, sans-serif;
}

.font-extralight {
  font-family: "BR Hendrix ExtraLight", Arial, sans-serif;
}

.font-extralight-italic {
  font-family: "BR Hendrix ExtraLight Italic", Arial, sans-serif;
}

.font-light {
  font-family: "BR Hendrix Light", Arial, sans-serif;
}

.font-light-italic {
  font-family: "BR Hendrix Light Italic", Arial, sans-serif;
}

.font-regular {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
}

.font-regular-italic {
  font-family: "BR Hendrix Regular Italic", Arial, sans-serif;
}

.font-medium {
  font-family: "BR Hendrix Medium", Arial, sans-serif;
}

.font-medium-italic {
  font-family: "BR Hendrix Medium Italic", Arial, sans-serif;
}

.font-semibold {
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
}

.font-semibold-italic {
  font-family: "BR Hendrix SemiBold Italic", Arial, sans-serif;
}

.font-bold {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
}

.font-bold-italic {
  font-family: "BR Hendrix Bold Italic", Arial, sans-serif;
}

.font-black {
  font-family: "BR Hendrix Black", Arial, sans-serif;
}

.font-black-italic {
  font-family: "BR Hendrix Black Italic", Arial, sans-serif;
}

/* Estilos básicos para container */
.container {
  max-width: 1400px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 1rem 2rem;
}

/* Header Moderno */
.site-header {
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-top: 1rem;
  transition: all 0.3s ease;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.site-main{
	position: relative;
}

.whatsapp-btn{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
}

.site-header.scrolled {
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
}

/* Logo */
.header-logo img {
  height: 50px;
  width: auto;
  transition: height 0.3s ease;
}

.site-header.scrolled .header-logo img {
  height: 45px;
}

/* Navegação Desktop */
.desktop-nav {
  display: flex;
  align-items: center;
}

.nav-items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  gap: 2.5rem;
}

/* Linha contínua de fundo */
.nav-items::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 124, 186, 0.2);
  border-radius: 1px;
}

/* Indicador deslizante */
.nav-items::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: var(--indicator-left, 0);
  height: 2px;
  background: linear-gradient(90deg, #007cba, #0096d6);
  border-radius: 1px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: var(--indicator-width, 0);
  transform: translateX(0);
}

.nav-item {
  position: relative;
}

.nav-item a {
  color: #334155;
  text-decoration: none;
  padding: 8px 16px;
  display: block;
  transition: all 0.3s ease;
  position: relative;
  font-family: "BR Hendrix Medium", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
}

.nav-item a:hover {
  color: #007cba;
  background: transparent;
}

.nav-item.active a {
  color: #007cba;
  background: transparent;
}

/* Remover os ::after individuais dos nav-item */

/* Botão CTA Desktop */
.desktop-cta {
  background: linear-gradient(135deg, #007cba, #0096d6);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 124, 186, 0.3);
}

.desktop-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.desktop-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 124, 186, 0.4);
}

.desktop-cta:hover::before {
  left: 100%;
}

/* Menu Hamburger Mobile */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  background: rgba(0, 124, 186, 0.1);
}

.hamburger-line {
  width: 24px;
  height: 3px;
  background: #334155;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
}

.hamburger-line:not(:last-child) {
  margin-bottom: 4px;
}

/* Animação do hamburger quando ativo */
.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Menu Mobile Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
  transform: translateX(0);
}

/* Header do Menu Mobile */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.mobile-logo img {
  height: 40px;
  width: auto;
}

.mobile-menu-close {
  width: 40px;
  height: 40px;
  background: rgba(0, 124, 186, 0.1);
  border: none;
  border-radius: 50%;
  color: #007cba;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background: rgba(0, 124, 186, 0.2);
  transform: scale(1.1);
}

/* Navegação Mobile */
.mobile-navigation {
  flex: 1;
  padding: 30px 0;
}

.mobile-nav-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-item {
  margin-bottom: 8px;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 25px;
  color: #334155;
  text-decoration: none;
  font-family: "BR Hendrix Medium", Arial, sans-serif;
  font-size: 17px;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 0 25px 25px 0;
  margin-right: 25px;
}

.mobile-nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(135deg, #007cba, #0096d6);
  transform: scaleY(0);
  transition: transform 0.3s ease;
  border-radius: 0 2px 2px 0;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  background: rgba(0, 124, 186, 0.08);
  color: #007cba;
  transform: translateX(8px);
}

.mobile-nav-link:hover::before,
.mobile-nav-link.active::before {
  transform: scaleY(1);
}

.nav-icon {
  font-size: 20px;
  min-width: 24px;
  text-align: center;
}

.nav-text {
  font-weight: 500;
}

/* Footer do Menu Mobile */
.mobile-menu-footer {
  padding: 25px;
  background: #f8fafc;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #007cba, #0096d6);
  color: white;
  text-decoration: none;
  border-radius: 15px;
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 124, 186, 0.3);
}

.mobile-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 124, 186, 0.4);
}

.mobile-menu-info {
  text-align: center;
  color: #64748b;
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.mobile-menu-info strong {
  color: #334155;
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
}

/* Main content */
main {
  min-height: 60vh;
  padding-top: 30px;
}

/* Footer moderno estilo ENVOLVE */
.site-footer {
  background: #000000;
  color: #ffffff;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #1e293b;
  padding: 1rem 40px;
}

.footer-logo {
  flex-shrink: 0;
}

.footer-logo img {
  height: 45px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.footer-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
  align-items: center;
}

.footer-nav-item {
  position: relative;
}

.footer-nav-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-family: "BR Hendrix Medium", Arial, sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 0;
}

.footer-nav-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.footer-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #007cba;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.footer-nav-link:hover::after {
  width: 100%;
}

.footer-cta {
  flex-shrink: 0;
}

.footer-cta-btn {
  background: linear-gradient(135deg, #007cba, #0096d6);
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 25px;
  text-decoration: none;
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 124, 186, 0.3);
  border: none;
  cursor: pointer;
}

.footer-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 124, 186, 0.4);
  background: linear-gradient(135deg, #0096d6, #007cba);
}

/* Responsividade do footer */
@media (max-width: 992px) {
  .footer-container {
    padding: 0 30px;
    gap: 30px;
  }

  .footer-nav-list {
    gap: 30px;
  }

  .footer-nav-link {
    font-size: 15px;
  }

  .footer-cta-btn {
    padding: 10px 24px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 25px;
  }

  .footer-logo {
    order: 1;
  }

  .footer-nav {
    order: 2;
  }

  .footer-cta {
    order: 3;
  }

  .footer-nav-list {
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-logo img {
    height: 40px;
  }
}

@media (max-width: 576px) {
  .footer-container {
    padding: 15px;
    gap: 20px;
  }

  .footer-nav-list {
    gap: 20px;
    flex-direction: column;
  }

  .footer-nav-link {
    font-size: 14px;
    padding: 6px 0;
  }

  .footer-cta-btn {
    padding: 12px 24px;
    font-size: 14px;
    width: 100%;
    max-width: 200px;
    text-align: center;
  }

  .footer-logo img {
    height: 36px;
  }
}

@media (max-width: 480px) {
  .footer-nav-list {
    gap: 15px;
  }

  .footer-nav-link {
    font-size: 13px;
  }

  .footer-cta-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}

/* Hero Section */
.hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 54px;
  padding-inline: 20px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: white;
  /* Altura será controlada via JavaScript */
}

/* Hero background images */
.hero-bg-desktop {
  /* position: absolute;
  top: 44px; */
  width: 100%;
  height: 100%;
  /* max-width: 1400px; */
  margin: 0 auto;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: opacity 0.3s ease;
  background: #f8fafc;
}

.hero-bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  display: none;
  transition: opacity 0.3s ease;
  background: #f8fafc;
}

/* Para telas maiores onde precisamos de cobertura total */
@media (min-width: 1400px) {
  .hero-bg-desktop {
    object-fit: cover;
    object-position: center top;
  }
}

/* Para tablets em paisagem */
@media (max-width: 1400px) and (min-width: 769px) {
  .hero-bg-desktop {
    object-fit: cover;
    object-position: center center;
  }
}

/* Fallback caso as imagens não carreguem */
.hero-bg-desktop:not([src]),
.hero-bg-mobile:not([src]) {
  background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
}

.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 40px 0;
}

/* Conteúdo textual */
.hero-text {
  color: white;
  position: relative;
  padding: 80px 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.hero-title {
  margin-bottom: 40px;
  line-height: 1.1;
}

.title-number {
  font-family: "BR Hendrix Black", Arial, sans-serif;
  font-size: 5rem;
  color: white;
  display: block;
  margin-bottom: 0;
  line-height: 1;
}

.title-main {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 3.2rem;
  color: white;
  display: block;
  line-height: 1.3;
}

/* Informações do evento */
.event-info {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  max-width: 600px;
  justify-content: center;
}

.cta-text-main {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
}

.event-dates,
.event-location {
  background: #ffffff;
  padding: 10px 25px;
  border-radius: 8px;
  flex: 1;
  max-width: 250px;
}

.date-text,
.location-text {
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
  font-size: 1.2rem;
  color: #00bcd4;
  text-align: center;
  display: block;
}

/* Informações do local */
.venue-info {
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.venue-text {
  font-family: "BR Hendrix Medium", Arial, sans-serif;
  font-size: 1.3rem;
  color: #00bcd4;
  background: #ffffff;
  padding: 15px 25px;
  border-radius: 8px;
  display: block;
  text-align: center;
}

/* Call to Action */
.hero-cta {
  margin-top: 30px;
}

.cta-text {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 1.6rem;
  color: white;
  margin-bottom: 0;
  line-height: 1.3;
}

.btn-hero-cta {
  display: none; /* Não aparece na imagem */
}

/* Área da imagem */

/* Elementos decorativos */
.hero-decorations {
  display: none;
}

/* Seções placeholder */
.section-placeholder {
  padding: 80px 0;
  background: #f8f9fa;
  text-align: center;
}

.section-placeholder h2 {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
}

.section-placeholder p {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1.2rem;
  color: #666;
}

/* Responsividade */
@media (max-width: 1400px) {
  .hero-container {
    max-width: 1400px;
    padding: 0 30px;
  }

  .hero-content {
    grid-template-columns: 600px 350px;
    gap: 50px;
  }
}

@media (max-width: 1400px) {
  .hero-container {
    padding: 0 25px;
  }

  .hero-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .title-number {
    font-size: 3.5rem;
  }

  .title-main {
    font-size: 2.5rem;
  }

  .cta-text {
    font-size: 1.3rem;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .hero-container {
    padding: 0 30px;
  }

  .title-number {
    font-size: 3.5rem;
  }

  .title-main {
    font-size: 2.8rem;
  }

  .cta-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 992px) {
  .hero-content {
    gap: 30px;
    min-height: 500px;
  }

  .title-number {
    font-size: 3rem;
  }

  .title-main {
    font-size: 2.2rem;
  }

  .event-info {
    gap: 15px;
  }

  .event-dates,
  .event-location {
    padding: 12px 20px;
  }

  .date-text,
  .location-text {
    font-size: 1.1rem;
  }

  .venue-text {
    font-size: 1.2rem;
    padding: 12px 20px;
  }

  .cta-text {
    font-size: 1.4rem;
  }

  .btn-hero-cta {
    padding: 16px 35px;
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 72px 0;
  }

  .main {
    padding-top: 30px;
  }
  .hero-bg-desktop {
    display: none;
  }

  .hero-bg-mobile {
    display: block;
    object-fit: contain;
    object-position: center;
  }

  .hero-container {
    padding: 0 20px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
    min-height: auto;
  }

  .hero-text {
    order: 1;
    padding: 60px 20px;
  }

  .title-number {
    font-size: 2.8rem;
  }

  .title-main {
    font-size: 2rem;
  }

  .event-info {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .event-dates,
  .event-location {
    width: auto;
    min-width: 150px;
  }

  .venue-info {
    text-align: center;
    margin-bottom: 30px;
  }

  .venue-text {
    font-size: 1.1rem;
    padding: 10px 18px;
  }

  .cta-text {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .btn-hero-cta {
    padding: 15px 30px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 30px 0;
  }

  .hero-container {
    padding: 0 15px;
  }

  .hero-content {
    gap: 30px;
  }

  .hero-text {
    padding: 40px 15px;
  }

  .title-number {
    font-size: 2.5rem;
    margin-bottom: 8px;
  }

  .title-main {
    font-size: 1.8rem;
  }

  .hero-title {
    margin-bottom: 30px;
  }

  .event-info {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .event-dates,
  .event-location {
    width: 100%;
    max-width: 250px;
    text-align: center;
    padding: 12px 20px;
  }

  .venue-text {
    font-size: 1rem;
    padding: 8px 15px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .hero-cta {
    margin-top: 30px;
  }

  .cta-text {
    font-size: 1rem;
    line-height: 1.4;
  }

  .btn-hero-cta {
    padding: 14px 25px;
    font-size: 0.95rem;
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 25px 0;
  }

  .hero-text {
    padding: 30px 15px;
  }

  .title-number {
    font-size: 2.2rem;
  }

  .title-main {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .event-dates,
  .event-location {
    padding: 10px 15px;
  }

  .date-text,
  .location-text {
    font-size: 0.9rem;
  }

  .venue-text {
    font-size: 0.9rem;
    padding: 8px 12px;
  }

  .cta-text {
    font-size: 0.95rem;
  }

  .btn-hero-cta {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
}

/* Seção Sobre o Congresso */
.about-congress-section {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.about-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Labels IMG e TEXTO */
.visual-label,
.info-label {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 1.5rem;
  color: #ef4444;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Lado esquerdo - Círculos dos palestrantes */
.speakers-visual {
  position: relative;
}

.speakers-circles {
  position: relative;
  height: 400px;
  width: 400px;
  margin: 0 auto;
}

.circle-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.speaker-circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 4px solid #ffffff;
  transition: all 0.3s ease;
}

.speaker-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.speaker-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Círculo central */
.central-speaker {
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Círculos externos */
.outer-speaker {
  width: 80px;
  height: 80px;
}

.speaker-1 {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.speaker-2 {
  top: 35%;
  right: 10%;
}

.speaker-3 {
  bottom: 35%;
  right: 10%;
}

.speaker-4 {
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

/* Linhas de conexão */
.speakers-circles::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.speakers-circles::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #f1f5f9;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Lado direito - Conteúdo informativo */
.congress-info {
  padding-left: 20px;
}

.congress-title {
  font-family: "BR Hendrix Medium", Arial, sans-serif;
  font-size: 2.6rem;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 50px;
}

/* Grid de benefícios */
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
  margin-bottom: 50px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border-left: none;
  transition: all 0.3s ease;
}

.benefit-item:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}

.benefit-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.benefit-content h3 {
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
  font-size: 1.3rem;
  color: #1e293b;
  margin-bottom: 8px;
}

.benefit-content p {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Descrição do congresso */
.congress-description {
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  margin-top: 30px;
}

.congress-description p {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Responsividade da seção About Congress */
@media (max-width: 1400px) {
  .about-content {
    gap: 60px;
  }

  .congress-title {
    font-size: 2.4rem;
  }

  .speakers-circles {
    height: 350px;
    width: 350px;
  }
}

@media (max-width: 992px) {
  .about-congress-section {
    padding: 80px 0;
  }

  .about-content {
    gap: 50px;
  }

  .congress-title {
    font-size: 2.2rem;
  }

  .benefits-grid {
    gap: 25px 30px;
  }

  .speakers-circles {
    height: 300px;
    width: 300px;
  }

  .central-speaker {
    width: 100px;
    height: 100px;
  }

  .outer-speaker {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .about-congress-section {
    padding: 60px 0;
  }

  .about-container {
    padding: 0 20px;
  }

  .about-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .congress-info {
    padding-left: 0;
  }

  .congress-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 40px;
  }

  .benefit-item {
    text-align: left;
    max-width: 400px;
  }

  .speakers-circles {
    height: 280px;
    width: 280px;
  }
}

@media (max-width: 576px) {
  .about-congress-section {
    padding: 50px 0;
  }

  .about-container {
    padding: 0 15px;
  }

  .congress-title {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }

  .benefits-grid {
    gap: 20px;
    margin-bottom: 35px;
  }

  .benefit-content h3 {
    font-size: 1.2rem;
  }

  .benefit-content p {
    font-size: 0.95rem;
  }

  .speakers-circles {
    height: 250px;
    width: 250px;
  }

  .central-speaker {
    width: 80px;
    height: 80px;
  }

  .outer-speaker {
    width: 60px;
    height: 60px;
  }

  .congress-description p {
    font-size: 0.95rem;
  }
}

/* Hero Section Media Queries */
@media (max-width: 1400px) {
  .hero-text {
    padding: 60px 40px;
  }

  .title-number {
    font-size: 4.5rem;
  }

  .title-main {
    font-size: 2.8rem;
  }
}

@media (max-width: 992px) {
  .hero-text {
    padding: 50px 30px;
  }

  .title-number {
    font-size: 4rem;
  }

  .title-main {
    font-size: 2.5rem;
  }

  .event-dates,
  .event-location {
    padding: 12px 20px;
  }

  .date-text,
  .location-text {
    font-size: 1.1rem;
  }

  .venue-text {
    font-size: 1.2rem;
    padding: 12px 20px;
  }

  .cta-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-text {
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.8);
    order: 2;
  }

  .title-number {
    font-size: 3.5rem;
  }

  .title-main {
    font-size: 2.2rem;
  }

  .event-info {
    flex-direction: column;
    gap: 10px;
  }

  .event-dates,
  .event-location {
    flex: none;
  }

  .cta-text {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .hero-text {
    padding: 30px 15px;
  }

  .title-number {
    font-size: 3rem;
  }

  .title-main {
    font-size: 1.8rem;
  }

  .date-text,
  .location-text {
    font-size: 1rem;
  }

  .venue-text {
    font-size: 1.1rem;
  }

  .cta-text {
    font-size: 1.2rem;
  }
}

/* Seção dos Palestrantes */
.speakers-section {
  padding: 100px 0;
  background: #f8fafc;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.speakers-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.speakers-header {
  text-align: center;
  margin-bottom: 80px;
}

.speakers-title {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 3rem;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.2;
}

.speakers-subtitle {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1.2rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Carrossel dos palestrantes - Versão Ultra Simplificada */
.speakers-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Grid dos palestrantes */
.speakers-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 20px 0;
  transition: transform 0.4s ease;
}

/* Card do palestrante */
.speaker-card {
  flex: 0 0 400px;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
  min-width: 400px;
  margin-right: 0; /* Remove margem extra do último card */
}

.speaker-card:last-child {
  margin-right: 0; /* Garante que não há margem extra no último card */
}

.speaker-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  /* Prevenir drag da imagem */
  pointer-events: none;
}

.speaker-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  /* Prevenir drag da imagem */
  user-drag: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* Importante: prevenir comportamento padrão de drag */
  pointer-events: none;
}

.speaker-card:hover .speaker-photo {
  transform: scale(1.02);
}

.speaker-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  /* Permitir interação com o conteúdo, mas prevenir seleção */
  pointer-events: all;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.speaker-info {
  color: white;
  /* Prevenir seleção de texto */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.speaker-name {
  font-family: "BR Hendrix Medium", Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 5px;
  /* Prevenir seleção de texto */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.speaker-title {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 0.9rem;
  color: #e2e8f0;
  /* Prevenir seleção de texto */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Navegação do carrossel - Ultra Visível */
.carousel-navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.carousel-btn {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 3px solid #007cba !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  pointer-events: all !important;
  color: #007cba !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.carousel-btn:hover:not(:disabled) {
  background: #007cba !important;
  color: white !important;
  transform: scale(1.1) !important;
  box-shadow: 0 10px 30px rgba(0, 124, 186, 0.4) !important;
}

.carousel-btn:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  background: rgba(155, 155, 155, 0.8) !important;
}

.carousel-btn svg {
  width: 24px !important;
  height: 24px !important;
}

/* ===== RESPONSIVIDADE DA SEÇÃO DE PALESTRANTES ===== */

/* Responsividade do Header - 1400px */
@media (max-width: 1400px) {
  .speakers-section {
    padding: 80px 0;
  }

  .speakers-container {
    padding: 0 30px;
  }

  .speakers-header {
    margin-bottom: 60px;
  }

  .speakers-title {
    font-size: 2.5rem;
  }

  .speakers-subtitle {
    font-size: 1.1rem;
  }
}

/* Responsividade do Header - 992px */
@media (max-width: 992px) {
  .speakers-section {
    padding: 70px 0;
  }

  .speakers-container {
    padding: 0 25px;
  }

  .speakers-header {
    margin-bottom: 50px;
  }

  .speakers-title {
    font-size: 2.2rem;
  }

  .speakers-subtitle {
    font-size: 1.05rem;
  }
}

/* Responsividade do Header - 768px */
@media (max-width: 768px) {
  .speakers-section {
    padding: 60px 0;
  }

  .speakers-container {
    padding: 0 20px;
  }

  .speakers-header {
    margin-bottom: 40px;
  }

  .speakers-title {
    font-size: 2rem;
  }

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

  .site-footer,
  .site-header {
    padding-bottom: 0 !important;
  }
}

/* Responsividade do Header - 576px */
@media (max-width: 576px) {
  .speakers-section {
    padding: 50px 0;
  }

  .speakers-container {
    padding: 0 15px;
  }

  .speakers-header {
    margin-bottom: 35px;
  }

  .speakers-title {
    font-size: 1.8rem;
  }

  .speakers-subtitle {
    font-size: 0.95rem;
  }
}

/* Responsividade do Header - 480px */
@media (max-width: 480px) {
  .speakers-section {
    padding: 40px 0;
  }

  .speakers-title {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .speakers-subtitle {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

/* ===== RESPONSIVIDADE DOS CARDS DO CARROSSEL ===== */

/* Cards - 1400px */
@media (max-width: 1400px) {
  .speaker-card {
    flex: 0 0 350px;
    min-width: 350px;
  }

  .speaker-image {
    height: 450px;
  }
}

/* Cards - 1400px */
@media (max-width: 1400px) {
  .speaker-card {
    flex: 0 0 320px;
    min-width: 320px;
  }

  .speakers-grid {
    gap: 25px;
  }

  .carousel-btn {
    width: 50px !important;
    height: 50px !important;
  }

  .carousel-btn svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* Cards - 992px */
@media (max-width: 992px) {
  .speaker-card {
    flex: 0 0 280px;
    min-width: 280px;
  }

  .speakers-grid {
    gap: 20px;
  }

  .carousel-btn {
    width: 45px !important;
    height: 45px !important;
  }

  .carousel-btn svg {
    width: 18px !important;
    height: 18px !important;
  }
}

/* Cards - 768px */
@media (max-width: 768px) {
  .speaker-card {
    flex: 0 0 260px;
    min-width: 260px;
  }

  .speakers-grid {
    gap: 15px;
  }

  .carousel-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .carousel-navigation {
    left: 15px;
    right: 15px;
  }
}

/* Cards - 576px */
@media (max-width: 576px) {
  .speaker-card {
    flex: 0 0 240px;
    min-width: 240px;
  }

  .speakers-grid {
    gap: 20px;
  }

  .carousel-btn {
    width: 35px !important;
    height: 35px !important;
  }

  .carousel-btn svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/* Cards - 480px */
@media (max-width: 480px) {
  .speakers-carousel {
    padding-inline: 40px;
  }

  .speaker-card {
    flex: 0 0 220px;
    min-width: 220px;
  }

  .speaker-image {
    height: 350px;
  }

  .speaker-overlay {
    padding: 20px;
  }

  .speaker-name {
    font-size: 1.1rem;
  }

  .speaker-title {
    font-size: 0.8rem;
  }

  .carousel-btn {
    width: 32px !important;
    height: 32px !important;
  }

  .carousel-btn svg {
    width: 14px !important;
    height: 14px !important;
  }

  .carousel-navigation {
    left: 10px;
    right: 10px;
  }
}

/* Seção de Programação do Evento */
.schedule-section {
  padding: 100px 0;
  background: #f3f4f6;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.schedule-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.schedule-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 40px;
}

.schedule-content {
  flex: 1;
}

.schedule-title {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 3rem;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.2;
}

.schedule-subtitle {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1.2rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Tabs dos dias - MELHORADO */
.schedule-tabs {
  display: flex;
  gap: 8px;
  border-radius: 15px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.schedule-tab {
  background: transparent;
  color: #64748b;
  border: 2px solid transparent;
  padding: 16px 32px;
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  white-space: nowrap;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 150px;
  text-align: center;
}

/* Estados específicos dos tabs */
.schedule-tab:first-child {
  color: #007cba;
  border-color: rgba(0, 124, 186, 0.2);
}

.schedule-tab:nth-child(2) {
  color: #f59e0b;
  border-color: rgba(245, 158, 11, 0.2);
}

.schedule-tab:last-child {
  color: #1e293b;
  border-color: rgba(30, 41, 59, 0.2);
}

/* Estados hover */
.schedule-tab:first-child:hover {
  background: rgba(0, 124, 186, 0.1);
  border-color: #007cba;
  transform: translateY(-2px);
}

.schedule-tab:nth-child(2):hover {
  background: rgba(245, 158, 11, 0.1);
  border-color: #f59e0b;
  transform: translateY(-2px);
}

.schedule-tab:last-child:hover {
  background: rgba(30, 41, 59, 0.1);
  border-color: #1e293b;
  transform: translateY(-2px);
}

/* Estados ativos - MUITO MAIS VISÍVEIS */
.schedule-tab.active:first-child {
  background: linear-gradient(135deg, #007cba, #0096d6);
  color: white;
  border-color: #007cba;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 124, 186, 0.4);
  font-weight: 700;
}

.schedule-tab.active:nth-child(2) {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: white;
  border-color: #f59e0b;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
  font-weight: 700;
}

.schedule-tab.active:last-child {
  background: linear-gradient(135deg, #1e293b, #374151);
  color: white;
  border-color: #1e293b;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgba(30, 41, 59, 0.4);
  font-weight: 700;
}

/* Indicador de dia ativo */
.schedule-tab.active::before {
  content: "DIA ATIVO";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  color: #1e293b;
  font-size: 0.7rem;
  padding: 4px 12px;
  border-radius: 12px;
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  animation: pulseActive 2s ease-in-out infinite;
}

/* Animação para o indicador ativo */
@keyframes pulseActive {
  0%,
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translateX(-50%) scale(1.05);
  }
}

/* Conteúdo dos dias */
.schedule-content-wrapper {
  position: relative;
  overflow: hidden;
}

/* Indicador do dia ativo */
.schedule-day-indicator {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  animation: slideInFromTop 0.5s ease-out;
}

.day-indicator-content {
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.day-indicator-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shimmer 2s ease-in-out infinite;
}

.day-indicator-icon {
  font-size: 1.5rem;
  animation: bounce 2s ease-in-out infinite;
}

.day-indicator-text {
  font-family: "BR Hendrix Medium", Arial, sans-serif;
  font-size: 1rem;
  color: #64748b;
  font-weight: 500;
}

.day-indicator-date {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 1.2rem;
  color: #1e293b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #007cba, #0096d6);
  color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
  transition: opacity 0.3s ease;
}

/* Animações */
@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

/* Carrossel horizontal */
.schedule-carousel {
  position: relative;
  overflow: hidden;
  /* Prevenir seleção de texto durante o drag */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.schedule-cards {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding: 20px 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Cursor de grab para indicar que é arrastável */
  cursor: grab;
  /* Prevenir seleção de texto */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Cursor durante o drag */
.schedule-cards:active {
  cursor: grabbing;
}

.schedule-cards::-webkit-scrollbar {
  display: none;
}

/* Cards da programação */
.schedule-card {
  flex: 0 0 400px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
  /* Prevenir seleção de texto */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* Garantir que o card seja arrastável */
  pointer-events: all;
}

.schedule-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
}

.schedule-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  /* Prevenir drag da imagem */
  pointer-events: none;
}

.schedule-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  /* Prevenir drag da imagem */
  user-drag: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* Importante: prevenir comportamento padrão de drag */
  pointer-events: none;
}

.schedule-card:hover .schedule-image img {
  transform: scale(1.05);
}

.schedule-info {
  padding: 25px;
  /* Permitir interação com o conteúdo, mas prevenir seleção */
  pointer-events: all;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.schedule-event-title {
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
  font-size: 1.4rem;
  color: #1e293b;
  margin-bottom: 15px;
  line-height: 1.3;
  /* Prevenir seleção de texto */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.schedule-description {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 20px;
  /* Prevenir seleção de texto */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.schedule-time {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 2rem;
  color: #1e293b;
  font-weight: bold;
  letter-spacing: -0.5px;
  /* Prevenir seleção de texto */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Responsividade da programação */
@media (max-width: 1400px) {
  .schedule-container {
    padding: 0 30px;
  }

  .schedule-title {
    font-size: 2.5rem;
  }

  .schedule-card {
    flex: 0 0 350px;
  }

  .schedule-cards {
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .schedule-section {
    padding: 80px 0;
  }

  .schedule-header {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }

  .schedule-title {
    font-size: 2.2rem;
  }

  .schedule-subtitle {
    font-size: 1.1rem;
  }

  .schedule-tabs {
    align-self: stretch;
  }

  .schedule-tab {
    flex: 1;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .schedule-card {
    flex: 0 0 320px;
  }

  .schedule-cards {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .schedule-section {
    padding: 60px 0;
  }

  .schedule-container {
    padding: 0 20px;
  }

  .schedule-header {
    gap: 25px;
    margin-bottom: 40px;
  }

  .schedule-title {
    font-size: 2rem;
  }

  .schedule-subtitle {
    font-size: 0.95rem;
  }

  .schedule-tabs {
    gap: 6px;
    padding: 6px;
  }

  .schedule-tab {
    padding: 12px 20px;
    font-size: 0.9rem;
    min-width: 120px;
  }

  .schedule-tab.active::before {
    font-size: 0.6rem;
    padding: 3px 8px;
    top: -10px;
  }

  .day-indicator-content {
    padding: 12px 20px;
    gap: 8px;
  }

  .day-indicator-icon {
    font-size: 1.2rem;
  }

  .day-indicator-text {
    font-size: 0.9rem;
  }

  .day-indicator-date {
    font-size: 1rem;
    padding: 6px 12px;
  }

  .schedule-card {
    flex: 0 0 280px;
  }

  .schedule-image {
    height: 160px;
  }

  .schedule-info {
    padding: 20px;
  }

  .schedule-event-title {
    font-size: 1.2rem;
  }

  .schedule-description {
    font-size: 0.95rem;
  }

  .schedule-time {
    font-size: 1.8rem;
  }

  .contact-banner-img {
    margin: 1.5rem auto;
    border-radius: 20px;
  }
}

@media (max-width: 576px) {
  .schedule-section {
    padding: 50px 0;
  }

  .schedule-container {
    padding: 0 15px;
  }

  .schedule-title {
    font-size: 1.8rem;
  }

  .schedule-subtitle {
    font-size: 0.95rem;
  }

  .schedule-tabs {
    border-radius: 25px;
  }

  .schedule-tab {
    padding: 8px 12px;
    font-size: 0.85rem;
  }

  .schedule-tab:first-child {
    border-radius: 25px 0 0 25px;
  }

  .schedule-tab:last-child {
    border-radius: 0 25px 25px 0;
  }

  .schedule-card {
    flex: 0 0 250px;
  }

  .schedule-cards {
    gap: 15px;
    padding: 15px 0;
  }

  .schedule-image {
    height: 140px;
  }

  .schedule-info {
    padding: 15px;
  }

  .schedule-event-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .schedule-description {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  .schedule-time {
    font-size: 1.6rem;
  }
}

/* Seção de Convite Especial */
.special-invite-section {
  padding: 120px 0;
  background: #f8f9fa;
  max-width: 1400px;
  margin: 0 auto;
}

.invite-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.invite-header {
  text-align: center;
  margin-bottom: 60px;
}

.invite-title {
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.2;
}

.emoji-hand,
.emoji-heart {
  font-size: 1.1em;
  margin-left: 10px;
}

.video-container {
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  background: #8b4513;
  position: relative;
}

.video-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #8b4513;
  overflow: hidden;
  cursor: pointer;
}

/* Vídeo principal */
#mainVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

/* Poster/Thumbnail */
.video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Logo no canto superior direito */
.video-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  display: none;
}

.logo-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.logo-envolve {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

/* Controles do vídeo */
.video-controls-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 40px 24px 24px;
  z-index: 4;
  transition: opacity 0.3s ease;
}

.progress-container {
  margin-bottom: 16px;
}

.progress-bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

.progress-fill {
  height: 100%;
  background: #fff;
  border-radius: 2px;
  width: 0%;
  transition: width 0.1s linear;
}

.controls-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.time-display {
  color: white;
  font-size: 14px;
  font-weight: 500;
  min-width: 40px;
}

.control-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.control-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.control-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}

.control-btn:active {
  transform: scale(0.95);
}

.play-btn {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.play-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Botão de play central */
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.play-overlay-btn {
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.play-overlay-btn:hover {
  transform: scale(1.1);
  opacity: 1;
}

.play-overlay-btn:active {
  transform: scale(0.95);
}

/* Estados do player */
.video-player.playing .play-overlay {
  opacity: 0;
  pointer-events: none;
}

.video-player.playing .video-poster {
  opacity: 0;
  pointer-events: none;
}

.video-player.playing #mainVideo {
  z-index: 3;
}

/* Controles quando não está tocando */
.video-player:not(.playing) .video-controls-overlay {
  opacity: 1;
}

.video-player.playing .video-controls-overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-player.playing:hover .video-controls-overlay {
  opacity: 1;
}

/* Responsividade */
@media (max-width: 768px) {
  .special-invite-section {
    padding: 80px 0;
  }

  .invite-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .video-container {
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  }

  .video-logo {
    top: 15px;
    right: 15px;
    display: block;
  }

  .logo-circle {
    width: 50px;
    height: 50px;
  }

  .logo-envolve {
    width: 30px;
    height: 30px;
  }

  .video-controls-overlay {
    padding: 30px 16px 16px;
  }

  .controls-wrapper {
    gap: 12px;
  }

  .time-display {
    font-size: 12px;
    min-width: 35px;
  }

  .play-btn {
    width: 40px;
    height: 40px;
  }

  .control-buttons {
    gap: 8px;
  }

  .play-overlay-btn svg {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .invite-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .video-container {
    border-radius: 8px;
  }

  .play-overlay-btn svg {
    width: 40px;
    height: 40px;
  }
}

/* Seção Para Quem É */
.target-audience-section {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.target-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.target-header {
  text-align: center;
  margin-bottom: 80px;
}

.target-title {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 3rem;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.2;
}

.target-subtitle {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1.2rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Grid dos cards */
.target-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Cards do público-alvo */
.target-card {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  border-radius: 20px;
  padding: 40px 30px;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.target-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(30px, -30px);
  transition: all 0.3s ease;
}

.target-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(14, 165, 233, 0.3);
}

.target-card:hover::before {
  transform: translate(20px, -20px) scale(1.2);
}

/* Ícone do card */
.target-icon {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.target-icon svg {
  width: 40px;
  height: 40px;
  stroke: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* Conteúdo do card */
.target-content {
  position: relative;
  z-index: 2;
}

.target-profile {
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
  font-size: 1.1rem;
  color: white;
  margin-bottom: 8px;
  line-height: 1.3;
}

.target-description {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin: 0;
}

/* Variações de gradiente para diferentes cards */
.target-card:nth-child(1) {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
}

.target-card:nth-child(2) {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
}

.target-card:nth-child(3) {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
}

.target-card:nth-child(4) {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
}

.target-card:nth-child(5) {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
}

.target-card:nth-child(6) {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
}

/* Responsividade da seção para quem é */
@media (max-width: 1400px) {
  .target-container {
    padding: 0 30px;
  }

  .target-title {
    font-size: 2.5rem;
  }

  .target-grid {
    gap: 25px;
  }

  .target-card {
    padding: 35px 25px;
  }
}

@media (max-width: 992px) {
  .target-audience-section {
    padding: 80px 0;
  }

  .target-header {
    margin-bottom: 60px;
  }

  .target-title {
    font-size: 2.2rem;
  }

  .target-subtitle {
    font-size: 1.1rem;
  }

  .target-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .target-card {
    padding: 30px 20px;
  }

  .target-profile {
    font-size: 1.3rem;
  }

  .target-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .target-audience-section {
    padding: 60px 0;
  }

  .target-container {
    padding: 0 20px;
  }

  .target-header {
    margin-bottom: 50px;
  }

  .target-title {
    font-size: 2rem;
  }

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

  .target-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 500px;
  }

  .target-card {
    padding: 25px 20px;
  }

  .target-icon {
    margin-bottom: 20px;
  }

  .target-icon svg {
    width: 35px;
    height: 35px;
  }

  .target-profile {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .target-description {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .target-audience-section {
    padding: 50px 0;
  }

  .target-container {
    padding: 0 15px;
  }

  .target-title {
    font-size: 1.8rem;
  }

  .target-subtitle {
    font-size: 0.95rem;
  }

  .target-grid {
    gap: 15px;
  }

  .target-card {
    padding: 20px 15px;
    border-radius: 15px;
  }

  .target-icon {
    margin-bottom: 15px;
  }

  .target-icon svg {
    width: 32px;
    height: 32px;
  }

  .target-profile {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .target-description {
    font-size: 0.95rem;
  }

  .target-card::before {
    width: 80px;
    height: 80px;
  }
}

/* Seção de Inscrição/Matrícula Atualizada */
.registration-section {
  padding: 0 0 100px;
  background: #f8fafc;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.registration-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.registration-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.registration-left {
  background: url("https://envolveconsultoria.com/wp-content/uploads/2025/06/Background-1.png")
    center center/cover no-repeat;
  background-color: #4a4a4a;
  padding: 60px 50px;
  color: white;
  position: relative;
}

.registration-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.package-info {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Seção 1 - Header do pacote */
.package-header-section {
  margin-bottom: 0;
}

.package-header {
  margin-bottom: 0;
}

.package-title {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 10px;
  line-height: 1.2;
}

.package-subtitle {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  margin: 0;
}

/* Separador 1 */
.package-separator {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 30px 0;
  width: 100%;
}

/* Seção 2 - Preço */
.package-price-section {
  margin: 0;
}

.package-price {
  margin: 0;
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 5px;
}

.price-currency {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 2rem;
  color: white;
}

.price-amount {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 4rem;
  color: white;
  line-height: 1;
}

.price-cents {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 2.5rem;
  color: white;
}

/* Separador 2 */
.package-separator-2 {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 30px 0;
  width: 100%;
}

/* Seção 3 - Benefícios */
.package-benefits-section {
  padding-block: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.package-benefits {
  margin: 0;
  padding: 0;
  flex: 1;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.benefit-check {
  width: 24px;
  height: 24px;
  background: transparent;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.check-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.benefit-text {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1.1rem;
  color: white;
  line-height: 1.3;
}

.package-logo {
  margin-top: 40px;
  display: flex;
}

.logo-circle-small {
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  padding: 15px;
}

.mini-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Lado direito - Formulário */
.registration-right {
  padding: 60px 50px;
  background: white;
}

.form-header {
  margin-bottom: 40px;
  text-align: center;
}

.form-title {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 2.2rem;
  color: #1e293b;
  margin-bottom: 15px;
  line-height: 1.2;
}

.form-subtitle {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.registration-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-family: "BR Hendrix Medium", Arial, sans-serif;
  font-size: 0.95rem;
  color: #374151;
  margin-bottom: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1rem;
  color: #1f2937;
  transition: all 0.3s ease;
  background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #9ca3af;
}

.form-group select {
  cursor: pointer;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  line-height: 1.5;
}

.submit-btn {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(14, 165, 233, 0.3);
}

.form-disclaimer {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 0.85rem;
  color: #6b7280;
  text-align: center;
  line-height: 1.4;
  margin: 15px 0 0;
}

/* Footer melhorado */
.site-footer {
  background: #000;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* 
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 20%,
    rgba(255, 255, 255, 0.3) 80%,
    transparent 100%
  );
} */

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-content p {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/* Responsividade geral */
@media (max-width: 1400px) {
  .registration-left,
  .registration-right {
    flex: 1;
  }

  .registration-left {
    padding: 50px 40px;
  }

  .registration-right {
    padding: 50px 40px;
  }

  .form-row {
    gap: 15px;
  }
}

@media (max-width: 992px) {
  .registration-section {
    padding: 80px 0;
  }

  .registration-container {
    padding: 0 25px;
  }

  .registration-content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .registration-left {
    padding: 50px 30px;
    border-radius: 15px 15px 0 0;
  }

  .registration-right {
    padding: 50px 30px;
    border-radius: 0 0 15px 15px;
  }

  .package-title {
    font-size: 2.2rem;
  }

  .price-amount {
    font-size: 3.2rem;
  }

  .form-title {
    font-size: 2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .logo-circle-small {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 768px) {
  .registration-section {
    padding: 60px 0;
  }

  .registration-container {
    padding: 0 20px;
  }

  .registration-content {
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 12px;
  }

  .registration-left {
    padding: 40px 25px;
    border-radius: 12px 12px 0 0;
  }

  .registration-right {
    padding: 40px 25px;
    border-radius: 0 0 12px 12px;
  }

  .package-title {
    font-size: 2rem;
  }

  .price-amount {
    font-size: 2.8rem;
  }

  .form-title {
    font-size: 1.8rem;
  }

  .form-subtitle {
    font-size: 0.95rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 10px 14px;
    font-size: 0.95rem;
  }

  .submit-btn {
    padding: 14px 28px;
    font-size: 1rem;
  }

  .logo-circle-small {
    width: 100px;
    height: 100px;
  }

  .footer-content p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .registration-section {
    padding: 50px 0;
  }

  .registration-container {
    padding: 0 15px;
  }

  .registration-left {
    padding: 30px 20px;
  }

  .registration-right {
    padding: 30px 20px;
  }

  .package-title {
    font-size: 1.8rem;
  }

  .price-amount {
    font-size: 2.4rem;
  }

  .price-currency,
  .price-cents {
    font-size: 1.8rem;
  }

  .form-title {
    font-size: 1.6rem;
  }

  .form-subtitle {
    font-size: 0.9rem;
  }

  .form-group {
    gap: 6px;
  }

  .form-group label {
    font-size: 0.9rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 12px 15px;
    font-size: 0.9rem;
  }

  .submit-btn {
    padding: 12px 24px;
    font-size: 0.95rem;
  }

  .form-disclaimer {
    font-size: 0.8rem;
  }

  .logo-circle-small {
    width: 80px;
    height: 80px;
  }

  .benefit-text {
    font-size: 1rem;
  }

  .footer-content p {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .registration-section {
    padding: 40px 0;
  }

  .registration-container {
    padding: 0 12px;
  }

  .registration-left {
    padding: 25px 18px;
  }

  .registration-right {
    padding: 25px 18px;
  }

  .package-title {
    font-size: 1.6rem;
  }

  .price-amount {
    font-size: 2.2rem;
  }

  .price-currency,
  .price-cents {
    font-size: 1.6rem;
  }
  .speakers-carousel {
    position: relative;
    overflow: hidden;
    padding-inline: 20px;
  }

  .form-title {
    font-size: 1.4rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 10px 12px;
    font-size: 0.85rem;
  }

  .submit-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .logo-circle-small {
    width: 70px;
    height: 70px;
  }

  .benefit-text {
    font-size: 0.95rem;
  }
}

.section-separator {
  height: 60px;
  width: 100%;
  background: transparent;
}

/* Seção de FAQ */
.faq-section {
  padding: 100px 0;
  background: #f8fafc;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.faq-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.faq-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
}

/* Lado esquerdo - Título e descrição */
.faq-left {
  padding-right: 20px;
}

.faq-title {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 3.5rem;
  color: #1e293b;
  line-height: 1.1;
  margin-bottom: 30px;
}

.faq-description {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Lado direito - Lista de perguntas */
.faq-right {
  padding-left: 20px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #d1d5db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  transition: all 0.3s ease;
  border: none;
  width: 100%;
  text-align: left;
}

.faq-question:hover {
  background: #f8fafc;
}

.faq-question.active {
  background: #f1f5f9;
}

.faq-question-text {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.4;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}

.faq-icon {
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  font-size: 1.2rem;
  color: #0ea5e9;
  font-weight: bold;
}

.faq-icon::after {
  content: "+";
  transition: all 0.3s ease;
  color: #0ea5e9;
}

.faq-question.active .faq-icon::after {
  content: "−";
  color: #0ea5e9;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
}

.faq-answer.active {
  max-height: 300px;
  padding: 0 25px 20px;
}

.faq-answer p {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  padding-top: 10px;
}

/* Seção de Contato */
.contact-section {
  padding: 0;
  background: #f8fafc;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-block: 3rem;
}

.contact-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-inline: 20px;
}

.contact-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contact-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 1400px;
  margin: 2rem auto;
  border-radius: 30px;
}

.countdown-section {
  padding-block: 2rem;
  background: #f8fafc;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

/* Responsividade para FAQ */
@media (max-width: 1400px) {
  .faq-container {
    padding: 0 30px;
  }

  .faq-content {
    gap: 60px;
  }

  .faq-title {
    font-size: 3rem;
  }
}

@media (max-width: 992px) {
  .faq-section {
    padding: 80px 0;
  }

  .faq-content {
    gap: 50px;
  }

  .faq-title {
    font-size: 2.5rem;
  }

  .faq-description {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }

  .faq-container {
    padding: 0 20px;
  }

  .faq-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-left {
    padding-right: 0;
    text-align: center;
  }

  .faq-right {
    padding-left: 0;
  }

  .faq-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .faq-description {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .faq-question {
    padding: 18px 20px;
  }

  .faq-question-text {
    font-size: 0.95rem;
    padding-right: 15px;
  }

  .faq-answer.active {
    padding: 0 20px 18px;
  }

  .faq-answer p {
    font-size: 0.9rem;
  }

  .contact-banner-img {
    margin: 1.5rem auto;
    border-radius: 20px;
  }
}

@media (max-width: 576px) {
  .faq-section {
    padding: 50px 0;
  }

  .faq-container {
    padding: 0 15px;
  }

  .faq-content {
    gap: 30px;
  }

  .faq-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .faq-description {
    font-size: 0.9rem;
  }

  .faq-question {
    padding: 15px 18px;
  }

  .faq-question-text {
    font-size: 0.9rem;
    padding-right: 12px;
  }

  .faq-icon {
    width: 18px;
    height: 18px;
    font-size: 1.1rem;
  }

  .faq-answer.active {
    padding: 0 18px 15px;
  }

  .faq-answer p {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .contact-banner-img {
    margin: 1rem auto;
    border-radius: 15px;
  }
}

@media (max-width: 480px) {
  .faq-section {
    padding: 40px 0;
  }

  .faq-container {
    padding: 0 12px;
  }

  .faq-content {
    gap: 25px;
  }

  .faq-title {
    font-size: 1.6rem;
  }

  .faq-question {
    padding: 12px 15px;
  }

  .faq-question-text {
    font-size: 0.85rem;
    padding-right: 10px;
  }

  .faq-icon {
    width: 16px;
    height: 16px;
    font-size: 1rem;
  }

  .faq-answer.active {
    padding: 0 15px 12px;
  }

  .faq-answer p {
    font-size: 0.8rem;
    padding-top: 8px;
  }

  .contact-banner-img {
    margin: 0.5rem auto;
    border-radius: 12px;
  }
}

@media (max-width: 576px) {
  .faq-section,
  .registration-section {
    padding: 50px 0;
  }

  .faq-container,
  .registration-container {
    padding: 0 15px;
  }

  .faq-title {
    font-size: 2rem;
  }

  .contact-banner-img {
    min-height: 150px;
  }

  .registration-left,
  .registration-right {
    padding: 30px 20px;
  }

  .package-title {
    font-size: 1.8rem;
  }

  .price-amount {
    font-size: 2.5rem;
  }

  .footer-content p {
    font-size: 0.85rem;
    padding: 0 20px;
  }
}

/* Separador entre seções */
.section-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #e2e8f0 20%, #e2e8f0 80%);
  margin: 0;
  max-width: 1400px;
  margin: 0 auto;
}

/* Seção de FAQ */
.faq-section {
  padding: 100px 0;
  background: #f8fafc;
  position: relative;
}

.faq-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.faq-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
}

/* Lado esquerdo - Título e descrição */
.faq-left {
  padding-right: 20px;
}

.faq-title {
  font-family: "BR Hendrix Bold", Arial, sans-serif;
  font-size: 3.5rem;
  color: #1e293b;
  line-height: 1.1;
  margin-bottom: 30px;
}

.faq-description {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Lado direito - Lista de perguntas */
.faq-right {
  padding-left: 20px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #d1d5db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  transition: all 0.3s ease;
  border: none;
  width: 100%;
  text-align: left;
}

.faq-question:hover {
  background: #f8fafc;
}

.faq-question.active {
  background: #f1f5f9;
}

.faq-question-text {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.4;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}

.faq-icon {
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  font-size: 1.2rem;
  color: #0ea5e9;
  font-weight: bold;
}

.faq-icon::after {
  content: "+";
  transition: all 0.3s ease;
  color: #0ea5e9;
}

.faq-question.active .faq-icon::after {
  content: "−";
  color: #0ea5e9;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
}

.faq-answer.active {
  max-height: 300px;
  padding: 0 25px 20px;
}

.faq-answer p {
  font-family: "BR Hendrix Regular", Arial, sans-serif;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  padding-top: 10px;
}

/* Responsividade melhorada para FAQ */
@media (max-width: 1400px) {
  .faq-container {
    padding: 0 30px;
  }

  .faq-content {
    gap: 60px;
  }

  .faq-title {
    font-size: 3rem;
  }
}

@media (max-width: 992px) {
  .faq-section {
    padding: 80px 0;
  }

  .faq-content {
    gap: 50px;
  }

  .faq-title {
    font-size: 2.5rem;
  }

  .faq-description {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }

  .faq-container {
    padding: 0 20px;
  }

  .faq-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-left {
    padding-right: 0;
    text-align: center;
  }

  .faq-right {
    padding-left: 0;
  }

  .faq-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .faq-description {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .faq-question {
    padding: 18px 20px;
  }

  .faq-question-text {
    font-size: 0.95rem;
    padding-right: 15px;
  }

  .faq-answer.active {
    padding: 0 20px 18px;
  }

  .faq-answer p {
    font-size: 0.9rem;
  }

  .contact-banner-img {
    margin: 1.5rem auto;
    border-radius: 20px;
  }
}

@media (max-width: 576px) {
  .faq-section {
    padding: 50px 0;
  }

  .faq-container {
    padding: 0 15px;
  }

  .faq-content {
    gap: 30px;
  }

  .faq-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .faq-description {
    font-size: 0.9rem;
  }

  .faq-question {
    padding: 15px 18px;
  }

  .faq-question-text {
    font-size: 0.9rem;
    padding-right: 12px;
  }

  .faq-icon {
    width: 18px;
    height: 18px;
    font-size: 1.1rem;
  }

  .faq-answer.active {
    padding: 0 18px 15px;
  }

  .faq-answer p {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .contact-banner-img {
    margin: 1rem auto;
    border-radius: 15px;
  }
}

@media (max-width: 480px) {
  .faq-section {
    padding: 40px 0;
  }

  .faq-container {
    padding: 0 12px;
  }

  .faq-content {
    gap: 25px;
  }

  .faq-title {
    font-size: 1.6rem;
  }

  .faq-question {
    padding: 12px 15px;
  }

  .faq-question-text {
    font-size: 0.85rem;
    padding-right: 10px;
  }

  .faq-icon {
    width: 16px;
    height: 16px;
    font-size: 1rem;
  }

  .faq-answer.active {
    padding: 0 15px 12px;
  }

  .faq-answer p {
    font-size: 0.8rem;
    padding-top: 8px;
  }

  .contact-banner-img {
    margin: 0.5rem auto;
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .faq-section {
    padding: 40px 0;
  }

  .faq-container {
    padding: 0 12px;
  }

  .faq-content {
    gap: 25px;
  }

  .faq-title {
    font-size: 1.6rem;
  }

  .faq-question {
    padding: 12px 15px;
  }

  .faq-question-text {
    font-size: 0.85rem;
    padding-right: 10px;
  }

  .faq-icon {
    width: 16px;
    height: 16px;
    font-size: 1rem;
  }

  .faq-answer.active {
    padding: 0 15px 12px;
  }

  .faq-answer p {
    font-size: 0.8rem;
    padding-top: 8px;
  }

  .contact-banner-img {
    margin: 0.5rem auto;
    border-radius: 12px;
  }
}

/* Ajustes específicos para diferentes resoluções */
@media (max-width: 576px) {
  .hero-bg-mobile {
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}

/* Para telas muito pequenas */
@media (max-width: 480px) {
  .hero-bg-mobile {
    object-fit: cover;
    object-position: center top;
    width: 100%;
  }

  .hero-section {
    padding: 20px 0;
  }
}

/* Para telas ultra-wide */
@media (min-width: 1600px) {
  .hero-bg-desktop {
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 1100px) {
  .nav-items {
    gap: 1rem;
  }
}

/* Responsividade do Header */
@media (max-width: 992px) {
  .container {
    padding: 0 25px;
  }

  /* Esconder navegação desktop */
  .desktop-nav,
  .desktop-cta {
    display: none;
  }

  .desktop-nav {
    gap: 2rem;
  }

  /* Mostrar menu hamburger */
  .mobile-menu-toggle {
    display: flex;
  }

  .nav-item a {
    font-size: 15px;
  }

  .desktop-cta {
    padding: 10px 24px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  /* Ajustar header para mobile */
  .site-header {
    padding: 0.8rem 0;
  }

  .header-logo img {
    height: 45px;
  }

  .site-header.scrolled .header-logo img {
    height: 40px;
  }

  /* Menu mobile em telas menores */
  .mobile-menu-content {
    max-width: 350px;
  }

  .mobile-nav-link {
    font-size: 16px;
    padding: 16px 25px;
  }

  .nav-icon {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }

  .site-header {
    padding: 0.7rem 0;
  }

  .header-logo img {
    height: 40px;
  }

  .site-header.scrolled .header-logo img {
    height: 36px;
  }

  /* Menu mobile ainda menor */
  .mobile-menu-content {
    max-width: 320px;
  }

  .mobile-menu-header {
    padding: 15px 20px;
  }

  .mobile-logo img {
    height: 35px;
  }

  .mobile-nav-link {
    font-size: 15px;
    padding: 14px 20px;
    gap: 15px;
  }

  .nav-icon {
    font-size: 17px;
    min-width: 20px;
  }

  .mobile-menu-footer {
    padding: 20px;
  }

  .mobile-cta-btn {
    padding: 14px 20px;
    font-size: 15px;
  }

  .mobile-menu-info {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .mobile-menu-content {
    width: 100%;
    max-width: 100%;
  }

  .mobile-nav-link {
    font-size: 14px;
    padding: 12px 18px;
    gap: 12px;
    margin-right: 20px;
  }

  .nav-icon {
    font-size: 16px;
    min-width: 18px;
  }

  .mobile-menu-footer {
    padding: 18px;
  }

  .mobile-cta-btn {
    padding: 12px 18px;
    font-size: 14px;
  }
}

/* Melhorias de acessibilidade e detalhes finais */
.congress-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Efeito de blur quando menu está aberto */
body.menu-open .site-main {
  filter: blur(2px);
  transition: filter 0.3s ease;
}

/* Indicador de scroll no header */
.site-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #007cba, #0096d6);
  width: var(--scroll-width, 0%);
  transition: width 0.1s ease;
}

/* Animação para links ativos */
@keyframes activeLink {
  from {
    transform: scale(0.95);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.nav-item.active a,
.mobile-nav-link.active {
  animation: activeLink 0.3s ease;
}

/* Melhorias para toque em mobile */
@media (hover: none) and (pointer: coarse) {
  .mobile-nav-link {
    padding: 20px 25px;
  }

  .mobile-menu-toggle {
    width: 48px;
    height: 48px;
  }

  .mobile-menu-close {
    width: 44px;
    height: 44px;
  }
}

/* Estados de foco para acessibilidade - APENAS mobile */
.mobile-menu-toggle:focus,
.mobile-menu-close:focus,
.mobile-nav-link:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}

/* Remover outline dos links desktop e CTA */
.nav-item a:focus,
.desktop-cta:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.3);
}

/* Prevenção de zoom em inputs em iOS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    font-size: 16px !important;
  }
}

/* Responsividade aprimorada */
@media (max-width: 1400px) {
  .speaker-card {
    flex: 0 0 350px;
  }

  .speaker-image {
    height: 450px;
  }
}

@media (max-width: 1400px) {
  .speaker-card {
    flex: 0 0 320px;
  }

  .carousel-btn {
    width: 55px;
    height: 55px;
  }

  .speakers-grid {
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .speaker-card {
    flex: 0 0 280px;
  }

  .carousel-btn {
    width: 50px;
    height: 50px;
  }

  .speakers-grid {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .speaker-card {
    flex: 0 0 260px;
  }

  .carousel-btn {
    width: 45px;
    height: 45px;
  }

  .speakers-grid {
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .speaker-card {
    flex: 0 0 240px;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
  }

  .speakers-grid {
    gap: 20px;
  }
}

/* Responsividade do carrossel ultra simplificado */
@media (max-width: 1400px) {
  .speaker-card {
    flex: 0 0 350px;
    min-width: 350px;
  }

  .carousel-btn {
    width: 55px !important;
    height: 55px !important;
  }
}

@media (max-width: 992px) {
  .speaker-card {
    flex: 0 0 300px;
    min-width: 300px;
  }

  .carousel-btn {
    width: 50px !important;
    height: 50px !important;
  }

  .carousel-btn svg {
    width: 24px !important;
    height: 24px !important;
  }
}

@media (max-width: 768px) {
  .speaker-card {
    flex: 0 0 280px;
    min-width: 280px;
  }

  .carousel-navigation {
    left: 10px;
    right: 10px;
  }

  .carousel-btn {
    width: 45px !important;
    height: 45px !important;
  }
}

@media (max-width: 576px) {
  .speaker-card {
    flex: 0 0 260px;
    min-width: 260px;
  }

  .carousel-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .carousel-btn svg {
    width: 20px !important;
    height: 20px !important;
  }
}

.schedule-day {
  display: none;
}

.schedule-day.active {
  display: block;
}

/* Carrossel horizontal */

/* ===== CORREÇÕES ADICIONAIS PARA MOBILE PEQUENO - SEÇÃO PROGRAMAÇÃO ===== */

/* Correção adicional para telas muito pequenas */
@media (max-width: 480px) {
  .schedule-section {
    padding: 40px 0;
  }

  .schedule-container {
    padding: 0 12px;
  }

  .schedule-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .schedule-title {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .schedule-subtitle {
    font-size: 0.85rem;
    line-height: 1.4;
  }

  /* Tabs otimizados para mobile pequeno */
  .schedule-tabs {
    gap: 2px;
    padding: 3px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-wrap: nowrap;
  }

  .schedule-tab {
    padding: 6px 8px;
    font-size: 0.7rem;
    min-width: auto;
    flex: 1;
    text-align: center;
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
    line-height: 1.2;
    border: 1px solid transparent;
  }

  /* Ajustar o indicador "DIA ATIVO" para telas pequenas */
  .schedule-tab.active::before {
    display: none; /* Remover em telas muito pequenas para economizar espaço */
  }

  /* Simplificar indicador de dia */
  .schedule-day-indicator {
    margin-bottom: 20px;
  }

  .day-indicator-content {
    padding: 8px 16px;
    gap: 6px;
    border-radius: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .day-indicator-icon {
    font-size: 1rem;
  }

  .day-indicator-text {
    font-size: 0.75rem;
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }

  .day-indicator-date {
    font-size: 0.85rem;
    padding: 4px 10px;
    order: 2;
  }

  /* Cards da programação para mobile pequeno */
  .schedule-card {
    flex: 0 0 200px;
    min-width: 200px;
  }

  .schedule-cards {
    gap: 12px;
    padding: 12px 0;
  }

  .schedule-image {
    height: 120px;
  }

  .schedule-info {
    padding: 12px;
  }

  .schedule-event-title {
    font-size: 1rem;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .schedule-description {
    font-size: 0.8rem;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .schedule-time {
    font-size: 1.4rem;
    letter-spacing: -0.3px;
  }

  .contact-banner-img {
    margin: 0.5rem auto;
    border-radius: 10px;
  }
}

/* Correção para telas ultra pequenas (360px e menos) */
@media (max-width: 360px) {
  .schedule-container {
    padding: 0 8px;
  }

  .schedule-title {
    font-size: 1.4rem;
  }

  .schedule-subtitle {
    font-size: 0.8rem;
  }

  .schedule-tab {
    padding: 5px 6px;
    font-size: 0.65rem;
  }

  .day-indicator-content {
    padding: 6px 12px;
    gap: 4px;
  }

  .day-indicator-text {
    font-size: 0.7rem;
  }

  .day-indicator-date {
    font-size: 0.8rem;
    padding: 3px 8px;
  }

  .schedule-card {
    flex: 0 0 180px;
    min-width: 180px;
  }

  .schedule-cards {
    gap: 10px;
  }

  .schedule-image {
    height: 100px;
  }

  .schedule-info {
    padding: 10px;
  }

  .schedule-event-title {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }

  .schedule-description {
    font-size: 0.75rem;
    margin-bottom: 8px;
  }

  .schedule-time {
    font-size: 1.2rem;
  }
}

/* Correção específica para orientação landscape em mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .schedule-section {
    padding: 30px 0;
  }

  .schedule-header {
    margin-bottom: 25px;
  }

  .schedule-day-indicator {
    margin-bottom: 15px;
  }

  .day-indicator-content {
    padding: 6px 16px;
  }
}

.speaker-info-btn {
  background: linear-gradient(90deg, #0ea5e9 0%, #0284c7 100%);
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 28px;
  font-size: 13px;
  font-family: "BR Hendrix SemiBold", Arial, sans-serif;
  cursor: pointer;
  margin-top: 16px;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.1);
  transition: background 0.2s, transform 0.2s;
  display: inline-block;
}
.speaker-info-btn:hover {
  background: linear-gradient(90deg, #0284c7 0%, #0ea5e9 100%);
  transform: translateY(-2px) scale(1.04);
}
.speaker-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.speaker-modal .modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 30px;
  border-radius: 16px;
  max-width: 800px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 32px rgba(2, 132, 199, 0.15);
}
.speaker-modal .close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #0284c7;
  cursor: pointer;
  transition: color 0.2s;
}
.speaker-modal .close-modal:hover {
  color: #0ea5e9;
}
.modal-speaker-photo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.1);
}

/* ===== FIM DAS CORREÇÕES DE RESPONSIVIDADE ===== */

@media (max-width: 768px) {
  .video-player {
    aspect-ratio: 9/16;
    /* max-width: 360px; */
    margin: 0 auto;
    /* height: 70vw; */
    min-height: 400px;
    background: #8b4513;
  }
  #mainVideo {
    object-fit: contain;
    width: 100%;
    height: 100%;
    background: #000;
  }
  .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    min-height: 400px;
    background: #8b4513;
    aspect-ratio: 9/16;
  }
}

/* Navegação do carrossel */
.carousel-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  pointer-events: none;
  z-index: 10;
}

.carousel-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e293b;
  transition: all 0.3s ease;
  pointer-events: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.carousel-btn:hover {
  background: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.carousel-btn:active {
  transform: scale(0.95);
}

.carousel-btn svg {
  width: 24px;
  height: 24px;
}

/* Responsividade */
@media (max-width: 768px) {
  .carousel-navigation {
    padding: 0 10px;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
  }

  .carousel-btn svg {
    width: 20px;
    height: 20px;
  }
}
