/* MIDDLE SCHOOL 1-ON-1 MENTORSHIP PAGE */

.ms-one-page {
  background: var(--mint);
}

.ms-one-page img {
  max-width: 100%;
  display: block;
}

.ms-one-logo {
  margin-bottom: 18px;
}

.ms-one-logo img {
  width: 185px;
  margin-top: 4px;
}

/* HERO */

.ms-one-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(90, 157, 67, 0.18), transparent 34%),
    radial-gradient(circle at 14% 12%, rgba(77, 140, 216, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--mint) 100%);
  padding: 38px 0 70px;
}

.ms-one-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 54px;
  align-items: center;
}

.ms-one-hero-copy h1 {
  max-width: 800px;
  margin: 0 0 20px;
  color: var(--deep-navy);
  font-size: clamp(2.7rem, 5vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.ms-one-hero-copy h1 span,
.ms-one-section-head h2 span,
.ms-one-final h2 span {
  color: var(--green);
}

.ms-one-hero-sub {
  max-width: 740px;
  margin: 0 0 28px;
  color: var(--deep-navy);
  font-size: clamp(1.18rem, 2vw, 1.52rem);
  line-height: 1.3;
  font-weight: 900;
}

.ms-one-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.ms-one-main-btn {
  min-width: 245px;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 25px rgba(59, 127, 50, 0.25);
}

.ms-one-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(16, 35, 58, 0.75);
  font-size: 0.92rem;
  font-weight: 800;
}

.ms-one-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ms-one-hero-image img {
  width: 100%;
  max-width: 650px;
  height: auto;
  filter: drop-shadow(0 28px 50px rgba(3, 20, 36, 0.18));
}

/* SECTIONS */

.ms-one-section {
  padding: 84px 0;
}

.ms-one-dark {
  background: var(--navy);
  color: #fff;
}

.ms-one-light {
  background: #e7e4c7;
}

.ms-one-soft {
  background: var(--mint);
}

.ms-one-white {
  background: #fff;
}

.ms-one-buy {
  background: var(--mint);
}

.ms-one-section-head {
  max-width: 820px;
  margin: 0 auto 32px;
}

.ms-one-section-head h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
  color: var(--navy);
}

.ms-one-section-head p {
  font-size: 1.12rem;
  margin: 0 auto;
  max-width: 780px;
  color: rgba(16, 35, 58, 0.76);
}

.ms-one-dark .ms-one-section-head h2 {
  color: #fff;
}

.ms-one-dark .ms-one-section-head p {
  color: rgba(255, 255, 255, 0.82);
}

.ms-one-dark .eyebrow {
  color: var(--lime);
}

.ms-one-dark .eyebrow.cream {
  color: #f0e7b4;
}

/* STACK */

.ms-one-stack-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.ms-one-stack-grid article {
  padding: 30px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.ms-one-stack-grid article.featured {
  background: rgba(59, 127, 50, 0.14);
  border-color: rgba(143, 207, 95, 0.34);
}

.ms-one-stack-grid span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(143, 207, 95, 0.24);
  font-size: 2rem;
}

.ms-one-stack-grid h3 {
  margin: 0 0 10px;
  font-size: 1.55rem;
  color: #fff;
}

.ms-one-stack-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

/* CARD GRIDS */

.ms-one-mentor-grid,
.ms-one-problem-grid,
.ms-one-details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}

.ms-one-mentor-grid article,
.ms-one-problem-grid article {
  padding: 30px 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 18px 38px rgba(13, 39, 63, 0.08);
  text-align: center;
}

.ms-one-mentor-grid span,
.ms-one-problem-grid span {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--mint);
  border: 1px solid rgba(59, 127, 50, 0.16);
  font-size: 1.8rem;
}

.ms-one-mentor-grid h3,
.ms-one-problem-grid h3,
.ms-one-details-grid h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.ms-one-mentor-grid p,
.ms-one-problem-grid p,
.ms-one-details-grid p {
  margin: 0;
  color: rgba(16, 35, 58, 0.72);
}

.ms-one-details-grid article {
  padding: 28px;
  border-radius: 22px;
  background: var(--mint);
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 16px 34px rgba(3, 20, 36, 0.06);
}

/* INCLUDED */

.ms-one-included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1020px;
  margin: 0 auto;
}

.ms-one-included-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, rgba(238, 244, 236, 0.72));
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 14px 34px rgba(16, 35, 58, 0.07);
}

.ms-one-included-item span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(59, 127, 50, 0.1);
  color: var(--green);
  border: 1px solid rgba(59, 127, 50, 0.18);
  font-size: 1.35rem;
}

.ms-one-included-item strong {
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.2;
}

/* PROOF */

.ms-one-proof-image {
  max-width: 940px;
  margin: 38px auto 0;
}

.ms-one-proof-image img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

/* LIFE */

.ms-one-life-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 20px 46px rgba(3, 20, 36, 0.08);
}

.ms-one-life-grid article {
  padding: 32px 26px;
  border-right: 1px solid rgba(16, 35, 58, 0.08);
}

.ms-one-life-grid article:last-child {
  border-right: 0;
}

.ms-one-life-grid span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #fff;
  font-size: 1.9rem;
  font-weight: 900;
}

.ms-one-life-grid h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.ms-one-life-grid p {
  margin: 0;
  color: rgba(16, 35, 58, 0.72);
}

/* STEPS */

.ms-one-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: rgba(3, 20, 36, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
}

