/* Reset i podstawowe style */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #8B4049;
    --accent-color: #D4AF37;
    --bg-color: #EDE5D8;
    --text-color: #2C2C2C;
    --white: #FFFFFF;
    --light-gray: #F9F9F9;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--bg-color);
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}

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

/* Mandala w tle */
.mandala-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><linearGradient id="g" x1="0%25" y1="0%25" x2="100%25" y2="100%25"><stop offset="0%25" stop-color="%23FFE566"/><stop offset="50%25" stop-color="%23D4AF37"/><stop offset="100%25" stop-color="%23F9D423"/></linearGradient></defs><g transform="translate(100,100)" opacity="0.85"><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(0)"/><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(30)"/><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(60)"/><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(90)"/><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(120)"/><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(150)"/><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(180)"/><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(210)"/><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(240)"/><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(270)"/><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(300)"/><path d="M0,-90 C2.5,-55 2.5,-30 0,0 C-2.5,-30 -2.5,-55 0,-90Z" fill="url(%23g)" transform="rotate(330)"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(15)" opacity="0.6"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(45)" opacity="0.6"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(75)" opacity="0.6"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(105)" opacity="0.6"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(135)" opacity="0.6"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(165)" opacity="0.6"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(195)" opacity="0.6"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(225)" opacity="0.6"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(255)" opacity="0.6"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(285)" opacity="0.6"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(315)" opacity="0.6"/><path d="M0,-58 C1.8,-36 1.8,-20 0,0 C-1.8,-20 -1.8,-36 0,-58Z" fill="url(%23g)" transform="rotate(345)" opacity="0.6"/><circle cx="0" cy="0" r="3" fill="url(%23g)"/></g></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.55;
    pointer-events: none;
}

/* Nawigacja */
.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
}

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

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-mark {
    height: 52px;
    width: auto;
    display: block;
}

.logo h1 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 0;
}

