.tutor-join-page {
  background: #f8fcff;
  color: #071f3d;
}

.tutor-join-page main {
  padding-bottom: 68px;
  background: linear-gradient(180deg, #f4fbff 0, #fff 32%, #f9fcff 100%);
}

.tutor-join-page .audiencebar__links a[href="/become-a-tutor/"] {
  color: #1687e8;
}

.tutor-join-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 86px;
  background:
    radial-gradient(circle at 68% 24%, rgba(255, 255, 255, .34), transparent 18%),
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, .22), transparent 22%),
    linear-gradient(135deg, #25b5f5 0%, #64d4fb 100%);
}

.tutor-join-hero::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 8%;
  bottom: 20px;
  height: 90px;
  border: 2px dashed rgba(255, 255, 255, .34);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 120px 0 0;
  transform: rotate(-4deg);
}

.tutor-join-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 50px;
  align-items: center;
}

.tutor-join-hero h1 {
  max-width: 610px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 48px;
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: 0;
}

.tutor-join-hero h1 span {
  display: block;
  color: #fff;
}

.tutor-join-hero p {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .94);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 600;
}

.tutor-join-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 0;
}

.tutor-join-actions .btn {
  min-height: 58px;
  padding: 0 34px;
  border-radius: 10px;
}

.tutor-join-actions .btn--white {
  gap: 10px;
  color: #176fda;
}

.tutor-join-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  color: #fff;
  font-weight: 800;
}

.tutor-join-avatars {
  display: flex;
}

.tutor-join-avatars img {
  width: 42px;
  height: 42px;
  margin-right: -9px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.tutor-join-social b {
  color: #ffbd3d;
  font-size: 27px;
}

.tutor-join-social span {
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  line-height: 1.28;
}

.tutor-join-hero__visual {
  position: relative;
  min-height: 432px;
}

.tutor-join-call {
  position: absolute;
  left: 16%;
  top: 0;
  width: min(520px, 70%);
  height: 360px;
  padding: 8px;
  border: 6px solid rgba(255, 255, 255, .88);
  border-radius: 24px;
  background: rgba(255, 255, 255, .2);
  box-shadow: 0 24px 60px rgba(6, 29, 53, .22);
}

.tutor-join-call > img:first-child {
  width: 100%;
  height: 100%;
  border-radius: 17px;
  object-fit: cover;
  object-position: center 18%;
}

.tutor-join-call__mini {
  position: absolute;
  right: 18px;
  bottom: 22px;
  width: 112px;
  height: 112px;
  border: 4px solid #fff;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 14px 28px rgba(6, 29, 53, .18);
}

.tutor-join-call__controls {
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 15px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(6, 29, 53, .72);
  backdrop-filter: blur(14px);
}

.tutor-join-call__controls span,
.tutor-join-call__controls b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: 0;
}

.tutor-join-call__controls span::before,
.tutor-join-call__controls b::before {
  font-size: 11px;
  content: attr(data-short);
}

.tutor-join-call__controls span:nth-child(1)::before { content: "M"; }
.tutor-join-call__controls span:nth-child(2)::before { content: "V"; }
.tutor-join-call__controls span:nth-child(3)::before { content: "C"; }
.tutor-join-call__controls b {
  background: #ff4d35;
}
.tutor-join-call__controls b::before { content: "End"; }

.tutor-join-float {
  position: absolute;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(205, 228, 246, .9);
  border-radius: 16px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 18px 40px rgba(6, 29, 53, .14);
}

.tutor-join-float h2,
.tutor-join-float p,
.tutor-join-float ul {
  margin: 0;
}

.tutor-join-float h2 {
  color: #294863;
  font-size: 14px;
}

.tutor-join-float p,
.tutor-join-float li,
.tutor-join-float small {
  color: #627892;
  font-size: 12px;
  line-height: 1.4;
}

.tutor-join-float a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 12px;
  padding: 0 14px;
  border: 1px solid #cfe3f6;
  border-radius: 8px;
  color: #1687e8;
  font-size: 12px;
  font-weight: 900;
}

.tutor-join-float--summary {
  left: 0;
  top: 6px;
  width: 168px;
}

.tutor-join-float--summary ul {
  display: grid;
  gap: 8px;
  margin-top: 13px;
  padding: 0;
  list-style: none;
}

