/* =============================================================
   VIPSAT SKY ASSINATURAS — MAIN STYLESHEET v4
   Tema: CLARO — seções branco/cinza alternadas
   Cores: #BA030C #111111 #FFFFFF #00B04C #F5A800
   ============================================================= */

:root {
  --red:         #BA030C;
  --red-dark:    #96020A;
  --red-light:   #fef2f2;
  --black:       #111111;
  --gray-900:    #1a1a1a;
  --gray-800:    #2d2d2d;
  --gray-600:    #555555;
  --gray-400:    #888888;
  --gray-200:    #e5e5e5;
  --gray-100:    #f5f5f5;
  --gray-50:     #fafafa;
  --white:       #ffffff;
  --green:       #00B04C;
  --green-dark:  #008F3D;
  --green-light: #f0fdf6;
  --yellow:      #F5A800;
  --yellow-light:#fffbeb;
  --section-a:   #ffffff;
  --section-b:   #f7f7f7;
  --section-hero:#111111;
  --text-dark:   #111111;
  --text-body:   #444444;
  --text-muted:  #777777;
  --border:      #e8e8e8;
  --radius-lg:   16px;
  --radius-md:   10px;
  --radius-sm:   7px;
  --radius-pill: 40px;
  --transition:  0.22s ease;
  --shadow-card: 0 2px 16px rgba(0,0,0,0.08);
  --shadow-hover: 0 8px 32px rgba(0,0,0,0.14);
  --shadow-red:  0 6px 24px rgba(186,3,12,0.3);
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--white);
  color: var(--text-dark);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
p { line-height: 1.7; }

h1, h2, h3, h4 {
  font-family: 'Sora', 'Inter', sans-serif;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-dark);
}
h1 { font-size: clamp(2rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: clamp(1rem, 2vw, 1.3rem); }

em.sky-highlight { font-style: normal; color: var(--red); }

/* === LAYOUT === */
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 5vw; }
.sky-section { padding: 80px 5vw; position: relative; z-index: 1; }
.sky-section.bg-white { background: var(--section-a); }
.sky-section.bg-gray  { background: var(--section-b); }
.sky-section.bg-dark  { background: var(--black); }
.sky-section.bg-red   { background: var(--red); }

.section-tag {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
  color: var(--text-dark);
}

.section-desc {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.75;
  max-width: 640px;
}

.section-header { text-align: center; margin-bottom: 56px; }
.section-header .section-desc { margin: 0 auto; }

/* === BOTÕES === */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--red); color: var(--white);
  padding: 13px 28px; border-radius: var(--radius-pill);
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.9rem;
  border: none; cursor: pointer; transition: all var(--transition);
  box-shadow: var(--shadow-red); white-space: nowrap; text-decoration: none;
  letter-spacing: 0.3px;
}
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(186,3,12,0.4); }

.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent; color: var(--text-dark);
  padding: 12px 26px; border-radius: var(--radius-pill);
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 0.9rem;
  border: 1.5px solid var(--border); cursor: pointer; transition: all var(--transition); text-decoration: none;
}
.btn-secondary:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }

.btn-whatsapp {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--green); color: var(--white);
  padding: 13px 28px; border-radius: var(--radius-pill);
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.88rem;
  border: none; cursor: pointer; transition: all var(--transition);
  box-shadow: 0 4px 16px rgba(0,176,76,0.3); text-decoration: none;
}
.btn-whatsapp:hover { background: var(--green-dark); transform: translateY(-2px); }

.btn-yellow {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--yellow); color: var(--black);
  padding: 13px 28px; border-radius: var(--radius-pill);
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.9rem;
  border: none; cursor: pointer; transition: all var(--transition);
  box-shadow: 0 4px 16px rgba(245,168,0,0.3); text-decoration: none;
}
.btn-yellow:hover { filter: brightness(1.06); transform: translateY(-2px); }

/* === HEADER === */
#site-header {
  position: sticky; top: 0; z-index: 200;
  background: var(--black);
  border-bottom: 3px solid var(--red);
  transition: box-shadow 0.3s;
}
#site-header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.4); }

.header-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 5vw;
  height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}

.site-logo { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.site-logo img { height: 40px; width: auto; }
.logo-text-wrap { display: flex; align-items: center; gap: 10px; }
.logo-sky-text {
  font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.5rem;
  color: var(--red); letter-spacing: -0.5px;
}
.logo-divider { width: 1px; height: 26px; background: rgba(255,255,255,0.15); }
.logo-sub { font-size: 0.57rem; color: rgba(255,255,255,0.5); line-height: 1.35; font-weight: 500; max-width: 80px; }

.nav-main { display: flex; align-items: center; gap: 2px; }
.nav-main a {
  color: rgba(255,255,255,0.75); font-size: 0.875rem; font-weight: 500;
  padding: 7px 13px; border-radius: var(--radius-sm); transition: all 0.2s; white-space: nowrap;
}
.nav-main a:hover,
.nav-main a.current-menu-item { color: var(--white); background: rgba(186,3,12,0.18); }

.btn-header-phone {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: var(--white);
  padding: 9px 18px; border-radius: var(--radius-pill);
  font-weight: 700; font-size: 0.85rem; transition: all var(--transition);
  text-decoration: none; white-space: nowrap;
}
.btn-header-phone:hover { background: var(--red-dark); transform: translateY(-1px); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 6px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s; }

/* === MENU MOBILE === */
.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 300;
  background: rgba(10,10,10,0.98);
  flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 48px 24px 40px;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu-close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: var(--white); font-size: 1.8rem; cursor: pointer; line-height: 1; }
.mobile-menu nav { display: flex; flex-direction: column; align-items: center; gap: 4px; width: 100%; margin-bottom: 24px; }
.mobile-menu nav a { font-family: 'Sora', sans-serif; font-size: 1.3rem; font-weight: 600; color: rgba(255,255,255,0.85); padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); width: 100%; text-align: center; transition: color 0.2s; }
.mobile-menu nav a:hover { color: var(--red); }
.mobile-menu-ctas { display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 320px; }

