/* Landing Page High Conversion Stylesheet (Fontes carregadas de forma otimizada via HTML head) */

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* ================= TIPOGRAFIA GLOBAL MONTSERRAT ================= */
body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6,
p, span, a, label, li, strong, b, em {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ================= BLINDAGEM TOTAL DOS ÍCONES FONTAWESOME (ZERO QUADRADINHOS) ================= */
.fa, .fas, .far, .fal, .fad, .fab, .fa-solid, .fa-regular, .fa-brands,
.fa::before, .fas::before, .far::before, .fa-solid::before, .fa-regular::before, .fa-brands::before,
[class^="fa-"]::before, [class*=" fa-"]::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  display: inline-block;
}

.fa-brands, .fa-brands::before {
  font-family: "Font Awesome 6 Brands" !important;
}

/* Header / Navbar */
.landing-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: rgba(3, 3, 6, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 2px solid rgba(118, 255, 3, 0.25);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.85);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  transition: var(--transition);
}

.navbar-logo-img {
  height: 75px !important;
  max-height: 75px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 16px rgba(118, 255, 3, 0.45));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.navbar-logo-img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 24px rgba(118, 255, 3, 0.75));
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #1e0836 0%, #000 100%);
  border: 2px solid var(--neon-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 0 15px var(--neon-green-glow);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
}

.logo-title span {
  color: var(--neon-green);
}

.logo-sub {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--neon-green);
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
}

.nav-links a:hover {
  color: var(--neon-green);
}

/* Hero Section */
.hero-section {
  padding: 180px 20px 80px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(118, 255, 3, 0.1);
  border: 1px solid var(--neon-green);
  border-radius: var(--radius-full);
  color: var(--neon-green);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 24px;
  box-shadow: 0 0 20px rgba(118, 255, 3, 0.2);
}

.hero-title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.hero-subtitle {
  font-size: clamp(15.5px, 2vw, 19px);
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto 24px;
  line-height: 1.6;
  text-wrap: balance;
}

.hero-social-proof-strip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 8px 20px;
  margin: 0 auto 34px;
  backdrop-filter: blur(10px);
}

.hero-social-proof-strip .stars-row {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #fbbf24;
  font-size: 13px;
}

.hero-social-proof-strip .social-proof-text {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-social-proof-strip .social-proof-text strong {
  color: #fff;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero-features-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 24px 0 10px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-pill-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(18, 18, 28, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(118, 255, 3, 0.35);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-pill-item:hover {
  transform: translateY(-2px);
  border-color: var(--neon-green);
  box-shadow: 0 6px 25px rgba(118, 255, 3, 0.25);
}

.feature-pill-item i {
  color: var(--neon-green);
  font-size: 17px;
}

.feature-pill-item .fa-whatsapp {
  color: #25d366 !important;
  font-size: 19px;
}

/* Channel Showcase Banner */
.showcase-banner {
  max-width: 1140px;
  margin: 0 auto 80px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-neon);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 30px rgba(118, 255, 3, 0.15);
  position: relative;
}

.showcase-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* Section Header */
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.section-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  color: var(--neon-green);
  margin-bottom: 10px;
  display: block;
}

.section-title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.section-desc {
  font-size: 15px;
  color: var(--text-muted);
}

/* Category Grid (Canais & Streaming) */
.content-grid-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.channels-badge-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.channel-tag-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  padding: 10px 18px;
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.channel-tag-card:hover {
  border-color: var(--neon-green);
  background: rgba(118, 255, 3, 0.1);
  transform: translateY(-2px);
  color: var(--neon-green);
}

/* Plans Pricing Grid */
/* ================= SLIDER / CARROSSEL DE PLANOS OFICIAIS ================= */
.plans-section {
  padding: 80px 20px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.plans-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 30px auto 0;
  padding: 10px 50px;
}

.plans-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(14, 14, 22, 0.9);
  border: 2px solid var(--neon-green);
  color: var(--neon-green);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 25;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7), 0 0 15px rgba(0, 255, 136, 0.25);
  backdrop-filter: blur(8px);
}

.plans-nav-btn:hover {
  background: var(--neon-green);
  color: #07070a;
  box-shadow: 0 0 25px var(--neon-green-glow);
  transform: translateY(-50%) scale(1.12);
}

.plans-nav-btn.prev-btn {
  left: 0;
}

.plans-nav-btn.next-btn {
  right: 0;
}

.plans-carousel-viewport {
  width: 100%;
  overflow: hidden;
  padding: 24px 8px;
}

.plans-carousel-track {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.plan-card {
  flex: 0 0 340px;
  max-width: 360px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 20px;
  background: rgba(12, 12, 18, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease, border-color 0.4s ease;
  cursor: pointer;
  user-select: none;
}

/* Card não focado (efeito 3D profundidade) */
.plan-card:not(.plan-focused) {
  transform: scale(0.92);
  opacity: 0.75;
  filter: brightness(0.85);
}

.plan-card:not(.plan-focused):hover {
  opacity: 0.92;
  transform: scale(0.95);
  filter: brightness(0.95);
}

/* Card em foco central */
.plan-card.plan-focused {
  transform: scale(1.05);
  opacity: 1;
  filter: brightness(1);
  z-index: 10;
  border-color: var(--neon-green);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 35px rgba(0, 255, 136, 0.35);
  background: linear-gradient(180deg, rgba(20, 10, 35, 0.95) 0%, rgba(8, 8, 12, 0.98) 100%);
}

.plan-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #00ff88, #00e5ff);
  color: #07070a;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: var(--radius-full);
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 255, 136, 0.4);
}

.plan-header {
  text-align: center;
  margin-bottom: 24px;
}

.plan-name {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}

.plan-price-wrapper {
  margin: 16px 0 8px;
}

.plan-currency {
  font-size: 20px;
  font-weight: 700;
  color: var(--neon-green);
  vertical-align: top;
}

