/* =========================================================
   CLAVÉ YOGA — Numerologia
   Landing pages de marketing (5 páginas)
   ========================================================= */

:root {
  --purple: #5B2C8D;
  --purple-dark: #3D1B66;
  --purple-deep: #2A1048;
  --gold: #FFC900;
  --gold-light: #FFE066;
  --white: #FFFFFF;
  --text-dark: #1A0A2E;

  --font-display: 'League Spartan', 'Montserrat', sans-serif;
  --font-body: 'Montserrat', sans-serif;

  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --radius-pill: 999px;

  --shadow-card: 0 14px 30px rgba(42, 16, 72, 0.28);
  --shadow-soft: 0 8px 20px rgba(42, 16, 72, 0.18);

  --panel-pad: clamp(28px, 4vw, 56px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--purple-deep);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
ul { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
h1, h2, h3 { font-family: var(--font-display); margin: 0; }
p { margin: 0; }

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

.hl-gold { color: var(--gold); }
.hl-white { color: var(--white); }

/* ---------- Layout shell ---------- */
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.panel {
  position: relative;
  width: 100%;
  padding: var(--panel-pad);
  padding-top: calc(var(--panel-pad) + 8px);
}

/* ---------- Back Button ---------- */
.back-btn {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(91, 44, 141, 0.15);
  border-radius: 12px;
  padding: 8px 10px 6px;
  cursor: pointer;
  color: var(--text-dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background 0.2s, box-shadow 0.2s;
}
.back-btn:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.back-btn span {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  background: radial-gradient(120% 140% at 15% 10%, #7B3FBF 0%, var(--purple) 35%, var(--purple-dark) 68%, var(--purple-deep) 100%);
  padding-left: clamp(64px, 10vw, 96px);
  overflow: hidden;
  isolation: isolate;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-photo {
  position: absolute;
  right: -4%;
  bottom: calc(-1 * var(--panel-pad) * 0.35);
  width: min(44%, 480px);
  pointer-events: none;
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
}
.hero-photo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 30px rgba(0, 20, 60, 0.45));
}
.hero-glow {
  position: absolute;
  left: 8%;
  bottom: 6%;
  width: 84%;
  height: 46%;
  background: radial-gradient(closest-side, rgba(255, 201, 0, 0.4), rgba(255, 201, 0, 0) 72%);
  filter: blur(6px);
  z-index: -1;
}

.side-strip {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: clamp(44px, 6vw, 64px);
  background: linear-gradient(180deg, var(--gold) 0%, #E6A800 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.side-strip span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.12em;
  font-size: clamp(20px, 2.4vw, 30px);
  color: var(--purple-deep);
  white-space: nowrap;
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 18px;
}

.hero-copy {
  max-width: 560px;
  margin-left: min(14%, 100px);
  padding-top: 4px;
}

.hero-title {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  color: var(--white);
  text-transform: uppercase;
}
.hero-title .eyebrow-line {
  font-weight: 700;
  font-size: clamp(15px, 1.8vw, 19px);
  letter-spacing: 0.04em;
  color: var(--white);
  opacity: 0.9;
  margin-bottom: 2px;
}
.hero-title .line-accent {
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.95;
  color: var(--gold);
}
.hero-title .line {
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.02;
}

.dotted-rule {
  border: none;
  border-top: 3px dotted rgba(255, 255, 255, 0.55);
  width: 64px;
  margin: 18px 0;
}

.hero-sub {
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.45;
  color: var(--white);
  font-weight: 500;
}
.hero-sub strong { color: var(--gold); font-weight: 800; }

.hashtag {
  margin-top: 20px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  color: var(--gold);
  letter-spacing: 0.02em;
}

/* ---------- CTA buttons ---------- */
.cta-row {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 16px 28px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  min-height: 52px;
  text-align: center;
  text-decoration: none;
}

.cta-btn-primary {
  background: var(--gold);
  color: var(--purple-deep);
  box-shadow: 0 6px 20px rgba(255, 201, 0, 0.35);
}
.cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 201, 0, 0.5);
  background: var(--gold-light);
}

.cta-btn-secondary {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.cta-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

/* =========================================================
   CONTEÚDO — Benefícios
   ========================================================= */
.content {
  background: linear-gradient(180deg, var(--purple) 0%, var(--purple-dark) 55%, var(--purple-deep) 100%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: auto;
}

.section-title {
  margin-top: 30px;
  font-weight: 900;
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.12;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 700px;
  margin: 0 auto;
}

.benefit-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 34px rgba(42, 16, 72, 0.32);
}

.benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--purple);
  color: var(--gold);
  font-size: 18px;
  flex-shrink: 0;
}

.benefit-text h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--purple-deep);
  margin-bottom: 4px;
}
.benefit-text p {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  line-height: 1.4;
}

