/* Ajustes da LP Mapas Mentais — herda styles.css do site */

.lp-mm {
  scroll-padding-top: 4.5rem;
}

/* ========== Hero v2 — LP Mapas Mentais (mm.css) ========== */

.hero-v2 {
  width: 100%;
  background: radial-gradient(circle at top right, rgba(0, 196, 180, 0.18), transparent 34%),
              linear-gradient(180deg, #061626 0%, #07111f 100%);
  color: #fff;
  padding: 42px 20px 50px;
  overflow: hidden;
}

.hero-v2__container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

.hero-v2__copy {
  max-width: 560px;
}

.hero-v2__badge {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 210, 190, 0.12);
  border: 1px solid rgba(0, 210, 190, 0.28);
  color: #29e0c7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: 18px;
}

.hero-v2 h1 {
  margin: 0;
  font-family: var(--font-alt, "Sora", system-ui, sans-serif);
  font-size: clamp(38px, 8vw, 76px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.hero-v2 h1 span {
  color: #20d6bd;
}

.hero-v2 p {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255,255,255,.78);
}

.hero-v2__chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.hero-v2__chips span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.hero-v2__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6a00, #ff9d1c);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 36px rgba(255,106,0,.32);
}

.hero-v2 small {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  text-align: center;
}

.hero-v2__image {
  display: flex;
  justify-content: center;
  background: transparent;
}

.hero-v2__image img {
  width: 100%;
  max-width: 430px;
  height: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 26px 48px rgba(0,0,0,.35));
}

@media (min-width: 900px) {
  .hero-v2 {
    padding: 80px 32px 88px;
  }

  .hero-v2__container {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
  }

  .hero-v2__chips {
    grid-template-columns: repeat(4, auto);
    justify-content: start;
  }

  .hero-v2__cta {
    max-width: 410px;
  }

  .hero-v2 small {
    max-width: 410px;
    text-align: left;
  }

  .hero-v2__image img {
    max-width: 660px;
  }
}

.hero-v2 + .mmh-pain {
  padding-top: clamp(2rem, 5vw, 3rem);
}

/* Dor compacta */
.mmh-pain {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}

.mmh-pain__head {
  text-align: center;
  margin-bottom: 1rem;
}

.mmh-pain__badge {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #be185d;
  background: rgba(253, 164, 175, 0.35);
  border-radius: 999px;
}

.mmh-pain__title {
  margin: 0;
  font-family: var(--font-alt, "Sora", system-ui, sans-serif);
  font-size: clamp(1.15rem, 4vw, 1.65rem);
  font-weight: 800;
  color: var(--text-on-light, #0f172a);
}

.mmh-pain__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.mmh-pain__card {
  margin: 0;
  padding: 0.75rem 0.65rem;
  text-align: center;
  background: #fff;
  border: 1px solid var(--border-on-light, #e2e8f0);
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.mmh-pain__card--wide {
  grid-column: 1 / -1;
  max-width: 14rem;
  margin-inline: auto;
}

.mmh-pain__card p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-on-light, #0f172a);
}

@media (min-width: 900px) {
  .mmh-pain__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mmh-pain__card--wide {
    grid-column: auto;
    max-width: none;
  }
}

/* Solução — tablet + livro */
.lp-mm .ebook-cover--solution {
  max-width: min(100%, 420px);
  margin-inline: auto;
  border-radius: 12px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

/* Oferta — banner horizontal oficial */
.lp-mm-offer-single .offer-visual__main {
  max-width: 100%;
}

.lp-mm .offer-cover--banner {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
}

/* Subnav */
.lp-mm-subnav {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.5rem 0;
  background: rgba(5, 10, 20, 0.92);
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  backdrop-filter: blur(10px);
}

.lp-mm-subnav__scroll {
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.1rem 0;
}

.lp-mm-subnav__scroll::-webkit-scrollbar {
  display: none;
}

.lp-mm-subnav a {
  flex-shrink: 0;
  padding: 0.4rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--muted);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 999px;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.lp-mm-subnav a:hover,
.lp-mm-subnav a:focus-visible {
  color: var(--turquoise-neon);
  border-color: rgba(46, 242, 208, 0.45);
  background: rgba(46, 242, 208, 0.08);
  outline: none;
}

@media (min-width: 768px) {
  .lp-mm-subnav__scroll {
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible;
  }
}

/* Oferta única centralizada */
.lp-mm-offer-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 440px;
  margin-inline: auto;
}

.lp-mm-offer-single .offer-visual--essential {
  justify-content: center;
}

.lp-mm-offer-single .offer-visual__main {
  max-width: 220px;
  margin-inline: auto;
}

/* Dor: 5 cards */
.lp-mm-pain-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 520px) {
  .lp-mm-pain-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .lp-mm-pain-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lp-mm-pain-grid .pain-card:last-child {
    grid-column: 2;
  }
}

/* Chips público */
.lp-mm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.lp-mm-tags span {
  padding: 0.4rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 999px;
  background: rgba(15, 39, 68, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: var(--white);
}

.section--surface-light .lp-mm-tags span {
  background: #fff;
  border-color: var(--border-on-light);
  color: var(--text-on-light);
}

/* Sticky CTA mobile */
.lp-mm-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 1rem calc(0.5rem + env(safe-area-inset-bottom));
  background: rgba(10, 22, 40, 0.97);
  border-top: 1px solid rgba(46, 242, 208, 0.2);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
  transform: translateY(110%);
  transition: transform 0.3s var(--ease-out);
}

.lp-mm-sticky.is-visible {
  transform: translateY(0);
}

.lp-mm-sticky__label {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--white);
}

.lp-mm-sticky__label span {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--turquoise-neon);
}

.lp-mm-sticky .btn {
  flex-shrink: 0;
  padding: 0.6rem 1rem;
  font-size: 0.82rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .lp-mm-sticky {
    display: flex;
  }

  body.lp-mm.has-sticky {
    padding-bottom: calc(3.5rem + env(safe-area-inset-bottom));
  }
}

/* Conteúdo extra colapsável */
.lp-mm-more {
  margin-top: 1rem;
}

.lp-mm-more summary {
  cursor: pointer;
  list-style: none;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue-hospital);
  padding: 0.65rem;
  border: 1px dashed rgba(27, 108, 255, 0.4);
  border-radius: var(--radius);
}

.lp-mm-more summary::-webkit-details-marker {
  display: none;
}

.section--surface-light .lp-mm-more summary {
  color: #1d4ed8;
  border-color: #93c5fd;
}

.lp-mm-more[open] summary {
  margin-bottom: 0.75rem;
}
