.schedule-hero {
  padding: var(--space-16) 0 var(--space-12);
  background: radial-gradient(circle at top left, rgba(14, 165, 233, 0.2), transparent 55%),
              radial-gradient(circle at bottom right, rgba(34, 197, 94, 0.18), transparent 55%),
              var(--color-surface-alt);
}

.schedule-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: var(--space-8);
  align-items: center;
}

.schedule-hero__content p {
  max-width: 40rem;
}

.schedule-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.schedule-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
  align-items: center;
}

.schedule-hero__note {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.schedule-hero__image-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft-glow);
}

.breadcrumb {
  margin-bottom: var(--space-4);
  font-size: var(--text-sm);
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  color: var(--color-text-muted);
}

.breadcrumb a {
  color: var(--gray-300);
}

.breadcrumb li + li::before {
  content: "/";
  margin-inline: 0.25rem;
  color: var(--gray-500);
}

.schedule-layout {
  padding: var(--space-12) 0;
}

.schedule-layout__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 2fr);
  gap: var(--space-8);
  align-items: flex-start;
}

.schedule-filters {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: var(--space-6);
  box-shadow: var(--shadow-soft-glow);
}

.schedule-filters h2 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-4);
}

.schedule-filters__form {
  display: grid;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.schedule-filters__group {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.schedule-filters__reset {
  width: 100%;
}

.schedule-legend h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-3);
}

.schedule-legend ul {
  display: grid;
  gap: var(--space-2);
}

.schedule-legend li {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.schedule-table__header {
  margin-bottom: var(--space-4);
}

.schedule-table__subtitle {
  max-width: 42rem;
}

.schedule-table__wrapper {
  background: rgba(15, 23, 42, 0.8);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.45);
  padding: var(--space-4);
  box-shadow: var(--shadow-soft-glow);
  overflow-x: auto;
}

.schedule-table__wrapper table {
  min-width: 720px;
}

.schedule-table__wrapper th,
.schedule-table__wrapper td {
  white-space: nowrap;
}

.schedule-table__wrapper td {
  font-size: var(--text-sm);
}

.schedule-table__wrapper th[scope="row"] {
  position: sticky;
  left: 0;
  background-color: rgba(15, 23, 42, 0.98);
  z-index: 1;
}

.schedule-table__note {
  margin-top: var(--space-4);
}

.featured-classes {
  padding: var(--space-12) 0;
}

.featured-classes__header {
  text-align: left;
  margin-bottom: var(--space-8);
}

.featured-classes__header p {
  max-width: 40rem;
}

.featured-class .card-body {
  display: grid;
  gap: var(--space-3);
}

.featured-class__meta {
  list-style: none;
  display: grid;
  gap: 0.4rem;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.featured-class__cta {
  margin-top: var(--space-2);
}

.schedule-pt {
  padding: var(--space-12) 0;
}

.schedule-pt__benefits {
  list-style: none;
  display: grid;
  gap: 0.4rem;
  margin-bottom: var(--space-4);
  color: var(--color-text-muted);
}

.schedule-pt__note {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-top: var(--space-4);
}

.schedule-pt__list {
  list-style: none;
  display: grid;
  gap: 0.35rem;
  margin-bottom: var(--space-4);
  font-size: var(--text-sm);
}

.booking-how {
  padding: var(--space-12) 0;
}

.booking-how__steps {
  list-style: none;
  display: grid;
  gap: var(--space-4);
  margin-top: var(--space-4);
}

.booking-how__steps h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-1);
}

.booking-how__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.booking-how__highlights {
  list-style: none;
  display: grid;
  gap: 0.35rem;
  font-size: var(--text-sm);
}

.schedule-events {
  padding: var(--space-12) 0;
}

.schedule-events__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: var(--space-8);
  align-items: center;
}

.schedule-events__image-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft-glow);
}

.schedule-events__cards {
  margin-top: var(--space-4);
  gap: var(--space-4);
}

.schedule-event__list {
  list-style: none;
  display: grid;
  gap: 0.35rem;
  font-size: var(--text-sm);
}

.schedule-events__cta {
  margin-top: var(--space-4);
}

.schedule-digital {
  padding: var(--space-12) 0;
}

.schedule-digital__steps {
  list-style: none;
  display: grid;
  gap: 0.5rem;
  margin-top: var(--space-4);
  font-size: var(--text-sm);
}

