/* ═══════════════════════════════════════════════════════
   SMS FLOW — Plataforma de números virtuais
   Design system: dark + verde lima (identidade da logo)
   ═══════════════════════════════════════════════════════ */

:root {
  --bg: #06090d;
  --bg-2: #0a0f15;
  --panel: #0f151d;
  --panel-strong: #151d27;
  --line: rgba(255, 255, 255, 0.08);
  --line-soft: rgba(255, 255, 255, 0.055);
  --text: #eef2f6;
  --muted: #9aa6b2;
  --green: #7ed321;
  --green-soft: #a8ec4e;
  --green-deep: #4c9c12;
  --green-glow: rgba(126, 211, 33, 0.32);
  --grad-green: linear-gradient(135deg, #b8f05c 0%, #7ed321 48%, #54a80f 100%);
  --grad-text: linear-gradient(120deg, #c9f566 0%, #8adc2e 55%, #5cb31c 100%);
  --font-display: "Exo 2", "Segoe UI", Arial, sans-serif;
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --radius: 18px;
  --shadow-1: 0 18px 50px rgba(0, 0, 0, 0.45);
  --nav-h: 74px;
  --container: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 14px);
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: rgba(126, 211, 33, 0.28); color: #fff; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}
.container-narrow { width: min(860px, calc(100% - 48px)); }

/* ── Tipografia ─────────────────────────────── */
h1, h2, h3 { font-family: var(--font-display); line-height: 1.12; }

h1 {
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.5px;
}
.hero h1 { text-transform: uppercase; }
h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.4px;
}
.grad-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead { font-size: 1.09rem; color: var(--muted); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--green-soft);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--grad-green);
  border-radius: 2px;
}

.section { padding: 104px 0; position: relative; }
.section-alt {
  background:
    radial-gradient(700px 340px at 85% 0%, rgba(126, 211, 33, 0.05), transparent 65%),
    var(--bg-2);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.05rem; }

/* ── Botões ─────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 26px;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--grad-green);
  color: #0b1802;
  box-shadow: 0 8px 26px rgba(126, 211, 33, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(126, 211, 33, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-ghost {
  border-color: var(--line);
  background: var(--panel);
  color: var(--text);
}
.btn-ghost:hover { border-color: rgba(126, 211, 33, 0.5); transform: translateY(-2px); }
.btn-outline {
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--text);
}
.btn-outline:hover { border-color: #fff; transform: translateY(-2px); }
.btn-lg { padding: 16px 32px; font-size: 1.02rem; border-radius: 14px; }
.btn-sm { padding: 10px 20px; font-size: 0.88rem; }
.btn-tiny { padding: 8px 16px; font-size: 0.8rem; border-radius: 9px; background: var(--panel-strong); border-color: var(--line); }
.btn-tiny:hover { background: var(--grad-green); color: #0b1802; border-color: transparent; }

/* ── Navbar ─────────────────────────────────── */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}
/* feixe de luz que varre o topo na abertura */
.nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(126, 211, 33, 0.9), transparent);
  box-shadow: 0 0 16px rgba(126, 211, 33, 0.55);
  pointer-events: none;
  animation: navLaser 1.15s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}
@keyframes navLaser {
  0% { transform: translateX(-110%); opacity: 0; }
  12% { opacity: 1; }
  85% { opacity: 1; }
  100% { transform: translateX(330%); opacity: 0; }
}
.nav.scrolled {
  background: rgba(7, 11, 16, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: var(--line-soft);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.nav-inner {
  width: 100%;
  max-width: 100%;
  padding-inline: clamp(20px, 4vw, 64px);
  height: var(--nav-h);
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
}
/* logo na esquerda; menu centralizado (absoluto, independe do que tem nos lados);
   bandeira + cta ficam no cluster da direita */
.nav-inner > .brand { margin-right: auto; }
.nav-inner > .nav-links { position: absolute; left: 50%; transform: translateX(-50%); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-icon { width: 42px; height: 42px; filter: drop-shadow(0 4px 10px rgba(126, 211, 33, 0.25)); }
.brand-text {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 1.32rem;
  letter-spacing: 0.4px;
  color: #e9edf2;
}
.brand-text em {
  font-style: italic;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links > a {
  position: relative;
  padding: 9px 14px;
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--muted);
  border-radius: 9px;
  transition: color 0.2s ease;
}
.nav-links > a:hover, .nav-links > a.active { color: var(--text); }
.nav-links > a::after {
  content: "";
  position: absolute;
  left: 14px; right: 14px; bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.nav-links > a:hover::after, .nav-links > a.active::after { transform: scaleX(1); }
.nav-cta { display: flex; gap: 10px; }
.nav-cta-mobile { display: none; }
.nav-buy-mob { display: none; } /* só aparece no mobile (ver @media 900) */
.nav-login-mob { display: none; } /* só na página de comprar, mobile, deslogado */

/* ── Abertura cinematográfica do topo ───────── */
@keyframes navIconPop {
  0% { opacity: 0; transform: scale(0.3) rotate(-25deg); }
  60% { opacity: 1; transform: scale(1.08) rotate(4deg); }
  100% { opacity: 1; transform: none; }
}
@keyframes navTextWipe {
  from { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateX(-6px); }
  to { opacity: 1; clip-path: inset(0 -8% 0 0); transform: none; }
}
@keyframes navItemDrop {
  from { opacity: 0; transform: translateY(-16px); }
  to { opacity: 1; transform: none; }
}
.nav .brand-icon { animation: navIconPop 0.6s cubic-bezier(0.34, 1.3, 0.64, 1) 0.15s both; }
.nav .brand-text { animation: navTextWipe 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both; }
.nav-links > a { animation: navItemDrop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both; }
.nav-links > a:nth-child(1) { animation-delay: 0.52s; }
.nav-links > a:nth-child(2) { animation-delay: 0.58s; }
.nav-links > a:nth-child(3) { animation-delay: 0.64s; }
.nav-links > a:nth-child(4) { animation-delay: 0.7s; }
.nav-links > a:nth-child(5) { animation-delay: 0.76s; }
.nav-links > a:nth-child(6) { animation-delay: 0.82s; }
.nav-cta .btn-ghost { animation: navItemDrop 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.9s both; }
.nav-cta .btn-primary { animation: navItemDrop 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.98s both; }
.nav-burger { animation: navItemDrop 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both; }

.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}
.nav-burger span {
  width: 24px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero ───────────────────────────────────── */
.hero {
  position: relative;
  padding: calc(var(--nav-h) + 64px) 0 88px;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.glow-1 {
  width: 620px; height: 620px;
  left: -180px; top: -160px;
  background: radial-gradient(circle, rgba(126, 211, 33, 0.14), transparent 65%);
}
.glow-2 {
  width: 760px; height: 760px;
  right: -240px; top: 120px;
  background: radial-gradient(circle, rgba(126, 211, 33, 0.1), transparent 62%);
  animation: glowPulse 7s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.07); }
}
.grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 32%, #000 25%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 32%, #000 25%, transparent 72%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 48px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border: 1px solid rgba(126, 211, 33, 0.35);
  border-radius: 999px;
  background: rgba(126, 211, 33, 0.08);
  font-size: 0.84rem;
  font-weight: 600;
  color: #cde9a8;
  margin-bottom: 22px;
}
@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(126, 211, 33, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(126, 211, 33, 0); }
  100% { box-shadow: 0 0 0 0 rgba(126, 211, 33, 0); }
}

.hero-copy .lead { margin-top: 20px; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.stars { color: #ffc531; letter-spacing: 2px; font-size: 0.95rem; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  gap: 38px;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid var(--line-soft);
}
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat > span:last-child { font-size: 0.82rem; color: var(--muted); }

/* ── Logo hero + palco ──────────────────────── */
.hero-visual { display: flex; justify-content: center; }
.logo-stage {
  position: relative;
  width: min(560px, 100%);
  user-select: none;
}
.logo-hero { width: 100%; height: auto; }

.chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  background: #0d131a;
  border: 1px solid var(--line);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--shadow-1);
  font-size: 0.8rem;
  line-height: 1.35;
  animation: chipFloat 5.5s ease-in-out infinite;
}
.chip strong { display: block; font-size: 0.83rem; }
.chip span:last-child { color: var(--muted); font-size: 0.74rem; }
.chip div span { display: block; color: var(--muted); font-size: 0.74rem; }
.chip-ic {
  display: grid;
  place-items: center;
  width: 30px; height: 30px;
  border-radius: 9px;
  font-weight: 800;
}
.chip-ic.ok { background: rgba(126, 211, 33, 0.16); color: var(--green-soft); }
.chip-ic.live {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--green);
  margin: 9px;
  box-shadow: 0 0 0 0 rgba(126, 211, 33, 0.5);
  animation: pulseDot 2.2s ease-out infinite;
}
@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ═══ Animação da logo: traço se desenhando ═══
   o arco e o celular são traçados como caneta → a fita
   escorre → riscos deslizam → balão surge → wordmark */
.lg-bubble, .lg-dash, .lg-wsms, .lg-wflow { will-change: transform, opacity; }
.lg-glow { opacity: 0; animation: lgFade 1.8s ease 0.3s both, lgBreathe 7s ease-in-out 2.4s infinite; }

.dw { stroke-dasharray: 1; stroke-dashoffset: 1; }
.dw-arc { animation: dwDraw 0.95s cubic-bezier(0.45, 0, 0.25, 1) 0.05s both; }
.dw-phone { animation: dwDraw 1.3s cubic-bezier(0.45, 0, 0.25, 1) 0.15s both; }
.dw-spk { opacity: 0; animation: lgFade 0.3s ease 0.9s both; }
.dw-ribbon { animation: dwDraw 0.75s cubic-bezier(0.45, 0, 0.3, 1) 0.85s both; }

.lg-dash { animation: lgDashIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both; }
.lg-dash.d1 { animation-delay: 1s; }
.lg-dash.d2 { animation-delay: 1.07s; }
.lg-dash.d3 { animation-delay: 1.14s; }
.lg-bubble {
  transform-origin: 50% 45%;
  animation: lgBubbleIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 1.05s both;
}
.lg-ink { transform-origin: 46% 42%; }
.lg-wsms { animation: lgRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1.4s both; }
.lg-wflow { animation: lgRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1.5s both; }

@keyframes lgFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lgBreathe {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.72; transform: scale(1.05); }
}
/* o traço branco da máscara avança revelando o desenho */
@keyframes dwDraw { to { stroke-dashoffset: 0; } }
@keyframes lgBubbleIn {
  from { opacity: 0; transform: scale(0.93) translateY(10px); }
  to { opacity: 1; transform: none; }
}
@keyframes lgDashIn {
  from { opacity: 0; transform: translateX(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes lgRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* trava de segurança: garante a logo visível após a intro,
   mesmo se as animações CSS não rodarem */
.logo-hero.settled .lg-bubble,
.logo-hero.settled .lg-dash,
.logo-hero.settled .lg-wsms,
.logo-hero.settled .lg-wflow {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}
.logo-hero.settled .dw {
  animation: none !important;
  stroke-dashoffset: 0 !important;
}
.logo-hero.settled .dw-spk {
  animation: none !important;
  opacity: 1 !important;
}
.logo-hero.settled .lg-glow {
  animation: lgBreathe 6s ease-in-out infinite;
  opacity: 1;
}

/* flutuação contínua depois da entrada */
.logo-stage .logo-hero {
  will-change: transform;
  animation: logoFloat 6.5s ease-in-out 2.4s infinite;
}
@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-11px); }
}

