/* =====================================================================
   Start Pomodoro — Página de vendas (mobile-first)
   Mesma identidade visual do app: Inter + Sora, vidro escuro, azul/dourado
   ===================================================================== */

:root {
  --bg: #070B14;
  --card-bg: rgba(20, 28, 46, 0.55);
  --card-border: rgba(255, 255, 255, 0.09);
  --primary: #2563EB;
  --secondary: #60A5FA;
  --text-main: #EAF0FA;
  --text-secondary: #7A8DA6;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow-soft: 0 10px 40px rgba(0,0,0,0.4);
  --blur: blur(20px) saturate(160%);
  --font-body: 'Inter', -apple-system, sans-serif;
  --font-heading: 'Sora', 'Inter', -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  background: radial-gradient(circle at 30% 0%, #101a30 0%, #070B14 60%);
  background-color: var(--bg);
  color: var(--text-main);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0; }
h1, h2, h3 { font-family: var(--font-heading); font-weight: 700; letter-spacing: -0.01em; margin: 0; }

.text-secondary { color: var(--text-secondary); }
.text-gradient {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Orbs de fundo (discretos, leves) ---------- */
.bg-orbs { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.bg-orbs .orb { position: absolute; border-radius: 50%; filter: blur(90px); }
.bg-orbs .orb-1 { width: 60vw; height: 60vw; max-width: 500px; max-height: 500px; top: -15vw; left: -15vw; background: rgba(37, 99, 235, 0.25); }
.bg-orbs .orb-2 { width: 50vw; height: 50vw; max-width: 420px; max-height: 420px; bottom: 10vw; right: -18vw; background: rgba(139, 92, 246, 0.18); }

header, main, footer { position: relative; z-index: 1; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background-color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  box-shadow: 0 6px 20px rgba(59,130,246,0.35);
}
.btn-primary:hover { box-shadow: 0 10px 26px rgba(59,130,246,0.5); }
.btn-ghost {
  background: rgba(255,255,255,0.05);
  color: var(--text-main);
  border: 1px solid var(--card-border);
}
.btn-lg { padding: 16px 28px; font-size: 15px; width: 100%; }

/* ---------- Topo ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 11, 20, 0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--card-border);
}
.topbar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.brand .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 10px var(--primary);
}
.topnav { display: none; }
.topbar-actions { display: flex; align-items: center; gap: 8px; }
.topbar-actions .btn { padding: 10px 16px; font-size: 13px; }

/* ---------- Hero ---------- */
.hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hero-inner { text-align: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(59,130,246,0.14);
  border: 1px solid rgba(59,130,246,0.3);
  color: var(--secondary);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: 32px;
  line-height: 1.18;
  margin-bottom: 18px;
}
.hero-sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-secondary);
  max-width: 480px;
  margin: 0 auto 26px;
}
.hero-actions { margin-bottom: 16px; }
.hero-note {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px;
  font-size: 12px; color: var(--text-secondary);
}
.hero-note i { color: #34D399; }

.hero-shot { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px 0 0; }
.hero-shot-img {
  width: 100%;
  max-width: 320px;
  filter: drop-shadow(0 25px 40px rgba(0,0,0,0.5)) drop-shadow(0 0 40px rgba(37,99,235,0.15));
  transform: perspective(1200px) rotateY(-14deg) rotateX(4deg) rotateZ(-2deg);
  animation: heroPhoneFloat 5s ease-in-out infinite;
}
@keyframes heroPhoneFloat {
  0%, 100% { transform: perspective(1200px) rotateY(-14deg) rotateX(4deg) rotateZ(-2deg) translateY(0); }
  50% { transform: perspective(1200px) rotateY(-14deg) rotateX(4deg) rotateZ(-2deg) translateY(-12px); }
}

.hero-shot-caption {
  display: block;
  margin-top: 14px;
  font-size: 11px;
  color: var(--text-secondary);
  opacity: .6;
}

/* ---------- Painel HUD de métricas (exemplo ilustrativo) ---------- */
.hud-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px 12px 18px;
  border-radius: 12px;
  background: rgba(10, 16, 28, 0.72);
  border: 1px solid rgba(96, 165, 250, 0.25);
  box-shadow: 0 8px 24px rgba(0,0,0,0.45), inset 0 0 0 1px rgba(255,255,255,0.02);
  margin-top: 10px;
  opacity: 0;
  position: relative;
}
.hud-stat::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 3px; height: 100%;
  background: linear-gradient(180deg, var(--secondary), transparent);
  border-radius: 3px 0 0 3px;
}
.reveal.in-view .hud-stat { animation: statAppear .5s ease forwards; }
.hud-2 { animation-delay: .1s !important; }
.hud-3 { animation-delay: .2s !important; }
.hud-4 { animation-delay: .3s !important; }
@keyframes statAppear { to { opacity: 1; } }

