/* MyPropFirm Tracker — landing page */
*, *::before, *::after { box-sizing: border-box; }

.mpft-landing {
  background:
    radial-gradient(1200px 500px at 15% -10%, rgba(46,139,87,0.08), transparent),
    var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.mpft-landing a { color: inherit; text-decoration: none; }
.mpft-landing .wrap { max-width: 1080px; margin: 0 auto; padding: 0 1.75rem; }

.mpft-lnav {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  background: rgba(10,10,11,0.75);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  z-index: 20;
}
.mpft-lnav .wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.mpft-lbrand { display: flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 16px; }
.mpft-lbrand img { width: 28px; height: 28px; object-fit: contain; }
.mpft-lbrand span.accent { color: var(--gold2); }
.mpft-lnav-actions { display: flex; align-items: center; gap: 10px; }

.mpft-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 22px; border-radius: 10px; font-size: 14px; font-weight: 600;
  font-family: 'Inter', sans-serif; cursor: pointer; transition: filter 0.15s, transform 0.15s, background 0.15s, border-color 0.15s;
}
.mpft-btn-primary {
  background: linear-gradient(140deg, #35a067 0%, #2e8b57 55%, #1f6b41 100%);
  color: #f2fff8; border: 1px solid rgba(120,230,175,0.32);
  box-shadow: 0 1px 0 rgba(255,255,255,0.14) inset, 0 8px 22px -10px rgba(46,139,87,0.75);
}
.mpft-btn-primary:hover { filter: brightness(1.08); transform: translateY(-1px); }
.mpft-btn-ghost { background: var(--bg2); color: var(--text2); border: 1px solid var(--border2); }
.mpft-btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

.mpft-hero { padding: 6rem 0 5rem; text-align: center; }
.mpft-hero-eyebrow {
  display: inline-block; font-size: 11.5px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--gold2); background: var(--gold-dim); border: 1px solid rgba(79,176,127,0.32);
  padding: 6px 14px; border-radius: 20px; margin-bottom: 1.6rem;
}
.mpft-hero h1 {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; letter-spacing: -1px;
  font-size: 48px; line-height: 1.12; max-width: 780px; margin: 0 auto 1.3rem;
}
.mpft-hero h1 .accent { color: var(--gold2); }
.mpft-hero p.lede { font-size: 17px; color: var(--text2); max-width: 560px; margin: 0 auto 2.2rem; }
.mpft-hero-actions { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.mpft-hero-actions .mpft-btn { padding: 14px 28px; font-size: 14.5px; }

.mpft-section { padding: 4.5rem 0; border-top: 1px solid var(--border); }
.mpft-section-head { text-align: center; max-width: 560px; margin: 0 auto 3rem; }
.mpft-section-head .eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text3); margin-bottom: 10px; }
.mpft-section-head h2 { font-family: 'Space Grotesk', sans-serif; font-size: 30px; font-weight: 600; letter-spacing: -0.5px; margin-bottom: 10px; }
.mpft-section-head p { color: var(--text2); font-size: 14.5px; }

.mpft-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mpft-feature-card {
  background: rgba(23,23,26,0.55); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius2);
  padding: 1.6rem; backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow); transition: border-color 0.2s;
}
.mpft-feature-card:hover { border-color: var(--border2); }
.mpft-feature-icon {
  width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  background: var(--gold-dim); color: var(--gold2); margin-bottom: 1rem;
}
.mpft-feature-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.mpft-feature-card p { color: var(--text3); font-size: 13.5px; line-height: 1.6; }

.mpft-stats-band {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  background: rgba(23,23,26,0.4); border: 1px solid var(--border); border-radius: var(--radius2);
  padding: 2rem 1.5rem;
}
.mpft-stat { text-align: center; }
.mpft-stat .v { font-family: 'JetBrains Mono', monospace; font-size: 28px; font-weight: 600; color: var(--gold2); }
.mpft-stat .l { font-size: 12px; color: var(--text3); margin-top: 6px; text-transform: uppercase; letter-spacing: 0.05em; }

.mpft-cta-band {
  text-align: center; padding: 3.5rem 2rem; border-radius: var(--radius2);
  background: linear-gradient(135deg, rgba(46,139,87,0.16), rgba(46,139,87,0.03));
  border: 1px solid rgba(79,176,127,0.25);
}
.mpft-cta-band h2 { font-family: 'Space Grotesk', sans-serif; font-size: 26px; font-weight: 600; margin-bottom: 10px; }
.mpft-cta-band p { color: var(--text2); margin-bottom: 1.8rem; }

@media (max-width: 780px) {
  .mpft-hero h1 { font-size: 32px; }
  .mpft-hero { padding: 3.5rem 0 3rem; }
  .mpft-feature-grid { grid-template-columns: 1fr; }
  .mpft-stats-band { grid-template-columns: repeat(2, 1fr); }
  .mpft-section { padding: 3rem 0; }
}

.mpft-landing .site-footer {
  margin-top: 0; border-top: 1px solid var(--border); padding: 1.75rem;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.mpft-landing .footer-brand { display: flex; align-items: center; gap: 9px; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 13px; color: var(--text2); }
.mpft-landing .footer-brand img { width: 18px; height: 18px; object-fit: contain; }
.mpft-landing .footer-links { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.mpft-landing .footer-links a { color: var(--text3); font-size: 12.5px; transition: color 0.15s; }
.mpft-landing .footer-links a:hover { color: var(--gold); }
.mpft-landing .footer-copyright { font-size: 11.5px; color: var(--text3); width: 100%; text-align: center; padding-top: 14px; margin-top: 14px; border-top: 1px solid var(--border); }
@media (max-width: 720px) {
  .mpft-landing .site-footer { flex-direction: column; text-align: center; padding: 1.25rem; }
  .mpft-landing .footer-links { justify-content: center; }
}
