
body {margin:0;font-family:'Helvetica Neue',sans-serif;background:#fff;color:#000;}
header,section,footer {padding:60px 20px;text-align:center;}
header {background:#000;color:#fff;}
header img {width:180px;margin-bottom:10px;border:3px solid #C6A664;border-radius:50%;padding:8px;background:#000;}
nav a {color:#C6A664;text-decoration:none;margin:0 15px;}
nav a:hover {text-decoration:underline;}
h1,h2,h3 {font-family:'Playfair Display',serif;}
h1 {font-size:48px;}
.cards {display:flex;flex-wrap:wrap;gap:30px;justify-content:center;}
.card {border:1px solid #C6A664;padding:30px;border-radius:8px;width:250px;background:#fff;transition:transform .3s;}
.card:hover {transform:scale(1.05);}
.button {background:#C6A664;color:#fff;padding:15px 30px;border-radius:8px;text-decoration:none;display:inline-block;margin-top:20px;}
.button:hover {background:#000;color:#C6A664;}
footer {background:#1A1A1A;color:#fff;font-size:14px;}
footer a {color:#C6A664;text-decoration:none;}
footer a:hover {text-decoration:underline;}
input,textarea {padding:10px;border:1px solid #ccc;border-radius:4px;}