.hud-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--text-secondary);
  white-space: nowrap;
}
.hud-label i { font-size: 13px; color: var(--secondary); }
.hud-2 .hud-label i { color: #F59E0B; }
.hud-3 .hud-label i { color: #34D399; }
.hud-4 .hud-label i { color: #C084FC; }

.hud-value {
  font-family: 'JetBrains Mono', 'SF Mono', Consolas, monospace;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 16px rgba(96, 165, 250, 0.5);
  font-variant-numeric: tabular-nums;
}
.hud-unit {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  margin-left: 3px;
  text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-shot-img { animation: none; }
}

/* ---------- Seções gerais ---------- */
section { max-width: 1100px; margin: 0 auto; padding: 64px 20px; }
.section-head { max-width: 520px; margin: 0 auto 36px; text-align: center; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 { font-size: 26px; margin-bottom: 10px; }
.section-head p { color: var(--text-secondary); font-size: 14px; line-height: 1.6; }

.glass-card {
  border-radius: var(--radius-lg);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow: var(--shadow-soft);
}

/* ---------- Desbloqueie todo o potencial (imagem com aura, cantos arredondados) ---------- */
.potencial-visual {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.potencial-img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow:
    0 20px 50px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.06),
    0 0 40px rgba(245, 158, 11, 0.3);
}
.potencial-aura {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(60px);
  animation: auraPulse 4s ease-in-out infinite;
}
.potencial-aura-1 {
  width: 75%; height: 75%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.5), transparent 70%);
}
.potencial-aura-2 {
  width: 55%; height: 55%;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.4), transparent 70%);
  animation-delay: 1.4s;
}
@keyframes auraPulse {
  0%, 100% { transform: scale(1); opacity: .85; }
  50% { transform: scale(1.15); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .potencial-aura { animation: none; }
}

/* ---------- O ciclo (banner com imagem de fundo) ---------- */
.ciclo-banner-wrap {
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ciclo-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  z-index: 0;
  /* No mobile o banner vira uma imagem cheia abaixo do título (ver .ciclo-banner-mobile-img),
     então aqui a imagem de fundo fica desligada — sem ela, o texto perde legibilidade. */
  display: none;
}
.ciclo-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 11, 20, .35);
  z-index: 1;
}
.ciclo-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 20px 64px;
  width: 100%;
}

/* Banner completo, visível por inteiro, logo abaixo do título (somente mobile/tablet) */
.ciclo-banner-mobile-img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 32px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--card-border);
}

.ciclo-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.ciclo-card {
  padding: 22px 20px;
  border-radius: var(--radius-md);
  background: rgba(20, 28, 46, 0.68);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid var(--card-border);
  display: flex;
  align-items: center;
  gap: 16px;
}
.ciclo-num {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15px;
  color: var(--text-secondary);
}
.ciclo-card p { font-size: 14px; line-height: 1.5; color: var(--text-secondary); }
.ciclo-break {
  background: linear-gradient(135deg, rgba(37,99,235,0.35), rgba(96,165,250,0.18));
  border-color: rgba(59,130,246,0.4);
}
.ciclo-break .ciclo-num {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 17px;
}
.ciclo-break p { color: var(--text-main); }
.ciclo-break strong { color: #fff; }

/* ---------- Pilares ---------- */
.pilares-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.pilar-card {
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow: var(--shadow-soft);
}
.pilar-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(59,130,246,0.25), rgba(96,165,250,0.1));
  color: var(--secondary);
  font-size: 22px;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.pilar-icon.small { width: 40px; height: 40px; font-size: 18px; margin-bottom: 12px; }
.pilar-card h3 { font-size: 18px; margin-bottom: 8px; }
.pilar-card p { color: var(--text-secondary); font-size: 14px; line-height: 1.6; }

