/* =================================================================
   LUMINA TV — Landing premium (IPTV)
   Estrutura/estética inspirada em amigosdobem.org
   (pílulas arredondadas, cartões 28px, títulos centrais com palavra
   destacada, contadores, carrossel com setas+bolinhas, sombras quentes)
   recriada na identidade Lumina: âmbar de cinema (#F97316) + grafite quente.
   ================================================================= */

/* ---------- Tokens ---------- */
:root {
  /* Superfícies — grafite quente de cinema (não frio, não preto puro) */
  --bg-900: #100C09;          /* fundo base, quente */
  --bg-850: #161009;
  --bg-800: #1A130C;          /* faixas alternadas */
  --surface: #1F1710;         /* cartões */
  --surface-2: #271D14;       /* cartões elevados / hover */
  --cream: #F7F2EA;           /* banda clara "destaque/transparência" */
  --cream-2: #EFE7DA;

  /* Âmbar de cinema — marca */
  --amber-700: #C2410C;
  --amber-600: #F97316;       /* primário */
  --amber-500: #FB923C;
  --amber-400: #FDBA74;
  --amber-300: #FCD9B6;
  --amber-glow: rgba(249, 115, 22, 0.42);
  --gold: #F5C451;            /* eco do amarelo do ref (acento quente) */

  /* Texto sobre escuro */
  --text-hi: #FBF7F2;
  --text-mid: #D9CFC4;
  --text-low: #9E9384;
  /* Texto sobre claro */
  --ink: #211712;
  --ink-mid: #5E5246;

  /* Funcionais */
  --success: #4ADE80;
  --whats: #25D366;
  --live: #FF3B57;
  --border: rgba(255, 240, 224, 0.10);
  --border-strong: rgba(255, 240, 224, 0.17);

  /* Medidas / formas — ref usa pílulas e cantos grandes */
  --container: 1180px;
  --radius: 18px;
  --radius-lg: 28px;          /* cartões grandes do ref */
  --radius-pill: 999px;       /* botões pílula do ref */
  --pad-x: clamp(20px, 5vw, 44px);

  /* Tipografia — par do ref: Inter (títulos) + Montserrat (corpo) */
  --font-head: "Inter", system-ui, -apple-system, Arial, sans-serif;
  --font-body: "Montserrat", system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);          /* ease-out-quint */
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-card: 0 18px 44px -18px rgba(0,0,0,.66);
  --shadow-soft: 0 15px 30px rgba(0,0,0,.18);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

body {
  font-family: var(--font-body);
  background: var(--bg-900);
  color: var(--text-mid);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }

/* Atmosfera: grão de cinema sutil */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.045; mix-blend-mode: soft-light;
}

/* ---------- Tipografia ---------- */
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--text-hi); line-height: 1.08; font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.95rem, 5.2vw, 3.05rem); font-weight: 900; }
h3 { font-size: clamp(1.2rem, 3vw, 1.55rem); font-weight: 800; letter-spacing: -0.01em; }
strong, b { font-weight: 700; }
.amber { color: var(--amber-400); }
.lead { font-size: clamp(1.05rem, 2.3vw, 1.22rem); color: var(--text-mid); font-weight: 400; }

