/* ==========================================================================
   TOKENS
   ========================================================================== */
:root {
  --midnight-950: #0b0f1f;
  --midnight-800: #161b32;
  --dusk-600: #383f63;
  --dusk-500: #4a5280;
  --moonglow-400: #e8b75e;
  --moonglow-300: #f0cd8a;
  --lavender-300: #b9aede;
  --cream-50: #f6f3ec;
  --cream-100: #efe9dc;
  --ink-900: #14121a;
  --good: #7fbf9e;
  --warn: #e6a06a;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 28px;
  --max-width: 1120px;
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* ==========================================================================
   RESET / BASE
   ========================================================================== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--cream-50);
  color: var(--ink-900);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; margin: 0 0 0.5em; font-weight: 600; }
h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
a { color: inherit; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }

.wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(48px, 8vw, 96px) 0; }
.lead { font-size: 1.1rem; max-width: 62ch; }
.fine-print { font-size: 0.85rem; color: var(--dusk-500); border-top: 1px dashed var(--dusk-600); padding-top: 16px; margin-top: 24px; }

:focus-visible { outline: 3px solid var(--moonglow-400); outline-offset: 3px; }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--moonglow-400); color: var(--midnight-950); box-shadow: 0 8px 24px -8px rgba(232, 183, 94, 0.6); }
.btn-primary:hover { background: var(--moonglow-300); }
.btn-outline { background: transparent; border-color: var(--dusk-600); color: var(--ink-900); }

/* Adicionar isso: sobrescreve a cor quando o botão outline está em fundo escuro (ex: dentro da seção de preços) */
.pricing .btn-outline {
  color: var(--cream-50);
  border-color: rgba(246, 243, 236, 0.4);
}
.pricing .btn-outline:hover {
  border-color: var(--moonglow-400);
}



.btn-outline:hover { border-color: var(--moonglow-400); }
.btn-ghost { background: transparent; color: var(--cream-50); border-color: rgba(246, 243, 236, 0.35); }
.btn-ghost:hover { border-color: var(--cream-50); }
.btn-small { padding: 9px 18px; font-size: 0.9rem; }
.btn-large { padding: 18px 36px; font-size: 1.05rem; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 15, 31, 0.92);
  backdrop-filter: blur(8px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; gap: 16px; }
.logo { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--cream-50); text-decoration: none; }
.logo span { color: var(--moonglow-400); font-weight: 500; }
.main-nav { display: none; gap: 28px; }
.main-nav a { color: var(--cream-100); text-decoration: none; font-size: 0.95rem; opacity: 0.85; }
.main-nav a:hover { opacity: 1; }

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-toggle span { display: block; height: 2px; width: 22px; background: var(--cream-50); margin: 0 auto; transition: transform 0.2s ease, opacity 0.2s ease; }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (min-width: 860px) {
  .main-nav { display: flex; }
  .menu-toggle { display: none; }
}
.main-nav.mobile-open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--midnight-800);
  padding: 16px 24px 24px;
  gap: 16px;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { background: linear-gradient(180deg, var(--midnight-950), var(--midnight-800)); color: var(--cream-50); position: relative; overflow: hidden; padding-top: 56px; }
.hero-inner { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; padding-bottom: 64px; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; color: var(--lavender-300); font-weight: 600; margin-bottom: 14px; }
.hero-sub { color: var(--cream-100); font-size: 1.08rem; max-width: 54ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-disclosure { font-size: 0.8rem; color: rgba(246, 243, 236, 0.55); margin-top: 18px; }
.hero-art { display: flex; justify-content: center; }
.moon-art { width: 100%; max-width: 340px; height: auto; }

.wave-divider { line-height: 0; }
.wave-divider svg { width: 100%; height: 60px; display: block; }
.wave-divider path { fill: var(--cream-50); }

@media (min-width: 860px) {
  .hero-inner { grid-template-columns: 1.1fr 0.9fr; padding-top: 40px; padding-bottom: 90px; }
}

/* ==========================================================================
   QUICK SUMMARY
   ========================================================================== */
.quick-summary { background: var(--cream-50); }
.summary-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 28px; list-style: none; }
.summary-grid li { background: #fff; border: 1px solid var(--cream-100); border-left: 4px solid var(--moonglow-400); border-radius: var(--radius-s); padding: 14px 18px; }
@media (min-width: 700px) { .summary-grid { grid-template-columns: 1fr 1fr; } }

/* ==========================================================================
   VERDICT
   ========================================================================== */
.verdict { background: var(--cream-100); }
.verdict-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
.verdict-card { background: var(--midnight-950); color: var(--cream-50); border-radius: var(--radius-l); padding: 36px; }
.verdict-label { text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; color: var(--moonglow-400); font-weight: 700; margin-bottom: 10px; }
.verdict-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.tag { font-size: 0.8rem; font-weight: 600; padding: 6px 14px; border-radius: 999px; }
.tag-good { background: rgba(127, 191, 158, 0.18); color: var(--good); }
.tag-warn { background: rgba(230, 160, 106, 0.18); color: var(--warn); }
.verdict-side { display: flex; flex-direction: column; justify-content: center; gap: 8px; }
@media (min-width: 900px) { .verdict-grid { grid-template-columns: 1.5fr 1fr; } }

/* ==========================================================================
   ABOUT
   ========================================================================== */
.two-col { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
@media (min-width: 860px) { .two-col { grid-template-columns: 1.4fr 1fr; } }
.callout { background: var(--midnight-800); color: var(--cream-50); padding: 28px; border-radius: var(--radius-m); }
.callout h3 { color: var(--moonglow-300); }

/* ==========================================================================
   TABLES
   ========================================================================== */
.table-wrap { overflow-x: auto; margin: 28px 0; border-radius: var(--radius-m); border: 1px solid var(--cream-100); }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--cream-100); font-size: 0.95rem; }
th { background: var(--midnight-950); color: var(--cream-50); font-family: var(--font-display); font-weight: 600; }
tr:last-child td { border-bottom: none; }

