.course-single-hero{
  background:#fff;
  padding-top:3.5rem;
  padding-bottom:3.5rem;
}

.course-single-visual{
  position:relative;
}

.course-single-bg-shapes{
  position:absolute;
  top:50%;
  right:-110px;
  transform:translateY(-50%);
  width:113px;
  max-width:40vw;
  height:auto;
  pointer-events:none;
  z-index:0;
}

.course-single-foreground{
  position:relative;
  z-index:1;
}

.course-single-title{
  font-weight:500;
  letter-spacing:-.02em;
  color:var(--text-dark);
  font-size:2.15rem;
  line-height:1.18;
  margin:0;
}

.course-single-desc{
  color:var(--muted);
  line-height:1.7;
  max-width:56ch;
  font-size:1rem;
  margin:0;
}

.course-single-dates{
  margin-top:1.25rem;
  max-width:420px;
}

.course-single-date{
  margin:0;
}

.course-single-date + .course-single-date{
  margin-top:1rem;
}

.course-single-date-label{
  font-size:.78rem;
  color:#9a9a9a;
  font-weight:500;
  margin:0;
}

.course-single-date-value{
  margin-top:.25rem;
  font-size:1rem;
  color:#111;
  font-weight:500;
  display:flex;
  flex-wrap:wrap;
  gap:.35rem;
}

.course-single-date-day{
  color:#111;
  font-weight:500;
}

.course-single-date-accent{
  color:var(--brand-red);
  font-weight:500;
}

.course-single-image{
  border-radius:18px;
  overflow:hidden;
  background:#f3f3f3;
  box-shadow:0 18px 55px rgba(17,24,39,.10);
  height:360px;
}

.course-single-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.course-single-hero .btn.btn-brand{
  margin-top:1.25rem;
}

.course-single-hero a{
  color:inherit;
}

.course-single-hero a:hover{
  color:inherit;
}

@media (max-width: 991.98px){
  .course-single-bg-shapes{ display:none !important; }
  .course-single-hero{ padding-top:2.75rem; padding-bottom:2.75rem; }
  .course-single-title{ font-size:1.75rem; }
  .course-single-image{ height:280px; }
  .course-single-dates{ max-width:100%; }
}

@media (max-width: 575.98px){
  .course-single-title{ font-size:1.6rem; }
  .course-single-image{ height:240px; }
}

.prebook-section{
  padding: 4rem 0 4.25rem;
  background:#fff;
}

.prebook-section *{
  box-sizing: border-box;
}

.prebook-grid{
  display:grid;
  grid-template-columns: 1.05fr 520px;
  gap: 3.5rem;
  align-items:start;
}

.prebook-left{
  max-width: 760px;
}

.prebook-title{
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--text-dark);
  font-size: 2.15rem;
  line-height: 1.18;
  margin: 0 0 1.25rem;
}

.prebook-sub{
  color: #111;
  font-weight: 600;
  margin: 0 0 .85rem;
  font-size: 1rem;
}

.prebook-checklist{
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 1.4rem !important;
  display:flex;
  flex-direction:column;
  gap: .95rem;
}

.prebook-checklist li{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display:flex;
  align-items:flex-start;
  gap: .75rem;
}

.prebook-check{
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 999px;
  background: var(--brand-red);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size: 12px;
  line-height: 1;
  margin-top: 2px;
}

.prebook-check-text{
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}

.prebook-btn{
  display:inline-flex;
  align-items:center;
  gap: .75rem;
  background: var(--brand-red);
  color:#fff !important;
  border-radius: 999px;
  padding: .75rem 1.35rem;
  font-weight: 600;
  text-decoration: none !important;
}

.prebook-btn:hover{
  background:#d83131;
  color:#fff !important;
  text-decoration:none !important;
}

.prebook-arrow{
  font-size: 1.05rem;
  line-height: 1;
}

.prebook-right{
  background:#fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 1.6rem 1.75rem;
  box-shadow: 0 18px 55px rgba(17,24,39,.06);
}

.prebook-notes{
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display:flex;
  flex-direction:column;
  gap: 1rem;
}

.prebook-notes li{
  list-style: none !important;
  position:relative;
  padding-left: 22px !important;
  margin: 0 !important;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.prebook-notes li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:0;
  height:0;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:7px solid var(--brand-red);
}

.prebook-right a{
  color: inherit !important;
  text-decoration: none !important;
}

.prebook-phone-wrap{
  display:inline-block;
  margin-top: .15rem;
}

.prebook-phone{
  color: var(--brand-red) !important;
  text-decoration: underline !important;
  font-weight: 600;
}

@media (max-width: 991.98px){
  .prebook-grid{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .prebook-right{
    width: 100%;
    max-width: 100%;
  }
  .prebook-title{
    font-size: 1.75rem;
  }
}
