/* ========================================
   RESET & BASE STYLES
   ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* Bloqueia zoom no mobile */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Inter", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #0a0a0a;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
  background-image: url("../assets/background-web.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Bloqueia zoom e movimento da tela no mobile */
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

/* ========================================
   ANIMATED BACKGROUND SHAPES
   ======================================== */
body::before,
body::after {
  content: '';
  position: fixed;
  pointer-events: none;
  z-index: -1;
  opacity: 0.2; /* TESTE: Aumentado drasticamente para 0.3 */
  border: 2px solid rgba(255, 69, 0, 0.5); /* TESTE: Borda para visualizar */
}

/* Floating circles */
body::before {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 69, 0, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  top: -200px;
  right: -200px;
  animation: float1 8s ease-in-out infinite;
}

body::after {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 69, 0, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  bottom: -150px;
  left: -150px;
  animation: float2 10s ease-in-out infinite reverse;
}

.animated-shape-1,
.animated-shape-2,
.animated-shape-3,
.animated-shape-4,
.animated-shape-5,
.animated-shape-6 {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  opacity: 0.2; /* TESTE: Aumentado drasticamente para 0.4 */
  border: 2px solid rgba(255, 140, 0, 0.6); /* TESTE: Borda para visualizar */
}

.animated-shape-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, rgba(255, 69, 0, 0.12) 0%, transparent 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: 20%;
  left: 10%;
  animation: morph1 12s ease-in-out infinite, float3 6s ease-in-out infinite;
}

.animated-shape-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1) 0%, transparent 100%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  top: 60%;
  right: 15%;
  animation: morph2 10s ease-in-out infinite reverse, float4 7s ease-in-out infinite;
}

.animated-shape-3 {
  width: 150px;
  height: 150px;
  background: radial-gradient(ellipse, rgba(255, 69, 0, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  top: 40%;
  left: 70%;
  animation: pulse 5s ease-in-out infinite, float5 8s ease-in-out infinite;
}

.animated-shape-4 {
  width: 180px;
  height: 180px;
  background: linear-gradient(90deg, rgba(255, 69, 0, 0.06) 0%, transparent 90%);
  border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
  top: 10%;
  right: 25%;
  animation: morph1 14s ease-in-out infinite reverse, float3 9s ease-in-out infinite reverse;
}

.animated-shape-5 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255, 69, 0, 0.05) 0%, transparent 80%);
  border-radius: 50%;
  bottom: 20%;
  left: 20%;
  animation: pulse 7s ease-in-out infinite, float4 6s ease-in-out infinite;
}

.animated-shape-6 {
  width: 120px;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 69, 0, 0.08) 0%, transparent 100%);
  border-radius: 70% 30% 40% 60% / 30% 70% 30% 70%;
  top: 70%;
  right: 5%;
  animation: morph2 11s ease-in-out infinite, float5 8s ease-in-out infinite reverse;
}

.animated-shape-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.12) 0%, transparent 100%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  top: 60%;
  right: 15%;
  animation: morph2 10s ease-in-out infinite reverse, float4 7s ease-in-out infinite;
}

.animated-shape-3 {
  width: 150px;
  height: 150px;
  background: radial-gradient(ellipse, rgba(255, 140, 0, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  top: 40%;
  left: 70%;
  animation: pulse 5s ease-in-out infinite, float5 8s ease-in-out infinite;
}

.animated-shape-4 {
  width: 180px;
  height: 180px;
  background: linear-gradient(90deg, rgba(255, 69, 0, 0.08) 0%, transparent 100%);
  border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
  top: 10%;
  right: 25%;
  animation: morph1 14s ease-in-out infinite reverse, float3 9s ease-in-out infinite reverse;
}

.animated-shape-5 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.06) 0%, transparent 80%);
  border-radius: 50%;
  bottom: 20%;
  left: 20%;
  animation: pulse 7s ease-in-out infinite, float4 6s ease-in-out infinite;
}

