/* ═══════════════════════════════════════════════════
   MESP — Mentoria Eu Sou Potência | Estilos exclusivos
   Prefixo: .mesp-
═══════════════════════════════════════════════════ */

/* ─── CTA — imagem de fundo ─────────────────────── */
.section-cta .cta-bg-img {
  background: url('../img/imagem_cta_MESP.webp') center/cover no-repeat;
}

/* ─── SEÇÃO 2B — parágrafo mais largo ───────────── */
.tr-sobre--reversed .tr-body-text {
  max-width: 100%;
}

/* ─── HERO — logo maior ─────────────────────────── */

/* ─── HERO — posicionamento da imagem ───────────── */
.tr-hero-bg-img img {
  object-position: center -20%;
}

/* ─── HERO — marca d'água de fundo ─────────────── */
.mesp-hero-watermark {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: clamp(140px, 20vw, 300px);
  line-height: 1;
  color: rgba(255,255,255,0.022);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.06em;
}

/* ─── SEÇÃO — O PROBLEMA ────────────────────────── */
.mesp-problema {
  background: var(--off-white);
  padding: 110px 80px;
  position: relative;
  overflow: hidden;
}

.mesp-problema::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 100% 50%, rgba(241,90,42,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.mesp-problema-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  width: 100%;
}

.mesp-problema-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mesp-dores-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(34,30,26,0.06);
}

.mesp-dor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--branco);
  padding: 36px 32px 32px;
  overflow: hidden;
  transition: background 0.3s var(--ease);
}

.mesp-dor-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}

.mesp-dor-card:hover {
  background: #fdfaf7;
}

.mesp-dor-card:hover::after {
  transform: scaleX(1);
}

.mesp-dor-num {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 42px;
  letter-spacing: -0.04em;
  line-height: 1;
  background: var(--grad-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.5;
}

.mesp-dor-card p {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--escuro);
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

@media (max-width: 1728px) {
  .tr-hero-name { font-size: 80px; }
  .tr-hero-left { max-width: 820px; }
  .tr-hero-logo { height: 110px; }
  .tr-hero-sub { font-size: clamp(15px, 1.1vw, 16px); }
}

@media (max-width: 1643px) {
  .tr-hero-bg-img img { object-position: center -35%; }
}

@media (max-width: 1350px) {
  .tr-hero-name { font-size: 70px; }
  .tr-hero-left { max-width: 700px; }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVO — TABLET (max-width: 1024px)
═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .mesp-problema { padding: 80px 30px; }
  .mesp-problema-inner { grid-template-columns: 1fr; gap: 40px; }

  /* Hero */
  .tr-hero { min-height: 100svh; max-height: 100svh; }
  .tr-hero-inner { padding: 160px 24px 0; flex-direction: column; align-items: center; text-align: center; }
  .tr-hero-left { max-width: 100%; margin-top: auto; }
  .tr-hero-eyebrow { justify-content: center; margin-bottom: 12px; }
  .tr-hero-badges { justify-content: center; }
  .tr-hero-btns { justify-content: center; }
  .tr-hero-logo { display: block; margin: 0 0 16px; align-self: flex-start; }
  .tr-hero-name { font-size: clamp(52px, 9vw, 72px); }
  .tr-hero-sub { font-size: 14px; border-left: none; border-top: 2px solid rgba(251,174,66,0.4); padding-left: 0; padding-top: 16px; }

  /* Seções */
  .tr-heading { font-size: 40px; }
  .tr-sobre { padding: 80px 30px; }
  .tr-sobre-inner { grid-template-columns: 1fr; gap: 40px; }
  .tr-sobre-text { order: 1; margin-bottom: 24px; }
  .tr-sobre-video { order: 2; display: flex; flex-direction: column; align-items: center; gap: 40px; }
  .tr-sobre-text .btn-tr-outline { display: none; }
  .tr-sobre-video::after {
    content: 'Quero Entender o Método';
    display: inline-block;
    background: var(--laranja);
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 17px;
    border-radius: var(--radius-btn);
    padding: 18px 40px;
    cursor: pointer;
  }
  .tr-pilares { padding: 110px 30px; }
  .tr-depos { padding: 80px 30px; }
  .tr-chips-grid { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .tr-chip { font-size: 15px; }
  .tr-para-quem { padding: 110px 30px; }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVO — MOBILE (max-width: 768px)
═══════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .mesp-dores-grid { grid-template-columns: 1fr; border-radius: 16px; }

  /* Hero */
  .tr-hero-logo { display: none; }
  .tr-hero-name { font-size: clamp(36px, 9vw, 48px); }
  .tr-hero-inner { padding-top: 220px; }
  .tr-hero-badges { margin-bottom: 24px; }
  .tr-hero-eyebrow-text { color: #fff; font-size: 9px; }
  .tr-hero-badge { font-size: 12px; padding: 7px 12px; }
  .tr-hero-btns { flex-wrap: nowrap; gap: 10px; }
  .btn-tr-primary, .btn-tr-ghost { font-size: 13px; padding: 12px 18px; white-space: nowrap; }
  .tr-hero-sub--desktop { display: none; }
  .tr-hero-sub--mobile { display: block; }

  /* Seções */
  .tr-pilares-grid { grid-template-columns: 1fr; }
  .tr-chips-grid { grid-template-columns: 1fr; }
  .tr-depos-grid { grid-template-columns: 1fr; }
}