/* === HERO — fundo escuro (único) === */
.hero-section {
  position: relative; overflow: hidden;
  padding: 90px 5vw 80px; min-height: 88vh; display: flex; align-items: center;
  background: radial-gradient(ellipse 60% 55% at 65% 35%, rgba(186,3,12,0.12) 0%, transparent 65%),
              linear-gradient(150deg, #1a0000 0%, #111 55%, #0a0a0a 100%);
}
.hero-section::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 80px; background: linear-gradient(to bottom, transparent, var(--section-b));
  pointer-events: none;
}

.hero-grid {
  max-width: 1280px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(186,3,12,0.15); border: 1px solid rgba(186,3,12,0.4);
  border-radius: var(--radius-pill); padding: 6px 18px; margin-bottom: 22px;
  font-size: 0.72rem; font-weight: 700; color: #ff6b6b;
  letter-spacing: 1.5px; text-transform: uppercase;
}
.hero-eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse-dot 1.8s infinite; }
@keyframes pulse-dot { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.4; transform:scale(1.5); } }

.hero-title { font-size: clamp(2.1rem, 4.5vw, 3.4rem); font-weight: 800; line-height: 1.1; margin-bottom: 20px; color: var(--white); }
.hero-title em.sky-highlight { color: var(--red); font-style: normal; }
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,0.7); line-height: 1.75; margin-bottom: 34px; max-width: 520px; }
.hero-desc strong { color: var(--white); }
.hero-cta-group { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }

.hero-trust-badges { display: flex; gap: 24px; flex-wrap: wrap; }
.trust-badge { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(255,255,255,0.55); }
.trust-badge-icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(186,3,12,0.15); border: 1px solid rgba(186,3,12,0.35); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-badge-icon svg { width: 13px; height: 13px; stroke: var(--red); fill: none; stroke-width: 1.8; }

/* Hero visual */
.hero-visual { display: flex; justify-content: center; align-items: center; position: relative; }
.hero-screen-wrap { position: relative; width: 100%; max-width: 440px; }
.hero-screen { background: #1a1a1a; border: 1.5px solid #2d2d2d; border-radius: 18px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.7); aspect-ratio: 16/9.5; }
.screen-topbar { height: 32px; background: rgba(0,0,0,0.5); display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,0.04); }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.screen-body { padding: 16px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.channel-chip { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.09); border-radius: var(--radius-sm); padding: 10px 6px; text-align: center; font-size: 0.68rem; font-weight: 700; line-height: 1.3; color: rgba(255,255,255,0.8); }
.channel-chip.red    { color: var(--red);    border-color: rgba(186,3,12,0.4); }
.channel-chip.green  { color: var(--green);  border-color: rgba(0,176,76,0.4); }
.channel-chip.yellow { color: var(--yellow); border-color: rgba(245,168,0,0.4); }

.hero-float-card { position: absolute; background: var(--white); border-radius: var(--radius-md); padding: 10px 16px; font-size: 0.76rem; font-weight: 600; color: var(--text-dark); box-shadow: 0 8px 24px rgba(0,0,0,0.2); white-space: nowrap; border-left: 3px solid var(--red); }
.hero-float-card.top-right  { top: -14px; right: -18px; animation: float-card 4s ease-in-out infinite; }
.hero-float-card.bottom-left{ bottom: 10px; left: -18px; animation: float-card 4s ease-in-out infinite 2s; }
.hero-float-card .card-number { font-family: 'Sora', sans-serif; font-size: 1.1rem; color: var(--red); display: block; }
@keyframes float-card { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

/* =============================================
   PLANS SECTION — fundo cinza claro
   ============================================= */
.plans-section { background: var(--section-b); }

.plans-filter { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-bottom: 48px; }
.filter-btn {
  background: var(--white); border: 1.5px solid var(--border);
  color: var(--text-body); padding: 8px 20px; border-radius: var(--radius-pill);
  font-size: 0.875rem; font-weight: 500; cursor: pointer; transition: all 0.2s; font-family: 'Inter', sans-serif;
}
.filter-btn.active, .filter-btn:hover { background: var(--red); border-color: var(--red); color: var(--white); font-weight: 600; }

.plans-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; max-width: 1280px; margin: 0 auto; }

/* === PLAN CARD — fundo branco, igual ao site modelo === */
.plan-card {
  position: relative; background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
  display: flex; flex-direction: column;
  transition: all 0.28s; box-shadow: var(--shadow-card);
}
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: var(--red); }
.plan-card.is-popular { border-color: var(--red); border-width: 2px; }

/* Cabeçalho escuro do card (igual ao site modelo) */
.plan-card-header {
  background: linear-gradient(135deg, #2a0000, #1a0000);
  padding: 18px 20px;
  display: flex; align-items: center; gap: 12px;
}
.plan-card-header-logo {
  background: rgba(255,255,255,0.12);
  border-radius: 6px; padding: 4px 10px;
  font-family: 'Sora', sans-serif; font-weight: 800; font-size: 0.75rem; color: var(--white);
  letter-spacing: 1px; flex-shrink: 0;
}
.plan-card-header-info { flex: 1; }
.plan-name { font-family: 'Sora', sans-serif; font-size: 1.15rem; font-weight: 800; color: var(--white); margin-bottom: 2px; }
.plan-subtitle { font-size: 0.72rem; color: rgba(255,255,255,0.6); }

.popular-ribbon {
  position: absolute; top: 14px; right: 14px;
  background: var(--red); color: var(--white);
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.8px;
  text-transform: uppercase; padding: 3px 12px; border-radius: var(--radius-pill);
}

/* Body branco do card */
.plan-card-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }

