/* TEMA ACADEMIA — "Volt": energia, contraste alto, verde-limão elétrico */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;700;800&display=swap');

:root {
  --brand: #C6F135;
  --dark: #131619;
  --ink: #1c2124;
  --font-head: 'Archivo', 'Space Grotesk', sans-serif;
}

h1, h2, h3, .btn, .brand-name { font-family: var(--font-head); }
h1 { font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; }
h2 { font-weight: 800; letter-spacing: -0.015em; }

.kicker { letter-spacing: .22em; }
.btn-solid { box-shadow: 0 8px 30px -10px rgba(198, 241, 53, .5); }
.hero-badge svg { color: var(--brand); }
.stat strong { font-weight: 800; }

.mod-card { border-radius: 4px; border-bottom: 3px solid transparent; }
.mod-card:hover { border-bottom-color: var(--brand); transform: translateY(-6px); }
.mod-icon { border-radius: 4px; }

.shot, .hour-card, .card-form, .map { border-radius: 6px; }
.btn { border-radius: 4px; text-transform: uppercase; font-size: .85rem; letter-spacing: .06em; }
.btn-lg { font-size: .92rem; }
