/* ============================================================================
   Zoey — landing de campanha: disparo de ofertas da Shopee
   Carregada DEPOIS de style.css, que já traz fontes, tokens, botões, FAQ e
   rodapé. Aqui ficam só as peças desta página — hero escuro, mock de grupo,
   marquee, cartão de preço e a barra fixa de conversão no mobile.
   ========================================================================== */

.page-shopee {
  --s-orange: #ff5722;
  --s-orange-deep: #ea501f;
  --s-orange-soft: #fff1ec;
  --s-ink-dark: #0f0824;
  /* Espaço para a barra fixa de CTA não cobrir o fim da página no mobile */
  --s-sticky-h: 0px;
  padding-bottom: var(--s-sticky-h);
}

/* ── Header escuro ─────────────────────────────────────────────────────────
   O hero é escuro e o header é sticky: mantê-lo escuro a página inteira evita
   a troca de tema no meio da rolagem, que sempre aparece como piscada. */
.site-header--dark {
  background: rgba(15, 8, 36, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--on-secondary);
}
.site-header--dark .main-nav a { color: rgba(246, 242, 248, 0.7); }
.site-header--dark .main-nav a:hover { color: #fff; }
.site-header--dark .link-ghost { color: rgba(246, 242, 248, 0.7); }
.site-header--dark .link-ghost:hover { color: #fff; }
.site-header--dark .nav-toggle span { background: #fff; }
.site-header--dark.nav-open .main-nav {
  background: var(--s-ink-dark);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* Botão fantasma sobre fundo escuro */
.btn-ghost-light {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
}
.btn-ghost-light:hover { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.32); }

/* ── Hero ──────────────────────────────────────────────────────────────── */
.s-hero {
  position: relative;
  overflow: hidden;
  background: var(--s-ink-dark);
  color: var(--on-secondary);
  padding: 72px 0 88px;
}
.s-hero-glow {
  position: absolute; inset: -30% -20% auto -20%; height: 900px; pointer-events: none;
  background:
    radial-gradient(46% 46% at 78% 6%, rgba(255, 87, 34, 0.42), transparent 68%),
    radial-gradient(40% 46% at 12% 4%, rgba(200, 255, 0, 0.24), transparent 70%),
    radial-gradient(60% 50% at 50% 100%, rgba(109, 54, 251, 0.28), transparent 72%);
}
.s-hero-grid-lines {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(70% 60% at 50% 30%, black, transparent 85%);
}
.s-hero-inner {
  position: relative;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}

.s-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 15px; border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12.5px; font-weight: 700; color: rgba(246, 242, 248, 0.9);
  backdrop-filter: blur(6px);
}
.s-badge--light { background: rgba(255, 255, 255, 0.1); }

/* Lockup com a marca da Shopee — a primeira coisa que a pessoa reconhece na
   página, então vem antes do título e não junto do rodapé de créditos. */
.s-lockup {
  /* width: max-content mantém o lockup numa linha só dele, sem o badge subir ao lado */
  display: flex; width: max-content; max-width: 100%;
  align-items: center; gap: 12px; margin-bottom: 16px;
  padding: 9px 16px 9px 10px; border-radius: var(--radius-pill);
  background: linear-gradient(100deg, rgba(255, 87, 34, 0.22), rgba(255, 87, 34, 0.06));
  border: 1px solid rgba(255, 138, 76, 0.42);
}
.s-lockup-logo {
  width: 34px; height: 34px; border-radius: 9px; background: #fff; padding: 5px; object-fit: contain;
  flex-shrink: 0;
}
.s-lockup span { font-size: 13px; color: rgba(246, 242, 248, 0.82); }
.s-lockup strong { color: #ffb199; font-weight: 700; }

.s-hero-copy h1 {
  font-size: clamp(34px, 4.9vw, 58px);
  font-weight: 700; line-height: 1.08; margin: 22px 0 20px; color: #fff;
}
.s-highlight {
  position: relative; white-space: nowrap; color: var(--s-ink-dark);
  padding: 0 8px; border-radius: 6px;
  background: linear-gradient(100deg, var(--accent) 0%, #e4ff6b 100%);
  box-shadow: 0 6px 22px -8px rgba(200, 255, 0, 0.7);
}
.s-price-inline {
  background: linear-gradient(100deg, #ffb199 0%, var(--s-orange) 55%, #ff8a4c 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  white-space: nowrap;
}
.s-price-inline-mo { color: rgba(255, 255, 255, 0.55); font-size: 0.5em; font-weight: 600; }

.s-hero-lead {
  font-size: 17.5px; line-height: 1.62; color: rgba(246, 242, 248, 0.76); max-width: 50ch;
}
.s-hero-lead strong { color: #fff; font-weight: 700; }

.s-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.s-hero-checks {
  display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px;
}
.s-hero-checks li {
  position: relative; padding-left: 24px;
  font-size: 13.5px; color: rgba(246, 242, 248, 0.72);
}
.s-hero-checks li::before {
  content: ""; position: absolute; left: 0; top: 1px;
  width: 16px; height: 16px; border-radius: 50%;
  background: rgba(200, 255, 0, 0.16);
  box-shadow: inset 0 0 0 1px rgba(200, 255, 0, 0.5);
}
.s-hero-checks li::after {
  content: ""; position: absolute; left: 5px; top: 6px;
  width: 6px; height: 3px; border-left: 1.6px solid var(--accent); border-bottom: 1.6px solid var(--accent);
  transform: rotate(-45deg);
}

/* ── Mock do celular ───────────────────────────────────────────────────── */
.s-hero-visual { position: relative; display: flex; justify-content: center; }
.s-phone {
  position: relative; width: 288px; padding: 12px;
  border-radius: 40px; background: #08040f;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(255, 255, 255, 0.09);
  animation: s-float 7s ease-in-out infinite;
}
.s-phone-notch {
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 20px; border-radius: 12px; background: #08040f; z-index: 2;
}
.s-phone-screen {
  border-radius: 30px; overflow: hidden; background: #ece5dd; min-height: 470px;
}
.s-chat-top {
  display: flex; align-items: center; gap: 10px;
  padding: 30px 16px 12px; background: #075e54; color: #fff;
}
.s-chat-avatar {
  width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, 0.18);
  display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0;
}
.s-chat-top strong { display: block; font-size: 13px; font-weight: 600; }
.s-chat-top span { font-size: 11px; color: rgba(255, 255, 255, 0.72); }

.s-chat-body {
  padding: 16px 12px 22px; display: flex; flex-direction: column; gap: 12px;
  background:
    radial-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px) 0 0 / 18px 18px,
    #ece5dd;
  min-height: 400px;
}
.s-bubble {
  background: #fff; border-radius: 14px 14px 14px 4px; padding: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14); position: relative;
}
.s-bubble--offer { animation: s-pop 0.6s ease-out both 0.3s; }
.s-offer-img {
  position: relative; height: 108px; border-radius: 10px; overflow: hidden;
  background: linear-gradient(135deg, var(--s-orange) 0%, #ff8a4c 55%, #ffd166 100%);
}
.s-offer-off {
  position: absolute; top: 8px; left: 8px;
  background: #fff; color: var(--s-orange-deep);
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  padding: 3px 8px; border-radius: 6px;
}
.s-offer-title { font-size: 12.5px; font-weight: 600; color: #111b21; margin-top: 9px; line-height: 1.35; }
.s-offer-price { font-size: 12px; color: #667781; margin-top: 5px; }
.s-offer-price strong { color: var(--s-orange-deep); font-size: 15px; margin-left: 4px; }
.s-offer-link {
  display: flex; align-items: center; gap: 6px; margin-top: 9px;
  font-family: var(--font-mono); font-size: 11px; color: #3b7dd8;
}
.s-offer-tag {
  font-family: var(--font-sans); font-size: 9.5px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--success-dark); background: var(--success-soft);
  padding: 2px 6px; border-radius: 5px;
}
.s-bubble-time {
  display: block; text-align: right; margin-top: 8px;
  font-size: 10px; color: #8696a0;
}
.s-bubble--sys {
  align-self: center; background: rgba(15, 8, 36, 0.9); color: rgba(246, 242, 248, 0.9);
  border-radius: 10px; font-size: 11.5px; text-align: center; padding: 8px 12px;
  animation: s-pop 0.6s ease-out both 0.9s;
}
.s-bubble--sys strong { color: var(--accent); }

.s-float {
  position: absolute; background: #fff; border-radius: 14px;
  box-shadow: 0 20px 40px -18px rgba(0, 0, 0, 0.65); z-index: 3;
}
.s-float--api {
  top: 54px; left: -6px; display: flex; align-items: center; gap: 10px; padding: 11px 14px;
  animation: s-float 6s ease-in-out infinite 1.2s;
}
.s-float-icon {
  width: 26px; height: 26px; border-radius: 50%; background: var(--success); color: #fff;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.s-float--api strong { display: block; font-size: 12.5px; color: var(--ink); }
.s-float--api p { font-size: 11px; color: var(--ink-soft); margin-top: 1px; }

.s-float--groups {
  bottom: 44px; right: -14px; padding: 14px 18px;
  background: linear-gradient(150deg, var(--s-orange) 0%, var(--s-orange-deep) 100%); color: #fff;
  animation: s-float 6s ease-in-out infinite 0.5s;
}
.s-float-eyebrow { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.12em; color: rgba(255, 255, 255, 0.8); }
.s-float-number { font-family: var(--font-display); font-size: 32px; font-weight: 700; line-height: 1; margin: 4px 0 3px; }
.s-float-hint { font-size: 10.5px; color: rgba(255, 255, 255, 0.85); }

@keyframes s-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes s-pop {
  from { opacity: 0; transform: translateY(10px) scale(0.97); }
  to { opacity: 1; transform: none; }
}

/* ── Marquee ───────────────────────────────────────────────────────────── */
.s-marquee {
  background: var(--accent); color: var(--ink); overflow: hidden; padding: 12px 0;
  border-block: 1px solid rgba(20, 32, 27, 0.12);
}
.s-marquee-track {
  display: flex; align-items: center; gap: 26px; width: max-content;
  font-family: var(--font-mono); font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  animation: s-scroll 32s linear infinite;
}
.s-marquee-dot { color: var(--s-orange-deep); }
@keyframes s-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── Seções desta página ───────────────────────────────────────────────── */
.s-section--soft { background: var(--panel-soft); }
.s-head { max-width: 700px; }
.s-head h2 { font-size: clamp(27px, 3.2vw, 38px); }

/* Antes / depois */
.s-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.s-compare-card {
  border-radius: var(--radius); padding: 30px 28px; border: 1px solid var(--line); background: var(--panel);
}
.s-compare-tag {
  display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; font-family: var(--font-mono);
  padding: 5px 11px; border-radius: var(--radius-pill); margin-bottom: 20px;
}
.s-compare-card ul { display: flex; flex-direction: column; gap: 13px; }
.s-compare-card li {
  position: relative; padding-left: 28px; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft);
}
.s-compare-card li::before {
  position: absolute; left: 0; top: 0; width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; line-height: 1;
}
.s-compare-card--bad { background: #fff8f6; border-color: #f6d9d0; }
.s-compare-card--bad .s-compare-tag { background: #fdece8; color: #8e2c1b; }
.s-compare-card--bad li::before { content: "×"; background: #fdece8; color: #b8442c; font-size: 14px; }
.s-compare-card--good { border-color: rgba(200, 255, 0, 0.6); box-shadow: 0 18px 40px -26px rgba(92, 122, 0, 0.55); }
.s-compare-card--good .s-compare-tag { background: var(--accent); color: var(--ink); }
.s-compare-card--good li { color: var(--ink); }
.s-compare-card--good li::before { content: "✓"; background: var(--accent); color: var(--ink); }

/* Passos */
.s-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.s-step {
  position: relative; background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px 28px; overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.s-step::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 3px;
  background: linear-gradient(90deg, var(--s-orange), var(--accent));
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease;
}
.s-step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.s-step:hover::after { transform: scaleX(1); }
.s-step-num {
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border-radius: 12px; margin-bottom: 18px;
  background: linear-gradient(150deg, var(--s-orange) 0%, var(--s-orange-deep) 100%); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: 17px;
  box-shadow: 0 10px 22px -10px rgba(234, 80, 31, 0.8);
}
.s-step h3 { font-size: 19px; margin-bottom: 9px; }
.s-step p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }

.s-steps-cta {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px 20px;
  margin-top: 44px;
}
.s-steps-cta span { font-size: 13.5px; color: var(--ink-soft); font-family: var(--font-mono); }

/* API oficial */
.s-api { background: var(--secondary); color: var(--on-secondary); position: relative; overflow: hidden; }
.s-api::before {
  content: ""; position: absolute; inset: auto -10% -40% 40%; height: 520px; pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 87, 34, 0.28), transparent 70%);
}
.s-api-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.s-api-copy h2 { font-size: clamp(26px, 3.1vw, 36px); margin: 14px 0 16px; }
.s-api-copy > p { font-size: 15.5px; line-height: 1.65; color: rgba(246, 242, 248, 0.76); }
.s-api-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
.s-api-list li {
  position: relative; padding-left: 30px; font-size: 13.5px; line-height: 1.55;
  color: rgba(246, 242, 248, 0.68);
}
.s-api-list li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 6px;
  background: rgba(255, 87, 34, 0.22); box-shadow: inset 0 0 0 1px rgba(255, 138, 76, 0.55);
}
.s-api-list li::after {
  content: ""; position: absolute; left: 6px; top: 8px; width: 6px; height: 3px;
  border-left: 1.7px solid #ff8a4c; border-bottom: 1.7px solid #ff8a4c; transform: rotate(-45deg);
}
.s-api-list strong { display: block; color: #fff; font-size: 15px; margin-bottom: 4px; font-family: var(--font-display); }

.s-shot-bar { display: flex; gap: 6px; padding: 12px 14px; background: var(--panel-soft); }
.s-shot-bar span { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.s-api-shot {
  background: var(--panel); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 40px 70px -30px rgba(0, 0, 0, 0.7);
}
.s-api-shot img { width: 100%; display: block; }
.s-api-shot figcaption {
  padding: 14px 18px 18px; font-size: 13px; color: var(--ink-soft); border-top: 1px solid var(--line);
}

/* ── Vídeo ─────────────────────────────────────────────────────────────────
   Um bloco só na página inteira. O player é montado por video.js no clique;
   até lá, o que existe aqui é a capa. */
.s-video-head { max-width: 720px; margin-inline: auto; text-align: center; }

.s-video-palco {
  position: relative; max-width: 940px; margin-inline: auto;
  aspect-ratio: 16 / 9; border-radius: 22px; overflow: hidden;
  background: var(--s-ink-dark);
  box-shadow: 0 40px 80px -34px rgba(15, 8, 36, 0.7), 0 0 0 1px rgba(15, 8, 36, 0.08);
}
.s-video-palco::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    radial-gradient(45% 60% at 78% 20%, rgba(255, 87, 34, 0.35), transparent 70%),
    radial-gradient(45% 60% at 20% 85%, rgba(200, 255, 0, 0.18), transparent 70%);
}
.s-video-palco.tocando::before { display: none; }
.s-video-palco video,
.s-video-palco iframe { width: 100%; height: 100%; display: block; border: 0; background: #000; }

.s-video-capa {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  width: 100%; padding: 0; color: #fff;
  background-size: cover; background-position: center;
}
.s-video-palco.tem-poster .s-video-capa { background-image: var(--video-poster); }
/* Escurece a capa para o botão continuar legível sobre qualquer imagem */
.s-video-palco.tem-poster .s-video-capa::before {
  content: ""; position: absolute; inset: 0; background: rgba(15, 8, 36, 0.42);
}
.s-video-capa > * { position: relative; }

.s-video-play {
  display: flex; align-items: center; justify-content: center;
  width: 84px; height: 84px; border-radius: 50%; padding-left: 5px;
  background: var(--accent); color: var(--ink);
  box-shadow: 0 18px 40px -12px rgba(200, 255, 0, 0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.s-video-play::after {
  content: ""; position: absolute; inset: -10px; border-radius: 50%;
  border: 2px solid rgba(200, 255, 0, 0.45);
  animation: s-pulse 2.4s ease-out infinite;
}
.s-video-capa:hover .s-video-play { transform: scale(1.07); box-shadow: 0 22px 50px -12px rgba(200, 255, 0, 0.75); }
.s-video-capa-texto {
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.88);
}

@keyframes s-pulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.35); opacity: 0; }
}

.s-video-cta {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 20px;
  margin-top: 34px;
}
.s-video-cta span { font-family: var(--font-mono); font-size: 13px; color: var(--ink-soft); }

/* ── Ferramenta completa ───────────────────────────────────────────────── */
.eyebrow--shopee { color: var(--s-orange-deep); }

.s-complete-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.s-complete-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.s-complete-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(255, 138, 76, 0.55);
}
.s-complete-icon {
  display: flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 13px; margin-bottom: 16px;
  background: var(--s-orange-soft); color: var(--s-orange-deep);
}
.s-complete-card h3 { font-size: 16px; margin-bottom: 8px; }
.s-complete-card p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.58; }

/* Destaque da emissão de nota — laranja Shopee, para puxar o olho depois dos
   quatro cartões neutros acima. */
.s-invoice {
  display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 0;
  margin-top: 32px; border-radius: 22px; overflow: hidden;
  background: linear-gradient(120deg, #ff6a33 0%, var(--s-orange-deep) 55%, #cf3f14 100%);
  box-shadow: 0 34px 64px -34px rgba(234, 80, 31, 0.85);
  color: #fff;
}
.s-invoice-copy { padding: 40px 38px; }
.s-invoice-tag {
  display: inline-block; font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  background: rgba(255, 255, 255, 0.18); padding: 5px 12px; border-radius: var(--radius-pill);
}
.s-invoice-copy h3 { font-size: clamp(22px, 2.5vw, 29px); margin: 16px 0 12px; color: #fff; }
.s-invoice-copy > p { font-size: 15px; line-height: 1.65; color: rgba(255, 255, 255, 0.9); max-width: 54ch; }
.s-invoice-list { display: flex; flex-direction: column; gap: 10px; margin: 22px 0 26px; }
.s-invoice-list li {
  position: relative; padding-left: 26px; font-size: 14px; line-height: 1.5; color: rgba(255, 255, 255, 0.95);
}
.s-invoice-list li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 17px; height: 17px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}
.s-invoice-list li::after {
  content: ""; position: absolute; left: 5px; top: 7px; width: 6px; height: 3px;
  border-left: 1.8px solid var(--s-orange-deep); border-bottom: 1.8px solid var(--s-orange-deep);
  transform: rotate(-45deg);
}
.s-invoice-copy .btn-primary { box-shadow: 0 12px 26px -12px rgba(20, 32, 27, 0.6); }

.s-invoice-price {
  background: rgba(15, 8, 36, 0.9); padding: 40px 34px;
  display: flex; flex-direction: column; justify-content: center;
}
.s-invoice-price-label {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; color: var(--accent);
}
.s-invoice-price-amount {
  font-family: var(--font-display); font-weight: 700; font-size: 54px; line-height: 1;
  margin: 8px 0 6px; color: #fff; letter-spacing: -0.02em;
}
.s-invoice-price-amount span { font-size: 24px; vertical-align: super; color: rgba(255, 255, 255, 0.65); margin-right: 3px; }
.s-invoice-price-hint { font-size: 13px; color: rgba(246, 242, 248, 0.72); }
.s-invoice-price-notes {
  display: flex; flex-direction: column; gap: 8px;
  margin: 20px 0 18px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.s-invoice-price-notes li {
  position: relative; padding-left: 18px; font-size: 12.5px; color: rgba(246, 242, 248, 0.78);
}
.s-invoice-price-notes li::before {
  content: ""; position: absolute; left: 0; top: 6px; width: 7px; height: 7px; border-radius: 2px;
  background: var(--accent);
}
.s-invoice-price-fine { font-size: 11.5px; line-height: 1.55; color: rgba(246, 242, 248, 0.5); }

/* ── Preço ─────────────────────────────────────────────────────────────── */
.s-price-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 26px; align-items: start; }
.s-price-card {
  position: relative; overflow: hidden;
  background: var(--s-ink-dark); color: var(--on-secondary);
  border-radius: 22px; padding: 40px 34px 34px;
  box-shadow: 0 36px 70px -34px rgba(15, 8, 36, 0.75);
}
.s-price-card::before {
  content: ""; position: absolute; inset: -60% -30% auto -30%; height: 460px; pointer-events: none;
  background:
    radial-gradient(40% 60% at 78% 100%, rgba(255, 87, 34, 0.4), transparent 70%),
    radial-gradient(40% 60% at 18% 100%, rgba(200, 255, 0, 0.22), transparent 70%);
}
.s-price-card > * { position: relative; }
.s-price-ribbon {
  position: absolute; top: 20px; right: -34px; transform: rotate(38deg);
  background: var(--accent); color: var(--ink);
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 6px 40px; font-family: var(--font-mono);
}
.s-price-label {
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(246, 242, 248, 0.6);
}
.s-price-amount {
  font-family: var(--font-display); font-weight: 700; color: #fff;
  font-size: 76px; line-height: 1; margin: 10px 0 6px; letter-spacing: -0.03em;
}
.s-price-currency { font-size: 30px; vertical-align: super; margin-right: 4px; color: rgba(255, 255, 255, 0.7); }
.s-price-cycle { font-size: 20px; color: rgba(255, 255, 255, 0.55); font-weight: 600; margin-left: 2px; }
.s-price-note { font-size: 13px; color: rgba(246, 242, 248, 0.6); }

.s-price-list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px;
  margin: 26px 0 30px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.s-price-list li {
  position: relative; padding-left: 24px; font-size: 13.5px; line-height: 1.45;
  color: rgba(246, 242, 248, 0.8);
}
.s-price-list strong { color: var(--accent); }
.s-price-list li::before {
  content: ""; position: absolute; left: 0; top: 1px; width: 16px; height: 16px; border-radius: 50%;
  background: rgba(200, 255, 0, 0.16); box-shadow: inset 0 0 0 1px rgba(200, 255, 0, 0.45);
}
.s-price-list li::after {
  content: ""; position: absolute; left: 5px; top: 6px; width: 6px; height: 3px;
  border-left: 1.6px solid var(--accent); border-bottom: 1.6px solid var(--accent); transform: rotate(-45deg);
}
/* PIX: a objeção "vai debitar no meu cartão?" é a que mais trava cadastro,
   então a resposta fica colada no botão, e não só no FAQ. */
.s-price-pix {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 16px; margin-bottom: 20px; border-radius: 14px;
  background: rgba(200, 255, 0, 0.1); border: 1px solid rgba(200, 255, 0, 0.28);
}
.s-pix-icon {
  flex-shrink: 0; font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; color: var(--ink); background: var(--accent);
  padding: 5px 8px; border-radius: 7px;
}
.s-price-pix p { font-size: 13px; line-height: 1.55; color: rgba(246, 242, 248, 0.82); }
.s-price-pix strong { color: #fff; }

.s-price-cta { width: 100%; }
.s-price-fine { margin-top: 14px; font-size: 12px; color: rgba(246, 242, 248, 0.55); text-align: center; }

.s-price-aside { display: flex; flex-direction: column; gap: 16px; }
.s-aside-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 24px;
}
.s-aside-card h3 { font-size: 17px; margin-bottom: 8px; }
.s-aside-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }
.s-aside-card--accent { background: var(--s-orange-soft); border-color: #ffd4c4; }

/* ── Prova ─────────────────────────────────────────────────────────────── */
.s-proof {
  max-width: 900px; margin-inline: auto;
  background: var(--panel); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 1px solid var(--line);
}
.s-proof img { width: 100%; display: block; }
.s-proof figcaption {
  padding: 16px 20px 20px; font-size: 13.5px; color: var(--ink-soft); border-top: 1px solid var(--line);
}

/* ── FAQ ───────────────────────────────────────────────────────────────── */
.s-faq { max-width: 820px; }

/* ── CTA final ─────────────────────────────────────────────────────────── */
.s-cta {
  position: relative; overflow: hidden; text-align: center;
  background: var(--s-ink-dark); color: var(--on-secondary); padding: 96px 0;
}
.s-cta-glow {
  position: absolute; inset: -40% -20% auto -20%; height: 700px; pointer-events: none;
  background:
    radial-gradient(40% 50% at 30% 20%, rgba(255, 87, 34, 0.35), transparent 70%),
    radial-gradient(40% 50% at 72% 10%, rgba(200, 255, 0, 0.24), transparent 70%);
}
.s-cta-inner { position: relative; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.s-cta-inner h2 { font-size: clamp(30px, 4.2vw, 46px); color: #fff; max-width: 18ch; }
.s-cta-inner > p { font-size: 16.5px; line-height: 1.6; color: rgba(246, 242, 248, 0.74); max-width: 54ch; }
.s-cta-inner .btn { margin-top: 8px; }
.s-cta-fine {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em;
  color: rgba(246, 242, 248, 0.5); text-transform: uppercase;
}

/* ── Aviso legal ───────────────────────────────────────────────────────── */
.s-disclaimer { padding-bottom: 30px; }
.s-disclaimer p {
  font-size: 11.5px; line-height: 1.6; color: var(--ink-faint); max-width: 92ch;
}

/* ── Barra fixa de conversão (mobile) ──────────────────────────────────── */
.s-sticky-cta { display: none; }

/* ── Responsivo ────────────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .s-hero { padding: 56px 0 72px; }
  .s-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .s-compare, .s-steps, .s-api-grid, .s-price-grid, .s-invoice { grid-template-columns: 1fr; }
  .s-api-grid { gap: 36px; }
  .s-price-card { order: -1; }
  .s-complete-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .page-shopee { --s-sticky-h: 76px; }

  .s-hero-checks { flex-direction: column; gap: 9px; }
  .s-phone { width: 262px; }
  .s-float--api { left: -10px; top: 40px; }
  .s-float--groups { right: -10px; bottom: 30px; padding: 12px 14px; }
  .s-float-number { font-size: 26px; }

  .s-price-card { padding: 34px 24px 28px; }
  .s-price-amount { font-size: 62px; }
  .s-price-list { grid-template-columns: 1fr; }

  .s-steps-cta { flex-direction: column; gap: 12px; }
  .s-steps-cta .btn { width: 100%; }

  .s-complete-grid { grid-template-columns: 1fr; }
  .s-video-palco { border-radius: 16px; }
  .s-video-play { width: 64px; height: 64px; }
  .s-video-cta { flex-direction: column; gap: 12px; }
  .s-video-cta .btn { width: 100%; }
  .s-invoice-copy { padding: 32px 24px; }
  .s-invoice-price { padding: 30px 24px; }
  .s-invoice-price-amount { font-size: 46px; }
  .s-lockup { gap: 10px; padding: 8px 14px 8px 8px; }
  .s-lockup span { font-size: 12px; }

  /* A barra só aparece onde o CTA do topo já saiu da tela */
  .s-sticky-cta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    background: rgba(15, 8, 36, 0.96); backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .s-sticky-cta strong {
    display: block; font-family: var(--font-display); font-size: 18px; color: #fff; line-height: 1.1;
  }
  .s-sticky-cta span { font-size: 11.5px; color: rgba(246, 242, 248, 0.6); }
}

@media (prefers-reduced-motion: reduce) {
  .s-phone, .s-float--api, .s-float--groups, .s-marquee-track,
  .s-bubble--offer, .s-bubble--sys, .s-video-play::after { animation: none; }
  .s-bubble--offer, .s-bubble--sys { opacity: 1; transform: none; }
}
