
body { margin:0; font-family: Arial, sans-serif; color:#0b2a44; }
.container { max-width:1100px; margin:auto; padding:20px; }
.site-header { background:#fff; border-bottom:2px solid #f26c21; }
.site-header .container { display:flex; align-items:center; justify-content:space-between; }
.logo img { height:70px; }
nav a { margin-left:20px; text-decoration:none; font-weight:bold; color:#0b2a44; }
.hero { background:#f4f7fa; padding:80px 20px; text-align:center; }
.hero h1 { font-size:42px; margin-bottom:10px; }
.hero p { font-size:20px; }
.btn { display:inline-block; margin-top:20px; padding:14px 28px; background:#f26c21; color:#fff; text-decoration:none; border-radius:6px; }
.section { padding:60px 20px; }
.section h2 { margin-bottom:20px; }
.gallery { display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:20px; }
.gallery img { width:100%; border-radius:8px; }
.site-footer { background:#0b2a44; color:#fff; text-align:center; }
.footer-logo { height:50px; margin-bottom:10px; }
form input, form textarea, form select { width:100%; padding:12px; margin-bottom:15px; }
