.bt-course-detail-ready {
  background: #fff;
}

.bt-course-detail-ready .ct-subnav {
  display: none;
}

.bt-course-detail-ready .ct-hero {
  position: relative;
  min-height: 600px;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, #0c405c 0 46%, transparent 46%),
    var(--course-hero-image, linear-gradient(135deg, #dbe5ea, #f8fafc)) center right / cover no-repeat;
}

.bt-course-detail-ready .ct-hero::before,
.bt-course-detail-ready .ct-hero::after {
  content: "";
  position: absolute;
  top: -8%;
  bottom: -8%;
  width: 190px;
  pointer-events: none;
  transform: skewX(-12deg);
}

.bt-course-detail-ready .ct-hero::before {
  left: 42%;
  background: #f97316;
  z-index: 1;
}

.bt-course-detail-ready .ct-hero::after {
  left: 44.8%;
  background: rgba(255, 223, 199, 0.82);
  z-index: 2;
}

.bt-course-detail-ready .ct-hero-inner {
  position: relative;
  z-index: 3;
  min-height: 600px;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(320px, 45vw) 1fr;
  gap: 0;
  align-items: stretch;
  margin: 0;
}

.bt-course-detail-ready .ct-hero-left {
  max-width: none;
  padding: clamp(2.15rem, 2.4vw, 2.75rem) clamp(2rem, 5vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c405c;
}

.bt-course-eyebrow {
  margin: 0 0 1.2rem;
  color: #dbeafe;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bt-course-detail-ready .ct-hero-title {
  max-width: 680px;
  margin-bottom: 1.05rem;
  font-size: clamp(2.2rem, 3.25vw, 3.15rem);
}

.bt-hero-checks {
  display: grid;
  gap: 0.3rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.bt-hero-checks li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.35;
}

.bt-hero-checks iconify-icon {
  flex: 0 0 auto;
  color: #7dd3fc;
  margin-top: 0.12rem;
}

.bt-course-detail-ready .ct-hero-actions {
  margin-top: 0.4rem;
}

.bt-course-detail-ready .ct-btn-primary,
.bt-course-detail-ready .ct-btn-outline {
  border-radius: 999px;
}

.bt-hero-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.05rem 0 0;
  color: #eaf7fb;
  font-size: 0.86rem;
}

.bt-hero-stars {
  color: #fbbf24;
  letter-spacing: 0.05em;
}

.bt-course-detail-ready .ct-hero-card {
  display: none;
}

.bt-hero-play {
  position: absolute;
  z-index: 4;
  right: clamp(14rem, 25vw, 30rem);
  top: 50%;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #1167a9;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.24);
}

.bt-feature-strip {
  position: relative;
  z-index: 8;
  background: #dbe6e8;
  border-bottom: 8px solid #ffc084;
  padding: 0 !important;
}

.bt-feature-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.bt-feature-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #083a5c;
  font-weight: 700;
  line-height: 1.15;
}

.bt-feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 0.7rem;
  background: #0c405c;
  color: #fff;
}

.bt-course-landing {
  background: #fff;
  color: #0c405c;
}

.bt-course-container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.bt-question-band {
  background: #0c405c;
  color: #fff;
  border-bottom: 8px solid #ffc084;
  padding: 0 !important;
}

.bt-question-band-inner,
.bt-sticky-enquiry-inner {
  width: min(1180px, calc(100% - 2rem));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.bt-question-band h2,
.bt-sticky-enquiry h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 2.5vw, 2.45rem);
  line-height: 1.1;
}

.bt-question-band a,
.bt-sticky-enquiry a,
.bt-price-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 174px;
  padding: 0.9rem 1.7rem;
  border-radius: 999px;
  background: #1d71b8;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border: 0;
  cursor: pointer;
}

.bt-course-facts {
  padding: 3.6rem 0 2rem;
}

.bt-facts-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #7da2b6;
  border-bottom: 1px solid #7da2b6;
}

.bt-fact {
  padding: 1rem 0.85rem 1.65rem;
  min-width: 0;
}

.bt-fact-label {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 28px;
  margin-bottom: 0.95rem;
  color: #0c405c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bt-fact-value {
  color: #0c405c;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.28;
}

.bt-info-grid {
  padding: 1.2rem 0 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 2rem;
}

.bt-info-card {
  min-height: 265px;
  height: 100%;
  padding: 1.8rem;
  border-radius: 1rem;
  background: #f4f6f7;
  text-align: center;
}

.bt-info-card h2 {
  margin: 0 0 1rem;
  color: #0c405c;
  font-size: clamp(1.65rem, 2vw, 2.1rem);
  line-height: 1.1;
}

.bt-info-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.55;
}

.bt-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.35rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.bt-check-list li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: #063b63;
  font-size: 1rem;
  line-height: 1.45;
}

