/*
Theme Name: Astra - Automation Solution AI
Author: VC Home Designs Criativos
Author URI: https://automationsolutionai.com
Description: Tema filho personalizado para automação, IA, WordPress e SEO
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-automation-solution-ai
Template: astra
*/

/* === HERO SECTION === */
.hero-section {
  background-color: #0d0d0d;
  padding: 100px 0;
  text-align: center;
  color: white;
}

.hero-section h1 {
  font-size: 64px;
  font-weight: 700;
}

.hero-section p {
  color: #cccccc;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.hero-section .wp-block-button__link {
  border-radius: 8px;
  padding: 14px 28px;
}

.hero-section .primary-button {
  background-color: #007bff;
  color: white;
}

.hero-section .secondary-button {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: white;
}

/* === RESPONSIVO === */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 36px;
  }
}