/* Tags de canais (coloridas) */
.plan-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }
.plan-tag {
  font-size: 0.65rem; font-weight: 700; padding: 3px 9px; border-radius: 4px;
  color: var(--white); background: var(--gray-800); letter-spacing: 0.3px;
}
.plan-tag.tag-prime    { background: #232f3e; }
.plan-tag.tag-skyplus  { background: var(--red); }
.plan-tag.tag-premiere { background: #003087; }
.plan-tag.tag-sportv   { background: #006400; }
.plan-tag.tag-espn     { background: #CC0000; }
.plan-tag.tag-universal{ background: #000080; }
.plan-tag.tag-enews    { background: #8B008B; }
.plan-tag.tag-disney   { background: #003087; }
.plan-tag.tag-hbo      { background: #333333; }
.plan-tag.tag-globo    { background: #004080; }
.plan-tag.tag-default  { background: var(--gray-800); }

.plan-features { flex: 1; margin-bottom: 16px; }
.plan-features li {
  display: flex; gap: 9px; align-items: flex-start;
  font-size: 0.85rem; color: var(--text-body);
  padding: 7px 0; border-bottom: 1px solid var(--gray-100); line-height: 1.45;
}
.plan-features li:last-child { border-bottom: none; }
.feat-check { flex-shrink: 0; margin-top: 1px; width: 18px; height: 18px; border-radius: 50%; background: var(--green-light); display: flex; align-items: center; justify-content: center; }
.feat-check svg { width: 10px; height: 10px; stroke: var(--green); fill: none; stroke-width: 2.5; }

/* Preço */
.plan-pricing { margin-bottom: 16px; padding-top: 12px; border-top: 1px solid var(--gray-100); }
.price-from   { font-size: 0.78rem; color: var(--text-muted); text-decoration: line-through; margin-bottom: 2px; }
.price-current{ display: flex; align-items: baseline; gap: 4px; }
.price-value  { font-family: 'Sora', sans-serif; font-size: 2.2rem; font-weight: 800; color: var(--text-dark); line-height: 1; }
.price-period { font-size: 0.85rem; color: var(--text-muted); }
.price-note   { font-size: 0.7rem; color: var(--text-muted); margin-top: 4px; }

/* CTAs do card */
.plan-card-ctas { display: flex; flex-direction: column; gap: 7px; margin-top: auto; }

.btn-plan-main {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  background: var(--red); color: var(--white); padding: 12px 16px;
  border-radius: var(--radius-pill); font-family: 'Sora', sans-serif;
  font-weight: 700; font-size: 0.82rem; letter-spacing: 0.5px; text-transform: uppercase;
  transition: all var(--transition); text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 3px 12px rgba(186,3,12,0.25);
}
.btn-plan-main::before { content: '→'; font-size: 0.9rem; }
.btn-plan-main:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: var(--shadow-red); }

.btn-plan-phone {
  display: flex; align-items: center; justify-content: center; width: 100%;
  background: var(--yellow); color: var(--black);
  padding: 10px 14px; border-radius: var(--radius-pill);
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.75rem; letter-spacing: 0.3px;
  text-transform: uppercase; transition: all 0.2s; text-decoration: none; line-height: 1.25; text-align: center;
}
.btn-plan-phone:hover { filter: brightness(1.07); transform: translateY(-1px); }

.btn-plan-whatsapp {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  background: var(--green); color: var(--white);
  padding: 10px 14px; border-radius: var(--radius-pill);
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.3px;
  text-transform: uppercase; transition: all 0.2s; text-decoration: none;
}
.btn-plan-whatsapp svg { width: 16px; height: 16px; fill: var(--white); flex-shrink: 0; }
.btn-plan-whatsapp:hover { background: var(--green-dark); transform: translateY(-1px); }

.plans-legal {
  max-width: 860px; margin: 44px auto 0;
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 20px 24px; font-size: 0.78rem; color: var(--text-muted); line-height: 1.7; text-align: center;
}
.plans-legal strong { color: var(--text-body); }
.plans-legal .support-line { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--gray-100); }
.plans-legal .support-number { color: var(--red); font-weight: 700; }

/* =============================================
   COMPARE — fundo branco
   ============================================= */
.compare-section { background: var(--section-a); }
.compare-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; }
.compare-checklist { margin-bottom: 32px; }
.compare-checklist li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; font-size: 0.95rem; color: var(--text-body); border-bottom: 1px solid var(--gray-100); line-height: 1.45; }
.compare-checklist li:last-child { border-bottom: none; }
.check-icon { width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; background: var(--green-light); display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.check-icon svg { width: 10px; height: 10px; stroke: var(--green); fill: none; stroke-width: 2.5; }

.compare-table-wrap { border-radius: var(--radius-lg); border: 1.5px solid var(--border); overflow: hidden; overflow-x: auto; box-shadow: var(--shadow-card); }
table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
thead tr { background: linear-gradient(135deg, #2a0000, #1a0000); }
th { padding: 14px 18px; text-align: left; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.8rem; color: var(--white); border-bottom: 1px solid rgba(255,255,255,0.1); white-space: nowrap; }
td { padding: 12px 18px; border-bottom: 1px solid var(--gray-100); color: var(--text-body); white-space: nowrap; }
td:first-child { color: var(--text-dark); font-weight: 600; }
td.td-price { color: var(--red); font-weight: 700; font-family: 'Sora', sans-serif; }
td.td-check { color: var(--green); font-weight: 700; font-size: 1rem; }
tbody tr:last-child td { border-bottom: none; }
tbody tr:hover td { background: var(--gray-50); }
.table-footer { padding: 12px 18px; background: var(--gray-50); font-size: 0.78rem; color: var(--text-muted); text-align: center; border-top: 1px solid var(--border); }
.table-footer strong { color: var(--red); }

/* =============================================
   SKY+ — fundo cinza
   ============================================= */
.skyplus-section { background: var(--section-b); }
.skyplus-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.skyplus-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--yellow-light); border: 1.5px solid var(--yellow); border-radius: var(--radius-pill); padding: 6px 18px; margin-bottom: 24px; font-size: 0.75rem; font-weight: 700; color: #8a5d00; letter-spacing: 0.8px; text-transform: uppercase; }
.skyplus-perks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.perk-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-md); padding: 16px; transition: border-color 0.3s; box-shadow: var(--shadow-card); }
.perk-card:hover { border-color: var(--red); }
.perk-icon { margin-bottom: 8px; }
.perk-icon svg { width: 20px; height: 20px; stroke: var(--red); fill: none; stroke-width: 1.8; }
.perk-title { font-family: 'Sora', sans-serif; font-size: 0.85rem; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.perk-desc  { font-size: 0.74rem; color: var(--text-muted); line-height: 1.5; }

.skyplus-visual { display: flex; flex-direction: column; gap: 12px; }
.device-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.device-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-md); padding: 20px 12px; text-align: center; transition: all 0.3s; box-shadow: var(--shadow-card); }
.device-card:hover { border-color: var(--red); transform: translateY(-3px); }
.device-icon { margin: 0 auto 10px; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; }
.device-icon svg { width: 26px; height: 26px; stroke: var(--red); fill: none; stroke-width: 1.6; }
.device-name { font-family: 'Sora', sans-serif; font-size: 0.78rem; font-weight: 700; color: var(--text-body); }
.skyplus-promo-card { background: linear-gradient(135deg, #2a0000, #1a0000); border-radius: var(--radius-lg); padding: 24px; text-align: center; }
.skyplus-logo-display { font-family: 'Sora', sans-serif; font-size: 2rem; font-weight: 800; color: var(--white); margin-bottom: 6px; }
.skyplus-logo-display span { color: var(--red); }
.skyplus-promo-label { font-size: 0.8rem; color: rgba(255,255,255,0.65); }
.skyplus-promo-sub { font-size: 0.72rem; color: var(--yellow); margin-top: 4px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }

/* =============================================
   FOOTER — escuro
   ============================================= */
#site-footer { background: var(--black); border-top: 3px solid var(--red); padding: 60px 5vw 30px; }
.footer-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.6fr; gap: 48px; margin-bottom: 48px; }
.footer-brand-name { font-family: 'Sora', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--white); margin-bottom: 6px; }
.footer-brand-name span { color: var(--red); }
.footer-brand-sub { font-size: 0.78rem; color: rgba(255,255,255,0.45); line-height: 1.65; }
.footer-col-title { font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--red); margin-bottom: 16px; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,0.55); font-size: 0.875rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-cta-col { display: flex; flex-direction: column; }
.footer-region-label { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.4); margin-bottom: 10px; margin-top: 14px; }
.footer-region-label:first-of-type { margin-top: 0; }
.btn-footer-whats { display: flex; align-items: center; gap: 10px; background: var(--green); color: var(--white); text-decoration: none; padding: 11px 18px; border-radius: var(--radius-pill); font-weight: 700; font-size: 0.85rem; transition: all 0.2s; }
.btn-footer-whats:hover { background: var(--green-dark); }
.btn-footer-cliente { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.8); text-decoration: none; padding: 11px 18px; border-radius: var(--radius-pill); font-weight: 600; font-size: 0.85rem; transition: all 0.2s; margin-top: 8px; }
.btn-footer-cliente:hover { background: rgba(255,255,255,0.14); color: var(--white); }
.btn-footer-phone { display: flex; align-items: center; gap: 10px; background: var(--red); color: var(--white); text-decoration: none; padding: 11px 18px; border-radius: var(--radius-pill); font-weight: 700; font-size: 0.85rem; transition: all 0.2s; margin-top: 8px; }
.btn-footer-phone:hover { background: var(--red-dark); }
.footer-divider { max-width: 1280px; margin: 0 auto; height: 1px; background: rgba(186,3,12,0.3); }
.footer-bottom { max-width: 1280px; margin: 22px auto 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom-text { font-size: 0.73rem; color: rgba(255,255,255,0.35); line-height: 1.65; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 0.73rem; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.footer-bottom-links a:hover { color: var(--white); }

/* =============================================
   FLOATING WHATSAPP
   ============================================= */
.floating-whatsapp { position: fixed; bottom: 24px; right: 24px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.float-tooltip { background: var(--white); border: 1px solid var(--border); border-left: 3px solid var(--red); border-radius: var(--radius-md); padding: 14px 18px; max-width: 210px; box-shadow: var(--shadow-hover); animation: tooltip-in 0.35s ease both; }
@keyframes tooltip-in { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)} }
.float-tooltip p { font-size: 0.78rem; color: var(--text-body); line-height: 1.4; margin-bottom: 3px; }
.float-tooltip strong { color: var(--red); font-family: 'Sora', sans-serif; font-size: 1rem; }
.float-btn-whatsapp { width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: var(--white); display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 4px 20px rgba(0,176,76,0.45); transition: all 0.2s; }
.float-btn-whatsapp:hover { transform: scale(1.1); box-shadow: 0 8px 28px rgba(0,176,76,0.6); }
.float-btn-whatsapp svg { width: 26px; height: 26px; fill: var(--white); }

/* =============================================
   PÁGINAS INTERNAS
   ============================================= */
.page-hero { padding: 70px 5vw 56px; background: var(--black); border-bottom: 3px solid var(--red); }
.page-hero .section-tag { color: rgba(255,255,255,0.5); }
.page-hero .section-title { color: var(--white); }
.page-hero .section-desc { color: rgba(255,255,255,0.65); }

.page-content-section { background: var(--section-b); padding: 72px 5vw; }
.page-content-inner { max-width: 900px; margin: 0 auto; }

/* Stat badges */
.stat-badges { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.stat-badge { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-top: 3px solid var(--red); border-radius: var(--radius-md); padding: 14px 22px; text-align: center; }
.stat-number { font-family: 'Sora', sans-serif; font-size: 1.7rem; font-weight: 800; color: var(--red); display: block; }
.stat-label  { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-top: 2px; }

/* Segmentos */
.segments-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 14px; margin-top: 44px; }
.segment-card  { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-md); padding: 20px 16px; transition: all 0.3s; box-shadow: var(--shadow-card); }
.segment-card:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.segment-icon  { width: 38px; height: 38px; border-radius: var(--radius-sm); background: var(--red-light); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.segment-icon svg { width: 20px; height: 20px; stroke: var(--red); fill: none; stroke-width: 1.7; }
.segment-name  { font-family: 'Sora', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--text-dark); margin-bottom: 5px; }
.segment-desc  { font-size: 0.76rem; color: var(--text-muted); line-height: 1.5; }

/* Steps */
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 44px; }
.step-card  { text-align: center; padding: 28px 18px; background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); transition: border-color 0.3s; box-shadow: var(--shadow-card); }
.step-card:hover { border-color: var(--red); }
.step-number { font-family: 'Sora', sans-serif; font-size: 2.2rem; font-weight: 800; color: var(--red); opacity: 0.6; display: block; margin-bottom: 12px; }
.step-title  { font-family: 'Sora', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.step-desc   { font-size: 0.81rem; color: var(--text-muted); line-height: 1.6; }

/* Features */
.features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 16px; margin-top: 44px; }
.feature-card  { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-md); padding: 22px; transition: all 0.3s; box-shadow: var(--shadow-card); }
.feature-card:hover { border-color: var(--red); }
.feature-card-icon  { width: 38px; height: 38px; border-radius: var(--radius-sm); background: var(--red-light); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.feature-card-icon svg { width: 20px; height: 20px; stroke: var(--red); fill: none; stroke-width: 1.8; }
.feature-card-title { font-family: 'Sora', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.feature-card-desc  { font-size: 0.8rem; color: var(--text-muted); line-height: 1.6; }

/* FAQ */
.faq-list   { margin-top: 44px; border: 1.5px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); }
.faq-item   { border-bottom: 1px solid var(--border); background: var(--white); }
.faq-item:last-child { border-bottom: none; }
.faq-question { width: 100%; background: none; border: none; text-align: left; padding: 18px 22px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: 'Sora', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--text-dark); transition: color 0.2s; }
.faq-question:hover { color: var(--red); }
.faq-icon   { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--red-light); border: 1.5px solid rgba(186,3,12,0.25); display: flex; align-items: center; justify-content: center; transition: all 0.3s; font-size: 1.1rem; font-weight: 700; color: var(--red); line-height: 1; }
.faq-item.is-open .faq-icon { background: var(--red); color: var(--white); transform: rotate(45deg); }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height 0.4s ease; background: var(--gray-50); }
.faq-answer-inner { padding: 0 22px 18px; font-size: 0.88rem; color: var(--text-body); line-height: 1.75; }

