*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}body{color:#333}header{position:fixed;top:0;width:100%;background:#0b5ed7;color:#fff;z-index:9}.wrap{max-width:1100px;margin:auto;padding:18px}header .wrap{display:flex;justify-content:space-between;align-items:center}nav a{color:#fff;text-decoration:none;margin-left:18px}.hero{height:95vh;background:linear-gradient(rgba(11,94,215,.6),rgba(11,94,215,.6)),url('https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?w=1600') center/cover;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center}.hero-box{max-width:800px;padding:20px}.hero h1{font-size:52px;margin-bottom:15px}.section{padding:70px 20px}.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.split img,.card img{width:100%;border-radius:10px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:25px}.card{box-shadow:0 5px 15px rgba(0,0,0,.12);border-radius:10px;overflow:hidden;background:#fff}.card h3{padding:15px}.light{background:#f4f8ff}.small{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.info{background:#fff;padding:20px;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.1)}.contact{background:#0b5ed7;color:#fff}footer{text-align:center;background:#111;color:#bbb;padding:18px}@media(max-width:768px){.split{grid-template-columns:1fr}header .wrap{flex-direction:column}.hero h1{font-size:36px}}