/* ============================================
   LM CONECTA TELECOM - ESTILOS GLOBAIS
   ============================================ */

:root {
  /* Paleta adaptada dos tokens de navegacao enviados */
  --color-primary: #e3262e;
  --color-primary-dark: #c12911;
  --color-primary-darkest: #901a11;
  --color-primary-light: #fff1f1;
  --color-secondary: #000000;
  --color-secondary-dark: #000000;
  --color-background: #ffffff;
  --color-surface: #f8f8f8;
  --color-surface-alt: #eeeeee;
  --color-text: #000000;
  --color-text-muted: #525252;
  --color-border: #d8d8d8;
  --color-success: #006b4f;
  --color-overlay: rgba(0, 0, 0, 0.71);
  --color-neutral-lightest: #ffffff;
  --color-neutral-light: #eeeeee;
  --color-neutral-medium: #a7a7a7;
  --color-neutral-dark: #525252;
  --color-neutral-darkest: #000000;
  --font-family-base: "Inter", Arial, sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --container-width: 1200px;
  --section-spacing: 88px;
  --primary: var(--color-primary);
  --primary-dark: var(--color-primary-dark);
  --foreground: var(--color-text);
  --background: var(--color-background);
  --secondary: var(--color-surface);
  --border: var(--color-border);
  --text-light: var(--color-text-muted);
  --text-muted: #737373;
  --success: var(--color-success);
  --warning: #F59E0B;
  --error: #EF4444;
  --claro-red: var(--color-primary);
  --claro-dark-red: var(--color-primary-dark);
  --text-primary: var(--color-text);
  --text-secondary: var(--color-text-muted);
  --background-light: var(--color-surface);
  --border-color: var(--color-border);
  --white: var(--color-background);
  
  --radius: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
}

/* Componente reutilizavel de ofertas */
.plan-card__featured-label { display:block; padding:9px 16px; color:#fff; background:var(--color-primary); font-size:.75rem; font-weight:800; text-align:center; text-transform:uppercase; letter-spacing:.06em; }
.plan-card__header { padding:28px 26px 22px; background:linear-gradient(180deg,rgba(227,38,46,.08),rgba(255,255,255,0)); border-bottom:1px solid var(--color-border); }
.plan-card__badge { display:inline-flex; padding:5px 12px; color:#fff; background:var(--color-primary); border-radius:var(--radius-pill); font-size:.75rem; font-weight:800; text-transform:uppercase; letter-spacing:.05em; }
.plan-card__title { margin:20px 0 6px; font-size:clamp(1.5rem,2.5vw,2rem); }
.plan-card__subtitle { margin:0; color:var(--color-text-muted); }
.plan-card__content { display:flex; flex-direction:column; gap:24px; flex-grow:1; padding:26px; }
.plan-card__benefits { display:grid; gap:14px; margin:0; padding:0; list-style:none; }
.plan-card__benefits li { display:flex; align-items:center; gap:10px; font-weight:600; }
.benefit-icon { display:inline-flex; align-items:center; justify-content:center; flex:0 0 22px; width:22px; height:22px; color:#fff; background:var(--color-success); border-radius:50%; font-size:.75rem; font-weight:800; }
.plan-card__apps-title { margin:0 0 12px; color:var(--color-text-muted); font-size:.875rem; font-weight:700; }
.app-list { display:flex; align-items:center; flex-wrap:wrap; gap:9px; margin:0; padding:0; list-style:none; }
.app-list__item { display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; padding:6px; background:var(--color-surface); border:1px solid var(--color-border); border-radius:50%; }
.app-list__item img { width:100%; height:100%; object-fit:contain; }
.app-list__more { width:42px; height:42px; padding:0; color:var(--color-primary); background:var(--color-primary-light); border:0; border-radius:50%; font-weight:800; cursor:pointer; }
.plan-card__footer { padding:24px 26px 28px; border-top:1px solid var(--color-border); }
.plan-card__price-label,.plan-card__disclaimer { margin:0 0 6px; color:var(--color-text-muted); font-size:.875rem; }
.plan-card__price { display:flex; align-items:flex-start; margin-bottom:22px; }
.plan-card__currency { margin:7px 5px 0 0; font-weight:800; }
.plan-card__price-value { font-size:clamp(2.75rem,6vw,3.75rem); line-height:.95; letter-spacing:-.05em; }
.plan-card__price-cents { margin-top:5px; font-size:1.15rem; font-weight:800; }
.plan-card__price-period { align-self:flex-end; margin:0 0 5px 5px; color:var(--color-text-muted); font-size:.75rem; }
.plan-card__actions { display:grid; gap:13px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 24px; border-radius:var(--radius-pill); font-weight:700; cursor:pointer; transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { color:#fff; background:var(--color-primary); border:0; box-shadow:0 10px 24px rgba(227,38,46,.22); }
.button-primary:hover { background:var(--color-primary-dark); }
.button-full { width:100%; }
.button-link { justify-self:center; padding:4px; color:var(--color-primary); background:transparent; border:0; font-weight:700; text-decoration:underline; cursor:pointer; }
.plan-card__disclaimer { margin:18px 0 0; font-size:.75rem; line-height:1.45; }
.plan-card--featured { border:2px solid var(--color-primary); box-shadow:0 18px 46px rgba(227,38,46,.14); }
.button:focus-visible,.button-link:focus-visible,.app-list__more:focus-visible { outline:3px solid rgba(227,38,46,.3); outline-offset:3px; }

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--foreground);
  background-color: var(--background);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

/* ============================================
   TIPOGRAFIA
   ============================================ */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
  color: var(--text-light);
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--primary-dark);
}

/* ============================================
   CONTAINER E LAYOUT
   ============================================ */

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

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

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

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

.grid {
  display: grid;
}

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

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

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

@media (max-width: 768px) {
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .grid-3, .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================
   HEADER E NAVEGAÇÃO
   ============================================ */

header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: var(--background);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.header-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 0.5rem 0;
  gap: 1.25rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--foreground);
  text-decoration: none;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
}

.partnership-badge {
  display: none;
  position: absolute;
  left: 50%;
  top: 0.5rem;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  background-color: var(--secondary);
  padding: 0.35rem 0.8rem;
  border-radius: 9999px;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  line-height: 1;
}

.partnership-badge::before {
  content: '';
  display: block;
  width: 4.2rem;
  height: 1.05rem;
  background-image: url("../images/streamings/logo/clarologo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  .partnership-badge {
    display: inline-flex;
  }
}

nav {
  display: none;
  gap: 0.25rem;
}

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

nav a {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foreground);
  position: relative;
  transition: color 0.3s ease;
}

nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

nav a:hover::after {
  width: 100%;
}

nav a[aria-current="page"] {
  color: var(--primary);
}

nav a[aria-current="page"]::after {
  width: 100%;
}

.cta-button {
  display: none;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .cta-button {
    display: flex;
  }
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--foreground);
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.mobile-menu {
  background-color: var(--secondary);
  padding: 1rem;
  border-top: 1px solid var(--border);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-nav a {
  padding: 0.75rem;
  color: var(--foreground);
  border-radius: var(--radius);
}

.mobile-nav a[aria-current="page"] {
  background-color: rgba(227, 38, 46, 0.08);
  color: var(--primary);
  font-weight: 600;
}

.logo-subtitle {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.logo-title {
  font-size: 1rem;
  font-weight: 700;
}

.section-secondary {
  background-color: var(--secondary);
}

.section-primary-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
}

.text-white {
  color: white !important;
}

.text-muted-light {
  color: rgba(255, 255, 255, 0.9) !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-lg {
  font-size: 1.125rem;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.whatsapp-float-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 50;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.whatsapp-float-btn:hover,
.whatsapp-float-btn:focus-visible {
  transform: scale(1.07);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.input-invalid {
  border-color: var(--error) !important;
}

/* ============================================
   BOTÕES
   ============================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--primary);
  color: white;
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  box-shadow: var(--shadow-lg);
}

.btn-secondary {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-outline {
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-outline:hover {
  background-color: var(--primary);
  color: white;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero {
  position: relative;
  height: 600px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 50%, var(--foreground) 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .hero {
    height: 700px;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(227, 38, 46, 0.8) 0%, rgba(193, 41, 17, 0.6) 50%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 10;
  color: white;
  max-width: 48rem;
}

.hero-badge {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: white;
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 3.5rem;
  }
}

.hero .price {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
}

.hero p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}

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

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }
}

.hero-chevron {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
  color: white;
  font-size: 2rem;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

/* ============================================
   CARDS
   ============================================ */

.card {
  background-color: var(--background);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.services-grid {
  gap: 2rem;
}

.service-card {
  text-align: center;
}

.service-logo {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  object-fit: contain;
}

.card-image {
  width: 100%;
  height: 200px;
  background-color: var(--secondary);
  border-radius: var(--radius-lg);
  margin-bottom: 1rem;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--foreground);
}

.card-description {
  font-size: 0.875rem;
  color: var(--text-light);
  margin-bottom: 1rem;
}

.card-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.card-price-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.card-benefits {
  list-style: none;
  margin-bottom: 1.5rem;
}

.card-benefits li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-light);
  margin-bottom: 0.5rem;
}

.card-benefits li::before {
  content: '✓';
  color: var(--success);
  font-weight: 700;
}

.card-disclaimer {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

/* ============================================
   POR QUE ESCOLHER
   ============================================ */

.why-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(135deg, #c12911 0%, #e3262e 48%, #000000 100%);
  color: white;
}

.why-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.22;
  pointer-events: none;
}

.why-glow-left {
  left: -120px;
  top: -100px;
  background: #ff9aad;
}

.why-glow-right {
  right: -120px;
  bottom: -120px;
  background: #ffd0d8;
}

@media (max-width: 680px) {
  .why-glow {
    display: none;
  }
}

.why-section .container {
  position: relative;
  z-index: 1;
}

.why-header {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.why-header h2 {
  color: white;
}

.section-header.why-header p {
  color: rgba(255, 255, 255, 0.82);
}

.why-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.why-card {
  position: relative;
  min-width: 0;
  min-height: 100%;
  padding: 1.35rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.18);
  backdrop-filter: blur(14px);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease, background-color 0.32s ease;
}

.why-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.16), transparent 32%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow:
    0 26px 58px rgba(17, 17, 17, 0.24),
    0 0 32px rgba(255, 185, 198, 0.16);
}

.why-card:hover::after {
  opacity: 1;
}

.why-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 1rem;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 220, 226, 0.86)),
    white;
  color: var(--primary);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 14px 28px rgba(56, 8, 20, 0.18);
}

.why-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-card h3 {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 1.12rem;
  margin-bottom: 0.55rem;
}

.why-card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.why-cta {
  display: grid;
  gap: 1rem;
  justify-items: center;
  margin-top: 2rem;
  text-align: center;
}

.why-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.why-actions .btn-lg {
  padding: 0.85rem 1.35rem;
  font-size: 1rem;
}

.why-disclaimer {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

@media (max-width: 520px) {
  .why-card {
    padding: 1.15rem;
  }

  .why-actions {
    width: 100%;
  }

  .why-actions .btn {
    width: 100%;
  }
}

/* ============================================
   PÁGINA DE PLANOS
   ============================================ */

.plans-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #c12911 0%, #e3262e 45%, #000000 100%);
  color: white;
  padding: 3.5rem 0;
}

.plans-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .plans-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  }
}

.plans-hero-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(16px);
  opacity: 0.28;
}

.plans-hero-glow-left {
  left: -80px;
  top: -40px;
  background: #ff8aa0;
}

.plans-hero-glow-right {
  right: -100px;
  bottom: -80px;
  background: #ffcad3;
}

.plans-hero-copy h1 {
  font-size: clamp(1.95rem, 4vw, 3.35rem);
  color: white;
  margin-bottom: 0.85rem;
}

.plans-hero-copy p {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  margin-bottom: 0;
}

.plans-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.35rem 0;
}

.plans-hero-actions .btn-lg {
  padding: 0.85rem 1.35rem;
  font-size: 1rem;
}

.plans-outline-light {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}

.plans-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: white;
}

