/*
Theme Name: Psycholog Łuków - Joanna Cąkała
Theme URI: https://psycholog.lukow.pl
Description: Dedykowany, profesjonalny i kompletny motyw dla gabinetu psychologicznego mgr Joanny Cąkały w Łukowie. Stworzony od podstaw w eleganckiej, beżowej tonacji kolorystycznej.
Version: 4.0
Author: Ekspert WordPress
Text Domain: psycholog-lukow
*/

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #4a443f;
    background-color: #f7f4ef;
    margin: 0;
    padding: 0;
}

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

/* Header & Navigation */
header {
    background: #ffffff;
    border-bottom: 1px solid #ebdcd0;
    padding: 20px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    font-size: 24px;
    font-weight: bold;
    color: #7d6e63;
    text-decoration: none;
    letter-spacing: 0.5px;
}

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

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    color: #6e655f;
    text-decoration: none;
    font-weight: 500;
}

nav ul li a:hover {
    color: #9c8a7c;
}

/* Hero Section / Front Page Banner */
.hero-banner {
    background-color: #ede6df;
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #ebdcd0;
}

.hero-image-container {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(125, 110, 99, 0.1);
}

.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-tagline {
    margin-top: 25px;
    font-size: 20px;
    color: #594f47;
    font-weight: 400;
    font-style: italic;
}

/* Quick Contact Bar */
.quick-contact-bar {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #f2ede7;
    text-align: center;
}

.quick-contact-bar span {
    margin: 0 20px;
    font-size: 15px;
    color: #6e655f;
}

.quick-contact-bar a {
    color: #7d6e63;
    text-decoration: none;
    font-weight: 500;
}

/* Main Content Area */
.main-content {
    padding: 50px 0;
}

.profile-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media(min-width: 768px) {
    .profile-section {
        grid-template-columns: 2fr 1fr;
    }
}

.about-me h2, .sidebar h3 {
    color: #594f47;
    border-bottom: 2px solid #ede6df;
    padding-bottom: 12px;
    font-weight: 500;
}

.badges {
    margin: 25px 0;
}

.badge {
    display: inline-block;
    background: #9c8a7c;
    color: #fff;
    padding: 6px 14px;
    margin: 0 6px 6px 0;
    border-radius: 20px;
    font-size: 13px;
}

blockquote {
    background: #fdfcfb;
    border-left: 4px solid #b5a496;
    margin: 30px 0;
    padding: 20px;
    font-style: italic;
    color: #594f47;
    border-radius: 0 8px 8px 0;
}

/* Sidebar Box */
.sidebar-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(125, 110, 99, 0.05);
    border: 1px solid #f2ede7;
}

/* Footer */
footer {
    background: #594f47;
    color: #f7f4ef;
    text-align: center;
    padding: 25px 0;
    margin-top: 50px;
    font-size: 14px;
}
footer p {
    margin: 0;
}
