/* Academy booking page — hero callout + Notion Calendar CTA, video */
main.interest-main {
  width: min(100% - 1.5rem, 800px);
  max-width: 800px;
  margin: 100px auto 3rem;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-md, 0 8px 24px rgba(8, 24, 79, 0.12));
  border: 1px solid rgba(8, 24, 79, 0.07);
}

.interest-main h1 {
  color: var(--color-ink, #1c1c21);
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.interest-main > p,
.interest-main .callout {
  font-size: 0.95rem;
}

.interest-hero-callout {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  align-items: stretch;
  margin-bottom: 2rem;
}

.interest-hero-callout-text {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.55;
}

.interest-hero-callout-text a {
  font-weight: 600;
}

.interest-callout-cta {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 22rem;
  margin: 0.75rem auto 0;
  padding: 0.95rem 1.25rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.interest-video-section {
  margin-top: 0.25rem;
}

.interest-section-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--color-ink, #1c1c21);
}

.interest-section-title--video {
  margin-top: 1.75rem;
  margin-bottom: 0.85rem;
}

.interest-section-lede {
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 0 1rem;
  color: var(--color-ink, #1c1c21);
}

.video-frame {
  background: var(--color-ink, #1c1c21);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}

.video-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 767px) {
  .video-frame {
    position: relative;
    padding-bottom: 177.78%;
    height: 0;
  }
  .video-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .interest-main {
    padding: 1rem 0.5rem;
    margin: 80px 0.25rem 2rem;
  }
}

@media (min-width: 768px) {
  .video-frame {
    width: 100%;
    max-width: 800px;
    height: 450px;
    margin: 0 auto;
  }
  .video-inner {
    width: 280px;
    height: 100%;
  }
}

.callout {
  font-size: 1rem;
  font-weight: 600;
  background: var(--color-blue-mist, #d9e2ff);
  color: var(--color-ink, #1c1c21);
  padding: 1rem 1.15rem;
  border-radius: 8px;
  border: 1px solid rgba(164, 185, 249, 0.6);
}

header .btn-secondary {
  display: inline-block;
}