/* SKY+ planos */
.skyplus-plans-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px,1fr)); gap: 20px; }
.skyplus-plan-card  { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: all 0.3s; box-shadow: var(--shadow-card); }
.skyplus-plan-card:hover { transform: translateY(-5px); border-color: var(--yellow); box-shadow: var(--shadow-hover); }
.skyplus-plan-header { background: linear-gradient(135deg, #2a0000, #1a0000); padding: 16px 18px; }
.skyplus-plan-type  { font-size: 0.62rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--yellow); margin-bottom: 4px; }
.skyplus-plan-name  { font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 800; color: var(--white); line-height: 1.25; }
.skyplus-plan-body  { padding: 16px 18px; flex: 1; display: flex; flex-direction: column; }
.skyplus-plan-features { flex: 1; margin-bottom: 16px; }
.skyplus-plan-features li { display: flex; gap: 9px; align-items: flex-start; font-size: 0.83rem; color: var(--text-body); padding: 6px 0; border-bottom: 1px solid var(--gray-100); line-height: 1.4; }
.skyplus-plan-features li:last-child { border-bottom: none; }
.skyplus-plan-price-from { font-size: 0.78rem; color: var(--text-muted); text-decoration: line-through; margin-bottom: 2px; }
.skyplus-plan-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 16px; padding-top: 10px; border-top: 1px solid var(--gray-100); }
.skyplus-plan-price .price-value  { font-family: 'Sora', sans-serif; font-size: 2rem; font-weight: 800; color: var(--text-dark); }
.skyplus-plan-price .price-period { font-size: 0.83rem; color: var(--text-muted); }
.btn-plan-yellow { display: flex; align-items: center; justify-content: center; width: 100%; background: var(--yellow); color: var(--black); padding: 11px 16px; border-radius: var(--radius-pill); font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.4px; transition: all var(--transition); text-decoration: none; border: none; cursor: pointer; }
.btn-plan-yellow:hover { filter: brightness(1.08); transform: translateY(-2px); }

