/* ============================================================
   CALISTENIA PARA MULHERES — Landing Page dedicada
   Identidade própria: feminina, leve, pink. Self-contained.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;500;600;700&family=Allura&display=swap');

:root {
  --pink: #FF2D73;        /* principal */
  --pink-hover: #E91E63;
  --pink-soft: #FAD6E3;   /* cards/boxes */
  --pink-light: #FFEAF2;  /* seções alternadas */
  --off: #FAF8F9;         /* fundo geral */
  --ink: #111111;         /* texto principal */
  --gray: #666666;        /* texto secundário */
  --white: #FFFFFF;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.05);
  --shadow-cta: 0 10px 30px rgba(255,45,115,0.25);
  --shadow-soft: 0 18px 50px -20px rgba(255,45,115,0.30);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--off); color: var(--ink);
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 19px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--pink); color: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Tipografia ---------- */
h1, h2 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; letter-spacing: 0.01em; margin: 0; color: var(--ink); line-height: 0.98; }
h1 { font-size: clamp(54px, 8vw, 82px); }
h2 { font-size: clamp(38px, 5.2vw, 56px); }
h3 { font-family: 'Montserrat'; font-weight: 600; font-size: 21px; margin: 0; line-height: 1.25; }
p { margin: 0; }
.script { font-family: 'Allura', cursive; color: var(--pink); font-weight: 400; line-height: 1.25; padding-bottom: 0.12em; }
.lp-eyebrow {
  display: inline-block; font-family: 'Montserrat'; font-weight: 700; font-size: 13px;
  letter-spacing: 0.14em; text-transform: uppercase; color: #fff;
  background: var(--pink); padding: 8px 18px; border-radius: 999px;
}
.muted { color: var(--gray); }
.center { text-align: center; }

/* ---------- Layout ---------- */
.wrap { width: min(1180px, 100% - 48px); margin-inline: auto; }
.lp-sec { padding: 92px 0; position: relative; }
.lp-sec.alt { background: var(--pink-light); }
.sec-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.sec-head.left { margin-inline: 0; text-align: left; }
.sec-head h2 { margin-bottom: 14px; }
.sec-head p { color: var(--gray); font-size: 19px; }
.sec-head .script { font-size: clamp(34px, 4vw, 46px); margin-bottom: 6px; display: block; }

/* ---------- Botões ---------- */
.lp-btn {
  font-family: 'Montserrat'; font-weight: 700; font-size: 17px; letter-spacing: 0.03em;
  text-transform: uppercase; color: #fff; background: var(--pink);
  border: 0; border-radius: 999px; padding: 19px 40px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: var(--shadow-cta);
  transition: transform .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
}
.lp-btn:hover { background: var(--pink-hover); transform: scale(1.03); box-shadow: 0 14px 38px rgba(233,30,99,0.32); }
.lp-btn:active { transform: scale(0.99); }
.lp-btn.big { font-size: 19px; padding: 22px 48px; }
.lp-btn.ghost { background: #fff; color: var(--pink); box-shadow: var(--shadow-card); border: 1px solid var(--pink-soft); }
.lp-btn.ghost:hover { background: var(--pink-light); color: var(--pink-hover); }

.reassure { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; justify-content: center; color: var(--gray); font-size: 15px; font-weight: 500; }
.reassure b { color: var(--pink); }
.reassure .chk { color: var(--pink); font-weight: 700; margin-right: 6px; }

/* ---------- Chips de benefício ---------- */
.qchips { display: flex; flex-wrap: wrap; gap: 10px; }
.qchip { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; padding: 10px 18px; border-radius: 999px; background: var(--pink-light); color: var(--pink); border: 1px solid var(--pink-soft); }

/* ============================================================
   HEADER
   ============================================================ */
.lp-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .25s var(--ease), box-shadow .25s var(--ease);
}
.lp-header.scrolled { background: rgba(250,248,249,0.88); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(17,17,17,0.06); }
.lp-header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.lp-logo img { height: 40px; width: auto; }
.lp-header-right { display: flex; align-items: center; gap: 18px; }
.lp-back { font-weight: 600; font-size: 15px; color: var(--gray); }
.lp-back:hover { color: var(--pink); }
.lp-header .lp-btn { padding: 12px 24px; font-size: 14px; box-shadow: none; }
.lp-header .lp-btn:hover { box-shadow: var(--shadow-cta); }
@media (max-width: 640px) { .lp-back { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding: 132px 0 80px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; position: relative; z-index: 2; }
.hero-copy .lp-eyebrow { margin-bottom: 22px; }
.hero h1 { margin-bottom: 8px; }
.hero h1 .pink { color: var(--pink); }
.hero .hero-script { font-size: clamp(38px, 5vw, 52px); margin-bottom: 20px; }
.hero-lead { font-size: 20px; color: var(--gray); max-width: 520px; margin-bottom: 26px; }
.hero-lead b { color: var(--ink); font-weight: 600; }
.hero .qchips { margin-bottom: 30px; }
.hero-cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 22px; }