/* ---------- Recursos (zig-zag) ---------- */
.recurso-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 56px;
}
.recurso-row:last-child { margin-bottom: 0; }

.recurso-shot { display: flex; justify-content: center; width: 100%; }
.recurso-shot img {
  width: 100%;
  max-width: 260px;
  filter: drop-shadow(0 20px 32px rgba(0,0,0,0.5)) drop-shadow(0 0 30px rgba(37,99,235,0.12));
}

.recurso-body { text-align: center; max-width: 420px; }
.recurso-body .pilar-icon.small { margin-left: auto; margin-right: auto; }
.recurso-body h3 { font-size: 22px; line-height: 1.3; margin-bottom: 10px; }
.recurso-body p { color: var(--text-secondary); font-size: 14px; line-height: 1.6; }

/* Entrada sequencial ao rolar: imagem desliza de um lado, texto sobe logo em seguida.
   .recurso-row já ganha ".in-view" via IntersectionObserver (script.js) conforme se aproxima
   no scroll; aqui os filhos reagem a esse estado com atrasos diferentes. */
.recurso-shot,
.recurso-body {
  opacity: 0;
  transition: opacity .7s ease, transform .7s cubic-bezier(.22, .9, .3, 1);
}
.recurso-shot { transform: translateX(-40px) scale(.94); transition-delay: 0s; }
.recurso-row.reverse .recurso-shot { transform: translateX(40px) scale(.94); }
.recurso-body { transform: translateY(28px); transition-delay: .18s; }

.recurso-row.in-view .recurso-shot,
.recurso-row.in-view .recurso-body {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .recurso-shot, .recurso-body { opacity: 1; transform: none; transition: none; }
}

/* ---------- Um App que aprende e estuda você ---------- */
.aprende { padding-top: 8px; }
.aprende .section-head p { color: var(--text-secondary); font-size: 15px; line-height: 1.7; max-width: 560px; margin: 14px auto 0; }

.aprende-grid { display: flex; flex-direction: column; gap: 40px; align-items: center; }

/* --- Visual: radar de aprendizado --- */
.aprende-visual { display: flex; flex-direction: column; align-items: center; gap: 28px; width: 100%; }

.aprende-radar {
  position: relative;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.radar-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(96, 165, 250, 0.35);
  animation: radar-pulse 3.6s ease-out infinite;
}
.radar-ring.ring-2 { animation-delay: 1.2s; }
.radar-ring.ring-3 { animation-delay: 2.4s; }

.radar-core {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.12), var(--shadow-soft);
  animation: radar-breathe 3.2s ease-in-out infinite;
}

.radar-node {
  position: absolute;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--secondary);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow: var(--shadow-soft);
  animation: node-float 4.5s ease-in-out infinite;
}
.node-1 { top: -6px; left: 50%; transform: translateX(-50%); animation-delay: 0s; }
.node-2 { right: -6px; top: 50%; transform: translateY(-50%); animation-delay: .6s; }
.node-3 { bottom: -6px; left: 50%; transform: translateX(-50%); animation-delay: 1.2s; }
.node-4 { left: -6px; top: 50%; transform: translateY(-50%); animation-delay: 1.8s; }

@keyframes radar-pulse {
  0% { transform: scale(0.35); opacity: 0.9; }
  100% { transform: scale(1.6); opacity: 0; }
}
@keyframes radar-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
@keyframes node-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -6px; }
}

/* --- Barra de precisão --- */
.aprende-precisao { width: 100%; max-width: 320px; }
.precisao-label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.precisao-label span:first-child { font-size: 13px; color: var(--text-secondary); }
.precisao-num { font-family: var(--font-heading); font-weight: 700; font-size: 15px; color: var(--secondary); }
.precisao-bar {
  width: 100%;
  height: 8px;
  border-radius: 99px;
  background: rgba(255,255,255,0.07);
  overflow: hidden;
}
.precisao-fill {
  height: 100%;
  width: 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  transition: width 1.4s cubic-bezier(.22,.9,.3,1);
}
.aprende-visual.in-view .precisao-fill { width: 92%; }
.precisao-legenda { font-size: 12px; color: var(--text-secondary); margin-top: 8px; text-align: center; }