/* Pré-Pago */
.prepago-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px,1fr)); gap: 20px; }
.prepago-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: all 0.3s; box-shadow: var(--shadow-card); position: relative; }
.prepago-card.is-offer { border-color: var(--yellow); }
.prepago-card.is-offer::before { content: 'Oferta Especial'; position: absolute; top: 14px; right: 14px; background: var(--yellow); color: var(--black); font-size: 0.62rem; font-weight: 800; text-transform: uppercase; padding: 3px 12px; border-radius: var(--radius-pill); }
.prepago-card:hover { transform: translateY(-5px); border-color: var(--red); box-shadow: var(--shadow-hover); }
.prepago-header { background: linear-gradient(135deg, #2a0000, #1a0000); padding: 16px 18px; }
.prepago-type  { font-size: 0.62rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 4px; }
.prepago-name  { font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 800; color: var(--white); }
.prepago-body  { padding: 16px 18px; flex: 1; display: flex; flex-direction: column; }
.prepago-features { flex: 1; margin-bottom: 14px; }
.prepago-features li { display: flex; gap: 9px; align-items: flex-start; font-size: 0.83rem; color: var(--text-body); padding: 6px 0; border-bottom: 1px solid var(--gray-100); line-height: 1.4; }
.prepago-features li:last-child { border-bottom: none; }
.prepago-price-from { font-size: 0.78rem; color: var(--text-muted); margin-bottom: 2px; }
.prepago-price-row  { display: flex; align-items: baseline; gap: 4px; margin-bottom: 14px; padding-top: 10px; border-top: 1px solid var(--gray-100); }
.prepago-price-row .price-value  { font-family: 'Sora', sans-serif; font-size: 1.7rem; font-weight: 800; color: var(--text-dark); }
.prepago-price-row .price-period { font-size: 0.8rem; color: var(--text-muted); }

/* Benefits */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px,1fr)); gap: 14px; }
.benefit-card  { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-md); padding: 18px; transition: border-color 0.3s; box-shadow: var(--shadow-card); }
.benefit-card:hover { border-color: var(--red); }
.benefit-icon  { width: 34px; height: 34px; border-radius: var(--radius-sm); background: var(--red-light); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.benefit-icon svg { width: 17px; height: 17px; stroke: var(--red); fill: none; stroke-width: 1.8; }
.benefit-title { font-family: 'Sora', sans-serif; font-size: 0.85rem; font-weight: 700; color: var(--text-dark); margin-bottom: 5px; }
.benefit-desc  { font-size: 0.76rem; color: var(--text-muted); line-height: 1.5; }

/* Coverage */
.coverage-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px,1fr)); gap: 16px; margin-top: 44px; }
.coverage-card { background: var(--white); border: 1.5px solid var(--border); border-left: 3px solid var(--red); border-radius: var(--radius-md); padding: 20px; box-shadow: var(--shadow-card); }
.coverage-card h3 { font-size: 0.95rem; color: var(--red); margin-bottom: 7px; }
.coverage-card p  { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }

/* Prose */
.prose h2 { font-size: 1.25rem; color: var(--text-dark); margin: 36px 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--gray-100); }
.prose h2:first-child { margin-top: 0; }
.prose p  { font-size: 0.95rem; color: var(--text-body); line-height: 1.8; margin-bottom: 16px; }
.prose ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.prose ul li { font-size: 0.95rem; color: var(--text-body); line-height: 1.75; margin-bottom: 6px; }
.prose a  { color: var(--red); }
.prose a:hover { text-decoration: underline; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 24px; }
.blog-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.3s; box-shadow: var(--shadow-card); }
.blog-card:hover { transform: translateY(-4px); border-color: var(--red); box-shadow: var(--shadow-hover); }
.blog-card-img  { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--gray-100); min-height: 140px; }
.blog-card-body { padding: 20px; }
.blog-card-tag  { font-size: 0.67rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--red); margin-bottom: 8px; }
.blog-card h3   { font-size: 0.98rem; color: var(--text-dark); margin-bottom: 9px; line-height: 1.4; }
.blog-card p    { font-size: 0.81rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 12px; }
.blog-card-link { font-size: 0.79rem; font-weight: 600; color: var(--red); transition: color 0.2s; }
.blog-card-link:hover { color: var(--red-dark); }

/* =============================================
   POPUP DE LEAD
   ============================================= */