.bt-check-list iconify-icon {
  flex: 0 0 auto;
  color: #0c405c;
  margin-top: 0.15rem;
}

.bt-modules-section {
  padding: 0.5rem 0 4rem !important;
}

.bt-section-title {
  margin: 0 0 1.6rem;
  color: #0c405c;
  font-size: clamp(2rem, 3vw, 2.5rem);
  text-align: center;
}

.bt-module-list {
  width: min(780px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 0.8rem;
}

.bt-module-list details {
  border: 1px solid #d8e1e7;
  border-radius: 0.8rem;
  background: #fff;
  overflow: hidden;
}

.bt-module-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  cursor: pointer;
  color: #0c405c;
  list-style: none;
}

.bt-module-list summary::-webkit-details-marker {
  display: none;
}

.bt-module-list summary strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #555;
  font-size: 0.88rem;
}

.bt-module-list summary span {
  display: block;
  color: #0c405c;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.25;
}

.bt-module-list summary iconify-icon {
  color: #1167a9;
}

.bt-module-list details[open] summary iconify-icon {
  transform: rotate(45deg);
}

.bt-module-body {
  padding: 0 1.25rem 1.25rem;
  color: #4b5563;
  line-height: 1.55;
}

.bt-pricing-section {
  padding: 4.5rem 0 3.6rem !important;
  background: #dbe6e8;
}

.bt-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 2rem;
}

.bt-price-card {
  min-height: 330px;
  height: 100%;
  padding: 1.7rem;
  border-radius: 0.9rem;
  background: #fff;
  color: #0c405c;
  display: flex;
  flex-direction: column;
}

.bt-price-card h3 {
  min-height: 2.8rem;
  margin: 0 0 1.35rem;
  color: #0c405c;
  font-size: 1.15rem;
}

.bt-price-amount {
  margin: 0 0 0.25rem;
  color: #0c405c;
  font-size: clamp(2.1rem, 4vw, 2.7rem);
  line-height: 1;
}

.bt-price-note {
  margin: 0 0 1.1rem;
  color: #4b5563;
}

.bt-price-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.bt-price-list li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  color: #063b63;
  line-height: 1.35;
}

.bt-outcomes-section {
  padding: 4.5rem 0 !important;
  background: #f4f6f7;
}

.bt-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 2rem;
}

