/* ===================================
   MOBFLIX BLACK FRIDAY VITALÍCIA 2025
   Landing Page - Styles
   =================================== */

/* Reset e Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Container */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Hero Title - Responsivo */
.hero-title {
  font-size: 36px;
  line-height: 1.1;
}

.pricing-value {
  margin-bottom: -2.0rem !important;
}

section.py-16:nth-child(9) {
  padding-bottom: 8rem !important;
}

div.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 66px !important;
  }
  
  .gap-12 .leading-\[1\.1\] {
    line-height: 1.1;
    font-size: 50px;
  }
  
   .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      scale: 0.99 !important;
    }
    
}

    #videos-grid video {
      width: 100%;
      max-width: 280px; /* Limita largura máxima */
      height: auto;
      aspect-ratio: 9/16; /* Mantém proporção vertical (TikTok/Reels) */
      object-fit: cover;
      border-radius: 1rem;
      margin: 0 auto; /* Centraliza dentro do grid */
    }
/* Problem Price */
.problem-price {
  font-size: 38px;
}

@media (min-width: 768px) {
  .problem-price {
    font-size: 3.75rem; /* 60px */
  }
  .md\:gap-6 {
    gap: 1.5rem;
    scale: 1.2;
  }
  
  #videos-grid video {
    max-width: 240px; /* Ainda menor no desktop */
  }
}

/* Solution Title */
.solution-title {
  font-size: 26px;
}

@media (min-width: 768px) {
  .solution-title {
    font-size: 3rem; /* 48px */
  }
}  
  
  div.md\:mb-8 > p:nth-child(1) {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }
  
  .text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
    text-align: center;
  }
  
  div.md\:mb-8 .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
  }

@media (min-width: 1024px) {
  p.text-base:nth-child(3) .lg\:text-2xl {
    font-size: 1.3rem !important;
    line-height: 2rem;
  }
  
  section.py-16:nth-child(6) {
    padding-top: 6rem;
    padding-bottom: 12rem !important;
  }
  
  section.py-16:nth-child(5) {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
  
  .solution-title {
    font-size: 4.5rem; /* 72px */
  }
}

/* Inventory Title */
.inventory-title {
  font-size: 23px;
}

@media (min-width: 768px) {
  .inventory-title {
    font-size: 3rem; /* 48px */
  }
  
  div.international-card:nth-child(1) > h3:nth-child(2) {
    font-size: 1.2rem;
    margin-bottom: -0.3rem;
  }
  
  div.international-card:nth-child(2) > h3:nth-child(2) {
    
    font-size: 1.2rem;margin-bottom: -0.3rem;
  }
  
  div.international-card:nth-child(3) > h3:nth-child(2) {
    font-size: 1.2rem;
    margin-bottom: -0.3rem;
  }
  
}

@media (min-width: 1024px) {
  .inventory-title {
    font-size: 4.5rem; /* 72px */
  }
}

/* Social Numbers */
.social-numbers {
  font-size: 80px;
}

@media (min-width: 768px) {
  .social-numbers {
    font-size: 75px;
  }
}

/* Pricing Title */
.pricing-title {
  font-size: 2.25rem; /* 36px */
}

@media (min-width: 768px) {
  .pricing-title {
    font-size: 3.75rem; /* 60px */
  }
}

@media (min-width: 1024px) {
  .pricing-title {
    font-size: 4.5rem; /* 72px */
  }
}

/* Pricing Value */
.pricing-value {
  font-size: 55px;
}

@media (min-width: 768px) {
  .pricing-value {
    font-size: 6rem; /* 96px */
  }
}

@media (min-width: 1024px) {
  .pricing-value {
    font-size: 8rem; /* 128px */
  }
}

/* Pricing Details */
.pricing-details {
  font-size: 14px;
}

@media (min-width: 768px) {
  .pricing-details {
    font-size: 1.125rem; /* 18px */
  }
}

/* CTA Button */
.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #ae36fc 0%, #9625e0 100%);
  color: #ffffff;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px rgba(174, 54, 252, 0.5);
}

.cta-button:hover {
  background: linear-gradient(135deg, #9625e0 0%, #7a1fb8 100%);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 15px 50px rgba(174, 54, 252, 0.6);
}

.cta-button:active {
  transform: translateY(0) scale(1);
}

/* FAQ Accordion */
.faq-item {
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #ae36fc;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: #ae36fc;
}

.faq-icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.5rem;
  color: #a1a1aa;
  font-size: 1rem;
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

/* Capas Grid */
.capa-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
  aspect-ratio: 3/4; /* Vertical para mostrar título completo */
}

.capa-item:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 20px 40px rgba(174, 54, 252, 0.4);
}

.capa-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}

/* Mestres Grid */
.mestre-item {
  text-align: center;
  transition: all 0.3s ease;
}

.mestre-item:hover {
  transform: translateY(-8px);
}

.mestre-foto {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 2px solid #27272a;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}

.mestre-item:hover .mestre-foto {
  border-color: #ae36fc;
  box-shadow: 0 10px 30px rgba(174, 54, 252, 0.4);
  filter: grayscale(0%);
}

/* Videos Grid */
.video-item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 9/16;
  border: 2px solid #27272a;
  transition: all 0.3s ease;
}

.video-item:hover {
  border-color: #ae36fc;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(174, 54, 252, 0.3);
}

.video-item iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Loading Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

/* Pulse Animation for CTA */
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 10px 40px rgba(174, 54, 252, 0.5);
  }
  50% {
    box-shadow: 0 10px 60px rgba(174, 54, 252, 0.8);
  }
}

.cta-button {
  animation: pulse 2s ease-in-out infinite;
}

/* Responsive Utilities */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
  
  #videos-grid video {
    max-width: 180px; /* Tamanho mobile */
  }
  
  section.py-16:nth-child(5) {
    padding-bottom: 0rem !important;
  }
  
  section.py-16:nth-child(6) {
    padding-bottom: 5rem !important;
  }
  
  div.international-card:nth-child(1) > h3:nth-child(2), div.international-card:nth-child(2) > h3:nth-child(2), div.international-card:nth-child(3) > h3:nth-child(2) {
    margin-bottom: 0rem !important;
  }
  
  div.international-card:nth-child(1) > p:nth-child(3), div.international-card:nth-child(2) > p:nth-child(3), div.international-card:nth-child(3) > p:nth-child(3) {
    font-size: 1.19rem !important;
    margin-bottom: 0px !important;
  }
  
  section.py-16:nth-child(9) {
    padding-bottom: 5rem !important;
  }
  
  .pricing-value {
    margin-bottom: -1rem !important;
  }
  
  div.py-16 {
    padding-top: 8rem !important;
  }
  
  .py-24 {
    padding-top: 4rem !important;
  }
  

/* Print Styles */
@media print {
  .cta-button,
  a[href*="whatsapp"] {
    display: none;
  }
}