.ms-one-steps article {
  position: relative;
  text-align: center;
  padding: 34px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ms-one-steps article:last-child {
  border-right: 0;
}

.ms-one-step-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin: 0 auto 18px;
  background: #fff;
  color: var(--green);
  font-size: 1.8rem;
  font-weight: 900;
  box-shadow: 0 0 0 5px rgba(143, 207, 95, 0.18);
}

.ms-one-steps span {
  display: block;
  color: var(--lime);
  font-size: 2.3rem;
  margin-bottom: 14px;
}

.ms-one-steps h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #fff;
}

.ms-one-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

/* CHECKS + COMPARE */

.ms-one-narrow {
  max-width: 880px;
}

.ms-one-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.ms-one-check-list li {
  position: relative;
  padding-left: 34px;
  font-size: 1.08rem;
  font-weight: 800;
}

.ms-one-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}

.ms-one-check-list strong {
  color: var(--green);
}

.ms-one-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.ms-one-compare article {
  padding: 30px;
  border-radius: 20px;
  background: var(--mint);
  border: 1px solid rgba(16, 35, 58, 0.08);
}

.ms-one-compare h3 {
  margin: 0 0 20px;
  color: var(--navy);
  text-transform: uppercase;
}

.ms-one-compare ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.ms-one-compare li {
  position: relative;
  padding-left: 32px;
  font-weight: 800;
}

.ms-one-compare li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
}

.ms-one-compare article:nth-child(2) li::before {
  content: "—";
  color: rgba(16, 35, 58, 0.48);
}

/* FORM */

.ms-one-form-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
  padding: 42px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 26px 70px rgba(3, 20, 36, 0.12);
}

.ms-one-form-copy h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3rem);
}

.ms-one-form-copy p {
  margin: 0 0 24px;
  color: rgba(16, 35, 58, 0.76);
}

.ms-one-form-copy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.ms-one-form-copy li {
  padding-left: 30px;
  position: relative;
  font-weight: 800;
}

.ms-one-form-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
}

.ms-one-form {
  display: grid;
  gap: 16px;
}

.ms-one-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 900;
}

.ms-one-form input,
.ms-one-form textarea {
  border: 1px solid rgba(16, 35, 58, 0.18);
  border-radius: 12px;
  padding: 14px;
  background: var(--mint);
  color: var(--text);
  font: inherit;
}

.ms-one-form textarea {
  min-height: 130px;
  resize: vertical;
}

.ms-one-form button {
  border: 0;
  width: fit-content;
}

.ms-one-form p {
  font-size: 0.95rem;
  margin: 0;
}

.ms-one-form p a {
  color: var(--green);
  font-weight: 900;
}

/* FINAL */

.ms-one-final {
  background: var(--olive);
  text-align: center;
}

.ms-one-final-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 2px solid var(--green-2);
  color: var(--lime);
  font-size: 2rem;
}

.ms-one-final-icon.light {
  color: var(--green);
}

.ms-one-final h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin: 0 0 16px;
  color: var(--navy);
}

.ms-one-final p {
  max-width: 660px;
  margin: 0 auto 26px;
  font-size: 1.12rem;
  color: rgba(16, 35, 58, 0.78);
}

/* RESPONSIVE */

@media (max-width: 1020px) {
  .ms-one-hero-grid,
  .ms-one-stack-grid,
  .ms-one-mentor-grid,
  .ms-one-problem-grid,
  .ms-one-details-grid,
  .ms-one-form-wrap,
  .ms-one-compare {
    grid-template-columns: 1fr;
  }

  .ms-one-hero-copy {
    text-align: center;
  }

  .ms-one-logo img,
  .ms-one-hero-copy .ms-one-mini-trust,
  .ms-one-hero-copy .ms-one-hero-actions {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .ms-one-hero-image img {
    max-width: 600px;
  }

  .ms-one-life-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ms-one-life-grid article:nth-child(2) {
    border-right: 0;
  }

  .ms-one-life-grid article:nth-child(1),
  .ms-one-life-grid article:nth-child(2) {
    border-bottom: 1px solid rgba(16, 35, 58, 0.08);
  }

  .ms-one-steps {
    grid-template-columns: 1fr;
  }

  .ms-one-steps article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ms-one-steps article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .ms-one-hero {
    padding: 28px 0 54px;
  }

  .ms-one-section {
    padding: 58px 0;
  }

  .ms-one-hero-copy h1 {
    font-size: clamp(2.25rem, 10vw, 3.45rem);
  }

  .ms-one-hero-sub {
    font-size: 1.08rem;
  }

  .ms-one-hero-actions {
    flex-direction: column;
  }

  .ms-one-main-btn,
  .ms-one-hero-actions .btn,
  .ms-one-final .btn {
    width: 100%;
  }

  .ms-one-hero-image img {
    max-width: 100%;
  }

  .ms-one-section-head h2,
  .ms-one-form-copy h2,
  .ms-one-final h2 {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .ms-one-included-grid,
  .ms-one-life-grid {
    grid-template-columns: 1fr;
  }

  .ms-one-included-item {
    grid-template-columns: 48px 1fr;
    padding: 18px;
  }

  .ms-one-life-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 35, 58, 0.08);
  }

  .ms-one-life-grid article:last-child {
    border-bottom: 0;
  }

  .ms-one-proof-image img {
    border-radius: 16px;
  }

  .ms-one-form-wrap,
  .ms-one-compare article,
  .ms-one-details-grid article,
  .ms-one-mentor-grid article,
  .ms-one-problem-grid article,
  .ms-one-stack-grid article {
    padding: 24px;
  }

  .ms-one-form button {
    width: 100%;
  }
}
