.schedule-hero{background:var(--navy);color:#fff;padding:58px clamp(25px,5vw,80px) 54px}
.schedule-hero h1{max-width:var(--max);margin:0 auto;font:800 clamp(48px,5vw,74px)/.98 Manrope,sans-serif;letter-spacing:-.055em}
.schedule-hero p{max-width:var(--max);margin:18px auto 0;color:#c8d4df;font-size:20px}
.schedule-main{max-width:var(--max);margin:auto;padding:26px clamp(25px,5vw,80px) 74px;background:#fff}
.month-toolbar{display:grid;grid-template-columns:52px 1fr 52px;align-items:center;gap:22px;max-width:780px;margin:0 auto 20px}
.month-toolbar h2{text-align:center;margin:0;font:800 clamp(28px,3vw,38px)/1 Manrope,sans-serif;letter-spacing:-.04em}
.month-toolbar button{width:52px;height:48px;display:grid;place-items:center;border:1px solid #9aaabc;border-radius:6px;background:#fff;color:var(--navy);cursor:pointer;transition:.2s background,.2s color,.2s transform}
.month-toolbar button:hover{background:var(--navy);color:#fff;transform:translateY(-1px)}
.month-toolbar button:focus-visible{outline:3px solid #ff451c55;outline-offset:2px}
.month-toolbar svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.schedule-error{min-height:20px;margin:0 0 8px;color:#b82d18;text-align:center;font-weight:700}
.calendar-scroll{overflow-x:auto;border:1px solid #cfd7df;border-radius:7px;background:#fff;box-shadow:0 14px 38px #081f3a0b}
.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(130px,1fr));min-width:910px}
.weekday{padding:10px 8px;background:var(--navy);color:#fff;text-align:center;font-weight:700;border-right:1px solid #68809a}
.weekday:nth-child(7){border-right:0}
.calendar-day{min-height:148px;padding:10px;border-right:1px solid #dce2e8;border-bottom:1px solid #dce2e8;background:#fff}
.calendar-day:nth-child(7n){border-right:0}
.calendar-day.outside{background:#f8f9fa;color:#9aa5af}
.calendar-day.today{box-shadow:inset 0 0 0 3px var(--orange)}
.day-number{display:block;margin-bottom:8px;color:var(--orange);font-weight:800}
.outside .day-number{color:#a7afb7}
.calendar-events{display:grid;gap:8px}
.calendar-event{padding-left:9px;border-left:3px solid var(--navy)}
.calendar-event strong,.calendar-event time{display:block}
.calendar-event strong{font-size:13px;line-height:1.2}
.calendar-event time{margin-top:3px;color:#536375;font-size:12px}
.calendar-event a{display:inline-flex;margin-top:6px;padding:4px 10px;border:1px solid #8292a4;border-radius:4px;color:var(--navy);font-size:11px;font-weight:800}
.calendar-event a:hover{background:var(--orange);border-color:var(--orange);color:#fff}
.calendar-empty{grid-column:1/-1;padding:24px;text-align:center;color:#657487}
.mobile-agenda{display:none}
@media(max-width:900px){.schedule-main{padding-left:20px;padding-right:20px}.schedule-hero{padding-left:25px;padding-right:25px}.schedule-hero p{font-size:17px}}
@media(max-width:700px){.schedule-hero{padding-top:46px;padding-bottom:42px}.schedule-main{padding-top:24px;padding-bottom:55px}.month-toolbar{grid-template-columns:46px 1fr 46px;gap:10px}.month-toolbar button{width:46px;height:44px}.calendar-scroll{display:none}.mobile-agenda{display:grid;gap:12px}.agenda-day{border-top:4px solid var(--orange);background:#f4f6f8;padding:18px;border-radius:6px}.agenda-day h3{margin:0 0 14px;font:800 18px/1.2 Manrope,sans-serif}.agenda-event{padding:13px 0;border-top:1px solid #d5dde5}.agenda-event:first-of-type{border-top:0;padding-top:0}.agenda-event strong,.agenda-event time,.agenda-event p{display:block}.agenda-event time{margin:4px 0;color:#526276;font-size:13px}.agenda-event p{margin:7px 0 0;color:#526276;line-height:1.45}.agenda-event a{display:inline-flex;margin-top:10px;padding:8px 13px;border-radius:4px;background:var(--orange);color:#fff;font-size:12px;font-weight:800}.agenda-empty{padding:28px 18px;background:#f4f6f8;text-align:center;color:#657487;border-radius:6px}}
