.s24sl-school-promo { padding: 78px 0; background: #f4f0e7; }
.s24sl-school-shell { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); overflow: hidden; border-radius: 30px; background: #10284b; box-shadow: 0 22px 55px rgba(18, 28, 41, .17); }
.s24sl-school-media { display: block; min-height: 100%; overflow: hidden; background: #f5efe5; }
.s24sl-school-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.s24sl-school-media:hover img { transform: scale(1.025); }
.s24sl-school-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 70px); color: #fff; }
.s24sl-school-eyebrow { margin-bottom: 15px; color: #b7ef25; font-size: .78rem; font-weight: 900; letter-spacing: .09em; }
.s24sl-school-copy h2 { max-width: 570px; margin: 0 0 18px; color: #fff; font-size: clamp(2.2rem, 4.2vw, 4.25rem); line-height: .95; letter-spacing: -.06em; }
.s24sl-school-copy > p { max-width: 590px; margin: 0 0 28px; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.58; }
.s24sl-school-products { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.s24sl-school-products a { display: flex; min-height: 150px; flex-direction: column; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: #fff; background: rgba(255,255,255,.08); text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.s24sl-school-products a:first-child { color: #162131; background: #b7ef25; border-color: #b7ef25; }
.s24sl-school-products a:hover { color: #fff; transform: translateY(-3px); background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.4); }
.s24sl-school-products a:first-child:hover { color: #162131; background: #c6f55a; border-color: #c6f55a; }
.s24sl-school-products span { font-size: .78rem; font-weight: 750; opacity: .76; }
.s24sl-school-products strong { margin: 10px 0 17px; font-size: 1.14rem; line-height: 1.08; }
.s24sl-school-products b { margin-top: auto; font-size: 1.05rem; }
.s24sl-school-products .woocommerce-Price-amount { color: inherit; }
.s24sl-school-all { display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; margin-top: 24px; color: #fff; font-weight: 850; text-decoration: none; }
.s24sl-school-all:hover { color: #b7ef25; }
.s24sl-school-all span { transition: transform .18s ease; }
.s24sl-school-all:hover span { transform: translateX(4px); }
@media (max-width: 900px) {
  .s24sl-school-promo { padding: 54px 0; }
  .s24sl-school-shell { grid-template-columns: 1fr; border-radius: 24px; }
  .s24sl-school-media { aspect-ratio: 4 / 3; min-height: 0; }
  .s24sl-school-copy { padding: 34px 26px 38px; }
}
@media (max-width: 560px) {
  .s24sl-school-promo { padding: 38px 0; }
  .s24sl-school-products { grid-template-columns: 1fr; }
  .s24sl-school-products a { min-height: 118px; }
  .s24sl-school-copy h2 { font-size: 2.35rem; }
}
