/*
Theme Name: AmpAir Kft.
Theme URI: https://ampair.hu
Author: AmpAir Kft.
Description: Prémium WordPress sablon villanyszereléshez és klímatelepítéshez Győr és vonzáskörzetében.
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: ampair
*/

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #0e1116;
  color: #eaeaea;
}

a { color: inherit; text-decoration: none; }

.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.hero img {
  max-width: 180px;
  margin-bottom: 25px;
}

.hero h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 18px;
  opacity: 0.85;
}

.buttons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #ff9800;
  color: #000;
  padding: 14px 26px;
  font-weight: bold;
  border-radius: 6px;
}

.btn-secondary {
  border: 1px solid #777;
  padding: 14px 26px;
  border-radius: 6px;
}

section {
  max-width: 1000px;
  margin: auto;
  padding: 80px 20px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.card {
  background: #151a21;
  padding: 30px;
  border-radius: 10px;
}

footer {
  border-top: 1px solid #222;
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
  opacity: 0.7;
}
