body { background: #000; color: #fff; font-family: 'Inter', sans-serif; margin: 0; overflow-x: hidden; }
.btn-back { position: fixed; top: 20px; left: 20px; color: #c5a059; text-decoration: none; z-index: 10; font-weight: bold; font-size: 12px; letter-spacing: 2px; }
.panel { height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; background-size: cover; background-position: center; border-bottom: 1px solid #111; }
.hero { background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../assets/images/foto-cdd-1.jpg'); }
h1 { font-size: clamp(3rem, 10vw, 8rem); letter-spacing: -5px; margin: 0; }
.content { max-width: 600px; padding: 20px; }
p { color: #888; line-height: 1.6; font-size: 1.1rem; }
