
.coaching-team__divider {
  width: 4.8rem;
  margin-bottom: 2rem;
}

.coaching-team--webinar-only {
  background: var(--surface-30, #F2F6FD);
  padding: 0 0 6.4rem;
  margin-top: -1.6rem;
}

.coaching-team__webinar--solo {
  margin-top: 0;
}

.coaching-team__intro {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-top: 0.4rem;
}

.coaching-team__intro-text,
.coaching-team__highlight {
  font-size: 1.6rem;
  line-height: 1.55em;
}

.coaching-team__cards {
  margin-top: 3.2rem;
}

.coaching-team__card {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.6rem 2rem;
  box-shadow: 0 0.8rem 2.4rem rgba(15, 45, 82, 0.08);
}

.coaching-team__avatar {
  flex: 0 0 8.8rem;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  overflow: hidden;
  background: #e8eef5;
}

.coaching-team__avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coaching-team__card-body {
  min-width: 0;
}

.coaching-team__name {
  font-size: 1.8rem;
  line-height: 1.3em;
  margin-bottom: 0.6rem;
}

.coaching-team__bio {
  font-size: 1.4rem;
  line-height: 1.5em;
}

.coaching-team__team-link-wrap {
  margin-top: 1.6rem;
}

.coaching-team__team-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.5rem;
  line-height: 1.4em;
  text-decoration: none;
}

.coaching-team__team-link:hover,
.coaching-team__team-link:focus {
  text-decoration: underline;
}

.coaching-team__team-link .right-arrow,
.coaching-team__team-link .feather.right-arrow,
.coaching-team__webinar-btn .right-arrow,
.coaching-team__webinar-btn .feather.right-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
  color: inherit;
  stroke-width: 3px;
}

.coaching-team__webinar {
  margin-top: 4.8rem;
  padding: 4rem 4.8rem;
  border-radius: 1.6rem;
  background: linear-gradient(90deg, #102284 0%, #091466 100%);
  color: #fff;
  overflow: hidden;
}

.coaching-team__webinar-eyebrow {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff8a4c;
  margin-bottom: 1.2rem;
}

.coaching-team__webinar-title {
  font-size: 2.8rem;
  line-height: 1.25em;
  color: #fff;
  margin-bottom: 1.6rem;
}

.coaching-team__webinar-text {
  font-size: 1.6rem;
  line-height: 1.55em;
  color: rgba(255, 255, 255, 0.92);
  max-width: 80%;
  margin-bottom: 2.4rem;
}

.coaching-team__webinar-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.2rem 2.4rem;
  border-radius: 999px;
  background: #0088ff;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.coaching-team__webinar-btn:hover,
.coaching-team__webinar-btn:focus {
  background: #0074d9;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.coaching-team__webinar-visual {
  position: relative;
  max-width: 52rem;
  margin-left: auto;
}

.coaching-team__webinar-image {
  display: block;
  width: 100%;
  height: auto;
}

.coaching-team__webinar-badge {
  position: absolute;
  left: -1.6rem;
  bottom: 2.4rem;
  width: 11rem;
  height: auto;
}

@media all and (max-width: 991px) {
  .coaching-team__webinar {
    padding: 3.2rem 2.4rem;
  }

  .coaching-team__webinar-title {
    font-size: 2.4rem;
  }

  .coaching-team__webinar-visual {
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .coaching-team__intro-text,
  .coaching-team__highlight {
    font-size: 1.5rem;
  }

  .coaching-team__card {
    align-items: flex-start;
    padding: 1.6rem;
  }

  .coaching-team__avatar {
    flex-basis: 7.2rem;
    width: 7.2rem;
    height: 7.2rem;
  }

  .coaching-team__team-link-wrap {
    text-align: left;
  }

  .coaching-team__webinar {
    margin-top: 3.2rem;
    padding: 2.4rem 2rem;
  }

  .coaching-team__webinar-title {
    font-size: 2.2rem;
  }

  .coaching-team__webinar-text {
    font-size: 1.5rem;
  }

  .coaching-team__webinar-badge {
    left: 0;
    bottom: 1.2rem;
    width: 9rem;
  }
}