.plan-price {
  font-size: 46px;
  font-weight: 900;
  color: var(--neon-green);
  letter-spacing: -1px;
}

.plan-period {
  font-size: 14px;
  color: var(--text-muted);
}

.plan-subprice {
  font-size: 13px;
  color: var(--accent-cyan);
  font-weight: 600;
}

.plan-features-list {
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 0;
}

.plan-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #e2e8f0;
  line-height: 1.4;
}

.plan-features-list li i {
  color: var(--neon-green);
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Dots Indicadores */
.plans-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.plan-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  padding: 0;
}

.plan-dot:hover {
  background: rgba(0, 255, 136, 0.5);
  border-color: var(--neon-green);
}

.plan-dot.active {
  width: 36px;
  border-radius: 8px;
  background: var(--neon-green);
  border-color: var(--neon-green);
  box-shadow: 0 0 14px var(--neon-green-glow);
}

/* Grid fallback para compatibilidade */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  align-items: stretch;
}

/* Devices Section */
.devices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.device-card {
  padding: 24px 16px;
  text-align: center;
  transition: var(--transition);
}

.device-card:hover {
  transform: translateY(-4px);
  border-color: var(--neon-green);
}

.device-icon {
  font-size: 36px;
  color: var(--neon-green);
  margin-bottom: 12px;
}

.device-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.device-sub {
  font-size: 12px;
  color: var(--text-muted);
}

/* ================= BÔNUS EXCLUSIVOS & GARANTIA ================= */
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.bonus-card {
  padding: 28px 24px;
  background: rgba(13, 13, 19, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  backdrop-filter: blur(12px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.bonus-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 255, 136, 0.35);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 255, 136, 0.15);
}

.bonus-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--neon-green);
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid rgba(0, 255, 136, 0.3);
  padding: 5px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 16px;
}

.bonus-title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.35;
}

.bonus-desc {
  font-size: 13.5px;
  color: #94a3b8;
  line-height: 1.6;
}

/* ================= FOOTER ELEGANTE TV CONECTA + ================= */
.landing-footer-bar {
  border-top: 1px solid rgba(0, 255, 136, 0.2);
  background: linear-gradient(180deg, rgba(8, 8, 12, 0.98) 0%, #030305 100%);
  padding: 55px 20px 40px;
  text-align: center;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.8);
  position: relative;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.footer-logo-img {
  height: 80px;
  width: auto;
  max-width: 250px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(0, 255, 136, 0.45));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo-img:hover {
  transform: scale(1.06);
  filter: drop-shadow(0 0 28px rgba(0, 255, 136, 0.7));
}

.guarantee-box {
  margin-top: 50px;
  padding: 36px;
  text-align: center;
  background: linear-gradient(135deg, rgba(14, 14, 18, 0.96), rgba(4, 4, 6, 0.98));
  border: 1px solid var(--border-neon);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.9), 0 0 25px rgba(118, 255, 3, 0.12);
}

/* FAQ Accordion */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  padding: 18px 24px;
  cursor: pointer;
  transition: var(--transition);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
}

.faq-question i {
  color: var(--neon-green);
  transition: transform 0.25s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  margin-top: 14px;
}

.faq-item.open .faq-question i {
  transform: rotate(180deg);
}

/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
  z-index: 999;
  text-decoration: none;
  transition: var(--transition);
  animation: pulseNeon 2s infinite;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 35px rgba(37, 211, 102, 0.7);
}

@keyframes pulseNeon {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Responsive */
@media (max-width: 768px) {
  .landing-header {
    padding: 0 20px;
  }
  .nav-links {
    display: none;
  }
  .hero-section {
    padding: 130px 16px 50px;
  }
  .hero-features-strip {
    gap: 16px;
  }
  .plans-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   M4: SELETOR DINÂMICO DE APARELHOS EM ABAS (#aparelhos)
   ========================================================================== */
.devices-section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.device-tabs-wrapper {
  margin: 40px auto 30px;
  max-width: 1100px;
}

.device-tabs-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.device-tab {
  background: rgba(12, 12, 18, 0.75);
  backdrop-filter: blur(14px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  outline: none;
  color: var(--text-light);
}

.device-tab .tab-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--text-muted);
  transition: var(--transition);
  flex-shrink: 0;
}

.device-tab .tab-text {
  display: flex;
  flex-direction: column;
}

.device-tab .tab-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: var(--transition);
}

.device-tab .tab-subtitle {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}

.device-tab:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(118, 255, 3, 0.3);
  transform: translateY(-2px);
}

.device-tab:hover .tab-icon {
  color: var(--neon-green);
  border-color: rgba(118, 255, 3, 0.4);
}

.device-tab.active {
  background: linear-gradient(135deg, rgba(25, 12, 45, 0.9) 0%, rgba(10, 15, 22, 0.95) 100%);
  border-color: var(--neon-green);
  box-shadow: 0 0 25px rgba(118, 255, 3, 0.25), inset 0 0 15px rgba(118, 255, 3, 0.08);
}

.device-tab.active .tab-icon {
  background: rgba(118, 255, 3, 0.15);
  border-color: var(--neon-green);
  color: var(--neon-green);
  box-shadow: 0 0 15px var(--neon-green-glow);
}

.device-tab.active .tab-title {
  color: var(--neon-green);
}

/* Painéis de Aparelhos */
.device-panes-container {
  max-width: 1100px;
  margin: 0 auto;
}

