 :root{--accent:#2b6cb0;--muted:#6c757d;}
 body {
 background:#f8fafc;
 color:#0b1221;
 font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
 .hero{min-height:50vh; display:flex; align-items:center; color:#fff;
 background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),; padding:2rem 1rem;}
 .gallery img{width:100%;height:200px;object-fit:cover;border-radius:8px;}
 .card-cta{border-radius:10px;box-shadow:0 6px 20px rgba(43,108,176,0.1);}
 .feature-list li{margin-bottom:.5rem;}
 .faq .card{border-radius:8px; margin-bottom:.8rem;}
 footer{background:#f8f9fa; padding:2rem 1rem; margin-top:2rem;}
 @media(min-width:992px){ .gallery img{height:240px;} }
 
.gallery img:hover {
 transform: scale(1.05); /* smooth zoom effect */
}
 .gallery img:hover{transform:scale(1.05);}
 .faq-button {width:100%;text-align:left;}
	