/* ── Marquee de apps ────────────────────────── */
.apps-strip {
  padding: 30px 0 56px;
  border-top: 1px solid var(--line-soft);
}
.strip-title {
  text-align: center;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 26px;
}
.marquee {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: marquee 46s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.app-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px 11px 13px;
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #cfd8e0;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.app-chip:hover { border-color: rgba(126, 211, 33, 0.45); background: var(--panel-strong); }
.app-chip svg { width: 26px; height: 26px; border-radius: 7px; }

/* ── Como funciona ──────────────────────────── */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}
.step {
  position: relative;
  padding: 30px 24px 28px;
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.step:hover {
  transform: translateY(-5px);
  border-color: rgba(126, 211, 33, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.step-num {
  position: absolute;
  top: 20px; right: 22px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
  color: rgba(126, 211, 33, 0.14);
}
.step-icon, .feature-icon {
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(126, 211, 33, 0.1);
  border: 1px solid rgba(126, 211, 33, 0.28);
  color: var(--green-soft);
  margin-bottom: 18px;
}
.step-icon svg, .feature-icon svg { width: 26px; height: 26px; }
.step h3, .feature h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: 8px; }
.step p, .feature p { font-size: 0.92rem; color: var(--muted); }

/* ── Recursos ───────────────────────────────── */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature {
  position: relative;
  padding: 30px 26px;
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px 190px at 20% 0%, rgba(126, 211, 33, 0.08), transparent 70%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.feature:hover {
  transform: translateY(-5px);
  border-color: rgba(126, 211, 33, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.feature:hover::before { opacity: 1; }
.feature > * { position: relative; }

/* ── Preços ─────────────────────────────────── */
.prices {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.price {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "ic info" "tag btn";
  align-items: center;
  gap: 14px 14px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.price:hover {
  transform: translateY(-5px);
  border-color: rgba(126, 211, 33, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.price-ic { grid-area: ic; width: 40px; height: 40px; border-radius: 11px; }
.price-info { grid-area: info; }
.price-info h3 { font-size: 1rem; font-weight: 700; }
.price-info span { font-size: 0.76rem; color: var(--muted); }
.price-tag {
  grid-area: tag;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* preço varia por país/serviço, então mostramos cobertura em vez de valor fixo */
.price-tag-paises { font-size: 1rem; white-space: nowrap; }
.price .btn-tiny { grid-area: btn; justify-self: end; }

.prices-note {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

/* ── API ────────────────────────────────────── */
.api-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 56px;
  align-items: center;
}
.api-copy p { color: var(--muted); margin-top: 14px; font-size: 1.03rem; }
.api-list { margin: 26px 0 30px; display: grid; gap: 12px; }
.api-list li { display: flex; gap: 12px; align-items: baseline; font-size: 0.97rem; color: #c7d1da; }
.api-list li span {
  color: var(--green-soft);
  font-weight: 800;
  font-size: 0.9rem;
}



/* ── Celular 3D com o bot do Seller ─────────── */
.phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  perspective: 1400px;
}
.phone3d {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-13deg) rotateX(4deg) rotateZ(0.5deg);
  animation: phoneFloat 7s ease-in-out infinite;
}
@keyframes phoneFloat {
  0%, 100% { transform: rotateY(-13deg) rotateX(4deg) rotateZ(0.5deg) translateY(0); }
  50% { transform: rotateY(-10deg) rotateX(3deg) rotateZ(-0.5deg) translateY(-12px); }
}
.phone-frame {
  position: relative;
  width: 296px;
  padding: 10px;
  border-radius: 42px;
  background: linear-gradient(145deg, #313a43, #10151b 55%, #1c232b);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.07),
    inset 0 0 0 7px #04060a,
    28px 44px 90px rgba(0, 0, 0, 0.65),
    0 0 70px rgba(126, 211, 33, 0.1);
}
.phone-notch {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 21px;
  border-radius: 12px;
  background: #04060a;
  z-index: 5;
}
.phone-btn {
  position: absolute;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, #3c454f, #171d24);
}
.phone-btn.pb1 { right: -3px; top: 130px; height: 64px; }
.phone-btn.pb2 { left: -3px; top: 110px; height: 40px; }
.phone-btn.pb3 { left: -3px; top: 160px; height: 40px; }
.phone-screen {
  display: flex;
  flex-direction: column;
  height: 604px;
  border-radius: 33px;
  overflow: hidden;
  background: #0e1621;
}
.phone-shine {
  position: absolute;
  inset: 10px;
  border-radius: 33px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 22%, transparent 34%);
  pointer-events: none;
}
.phone-glow {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 68%;
  height: 70px;
  background: radial-gradient(ellipse, rgba(126, 211, 33, 0.32), transparent 70%);
  filter: blur(26px);
  z-index: -1;
}

/* interface do Telegram dentro da tela */
.tg2-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 30px 12px 10px;
  background: #17212b;
}
.tg2-head > svg { width: 17px; height: 17px; color: #8a99a8; flex: 0 0 auto; }
.tg2-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--grad-green);
  color: #0b1802;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.78rem;
  flex: 0 0 auto;
}
.tg2-id { flex: 1; min-width: 0; }
.tg2-id strong { display: block; font-size: 0.82rem; color: #f2f6fa; line-height: 1.2; }
.tg2-id span { font-size: 0.68rem; color: var(--green-soft); }
.tg2-chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 12px 11px;
  background:
    radial-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    #0e1621;
  background-size: 20px 20px;
}
.tg2-day {
  align-self: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 0.62rem;
  color: #93a3b3;
}
.m {
  max-width: 84%;
  padding: 7px 9px 4px;
  border-radius: 12px;
  font-size: 0.76rem;
  line-height: 1.45;
  color: #e3eaf1;
}
.m b { color: #fff; }
.m i {
  display: block;
  margin-top: 1px;
  font-style: normal;
  font-size: 0.58rem;
  text-align: right;
  color: rgba(255, 255, 255, 0.38);
}
.m.in {
  align-self: flex-start;
  background: #182533;
  border-bottom-left-radius: 4px;
}
.m.in.ok { box-shadow: inset 0 0 0 1px rgba(126, 211, 33, 0.55); }
.m.out {
  align-self: flex-end;
  background: #2b5278;
  border-bottom-right-radius: 4px;
}
.m.out i { color: #8fc6f5; }
.tg2-kb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.tg2-kb span {
  padding: 7px 4px;
  text-align: center;
  font-size: 0.66rem;
  font-weight: 600;
  color: #cfe0ee;
  background: rgba(43, 82, 120, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}
.tg2-input {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 12px;
  background: #17212b;
  color: #5c6b7a;
  font-size: 0.78rem;
}
.tg2-input span { flex: 1; }
.tg2-input svg { width: 18px; height: 18px; flex: 0 0 auto; }

/* chips flutuantes ao redor do celular */
.phone-stage .chip { z-index: 5; }
.chip-profit { right: -14px; bottom: 16%; animation-delay: 0.8s; }
.chip-brand { left: -18px; top: 9%; }

/* ── Depoimentos ────────────────────────────── */
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.quote {
  padding: 28px 26px;
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  transition: transform 0.28s ease, border-color 0.28s ease;
}
.quote:hover { transform: translateY(-5px); border-color: rgba(126, 211, 33, 0.35); }
.quote .stars { font-size: 0.85rem; }
.quote blockquote {
  margin: 14px 0 20px;
  font-size: 0.97rem;
  color: #d4dde5;
  line-height: 1.65;
}
.quote figcaption { display: flex; align-items: center; gap: 12px; }
.quotes.rotating .quote {
  transition: opacity 0.32s ease, transform 0.32s ease;
}
.quotes.rotating .quote:nth-child(2) { transition-delay: 0.07s; }
.quotes.rotating .quote:nth-child(3) { transition-delay: 0.14s; }
.quotes .quote.swap {
  opacity: 0 !important;
  transform: translateY(12px) !important;
}
.avatar {
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--grad-green);
  color: #0b1802;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
}
.quote figcaption strong { display: block; font-size: 0.92rem; }
.quote figcaption div span { font-size: 0.8rem; color: var(--muted); }

/* ── FAQ ────────────────────────────────────── */
.faq-list { display: grid; gap: 12px; }
.faq-item {
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}
.faq-item.open { border-color: rgba(126, 211, 33, 0.4); }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 19px 22px;
  background: none;
  border: 0;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.faq-x {
  position: relative;
  flex: 0 0 auto;
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 1.5px solid rgba(126, 211, 33, 0.55);
  transition: transform 0.3s ease, background 0.3s ease;
}
.faq-x::before, .faq-x::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--green-soft);
  border-radius: 2px;
  transition: background 0.3s ease;
}
.faq-x::before { width: 10px; height: 1.6px; }
.faq-x::after { width: 1.6px; height: 10px; }
.faq-item.open .faq-x { transform: rotate(135deg); background: rgba(126, 211, 33, 0.14); }
.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-a > p {
  overflow: hidden;
  padding: 0 22px;
  color: var(--muted);
  font-size: 0.95rem;
  transition: padding 0.38s ease;
}
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-item.open .faq-a > p { padding: 0 22px 20px; }

/* ── CTA final ──────────────────────────────── */
.cta-panel {
  position: relative;
  text-align: center;
  padding: 76px 40px;
  border-radius: 26px;
  background:
    radial-gradient(640px 300px at 50% -40%, rgba(126, 211, 33, 0.18), transparent 70%),
    linear-gradient(180deg, #0c1218, #080d12);
  border: 1px solid rgba(126, 211, 33, 0.25);
  overflow: hidden;
}
.cta-glow {
  position: absolute;
  left: 50%; top: -140px;
  width: 560px; height: 280px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(126, 211, 33, 0.22), transparent 65%);
  filter: blur(30px);
  animation: glowPulse 6s ease-in-out infinite;
}
.cta-panel h2 { position: relative; font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.cta-panel h2 em {
  font-style: italic;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cta-panel p { position: relative; color: var(--muted); margin-top: 14px; font-size: 1.05rem; }
.cta-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}
.cta-note {
  position: relative;
  display: block;
  margin-top: 22px;
  font-size: 0.83rem;
  color: var(--muted);
}

/* ── Footer ─────────────────────────────────── */
.footer {
  border-top: 1px solid var(--line-soft);
  background: #05080c;
  padding-top: 64px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer-brand p {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 18px 0;
  max-width: 320px;
}
.footer-col h4 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 18px;
}
.footer-col a {
  display: block;
  padding: 6px 0;
  font-size: 0.92rem;
  color: var(--muted);
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-col a:hover { color: var(--green-soft); transform: translateX(3px); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 22px 0 26px;
  border-top: 1px solid var(--line-soft);
  font-size: 0.84rem;
  color: var(--muted);
}

/* ── Voltar ao topo ─────────────────────────── */

/* ── Reveal on scroll (só esconde se houver JS) ── */
html.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease var(--d, 0s), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--d, 0s);
}
html.js .reveal.in { opacity: 1; transform: none; }

/* ── Entrada premium do HERO (só quando a página abre) ──────────────
   foco-in (desfoque que clareia) + subida com easing expo + escala sutil.
   escopado ao .hero-copy pra não pesar os reveals de scroll do resto. */
@media (prefers-reduced-motion: no-preference) {
  html.js .hero-copy .reveal {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    filter: blur(8px);
    transition:
      opacity 0.8s ease var(--d, 0s),
      transform 1s cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0s),
      filter 0.8s ease var(--d, 0s);
    will-change: opacity, transform, filter;
  }
  html.js .hero-copy .reveal.in {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }

  /* título: entra com um pouco mais de deslocamento (é o momento do hero) */
  html.js .hero-copy h1.reveal { transform: translateY(36px) scale(0.96); }
  html.js .hero-copy h1.reveal.in { transform: none; }

  /* um brilho branco varre o gradiente do título uma vez, ao assentar */
  html.js .hero-copy h1 .grad-text {
    background-image:
      linear-gradient(100deg, transparent 38%, rgba(255, 255, 255, 0.9) 50%, transparent 62%),
      var(--grad-text);
    background-size: 250% 100%, 100% 100%;
    background-position: 135% 0, 0 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
  }
  html.js .hero-copy h1.reveal.in .grad-text {
    animation: heroSheen 1.1s ease 0.55s 1;
  }
  @keyframes heroSheen {
    0%   { background-position: 135% 0, 0 0; }
    100% { background-position: -35% 0, 0 0; }
  }

  /* botões: entram com "pop" (escala maior) além do fade */
  html.js .hero-copy .hero-actions.reveal { transform: translateY(28px) scale(0.92); }
  html.js .hero-copy .hero-actions.reveal.in { transform: none; }
  /* brilho de aterrissagem no CTA principal, uma vez */
  html.js .hero-copy .hero-actions.reveal.in .btn-primary {
    animation: heroCtaGlow 1.5s ease 0.5s 1;
  }
  @keyframes heroCtaGlow {
    0%   { box-shadow: 0 8px 26px rgba(126, 211, 33, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
    35%  { box-shadow: 0 12px 42px rgba(126, 211, 33, 0.72), 0 0 0 4px rgba(126, 211, 33, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
    100% { box-shadow: 0 8px 26px rgba(126, 211, 33, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
  }
}

/* ── Responsivo ─────────────────────────────── */
@media (max-width: 1060px) {
  .hero-inner { grid-template-columns: 1fr; gap: 18px; }
  .hero-copy { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .hero-visual { order: -1; }
  .logo-stage { width: min(330px, 72vw); }
  .hero-stats { gap: 26px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .features { grid-template-columns: repeat(2, 1fr); }
  .prices { grid-template-columns: repeat(2, 1fr); }
  .api-grid { grid-template-columns: 1fr; gap: 36px; }
  .quotes { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
}

@media (max-width: 900px) {
  .nav-inner { display: flex; gap: 8px; }
  .nav-links {
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 18px 24px 26px;
    background: rgba(7, 11, 16, 0.97);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden; /* tira os links do tab order/leitor quando fechado */
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
  }
  .nav-links.open { opacity: 1; transform: none; pointer-events: auto; visibility: visible; }
  .nav-links > a { padding: 13px 10px; font-size: 1rem; }
  .nav-links > a::after { display: none; }
  .nav-cta { display: none; }
  .nav-cta-mobile { display: flex; gap: 10px; margin-top: 14px; }
  .nav-cta-mobile .btn { flex: 1; }
  /* a logo empurra tudo pra direita; o gap:8 do nav-inner cuida do espaçamento
     (nada de margin-left:auto individual, senão dobra o espaço e vaza a tela) */
  .brand { margin-right: auto; }
  .nav-buy-mob { display: inline-flex; padding: 8px 12px; font-size: 0.82rem; white-space: nowrap; }
  .nav-burger { display: flex; }

  /* usuário logado: mostra o chip de saldo no topo (o avatar/menu vira o hambúrguer) */
  .nav-cta:has(.nav-saldo) { display: inline-flex; }
  .nav-cta:has(.nav-saldo) .nav-user { display: none; }
  .nav-saldo { display: inline-flex; padding: 7px 10px; }
  .nav-saldo b { font-size: 0.82rem; }
  /* logado, o saldo é a prioridade no topo apertado do mobile: o "Comprar"
     some (fica a um toque no menu) pra caber saldo + bandeira + hambúrguer.
     Deslogado o "Comprar" continua, pra converter o visitante. */
  .nav-inner:has(.nav-saldo) .nav-buy-mob { display: none; }

  /* na PÁGINA de comprar o botão "Comprar" é redundante (já está nela). Deslogado,
     troca por "Entrar" pra o cliente logar; logado, some (o saldo já aparece). */
  body[data-page="comprar"] .nav-buy-mob { display: none; }
  body[data-page="comprar"] .nav-inner:not(:has(.nav-saldo)) .nav-login-mob {
    display: inline-flex; padding: 8px 14px; font-size: 0.82rem; white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .section { padding: 76px 0; }
  .hero { padding-top: calc(var(--nav-h) + 18px); }
  /* as 3 stats numa linha só no mobile */
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; text-align: left; }
  .hero-stats .stat strong { font-size: 1.15rem; }
  .hero-stats .stat > span:last-child { font-size: 0.7rem; line-height: 1.25; }
  /* steps e recursos compactos e HORIZONTAIS no mobile: ícone à esquerda,
     texto à direita (corta a altura, aproveita a largura) */
  .steps, .features { grid-template-columns: 1fr; gap: 10px; }
  .step, .feature {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "ic titulo" "ic desc";
    column-gap: 14px;
    row-gap: 3px;
    align-items: center;
    padding: 12px 15px;
  }
  .step-icon, .feature-icon { grid-area: ic; width: 38px; height: 38px; margin-bottom: 0; border-radius: 11px; }
  .step-icon svg, .feature-icon svg { width: 20px; height: 20px; }
  .step h3, .feature h3 { grid-area: titulo; align-self: end; margin-bottom: 0; font-size: 0.95rem; }
  .step p, .feature p { grid-area: desc; align-self: start; font-size: 0.82rem; line-height: 1.3; }
  .step-num { top: 7px; right: 11px; font-size: 1.3rem; }
  /* depoimentos: padding, entrelinha e margens apertados (texto já foi encurtado) */
  .quote { padding: 13px 15px; }
  .quote .stars { font-size: 0.78rem; }
  .quote blockquote { margin: 7px 0 12px; font-size: 0.86rem; line-height: 1.42; }
  .quote figcaption { gap: 10px; }
  .avatar { width: 36px; height: 36px; font-size: 0.9rem; }
  /* FAQ: aperta o padding e o gap pra não desperdiçar altura por item */
  .faq-list { gap: 8px; }
  .faq-q { padding: 13px 16px; font-size: 0.95rem; gap: 12px; }
  .faq-x { width: 20px; height: 20px; }
  .faq-a > p { padding-inline: 16px; font-size: 0.9rem; }
  .faq-item.open .faq-a > p { padding: 0 16px 16px; }
  .chip { display: none; }
  .hero-actions .btn { width: 100%; }

  /* cards de preço: 2 por linha, compactos e verticais no mobile */
  .prices { grid-template-columns: 1fr 1fr; gap: 10px; }
  .price {
    grid-template-columns: 1fr;
    grid-template-areas: "ic" "info" "tag" "btn";
    justify-items: center;
    text-align: center;
    gap: 7px;
    padding: 16px 10px;
  }
  .price-ic { width: 38px; height: 38px; }
  .price-info span { display: none; } /* "disponível em" — some pra compactar */
  .price-tag-paises { font-size: 0.9rem; }
  .price .btn-tiny { justify-self: stretch; width: 100%; margin-top: 2px; }
  .prices-note { flex-direction: column; text-align: center; }
  .cta-panel { padding: 56px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

/* ── Login / Cadastro ───────────────────────── */
.auth-body {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
.auth-body .hero-bg { position: fixed; }
.auth-wrap {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 46px 20px;
}
.auth-brand { flex-direction: column; gap: 8px; }
.auth-brand .brand-icon { width: 74px; height: 60px; }
.auth-card {
  width: min(420px, 100%);
  padding: 26px 26px 24px;
  background: #0d131a;
  border: 1px solid var(--line);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-1);
}
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
}
.auth-tab {
  padding: 10px;
  border: 0;
  border-radius: 9px;
  background: none;
  color: var(--muted);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.auth-tab.active {
  background: var(--grad-green);
  color: #0b1802;
}
.auth-form { display: grid; gap: 14px; }
.auth-form[hidden] { display: none; }
.field { display: grid; gap: 6px; }
.field span {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
}
.field input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 11px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input::placeholder { color: #5b6673; }
.field input:focus {
  outline: none;
  border-color: rgba(126, 211, 33, 0.6);
  box-shadow: 0 0 0 3px rgba(126, 211, 33, 0.15);
}
.auth-forgot {
  justify-self: end;
  margin-top: -6px;
  background: none;
  border: 0;
  padding: 2px;
  color: var(--muted);
  font-size: 0.8rem;
  cursor: pointer;
}
.auth-forgot:hover { color: var(--green-soft); }
.auth-submit { width: 100%; margin-top: 4px; }
.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: var(--muted);
  font-size: 0.78rem;
}
.auth-divider::before, .auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line-soft);
}
.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #f5f7f9;
  color: #1c2128;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.93rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-google:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}
.btn-google svg { width: 20px; height: 20px; }
.auth-msg {
  display: none;
  margin-top: 16px;
  padding: 11px 14px;
  border-radius: 11px;
  border: 1px solid rgba(255, 120, 100, 0.4);
  background: rgba(255, 90, 70, 0.1);
  color: #ffb4a6;
  font-size: 0.85rem;
  line-height: 1.5;
}
.auth-msg.show { display: block; }
.auth-msg.ok {
  border-color: rgba(126, 211, 33, 0.4);
  background: rgba(126, 211, 33, 0.1);
  color: #cfe3b2;
}
.auth-note { font-size: 0.8rem; color: var(--muted); }
.auth-note a { color: var(--green-soft); }
.auth-webview-nota {
  margin-top: 12px;
  padding: 11px 14px;
  border-radius: 12px;
  background: rgba(126, 211, 33, 0.08);
  border: 1px solid rgba(126, 211, 33, 0.22);
  color: #cdd6df;
  font-size: 0.82rem;
  line-height: 1.45;
}
/* login via Telegram (celular/app do Telegram): botão custom + passo do e-mail */
.tg-panel { display: flex; flex-direction: column; gap: 14px; }
.tg-step-btn { display: flex; flex-direction: column; gap: 10px; align-items: center; text-align: center; }
.tg-step-btn[hidden] { display: none !important; }
.tg-oi { font-weight: 700; font-size: 1.05rem; color: var(--text); }
.tg-sub { color: var(--muted); font-size: 0.9rem; line-height: 1.4; }
.tg-continuar {
  width: 100%;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: #2aabee; color: #fff; border: none;
  box-shadow: 0 8px 22px rgba(42, 171, 238, 0.28);
}
.tg-continuar:hover { background: #1e96d4; transform: translateY(-1px); }
.tg-continuar svg { flex: 0 0 auto; }
.tg-email-step { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.tg-email-step[hidden] { display: none !important; } /* senão o display:flex vaza o hidden */
.tg-email-step .field { margin: 0; }
.tg-email-step .btn { width: 100%; margin-top: 4px; }
.tg-email-tit { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; color: var(--text); }
.tg-email-sub { color: var(--muted); font-size: 0.9rem; line-height: 1.45; margin-top: -4px; }
.auth-back {
  font-size: 0.85rem;
  color: var(--muted);
  transition: color 0.2s ease;
}
.auth-back:hover { color: var(--text); }

/* ── Painel ─────────────────────────────────── */
.pn-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0;
}
.pn-wrap {
  position: relative;
  width: min(1080px, calc(100% - 48px));
  margin: 26px auto 60px;
}
.pn-hello {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.pn-hello h1 { font-size: 1.6rem; }
.pn-hello p { color: var(--muted); font-size: 0.9rem; }
.pn-avatar {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--grad-green);
  color: #0b1802;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  flex: 0 0 auto;
}
.pn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pn-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
}
.pn-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--muted);
}
.pn-card strong {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 800;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pn-card p { font-size: 0.88rem; color: var(--muted); }
.pn-saldo .btn { justify-self: start; }
@media (max-width: 860px) {
  .pn-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════
   PÁGINAS: login · painel · loja de números
   ═══════════════════════════════════════════ */

/* ── Base das páginas internas ──────────────── */
.auth-body { min-height: 100vh; display: flex; flex-direction: column; padding-top: var(--nav-h); }
.auth-body .hero-bg { position: fixed; inset: 0; }
/* a navbar compartilhada fica sempre sólida nas páginas internas */
.auth-body .nav { background: rgba(7, 11, 16, 0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-soft); }

/* ── Login / Cadastro ───────────────────────── */
.auth-wrap {
  position: relative;
  margin: auto;
  width: min(430px, calc(100% - 40px));
  padding: 44px 0 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.auth-brand { flex-direction: column; gap: 6px; }
.auth-brand .brand-icon { width: 86px; height: 64px; }
.auth-card {
  width: 100%;
  background: #0d131a;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px 24px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow-1);
}
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 20px;
}
.auth-tab {
  padding: 10px;
  border: 0;
  background: none;
  color: var(--muted);
  font: 600 0.92rem var(--font-body);
  border-radius: 9px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.auth-tab.active { background: var(--grad-green); color: #0b1802; font-weight: 700; }
.auth-form { display: grid; gap: 14px; }
.field span { display: block; font-size: 0.8rem; font-weight: 600; color: var(--muted); margin-bottom: 6px; }
.field input {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--text);
  font: 500 0.95rem var(--font-body);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input::placeholder { color: #7c8794; }
.field input:focus {
  outline: none;
  border-color: rgba(126, 211, 33, 0.55);
  box-shadow: 0 0 0 3px rgba(126, 211, 33, 0.12);
}
.auth-forgot {
  justify-self: end;
  background: none;
  border: 0;
  color: var(--muted);
  font-size: 0.8rem;
  cursor: pointer;
}
.auth-forgot:hover { color: var(--green-soft); }
.auth-submit { width: 100%; }
.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: var(--muted);
  font-size: 0.78rem;
}
.auth-divider::before,
.auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--line-soft); }
.btn-google {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: #1b1f24;
  font: 600 0.93rem var(--font-body);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-google:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35); }
.btn-google svg { width: 20px; height: 20px; }
.auth-msg {
  display: none;
  margin-top: 14px;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.5;
  background: rgba(255, 90, 90, 0.1);
  border: 1px solid rgba(255, 90, 90, 0.3);
  color: #ffb9b9;
}
.auth-msg.show { display: block; }
.auth-msg.ok {
  background: rgba(126, 211, 33, 0.1);
  border-color: rgba(126, 211, 33, 0.4);
  color: #cfe9a9;
}
.auth-note { font-size: 0.78rem; color: var(--muted); text-align: center; }
.auth-note a { color: var(--green-soft); }
.auth-back { font-size: 0.83rem; color: var(--muted); }
.auth-back:hover { color: var(--text); }

/* ── Painel ─────────────────────────────────── */
.pn-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 20px 0 10px;
}
.pn-wrap {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 26px auto 70px;
}
.pn-hello { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.pn-hello h1 { font-size: 1.5rem; font-weight: 800; }
.pn-hello p { color: var(--muted); font-size: 0.9rem; }
.pn-avatar {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--grad-green);
  color: #0b1802;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
}
.pn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pn-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 24px 22px;
  background: linear-gradient(180deg, #1a222c, #12181f);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.pn-label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
}
.pn-card strong {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pn-card p { font-size: 0.88rem; color: var(--muted); }

/* ── Loja de números ────────────────────────── */
.buy-top { padding-bottom: 0; }
.buy-topnav { display: flex; align-items: center; gap: 16px; }
.buy-topnav > a:not(.btn) { font-size: 0.9rem; color: var(--muted); }
.buy-topnav > a:not(.btn):hover { color: var(--text); }
.buy-wrap {
  position: relative;
  width: min(1040px, calc(100% - 48px));
  margin: 18px auto 80px;
}
.buy-head h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); text-transform: none; letter-spacing: -0.3px; }
.buy-steps { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 24px; }
.buy-steps li {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px 9px 10px;
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.buy-steps li i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 800;
}
.buy-steps li.on { border-color: rgba(126, 211, 33, 0.5); color: #e6f6cd; }
.buy-steps li.on i,
.buy-steps li.done i { background: var(--grad-green); color: #0b1802; }
.buy-steps li.done { color: var(--green-soft); }
.buy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}
.buy-panel {
  background: #0d131a;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 20px;
}
.buy-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 14px;
  transition: border-color 0.2s ease;
}
.buy-search:focus-within { border-color: rgba(126, 211, 33, 0.5); }
.buy-search svg { width: 18px; height: 18px; color: var(--muted); flex: 0 0 auto; }
.buy-search input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--text);
  font: 500 0.95rem var(--font-body);
}
.buy-search input::placeholder { color: #7c8794; }
.buy-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.buy-cats button {
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  color: var(--muted);
  font: 600 0.8rem var(--font-body);
  cursor: pointer;
  transition: all 0.2s ease;
}
.buy-cats button:hover { color: var(--text); border-color: var(--line); }
.buy-cats button.on {
  background: var(--grad-green);
  border-color: transparent;
  color: #0b1802;
  font-weight: 700;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 10px;
}
/* em telas estreitas 148px não cabe 2 colunas por ~19px e a grade vira 1 coluna
   (164 apps num rolão). 132px garante 2 colunas a partir de ~300px de conteúdo. */
@media (max-width: 430px) {
  .svc-grid { grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 8px; }
}
.svc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 18px 10px 15px;
  background: linear-gradient(180deg, #1a222c, #12181f);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  animation: buyIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--i) * 0.02s);
}
.svc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(126, 211, 33, 0.55);
  background: linear-gradient(180deg, #1f2833, #151c24);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45), 0 0 22px rgba(126, 211, 33, 0.1);
}
.svc-card.on {
  border-color: var(--green);
  background: linear-gradient(180deg, rgba(126, 211, 33, 0.16), rgba(126, 211, 33, 0.05));
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4), 0 0 24px rgba(126, 211, 33, 0.16);
}
.svc-ic { width: 44px; height: 44px; border-radius: 12px; filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.4)); }
.svc-card strong { font-size: 0.9rem; font-weight: 700; color: #f2f6fa; }
.svc-card span { font-size: 0.73rem; color: #93a0ac; }
.svc-card span b { color: var(--green-soft); }
.letter-badge {
  display: grid;
  place-items: center;
  background: var(--bc, #5b6672);
  color: #fff;
  font: 800 1rem var(--font-display);
  border-radius: 10px;
}
.buy-empty { text-align: center; color: var(--muted); padding: 26px 0 10px; }
.buy-picked {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(126, 211, 33, 0.06);
  border: 1px solid rgba(126, 211, 33, 0.35);
  border-radius: 14px;
  margin-bottom: 14px;
}
.buy-picked-ic .svc-ic { width: 36px; height: 36px; }
.buy-picked strong { display: block; font-size: 0.95rem; }
.buy-picked div span { font-size: 0.78rem; color: var(--muted); }
.buy-picked .btn { margin-left: auto; }
.country-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 470px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(126, 211, 33, 0.35) transparent;
}
.country-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #18202a, #11171e);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  animation: buyIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--i) * 0.025s);
}
.country-row:hover {
  transform: translateX(3px);
  border-color: rgba(126, 211, 33, 0.5);
  background: linear-gradient(180deg, #1d2631, #141b23);
}
.country-row.on {
  border-color: var(--green);
  background: linear-gradient(180deg, rgba(126, 211, 33, 0.15), rgba(126, 211, 33, 0.05));
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), 0 0 20px rgba(126, 211, 33, 0.14);
}
.cr-flag {
  width: 48px;
  height: 34px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  flex: 0 0 auto;
}
.cr-flag img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cr-info { flex: 1; min-width: 0; }
.cr-info strong { display: flex; align-items: center; gap: 8px; font-size: 0.92rem; font-weight: 600; }
.cr-tag {
  font-style: normal;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0b1802;
  background: var(--grad-green);
  padding: 2px 8px;
  border-radius: 999px;
}
.cr-disp { display: flex; align-items: center; gap: 6px; font-size: 0.74rem; color: var(--muted); }
.cr-disp::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.cr-disp.low { color: #ffca6a; }
.cr-disp.low::before { background: #ffca6a; }
.cr-preco {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.cr-go {
  font-size: 0.76rem;
  font-weight: 700;
  color: #0b1802;
  background: var(--grad-green);
  padding: 7px 12px;
  border-radius: 9px;
  opacity: 0;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.country-row:hover .cr-go,
.country-row.on .cr-go { opacity: 1; }
@keyframes buyIn {
  from { opacity: 0; transform: translateY(10px); }
}

/* resumo lateral (checkout) */
.buy-side { position: sticky; top: calc(var(--nav-h) + 16px); }
.sum-card {
  background: #0d131a;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-1);
}
.sum-card h2 {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.sum-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line-soft);
}
.sum-ph {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1.5px dashed rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.85rem;
  flex: 0 0 auto;
}
.sum-ic { width: 34px; height: 34px; border-radius: 9px; flex: 0 0 auto; }
.sum-flag {
  width: 40px;
  height: 28px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.sum-flag img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sum-row strong { display: block; font-size: 0.9rem; }
.sum-row div span { font-size: 0.76rem; color: var(--muted); }
.sum-ok { margin-left: auto; font-style: normal; font-weight: 800; color: var(--green-soft); }
.sum-total[hidden] { display: none !important; }
.sum-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 4px;
}
.sum-total span { font-size: 0.85rem; color: var(--muted); }
.sum-total strong {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sum-btn { width: 100%; margin-top: 12px; }
.sum-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}
.sum-alert {
  margin-top: 12px;
  padding: 11px 13px;
  border-radius: 11px;
  font-size: 0.83rem;
  line-height: 1.55;
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.35);
  color: #ffe2a6;
}
.sum-garantias { margin-top: 16px; display: grid; gap: 8px; font-size: 0.8rem; color: var(--muted); }
.sum-help {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
}
.sum-help:hover { color: var(--green-soft); }

/* chip de saldo na navbar */
.nav-saldo {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 11px;
  border: 1px solid rgba(126, 211, 33, 0.4);
  background: rgba(126, 211, 33, 0.08);
  color: #dff5c2;
  font-size: 0.85rem;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.nav-saldo:hover { border-color: rgba(126, 211, 33, 0.7); background: rgba(126, 211, 33, 0.14); }
.nav-saldo svg { width: 17px; height: 17px; color: var(--green-soft); }
.nav-saldo b { color: #fff; font-weight: 700; font-variant-numeric: tabular-nums; }

/* avatar de perfil + menu suspenso na navbar */
.nav-user { position: relative; }
.nav-avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: var(--grad-green);
  color: #0b1802;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  box-shadow: 0 4px 14px rgba(126, 211, 33, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nav-avatar:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(126, 211, 33, 0.45); }
.nav-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 244px;
  padding: 8px;
  background: #0d131a;
  border: 1px solid var(--line);
  border-radius: 14px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
  z-index: 70;
  animation: navMenuIn 0.18s ease both;
}
.nav-menu[hidden] { display: none; }
@keyframes navMenuIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.nav-menu-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 10px 12px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line-soft);
}
.nav-menu-av {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--grad-green);
  color: #0b1802;
  font-family: var(--font-display);
  font-weight: 800;
  flex: 0 0 auto;
}
.nav-menu-id { min-width: 0; }
.nav-menu-id strong { display: block; font-size: 0.9rem; }
.nav-menu-id span { display: block; font-size: 0.76rem; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav-menu-item {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 10px 11px;
  border-radius: 9px;
  border: 0;
  background: none;
  cursor: pointer;
  text-align: left;
  color: var(--text);
  font: 500 0.9rem var(--font-body);
  transition: background 0.15s ease;
}
.nav-menu-item:hover { background: rgba(255, 255, 255, 0.06); }
.nav-menu-item svg { width: 18px; height: 18px; color: var(--muted); flex: 0 0 auto; }
.nav-menu-item.nav-sair { color: #ff8f8f; }
.nav-menu-item.nav-sair svg { color: #ff8f8f; }
.nav-menu-item.nav-sair:hover { background: rgba(255, 90, 90, 0.1); }

/* linha de saldo no checkout da loja */
.sum-saldo[hidden] { display: none !important; }
.sum-saldo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  padding: 10px 0 2px;
  font-size: 0.85rem;
  color: var(--muted);
}
.sum-saldo b { color: var(--green-soft); font-variant-numeric: tabular-nums; }
.sum-alert.warn { background: rgba(255, 193, 7, 0.08); border-color: rgba(255, 193, 7, 0.35); color: #ffe2a6; }
.sum-alert a { color: var(--green-soft); font-weight: 700; white-space: nowrap; }

/* ── Etapa 3: recebimento do SMS ────────────── */
.sms-live {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: linear-gradient(180deg, #18202a, #11171e);
  border: 1px solid rgba(126, 211, 33, 0.3);
  border-radius: 15px;
}
.sms-ic {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(126, 211, 33, 0.12);
  color: var(--green-soft);
  font-size: 1.2rem;
  font-weight: 800;
  flex: 0 0 auto;
}
.sms-ic.done { background: var(--grad-green); color: #0b1802; }
.sms-spin {
  width: 20px; height: 20px;
  border: 2.5px solid rgba(126, 211, 33, 0.25);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: smsSpin 0.8s linear infinite;
}
@keyframes smsSpin { to { transform: rotate(360deg); } }
.sms-meta { flex: 1; min-width: 0; }
.sms-meta strong { display: block; font-size: 1.05rem; font-variant-numeric: tabular-nums; }
.sms-meta span { font-size: 0.82rem; color: var(--muted); }
.sms-tag {
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase;
  color: #ffca6a; border: 1px solid rgba(255, 202, 106, 0.4);
  padding: 3px 9px; border-radius: 999px; flex: 0 0 auto;
}
/* o atributo hidden precisa vencer o display (senão o bloco aparece sempre) */
.sms-code[hidden], #btnComprar[hidden], .sms-cancelar[hidden], .sms-outro[hidden],
.sms-guide[hidden], .sms-timer[hidden], .sms-tag[hidden], .sms-panel[hidden] { display: none !important; }
.sms-code {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 16px 18px;
  background: rgba(126, 211, 33, 0.07);
  border: 1px dashed rgba(126, 211, 33, 0.45);
  border-radius: 14px;
  animation: buyIn 0.4s ease both;
}
.sms-code > span { font-size: 0.82rem; color: var(--muted); }
.sms-code strong {
  flex: 1;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.7rem;
  letter-spacing: 3px;
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.sms-code button, #smsCopiar {
  padding: 11px 16px; border-radius: 9px; border: 1px solid var(--line);
  background: var(--panel-strong); color: var(--text); font-weight: 600; font-size: 0.82rem; cursor: pointer;
}
.sms-code button:hover { border-color: rgba(126, 211, 33, 0.5); }
.sms-actions { display: flex; gap: 10px; margin-top: 16px; }
.sms-actions .btn { flex: 1; }
.sms-note { margin-top: 14px; font-size: 0.8rem; color: var(--muted); line-height: 1.55; }

/* ═══ Passo 3: tela de recebimento (rica) ═══ */
.sms-panel { display: flex; flex-direction: column; gap: 14px; }
/* wrap: em tela estreita o "Mudar app" desce em vez de o nome do app invadir ele */
.sms-head { display: flex; align-items: center; justify-content: space-between; gap: 10px 12px; flex-wrap: wrap; }
.sms-mudar { flex: 0 0 auto; margin-left: auto; white-space: nowrap; }
.sms-head-app { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 1rem; min-width: 0; }
.sms-head-app .svc-ic { width: 28px; height: 28px; flex: 0 0 auto; }
.sms-head-app .letter-badge { width: 28px; height: 28px; flex: 0 0 auto; }
.sms-head-app .sms-flag { width: 22px; height: 15px; border-radius: 3px; object-fit: cover; flex: 0 0 auto; }
.sms-head-app .sms-dot { color: var(--muted); opacity: 0.5; }

.sms-numcard {
  padding: 16px 20px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(126, 211, 33, 0.10), rgba(126, 211, 33, 0.015));
  border: 1px solid rgba(126, 211, 33, 0.28);
}
.sms-numcard-lb { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.09em; color: var(--muted); }
.sms-numcard-row { display: flex; align-items: center; gap: 14px; margin-top: 6px; }
.sms-numcard-row strong {
  flex: 1; min-width: 0; font-family: var(--font-display); font-weight: 800;
  font-size: 1.85rem; letter-spacing: 1px; font-variant-numeric: tabular-nums;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.sms-mini-btn {
  flex: 0 0 auto; padding: 9px 18px; border-radius: 10px; border: 1px solid var(--line);
  background: var(--panel-strong); color: var(--text); font-weight: 700; font-size: 0.82rem; cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.sms-mini-btn:hover { border-color: rgba(126, 211, 33, 0.5); background: rgba(126, 211, 33, 0.08); }

.sms-bar { height: 4px; border-radius: 999px; background: rgba(255, 255, 255, 0.05); overflow: hidden; margin-top: -6px; }
.sms-bar i {
  display: block; height: 100%; width: 38%; border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  animation: smsScan 1.5s ease-in-out infinite;
}
@keyframes smsScan { 0% { transform: translateX(-110%); } 100% { transform: translateX(320%); } }
.sms-bar.done { background: rgba(126, 211, 33, 0.2); }
.sms-bar.done i { animation: none; width: 100%; background: var(--green); }
.sms-bar.off i { animation: none; width: 100%; background: rgba(154, 166, 178, 0.35); }

.sms-guide {
  display: grid; gap: 11px; padding: 16px 18px; border-radius: 14px;
  background: rgba(255, 255, 255, 0.035); border: 1px solid var(--line);
}
.sms-guide-step { display: flex; align-items: center; gap: 12px; font-size: 0.9rem; color: var(--text); }
.sms-guide-step b {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
  background: rgba(126, 211, 33, 0.12); color: var(--green-soft); font-size: 0.82rem; font-weight: 800;
  border: 1px solid rgba(126, 211, 33, 0.28);
}


.sms-panel .sms-actions { flex-wrap: wrap; }
.sms-panel .sms-actions .btn { flex: 1 1 150px; }
.sms-cancelar:disabled, .sms-outro:disabled { opacity: 0.5; cursor: not-allowed; }
.sms-tag.done { color: var(--green-soft); border-color: rgba(126, 211, 33, 0.45); }
.sms-tag.off { color: var(--muted); border-color: rgba(154, 166, 178, 0.35); }

.sms-timer {
  flex: 0 0 auto; font-family: var(--font-display); font-weight: 800;
  font-size: 1.75rem; font-variant-numeric: tabular-nums; letter-spacing: 1px;
  color: var(--green-soft); min-width: 78px; text-align: right; line-height: 1;
}

/* passo 3: sem o resumo — coluna única, título e steps centralizados */
.buy-wrap.centered .buy-grid { grid-template-columns: 1fr; }
.buy-wrap.centered .buy-side { display: none; }
.buy-wrap.centered .buy-main { max-width: 780px; margin-inline: auto; width: 100%; }
.buy-wrap.centered .buy-head { text-align: center; }
.buy-wrap.centered .buy-steps { justify-content: center; }

/* ── Painel: setup + histórico ──────────────── */
.pn-setup, .rc-setup {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255, 193, 7, 0.07);
  border: 1px solid rgba(255, 193, 7, 0.32);
}
.pn-setup strong, .rc-setup strong { display: block; margin-bottom: 6px; color: #ffe2a6; }
.pn-setup p, .rc-setup p { font-size: 0.88rem; color: #d6c9a0; line-height: 1.6; }
.pn-hist { margin-top: 34px; }
.pn-hist-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.pn-hist-head h2 { font-size: 1.15rem; font-weight: 800; }
.pn-tx-list { display: flex; flex-direction: column; gap: 8px; }
.pn-vazio { color: var(--muted); font-size: 0.9rem; padding: 20px 0; text-align: center; }
.tx-row {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #18202a, #11171e);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.tx-ic {
  display: grid; place-items: center;
  width: 38px; height: 38px; border-radius: 11px;
  font-weight: 800; font-size: 1.05rem; flex: 0 0 auto;
}
.tx-ic.cred { background: rgba(126, 211, 33, 0.14); color: var(--green-soft); }
.tx-ic.deb { background: rgba(255, 255, 255, 0.06); color: #cdd7e0; }
.tx-info { flex: 1; min-width: 0; }
.tx-info strong { display: block; font-size: 0.92rem; font-weight: 600; }
.tx-info span { font-size: 0.76rem; color: var(--muted); }
.tx-val { font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.tx-val.cred { color: var(--green-soft); }
.tx-val.deb { color: #cdd7e0; }

/* ── "Comprar de novo" (combos já comprados) ───────── */
/* página 404 */
.erro-wrap {
  max-width: 620px; margin: 0 auto; padding: 90px 22px 120px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.erro-code {
  font-family: "Exo 2", sans-serif; font-size: 6.5rem; font-weight: 900;
  line-height: 1; letter-spacing: -0.04em; margin-bottom: 10px;
  background: linear-gradient(135deg, var(--green-soft), var(--green-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  opacity: 0.9;
}
.erro-wrap h1 { font-size: clamp(1.6rem, 4vw, 2.2rem); margin-bottom: 14px; }
.erro-wrap > p { color: var(--muted); font-size: 1rem; line-height: 1.6; max-width: 440px; margin-bottom: 30px; }
.erro-acoes { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 28px; }
.erro-help { color: var(--muted); font-size: 0.88rem; text-decoration: none; transition: color 0.2s; }
.erro-help:hover { color: var(--green); }
@media (max-width: 520px) {
  .erro-wrap { padding-top: 60px; }
  .erro-code { font-size: 5rem; }
  .erro-acoes .btn { width: 100%; }
}

/* aviso de e-mail não confirmado (painel) */
.pn-verify[hidden] { display: none !important; }
.pn-verify {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 22px; padding: 16px 18px;
  border: 1px solid rgba(255, 190, 60, 0.28);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 190, 60, 0.10), rgba(255, 190, 60, 0.03));
}
.pn-verify-ic { font-size: 1.5rem; line-height: 1; flex-shrink: 0; }
.pn-verify-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 1; }
.pn-verify-txt strong { font-size: 0.97rem; color: #ffce6a; }
.pn-verify-txt span { font-size: 0.85rem; color: var(--muted); line-height: 1.45; }
.pn-verify-txt b { color: var(--text); font-weight: 600; }
.pn-verify .btn { flex-shrink: 0; }
@media (max-width: 620px) {
  .pn-verify { flex-wrap: wrap; }
  .pn-verify .btn { width: 100%; }
}

.rec-box[hidden] { display: none !important; }
.rec-box {
  margin-bottom: 20px; padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.rec-titulo {
  display: block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 11px;
}
.rec-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.rec-chip {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px 10px 11px; border-radius: 13px; cursor: pointer; text-align: left;
  background: linear-gradient(180deg, #1a222c, #12181f);
  border: 1px solid rgba(255, 255, 255, 0.09); color: var(--text);
  transition: border-color 0.2s, transform 0.16s, box-shadow 0.2s;
}
.rec-chip:hover {
  transform: translateY(-2px); border-color: rgba(126, 211, 33, 0.45);
  box-shadow: 0 10px 24px -14px rgba(126, 211, 33, 0.5);
}
.rec-chip .rec-ic { width: 26px; height: 26px; flex: 0 0 auto; }
.rec-chip .letter-badge.rec-ic { width: 26px; height: 26px; font-size: 0.78rem; }
.rec-txt { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.rec-txt strong { font-size: 0.9rem; font-weight: 700; }
.rec-txt small { display: flex; align-items: center; gap: 5px; font-size: 0.73rem; color: var(--muted); }
.rec-txt small img { width: 16px; height: 11px; border-radius: 2px; object-fit: cover; }

/* ── Páginas legais (termos / privacidade) ─────────── */
.legal { position: relative; width: min(880px, calc(100% - 48px)); margin: 28px auto 84px; }
.legal-head { margin-bottom: 26px; }
.legal-head h1 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-top: 6px; }
.legal-data { color: var(--muted); font-size: 0.88rem; margin-top: 10px; }
.legal-box {
  background: #0d131a;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 34px 38px;
}
.legal-box h2 {
  font-size: 1.12rem; font-weight: 800; margin: 34px 0 12px;
  padding-top: 24px; border-top: 1px solid var(--line);
}
.legal-box > h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal-box h3 { font-size: 0.97rem; font-weight: 700; margin: 20px 0 8px; color: var(--green-soft); }
.legal-box p { color: #c3ccd6; line-height: 1.75; margin-bottom: 12px; font-size: 0.94rem; }
.legal-box ul { margin: 0 0 14px; padding-left: 20px; }
.legal-box li { color: #c3ccd6; line-height: 1.7; margin-bottom: 8px; font-size: 0.94rem; }
.legal-box strong { color: var(--text); font-weight: 700; }
.legal-box a { color: var(--green-soft); text-decoration: underline; text-underline-offset: 3px; }
.legal-todo {
  background: rgba(255, 202, 106, 0.14); color: #ffca6a;
  border: 1px dashed rgba(255, 202, 106, 0.5); border-radius: 6px;
  padding: 1px 7px; font-size: 0.88em;
}
.legal-fim {
  margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line);
  color: var(--muted) !important; font-style: italic;
}
.legal-nav { display: flex; gap: 12px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }
@media (max-width: 640px) { .legal-box { padding: 24px 20px; } }

/* ── Meus números (histórico de ativações) ── */
.pn-num-list { display: flex; flex-direction: column; gap: 8px; }
.pn-num-row {
  display: flex; align-items: center; gap: 13px; padding: 12px 16px;
  background: linear-gradient(180deg, #18202a, #11171e);
  border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 12px;
}
.pn-num-flag { flex: 0 0 auto; width: 30px; height: 21px; border-radius: 4px; overflow: hidden; background: rgba(255, 255, 255, 0.05); }
.pn-num-flag img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pn-num-info { flex: 1; min-width: 0; }
.pn-num-info strong { display: block; font-variant-numeric: tabular-nums; font-size: 1rem; }
.pn-num-info span { font-size: 0.8rem; color: var(--muted); }
.pn-num-dir { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.pn-num-code {
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; letter-spacing: 1px;
  color: var(--green-soft); font-variant-numeric: tabular-nums;
}
.pn-num-badge {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px; white-space: nowrap; border: 1px solid var(--line);
}
.pn-num-badge.ok { color: var(--green-soft); border-color: rgba(126, 211, 33, 0.4); background: rgba(126, 211, 33, 0.08); }
.pn-num-badge.wait { color: #ffca6a; border-color: rgba(255, 202, 106, 0.4); background: rgba(255, 202, 106, 0.07); }
.pn-num-badge.off { color: var(--muted); }

/* ── Configurações da conta ─────────────────── */
.pn-config { margin-top: 42px; }
/* quando o bloco de conta fica no TOPO do painel */
.pn-config-top { margin-top: 0; }
.pn-config-top + .pn-grid { margin-top: 30px; }
.pn-config > h2 { font-size: 1.15rem; font-weight: 800; margin-bottom: 16px; }
.cfg-id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  margin-bottom: 18px;
  background: linear-gradient(180deg, #1a222c, #12181f);
  border: 1px solid rgba(126, 211, 33, 0.3);
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.cfg-id strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  color: var(--green-soft);
  margin: 5px 0 3px;
}
.cfg-id small { font-size: 0.78rem; color: var(--muted); }
.cfg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
/* respeita o atributo hidden (display:grid/flex sobrescreveria o UA) */
.cfg-grid[hidden], .cfg-google[hidden] { display: none; }
.cfg-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #1a222c, #12181f);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.cfg-card h3 { font-size: 1rem; font-weight: 700; }
.cfg-card button { align-self: flex-start; margin-top: 2px; }
.cfg-msg {
  margin-top: 2px;
  padding: 10px 12px;
  border-radius: 9px;
  font-size: 0.82rem;
  line-height: 1.5;
  background: rgba(255, 90, 90, 0.1);
  border: 1px solid rgba(255, 90, 90, 0.3);
  color: #ffb9b9;
}
.cfg-msg.ok { background: rgba(126, 211, 33, 0.1); border-color: rgba(126, 211, 33, 0.4); color: #cfe9a9; }
.cfg-google {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #1a222c, #12181f);
  border: 1px solid rgba(66, 133, 244, 0.32);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.cfg-google-info strong { display: block; color: var(--text); font-size: 1rem; }
.cfg-google-info span { display: block; color: var(--green-soft); font-size: 0.9rem; margin: 3px 0; font-weight: 600; }
.cfg-google-info small { display: block; color: var(--muted); font-size: 0.8rem; line-height: 1.5; }
.cfg-g {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #4285F4;
  font-weight: 800;
  font-family: var(--font-display);
}
@media (max-width: 640px) { .cfg-grid { grid-template-columns: 1fr; } }

/* ── Página de recarga ──────────────────────── */
.rc-wrap { position: relative; width: min(920px, calc(100% - 48px)); margin: 22px auto 80px; }
.rc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  align-items: start;
}
/* telas de PIX e sucesso: card focado e centralizado */
#rcStep2, #rcStep3 { max-width: 460px; justify-self: center; width: 100%; }
.rc-panel {
  background: #0d131a;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 26px;
}
.rc-h { font-size: 1.05rem; font-weight: 700; margin-bottom: 18px; }
/* ── seletor de método de pagamento (PIX / Cartão / Cripto) ── */
.rc-metodos { display: grid; grid-template-columns: repeat(auto-fit, minmax(112px, 1fr)); gap: 12px; margin-bottom: 26px; }
.rc-metodo[hidden] { display: none !important; }
.rc-metodo {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  padding: 18px 12px 15px; border-radius: 16px; cursor: pointer; text-align: center;
  background: linear-gradient(180deg, #1a222c, #12181f);
  border: 1px solid rgba(255, 255, 255, 0.09); color: var(--text);
  transition: border-color 0.22s, transform 0.18s, box-shadow 0.22s;
}
.rc-metodo::after {
  content: ""; position: absolute; inset: -45% 40% auto -45%; height: 95%;
  background: radial-gradient(closest-side, rgba(126, 211, 33, 0.17), transparent);
  opacity: 0; transition: opacity 0.25s; pointer-events: none;
}
.rc-metodo:hover { transform: translateY(-2px); border-color: rgba(126, 211, 33, 0.4); }
.rc-mic {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px;
  background: rgba(255, 255, 255, 0.06); color: var(--muted);
  transition: background 0.22s, color 0.22s, transform 0.22s;
}
.rc-mic svg { width: 22px; height: 22px; display: block; }
.rc-metodo strong { font-size: 0.97rem; font-weight: 700; letter-spacing: -0.1px; }
.rc-metodo small { font-size: 0.7rem; color: var(--muted); letter-spacing: 0.02em; }
.rc-mcheck {
  position: absolute; top: 9px; right: 9px; width: 19px; height: 19px; border-radius: 50%;
  display: grid; place-items: center; font-style: normal; font-size: 0.64rem; font-weight: 900;
  background: linear-gradient(135deg, #a8ec4e, #4c9c12); color: #0b1802;
  opacity: 0; transform: scale(0.5); transition: opacity 0.2s, transform 0.2s;
}
.rc-metodo.on {
  border-color: rgba(126, 211, 33, 0.55);
  box-shadow: 0 0 0 1px rgba(126, 211, 33, 0.22), 0 12px 30px -14px rgba(126, 211, 33, 0.5);
}
.rc-metodo.on::after { opacity: 1; }
.rc-metodo.on .rc-mic { background: rgba(126, 211, 33, 0.16); color: var(--green-soft); transform: scale(1.05); }
.rc-metodo.on small { color: var(--green-soft); }
.rc-metodo.on .rc-mcheck { opacity: 1; transform: scale(1); }

/* valores: número + conversão embaixo */
.rc-amt { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; }
.rc-amt b { font-family: var(--font-display); font-weight: 800; font-size: 1.16rem; letter-spacing: -0.2px; }
.rc-amt span { font-size: 0.72rem; font-weight: 500; color: var(--muted); }
.rc-amt.on span { color: var(--green-soft); }

.rc-amts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.rc-amt {
  padding: 20px 10px;
  background: linear-gradient(180deg, #1a222c, #12181f);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #f2f6fa;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.rc-amt:hover { transform: translateY(-3px); border-color: rgba(126, 211, 33, 0.5); }
.rc-amt.on {
  border-color: var(--green);
  background: linear-gradient(180deg, rgba(126, 211, 33, 0.18), rgba(126, 211, 33, 0.06));
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4), 0 0 22px rgba(126, 211, 33, 0.16);
}
.rc-custom span { display: block; font-size: 0.82rem; color: var(--muted); margin-bottom: 8px; }
.rc-custom > div {
  display: flex; align-items: center; gap: 8px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.rc-custom > div:focus-within { border-color: rgba(126, 211, 33, 0.5); }
.rc-custom i { font-style: normal; font-weight: 700; color: var(--muted); }
.rc-custom input {
  flex: 1; background: none; border: 0; outline: none;
  color: var(--text); font: 700 1.1rem var(--font-display);
}
.rc-gerar { width: 100%; margin-top: 22px; }
.rc-gerar:disabled { opacity: 0.5; cursor: not-allowed; }
.rc-min { margin-top: 12px; font-size: 0.8rem; color: var(--muted); text-align: center; }
.rc-pixhead { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.rc-pixval {
  font-family: var(--font-display); font-weight: 800; font-size: 1.5rem;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.rc-timer { font-size: 0.82rem; color: #ffca6a; font-variant-numeric: tabular-nums; }
.rc-qr {
  position: relative;
  width: max-content;
  margin: 0 auto 18px;
  padding: 12px;
  background: #fff;
  border-radius: 14px;
}
.rc-qr canvas, .rc-qr img { display: block; width: 210px; height: 210px; border-radius: 4px; }
.rc-qr [hidden] { display: none; }
.rc-qr-tag {
  position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%);
  font-size: 0.64rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
  color: #ffca6a; background: #11171e; border: 1px solid rgba(255, 202, 106, 0.4);
  padding: 3px 10px; border-radius: 999px; white-space: nowrap;
}
.rc-copia {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line); border-radius: 11px;
}
.rc-copia code {
  flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font-family: "Consolas", monospace; font-size: 0.78rem; color: var(--muted);
}
.rc-copia button {
  flex: 0 0 auto; padding: 12px 16px; border-radius: 9px; border: 0;
  background: var(--grad-green); color: #0b1802; font-weight: 700; font-size: 0.8rem; cursor: pointer;
}
.rc-passos { display: grid; gap: 8px; margin-bottom: 20px; padding-left: 20px; list-style: decimal; }
.rc-passos li { font-size: 0.87rem; color: var(--muted); line-height: 1.5; }
.rc-passos b { color: var(--text); }
.rc-confirmar { width: 100%; }
.rc-voltar { display: block; width: 100%; margin-top: 12px; padding: 12px; background: none; border: 0; color: var(--muted); font-size: 0.85rem; cursor: pointer; }
.rc-voltar:hover { color: var(--text); }
.rc-erro { margin-top: 12px; padding: 11px 13px; border-radius: 10px; font-size: 0.85rem; background: rgba(255, 90, 90, 0.1); border: 1px solid rgba(255, 90, 90, 0.3); color: #ffb9b9; }
.rc-testmode { margin-top: 16px; font-size: 0.8rem; color: var(--muted); line-height: 1.55; padding-top: 14px; border-top: 1px solid var(--line-soft); }
.rc-testmode b { color: #ffe2a6; }
.rc-ok { text-align: center; padding: 44px 26px; }
.rc-ok-ic {
  display: inline-grid; place-items: center;
  width: 64px; height: 64px; margin-bottom: 18px;
  border-radius: 50%; background: var(--grad-green); color: #0b1802;
  font-size: 2rem; font-weight: 800;
  animation: lgPopMsg 0.6s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}
.rc-ok h2 { font-size: 1.4rem; font-weight: 800; }
.rc-ok p { color: var(--muted); margin-top: 8px; }
.rc-ok p strong { color: var(--green-soft); }
.rc-ok-btns { display: flex; gap: 12px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }
.rc-side { position: sticky; top: calc(var(--nav-h) + 16px); display: flex; flex-direction: column; gap: 14px; }
.rc-saldo-atual { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed var(--line-soft); }
.rc-saldo-atual span { font-size: 0.85rem; color: var(--muted); }
.rc-saldo-atual strong {
  font-family: var(--font-display); font-weight: 800; font-size: 1.35rem;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.rc-add[hidden] { display: none !important; }
.rc-add { display: flex; align-items: center; justify-content: space-between; padding: 12px 0 4px; }
.rc-add span { font-size: 0.85rem; color: var(--muted); }
.rc-add strong { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--green-soft); }

@media (max-width: 900px) {
  .buy-grid { grid-template-columns: 1fr; }
  /* resumo (com o botão comprar) fixo no rodapé: com 100 países ele ficava
     9 telas abaixo da lista. Sticky-bottom mantém o botão sempre à mão. */
  .buy-side { position: sticky; bottom: 0; z-index: 8; }
  .sum-card { box-shadow: 0 -10px 30px rgba(0,0,0,0.5); }
  .pn-grid { grid-template-columns: 1fr; }
  /* lista rola dentro dela mesma em vez de desenrolar os 100 países */
  .country-list { max-height: 52vh; }
  .rc-grid { grid-template-columns: 1fr; }
  .rc-side { position: static; }
}

/* ── Acessibilidade ─────────────────────────── */
:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }
  html { scroll-behavior: auto; }
  .reveal, html.js .reveal { opacity: 1; transform: none; }
}

/* ═══════════════════════════════════════════
   PAINEL DE ADMIN — casca com menu lateral
   ═══════════════════════════════════════════ */
.adm-body { background: var(--bg); min-height: 100vh; }

.adm-load[hidden], .adm-negado[hidden], #admApp[hidden],
.adm-modal[hidden], .adm-erro[hidden], .adm-veu[hidden] { display: none !important; }

.adm-load { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 120px 20px; color: var(--muted); }
.adm-spin {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid var(--line); border-top-color: var(--green);
  animation: admgira 0.8s linear infinite;
}
@keyframes admgira { to { transform: rotate(360deg); } }

.adm-negado { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 120px 20px; }
.adm-negado-ic { font-size: 2.6rem; }
.adm-negado h1 { font-size: 1.6rem; }
.adm-negado p { color: var(--muted); margin-bottom: 8px; }

/* ── casca ── */
.adm-app { display: grid; grid-template-columns: 254px 1fr; min-height: 100vh; }

/* ── menu lateral ── */
.adm-side {
  display: flex; flex-direction: column;
  background: var(--bg-2); border-right: 1px solid var(--line);
  position: sticky; top: 0; height: 100vh; overflow-y: auto;
}
.adm-logo { display: flex; align-items: center; gap: 11px; padding: 20px 18px; text-decoration: none; color: inherit; border-bottom: 1px solid var(--line); }
.adm-logo-mark {
  display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto;
  border-radius: 11px; background: var(--grad-green); color: #0d1608;
  font-family: var(--font-display); font-weight: 900; font-size: 0.95rem;
}
.adm-logo-txt { font-family: var(--font-display); font-weight: 800; font-size: 1rem; line-height: 1.1; }
.adm-logo-txt em { font-style: italic; color: var(--green); }
.adm-logo-txt small { display: block; font-family: var(--font-body); font-size: 0.68rem; font-weight: 500; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 2px; }

.adm-menu { flex: 1; padding: 14px 10px; display: flex; flex-direction: column; gap: 2px; }
.adm-menu-grp {
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); opacity: 0.62; padding: 15px 10px 6px;
}
.adm-menu button {
  display: flex; align-items: center; gap: 10px; width: 100%;
  background: none; border: 0; border-radius: 10px; cursor: pointer;
  color: var(--muted); font-family: var(--font-body); font-size: 0.9rem; font-weight: 500;
  padding: 9px 11px; text-align: left; transition: background 0.16s, color 0.16s;
}
.adm-menu button:hover { background: rgba(255, 255, 255, 0.04); color: var(--text); }
.adm-menu button.on { background: rgba(126, 211, 33, 0.13); color: var(--green); font-weight: 600; }
.adm-mi { font-size: 0.95rem; width: 20px; text-align: center; flex: 0 0 auto; }
.adm-menu button b {
  margin-left: auto; font-size: 0.7rem; font-weight: 700; padding: 1px 7px; border-radius: 99px;
  background: rgba(255, 255, 255, 0.07); color: var(--muted);
}
.adm-menu button b:empty { display: none; }
.adm-menu button b.quente { background: rgba(255, 190, 60, 0.18); color: #ffce6a; }

.adm-side-pe { padding: 14px; border-top: 1px solid var(--line); }
.adm-eu { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; min-width: 0; }
.adm-eu-av {
  display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto;
  border-radius: 50%; background: rgba(126, 211, 33, 0.16); color: var(--green); font-weight: 700; font-size: 0.85rem;
}
.adm-eu div { min-width: 0; }
.adm-eu strong { display: block; font-size: 0.8rem; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.adm-eu span { font-size: 0.7rem; color: var(--muted); }
.adm-side-link { font-size: 0.8rem; color: var(--muted); text-decoration: none; }
.adm-side-link:hover { color: var(--green); }

/* ── área principal ── */
.adm-main { min-width: 0; padding: 0 26px 70px; }
.adm-top {
  display: flex; align-items: center; gap: 14px; padding: 22px 0 20px;
  border-bottom: 1px solid var(--line); margin-bottom: 24px;
  position: sticky; top: 0; z-index: 20;
  background: linear-gradient(180deg, var(--bg) 74%, transparent);
}
.adm-top-tit { flex: 1; min-width: 0; }
.adm-top-tit h1 { font-size: 1.42rem; line-height: 1.2; }
.adm-top-tit span { font-size: 0.83rem; color: var(--muted); }
.adm-top-acoes { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.adm-atualizado { font-size: 0.76rem; color: var(--muted); white-space: nowrap; }
.adm-burger { display: none; background: none; border: 0; color: var(--text); font-size: 1.3rem; cursor: pointer; padding: 4px 6px; }
.adm-veu { position: fixed; inset: 0; background: rgba(2, 5, 8, 0.66); z-index: 60; }

.adm-aba { display: none; }
.adm-aba.on { display: block; animation: admfade 0.22s ease; }
@keyframes admfade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

.adm-erro {
  background: rgba(255, 90, 90, 0.12); border: 1px solid rgba(255, 90, 90, 0.3);
  color: #ff9b9b; padding: 11px 15px; border-radius: 11px; font-size: 0.88rem; margin-bottom: 16px;
}
.adm-dica { color: var(--muted); font-size: 0.84rem; margin-bottom: 14px; }
.adm-vazio { color: var(--muted); font-size: 0.9rem; padding: 26px 4px; text-align: center; }

/* ── cartões ── */
.adm-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(206px, 1fr)); gap: 13px; margin-bottom: 22px; }
.adm-cards-min { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.adm-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: 15px; padding: 15px 17px;
  display: flex; flex-direction: column; gap: 4px;
}
.adm-card-rot { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.adm-card strong { font-family: var(--font-display); font-size: 1.45rem; font-weight: 800; }
.adm-card small { font-size: 0.76rem; color: var(--muted); }
.adm-card.bom { border-color: rgba(126, 211, 33, 0.32); background: linear-gradient(140deg, rgba(126, 211, 33, 0.09), transparent); }
.adm-card.bom strong { color: var(--green); }
.adm-card.alerta { border-color: rgba(255, 190, 60, 0.3); }
.adm-card.alerta strong { color: #ffce6a; }

.adm-2col { display: grid; grid-template-columns: 1.6fr 1fr; gap: 14px; margin-bottom: 14px; }
.adm-3col { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }

.adm-box { background: var(--panel); border: 1px solid var(--line); border-radius: 15px; padding: 18px; }
.adm-box h2 { font-size: 0.98rem; margin-bottom: 14px; }
.adm-box-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.adm-box-head h2 { margin: 0; }
.adm-legenda { display: flex; align-items: center; gap: 7px; font-size: 0.74rem; color: var(--muted); }
.adm-legenda i { width: 11px; height: 11px; border-radius: 3px; display: inline-block; }
.adm-legenda .lg-ativ { background: rgba(126, 211, 33, 0.5); }
.adm-legenda .lg-rec { background: #ffce6a; border-radius: 50%; width: 9px; height: 9px; }

/* ── gráfico ── */
.g-svg { width: 100%; height: 230px; display: block; overflow: visible; }
.g-bar { fill: rgba(126, 211, 33, 0.42); transition: fill 0.16s; }
.g-bar:hover { fill: var(--green); }
.g-line { fill: none; stroke: #ffce6a; stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; }
.g-dot { fill: #ffce6a; }
.g-grid { stroke: rgba(255, 255, 255, 0.07); stroke-width: 1; }
.g-lb { fill: #9aa6b2; font-size: 10px; font-family: var(--font-body); }
.g-lb-e { text-anchor: end; }
.g-lb-d { text-anchor: start; fill: #ffce6a; opacity: 0.8; }
.g-lb-x { text-anchor: middle; }

/* ── situações ── */
.adm-status { display: flex; gap: 9px; flex-wrap: wrap; }
.adm-pill {
  display: flex; flex-direction: column; gap: 2px; padding: 11px 15px;
  border: 1px solid var(--line); border-radius: 12px; min-width: 106px; flex: 1 1 106px;
}
.adm-pill b { font-family: var(--font-display); font-size: 1.3rem; }
.adm-pill span { font-size: 0.74rem; color: var(--muted); }
.adm-pill.recebido { border-color: rgba(126, 211, 33, 0.35); }
.adm-pill.recebido b { color: var(--green); }
.adm-pill.aguardando b { color: #ffce6a; }

/* ── rankings ── */
.adm-rank { display: flex; flex-direction: column; gap: 9px; }
.rk { display: grid; grid-template-columns: minmax(0, 1fr) 78px auto; align-items: center; gap: 10px; font-size: 0.85rem; }
.rk-nome { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rk-barra { height: 6px; border-radius: 99px; background: rgba(255, 255, 255, 0.07); overflow: hidden; }
.rk-barra i { display: block; height: 100%; border-radius: 99px; background: var(--grad-green); }
.rk-val { font-variant-numeric: tabular-nums; color: var(--muted); font-size: 0.82rem; }

/* ── saúde ── */
.adm-saude { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 11px; }
.sd { display: flex; align-items: flex-start; gap: 12px; padding: 15px 17px; border-radius: 13px; border: 1px solid var(--line); background: var(--panel); }
.sd-ic { display: grid; place-items: center; width: 26px; height: 26px; flex: 0 0 auto; border-radius: 50%; font-weight: 800; font-size: 0.82rem; }
.sd.ok .sd-ic { background: rgba(126, 211, 33, 0.16); color: var(--green); }
.sd.ruim { border-color: rgba(255, 90, 90, 0.32); background: rgba(255, 90, 90, 0.05); }
.sd.ruim .sd-ic { background: rgba(255, 90, 90, 0.18); color: #ff9b9b; }
.sd strong { display: block; font-size: 0.9rem; margin-bottom: 2px; }
.sd span { font-size: 0.8rem; color: var(--muted); line-height: 1.45; }

/* ── exportar ── */
.adm-exp { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 12px; }
.exp-card {
  display: flex; align-items: center; gap: 14px; text-align: left; cursor: pointer;
  padding: 17px 19px; border-radius: 14px; border: 1px solid var(--line);
  background: var(--panel); color: inherit; font-family: var(--font-body);
  transition: transform 0.18s, border-color 0.18s;
}
.exp-card:hover { transform: translateY(-2px); border-color: rgba(126, 211, 33, 0.4); }
.exp-card:disabled { opacity: 0.6; cursor: wait; }
.exp-ic { font-size: 1.4rem; flex: 0 0 auto; }
.exp-card div { flex: 1; min-width: 0; }
.exp-card strong { display: block; font-size: 0.95rem; }
.exp-card span { font-size: 0.78rem; color: var(--muted); }
.exp-seta { font-size: 1.1rem; color: var(--green); flex: 0 0 auto; }

/* ── barra de busca e filtros ── */
.adm-barra { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 15px; }
.adm-busca { flex: 1; min-width: 240px; max-width: 460px; margin: 0; }
.adm-conta { font-size: 0.82rem; color: var(--muted); white-space: nowrap; }
.adm-filtros { display: flex; gap: 6px; flex-wrap: wrap; }
.adm-filtros button {
  background: var(--panel); border: 1px solid var(--line); color: var(--muted);
  border-radius: 999px; padding: 6px 14px; font-size: 0.82rem; font-weight: 600;
  cursor: pointer; font-family: var(--font-body); transition: all 0.18s;
}
.adm-filtros button:hover { color: var(--text); }
.adm-filtros button.on { background: rgba(126, 211, 33, 0.14); border-color: rgba(126, 211, 33, 0.4); color: var(--green); }

/* ── tabelas ── */
.adm-tabela { overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); }
.adm-t { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.adm-t thead th {
  text-align: left; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--muted); padding: 12px 14px;
  border-bottom: 1px solid var(--line); white-space: nowrap;
}
.adm-t td { padding: 11px 14px; border-bottom: 1px solid var(--line-soft); vertical-align: middle; }
.adm-t tbody tr:last-child td { border-bottom: 0; }
.adm-t tbody tr:hover { background: rgba(255, 255, 255, 0.022); }
.adm-t td strong { display: block; font-weight: 600; }
.adm-t td small { display: block; font-size: 0.75rem; color: var(--muted); margin-top: 1px; }
.adm-t td.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.adm-t td.fraco, .adm-t td .fraco { color: var(--muted); }
.adm-t td.mono, .adm-t .mono { font-family: ui-monospace, Consolas, monospace; font-size: 0.79rem; }
.adm-t td.acao { text-align: right; white-space: nowrap; }
.adm-t td.cred { color: var(--green); }
.adm-t td.deb { color: #ff9b9b; }
.adm-t tr.banido { background: rgba(255, 90, 90, 0.05); }
.adm-t tr.semestoque { opacity: 0.45; }

.adm-tag {
  display: inline-block; padding: 3px 9px; border-radius: 999px;
  font-size: 0.71rem; font-weight: 700; white-space: nowrap;
  border: 1px solid var(--line); color: var(--muted);
}
.adm-tag.ok, .adm-tag.recebido { background: rgba(126, 211, 33, 0.13); border-color: rgba(126, 211, 33, 0.35); color: var(--green); }
.adm-tag.ruim { background: rgba(255, 90, 90, 0.13); border-color: rgba(255, 90, 90, 0.35); color: #ff9b9b; }
.adm-tag.aguardando { background: rgba(255, 190, 60, 0.13); border-color: rgba(255, 190, 60, 0.35); color: #ffce6a; }
.adm-tag.estornado, .adm-tag.expirado, .adm-tag.cancelado, .adm-tag.neutro { background: rgba(255, 255, 255, 0.04); }

.adm-precos { display: flex; gap: 6px; align-items: center; justify-content: flex-end; }
.adm-precos input {
  width: 76px; background: var(--bg-2); border: 1px solid var(--line); color: var(--text);
  border-radius: 9px; padding: 6px 9px; font-size: 0.82rem; font-family: var(--font-body);
}
.adm-precos input:focus { outline: none; border-color: rgba(126, 211, 33, 0.45); }

.btn-perigo { background: rgba(255, 90, 90, 0.14); border: 1px solid rgba(255, 90, 90, 0.36); color: #ff9b9b; }
.btn-perigo:hover { background: rgba(255, 90, 90, 0.22); }

/* ── ficha (modal) ── */
.adm-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.adm-modal-bg { position: absolute; inset: 0; background: rgba(2, 5, 8, 0.78); backdrop-filter: blur(3px); }
.adm-modal-box {
  position: relative; width: min(920px, 100%); max-height: 88vh; overflow-y: auto;
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 18px;
  padding: 26px; box-shadow: var(--shadow-1);
}
.adm-modal-x {
  position: absolute; top: 12px; right: 16px; background: none; border: 0;
  color: var(--muted); font-size: 1.7rem; line-height: 1; cursor: pointer;
}
.adm-modal-x:hover { color: var(--text); }

.adm-ficha-topo { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.adm-ficha-topo h2 { font-size: 1.25rem; }
.adm-ficha-topo p { font-size: 0.86rem; color: var(--muted); }
.adm-ficha-saldo { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.adm-ficha-saldo span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.adm-ficha-saldo strong { font-family: var(--font-display); font-size: 1.6rem; color: var(--green); }

.adm-mini { display: grid; grid-template-columns: repeat(auto-fit, minmax(112px, 1fr)); gap: 9px; margin-bottom: 14px; }
.adm-mini > div { background: var(--panel); border: 1px solid var(--line); border-radius: 11px; padding: 10px 12px; }
.adm-mini span { display: block; font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.adm-mini b { font-size: 1rem; }
.adm-mini-auth b { font-size: 0.85rem; font-weight: 600; }

.adm-acoes-box { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; margin: 18px 0; }
.adm-acao-card { background: var(--panel); border: 1px solid var(--line); border-radius: 13px; padding: 15px; display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.adm-acao-card h3 { font-size: 0.95rem; }
.adm-acao-card small { font-size: 0.76rem; color: var(--muted); line-height: 1.45; }
.adm-acao-card input, .adm-linha input {
  width: 100%; background: var(--bg); border: 1px solid var(--line); color: var(--text);
  border-radius: 9px; padding: 8px 11px; font-size: 0.86rem; font-family: var(--font-body);
}
.adm-acao-card input:focus, .adm-linha input:focus { outline: none; border-color: rgba(126, 211, 33, 0.45); }
.adm-linha { display: flex; gap: 8px; width: 100%; }
.adm-linha input:first-child { max-width: 130px; }
.adm-linha select {
  background: var(--bg); border: 1px solid var(--line); color: var(--text);
  border-radius: 9px; padding: 8px 11px; font-size: 0.86rem; font-family: var(--font-body); cursor: pointer;
}
.adm-linha select:focus { outline: none; border-color: rgba(126, 211, 33, 0.45); }
.adm-restr-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.adm-restr-ativa { color: #ffce6a !important; font-weight: 600; }
.adm-sub { font-size: 0.95rem; margin: 20px 0 10px; }

/* ── busca no topo ── */
.adm-busca-topo { flex: 0 1 300px; margin: 0; min-width: 0; }

/* ── configurações ── */
.cfg-box { display: flex; flex-direction: column; gap: 0; max-width: 760px; }
.cfg-campo {
  display: grid; grid-template-columns: 1fr 220px; gap: 20px; align-items: center;
  padding: 17px 0; border-bottom: 1px solid var(--line-soft);
}
.cfg-campo label { display: flex; flex-direction: column; gap: 3px; cursor: pointer; }
.cfg-campo label strong { font-size: 0.94rem; }
.cfg-campo label span { font-size: 0.8rem; color: var(--muted); line-height: 1.45; }
.cfg-input { display: flex; flex-direction: column; gap: 5px; }
.cfg-input input {
  width: 100%; background: var(--bg); border: 1px solid var(--line); color: var(--text);
  border-radius: 10px; padding: 10px 13px; font-size: 1rem; font-family: var(--font-body);
  font-variant-numeric: tabular-nums;
}
.cfg-input input:focus { outline: none; border-color: rgba(126, 211, 33, 0.5); }
.cfg-input small { font-size: 0.72rem; color: var(--muted); opacity: 0.75; }
.cfg-pe { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; padding-top: 19px; }
.cfg-pe small { font-size: 0.78rem; color: var(--muted); flex: 1; min-width: 190px; }

/* ── responsivo ── */
@media (max-width: 1080px) {
  .adm-2col { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .adm-app { grid-template-columns: 1fr; }
  .adm-side {
    position: fixed; top: 0; left: 0; z-index: 70; width: 262px;
    transform: translateX(-100%); transition: transform 0.24s ease;
  }
  .adm-side.aberto { transform: none; }
  .adm-burger { display: block; }
  .adm-main { padding: 0 16px 60px; }
  .adm-top-tit h1 { font-size: 1.2rem; }
  .adm-atualizado { display: none; }
}
@media (max-width: 560px) {
  .adm-modal-box { padding: 20px 16px; }
  .adm-linha { flex-direction: column; }
  .adm-linha input:first-child { max-width: none; }
  .adm-precos { flex-wrap: wrap; }
  .rk { grid-template-columns: minmax(0, 1fr) 54px auto; }
}

/* ═══════════════════════════════════════════
   PÁGINA DO PROGRAMA SELLER
   ═══════════════════════════════════════════ */
.btn-lg { padding: 15px 30px; font-size: 1rem; }

.sl { padding-top: 10px; }
.sl-sec { padding: 84px 0; position: relative; }
.sl-sec-alt { background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.016), transparent); }

.sl-head { max-width: 640px; margin: 0 auto 46px; text-align: center; }
.sl-head h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); line-height: 1.15; margin: 10px 0 12px; }
.sl-head p { color: var(--muted); font-size: 1.02rem; line-height: 1.6; }

/* ── hero ── */
.sl-hero { padding: 54px 0 78px; }
.sl-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; }
.sl-hero-copy h1 {
  font-size: clamp(2.1rem, 5.2vw, 3.5rem); line-height: 1.06;
  letter-spacing: -0.02em; margin: 14px 0 18px;
}
.sl-lead { color: var(--muted); font-size: 1.09rem; line-height: 1.65; max-width: 520px; }
.sl-lead b { color: var(--text); font-weight: 600; }

.sl-stats { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.sl-stats div { display: flex; flex-direction: column; gap: 2px; }
.sl-stats strong {
  font-family: var(--font-display); font-size: 1.75rem; font-weight: 800;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.sl-stats span { font-size: 0.82rem; color: var(--muted); }

/* o palco ocupa a coluna inteira: é isso que cria margem lateral pros balões.
   Antes ele encolhia até o tamanho do celular e os balões caíam em cima dele. */
.sl-phone { width: 100%; justify-self: stretch; }
.sl-phone .phone3d { transform: rotateY(-13deg) rotateX(4deg) rotateZ(0.5deg) scale(0.9); }

/* balões: encostados nas bordas da coluna e com contraste de verdade */
.sl-phone .chip {
  max-width: 178px;
  background: rgba(21, 29, 38, 0.99);
  border-color: rgba(126, 211, 33, 0.42);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.66);
  backdrop-filter: none;
}
/* As mensagens ocupam de ~17% a ~91% da altura. Só sobram duas faixas
   livres — o cabeçalho e a barra de digitar — e é nelas que os balões ficam,
   pra não taparem o conteúdo do chat. */
.sl-phone .chip-brand { left: 0; top: 4%; }
.sl-phone .chip-profit { right: 0; bottom: 1%; }

/* chat chegando mensagem a mensagem */
.tg2-chat .por-vir { opacity: 0; transform: translateY(9px) scale(0.985); }
.tg2-chat .chegou { opacity: 1; transform: none; transition: opacity 0.42s ease, transform 0.42s cubic-bezier(.2,.8,.3,1); }

/* ── passos ── */
.passos { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(228px, 1fr)); gap: 20px; padding: 0; counter-reset: p; }
.passos li {
  position: relative; padding: 26px 22px; border-radius: 18px;
  background: var(--panel); border: 1px solid var(--line);
  transition: transform 0.22s, border-color 0.22s;
}
.passos li:hover { transform: translateY(-4px); border-color: rgba(126, 211, 33, 0.32); }
.passo-n {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px; margin-bottom: 15px;
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 800; color: #0d1608;
  background: var(--grad-green); box-shadow: 0 5px 16px rgba(126, 211, 33, 0.24);
}
.passos h3 { font-size: 1.04rem; margin-bottom: 7px; }
.passos p { font-size: 0.89rem; color: var(--muted); line-height: 1.55; }

/* ── grid de recursos ── */
.sl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.sl-card {
  padding: 26px 24px; border-radius: 18px; background: var(--panel);
  border: 1px solid var(--line); transition: transform 0.22s, border-color 0.22s, background 0.22s;
}
.sl-card:hover { transform: translateY(-4px); border-color: rgba(126, 211, 33, 0.3); background: var(--panel-strong); }
.sl-ic { display: block; font-size: 1.7rem; margin-bottom: 13px; }
.sl-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.sl-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.58; }

/* ── preço zero ── */
.preco-zero {
  display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 44px; align-items: center;
  padding: 44px; border-radius: 24px;
  background: var(--panel); border: 1px solid var(--line);
}
.preco-zero h2 { font-size: clamp(1.9rem, 4.6vw, 2.8rem); margin: 10px 0 14px; }
.preco-zero > div > p { color: var(--muted); line-height: 1.65; max-width: 520px; margin-bottom: 20px; }
.preco-lista { list-style: none; display: grid; gap: 10px; padding: 0; }
.preco-lista li { display: flex; align-items: center; gap: 10px; font-size: 0.94rem; color: var(--muted); }
.preco-lista li b { color: var(--text); }
.preco-lista span {
  display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
  width: 21px; height: 21px; border-radius: 50%; font-size: 0.72rem; font-weight: 700;
  background: rgba(126, 211, 33, 0.16); color: var(--green);
}
.preco-selo {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  aspect-ratio: 1; border-radius: 50%; text-align: center;
  background: radial-gradient(circle at 40% 35%, rgba(126, 211, 33, 0.22), rgba(126, 211, 33, 0.03) 70%);
  border: 1px solid rgba(126, 211, 33, 0.3);
}
.preco-selo strong {
  font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 900;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.preco-selo span { font-size: 0.8rem; color: var(--muted); line-height: 1.35; }

/* ── FAQ ── */
.sl-faq-wrap { max-width: 780px; }
.sl-faq { display: flex; flex-direction: column; gap: 10px; }
.sl-faq details {
  border: 1px solid var(--line); border-radius: 14px; background: var(--panel);
  overflow: hidden; transition: border-color 0.2s;
}
.sl-faq details[open] { border-color: rgba(126, 211, 33, 0.28); }
.sl-faq summary {
  padding: 17px 22px; cursor: pointer; font-weight: 600; font-size: 0.98rem;
  list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.sl-faq summary::-webkit-details-marker { display: none; }
.sl-faq summary::after {
  content: "+"; flex: 0 0 auto; font-size: 1.35rem; font-weight: 400; line-height: 1;
  color: var(--green); transition: transform 0.24s;
}
.sl-faq details[open] summary::after { transform: rotate(45deg); }
.sl-faq summary:hover { color: var(--green); }
.sl-faq details p { padding: 0 22px 18px; color: var(--muted); font-size: 0.91rem; line-height: 1.65; }

/* ── CTA final ── */
.sl-cta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center;
  padding: 46px; border-radius: 24px;
  background: linear-gradient(150deg, rgba(126, 211, 33, 0.1), rgba(126, 211, 33, 0.015));
  border: 1px solid rgba(126, 211, 33, 0.24);
}
.sl-cta-copy h2 { font-size: clamp(1.7rem, 4vw, 2.4rem); margin: 10px 0 13px; line-height: 1.15; }
.sl-cta-copy p { color: var(--muted); line-height: 1.65; margin-bottom: 18px; }
/* três passos rápidos ao lado do cartão */
.sl-passos-rapidos { list-style: none; display: grid; gap: 11px; padding: 0; margin-top: 22px; }
.sl-passos-rapidos li { display: flex; align-items: center; gap: 11px; font-size: 0.93rem; color: var(--muted); }
.sl-passos-rapidos span {
  display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
  width: 24px; height: 24px; border-radius: 50%; font-size: 0.75rem; font-weight: 700;
  background: rgba(126, 211, 33, 0.16); color: var(--green);
}

/* cartão do Telegram — é por aqui que se pede o bot */
.tg-card {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px;
  padding: 34px 28px; border-radius: 20px; text-decoration: none; color: inherit;
  background: rgba(0, 0, 0, 0.28); border: 1px solid rgba(126, 211, 33, 0.24);
  transition: transform 0.24s, border-color 0.24s, box-shadow 0.24s;
}
.tg-card:hover {
  transform: translateY(-4px); border-color: rgba(126, 211, 33, 0.5);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.42);
}
.tg-card-ic {
  display: flex; align-items: center; justify-content: center;
  width: 62px; height: 62px; border-radius: 50%; margin-bottom: 8px;
  background: linear-gradient(140deg, #37aee2, #1e96c8); color: #fff;
  box-shadow: 0 10px 26px rgba(55, 174, 226, 0.34);
}
.tg-card-ic svg { width: 31px; height: 31px; margin-left: -2px; }
.tg-card strong { font-family: var(--font-display); font-size: 1.55rem; font-weight: 800; }
.tg-card-sub { font-size: 0.85rem; color: var(--muted); margin-bottom: 16px; }
.tg-card-btn { width: 100%; }
.tg-card small { font-size: 0.76rem; color: var(--muted); margin-top: 10px; }

/* ── rodapé enxuto ── */
.sl-footer { padding: 34px 0; border-top: 1px solid var(--line); text-align: center; }
.sl-footer p { margin-bottom: 7px; font-size: 0.88rem; }
.sl-footer a { color: var(--muted); text-decoration: none; }
.sl-footer a:hover { color: var(--green); }
.sl-footer span { font-size: 0.8rem; color: var(--muted); opacity: 0.65; }

/* ── responsivo ── */
@media (max-width: 980px) {
  .sl-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .sl-hero-copy { text-align: center; }
  .sl-lead { margin: 0 auto; }
  .sl-stats { justify-content: center; }
  .sl-stats { border-top: 1px solid var(--line); }
  .preco-zero { grid-template-columns: 1fr; gap: 30px; }
  .preco-selo { max-width: 220px; justify-self: center; }
  .sl-cta { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 620px) {
  .sl-sec { padding: 60px 0; }
  .sl-hero { padding: 34px 0 54px; }
  .preco-zero, .sl-cta { padding: 30px 22px; }
  .sl-stats { gap: 22px; }
  .sl-stats div { flex: 1 1 84px; }
}

/* ═══════════════════════════════════════════
   CENTRAL DE AJUDA (faq.html)
   ═══════════════════════════════════════════ */
.fq { max-width: 860px; margin: 0 auto; padding: 54px 20px 90px; }

.fq-head { text-align: center; margin-bottom: 38px; }
.fq-head h1 { font-size: clamp(1.9rem, 5vw, 2.9rem); line-height: 1.1; margin: 12px 0 14px; }
.fq-head > p { color: var(--muted); font-size: 1.02rem; line-height: 1.6; max-width: 560px; margin: 0 auto 26px; }

.fq-busca {
  display: flex; align-items: center; gap: 11px;
  max-width: 520px; margin: 0 auto 20px; padding: 13px 18px;
  background: var(--panel); border: 1px solid var(--line); border-radius: 14px;
  transition: border-color 0.2s;
}
.fq-busca:focus-within { border-color: rgba(126, 211, 33, 0.45); }
.fq-busca svg { width: 19px; height: 19px; color: var(--muted); flex: 0 0 auto; }
.fq-busca input {
  flex: 1; min-width: 0; background: none; border: 0; outline: none;
  color: var(--text); font-family: var(--font-body); font-size: 0.95rem;
}
.fq-busca input::placeholder { color: var(--muted); opacity: 0.75; }

.fq-cats { display: flex; gap: 7px; flex-wrap: wrap; justify-content: center; }
.fq-cats button {
  background: var(--panel); border: 1px solid var(--line); color: var(--muted);
  border-radius: 999px; padding: 7px 15px; font-size: 0.83rem; font-weight: 600;
  cursor: pointer; font-family: var(--font-body); transition: all 0.18s;
}
.fq-cats button:hover { color: var(--text); border-color: var(--line); }
.fq-cats button.on {
  background: rgba(126, 211, 33, 0.14); border-color: rgba(126, 211, 33, 0.42); color: var(--green);
}

.fq-lista { display: flex; flex-direction: column; gap: 9px; }

.fq-grupo[hidden] { display: none !important; }
.fq-grupo {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--muted); margin: 26px 0 4px; padding-left: 4px;
}
.fq-grupo:first-child { margin-top: 0; }

.fq-lista details[hidden] { display: none !important; }
.fq-lista details {
  border: 1px solid var(--line); border-radius: 15px; background: var(--panel);
  overflow: hidden; transition: border-color 0.2s, background 0.2s;
}
.fq-lista details:hover { border-color: rgba(255, 255, 255, 0.14); }
.fq-lista details[open] { border-color: rgba(126, 211, 33, 0.3); background: var(--panel-strong); }
.fq-lista summary {
  padding: 17px 22px; cursor: pointer; font-weight: 600; font-size: 1rem; line-height: 1.4;
  list-style: none; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
}
.fq-lista summary::-webkit-details-marker { display: none; }
.fq-lista summary::after {
  content: "+"; flex: 0 0 auto; font-size: 1.45rem; font-weight: 400; line-height: 1;
  color: var(--green); transition: transform 0.24s;
}
.fq-lista details[open] summary::after { transform: rotate(45deg); }
.fq-lista summary:hover { color: var(--green); }
.fq-lista details p {
  padding: 0 22px 8px; color: var(--muted); font-size: 0.94rem; line-height: 1.68;
}
.fq-lista details p:last-child { padding-bottom: 19px; }
.fq-lista details p strong { color: var(--text); font-weight: 600; }
.fq-lista details p a { color: var(--green); }

.fq-vazio[hidden] { display: none !important; }
.fq-vazio { color: var(--muted); text-align: center; padding: 40px 10px; font-size: 0.95rem; }

.fq-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
  margin-top: 44px; padding: 30px 32px; border-radius: 20px;
  background: linear-gradient(140deg, rgba(126, 211, 33, 0.1), rgba(126, 211, 33, 0.015));
  border: 1px solid rgba(126, 211, 33, 0.24);
}
.fq-cta h2 { font-size: 1.3rem; margin-bottom: 6px; }
.fq-cta p { color: var(--muted); font-size: 0.92rem; line-height: 1.55; }

@media (max-width: 620px) {
  .fq { padding: 34px 16px 70px; }
  .fq-lista { gap: 7px; }
  .fq-lista summary { padding: 12px 16px; font-size: 0.93rem; line-height: 1.35; gap: 12px; }
  .fq-lista summary::after { font-size: 1.3rem; }
  .fq-lista details p { padding: 0 16px 6px; font-size: 0.9rem; line-height: 1.55; }
  .fq-lista details p:last-child { padding-bottom: 15px; }
  .fq-cta { padding: 24px 20px; text-align: center; justify-content: center; }
  .fq-cta .btn { width: 100%; }
}

/* chamada pra central de ajuda, no fim do FAQ da home */
.faq-mais { display: flex; justify-content: center; margin-top: 24px; }

/* ═══════════════════════════════════════════
   SELETOR DE IDIOMA (navbar)
   ═══════════════════════════════════════════ */
.lang-select { position: relative; flex: 0 0 auto; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 9px; border-radius: 10px;
  background: var(--panel); border: 1px solid var(--line);
  color: var(--muted); cursor: pointer; transition: border-color 0.2s, background 0.2s;
}
.lang-btn:hover { border-color: rgba(126, 211, 33, 0.4); color: var(--text); }
.lang-flag {
  width: 22px; height: 15px; border-radius: 3px; object-fit: cover;
  flex: 0 0 auto; display: block;
}
.lang-chev { width: 14px; height: 14px; }

.lang-menu[hidden] { display: none !important; }
.lang-menu {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 60;
  min-width: 210px; padding: 6px;
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: 13px; box-shadow: var(--shadow-1);
  display: flex; flex-direction: column; gap: 2px;
  max-height: 60vh; overflow-y: auto;
}
.lang-item {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 9px 11px; border: 0; border-radius: 9px; cursor: pointer;
  background: none; color: var(--text); font-family: var(--font-body);
  font-size: 0.88rem; text-align: left;
}
.lang-item:hover { background: rgba(255, 255, 255, 0.045); }
.lang-item.on { background: rgba(126, 211, 33, 0.12); }
.lang-item span { flex: 1; min-width: 0; white-space: nowrap; }
.lang-check { color: var(--green); font-style: normal; font-weight: 700; }
.lang-soon {
  font-style: normal; font-size: 0.68rem; color: var(--muted);
  border: 1px solid var(--line); border-radius: 999px; padding: 2px 8px; white-space: nowrap;
}

/* aviso "em breve" */
.lang-toast {
  position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px);
  z-index: 200; max-width: min(440px, calc(100% - 32px));
  padding: 13px 18px; border-radius: 13px;
  background: var(--bg-2); border: 1px solid rgba(126, 211, 33, 0.35);
  color: var(--text); font-size: 0.88rem; line-height: 1.45; text-align: center;
  box-shadow: var(--shadow-1); opacity: 0; pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.lang-toast.show { opacity: 1; transform: translate(-50%, 0); }

/* no mobile o topo é apertado: mostra só a bandeira (sem a setinha) */
@media (max-width: 900px) {
  .lang-btn { padding: 6px 7px; gap: 3px; }
  .lang-chev { display: none; }
}
