/*
Theme Name: Awitus Minimal
Theme URI: https://awitus.pl
Author: AWITUS sp. z o.o.
Author URI: https://awitus.pl
Description: Minimalist WordPress theme for AWITUS sp. z o.o. – one page, prospekt download.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awitus-minimal
*/
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #222;
  background-color: #fafafa;
  line-height: 1.6;
}
.header {
  text-align: center;
  padding: 2rem 1rem;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.header h1 { margin: 0; font-size: 1.8rem; font-weight: 600; color: #111; }
nav { margin-top: 0.5rem; }
nav a { margin: 0 1rem; text-decoration: none; color: #444; font-weight: 500; }
.container { padding: 3rem 1rem; max-width: 900px; margin: 0 auto; }
.container h2 { font-size: 1.6rem; font-weight: 600; margin-bottom: 1rem; text-align: center; color: #111; }
.container p { text-align: justify; }
.cta { text-align: center; margin-top: 2rem; }
.btn { display: inline-block; padding: 0.8rem 1.8rem; background: #0f5132; color: white; border-radius: 6px; text-decoration: none; font-weight: 600; }
.btn:hover { background: #198754; }
.footer { text-align: center; padding: 2rem 1rem; border-top: 1px solid #e5e5e5; font-size: 0.9rem; color: #555; background: #fff; }
.footer a { color: #0f5132; text-decoration: none; }
@media (max-width:600px){ .container{padding:2rem 1rem;} header h1{font-size:1.4rem;} }
