
body { font-family: 'Poppins', sans-serif; margin:0; padding:0; background:#f4f7f9; color:#333;}
header { text-align:center; padding:60px 20px; background:linear-gradient(90deg,#0f4c81,#1ca2f1); color:white;}
header .logo { font-size:28px; font-weight:bold; margin-bottom:10px;}
header h1 { font-size:32px; margin:10px 0;}
header p { font-size:18px; margin:10px 0 20px;}
.cta-button { display:inline-block; padding:15px 25px; background:#00b894; color:white; font-size:18px; text-decoration:none; border-radius:8px; margin-top:15px;}
.highlights { display:flex; flex-wrap:wrap; justify-content:center; gap:15px; padding:40px 20px;}
.highlights .card { background:white; padding:20px; border-radius:10px; width:200px; text-align:center; box-shadow:0 4px 8px rgba(0,0,0,0.1); font-weight:bold;}
.about { padding:40px 20px; max-width:800px; margin:0 auto; text-align:center;}
.about h2 { font-size:28px; margin-bottom:15px;}
footer { text-align:center; padding:20px; background:#e0e0e0; font-size:14px;}
@media(max-width:600px){.highlights { flex-direction:column; align-items:center;}}
