:root{--accent:#0b72e6;--accent2:#ff9f43;--bg:#f6fbff}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:#123}
.container{max-width:1100px;margin:0 auto;padding:20px}
header{padding:18px 0;background:#fff}
header .brand{display:flex;align-items:center;gap:12px}
.hero{height:420px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center}
.hero .overlay{background:linear-gradient(180deg,rgba(0,0,0,0.25),rgba(0,0,0,0.15));width:100%;height:100%;display:flex;align-items:center}
.hero h1{color:#fff;margin-left:28px;font-size:34px}
.hero p{color:rgba(255,255,255,0.95);margin-left:28px;max-width:640px}
.btn{display:inline-block;margin-left:28px;padding:10px 16px;background:var(--accent);color:#fff;border-radius:10px;text-decoration:none;font-weight:700}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:12px}
.card{background:#fff;padding:14px;border-radius:10px;box-shadow:0 6px 18px rgba(12,20,40,0.06)}
.programs-grid .program-item p{color:#334;padding-top:6px}
.grid-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:12px;justify-items:center}
figure{margin:0;border-radius:8px;overflow:hidden;background:#fff;text-align:center}
figure img{width:150px;height:150px;object-fit:cover;display:inline-block;border-radius:6px;cursor:pointer;transition:transform .25s ease}
figure img:hover{transform:scale(1.03)}
figcaption{padding:6px;text-align:center;font-weight:600;background:#fff;font-size:13px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
footer{padding:18px;text-align:center;color:#666;margin-top:18px}
@media (max-width:800px){ .hero{height:300px} .hero h1{font-size:22px} .grid-gallery{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))} figure img{width:120px;height:120px} }



