/* =================================================================
   MOBILE-TEAM3 — Steven profile page
   Requires: mobile-common.css (loaded globally)
   ================================================================= */

@media (max-width: 768px) {

  .steven-page .inner {
    max-width: 100% !important;
    padding: 0 16px !important;
  }

  .team-profile { padding: 55px 0 35px !important; }

  .back-link   { font-size: 14px !important; margin-bottom: 18px !important; }
  .back-arrow  { width: 10px; height: 10px; }

  .team-profile__grid {
    display: flex !important;
    flex-direction: column;
    gap: 26px !important;
  }

  .team-profile__title { font-size: 21px !important; line-height: 1.3; }
  .team-profile__rule  { margin: 14px 0 18px !important; }

  .team-profile__copy p {
    font-size: 14px !important;
    line-height: 1.7;
    margin-bottom: 13px;
  }

  .team-profile__side          { padding-top: 8px; }
  .team-profile__side h2       { font-size: 17px !important; margin-bottom: 11px !important; }
  .team-profile__list          { gap: 9px !important; }
  .team-profile__list li       { font-size: 13px !important; line-height: 1.5; }

  .team-clarity            { padding: 38px 0 !important; }
  .team-clarity h2         { font-size: 19px !important; }
  .team-clarity p          { width: 100% !important; font-size: 14px !important; line-height: 1.6; }

  .team-clarity__cta {
    min-width: unset !important;
    width: 100% !important;
    max-width: 280px;
    margin: 0 auto;
    padding: 14px 18px !important;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }

  .team-clarity__cta .arrow { width: 15px; height: 15px; }

  .team-tagline        { padding: 0 0 34px !important; }
  .team-tagline .inner { font-size: 15px !important; }

  .next-step    { padding: 30px 0 !important; }
  .next-step h3 { font-size: 17px !important; }
  .next-step p  { width: 100% !important; font-size: 14px !important; line-height: 1.6; }

  .next-step .subscribe {
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px;
  }

  .next-step .subscribe input  { width: 100% !important; height: 44px !important; font-size: 14px; }
  .next-step .subscribe button { width: 100% !important; height: 44px !important; font-size: 14px; }

}
