.mantra-lp-page,
.mantra-lp-page * {
  box-sizing: border-box;
}

.mantra-lp-page {
  background: #000000;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.mantra-lp-page a {
  text-decoration: none;
}

.sb-rmhl-hero-wrap {
  --sb-rmhl-bg: #000000;
  --sb-rmhl-white: #ffffff;
  --sb-rmhl-green: #00ee70;
  --sb-rmhl-blue: #0e8ff2;
  --sb-rmhl-cyan: #03bfe8;
  width: 100%;
  min-height: 919px;
  position: relative;
  overflow: hidden;
  background: var(--sb-rmhl-bg);
  color: var(--sb-rmhl-white);
}

.sb-rmhl-hero-inner {
  width: min(100%, 1542px);
  min-height: 919px;
  margin: 0 auto;
  position: relative;
  padding: 97px 24px 70px;
  z-index: 2;
}

.sb-rmhl-copy {
  width: 100%;
  max-width: 760px;
  position: relative;
  z-index: 4;
}

.sb-rmhl-title {
  margin: 0 0 37px;
  color: var(--sb-rmhl-white);
  font-size: clamp(42px, 4.35vw, 66px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.35px;
}

.sb-rmhl-title span {
  display: block;
  white-space: nowrap;
}

.sb-rmhl-subtitle {
  margin: 0 0 56px;
  color: var(--sb-rmhl-white);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.sb-rmhl-desc {
  max-width: 690px;
  margin: 0 0 30px;
  color: var(--sb-rmhl-white);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.15px;
}

.sb-rmhl-action-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 27px;
  margin-bottom: 29px;
}

.sb-rmhl-btn,
.hlc-course-cta,
.sbm-mentor-cta,
.sbm-ready-button {
  background: linear-gradient(100deg, #00ee70 0%, #09dca4 43%, #0e8ff2 100%);
  color: #ffffff;
  transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.sb-rmhl-btn {
  width: 345px;
  min-height: 62px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.sb-rmhl-btn:hover,
.hlc-course-cta:hover,
.sbm-mentor-cta:hover,
.sbm-ready-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  color: #ffffff;
}

.sb-rmhl-timer {
  display: inline-flex;
  align-items: flex-start;
  gap: 15px;
  color: var(--sb-rmhl-cyan);
  white-space: nowrap;
  transform: translateY(2px);
}

.sb-rmhl-colon {
  color: var(--sb-rmhl-green);
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  padding-top: 2px;
}

.sb-rmhl-time-item {
  min-width: 42px;
  text-align: center;
}

.sb-rmhl-time-number {
  display: block;
  color: var(--sb-rmhl-cyan);
  font-size: 29px;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 1px;
}

.sb-rmhl-time-label {
  display: block;
  margin-top: 6px;
  color: var(--sb-rmhl-cyan);
  font-size: 9px;
  line-height: 1;
  font-weight: 500;
  text-transform: lowercase;
}

.sb-rmhl-featured-title {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.sb-rmhl-featured-grid,
.sbm-mentor-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}

.sb-rmhl-logo-card {
  width: 140px;
  height: 40px;
  border-radius: 7px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  overflow: hidden;
}

.sb-rmhl-logo-card img,
.sbm-mentor-logo-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sb-rmhl-doctor-img {
  position: absolute;
  right: -11px;
  bottom: 0;
  width: min(47vw, 722px);
  max-height: 82.5%;
  object-fit: contain;
  object-position: right bottom;
  z-index: 1;
}

/* Hero video only: image design remains untouched */
.sb-rmhl-hero-video-wrap {
  position: absolute;
  top: 70px;
  right: -6px;
  width: min(47vw, 728px);
  height: calc(100% - 140px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.sb-rmhl-hero-video-frame,
.sb-rmhl-hero-video-wrap iframe {
  width: 100%;
  height: clamp(360px, 30vw, 520px);
  max-height: 520px;
  display: block;
  border: 0;
  border-radius: 0;
  background: #000000;
}

/* Fallback support if iframe is still rendered with old image class */
iframe.sb-rmhl-doctor-img {
  position: absolute;
  top: 70px;
  right: -6px;
  bottom: auto;
  width: min(47vw, 728px);
  height: clamp(360px, 30vw, 520px);
  max-height: 520px;
  border: 0;
  border-radius: 0;
  background: #000000;
  object-fit: unset;
  object-position: center;
  z-index: 1;
}

.hlc-course-wrap {
  width: 100%;
  background: #000000;
  padding: 36px 20px 58px;
}

.hlc-course-shell,
.masterclass-audience-inner,
.dps-testimonial-inner,
.sbm-mentor-container,
.sbm-awards-gallery-inner,
.sbm-faq-container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.hlc-course-intro {
  max-width: 1750px;
  margin: 0 auto 32px;
  text-align: center;
}

.hlc-course-intro p {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 400;
}

.hlc-course-grid,
.dps-testimonial-grid,
.sbm-awards-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.hlc-course-card {
  border: 1.8px dashed rgba(255, 255, 255, 0.88);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(90deg, #004638 0%, #00485b 100%);
  box-shadow: 0 0 0 1px rgba(0, 255, 200, 0.12) inset;
}

.hlc-course-card-media {
  padding: 12px 12px 0;
}

.hlc-course-card-media img {
  width: 100%;
  height: 470px;
  display: block;
  object-fit: cover;
}

.hlc-course-card-body {
  padding: 12px 14px 16px;
}

.hlc-course-card-title,
.sbm-mentor-name,
.sbm-ready-price-today {
  background: linear-gradient(90deg, #00ff73 0%, #13e17f 28%, #1bc0d3 70%, #2491ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hlc-course-card-title {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.32;
  font-weight: 700;
}

.hlc-course-card-text,
.hlc-course-points li {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.46;
  font-weight: 400;
}

.hlc-course-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hlc-course-points li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 8px;
}

.hlc-course-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-weight: 700;
}

.hlc-course-cta-row {
  padding-top: 64px;
}

.hlc-course-cta,
.sbm-mentor-cta {
  width: 100%;
  min-height: 105px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 26px;
  border-radius: 10px;
}

.hlc-course-cta-main,
.hlc-course-cta-price,
.sbm-mentor-cta-text,
.sbm-mentor-cta-price {
  color: #ffffff;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
}

.hlc-course-cta-old,
.sbm-mentor-cta-old {
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-decoration: line-through;
}

.masterclass-audience-section {
  width: 100%;
  background: #000000;
  padding: 0 20px 80px;
  border-bottom: 2px solid rgba(20, 45, 70, 0.75);
}

.masterclass-audience-title,
.dps-testimonial-heading,
.sbm-mentor-title,
.sbm-faq-title {
  margin: 0 0 56px;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.masterclass-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.masterclass-audience-card {
  min-height: 106px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 26px 18px 18px;
  border: 1px solid rgba(112, 190, 193, 0.88);
  border-radius: 8px;
  background: linear-gradient(105deg, #003418 0%, #004237 44%, #005184 100%);
  box-shadow: inset 0 0 26px rgba(0, 255, 145, 0.06);
}

.masterclass-audience-star {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: inline-flex;
  color: #00ff70;
}

.masterclass-audience-star svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.masterclass-audience-text {
  margin: 0;
  color: #ffffff;
  font-size: clamp(20px, 1.42vw, 27px);
  line-height: 1.36;
  font-weight: 400;
}

.dps-testimonial-section {
  width: 100%;
  background: #111a28;
  padding: 64px 20px 120px;
  color: #ffffff;
}

.dps-testimonial-heading span,
.sbm-mentor-title span,
.sbm-ready-join-title span {
  background: linear-gradient(90deg, #00f26a 0%, #0bc4c7 55%, #1686ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.dps-testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px 30px;
}

.dps-testimonial-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
  overflow: hidden;
}

.dps-testimonial-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.dps-testimonial-title {
  margin: 18px 0 15px;
  color: #ffffff;
  font-size: clamp(18px, 1.15vw, 21px);
  line-height: 1.22;
  font-weight: 700;
}

.dps-testimonial-text {
  margin: 0;
  color: #b7c9df;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.35;
}

.sbm-mentor-section {
  width: 100%;
  background: #000000;
  padding: 68px 20px 90px;
}

.sbm-mentor-title {
  font-size: clamp(34px, 3.2vw, 58px);
}

.sbm-mentor-card {
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(90deg, #232323 0%, #292929 100%);
  padding: 36px 36px 42px;
}

.sbm-mentor-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.sbm-mentor-image-wrap {
  width: 420px;
  flex: 0 0 420px;
}

.sbm-mentor-image {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.sbm-mentor-content {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 8px;
}

.sbm-mentor-name {
  margin: 0 0 22px;
  font-size: clamp(32px, 2.65vw, 58px);
  line-height: 1.08;
  font-weight: 700;
}

.sbm-mentor-subtitle {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: clamp(22px, 1.6vw, 38px);
  line-height: 1.28;
  font-weight: 400;
}

.sbm-mentor-content p {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(19px, 1.08vw, 24px);
  line-height: 1.46;
}

.sbm-mentor-features {
  list-style: none;
  padding: 2px 0 0;
  margin: 0 0 18px;
}

.sbm-mentor-features li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 17px;
  color: #ffffff;
  font-size: clamp(19px, 1.16vw, 27px);
  line-height: 1.35;
}

.sbm-mentor-check {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #04ef66;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.sbm-mentor-logo-item {
  width: 96px;
  height: 40px;
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sbm-mentor-cta-wrap {
  width: 100%;
  margin: 50px auto 0;
}

.sbm-mentor-cta {
  min-height: 90px;
}

.sbm-awards-gallery {
  width: 100%;
  background: #000000;
  padding: 18px 20px 80px;
}

.sbm-awards-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 18px;
}

.sbm-awards-gallery-item {
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  position: relative;
}

.sbm-awards-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  transform: scale(1);
  transition: transform 0.34s ease, filter 0.34s ease;
}

.sbm-awards-gallery-item:hover img {
  transform: scale(1.035);
  filter: brightness(1.04);
}

.sbm-awards-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px 86px;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(10px);
}

.sbm-awards-lightbox.is-open {
  display: flex;
}

.sbm-awards-lightbox-stage {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  max-height: 860px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sbm-awards-lightbox-img {
  max-width: 100%;
  max-height: calc(100vh - 150px);
  border-radius: 16px;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.58);
  object-fit: contain;
  background: #111111;
}

.sbm-awards-lightbox-top {
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
}

.sbm-awards-lightbox-counter {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: auto;
}

.sbm-awards-lightbox-close,
.sbm-awards-lightbox-arrow {
  border: 1px solid rgba(0, 255, 160, 0.42) !important;
  cursor: pointer;
  color: #ffffff !important;
  background: linear-gradient(135deg, #03ed68 0%, #1395e7 100%) !important;
  box-shadow: 0 12px 34px rgba(0, 145, 255, 0.22) !important;
}

.sbm-awards-lightbox-close {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  font-size: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto;
}

.sbm-awards-lightbox-arrow {
  position: absolute;
  top: 50%;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  transform: translateY(-50%);
  font-size: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.sbm-awards-lightbox-prev {
  left: -72px;
}

.sbm-awards-lightbox-next {
  right: -72px;
}

.sbm-awards-lightbox-thumbs {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: min(100%, 620px);
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow-x: auto;
  scrollbar-width: none;
}

.sbm-awards-thumb {
  width: 54px !important;
  height: 40px !important;
  min-width: 54px !important;
  padding: 0 !important;
  border: 2px solid transparent !important;
  border-radius: 8px !important;
  background: transparent !important;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.56;
}

.sbm-awards-thumb.is-active {
  opacity: 1;
  border-color: #05e972 !important;
}

.sbm-awards-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sbm-ready-join-section {
  width: 100%;
  background: #000000;
  padding: 0 20px 80px;
}

.sbm-ready-join-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.sbm-ready-join-card {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(105deg, #001f12 0%, #002e30 45%, #002f37 100%);
  padding: 50px 30px;
  overflow: hidden;
}

.sbm-ready-join-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px 330px;
  align-items: center;
  gap: 34px;
  margin-bottom: 38px;
}

.sbm-ready-join-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 3vw, 58px);
  line-height: 1.1;
  font-weight: 700;
}

.sbm-ready-price-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sbm-ready-price-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.sbm-ready-price-old {
  position: relative;
  width: max-content;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(26px, 2vw, 42px);
  line-height: 1;
  font-weight: 500;
}

.sbm-ready-price-old::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.86);
}

.sbm-ready-price-today {
  font-size: clamp(28px, 2.1vw, 44px);
  line-height: 1;
  font-weight: 700;
}

.sbm-ready-button {
  min-height: 72px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 26px;
  font-size: 24px;
  font-weight: 800;
}

.sbm-ready-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sbm-ready-feature-item {
  color: #ffffff;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  font-size: 18px;
}

.sbm-ready-feature-item span {
  color: #00ee70;
  margin-right: 8px;
  font-weight: 800;
}

.sbm-faq-section {
  width: 100%;
  background: #000000;
  padding: 0 20px 90px;
}

.sbm-faq-title {
  margin-bottom: 32px;
}

.sbm-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sbm-faq-item {
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 10px;
  background: #101a25;
  overflow: hidden;
}

.sbm-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.sbm-faq-question-text {
  font-size: 20px;
  font-weight: 700;
}

.sbm-faq-icon {
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 18px;
}

.sbm-faq-icon::before,
.sbm-faq-icon::after {
  content: "";
  position: absolute;
  background: #00ee70;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sbm-faq-icon::before {
  width: 18px;
  height: 2px;
}

.sbm-faq-icon::after {
  width: 2px;
  height: 18px;
}

.sbm-faq-item.is-open .sbm-faq-icon::after {
  display: none;
}

.sbm-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.sbm-faq-answer-inner {
  padding: 0 24px 22px;
  color: #b7c9df;
  font-size: 17px;
  line-height: 1.55;
}

.sbm-faq-answer-inner p {
  margin: 0;
}

@media (max-width: 1280px) {
  .sb-rmhl-hero-wrap,
  .sb-rmhl-hero-inner {
    min-height: 840px;
  }

  .sb-rmhl-copy {
    max-width: 650px;
  }

  .sb-rmhl-doctor-img {
    right: -85px;
    width: 55vw;
    opacity: 0.92;
  }

  .sb-rmhl-hero-video-wrap {
    top: 90px;
    right: 0;
    width: min(50vw, 650px);
    height: calc(100% - 150px);
  }

  .sb-rmhl-hero-video-frame,
  .sb-rmhl-hero-video-wrap iframe,
  iframe.sb-rmhl-doctor-img {
    height: clamp(330px, 31vw, 470px);
  }

  iframe.sb-rmhl-doctor-img {
    top: 90px;
    right: 0;
    width: min(50vw, 650px);
    opacity: 1;
  }

  .hlc-course-card-media img {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .sb-rmhl-hero-wrap,
  .sb-rmhl-hero-inner {
    min-height: auto;
  }

  .sb-rmhl-hero-inner {
    padding: 72px 22px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .sb-rmhl-copy {
    max-width: 100%;
  }

  .sb-rmhl-doctor-img {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: flex-end;
    width: min(74vw, 640px);
    max-height: none;
    margin-top: -5px;
    opacity: 1;
  }

  .sb-rmhl-hero-video-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin: 30px 0 0;
    align-self: stretch;
    display: block;
  }

  .sb-rmhl-hero-video-frame,
  .sb-rmhl-hero-video-wrap iframe,
  iframe.sb-rmhl-doctor-img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 360px;
    max-height: none;
    display: block;
  }

  .hlc-course-grid,
  .dps-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hlc-course-card-media img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .masterclass-audience-grid,
  .sbm-ready-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sbm-mentor-card-inner {
    flex-direction: column;
  }

  .sbm-mentor-image-wrap {
    width: 100%;
    max-width: 430px;
    flex: 0 0 auto;
  }

  .sbm-ready-join-top {
    grid-template-columns: 1fr;
  }

  .sbm-awards-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .sb-rmhl-hero-inner {
    padding: 54px 18px 0;
  }

  .sb-rmhl-title {
    font-size: clamp(25px, 7.25vw, 44px);
    line-height: 1.12;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
  }

  .sb-rmhl-title span {
    white-space: normal;
  }

  .sb-rmhl-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .sb-rmhl-desc {
    font-size: 15.8px;
    line-height: 1.48;
    font-weight: 600;
  }

  .sb-rmhl-action-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .sb-rmhl-btn {
    width: 100%;
    max-width: 345px;
    min-height: 58px;
    font-size: 18px;
  }

  .sb-rmhl-doctor-img {
    width: min(94vw, 500px);
    margin-top: 8px;
    margin-right: -24px;
  }

  .sb-rmhl-hero-video-wrap {
    width: 100%;
    margin: 24px 0 0;
  }

  .sb-rmhl-hero-video-frame,
  .sb-rmhl-hero-video-wrap iframe,
  iframe.sb-rmhl-doctor-img {
    width: 100%;
    height: 260px;
    margin-right: 0;
  }

  .hlc-course-wrap,
  .masterclass-audience-section,
  .dps-testimonial-section,
  .sbm-mentor-section,
  .sbm-awards-gallery,
  .sbm-ready-join-section,
  .sbm-faq-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hlc-course-card-title {
    font-size: 19px;
  }

  .hlc-course-card-text,
  .hlc-course-points li {
    font-size: 15px;
    line-height: 1.55;
  }

  .masterclass-audience-grid,
  .sbm-ready-feature-grid {
    grid-template-columns: 1fr;
  }

  .masterclass-audience-title,
  .dps-testimonial-heading,
  .sbm-mentor-title,
  .sbm-faq-title {
    font-size: 31px;
    margin-bottom: 28px;
  }

  .masterclass-audience-card {
    min-height: auto;
    padding: 17px 18px;
  }

  .sbm-mentor-card {
    padding: 18px 16px 22px;
  }

  .sbm-mentor-content p,
  .sbm-mentor-features li {
    font-size: 16px;
  }

  .sbm-awards-lightbox {
    padding: 72px 14px 98px;
  }

  .sbm-awards-lightbox-prev {
    left: 8px;
  }

  .sbm-awards-lightbox-next {
    right: 8px;
  }

  .sbm-awards-lightbox-top {
    top: -54px;
  }

  .sbm-ready-join-card {
    padding: 30px 18px;
  }

  .sbm-ready-button {
    min-height: 60px;
    font-size: 20px;
  }

  .sbm-faq-question {
    padding: 18px;
  }

  .sbm-faq-question-text {
    font-size: 16.5px;
  }
}

/* ==========================================================
   Final Hero Video Layout Fix
   - Applies only when hero video wrapper exists
   - Hero image design stays untouched
   ========================================================== */

.sb-rmhl-hero-video-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  width: min(47vw, 722px);
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: none;
  border-radius: 18px;
  overflow: hidden;
  z-index: 1;
  background: #111111;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
  transform: translateY(-50%);
  display: block;
}

.sb-rmhl-hero-video-frame,
.sb-rmhl-hero-video-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  background: #000000;
}

/* Use the exact two-column hero structure only for video hero */
@media (min-width: 1025px) {
  .sb-rmhl-hero-wrap:has(.sb-rmhl-hero-video-wrap),
  .sb-rmhl-hero-wrap:has(.sb-rmhl-hero-video-wrap) .sb-rmhl-hero-inner {
    min-height: 980px;
  }

  .sb-rmhl-hero-wrap:has(.sb-rmhl-hero-video-wrap) .sb-rmhl-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 690px) minmax(0, 700px);
    align-items: center;
    gap: 58px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sb-rmhl-hero-wrap:has(.sb-rmhl-hero-video-wrap) .sb-rmhl-copy {
    max-width: 690px;
  }

  .sb-rmhl-hero-wrap:has(.sb-rmhl-hero-video-wrap) .sb-rmhl-title {
    font-size: clamp(42px, 3.55vw, 60px);
    line-height: 1.1;
    letter-spacing: -1px;
  }

  .sb-rmhl-hero-wrap:has(.sb-rmhl-hero-video-wrap) .sb-rmhl-title span {
    white-space: normal;
  }

  .sb-rmhl-hero-wrap:has(.sb-rmhl-hero-video-wrap) .sb-rmhl-desc {
    max-width: 660px;
  }

  .sb-rmhl-hero-wrap:has(.sb-rmhl-hero-video-wrap) .sb-rmhl-hero-video-wrap {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 700px;
    min-height: 445px;
    aspect-ratio: 16 / 10.2;
    justify-self: end;
    transform: none;
  }
}

@media (min-width: 1281px) {
  .sb-rmhl-hero-wrap:has(.sb-rmhl-hero-video-wrap) .sb-rmhl-hero-inner {
    grid-template-columns: minmax(0, 700px) minmax(0, 720px);
    gap: 62px;
  }

  .sb-rmhl-hero-wrap:has(.sb-rmhl-hero-video-wrap) .sb-rmhl-hero-video-wrap {
    max-width: 720px;
    min-height: 465px;
  }
}

@media (max-width: 1024px) {
  .sb-rmhl-hero-video-wrap {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 720px);
    min-height: 380px;
    margin: 32px auto 0;
    transform: none;
  }

  .sb-rmhl-hero-video-frame,
  .sb-rmhl-hero-video-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
  }

  .sb-rmhl-title span {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .sb-rmhl-hero-video-wrap {
    width: 100%;
    min-height: 260px;
    margin-top: 26px;
    border-radius: 14px;
  }

  .sb-rmhl-hero-video-frame,
  .sb-rmhl-hero-video-wrap iframe {
    min-height: 260px;
  }
}

@media (max-width: 420px) {
  .sb-rmhl-hero-video-wrap {
    min-height: 220px;
  }

  .sb-rmhl-hero-video-frame,
  .sb-rmhl-hero-video-wrap iframe {
    min-height: 220px;
  }
}

