/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #080810;
  --bg-2: #0d0d1a;
  --surface: rgba(255,255,255,0.04);
  --surface-hover: rgba(255,255,255,0.08);
  --border: rgba(255,255,255,0.08);
  --accent: #7c3aed;
  --accent-2: #a855f7;
  --accent-3: #c084fc;
  --gold: #f59e0b;
  --gold-2: #fbbf24;
  --green: #10b981;
  --red: #ef4444;
  --text: #f8fafc;
  --text-muted: #94a3b8;
  --text-dim: #475569;
  --radius: 16px;
  --radius-sm: 10px;
  --font: 'Inter', sans-serif;
  --font-display: 'Syne', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ============================================
   UTILITIES
   ============================================ */
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.tag {
  display: inline-block;
  background: linear-gradient(135deg, rgba(124,58,237,.25), rgba(168,85,247,.15));
  border: 1px solid rgba(124,58,237,.4);
  color: var(--accent-3);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}

.section-sub {
  color: var(--text-muted);
  font-size: 18px;
  max-width: 600px;
  margin-bottom: 48px;
}

.gradient-text {
  background: linear-gradient(135deg, #a855f7, #ec4899, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stroke {
  -webkit-text-stroke: 2px rgba(255,255,255,.3);
  color: transparent;
}

/* ============================================
   NOISE
   ============================================ */
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============================================
   GLOWS
   ============================================ */
.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.glow-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(124,58,237,.35) 0%, transparent 70%);
  top: -200px; left: -200px;
}
.glow-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(236,72,153,.2) 0%, transparent 70%);
  top: 100px; right: -150px;
}
.glow-offer {
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(124,58,237,.3) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0 24px;
}

.nav {
  width: 100%;
  max-width: 900px;
  padding: 24px 0;
  display: flex;
  justify-content: center;
}

.nav-badge {
  background: rgba(245,158,11,.15);
  border: 1px solid rgba(245,158,11,.3);
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 100px;
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245,158,11,.3); }
  50% { box-shadow: 0 0 0 10px rgba(245,158,11,0); }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  margin-top: 40px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 32px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 7vw, 76px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.02em;
  margin-bottom: 28px;
}

.hero-sub {
  font-size: clamp(16px, 2.5vw, 20px);
  color: var(--text-muted);
  margin-bottom: 48px;
  line-height: 1.7;
}

.hero-sub strong { color: var(--text); }

/* PRICE */
.cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.price-from {
  font-size: 14px;
  color: var(--text-dim);
  text-decoration: line-through;
}

.price-main {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 80px);
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.price-main .price-val {
  font-size: 1em;
}

.price-note {
  font-size: 13px;
  color: var(--text-muted);
}

/* BUTTONS */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 0 40px rgba(124,58,237,.5), 0 4px 20px rgba(0,0,0,.4);
}

.btn-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.15), transparent);
  opacity: 0;
  transition: opacity .2s;
}

.btn-cta:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 0 60px rgba(124,58,237,.7), 0 8px 30px rgba(0,0,0,.4);
}
.btn-cta:hover::before { opacity: 1; }
.btn-cta:active { transform: scale(.98); }

.cta-sub {
  font-size: 13px;
  color: var(--text-dim);
}

/* SCROLL HINT */
.scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.scroll-dot {
  width: 6px; height: 6px;
  background: var(--accent-3);
  border-radius: 50%;
  animation: scroll-bounce 1.6s ease-in-out infinite;
}

@keyframes scroll-bounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(12px); opacity: .3; }
}

/* ============================================
   PAIN SECTION
   ============================================ */
.pain {
  padding: 100px 0;
  text-align: center;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}

.pain .section-title { margin-bottom: 40px; }

.pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 56px;
}

.pain-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: left;
  transition: border-color .2s, transform .2s;
}
.pain-card:hover {
  border-color: rgba(124,58,237,.4);
  transform: translateY(-3px);
}

.pain-emoji {
  font-size: 32px;
  display: block;
  margin-bottom: 14px;
}

.pain-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

.pain-reveal {
  font-size: clamp(18px, 3vw, 24px);
  color: var(--text);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.pain-reveal strong {
  color: var(--gold-2);
}

/* ============================================
   WHAT IS SECTION
   ============================================ */
.what-is {
  padding: 100px 0;
  background: var(--bg-2);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color .25s, transform .25s, background .25s;
}

.feature-card:hover {
  border-color: rgba(124,58,237,.5);
  background: var(--surface-hover);
  transform: translateY(-4px);
}

.fc-highlight {
  background: linear-gradient(135deg, rgba(124,58,237,.2), rgba(168,85,247,.1));
  border-color: rgba(124,58,237,.5);
  grid-column: span 2;
}

@media (max-width: 600px) { .fc-highlight { grid-column: span 1; } }

.fc-icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.feature-card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-card p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
}

/* ============================================
   HOOKS MARQUEE
   ============================================ */
.examples {
  padding: 100px 0;
  overflow: hidden;
  background: var(--bg);
}

.examples .section-title { text-align: center; margin-bottom: 48px; }
.examples .tag { display: block; text-align: center; margin-bottom: 20px; }

.hooks-marquee-wrap {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  margin-bottom: 16px;
}