.animated-shape-6 {
  width: 120px;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 107, 53, 0.1) 0%, transparent 100%);
  border-radius: 70% 30% 40% 60% / 30% 70% 30% 70%;
  top: 70%;
  right: 5%;
  animation: morph2 11s ease-in-out infinite, float5 8s ease-in-out infinite reverse;
}

/* Mobile background */
@media (max-width: 768px) {
  body {
    background-image: url("../assets/background-mobile.png");
  }
  
  .cta-container {
    text-align: center;
    margin-top: 5px; /* Reduzido de 10px para 5px */
  }
  
  /* Reduce animation intensity on mobile for better performance */
  .animated-shape-1,
  .animated-shape-2,
  .animated-shape-3,
  .animated-shape-4,
  .animated-shape-5,
  .animated-shape-6 {
    opacity: 0.04;
  }
  
  body::before,
  body::after {
    opacity: 0.06;
  }
  
  /* Simplify animations on mobile but keep them visible */
  .animated-shape-1 {
    animation: float3 8s ease-in-out infinite;
  }
  
  .animated-shape-2 {
    animation: float4 10s ease-in-out infinite;
  }
  
  .animated-shape-3 {
    animation: pulse 6s ease-in-out infinite;
  }
  
  .animated-shape-4 {
    animation: float3 9s ease-in-out infinite reverse;
  }
  
  .animated-shape-5 {
    animation: pulse 7s ease-in-out infinite;
  }
  
  .animated-shape-6 {
    animation: float5 8s ease-in-out infinite;
  }
}

/* ========================================
   TYPOGRAPHY
   ======================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

/* ========================================
   LAYOUT UTILITIES
   ======================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

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

/* ========================================
   HEADER
   ======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  max-width: 150px;
  height: auto;
}

.nav {
  display: none;
  gap: 30px;
}

@media (min-width: 768px) {
  .nav {
    display: flex;
  }
}

.nav a:hover {
  color: #ff4500 !important;
}

/* ========================================
   MOBILE MENU HAMBURGER
   ======================================== */
.mobile-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .mobile-menu-btn {
    display: none;
  }
}

.hamburger-line {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 2px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.mobile-menu-btn.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

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

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

.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(15px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.mobile-nav.active {
  display: flex;
}

.mobile-nav-link {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 40px !important;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: block;
  background: transparent !important;
  transform: translateX(0) !important;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus {
  color: #ff4500 !important;
  background: rgba(255, 69, 0, 0.1) !important;
  padding-left: 50px !important;
  transform: translateX(10px) !important;
}

.mobile-nav-link:visited,
.mobile-nav-link:link,
.mobile-nav-link:active {
  color: #ffffff !important;
  background: transparent !important;
  padding-left: 40px !important;
  transform: translateX(0) !important;
}

.mobile-nav-link:last-child {
  border-bottom: none;
}

/* Force reset any active states on mobile menu */
.mobile-nav.active .mobile-nav-link {
  color: #ffffff !important;
  background: transparent !important;
  padding-left: 40px !important;
  transform: translateX(0) !important;
}

.mobile-nav.active .mobile-nav-link:hover,
.mobile-nav.active .mobile-nav-link:focus {
  color: #ff4500 !important;
  background: rgba(255, 69, 0, 0.1) !important;
  padding-left: 50px !important;
  transform: translateX(10px) !important;
}

@media (min-width: 768px) {
  .mobile-nav {
    display: none !important;
  }
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px;
  text-align: center;
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.hero-logo {
  max-width: 200px;
  margin-bottom: 40px;
}

.hero-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }
}

.hero-subtitle {
  font-size: 24px;
  color: #cccccc;
  margin-bottom: 50px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 18px;
  }
}

.video-container {
  margin: 15px 0; /* Reduzido de 20px para 15px */
  border-radius: 16px; /* Reduzido de 20px */
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center; /* Centraliza o conteúdo */
}

.video-placeholder {
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px; /* Reduzido de 20px para 15px */
}

/* ========================================
   CTA BUTTON
   ======================================== */
.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #ff4500 0%, #ff6b35 100%);
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 69, 0, 0.3);
  border: none;
  cursor: pointer;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 69, 0, 0.5);
}

