/*
Theme Name: BizRescu
Theme URI: https://bizrescu.pl
Author: Grok
Author URI: https://x.ai
Description: Profesjonalny szablon WordPress dla firmy BizRescu.pl - pomoc prawna i biznesowa dla przedsiębiorców.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizrescu
Tags: custom-menu, featured-images, threaded-comments, translation-ready, business, legal

This theme was created for bizrescu.pl
*/

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    background: #003366;
    color: white;
    padding: 1rem 0;
}

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

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

.hero {
    background: linear-gradient(rgba(0,51,102,0.8), rgba(0,51,102,0.8)), url('https://picsum.photos/1920/800') center/cover;
    color: white;
    text-align: center;
    padding: 150px 20px;
}

.hero h1 {
    font-size: 3.5rem;
}

.services {
    padding: 60px 20px;
    background: #f8f9fa;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
}

footer {
    background: #002244;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
}
