/* Navbar shadow — Figma: 0 / 4 / 4 / 0, #000 @ 25% */
#navbar {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.od-v3-hero {
  --od-v3-red: #c5372a;
  --od-v3-ink: #1a1a1a;
  --od-v3-muted: #4a4a4a;
  --od-v3-card: #f3f6f6;
  --od-v3-shape: rgba(230, 237, 237, 0.5);
  position: relative;
  overflow: hidden;
  padding: 0;
  color: var(--od-v3-ink);
  background: #fff;
}

.od-v3-hero__bg {
  position: absolute;
  left: 0;
  right: 0;
  /* Starts at hero top (no white gap); taller so the diagonal stays low */
  top: 0;
  height: 470px;
  background: var(--od-v3-shape);
  /* Horizontally mirrored: bottom edge high-left → low-right */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 68%);
  z-index: 0;
  pointer-events: none;
}

.od-v3-hero__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "intro aside";
  gap: 24px 64px;
  align-items: start;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 20px;
}

.od-v3-hero__intro {
  grid-area: intro;
}

.od-v3-hero__aside {
  grid-area: aside;
  width: 100%;
  max-width: 520px;
  justify-self: end;
}

/* Beat .section h1 from course-page-v2.css (mobile full-bleed title band) */
.section .od-v3-hero__title {
  width: auto;
  margin: 0 0 16px;
  padding: 0;
  background: transparent;
  font-family: 'Abril Fatface', serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.05;
  color: var(--od-v3-ink);
}

.od-v3-hero__next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: var(--od-v3-muted);
}

.od-v3-hero__next-value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--od-v3-ink);
  font-weight: 500;
}

.od-v3-hero__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #0ED500;
  line-height: 0;
}

.od-v3-hero__dot svg {
  display: block;
  width: 14px;
  height: 14px;
}

.od-v3-hero__text {
  margin: 0 0 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--od-v3-ink);
}

.od-v3-hero__text p {
  margin: 0 0 12px;
}

.od-v3-hero__text p:last-child {
  margin-bottom: 0;
}

.od-v3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 999px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: opacity 200ms ease, transform 200ms ease;
}

.od-v3-btn:hover,
.od-v3-btn:focus {
  opacity: 0.92;
  text-decoration: none !important;
}

.od-v3-btn--red {
  color: #fff !important;
  background: var(--od-v3-red);
}

.od-v3-btn--black {
  color: #fff !important;
  background: #1a1a1a;
}

.od-v3-btn__arrow {
  font-weight: 400;
}