/* --- Cards de recursos de aprendizado --- */
.aprende-cards { display: flex; flex-direction: column; gap: 16px; width: 100%; }
.aprende-card {
  padding: 24px 22px;
  border-radius: var(--radius-lg);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  box-shadow: var(--shadow-soft);
  transition: transform .3s ease, border-color .3s ease;
}
.aprende-card:hover { transform: translateY(-3px); border-color: rgba(96,165,250,0.4); }
.aprende-card h3 { font-size: 17px; margin-bottom: 8px; }
.aprende-card p { color: var(--text-secondary); font-size: 14px; line-height: 1.6; }

@media (prefers-reduced-motion: reduce) {
  .radar-ring, .radar-core, .radar-node { animation: none; }
}

/* ---------- Transformação ---------- */
.transformacao { padding-top: 0; }
.transformacao-inner {
  text-align: center;
  padding: 48px 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(37,99,235,0.16), rgba(139,92,246,0.1));
  border: 1px solid rgba(59,130,246,0.3);
  box-shadow: var(--shadow-soft);
}
.transformacao-inner .eyebrow { margin-bottom: 18px; }
.transformacao-inner h2 { font-size: 25px; line-height: 1.3; margin-bottom: 16px; }
.transformacao-inner p { color: var(--text-secondary); font-size: 15px; line-height: 1.7; max-width: 480px; margin: 0 auto 28px; }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  border-radius: var(--radius-md);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  background: none;
  border: none;
  color: var(--text-main);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.faq-question i { transition: transform .25s ease; color: var(--text-secondary); flex-shrink: 0; }
.faq-item.open .faq-question i { transform: rotate(180deg); color: var(--secondary); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-answer { max-height: 220px; }
.faq-answer p { margin: 0 20px 18px; color: var(--text-secondary); font-size: 13px; line-height: 1.6; }

/* ---------- Rodapé ---------- */
.footer { border-top: 1px solid var(--card-border); padding: 44px 20px 26px; }
.footer-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.footer-inner .brand { justify-content: center; margin-bottom: 8px; }
.footer-links { display: flex; justify-content: center; gap: 20px; margin: 20px 0; }
.footer-links a { font-size: 13px; color: var(--text-secondary); }
.footer-copy { font-size: 11px; color: var(--text-secondary); opacity: .7; }

/* ---------- Reveal on scroll (leve, sem travar) ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* =====================================================================
   A partir daqui: telas maiores (tablet e desktop)
   ===================================================================== */
@media (min-width: 640px) {
  .ciclo-grid { grid-template-columns: 1fr 1fr; }
  .pilares-grid { grid-template-columns: repeat(3, 1fr); }
  .hero h1 { font-size: 42px; }
  .btn-lg { width: auto; }
}

@media (min-width: 900px) {
  .topnav { display: flex; gap: 26px; }
  .topnav a { font-size: 14px; font-weight: 500; color: var(--text-secondary); transition: color .2s ease; }
  .topnav a:hover { color: var(--text-main); }

  .hero {
    flex-direction: row;
    align-items: center;
    padding: 80px 24px 60px;
    gap: 50px;
  }
  .hero-inner { text-align: left; flex: 1.1; }
  .hero-sub { margin: 0 0 26px; }
  .hero-actions, .hero-note { justify-content: flex-start; }
  .hero-note { justify-content: flex-start; }
  .hero-shot { flex: 0.9; padding: 50px 60px; }
  .hero-shot-img { max-width: 270px; }
  .hud-stat {
    position: absolute;
    margin-top: 0;
    animation: hudFloat 4.5s ease-in-out infinite;
  }
  .reveal.in-view .hud-stat { animation: hudFloat 4.5s ease-in-out infinite, statAppear .5s ease forwards; }
  .hud-1 { top: 2%; left: -16%; animation-delay: 0s, .3s !important; }
  .hud-2 { top: 2%; right: -18%; animation-delay: .4s, .5s !important; }
  .hud-3 { bottom: 10%; left: -20%; animation-delay: .8s, .7s !important; }
  .hud-4 { bottom: 10%; right: -16%; animation-delay: 1.2s, .9s !important; }

  .hud-stat::after {
    content: '';
    position: absolute;
    width: 46px;
    height: 1px;
    background: linear-gradient(90deg, rgba(96,165,250,.7), rgba(96,165,250,0));
  }
  .hud-1::after { top: 100%; left: 60%; transform-origin: left center; transform: rotate(38deg); }
  .hud-2::after { top: 100%; right: 60%; transform-origin: right center; transform: rotate(-38deg) scaleX(-1); }
  .hud-3::after { bottom: 100%; left: 60%; transform-origin: left center; transform: rotate(-38deg); }
  .hud-4::after { bottom: 100%; right: 60%; transform-origin: right center; transform: rotate(38deg) scaleX(-1); }

  .hero-shot-caption { position: absolute; bottom: -26px; left: 50%; transform: translateX(-50%); }
  @keyframes hudFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }

  .ciclo-grid { grid-template-columns: repeat(4, 1fr); }
  .ciclo-card { flex-direction: column; align-items: flex-start; text-align: left; }
  .ciclo-break { grid-column: span 1; }

  /* A partir do tablet/desktop, o banner volta a ser plano de fundo (com espaço de sobra pra legibilidade) */
  .ciclo-banner-wrap { min-height: 520px; }
  .ciclo-banner-bg { display: block; }
  .ciclo-banner-overlay {
    background:
      linear-gradient(180deg, rgba(7,11,20,.75) 0%, rgba(7,11,20,.55) 35%, rgba(7,11,20,.85) 100%),
      linear-gradient(90deg, rgba(7,11,20,.4) 0%, rgba(7,11,20,.1) 50%, rgba(7,11,20,.4) 100%);
  }
  .ciclo-content { padding: 64px 20px; }
  .ciclo-banner-mobile-img { display: none; }

  .hero h1 { font-size: 48px; }
  .section-head h2 { font-size: 32px; }
  .transformacao-inner h2 { font-size: 30px; }

  .recurso-row {
    flex-direction: row;
    text-align: left;
    gap: 60px;
    margin-bottom: 80px;
  }
  .recurso-row.reverse { flex-direction: row-reverse; }
  .recurso-shot { flex: 0.9; }
  .recurso-shot img { max-width: 240px; }
  .recurso-body { flex: 1.1; text-align: left; max-width: 440px; }
  .recurso-body .pilar-icon.small { margin-left: 0; margin-right: 0; }

  .aprende-grid { flex-direction: row; align-items: center; gap: 60px; }
  .aprende-visual { flex: 0.8; }
  .aprende-cards { flex: 1.2; }
}
/* =====================================================================
   Camada de polimento — animações contextuais (foco, ritmo, ciclo)
   ===================================================================== */