/* Eyebrow estilo ref: rótulo em pílula clara */
.eyebrow {
  font-family: var(--font-body);
  font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--amber-400);
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(249,115,22,.12);
  border: 1px solid rgba(249,115,22,.22);
  padding: 7px 14px; border-radius: var(--radius-pill);
}
.eyebrow .pip { width: 6px; height: 6px; border-radius: 50%; background: var(--amber-500); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--pad-x); position: relative; z-index: 1; }
section { padding-block: clamp(60px, 10vw, 116px); position: relative; }
.section-head { max-width: 680px; margin-bottom: clamp(34px, 6vw, 58px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head h2 { margin-top: 2px; }
.section-head .lead { margin-top: 18px; }
.section-head.center .lead { margin-inline: auto; max-width: 60ch; }

/* ---------- Botões (pílula, como no ref) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head);
  font-weight: 700; font-size: 1.02rem; line-height: 1;
  padding: 17px 30px; border-radius: var(--radius-pill); min-height: 56px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s var(--ease-soft), color .25s;
  text-align: center; white-space: nowrap; letter-spacing: -.01em;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-primary {
  background: linear-gradient(180deg, var(--amber-500), var(--amber-600));
  color: #fff;
  box-shadow: 0 12px 32px -8px var(--amber-glow), inset 0 1px 0 rgba(255,255,255,.22);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 48px -10px var(--amber-glow), inset 0 1px 0 rgba(255,255,255,.3); }
.btn-primary:active { transform: translateY(-1px) scale(.99); }
.btn-whats { background: var(--whats); color: #04210f; box-shadow: 0 12px 32px -10px rgba(37,211,102,.5); }
.btn-whats:hover { transform: translateY(-3px); box-shadow: 0 20px 48px -10px rgba(37,211,102,.55); }
.btn-ghost { background: rgba(255,255,255,.05); color: var(--text-hi); border: 1.5px solid var(--border-strong); }
.btn-ghost:hover { background: rgba(255,255,255,.09); border-color: var(--amber-500); color: var(--text-hi); }
.btn-light { background: var(--cream); color: var(--ink); }
.btn-light:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.btn-block { width: 100%; }
.btn-sm { padding: 12px 22px; min-height: 46px; font-size: .92rem; }
.cta-note { font-size: .85rem; color: var(--text-low); margin-top: 14px; }
.cta-note b { color: var(--text-mid); font-weight: 600; }

/* ---------- Announcement bar ---------- */
.announce {
  position: relative; z-index: 3;
  background: linear-gradient(90deg, var(--amber-700), var(--amber-600) 55%, var(--amber-500));
  color: #fff;
  font-size: .85rem; font-weight: 500;
}
.announce .container { display: flex; align-items: center; justify-content: center; gap: 10px; padding-block: 9px; text-align: center; }
.announce .dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: pulse 2.4s infinite; flex: none; }
.announce b { font-weight: 800; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(255,255,255,.6)} 70%{box-shadow:0 0 0 8px rgba(255,255,255,0)} 100%{box-shadow:0 0 0 0 rgba(255,255,255,0)} }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); background: rgba(16,12,9,.72); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s, box-shadow .3s; }
.header.scrolled { border-bottom-color: var(--border); background: rgba(16,12,9,.9); box-shadow: 0 10px 30px -20px rgba(0,0,0,.8); }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 14px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 40px; height: 40px; border-radius: 11px; }
.brand .name { font-family: var(--font-head); font-weight: 900; font-size: 1.28rem; color: var(--text-hi); letter-spacing: -.02em; }
.brand .name b { color: var(--amber-400); font-weight: 900; }
.head-nav { display: flex; align-items: center; gap: 8px; }
.head-links { display: none; align-items: center; gap: 28px; margin-right: 14px; }
@media (min-width: 900px) { .head-links { display: flex; } }
.head-links a { font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--text-mid); white-space: nowrap; transition: color .2s; }
.head-links a:hover { color: var(--amber-300); }
.header-cta-text { display: none; }
@media (min-width: 560px) { .header-cta-text { display: inline; } }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(46px, 8vw, 84px); padding-bottom: clamp(54px, 9vw, 92px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; z-index: 0; top: -220px; left: 50%; transform: translateX(-50%);
  width: 1100px; height: 880px; max-width: 150vw;
  background:
    radial-gradient(40% 48% at 30% 28%, rgba(249,115,22,.30), transparent 70%),
    radial-gradient(44% 54% at 78% 24%, rgba(245,196,81,.16), transparent 72%),
    radial-gradient(60% 60% at 56% 96%, rgba(194,65,12,.16), transparent 78%);
  filter: blur(40px); pointer-events: none;
}
.hero .container { display: grid; gap: clamp(38px, 6vw, 70px); align-items: center; }
@media (min-width: 960px) { .hero .container { grid-template-columns: 1.04fr 0.96fr; } }
.hero h1 { font-size: clamp(2.45rem, 7.2vw, 4.3rem); margin-top: 20px; }
.hero h1 .hl { color: var(--amber-400); white-space: nowrap; }
.hero .lead { margin-top: 22px; max-width: 32ch; }
.hero-cta { margin-top: 30px; display: flex; flex-direction: column; gap: 14px; align-items: stretch; }
@media (min-width: 480px) { .hero-cta { flex-direction: row; flex-wrap: wrap; align-items: center; } }
.hero-trust { margin-top: 28px; display: flex; align-items: center; gap: 13px; color: var(--text-low); font-size: .9rem; }
.avatars { display: flex; }
.avatars span { width: 34px; height: 34px; border-radius: 50%; border: 2.5px solid var(--bg-900); margin-left: -10px; background-size: cover; display: grid; place-items: center; font-size: .72rem; font-weight: 700; color: #fff; overflow: hidden; }
.avatars span:first-child { margin-left: 0; }
.avatars span img { width: 100%; height: 100%; object-fit: cover; }
.hero-trust b { color: var(--text-hi); font-weight: 700; }
.stars { color: var(--gold); letter-spacing: 2px; }

/* Mockup TV + celular (preservado, retematizado) */
.mock { position: relative; perspective: 1400px; }
.mock-tv { position: relative; border-radius: 18px; padding: 11px 11px 0; background: linear-gradient(160deg, #2a2018, #120d08); border: 1px solid var(--border-strong); box-shadow: 0 44px 90px -34px rgba(0,0,0,.85), 0 0 0 1px rgba(0,0,0,.4); }
.mock-screen { border-radius: 11px; overflow: hidden; background: #0a0806; aspect-ratio: 16/10; position: relative; }
.mock-stand { width: 30%; height: 16px; margin: 0 auto; background: linear-gradient(180deg, #221912, #100b07); border-radius: 0 0 9px 9px; }
.mock-stand::after { content:""; display:block; width:130%; height:9px; margin:6px auto 0; margin-left:-15%; background:#100b07; border-radius:6px; }
.mock-phone { position: absolute; right: -6%; bottom: -10%; width: 30%; min-width: 120px; border-radius: 22px; padding: 7px; background: linear-gradient(160deg, #2c2118, #100b06); border: 1px solid var(--border-strong); box-shadow: 0 32px 64px -22px rgba(0,0,0,.88); transform: rotate(4deg); }
.mock-phone .pscreen { border-radius: 16px; overflow: hidden; background: #0a0806; aspect-ratio: 9/19; padding: 9px; display: flex; flex-direction: column; gap: 7px; }

.tv-ui { position: absolute; inset: 0; padding: 11px; display: flex; flex-direction: column; gap: 8px; }
.tv-top { display: flex; align-items: center; gap: 6px; font-size: 8.5px; color: var(--text-low); padding: 0 2px 2px; font-family: var(--font-head); font-weight: 600; }
.tv-top .l-dot { width: 13px; height: 13px; border-radius: 4px; background: linear-gradient(135deg, var(--amber-400), var(--amber-600)); }
.tv-top .pill { margin-left: auto; display: flex; gap: 4px; }
.tv-top .pill span { width: 16px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.12); }
.tv-top .pill span.on { width: 22px; background: var(--amber-500); }
.tv-feature { flex: 1.5; border-radius: 9px; position: relative; overflow: hidden; background: linear-gradient(120deg, #ea580c, #2a1505); display: flex; align-items: flex-end; padding: 11px; isolation: isolate; }
.tv-feature .emoji { position: absolute; inset: 0; display: grid; place-items: center; font-size: 42px; z-index: 0; }
.tv-feature::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,.5), transparent 60%); }
.tv-feature .meta { position: relative; z-index: 2; }
.tv-feature .meta .tt { font-family: var(--font-head); font-weight: 800; font-size: 13px; color: #fff; }
.tv-feature .meta .sub { font-size: 8.5px; color: rgba(255,255,255,.78); }
.tv-feature .live { position: absolute; top: 8px; left: 8px; z-index: 2; font-family: var(--font-head); font-size: 8px; font-weight: 800; letter-spacing: .08em; color: #fff; background: var(--live); padding: 2px 6px; border-radius: 5px; display: flex; align-items: center; gap: 4px; }
.tv-feature .live::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #fff; animation: livePulse 1.4s infinite; }
.tv-grid { flex: 1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; min-height: 0; }
.tv-grid .cover { border-radius: 6px; }
.tv-grid .cover .cap, .tv-grid .cover .emoji { display: none; }

.ph-ui { position: absolute; inset: 0; padding: 9px; display: flex; flex-direction: column; gap: 7px; }
.ph-head { display: flex; align-items: center; gap: 5px; font-family: var(--font-head); font-size: 8.5px; font-weight: 800; color: var(--text-hi); }
.ph-head .d { width: 5px; height: 5px; border-radius: 50%; background: var(--success); }
.ph-feature { flex: 1.3; border-radius: 11px; position: relative; overflow: hidden; background: linear-gradient(150deg, #b45309, #2a1505); display: flex; align-items: flex-end; padding: 9px; isolation: isolate; }
.ph-feature .emoji { position: absolute; inset: 0; display: grid; place-items: center; font-size: 34px; z-index: 0; }
.ph-feature::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(transparent 40%, rgba(0,0,0,.6)); }
.ph-feature .tt { position: relative; z-index: 2; font-family: var(--font-head); font-weight: 800; font-size: 11px; color: #fff; }
.ph-feature .play { position: absolute; right: 8px; bottom: 8px; z-index: 2; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.94); display: grid; place-items: center; }
.ph-feature .play::after { content: ""; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent #2a1505; margin-left: 2px; }
.ph-rowt { font-family: var(--font-head); font-size: 8.5px; font-weight: 800; color: var(--text-mid); }
.ph-scroll { display: flex; gap: 6px; overflow: hidden; }
.ph-scroll .cover { flex: none; width: 30%; aspect-ratio: 2/3; border-radius: 7px; }
.ph-scroll .cover .cap, .ph-scroll .cover .emoji { display: none; }
.ph-nav { display: flex; justify-content: space-around; padding-top: 5px; border-top: 1px solid rgba(255,255,255,.08); }
.ph-nav i { width: 15px; height: 15px; border-radius: 5px; background: rgba(255,255,255,.12); }
.ph-nav i.on { background: var(--amber-500); }
.ph-chip { position: absolute; left: -14%; bottom: 22%; z-index: 4; background: #fff; color: #100c09; font-family: var(--font-head); font-size: 8.5px; font-weight: 800; padding: 7px 10px; border-radius: var(--radius-pill); box-shadow: 0 12px 24px -8px rgba(0,0,0,.6); display: flex; align-items: center; gap: 6px; }
.ph-chip .wd { width: 15px; height: 15px; border-radius: 50%; background: var(--whats); display: grid; place-items: center; }
.ph-chip .wd svg { width: 9px; height: 9px; color: #fff; }

/* ---------- Faixa de contadores (estilo "impacto" do ref) ---------- */
.stats { background: var(--bg-800); border-block: 1px solid var(--border); }
.stats .container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 16px; padding-block: clamp(34px, 5vw, 52px); }
@media (min-width: 760px) { .stats .container { grid-template-columns: repeat(4, 1fr); } }
.stat { text-align: center; padding: 12px 8px; }
.stat .n { font-family: var(--font-head); font-size: clamp(2rem, 5vw, 2.9rem); color: var(--amber-400); font-weight: 900; line-height: 1; letter-spacing: -.03em; }
.stat .n .suf { color: var(--text-hi); }
.stat .l { font-size: .86rem; color: var(--text-low); margin-top: 8px; font-weight: 500; }

/* ---------- Dor (PAS) ---------- */
.pain { text-align: center; }
.pain h2 { max-width: 20ch; margin-inline: auto; }
.pain h2 .x { color: var(--amber-400); }
.pain .lead { max-width: 50ch; margin: 20px auto 0; }

/* ---------- Como funciona (cartões grandes arredondados) ---------- */
.steps { display: grid; gap: 18px; counter-reset: step; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; position: relative; overflow: hidden; transition: transform .4s var(--ease), border-color .3s; }
.step:hover { transform: translateY(-4px); border-color: var(--border-strong); }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: -16px; right: 8px; font-family: var(--font-head); font-size: 6rem; font-weight: 900; color: rgba(249,115,22,.07); line-height: 1; }
.step .ic { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(150deg, rgba(249,115,22,.2), rgba(249,115,22,.06)); color: var(--amber-400); margin-bottom: 18px; }
.step .ic svg { width: 26px; height: 26px; }
.step h3 { margin-bottom: 9px; }
.step p { font-size: .98rem; }
.steps-cta { text-align: center; margin-top: 38px; }

/* ===================================================================
   CATÁLOGO — carrossel único, auto-scroll + arrastável
   (peça central; mistura emissoras + filmes + séries + esportes + Copa)
   =================================================================== */
.catalog { background: linear-gradient(180deg, var(--bg-900), var(--bg-850)); overflow: hidden; }
.catalog-viewport {
  position: relative;
  margin-inline: calc(var(--pad-x) * -1);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  cursor: grab;
}
.catalog-viewport.dragging { cursor: grabbing; }
.catalog-track {
  display: flex; gap: 16px; width: max-content;
  padding-inline: var(--pad-x); will-change: transform;
}
.catalog-viewport.dragging .catalog-track { transition: none; }
.cat-item { flex: none; width: clamp(132px, 32vw, 178px); aspect-ratio: 2/3; user-select: none; }
.cat-item .cover { height: 100%; }

/* cartão de capa do catálogo */
.cover { position: relative; width: 100%; border-radius: 14px; overflow: hidden; background: linear-gradient(155deg, #2a2018, #120d08); display: flex; align-items: flex-end; isolation: isolate; box-shadow: var(--shadow-card); }
.cover .art { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.cover::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, transparent 30%, rgba(0,0,0,.5) 72%, rgba(0,0,0,.9)); }
.cover .cap { position: relative; z-index: 2; width: 100%; padding: 9px 11px; font-family: var(--font-head); font-weight: 800; color: #fff; line-height: 1.12; letter-spacing: -.01em; }
.cover .cap b { display: block; font-weight: 800; font-size: .95rem; }
.cover .cap i { display: block; font-style: normal; font-family: var(--font-body); font-weight: 500; font-size: .72em; color: rgba(255,255,255,.66); margin-top: 3px; letter-spacing: 0; }
.cover .mini { position: absolute; top: 8px; left: 8px; z-index: 3; font-family: var(--font-head); font-weight: 800; font-size: .62rem; letter-spacing: .03em; background: rgba(0,0,0,.5); backdrop-filter: blur(3px); color: #fff; padding: 3px 8px; border-radius: var(--radius-pill); display: inline-flex; align-items: center; gap: 5px; }
.cover .mini.hot { background: linear-gradient(90deg, var(--amber-600), var(--amber-500)); color: #1a0f00; }
.cover .mini.live { background: var(--live); }
.cover .mini.live::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #fff; animation: livePulse 1.3s infinite; }
.cover .kind { position: absolute; top: 8px; right: 8px; z-index: 3; font-family: var(--font-head); font-weight: 700; font-size: .58rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.82); background: rgba(0,0,0,.42); backdrop-filter: blur(3px); padding: 3px 7px; border-radius: var(--radius-pill); }
.cover .shine { position: absolute; inset: 0; z-index: 4; pointer-events: none; overflow: hidden; }
.cover .shine::before { content: ""; position: absolute; top: 0; left: 0; width: 40%; height: 100%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.18), transparent); transform: translateX(-130%); }
@media (hover: hover) {
  .cover { transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
  .cat-item:hover .cover { transform: translateY(-7px) scale(1.035); box-shadow: 0 26px 50px -18px rgba(0,0,0,.75), 0 0 0 1.5px var(--amber-glow); }
  .cat-item:hover .cover .shine::before { animation: shimmer 1.1s var(--ease-soft); }
}
.catalog-hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 26px; color: var(--text-low); font-size: .85rem; }
.catalog-hint svg { width: 17px; height: 17px; color: var(--amber-400); }
.content-note { text-align: center; color: var(--text-low); font-size: .9rem; margin-top: 22px; }
.content-note a { color: var(--amber-300); font-weight: 700; }

/* ---------- Dispositivos ---------- */
.devices { background: var(--bg-800); border-block: 1px solid var(--border); }
.devices .row { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(18px, 5vw, 56px); margin-top: 10px; }
.device { display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--text-mid); font-size: .88rem; font-weight: 600; font-family: var(--font-head); }
.device svg { width: 42px; height: 42px; color: var(--amber-400); opacity: .92; }

/* ---------- Diferenciais (bento de cartões grandes) ---------- */
.bento { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 880px) { .bento { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; } }
.cell { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; position: relative; overflow: hidden; transition: border-color .3s, transform .4s var(--ease); }
.cell:hover { border-color: var(--border-strong); transform: translateY(-4px); }
.cell .ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(150deg, rgba(249,115,22,.2), rgba(249,115,22,.06)); color: var(--amber-400); margin-bottom: 18px; }
.cell .ic svg { width: 25px; height: 25px; }
.cell h3 { margin-bottom: 9px; }
.cell p { font-size: .95rem; }
.cell.big { grid-column: span 2; background: linear-gradient(150deg, rgba(249,115,22,.24), rgba(249,115,22,.04)), var(--surface); border-color: rgba(249,115,22,.34); }
.cell.big .free-tag { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-head); font-size: .74rem; font-weight: 800; letter-spacing: .08em; color: #1a0f00; background: var(--gold); padding: 6px 13px; border-radius: var(--radius-pill); margin-bottom: 14px; }
@media (min-width: 880px) { .cell.big { grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; } }
.cell.big h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
.pill-24 { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-head); font-size: .72rem; font-weight: 800; letter-spacing: .04em; color: var(--amber-300); background: rgba(249,115,22,.14); padding: 5px 12px; border-radius: var(--radius-pill); }
.pill-24 .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--success); animation: livePulse 1.6s infinite; }

/* ---------- Seletor de planos (eco do seletor de doação em pílulas) ---------- */
.plans-toggle { display: flex; justify-content: center; margin-bottom: clamp(28px, 5vw, 40px); }
.plans-toggle .seg { display: inline-flex; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 6px; gap: 4px; }
.plans-toggle button { font-family: var(--font-head); font-weight: 700; font-size: .9rem; color: var(--text-mid); padding: 11px 22px; border-radius: var(--radius-pill); transition: color .25s, background .25s, box-shadow .25s; }
.plans-toggle button[aria-pressed="true"] { background: linear-gradient(180deg, var(--amber-500), var(--amber-600)); color: #fff; box-shadow: 0 8px 20px -8px var(--amber-glow); }

.plans-wrap { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 680px) { .plans-wrap { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .plans-wrap { grid-template-columns: repeat(4, 1fr); align-items: stretch; } }
.plan { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px 26px; display: flex; flex-direction: column; position: relative; transition: transform .4s var(--ease), border-color .3s, box-shadow .3s; }
.plan:hover { transform: translateY(-5px); border-color: var(--border-strong); box-shadow: var(--shadow-card); }
.plan .pname { font-family: var(--font-head); font-size: 1.18rem; color: var(--text-hi); font-weight: 800; }
.plan .save { font-family: var(--font-head); font-size: .78rem; color: var(--success); font-weight: 700; margin-top: 5px; min-height: 1.1em; }
.plan .price { margin: 20px 0 4px; display: flex; align-items: baseline; gap: 4px; }
.plan .price .cur { color: var(--text-mid); font-size: 1rem; font-weight: 600; }
.plan .price .val { font-family: var(--font-head); font-size: 2.8rem; color: var(--text-hi); font-weight: 900; line-height: 1; letter-spacing: -.03em; }
.plan .permonth { font-size: .85rem; color: var(--text-low); margin-bottom: 20px; }
.plan ul { display: flex; flex-direction: column; gap: 11px; margin-bottom: 26px; flex: 1; }
.plan li { display: flex; gap: 10px; font-size: .92rem; color: var(--text-mid); }
.plan li svg { width: 18px; height: 18px; color: var(--amber-400); flex: none; margin-top: 2px; }
.plan .btn { margin-top: auto; }
.plan.featured { background: linear-gradient(160deg, rgba(249,115,22,.18), rgba(249,115,22,.03)), var(--surface); border-color: var(--amber-600); box-shadow: 0 24px 64px -26px var(--amber-glow); }
@media (min-width: 1020px) { .plan.featured { transform: scale(1.045); } .plan.featured:hover { transform: scale(1.045) translateY(-5px); } }
.badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, var(--amber-500), var(--amber-600)); color: #fff; font-family: var(--font-head); font-size: .72rem; font-weight: 800; letter-spacing: .06em; padding: 7px 16px; border-radius: var(--radius-pill); white-space: nowrap; box-shadow: 0 8px 22px -6px var(--amber-glow); }
.plans-foot { text-align: center; margin-top: 30px; color: var(--text-low); font-size: .92rem; display: flex; align-items: center; justify-content: center; gap: 9px; flex-wrap: wrap; }
.plans-foot svg { width: 19px; height: 19px; color: var(--amber-400); }
.plans-foot b { color: var(--text-mid); font-weight: 700; }

/* ---------- Depoimentos (carrossel com setas + bolinhas, como no ref) ---------- */
.testi-wrap { position: relative; }
.testi-rail { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 6px 2px 8px; margin-inline: -2px; -ms-overflow-style: none; scrollbar-width: none; }
.testi-rail::-webkit-scrollbar { display: none; }
.testi { scroll-snap-align: center; flex: 0 0 min(420px, 86%); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px; display: flex; flex-direction: column; gap: 16px; }
.testi .stars { font-size: 1rem; }
.testi p { color: var(--text-hi); font-size: 1.06rem; line-height: 1.58; flex: 1; font-weight: 400; }
.testi .who { display: flex; align-items: center; gap: 13px; }
.testi .who .ph { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex: none; border: 2px solid var(--border-strong); }
.testi .who .ph img { width: 100%; height: 100%; object-fit: cover; }
.testi .who .nm { font-family: var(--font-head); font-weight: 800; color: var(--text-hi); font-size: .98rem; }
.testi .who .ct { font-size: .82rem; color: var(--text-low); }
.testi .verified { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-head); font-size: .74rem; color: var(--amber-300); font-weight: 700; margin-left: auto; }
.testi .verified svg { width: 14px; height: 14px; }
.testi-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 28px; }
.testi-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--border-strong); background: var(--surface); color: var(--text-hi); display: grid; place-items: center; transition: border-color .25s, color .25s, transform .25s, background .25s; }
.testi-arrow:hover { border-color: var(--amber-500); color: var(--amber-400); transform: scale(1.06); }
.testi-arrow svg { width: 20px; height: 20px; }
.testi-dots { display: flex; align-items: center; gap: 9px; }
.testi-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,240,224,.22); transition: background .3s, width .3s; }
.testi-dot.on { background: var(--amber-500); width: 26px; border-radius: var(--radius-pill); }

/* ---------- Garantia (banda destaque clara — eco da "transparência") ---------- */
.guarantee { }
.guarantee .box { background: linear-gradient(150deg, var(--cream), var(--cream-2)); color: var(--ink); border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 52px); display: grid; gap: 30px; align-items: center; box-shadow: var(--shadow-card); position: relative; overflow: hidden; }
.guarantee .box::before { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(closest-side, rgba(249,115,22,.16), transparent); pointer-events: none; }
@media (min-width: 760px) { .guarantee .box { grid-template-columns: auto 1fr; } }
.guarantee .seal { width: 128px; height: 128px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(closest-side, rgba(249,115,22,.22), rgba(249,115,22,.05)); margin-inline: auto; border: 1.5px solid rgba(249,115,22,.3); }
.guarantee .seal svg { width: 74px; height: 74px; color: var(--amber-600); }
.guarantee h2 { color: var(--ink); font-size: clamp(1.7rem, 4vw, 2.3rem); }
.guarantee .lead { color: var(--ink-mid); }
.guarantee .lead b { color: var(--ink); }
.guarantee ul { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.guarantee li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-mid); font-size: .98rem; font-weight: 500; }
.guarantee li b { color: var(--ink); font-weight: 700; }
.guarantee li svg { width: 20px; height: 20px; color: var(--amber-600); flex: none; margin-top: 2px; }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 13px; max-width: 820px; margin-inline: auto; }
.qa { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color .25s, background .25s; }
.qa[open] { border-color: var(--border-strong); background: var(--surface-2); }
.qa summary { padding: 22px 26px; font-family: var(--font-head); font-weight: 700; font-size: 1.04rem; color: var(--text-hi); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary .chev { width: 22px; height: 22px; flex: none; color: var(--amber-400); transition: transform .3s var(--ease); }
.qa[open] summary .chev { transform: rotate(45deg); }
.qa .a { padding: 0 26px 24px; color: var(--text-mid); font-size: .98rem; }
.qa .a a { color: var(--amber-300); font-weight: 700; }

/* ---------- CTA final ---------- */
.final { text-align: center; position: relative; overflow: hidden; }
.final::before { content:""; position:absolute; inset:0; z-index:0; background: radial-gradient(44% 54% at 50% 34%, rgba(249,115,22,.24), transparent 70%), radial-gradient(54% 56% at 52% 66%, rgba(245,196,81,.12), transparent 76%); }
.final .container { position: relative; z-index: 1; }
.final h2 { font-size: clamp(2rem, 6vw, 3.5rem); max-width: 17ch; margin-inline: auto; }
.final .lead { max-width: 46ch; margin: 20px auto 0; }
.final .btn { margin-top: 34px; }
.final .cta-note { margin-inline: auto; }

/* ---------- Newsletter / WhatsApp band (eco do "inscreva-se") ---------- */
.subscribe { background: var(--bg-800); border-top: 1px solid var(--border); }
.subscribe .box { display: grid; gap: 22px; align-items: center; text-align: center; }
@media (min-width: 760px) { .subscribe .box { grid-template-columns: 1.2fr auto; text-align: left; } }
.subscribe h3 { font-size: clamp(1.3rem, 3.4vw, 1.8rem); }
.subscribe p { margin-top: 8px; color: var(--text-low); font-size: .95rem; }
.subscribe .act { display: flex; justify-content: center; }

/* ---------- Rodapé (multi-coluna escuro, com selos — como no ref) ---------- */
.footer { border-top: 1px solid var(--border); background: var(--bg-850); padding-block: 56px 40px; }
.footer .top { display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .footer .top { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer .brand img { width: 38px; height: 38px; }
.footer .desc { max-width: 34ch; font-size: .92rem; color: var(--text-low); margin-top: 16px; }
.footer .socials { display: flex; gap: 10px; margin-top: 18px; }
.footer .socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border); display: grid; place-items: center; color: var(--text-mid); transition: border-color .25s, color .25s, transform .25s; }
.footer .socials a:hover { border-color: var(--amber-500); color: var(--amber-400); transform: translateY(-2px); }
.footer .socials svg { width: 19px; height: 19px; }
.footer .col h4 { font-family: var(--font-head); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-low); font-weight: 800; margin-bottom: 16px; }
.footer .col a { display: block; font-size: .92rem; color: var(--text-mid); padding: 6px 0; transition: color .2s; }
.footer .col a:hover { color: var(--amber-300); }
.footer .badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); }
.footer .badges .tb { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-size: .78rem; font-weight: 600; color: var(--text-mid); background: var(--surface); border: 1px solid var(--border); padding: 9px 15px; border-radius: var(--radius-pill); }
.footer .badges .tb svg { width: 16px; height: 16px; color: var(--amber-400); }
.footer .bottom { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; font-size: .82rem; color: var(--text-low); }