.logo .tagline {
    font-size: 0.85rem;
    color: var(--accent-color);
    font-style: italic;
    margin-top: -5px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 400;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.nav-menu a:hover {
    color: var(--primary-color);
}

.btn-booking {
    background-color: var(--primary-color);
    color: var(--white) !important;
    padding: 10px 25px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-booking:hover {
    background-color: var(--accent-color);
    transform: translateY(-2px);
}

/* Hamburger menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: transparent;
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
}



.hero-content {
    max-width: 800px;
    animation: fadeInUp 1s ease;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: var(--text-color);
    margin-bottom: 40px;
    font-weight: 300;
}

.btn-primary {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(139, 64, 73, 0.2);
}

/* Sekcje */
section {
    padding: 80px 20px;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    margin: 0 auto;
}

/* O nas */
.about {
    background-color: var(--white);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--text-color);
}

.about-image {
    display: flex;
    justify-content: center;
}

.placeholder-image {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.2rem;
    box-shadow: 0 15px 40px rgba(139, 64, 73, 0.2);
}

/* Usługi */
.services {
    background-color: var(--light-gray);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.service-card {
    background-color: var(--white);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(139, 64, 73, 0.15);
}

.service-icon {
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.service-card p {
    color: var(--text-color);
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.service-link:hover {
    color: var(--accent-color);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, #6d3238 100%);
    color: var(--white);
    text-align: center;
    padding: 100px 20px;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--white);
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.cta-section .btn-primary {
    background-color: var(--accent-color);
}

.cta-section .btn-primary:hover {
    background-color: var(--white);
    color: var(--primary-color);
}

/* Galeria */
.gallery {
    background-color: var(--white);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.gallery-item {
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.1rem;
    transition: transform 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.gallery-item:hover {
    transform: scale(1.05);
}

/* Kontakt */
.contact {
    background-color: var(--light-gray);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-info h3 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.info-item {
    margin-bottom: 25px;
}

.info-item strong {
    color: var(--primary-color);
    display: block;
    margin-bottom: 5px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form input,
.contact-form textarea {
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

/* Footer */
.footer {
    background-color: var(--text-color);
    color: var(--white);
    padding: 60px 20px 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3,
.footer-section h4 {
    color: var(--accent-color);
    margin-bottom: 20px;
}

.footer-section p {
    opacity: 0.8;
    line-height: 1.8;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section a {
    color: var(--white);
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-section a:hover {
    opacity: 1;
    color: var(--accent-color);
}

.social-links {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.6;
}

/* Animacje */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsywność */
@media (max-width: 968px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: var(--white);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 30px 0;
        gap: 20px;
    }

    .nav-menu.active {
        left: 0;
    }

    .hamburger {
        display: flex;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .contact-content {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }
}


/* Przycisk szkoleń */
.training-learn-more {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.95rem;
    font-family: 'Montserrat', sans-serif;
}

.training-learn-more:hover {
    background-color: #6d3038;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 64, 73, 0.3);
}

/* Przełącznik języków */
.nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lang-switcher {
    display: flex;
    gap: 5px;
}

.lang-btn {
    background: none;
    border: 1.5px solid var(--primary-color);
    border-radius: 14px;
    padding: 4px 11px;
    font-size: 0.82rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    color: var(--primary-color);
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

.lang-btn:hover,
.lang-btn.active {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 3000;
    inset: 0;
    background: rgba(0,0,0,0.9);
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    position: relative;
    background: #111;
    border-radius: 10px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    text-align: center;
}

.lightbox-placeholder {
    font-size: 8rem;
    line-height: 1;
    color: var(--accent-color);
}

.lightbox-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    line-height: 1;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.2s;
}

.lightbox-prev { left: -50px; }
.lightbox-next { right: -50px; }

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255,255,255,0.3);
}

/* Przycisk "Dowiedz się więcej" w kartach usług */
.btn-learn-more {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 28px;
    border-radius: 25px;
    letter-spacing: 0.5px;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    margin-top: 10px;
}

.btn-learn-more:hover {
    background: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

/* Modal */
.service-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    inset: 0;
    background-color: rgba(0,0,0,0.7);
    padding: 20px;
}

.service-modal[style*="flex"] {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    padding: 40px;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 2rem;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
    line-height: 1;
}

.modal-close:hover {
    color: var(--primary-color);
}

.modal-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    padding-right: 40px;
}

.modal-body {
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 20px;
}

.modal-body p { margin-bottom: 12px; }
.modal-body ul { margin: 10px 0 10px 20px; }
.modal-body li { margin: 6px 0; }

.btn-modal-book {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #8B4049 0%, #6d3238 100%);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-modal-book:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 64, 73, 0.3);
}

/* Animacje scroll */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Info item linki */
.info-item a {
    color: var(--text-color);
    text-decoration: none;
}

.info-item a:hover {
    color: var(--primary-color);
}

/* Galeria */
.gallery {
    background-color: var(--white);
}

/* Responsywność dla nav-right */
@media (max-width: 968px) {
    .lang-switcher {
        order: -1;
    }

    .lightbox-prev { left: 5px; }
    .lightbox-next { right: 5px; }

    .modal-content {
        padding: 30px 20px;
    }

    .modal-title {
        font-size: 1.4rem;
    }
}

/* =============================================
   CENNIK
   ============================================= */
.pricing-section {
    background-color: var(--bg-color);
    padding: 80px 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 10px;
}

.pricing-category h3 {
    font-family: 'Noto Serif JP', serif;
    color: var(--primary-color);
    font-size: 1.3rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--accent-color);
}

.pricing-card {
    background-color: var(--white);
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 64, 73, 0.12);
}

.pricing-name {
    font-weight: 500;
    color: var(--text-color);
    flex: 1;
}

.pricing-duration {
    font-size: 0.85rem;
    color: #888;
    white-space: nowrap;
    margin-right: 8px;
}

.pricing-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--accent-color);
    white-space: nowrap;
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .pricing-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}