/* ---------- Barra de progresso da "sessão de leitura" (scroll) ---------- */
.scroll-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  z-index: 200;
  background: transparent;
  pointer-events: none;
}
.scroll-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--primary), var(--secondary), #93C5FD);
  box-shadow: 0 0 12px rgba(96,165,250,.8);
  border-radius: 0 99px 99px 0;
}

/* ---------- Orbs: deriva lenta ---------- */
.bg-orbs .orb { animation: orbDrift 26s ease-in-out infinite alternate; }
.bg-orbs .orb-2 { animation-duration: 32s; animation-delay: -8s; }
.bg-orbs .orb-3 {
  width: 40vw; height: 40vw; max-width: 360px; max-height: 360px;
  top: 45%; left: 55%;
  background: rgba(96, 165, 250, 0.10);
  animation-duration: 38s; animation-delay: -16s;
}
@keyframes orbDrift {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(6vw, -4vh) scale(1.08); }
  100% { transform: translate(-4vw, 5vh) scale(0.96); }
}

/* ---------- Gradiente de texto vivo ---------- */
.text-gradient {
  background: linear-gradient(120deg, var(--primary), var(--secondary), #93C5FD, var(--secondary), var(--primary));
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradShift 7s linear infinite;
}
@keyframes gradShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

/* ---------- Botão primário: brilho varrendo + pulso de foco ---------- */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::after {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg);
  transition: left .6s ease;
}
.btn-primary:hover::after { left: 130%; }
.hero-actions .btn-primary { animation: ctaPulse 3.2s ease-in-out infinite; }
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(59,130,246,.35), 0 0 0 0 rgba(96,165,250,.45); }
  50%      { box-shadow: 0 10px 28px rgba(59,130,246,.5), 0 0 0 12px rgba(96,165,250,0); }
}

