.semester-section { padding: 72px 0; background: #f5f7fb; }
.semester-section .section-head { margin-bottom: 28px; }
.schedule-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.schedule-card { padding: 26px; border: 1px solid #e1e6ef; border-radius: 22px; background: #fff; box-shadow: 0 9px 30px rgba(19,33,63,.05); }
.schedule-card .schedule-label { color: #df2d2d; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.schedule-card h3 { margin: 8px 0 16px; font-size: 25px; line-height: 1.2; }
.schedule-facts { display: grid; gap: 10px; margin: 0; }
.schedule-facts div { display: grid; grid-template-columns: 112px 1fr; gap: 12px; padding-top: 10px; border-top: 1px solid #edf0f5; }
.schedule-facts dt { font-weight: 800; color: #13213f; }
.schedule-facts dd { margin: 0; color: #526079; }
.schedule-note-small { margin-top: 20px; color: #657188; font-size: 14px; }
.promo-frame { margin: 30px 0 0; padding: 16px; border: 1px solid #e4e8ef; border-radius: 26px; background: #fff; }
.promo-frame img { width: 100%; height: auto; max-height: none; object-fit: contain; border-radius: 16px; }
.promo-frame figcaption { padding: 12px 5px 2px; color: #657188; font-size: 13px; }
.promo-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; align-items: start; margin-top: 30px; }
.promo-gallery figure { margin: 0; padding: 12px; border: 1px solid #e4e8ef; border-radius: 22px; background: #fff; }
.promo-gallery img { width: 100%; height: auto; object-fit: contain; border-radius: 14px; }
.founder-section { padding: 78px 0; }
.founder-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: center; }
.founder-photos { display: grid; grid-template-columns: 1fr .72fr; gap: 14px; align-items: end; }
.founder-photos img { width: 100%; height: auto; border-radius: 24px; box-shadow: 0 18px 45px rgba(19,33,63,.12); }
.founder-photos.single-photo { display: block; width: min(100%, 390px); justify-self: center; }
.founder-photos.single-photo img { width: 100%; }
.founder-copy h2 { margin: 8px 0 16px; font-size: clamp(34px,4vw,50px); line-height: 1.08; }
.founder-copy .credentials { display: grid; gap: 9px; margin: 24px 0; }
.founder-copy .credentials span { padding: 12px 15px; border-radius: 12px; background: #f5f7fb; font-weight: 750; }
@media (max-width: 820px) { .schedule-grid,.founder-grid { grid-template-columns: 1fr; } .promo-gallery { grid-template-columns: 1fr; } .founder-photos { max-width: 620px; } }
@media (max-width: 520px) { .schedule-facts div { grid-template-columns: 1fr; gap: 2px; } .founder-photos { grid-template-columns: 1fr; } }