.hooks-marquee {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.hooks-marquee.reverse {
  animation: marquee-reverse 32s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee-reverse {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.hook-item {
  background: linear-gradient(135deg, rgba(124,58,237,.15), rgba(168,85,247,.08));
  border: 1px solid rgba(124,58,237,.25);
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  cursor: default;
  transition: border-color .2s;
}

.hook-item-2 {
  background: linear-gradient(135deg, rgba(236,72,153,.1), rgba(245,158,11,.08));
  border-color: rgba(236,72,153,.2);
}

/* ============================================
   SOCIAL PROOF
   ============================================ */
.social-proof {
  padding: 100px 0;
  background: var(--bg-2);
  text-align: center;
}

.proof-placeholder {
  display: flex;
  justify-content: center;
}

.proof-placeholder-inner {
  background: var(--surface);
  border: 2px dashed rgba(124,58,237,.35);
  border-radius: var(--radius);
  padding: 60px 40px;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.proof-ph-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 16px;
  opacity: .5;
}

.proof-placeholder-inner p {
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.6;
}

.proof-placeholder-inner strong {
  color: var(--text-muted);
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

/* Proof cards (quando tiver depoimentos) */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.proof-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  text-align: left;
}

.proof-stars { font-size: 18px; margin-bottom: 14px; }
.proof-text { color: var(--text-muted); font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.proof-author { display: flex; align-items: center; gap: 12px; }
.proof-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.proof-author strong { display: block; font-size: 14px; }
.proof-author span { font-size: 13px; color: var(--text-dim); }

.proof-print img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

/* ============================================
   FOR WHO
   ============================================ */
.for-who {
  padding: 100px 0;
  background: var(--bg);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 640px) { .two-col { grid-template-columns: 1fr; } }

.col-yes, .col-no {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}

.col-yes {
  border-color: rgba(16,185,129,.3);
  background: rgba(16,185,129,.05);
}

.col-no {
  border-color: rgba(239,68,68,.2);
  background: rgba(239,68,68,.04);
}

.col-yes h3, .col-no h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.col-yes ul, .col-no ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.col-yes li, .col-no li {
  font-size: 15px;
  color: var(--text-muted);
  padding-left: 8px;
  border-left: 2px solid rgba(255,255,255,.07);
}

/* ============================================
   OFFER SECTION
   ============================================ */
.offer {
  padding: 120px 0;
  position: relative;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}

.offer-box {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, rgba(124,58,237,.2), rgba(0,0,0,.5));
  border: 1px solid rgba(124,58,237,.4);
  border-radius: 24px;
  padding: 60px 48px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  backdrop-filter: blur(20px);
}

.offer-badge {
  display: inline-block;
  background: rgba(245,158,11,.15);
  border: 1px solid rgba(245,158,11,.4);
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.offer-title {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.offer-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 36px;
}

.offer-de {
  font-size: 16px;
  color: var(--text-dim);
  text-decoration: line-through;
}

.offer-por {
  font-family: var(--font-display);
  font-size: clamp(56px, 10vw, 96px);
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.offer-note {
  font-size: 14px;
  color: var(--text-muted);
}

.offer-includes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  text-align: left;
}

.oi-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: var(--text-muted);
  padding: 12px 16px;
  background: rgba(255,255,255,.04);
  border-radius: var(--radius-sm);
}

.oi-item span { font-size: 18px; flex-shrink: 0; }

.btn-cta-offer {
  font-size: 18px;
  padding: 22px 48px;
  width: 100%;
  justify-content: center;
  margin-bottom: 16px;
}

.offer-security {
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 10px;
}

.offer-guarantee {
  font-size: 14px;
  color: var(--green);
  font-weight: 500;
}

/* ============================================
   FAQ
   ============================================ */
.faq {
  padding: 100px 0;
  background: var(--bg-2);
}

.faq .section-title { text-align: center; margin-bottom: 48px; }

.faq-list { display: flex; flex-direction: column; gap: 12px; }

.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .2s;
}

.faq-item:hover, .faq-item:has(.faq-q[aria-expanded="true"]) {
  border-color: rgba(124,58,237,.4);
}

.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
  padding: 22px 28px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-q::after {
  content: '+';
  font-size: 24px;
  color: var(--accent-3);
  flex-shrink: 0;
  transition: transform .25s;
}

.faq-q[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
  padding: 0 28px;
  transition: max-height .3s ease, padding .3s ease;
}

.faq-a.open {
  max-height: 300px;
  padding: 0 28px 24px;
}

/* ============================================
   FOOTER CTA
   ============================================ */
.footer-cta {
  padding: 100px 24px;
  text-align: center;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.footer-cta::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(124,58,237,.25) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.footer-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 5vw, 44px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: #050508;
  border-top: 1px solid var(--border);
  padding: 32px 24px;
  text-align: center;
}

.footer p {
  font-size: 14px;
  color: var(--text-dim);
}

.footer-legal {
  font-size: 12px;
  margin-top: 8px;
  max-width: 600px;
  margin: 8px auto 0;
  line-height: 1.6;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .offer-box { padding: 36px 24px; }
  .btn-cta-offer { font-size: 15px; padding: 18px 24px; }
}