/* ========================================
   SECTION STYLES
   ======================================== */
.about-section,
.benefits-section,
.experience-section,
.membership-section,
.gallery-section,
.final-section,
.contact-section,
.introduction-section {
  padding: 60px 0; /* Reduzido de 100px para 60px */
}

/* ========================================
   INTRODUCTION SECTION
   ======================================== */
.introduction-section {
  padding: 50px 0; /* Reduzido de 80px para 50px */
  background: rgba(255, 255, 255, 0.01);
}

.introduction-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.introduction-grid {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.introduction-highlight {
  margin-top: 50px;
  padding: 40px;
  background: rgba(255, 69, 0, 0.05);
  border: 1px solid rgba(255, 69, 0, 0.2);
  border-radius: 16px;
  text-align: center;
}

.highlight-text {
  font-size: 24px;
  color: #FF4500;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.highlight-subtitle {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .introduction-section {
    padding: 40px 0; /* Reduzido de 60px para 40px no mobile */
  }
  
  .introduction-header h2 {
    font-size: 24px !important;
  }
  
  .introduction-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  
  .intro-point {
    padding: 20px !important;
  }
  
  .intro-point h3 {
    font-size: 16px !important;
  }
  
  .intro-point p {
    font-size: 14px !important;
  }
  
  .introduction-highlight {
    padding: 30px 20px;
  }
  
  .highlight-text {
    font-size: 20px;
  }
  
  .highlight-subtitle {
    font-size: 16px;
  }
}

.section-title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px; /* Reduzido de 60px para 40px */
  line-height: 1.3;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 30px; /* Reduzido de 40px para 30px no mobile */
  }
}

/* ========================================
   CARDS GRID
   ======================================== */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.3s ease;
}

.card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 69, 0, 0.5);
  transform: translateY(-5px);
}

.card-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #ffffff;
}

.card-description {
  font-size: 16px;
  color: #cccccc;
  line-height: 1.7;
}

/* ========================================
   BENEFITS GRID
   ======================================== */
.benefits-grid {
  max-width: 800px;
  margin: 0 auto;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 69, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.benefit-item:hover {
  background: rgba(255, 69, 0, 0.05);
  border-color: rgba(255, 69, 0, 0.3);
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.1);
  transform: translateY(-2px);
}

.benefit-text {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
}

/* ========================================
   EXPERIENCE SECTION
   ======================================== */
.experience-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.experience-text {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .experience-text {
    font-size: 20px;
  }
}

.experience-subtext {
  font-size: 18px;
  color: #cccccc;
  line-height: 1.7;
}

