/*
Theme Name: Cobonaut Premium Theme
Theme URI: https://cobonaut.com
Author: Cobonaut AI
Author URI: https://cobonaut.com
Description: Lekki, nowoczesny i wysoce zoptymalizowany szablon WordPress z fioletowymi akcentami kolorystycznymi platformy Cobonaut.
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: cobonaut-theme
*/

/* Custom Premium Styling */
body {
    font-family: 'Nunito', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fafafa;
    color: #1e1b4b;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

header {
    background: linear-gradient(135deg, #6b21a8, #4c1d95);
    color: white;
    padding: 40px 20px;
    text-align: center;
    border-bottom: 4px solid #a855f7;
    margin-bottom: 40px;
}

header h1 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 800;
}

header p {
    margin: 10px 0 0 0;
    opacity: 0.9;
    font-size: 1.1rem;
}

.card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}

h2 {
    color: #4c1d95;
    margin-top: 0;
}

a {
    color: #a855f7;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color: #6b21a8;
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
    font-size: 0.875rem;
    border-top: 1px solid #e2e8f0;
    margin-top: 60px;
}
