/* Landing-page only styles (extracted from Landing.html to keep it tidy) */
html, body { margin: 0; padding: 0; background: #fff; color: var(--mb-fg); font-family: var(--mb-font-body); }
* { box-sizing: border-box; }
body { -webkit-font-smoothing: antialiased; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border-bottom: 1px solid var(--mb-border-subtle);
}
.nav-inner {
  display: flex; align-items: center; gap: 28px;
  max-width: 1240px; margin: 0 auto; padding: 14px 24px;
}
.nav-logo { display: flex; align-items: center; gap: 8px; font-family: var(--mb-font-display); font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.nav-links { display: flex; gap: 22px; margin-left: 28px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--mb-slate-600); }
.nav-links a:hover { color: var(--mb-fg); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.nav-cta .sign-in { font-size: 14px; font-weight: 500; color: var(--mb-slate-700); }

.btn {
  background: var(--mb-blue-600); color: #fff; border: 0;
  padding: 10px 18px; border-radius: 12px;
  font-family: inherit; font-size: 14px; font-weight: 600;
  cursor: pointer; box-shadow: var(--mb-shadow-cta);
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 150ms;
}
.btn:hover { background: var(--mb-blue-700); }
.btn.ghost { background: transparent; color: var(--mb-fg); box-shadow: none; border: 1px solid var(--mb-border); }
.btn.ghost:hover { background: var(--mb-slate-50); }

/* HERO */
.hero-outer { padding: 28px 16px 0; background: radial-gradient(80% 70% at 50% 0%, color-mix(in oklab, var(--mb-blue-500) 8%, #fff) 0%, #fff 60%); }
.hero {
  max-width: 1240px; margin: 0 auto;
  border-radius: 28px;
  padding: 72px 64px 64px;
  background:
    radial-gradient(80% 60% at 100% 0%, color-mix(in oklab, var(--mb-blue-500) 10%, transparent), transparent 70%),
    radial-gradient(60% 50% at 0% 100%, color-mix(in oklab, var(--mb-mint-500) 10%, transparent), transparent 70%),
    linear-gradient(180deg, #FAFBFF, #F3F6FF);
  border: 1px solid color-mix(in oklab, var(--mb-blue-500) 12%, var(--mb-border));
  position: relative; overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; border-radius: 999px;
  background: #fff; border: 1px solid var(--mb-border);
  font-size: 12px; font-weight: 600; color: var(--mb-slate-700);
  letter-spacing: 0.02em;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mb-mint-500); }
.hero h1 {
  font-family: var(--mb-font-display);
  font-size: clamp(40px, 5.2vw, 64px);
  font-weight: 500; line-height: 1.02;
  letter-spacing: -0.025em;
  color: #000; margin: 22px 0 0;
  text-wrap: pretty;
}
.hero h1 em { font-style: normal; color: var(--mb-blue-500); }
.hero p.lead {
  font-size: 18px; line-height: 1.55; color: var(--mb-slate-600);
  margin: 18px 0 0; max-width: 520px;
}

/* Email capture */
.capture {
  display: flex; gap: 8px; margin-top: 30px;
  background: #fff; padding: 6px;
  border-radius: 16px; border: 1px solid var(--mb-border);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  max-width: 460px;
}
.capture input {
  flex: 1; min-width: 0; border: 0; outline: 0;
  font-family: inherit; font-size: 15px;
  padding: 12px 14px; background: transparent;
  color: var(--mb-fg);
}
.capture input::placeholder { color: var(--mb-slate-400); }
.capture button {
  background: var(--mb-blue-600); color: #fff; border: 0;
  padding: 12px 22px; border-radius: 11px;
  font-family: inherit; font-size: 14px; font-weight: 600;
  cursor: pointer; transition: background 150ms;
  white-space: nowrap;
}
.capture button:hover { background: var(--mb-blue-700); }
.capture.success { background: var(--mb-mint-100); border: 1px solid var(--mb-mint-300); }
.capture.success .succ {
  display: flex; align-items: center; gap: 10px; padding: 6px 14px;
  color: var(--mb-mint-700); font-weight: 600; font-size: 15px; flex: 1;
}

.proof { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.proof-avatars { display: flex; }
.proof-avatars > div {
  width: 32px; height: 32px; border-radius: 50%;
  border: 2px solid #fff; margin-left: -8px;
  display: grid; place-items: center;
  font-family: var(--mb-font-display); font-weight: 700; font-size: 12px; color: #fff;
}
.proof-avatars > div:first-child { margin-left: 0; }
.proof-text { font-size: 13px; color: var(--mb-slate-600); }
.proof-text b { color: var(--mb-fg); font-weight: 600; }

/* ─── Phone mock ─── */
.phone-frame {
  width: 280px; height: 580px; border-radius: 38px;
  background: #fff;
  box-shadow: 0 30px 60px -20px rgba(15, 23, 42, 0.22), 0 0 0 1px rgba(0,0,0,0.06);
  padding: 8px; position: relative;
}
.phone-frame.sm { width: 220px; height: 460px; border-radius: 32px; padding: 6px; }
.phone-frame.sm .top-island { width: 76px; height: 22px; top: 6px; }
.phone-frame.sm .pm-pad { padding-top: 30px; }
.phone-frame.sm .pm-h { font-size: 18px; }
.phone-frame.sm .pm-card { padding: 10px; }
.phone-frame.sm .pm-title { font-size: 11px; }
.phone-frame.sm .pm-sub { font-size: 9.5px; }
.phone-screen {
  width: 100%; height: 100%;
  background: var(--p-bg, #F5F6FA);
  border-radius: 30px; overflow: hidden; position: relative;
  font-family: var(--mb-font-body);
  color: var(--p-text);
}
.phone-frame.sm .phone-screen { border-radius: 26px; }
.phone-screen .top-island {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 28px; border-radius: 22px; background: #000; z-index: 10;
}
.phone-screen .status-time {
  position: absolute; top: 14px; left: 24px; z-index: 11;
  font-size: 13px; font-weight: 600; color: #000;
  font-family: -apple-system, system-ui;
}
.phone-screen .status-time.dark { color: #fff; }
.phone-screen .status-ico {
  position: absolute; top: 16px; right: 22px; z-index: 11;
  display: flex; gap: 5px; align-items: center;
  color: #000;
}
.phone-screen .status-ico.dark { color: #fff; }

/* Phone body */
.pm-bg-deep { background: var(--mb-blue-800); color: #fff; padding: 38px 14px 14px; height: 100%; }
.pm-pad { padding: 38px 14px 14px; height: 100%; overflow: hidden; }
.pm-eb { font-size: 10px; font-weight: 700; color: var(--p-text-subtle); text-transform: uppercase; letter-spacing: 0.08em; }
.pm-eb.dark { color: rgba(255,255,255,0.6); }
.pm-h { font-family: var(--mb-font-display); font-size: 22px; font-weight: 600; letter-spacing: -0.01em; margin: 2px 0 0; }
.pm-h.dark { color: #fff; }
.pm-card {
  background: #fff; border-radius: 14px; padding: 12px;
  margin-bottom: 8px; box-shadow: 0 1px 2px rgba(15,23,42,0.06);
  border: 1px solid #EFF1F6;
}
.pm-row { display: flex; align-items: center; gap: 10px; }
.pm-ico { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; flex-shrink: 0; }
.pm-title { font-size: 12.5px; font-weight: 600; line-height: 1.3; color: #0E1430; }
.pm-sub { font-size: 10.5px; color: #5A6175; margin-top: 2px; line-height: 1.4; }
.pm-pill { display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px; border-radius: 999px; font-size: 9.5px; font-weight: 700; white-space: nowrap; }
.pm-section-h { font-family: var(--mb-font-display); font-size: 13px; font-weight: 600; margin: 14px 0 8px; display: flex; justify-content: space-between; align-items: baseline; }
.pm-section-h .a { color: var(--mb-blue-600); font-size: 10px; font-weight: 600; }
.pm-meter { height: 4px; background: var(--p-stroke); border-radius: 999px; overflow: hidden; margin-top: 4px; }
.pm-meter > div { height: 100%; background: var(--mb-blue-600); border-radius: 999px; }

/* Coach card on deep blue */
.pm-coach {
  background: var(--mb-blue-800); color: #fff; border-radius: 14px; padding: 14px;
  background-image: radial-gradient(120% 80% at 100% 0%, color-mix(in oklab, var(--mb-mint-400) 28%, transparent), transparent 60%);
}
.pm-coach .eb {
  font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  opacity: 0.7; display: flex; align-items: center; gap: 6px;
}

/* Section general */
section { padding: 92px 24px; }
.sec-h {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; margin-bottom: 56px;
}
.sec-h .eb {
  font-size: 12px; font-weight: 700; color: var(--mb-blue-600);
  text-transform: uppercase; letter-spacing: 0.1em;
}
.sec-h h2 {
  font-family: var(--mb-font-display);
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 500; letter-spacing: -0.02em;
  margin: 12px 0 0; color: #000; max-width: 760px; line-height: 1.05;
  text-wrap: pretty;
}
.sec-h h2 em { font-style: normal; color: var(--mb-blue-500); }
.sec-h p { font-size: 17px; color: var(--mb-slate-600); margin: 16px 0 0; max-width: 600px; line-height: 1.55; }

/* App-grid (6 mini phones) */
.app-grid {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 18px; max-width: 1240px; margin: 0 auto;
}
.app-grid-card {
  display: flex; flex-direction: column; align-items: center;
}
.app-grid-card .label {
  margin-top: 16px; display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.app-grid-card .label b {
  font-family: var(--mb-font-display); font-size: 14px; font-weight: 600;
  color: var(--mb-fg);
}
.app-grid-card .label span { font-size: 12px; color: var(--mb-slate-500); }

/* Feature blocks */
.feature { max-width: 1240px; margin: 0 auto 24px; }
.feature-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
  padding: 64px;
  background: #fff; border: 1px solid var(--mb-border); border-radius: 24px;
}
.feature-grid.flip > .copy { order: 2; }
.feature .eb-feat {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700;
  color: var(--mb-blue-600); text-transform: uppercase; letter-spacing: 0.1em;
}
.feature .eb-feat .num {
  display: inline-grid; place-items: center;
  width: 24px; height: 24px; border-radius: 6px;
  background: var(--mb-blue-50); color: var(--mb-blue-600);
  font-family: var(--mb-font-mono); font-size: 11px; font-weight: 700;
}
.feature h3 {
  font-family: var(--mb-font-display);
  font-size: clamp(28px, 3.2vw, 36px); font-weight: 500; letter-spacing: -0.02em;
  line-height: 1.1; margin: 14px 0 0; color: #000;
}
.feature p { font-size: 16.5px; line-height: 1.55; color: var(--mb-slate-600); margin: 18px 0 0; }
.feature ul { margin: 18px 0 0; padding: 0; list-style: none; }
.feature li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 8px 0; font-size: 15px; color: var(--mb-slate-700);
}
.feature li svg { flex-shrink: 0; margin-top: 3px; }
.feature li b { color: var(--mb-fg); }

/* Phone wrapper (in feature grid) */
.phone-wrap { display: flex; justify-content: center; }

/* Grows with you - 3 phones */
.gw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1100px; margin: 0 auto; }
.gw-col { display: flex; flex-direction: column; align-items: center; }
.gw-col .gw-label {
  margin-top: 22px; padding: 6px 14px; border-radius: 999px;
  background: var(--mb-blue-50); color: var(--mb-blue-600);
  font-size: 12px; font-weight: 700; letter-spacing: 0.04em;
}
.gw-col h4 {
  font-family: var(--mb-font-display); font-size: 20px; font-weight: 600;
  letter-spacing: -0.01em; margin: 14px 0 0; color: var(--mb-fg);
  text-align: center;
}
.gw-col p { font-size: 14px; color: var(--mb-slate-600); margin: 8px 0 0; text-align: center; line-height: 1.5; max-width: 280px; }

/* Voice band */
.voice-band {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 64px;
  background: var(--mb-blue-800); color: #fff; border-radius: 24px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center;
  background-image: radial-gradient(60% 70% at 100% 100%, color-mix(in oklab, var(--mb-mint-400) 22%, transparent), transparent 60%);
}
.voice-band h3 {
  font-family: var(--mb-font-display); font-size: clamp(28px, 3vw, 36px);
  font-weight: 500; letter-spacing: -0.02em; line-height: 1.1; margin: 14px 0 0;
}
.voice-band h3 em { font-style: normal; color: var(--mb-mint-400); }
.voice-band p { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.55; margin-top: 18px; max-width: 460px; }
.voice-band .eb { color: var(--mb-mint-400); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px; }

/* Parents — same as before */
.parents { background: var(--mb-blue-800); color: #fff;
  background-image: radial-gradient(60% 50% at 100% 100%, color-mix(in oklab, var(--mb-mint-400) 20%, transparent), transparent 60%); }
.parents .sec-h h2 { color: #fff; }
.parents .sec-h h2 em { color: var(--mb-mint-400); }
.parents .sec-h .eb { color: var(--mb-mint-400); }
.parents .sec-h p { color: rgba(255,255,255,0.7); }
.parents-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; max-width: 1100px; margin: 0 auto; }
.parents-grid h3 { font-family: var(--mb-font-display); font-size: 32px; font-weight: 500; letter-spacing: -0.015em; line-height: 1.15; margin: 0; color: #fff; }
.parents-grid p { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.55; margin-top: 14px; }
.parents-bullets { display: flex; flex-direction: column; gap: 12px; margin: 24px 0 0; }
.parents-bullets > div { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; background: rgba(255,255,255,0.06); border-radius: 14px; border: 1px solid rgba(255,255,255,0.08); }
.parents-bullets b { color: #fff; }
.parents-bullets .num { width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0; background: var(--mb-mint-400); color: #08321F; display: grid; place-items: center; font-weight: 700; font-size: 13px; font-family: var(--mb-font-display); }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; }
.step { padding: 28px; border-radius: 20px; background: #fff; border: 1px solid var(--mb-border); }
.step .num { width: 36px; height: 36px; border-radius: 10px; background: var(--mb-blue-50); color: var(--mb-blue-600); display: grid; place-items: center; font-family: var(--mb-font-display); font-weight: 700; font-size: 16px; }
.step h4 { font-family: var(--mb-font-display); font-size: 19px; font-weight: 600; letter-spacing: -0.005em; margin: 16px 0 0; color: var(--mb-fg); }
.step p { font-size: 14.5px; color: var(--mb-slate-600); line-height: 1.5; margin: 8px 0 0; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1000px; margin: 0 auto; }
.price-card { padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--mb-border); }
.price-card.popular { background: var(--mb-blue-800); color: #fff; border-color: var(--mb-blue-800); position: relative; }
.price-card .badge { position: absolute; top: -10px; right: 18px; background: var(--mb-mint-400); color: #08321F; padding: 3px 10px; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.price-card h4 { font-family: var(--mb-font-display); font-size: 18px; font-weight: 600; margin: 0; color: inherit; }
.price-card .amt { display: flex; align-items: baseline; gap: 6px; margin: 14px 0 2px; }
.price-card .amt b { font-family: var(--mb-font-display); font-size: 36px; font-weight: 700; letter-spacing: -0.02em; }
.price-card .amt span { font-size: 13px; color: var(--mb-slate-500); }
.price-card.popular .amt span { color: rgba(255,255,255,0.6); }
.price-card ul { margin: 18px 0 22px; padding: 0; list-style: none; }
.price-card li { display: flex; gap: 10px; padding: 6px 0; font-size: 13.5px; color: var(--mb-slate-700); line-height: 1.5; }
.price-card.popular li { color: rgba(255,255,255,0.85); }
.price-card .pc-btn { display: block; text-align: center; width: 100%; padding: 11px; border-radius: 10px; background: var(--mb-blue-600); color: #fff; border: 0; font-family: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
.price-card.popular .pc-btn { background: var(--mb-mint-400); color: #08321F; }
.price-card:not(.popular) .pc-btn { background: var(--mb-slate-100); color: var(--mb-fg); }

/* FAQ */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: #fff; border: 1px solid var(--mb-border); border-radius: 14px; overflow: hidden; }
.faq-item summary { padding: 18px 22px; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; font-family: var(--mb-font-display); font-size: 16px; font-weight: 600; color: var(--mb-fg); gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: var(--mb-font-mono); font-size: 22px; font-weight: 400; color: var(--mb-slate-400); transition: transform 200ms; flex-shrink: 0; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer { padding: 0 22px 20px; font-size: 14.5px; color: var(--mb-slate-600); line-height: 1.6; }

/* Final CTA */
.final-cta {
  max-width: 1240px; margin: 0 auto;
  padding: 64px 56px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--mb-blue-700), var(--mb-blue-800));
  color: #fff; text-align: center;
  background-image:
    radial-gradient(50% 60% at 90% 10%, color-mix(in oklab, var(--mb-mint-400) 22%, transparent), transparent 60%),
    radial-gradient(50% 60% at 10% 90%, color-mix(in oklab, var(--mb-blue-500) 30%, transparent), transparent 60%),
    linear-gradient(135deg, var(--mb-blue-700), var(--mb-blue-800));
  position: relative; overflow: hidden;
}
.final-cta h2 { font-family: var(--mb-font-display); font-size: clamp(32px, 4.4vw, 48px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.05; margin: 0; text-wrap: pretty; }
.final-cta h2 em { font-style: normal; color: var(--mb-mint-400); }
.final-cta p { font-size: 17px; color: rgba(255,255,255,0.75); margin: 18px auto 0; max-width: 540px; line-height: 1.55; }
.final-cta .capture { margin: 32px auto 0; }
.final-cta .proof { justify-content: center; color: rgba(255,255,255,0.65); }
.final-cta .proof-text b { color: #fff; }

/* Footer */
footer { padding: 44px 24px 56px; border-top: 1px solid var(--mb-border); margin-top: 64px; }
.foot-grid { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 48px; align-items: flex-start; }
.foot-grid > div:first-child { max-width: 280px; }
.foot-grid p { font-size: 13px; color: var(--mb-slate-500); margin: 12px 0 0; line-height: 1.6; }
.foot-col { font-size: 13.5px; }
.foot-col .h { font-weight: 600; color: var(--mb-fg); margin-bottom: 12px; }
.foot-col a { display: block; color: var(--mb-slate-600); padding: 4px 0; }
.foot-bottom { max-width: 1100px; margin: 36px auto 0; display: flex; justify-content: space-between; font-size: 12px; color: var(--mb-slate-500); flex-wrap: wrap; gap: 12px; }

/* Responsive */
@media (max-width: 1380px) {
  .app-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1100px) {
  .app-grid { grid-template-columns: repeat(3, 1fr); }
  .gw-grid { grid-template-columns: 1fr; gap: 48px; }
  .voice-band { grid-template-columns: 1fr; gap: 32px; padding: 40px 28px; }
}
@media (max-width: 760px) {
  .hero { padding: 44px 28px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-phone { order: -1; }
  .phone-frame { width: 260px; height: 540px; }
  .app-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; padding: 36px 28px; gap: 32px; }
  .feature-grid.flip > .copy { order: 0; }
  .parents-grid { grid-template-columns: 1fr; gap: 36px; }
  .steps, .pricing-grid { grid-template-columns: 1fr; }
  .final-cta { padding: 44px 28px; }
  .nav-links { display: none; }
  section { padding: 64px 16px; }
}

@media (max-width: 520px) {
  .nav-inner { padding: 14px 18px; gap: 16px; }
  .nav-cta { gap: 8px; }
  .nav-cta .sign-in { font-size: 13px; }
  .btn { padding: 10px 14px; }
  .hero-outer { padding: 16px 10px 0; }
  .hero { padding: 36px 22px; border-radius: 24px; }
  .app-grid { grid-template-columns: 1fr; }
  .capture { flex-direction: column; max-width: 100%; }
  .capture button { width: 100%; }
  .proof { align-items: flex-start; flex-wrap: wrap; gap: 10px; }
  .proof-text { flex: 1 1 190px; min-width: 0; line-height: 1.35; }
  .final-cta .capture { max-width: 100%; }
}