.plans-hero-stats {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .plans-hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.plans-stat {
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.plans-stat strong {
  display: block;
  color: white;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.plans-stat span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
}

.offer-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1rem;
}

@media (min-width: 720px) {
  .offer-benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.offer-benefit {
  display: flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 48px;
  padding: 0.5rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.offer-benefit span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  color: white;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
}

.offer-benefit strong {
  color: white;
  font-size: 0.74rem;
  line-height: 1.15;
}

.plans-hero-spotlight {
  display: flex;
  justify-content: center;
}

.home-offers-spotlight {
  align-items: center;
}

.home-offers-carousel-wrap {
  width: min(100%, 390px);
  min-width: 0;
}

.home-offers-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}

.home-offers-controls .carousel-btn {
  width: 38px;
  height: 38px;
  color: white;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.home-offers-controls .carousel-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}

.home-offers-carousel {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}

.home-offers-carousel .home-offer-card {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(24px) scale(0.98);
  transition: opacity 0.38s ease, transform 0.38s ease;
}

.home-offers-carousel .home-offer-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.home-offer-card.fade-in {
  animation: none;
}

.plans-hero.fade-in {
  animation: none;
}

.home-offer-card .plan-badge {
  padding: 0.3rem 0.6rem;
  font-size: 0.66rem;
}

.home-offer-card .plans-spotlight-top {
  margin-bottom: 0.85rem;
}

.home-offer-card h2 {
  color: white;
  font-size: 1.16rem;
  line-height: 1.18;
  margin-bottom: 0.55rem;
}

.home-spotlight-description {
  min-height: 3.1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  line-height: 1.42;
  margin-bottom: 0.8rem;
}

.home-spotlight-label {
  display: block;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.home-offer-card .plans-spotlight-price {
  font-size: 2rem;
  margin-top: 0.25rem;
  margin-bottom: 0.85rem;
}

.home-offer-card .plans-spotlight-list {
  margin-bottom: 0.95rem;
}

.home-offer-card .plans-spotlight-list li {
  font-size: 0.78rem;
}

.home-spotlight-note {
  margin-bottom: 0.95rem;
  padding: 0.72rem 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.76rem;
  line-height: 1.4;
}

.home-offer-card .btn {
  padding: 0.78rem 1rem;
  font-size: 0.86rem;
}

.home-spotlight-disclaimer {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
}

.home-offers-dots {
  display: flex;
  justify-content: center;
  gap: 0.42rem;
  margin-top: 0.8rem;
}

.home-offers-dot {
  width: 22px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.home-offers-dot.is-active {
  width: 34px;
  background: white;
}

@media (prefers-reduced-motion: reduce) {
  .home-offer-card {
    transition: none;
  }
}

.plans-spotlight-card {
  width: 100%;
  padding: 1.25rem;
  border-radius: 20px;
  color: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 60px rgba(17, 17, 17, 0.24);
  backdrop-filter: blur(14px);
}

.plans-spotlight-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}

.plans-spotlight-card h2 {
  color: white;
  font-size: 1.22rem;
  margin-bottom: 0.65rem;
}

.plans-spotlight-price {
  color: white;
  font-size: 2.35rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.plans-spotlight-price span {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.plans-spotlight-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 0.75rem;
  list-style: none;
  margin-bottom: 1rem;
}

.plans-spotlight-list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  line-height: 1.25;
}

.plans-spotlight-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ffd4dc;
}

.spotlight-streamings {
  margin-bottom: 1rem;
}

.spotlight-streamings-title {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.spotlight-streaming-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.spotlight-streaming-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.35rem 0.45rem;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(10, 12, 18, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.logo-netflix {
  background: rgba(229, 9, 20, 0.12);
}

.logo-globoplay {
  background: rgba(255, 124, 54, 0.12);
}

.logo-max {
  background: rgba(75, 119, 255, 0.14);
}

.logo-disney {
  background: rgba(70, 140, 255, 0.14);
}

.logo-prime {
  background: rgba(0, 168, 225, 0.14);
}

.logo-apple {
  background: rgba(255, 255, 255, 0.11);
}

.spotlight-streaming-logo span {
  display: block;
  color: white;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.logo-netflix span {
  color: #ff3342;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.logo-globoplay span {
  color: #ffffff;
}

.logo-max span {
  color: #ffd0cc;
}

.logo-disney span {
  color: #fff0ef;
}

.logo-prime span {
  color: #ffb8b2;
}

.logo-apple span {
  color: #ffffff;
}

.plans-toolbar-section {
  background: linear-gradient(180deg, #fff 0%, #faf4f5 100%);
}

.plans-toolbar {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 900px) {
  .plans-toolbar {
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    align-items: center;
  }
}

.plans-filters {
  margin-bottom: 0;
}

.plans-search input {
  background: white;
  border: 1px solid rgba(227, 38, 46, 0.12);
  box-shadow: var(--shadow-sm);
}

.plans-summary {
  min-height: 1.5rem;
  margin-bottom: 1.25rem;
  color: var(--text-light);
  font-size: 0.95rem;
}

.plans-summary strong {
  color: var(--foreground);
}

.plans-carousel-controls {
  display: none;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.carousel-btn {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(227, 38, 46, 0.16);
  border-radius: 999px;
  background: white;
  color: var(--primary);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.carousel-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.plans-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .plans-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5rem;
  border-radius: 24px;
  border: 1px solid rgba(227, 38, 46, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 245, 246, 0.98)),
    white;
  box-shadow: 0 18px 34px rgba(193, 41, 17, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.plan-card:hover {
  transform: translateY(-8px);
  border-color: rgba(227, 38, 46, 0.22);
  box-shadow: 0 26px 50px rgba(193, 41, 17, 0.14);
}

.plan-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.plan-icon,
.regional-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(227, 38, 46, 0.14), rgba(193, 41, 17, 0.18));
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 800;
}

.plan-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
}

.plan-badge-hot {
  background: #fff5f7;
  color: var(--primary-dark);
  border-color: rgba(193, 41, 17, 0.22);
}

.plan-badge-bonus {
  background: var(--color-primary-light);
  color: var(--color-primary-darkest);
  border-color: rgba(95, 59, 0, 0.18);
}

.plan-badge-neutral {
  background: #f2f2f2;
  color: var(--foreground);
  border-color: rgba(0, 0, 0, 0.14);
}

.plan-upgrade {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(227, 38, 46, 0.06);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.plan-card-title {
  font-size: 1.45rem;
  margin-bottom: 0.65rem;
}

.plan-card-description {
  min-height: 3.6rem;
}

.plan-price-block {
  padding: 1rem 0;
  border-top: 1px solid rgba(227, 38, 46, 0.08);
  border-bottom: 1px solid rgba(227, 38, 46, 0.08);
  margin-bottom: 1rem;
}

.card-price span,
.regional-price span {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 600;
}

.premium-benefits {
  margin-bottom: 1.25rem;
  flex: 1;
}

.premium-benefits li {
  align-items: flex-start;
}

.premium-benefits li::before {
  content: '✓';
}

.plan-economy,
.regional-savings {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(227, 38, 46, 0.08), rgba(255, 255, 255, 0.6));
  color: var(--foreground);
  font-size: 0.88rem;
}

.multi-argument-section {
  background: linear-gradient(180deg, #fff5f7 0%, #ffffff 100%);
}

.multi-argument-card {
  display: grid;
  gap: 2rem;
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #000000 0%, #901a11 100%);
  color: white;
  box-shadow: 0 30px 60px rgba(29, 32, 41, 0.18);
}

@media (min-width: 960px) {
  .multi-argument-card {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
  }
}

.section-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffb5c1;
}

.multi-argument-card h2,
.cta-band h2 {
  color: white;
}

.multi-argument-card p,
.cta-band p {
  color: rgba(255, 255, 255, 0.78);
}

.multi-argument-points {
  display: grid;
  gap: 1rem;
}

.multi-point {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.multi-point strong {
  display: block;
  margin-bottom: 0.35rem;
}

.multi-point span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.regional-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
}

.regional-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .regional-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.regional-card {
  padding: 1.5rem;
  border-radius: 24px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.regional-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.regional-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.regional-price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 1rem;
}

.regional-observation {
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  border-left: 4px solid var(--warning);
  background: rgba(245, 158, 11, 0.12);
  border-radius: 0 14px 14px 0;
  color: var(--color-primary-darkest);
  font-size: 0.88rem;
  font-weight: 600;
}

.cta-band {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.cta-band-content {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 960px) {
  .cta-band-content {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

/* ============================================
   EMPRESARIAL
   ============================================ */

.business-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #c12911 0%, #e3262e 45%, #000000 100%);
  color: white;
  padding: 3.5rem 0;
}

.business-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.business-hero-grid > * {
  min-width: 0;
}

@media (min-width: 1024px) {
  .business-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  }
}

.business-hero-copy h1 {
  color: white;
  font-size: clamp(2rem, 4vw, 3.35rem);
  margin-bottom: 0.85rem;
}

.business-hero-copy p {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  margin-bottom: 0;
}

.business-hero-actions,
.business-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.business-hero-actions {
  margin: 1.35rem 0;
}

.business-hero-actions .btn-lg,
.business-cta-actions .btn-lg {
  padding: 0.85rem 1.35rem;
  font-size: 1rem;
}

.business-hero-offers {
  min-width: 0;
}

.business-proof-grid {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 720px) {
  .business-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.business-proof-item {
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.business-proof-item strong {
  display: block;
  color: white;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.business-proof-item span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
}

.business-hero-offers-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.business-hero-offers-top > span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.business-hero-offer-controls {
  display: flex;
  gap: 0.45rem;
}

.business-hero-offer-controls .carousel-btn {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: white;
  box-shadow: none;
}

.business-hero-offers-carousel {
  position: relative;
  min-height: 318px;
  overflow: hidden;
}

.business-hero-offer-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(22px) scale(0.98);
  transition: opacity 0.38s ease, transform 0.38s ease;
}

.business-hero-offer-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.business-hero-offer-card strong {
  display: block;
  min-height: 0;
  color: white;
  font-size: 1.12rem;
  line-height: 1.18;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.business-hero-offer-price {
  margin-bottom: 0.85rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.business-hero-offer-price small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.business-hero-offer-price b {
  display: block;
  color: white;
  font-size: 2rem;
  line-height: 1.1;
  margin-top: 0.25rem;
}

.business-hero-offer-price b span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  font-weight: 700;
}

.business-hero-offer-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 0.75rem;
  list-style: none;
  margin-bottom: 1rem;
}

.business-hero-offer-card li {
  position: relative;
  padding-left: 0.8rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  line-height: 1.35;
}

.business-hero-offer-card li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ffd4dc;
}

.business-hero-offer-card .btn {
  margin-top: auto;
  padding: 0.72rem 1rem;
  font-size: 0.9rem;
}

.business-hero-offers-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.65rem;
}

.business-hero-offers-dot {
  width: 22px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.business-hero-offers-dot.is-active {
  width: 34px;
  background: white;
}

@media (prefers-reduced-motion: reduce) {
  .business-hero-offer-card {
    transition: none;
  }
}

.business-hero-card {
  width: 100%;
  min-width: 0;
  padding: 1.25rem;
  border-radius: 20px;
  color: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 60px rgba(17, 17, 17, 0.24);
  backdrop-filter: blur(14px);
}

.business-hero-carousel-card {
  align-self: center;
}

.business-hero-card h2 {
  color: white;
  font-size: 1.35rem;
  margin: 1rem 0 0.65rem;
}

.business-hero-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.business-hero-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  list-style: none;
  margin-top: 1rem;
}

.business-hero-list li {
  min-width: 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.business-section {
  background: white;
}

.business-section-muted {
  background: linear-gradient(180deg, #fff 0%, #faf4f5 100%);
}

.business-plan-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 760px) {
  .business-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .business-plan-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.business-plan-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(227, 38, 46, 0.16);
  border-radius: 20px;
  background: white;
  box-shadow: 0 16px 40px rgba(227, 38, 46, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.business-plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 38, 46, 0.28);
  box-shadow: 0 22px 48px rgba(227, 38, 46, 0.12);
}

.business-plan-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  min-height: auto;
  padding: 0 0 0.9rem;
  background: transparent;
  color: var(--foreground);
}

.business-plan-header::before {
  content: '🚀';
  order: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(227, 38, 46, 0.14), rgba(193, 41, 17, 0.18));
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 800;
}

.business-section-fiber .business-plan-header::before {
  content: '';
  background:
    linear-gradient(135deg, rgba(227, 38, 46, 0.12), rgba(193, 41, 17, 0.18)),
    url("../images/business/fibra-optica.svg") center / 44px 44px no-repeat;
  font-size: 0;
}

.business-section-muted .business-plan-header::before {
  content: '';
  background:
    linear-gradient(135deg, rgba(227, 38, 46, 0.12), rgba(193, 41, 17, 0.18)),
    url("../images/business/ip-dinamico-devices.svg") center / 44px 44px no-repeat;
  font-size: 0;
}

.business-section-ip-fixed .business-plan-header::before {
  content: '';
  background:
    linear-gradient(135deg, rgba(227, 38, 46, 0.12), rgba(193, 41, 17, 0.18)),
    url("../images/business/ip-fixo-lock.svg") center / 44px 44px no-repeat;
  font-size: 0;
}

.business-plan-header::after {
  content: 'Upgrade de valor → mais conversão';
  order: 2;
  display: inline-flex;
  width: fit-content;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(227, 38, 46, 0.06);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.business-plan-header span {
  order: 1;
  display: inline-flex;
  margin-bottom: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #fff5f7;
  color: var(--primary-dark);
  border: 1px solid rgba(193, 41, 17, 0.22);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.business-plan-header h3 {
  order: 3;
  width: 100%;
  color: var(--foreground);
  font-size: 1.22rem;
  line-height: 1.15;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.business-plan-header h3::after {
  content: 'Solução empresarial para rotina conectada, operação estável e atendimento consultivo.';
  display: block;
  margin-top: 0.65rem;
  color: var(--text-light);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.45;
}

.business-plan-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0;
}

.business-price-grid {
  display: grid;
  gap: 0;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #f4dfe3;
  border-bottom: 1px solid #f4dfe3;
}

.business-price-item {
  display: grid;
  gap: 0.3rem;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.business-price-primary {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.business-price-item span {
  color: var(--text-muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: uppercase;
}

.business-price-item strong {
  color: var(--primary);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.business-price-primary span {
  color: var(--primary-dark);
}

.business-price-item-wide {
  min-height: auto;
  align-content: start;
}

.business-speed-list {
  list-style: none;
  margin: 0 0 1rem;
  padding-top: 0;
  border-top: 0;
}

.business-speed-list li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-light);
  font-size: 0.88rem;
  margin-bottom: 0.45rem;
}

.business-speed-list li::before {
  content: '✓';
  color: var(--success);
  font-weight: 800;
}

.business-speed-list::after {
  content: 'Comparativo de economia: combine serviços e fortaleça o fechamento.';
  display: block;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: #fff1f4;
  color: var(--foreground);
  font-size: 0.82rem;
  line-height: 1.35;
}

.business-plan-body .btn {
  margin-top: auto;
}

.business-plan-body .card-disclaimer {
  margin-top: 0.9rem;
  padding-top: 0.85rem;
}

.business-observation {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(227, 38, 46, 0.14);
  border-radius: 14px;
  background: #fff7f8;
  color: var(--foreground);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 560px) {
  .business-hero-copy,
  .business-hero-card {
    max-width: 360px;
  }

  .business-hero-copy h1 {
    font-size: 1.8rem;
  }

  .business-hero-copy h1,
  .business-hero-copy p,
  .business-hero-card h2,
  .business-hero-card p {
    overflow-wrap: anywhere;
  }

  .business-hero-actions .btn,
  .business-cta-actions .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .business-hero-list {
    grid-template-columns: 1fr;
  }
}

.floating-whatsapp {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.28);
  z-index: 50;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp:hover {
  color: white;
  transform: scale(1.08);
  box-shadow: 0 18px 35px rgba(37, 211, 102, 0.34);
}

.empty-state {
  grid-column: 1 / -1;
  padding: 2rem;
  text-align: center;
  border: 1px dashed rgba(227, 38, 46, 0.2);
  border-radius: 20px;
  background: white;
}

/* ============================================
   GRADE DE CANAIS
   ============================================ */

.channel-category-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .channel-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .channel-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.channel-category-card {
  width: 100%;
  text-align: left;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: white;
  padding: 1rem 1.1rem;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.channel-category-card:hover,
.channel-category-card.active {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(227, 38, 46, 0.22);
}

.channel-category-card strong,
.channel-category-card span {
  display: block;
}

.channel-category-card strong {
  color: var(--foreground);
  margin-bottom: 0.35rem;
}

.channel-category-card span:last-child {
  color: var(--text-light);
  font-size: 0.9rem;
}

.channel-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--secondary);
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

.channel-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .channel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .channel-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.channel-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: white;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.channel-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(227, 38, 46, 0.18);
}

.channel-item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--secondary);
  font-size: 1.1rem;
}

.channel-item-name {
  font-weight: 600;
  color: var(--foreground);
}

.channel-streaming-card {
  flex-direction: column;
  gap: 0.75rem;
  height: 140px;
  background: white;
  border: 1px solid var(--border);
}

.channel-streaming-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(227, 38, 46, 0.12), rgba(193, 41, 17, 0.16));
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 800;
}

.channel-streaming-name {
  font-weight: 600;
  color: var(--foreground);
}

.channel-info-card {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.channel-search-box {
  max-width: 720px;
  margin: 0 auto 1rem;
}

.channels-hero .btn {
  max-width: 100%;
}

.channel-control-section {
  padding: 4rem 0 3rem;
}

.channel-control-section .section-header {
  margin-bottom: 1.75rem;
}

.channel-guide-section {
  padding: 2.5rem 0 4rem;
}

.channels-filter-bar {
  justify-content: center;
  margin-bottom: 0;
}

.channels-filter-bar .filter-btn {
  gap: 0.45rem;
}

.channels-filter-bar .filter-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: rgba(227, 38, 46, 0.08);
  color: currentColor;
  font-size: 0.75rem;
  font-weight: 800;
}

.channel-accordion-list {
  display: grid;
  gap: 0.85rem;
}

.channel-accordion {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: white;
  padding: 0;
}

.channel-accordion-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  min-height: 64px;
  padding: 0 1rem;
  border: 0;
  background: white;
  color: var(--foreground);
  cursor: pointer;
  text-align: left;
}

.channel-accordion-header:hover {
  background: #fff7f8;
}

.channel-accordion-title {
  font-size: 0.95rem;
  font-weight: 700;
}

.channel-accordion-count {
  color: var(--text-light);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

.channel-accordion-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--foreground);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.channel-accordion-header:hover .channel-accordion-chevron {
  background: rgba(227, 38, 46, 0.08);
}

.channel-accordion:not(.is-open) .channel-accordion-chevron {
  transform: rotate(-90deg);
}

.channel-accordion-panel {
  display: none;
  border-top: 1px solid var(--border);
  background: #f4f4f4;
}

.channel-accordion.is-open .channel-accordion-panel {
  display: block;
}

.channel-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #eeeeee;
}

