/*
Theme Name: CS dos Vingadores
Theme URI: http://example.com/
Author: SmartCell
Author URI: http://example.com/
Description: Tema simples para o site CS dos Vingadores — pronto para instalar.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: csdosvingadores
Tags: one-column, custom-menu
*/ 

body {
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  background: radial-gradient(circle at center, #001133, #000);
  color: #fff;
}
.header-hero {
  background-image: url('assets/images/header.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
}
.header-hero h1 { font-size: 2.5rem; margin: 0; }
.header-hero p { font-size: 1.1rem; margin-top: 8px; color: #f0f0f0; }
/* Buttons */
.btn { background: #e62429; color: white; padding: 12px 24px; border-radius: 8px; text-decoration: none; font-weight: bold; display:inline-block; }
.whatsapp-float { position: fixed; bottom: 25px; right: 25px; background-color: #25d366; color: #fff; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 15px rgba(0,0,0,0.3); z-index: 999; font-size: 30px; text-decoration:none; }
/* Scroll top */
#scrollTopBtn { display:none; position: fixed; bottom: 25px; left: 25px; z-index: 999; background-color: #007bff; color: white; border: none; border-radius: 50%; width: 60px; height: 60px; font-size: 24px; cursor: pointer; box-shadow: 0 0 15px rgba(0,123,255,0.5); }
/* Cards and sections */
.section { padding: 60px 20px; max-width:1000px; margin: 0 auto; z-index:2; }
.cards { display:grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap:20px; }
.card { background: rgba(17,17,17,0.9); padding:20px; border-radius:12px; text-align:center; }
footer { text-align:center; background:#111; padding:20px; color:#aaa; margin-top:40px; }
