.about-founder-hero-simple {
  padding: 4.2rem 0 4.8rem;
  background: transparent;
}

.about-founder-hero-simple-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-founder-mini-kicker {
  margin: 0 0 1rem;
  color: var(--violet);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-founder-hero-simple h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: center;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.about-founder-hero-simple .title-accent {
  color: var(--pink);
}

.about-founder-hero-simple .title-main {
  color: var(--navy);
}

.about-founder-hero-summary {
  max-width: 760px;
  margin: 1.35rem auto 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.85;
}

.about-founder-actions,
.about-nwtg-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.centred-actions {
  justify-content: center;
}

.heading-highlight {
  color: var(--pink);
}

.about-founder-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
  color: var(--violet);
  font-weight: 800;
}

.kicker-line {
  width: 42px;
  height: 2px;
  background: var(--violet);
  display: inline-block;
}

.about-jesse-story-section {
  background: #fff;
}

.about-jesse-story-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.about-jesse-story-copy h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  max-width: 13ch;
}

.about-jesse-story-lead {
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.85;
}

.about-jesse-story-copy p:not(.about-jesse-story-lead) {
  color: var(--muted);
  line-height: 1.85;
}

.about-jesse-qualification-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.2rem;
}

.about-jesse-qualification-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 2rem 1.5rem 2rem;
  text-align: center;
  box-shadow: 0 18px 40px rgba(20, 20, 40, 0.07);
  border: 1px solid rgba(10, 10, 144, 0.04);
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about-jesse-qualification-logo {
  min-height: 82px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1.4rem;
}

.about-jesse-qualification-logo img {
  max-width: 170px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.about-jesse-qualification-text strong {
  display: block;
  max-width: 260px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 800;
  color: var(--navy);
}

.about-jesse-qualification-text span {
  display: block;
  margin-top: 1rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #7a6f67;
}

@media (max-width: 700px) {
  .about-jesse-qualification-cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .about-jesse-qualification-card {
    min-height: auto;
    padding: 1.75rem 1.25rem;
  }

  .about-jesse-qualification-logo img {
    max-width: 160px;
    max-height: 58px;
  }
}

.about-jesse-story-visual {
  position: relative;
}

.about-jesse-story-shape {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 82%;
  height: 82%;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(253, 70, 193, 0.14), rgba(151, 116, 253, 0.18));
}

.about-jesse-story-image-wrap {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-left: auto;
}

.about-jesse-story-image {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(20, 20, 40, 0.12);
}

.about-jesse-floating-card {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(20, 20, 40, 0.14);
  max-width: 290px;
}

.about-jesse-floating-card i {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(151, 116, 253, 0.12);
  color: var(--navy);
  font-size: 1rem;
  flex-shrink: 0;
}

.about-jesse-floating-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
}

.about-jesse-floating-card p {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.about-jesse-floating-card-top {
  top: 1.2rem;
  left: -1.2rem;
}

.about-jesse-floating-card-bottom {
  right: -1rem;
  bottom: 1.5rem;
}

.about-nwtg-feature-section {
  background: #fff;
  padding-top: 1rem;
}

.about-nwtg-feature-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3rem;
  align-items: center;
}

.about-nwtg-feature-visual {
  position: relative;
}

.about-nwtg-feature-shape {
  position: absolute;
  inset: 0 auto auto 0;
  width: 86%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(180deg, #4bb0e8 0%, #3d69f0 100%);
}

.about-nwtg-feature-image-wrap {
  position: relative;
  z-index: 2;
  padding: 4.5rem 2.5rem;
  max-width: 620px;
}

.about-nwtg-feature-image {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  min-height: 520px;
  box-shadow: 0 24px 50px rgba(20, 20, 40, 0.12);
}

.about-nwtg-floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(20, 20, 40, 0.14);
}

.about-nwtg-floating-card-top {
  top: 5.4rem;
  left: 1.4rem;
  max-width: 290px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.05rem;
}

.about-nwtg-floating-card-top i {
  color: var(--gold);
  font-size: 1.15rem;
}

.about-nwtg-floating-card-top span {
  font-weight: 700;
  line-height: 1.45;
}

.about-nwtg-floating-card-bottom {
  right: 0.8rem;
  bottom: 2rem;
  max-width: 315px;
  padding: 1rem 1.05rem;
}