@media (min-width: 760px) {
  .channel-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .channel-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.channel-logo-card {
  display: grid;
  grid-template-rows: 44px auto;
  align-items: center;
  justify-items: center;
  min-height: 92px;
  padding: 0.85rem 0.75rem;
  background: white;
  text-align: center;
}

.channel-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 150px);
  min-height: 38px;
  color: var(--channel-logo-color, var(--foreground));
}

.channel-logo-mark span {
  display: block;
  max-width: 100%;
  color: inherit;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1;
  overflow-wrap: anywhere;
  text-align: center;
  text-transform: none;
}

.channel-logo-name {
  align-self: start;
  max-width: 100%;
  color: var(--color-text-muted);
  font-size: 0.83rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

@media (max-width: 520px) {
  .channels-hero .btn {
    width: 100%;
    max-width: 320px;
    padding: 0.9rem 1rem;
    white-space: normal;
    text-align: center;
  }

  .channel-accordion-header {
    gap: 0.55rem;
    padding: 0 0.8rem;
  }

  .channel-accordion-count {
    font-size: 0.76rem;
  }
}

/* ============================================
   STREAMINGS TV BOX
   ============================================ */

.streaming-logo-card {
  flex-direction: column;
  gap: 0;
  height: 150px;
  background: white;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.streaming-logo-card:hover {
  transform: scale(1.04);
  box-shadow: var(--shadow-lg);
  filter: brightness(1.03);
}

.streaming-brand {
  width: 110px;
  height: 110px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.9rem;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.streaming-brand-image {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  width: 118px;
  height: 118px;
}

.streaming-logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.08));
  transition: transform 0.25s ease, filter 0.25s ease;
}

.streaming-logo-card:hover .streaming-logo-image {
  transform: scale(1.04);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12));
}

.streaming-highlight {
  margin-top: 3rem;
  text-align: center;
}

.streaming-highlight h3 {
  margin-bottom: 2rem;
}

.streaming-benefits-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .streaming-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .streaming-benefits-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.streaming-benefit {
  padding: 1.25rem 1rem;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.streaming-benefit:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.streaming-benefit-icon {
  font-size: 2rem;
  margin-bottom: 0.65rem;
}

.streaming-benefit p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.hero-streaming-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}

.hero-streaming-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 0.75rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.hero-streaming-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 22px rgba(0, 0, 0, 0.12);
}

.hero-streaming-item img {
  width: 100%;
  height: 100%;
  max-width: 82px;
  max-height: 82px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.18));
}

.tv-spotlight-list {
  margin-top: 0;
}

.alexa-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.alexa-brand {
  width: fit-content;
  margin: 1rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.alexa-brand-text {
  color: #e3262e;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.alexa-brand-smile {
  width: 120px;
  height: 24px;
  border-bottom: 5px solid #e3262e;
  border-radius: 0 0 999px 999px;
  position: relative;
  transform: translateY(-4px);
}

.alexa-brand-smile::after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -6px;
  width: 16px;
  height: 16px;
  border-right: 5px solid #e3262e;
  border-bottom: 5px solid #e3262e;
  transform: rotate(-35deg);
  border-bottom-right-radius: 6px;
}

/* ============================================
   SEÇÕES
   ============================================ */

section {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  section {
    padding: 3rem 0;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.section-header p {
  font-size: 1.125rem;
  color: var(--text-light);
  max-width: 42rem;
  margin: 0 auto;
}

/* ============================================
   FOOTER
   ============================================ */

footer {
  background-color: var(--foreground);
  color: white;
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h4 {
  color: white;
  margin-bottom: 1rem;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.75rem;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section a:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-partnership {
  margin-bottom: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.footer-legal {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   FORMULÁRIOS
   ============================================ */

.form-group {
  margin-bottom: 1.5rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--foreground);
}

input,
textarea,
select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(227, 38, 46, 0.1);
}

textarea {
  resize: vertical;
  min-height: 120px;
}

/* ============================================
   FILTROS E BUSCA
   ============================================ */

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.filter-btn {
  padding: 0.5rem 1rem;
  border: 2px solid var(--border);
  background-color: transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  color: var(--foreground);
}

.filter-btn:hover,
.filter-btn.active {
  background-color: var(--primary);
  color: white;
  border-color: var(--primary);
}

.search-box {
  position: relative;
  margin-bottom: 2rem;
}

.search-box input {
  padding-left: 2.5rem;
}

.search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
}

/* ============================================
   DEPOIMENTOS
   ============================================ */

.testimonial {
  background-color: var(--secondary);
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  margin-bottom: 1.5rem;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
}

.testimonial-info h4 {
  margin-bottom: 0;
  font-size: 1rem;
}

.testimonial-role {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.testimonial-rating {
  color: #ffffff;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.testimonial-text {
  color: var(--text-light);
  font-style: italic;
}

/* ============================================
   FAQ
   ============================================ */

.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  color: var(--foreground);
  transition: color 0.3s ease;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
}

.faq-question:hover {
  color: var(--primary);
}

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

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

.faq-answer {
  display: none;
  margin-top: 1rem;
  color: var(--text-light);
  line-height: 1.8;
}

.faq-answer.active {
  display: block;
}

/* ============================================
   STREAMING LOGOS
   ============================================ */

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

@media (min-width: 768px) {
  .streaming-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .streaming-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.streaming-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background-color: var(--secondary);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.streaming-logo:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-lg);
  filter: brightness(1.1);
}

.streaming-logo img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

/* ============================================
   RESPONSIVIDADE
   ============================================ */

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .plans-hero {
    padding: 2.75rem 0;
  }

  .plans-hero-grid {
    gap: 1.25rem;
  }

  .plans-spotlight-card {
    padding: 1rem;
  }

  .plans-spotlight-price {
    font-size: 2.05rem;
  }

  .spotlight-streaming-logo span {
    font-size: 0.68rem;
  }

  .plans-carousel-controls {
    display: flex;
  }

  .plans-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
  }

  .plans-grid::-webkit-scrollbar {
    height: 8px;
  }

  .plans-grid::-webkit-scrollbar-thumb {
    background: rgba(227, 38, 46, 0.24);
    border-radius: 999px;
  }

  .plan-card {
    min-width: 88%;
    scroll-snap-align: start;
  }

  .home-offer-card {
    width: 100%;
    min-width: 0;
    scroll-snap-align: unset;
  }
}

@media (max-width: 520px) {
  .plans-hero {
    padding: 2.25rem 0;
  }

  .plans-hero-copy h1 {
    font-size: 1.68rem;
    line-height: 1.25;
    max-width: 21rem;
  }

  .plans-hero-copy p {
    max-width: 21rem;
  }

  .plans-hero-actions,
  .plans-hero-stats,
  .offer-benefits-grid,
  .home-offers-carousel-wrap {
    max-width: 21rem;
  }

  .plans-hero-actions .btn-lg {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.85rem 0.9rem;
    font-size: 0.92rem;
  }

  .offer-benefits-grid {
    grid-template-columns: 1fr;
  }

  .plans-hero-spotlight {
    justify-content: flex-start;
  }

  .home-offers-carousel-wrap {
    width: 100%;
  }
}

/* ============================================
   ANIMAÇÕES
   ============================================ */

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

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

.slide-in {
  animation: slideIn 0.6s ease-out;
}

/* ============================================
   UTILITÁRIOS
   ============================================ */

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

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

.text-right {
  text-align: right;
}

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }

.p-1 { padding: 0.5rem; }
.p-2 { padding: 1rem; }
.p-3 { padding: 1.5rem; }
.p-4 { padding: 2rem; }

.gap-1 { gap: 0.5rem; }
.gap-2 { gap: 1rem; }
.gap-3 { gap: 1.5rem; }
.gap-4 { gap: 2rem; }

.hidden {
  display: none;
}

.visible {
  display: block;
}

.w-full {
  width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.link-button {
  background: none;
  border: none;
  color: var(--primary);
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.link-button:hover,
.link-button:focus-visible {
  color: var(--primary-dark);
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.planos-section {
  padding: 72px 20px;
  background:
    radial-gradient(circle at top left, rgba(227, 38, 46, 0.09), transparent 35%),
    var(--background-light);
}

.planos-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.planos-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.planos-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--claro-red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planos-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.1;
}

.planos-heading p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.6;
}

.planos-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.planos-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  align-items: stretch;
  gap: 24px;
  width: 100%;
  padding: 18px 4px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.planos-list::-webkit-scrollbar {
  display: none;
}

.plano-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 290px;
  min-height: 525px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  scroll-snap-align: start;
}

.plano-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.plano-card-featured {
  border: 2px solid var(--claro-red);
  transform: translateY(-8px);
}

.plano-card-featured:hover {
  transform: translateY(-14px);
}

.featured-label {
  padding: 9px 16px;
  color: var(--white);
  background: var(--claro-red);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.plano-card-header {
  min-height: 155px;
  padding: 28px 26px 20px;
  border-bottom: 1px solid var(--border-color);
}

.plano-card-image,
.business-plan-image,
.plans-hero-spotlight-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62%;
  overflow: hidden;
  border-radius: 18px;
  margin: 0 26px 24px;
  background: var(--secondary);
}

.business-plan-image,
.plans-hero-spotlight-image {
  margin: 0 0 24px;
}

.plano-card-image img,
.business-plan-image img,
.plans-hero-spotlight-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plano-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  color: var(--claro-red);
  background: rgba(227, 38, 46, 0.1);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.plano-tag-neutral {
  color: #555555;
  background: #eeeeef;
}

.plano-tag-dark {
  color: var(--white);
  background: #222222;
}

.plano-card h3 {
  margin: 20px 0 5px;
  font-size: 32px;
  line-height: 1;
}

.plano-subtitle {
  margin: 0;
  color: var(--text-secondary);
}

.plano-beneficios {
  display: grid;
  gap: 17px;
  flex-grow: 1;
  margin: 0;
  padding: 26px;
  list-style: none;
}

.plano-beneficios li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #444444;
  font-size: 15px;
  line-height: 1.4;
}

.beneficio-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--white);
  background: var(--success);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.plano-footer {
  padding: 22px 26px 26px;
  border-top: 1px solid var(--border-color);
}

.plano-price-label {
  margin: 0 0 7px;
  color: var(--text-secondary);
  font-size: 14px;
}