/* ==========================================================================
   PROS / CONS
   ========================================================================== */
.pros-cons { background: var(--cream-100); }
.pc-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 800px) { .pc-grid { grid-template-columns: 1fr 1fr; } }
.pc-card { background: #fff; border-radius: var(--radius-m); padding: 30px; border-top: 5px solid var(--dusk-600); }
.pc-pros { border-top-color: var(--good); }
.pc-cons { border-top-color: var(--warn); }
.pc-card ul { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.pc-card li { padding-left: 26px; position: relative; }
.pc-pros li::before { content: "✓"; position: absolute; left: 0; color: var(--good); font-weight: 700; }
.pc-cons li::before { content: "!"; position: absolute; left: 2px; color: var(--warn); font-weight: 700; }

/* ==========================================================================
   FIT
   ========================================================================== */
.fit-card { padding: 28px; border-radius: var(--radius-m); }
.fit-yes { background: rgba(127, 191, 158, 0.12); }
.fit-no { background: rgba(230, 160, 106, 0.12); }
.fit-card ul { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.fit-card li { padding-left: 18px; position: relative; }
.fit-card li::before { content: "—"; position: absolute; left: 0; opacity: 0.6; }

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.testimonials { background: var(--cream-100); }
.testi-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 28px; }
@media (min-width: 860px) { .testi-grid { grid-template-columns: repeat(3, 1fr); } }
.testi-card { background: #fff; border-radius: var(--radius-m); padding: 26px; margin: 0; border-left: 4px solid var(--lavender-300); }
.testi-card p { font-size: 0.95rem; }
.testi-card cite { font-style: normal; font-size: 0.82rem; color: var(--dusk-500); }

/* ==========================================================================
   PRICING
   ========================================================================== */
.pricing { background: var(--midnight-950); color: var(--cream-50); }
.pricing .lead { color: var(--cream-100); }
.price-grid { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 32px; }
@media (min-width: 860px) { .price-grid { grid-template-columns: repeat(3, 1fr); } }
.price-card { background: var(--midnight-800); border-radius: var(--radius-l); padding: 30px; text-align: center; border: 1px solid rgba(246, 243, 236, 0.08); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.price-featured { border-color: var(--moonglow-400); transform: translateY(-8px); box-shadow: 0 20px 40px -20px rgba(232, 183, 94, 0.4); }
.badge { background: var(--moonglow-400); color: var(--midnight-950); font-size: 0.75rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.04em; }
.price { font-family: var(--font-display); font-size: 2rem; margin: 6px 0 0; }
.price .was { text-decoration: line-through; opacity: 0.5; font-size: 1.1rem; margin-right: 8px; }
.price .per { font-size: 0.95rem; opacity: 0.7; }
.price-total { font-size: 0.9rem; opacity: 0.85; }
.price-note { font-size: 0.82rem; color: var(--moonglow-300); margin-bottom: 10px; }
.pricing .fine-print { color: rgba(246, 243, 236, 0.6); border-top-color: rgba(246, 243, 236, 0.2); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.faq-item { background: #fff; border: 1px solid var(--cream-100); border-radius: var(--radius-s); overflow: hidden; }
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 22px;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-question::after { content: "+"; font-size: 1.4rem; color: var(--moonglow-400); flex-shrink: 0; transition: transform 0.2s ease; }
.faq-question[aria-expanded="true"]::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; padding: 0 22px; }
.faq-answer p { padding-bottom: 18px; margin: 0; color: var(--dusk-500); }
.faq-item.open .faq-answer { max-height: 400px; }

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.final-cta { background: linear-gradient(135deg, var(--dusk-600), var(--midnight-950)); color: var(--cream-50); }
.final-cta-inner { text-align: center; max-width: 640px; }
.final-cta-inner p { color: var(--cream-100); margin-bottom: 28px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--midnight-950); color: rgba(246, 243, 236, 0.6); padding: 40px 0; font-size: 0.82rem; }
.footer-disclosure { max-width: 80ch; }
.footer-meta { opacity: 0.7; margin-top: 16px; }
