/* Mobile-first refinements for phones and compact tablets */
@media (max-width: 900px) {
  body { padding-bottom: 78px; }

  .nav {
    height: 68px;
    padding: 0 18px;
  }

  .nav .button-small {
    padding: 10px 13px;
    font-size: .76rem;
    white-space: nowrap;
  }

  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    padding: 52px 20px 34px;
  }

  .eyebrow {
    font-size: .7rem;
    letter-spacing: .1em;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
    line-height: .94;
    margin: 22px 0 24px;
  }

  .lead {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .hero-actions {
    margin: 28px 0 34px;
    gap: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .quick-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
    border: 1px solid #ccd4d4;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
  }

  .quick-facts > div,
  .quick-facts > div:first-child {
    min-width: 0;
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid #ccd4d4;
  }

  .quick-facts > div:last-child { border-bottom: 0; }
  .quick-facts strong { min-width: 72px; }

  .hero-visual {
    order: 2;
    min-height: 0;
    aspect-ratio: 3 / 2;
    background: #efe7dc;
  }

  .hero-visual img {
    object-fit: contain;
    object-position: center;
  }

  .floating-card {
    left: 16px;
    right: 16px;
    bottom: 14px;
    padding: 13px 16px;
  }

  .statement { padding: 58px 20px; }
  .statement h2 { font-size: 2.65rem; line-height: 1; }

  .learn,
  .program,
  .investment {
    padding: 70px 20px;
    gap: 42px;
  }

  .section-intro h2,
  .program h2 { font-size: 2.65rem; }

  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 0; padding: 24px; }
  .benefit-grid h3 { margin: 22px 0 7px; }

  summary {
    grid-template-columns: 38px 1fr 20px;
    gap: 4px;
    padding: 22px 0;
    font-size: 1rem;
    line-height: 1.35;
  }

  details p { margin: -4px 12px 23px 42px; }

  .price-card { padding: 34px 22px; }
  .price-card h2 { font-size: 2.15rem; }
  .price { font-size: 4.5rem; }
  .closing-copy blockquote { font-size: 2.25rem; }

  footer { padding: 42px 20px 34px; }

  .mobile-cta {
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    right: 12px;
    padding: 15px;
  }
}

@media (max-width: 380px) {
  .brand-mark { font-size: 1.4rem; }
  .nav .button-small { font-size: .7rem; padding: 9px 10px; }
  h1 { font-size: 3rem; }
  .hero-copy { padding-top: 42px; }
  .statement h2,
  .section-intro h2,
  .program h2 { font-size: 2.3rem; }
}

