/* ========================================
   TON MAX - LANDING PAGE
   CSS Responsivo

   Breakpoints:
   - Desktop Large: 1200px+
   - Desktop: 992px - 1199px
   - Tablet: 768px - 991px
   - Mobile Large: 576px - 767px
   - Mobile: 320px - 575px
   ======================================== */

/* ========== TABLET (max-width: 991px) ========== */
@media (max-width: 991px) {
  /* Container */
  .container {
    padding: 0 1.5rem;
  }

  /* Espaçamentos de Seções */
  section {
    padding: 4rem 0;
  }

  /* Header / Navegação */
  .nav-desktop {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .nav-mobile {
    display: block;
    width: 90vw;
    max-width: 420px;
  }

  .nav-menu-mobile {
    padding: 0.75rem 1rem;
  }

  .header-taxas-mobile {
    margin: 0.75rem 1rem 1rem 1rem;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Hero Section */
  .hero {
    padding-top: calc(4rem + 70px);
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

  .hero-benefits {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-benefits li {
    justify-content: center;
  }

  .hero-image {
    order: 2;
  }

  .hero-rates {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  /* Produtos */
  .produtos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .product-card {
    border-radius: 25px;
  }

  .badge-circle {
    width: 65px;
    height: 65px;
  }

  .badge-cpf-cnpj {
    width: 80px !important;
    height: 80px !important;
  }

  .badge-text-cpf {
    font-size: 0.7rem;
  }

  .badge-circle i {
    font-size: 1.5rem;
  }

  .badge-text {
    font-size: 0.65rem;
  }

  .badge-bestseller-label {
    font-size: 0.75rem;
    padding: 0.5rem 1.25rem;
    top: -14px;
  }

  .product-price-installment .price-value {
    font-size: 2.5rem;
  }

  /* Funcionalidades */
  .funcionalidades-new-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .funcionalidade-hero-card {
    padding: 2.5rem;
    min-height: 280px;
    gap: 2rem;
  }

  .funcionalidade-hero-title {
    font-size: 1.625rem;
  }

  .funcionalidade-hero-description {
    font-size: 0.9375rem;
  }

  .funcionalidade-hero-image {
    max-width: 280px;
  }

  .funcionalidade-mini-card {
    min-height: 260px;
    padding: 1.75rem 1.5rem;
  }

  .funcionalidade-mini-icon {
  
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.funcionalidade-mini-icon img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

  .funcionalidade-mini-title {
    font-size: 1.0625rem;
  }

  /* Diferenciais */
  .diferenciais-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .diferencial-card {
    min-height: 200px;
    padding: 1.75rem 1.5rem;
  }

  /* Cupom Section */
  .cupom-card {
    padding: 2.5rem 2rem;
  }

  .cupom-title {
    font-size: 1.5rem;
  }

  .cupom-code {
    font-size: 1.875rem;
  }

  /* FAQ */
  .faq-wrapper {
    gap: 2rem;
  }

  .faq-sidebar {
    max-width: 380px;
  }

  .faq-main-title {
    font-size: 2.25rem;
  }

  /* Carrossel - Ajustar botões */
  .carousel-btn-prev {
    left: -50px;
  }

  .carousel-btn-next {
    right: -50px;
  }

  /* Sobre */
  .sobre-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .sobre-buttons {
    justify-content: center;
  }

  /* Footer */
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========== MOBILE LARGE (max-width: 767px) ========== */
@media (max-width: 767px) {
  /* Typography */
  .section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  /* Espaçamentos */
  section {
    padding: 3rem 0;
  }

  /* Botões */
  .btn {
    padding: 0.875rem 1.5rem;
    font-size: 0.9375rem;
  }

  .btn-large {
    padding: 1rem 2rem;
    font-size: 1rem;
    width: 100%;
  }

  /* Hero */
  .hero {
    padding-top: calc(3rem + 70px);
    padding-bottom: 3rem;
  }

  .hero-container {
    gap: 2rem;
  }

  .hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: 1rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .hero-benefits li {
    font-size: 1rem;
  }

  .hero-rates {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .rate-card h3 {
    font-size: 2.5rem;
  }

  /* Produtos */
  .produtos-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-card {
    border-radius: 25px;
    padding: 1.5rem;
  }

  .product-badges {
    top: 1rem;
    right: 1rem;
  }

  .badge-circle {
    width: 60px;
    height: 60px;
  }

  .badge-cpf-cnpj {
    width: 75px !important;
    height: 75px !important;
  }

  .badge-text-cpf {
    font-size: 0.65rem;
  }

  .badge-number {
    font-size: 1.125rem;
  }

  .badge-circle i {
    font-size: 1.375rem;
  }

  .badge-text {
    font-size: 0.625rem;
  }

  .badge-bestseller-label {
    font-size: 0.6875rem;
    padding: 0.4rem 1rem;
    top: -12px;
  }

  .product-name {
    font-size: 1.5rem;
  }

  .product-price-installment .installments {
    font-size: 1.25rem;
  }

  .product-price-installment .price-value {
    font-size: 2.25rem;
  }

  .product-price-installment sup {
    font-size: 1.125rem;
  }

  .btn-product {
    font-size: 0.9375rem;
    padding: 1rem 1.25rem;
  }

  .product-features li {
    font-size: 0.8125rem;
  }

  /* Menu Mobile - Ajuste para mobile */
  .nav-mobile {
    width: 100vw;
    max-width: 100vw;
  }

  /* Bandeiras */
  .bandeiras-grid {
    padding: 1rem 0;
  }

  .bandeiras-grid img {
    max-width: 100%;
    border-radius: var(--radius-sm);
  }

  .btn-bandeiras {
    font-size: 0.9375rem;
    padding: 0.75rem 1.75rem;
  }

  .modal-bandeiras-content {
    width: 95%;
  }

  .modal-bandeiras-header {
    padding: 1.25rem 1.5rem;
  }

  .modal-bandeiras-title {
    font-size: 1.5rem;
  }

  .modal-bandeiras-body {
    padding: 1.5rem;
  }

  .bandeiras-list,
  .bandeiras-list-voucher {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .bandeira-logo {
    height: 70px;
  }

  /* Vantagens */
  .vantagens-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .vantagem-icon {
    width: 70px;
    height: 70px;
  }

  .vantagem-icon i {
    font-size: 1.75rem;
  }

  /* Comparativo */
  .comparativo-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* Inverter ordem para Ton Max aparecer primeiro no mobile */
  .comparativo-ton {
    order: -1;
  }

  .comparativo-card {
    padding: 1.5rem;
  }

  /* Funcionalidades */
  .funcionalidades-new-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .funcionalidade-hero-card {
    grid-column: span 1;
    flex-direction: column;
    padding: var(--spacing-lg);
    min-height: auto;
    text-align: center;
  }

  .funcionalidade-hero-title {
    font-size: 1.375rem;
  }

  .funcionalidade-hero-description {
    font-size: 0.9375rem;
    max-width: 100%;
  }

  .funcionalidade-hero-image {
    max-width: 200px;
    margin: 0 auto;
  }

  .funcionalidade-mini-card {
    padding: 1.5rem;
    min-height: 240px;
  }

  .funcionalidade-mini-icon {
    width: 100px;
    height: 100px;
  }

  .funcionalidade-icon {
    font-size: 2.5rem;
  }

  .funcionalidade-title {
    font-size: 1.25rem;
  }

  .funcionalidade-description {
    font-size: 0.9375rem;
  }

  /* Diferenciais */
  .diferenciais-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .diferencial-card {
    min-height: 180px;
    padding: 1.5rem;
  }

  .diferencial-icon {
    width: 45px;
    height: 45px;
  }

  .diferencial-icon i {
    font-size: 1.25rem;
  }

  /* Cupom Section */
  .cupom-section {
    padding: 3rem 0;
  }

  .cupom-card {
    padding: 2rem 1.5rem;
  }

  .cupom-title {
    font-size: 1.25rem;
    flex-direction: column;
    gap: 0.5rem;
  }

  .cupom-title i {
    font-size: 1.75rem;
  }

  .cupom-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .cupom-badges {
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .cupom-badge {
    font-size: 0.875rem;
  }

  .cupom-code-box {
    padding: 1.5rem;
  }

  .cupom-code {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .btn-copiar,
  .btn-ver-ofertas {
    width: 100%;
    justify-content: center;
  }

  /* FAQ */
  .faq-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .faq-sidebar {
    position: static;
    max-width: 100%;
  }

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

  .faq-main-subtitle {
    font-size: 1rem;
  }

  .faq-question {
    font-size: 1rem;
    padding: 1.25rem;
  }

  .faq-answer {
    padding: 0 1.25rem 1.25rem 1.25rem;
    font-size: 0.9375rem;
  }

  /* Carrossel - Botões dentro do container */
  .carousel-btn {
    width: 40px;
    height: 40px;
  }

  .carousel-btn-prev {
    left: 10px;
  }

  .carousel-btn-next {
    right: 10px;
  }

  .carousel-btn i {
    font-size: 1rem;
  }

  .depoimento-card {
    padding: 1.5rem;
  }

  .depoimento-texto {
    font-size: 1rem;
  }

  /* Sobre */
  .sobre-image img {
    max-width: 300px;
  }

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

  .sobre-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .sobre-buttons .btn {
    width: 100%;
  }

  /* Footer */
  .footer {
    padding: 3rem 0 1.5rem;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

  .footer-social {
    justify-content: center;
  }

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

  .footer-contact {
    justify-content: center;
  }

  .footer-security {
    align-items: center;
  }

  .footer-bottom {
    font-size: 0.8125rem;
    padding: 1rem;
  }

  /* WhatsApp Flutuante */
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 1.5rem;
  }

  .whatsapp-tooltip {
    display: none;
  }
}

/* ========== MOBILE (max-width: 575px) ========== */
@media (max-width: 575px) {
  /* Container */
  .container {
    padding: 0 1rem;
  }

  /* Typography */
  .section-title {
    font-size: clamp(1.375rem, 6vw, 1.75rem);
    margin-bottom: 1.5rem;
  }

  /* Hero */
  .hero-title {
    font-size: clamp(1.75rem, 10vw, 2.5rem);
    letter-spacing: -1px;
  }

  .hero-subtitle {
    font-size: 0.9375rem;
  }

  .hero-benefits li {
    font-size: 0.9375rem;
  }

  .hero-benefits i {
    font-size: 1.25rem;
  }

  .rate-card {
    padding: 1.25rem;
  }

  .rate-card h3 {
    font-size: 2.25rem;
  }

  .rate-type {
    font-size: 1rem;
  }

  .rate-details {
    font-size: 0.8125rem;
  }

  /* Menu Mobile */
  .nav-mobile {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  /* Produtos */
  .product-card {
    padding: 1.25rem;
    border-radius: 20px;
  }

  .product-badges {
    top: 0.75rem;
    right: 0.75rem;
    gap: 0.375rem;
  }

  .badge-circle {
    width: 55px;
    height: 55px;
    border-width: 2px;
  }

  .badge-cpf-cnpj {
    width: 70px !important;
    height: 70px !important;
  }

  .badge-text-cpf {
    font-size: 0.6rem;
  }

  .badge-number {
    font-size: 1rem;
  }

  .badge-circle i {
    font-size: 1.25rem;
  }

  .badge-text {
    font-size: 0.6rem;
  }

  .product-discount {
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
  }

  .badge-bestseller-label {
    font-size: 0.625rem;
    padding: 0.35rem 0.875rem;
    top: -11px;
  }

  .product-image img {
    max-height: 220px;
  }

  .product-name {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }

  .product-pricing {
    padding: 1rem;
  }

  .product-price-installment .installments {
    font-size: 1.125rem;
  }

  .product-price-installment .price-value {
    font-size: 2rem;
  }

  .product-price-installment sup {
    font-size: 1rem;
  }

  .product-price-cash {
    font-size: 0.875rem;
  }

  .btn-product {
    font-size: 0.875rem;
    padding: 0.875rem 1.25rem;
  }

  .product-features {
    padding-top: 1rem;
  }

  .product-features li {
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
  }

  .product-features i {
    font-size: 1rem;
  }

  /* Bandeiras */
  .bandeiras-grid {
    padding: 0.5rem 0;
  }

  .btn-bandeiras {
    font-size: 0.875rem;
    padding: 0.625rem 1.5rem;
  }

  .modal-bandeiras-title {
    font-size: 1.25rem;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .modal-bandeiras-header {
    padding: 1rem;
  }

  .modal-bandeiras-body {
    padding: 1rem;
  }

  .bandeiras-list,
  .bandeiras-list-voucher {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .bandeira-item,
  .bandeira-item-voucher {
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
  }

  .bandeiras-category-title {
    font-size: 1.125rem;
  }

  .bandeiras-grid img {
    max-width: 100%;
    border-radius: 8px;
  }

  .bandeira-logo {
    height: 60px;
    padding: 0.75rem;
  }

  /* Vantagens */
  .vantagem-title {
    font-size: 1.125rem;
  }

  .vantagem-description {
    font-size: 0.9375rem;
  }

  /* Comparativo */
  .comparativo-title {
    font-size: 1.25rem;
  }

  .comparativo-value {
    font-size: 1.25rem;
  }

  .comparativo-label {
    font-size: 0.875rem;
  }

  .comparativo-ton::before {
    font-size: 0.75rem;
    padding: 0.375rem 1rem;
  }

  /* Cupom Section */
  .cupom-card {
    padding: 1.5rem 1rem;
  }

  .cupom-title {
    font-size: 1.125rem;
  }

  .cupom-code {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }

  /* Depoimentos */
  .depoimento-header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .depoimento-foto {
    width: 50px;
    height: 50px;
  }

  .depoimento-nome {
    font-size: 1rem;
  }

  .depoimento-cargo {
    font-size: 0.8125rem;
  }

  .depoimento-texto {
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  /* Footer */
  .footer-logo {
    font-size: 1.75rem;
  }

  .footer-title {
    font-size: 1.125rem;
  }

  .footer-links a,
  .footer-contact,
  .footer-social-title {
    font-size: 0.9375rem;
  }

  .security-badge {
    font-size: 0.8125rem;
  }
}

/* ========== MOBILE PEQUENO (max-width: 400px) ========== */
@media (max-width: 400px) {
  /* Hero */
  .hero-title {
    font-size: 1.75rem;
  }

  .hero-benefits {
    padding-left: 0;
  }

  .hero-benefits li {
    font-size: 0.875rem;
  }

  .rate-card h3 {
    font-size: 2rem;
  }

  /* Produtos */
  .product-badge {
    font-size: 0.6875rem;
    padding: 0.375rem 0.75rem;
  }

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

  .badge-cpf-cnpj {
    width: 65px !important;
    height: 65px !important;
  }

  .badge-text-cpf {
    font-size: 0.55rem;
  }

  .badge-circle i {
    font-size: 1.125rem;
  }

  .badge-text {
    font-size: 0.55rem;
  }

  .product-discount {
    font-size: 0.8125rem;
    padding: 0.5rem 0.75rem;
  }

  .badge-bestseller-label {
    font-size: 0.5625rem;
    padding: 0.3rem 0.75rem;
    top: -10px;
  }

  .product-name {
    font-size: 1.125rem;
  }

  .product-price-new {
    font-size: 1.5rem;
  }

  /* Carrossel */
  .carousel-btn {
    width: 35px;
    height: 35px;
  }

  .carousel-btn i {
    font-size: 0.875rem;
  }

  .carousel-dot {
    width: 10px;
    height: 10px;
  }

  /* WhatsApp */
  .whatsapp-float {
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 15px;
    font-size: 1.375rem;
  }
}

/* ========== LANDSCAPE MOBILE ========== */
@media (max-width: 991px) and (orientation: landscape) {
  /* Hero */
  .hero {
    padding-top: calc(2rem + 70px);
    padding-bottom: 2rem;
  }

  .hero-container {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .hero-content {
    text-align: left;
  }

  .hero-benefits li {
    justify-content: flex-start;
  }

  .hero-image {
    order: 0;
  }

  /* Produtos */
  .produtos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Funcionalidades */
  .funcionalidades-new-grid {
    grid-template-columns: 1fr 1fr;
  }

  .funcionalidade-hero-card {
    min-height: 220px;
  }

  /* Diferenciais */
  .diferenciais-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========== PRINT STYLES ========== */
@media print {
  /* Ocultar elementos não essenciais */
  .header,
  .whatsapp-float,
  .carousel-btn,
  .carousel-dots,
  .btn,
  .footer-social {
    display: none !important;
  }

  /* Ajustar cores para impressão */
  body {
    background: white !important;
    color: black !important;
  }

  .hero,
  .funcionalidades,
  .sobre {
    background: white !important;
    color: black !important;
  }

  /* Quebras de página */
  section {
    page-break-inside: avoid;
  }

  /* Links */
  a[href]:after {
    content: " (" attr(href) ")";
  }
}

/* ========== ACESSIBILIDADE ========== */
/* Melhorar foco para navegação por teclado */
@media (prefers-reduced-motion: no-preference) {
  * {
    scroll-behavior: smooth;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus Styles */
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--primary-green);
  outline-offset: 2px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .btn {
    border: 2px solid currentColor;
  }

  .product-card,
  .rate-card,
  .depoimento-card {
    border: 2px solid var(--text-dark);
  }
}

/* Dark Mode Preference (opcional - pode ser ativado futuramente) */
@media (prefers-color-scheme: dark) {
  /* Manter cores originais por enquanto */
  /* Implementar dark mode aqui se necessário */
}

/* ========== UTILITÁRIOS RESPONSIVOS ========== */
/* Mostrar/Ocultar em diferentes tamanhos */
.hidden-mobile {
  display: block;
}

.visible-mobile {
  display: none;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }

  .visible-mobile {
    display: block;
  }
}

/* Text Alignment Responsivo */
@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center !important;
  }

  .text-left-mobile {
    text-align: left !important;
  }
}

/* Política Page - Tablet */
  .politica-hero {
    padding: 2.5rem 2rem;
  }

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

  .politica-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .politica-section {
    padding: 2rem;
  }

  .politica-section-header h2 {
    font-size: 1.5rem;
  }

  .cookie-types {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

/* Margin/Padding Responsivo */
@media (max-width: 767px) {
  .mt-mobile-sm { margin-top: 1rem; }
  .mt-mobile-md { margin-top: 2rem; }
  .mb-mobile-sm { margin-bottom: 1rem; }
  .mb-mobile-md { margin-bottom: 2rem; }
  .px-mobile-0 { padding-left: 0; padding-right: 0; }

  /* Política Page - Mobile */
  .politica-page {
    padding: calc(var(--spacing-section) + 70px) 0 var(--spacing-md);
  }

  .politica-hero {
    padding: 2rem 1.5rem;
  }

  .politica-icon {
    width: 64px;
    height: 64px;
  }

  .politica-icon i {
    font-size: 2rem;
  }

  .politica-title {
    font-size: 1.75rem;
  }

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

  .politica-cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .politica-card {
    padding: 1.5rem;
  }

  .politica-section {
    padding: 1.5rem;
  }

  .politica-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .politica-section-header h2 {
    font-size: 1.375rem;
  }

  .politica-contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cookie-types {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cookie-type-card {
    padding: 1.5rem 1.25rem;
  }

  .cookie-type-card h4 {
    font-size: 1.125rem;
  }

  .cookie-type-card p {
    font-size: 0.875rem;
  }

  .termos-intro-box {
    padding: 1.5rem;
  }

  .termos-intro-box p {
    font-size: 0.9375rem;
  }

  .termos-number {
    min-width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .politica-section-header {
    flex-direction: row;
    align-items: center;
  }

  .politica-section-header h2 {
    font-size: 1.25rem;
  }

  /* ========== TON BLACK RESPONSIVO ========== */

  /* Seção Taxas Fixas */
  .taxas-fixas-section {
    padding: 2.5rem 0;
  }

  .taxas-fixas-card {
    padding: 1.5rem;
    border-radius: 16px;
  }

  .taxas-fixas-title {
    font-size: 1.5rem;
  }

  .taxas-fixas-subtitle {
    font-size: 1rem;
  }

  .taxas-fixas-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .taxa-fixa-item {
    padding: 1.5rem;
  }

  .taxas-comparativo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .taxa-valor-grande {
    font-size: 1.5rem;
  }

  /* Layout produtos single */
  .produtos-grid-single {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  /* Card PIX Destaque */
  .pix-destaque-card {
    padding: 1.5rem;
    border-radius: 16px;
  }

  .pix-destaque-icon {
    width: 60px;
    height: 60px;
  }

  .pix-destaque-icon i {
    font-size: 1.5rem;
  }

  .pix-destaque-title {
    font-size: 1.25rem;
  }

  .pix-feature {
    flex-direction: column;
    text-align: center;
  }

  .pix-feature-icon {
    margin: 0 auto;
  }

  .pix-destaque-footer {
    gap: 0.5rem;
  }

  .pix-badge {
    font-size: 0.7rem;
    padding: 0.4rem 0.75rem;
  }

  /* CTA Black */
  .cta-black-taxas {
    gap: 1rem;
  }

  .cta-black-taxa {
    padding: 0.75rem 1rem;
    min-width: 70px;
  }

  .cta-taxa-valor {
    font-size: 1.25rem;
  }

  .cta-taxa-tipo {
    font-size: 0.75rem;
  }
}

/* Tablet - Ton Black */
@media (min-width: 768px) and (max-width: 1024px) {
  .taxas-fixas-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .taxas-comparativo-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .produtos-grid-single {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
  }
}

/* ========================================
   TAXAS PROMOCIONAIS - RESPONSIVO
======================================== */

/* Toggle de taxas em mobile */
@media screen and (max-width: 768px) {
  .taxas-toggle-label {
    gap: 0.75rem;
  }

  .taxas-toggle-text {
    font-size: 0.85rem;
  }

  .taxas-toggle-switch {
    width: 50px;
    height: 26px;
  }

  .taxas-toggle-switch::before {
    width: 20px;
    height: 20px;
  }

  .taxas-toggle-input:checked ~ .taxas-toggle-wrapper .taxas-toggle-switch::before {
    transform: translateX(24px);
  }

  .taxa-badge {
    font-size: 0.55rem;
    padding: 0.2rem 0.4rem;
  }

  .comparativo-value {
    gap: 0.375rem;
  }
}

/* Modal de taxas - Mobile */
@media screen and (max-width: 768px) {
  .modal-taxas-content {
    width: 95%;
    max-height: 95vh;
  }

  .modal-taxas-header {
    padding: 1rem;
  }

  .modal-taxas-title {
    font-size: 1.1rem;
  }

  .modal-taxas-title i {
    font-size: 1.25rem;
  }

  .modal-taxas-body {
    padding: 1rem;
  }

  .taxas-table {
    font-size: 0.85rem;
  }

  .taxas-table th,
  .taxas-table td {
    padding: 0.75rem 0.5rem;
  }

  .taxas-section-title {
    font-size: 1.1rem;
  }

  .modal-taxas-note {
    font-size: 0.85rem;
  }

  /* Tabelas detalhadas em mobile */
  .taxas-table-detailed {
    min-width: 800px;
    font-size: 0.75rem;
  }

  .taxas-table-detailed th {
    padding: 0.5rem 0.35rem;
    font-size: 0.7rem;
  }

  .taxas-table-detailed td {
    padding: 0.5rem 0.35rem;
    font-size: 0.75rem;
  }

  .th-modalidade {
    min-width: 100px;
    font-size: 0.75rem;
  }

  .th-promocional {
    min-width: 70px;
  }

  .th-volume-group {
    font-size: 0.7rem;
  }

  .th-sub {
    font-size: 0.65rem;
    padding: 0.4rem 0.3rem;
  }

  .td-modalidade {
    font-size: 0.75rem;
  }

  .taxas-table-detailed .taxa-valor-promo {
    font-size: 0.8rem;
    padding: 0.25rem 0.35rem;
  }

  /* Adicionar indicação visual de scroll horizontal */
  .taxas-table-wide::after {
    content: "← Deslize para ver mais →";
    display: block;
    text-align: center;
    font-size: 0.7rem;
    color: #6c757d;
    padding: 0.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
  }
}
