body { margin: 0; background-color: #fdfdfd; font-family: 'Montserrat', sans-serif; color: #1a1a1a; line-height: 1.6; } header { padding: 30px 10%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; } .logo { font-family: 'Cormorant Garamond', serif; font-size: 2rem; letter-spacing: 4px; font-weight: 500; } nav ul { list-style: none; display: flex; gap: 40px; } nav a { text-decoration: none; color: #333; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; } .hero { height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('foto-salao-luxo.jpg'); background-size: cover; background-position: center; } .hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 300; margin-bottom: 20px; } .btn-gold { display: inline-block; margin-top: 30px; padding: 15px 40px; border: 1px solid #C5A059; color: #C5A059; text-decoration: none; letter-spacing: 3px; transition: 0.4s; } .btn-gold:hover { background: #C5A059; color: white; }