/* ---------- Título do hero: palavras entrando ---------- */
.hero h1 .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(26px) rotate(2deg);
  filter: blur(8px);
  animation: wordIn .7s cubic-bezier(.22,.9,.3,1) forwards;
  animation-delay: var(--d, 0s);
}
@keyframes wordIn {
  to { opacity: 1; transform: translateY(0) rotate(0); filter: blur(0); }
}
.text-gradient .word {
  background: linear-gradient(120deg, var(--primary), var(--secondary), #93C5FD, var(--secondary), var(--primary));
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: wordIn .7s cubic-bezier(.22,.9,.3,1) forwards, gradShift 7s linear infinite;
  animation-delay: var(--d, 0s), 0s;
}
.hero h1.words-ready { opacity: 1; transform: none; }

/* ---------- Tilt 3D do celular seguindo o cursor ---------- */
.phone-tilt {
  transform: perspective(1200px) rotateY(var(--ry, -14deg)) rotateX(var(--rx, 4deg)) rotateZ(-2deg);
  transition: transform .25s ease-out;
  will-change: transform;
}
.hero-shot-img {
  transform: none;
  animation: heroFloatY 5s ease-in-out infinite;
}
@keyframes heroFloatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ---------- Faixa de ritmo (marquee) ---------- */
.ritmo-marquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid var(--card-border);
  border-bottom: 1px solid var(--card-border);
  background: rgba(10, 16, 28, 0.45);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 22s linear infinite;
}
.ritmo-marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-group {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
  flex-shrink: 0;
}
.marquee-group span {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-secondary);
  white-space: nowrap;
}
.marquee-group i { font-size: 16px; color: var(--secondary); opacity: .8; }
.marquee-group i.ph-fire { color: #F59E0B; }
.marquee-group i.ph-check-circle { color: #34D399; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.3333%); }
}

/* ---------- Demonstração do timer ---------- */
.timer-demo { padding-top: 24px; }
.timer-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 20px 0 0;
}
.timer-glow {
  position: absolute;
  top: 40px; left: 50%;
  width: 340px; height: 340px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.28), transparent 65%);
  filter: blur(40px);
  transition: background .8s ease;
  animation: auraPulse 4s ease-in-out infinite;
  pointer-events: none;
}
.timer-stage.is-break .timer-glow {
  background: radial-gradient(circle, rgba(52,211,153,.24), transparent 65%);
}
.timer-ring-wrap {
  position: relative;
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timer-svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring-track {
  fill: none;
  stroke: rgba(255,255,255,0.07);
  stroke-width: 10;
}
.ring-progress {
  fill: none;
  stroke: url(#ringGradFocus);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 603.19;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 8px rgba(96,165,250,.6));
  transition: stroke .5s ease;
}
.timer-stage.is-break .ring-progress {
  stroke: url(#ringGradBreak);
  filter: drop-shadow(0 0 8px rgba(52,211,153,.6));
}
.timer-tick {
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  pointer-events: none;
}
.timer-tick::before {
  content: '';
  position: absolute;
  top: -4px; left: 50%;
  width: 8px; height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(147,197,253,.9);
}
.timer-stage.is-running .timer-tick { animation: tickSpin 4s linear infinite; }
@keyframes tickSpin { to { transform: rotate(360deg); } }

.timer-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}
.timer-mode {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--secondary);
  transition: color .4s ease;
}
.timer-stage.is-break .timer-mode { color: #34D399; }
.timer-time {
  font-family: 'JetBrains Mono', 'SF Mono', Consolas, monospace;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 24px rgba(96,165,250,.55);
}
.timer-stage.is-break .timer-time { text-shadow: 0 0 24px rgba(52,211,153,.55); }
.timer-hint { font-size: 11px; color: var(--text-secondary); opacity: .65; }

.timer-poms { display: flex; gap: 12px; }
.pom {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--card-border);
  transition: background .4s ease, box-shadow .4s ease, transform .4s ease;
}
.pom.done {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 12px rgba(96,165,250,.7);
  transform: scale(1.15);
}
.timer-poms-legend { font-size: 12px; color: var(--text-secondary); opacity: .7; }

/* ---------- Spotlight nos cards (segue o cursor) ---------- */
.spot { position: relative; }
.spot::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 50%), rgba(96,165,250,.14), transparent 60%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.spot:hover::before { opacity: 1; }
.pilar-card { transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.pilar-card:hover {
  transform: translateY(-4px);
  border-color: rgba(96,165,250,.4);
  box-shadow: 0 16px 44px rgba(0,0,0,.5), 0 0 0 1px rgba(96,165,250,.15);
}
.pilar-card:hover .pilar-icon { transform: scale(1.08) rotate(-4deg); }
.pilar-icon { transition: transform .3s cubic-bezier(.22,.9,.3,1); }

/* ---------- Entrada escalonada nas grades ---------- */
.pilares-grid .pilar-card:nth-child(2) { transition-delay: .12s; }
.pilares-grid .pilar-card:nth-child(3) { transition-delay: .24s; }
.ciclo-grid .ciclo-card:nth-child(2) { transition-delay: .1s; }
.ciclo-grid .ciclo-card:nth-child(3) { transition-delay: .2s; }
.ciclo-grid .ciclo-card:nth-child(4) { transition-delay: .3s; }
.aprende-cards .aprende-card:nth-child(2) { transition-delay: .12s; }
.aprende-cards .aprende-card:nth-child(3) { transition-delay: .24s; }

/* Card de quebra do ciclo: pulso chamando atenção */
.ciclo-break { animation: breakGlow 3.4s ease-in-out infinite; }
@keyframes breakGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(96,165,250,0); }
  50%      { box-shadow: 0 0 28px 2px rgba(96,165,250,.25); }
}
.ciclo-break .ciclo-num i { animation: sparkleSpin 3.4s ease-in-out infinite; display: inline-block; }
@keyframes sparkleSpin {
  0%, 100% { transform: rotate(0) scale(1); }
  50% { transform: rotate(20deg) scale(1.15); }
}

