/*
Theme Name:  Nawigator Theme
Theme URI:   https://example.com
Description: Minimalny motyw WordPress zoptymalizowany pod Elementor i wtyczkę Mieszkania Deweloper Pro (mieszkania-deweloper-nawigator).
Version:     1.0.0
Author:      Claude / Anthropic
Text Domain: nawigator-theme
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
*/

/* =====================================================
   RESET & BASE
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #2c3e50;
    background: #ffffff;
}

/* =====================================================
   ELEMENTOR FULL-WIDTH SUPPORT
   ===================================================== */
.elementor-page .site-header,
.elementor-page .site-footer {
    display: none;          /* ukrywa domyślny header/footer gdy Elementor buduje własny */
}

/* Strony z szablonem "Elementor Full Width" nie mają paddingów */
.elementor-template-full-width .site-content,
body.elementor-template-full-width {
    padding: 0;
    margin: 0;
}

/* =====================================================
   LAYOUT
   ===================================================== */
.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}

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

/* =====================================================
   DOMYŚLNY HEADER (widoczny gdy brak Elementor Header)
   ===================================================== */
.site-header {
    background: #1a5276;
    color: #fff;
    padding: 16px 0;
}

.site-header .site-branding a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
}

.site-header nav a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    margin-left: 20px;
    font-size: 0.9rem;
}

.site-header nav a:hover { color: #fff; }

/* =====================================================
   DOMYŚLNY FOOTER
   ===================================================== */
.site-footer {
    background: #1a2434;
    color: rgba(255,255,255,0.6);
    padding: 24px 0;
    font-size: 0.85rem;
    text-align: center;
}

/* =====================================================
   TYPOGRAFIA – FALLBACK
   ===================================================== */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em;
    line-height: 1.3;
    font-weight: 700;
}

a { color: #2e86c1; text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; height: auto; }

/* =====================================================
   ELEMENTOR – DROBNE POPRAWKI KOMPATYBILNOŚCI
   ===================================================== */

/* Usuwa domyślny padding z sekcji Elementor na mobile */
@media (max-width: 767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