/* =========================================================
   CTA FINAL
   ========================================================= */
.cta-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: var(--gold);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  text-align: center;
  max-width: 700px;
  margin: 20px auto 0;
  width: 100%;
}

.cta-final p {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  color: var(--purple-deep);
  letter-spacing: 0.02em;
}

.cta-final .cta-row {
  margin-top: 0;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 767px) {
  .back-btn { top: 10px; left: 10px; padding: 6px 8px 4px; }
  .hero { padding-left: clamp(52px, 14vw, 72px); }
  .hero-photo {
    right: auto;
    left: calc(-1 * var(--panel-pad) * 0.4);
    bottom: auto;
    top: 60px;
    width: min(55%, 240px);
    opacity: 0.35;
  }
  .hero-glow { display: none; }
  .hero-copy { margin-left: 0; max-width: 100%; }
  .hero-title .line-accent { font-size: clamp(38px, 13vw, 52px); }
  .hero-title .line { font-size: clamp(26px, 9vw, 34px); }
  .cta-row { flex-direction: column; width: 100%; }
  .cta-btn { width: 100%; }
}

@media (min-width: 640px) and (max-width: 1099px) {
  .hero-photo {
    right: calc(-1 * var(--panel-pad) * 0.4);
    bottom: auto;
    top: 60px;
    width: min(50%, 320px);
    opacity: 0.5;
  }
  .hero-glow { display: none; }
  .benefits-list { flex-direction: row; flex-wrap: wrap; }
  .benefit-card { flex: 1; min-width: 280px; }
}

@media (min-width: 1100px) {
  .hero-photo { width: min(42%, 400px); bottom: calc(-1 * var(--panel-pad) * 0.5); }
  .benefits-list { flex-direction: row; flex-wrap: wrap; }
  .benefit-card { flex: 1; min-width: 280px; }
}

@media (min-width: 1400px) {
  .panel { padding: 64px 56px; }
  .hero { padding-left: 110px; }
  .hero-photo { width: min(40%, 450px); bottom: calc(-1 * var(--panel-pad) * 0.6); }
}

@media (max-width: 380px) {
  .panel { padding: 24px 20px; }
  .hero { padding-left: 60px; }
  .hero-photo { width: 42%; top: 50px; }
  .hero-title .line-accent { font-size: 34px; }
  .hero-title .line { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .benefit-card { transition: none; }
  .cta-btn { transition: none; }
  .floating-free { animation: none; }
}

/* =========================================================
   FLOATING FREE BUTTON
   ========================================================= */
.floating-free {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  background: var(--gold);
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  box-shadow: 0 8px 24px rgba(255, 201, 0, 0.45);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  animation: pulse-free 2s ease-in-out infinite;
  transition: transform 0.2s, box-shadow 0.2s;
}
.floating-free:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 30px rgba(255, 201, 0, 0.6);
}
.floating-free svg {
  flex-shrink: 0;
}

@keyframes pulse-free {
  0%, 100% { box-shadow: 0 8px 24px rgba(255, 201, 0, 0.45); }
  50% { box-shadow: 0 8px 32px rgba(255, 201, 0, 0.7), 0 0 0 8px rgba(255, 201, 0, 0.15); }
}

@media (max-width: 767px) {
  .floating-free {
    bottom: 16px;
    right: 16px;
    left: 16px;
    justify-content: center;
    font-size: 13px;
    padding: 12px 18px;
  }
}

/* FAQ Section */
.faq-section {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 36px 28px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: var(--shadow-card);
}
.faq-item { border-bottom: 1px solid #e8e0f0; }
.faq-item:last-child { border-bottom: none; }
.faq-question {
  width: 100%; background: none; border: none; padding: 18px 0;
  font-family: var(--font-display); font-size: 15px; font-weight: 700;
  color: var(--purple-deep); text-align: left; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq-question:hover { color: var(--purple); }
.faq-question .faq-icon { font-size: 20px; color: var(--gold); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-item.active .faq-answer { max-height: 300px; }
.faq-answer p { padding: 0 0 18px 0; font-size: 14px; line-height: 1.7; color: #555; }