/* Schedule page: iframe framing + small layout helpers; hero uses standard internal page-hero styles. */

/* Full-width main column (no right rail): single child in .content-grid would otherwise sit in ~65% width. */
.page-schedule .content-grid {
  grid-template-columns: minmax(0, 1fr);
}

/* Align schedule blocks to the same width as `.page-hero--internal` (54rem in k3-core.css). */
.page-schedule .main-content > .content-section:not(.page-hero) {
  max-width: 54rem;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}

.page-schedule .page-hero .badges.schedule-trust {
  justify-content: center;
  margin-top: 14px;
}

.page-schedule .page-hero .badges.schedule-trust .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-schedule .page-hero .badges.schedule-trust .badge .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-schedule .page-hero .badges.schedule-trust .badge .icon svg,
.page-schedule .page-hero .badges.schedule-trust .badge .icon i {
  width: 14px;
  height: 14px;
}

.page-schedule .page-hero .badge-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}

.page-schedule .page-hero .badge-link:hover {
  border-color: rgba(71, 168, 212, 0.45);
}

.page-schedule .schedule-call-with-kate > .card-inner > p:first-of-type {
  margin-bottom: 12px;
}

.page-schedule .schedule-call-with-kate .muted {
  margin-bottom: 0;
}

.page-schedule .schedule-call-with-kate .card-inner {
  padding-bottom: 20px;
}

.page-schedule .schedule-intro-mobile {
  display: none;
}

.page-schedule .schedule-embed-wrap {
  margin-top: 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.14);
  background: #ffffff;
}

.page-schedule .schedule-mobile-booking {
  display: none;
  margin-top: 14px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Native `.btn.btn-primary` — full width on mobile (same tokens as k3-core / rail CTAs) */
.page-schedule .schedule-mobile-booking .schedule-gcal-open-link.btn.btn-primary {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  justify-content: center;
  box-sizing: border-box;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}

.page-schedule .schedule-embed {
  display: block;
  width: 100%;
  height: 1170px;
  border: 0;
  background: #ffffff;
}

.page-schedule .schedule-fallback .thanks-actions {
  margin-top: 14px;
}

.page-schedule .schedule-qa-list {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.page-schedule .schedule-qa-item h3 {
  margin: 0 0 6px;
  font-size: 1.04rem;
}

.page-schedule .schedule-qa-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .page-schedule .schedule-embed {
    height: 1290px;
  }
}

@media (max-width: 640px) {
  .page-schedule .schedule-intro-desktop {
    display: none;
  }

  .page-schedule .schedule-intro-mobile {
    display: block;
  }

  .page-schedule .schedule-embed-desktop {
    display: none !important;
  }

  .page-schedule .schedule-mobile-booking {
    display: block;
  }
}
