/* Reset */
* {margin:0;padding:0;box-sizing:border-box;font-family:Arial, sans-serif;}

body {background:#000;color:#fff;}

/* Alerta */
.alerta {background:#f1c40f;color:#000;text-align:center;padding:10px;font-weight:bold;}

/* Hero */
.hero {padding:40px 20px;text-align:center;}
.hero-container {display:flex;flex-direction:column;align-items:center;gap:30px;}

.hero-media {max-width:600px;}
.produto-img {width:100%;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,0.5);}

.hero-text h1 {font-size:2rem;line-height:1.4;margin-bottom:20px;}
.hero-text span {color:#fff;}
.hero-text .destaque {color:#f1c40f;font-weight:bold;}
.subtitulo {font-size:1.2rem;margin-bottom:10px;color:#ccc;}
.preco {font-size:1.8rem;margin:20px 0;color:#f39c12;font-weight:bold;}

/* Botão */
.btn {display:inline-block;background:#e74c3c;color:#fff;padding:15px 25px;text-decoration:none;border-radius:5px;font-size:1.1rem;font-weight:bold;transition:0.3s;}
.btn:hover {background:#c0392b;}

.info {margin-top:20px;font-size:1rem;color:#ddd;}

/* Footer */
.footer {background:#111;text-align:center;padding:15px;margin-top:40px;font-size:0.9rem;color:#aaa;}
