@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.mp-landing {
  font-family: 'Inter', sans-serif;
  background: #0a0e27;
  color: #f1f5f9;
}

/* ---------- HERO ---------- */
.mp-hero {
  position: relative;
  background:
    radial-gradient(circle at 20% 30%, rgba(236, 72, 153, 0.18), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(167, 139, 250, 0.18), transparent 55%),
    linear-gradient(180deg, #0a0e27 0%, #151c48 100%);
  padding: 6rem 0 5rem;
  overflow: hidden;
}

.mp-hero-eyebrow {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.12);
  border: 1px solid rgba(236, 72, 153, 0.3);
  color: #f472b6;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.mp-hero-title {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  color: #f1f5f9;
}

.mp-hero-title .accent { color: #f472b6; }
.mp-hero-title .accent-muted { color: #94a3b8; font-weight: 700; }

.mp-hero-sub {
  font-size: 1.15rem;
  color: #94a3b8;
  max-width: 620px;
  margin: 0 auto 2.25rem;
  line-height: 1.55;
}

.mp-landing a.mp-cta,
.brand-page a.mp-cta {
  display: inline-block;
  padding: 0.85rem 1.9rem;
  background: #ec4899;
  color: #fff !important;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  border: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.3);
}
.mp-landing a.mp-cta:hover,
.brand-page a.mp-cta:hover {
  background: #db2777;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(236, 72, 153, 0.45);
}

.mp-landing a.mp-cta-outline,
.brand-page a.mp-cta-outline {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  color: #f1f5f9 !important;
  border: 1px solid rgba(241, 245, 249, 0.25);
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  margin-left: 0.5rem;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.mp-landing a.mp-cta-outline:hover,
.brand-page a.mp-cta-outline:hover {
  color: #fff !important;
  border-color: #f472b6;
  background: rgba(244, 114, 182, 0.08);
}

/* ---------- PAIN BAND ---------- */
.mp-pain {
  background: #0a0e27;
  padding: 5rem 0 4rem;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.mp-pain-quote {
  font-size: 1.35rem;
  color: #cbd5e1;
  line-height: 1.55;
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  font-weight: 500;
}
.mp-pain-quote em { color: #f472b6; font-style: normal; font-weight: 600; }

.mp-pain-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mp-pain-list { grid-template-columns: 1fr; }
  .mp-hero-title { font-size: 2.3rem; }
}

.mp-pain-item {
  background: #151c48;
  border: 1px solid rgba(148, 163, 184, 0.1);
  border-left: 3px solid #fb7185;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ---------- SECTION TITLES ---------- */
.mp-section {
  padding: 5rem 0;
}

.mp-section-dark { background: #0a0e27; }
.mp-section-darker {
  background: linear-gradient(180deg, #0a0e27 0%, #080b1f 100%);
}

.mp-eyebrow {
  display: inline-block;
  color: #a78bfa;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.mp-section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #f1f5f9;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.mp-section-lede {
  font-size: 1.05rem;
  color: #94a3b8;
  line-height: 1.6;
  max-width: 620px;
}

/* ---------- FEATURE ROWS ---------- */
.mp-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  margin-bottom: 4rem;
}
.mp-feature-row:last-child { margin-bottom: 0; }
.mp-feature-row.reverse { direction: rtl; }
.mp-feature-row.reverse > * { direction: ltr; }
@media (max-width: 991px) {
  .mp-feature-row, .mp-feature-row.reverse { grid-template-columns: 1fr; direction: ltr; }
}

/* ---------- MOCK VISUALS ---------- */
.mp-mock {
  background: #151c48;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.mp-mock-caption {
  font-size: 0.7rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.85rem;
}

/* Pill bar mock (wins vs losses) */
.mp-pill-bar {
  display: flex;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.mp-pill-bar > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.mp-pill-win   { background: rgba(52, 211, 153, 0.45); color: #34d399; }
.mp-pill-halve { background: rgba(148, 163, 184, 0.28); color: #94a3b8; }
.mp-pill-loss  { background: rgba(251, 113, 133, 0.50); color: #fb7185; }

.mp-pill-legend {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Checkpoint cards mock */
.mp-checkpoints {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}
.mp-checkpoints .cp {
  background: rgba(10, 14, 39, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.1);
  border-radius: 8px;
  padding: 0.6rem 0.5rem;
  text-align: center;
}
.mp-checkpoints .cp-label {
  font-size: 0.58rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mp-checkpoints .cp-val {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 2px;
}
.mp-checkpoints .cp-val.up { color: #34d399; }
.mp-checkpoints .cp-val.down { color: #fb7185; }
.mp-checkpoints .cp-val.level { color: #94a3b8; }

/* Trajectory SVG mock */
.mp-traj {
  background: rgba(10, 14, 39, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.08);
  border-radius: 8px;
  padding: 1rem 0.5rem;
}
.mp-traj svg { width: 100%; height: auto; display: block; }

/* Hole result modal mock */
.mp-modal-mock {
  background: #151c48;
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 16px;
  padding: 1.4rem 1.5rem;
  max-width: 340px;
  margin: 0 auto;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}
.mp-modal-mock-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 0.25rem;
}
.mp-modal-mock-sub {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 1rem;
}
.mp-modal-btns {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.mp-modal-btn {
  flex: 1;
  padding: 0.55rem 0;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid;
  text-align: center;
}
.mp-modal-btn.win   { color: #34d399; border-color: rgba(52, 211, 153, 0.45); background: rgba(52, 211, 153, 0.08); }
.mp-modal-btn.halve { color: #94a3b8; border-color: rgba(148, 163, 184, 0.3); background: rgba(148, 163, 184, 0.06); }
.mp-modal-btn.loss  { color: #fb7185; border-color: rgba(251, 113, 133, 0.45); background: rgba(251, 113, 133, 0.08); }
.mp-modal-running {
  font-size: 0.8rem;
  color: #94a3b8;
  text-align: center;
}
.mp-modal-running strong { color: #f1f5f9; }

/* Stat callout cards */
.mp-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) { .mp-stat-grid { grid-template-columns: 1fr; } }
.mp-stat-card {
  background: #151c48;
  border: 1px solid rgba(148, 163, 184, 0.1);
  border-radius: 12px;
  padding: 1.25rem;
}
.mp-stat-label {
  font-size: 0.66rem;
  color: #64748b;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.mp-stat-val {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 0.25rem;
}
.mp-stat-val.pos { color: #34d399; }
.mp-stat-val.neg { color: #fb7185; }
.mp-stat-desc { font-size: 0.88rem; color: #94a3b8; line-height: 1.5; }

/* How it works */
.mp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) { .mp-steps { grid-template-columns: 1fr; } }
.mp-step {
  background: #151c48;
  border: 1px solid rgba(148, 163, 184, 0.1);
  border-radius: 14px;
  padding: 1.5rem;
  position: relative;
}
.mp-step-num {
  display: inline-flex;
  width: 34px; height: 34px;
  background: #ec4899;
  color: #fff;
  align-items: center; justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 0.85rem;
}
.mp-step-title {
  color: #f1f5f9;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}
.mp-step-body { color: #94a3b8; font-size: 0.9rem; line-height: 1.55; }

/* Final CTA */
.mp-final {
  padding: 5rem 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(236, 72, 153, 0.15), transparent 55%),
    #0a0e27;
  text-align: center;
}
.mp-final-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #f1f5f9;
  margin-bottom: 1rem;
  line-height: 1.15;
}
.mp-final-title .accent { color: #f472b6; }
.mp-final-sub {
  font-size: 1.05rem;
  color: #94a3b8;
  margin-bottom: 2rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.text-emerald { color: #34d399; }
.text-rose    { color: #fb7185; }
