.employer-schedule-page { background: linear-gradient(135deg, rgba(149,23,25,.06), transparent 30%), #fff; }
.employer-schedule-hero { padding-top: 48px; }
.employer-schedule-hero h1 {
  max-width: 780px;
  font-size: clamp(32px,3.2vw,48px);
  line-height: 1.08;
}
.employer-schedule-hero p { font-size: 17px; }
.employer-scheduler-shell {
  grid-template-columns: minmax(300px,.72fr) minmax(0,1.65fr);
  min-height: 0;
}
.employer-scheduler-shell .meeting-panel { min-height: 560px; }
.employer-scheduler-shell .calendar-panel {
  padding: 36px 42px;
  border-right: 0;
}
.employer-scheduler-shell .details-panel {
  grid-column: 1 / -1;
  padding: 42px;
  border-top: 1px solid var(--schedule-line);
}
.employer-scheduler-shell .date-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
.employer-scheduler-shell .slot-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.employer-panel-copy { margin: 0; color: #e5eaf5; font-size: 14px; line-height: 1.7; }
.employer-profile-card { display: grid; grid-template-columns: 1fr auto; gap: 10px 16px; padding: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.08); }
.employer-profile-card span { color: #cfd8ec; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.employer-profile-card strong { color: #fff; font-size: 13px; text-align: right; }
.employer-back-link { margin-top: auto; color: #fff; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.form-intro { margin: 0 0 14px; color: var(--schedule-muted); font-size: 13px; line-height: 1.6; }
.employer-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 24px; }
.employer-booking-form { gap: 18px; }
.employer-booking-form input,
.employer-booking-form select { min-height: 52px; }
.employer-booking-form textarea { min-height: 132px; }
.employer-details-panel .summary-card {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr);
  align-items: center;
  gap: 12px 36px;
  padding: 26px 30px;
}
.employer-details-panel .summary-card .schedule-eyebrow { grid-column: 1 / -1; }
.employer-details-panel .summary-card h2 { margin: 0; }
.employer-details-panel .summary-card #summary-time { text-align: right; }
.employer-booking-form select { width: 100%; padding: 13px 14px; color: var(--schedule-ink); background: #fff; border: 1px solid #d7dae0; border-radius: 8px; outline: none; }
.form-span-2 { grid-column: 1 / -1; }
.employer-confirmation-check { display: grid !important; grid-template-columns: 22px 1fr; align-items: start; gap: 10px !important; margin: 4px 0; padding: 14px; border: 1px solid var(--schedule-line); border-radius: 10px; background: #fff; color: var(--schedule-ink) !important; font-weight: 700 !important; line-height: 1.55; }
.employer-confirmation-check input { width: 18px; height: 18px; margin-top: 2px; }
.form-privacy { margin: 0; color: var(--schedule-muted); font-size: 11px; line-height: 1.55; }
.employer-schedule-next { padding-top: 34px; }
@media (max-width: 1180px) {
  .employer-scheduler-shell { grid-template-columns: 1fr; }
  .employer-scheduler-shell .meeting-panel { min-height: 0; }
  .employer-scheduler-shell .calendar-panel { border-bottom: 1px solid var(--schedule-line); }
  .employer-scheduler-shell .details-panel { grid-column: auto; }
}
@media (max-width: 640px) {
  .employer-scheduler-shell .calendar-panel,
  .employer-scheduler-shell .details-panel { padding: 24px 20px; }
  .employer-scheduler-shell .date-grid,
  .employer-scheduler-shell .slot-list,
  .employer-form-grid { grid-template-columns: 1fr; }
  .form-span-2 { grid-column: auto; }
  .employer-details-panel .summary-card { display: block; padding: 20px; }
  .employer-details-panel .summary-card #summary-time { margin-top: 10px; text-align: left; }
}