.lead-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.65); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
  z-index: 1000; display: none; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; transition: opacity 0.3s ease;
  pointer-events: none;
}
.lead-overlay.is-open {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

.lead-modal {
  width: 100%; max-width: 500px; border-radius: 20px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  transform: translateY(20px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
.lead-overlay.is-open .lead-modal { transform: translateY(0) scale(1); }

.lead-modal-header {
  background: linear-gradient(135deg, #7a0207, var(--red), #cc0410);
  padding: 30px 32px 26px; position: relative;
}
.lead-modal-eyebrow {
  display: inline-block; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.3);
  border-radius: var(--radius-pill); padding: 3px 14px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--white); margin-bottom: 12px;
}
.lead-modal-title { font-family: 'Sora', sans-serif; font-size: 1.7rem; font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 6px; }
.lead-modal-subtitle { font-size: 0.85rem; color: rgba(255,255,255,0.75); }
.lead-modal-close { position: absolute; top: 14px; right: 16px; background: rgba(255,255,255,0.18); border: none; border-radius: 50%; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--white); font-size: 1rem; line-height: 1; transition: background 0.2s; }
.lead-modal-close:hover { background: rgba(255,255,255,0.3); }

.lead-modal-body { background: var(--white); padding: 24px 32px 28px; }

.lead-plan-info { display: flex; align-items: center; justify-content: space-between; background: var(--gray-50); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 12px 16px; margin-bottom: 20px; gap: 12px; }
.lead-plan-name  { font-size: 0.88rem; font-weight: 600; color: var(--text-dark); }
.lead-plan-price { font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 800; color: var(--red); white-space: nowrap; }

.lead-form-wrap { }
.lead-form-wrap.hidden { display: none; }

.lead-form-input {
  width: 100%; background: var(--gray-50); border: 1.5px solid var(--border);
  border-radius: var(--radius-md); padding: 13px 16px;
  font-family: 'Inter', sans-serif; font-size: 0.93rem; color: var(--text-dark);
  outline: none; transition: border-color 0.2s, box-shadow 0.2s; margin-bottom: 10px; -webkit-appearance: none;
}
.lead-form-input:focus { border-color: var(--red); background: var(--white); box-shadow: 0 0 0 3px rgba(186,3,12,0.1); }
.lead-form-input::placeholder { color: #bbb; }
.lead-form-input.has-error { border-color: #e53935; }

.lead-form-error { font-size: 0.72rem; color: #e53935; margin-top: -6px; margin-bottom: 8px; display: none; }
.lead-form-error.visible { display: block; }

.btn-lead-submit {
  width: 100%; background: var(--red); color: var(--white); border: none;
  padding: 14px 20px; border-radius: var(--radius-pill);
  font-family: 'Sora', sans-serif; font-weight: 800; font-size: 0.85rem; letter-spacing: 1.2px;
  text-transform: uppercase; cursor: pointer; transition: all var(--transition); margin-top: 6px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 4px 16px rgba(186,3,12,0.3);
}
.btn-lead-submit:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: var(--shadow-red); }
.btn-lead-submit:disabled { opacity: 0.65; cursor: not-allowed; transform: none; }

.lead-disclaimer { font-size: 0.7rem; color: var(--text-muted); text-align: center; margin-top: 12px; line-height: 1.5; }

.lead-success { display: none; text-align: center; padding: 16px 0 8px; }
.lead-success.visible { display: block; }
.lead-success-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--green-light); border: 2px solid var(--green); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.lead-success-icon svg { width: 24px; height: 24px; stroke: var(--green); fill: none; stroke-width: 2.5; }
.lead-success-title { font-family: 'Sora', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--text-dark); margin-bottom: 8px; }
.lead-success-desc  { font-size: 0.86rem; color: var(--text-muted); line-height: 1.6; }

/* =============================================
   RESPONSIVO
   ============================================= */
@media (max-width: 1100px) {
  .hero-grid    { grid-template-columns: 1fr; }
  .hero-visual  { display: none; }
  .compare-grid { grid-template-columns: 1fr; gap: 36px; }
  .skyplus-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid  { grid-template-columns: 1fr 1fr; }
  .steps-grid   { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 768px) {
  .nav-main, .header-cta { display: none; }
  .hamburger { display: flex; }
  .hero-section { padding: 56px 5vw 52px; min-height: auto; }
  .sky-section  { padding: 52px 5vw; }
  .plans-grid, .skyplus-plans-grid, .prepago-grid { grid-template-columns: 1fr; }
  .skyplus-perks-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-bottom-links { justify-content: center; }
  .floating-whatsapp { bottom: 16px; right: 16px; }
  .float-tooltip { display: none; }
  .segments-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .hero-cta-group { flex-direction: column; }
  .btn-primary, .btn-secondary, .btn-whatsapp { width: 100%; justify-content: center; }
  .filter-btn   { padding: 7px 14px; font-size: 0.82rem; }
  .lead-modal-header { padding: 24px 20px 20px; }
  .lead-modal-title  { font-size: 1.35rem; }
  .lead-modal-body   { padding: 20px 18px 24px; }
  .segments-grid, .benefits-grid { grid-template-columns: 1fr; }
  .stat-badges { flex-direction: column; }
  th, td { padding: 10px 12px; }
}

/* ============================================================
   INTERNAL PAGE SECTION ALTERNATION
   ============================================================ */
.bg-white { background: var(--section-a) !important; }
.bg-gray  { background: var(--section-b) !important; }
.bg-dark  { background: var(--black) !important; }

/* Internal pages: alternate gray/white */
.sky-section.bg-white + .sky-section { background: var(--section-b) !important; }
.sky-section.bg-gray  + .sky-section { background: var(--section-a) !important; }

/* Page hero is always dark */
.page-hero { background: var(--black) !important; }

/* Section tag on dark bg = lighter red tint */
.page-hero .section-tag  { color: rgba(255,255,255,0.5) !important; }
.page-hero .section-title { color: var(--white) !important; }
.page-hero .section-desc  { color: rgba(255,255,255,0.65) !important; }
.page-hero .stat-badge    { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.12); }

/* bg overrides removed — use .bg-white/.bg-gray classes instead */

/* Make compare table header match new theme */
.compare-table-wrap thead tr { background: var(--black) !important; }

/* FAQ on white bg */
.sky-section.bg-white .faq-list { background: var(--white); }
.sky-section.bg-gray .faq-list  { background: var(--white); }

/* Form section in dark for contrast */
.form-section { background: var(--black) !important; }
.form-section .section-tag   { color: rgba(255,255,255,0.5); }
.form-section .section-title { color: var(--white); }
.form-section .section-desc  { color: rgba(255,255,255,0.6); }
.form-box {
  background: var(--white) !important;
  border: 1.5px solid var(--border) !important;
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-top: 36px;
}
.form-label { color: var(--text-body) !important; }
.form-input { background: var(--gray-50); border-color: var(--border); color: var(--text-dark); }
.form-input:focus { border-color: var(--red); background: var(--white); }
.form-input::placeholder { color: #bbb; }
.form-disclaimer { color: var(--text-muted); }
.form-error-msg { color: #e53935; }
.success-title { color: var(--text-dark); }
.success-desc  { color: var(--text-muted); }
.success-icon-wrap { background: var(--green-light); border-color: var(--green); }
.success-icon-wrap svg { stroke: var(--green); }
.btn-form-submit { background: var(--green); color: var(--white); }
.btn-form-submit:hover { background: var(--green-dark); }

/* SKY+ plan cards on white */
.skyplus-plan-header { background: linear-gradient(135deg,#2a0000,#1a0000) !important; }
.skyplus-plan-card { box-shadow: var(--shadow-card); }

/* Prepago header dark */
.prepago-header { background: linear-gradient(135deg,#2a0000,#1a0000) !important; }

/* Stat badges on dark page-hero context */
.page-hero .stat-number { color: #ff6b6b !important; }

/* Perk/feature/segment on gray section = white card */
.bg-gray .perk-card,
.bg-gray .device-card,
.bg-gray .segment-card,
.bg-gray .benefit-card,
.bg-gray .coverage-card,
.bg-gray .step-card,
.bg-gray .feature-card,
.bg-gray .blog-card { background: var(--white) !important; }

.bg-white .perk-card,
.bg-white .device-card,
.bg-white .segment-card,
.bg-white .benefit-card,
.bg-white .coverage-card,
.bg-white .step-card,
.bg-white .feature-card,
.bg-white .blog-card { background: var(--gray-50) !important; border-color: var(--border) !important; }

/* ============================================================
   FIX v5 — Cards, botões hero e margens
   ============================================================ */

/* ---- Grid containers com max-width e padding corretos ---- */
.skyplus-plans-grid,
.prepago-grid,
.benefits-grid,
.segments-grid,
.features-grid,
.steps-grid,
.coverage-grid {
  max-width: 1280px;
  margin: 0 auto;
}

/* ---- Seções internas com container centralizado ---- */
.sky-section > div[style*="max-width:1280px"],
.sky-section > div[style*="max-width: 1280px"] {
  padding: 0 !important; /* padding já vem do sky-section padding: 80px 5vw */
}

/* ---- Cards SKY+ — corrigir padding interno ---- */
.skyplus-plan-card {
  padding: 0;  /* padding já está no header+body separados */
}

.skyplus-plan-body {
  padding: 18px 20px 20px !important;
}

.skyplus-plan-header {
  padding: 16px 20px !important;
}

/* ---- Cards Pré-Pago — corrigir padding ---- */
.prepago-body {
  padding: 18px 20px 20px !important;
}

.prepago-header {
  padding: 16px 20px !important;
}

/* ---- Segmentos e features — garantir padding nos cards ---- */
.segment-card,
.feature-card,
.step-card,
.benefit-card,
.coverage-card,
.perk-card {
  padding: 22px 20px !important;
}

/* ============================================================
   FIX — Botões secundários no hero das páginas internas
   O page-hero tem fundo escuro, mas .btn-secondary usava
   cor de texto dark (#111). Forçar branco no contexto dark.
   ============================================================ */

/* btn-secondary dentro de page-hero (fundo escuro) */
.page-hero .btn-secondary {
  color: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  background: transparent !important;
}

.page-hero .btn-secondary:hover {
  color: var(--white) !important;
  border-color: var(--red) !important;
  background: rgba(186, 3, 12, 0.12) !important;
}

/* btn-secondary dentro de hero-section (homepage hero escuro) */
.hero-section .btn-secondary {
  color: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  background: transparent !important;
}

.hero-section .btn-secondary:hover {
  color: var(--white) !important;
  border-color: var(--red) !important;
}

/* Qualquer botão outline dentro de seção dark */
.bg-dark .btn-secondary,
.form-section .btn-secondary {
  color: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* ============================================================
   FIX — Botão "Ver segmentos" e similares nas heroes internas
   ============================================================ */
.page-hero a.btn-secondary,
.page-hero button.btn-secondary {
  color: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

/* ============================================================
   FIX — Cards SKY+ sem cabeçalho escuro (simples como modelo)
   ============================================================ */
.skyplus-plan-card .skyplus-plan-header {
  background: linear-gradient(135deg, #2a0000, #1a0000) !important;
  border-radius: 0 !important;
}

/* ---- Page sections — garantir que o conteúdo interno
        não fica colado nas bordas laterais em mobile ---- */
@media (max-width: 900px) {
  .skyplus-plans-grid,
  .prepago-grid,
  .segments-grid,
  .features-grid,
  .steps-grid,
  .benefits-grid,
  .coverage-grid,
  .plans-grid {
    padding: 0 !important;
  }
}

/* ============================================================
   FIX — Seções com conteúdo inline (style max-width)
   garantir padding lateral nas páginas internas
   ============================================================ */
.sky-section > [style*="max-width:1280px;margin:0 auto"] {
  width: 100%;
}

/* Todas as sky-section usam padding: 80px 5vw — mas os
   filhos com max-width:1280px não devem ter padding extra. */


/* ============================================================
   FIX v6 — form-section garantia de fundo escuro
   ============================================================ */
.form-section,
section[style*="background:var(--black)"] {
  background: var(--black) !important;
}

/* form-box sempre branco com sombra, nunca transparente */
.form-box {
  background: #ffffff !important;
  border: 1.5px solid #e8e8e8 !important;
  border-radius: 16px !important;
  padding: 32px 32px 28px !important;
  margin-top: 32px !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
}

/* form-fields e form-success: nunca mostrar juntos */
.form-fields           { display: block; }
.form-fields.hidden    { display: none !important; }
.form-success          { display: none; }
.form-success.visible  { display: block !important; }

/* Labels e inputs dentro do form-box */
.form-box .form-label {
  color: #444444 !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
}

.form-box .form-input {
  background: #f7f7f7 !important;
  border: 1.5px solid #e0e0e0 !important;
  color: #111111 !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  font-size: 0.92rem !important;
}

.form-box .form-input:focus {
  border-color: #BA030C !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(186,3,12,0.1) !important;
}

.form-box .form-input::placeholder { color: #aaaaaa !important; }

/* Botão de submit */
.form-box .btn-form-submit,
.btn-form-submit {
  width: 100% !important;
  background: #00B04C !important;
  color: #ffffff !important;
  border: none !important;
  padding: 14px 20px !important;
  border-radius: 40px !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.22s !important;
  box-shadow: 0 4px 16px rgba(0,176,76,0.28) !important;
}

.form-box .btn-form-submit:hover,
.btn-form-submit:hover {
  background: #008F3D !important;
  transform: translateY(-2px) !important;
}

/* Success state */
.form-box .success-title { color: #111111 !important; }
.form-box .success-desc  { color: #777777 !important; }
.form-box .success-icon-wrap { background: #f0fdf6 !important; border-color: #00B04C !important; }
.form-box .success-icon-wrap svg { stroke: #00B04C !important; }

/* Disclaimer */
.form-box .form-disclaimer { color: #999 !important; }

/* Error messages */
.form-box .form-error-msg { color: #e53935 !important; }

/* Select styling */
.form-box select.form-input { cursor: pointer; }

/* ============================================================
   FIX v7 — Overlays nunca bloqueiam cliques quando fechados
   ============================================================ */

/* lead-overlay: usa display:none quando fechado (corrigido no CSS e JS) */
.lead-overlay:not(.is-open) {
  display: none !important;
  pointer-events: none !important;
}

/* Botão flutuante WhatsApp — sempre acessível, z-index máximo */
#float-wa-btn {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  z-index: 9999 !important;
  pointer-events: all !important;
  cursor: pointer !important;
}

/* floating-whatsapp removido */

/* Garantia: nenhum overlay fechado bloqueia interações */
[style*="visibility:hidden"],
[style*="opacity:0"][style*="pointer-events:none"] {
  pointer-events: none !important;
}


/* ============================================================
   SEÇÃO DARK INTERNA (CTA final em páginas claras)
   ============================================================ */
.sky-section.dark-cta {
  background: #111111 !important;
}
.sky-section.dark-cta .section-tag   { color: rgba(255,255,255,0.5) !important; }
.sky-section.dark-cta .section-title { color: #ffffff !important; }
.sky-section.dark-cta .section-desc  { color: rgba(255,255,255,0.65) !important; }
.sky-section.dark-cta p              { color: rgba(255,255,255,0.65) !important; }

/* ============================================================
   LOGO — header e footer
   ============================================================ */

/* Logo no header: ajusta tamanho e alinhamento */
.site-logo img {
  height: 44px !important;
  width: auto !important;
  max-width: 200px;
  display: block;
  object-fit: contain;
}

/* Logo no footer: levemente menor */
.footer-brand img {
  height: 40px !important;
  width: auto !important;
  max-width: 180px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1); /* garante branco mesmo se PNG for colorida */
}

/* Se a logo-white.png já for branca, remove o filtro */
.footer-brand img.logo-already-white {
  filter: none;
}

/* WordPress custom-logo no header (via Personalizar) */
.site-logo .custom-logo-link img,
.site-logo .custom-logo {
  height: 44px !important;
  width: auto !important;
  max-width: 200px;
}

/* Mobile: logo um pouco menor */
@media (max-width: 480px) {
  .site-logo img,
  .site-logo .custom-logo { height: 36px !important; }
  .footer-brand img { height: 34px !important; }
}

/* ============================================================
   INSTRUÇÕES PARA TROCAR A LOGO VIA PAINEL WORDPRESS
   Use: Aparência → Personalizar → Identidade do Site → Logo
   Tamanho recomendado: 200x60px, PNG com fundo transparente
   Logo branca para header (fundo escuro)
   Logo colorida ou branca para footer
   ============================================================ */
