/* MOBILE CORRIGIDO - VERSÃO FINAL RESPONSIVA SEM CORTES */

@media (max-width: 768px) {
  /* ===========================
     RESET E BASE
     =========================== */
  * {
    box-sizing: border-box !important;
  }

  body {
    overflow-x: hidden !important;
  }

  /* ===========================
     HEADER SIMPLES E FUNCIONAL
     =========================== */
  .premium-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: white !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 60px !important;
  }

  .header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 60px !important;
    padding: 0 16px !important;
  }

  .logo-wrapper {
    display: flex !important;
    align-items: center !important;
  }

  .logo-wrapper img {
    height: 24px !important;
    width: auto !important;
  }

  .nav-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: #0C3B6B !important;
    border-radius: 50% !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
  }

  .nav-cta:active {
    transform: scale(0.95) !important;
    background: #082947 !important;
  }

  .nav-cta span {
    display: none !important;
  }

  .nav-cta svg {
    width: 20px !important;
    height: 20px !important;
    color: white !important;
    stroke: white !important;
    stroke-width: 2.5 !important;
  }

  /* ===========================
     HERO SECTION - LAYOUT LIMPO
     =========================== */
  .hero-editorial {
    margin-top: 60px !important;
    padding: 30px 20px !important;
    background: linear-gradient(170deg, #0C3B6B 0%, #082947 100%) !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .hero-lines {
    display: none !important;
  }

  .hero-container {
    display: block !important;
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .hero-content {
    margin-bottom: 30px !important;
  }

  /* ===========================
     SELO DE LICENCIAMENTO
     =========================== */
  .hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 8px 14px !important;
    background: rgba(241, 90, 36, 0.15) !important;
    border: 1px solid rgba(241, 90, 36, 0.3) !important;
    border-radius: 50px !important;
    color: #FF7642 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
  }

  .hero-badge svg {
    width: 12px !important;
    height: 12px !important;
    flex-shrink: 0 !important;
  }

  /* ===========================
     TÍTULO E SUBTÍTULO - TAMANHOS CORRETOS
     =========================== */
  .hero-title {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    color: white !important;
    margin-bottom: 16px !important;
  }

  .hero-title .accent {
    background: linear-gradient(135deg, #FF7642, #F15A24) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: block !important;
    font-size: 26px !important;
    margin-top: 8px !important;
    line-height: 1.2 !important;
  }

  /* Remove todas as quebras de linha */
  .hero-title br,
  .hero-subtitle br,
  br.desktop-only,
  br.mobile-only {
    display: none !important;
  }

  .hero-subtitle {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 25px !important;
  }

  /* ===========================
     BOTÃO CTA - CORRIGIDO E CENTRALIZADO
     =========================== */
  .hero-cta-group {
    display: flex !important;
    justify-content: center !important;
    margin: 30px 0 !important;
    padding: 0 !important;
  }

  .hero-cta-group .btn-primary,
  .btn-premium.btn-primary {
    display: inline-block !important;
    width: 90% !important;
    max-width: 400px !important;
    padding: 14px 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2px !important;
    line-height: 1.3 !important;
    background: linear-gradient(135deg, #F15A24, #D94F20) !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: 0 6px 20px rgba(241, 90, 36, 0.3) !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Força quebra de linha no lugar correto */
  @media (max-width: 400px) {
    .hero-cta-group .btn-primary,
    .btn-premium.btn-primary {
      font-size: 12px !important;
      padding: 12px 15px !important;
    }
  }

  .hero-cta-group .btn-primary:active {
    transform: scale(0.98) !important;
  }

  .btn-premium.btn-ghost {
    display: none !important;
  }

  /* ===========================
     IMAGEM - PROPORÇÃO CORRETA
     =========================== */
  .hero-visual {
    margin: 30px 0 !important;
    padding: 0 !important;
    height: auto !important;
    animation: none !important;
  }

  .hero-image-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 250px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    margin: 0 !important;
    background: #f0f0f0 !important;
  }

  .hero-image-wrapper::before {
    display: none !important;
  }

  .hero-image-wrapper img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  /* ===========================
     CARDS - EMPILHADOS VERTICALMENTE
     =========================== */
  .hero-stats {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 30px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .stat-item {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .stat-item::after {
    display: none !important;
  }

  .stat-number {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 36px !important;
    line-height: 1 !important;
    background: linear-gradient(135deg, #F15A24, #D94F20) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 8px !important;
  }

  .stat-label {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }

  /* ===========================
     SEÇÃO DE CLUBES
     =========================== */
  .clubs-premium {
    padding: 40px 20px !important;
    background: white !important;
    margin: 0 !important;
  }

  .clubs-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 !important;
  }

  .club-item {
    width: 100% !important;
    height: 90px !important;
    background: white !important;
    border: 1px solid #E8E8ED !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px !important;
  }

  .club-item:hover {
    transform: none !important;
  }

  .club-item img {
    max-width: 70% !important;
    max-height: 60% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* ===========================
     FEATURES SECTION
     =========================== */
  .features-premium {
    padding: 40px 0 !important;
  }

  .features-header {
    text-align: center !important;
    margin-bottom: 30px !important;
    padding: 0 20px !important;
  }

  .features-title {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    color: #333336 !important;
    margin-bottom: 20px !important;
  }

  .features-title br {
    display: none !important;
  }

  .features-title::after {
    bottom: -10px !important;
    width: 50px !important;
    height: 3px !important;
  }

  .features-content-wrapper,
  .features-grid {
    padding: 0 20px !important;
  }

  .features-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .feature-card {
    width: 100% !important;
    padding: 20px !important;
    border: 1px solid #E8E8ED !important;
    border-radius: 12px !important;
    background: white !important;
  }

  .feature-card.feature-highlight {
    background: linear-gradient(135deg, #0C3B6B 0%, #082947 100%) !important;
    border: none !important;
  }

  .feature-highlight .feature-title,
  .feature-highlight .feature-description {
    color: white !important;
  }

  .feature-icon {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 12px !important;
  }

  .feature-title {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
  }

  .feature-title br {
    display: none !important;
  }

  .feature-description {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .feature-cta-btn {
    display: inline-block !important;
    margin-top: 12px !important;
    padding: 8px 16px !important;
    background: linear-gradient(135deg, #F15A24, #D94F20) !important;
    color: white !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    text-decoration: none !important;
  }

  /* ===========================
     FOOTER - LOGO REDUZIDA
     =========================== */
  .footer-logo {
    height: 24px !important;
    width: auto !important;
  }

  /* ===========================
     UTILITÁRIOS
     =========================== */
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: inline !important;
  }

  html {
    scroll-padding-top: 60px !important;
  }

  /* ===========================
     BREAKPOINTS ESPECÍFICOS
     =========================== */

  /* Telas muito pequenas (320px) */
  @media (max-width: 360px) {
    .hero-title {
      font-size: 24px !important;
    }

    .hero-title .accent {
      font-size: 22px !important;
    }

    .hero-subtitle {
      font-size: 13px !important;
    }

    .hero-cta-group .btn-primary {
      font-size: 13px !important;
      padding: 14px 16px !important;
    }

    .stat-number {
      font-size: 32px !important;
    }
  }

  /* Tablets pequenos */
  @media (min-width: 576px) and (max-width: 768px) {
    .hero-title {
      font-size: 36px !important;
    }

    .hero-title .accent {
      font-size: 34px !important;
    }

    .hero-subtitle {
      font-size: 16px !important;
    }

    .clubs-grid {
      grid-template-columns: repeat(3, 1fr) !important;
    }

    .hero-stats {
      flex-direction: row !important;
      justify-content: space-between !important;
    }

    .stat-item {
      flex: 1 !important;
    }
  }
}