/* ---------- Topbar: estado rolado ---------- */
.topbar { transition: box-shadow .3s ease, background-color .3s ease; }
.topbar.scrolled {
  background: rgba(7, 11, 20, 0.9);
  box-shadow: 0 8px 30px rgba(0,0,0,.45);
}

/* ---------- FAQ mais suave ---------- */
.faq-item { transition: border-color .3s ease; }
.faq-item.open { border-color: rgba(96,165,250,.35); }
.faq-answer { transition: max-height .4s cubic-bezier(.22,.9,.3,1); }
.faq-item.open .faq-answer { max-height: 320px; }

/* ---------- Ícone da ofensiva no rodapé do hero (chama viva) ---------- */
.hud-2 .hud-label i, .hud-1 .hud-label i.ph-fire, .ph-fire.ph-fill { transform-origin: bottom center; }
.hud-1 .hud-label i { animation: flameFlicker 1.8s ease-in-out infinite; display: inline-block; transform-origin: bottom center; }
@keyframes flameFlicker {
  0%, 100% { transform: scale(1) rotate(0); }
  30% { transform: scale(1.12) rotate(-3deg); }
  60% { transform: scale(.95) rotate(3deg); }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .marquee-track,
  .bg-orbs .orb,
  .text-gradient,
  .hero-actions .btn-primary,
  .timer-glow,
  .timer-tick,
  .ciclo-break,
  .ciclo-break .ciclo-num i,
  .hud-1 .hud-label i,
  .hero-shot-img,
  .hero h1 .word { animation: none; }
  .hero h1 .word { opacity: 1; transform: none; filter: none; }
  .phone-tilt { transform: perspective(1200px) rotateY(-14deg) rotateX(4deg) rotateZ(-2deg) !important; }
}

@media (min-width: 900px) {
  .timer-ring-wrap { width: 300px; height: 300px; }
  .timer-time { font-size: 54px; }
}

/* ---------- Páginas legais (Termos / Privacidade) ---------- */
.legal-section { max-width: 760px; }
.legal-card { padding: 36px 32px; line-height: 1.7; }
.legal-card h2 {
  font-size: 18px;
  margin: 28px 0 12px;
  color: var(--text-main);
}
.legal-card h2:first-of-type { margin-top: 8px; }
.legal-card p { color: var(--text-secondary); font-size: 14px; margin: 0 0 12px; }
.legal-card ul { margin: 0 0 16px; padding-left: 20px; }
.legal-card li { color: var(--text-secondary); font-size: 14px; margin-bottom: 8px; line-height: 1.6; }
.legal-card a { color: var(--secondary); text-decoration: underline; }
.legal-card strong { color: var(--text-main); }

@media (max-width: 560px) {
  .legal-card { padding: 26px 20px; }
}