/* ---------- WhatsApp flutuante ---------- */
.wa-float { position: fixed; z-index: 60; right: 18px; bottom: 18px; }
.wa-float .fab { display: flex; align-items: center; gap: 10px; background: var(--whats); color: #04210f; font-family: var(--font-head); font-weight: 800; padding: 15px 22px; border-radius: var(--radius-pill); box-shadow: 0 14px 38px -8px rgba(37,211,102,.55); transition: transform .25s var(--ease); }
.wa-float .fab svg { width: 24px; height: 24px; }
.wa-float .fab:hover { transform: scale(1.05); }
.wa-float .fab .txt { display: none; }
@media (min-width: 480px) { .wa-float .fab .txt { display: inline; } }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- Keyframes ---------- */
@keyframes float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-12px) } }
@keyframes floatPhone { 0%,100% { transform: rotate(4deg) translateY(0) } 50% { transform: rotate(4deg) translateY(-9px) } }
@keyframes aurora { 0% { transform: translate(-50%,0) rotate(0deg) } 50% { transform: translate(-46%,-3%) rotate(7deg) } 100% { transform: translate(-50%,0) rotate(0deg) } }
@keyframes shimmer { 0% { transform: translateX(-130%) } 100% { transform: translateX(260%) } }
@keyframes glowPulse { 0%,100% { box-shadow: 0 12px 32px -8px var(--amber-glow), inset 0 1px 0 rgba(255,255,255,.22) } 50% { box-shadow: 0 16px 50px 0 var(--amber-glow), inset 0 1px 0 rgba(255,255,255,.26) } }
@keyframes livePulse { 0%,100% { opacity: 1 } 50% { opacity: .35 } }

.hero .btn-primary, .final .btn-primary { animation: glowPulse 3.4s ease-in-out infinite; }
.hero::before { animation: aurora 18s ease-in-out infinite; }
.mock { animation: float 7s ease-in-out infinite; }
.mock-phone { animation: floatPhone 7s ease-in-out infinite .4s; }

@media (prefers-reduced-motion: reduce) {
  .mock, .mock-phone, .hero::before, .hero .btn-primary, .final .btn-primary, .catalog-track { animation: none !important; }
}
