body { margin:0; font-family:'Montserrat', sans-serif; background:#111; color:#fff; }
header { display:flex; justify-content:space-between; align-items:center; padding:1em; background:#1a1a1a; }
header h1 { font-family:'Cinzel Decorative', serif; font-size:1.5em; color:#ffcc00; margin:0; text-transform: uppercase; }
header h1::first-letter { font-size:2em; }
header input { padding:0.5em; border-radius:8px; border:none; width:200px; }
main { padding:1em; }
.hero { position:relative; text-align:center; margin-bottom:2em; }
.hero img { width:100%; max-height:300px; object-fit:cover; filter:brightness(60%); border-radius:12px; }
.hero-text { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.hero-text h2 { font-family:'Cinzel Decorative', serif; font-size:2em; margin-bottom:0.5em; text-transform: uppercase; }
.hero-text h2::first-letter { font-size:2.5em; }
.hero-text button, .premium button, .museum-info button { padding:0.8em 1.5em; border:none; border-radius:10px; background:#ffcc00; color:#111; font-weight:600; cursor:pointer; font-family:'Cinzel Decorative', serif; text-transform:uppercase; display:block; margin:1em auto; transition:0.3s; }
.hero-text button:hover, .premium button:hover, .museum-info button:hover { background:#ffd700; }
.section { margin-bottom:2em; }
.section h3 { font-family:'Cinzel Decorative', serif; margin-bottom:1em; text-transform: uppercase; }
.section h3::first-letter { font-size:1.5em; }
.grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:1em; }
.card { background:#222; border-radius:10px; overflow:hidden; text-align:center; box-shadow:0 4px 12px rgba(0,0,0,0.2); transition: transform 0.2s; cursor:pointer; }
.card:hover { transform:scale(1.03); }
.card img { width:100%; height:120px; object-fit:cover; }
.card p { margin:0.5em; font-family:'Cinzel Decorative', serif; text-transform:uppercase; }
.premium { background:linear-gradient(135deg,#3c3b6e,#1c1b29); color:#fff; text-align:center; padding:2em; border-radius:12px; box-shadow:0 4px 16px rgba(0,0,0,0.3); }
.museum-info img { width:100%; border-radius:12px; margin:1em 0; max-height:400px; object-fit:cover; }
.museum-info h2 { font-family:'Cinzel Decorative', serif; font-size:1.8em; text-transform:uppercase; margin-bottom:0.5em; }
.museum-info h2::first-letter { font-size:150%; }
.museum-info p { font-family:'Montserrat', sans-serif; line-height:1.6; margin-bottom:1em; }
table { width:100%; border-collapse:collapse; margin:1em 0; text-align:center; box-shadow:0 4px 12px rgba(0,0,0,0.5); }
th, td { border:1px solid #fff; padding:1em; }
th { font-family:'Cinzel Decorative', serif; text-transform:uppercase; font-size:1.2em; }
th:first-child { background:#333; color:#ffcc00; }
th:last-child { background:#3c3b6e; color:#fff; }
tbody tr:nth-child(odd) { background:#222; }
tbody tr:nth-child(even) { background:#1a1a1a; }
td { font-family:'Montserrat', sans-serif; }
footer { text-align:center; padding:1em; background:#1a1a1a; font-size:0.9em; color:#ccc; }
a { text-decoration:none; color:inherit; }
/* ... outros estilos ... */
.card p { 
  margin: 0.5em; 
  font-family: 'Cinzel Decorative', serif; 
  text-transform: uppercase; 
}

.card a,
.card a:visited,
.card a:hover {
  color: #fff;
  text-decoration: none;
  display: block;
}
