.schedule-page {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.schedule-header {
  padding-top: 60px;
  text-align: center;
  margin-bottom: 0;
}

.schedule-header h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.schedule-header p {
  font-size: 1.1rem;
  color: #555;
}

.schedule-calendar {
  background: #a5c5d75e;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.calendly-inline-widget {
  width: 100%;
  min-width: 320px;
  height: 900px;
}

@media (max-width: 1024px) {
  .calendly-inline-widget {
    height: 820px;
  }
}

@media (max-width: 768px) {
  .schedule-header h1 {
    font-size: 1.9rem;
  }

  .calendly-inline-widget {
    height: 700px;
  }
}
