/*
Theme Name: BluesByte 8bit Dark
Theme URI: https://bluesbyte.com
Author: BluesByte
Author URI: https://bluesbyte.com
Description: Tema WordPress 8bit dark e accattivante per BluesByte.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bluesbyte-8bit-dark
Tags: 8bit, pixel, responsive, software, tech, dark
*/

body {
    font-family: 'Press Start 2P', cursive, monospace;
    background: #0d0d0d;
    margin: 0;
    padding: 0;
    color: #f2f2f2;
}

header {
    background: #000;
    color: #00ffcc;
    padding: 30px;
    text-align: center;
    border-bottom: 4px solid #ff0066;
}

header h1 {
    font-size: 22px;
    margin: 0;
    color: #ffcc00;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav ul li {
    margin: 5px;
}

nav ul li a {
    display: block;
    padding: 10px 15px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border: 2px solid #ff0066;
    text-transform: uppercase;
}

nav ul li a:hover {
    background: #ff0066;
    color: #fff;
}

.hero {
    background: linear-gradient(135deg, #1a1a1a, #330033);
    color: #fff;
    text-align: center;
    padding: 100px 20px;
    border-bottom: 4px solid #00ffcc;
}

.hero h2 {
    font-size: 28px;
    margin: 0 0 20px;
    color: #ffcc00;
}

.hero p {
    font-size: 15px;
    margin-bottom: 30px;
    color: #00ffcc;
}

.hero .btn {
    background: #ff0066;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    border: 3px solid #000;
    display: inline-block;
    box-shadow: 4px 4px 0 #000;
}

section {
    padding: 70px 20px;
    max-width: 1100px;
    margin: auto;
}

section h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    color: #ffcc00;
}

.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    text-align: center;
}

.service {
    background: #1a1a1a;
    border: 3px solid #00ffcc;
    padding: 25px;
    color: #fff;
    box-shadow: 5px 5px 0 #ff0066;
}

footer {
    background: #000;
    color: #f2f2f2;
    text-align: center;
    padding: 25px;
    font-size: 12px;
    border-top: 4px solid #ff0066;
}