.device-pane {
  display: none;
  animation: fadeInPane 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.device-pane.active {
  display: block;
}

@keyframes fadeInPane {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pane-header-strip {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pane-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pane-badge {
  background: rgba(118, 255, 3, 0.08);
  border: 1px solid rgba(118, 255, 3, 0.25);
  color: var(--neon-green);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pane-summary {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* App Cards Grid */
.app-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.app-card {
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: var(--transition);
}

.app-card:hover {
  transform: translateY(-4px);
  border-color: rgba(118, 255, 3, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8), 0 0 20px rgba(118, 255, 3, 0.15);
}

.app-card.featured-app {
  border-color: rgba(0, 229, 255, 0.5);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8), 0 0 25px rgba(0, 229, 255, 0.15);
}

.app-card-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.app-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.app-icon-wrap.smarters {
  background: linear-gradient(135deg, #1e0836 0%, #3b0764 100%);
  color: #c084fc;
  border: 1px solid rgba(192, 132, 252, 0.4);
}

.app-icon-wrap.ibo {
  background: linear-gradient(135deg, #082f49 0%, #0369a1 100%);
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.4);
}

.app-icon-wrap.xciptv {
  background: linear-gradient(135deg, #14532d 0%, #15803d 100%);
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.4);
}

.app-icon-wrap.tivimate {
  background: linear-gradient(135deg, #431407 0%, #9a3412 100%);
  color: #fb923c;
  border: 1px solid rgba(251, 146, 60, 0.4);
}

.app-icon-wrap.apple-app {
  background: linear-gradient(135deg, #18181b 0%, #27272a 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.app-icon-wrap.android-app {
  background: linear-gradient(135deg, #064e3b 0%, #047857 100%);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.4);
}

.app-icon-wrap.web-app {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #00e5ff;
  border: 1px solid rgba(0, 229, 255, 0.4);
}

.app-icon-wrap.desktop-app {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
  color: #a5b4fc;
  border: 1px solid rgba(165, 180, 252, 0.4);
}

.app-meta {
  display: flex;
  flex-direction: column;
}

.app-tag {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 4px;
}

.app-tag.tag-popular { color: var(--neon-green); }
.app-tag.tag-fast { color: #00e5ff; }
.app-tag.tag-light { color: #f59e0b; }

.app-name {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
}

.app-compat {
  font-size: 12px;
  color: var(--text-muted);
}

.app-desc {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.5;
  margin-bottom: 16px;
}

.app-features {
  list-style: none;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.app-features li {
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.app-features li i {
  color: var(--neon-green);
  font-size: 12px;
}

.btn-device-cta {
  width: 100%;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 700;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

/* Downloader Callout Box */
.downloader-callout {
  background: linear-gradient(135deg, rgba(20, 10, 35, 0.95) 0%, rgba(10, 18, 28, 0.98) 100%);
  border: 1px solid var(--border-neon);
  border-radius: var(--radius-md);
  padding: 22px 26px;
  margin-bottom: 26px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(118, 255, 3, 0.12);
}

.downloader-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(118, 255, 3, 0.15);
  color: var(--neon-green);
  border: 1px solid var(--neon-green);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}

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

.downloader-info {
  max-width: 680px;
}

.downloader-title {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.downloader-text {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}

.code-pill {
  background: #000;
  border: 2px dashed var(--neon-green);
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 0 15px rgba(118, 255, 3, 0.25);
}

.code-pill span {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 700;
}

.code-pill strong {
  font-size: 24px;
  color: var(--neon-green);
  letter-spacing: 2px;
  font-family: monospace;
}

/* Passos Rápidos */
.pane-steps-bar {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pane-step-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--neon-green);
  color: #000;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.step-text {
  font-size: 13px;
  color: var(--text-light);
  font-weight: 600;
}

.pane-step-sep {
  color: var(--text-muted);
  font-size: 14px;
}

/* ==========================================================================
   M4: COMPARADOR VISUAL DE ECONOMIA ANUAL (#economia)
   ========================================================================== */
.savings-comparator-section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.screens-selector-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 25px auto 10px;
  flex-wrap: wrap;
}

.screens-bar-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-light);
}

.screens-buttons-group {
  display: inline-flex;
  background: rgba(12, 12, 18, 0.85);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  padding: 4px;
  gap: 4px;
}

.btn-screen-select {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-screen-select:hover {
  color: #fff;
}

.btn-screen-select.active {
  background: var(--neon-green);
  color: #000;
  box-shadow: 0 0 15px var(--neon-green-glow);
}

.comparison-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 20px;
  margin: 30px auto;
  max-width: 1100px;
}

.comparison-card {
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: var(--radius-lg);
  text-align: center;
}

.comparison-card.old-cable {
  background: linear-gradient(180deg, rgba(25, 10, 15, 0.85) 0%, rgba(10, 6, 8, 0.95) 100%);
  border: 1px solid rgba(239, 68, 68, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.comparison-card.new-conecta {
  background: linear-gradient(180deg, rgba(14, 25, 30, 0.95) 0%, rgba(6, 12, 18, 0.98) 100%);
  border: 2px solid var(--neon-green);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 30px rgba(118, 255, 3, 0.25);
}

.popular-ribbon {
  position: absolute;
  top: -14px;
  right: 24px;
  background: linear-gradient(135deg, #76ff03, #84cc16);
  color: #050508;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 15px var(--neon-green-glow);
}

.comp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  margin: 0 auto 24px auto;
}

.old-badge {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.4);
}

.new-badge {
  background: rgba(118, 255, 3, 0.15);
  color: var(--neon-green);
  border: 1px solid var(--neon-green);
}

.comp-price-box {
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.comp-subtext {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.comp-price {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.comp-price span {
  font-size: 16px;
  font-weight: 600;
}

.old-price {
  color: #f87171;
}

.new-price {
  color: var(--neon-green);
  text-shadow: 0 0 15px rgba(118, 255, 3, 0.4);
}

.comp-annual-calc {
  font-size: 14px;
  color: var(--text-light);
}

.comp-annual-calc.highlight-green {
  color: #00e5ff;
  font-weight: 700;
}

.comp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
  text-align: center;
}

.comp-list li {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1.45;
  text-align: center;
}

.comp-list li i {
  font-size: 16px;
  flex-shrink: 0;
}

.text-danger { color: #ef4444; }
.text-neon { color: var(--neon-green); }
.text-cyan { color: #00e5ff; }

.comp-verdict {
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}

.old-verdict {
  background: rgba(239, 68, 68, 0.1);
  color: #fca5a5;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.new-verdict {
  background: rgba(118, 255, 3, 0.1);
  color: var(--neon-green);
  border: 1px solid rgba(118, 255, 3, 0.3);
}

/* VS Badge */
.comparison-vs-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparison-vs-badge span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  border: 2px solid var(--neon-green);
  color: var(--neon-green);
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px var(--neon-green-glow);
}

/* Banner de Economia Monumental */
.savings-highlight-banner {
  margin: 40px auto 0;
  max-width: 1100px;
  padding: 44px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--neon-green);
  background: radial-gradient(circle at 50% 30%, rgba(20, 45, 30, 0.95) 0%, rgba(6, 8, 12, 0.98) 100%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9), 0 0 40px rgba(118, 255, 3, 0.25);
  border-radius: var(--radius-lg);
}

.savings-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid #00e5ff;
  border-radius: var(--radius-full);
  color: #00e5ff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.savings-title-pre {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.savings-amount-huge {
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 900;
  color: var(--neon-green);
  letter-spacing: -2px;
  line-height: 1.1;
  margin: 10px 0;
  text-shadow: 0 0 35px rgba(118, 255, 3, 0.6);
}

.savings-amount-huge .currency {
  font-size: clamp(24px, 3.5vw, 36px);
  vertical-align: super;
  margin-right: 4px;
}

.savings-amount-huge .period {
  font-size: clamp(20px, 2.5vw, 26px);
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0;
}

.savings-lead-text {
  font-size: 16px;
  color: var(--text-light);
  max-width: 680px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

.savings-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.pulse-neon-btn {
  font-size: 17px;
  padding: 16px 40px;
  animation: pulseGlow 2.5s infinite;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 4px 20px rgba(118, 255, 3, 0.4); }
  50% { box-shadow: 0 4px 40px rgba(118, 255, 3, 0.8), 0 0 20px #00e5ff; }
  100% { box-shadow: 0 4px 20px rgba(118, 255, 3, 0.4); }
}

.savings-guarantee-note {
  font-size: 13px;
  color: var(--text-muted);
}

/* ==========================================================================
   M4: MODAL DE CAPTURA DE LEAD (#trialRequestModal)
   ========================================================================== */
.modal-main-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}

.modal-subtitle {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
}

.form-microcopy {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 5px;
}

.btn-submit-trial {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  margin-top: 8px;
}

.modal-trust-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.trust-notice {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
}

.trust-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--text-light);
}

.trust-bullets span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ==========================================================================
   M4: TOAST NOTIFICATIONS NEON
   ========================================================================== */
.conecta-toast-container {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.conecta-toast {
  background: rgba(10, 11, 16, 0.95);
  border: 1px solid var(--neon-green);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(118, 255, 3, 0.3);
  color: #fff;
  padding: 14px 22px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
}

.conecta-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.conecta-toast.toast-warning {
  border-color: #ff9800;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 152, 0, 0.3);
}

.conecta-toast.toast-warning .toast-icon {
  color: #ff9800;
}

.conecta-toast .toast-icon {
  color: var(--neon-green);
  font-size: 18px;
}

/* ==========================================================================
   M4: RESPONSIVIDADE ADICIONAL (TABLETS E MOBILE)
   ========================================================================== */
@media (max-width: 992px) {
  .device-tabs-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .comparison-container {
    grid-template-columns: 1fr;
  }

  .comparison-vs-badge {
    margin: -10px 0;
  }

  .pane-steps-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .pane-step-sep {
    display: none;
  }
}

@media (max-width: 600px) {
  .app-cards-grid {
    grid-template-columns: 1fr;
  }

  .downloader-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .comparison-card {
    padding: 24px 18px;
  }

  .savings-highlight-banner {
    padding: 30px 16px;
  }

  .pulse-neon-btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}

/* ========================================================
   CHANNELS DUAL-ROW INFINITE MARQUEE (CARROSSEL DUPLO)
   ======================================================== */
.channels-marquee-section {
  width: 100%;
  max-width: 1400px;
  margin: 10px auto 80px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}

.channels-marquee-header {
  text-align: center;
  margin-bottom: 28px;
}

.channels-marquee-header .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--neon-green);
  background: rgba(118, 255, 3, 0.08);
  border: 1px solid rgba(118, 255, 3, 0.3);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}

.channels-marquee-header h2 {
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 8px;
}

.channels-marquee-header p {
  font-size: 14px;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto;
}

.channels-marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}

.channels-marquee-track {
  display: flex;
  gap: 14px;
  width: max-content;
  will-change: transform;
}

/* Fileira Superior: Scrollando para a DIREITA */
.channels-marquee-track.row-top {
  animation: marqueeToRight 50s linear infinite;
  margin-bottom: 14px;
}

/* Fileira Abaixo: Scrollando para a ESQUERDA */
.channels-marquee-track.row-bottom {
  animation: marqueeToLeft 50s linear infinite;
}

.channels-marquee-wrapper:hover .channels-marquee-track {
  animation-play-state: paused;
}

@keyframes marqueeToLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marqueeToRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* Quadrante do Canal - Clean e Elegante (Ampliado para Alta Visibilidade) */
.channel-card-item {
  flex: 0 0 auto;
  width: auto;
  min-width: 210px;
  background: linear-gradient(135deg, rgba(16, 14, 26, 0.94) 0%, rgba(8, 8, 12, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 10px 20px 10px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
  transition: all 0.25s ease;
  cursor: default;
}

.channel-card-item:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: var(--neon-green);
  box-shadow: 0 8px 25px rgba(118, 255, 3, 0.25), 0 0 12px rgba(118, 255, 3, 0.15);
  background: linear-gradient(135deg, rgba(28, 20, 44, 0.96) 0%, rgba(12, 12, 18, 0.99) 100%);
}

.channel-card-item .channel-logo-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.channel-card-item .channel-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
  transition: transform 0.25s ease;
}

.channel-card-item:hover .channel-logo-img {
  transform: scale(1.12);
}

/* Informações do Canal no Carrossel (Apenas Nome - Clean) */
.channel-info {
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  text-align: left !important;
}

.channel-name {
  display: block !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  letter-spacing: -0.2px !important;
}

/* ================= PRESTÍGIO: 3 CARDS DE CONTEÚDO (APRESENTAÇÃO VIP) ================= */
.content-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}

@media (max-width: 992px) {
  .content-premium-grid {
    grid-template-columns: 1fr;
  }
}

.content-cat-card {
  padding: 32px 28px 28px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-cat-card:hover {
  transform: translateY(-6px);
}

/* Temas com Glow Específico */
.content-cat-card.sports-glow {
  border-top: 4px solid var(--neon-green);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(118, 255, 3, 0.15);
}
.content-cat-card.sports-glow:hover {
  box-shadow: 0 16px 45px rgba(118, 255, 3, 0.25), inset 0 1px 0 rgba(118, 255, 3, 0.4);
  border-color: rgba(118, 255, 3, 0.5);
}

.content-cat-card.cinema-glow {
  border-top: 4px solid var(--purple-primary);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(168, 85, 247, 0.15);
}
.content-cat-card.cinema-glow:hover {
  box-shadow: 0 16px 45px rgba(168, 85, 247, 0.25), inset 0 1px 0 rgba(168, 85, 247, 0.4);
  border-color: rgba(168, 85, 247, 0.5);
}

.content-cat-card.tv-glow {
  border-top: 4px solid var(--accent-cyan);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(6, 182, 212, 0.15);
}
.content-cat-card.tv-glow:hover {
  box-shadow: 0 16px 45px rgba(6, 182, 212, 0.25), inset 0 1px 0 rgba(6, 182, 212, 0.4);
  border-color: rgba(6, 182, 212, 0.5);
}

/* Barra Superior do Card com Diferenciais em Destaque Neon */
.cat-card-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.cat-badge-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap !important;
  flex-shrink: 0;
}

.cat-badge-status.live-pill {
  background: rgba(239, 68, 68, 0.15);
  color: #ff4d4f;
  border: 1px solid rgba(239, 68, 68, 0.45);
  box-shadow: 0 0 12px rgba(239, 68, 68, 0.25);
}

.pulse-indicator {
  width: 8px;
  height: 8px;
  background-color: #ef4444;
  border-radius: 50%;
  display: inline-block;
  animation: pulseLiveDot 1.4s ease-in-out infinite;
}

@keyframes pulseLiveDot {
  0% { transform: scale(0.9); opacity: 0.7; box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { transform: scale(1.15); opacity: 1; box-shadow: 0 0 0 7px rgba(239, 68, 68, 0); }
  100% { transform: scale(0.9); opacity: 0.7; box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.cat-badge-status.uhd-pill {
  background: rgba(168, 85, 247, 0.18);
  color: #c084fc;
  border: 1px solid rgba(168, 85, 247, 0.45);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.25);
}

.cat-badge-status.tv-pill {
  background: rgba(6, 182, 212, 0.18);
  color: #38bdf8;
  border: 1px solid rgba(6, 182, 212, 0.45);
  box-shadow: 0 0 12px rgba(6, 182, 212, 0.25);
}

/* Badges de Diferenciais Ressaltados Acima de Cada Card */
.cat-differentiator-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

.cat-differentiator-badge.sports-badge {
  background: rgba(118, 255, 3, 0.15);
  color: var(--neon-green);
  border: 1px solid rgba(118, 255, 3, 0.5);
  box-shadow: 0 0 16px rgba(118, 255, 3, 0.3);
}

.cat-differentiator-badge.cinema-badge {
  background: rgba(168, 85, 247, 0.18);
  color: #e9d5ff;
  border: 1px solid rgba(168, 85, 247, 0.5);
  box-shadow: 0 0 16px rgba(168, 85, 247, 0.3);
}

.cat-differentiator-badge.tv-badge {
  background: rgba(6, 182, 212, 0.18);
  color: #bae6fd;
  border: 1px solid rgba(6, 182, 212, 0.5);
  box-shadow: 0 0 16px rgba(6, 182, 212, 0.3);
}

/* Header & Título na Mesma Linha */
.cat-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.cat-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.cat-icon-box.sports-theme {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(118, 255, 3, 0.2));
  color: var(--neon-green);
  border: 1px solid rgba(118, 255, 3, 0.4);
  box-shadow: 0 0 20px rgba(118, 255, 3, 0.2);
}

.cat-icon-box.cinema-theme {
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(168, 85, 247, 0.2));
  color: #c084fc;
  border: 1px solid rgba(168, 85, 247, 0.4);
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.2);
}

.cat-icon-box.tv-theme {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(56, 189, 248, 0.2));
  color: var(--accent-cyan);
  border: 1px solid rgba(6, 182, 212, 0.4);
  box-shadow: 0 0 20px rgba(6, 182, 212, 0.2);
}

.cat-card-title {
  font-size: 17.5px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  letter-spacing: -0.3px !important;
}

.cat-card-subtitle {
  font-size: 12px !important;
  color: var(--text-muted) !important;
  display: block !important;
  margin-top: 3px !important;
  white-space: nowrap !important;
}

.cat-card-desc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin-bottom: 20px;
  min-height: 64px;
}

/* Vitrine de Logotipos Oficiais (8 canais por quadrante - Alinhamento Simétrico Perfeito) */
.cat-logos-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}

.cat-logo-chip {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  transition: all 0.2s ease;
  overflow: hidden;
}

.cat-logo-chip:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(3px);
}

.cat-chip-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.cat-logo-chip span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/* Rodapé com Destaques */
.cat-card-footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cat-feature-item {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  gap: 8px;
}

.cat-feature-item i {
  color: var(--neon-green);
  font-size: 13px;
}

/* ================= CARDS DE APLICATIVOS CENTRALIZADOS (#APARELHOS) ================= */
.app-card-centered {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 28px 22px !important;
  border-radius: var(--radius-lg) !important;
  position: relative !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.app-card-centered:hover {
  transform: translateY(-6px) !important;
}

.app-top-badge {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.app-top-badge.toptv-badge {
  background: linear-gradient(90deg, #ffd700, #ffaa00);
  color: #000;
  font-weight: 900;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.45);
}

.app-top-badge.standard-badge {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-light);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.app-icon-center {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 28px;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.app-icon-center.toptv-icon-glow {
  background: linear-gradient(135deg, #ffd700, #ff8800) !important;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.55) !important;
  padding: 10px;
}

.app-icon-center.ibo-icon-glow {
  background: transparent !important;
  box-shadow: 0 0 25px rgba(56, 189, 248, 0.4) !important;
  padding: 0 !important;
  border: none !important;
}

.app-icon-center.smarters-icon-glow {
  background: transparent !important;
  box-shadow: 0 0 25px rgba(192, 132, 252, 0.4) !important;
  padding: 0 !important;
  border: none !important;
}

.tab-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  display: block;
}

.app-logo-vector {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.app-title-center {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
  text-align: center;
}

.app-compat-center {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
  display: block;
  margin-bottom: 14px;
  text-align: center;
}

.app-desc-center {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin-bottom: 20px;
  text-align: center;
}

.app-features-center {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
  align-items: center;
}

.app-features-center li {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

/* DESTAQUE SUPREMO PARA O TOP TV PLAYER */
.toptv-featured-card {
  border: 2px solid rgba(255, 215, 0, 0.6) !important;
  background: linear-gradient(180deg, rgba(32, 24, 10, 0.95) 0%, rgba(14, 11, 18, 0.98) 100%) !important;
  box-shadow: 0 15px 45px rgba(255, 215, 0, 0.25), 0 0 25px rgba(255, 215, 0, 0.15) !important;
  position: relative;
  transform: scale(1.02);
}

.toptv-featured-card:hover {
  transform: translateY(-8px) scale(1.03) !important;
  box-shadow: 0 20px 55px rgba(255, 215, 0, 0.4), 0 0 35px rgba(255, 215, 0, 0.25) !important;
  border-color: #ffd700 !important;
}

.toptv-icon-glow {
  background: linear-gradient(135deg, #ffd700, #ff8800) !important;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.6) !important;
  padding: 6px;
  border-radius: 14px;
}

.app-logo-vector {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.tag-toptv-official {
  background: linear-gradient(90deg, #ffd700, #ffaa00) !important;
  color: #000 !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.4) !important;
}

/* ================= FERRAMENTA: SIMULADOR DE STREAMINGS ================= */
.streaming-calculator-card {
  padding: 36px 32px;
  border-radius: 20px;
  margin-top: 36px;
  margin-bottom: 48px;
  background: linear-gradient(180deg, rgba(14, 12, 24, 0.95) 0%, rgba(6, 6, 10, 0.98) 100%);
  border: 1px solid rgba(118, 255, 3, 0.25);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.7), 0 0 35px rgba(118, 255, 3, 0.1);
}

.sim-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sim-header-info {
  max-width: 680px;
}

.sim-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--neon-green);
  background: rgba(118, 255, 3, 0.1);
  padding: 4px 12px;
  border-radius: 12px;
  border: 1px solid rgba(118, 255, 3, 0.25);
  margin-bottom: 10px;
}

.sim-title {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
}

.sim-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}

.sim-presets-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-sim-preset {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.btn-sim-preset:hover, .btn-sim-preset.active-preset {
  background: rgba(118, 255, 3, 0.15);
  border-color: var(--neon-green);
  color: var(--neon-green);
  box-shadow: 0 0 15px rgba(118, 255, 3, 0.2);
}

/* Grid Principal do Simulador */
.sim-grid-container {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 28px;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .sim-grid-container {
    grid-template-columns: 1fr;
  }
}

/* Grade de Checkboxes de Streamings */
.streamers-selection-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (max-width: 600px) {
  .streamers-selection-grid {
    grid-template-columns: 1fr;
  }
}

.streamer-check-card {
  position: relative;
  cursor: pointer;
  user-select: none;
  display: block;
}

.streamer-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.streamer-card-inner {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.streamer-logo-box {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

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

.streamer-card-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}

.streamer-name {
  font-size: 13.5px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.streamer-price {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
}

.streamer-check-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: transparent;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

/* Estado Ativo / Marcado */
.streamer-check-card.active .streamer-card-inner {
  background: linear-gradient(135deg, rgba(118, 255, 3, 0.08) 0%, rgba(20, 18, 32, 0.95) 100%);
  border-color: rgba(118, 255, 3, 0.5);
  box-shadow: 0 4px 18px rgba(118, 255, 3, 0.15);
  transform: translateY(-2px);
}

.streamer-check-card.active .streamer-check-icon {
  background: var(--neon-green);
  border-color: var(--neon-green);
  color: #000;
  font-weight: 900;
  box-shadow: 0 0 10px rgba(118, 255, 3, 0.5);
}

.streamer-check-card.active .streamer-price {
  color: var(--neon-green);
  font-weight: 700;
}

/* Painel de Resultados à Direita */
.sim-results-panel {
  background: rgba(6, 6, 12, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.sim-results-header {
  margin-bottom: 18px;
}

.sim-res-badge {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-cyan);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.sim-results-header h4 {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.sim-comparison-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.sim-metric-box {
  border-radius: 10px;
  padding: 12px 14px;
}

.sim-metric-box.current-cost {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.25);
}

.sim-metric-box.conecta-cost {
  background: rgba(118, 255, 3, 0.08);
  border: 1px solid rgba(118, 255, 3, 0.25);
}

.sim-metric-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sim-metric-val {
  font-size: 22px;
  font-weight: 900;
}

.sim-metric-val.old-val strong {
  color: #f87171;
  text-decoration: line-through;
}

.sim-metric-val.new-val strong {
  color: var(--neon-green);
}

.sim-metric-val .period {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  margin-left: 4px;
}

.sim-subcalc {
  font-size: 11.5px;
  color: var(--text-muted);
  margin-top: 3px;
  font-weight: 600;
}

/* Destaque Gigante de Economia */
.sim-savings-highlight {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(118, 255, 3, 0.2) 100%);
  border: 1px solid var(--neon-green);
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 0 25px rgba(118, 255, 3, 0.2);
}

.savings-highlight-label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  color: var(--neon-green);
  display: block;
  margin-bottom: 4px;
}

.savings-highlight-amount {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 0 20px rgba(118, 255, 3, 0.6);
}

.savings-highlight-amount .cur {
  font-size: 20px;
  color: var(--neon-green);
}

.savings-highlight-amount .yr {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.savings-pill-percent {
  font-size: 12px;
  font-weight: 800;
  color: var(--neon-green);
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Vantagens Exclusivas */
.sim-advantages-box {
  margin-bottom: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}

.advantages-title {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.advantages-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.advantages-list li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}

.advantages-list li i {
  margin-top: 2px;
  flex-shrink: 0;
}

/* CTA WhatsApp do Simulador */
.sim-cta-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sim-btn-cta {
  width: 100%;
  padding: 15px 18px;
  font-size: 14.5px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(118, 255, 3, 0.35);
}

.sim-guarantee-txt {
  font-size: 11px;
  color: var(--text-muted);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* ==========================================================================
   OTIMIZAÇÃO MOBILE DE ESPECIALISTA (360px - 768px)
   Projetado para Altíssima Conversão e Experiência Nativa de App
   ========================================================================== */

/* Barra Fixa Inferior Mobile Permanente (Alta Conversão CRO) */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(10, 10, 14, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(118, 255, 3, 0.3);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.8), 0 -2px 12px rgba(118, 255, 3, 0.2);
  padding: 8px 14px;
  padding-bottom: max(10px, env(safe-area-inset-bottom, 10px));
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-sizing: border-box;
  animation: slideUpSticky 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUpSticky {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.sticky-portal-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 48px;
  min-width: 64px;
  padding: 4px 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(6, 182, 212, 0.35);
  color: var(--accent-cyan);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.sticky-portal-btn i {
  font-size: 16px;
}

.sticky-portal-btn:active {
  transform: scale(0.95);
  background: rgba(6, 182, 212, 0.15);
}

.sticky-trial-btn {
  flex: 1 1 auto;
  min-height: 48px;
  border-radius: 25px;
  padding: 0 16px;
  font-size: 13.5px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--neon-green) 0%, #00e676 100%);
  color: #050508;
  border: none;
  box-shadow: 0 0 18px rgba(118, 255, 3, 0.4);
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sticky-trial-btn:active {
  transform: scale(0.97);
}

.sticky-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.sticky-wa-btn:active {
  transform: scale(0.92);
}

.sticky-wa-btn.pulse-wa {
  animation: stickyPulseWa 2s infinite;
}

@keyframes stickyPulseWa {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Responsividade Mobile Especializada: Tablets e Celulares (< 768px) */
@media (max-width: 768px) {
  /* Oculta botão flutuante antigo para prevenir colisão visual com a Sticky Bottom Bar */
  .floating-whatsapp {
    display: none !important;
  }

  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 12px)) !important;
  }

  .mobile-sticky-cta {
    display: flex !important;
  }

  .landing-header {
    padding: 0 14px !important;
    height: 64px !important;
    min-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .navbar-logo-img {
    height: 46px !important;
    max-height: 46px !important;
    width: auto !important;
    object-fit: contain !important;
  }

  .landing-header .logo {
    font-size: 18px;
  }

  .landing-header .btn-outline.btn-sm {
    display: none; /* Foco 100% no CTA de teste no topo */
  }

  .header-trial-btn,
  .landing-header .btn-neon.btn-sm {
    padding: 8px 14px !important;
    font-size: 12px !important;
    min-height: 40px !important;
    white-space: nowrap !important;
  }

  /* Hero Section */
  .hero-section {
    padding: 100px 16px 40px;
  }

  .hero-pill {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }

  .hero-subtitle {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 28px;
    padding: 0 4px;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .hero-cta-group .btn-neon,
  .hero-cta-group .btn-outline {
    width: 100%;
    justify-content: center;
    padding: 14px 20px !important;
    font-size: 15px !important;
  }

  .hero-features-strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 28px;
    width: 100%;
  }

  .feature-pill-item {
    font-size: 13px;
    font-weight: 700;
    padding: 10px 12px;
    justify-content: center;
    text-align: center;
  }

  /* Carrossel de canais */
  .channels-marquee-section {
    padding: 40px 0;
  }

  .channels-marquee-header h2 {
    font-size: 22px;
    line-height: 1.3;
    padding: 0 16px;
  }

  .channels-marquee-header p {
    font-size: 13.5px;
    padding: 0 16px;
  }

  /* Vitrine de Conteúdo: Cards empilhados no mobile */
  .content-premium-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .content-cat-card {
    padding: 22px 16px;
  }

  .cat-card-desc {
    min-height: auto;
    font-size: 13px;
  }

  /* Seletor Touch Deslizável de Aparelhos (Horizontal Touch Swipe) */
  .devices-section {
    padding: 50px 16px;
  }

  .device-tabs-wrapper {
    margin: 20px -16px 20px !important;
    padding: 0 16px !important;
    overflow: hidden !important;
  }

  .device-tabs-nav {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 12px !important;
    padding: 8px 4px 16px !important;
    scrollbar-width: none !important;
  }

  .device-tabs-nav::-webkit-scrollbar {
    display: none !important;
  }

  .device-tab {
    flex: 0 0 220px !important;
    min-width: 220px !important;
    scroll-snap-align: start !important;
    padding: 12px 14px !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
  }

  .device-tab-title {
    font-size: 13px;
  }

  .device-tab-badge {
    display: none;
  }

  /* Simulador de Economia Touch Ergonomic */
  .savings-section {
    padding: 50px 16px;
  }

  .screens-selector-bar {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 0 4px !important;
    box-sizing: border-box !important;
  }

  .screens-buttons-group {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 100% !important;
    border-radius: var(--radius-md) !important;
    gap: 6px !important;
    padding: 6px !important;
    box-sizing: border-box !important;
  }

  .btn-screen-select {
    flex: 1 1 calc(50% - 6px) !important;
    font-size: 11.5px !important;
    padding: 10px 8px !important;
    text-align: center !important;
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    line-height: 1.3 !important;
  }

  .sim-grid-container {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .sim-setup-card {
    padding: 20px 16px;
  }

  .streamers-selection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .streamer-card-inner {
    padding: 10px 8px;
    gap: 8px;
    min-height: 48px;
  }

  .streamer-logo-box {
    width: 30px;
    height: 30px;
  }

  .streamer-name {
    font-size: 11.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .streamer-price {
    font-size: 10.5px;
  }

  .sim-result-card {
    padding: 22px 16px;
  }

  .sim-diff-value {
    font-size: 32px;
  }

  /* Planos: Carrossel Mobile Touch Swipe */
  .pricing-section {
    padding: 50px 16px;
  }

  .plans-carousel-container {
    padding: 10px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .plans-carousel-viewport {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 16px 12px !important;
    scrollbar-width: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .plans-carousel-viewport::-webkit-scrollbar {
    display: none !important;
  }

  .plans-carousel-track {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 14px !important;
    width: max-content !important;
    padding: 0 4px !important;
  }

  .plan-card {
    flex: 0 0 calc(100vw - 48px) !important;
    max-width: 360px !important;
    scroll-snap-align: center !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    padding: 24px 18px !important;
    box-sizing: border-box !important;
  }

  .plans-nav-btn {
    display: none !important; /* Em mobile touch, navegação 100% por swipe e dots */
  }

  .plans-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  /* Modal de Teste */
  .trial-modal-card {
    padding: 24px 18px;
    margin: 16px;
    max-height: 90vh;
    overflow-y: auto;
  }

  .trial-modal-header h3 {
    font-size: 19px;
  }
}

/* Telas Compactas (< 400px - Ex: iPhone SE, Galaxy A03) */
@media (max-width: 400px) {
  .hero-title {
    font-size: 24px;
  }

  .hero-features-strip {
    grid-template-columns: 1fr;
  }

  .streamers-selection-grid {
    grid-template-columns: 1fr !important;
  }

  .cat-logos-showcase {
    grid-template-columns: 1fr !important;
  }
}

/* ================= PWA SMART INSTALL MODAL STYLES ================= */
.pwa-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(3, 3, 6, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0 16px env(safe-area-inset-bottom, 16px) 16px;
}

@media (min-width: 640px) {
  .pwa-modal-overlay {
    align-items: center;
    padding: 20px;
  }
}

.pwa-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.pwa-modal-card {
  width: 100%;
  max-width: 440px;
  background: #0d0e15;
  border: 1px solid rgba(118, 255, 3, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 30px rgba(118, 255, 3, 0.15);
  border-radius: 24px;
  padding: 24px 20px;
  position: relative;
  transform: translateY(30px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.pwa-modal-overlay.active .pwa-modal-card {
  transform: translateY(0);
}

.pwa-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #a1a1aa;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.pwa-modal-close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}

.pwa-modal-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.pwa-app-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: #030306;
  border: 1px solid rgba(0, 229, 255, 0.4);
  box-shadow: 0 0 15px rgba(0, 229, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.pwa-app-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pwa-brand-title {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 4px 0;
  letter-spacing: -0.02em;
}

.pwa-brand-badge {
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.pwa-lead-desc {
  font-size: 13.5px;
  color: #d1d5db;
  line-height: 1.5;
  margin-bottom: 16px;
}

.pwa-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pwa-benefit-item {
  font-size: 12.5px;
  color: #f3f4f6;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-pwa-action {
  width: 100%;
  padding: 14px 20px;
  min-height: 48px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(118, 255, 3, 0.4);
}

.pwa-btn-dismiss {
  width: 100%;
  background: transparent;
  border: none;
  color: #9ca3af;
  font-size: 12.5px;
  margin-top: 10px;
  padding: 8px;
  cursor: pointer;
  transition: color 0.2s;
}

.pwa-btn-dismiss:hover {
  color: #ffffff;
}

/* iOS Passo a Passo */
.ios-tutorial-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.ios-step-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px 14px;
}

.ios-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(118, 255, 3, 0.15);
  color: #76ff03;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ios-step-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 12.5px;
  color: #e5e7eb;
}

.ios-step-icon-box {
  width: 32px;
  height: 32px;
  background: rgba(0, 229, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ios-step-badge {
  background: rgba(118, 255, 3, 0.2);
  color: #76ff03;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
}