.plano-price {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.plano-price .currency {
  margin: 8px 4px 0 0;
  font-size: 16px;
  font-weight: 800;
}

.plano-price strong {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.plano-price .cents {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 800;
}

.plano-price .period {
  align-self: flex-end;
  margin: 0 0 5px 5px;
  color: var(--text-secondary);
  font-size: 13px;
}

.plano-button {
  width: 100%;
  min-height: 48px;
  padding: 13px 18px;
  color: var(--white);
  background: var(--claro-red);
  border: 0;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.plano-button:hover {
  background: var(--claro-dark-red);
  transform: translateY(-2px);
}

.details-button {
  display: block;
  margin: 15px auto 0;
  padding: 4px;
  color: var(--claro-red);
  background: transparent;
  border: 0;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.carousel-button {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  color: var(--text-primary);
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.planos-observation {
  margin: 24px 0 0;
  color: var(--text-secondary);
  font-size: 12px;
  text-align: center;
}

.plan-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.plan-modal.is-open {
  display: flex;
}

.plan-modal-overlay {
  position: absolute;
  inset: 0;
  background: var(--color-overlay);
  backdrop-filter: blur(3px);
}

.plan-modal-content {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  padding: 34px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

.modal-close {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 38px;
  height: 38px;
  color: #555555;
  background: #f1f1f1;
  border: 0;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
}

.modal-label {
  color: var(--claro-red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.plan-modal-content h2 {
  margin: 12px 0;
  font-size: 30px;
}

.plan-modal-content p {
  margin: 0 0 25px;
  color: var(--text-secondary);
  line-height: 1.6;
}

@media (max-width: 980px) {
  .planos-list {
    display: flex;
  }

  .plano-card {
    flex: 0 0 calc(50% - 12px);
  }

  .carousel-button {
    display: flex;
  }
}

@media (min-width: 681px) and (max-width: 980px) {
  .planos-list .plan-card {
    flex: 0 0 calc(50% - 8px);
    min-width: calc(50% - 8px);
  }
}

@media (max-width: 680px) {
  .planos-section {
    padding: 52px 14px;
  }

  .planos-heading {
    margin-bottom: 25px;
    text-align: left;
  }

  .planos-heading p {
    font-size: 16px;
  }

  .planos-carousel {
    gap: 8px;
  }

  .planos-list {
    gap: 14px;
    padding: 12px 1px;
  }

  .plano-card,
  .plano-card-featured {
    flex-basis: 88%;
    min-width: 88%;
    transform: none;
  }

  .plano-card-featured:hover,
  .plano-card:hover {
    transform: none;
  }

  .carousel-button {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }

  .carousel-button-prev {
    left: -5px;
  }

  .carousel-button-next {
    right: -5px;
  }

  .plan-modal-content {
    padding: 30px 22px 24px;
  }
}

/* Composicao da home: atalhos, ofertas e autoatendimento. */
.home-main {
  display: flex;
  flex-direction: column;
}

.home-main > section { order: 20; }
.home-main > .plans-hero,
.home-main > .campaign-carousel { order: 1; }
.home-main > .home-shortcuts { order: 2; }
.home-main > .planos-section { order: 3; }
.home-main > .home-shortcuts + .section-secondary { order: 4; }
.home-main > .why-section { order: 5; }
.home-main > .availability-section { order: 6; }
.home-main > .self-service-section { order: 7; }
.home-main > .self-service-section + .section-secondary { order: 8; }
.home-main > .self-service-section + .section-secondary + section { order: 9; }
.home-main > .section-primary-gradient { order: 10; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-shortcuts {
  position: relative;
  z-index: 3;
  padding: 24px 0 12px;
  background: var(--color-surface);
}

.home-shortcuts__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.home-shortcut {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  min-height: 76px;
  padding: 12px;
  color: #000;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-shortcut:hover {
  color: #000;
  border-color: rgba(227, 38, 46, 0.42);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.home-shortcut > span {
  display: inline-flex;
  grid-row: 1 / 3;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.home-shortcut strong {
  align-self: end;
  font-size: 0.9rem;
  line-height: 1.2;
}

.home-shortcut small {
  align-self: start;
  overflow: hidden;
  color: #626262;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-main .planos-section {
  padding: 56px 16px 68px;
  background: #fff;
}

.home-main .planos-heading {
  max-width: 760px;
  margin-bottom: 24px;
  text-align: left;
}

.home-main .planos-heading h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.self-service-section {
  padding: clamp(56px, 7vw, 80px) 0;
  background: #fff;
}

.self-service-heading {
  max-width: 700px;
  margin-bottom: 28px;
}

.self-service-heading h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.9rem, 4vw, 2.65rem);
}

.self-service-heading p {
  margin: 0;
}

.self-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.self-service-card {
  display: grid;
  justify-items: start;
  gap: 5px;
  min-height: 156px;
  padding: 20px;
  color: #000;
  background: #f8f8f8;
  border: 1px solid #dedede;
  border-radius: 12px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.self-service-card:hover {
  color: #000;
  background: #fff1f1;
  border-color: rgba(227, 38, 46, 0.35);
  transform: translateY(-3px);
}

.self-service-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.self-service-card strong { font-size: 1rem; }
.self-service-card small { color: #626262; font-size: 0.8rem; }

@media (max-width: 1023px) {
  .home-shortcuts__list {
    display: flex;
    width: 100%;
    margin-inline: 0;
    padding: 2px 0 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-shortcuts__list::-webkit-scrollbar { display: none; }
  .home-shortcut {
    flex: 0 0 172px;
    max-width: 172px;
    scroll-snap-align: start;
  }
  .self-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .home-shortcuts__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
  }

  .home-shortcut {
    flex-basis: auto;
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-shortcuts__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-inline: 0;
    padding: 2px 0 12px;
    overflow: visible;
  }

  .home-shortcut {
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .home-shortcuts { padding-top: 0; }
  .home-main .planos-section { padding: 42px 14px 52px; }
  .self-service-grid { grid-template-columns: 1fr; gap: 10px; }
  .self-service-card {
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 12px;
    min-height: 78px;
    padding: 14px;
  }
  .self-service-card > span { grid-row: 1 / 3; margin: 0; }
  .self-service-card strong { align-self: end; }
  .self-service-card small { align-self: start; }
}

/* Cards comerciais atualizados conforme as ofertas vigentes. */
.planos-list .plan-card,
.plans-grid .plan-card {
  min-height: 488px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.14);
  transform: none;
}

.planos-list .plan-card:hover,
.plans-grid .plan-card:hover,
.planos-list .plan-card--featured,
.plans-grid .plan-card--featured {
  border-color: #cfcfcf;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.plan-card__category {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  color: #fff;
  background: var(--color-primary);
  border-radius: 0 0 10px 10px;
  font-size: 0.8rem;
  font-weight: 800;
}

.plan-card__header {
  min-height: 176px;
  padding: 12px 72px 18px 14px;
  background: #fff;
  border-bottom: 0;
}

.plan-card__badge {
  max-width: 100%;
  min-height: 24px;
  padding: 4px 8px;
  color: #b31a21;
  background: #ffe8e9;
  border: 0;
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.plan-card--featured .plan-card__badge {
  color: #006b4f;
  background: #ddf7ed;
}

.plan-card__title {
  margin: 24px 0 8px;
  color: #201f1f;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.plan-card__subtitle {
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.plan-card__content {
  gap: 16px;
  min-height: 166px;
  padding: 0 14px 18px;
}

.plan-card__benefits {
  gap: 11px;
}

.plan-card__benefits li {
  position: relative;
  min-height: 18px;
  padding-right: 12px;
  color: #565656;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.35;
}

.plan-card__benefits li::after {
  content: '';
  position: absolute;
  top: 0.45em;
  right: 0;
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  border-radius: 50%;
}

.plan-card__benefits .benefit-icon {
  display: none;
}

.plan-card__apps {
  margin-top: auto;
}

.plan-card__apps-title {
  margin-bottom: 7px;
  font-size: 0.72rem;
}

.app-list {
  justify-content: flex-end;
  gap: 3px;
}

.app-list__item,
.app-list__more {
  width: 25px;
  height: 25px;
  padding: 3px;
  background: #fff;
  border-color: #dedede;
}

.plan-card__footer {
  margin-top: auto;
  padding: 14px;
  background: #fff;
  border-top: 1px solid #d8d8d8;
}

.plan-card__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.plan-card__price-label {
  margin: 0 0 4px;
  font-size: 0.8rem;
  font-weight: 600;
}

.plan-card__price {
  flex: 0 0 auto;
  margin: 0;
}

.plan-card__currency {
  margin-top: 12px;
  font-size: 0.78rem;
}

.plan-card__price-value {
  font-size: 2.15rem;
  line-height: 0.92;
}

.plan-card__price-cents {
  margin-top: 2px;
  font-size: 0.82rem;
}

.offer-cta {
  min-height: 42px;
  color: #000;
  background: #ffc720;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.86rem;
  font-weight: 800;
}

.offer-cta:hover {
  color: #000;
  background: #ffb900;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.14);
}

.plan-card__actions {
  gap: 10px;
}

.plan-card__actions .button-link {
  color: #00666c;
  font-size: 0.8rem;
  font-weight: 500;
}

.plan-card__disclaimer {
  display: none;
}

.plans-hero-spotlight .spotlight-streamings {
  display: none;
}

@media (min-width: 1200px) {
  .plans-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .planos-list .plan-card,
  .plans-grid .plan-card {
    min-height: 470px;
  }

  .plan-card__header,
  .plan-card__content,
  .plan-card__footer {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Cabecalho comercial adaptado da referencia, sem classes do portal. */
.cta-button {
  align-items: center;
}

.cta-button .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding-inline: 18px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.customer-area-link {
  color: var(--color-primary);
  background: var(--color-background);
  border: 1px solid rgba(227, 38, 46, 0.35);
}

.customer-area-link:hover {
  color: #fff;
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

.menu-toggle-lines {
  display: grid;
  gap: 5px;
  width: 21px;
}

.menu-toggle-lines span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.is-open .menu-toggle-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open .menu-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .menu-toggle-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-actions {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
}

.button-secondary {
  color: var(--color-primary);
  background: var(--color-background);
  border: 1px solid rgba(227, 38, 46, 0.35);
}

.button-secondary:hover {
  color: var(--color-primary-dark);
  background: var(--color-primary-light);
  border-color: var(--color-primary);
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .header-container {
    gap: 0.65rem;
  }

  nav a {
    padding-inline: 0.55rem;
    font-size: 0.8rem;
  }

  .cta-button .btn {
    padding-inline: 12px;
    font-size: 0.8rem;
  }
}

/* ==================================================
   Linguagem visual inspirada no portal oficial Claro
   ================================================== */

body {
  color: var(--color-text);
  background: var(--color-surface);
}

header {
  background: #fff;
  border-bottom-color: #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.logo-icon {
  background: var(--color-primary);
  border-radius: 50%;
  box-shadow: none;
}

.section-secondary,
.plans-catalog-section,
.channel-catalog-section,
.availability-section {
  background: var(--color-surface);
}

.card,
.plan-card,
.regional-card,
.why-card,
.business-plan-card,
.channel-accordion,
.availability-card,
.testimonial,
.faq-item {
  background-color: #fff;
  border-color: #dedede;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.card:hover,
.plan-card:hover,
.regional-card:hover,
.business-plan-card:hover {
  border-color: rgba(227, 38, 46, 0.35);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.plans-hero,
.business-hero,
.why-section,
.section-primary-gradient {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, var(--color-primary-darkest), var(--color-primary) 62%, var(--color-primary-dark));
}

.btn-primary,
.button-primary,
.plano-button {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: none;
}

.btn-primary:hover,
.button-primary:hover,
.plano-button:hover {
  color: #fff;
  background: var(--color-primary-darkest);
  border-color: var(--color-primary-darkest);
}

.plan-card__badge,
.plan-card__featured-label,
.featured-label,
.filter-btn.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

footer {
  background: #000;
}

.offer-balloon {
  position: fixed;
  left: max(16px, env(safe-area-inset-left));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 110;
  display: grid;
  justify-items: start;
  gap: 12px;
  font-family: var(--font-family-base);
}

.offer-balloon__trigger {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 168px;
  min-height: 58px;
  padding: 8px 14px 8px 8px;
  color: #fff;
  background: var(--color-primary);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.offer-balloon__trigger:hover {
  background: var(--color-primary-dark);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

.offer-balloon__trigger > span:nth-child(2) {
  display: grid;
  line-height: 1.1;
}

.offer-balloon__trigger strong {
  font-size: 0.95rem;
}

.offer-balloon__trigger small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
}

.offer-balloon__spark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: var(--color-primary);
  background: #fff;
  border-radius: 50%;
  font-size: 1.15rem;
  font-weight: 800;
}

.offer-balloon__notification {
  position: absolute;
  top: -5px;
  right: -3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #000;
  background: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.offer-balloon__panel {
  width: min(390px, calc(100vw - 32px));
  max-height: min(600px, calc(100dvh - 110px));
  padding: 20px;
  overflow-y: auto;
  color: #000;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  transform-origin: bottom left;
  animation: offer-balloon-in 0.2s ease-out;
}

.offer-balloon__panel[hidden] {
  display: none;
}

.offer-balloon__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.offer-balloon__header > div {
  display: grid;
  gap: 3px;
}

.offer-balloon__header span {
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.offer-balloon__header strong {
  font-size: 1.25rem;
}

.offer-balloon__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #000;
  background: #eee;
  border: 0;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
}

.offer-balloon__list {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.offer-balloon__item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 9px;
  color: #000;
  background: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 12px;
}

.offer-balloon__item:hover {
  color: #000;
  background: #fff1f1;
  border-color: rgba(227, 38, 46, 0.28);
}

.offer-balloon__item > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.offer-balloon__item small {
  overflow: hidden;
  color: #525252;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offer-balloon__item b {
  color: var(--color-primary);
  font-size: 0.8rem;
}

.offer-balloon__icon {
  display: inline-flex;
  flex: 0 0 46px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  padding: 4px;
  overflow: hidden;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 0.95;
  text-align: center;
}

.offer-balloon__icon > span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
}

.offer-balloon__icon[data-icon-words="2"] {
  font-size: 0.58rem;
}

@keyframes offer-balloon-in {
  from { opacity: 0; transform: translateY(10px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 680px) {
  .offer-balloon {
    left: max(10px, env(safe-area-inset-left));
    bottom: max(10px, env(safe-area-inset-bottom));
  }

  .offer-balloon__trigger {
    min-width: 58px;
    width: 58px;
    padding: 8px;
  }

  .offer-balloon__trigger > span:nth-child(2) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .offer-balloon__panel {
    width: calc(100vw - 20px);
    padding: 16px;
    border-radius: 14px;
  }

  .floating-whatsapp {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
  }
}

.whatsapp-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.whatsapp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: var(--color-overlay);
  backdrop-filter: blur(4px);
}

.whatsapp-modal-dialog {
  position: relative;
  width: min(92vw, 520px);
  margin: 8vh auto 0;
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #fbf5f6 100%);
  border: 1px solid rgba(227, 38, 46, 0.12);
  box-shadow: 0 24px 60px rgba(30, 18, 22, 0.22);
}

.whatsapp-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(227, 38, 46, 0.08);
  color: var(--primary);
  font-size: 1.5rem;
  cursor: pointer;
}

.whatsapp-modal-content h3 {
  margin-bottom: 0.75rem;
}

.whatsapp-modal-content p {
  margin-bottom: 1.5rem;
}

.whatsapp-consultant-list {
  display: grid;
  gap: 1rem;
}

.whatsapp-consultant-card {
  width: 100%;
  text-align: left;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(227, 38, 46, 0.12);
  background: white;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.whatsapp-consultant-card:hover {
  transform: translateY(-2px);
  border-color: rgba(227, 38, 46, 0.25);
  box-shadow: var(--shadow-md);
}

.whatsapp-consultant-card strong,
.whatsapp-consultant-card span {
  display: block;
}

.whatsapp-consultant-card strong {
  color: var(--foreground);
  margin-bottom: 0;
}

.whatsapp-consultant-card span {
  color: var(--text-light);
  font-size: 0.95rem;
}

/* Ajustes finais do componente de planos (sobrepoem o legado durante a migracao). */
.planos-list .plan-card,
.plans-grid .plan-card {
  min-height: 488px;
  padding: 0;
  overflow: hidden;
  background: var(--color-background);
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  box-shadow: 0 4px 9px rgba(0,0,0,.14);
}
.planos-list .plan-card--featured,
.plans-grid .plan-card--featured { border: 1px solid #cfcfcf; }
.planos-list .plan-card__subtitle,
.plans-grid .plan-card__subtitle { min-height: 0; }

.skip-link { position:fixed; top:12px; left:12px; z-index:10000; padding:12px 18px; color:#fff; background:var(--color-text); border-radius:var(--radius-sm); font-weight:700; transform:translateY(-160%); transition:transform .18s ease; }
.skip-link:focus { color:#fff; transform:translateY(0); }
header { transition:box-shadow .2s ease,background-color .2s ease; }
header.is-scrolled { background:rgba(255,255,255,.96); box-shadow:var(--shadow-sm); backdrop-filter:blur(14px); }
.availability-section { padding:clamp(56px,8vw,var(--section-spacing)) 0; background:radial-gradient(circle at 12% 20%,rgba(227,38,46,.1),transparent 28%),var(--color-surface); }
.availability-card { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,.9fr); gap:clamp(28px,5vw,64px); align-items:center; max-width:980px; margin:0 auto; padding:clamp(26px,5vw,44px); background:#fff; border:1px solid var(--color-border); border-radius:var(--radius-lg); box-shadow:0 12px 32px rgba(0,0,0,.1); }
.availability-copy h2 { margin:10px 0 14px; font-size:clamp(1.9rem,4vw,2.8rem); }
.availability-copy p { max-width:48ch; margin:0; }
.availability-form { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:12px; align-items:end; }
.form-field { display:grid; gap:7px; }
.form-field label { color:var(--color-text); font-size:.875rem; font-weight:700; }
.form-control { width:100%; min-height:50px; padding:0 16px; color:var(--color-text); background:#fff; border:1px solid var(--color-border); border-radius:var(--radius-sm); outline:none; transition:border-color .2s ease,box-shadow .2s ease; }
.form-control:focus { border-color:var(--color-primary); box-shadow:0 0 0 4px rgba(227,38,46,.12); }
.form-control[aria-invalid="true"] { border-color:var(--error); }
.form-error { min-height:1.25em; color:var(--error); font-size:.8rem; }
.availability-result { grid-column:1/-1; display:grid; gap:8px; padding:18px; color:var(--color-text); background:rgba(0,107,79,.08); border:1px solid rgba(0,107,79,.2); border-radius:var(--radius-md); }
.availability-result[hidden] { display:none; }
.availability-result span { color:var(--color-text-muted); }
@media (max-width:680px) {
  .planos-list .plan-card { flex:0 0 88%; min-width:88%; }
  .plan-card__header,.plan-card__content,.plan-card__footer { padding-left:14px; padding-right:14px; }
  .availability-card { grid-template-columns:1fr; }
  .availability-form { grid-template-columns:1fr; }
}

/* ==================================================
   Sistema visual comercial aplicado ao site inteiro
   ================================================== */

:root {
  --offer-yellow: #ffc720;
  --offer-yellow-hover: #ffb900;
  --offer-link: #00666c;
  --offer-card-border: #d8d8d8;
  --offer-card-shadow: 0 4px 9px rgba(0, 0, 0, 0.14);
  --offer-card-shadow-hover: 0 8px 18px rgba(0, 0, 0, 0.18);
}

body {
  color: #201f1f;
  background: #f8f8f8;
}

main > section:not(.plans-hero):not(.business-hero):not(.why-section):not(.section-primary-gradient) {
  background-color: #f8f8f8;
}

main > section:nth-of-type(even):not(.plans-hero):not(.business-hero):not(.why-section):not(.section-primary-gradient) {
  background-color: #fff;
}

.section-header,
.planos-heading,
.self-service-heading {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-header h2,
.planos-heading h2,
.self-service-heading h2 {
  color: #201f1f;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.15;
}

.section-header p,
.planos-heading p,
.self-service-heading p {
  color: #525252;
}

.section-kicker,
.planos-eyebrow {
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

:where(
  .card,
  .service-card,
  .why-card,
  .regional-card,
  .business-plan-card,
  .business-hero-card,
  .channel-category-card,
  .channel-accordion,
  .channel-logo-card,
  .streaming-logo-card,
  .testimonial,
  .faq-item,
  .availability-card,
  .contact-card,
  .self-service-card
) {
  overflow: hidden;
  color: #201f1f;
  background: #fff;
  border: 1px solid var(--offer-card-border);
  border-radius: 12px;
  box-shadow: var(--offer-card-shadow);
}

:where(
  .card,
  .service-card,
  .why-card,
  .regional-card,
  .business-plan-card,
  .channel-category-card,
  .channel-logo-card,
  .streaming-logo-card,
  .self-service-card
):hover {
  border-color: rgba(227, 38, 46, 0.35);
  box-shadow: var(--offer-card-shadow-hover);
  transform: translateY(-3px);
}

:where(.card, .service-card, .why-card, .regional-card, .business-plan-card, .testimonial) h3,
:where(.card, .service-card, .why-card, .regional-card, .business-plan-card, .testimonial) h4 {
  color: #201f1f;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.25;
}

:where(.card, .service-card, .why-card, .regional-card, .business-plan-card, .testimonial) p {
  color: #565656;
}

.service-card,
.why-card {
  padding: 22px;
}

.service-logo,
.why-icon,
.plan-icon,
.regional-icon,
.channel-category-icon {
  border-radius: 50%;
  background: #fff1f1;
  box-shadow: none;
}

.why-section .why-card {
  background: #fff;
}

.why-section .why-card h3 {
  color: #201f1f;
}

.why-section .why-card p {
  color: #565656;
}

.why-section .why-icon {
  color: var(--color-primary);
}

.btn-primary,
.button-primary,
.plano-button,
.business-plan-card .btn-primary,
.regional-card .btn-primary,
.plans-spotlight-card .btn-primary {
  color: #000;
  background: var(--offer-yellow);
  border-color: var(--offer-yellow);
  border-radius: 999px;
  box-shadow: none;
  font-weight: 800;
}

.btn-primary:hover,
.button-primary:hover,
.plano-button:hover,
.business-plan-card .btn-primary:hover,
.regional-card .btn-primary:hover,
.plans-spotlight-card .btn-primary:hover {
  color: #000;
  background: var(--offer-yellow-hover);
  border-color: var(--offer-yellow-hover);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.14);
}

.btn-secondary,
.button-secondary,
.btn-outline {
  color: var(--offer-link);
  background: #fff;
  border: 1px solid var(--offer-link);
  border-radius: 999px;
  font-weight: 700;
}

.btn-secondary:hover,
.button-secondary:hover,
.btn-outline:hover {
  color: #fff;
  background: var(--offer-link);
  border-color: var(--offer-link);
}

a:not(.logo):not(.home-shortcut):not(.offer-balloon__item):not(.btn),
.button-link,
.details-button {
  color: var(--offer-link);
}

.plan-badge,
.planos-eyebrow,
.section-kicker,
.modal-label {
  border-radius: 4px;
}

.plan-badge-hot,
.plan-badge-neutral {
  color: #b31a21;
  background: #ffe8e9;
  border-color: transparent;
}

.plan-badge-bonus {
  color: #006b4f;
  background: #ddf7ed;
  border-color: transparent;
}

.regional-card,
.business-plan-card {
  position: relative;
  padding: 22px;
}

.regional-card::before,
.business-plan-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--color-primary);
}

.regional-price,
.business-plan-price,
.card-price,
.plans-spotlight-price {
  color: #201f1f;
  font-weight: 800;
}

.filters,
.plans-filters {
  justify-content: center;
}

.filter-btn {
  border-width: 1px;
  border-radius: 999px;
}

.filter-btn.active {
  color: #fff;
  background: var(--color-primary);
}

.channel-accordion {
  margin-bottom: 12px;
}

.channel-accordion-header,
.faq-question {
  min-height: 56px;
  padding: 15px 18px;
  color: #201f1f;
  background: #fff;
  font-weight: 700;
}

.faq-answer {
  padding-inline: 18px;
}

.faq-answer p {
  margin: 0;
}

.channel-accordion.is-open,
.faq-item:has(.faq-answer.active) {
  border-color: rgba(227, 38, 46, 0.35);
}

.faq-toggle,
.channel-accordion-chevron {
  color: var(--color-primary);
}

.testimonial-rating {
  color: var(--color-primary);
}

.availability-card,
.plan-modal-content,
.whatsapp-modal-dialog {
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

input,
textarea,
select,
.form-control,
.search-box,
.plans-search {
  border-radius: 8px;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(227, 38, 46, 0.12);
}

.streaming-section,
.streamings-section {
  color: #201f1f;
  background: #f8f8f8;
}

footer {
  color: #fff;
  background: #000;
}

footer h4,
footer strong {
  color: #fff;
}

footer a {
  color: rgba(255, 255, 255, 0.78) !important;
}

footer a:hover {
  color: #fff !important;
}

.floating-whatsapp {
  border: 2px solid #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

/* O balão mantém sua identidade visual anterior. */
.offer-balloon__trigger {
  color: #fff;
  background: var(--color-primary);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}

.offer-balloon__trigger:hover {
  color: #fff;
  background: var(--color-primary-dark);
}

.offer-balloon__panel {
  color: #000;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.offer-balloon__item {
  color: #000;
  background: #f8f8f8;
  border-color: transparent;
  border-radius: 12px;
}

.offer-balloon__item:hover {
  color: #000;
  background: #fff1f1;
  border-color: rgba(227, 38, 46, 0.28);
}

.offer-balloon .button-primary {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: none;
}

.offer-balloon .button-primary:hover {
  color: #fff;
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

@media (max-width: 680px) {
  .section-header,
  .planos-heading,
  .self-service-heading {
    text-align: left;
  }

  .service-card,
  .why-card,
  .regional-card,
  .business-plan-card {
    padding: 18px;
  }

  :where(.card, .service-card, .why-card, .regional-card, .business-plan-card):hover {
    transform: none;
  }
}

/* ==================================================
   Adaptacao do CSS de referencia para a identidade LM
   ================================================== */

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid rgba(227, 38, 46, 0.3);
  outline-offset: 3px;
}

@media (max-width: 1023px) {
  .header-container {
    min-height: 72px;
  }

  .mobile-menu:not(.hidden) {
    display: block;
  }

  .mobile-menu {
    position: absolute;
    inset: 100% 0 auto 0;
    z-index: 45;
    max-height: calc(100dvh - 72px);
    padding: 12px 16px 20px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--color-border);
    box-shadow: 0 18px 36px rgba(31, 29, 29, 0.12);
    backdrop-filter: blur(16px);
  }

  .mobile-nav {
    width: min(100%, 560px);
    margin-inline: auto;
    gap: 4px;
  }

  .mobile-nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-weight: 650;
  }

  .mobile-nav a:hover,
  .mobile-nav a:focus-visible {
    color: var(--color-primary);
    background: var(--color-primary-light);
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background: var(--color-background);
  }
}

.form-group {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.form-group label,
.form-field label {
  margin: 0;
  color: var(--color-text);
  font-size: 0.875rem;
  font-weight: 700;
}

input,
textarea,
select {
  min-height: 50px;
  padding: 12px 16px;
  color: var(--color-text);
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

input:hover,
textarea:hover,
select:hover {
  border-color: #b8b8b8;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(227, 38, 46, 0.12);
}

input::placeholder,
textarea::placeholder {
  color: #777;
  opacity: 1;
}

.filters {
  gap: 10px;
}

.filter-btn {
  min-height: 44px;
  padding: 9px 17px;
  color: var(--color-text-muted);
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  font-weight: 700;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.filter-btn:hover {
  color: var(--color-primary);
  border-color: rgba(227, 38, 46, 0.4);
  transform: translateY(-1px);
}

.filter-btn.active {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.plan-modal,
.whatsapp-modal {
  padding: 20px;
  background: transparent;
  backdrop-filter: blur(5px);
}

.plan-modal-content,
.whatsapp-modal-dialog {
  width: min(100% - 8px, 560px);
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: clamp(24px, 5vw, 34px);
  overflow-y: auto;
  background: var(--color-background);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-lg);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.modal-close,
.whatsapp-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--color-text);
  background: var(--color-surface-alt);
  border: 1px solid transparent;
  border-radius: 50%;
}

.modal-close:hover,
.whatsapp-modal-close:hover {
  color: var(--color-primary);
  background: var(--color-primary-light);
}

.whatsapp-consultant-card {
  min-height: 68px;
  padding: 14px 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: none;
}

.whatsapp-consultant-card:hover,
.whatsapp-consultant-card:focus-visible {
  border-color: rgba(227, 38, 46, 0.45);
  box-shadow: var(--shadow-sm);
}

@media (max-width: 680px) {
  .filters,
  .plans-filters,
  .channels-filter-bar {
    flex-wrap: wrap;
    width: 100%;
    margin-inline: 0;
    padding: 2px 0 10px;
    overflow: visible;
    justify-content: flex-start;
    scroll-snap-type: none;
    scrollbar-width: auto;
    -webkit-overflow-scrolling: auto;
  }

  .filters::-webkit-scrollbar,
  .channels-filter-bar::-webkit-scrollbar {
    display: none;
  }

  .filter-btn {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 0;
    padding: 8px 12px;
    font-size: 0.78rem;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .channels-filter-bar .filter-btn span {
    min-width: 1rem;
    height: 1.1rem;
    padding: 0 0.28rem;
    font-size: 0.68rem;
  }

  .plan-modal,
  .whatsapp-modal {
    padding: 12px;
  }

  .plan-modal-content,
  .whatsapp-modal-dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
    border-radius: var(--radius-md);
  }
}

/* Revisao final de escala, semantica visual e responsividade. */
html {
  scroll-padding-top: 92px;
}

body {
  min-width: 320px;
  font-size: 1rem;
  line-height: 1.55;
}

.container,
.planos-container {
  width: min(calc(100% - 32px), 1200px);
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
}

main > section {
  padding-top: clamp(52px, 7vw, 84px);
  padding-bottom: clamp(52px, 7vw, 84px);
}

main > .plans-hero,
main > .business-hero,
main > .channels-hero {
  padding-top: clamp(56px, 8vw, 92px);
  padding-bottom: clamp(56px, 8vw, 92px);
}

h1,
h2,
h3,
h4 {
  overflow-wrap: anywhere;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.05;
}

h2 {
  font-size: clamp(1.65rem, 3.6vw, 2.6rem);
  line-height: 1.12;
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.22;
}

p,
li,
label,
input,
textarea,
select,
button {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
}

img,
svg,
video {
  max-width: 100%;
}

img {
  height: auto;
}

button,
.btn,
.button,
input,
select {
  min-height: 44px;
}

.header-container {
  min-height: 76px;
}

.logo-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.plans-hero-grid,
.business-hero-grid {
  gap: clamp(28px, 5vw, 64px);
}

.plans-hero-copy,
.business-hero-copy {
  min-width: 0;
}

.plans-hero-copy > p,
.business-hero-copy > p {
  max-width: 62ch;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.grid,
.plans-grid,
.regional-plans-grid,
.business-plans-grid,
.why-grid,
.footer-grid {
  align-items: stretch;
}

.card,
.service-card,
.why-card,
.regional-card,
.business-plan-card,
.testimonial,
.faq-item,
.channel-logo-card,
.streaming-logo-card {
  min-width: 0;
}

.card,
.service-card,
.testimonial {
  padding: clamp(18px, 2.5vw, 24px);
}

.card p:last-child,
.service-card p:last-child,
.why-card p:last-child {
  margin-bottom: 0;
}

main > section > .container[style*="max-width"] {
  max-width: 780px !important;
  padding: clamp(24px, 5vw, 48px);
  background: #fff;
  border: 1px solid var(--offer-card-border);
  border-radius: 12px;
  box-shadow: var(--offer-card-shadow);
}

main > section > .container[style*="max-width"] > h1 {
  margin-bottom: 10px;
}

main > section > .container[style*="max-width"] h2 {
  margin-top: 36px;
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
}

main > section > .container[style*="max-width"] ul,
main > section > .container[style*="max-width"] ol {
  display: grid;
  gap: 8px;
  margin: 12px 0 22px;
  padding-left: 22px;
}

#contact-form {
  padding: clamp(20px, 4vw, 30px);
  background: #fff;
  border: 1px solid var(--offer-card-border);
  border-radius: 12px;
  box-shadow: var(--offer-card-shadow);
}

.footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
}

.footer-section {
  min-width: 0;
}

.footer-section a,
.footer-section p {
  overflow-wrap: anywhere;
}

@media (max-width: 1023px) {
  .grid-3,
  .grid-4,
  .why-grid,
  .business-plans-grid,
  .regional-plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .container,
  .planos-container {
    width: min(calc(100% - 20px), 1200px);
  }

  .header-container {
    min-height: 72px;
    gap: 0.6rem;
    padding: 0.35rem 0;
  }

  .logo {
    max-width: calc(100% - 68px);
    min-width: 0;
  }

  .logo-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    flex-shrink: 0;
  }

  .logo-subtitle {
    font-size: 0.74rem;
  }

  .logo-title {
    font-size: 0.94rem;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    margin-left: auto;
    flex-shrink: 0;
  }

  .mobile-nav a {
    min-height: 46px;
    padding: 11px 12px;
    font-size: 0.95rem;
  }

  .mobile-nav-actions {
    gap: 8px;
  }

  main > section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .why-grid,
  .business-plans-grid,
  .regional-plans-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .plans-hero-actions,
  .business-hero-actions,
  .why-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .plans-hero-actions .btn,
  .business-hero-actions .btn,
  .why-actions .btn {
    width: 100%;
  }

  main > section > .container[style*="max-width"] {
    padding: 22px 18px;
  }

  .offer-balloon__panel {
    max-height: calc(100dvh - 92px);
  }
}

/* ============================================
   CONTRASTE E CONSISTENCIA DAS FONTES
   ============================================ */

:root {
  --color-text: #201f1f;
  --color-text-muted: #525252;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: rgba(255, 255, 255, 0.88);
  --color-link: #b31a21;
  --foreground: var(--color-text);
  --text-primary: var(--color-text);
  --text-light: var(--color-text-muted);
  --text-muted: var(--color-text-muted);
  --text-secondary: var(--color-text-muted);
  --offer-muted: var(--color-text-muted);
  --offer-link: var(--color-link);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
.logo,
nav a,
.mobile-nav a {
  color: var(--color-text);
}

p,
.card-description,
.card-benefits li,
.card-disclaimer,
.plan-card__subtitle,
.plan-card__apps-title,
.plan-card__price-label,
.plan-card__price-period,
.plan-card__disclaimer,
.business-promo-note,
.home-spotlight-disclaimer {
  color: var(--color-text-muted);
}

a,
.button-link,
.offer-details-button,
.plan-details-button,
.details-button {
  color: var(--color-link);
}

a:hover,
.button-link:hover,
.offer-details-button:hover,
.plan-details-button:hover,
.details-button:hover {
  color: var(--color-primary-darkest);
}

:where(
  .hero,
  .section-primary-gradient,
  .why-section,
  .streaming-showcase,
  .business-hero,
  .business-cta,
  footer
) :where(h1, h2, h3, h4, h5, h6, strong, a) {
  color: var(--color-text-on-dark);
}

:where(
  .hero,
  .section-primary-gradient,
  .why-section,
  .streaming-showcase,
  .business-hero,
  .business-cta,
  footer
) p,
.text-muted-light,
.text-white-70 {
  color: var(--color-text-on-dark-muted) !important;
}

.text-white,
.btn-primary,
.button-primary,
.offer-cta,
.plano-button {
  color: var(--color-text-on-dark) !important;
}

/* Espacamento do selo e da navegacao no cabecalho desktop. */
@media (min-width: 1280px) {
  .header-container {
    min-height: 80px;
  }

  .partnership-badge {
    top: 4px;
    min-height: 24px;
    padding: 4px 12px;
    font-size: 0.7rem;
  }

  .header-container > nav {
    align-self: stretch;
    align-items: flex-end;
    padding-top: 32px;
    padding-bottom: 4px;
  }

  .header-container > nav a {
    padding-block: 6px;
    line-height: 1.25;
  }
}

.btn-primary:hover,
.button-primary:hover,
.offer-cta:hover,
.plano-button:hover {
  color: var(--color-text-on-dark) !important;
}

.plans-grid .plan-card[data-plan-id^="multi-"],
.planos-list .plan-card[data-plan-id^="multi-"],
.plans-grid .plan-card[data-plan-id^="internet-tv-"],
.planos-list .plan-card[data-plan-id^="internet-tv-"],
.plans-grid .plan-card[data-plan-id^="multi-tv-"],
.planos-list .plan-card[data-plan-id^="multi-tv-"] {
  height: auto;
  min-height: 540px;
}

@media (max-width: 767px) {
  .plans-grid .plan-card[data-plan-id^="multi-"],
  .planos-list .plan-card[data-plan-id^="multi-"],
  .plans-grid .plan-card[data-plan-id^="internet-tv-"],
  .planos-list .plan-card[data-plan-id^="internet-tv-"],
  .plans-grid .plan-card[data-plan-id^="multi-tv-"],
  .planos-list .plan-card[data-plan-id^="multi-tv-"] {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  main > section,
  .container {
    max-width: 100%;
  }

  img,
  svg,
  video {
    max-width: 100%;
  }

  .campaign-carousel {
    width: 100%;
    max-width: 100%;
  }
}

/* Carrossel de campanhas da pagina inicial. */
.campaign-carousel {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  background: #050505;
  isolation: isolate;
}

.business-hero[hidden] {
  display: none !important;
}

.campaign-carousel__viewport {
  position: relative;
  aspect-ratio: 1900 / 828;
  min-height: 0;
  touch-action: pan-y pinch-zoom;
}

.campaign-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.015);
  transition: opacity 0.8s ease, transform 1.2s ease, visibility 0.8s;
}

.campaign-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

@media (max-width: 767px) {
  .campaign-carousel__viewport {
    overflow: hidden;
  }

  .campaign-slide,
  .campaign-slide.is-active {
    transform: scale(1);
    transition: opacity 0.8s ease, visibility 0.8s;
  }
}

.campaign-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.campaign-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.campaign-slide [data-campaign-message] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.campaign-slide [data-campaign-message]:focus-visible {
  outline: 4px solid #ffc720;
  outline-offset: -8px;
}

.campaign-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0 0 4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.campaign-carousel__arrow:hover {
  background: rgba(227, 38, 46, 0.9);
  transform: translateY(-50%) scale(1.06);
}

.campaign-carousel__arrow--prev { left: 18px; }
.campaign-carousel__arrow--next { right: 18px; }

.campaign-carousel__dots {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 14px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.campaign-carousel__dot {
  width: 9px;
  height: 9px;
  min-height: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 999px;
  cursor: pointer;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.campaign-carousel__dot.is-active {
  width: 30px;
  background: #ffc720;
}

@media (min-width: 768px) {
  .campaign-slide[data-campaign-desktop-hidden],
  .campaign-carousel__dot[data-campaign-desktop-hidden] {
    display: none;
  }

  .campaign-carousel--business .campaign-carousel__arrow,
  .campaign-carousel--business .campaign-carousel__dots {
    display: none;
  }

  .campaign-carousel__viewport {
    /* As artes desktop possuem margens verticais incorporadas no arquivo. */
    aspect-ratio: 19 / 5;
  }

  .campaign-slide img {
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 767px) {
  .campaign-carousel {
    background: #760000;
  }

  .campaign-carousel__viewport {
    /* Proporcao intermediaria entre as tres artes para evitar faixas vazias. */
    aspect-ratio: 43 / 50;
  }

  .campaign-carousel--business .campaign-carousel__viewport {
    aspect-ratio: 1148 / 1370;
  }

  .campaign-slide img {
    object-fit: cover;
  }

  .campaign-slide[data-campaign-mobile-hidden],
  .campaign-carousel__dot[data-campaign-mobile-hidden] {
    display: none;
  }

  .campaign-carousel__arrow {
    width: 36px;
    height: 36px;
    font-size: 1.65rem;
    background: rgba(0, 0, 0, 0.36);
  }

  .campaign-carousel__arrow--prev { left: 8px; }
  .campaign-carousel__arrow--next { right: 8px; }
  .campaign-carousel__dots { bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .campaign-slide {
    transform: none;
    transition: opacity 0.01ms;
  }
}

/* Destaque principal e balao de ofertas: escala e simetria. */
@media (min-width: 1024px) {
  .home-page .plans-hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: clamp(30px, 4vw, 56px);
  }

  .home-page .home-offers-carousel-wrap,
  .home-page .plans-spotlight-card {
    width: 300px;
    max-width: 300px;
  }

  .home-page .home-offers-carousel {
    min-height: 350px;
  }

  body:not(.home-page):not(.tv-page) .plans-hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: clamp(30px, 4vw, 56px);
  }

  body:not(.home-page):not(.tv-page) .plans-spotlight-card {
    width: 300px;
    max-width: 300px;
  }
}

.home-page .home-offers-controls {
  justify-content: center;
  margin-bottom: 8px;
}

.home-page .home-offer-card {
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-radius: 18px;
}

.home-page .home-offer-card .plans-spotlight-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 26px;
}

.home-page .home-offer-card .plans-hero-spotlight-image {
  width: 100%;
  height: 92px;
  margin-bottom: 10px;
  border-radius: 14px;
}

.home-page .home-offer-card h2,
.home-page .home-offer-card .home-spotlight-label,
.home-page .home-offer-card .plans-spotlight-price {
  text-align: center;
}

.home-page .home-offer-card h2 {
  min-height: 2.25em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .home-offer-card .plans-spotlight-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 14px;
  margin: 0 0 12px;
}

.home-page .home-offer-card .plans-spotlight-list li {
  margin: 0;
  line-height: 1.25;
}

.home-page .home-offer-card .offer-cta {
  margin-top: auto;
}

body:not(.home-page):not(.tv-page) .plans-spotlight-card {
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-radius: 18px;
}

body:not(.home-page):not(.tv-page) .plans-spotlight-top {
  justify-content: center;
  gap: 6px;
}

body:not(.home-page):not(.tv-page) .plans-hero-spotlight-image {
  height: 100px;
  padding-top: 0;
  margin-bottom: 10px;
  border-radius: 14px;
}

body:not(.home-page):not(.tv-page) .plans-spotlight-card h2,
body:not(.home-page):not(.tv-page) .plans-spotlight-price {
  text-align: center;
}

body:not(.home-page):not(.tv-page) .plans-spotlight-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 14px;
  margin-bottom: 12px;
}

body:not(.home-page):not(.tv-page) .plans-spotlight-list li {
  margin: 0;
  line-height: 1.25;
}

body:not(.home-page):not(.tv-page) .plans-spotlight-list li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
}

.offer-balloon {
  gap: 10px;
}

.offer-balloon__trigger {
  min-width: 156px;
  min-height: 52px;
  padding: 6px 13px 6px 6px;
  gap: 9px;
}

.offer-balloon__spark {
  flex-basis: 40px;
  width: 40px;
  height: 40px;
}

.offer-balloon__notification {
  top: -4px;
  right: -2px;
  width: 22px;
  height: 22px;
}

.offer-balloon__panel {
  width: min(320px, calc(100vw - 32px));
  padding: 14px;
  border-radius: 16px;
}

.offer-balloon__header {
  align-items: center;
  margin-bottom: 12px;
}

.offer-balloon__header strong {
  font-size: 1.05rem;
}

.offer-balloon__close {
  flex-basis: 34px;
  width: 34px;
  height: 34px;
}

.offer-balloon__list {
  gap: 7px;
  margin-bottom: 12px;
}

.offer-balloon__item {
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 9px;
  min-height: 58px;
  padding: 8px;
}

.offer-balloon__icon {
  width: 40px;
  height: 40px;
}

@media (max-width: 1023px) {
  .home-page .home-offers-carousel-wrap {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .home-page .home-offers-carousel {
    min-height: 390px;
  }
}

@media (max-width: 680px) {
  .home-page .home-offer-card .plans-spotlight-list {
    gap: 7px 10px;
  }

  .offer-balloon__trigger {
    min-width: 52px;
    width: 52px;
    min-height: 52px;
    padding: 6px;
  }

  .offer-balloon__panel {
    width: calc(100vw - 20px);
    padding: 12px;
  }
}

/* Garante a escala reduzida mesmo apos as regras dos cards. */
@media (min-width: 1024px) {
  .plans-hero-spotlight-image {
    height: 106px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .plans-spotlight-card h2 {
    margin-bottom: 5px;
    font-size: 0.95rem;
  }

  .business-hero-offer-card .btn,
  .business-hero-actions .btn {
    padding: 8px 12px;
    font-size: 0.8rem;
  }
}

/* Hero da pagina de planos em formato mais compacto. */
@media (min-width: 1024px) {
  main > .plans-hero {
    padding-block: 22px;
  }

  .plans-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
    gap: clamp(22px, 3.2vw, 42px);
  }

  .plans-hero-copy h1 {
    max-width: 520px;
    margin-bottom: 8px;
    font-size: clamp(1.9rem, 2.9vw, 2.4rem);
    line-height: 1.08;
  }

  .plans-hero-copy p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .plans-hero-actions {
    margin-block: 13px;
  }

  .plans-hero-actions .btn-lg {
    min-height: 44px;
    padding: 8px 14px;
    font-size: 0.85rem;
  }

  .plans-stat {
    padding: 8px 10px;
  }

  .offer-benefits-grid {
    gap: 6px;
    margin-top: 10px;
  }

  .offer-benefit {
    min-height: 36px;
    padding: 5px 6px;
  }

  .plans-hero-spotlight {
    align-self: center;
  }

  .plans-spotlight-card {
    max-width: 280px;
    height: auto;
    padding: 13px;
  }

  .plans-hero-spotlight-image {
    height: 106px;
    margin-bottom: 10px;
    padding-top: 0;
    border-radius: 11px;
  }

  .plans-spotlight-card h2 {
    margin-bottom: 5px;
    font-size: 0.95rem;
  }

  .plans-spotlight-price {
    margin-bottom: 6px;
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .plans-spotlight-list {
    gap: 4px 8px;
    margin-bottom: 10px;
  }

  .plans-spotlight-list li {
    font-size: 0.7rem;
  }

  .plans-hero-spotlight .spotlight-streamings {
    display: none;
  }

  .plans-spotlight-card .btn {
    min-height: 44px;
    padding-block: 6px;
    font-size: 0.82rem;
  }

  .plans-hero-spotlight .hero-streaming-grid {
    gap: 6px;
    margin-block: 8px 10px;
  }

  .plans-hero-spotlight .hero-streaming-item {
    min-height: 64px;
    padding: 6px;
    border-radius: 12px;
  }

  .plans-hero-spotlight .hero-streaming-item img {
    max-width: 55px;
    max-height: 55px;
  }
}

/* Bloco de servicos da pagina de planos: proporcao e leitura. */
.multi-argument-section {
  padding-block: clamp(36px, 5vw, 56px);
}

.container.multi-argument-card {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(28px, 4vw, 56px);
  min-height: 0;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 24px;
}

.multi-argument-card .section-kicker {
  margin-bottom: 10px;
}

.multi-argument-card h2 {
  max-width: 680px;
  margin-bottom: 14px;
  font-size: clamp(1.9rem, 3.25vw, 2.65rem);
  line-height: 1.12;
}

.multi-argument-card p {
  max-width: 62ch;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.multi-argument-points {
  gap: 12px;
}

.multi-point {
  padding: 14px 16px;
  border-radius: 16px;
}

.multi-point strong {
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.3;
}

.multi-point span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 959px) {
  .container.multi-argument-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .container.multi-argument-card {
    width: min(calc(100% - 24px), 1200px);
    padding: 22px 18px;
    border-radius: 18px;
  }

  .multi-argument-card h2 {
    font-size: clamp(1.65rem, 8vw, 2rem);
  }

  .multi-point {
    padding: 13px 14px;
  }
}

/* Destaques principais compactos em todas as paginas. */
.channels-hero,
.simple-page-hero {
  padding-block: clamp(26px, 3.2vw, 35px) !important;
}

.channels-hero h1,
.simple-page-hero h1 {
  margin-bottom: 10px !important;
  font-size: clamp(1.8rem, 3.2vw, 2.25rem);
  line-height: 1.1;
}

.channels-hero p,
.simple-page-hero p {
  max-width: 62ch;
  margin-bottom: 0;
  font-size: 1rem !important;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  main > .business-hero {
    padding-block: 22px;
  }

  .business-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
    gap: clamp(22px, 3.2vw, 42px);
  }

  .business-hero-copy h1 {
    max-width: 530px;
    margin-bottom: 8px;
    font-size: clamp(1.9rem, 2.9vw, 2.4rem);
    line-height: 1.08;
  }

  .business-hero-copy p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .business-hero-actions {
    margin-block: 13px;
  }

  .business-hero-actions .btn-lg {
    min-height: 44px;
    padding: 8px 13px;
    font-size: 0.8rem;
  }

  .business-proof-item {
    padding: 8px 10px;
  }

  .business-hero-card {
    padding: 13px;
  }

  .business-hero-offers-carousel {
    min-height: 216px;
  }

  .business-hero-offer-card {
    padding: 11px;
  }

  .business-hero-offer-card strong {
    margin-bottom: 5px;
    font-size: 0.9rem;
  }

  .business-hero-offer-price {
    margin-bottom: 8px;
  }

  .business-hero-offer-price b {
    font-size: 1.45rem;
  }

  .business-hero-offer-card ul {
    margin-bottom: 10px;
  }

  .home-offers-carousel {
    min-height: 296px;
  }
}

@media (max-width: 1023px) {
  main > .plans-hero,
  main > .business-hero {
    padding-block: 29px;
  }
}

@media (max-width: 560px) {
  .channels-hero,
  .simple-page-hero,
  main > .plans-hero,
  main > .business-hero {
    padding-block: 22px !important;
  }

  .channels-hero h1,
  .simple-page-hero h1 {
    font-size: 1.6rem;
  }
}

/* Ritmo e dimensões uniformes em todas as grades de balões. */
:root {
  --layout-space-xs: 8px;
  --layout-space-sm: 12px;
  --layout-space-md: 16px;
  --layout-space-lg: 24px;
  --layout-card-radius: 10px;
  --layout-card-min-height: 280px;
  --layout-offer-height: 440px;
}

.container,
.planos-container {
  width: min(calc(100% - 32px), 1200px);
}

main > section {
  padding-top: clamp(44px, 5.5vw, 64px);
  padding-bottom: clamp(44px, 5.5vw, 64px);
}

.grid,
.grid-2,
.grid-3,
.grid-4,
.plans-grid,
.planos-list,
.regional-plans-grid,
.business-plan-grid,
.business-plans-grid,
.why-grid,
.self-service-grid,
.channel-category-grid,
.channel-logo-grid,
.streaming-logo-grid {
  gap: var(--layout-space-md);
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.plans-grid > *,
.planos-list > *,
.regional-plans-grid > *,
.business-plan-grid > *,
.business-plans-grid > *,
.why-grid > *,
.self-service-grid > *,
.channel-category-grid > *,
.channel-logo-grid > *,
.streaming-logo-grid > * {
  min-width: 0;
  height: 100%;
}

:where(
  .card,
  .service-card,
  .why-card,
  .regional-card,
  .business-plan-card,
  .business-hero-offer-card,
  .channel-category-card,
  .channel-logo-card,
  .streaming-logo-card,
  .testimonial,
  .self-service-card
) {
  box-sizing: border-box;
  border-radius: var(--layout-card-radius);
}

:where(.card, .service-card, .why-card, .regional-card, .business-plan-card, .testimonial) {
  display: flex;
  flex-direction: column;
  min-height: var(--layout-card-min-height);
  padding: var(--layout-space-md);
}

:where(.card, .service-card, .why-card, .regional-card, .business-plan-card, .testimonial) > :first-child {
  margin-top: 0;
}

:where(.card, .service-card, .why-card, .regional-card, .business-plan-card, .testimonial) > :last-child {
  margin-bottom: 0;
}

.planos-list .plan-card,
.plans-grid .plan-card {
  height: var(--layout-offer-height);
  min-height: var(--layout-offer-height);
  max-height: none;
}

.plan-card__header {
  flex: 0 0 148px;
  min-height: 148px;
}

.plan-card__content {
  flex: 1 1 auto;
  min-height: 0;
}

.plan-card__footer {
  flex: 0 0 auto;
  min-height: 116px;
}

.business-plan-card,
.regional-card {
  min-height: 430px;
}

.business-plan-header {
  min-height: 154px;
}

.business-price-grid {
  min-height: 78px;
  margin-bottom: var(--layout-space-md);
  padding: var(--layout-space-md) 0;
}

.business-speed-list {
  margin-bottom: var(--layout-space-md);
}

.business-speed-list::after {
  margin-top: var(--layout-space-sm);
  padding: var(--layout-space-sm);
}

.business-plan-body .btn,
.regional-card .btn,
.plan-card__actions .offer-cta,
.plano-button {
  width: 100%;
  min-height: 40px;
  margin-top: auto;
}

.service-logo,
.why-icon,
.plan-icon,
.regional-icon,
.channel-category-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin-bottom: var(--layout-space-sm);
}

.plan-badge,
.plano-tag,
.featured-label {
  min-height: 24px;
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  :root {
    --layout-card-min-height: 250px;
  }

  .business-plan-card,
  .regional-card {
    min-height: 410px;
  }
}

@media (max-width: 767px) {
  .container,
  .planos-container {
    width: min(calc(100% - 24px), 1200px);
  }

  main > section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .plans-grid,
  .regional-plans-grid,
  .business-plan-grid,
  .business-plans-grid,
  .why-grid,
  .self-service-grid {
    gap: var(--layout-space-sm);
  }

  .planos-list .plan-card {
    height: auto;
    min-height: var(--layout-offer-height);
  }

  :where(.card, .service-card, .why-card, .regional-card, .business-plan-card, .testimonial) {
    min-height: 0;
  }
}

/* Página Empresarial: mantém nomenclaturas dentro de selos e botões. */
.business-plan-card,
.business-hero-offer-card {
  min-width: 0;
}

.business-plan-header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 8px 10px;
}

.business-plan-header::before {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
}

.business-plan-header > span,
.business-plan-header::after {
  grid-column: 2;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  min-height: 28px;
  box-sizing: border-box;
  justify-content: center;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  line-height: 1.2;
}

.business-plan-header > span {
  grid-row: 1;
}

.business-plan-header::after {
  grid-row: 2;
}

.business-plan-header h3 {
  grid-column: 1 / -1;
  grid-row: 3;
  min-width: 0;
  margin-top: 4px;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.business-plan-body,
.business-speed-list,
.business-price-item {
  min-width: 0;
}

.business-speed-list::after,
.business-price-item strong {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.business-plan-body .btn,
.business-hero-actions .btn,
.business-cta-actions .btn,
.business-hero-offer-card .btn {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  height: auto;
  padding: 10px 12px;
  justify-content: center;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  font-size: clamp(.76rem, 1vw, .88rem);
  line-height: 1.2;
}

.business-hero-offer-card .plans-spotlight-top {
  flex-wrap: wrap;
  gap: 6px;
}

.business-hero-offer-card .plan-badge {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.2;
}

@media (max-width: 420px) {
  .business-plan-header {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .business-plan-header::before {
    width: 40px;
    height: 40px;
  }

  .business-plan-header > span,
  .business-plan-header::after {
    font-size: .68rem;
  }
}

/* Escala compacta para todos os balões e cards comerciais do site. */
:root {
  --balloon-padding: clamp(14px, 1.7vw, 18px);
  --balloon-gap: clamp(12px, 1.6vw, 18px);
}

.grid,
.grid-3,
.grid-4,
.plans-grid,
.planos-list,
.regional-plans-grid,
.business-plans-grid,
.why-grid,
.self-service-grid {
  gap: var(--balloon-gap);
}

:where(
  .card,
  .service-card,
  .why-card,
  .regional-card,
  .business-plan-card,
  .business-hero-offer-card,
  .channel-category-card,
  .channel-accordion,
  .channel-logo-card,
  .streaming-logo-card,
  .testimonial,
  .faq-item,
  .availability-card,
  .contact-card,
  .self-service-card
) {
  border-radius: 10px;
}

.card,
.service-card,
.why-card,
.regional-card,
.business-plan-card,
.business-hero-offer-card,
.testimonial,
.self-service-card {
  padding: var(--balloon-padding);
}

:where(.card, .service-card, .why-card, .regional-card, .business-plan-card, .business-hero-offer-card, .testimonial) h3,
:where(.card, .service-card, .why-card, .regional-card, .business-plan-card, .business-hero-offer-card, .testimonial) h4 {
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.22;
}

:where(.card, .service-card, .why-card, .regional-card, .business-plan-card, .business-hero-offer-card, .testimonial) p,
:where(.card, .service-card, .why-card, .regional-card, .business-plan-card, .business-hero-offer-card, .testimonial) li {
  font-size: clamp(.78rem, 1vw, .9rem);
  line-height: 1.4;
}

.planos-list .plan-card,
.plans-grid .plan-card {
  min-height: 440px;
  border-radius: 10px;
}

.plan-card__category {
  min-height: 29px;
  padding: 5px 10px;
  font-size: .7rem;
}

.plan-card__header {
  min-height: 148px;
  padding: 10px 64px 12px 12px;
}

.plan-card__badge {
  min-height: 21px;
  padding: 3px 6px;
  font-size: .61rem;
}

.plan-card__title {
  margin: 18px 0 6px;
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
}

.plan-card__content {
  gap: 12px;
  min-height: 145px;
  padding: 0 12px 13px;
}

.plan-card__benefits {
  gap: 8px;
}

.plan-card__benefits li,
.plan-card__apps-title {
  font-size: .68rem;
}

.app-list__item,
.app-list__more {
  width: 22px;
  height: 22px;
}

.plan-card__footer {
  padding: 11px 12px 12px;
}

.plan-card__price-row {
  margin-bottom: 11px;
}

.plan-card__price-value {
  font-size: 1.85rem;
}

.offer-cta,
.plano-button,
.regional-card .btn,
.business-plan-card .btn {
  min-height: 38px;
  padding: 8px 11px;
  font-size: .78rem;
}

.plano-card {
  min-width: 260px;
  min-height: 460px;
  border-radius: 14px;
}

.plano-card-header {
  min-height: 130px;
  padding: 20px 18px 15px;
}

.plano-card h3 {
  margin-top: 14px;
  font-size: 1.65rem;
}

.plano-beneficios {
  gap: 12px;
  padding: 18px;
}

.plano-beneficios li {
  font-size: .82rem;
}

.plano-footer {
  padding: 16px 18px 18px;
}

.plano-price strong {
  font-size: 2.35rem;
}

.business-plan-card,
.regional-card {
  padding: var(--balloon-padding);
}

.business-plan-image,
.plans-hero-spotlight-image {
  margin-bottom: 16px;
}

.plan-badge,
.plano-tag {
  padding: 4px 7px;
  font-size: .68rem;
}

.offer-balloon__trigger {
  min-height: 50px;
  padding: 8px 12px;
}

.offer-balloon__trigger strong {
  font-size: .82rem;
}

.offer-balloon__trigger small {
  font-size: .68rem;
}

.offer-balloon__panel {
  width: min(340px, calc(100vw - 24px));
}

.offer-balloon__header,
.offer-balloon__item {
  padding: 11px 12px;
}

.offer-balloon__item {
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 9px;
}

.offer-balloon__icon {
  flex-basis: 38px;
  width: 38px;
  height: 38px;
  font-size: 0.62rem;
}

.offer-balloon__icon[data-icon-words="2"] {
  font-size: 0.5rem;
}

/* Balão de ofertas compacto em todas as resoluções. */
.offer-balloon__panel {
  width: min(304px, calc(100vw - 24px));
  padding: 10px;
}

.offer-balloon__header {
  gap: 10px;
  margin-bottom: 8px;
  padding: 4px 4px 8px;
}

.offer-balloon__header span {
  font-size: 0.68rem;
}

.offer-balloon__header strong {
  font-size: 0.95rem;
}

.offer-balloon__close {
  flex-basis: 32px;
  width: 32px;
  height: 32px;
  font-size: 1.2rem;
}

.offer-balloon__list {
  gap: 6px;
  margin-bottom: 10px;
}

.offer-balloon__item {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 7px;
  min-height: 64px;
  padding: 7px 8px;
}

.offer-balloon__item strong {
  font-size: 0.78rem;
  line-height: 1.2;
}

.offer-balloon__item small {
  font-size: 0.66rem;
}

.offer-balloon__item b {
  font-size: 0.7rem;
}

.offer-balloon__icon {
  flex-basis: 34px;
  width: 34px;
  height: 34px;
  font-size: 0.58rem;
}

.offer-balloon__icon[data-icon-words="2"] {
  font-size: 0.46rem;
}

.offer-balloon__panel > .button {
  min-height: 40px;
  padding-block: 8px;
  font-size: 0.78rem;
}

@media (max-width: 680px) {
  .offer-balloon__trigger {
    width: 46px;
    min-width: 46px;
    min-height: 46px;
    height: 46px;
    padding: 4px;
  }

  .offer-balloon__spark {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  :root {
    --balloon-padding: 14px;
    --balloon-gap: 12px;
  }

  .planos-list .plan-card {
    flex-basis: 100%;
    min-width: 100%;
  }
}

.business-promo-note {
  margin: 10px 0 0;
  color: #565656;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.business-section-fiber .business-plan-card:first-child {
  border-color: rgba(227, 38, 46, .55);
  box-shadow: 0 7px 18px rgba(227, 38, 46, .13);
}

/* Sistema definitivo de ofertas e modal compartilhado. */
:root {
  --offer-space-1: 4px;
  --offer-space-2: 8px;
  --offer-space-3: 12px;
  --offer-space-4: 16px;
  --offer-space-5: 20px;
  --offer-radius: 12px;
  --offer-control-height: 42px;
  --offer-border: #d7d7d7;
  --offer-muted: #5f5f5f;
}

.plans-grid,
.planos-list,
.business-plan-grid,
.business-plans-grid,
.regional-plans-grid {
  gap: var(--offer-space-4);
  align-items: stretch;
  grid-auto-rows: 1fr;
}

:where(.plan-card, .plano-card, .business-plan-card, .business-hero-offer-card, .regional-card, .plans-spotlight-card) {
  box-sizing: border-box;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--offer-border);
  border-radius: var(--offer-radius);
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .11);
}

.planos-list .plan-card,
.plans-grid .plan-card {
  height: 100%;
  min-height: 440px;
}

.plan-card__header {
  flex: 0 0 148px;
  min-height: 148px;
  padding: var(--offer-space-3) 64px var(--offer-space-3) var(--offer-space-3);
}

.plan-card__content {
  flex: 1 1 auto;
  min-height: 145px;
  padding: 0 var(--offer-space-3) var(--offer-space-3);
}

.plan-card__footer {
  flex: 0 0 auto;
  min-height: 124px;
  padding: var(--offer-space-3);
}

.plan-card__title,
.business-plan-header h3,
.business-hero-offer-card > strong,
.regional-card h3,
.plans-spotlight-card h2 {
  overflow-wrap: anywhere;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.25;
  text-wrap: balance;
}

.business-plan-card {
  min-height: 420px;
  padding: var(--offer-space-4);
}

.business-plan-header {
  min-height: 104px;
  padding-bottom: var(--offer-space-3);
}

.business-plan-header::after,
.business-plan-header h3::after {
  content: none;
  display: none;
}

.business-price-grid {
  min-height: 70px;
  margin: 0 0 var(--offer-space-3);
  padding: var(--offer-space-3) 0;
}

.business-speed-list {
  display: grid;
  gap: var(--offer-space-2);
  margin: 0 0 var(--offer-space-3);
}

.business-speed-list li {
  margin: 0;
  font-size: .78rem;
  line-height: 1.35;
}

.business-speed-list::after {
  content: none;
  display: none;
}

.business-plan-body .card-disclaimer,
.plan-card__disclaimer,
.home-spotlight-disclaimer {
  margin-top: var(--offer-space-3);
  color: var(--offer-muted);
  font-size: .68rem;
  line-height: 1.35;
}

:where(.offer-cta, .plano-button, .business-plan-card .btn, .business-hero-offer-card .btn, .regional-card .btn) {
  width: 100%;
  min-height: var(--offer-control-height);
  padding: var(--offer-space-2) var(--offer-space-3);
  border-radius: 999px;
  font-size: .78rem;
  line-height: 1.2;
  white-space: normal;
}

.offer-details-button,
.plan-details-button,
.details-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  margin: var(--offer-space-2) 0 0;
  padding: var(--offer-space-1) var(--offer-space-2);
  color: var(--offer-link);
  background: transparent;
  border: 0;
  border-radius: 6px;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.offer-details-button:hover,
.plan-details-button:hover,
.details-button:hover {
  color: var(--color-primary);
  background: rgba(227, 38, 46, .06);
}

.offer-details-button:focus-visible,
.plan-details-button:focus-visible,
.details-button:focus-visible {
  outline: 3px solid rgba(227, 38, 46, .25);
  outline-offset: 2px;
}

.plan-modal {
  position: fixed;
  z-index: 10020;
  inset: 0;
  display: none;
  place-items: center;
  padding: var(--offer-space-4);
}

.plan-modal.is-open {
  display: grid;
}

.plan-modal-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  background: rgba(14, 14, 14, .66);
  border: 0;
  border-radius: 0;
  backdrop-filter: blur(4px);
}

.plan-modal-content {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: min(760px, calc(100dvh - 32px));
  overflow-y: auto;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid var(--offer-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
  outline: none;
}

.modal-close {
  position: absolute;
  top: var(--offer-space-3);
  right: var(--offer-space-3);
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  color: #292929;
  background: #f2f2f2;
  border: 0;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
}

.modal-label {
  display: inline-flex;
  margin: 0 44px var(--offer-space-3) 0;
  padding: 5px 8px;
  color: #b31a21;
  background: #ffe8e9;
  border-radius: 4px;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.plan-modal-content h2 {
  margin: 0 44px var(--offer-space-2) 0;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.2;
}

.plan-modal-content > p {
  margin: 0 0 var(--offer-space-4);
  color: var(--offer-muted);
  font-size: .9rem;
  line-height: 1.5;
}

.offer-modal-price {
  margin-bottom: var(--offer-space-4);
  color: #201f1f;
  font-size: 1.55rem;
  font-weight: 800;
}

.offer-modal-benefits {
  display: grid;
  gap: var(--offer-space-2);
  margin: 0 0 var(--offer-space-4);
  padding: 0;
  list-style: none;
}

.offer-modal-benefits li {
  position: relative;
  padding-left: 22px;
  color: #3f3f3f;
  font-size: .86rem;
  line-height: 1.4;
}

.offer-modal-benefits li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #087f5b;
  font-weight: 800;
}

.plan-modal-content .offer-modal-disclaimer {
  padding-top: var(--offer-space-3);
  border-top: 1px solid #e4e4e4;
  font-size: .72rem;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .plans-grid,
  .business-plan-grid,
  .business-plans-grid,
  .regional-plans-grid {
    gap: var(--offer-space-3);
  }

  .planos-list .plan-card,
  .plans-grid .plan-card,
  .business-plan-card {
    min-height: 0;
  }

  .plan-modal {
    align-items: end;
    padding: 0;
  }

  .plan-modal-content {
    width: 100%;
    max-height: calc(100dvh - 24px);
    border-radius: 18px 18px 0 0;
  }
}

/* Ajustes finais da reducao de 20% dos destaques. */
@media (min-width: 1024px) {
  .plans-hero-spotlight-image {
    height: 106px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .plans-spotlight-card h2 {
    margin-bottom: 5px;
    font-size: 0.95rem;
  }

  .business-hero-offer-card .btn,
  .business-hero-actions .btn {
    padding: 8px 12px;
    font-size: 0.8rem;
  }
}

/* Hero de TV: conteudo proporcional e sem imagem promocional repetida. */
@media (min-width: 1024px) {
  .tv-page main > .plans-hero {
    padding-block: 18px;
  }

  .tv-page .plans-hero-grid {
    grid-template-columns: minmax(0, 1fr) 270px;
  }

  .tv-page .plans-hero-copy h1 {
    max-width: 560px;
    font-size: clamp(1.85rem, 2.7vw, 2.3rem);
  }

  .tv-page .plans-hero-spotlight-image {
    display: none;
  }

  .tv-page .plans-spotlight-card {
    width: 270px;
    max-width: 270px;
    padding: 12px;
  }

  .tv-page .plans-spotlight-top {
    margin-bottom: 8px;
  }

  .tv-page .plans-spotlight-price {
    font-size: 1.45rem;
  }

  .tv-page .hero-streaming-grid {
    gap: 6px;
    margin-block: 8px;
  }

  .tv-page .hero-streaming-item {
    min-height: 46px;
    padding: 4px;
    border-radius: 10px;
  }

  .tv-page .hero-streaming-item img {
    max-width: 40px;
    max-height: 40px;
  }

  .tv-page .tv-spotlight-list {
    margin-bottom: 8px;
  }

  .tv-page .plans-stat {
    min-height: 58px;
  }
}

@media (max-width: 1023px) {
  .tv-page .plans-hero-spotlight-image {
    display: none;
  }

  .tv-page .plans-spotlight-card {
    max-width: 360px;
  }

  .tv-page .hero-streaming-item {
    min-height: 58px;
  }
}

/* Home: a faixa acompanha o conteudo e nao ocupa altura desnecessaria. */
@media (min-width: 1024px) {
  .home-page main > .plans-hero {
    padding-block: 18px;
  }

  .home-page .plans-hero-grid {
    grid-template-columns: minmax(0, 1fr) 270px;
    align-items: center;
  }

  .home-page .offer-benefits-grid {
    display: none;
  }

  .home-page .home-offers-carousel-wrap {
    width: 270px;
  }

  .home-page .home-offers-controls {
    margin-bottom: 5px;
  }

  .home-page .home-offers-controls .carousel-btn {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .home-page .home-offers-carousel {
    min-height: 230px;
  }

  .home-page .home-offer-card {
    padding: 12px;
  }

  .home-page .home-spotlight-description,
  .home-page .home-spotlight-note,
  .home-page .home-spotlight-disclaimer {
    display: none;
  }

  .home-page .home-offer-card .plans-spotlight-top,
  .home-page .home-offer-card .plans-spotlight-price,
  .home-page .home-offer-card .plans-spotlight-list {
    margin-bottom: 7px;
  }

  .home-page .home-offer-card h2 {
    margin-bottom: 5px;
    font-size: 0.95rem;
  }

  .home-page .home-offer-card .plans-spotlight-price {
    margin-top: 0;
    font-size: 1.55rem;
  }

  .home-page .home-offer-card .plans-spotlight-list li {
    font-size: 0.68rem;
  }

  .home-page .home-offers-dots {
    margin-top: 6px;
  }
}

@media (max-width: 1023px) {
  .home-page .offer-benefits-grid {
    display: none;
  }
}

/* Escala final compacta para os destaques de todas as paginas. */
.channels-hero,
.simple-page-hero {
  padding-block: 22px !important;
}

.channels-hero h1,
.simple-page-hero h1 {
  font-size: clamp(1.65rem, 3vw, 2rem);
}

.channels-hero p,
.simple-page-hero p {
  font-size: 0.9rem !important;
}

@media (min-width: 1024px) {
  main > .plans-hero,
  main > .business-hero,
  .home-page main > .plans-hero,
  .tv-page main > .plans-hero {
    padding-block: 16px;
  }

  .plans-hero-grid,
  .business-hero-grid,
  .home-page .plans-hero-grid,
  .tv-page .plans-hero-grid {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: clamp(22px, 3vw, 36px);
  }

  .plans-hero-copy h1,
  .business-hero-copy h1,
  .home-page .plans-hero-copy h1,
  .tv-page .plans-hero-copy h1 {
    max-width: 540px;
    margin-bottom: 7px;
    font-size: clamp(1.75rem, 2.6vw, 2.1rem);
  }

  .plans-hero-copy p,
  .business-hero-copy p {
    max-width: 58ch;
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .plans-hero-actions,
  .business-hero-actions {
    margin-block: 11px;
  }

  .plans-hero-stats,
  .business-proof-grid {
    gap: 6px;
  }

  .plans-stat,
  .business-proof-item {
    min-height: 52px;
    padding: 7px 9px;
  }

  .plans-stat strong,
  .business-proof-item strong {
    font-size: 0.86rem;
  }

  .plans-stat span,
  .business-proof-item span {
    font-size: 0.7rem;
  }

  .plans-hero-copy > .offer-benefits-grid {
    display: none;
  }

  .plans-spotlight-card,
  .tv-page .plans-spotlight-card,
  .home-page .home-offers-carousel-wrap {
    width: 250px;
    max-width: 250px;
  }

  .plans-hero-spotlight-image {
    height: 90px;
    margin-bottom: 8px;
  }

  .plans-spotlight-card {
    padding: 11px;
  }

  .business-hero-card {
    padding: 11px;
  }

  .business-hero-offers-carousel {
    min-height: 205px;
  }

  .home-page .home-offers-carousel {
    min-height: 220px;
  }
}

@media (max-width: 1023px) {
  main > .plans-hero,
  main > .business-hero,
  .channels-hero,
  .simple-page-hero {
    padding-block: 24px !important;
  }

  .plans-hero-copy > .offer-benefits-grid {
    display: none;
  }
}

@media (max-width: 560px) {
  main > .plans-hero,
  main > .business-hero,
  .channels-hero,
  .simple-page-hero {
    padding-block: 20px !important;
  }

  .plans-hero-copy h1,
  .business-hero-copy h1,
  .channels-hero h1,
  .simple-page-hero h1 {
    font-size: 1.55rem;
  }
}

/* Camada final: mantem a mesma paleta e o contraste em todo o site. */
:root {
  --color-text: #201f1f;
  --color-text-muted: #525252;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: rgba(255, 255, 255, 0.88);
  --color-link: #b31a21;
  --foreground: var(--color-text);
  --text-primary: var(--color-text);
  --text-light: var(--color-text-muted);
  --text-muted: var(--color-text-muted);
  --text-secondary: var(--color-text-muted);
  --offer-muted: var(--color-text-muted);
  --offer-link: var(--color-link);
}

body,
h1, h2, h3, h4, h5, h6,
.card-title,
.logo,
nav a,
.mobile-nav a {
  color: var(--color-text);
}

p,
.card-description,
.card-benefits li,
.card-disclaimer,
.plan-card__subtitle,
.plan-card__apps-title,
.plan-card__price-label,
.plan-card__price-period,
.plan-card__disclaimer,
.business-promo-note,
.home-spotlight-disclaimer {
  color: var(--color-text-muted);
}

a,
.button-link,
.offer-details-button,
.plan-details-button,
.details-button {
  color: var(--color-link);
}

a:hover,
.button-link:hover,
.offer-details-button:hover,
.plan-details-button:hover,
.details-button:hover {
  color: var(--color-primary-darkest);
}

:where(.hero, .section-primary-gradient, .why-section, .streaming-showcase, .business-hero, .business-cta, footer)
  :where(h1, h2, h3, h4, h5, h6, strong, a) {
  color: var(--color-text-on-dark);
}

:where(.hero, .section-primary-gradient, .why-section, .streaming-showcase, .business-hero, .business-cta, footer) p,
.text-muted-light,
.text-white-70 {
  color: var(--color-text-on-dark-muted) !important;
}

.text-white,
.btn-primary,
.button-primary,
.offer-cta,
.plano-button,
.btn-primary:hover,
.button-primary:hover,
.offer-cta:hover,
.plano-button:hover {
  color: var(--color-text-on-dark) !important;
}

/* Cards de planos compactos e padronizados entre home e catálogo. */
.planos-list .plan-card[data-plan-id],
.plans-grid .plan-card[data-plan-id] {
  height: auto;
  min-height: 410px;
}

.plan-card__header {
  flex: 0 0 auto;
  min-height: 108px;
  padding: 8px 58px 8px 12px;
}

.plan-card__title {
  margin: 10px 0 4px;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.18;
}

.plan-card__subtitle {
  font-size: 0.7rem;
  line-height: 1.25;
}

.plan-card__content {
  gap: 6px;
  min-height: 94px;
  padding: 0 12px 8px;
}

.plan-card__benefits {
  gap: 4px;
}

.plan-card__benefits li,
.plan-card__apps-title {
  min-height: 15px;
  font-size: 0.66rem;
  line-height: 1.25;
}

.plan-card__apps-title {
  margin-bottom: 4px;
}

.plan-card__footer {
  min-height: 104px;
  padding: 8px 12px;
}

.plan-card__price-row {
  margin-bottom: 6px;
}

.plan-card__price-label {
  font-size: 0.72rem;
}

.plan-card__price-value {
  font-size: 1.7rem;
}

.plan-card__currency,
.plan-card__price-cents {
  font-size: 0.72rem;
}

.plan-card__actions {
  gap: 5px;
}

.plan-card__actions .offer-cta {
  min-height: 34px;
  padding-block: 6px;
}

.plan-card__actions .offer-details-button {
  min-height: 24px;
  margin-top: 2px;
  padding-block: 2px;
  font-size: 0.72rem;
}

.plan-card__disclaimer {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  font-size: 0.62rem;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 680px) {
  .plans-grid,
  .planos-list {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .plans-grid .plan-card[data-plan-id],
  .planos-list .plan-card[data-plan-id],
  .plans-grid .plano-card,
  .planos-list .plano-card {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .plan-card,
  .plano-card,
  .service-card,
  .why-card,
  .regional-card,
  .business-plan-card {
    min-width: 0;
  }
}

@media (min-width: 681px) and (max-width: 768px) {
  .plans-grid .plan-card[data-plan-id] {
    flex: 0 0 calc(50% - 8px);
    min-width: calc(50% - 8px);
  }
}

.planos-list .plan-card[data-plan-id],
.plans-grid .plan-card[data-plan-id],
.planos-list .plano-card,
.plans-grid .plano-card {
  height: 390px;
  min-height: 390px;
  max-height: 390px;
}

@media (min-width: 769px) {
  .planos-list .plan-card[data-plan-id],
  .plans-grid .plan-card[data-plan-id],
  .planos-list .plano-card,
  .plans-grid .plano-card {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }
}

:is(
  .plans-grid,
  .planos-list,
  .business-plan-grid,
  .business-plans-grid,
  .regional-plans-grid
) {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

:is(
  .plans-grid,
  .planos-list,
  .business-plan-grid,
  .business-plans-grid,
  .regional-plans-grid
) > :is(
  .plan-card,
  .plano-card,
  .business-plan-card,
  .regional-card
) {
  align-self: stretch;
}

/* Catálogo de planos em uma única fileira com navegação por carrossel. */
.plans-carousel-controls {
  display: flex;
}

.plans-grid {
  display: flex;
  grid-template-columns: none;
  padding: 2px 2px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.plans-grid::-webkit-scrollbar {
  display: none;
}

.plans-grid .plan-card[data-plan-id] {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-width: 680px) {
  .plans-grid,
  .planos-list {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .plans-grid .plan-card[data-plan-id],
  .planos-list .plan-card[data-plan-id],
  .plans-grid .plano-card,
  .planos-list .plano-card {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 900px) {
  .plans-grid .plan-card[data-plan-id] {
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: calc((100% - 48px) / 4);
  }
}

@media (min-width: 769px) and (max-width: 899px) {
  .plans-grid .plan-card[data-plan-id] {
    flex: 0 0 calc(50% - 8px);
    min-width: calc(50% - 8px);
  }
}

/* Ofertas empresariais em carrosséis independentes. */
.business-plan-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: -4px 0 12px;
}

.business-plan-carousel-controls[hidden] {
  display: none;
}

.business-plan-carousel-controls .carousel-btn {
  width: 40px;
  height: 40px;
}

.business-plan-carousel-controls .carousel-btn:disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
}

.business-plan-grid {
  display: flex;
  grid-template-columns: none;
  padding: 2px 2px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.business-plan-grid::-webkit-scrollbar {
  display: none;
}

.business-plan-grid > .business-plan-card {
  flex: 0 0 82%;
  min-width: 82%;
  height: auto;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-width: 680px) {
  .business-plan-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .business-plan-grid > .business-plan-card {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 681px) {
  .business-plan-grid > .business-plan-card {
    flex-basis: calc(50% - 8px);
    min-width: calc(50% - 8px);
  }
}

@media (min-width: 900px) {
  .business-plan-grid > .business-plan-card {
    flex-basis: calc((100% - 48px) / 4);
    min-width: calc((100% - 48px) / 4);
  }
}