/* mockup do livro */
.hero-mock { position: relative; display: flex; justify-content: center; }
.hero-mock-img { width: min(420px, 90%); filter: drop-shadow(0 30px 50px rgba(255,45,115,0.25)); border-radius: 10px; }
.hero-mock .badge {
  position: absolute; right: -6px; bottom: 24px; width: 116px; height: 116px; border-radius: 50%;
  background: var(--pink); color: #fff; display: grid; place-items: center; text-align: center;
  font-family: 'Bebas Neue'; font-size: 16px; line-height: 1.05; letter-spacing: 0.04em;
  transform: rotate(-8deg); box-shadow: var(--shadow-cta); padding: 12px;
}

/* decoração: pinceladas + corações/estrelas */
.brush { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: 1; }
.brush.b1 { width: 460px; height: 460px; background: rgba(255,45,115,0.12); top: -120px; right: -80px; }
.brush.b2 { width: 380px; height: 380px; background: rgba(250,214,227,0.5); bottom: -140px; left: -120px; }
.deco { position: absolute; color: var(--pink); pointer-events: none; z-index: 1; opacity: 0.85; }
.deco.heart::before { content: '♥'; }
.deco.star::before { content: '✦'; }
.deco.d1 { font-size: 26px; top: 120px; left: 8%; transform: rotate(-12deg); opacity: 0.5; }
.deco.d2 { font-size: 18px; top: 200px; left: 46%; opacity: 0.4; }
.deco.d3 { font-size: 30px; bottom: 90px; right: 10%; transform: rotate(10deg); opacity: 0.35; }

/* ============================================================
   CARDS GENÉRICOS
   ============================================================ */