.about-nwtg-floating-card-bottom strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.about-nwtg-floating-card-bottom p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.about-nwtg-feature-copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.about-nwtg-feature-points {
  display: grid;
  gap: 1.45rem;
  margin-top: 2rem;
}

.about-founder-point {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 1rem;
  align-items: start;
}

.about-founder-point h3 {
  margin: 0 0 0.35rem;
  font-size: 1.55rem;
  line-height: 1.2;
}

.about-founder-point p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

.about-founder-point-icon {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.about-founder-point-icon-green {
  background: #e7f4e7;
  color: #43b95c;
}

.about-founder-point-icon-blue {
  background: #e7edfb;
  color: #3c6cff;
}

.about-founder-point-icon-peach {
  background: #fbe9e3;
  color: #f36f45;
}

.values-section {
  background: linear-gradient(180deg, #fff 0%, #fcfcff 100%);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
  margin-top: 2rem;
}

.value-card {
  position: relative;
  overflow: hidden;
  padding: 1.55rem;
  border-radius: 26px;
  border: 1px solid rgba(10, 10, 144, 0.06);
  box-shadow: 0 16px 30px rgba(20, 20, 40, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(20, 20, 40, 0.08);
}

.value-card::before {
  content: "";
  position: absolute;
  top: -32px;
  right: -28px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  opacity: 0.22;
}

.value-card::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: -18px;
  width: 84px;
  height: 84px;
  border-radius: 22px;
  opacity: 0.12;
  transform: rotate(24deg);
}

.value-card:nth-child(1) {
  background: linear-gradient(180deg, #fff7fb 0%, #ffffff 100%);
}

.value-card:nth-child(1)::before {
  background: var(--pink);
}

.value-card:nth-child(1)::after {
  background: var(--violet);
}

.value-card:nth-child(1) .value-icon {
  background: rgba(253, 70, 193, 0.12);
  color: var(--pink);
}

.value-card:nth-child(2) {
  background: linear-gradient(180deg, #f6f4ff 0%, #ffffff 100%);
}

.value-card:nth-child(2)::before {
  background: var(--violet);
}

.value-card:nth-child(2)::after {
  background: var(--navy);
}

.value-card:nth-child(2) .value-icon {
  background: rgba(151, 116, 253, 0.14);
  color: var(--violet);
}

.value-card:nth-child(3) {
  background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
}

.value-card:nth-child(3)::before {
  background: #7aa5ff;
}

.value-card:nth-child(3)::after {
  background: var(--pink);
}

.value-card:nth-child(3) .value-icon {
  background: rgba(60, 108, 255, 0.12);
  color: #3c6cff;
}

.value-card:nth-child(4) {
  background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
}

.value-card:nth-child(4)::before {
  background: var(--gold);
}

.value-card:nth-child(4)::after {
  background: var(--pink);
}

.value-card:nth-child(4) .value-icon {
  background: rgba(255, 199, 45, 0.18);
  color: #d69d00;
}

.value-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.value-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 0.6rem;
  color: var(--navy);
}

.value-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 1200px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .values-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    text-align: center;
  }

  .value-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.tutors-team-section {
  background: #fff;
}

.tutors-slider-shell {
  position: relative;
  margin-top: 2rem;
  padding: 0 3.6rem;
}

.tutors-grid {
  --tutors-per-view: 5;
  --tutors-gap: 1.15rem;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--tutors-gap) * (var(--tutors-per-view) - 1))) / var(--tutors-per-view));
  gap: var(--tutors-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.tutors-grid::-webkit-scrollbar {
  display: none;
}

.tutor-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  min-width: 0;
  scroll-snap-align: start;
}

.tutor-card {
  height: 100%;
  padding: 0;
  transition: transform 0.22s ease;
}

.tutor-card-link:hover .tutor-card,
.tutor-card-link:focus-visible .tutor-card {
  transform: translateY(-4px);
}

.tutor-card-link:focus-visible {
  outline: 0;
}

.tutor-card-link:focus-visible .tutor-card img {
  box-shadow: 0 0 0 4px rgba(151, 116, 253, 0.18), 0 12px 24px rgba(20, 20, 40, 0.08);
}

.tutor-card img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 24px;
  background: #f7f7f7;
  box-shadow: 0 12px 24px rgba(20, 20, 40, 0.05);
}

.tutor-card h3 {
  margin: 0.95rem 0 0.25rem;
  font-size: 1.1rem;
}

