body{margin:0;font-family:Arial,sans-serif;color:#333;}
.container{width:90%;max-width:1200px;margin:auto;}
.site-header{background:#111;padding:20px 0;}
.nav-container{display:flex;justify-content:space-between;align-items:center;}
.menu{list-style:none;display:flex;gap:20px;}
.menu a{color:white;text-decoration:none;}
.hero{height:80vh;background:url('https://picsum.photos/1600/900?travel') center/cover;display:flex;align-items:center;justify-content:center;}
.hero-overlay{background:rgba(0,0,0,0.6);padding:40px;color:white;text-align:center;}
.btn-primary{background:#ff5a5f;color:white;padding:12px 20px;text-decoration:none;display:inline-block;margin-top:15px;}
.contact-section{background:url('https://picsum.photos/1600/900?nature') center/cover;padding:100px 0;}
.contact-overlay{background:rgba(0,0,0,0.7);padding:60px 0;}
.contact-container{max-width:600px;margin:auto;color:white;text-align:center;}
.contact-container input,.contact-container textarea{width:100%;padding:12px;margin:10px 0;}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;}
.gallery-item img{width:100%;}
.site-footer{background:#111;color:white;padding:40px 0;margin-top:80px;}
.footer-grid{display:flex;justify-content:space-between;}
.copyright{text-align:center;margin-top:20px;font-size:14px;}