.tutor-join-float--summary li::before,
.tutor-join-three li::before,
.tutor-requirements li::before,
.tutor-ai__copy li::before,
.tutor-profile-card aside li::before,
.tutor-ai__cards li::before {
  content: "✓";
  margin-right: 8px;
  color: #22b882;
  font-weight: 900;
}

.tutor-join-float--match {
  right: 0;
  top: 8px;
  width: 198px;
}

.tutor-join-float--match div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.tutor-join-float--match img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.tutor-join-float--homework {
  left: -24px;
  bottom: 70px;
  width: 194px;
}

.tutor-join-float--earnings {
  right: 2px;
  bottom: 18px;
  width: 206px;
}

.tutor-join-float--earnings strong {
  display: block;
  margin-top: 14px;
  color: #166ee8;
  font-size: 31px;
  line-height: 1;
}

.tutor-join-float--earnings svg {
  width: 100%;
  height: 58px;
  margin-top: 8px;
}

.tutor-join-float--earnings polyline {
  fill: none;
  stroke: #1687e8;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tutor-join-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: -48px;
  padding: 8px 10px;
  border: 1px solid #d8e8f5;
  border-radius: 20px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 46px rgba(15, 54, 92, .1);
}

.tutor-join-strip article {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 8px;
  border-right: 1px solid #e6f0f8;
}

.tutor-join-strip article:last-child {
  border-right: 0;
}

.tutor-join-strip span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  background: #eaf7ff;
  color: #1687e8;
  font-size: 18px;
}

.tutor-join-strip h2,
.tutor-join-strip p,
.tutor-join-section h2,
.tutor-join-section h3,
.tutor-join-section p {
  margin: 0;
}

.tutor-join-strip h2 {
  font-size: 16px;
  line-height: 1.15;
}

.tutor-join-strip p {
  margin-top: 2px;
  color: #607891;
  font-size: 13px;
  line-height: 1.2;
}

.tutor-join-section {
  margin-top: 42px;
}

.tutor-join-section > h2,
.tutor-join-faq > h2 {
  margin: 0 0 22px;
  text-align: center;
  color: #071f3d;
  font-size: 28px;
  line-height: 1.12;
}

.tutor-join-three,
.tutor-rate-grid,
.tutor-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tutor-join-three article,
.tutor-earn-grid article,
.tutor-ai__dashboard,
.tutor-steps article,
.tutor-requirements,
.tutor-profile-card,
.tutor-support-grid article,
.tutor-rate-grid article,
.tutor-faq-grid details {
  border: 1px solid #d8e8f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 54, 92, .055);
}

.tutor-join-three article {
  min-height: 210px;
  padding: 28px;
}

.tutor-join-three .icon,
.tutor-rate-grid > article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #eaf7ff;
  color: #1687e8;
  font-weight: 900;
}

.tutor-join-three .icon--green,
.tutor-rate-grid article:nth-child(2) span {
  background: #e9fbf3;
  color: #22b882;
}

.tutor-join-three .icon--orange,
.tutor-rate-grid article:nth-child(3) span {
  background: #fff1d6;
  color: #f59a00;
}

.tutor-join-three h3,
.tutor-earn-grid h3,
.tutor-support-grid h3,
.tutor-rate-grid h3,
.tutor-ai h3,
.tutor-profile-card h2,
.tutor-requirements h2 {
  color: #071f3d;
  font-size: 18px;
}

.tutor-join-three ul,
.tutor-requirements ul,
.tutor-ai__copy ul,
.tutor-profile-card aside ul,
.tutor-ai__cards ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tutor-join-section p,
.tutor-join-section li,
.tutor-section-note,
.tutor-faq-grid p {
  color: #5f748d;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.tutor-earn-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tutor-earn-grid article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 8px 20px;
  min-height: 120px;
  padding: 22px;
}

.tutor-earn-grid span {
  width: 58px;
  height: 58px;
  display: grid;
  grid-row: span 3;
  place-items: center;
  border-radius: 18px;
  background: #eaf7ff;
  color: #1687e8;
  font-size: 25px;
}

