/* Vientre Fértil — DESIGN MetaBoost (blanco, coral/azul, headlines pesadas) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&family=Open+Sans:wght@400;600;700&family=Oswald:wght@500;600&family=Playfair+Display:wght@700;900&display=swap');

:root {
  --bg: #ffffff;
  --text: #1b1b1b;
  --muted: #6b7280;
  --coral: #F44452;      /* "Soy Mujer" */
  --coral-d: #d8323f;
  --blue: #457CD3;       /* "Soy Hombre" */
  --teal: #14A085;
  --dark: #141416;       /* faixa escura */
  --alt: #EDF5FF;        /* seção azul-claro (tickbox) */
  --line: #e6e8ec;
  --raio: 8px;
  --pill: 999px;
  --dur: 220ms;
  --ease: cubic-bezier(.16,1,.3,1);
  --sombra: 0 8px 30px rgba(20,30,60,.10);
  --fh: 'Montserrat', system-ui, sans-serif;
  --fb: 'Open Sans', system-ui, sans-serif;
  --fc: 'Oswald', system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--fb); background: var(--bg); color: var(--text); line-height: 1.55; }
.wrap { width: 100%; max-width: 760px; margin: 0 auto; padding: 0 20px; }
.hidden { display: none !important; }

/* ---- Botões ---- */
.cta, .q-next, .lead button {
  font-family: var(--fc); text-transform: uppercase; letter-spacing: .02em;
  border: 0; border-radius: var(--pill); cursor: pointer;
  background: var(--coral); color: #fff; font-size: 1.1rem; font-weight: 600;
  padding: 16px 34px; box-shadow: 0 8px 22px rgba(244,68,82,.32);
  transition: transform var(--dur) var(--ease), background var(--dur);
}
.cta:hover, .q-next:hover { background: var(--coral-d); }
.cta:active, .q-next:active, .lead button:active { transform: scale(.97); }
.cta.full, .q-next, .lead button { width: 100%; }
.q-next:disabled { opacity: .4; cursor: not-allowed; box-shadow: none; }

/* ================= HERO (foto + overlay) ================= */
.hero-mb { position: relative; min-height: 88vh; display: flex; align-items: center; }
.hero-mb .bg { position: absolute; inset: 0; background: #000 center/cover no-repeat; }
.hero-mb .ov { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,20,.86) 0%, rgba(10,12,20,.62) 48%, rgba(10,12,20,.25) 100%); }
.hero-in { position: relative; z-index: 2; color: #fff; padding: 40px 0 48px; max-width: 620px; }
.hero-in .eyebrow { font-family: var(--fh); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .8rem; color: #ffd7db; }
.hero-in h1 { font-family: var(--fh); font-weight: 900; font-size: clamp(2rem, 6.5vw, 3.4rem); line-height: 1.08; letter-spacing: -.01em; margin: 12px 0 14px; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.hero-in .sub { font-size: 1.08rem; color: #eef0f4; margin-bottom: 22px; }
.hero-in em { color: #ffb3ba; font-style: normal; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-btns .cta { flex: 1 1 200px; }
.hero-btns .cta.alt { background: var(--blue); box-shadow: 0 8px 22px rgba(69,124,211,.32); }
.hero-btns .cta.alt:hover { background: #3568bd; }
.hero-note { color: #cfd3da; font-size: .82rem; margin-top: 14px; }

/* ---- Barra de imprensa (logos "Como visto en") ---- */
.press { background: var(--dark); }
.press .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 30px; justify-content: center; padding: 20px; }
.press .press-label { font-family: var(--fb); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; color: #8b909b; width: 100%; text-align: center; margin-bottom: 2px; }
.press .logo { color: #fff; opacity: .82; font-size: 1.5rem; line-height: 1; }
.press .logo-serif { font-family: 'Playfair Display', serif; font-weight: 700; letter-spacing: .06em; }
.press .logo-vogue { letter-spacing: .28em; }
.press .logo-sans { font-family: var(--fh); font-weight: 800; text-transform: uppercase; font-size: 1.1rem; letter-spacing: .04em; }

/* ================= SEÇÕES ================= */
.block { padding: 44px 0; }
.block.alt { background: var(--alt); }
.block-title { font-family: var(--fh); font-weight: 800; font-size: clamp(1.5rem, 5vw, 2.1rem); text-align: center; letter-spacing: -.01em; margin-bottom: 20px; }
.block-p { color: #3a3f47; font-size: 1.06rem; text-align: center; max-width: 620px; margin: 0 auto; }
.block-img { width: 100%; height: auto; border-radius: var(--raio); box-shadow: var(--sombra); margin-top: 22px; }
.reframe { background: var(--dark); color: #fff; text-align: center; padding: 26px 20px; font-size: 1.1rem; }
.reframe strong { color: #ffb3ba; }

.ventajas { list-style: none; display: grid; gap: 12px; max-width: 620px; margin: 0 auto; }
.ventajas li { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--raio); padding: 15px 16px; font-size: 1.02rem; box-shadow: 0 3px 12px rgba(20,30,60,.05); }
.ventajas li span { color: #fff; background: var(--teal); border-radius: 50%; width: 26px; height: 26px; min-width: 26px; display: grid; place-items: center; font-size: .8rem; font-weight: 800; }

.pilares { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; max-width: 620px; margin: 0 auto; }
.pilar { background: #fff; border: 1px solid var(--line); border-radius: var(--raio); padding: 20px 16px; box-shadow: var(--sombra); }
.pilar .pnum { width: 42px; height: 42px; border-radius: 10px; background: var(--coral); color: #fff; font-family: var(--fh); font-weight: 900; font-size: 1.25rem; display: grid; place-items: center; margin-bottom: 10px; }
.pilar h3 { font-family: var(--fh); font-size: 1.05rem; margin-bottom: 4px; }
.pilar p { font-size: .9rem; color: var(--muted); }

.guarantee-land { text-align: center; }
.guarantee-land .seal { font-size: 2.6rem; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 16px; }
.trust-chips span { background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 8px 16px; font-size: .85rem; font-weight: 700; color: var(--coral-d); }

.final-cta { text-align: center; }
.final-cta .cta { max-width: 460px; margin-top: 4px; }
.disclaimer { color: var(--muted); font-size: .78rem; text-align: center; max-width: 620px; margin: 22px auto 0; line-height: 1.5; }

/* ================= QUIZ ================= */
#quiz-wrap { padding: 30px 0 50px; min-height: 100dvh; }
.progress { height: 8px; background: #e9edf3; border-radius: var(--pill); overflow: hidden; margin-bottom: 28px; }
.progress-bar { height: 100%; width: 0; background: var(--coral); transition: width var(--dur) var(--ease); }
.q-title { font-family: var(--fh); font-weight: 800; font-size: clamp(1.3rem, 4.6vw, 1.8rem); text-align: center; margin-bottom: 22px; }
.q-opts { display: flex; flex-direction: column; gap: 12px; max-width: 560px; margin: 0 auto; }
.q-opt { padding: 16px 18px; border: 2px solid var(--line); border-radius: var(--raio); background: #fff; color: var(--text); font-size: 1.05rem; text-align: left; cursor: pointer; transition: border-color var(--dur), background var(--dur); }
.q-opt:hover { border-color: var(--coral); }
.q-opt.sel { border-color: var(--coral); background: #fff2f3; }
.q-next { display: block; max-width: 560px; margin: 20px auto 0; }
.q-feedback { max-width: 560px; margin: 16px auto 0; padding: 12px 14px; background: var(--alt); border-left: 3px solid var(--blue); border-radius: 8px; font-size: .95rem; }
.q-aliento { text-align: center; color: var(--coral); font-weight: 700; margin-bottom: 16px; }

.calc { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; max-width: 460px; margin: 0 auto; }
.spinner { width: 52px; height: 52px; border: 4px solid #e9edf3; border-top-color: var(--coral); border-radius: 50%; animation: spin 900ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.calc-txt { color: var(--muted); }
.lead { width: 100%; display: flex; flex-direction: column; gap: 12px; background: #fff; padding: 24px 20px; border-radius: var(--raio); box-shadow: var(--sombra); border: 1px solid var(--line); }
.lead h3 { font-family: var(--fh); font-size: 1.2rem; }
.lead input { padding: 15px 16px; border: 1.5px solid var(--line); border-radius: var(--raio); font-size: 1rem; }
.lead input:focus { outline: 2px solid var(--coral); }
.lead .priv { color: var(--muted); font-size: .78rem; }

/* ================= RESULTADO / OFERTA ================= */
.result-badge { display: inline-block; background: #fff2f3; color: var(--coral-d); font-weight: 700; padding: 6px 14px; border-radius: var(--pill); font-size: .85rem; margin-bottom: 12px; }
.result-title { font-family: var(--fh); font-size: clamp(1.8rem,6vw,2.4rem); font-weight: 900; letter-spacing: -.01em; margin-bottom: 14px; }
.result-body { font-size: 1.08rem; color: #3a3f47; margin-bottom: 16px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--raio); padding: 22px 20px; box-shadow: var(--sombra); margin: 18px 0; }
.eyebrow { font-family: var(--fh); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; color: var(--coral); }
.vsl { width: 100%; aspect-ratio: 16/9; background: #000; border-radius: var(--raio); display: flex; align-items: center; justify-content: center; color: #fff; margin: 16px 0; box-shadow: var(--sombra); }
.includes { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 16px 0; }
.includes li { display: flex; gap: 10px; align-items: flex-start; font-size: 1.02rem; }
.price { text-align: center; margin: 20px 0; }
.price .num { font-family: var(--fh); font-size: 3rem; font-weight: 900; color: var(--coral); }
.price .anchor { color: var(--muted); font-size: .95rem; }
.bump { border: 2px dashed var(--teal); border-radius: var(--raio); padding: 16px; background: #f0faf7; margin: 18px 0; }
.bump label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; font-size: .98rem; }
.guarantee { text-align: center; padding: 22px; background: var(--alt); border-radius: var(--raio); margin: 20px 0; }
.guarantee .seal { font-size: 2rem; }

.trust { display: flex; gap: 16px; justify-content: center; color: #cfd3da; font-size: .82rem; margin-top: 14px; flex-wrap: wrap; }

@media (max-width: 520px) { .hero-mb { min-height: 90vh; } .hero-in { padding-top: 30px; } }
/* ===================== GAMIFICAÇÃO DO QUIZ ===================== */
.q-step { text-align: center; font-family: var(--fh); font-weight: 700; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.progress { position: relative; overflow: visible; }
.q-avatar { position: absolute; top: -12px; left: -16px; font-size: 1.5rem; transition: left var(--dur) var(--ease); filter: drop-shadow(0 2px 3px rgba(0,0,0,.2)); pointer-events: none; }
.q-opt { display: flex; align-items: center; gap: 14px; }
.q-badge { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-family: var(--fh); font-weight: 800; font-size: 1rem; background: var(--alt); color: var(--coral-d); transition: transform var(--dur) var(--ease), background var(--dur), color var(--dur); }
.q-opt .q-label { flex: 1; }
.q-opt:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(20,30,60,.10); }
.q-opt:disabled { opacity: .55; }
.q-opt.sel { border-color: var(--coral); background: #fff; box-shadow: 0 8px 22px rgba(244,68,82,.22); animation: qpop .4s var(--ease); }
.q-opt.sel .q-badge { background: var(--teal); color: #fff; transform: scale(1.12); }
.q-opt.sel:disabled { opacity: 1; }
@keyframes qpop { 0%{transform:scale(1);} 40%{transform:scale(1.03);} 100%{transform:scale(1);} }
.q-toast { position: fixed; left: 50%; top: 16%; transform: translate(-50%, -8px); background: var(--dark); color: #fff; font-family: var(--fh); font-weight: 700; padding: 10px 20px; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.25); opacity: 0; transition: opacity .25s, transform .25s var(--ease); z-index: 9999; pointer-events: none; }
.q-toast.show { opacity: 1; transform: translate(-50%, 0); }
.confetti { position: fixed; inset: 0; pointer-events: none; z-index: 9998; overflow: hidden; }
.confetti i { position: absolute; top: -12px; width: 10px; height: 14px; border-radius: 2px; opacity: .9; animation: qfall 2.2s linear forwards; }
@keyframes qfall { to { transform: translateY(105vh) rotate(680deg); } }

/* ===================== INFOGRÁFICO 3 PASOS ===================== */
.pasos { display: flex; align-items: stretch; justify-content: center; gap: 12px; flex-wrap: wrap; max-width: 680px; margin: 0 auto; }
.paso { flex: 1 1 170px; background: #fff; border: 1px solid var(--line); border-radius: var(--raio); padding: 22px 16px; text-align: center; box-shadow: var(--sombra); }
.paso-ico { font-size: 2.3rem; margin-bottom: 8px; }
.paso h3 { font-family: var(--fh); font-size: 1.05rem; margin-bottom: 4px; }
.paso p { font-size: .9rem; color: var(--muted); }
.paso-arrow { display: flex; align-items: center; font-size: 1.7rem; color: var(--coral); font-weight: 800; }
@media (max-width: 560px) { .paso-arrow { transform: rotate(90deg); width: 100%; justify-content: center; } }

@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