/* EXPERIENCE IMPACT STYLES - SEM BORDAS */
.experience-impact {
  background: linear-gradient(135deg, #0a0a0a 60%, #FF4500 120%);
  padding: 70px 0 70px 0;
}

.experience-impact-content {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(20, 20, 20, 0.85);
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  padding: 50px 40px;
  backdrop-filter: blur(4px);
  position: relative;
}

.experience-impact-title {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
  letter-spacing: -1px;
}

.experience-impact-title .accent {
  color: #FF4500;
  font-weight: 800;
  text-shadow: none;
}

.experience-impact-box {
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.experience-impact-text {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.25;
}

.experience-impact-text .accent {
  color: #FF4500;
  font-weight: 800;
  text-shadow: none;
}

.experience-impact-subtext {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .experience-impact-content {
    padding: 18px 4px;
    border-radius: 14px;
  }
  .experience-impact-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .experience-impact-box {
    padding: 12px 2px;
    border-radius: 8px;
  }
  .experience-impact-text {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .experience-impact-subtext {
    font-size: 13px;
  }
}

/* ========================================
   MEMBERSHIP SECTION
   ======================================== */
.membership-card {
  max-width: 700px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 50px 40px;
}

@media (max-width: 768px) {
  .membership-card {
    padding: 30px 20px;
  }
}

/* ========================================
   GALLERY SECTION
   ======================================== */
.gallery-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.gallery-track {
  display: flex;
  width: 100%;
  position: relative;
  /* Remover animação daqui */
}

.gallery-item {
  flex: 0 0 auto;
  width: 250px;
  margin-right: 10px;
  animation: gallery-image-scroll 20s linear infinite;
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

@keyframes gallery-image-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1100px); /* Ajuste conforme o total de imagens e largura */
  }
}

@media (max-width: 768px) {
  .gallery-item {
    width: 280px;
  }
}

/* ========================================
   FINAL SECTION
   ======================================== */
.final-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.final-title {
  font-size: 42px;
  margin-bottom: 30px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .final-title {
    font-size: 28px;
  }
}

.final-subtitle {
  font-size: 20px;
  color: #cccccc;
  margin-bottom: 50px;
  line-height: 1.6;
}

/* ========================================
   CONTACT FORM
   ======================================== */
.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #ff4500 !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #999;
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
  background: rgba(10, 10, 10, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 60px 0 30px;
}

.footer-content {
  text-align: center;
}

/* ========================================
   ANIMATIONS & TRANSITIONS
   ======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Background shape animations */
@keyframes float1 {
  0%, 100% { 
    transform: translate(0, 0) rotate(0deg) scale(1); 
  }
  25% { 
    transform: translate(-40px, -60px) rotate(90deg) scale(1.2); 
  }
  50% { 
    transform: translate(-80px, 40px) rotate(180deg) scale(0.8); 
  }
  75% { 
    transform: translate(40px, 80px) rotate(270deg) scale(1.1); 
  }
}

@keyframes float2 {
  0%, 100% { 
    transform: translate(0, 0) rotate(0deg) scale(1); 
  }
  33% { 
    transform: translate(60px, -60px) rotate(120deg) scale(1.3); 
  }
  66% { 
    transform: translate(-40px, 70px) rotate(240deg) scale(0.7); 
  }
}

@keyframes float3 {
  0%, 100% { 
    transform: translateY(0px) translateX(0px) rotate(0deg); 
  }
  50% { 
    transform: translateY(-30px) translateX(25px) rotate(180deg); 
  }
}

@keyframes float4 {
  0%, 100% { 
    transform: translateY(0px) translateX(0px) rotate(0deg); 
  }
  50% { 
    transform: translateY(35px) translateX(-20px) rotate(-180deg); 
  }
}

@keyframes float5 {
  0%, 100% { 
    transform: translateY(0px) translateX(0px) scale(1); 
  }
  50% { 
    transform: translateY(-25px) translateX(30px) scale(1.1); 
  }
}

@keyframes morph1 {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    transform: scale(1.1);
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: scale(0.9);
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    transform: scale(1.05);
  }
}

@keyframes morph2 {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: scale(1);
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: scale(1.15);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.15;
  }
}

/* ========================================
   UTILITY CLASSES
   ======================================== */
.text-center {
  text-align: center;
}

.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 50px;
}

.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 50px;
}

/* HERO - revised styles for hub images */
.hero-section {
  position: relative;
  height: 76.26vh; /* Proporção da imagem 1510/1980 = 0.7626 */
  max-height: 1510px; /* Altura máxima igual à altura da imagem */
  min-height: 500px; /* Altura mínima para mobile */
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 140px; /* Espaço aumentado para o header fixo */
  overflow: hidden;
  background-color: #000000; /* Black background for desktop */
}

