
:root{--navy:#0a2540;--warm:#F3EFEA}
body{margin:0;font-family:Arial, sans-serif;background:var(--warm);color:var(--navy);text-align:center;}
.hero{background:url('./assets/img/hero.jpg') center/cover no-repeat;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;}
h1{font-size:2rem;margin:0 0 10px;}
p{margin:0 0 20px;}
.btn{display:inline-block;padding:12px 20px;border-radius:50px;background:#25D366;color:#fff;text-decoration:none;font-weight:bold;}
.contact{margin-top:30px;}
