.book-page .site-header{
  position: sticky;
  top: 0;
  z-index: 20;
}

.book-hero{
  padding: 56px 0 28px;
}

.book-hero-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: start;
}

.book-hero-copy h1{
  margin: 0 0 10px;
}

.book-offer-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 10px;
}

.book-offer{
  text-align: left;
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  border-radius: 16px;
  padding: 14px 14px;
  cursor: pointer;
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
  color:  linear-gradient(180deg, var(--gold), var(--gold2));;
}

.book-offer:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
}

.book-offer.is-active{
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.08);
}

.book-offer-name{
  font-weight: 600;
  letter-spacing: .2px;
  color: var(--gold2);
}

.book-offer-price{
  font-size: 22px;
  margin-top: 8px;
  font-weight: 700;
}

.book-offer-meta{
  margin-top: 6px;
  opacity: .8;
  font-size: 12px;
}

.book-micro{
  margin: 10px 0 18px;
  opacity: .9;
}

.book-mini-notes{
  display: grid;
  gap: 10px;
  margin: 18px 0 16px;
}

.book-mini-card{
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  border-radius: 16px;
  padding: 14px 14px;
}

.book-mini-title{
  font-weight: 600;
  margin-bottom: 6px;
}

.book-mini-text{
  opacity: .85;
  line-height: 1.5;
}

.book-links-row{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.book-hero-widget{
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.22);
  border-radius: 22px;
  overflow: hidden;
}

.book-widget-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.book-widget-head h2{
  margin: 0 0 6px;
  font-size: 18px;
}

.book-direct-link{
  font-size: 12px;
  opacity: .9;
  text-decoration: underline;
  padding-top: 2px;
  white-space: nowrap;
}

.book-widget-shell{
  padding: 12px;
}

.book-widget-shell .calendly-inline-widget{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
}

.book-bottom{
  padding: 20px 0 56px;
}

.book-bottom-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.book-bottom-card{
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  border-radius: 18px;
  padding: 16px 16px;
}

.book-bottom-card h3{
  margin: 0 0 8px;
  font-size: 16px;
}

.book-bottom-card p{
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 980px){
  .book-hero-grid{
    grid-template-columns: 1fr;
  }

  .book-offer-grid{
    grid-template-columns: 1fr;
  }

  .book-bottom-grid{
    grid-template-columns: 1fr;
  }

  .book-widget-shell .calendly-inline-widget{
    height: 820px;
  }
}
.calendly-inline-widget iframe {
  background: #0b0b0b;
}
.calendly-spinner {


  display: none;
}