.bt-proof-card {
  overflow: hidden;
  border: 1px solid #dbe3ea;
  border-radius: 0.8rem;
  background: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bt-proof-icon {
  min-height: 130px;
  display: grid;
  place-items: center;
  background: #0c405c;
  color: #fff;
}

.bt-proof-card:nth-child(2) .bt-proof-icon {
  background: #fff;
  color: #0c405c;
}

.bt-proof-card h3 {
  margin: 1.2rem 1.25rem 0.45rem;
  color: #0c405c;
  font-size: 1.12rem;
}

.bt-proof-card p {
  margin: 0 1.25rem 1.35rem;
  color: #4b5563;
  line-height: 1.45;
  flex: 1;
}

.bt-sticky-enquiry {
  display: none;
}

.bt-course-detail-ready {
  padding-bottom: 0;
}

.bt-course-detail-ready {
  --bt-navy: #0c405c;
  --bt-blue: #1d71b8;
  --bt-soft: #dbe6e8;
  --bt-soft-panel: #f3f7fb;
  --bt-line: #d8e1e7;
  --bt-copy: #4b5563;
  --bt-accent: #f97316;
}

.bt-course-detail-ready .main-grid {
  background: #fff !important;
}

.bt-course-detail-ready .content-panel {
  overflow: hidden;
  border: 1px solid var(--bt-line) !important;
  border-radius: 0.9rem !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(12, 64, 92, 0.07) !important;
}

.bt-course-detail-ready .content-panel:hover {
  transform: none !important;
  box-shadow: 0 10px 30px rgba(12, 64, 92, 0.07) !important;
}

.bt-course-detail-ready .panel-header {
  background: var(--bt-soft-panel) !important;
  border-bottom: 1px solid var(--bt-line) !important;
}

.bt-course-detail-ready .panel-header h2,
.bt-course-detail-ready .panel-header h3,
.bt-course-detail-ready .panel-body h3,
.bt-course-detail-ready .quiz-intro-title {
  color: var(--bt-navy) !important;
}

.bt-course-detail-ready .panel-body p,
.bt-course-detail-ready .panel-body li,
.bt-course-detail-ready .quiz-intro-desc,
.bt-course-detail-ready .info-card-body {
  color: var(--bt-copy) !important;
}

.bt-course-detail-ready .info-card {
  border: 1px solid var(--bt-line) !important;
  border-radius: 0.8rem !important;
  background: #fff !important;
  box-shadow: none !important;
}

.bt-course-detail-ready .info-card-header {
  background: var(--bt-navy) !important;
  color: #fff !important;
}

.bt-course-detail-ready .module-item {
  border-bottom-color: var(--bt-line) !important;
}

.bt-course-detail-ready .module-num {
  color: var(--bt-navy) !important;
  background: var(--bt-soft) !important;
}

.bt-course-detail-ready .fact-list li::marker {
  color: var(--bt-blue);
}

.bt-course-detail-ready .resource-link {
  border-color: var(--bt-line) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.bt-course-detail-ready .resource-link:hover {
  border-color: var(--bt-blue) !important;
  box-shadow: 0 10px 26px rgba(12, 64, 92, 0.08) !important;
}

.bt-course-detail-ready .resource-link-title,
.bt-course-detail-ready .resource-link-url {
  color: var(--bt-navy) !important;
}

.bt-course-detail-ready .quiz-intro-card {
  border: 1px solid var(--bt-line) !important;
  background: var(--bt-soft-panel) !important;
  box-shadow: none !important;
}

.bt-course-detail-ready .quiz-start-btn,
.bt-course-detail-ready .submit-btn,
.bt-course-detail-ready .ct-btn-primary {
  background: var(--bt-blue) !important;
  border-color: var(--bt-blue) !important;
  color: #fff !important;
}

.bt-course-detail-ready .ct-btn-outline {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--bt-blue) !important;
}

.bt-course-detail-ready .paywall-top {
  border-color: var(--bt-navy) !important;
  background: #fff !important;
}

.bt-course-detail-ready .paywall-top-pill,
.bt-course-detail-ready .paywall-top-right {
  background: var(--bt-navy) !important;
}

.bt-course-detail-ready .paywall-top-title,
.bt-course-detail-ready .paywall-top-benefits li,
.bt-course-detail-ready .paywall-top-copy {
  color: var(--bt-navy) !important;
}

.bt-course-detail-ready .paywall-top-benefits .paywall-tick,
.bt-course-detail-ready .paywall-tick {
  background: #dbeafe !important;
  color: var(--bt-navy) !important;
}

.bt-course-detail-ready .paywall-top-btn {
  color: var(--bt-navy) !important;
}

@media (max-width: 1100px) {
  .bt-course-detail-ready .ct-hero {
    background:
      linear-gradient(90deg, rgba(12, 64, 92, 0.94), rgba(12, 64, 92, 0.78)),
      var(--course-hero-image, linear-gradient(135deg, #dbe5ea, #f8fafc)) center / cover no-repeat;
  }

  .bt-course-detail-ready .ct-hero::before,
  .bt-course-detail-ready .ct-hero::after,
  .bt-hero-play {
    display: none;
  }

  .bt-course-detail-ready .ct-hero-inner {
    grid-template-columns: 1fr;
  }

  .bt-course-detail-ready .ct-hero-left {
    background: rgba(12, 64, 92, 0.92);
  }

  .bt-feature-strip-inner,
  .bt-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .bt-course-detail-ready .ct-hero {
    min-height: 0;
  }

  .bt-course-detail-ready .ct-hero-inner {
    min-height: 0;
  }

  .bt-course-detail-ready .ct-hero-left {
    padding: 3rem 1rem;
  }

  .bt-course-detail-ready .ct-hero-title {
    font-size: 2rem;
  }

  .bt-course-detail-ready .ct-topbar-inner {
    padding: 0 0.75rem !important;
  }

  .bt-course-detail-ready .ct-nav {
    justify-content: center !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
    gap: 0.32rem !important;
    padding-bottom: 0 !important;
  }

  .bt-course-detail-ready .ct-nav a {
    padding: 0.38rem 0.55rem !important;
    font-size: 0.66rem !important;
  }

  .bt-course-detail-ready .ct-nav a#loginLink {
    margin-left: 0 !important;
  }

  .bt-feature-strip-inner,
  .bt-facts-grid,
  .bt-info-grid,
  .bt-pricing-grid,
  .bt-proof-grid,
  .bt-check-list {
    grid-template-columns: 1fr;
  }

  .bt-question-band-inner,
  .bt-sticky-enquiry-inner {
    min-height: 78px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.95rem 0;
  }

  .bt-question-band h2,
  .bt-sticky-enquiry h2 {
    font-size: 1.45rem;
  }

  .bt-question-band a,
  .bt-sticky-enquiry a {
    width: 100%;
  }

  .bt-hero-rating,
  .bt-sticky-enquiry {
    display: none;
  }

  .bt-course-detail-ready {
    padding-bottom: 0;
  }

  .bt-info-card,
  .bt-price-card {
    height: auto;
    min-height: 0;
  }

  .bt-price-card h3 {
    min-height: 0;
  }
}