.tutor-earn-grid article:nth-child(2) span { background: #e9fbf3; color: #22b882; }
.tutor-earn-grid article:nth-child(3) span { background: #fff6e2; color: #f5a400; }
.tutor-earn-grid article:nth-child(4) span { background: #fff0ed; color: #ff6b4a; }

.tutor-earn-grid a,
.tutor-support-grid a {
  color: #1687e8;
  font-size: 13px;
  font-weight: 900;
}

.tutor-ai {
  display: grid;
  grid-template-columns: .58fr 1.42fr;
  gap: 42px;
  align-items: center;
}

.tutor-ai__copy > h2 {
  text-align: left;
}

.tutor-ai__copy p {
  margin-top: 18px;
}

.tutor-ai__dashboard {
  display: grid;
  grid-template-columns: 136px 1fr;
  min-height: 380px;
  overflow: hidden;
}

.tutor-ai__dashboard aside {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 26px 22px;
  background: #071f3d;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
}

.tutor-ai__dashboard aside strong {
  color: #fff;
  font-size: 24px;
}

.tutor-ai__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
}

.tutor-ai__cards article {
  padding: 18px;
  border: 1px solid #dfeefa;
  border-radius: 14px;
  background: #fff;
}

.tutor-ai__cards a,
.tutor-profile-card aside a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 12px;
  padding: 0 15px;
  border-radius: 8px;
  background: #1687e8;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.tutor-ai__cards div {
  display: grid;
  grid-template-columns: 80px 1fr 34px;
  gap: 8px;
  align-items: center;
  margin-top: 13px;
  color: #5f748d;
  font-size: 12px;
}

.tutor-ai__cards div b {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1687e8, #26c6da);
}

.tutor-ai__cards div em {
  color: #95a7bb;
  font-style: normal;
}

.tutor-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.tutor-steps article {
  position: relative;
  min-height: 218px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  justify-items: center;
  align-items: start;
  padding: 30px 28px 26px;
  overflow: hidden;
  text-align: center;
}

.tutor-steps article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #1687e8, #26c6da);
}

.tutor-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 68px;
  width: 24px;
  height: 2px;
  background: #c8dced;
  transform: none;
}

.tutor-steps b {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #1687e8;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(22, 135, 232, .22);
}

.tutor-steps article:nth-child(2) b { background: #22b882; }
.tutor-steps article:nth-child(3) b { background: #f5a400; }

.tutor-steps h3 {
  color: #071f3d;
  font-size: 22px;
  line-height: 1.16;
}

.tutor-steps p {
  max-width: 270px;
  margin-top: 12px;
  color: #5f748d;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.tutor-steps span {
  align-self: end;
  margin-top: 20px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #eef7ff;
  color: #1687e8;
  font-size: 13px;
  font-weight: 900;
}

.tutor-profile-row {
  display: grid;
  grid-template-columns: .34fr .66fr;
  gap: 22px;
  align-items: stretch;
}

.tutor-requirements {
  padding: 26px;
}

.tutor-requirements p {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e2eef8;
  color: #1687e8;
  font-weight: 800;
}

.tutor-profile-card {
  display: grid;
  grid-template-columns: 220px 1fr 210px;
  gap: 24px;
  padding: 20px;
}

.tutor-profile-card > img {
  width: 220px;
  height: 220px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center 18%;
}

.tutor-profile-card h2 span {
  color: #1687e8;
}

.tutor-profile-card strong {
  display: block;
  margin-top: 28px;
  color: #ffb000;
  font-size: 17px;
}

.tutor-profile-card aside {
  padding-left: 22px;
  border-left: 1px solid #e2eef8;
}

.tutor-profile-card aside strong {
  margin: 0 0 8px;
  color: #071f3d;
}

.tutor-profile-card aside small {
  color: #607891;
  font-size: 12px;
}

.tutor-profile-card aside span {
  display: block;
  color: #607891;
  font-size: 13px;
  font-weight: 800;
}

.tutor-support-grid article,
.tutor-rate-grid article {
  padding: 26px;
}

.tutor-support-grid article {
  min-height: 150px;
  background:
    radial-gradient(circle at 83% 68%, rgba(22, 135, 232, .08), transparent 24%),
    #fff;
}

.tutor-section-note {
  margin: -8px auto 22px;
  text-align: center;
}

.tutor-rate-grid strong {
  display: block;
  margin-top: 16px;
  color: #071f3d;
  font-size: 28px;
  line-height: 1;
}

.tutor-rate-grid em {
  color: #607891;
  font-size: 12px;
  font-style: normal;
}

.tutor-join-cta {
  display: grid;
  grid-template-columns: 170px .75fr 1.55fr;
  gap: 24px;
  align-items: center;
  margin-top: 46px;
  padding: 18px 28px 18px 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 16%, rgba(255,255,255,.22), transparent 20%),
    linear-gradient(135deg, #22aef2 0%, #5bd2fb 100%);
  color: #fff;
}

.tutor-join-cta img {
  width: 160px;
  height: 158px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center 15%;
}

.tutor-join-cta h2,
.tutor-join-cta p {
  margin: 0;
}

.tutor-join-cta h2 {
  font-size: 31px;
}

.tutor-join-cta p {
  margin-top: 10px;
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  line-height: 1.42;
}

.tutor-join-cta form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 12px;
}

.tutor-join-cta input,
.tutor-join-cta select {
  min-height: 50px;
  min-width: 0;
  padding: 0 15px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #607891;
  font: inherit;
  font-weight: 700;
}

.tutor-join-cta button {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: #ff6b2b;
  color: #fff;
  font: inherit;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255, 107, 43, .22);
}

.tutor-join-cta__meta {
  grid-column: 2 / -1;
  margin-top: -5px;
}

.tutor-join-cta__meta a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tutor-join-faq {
  margin-top: 34px;
}

.tutor-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.tutor-faq-grid details {
  padding: 0 18px;
}

.tutor-faq-grid summary {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #143457;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.tutor-faq-grid summary::after {
  content: "⌄";
  color: #1687e8;
}

.tutor-faq-grid p {
  margin: 0 0 16px;
}

@media (max-width: 1180px) {
  .tutor-join-hero__inner,
  .tutor-ai,
  .tutor-profile-row {
    grid-template-columns: 1fr;
  }

  .tutor-join-hero__visual {
    min-height: 460px;
  }

  .tutor-join-strip,
  .tutor-join-three,
  .tutor-support-grid,
  .tutor-rate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tutor-join-strip article:nth-child(2n) {
    border-right: 0;
  }

  .tutor-join-strip article:last-child {
    grid-column: 1 / -1;
  }

  .tutor-steps,
  .tutor-join-cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tutor-join-cta form,
  .tutor-join-cta__meta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .tutor-join-hero {
    padding: 38px 0 60px;
  }

  .tutor-join-hero__inner {
    gap: 32px;
  }

  .tutor-join-hero h1 {
    font-size: 38px;
  }

  .tutor-join-hero p {
    font-size: 16px;
  }

  .tutor-join-actions .btn {
    width: 100%;
  }

  .tutor-join-hero__visual {
    min-height: 620px;
  }

  .tutor-join-call {
    left: 0;
    top: 110px;
    width: 100%;
    height: 320px;
  }

  .tutor-join-float--summary {
    left: 0;
    top: 0;
  }

  .tutor-join-float--match {
    right: 0;
    top: 0;
  }

  .tutor-join-float--homework {
    left: 0;
    bottom: 28px;
  }

  .tutor-join-float--earnings {
    right: 0;
    bottom: 10px;
  }

  .tutor-join-strip,
  .tutor-join-three,
  .tutor-earn-grid,
  .tutor-ai__dashboard,
  .tutor-ai__cards,
  .tutor-steps,
  .tutor-profile-card,
  .tutor-support-grid,
  .tutor-rate-grid,
  .tutor-join-cta,
  .tutor-faq-grid {
    grid-template-columns: 1fr;
  }

  .tutor-join-strip {
    margin-top: -30px;
    padding: 10px 16px;
  }

  .tutor-join-strip article {
    border-right: 0;
    border-bottom: 1px solid #e6f0f8;
  }

  .tutor-join-strip article:last-child {
    border-bottom: 0;
  }

  .tutor-earn-grid article {
    grid-template-columns: 58px 1fr;
  }

  .tutor-steps article:not(:last-child)::after {
    display: none;
  }

  .tutor-profile-card > img {
    width: 100%;
    height: 260px;
  }

  .tutor-profile-card aside {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid #e2eef8;
  }

  .tutor-join-cta {
    padding: 18px;
  }

  .tutor-join-cta img {
    width: 100%;
    height: 220px;
  }

  .tutor-join-cta form {
    grid-template-columns: 1fr;
  }
}