.od-v3-hero__media {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.od-v3-hero__media > .container,
.od-v3-hero__band {
  position: relative;
  z-index: 1;
}

.od-v3-hero__video.ht-header-visual-video,
.od-v3-hero__video {
  position: relative;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding-top: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.od-v3-hero__video .ht-header-visual-video-iframe,
.od-v3-hero__video iframe,
.od-v3-hero__video .ht-header-visual-video-local {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.od-v3-hero__video .ht-header-visual-video-local {
  object-fit: cover;
  display: block;
  background: #111;
}

.od-v3-hero__video-thumb {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.od-v3-hero__video-thumb.playing {
  opacity: 0;
  pointer-events: none;
}

.od-v3-hero__video-thumb img {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  pointer-events: none;
}

.od-v3-usps {
  position: relative;
  z-index: 1;
  margin-top: 36px;
  margin-bottom: 16px;
  padding-top: 24px;
}

.od-v3-usps__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.od-v3-usp {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 18px 24px;
  background: #f3f6f6;
  border: 1px solid #e6eded;
  border-radius: 8px;
  box-sizing: border-box;
}

.od-v3-usp__icon {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 44px !important;
  height: 44px !important;
  max-width: 44px;
  max-height: 44px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 0;
  overflow: hidden;
  flex: none;
}

.od-v3-usp__icon-svg {
  display: block;
  width: 44px !important;
  height: 44px !important;
  max-width: 100%;
  max-height: 100%;
}

.od-v3-usp__title {
  margin: 8px 0 10px;
  font-family: 'Abril Fatface', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--od-v3-ink);
}

.od-v3-usp__text {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: var(--od-v3-muted);
}

.od-v3-usp__link {
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: var(--od-v3-ink);
  text-decoration: underline;
}

.od-v3-body {
  position: relative;
  z-index: 1;
  margin-top: 72px;
  max-width: 1170px;
}

.od-v3-body__content {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--od-v3-ink);
}

.od-v3-body__content > *:first-child {
  margin-top: 0;
}

.od-v3-body__content h2,
.od-v3-body__content h3,
.od-v3-body__content h4 {
  margin: 0 0 16px;
  font-family: 'Abril Fatface', serif;
  font-weight: 400;
  line-height: 1.2;
  color: var(--od-v3-ink);
}

.od-v3-body__content h2 {
  font-size: clamp(28px, 3.5vw, 40px);
}

.od-v3-body__content h3,
.od-v3-body__content h4 {
  margin-top: 28px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.od-v3-body__content p {
  margin: 0 0 16px;
}

.od-v3-body__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.od-v3-hero__divider {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  border-bottom: 1px solid #e6eded;
}

.od-v3-usps .slick-list {
  margin: 0 -8px;
  padding-bottom: 8px;
}

.od-v3-usps .slick-slide {
  height: auto;
}

.od-v3-usps .slick-track {
  display: flex !important;
  align-items: stretch;
}

.od-v3-usps .slick-slide > div {
  height: 100%;
}

.od-v3-usps .slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.od-v3-usps .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.od-v3-usps .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background: #d0d0d0;
  border: 0;
  font-size: 0;
  line-height: 0;
}

.od-v3-usps .slick-dots li button:before {
  display: none;
}

.od-v3-usps .slick-dots li.slick-active button {
  background: #6a6a6a;
}

@media only screen and (max-width: 991px) {
  .od-v3-hero__top {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "aside";
    gap: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .od-v3-hero__aside {
    justify-self: stretch;
    max-width: none;
  }

  .od-v3-usps {
    overflow: visible;
  }

  /* Reset desktop grid so Slick can size slides correctly */
  .od-v3-usps__track {
    display: block;
    grid-template-columns: none;
    gap: 0;
  }

  .od-v3-usps__track:not(.slick-initialized) {
    display: flex;
    gap: 16px;
    overflow: hidden;
  }

  .od-v3-usps__track:not(.slick-initialized) .od-v3-usp {
    flex: 0 0 78%;
  }

  .od-v3-usps .slick-list {
    margin: 0;
    /* Slick centerMode sets inline padding L/R and zeros top — keep room for icons */
    padding-top: 28px !important;
    padding-bottom: 8px !important;
    overflow: hidden;
  }

  /* Article is the slide — keep card padding, add side gutter via margin */
  .od-v3-usps .slick-slide.od-v3-usp {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    height: auto !important;
    min-height: 0;
    margin: 0 6px;
    padding: 40px 18px 24px;
    box-sizing: border-box;
  }

  .od-v3-usp__icon {
    width: 44px !important;
    height: 44px !important;
    min-height: 44px;
    max-height: 44px;
  }

  .od-v3-usps .slick-dots {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
  }
}

.od-v3-hero__next-label--mobile {
  display: none;
}

@media only screen and (max-width: 736px) {
  .od-v3-hero {
    padding: 0;
  }

  .od-v3-hero__top {
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .section .od-v3-hero__title {
    font-size: 40px;
    margin: 0 0 12px;
    padding: 0;
    width: auto;
    background: transparent;
  }

  .od-v3-hero__next {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 15px;
  }

  .od-v3-hero__next-label--desktop {
    display: none;
  }

  .od-v3-hero__next-label--mobile {
    display: inline;
  }

  .od-v3-hero__cta .od-v3-btn {
    width: 100%;
    max-width: 280px;
  }

  .od-v3-hero__media {
    margin-bottom: 28px;
  }

  .od-v3-hero__bg {
    top: 0;
    height: 470px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
  }

  .od-v3-hero__video-thumb img {
    width: 56px;
    height: 56px;
  }

  .od-v3-body {
    margin-top: 56px;
  }

  .od-v3-hero__divider {
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .od-v3-body__ctas .od-v3-btn {
    width: 100%;
    max-width: 280px;
  }

  .od-v3-usp__title {
    font-size: 20px;
  }
}