.card-grid { display: grid; gap: 22px; }
.card-grid.c2 { grid-template-columns: repeat(2, 1fr); }
.card-grid.c3 { grid-template-columns: repeat(3, 1fr); }
.lp-card {
  background: var(--white); border: 1px solid var(--pink-soft); border-radius: 24px;
  padding: 32px; box-shadow: var(--shadow-card);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.lp-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.lp-ico {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center;
  font-size: 26px; background: var(--pink-light); color: var(--pink);
  border: 2px solid var(--pink-soft); margin-bottom: 18px;
}
.lp-card h3 { margin-bottom: 8px; }
.lp-card p { color: var(--gray); font-size: 16px; }

/* ============================================================
   SOLUÇÃO (apresentação do eBook)
   ============================================================ */
.solucao-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.solucao-mock { position: relative; }
.solucao-mock img { width: 100%; border-radius: 18px; box-shadow: var(--shadow-soft); }
.solucao-copy h2 { margin-bottom: 18px; }
.solucao-copy p { color: var(--gray); margin-bottom: 16px; }
.solucao-copy .script { font-size: clamp(30px, 3.4vw, 38px); display: block; line-height: 1.25; margin: 8px 0 22px; }

/* ============================================================
   ANTES x DEPOIS
   ============================================================ */
.vs { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: stretch; }
.vs-col { border-radius: 24px; padding: 34px; }
.vs-col.before { background: #fff; border: 1px solid #eee; }
.vs-col.after { background: var(--pink); color: #fff; box-shadow: var(--shadow-cta); }
.vs-col h3 { font-family: 'Bebas Neue'; font-size: 30px; letter-spacing: 0.03em; margin-bottom: 18px; }
.vs-col.before h3 { color: var(--gray); }
.vs-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.vs-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; }
.vs-col.before .vs-list li { color: var(--gray); }
.vs-mark { flex-shrink: 0; font-weight: 700; }
.vs-col.before .vs-mark { color: #c9c9c9; }
.vs-col.after .vs-mark { color: #fff; }
.vs-arrow { display: grid; place-items: center; font-size: 30px; color: var(--pink); }
@media (max-width: 820px) { .vs { grid-template-columns: 1fr; } .vs-arrow { transform: rotate(90deg); } }

/* ============================================================
   PLACEHOLDER de imagem (fotos/páginas que o usuário envia)
   ============================================================ */
.soft-ph {
  position: relative; overflow: hidden; border-radius: 18px;
  background:
    repeating-linear-gradient(135deg, rgba(255,45,115,0.06) 0 2px, transparent 2px 12px),
    linear-gradient(135deg, var(--pink-soft), var(--pink-light));
  border: 1px solid var(--pink-soft); display: flex; align-items: flex-end;
}
.soft-ph::after {
  content: attr(data-ph); font-family: 'Montserrat'; font-weight: 600; font-size: 12px;
  color: var(--pink); background: rgba(255,255,255,0.8); backdrop-filter: blur(2px);
  padding: 6px 10px; margin: 12px; border-radius: 8px; border: 1px solid var(--pink-soft);
}
.soft-ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* conteúdo: páginas internas */
.pages-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pages-row .soft-ph { aspect-ratio: 3/4; }
@media (max-width: 720px) { .pages-row { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   OFERTA
   ============================================================ */
.oferta-box {
  max-width: 700px; margin: 0 auto; background: #fff; border: 1px solid var(--pink-soft);
  border-radius: 32px; padding: 48px 44px; text-align: center; box-shadow: var(--shadow-soft); position: relative;
}
.oferta-box .tagline { font-family: 'Allura', cursive; color: var(--pink); font-size: clamp(24px, 2.7vw, 30px); line-height: 1.5; margin-bottom: 18px; padding-bottom: 0.1em; }
.oferta-box h2 { margin-bottom: 22px; }
.price-block { display: flex; align-items: baseline; justify-content: center; gap: 14px; margin-bottom: 6px; }
.price-block .old { font-size: 24px; color: #bbb; text-decoration: line-through; font-weight: 600; }
.price-block .now { font-family: 'Bebas Neue'; font-size: 78px; line-height: 0.9; color: var(--pink); }
.price-block .now .cur { font-size: 36px; vertical-align: super; }
.installment { color: var(--gray); font-size: 17px; margin-bottom: 6px; }
.save-pill { display: inline-block; background: var(--pink-light); color: var(--pink); font-weight: 700; font-size: 14px; padding: 6px 16px; border-radius: 999px; margin-bottom: 26px; }
.oferta-box .lp-btn { width: 100%; justify-content: center; }
.oferta-incl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; text-align: left; margin: 28px 0 4px; }
.oferta-incl .ln { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.oferta-incl .ln .c { color: var(--pink); font-weight: 700; flex-shrink: 0; }
.guarantee-row { display: flex; align-items: center; gap: 18px; justify-content: center; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--pink-soft); text-align: left; }
.guarantee-seal { width: 76px; height: 76px; flex-shrink: 0; border-radius: 50%; border: 2px dashed var(--pink); display: grid; place-items: center; color: var(--pink); font-family: 'Bebas Neue'; line-height: 0.9; text-align: center; }
.guarantee-seal .n { font-size: 30px; }
.guarantee-seal .t { font-size: 12px; }
.guarantee-row p { font-size: 15px; color: var(--gray); }
.guarantee-row b { color: var(--ink); }
@media (max-width: 560px) { .oferta-incl { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--pink-soft); border-radius: 18px; padding: 0 26px; box-shadow: var(--shadow-card); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; background: none; border: 0; cursor: pointer; padding: 22px 0; text-align: left; color: var(--ink); font-family: 'Montserrat'; font-weight: 600; font-size: 18px; }
.faq-q .pm { width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; background: var(--pink-light); color: var(--pink); display: grid; place-items: center; font-size: 20px; transition: transform .3s var(--ease); }
.faq-item.open .faq-q .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .32s var(--ease); }
.faq-a-inner { padding: 0 0 24px; color: var(--gray); font-size: 16px; line-height: 1.65; }

/* ============================================================
   ENCERRAMENTO
   ============================================================ */
.closing { text-align: center; padding: 110px 0; background: var(--pink-light); position: relative; overflow: hidden; }
.closing .brush.b1 { top: -160px; right: 10%; }
.closing .script { font-size: clamp(40px, 6vw, 64px); display: block; margin-bottom: 6px; position: relative; z-index: 2; }
.closing h2 { font-size: clamp(50px, 8vw, 92px); margin-bottom: 28px; position: relative; z-index: 2; }
.closing .closing-sub { color: var(--gray); font-size: 19px; margin-bottom: 32px; position: relative; z-index: 2; }
.closing .lp-btn { position: relative; z-index: 2; }

/* ============================================================
   FOOTER
   ============================================================ */
.lp-footer { background: var(--off); border-top: 1px solid var(--pink-soft); padding: 40px 0; }
.lp-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.lp-footer img { height: 36px; }
.lp-footer .links { display: flex; gap: 22px; font-size: 14px; color: var(--gray); }
.lp-footer .links a:hover { color: var(--pink); }
.lp-footer .copy { font-size: 13px; color: #aaa; width: 100%; padding-top: 16px; border-top: 1px solid var(--pink-soft); margin-top: 6px; }

/* ============================================================
   BARRA DE COMPRA FIXA
   ============================================================ */
.buy-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: rgba(255,255,255,0.96); backdrop-filter: blur(14px); border-top: 1px solid var(--pink-soft); box-shadow: 0 -6px 24px rgba(0,0,0,0.06); transform: translateY(120%); transition: transform .32s var(--ease); }
.buy-bar.show { transform: none; }
.buy-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 0; }
.buy-bar-info { display: flex; align-items: center; gap: 14px; min-width: 0; }
.buy-bar-info img { width: 46px; height: 56px; object-fit: cover; border-radius: 8px; flex-shrink: 0; box-shadow: var(--shadow-card); }
.buy-bar-txt { min-width: 0; }
.buy-bar-txt .nm { font-weight: 700; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.buy-bar-txt .pr { font-size: 14px; color: var(--gray); }
.buy-bar-txt .pr b { color: var(--pink); font-family: 'Bebas Neue'; font-size: 20px; letter-spacing: 0.02em; }
.buy-bar-txt .pr .old { text-decoration: line-through; color: #bbb; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy .qchips, .hero-cta-row, .reassure { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-mock { order: -1; }
  .solucao-grid { grid-template-columns: 1fr; }
  .card-grid.c3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 17px; }
  .lp-sec { padding: 64px 0; }
  .card-grid.c2, .card-grid.c3 { grid-template-columns: 1fr; }
  .buy-bar-info img { display: none; }
  .buy-bar .lp-btn { padding: 14px 22px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }
