/* Maxfem · Bônus Imunofem Gummy · estilos compartilhados */
*,*::before,*::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; background-color: #fff1f5; color: #1a1322; line-height: 1.65; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4,h5 { font-family: 'Fraunces', Georgia, serif; line-height: 1.18; letter-spacing: -0.01em; color: #1a1322; }
.container { width: 100%; max-width: 980px; margin: 0 auto; padding: 0 24px; }

/* TOPBAR */
.topbar { background: #1a1322; color: #fff; text-align: center; padding: 10px 16px; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; }
.topbar a { color: #F8A4C8; text-decoration: underline; }

/* HEADER */
.header { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #ffe4ec; position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.header img.logo { height: 32px; width: auto; }
.header .back-link { font-size: 13px; color: #6b6b7a; display: inline-flex; align-items: center; gap: 6px; font-weight: 600; transition: color .15s; }
.header .back-link:hover { color: #ED2B75; }
.header .back-link svg { width: 14px; height: 14px; stroke: currentColor; }

/* HERO */
.bonus-hero { padding: 60px 0 48px; background: radial-gradient(120% 80% at 90% 0%, rgba(237,43,117,.10) 0%, transparent 60%), radial-gradient(100% 70% at 0% 100%, rgba(237,43,117,.07) 0%, transparent 65%), #fff8fa; text-align: center; }
.bonus-tag { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg,#ED2B75 0%, #C41E61 100%); color: #fff; padding: 8px 16px; border-radius: 100px; font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; box-shadow: 0 6px 20px rgba(237,43,117,.32); margin-bottom: 22px; }
.bonus-tag svg { width: 14px; height: 14px; }
.bonus-hero h1 { font-size: 48px; font-weight: 700; max-width: 760px; margin: 0 auto 18px; }
.bonus-hero h1 em { font-style: italic; color: #ED2B75; }
.bonus-hero p.lead { font-size: 18px; color: #4A4A5A; line-height: 1.65; max-width: 660px; margin: 0 auto; }
.bonus-hero p.lead strong { color: #1a1322; }
.bonus-meta { display: flex; gap: 20px; justify-content: center; margin-top: 28px; flex-wrap: wrap; font-size: 13px; color: #6b6b7a; }
.bonus-meta span { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
.bonus-meta svg { width: 16px; height: 16px; stroke: #ED2B75; }
.bonus-meta strong { color: #1a1322; }

/* SECTION */
section { padding: 64px 0; }
.section-eyebrow { display: inline-block; background: #FCE4EF; color: #ED2B75; padding: 6px 16px; border-radius: 100px; font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 16px; }
h2.section-title { font-size: 36px; font-weight: 700; margin-bottom: 14px; max-width: 720px; }
h2.section-title em { font-style: italic; color: #ED2B75; }
.section-lead { font-size: 17px; color: #4A4A5A; line-height: 1.7; max-width: 680px; margin-bottom: 36px; }

/* CARD */
.card { background: #fff; border: 1px solid #ffe4ec; border-radius: 18px; padding: 28px; box-shadow: 0 8px 28px rgba(123,16,66,.06); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(123,16,66,.10); }
.card h3 { font-size: 20px; margin-bottom: 10px; line-height: 1.3; }
.card h3 em { font-style: italic; color: #ED2B75; }
.card p { font-size: 14.5px; color: #4A4A5A; line-height: 1.65; }
.card ul { margin: 12px 0; padding-left: 0; list-style: none; }
.card ul li { padding: 6px 0 6px 24px; font-size: 14px; color: #4A4A5A; line-height: 1.55; position: relative; }
.card ul li::before { content: ''; position: absolute; left: 0; top: 12px; width: 14px; height: 14px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED2B75' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 14px; }

/* PILL/CHIP */
.pill { display: inline-block; padding: 4px 12px; border-radius: 100px; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.pill-rose { background: #FCE4EF; color: #ED2B75; }
.pill-dark { background: #1a1322; color: #fff; }
.pill-warn { background: #FEF3C7; color: #92400E; }
.pill-good { background: #D1FAE5; color: #065F46; }

/* BACK CTA */
.back-cta { background: linear-gradient(160deg, #fff8fa 0%, #ffe4ec 100%); border-top: 1px solid #ffe4ec; padding: 56px 0; text-align: center; }
.back-cta h3 { font-size: 26px; margin-bottom: 12px; }
.back-cta h3 em { font-style: italic; color: #ED2B75; }
.back-cta p { font-size: 15px; color: #4A4A5A; max-width: 520px; margin: 0 auto 24px; line-height: 1.65; }
.back-cta .btn { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg,#ED2B75 0%, #C41E61 100%); color: #fff; padding: 16px 32px; border-radius: 100px; font-size: 15px; font-weight: 800; box-shadow: 0 12px 32px rgba(237,43,117,.34); transition: transform .15s; }
.back-cta .btn:hover { transform: translateY(-1px); }
.back-cta .btn svg { width: 16px; height: 16px; }

/* FOOTER */
.footer { background: #0d0915; color: #9ca3af; padding: 36px 0 28px; text-align: center; }
.footer img.logo-footer { height: 26px; width: auto; margin-bottom: 14px; filter: brightness(0) invert(1); opacity: .9; }
.footer p { font-size: 12px; line-height: 1.7; margin-bottom: 6px; }
.footer p.legal { font-size: 11px; color: #6b7280; margin-top: 12px; max-width: 720px; margin-left: auto; margin-right: auto; }
.footer a { color: #F8A4C8; }

/* PRINT */
@media print {
  .topbar, .header, .back-cta, .footer { display: none !important; }
  body { background: #fff; }
  section { page-break-inside: avoid; padding: 24px 0; }
  .card { box-shadow: none; border: 1px solid #ddd; }
  .container { max-width: 100%; padding: 0 16px; }
}

/* MOBILE */
@media (max-width: 640px) {
  .bonus-hero { padding: 40px 0 36px; }
  .bonus-hero h1 { font-size: 30px; }
  .bonus-hero p.lead { font-size: 15px; }
  h2.section-title { font-size: 26px; }
  .section-lead { font-size: 15px; }
  section { padding: 44px 0; }
  .card { padding: 22px; }
  .card h3 { font-size: 18px; }
  .container { padding: 0 18px; }
  .back-cta h3 { font-size: 22px; }
}