.schedule-digital__steps li strong {
  margin-right: 0.4rem;
}

.schedule-digital__slots {
  list-style: none;
  display: grid;
  gap: var(--space-4);
}

.schedule-digital__slot-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-2);
}

.schedule-digital__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.schedule-digital__note {
  margin-top: var(--space-4);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.schedule-occupancy {
  padding: var(--space-12) 0;
}

.schedule-occupancy__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.3fr);
  gap: var(--space-8);
  align-items: flex-start;
}

.schedule-occupancy__legend {
  list-style: none;
  display: grid;
  gap: 0.4rem;
  margin-top: var(--space-4);
  font-size: var(--text-sm);
}

.schedule-occupancy__dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  display: inline-block;
}

.schedule-occupancy__dot--low {
  background: var(--color-success);
}

.schedule-occupancy__dot--medium {
  background: var(--color-warning);
}

.schedule-occupancy__dot--high {
  background: var(--color-danger);
}

.schedule-occupancy__times {
  list-style: none;
  display: grid;
  gap: var(--space-3);
}

.schedule-occupancy__times li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--space-3);
  align-items: center;
  font-size: var(--text-sm);
}

.schedule-occupancy__time-label {
  color: var(--color-text-muted);
}

.schedule-occupancy__bar {
  height: 0.6rem;
  border-radius: var(--radius-pill);
  background: rgba(148, 163, 184, 0.28);
  position: relative;
  overflow: hidden;
}

.schedule-occupancy__bar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.schedule-occupancy__bar--low::after {
  width: 35%;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.7), rgba(34, 197, 94, 1));
}

.schedule-occupancy__bar--medium::after {
  width: 65%;
  background: linear-gradient(90deg, rgba(234, 179, 8, 0.7), rgba(234, 179, 8, 1));
}

.schedule-occupancy__bar--high::after {
  width: 95%;
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.8), rgba(239, 68, 68, 1));
}

.schedule-occupancy__status {
  font-weight: 600;
}

.schedule-occupancy__disclaimer {
  margin-top: var(--space-4);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.schedule-faq {
  padding: var(--space-12) 0;
}

.schedule-faq__header {
  text-align: left;
  margin-bottom: var(--space-6);
}

.schedule-faq__header p {
  max-width: 40rem;
}

.schedule-faq__list {
  display: grid;
  gap: var(--space-3);
}

.schedule-faq__item {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: var(--color-surface);
  overflow: hidden;
}

.schedule-faq__question {
  width: 100%;
  padding: var(--space-4) var(--space-5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-weight: 500;
  font-size: var(--text-base);
}

.schedule-faq__icon {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  position: relative;
}

.schedule-faq__icon::before,
.schedule-faq__icon::after {
  content: "";
  position: absolute;
  background: rgba(248, 250, 252, 0.9);
  inset: 50% 0;
  transform: translateY(-50%);
}

.schedule-faq__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.schedule-faq__item[aria-expanded="true"] .schedule-faq__icon::after {
  opacity: 0;
}

.schedule-faq__answer {
  padding: 0 var(--space-5) var(--space-4);
  border-top: 1px solid rgba(148, 163, 184, 0.35);
}

.schedule-final-cta {
  padding: var(--space-12) 0 var(--space-16);
  background: radial-gradient(circle at top, rgba(14, 165, 233, 0.2), transparent 60%),
              radial-gradient(circle at bottom, rgba(34, 197, 94, 0.18), transparent 60%),
              var(--color-surface-alt);
}

.schedule-final-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.schedule-final-cta__content {
  max-width: 34rem;
}

.schedule-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 992px) {
  .schedule-hero__grid,
  .schedule-layout__grid,
  .schedule-events__grid,
  .schedule-occupancy__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .schedule-hero {
    padding-top: var(--space-12);
  }

  .schedule-table__wrapper table {
    min-width: 640px;
  }
}

@media (max-width: 768px) {
  .schedule-hero__actions,
  .booking-how__cta-group,
  .schedule-final-cta__inner,
  .schedule-digital__slot-header,
  .schedule-digital__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .schedule-filters {
    order: -1;
  }

  .schedule-occupancy__times li {
    grid-template-columns: 1fr;
    gap: var(--space-1);
  }

  .schedule-hero {
    padding-bottom: var(--space-8);
  }
}
