/* Dedicated scheduling page; existing site styles remain unchanged. */
.schedule-page .schedule-section {
  padding: 140px 0 60px;
  background: #f7fafc;
}

.schedule-page .schedule-intro {
  max-width: 800px;
  margin: 0 auto 24px;
  text-align: center;
}

.schedule-page .page-title {
  margin-bottom: 24px;
  color: #162235;
  line-height: 1.1;
}

.schedule-page .page-intro {
  margin: 0 auto;
  color: #526073;
}

.schedule-page .schedule-expectation {
  margin: 20px 0 0;
  color: #526073;
  font-size: 0.95rem;
}

.schedule-page .schedule-widget {
  width: 100%;
  min-width: 0;
}

@media (max-width: 767px) {
  .schedule-page .schedule-section {
    padding: 116px 0 40px;
  }
}

@media (max-width: 351px) {
  .schedule-page .schedule-section > .container {
    width: 100%;
  }

  .schedule-page .schedule-intro {
    padding-inline: 16px;
  }
}
