/* Shared city landing styling */
:root { --brand-dark: #282727; --brand-accent: #1C8F5C; }

body.city-page--warsaw { --brand-accent: #d8d6cb; }
body.city-page--lodz { --brand-dark: #120a17; --brand-accent: #c32cd6; }
body.city-page--slask { --brand-dark: #05060a; --brand-accent: #ffb703; }

        html { scroll-behavior: smooth; }

        .firstSection { height: 100vh !important; height: 100dvh !important; min-height: 100vh !important; position: relative; }
        .firstSection__container { position: relative; z-index: 2; }
        .firstSection .button {
            background-color: transparent !important;
            color: #D8D6CB !important;
            border-color: #D8D6CB !important;
        }

        .site-content h2,
        .site-content .h2,
        .secondSection__firstContainer h2 {
            display: flex;
            align-items: center;
            gap: 12px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 40px !important;
            line-height: 1.1 !important;
        }

        .site-content .h2-bold,

        .site-content .h2-thin { display: inline-flex; align-items: center; gap: 16px; }

.metricsSection__item {
            background: #fff;
            border: 1px solid rgba(0,0,0,0.08);
            border-radius: 0;
            padding: 32px 26px;
            text-align: center;
            box-shadow: 0 18px 45px rgba(0,0,0,0.05);
        }
.metricsSection__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0,0,0,0.62);
    margin-bottom: 10px;
    display: block;
}
.metricsSection__item h3 { font-size: 30px; font-weight: 800; color: var(--brand-accent); text-align: center !important; width: 100%; }
.metricsSection__item p { color: #111 !important; text-align: center !important; width: 100%; }

.accent-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1px solid rgba(28,143,92,0.35);
    background: rgba(28,143,92,0.08);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--brand-accent);
    margin-bottom: 18px;
}
.accent-pill--left { margin-left: 0; }

.section-light .problemSolution__card {
    background: #fff;
    border: 1px solid #e9e9e9;
    color: #111;
    padding: 32px 28px;
    border-radius: 0;
}
.problemSolution__card h4 { font-size: 20px; margin-bottom: 15px; }
.problemSolution__card p,
.problemSolution__card li,
.problemSolution__card strong { color: #111 !important; }
        .problemSolution__icon {
            background: rgba(28,143,92,0.12);
            color: var(--brand-accent);
            border: 1px solid rgba(0,0,0,0.08);
            margin-bottom: 18px;
        }
        .visualBreakSection { background:#0f1110; color:#fff; padding:0; width:100vw; margin-left:calc(50% - 50vw); }
        .visualBreakSection .sectionSubtitle { color:#fff; }
        .visualBreakSection > .container { max-width:100%; padding-left:0; padding-right:0; }
        .visualBreakSection .row { margin-left:0; margin-right:0; }
        .visualBreakSection [class*="col-"] { padding-left:0; padding-right:0; }
        .visualBreakSection figure { margin:0; border-radius:0; overflow:hidden; position:relative; box-shadow:none; }
        .visualBreakSection img,
        .visualBreakSection video { width:100%; height:100%; object-fit:cover; display:block; }
        .visualBreakSection--bleed > .container { max-width:100%; padding-left:0; padding-right:0; }
        .visualBreakSection--bleed .row { margin-left:0; margin-right:0; }
        .visualBreakSection--bleed [class*="col-"] { padding-left:0; padding-right:0; }
        .cityVideoBreak { position:relative; min-height:520px; overflow:hidden; }
        .cityVideoBreak video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; min-height:520px; }

        .section-dark { background: var(--brand-dark); color: #fff; padding: 100px 0; }
.section-light { background: #f8f8f8; color: #111; padding: 90px 0; }
.section-light p,
.section-light li,
.section-light span { color: #111 !important; }
.tone-sand .secondSection__firstContainer h2 .h2-bold { color: var(--brand-accent); }
.tone-sand .secondSection__firstContainer h2 .h2-thin { color: rgba(0,0,0,0.75); }

        .metricsSection__item p { color: #111; }
        .metricsSection__item.dark-tile p,
        .metricsSection__item[style*="background:#282727"] p { color: #fff !important; }

                .guarantee-box[style*="background: var(--brand-dark)"] p,
                .guarantee-box[style*="background: var(--brand-dark)"] h4 { color: #fff !important; }

        .guarantee-box {
            background: #fff;
            border: 1px solid rgba(0,0,0,0.08);
            border-radius: 0;
            padding: 32px;
            box-shadow: 0 22px 45px rgba(0,0,0,0.05);
            color: #111;
        }
        .guarantee-box h4,
        .guarantee-box p,
        .guarantee-box li { color: #111 !important; }

        .section-dark .full-report-text,
        .section-dark .full-report-text p,
        .section-dark .problemSolution__card,
        .section-dark .problemSolution__card p,
        .section-dark .problemSolution__card li { color: #d8d6cb !important; }
        .section-light .full-report-text,
        .section-light .full-report-text p,
        .section-light .full-report-text li { color: #111 !important; }

.uavCard {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
            border-radius: 0;
            padding: 32px;
            box-shadow: 0 18px 45px rgba(0,0,0,0.05);
}
.uavCard h4 { font-size: 18px; margin-bottom: 10px; }
.uavCard p,
.uavCard li,
.uavCard strong { color: #111 !important; }

        .data-table-report {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            background: #fff;
            border-radius: 0;
            overflow: hidden;
            box-shadow: 0 18px 45px rgba(0,0,0,0.05);
        }
        .data-table-report th { background: #282727; color: #fff; padding: 15px; text-align: center; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
        .data-table-report td { padding: 20px; font-weight: 600; color: #111; border-bottom: 1px solid rgba(0,0,0,0.05); }
        .data-table-report tbody tr:last-child td { border-bottom: none; }
        .data-table-report tbody td:first-child { background: #fbf7ef; font-weight: 700; }
        .data-table-report tbody td:nth-child(2) { background: #fff; }
        .data-table-report tbody td:nth-child(3) { background: rgba(224,255,238,0.8); color: #0f2a1f; }
        .data-table-report tbody td:nth-child(4) { background: rgba(28,143,92,0.12); color: var(--brand-accent); font-weight: 800; }

        @media (max-width: 767px) {
            .data-table-report { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
            .riskTable { overflow-x: auto; -webkit-overflow-scrolling: touch; }
            .riskTable table { min-width: 480px; }
        }

        .riskTable table { width: 100%; color: #fff !important; font-size: 15px; }
        .riskTable th { text-transform: uppercase; font-size: 12px; letter-spacing: 1px; color: var(--brand-accent); text-align: center; }

        .strategyList { list-style: none; padding-left: 0; }
        .strategyList li { position: relative; padding-left: 28px; margin-bottom: 12px; color: #111; }
        .strategyList li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: var(--brand-accent); }


        .faqAccordion { max-width: 900px; margin: 0 auto; }
        .faq-item.is-open .faq-answer { max-height: 420px; }

        .floating-cta:hover { color: #fff; transform: translateY(-4px); }

        @media (max-width: 991px) {
            .container, .container-fluid {
                padding-left: 20px !important;
                padding-right: 20px !important;
                max-width: 100% !important;
            }
            .row {
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
            [class*="col-"] {
                padding-left: 12px !important;
                padding-right: 12px !important;
            }
            
            .visualBreakSection,
            .visualBreakSection.visualBreakSection--bleed,
            .visualBreakSection figure { padding:0 !important; margin:0 !important; }

            .secondSection__firstContainer { padding: 10px 0 !important; }
            .secondSection__firstContainer .container { padding-left: 20px !important; padding-right: 20px !important; }
            .site-content .h2-bold, .site-content .h2-thin { font-size: 30px !important; }
            .site-content .h2-thin::after { display: none; }

            .firstSection { height: 100vh !important; height: 100dvh !important; display: flex; align-items: center; justify-content: center; padding: 0 !important; }
            .firstSection__container { padding-left: 20px !important; padding-right: 20px !important; }

            #raport .secondSection__secondContainer .container,
            #link-first .container,
            #fotorealizm .container,
            #urzad .container,
            #jakosc .container,
            #matematyka .container,
            #historia,
            #casestudy .container,
            #wnioski .container,
            #final-cta .container,
            .metricsSection .container,
            .guaranteeSection .container { padding-left: 20px !important; padding-right: 20px !important; }
            
            #raport .full-report-text,
            #raport h3,
            #link-first h2,
            #link-first .full-report-text,
            #fotorealizm h2,
            #fotorealizm h3,
            #fotorealizm p,
            #urzad h2,
            #urzad .full-report-text,
            #jakosc h2,
            #jakosc .full-report-text,
            #matematyka h2,
            #matematyka .full-report-text,
            #matematyka .sectionSubtitle,
            #casestudy h2,
            #casestudy .full-report-text,
            #wnioski h2,
            #final-cta h2,
            #final-cta .ctaFinal__badge,
            #final-cta p,
            #final-cta .ctaFinal__list { padding-left: 0 !important; padding-right: 0 !important; }
            #matematyka .sectionSubtitle { padding-left: 0 !important; padding-right: 0 !important; }

            .guaranteeSection .guarantee-box { border-radius: 0; border-left: none; border-right: none; padding: 60px 20px !important; }
            #matematyka .sectionSubtitle { padding-left: 0 !important; padding-right: 0 !important; }
            #raport .row,
            #link-first .row,
            #fotorealizm .row,
            #urzad .row,
            #jakosc .row,
            #matematyka .row { margin-left: 0 !important; margin-right: 0 !important; }
            #raport [class*="col-"] { padding-left: 12px !important; padding-right: 12px !important; }
            
            .problemSolution__card { padding: 30px 20px !important; margin-bottom: 20px; border-radius: 0; border-left: none; border-right: none; }
            .metricsSection__item { text-align: center; margin-bottom: 20px; padding: 24px 15px !important; border-radius: 0; border-left: none; border-right: none; }
            .uavCard { padding: 24px 20px !important; margin-bottom: 15px !important; display: block !important; visibility: visible !important; opacity: 1 !important; }
            #fotorealizm .uavCard p, #fotorealizm .uavCard h4 { padding-left: 0 !important; padding-right: 0 !important; }
            
            
            .fifthSection__swiper .swiper { min-height: 250px !important; height: auto !important; }
            .fifthSection .swiper-slide { padding: 30px 20px !important; height: auto !important; min-height: 250px !important; display: flex !important; flex-direction: column !important; justify-content: flex-start !important; align-items: center !important; text-align: center !important; }
            .fifthSection__icon { max-width: 50px !important; height: auto !important; margin: 0 auto 15px auto !important; display: block !important; }
            .swiper-pagination-bullet-active { background: #1C8F5C !important; opacity: 1 !important; }
            .swiper-pagination { bottom: 10px !important; }

            .guarantee-box { padding: 40px 20px !important; }
            .floating-cta { left: 20px; right: 20px; text-align: center; font-size: 13px; }
        }

/* City-specific layout helpers */
/* --- WARSZAWA PREMIUM CLEAN-UP --- */
        
        /* Fix top bar / Head issues */
        body { margin: 0 !important; padding: 0 !important; }
        
        :root { --accent-green: #1C8F5C; }
        .firstSection {
            height: 100vh;
            min-height: 700px;
            position: relative;
            overflow: hidden;
            padding: 0 !important;
        }
        .firstSection .video {
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .firstSection__firstColumn { position: relative; }
        .firstSection__firstColumn .social-buttons {
            position: absolute;
            bottom: 30px;
            left: 80px;
        }
        @media screen and (max-width: 991.98px) { .firstSection__firstColumn .social-buttons { display: none; } }

        .firstSection__firstColumn .social-buttons {
            position: static !important;
            margin-top: 25px;
            display: flex;
            gap: 18px;
        }
        .firstSection__firstColumn .social-buttons a { color: #D8D6CB; font-size: 27px; }
        @media screen and (max-width: 991.98px) { .firstSection__firstColumn .social-buttons { display: none; } }


        .tone-ivory { background: #faf7f0 !important; }
        .tone-cream { background: #f5f1e8 !important; }
        .tone-sand { background: #ece4d7 !important; }
        .tone-stone { background: #e6dfd2 !important; }
        .tone-cloud { background: #f2ede3 !important; }
        .tone-charcoal,
        .tone-graphite,
        .tone-night { background: #282727 !important; color: #fff !important; }

        .accent-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 6px 18px;
            border-radius: 999px;
            border: 1px solid rgba(28, 143, 92, 0.45);
            background: rgba(28, 143, 92, 0.12);
            color: var(--accent-green);
            font-size: 12px;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-weight: 700;
            margin: 0 auto 18px auto;
        }
        .accent-pill--left { margin-left: 0 !important; margin-right: 0 !important; }
        .button--green { background: var(--accent-green) !important; border: 1px solid var(--accent-green) !important; color: #fff !important; box-shadow: 0 12px 30px rgba(28,143,92,0.35); }
        .button--green span { color: #fff !important; }
        .strategyList--green li::before { color: var(--accent-green) !important; }
        .problemSolution__icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            line-height: 1;
        }
        .evidence-card {
            background: rgba(0,0,0,0.45);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 0;
            padding: 32px;
            box-shadow: 0 25px 45px rgba(0,0,0,0.45);
            backdrop-filter: blur(6px);
        }
        .evidence-card h4 { color: #fff; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; }
        .evidence-card p, .evidence-card li { color: rgba(255,255,255,0.9); }
        .evidence-card ul { list-style: none; padding-left: 0; margin-bottom: 0; }
        .evidence-card ul li { position: relative; padding-left: 26px; margin-bottom: 12px; }
        .evidence-card ul li::before {
            content: "✓";
            font-family: inherit;
            font-weight: 700;
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 14px;
            color: var(--accent-green);
            line-height: 1;
        }
        .evidence-card--light {
            background: #fff;
            border: 1px solid rgba(0,0,0,0.08);
            color: #111;
            box-shadow: 0 25px 45px rgba(0,0,0,0.08);
            border-radius: 0;
            padding: 32px;
        }
        .evidence-card--light h4 { color: #000; }
        .evidence-card--light p,
        .evidence-card--light li,
        .evidence-card--light strong { color: #000 !important; }
        .fifthSection__icon {
            width: 80px;
            height: 80px;
            border-radius: 0;
            background: #282727;
            border: 2px solid rgba(255,255,255,0.05);
            padding: 16px;
            object-fit: contain;
            box-shadow: 0 18px 40px rgba(0,0,0,0.25);
            filter: saturate(1.1);
        }
        .makieta-table {
            background: #fff;
            color: #111;
            border-collapse: separate;
            border-spacing: 0;
        }
        .makieta-table th,
        .makieta-table td {
            color: #111;
        }
        .makieta-table thead th {
            background: #f5f1e8 !important;
            color: #111 !important;
            font-weight: 800;
            letter-spacing: 1px;
            border-bottom: 1px solid rgba(0,0,0,0.08);
        }
        .makieta-table tbody td:first-child {
            background: #fbf7ef;
            color: #000 !important;
            font-weight: 700;
        }
        .makieta-table tbody td:nth-child(2) {
            background: #fff;
            color: #111 !important;
        }
        .makieta-table__highlight {
            color: #0f2a1f !important;
            background: rgba(224, 255, 238, 0.9);
            border-left: 2px solid rgba(28,143,92,0.35);
        }
        .roi-card { width: 100%; max-width: 520px; margin-left: auto; margin-right: auto; }
        .compliance-card { border-left: 4px solid var(--accent-green); }
        .compliance-card h4 { color: var(--accent-green) !important; }

        .stat-chip {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 20px 10px;
            border-radius: 0;
            background: linear-gradient(135deg, rgba(28,143,92,0.18), rgba(28,143,92,0.05));
            color: var(--accent-green);
            font-size: 48px;
            font-weight: 800;
            margin-bottom: 18px;
        }
        .metric-note { font-size: 13px; color: rgba(0,0,0,0.6); margin-top: 18px; display: block; }

        .visualBreakSection { padding: 0 !important; margin: 0 !important; }
        .visualBreakSection::before { display: none !important; }


        .city-feature {
            display: flex;
            gap: 14px;
            background: #1b1b1b;
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 0;
            padding: 22px 20px;
            align-items: flex-start;
        }
        .city-feature__icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: rgba(28,143,92,0.18);
            color: var(--accent-green);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 15px;
        }
        
        /* Global Section Spacing */
        section { padding: 50px 0 !important; }

        /* Kolory sekcji kontrolują dedykowane klasy tone-* w pliku stylów */

 w pliku stylów */

        /* 3. FAQ */
        .faq-item {
            background: transparent !important;
            border-bottom: 1px solid rgba(255,255,255,0.1) !important;
            margin-bottom: 0 !important;
        }
        .faq-question {
            background: transparent !important;
            color: #fff !important;
            padding: 20px 0 !important;
            font-size: 18px !important;
            font-weight: 700 !important;
            border: none !important;
            width: 100%;
            text-align: left;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }
        .faq-question span { color: #fff !important; }
        .faq-answer { background: transparent !important; padding: 0; overflow: hidden; max-height: 0; transition: 0.4s ease; }
        .faq-answer p { color: #fff !important; padding: 0 0 30px 0 !important; font-size: 16px; line-height: 1.7; }
        .faq-item.active .faq-answer { max-height: 500px; }

        .floating-cta { display: none !important; }

        @media (max-width: 991px) {
            .roi-card {
                align-items: center !important;
                text-align: center !important;
                padding: 28px 22px !important;
            }
            .roi-card h3,
            .roi-card p { text-align: center !important; width: 100%; }
            .compliance-card {
                text-align: center;
                border-left: none;
                border-top: 4px solid var(--accent-green);
            }
        }

        @media (max-width: 767px) {
            .table-responsive { overflow-x: auto !important; -webkit-overflow-scrolling: touch; }
            .makieta-table { min-width: 480px; }
            #faq .container,
            .faqAccordion { padding-left: 18px !important; padding-right: 18px !important; }
        }

/* =====================================================
   PREMIUM BRAND: OSTRE KĄTY + HERO FIX
   ===================================================== */

/* 1. Zeruje WSZYSTKIE border-radius - bije inline style */
.city-page * {
    border-radius: 0 !important;
}
/* Wyjątki: pill badge i ikony-kółka */
.city-page .accent-pill {
    border-radius: 999px !important;
}
.city-page .problemSolution__icon,
.city-page .city-feature__icon,
.city-page .review-avatar,
.city-page .whatsapp-chat {
    border-radius: 50% !important;
}

/* 2. Przycisk hero - transparent na ciemnym tle */
.city-page .firstSection .button,
.city-page .firstSection button.button {
    background-color: transparent !important;
    background: transparent !important;
}

/* 3. Hero layout - dark left column + full height */
.city-page .firstSection .container-fluid,
.city-page .firstSection .container-fluid .row {
    height: 100% !important;
}
.city-page .firstSection__firstColumn {
    height: 100% !important;
    padding: 80px !important;
}
@media screen and (max-width: 991.98px) {
    .city-page .firstSection__firstColumn {
        padding: 100px 24px 60px !important;
        min-height: 100vh !important;
        min-height: 100dvh !important;
        width: 100% !important;
        height: 100% !important;
        box-sizing: border-box !important;
    }
    .city-page .firstSection__secondColumn {
        display: none !important;
    }
    .city-page .firstSection .hero-proof {
        display: none !important;
    }
}