.hero-media {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  overflow: visible;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .hero-media {
    right: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    overflow: hidden;
  }
}

.hero-media img {
  max-width: none;
  width: auto;
  height: 100%;
  max-height: 1510px; /* Altura máxima igual à altura natural da imagem */
  object-fit: contain;
  object-position: right center;
  display: block;
  margin-right: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  /* Remove overlay for clean black background with image on right */
  background: transparent;
  z-index: 2;
  pointer-events: none;
}


.hero-section .container {
  position: relative;
  z-index: 3;
  /* align content to the far left */
  padding: 80px 0 80px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-content {
  width: 65%; /* Aumentado de 60% para 65% para dar mais espaço */
  max-width: 900px; /* Aumentado de 800px para 900px */
  text-align: left;
  color: #ffffff;
  padding: 80px 0 40px 0; /* Aumentado padding-top de 40px para 60px */
  margin-left: 0;
}

.hero-logo {
  max-width: 180px; /* Reduzido de 220px */
  margin-bottom: 20px; /* Reduzido de 24px */
  display: block;
}

.hero-title {
  font-size: 52px; /* Reduzido de 64px */
  line-height: 1.02;
  letter-spacing: -1px;
  margin-top: 20px; /* Adicionado margin-top para empurrar o texto mais para baixo */
  margin-bottom: 16px; /* Reduzido de 18px */
  color: #fff;
}

.hero-title .accent {
  color: #ff6b35; /* orange accent */
  font-weight: 800;
  margin-left: 6px;
  display: inline; /* Garante que fique na mesma linha */
}

.hero-subtitle {
  font-size: 18px; /* Reduzido de 20px */
  color: rgba(255,255,255,0.92);
  margin-bottom: 24px; /* Reduzido de 28px */
}

.highlight {
  color: #ff6b35;
  font-weight: 700;
}

.video-note {
  color: #bbb;
  font-size: 14px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
}

/* Hero section specific CTA button styling */
.hero-content .cta-button {
  padding: 10px 28px; /* Reduzido de 14px para 12px na altura */
  font-size: 16px; /* Reduzido de 18px */
  margin-top: 0; /* Reduzido de 20px para 0 */
  display: inline-block;
}

.cta-container {
  text-align: center;
  margin-top: 5px; /* Reduzido de 20px para 10px */
}

/* Desktop layout: left content, image fills background (already implemented by absolute picture) */
@media (min-width: 1200px) {
  .hero-section .container { max-width: 1400px; margin-left: 0; margin-right: auto; }
  .hero-title { font-size: 68px; } /* Reduzido de 84px */
}

/* Mobile: stack content over image and center */
@media (max-width: 767px) {
  .hero-section { 
    align-items: stretch; /* Muda para stretch para permitir extensão */
    height: auto; /* Remove altura fixa */
    min-height: 100vh; /* Altura mínima da viewport */
    max-height: none; /* Remove limite máximo */
    margin-top: 120px; /* Espaço aumentado para o header fixo */
    flex-direction: column; /* Stack vertical */
    background-color: #000000; /* Fundo preto para toda a seção */
  }
  
  .hero-media { 
    position: relative; /* Muda para relative */
    right: auto;
    left: auto;
    top: auto;
    width: 100%; 
    height: auto; /* Remove altura fixa - deixa natural */
    min-height: auto; /* Remove altura mínima - deixa natural */
    justify-content: center;
    overflow: hidden;
    order: 1; /* Imagem primeiro */
  }
  
  .hero-media img { 
    width: 100%; 
    height: auto; /* Remove altura fixa - deixa natural */
    object-fit: contain; /* Muda para contain para manter proporções originais */
    object-position: center center; 
    transform: none; 
  }
  
  .hero-overlay { 
    display: none; /* Remove overlay no mobile */
  }
  
  .hero-section .container {
    position: relative;
    z-index: 3;
    padding: 0;
    display: flex;
    align-items: flex-start; /* Mantém flex-start - conteúdo mais para cima */
    justify-content: center;
    order: 2; /* Conteúdo depois da imagem */
    background-color: #000000; /* Fundo preto para o container */
    min-height: 40vh; /* Mantém altura */
    padding: 20px; /* Reduz padding ainda mais para subir o conteúdo */
    margin-top: -200px; /* Adiciona margin negativo para sobrepor a imagem */
  }
  
  .hero-content { 
    width: 100%; 
    max-width: 100%; 
    text-align: center; 
    padding: 0; /* Remove padding interno */
    margin-bottom: 0; /* Remove margin */
    background-color: #000000; /* Garante fundo preto */
  }
  
  .hero-logo { margin: 0 auto 16px; max-width: 160px; }
  .hero-title { font-size: 28px; color: #ffffff; margin-bottom: 16px; }
  .hero-title .accent { display: inline; color: #ff6b35; }
  .hero-subtitle { font-size: 16px; color: #e6e6e6; margin-bottom: 20px; }
  .cta-button { width: 100%; display: inline-block; padding: 14px 18px; border-radius: 12px; }
  .video-container { margin: 15px 0; }
}

/* Ensure hero image maintains its aspect ratio */
.hero-media img {
  object-position: center center;
}

@media (min-width: 768px) {
  .hero-section {
    height: 76.26vh; /* Mantém proporção da imagem */
    max-height: 1510px;
    min-height: 600px;
    margin-top: 100px; /* Espaço aumentado para o header fixo */
    background-color: #000000; /* Ensure black background on desktop */
  }
  
  .hero-section .container {
    padding-left: 40px;
    padding-right: 0;
    justify-content: flex-start;
  }
  
  .hero-content {
    margin-left: 0;
    width: 65%; /* Aumentado para dar mais espaço */
  }
  
  .hero-media {
    right: 0;
    width: auto;
    justify-content: flex-end;
  }
  
  .hero-media img {
    width: auto;
    height: 100%;
    max-height: 1510px;
    object-fit: contain;
    object-position: right center;
  }
}

@media (min-width: 1200px) {
  /* keep content aligned to far left on large screens */
  .hero-content { 
    width: 60%; /* Aumentado de 55% para 60% */
    padding-left: 0;
    margin-left: 0;
  }
  
  .hero-section .container {
    padding-left: 60px;
    padding-right: 0;
  }
  
  .hero-section {
    height: 76.26vh;
    max-height: 1510px;
    min-height: 700px;
    margin-top: 100px; /* Espaço aumentado para o header fixo */
    background-color: #000000;
  }
  
  .hero-media {
    right: 0;
    width: auto;
    justify-content: flex-end;
  }
  
  .hero-media img {
    width: auto;
    height: 100%;
    max-height: 1510px;
    object-fit: contain;
    object-position: right center;
  }
  
  /* When screen is very wide, maintain the layout */
  @media (min-width: 1600px) {
    .hero-section {
      height: auto;
      max-height: 1510px; /* Limita à altura natural da imagem */
      min-height: 1510px;
      margin-top: 100px; /* Espaço aumentado para o header fixo */
      background-color: #000000;
    }
    
    .hero-content {
      width: 50%;
    }
    
    .hero-media img {
      width: auto;
      height: 1510px; /* Altura exata da imagem */
      max-height: 1510px;
      object-fit: contain;
      object-position: right center;
    }
  }
}

/* AUTO-SCROLL GALLERY CAROUSEL AJUSTADO */
.gallery-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.gallery-track {
  display: flex;
  width: 100%;
  position: relative;
  /* Remover animação daqui */
}
.gallery-item {
  flex: 0 0 auto;
  width: 250px;
  margin-right: 10px;
  animation: gallery-image-scroll 20s linear infinite;
}
.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
@keyframes gallery-image-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1100px); /* Ajuste conforme o total de imagens e largura */
  }
}