.tutor-role {
  margin: 0;
  font-weight: 700;
  color: var(--navy);
  font-size: 0.95rem;
}

.tutor-subjects {
  margin: 0.3rem 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.94rem;
}

.tutor-card-founder h3 {
  color: var(--pink);
}

.mobile-slider-arrow {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  z-index: 6;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(20, 20, 40, 0.14);
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-slider-arrow:hover {
  transform: translateY(-50%) scale(1.04);
}

.mobile-slider-arrow:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.mobile-slider-arrow-prev {
  left: 0;
}

.mobile-slider-arrow-next {
  right: 0;
}

.mobile-slider-arrow i {
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tutors-grid {
    --tutors-per-view: 4;
  }
}

@media (max-width: 1100px) {
  .about-jesse-story-grid,
  .about-nwtg-feature-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-jesse-story-copy,
  .about-nwtg-feature-copy {
    max-width: 860px;
    margin: 0 auto;
  }

  .about-jesse-story-image-wrap,
  .about-nwtg-feature-image-wrap {
    margin: 0 auto;
  }
}

@media (max-width: 1000px) {
  .tutors-grid {
    --tutors-per-view: 3;
  }
}

@media (max-width: 700px) {
  .about-founder-hero-simple {
    padding: 2.8rem 0 3.7rem;
  }

  .about-founder-hero-simple h1,
  .about-jesse-story-copy h2,
  .about-nwtg-feature-copy h2,
  .section-heading h2 {
    font-size: clamp(2rem, 8vw, 2.8rem);
    max-width: 100%;
  }

  .about-founder-hero-summary {
    font-size: 1rem;
    line-height: 1.75;
  }

  .about-jesse-story-copy,
  .about-nwtg-feature-copy,
  .section-heading {
    text-align: center;
  }

  .about-founder-kicker,
  .about-founder-actions,
  .about-nwtg-feature-actions {
    justify-content: center;
  }

  .section-kicker,
.about-founder-mini-kicker,
.about-founder-kicker {
  color: var(--pink);
}

.kicker-line {
  background: var(--pink);
}
  .about-jesse-qualification-cards,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .about-jesse-qualification-card {
    text-align: left;
  }

  .about-founder-point {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-founder-point-icon {
    margin: 0 auto;
  }

  .about-jesse-story-image {
    min-height: 420px;
  }

  .about-nwtg-feature-image {
    min-height: 380px;
  }

  .about-jesse-floating-card-top {
    top: 1rem;
    left: 0.75rem;
  }

  .about-jesse-floating-card-bottom {
    right: 0.75rem;
    bottom: 1rem;
  }

  .about-jesse-floating-card,
  .about-nwtg-floating-card-top,
  .about-nwtg-floating-card-bottom {
    max-width: calc(100% - 1.5rem);
  }

  .about-nwtg-feature-image-wrap {
    padding: 2rem 1rem;
  }

  .about-nwtg-floating-card-top {
    top: 2.6rem;
    left: 1.25rem;
  }

  .about-nwtg-floating-card-bottom {
    right: 1.25rem;
    bottom: 2.6rem;
  }

  .tutors-slider-shell {
    padding: 0 2.8rem;
  }

  .tutors-grid {
    --tutors-per-view: 2;
  }

  .mobile-slider-arrow {
    width: 38px;
    height: 38px;
    top: 40%;
  }

  .value-card {
    text-align: center;
  }

  .value-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 520px) {
  .tutors-grid {
    --tutors-per-view: 1;
  }
}

.nwtg-stats-banner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 2.5rem;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy), #2435c8);
  box-shadow: 0 16px 34px rgba(20, 20, 40, 0.12);
}

.nwtg-stats-item {
  padding: 1.75rem 1.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}

.nwtg-stats-item:last-child {
  border-right: 0;
}

.nwtg-stats-label {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  margin-bottom: 0.35rem;
}

.nwtg-stats-item strong {
  display: block;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.1;
  font-weight: 800;
}

.nwtg-stats-sub {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  margin-top: 0.35rem;
  font-size: 0.92rem;
}

@media (max-width: 1000px) {
  .nwtg-stats-banner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .nwtg-stats-banner {
    grid-template-columns: 1fr;
  }

  .nwtg-stats-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .nwtg-stats-item:last-child {
    border-bottom: 0;
  }
}

