.schools-page{max-width:1080px;margin:0 auto;padding:32px 20px 64px}.schools-hero{text-align:center;max-width:720px;margin:0 auto 28px}.schools-hero__kicker{text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:600;color:var(--text-muted)}.schools-hero h1{font-family:var(--font-display);margin:8px 0 12px}.schools-hero p{color:var(--text-secondary)}.schools-filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.schools-filters__search{flex:1 1 240px}.schools-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px}.school-card{display:flex;flex-direction:column;gap:10px;height:100%;padding:18px;border:1px solid var(--border-subtle);border-radius:var(--radius-lg,16px);background:var(--surface-card);color:inherit;text-decoration:none;transition:border-color var(--dur-fast,.15s) var(--ease-out,ease),transform var(--dur-fast,.15s) var(--ease-out,ease)}.school-card:hover{border-color:var(--lime-500);transform:translateY(-2px)}.school-card__head{display:flex;gap:12px;align-items:center}.school-card__logo{width:48px;height:48px;border-radius:12px;object-fit:cover;background:var(--surface-subtle);flex-shrink:0}.school-card__logo--empty{display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:22px;color:var(--text-muted);text-transform:uppercase}.school-card__title{display:flex;flex-direction:column;min-width:0}.school-card__name{font-weight:600;color:var(--text-primary)}.school-card__city{font-size:13px;color:var(--text-muted)}.school-card__desc{font-size:14px;color:var(--text-secondary);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.school-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.school-card__psych{font-size:13px;font-weight:600;color:var(--lime-600);display:inline-flex;align-items:center;gap:6px}.school-card__psych:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lime-500)}.schools-empty{text-align:center;color:var(--text-muted);padding:40px 0}.school-page{max-width:880px;margin:0 auto;padding:28px 20px 64px}.school-page__back{display:inline-block;margin-bottom:16px;font-size:14px}.school-page__head{display:flex;gap:18px;align-items:center;margin-bottom:8px}.school-page__logo{width:72px;height:72px;border-radius:16px;object-fit:cover;background:var(--surface-subtle);flex-shrink:0}.school-page h1{font-family:var(--font-display);margin:0}.school-page__city{color:var(--text-muted)}.school-section{margin-top:28px}.school-section h2{font-size:18px;margin:0 0 12px}.school-section p{color:var(--text-secondary);white-space:pre-line}.school-tags{display:flex;flex-wrap:wrap;gap:8px}.school-contacts{display:grid;grid-gap:8px;gap:8px}.school-contacts a{color:var(--lime-600)}.school-places,.school-psych-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.school-psych-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.school-psych{display:flex;gap:12px;align-items:center;padding:12px;border:1px solid var(--border-subtle);border-radius:var(--radius-md,12px);background:var(--surface-card);text-decoration:none;color:inherit}.school-psych img,.school-psych__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:var(--surface-subtle);flex-shrink:0}.school-psych__name{font-weight:600;color:var(--text-primary)}.school-psych__city{font-size:13px;color:var(--text-muted)}.school-place{padding:12px 14px;border:1px solid var(--border-subtle);border-radius:var(--radius-md,12px);background:var(--surface-card)}.school-place__name{font-weight:600}.school-place__addr{font-size:13px;color:var(--text-muted)}