*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:#20262e;background:#f5f2ea}header{position:sticky;top:0;z-index:10;background:#14213d;color:white;display:flex;justify-content:space-between;align-items:center;padding:18px 5vw;box-shadow:0 8px 30px #0003}.logo{font-weight:900;font-size:1.35rem}.logo span{color:#fca311}nav a{color:white;text-decoration:none;margin:0 10px;font-weight:700}.hero{min-height:78vh;background:linear-gradient(90deg,#14213ddd,#14213d55),url('https://images.pexels.com/photos/11467876/pexels-photo-11467876.jpeg?auto=compress&cs=tinysrgb&w=1600') center/cover;display:grid;place-items:center;color:white;padding:8vw}.hero .box{max-width:780px}.hero h1{font-size:clamp(2.4rem,6vw,5rem);line-height:.95;margin:0 0 22px}.btn{display:inline-block;background:#fca311;color:#111;padding:15px 24px;border-radius:4px;text-decoration:none;font-weight:900}.section{padding:85px 7vw}.grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.grid img{width:100%;height:420px;object-fit:cover;clip-path:polygon(0 0,100% 8%,92% 100%,8% 92%)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:white;padding:28px;border-left:6px solid #fca311;box-shadow:0 12px 30px #0001}.contact{background:#14213d;color:white}.contact a{color:#fca311}footer{text-align:center;padding:25px;background:#0b1326;color:white}@media(max-width:800px){header{display:block;text-align:center}nav{margin-top:14px}.grid,.cards{grid-template-columns:1fr}.hero{min-height:65vh}.grid img{height:300px}}