/*
Theme Name:  uprawnienia-energetyczne.pl Child Theme
Theme URI:   
Description: Child theme dla uprawnienia-energetyczne.pl — wygenerowany przez skill_wp.py
Author:      AIR Sp. z o.o.
Author URI:  https://airspzoo.pl
Template:    kadence
Version:     1.0.0
Text Domain: uprawnienia-energetyczne-pl-child

Primary:     #1e293b
Tone:        techniczny
Philosophy:  Functionalist (Dieter Rams)
Generated:   2026-08-03 23:11
*/

@import url('../kadence/style.css');

/* =========================================================
   Design system — uprawnienia-energetyczne.pl
   Referencja wizualna: uprawnieniaenergetyczne.com.pl (konkurent,
   sprawdzony 2026-08-03) — jasne tło, niebieskie akcenty, karty
   z subtelnym cieniem, zaokrąglone rogi, przyciski pełne.
   Różnica od referencji: kolory kategorii G1/G2/G3 rozróżnione
   (informacja, nie ozdoba — trzy realne kategorie uprawnień).
   ========================================================= */

:root {
    /* Kadence liczy .site-container (rodzic .entry-content/.uep-wrap) z tej zmiennej,
       nie z --container poniżej — bez tego override rodzic zostaje na 1290px
       niezależnie od tego, na co ustawimy --container. */
    --global-content-width: 1440px;
    /* Kadence stosuje tę zmienną na body/input/select/textarea z wyższą
       specyficznością niż zwykła reguła "body{}" poniżej — bez override
       na tym poziomie realnie renderuje się system-ui/Segoe UI, nie
       Helvetica Neue z mockupu, mimo font-family ustawionego niżej. */
    --global-body-font-family: "Helvetica Neue", Arial, sans-serif;

    --ink: #1e293b;
    --ink-dark: #0d121b;
    --ink-light: #505f78;
    --paper: #f6f7f7;
    --surface: #ffffff;
    --border: #d1d5db;
    --text: #1e2229;
    --text-muted: #6b737e;

    --g1: #2f6690;      /* elektryczne */
    --g1-soft: #eaf1f6;
    --g2: #b5502f;      /* cieplne */
    --g2-soft: #f7ece7;
    --g3: #2f7f6c;       /* gazowe */
    --g3-soft: #e9f4f1;

    --radius: 6px;
    --shadow: 0 1px 2px rgba(30,41,59,.06), 0 6px 20px rgba(30,41,59,.06);
    --container: 1440px;
}

body {
    background: var(--paper);
    color: var(--text);
    font-family: var(--global-body-font-family);
}

/* Każda podstrona ma własny nagłówek w treści (.uep-hero / h1 w sekcji) —
   domyślny ciemny pasek tytułu Kadence jest wszędzie zbędny, nie tylko na stronie głównej */
.entry-hero.page-hero-section {
    display: none;
}

.site-main, .content-container, .entry-content {
    max-width: var(--container);
}

/* ---------- nagłówek / nawigacja ---------- */

#masthead.site-header,
#masthead .site-header-row-container-inner,
#masthead .site-header-item-inner {
    background-color: var(--surface) !important;
}
#masthead {
    border-bottom: 1px solid var(--border);
}

/* Kadence domyślnie zakłada nagłówek "transparent" na jasnym tle (myślany
   pod ciemny hero) — wymuszamy czytelny, ciemny tekst niezależnie od trybu */
#masthead, #masthead .site-title a, #masthead .site-title,
#masthead .main-nav-menu > li > a,
#masthead .kadence-menu-close-toggle,
#masthead .primary-menu-toggle,
#masthead a {
    color: var(--ink) !important;
}
#masthead .main-nav-menu > li > a:hover {
    color: var(--g1) !important;
}
.main-navigation a, .nav-menu a {
    font-weight: 400;
}

/* ---------- kontener ogólny ---------- */

.uep-wrap {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- hero ---------- */

.uep-hero {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding: 72px 24px 56px;
    text-align: center;
}

.uep-hero .uep-eyebrow {
    display: inline-flex;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--text-muted);
    background: var(--paper);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 20px;
}

.uep-hero h1 {
    font-size: clamp(30px, 4.5vw, 48px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.01em;
    max-width: 18ch;
    margin: 0 auto 16px;
    color: var(--ink);
}

.uep-hero p.uep-lede {
    font-size: 18px;
    color: var(--text-muted);
    max-width: 56ch;
    margin: 0 auto 28px;
}

/* ---------- przyciski ---------- */

.uep-btn {
    display: inline-block;
    background: var(--ink);
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 26px;
    border-radius: var(--radius);
    text-decoration: none !important;
    transition: background .15s ease, transform .1s ease;
}
.uep-btn:hover { background: var(--ink-dark); transform: translateY(-1px); }

.uep-btn-outline {
    display: inline-block;
    background: transparent;
    color: var(--ink) !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 25px;
    border-radius: var(--radius);
    border: 1.5px solid var(--border);
    text-decoration: none !important;
}
.uep-btn-outline:hover { border-color: var(--ink); }

/* ---------- sekcje ---------- */

.uep-section {
    padding: 56px 24px;
}

.uep-section h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
    color: var(--ink);
}

.uep-final-cta h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--ink);
}

.uep-section .uep-section-sub {
    text-align: center;
    color: var(--text-muted);
    max-width: 60ch;
    margin: 0 auto 36px;
}

/* ---------- karty oferty G1/G2/G3 ---------- */

.uep-offers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: var(--container);
    margin: 0 auto;
}
@media (max-width: 780px) { .uep-offers { grid-template-columns: 1fr; } }

.uep-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 0;
    box-shadow: var(--shadow);
    padding: 28px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: transform .15s ease, box-shadow .15s ease;
}
.uep-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(30,41,59,.12); }

.uep-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
}
.uep-card.g1 { background: linear-gradient(180deg, var(--g1-soft) 0%, var(--surface) 90px); }
.uep-card.g1::before { background: var(--g1); }
.uep-card.g2 { background: linear-gradient(180deg, var(--g2-soft) 0%, var(--surface) 90px); }
.uep-card.g2::before { background: var(--g2); }
.uep-card.g3 { background: linear-gradient(180deg, var(--g3-soft) 0%, var(--surface) 90px); }
.uep-card.g3::before { background: var(--g3); }

.uep-card .uep-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.uep-card.g1 .uep-tag { color: var(--g1); }
.uep-card.g2 .uep-tag { color: var(--g2); }
.uep-card.g3 .uep-tag { color: var(--g3); }

.uep-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
}
.uep-card p { color: var(--text-muted); font-size: 14px; margin: 0 0 16px; }
.uep-card .uep-card-cta {
    font-weight: 600;
    font-size: 14px;
    color: var(--ink);
}
.uep-card.g1 .uep-card-cta { color: var(--g1); }
.uep-card.g2 .uep-card-cta { color: var(--g2); }
.uep-card.g3 .uep-card-cta { color: var(--g3); }

/* ---------- stat / liczby ---------- */

.uep-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.uep-stats div { text-align: center; }
.uep-stats b { display: block; font-size: 28px; font-weight: 700; color: var(--ink); }
.uep-stats span { font-size: 13px; color: var(--text-muted); }

/* ---------- oś czasu ---------- */

.uep-timeline {
    max-width: 760px;
    margin: 0 auto;
    counter-reset: step;
}
.uep-timeline .uep-step {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid var(--border);
}
.uep-timeline .uep-step:first-child { border-top: none; }
.uep-timeline .uep-step .uep-num {
    counter-increment: step;
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex; align-items: center; justify-content: center;
}
.uep-timeline .uep-step .uep-num::before { content: counter(step); }
.uep-timeline .uep-step p { margin: 4px 0 0; }

/* ---------- placeholder / do potwierdzenia ---------- */
/* Ukryte przed pokazaniem klientowi/demo - wewnętrzne notatki deweloperskie,
   nie treść do publikacji. Odkryć (usunąć te 4 linijki) po potwierdzeniu
   realnych wartości z SEB/Tarbonus. */
.uep-placeholder,
.uep-dev-note {
    display: none;
}

.uep-placeholder {
    background: #fef7ea;
    border: 1px solid #f0d896;
    border-radius: var(--radius);
    padding: 14px 18px;
    font-size: 13px;
    color: #7a5c17;
    margin: 16px 0;
}

/* =========================================================
   HOMEPAGE v2 — layout wg mockupu Claude Design (2026-08-04)
   ========================================================= */

.uep-hero-grid {
    display: flex;
    gap: 56px;
    align-items: center;
    text-align: left;
    max-width: var(--container);
    margin: 0 auto;
    flex-wrap: wrap;
}
.uep-hero-grid .uep-hero-copy { flex: 1 1 480px; min-width: 300px; }
.uep-hero-grid .uep-hero-copy h1 { margin: 0 0 16px; text-align: left; }
.uep-hero-grid .uep-hero-copy .uep-eyebrow { margin: 0 0 18px; }
.uep-hero-grid .uep-hero-copy p.uep-lede { margin: 0 0 28px; text-align: left; }
.uep-hero-grid .uep-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.uep-signup-card {
    flex: 1 1 360px;
    min-width: 300px;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    border-radius: 0;
    padding: 28px;
    text-align: left;
}
.uep-signup-card h3 { margin: 0 0 4px; font-size: 18px; color: var(--ink); }
.uep-signup-card .uep-signup-sub { font-size: 13px; color: var(--text-muted); margin: 0 0 20px; }
.uep-signup-card form { display: flex; flex-direction: column; gap: 12px; }
.uep-signup-card label { display: block; font-size: 12px; font-weight: 600; color: var(--ink-light); margin-bottom: 5px; }
.uep-signup-card input, .uep-signup-card select {
    width: 100%; font-size: 14px; font-family: inherit; color: var(--text);
    padding: 10px 12px; border: 1px solid var(--border); border-radius: 6px; background: #fff;
}
.uep-signup-card button {
    margin-top: 4px; font-size: 15px; font-weight: 700; color: #fff; background: var(--ink);
    padding: 13px; border: none; border-radius: var(--radius); cursor: not-allowed;
}
.uep-signup-card .uep-signup-note { font-size: 11px; color: #8b98a3; text-align: center; margin-top: 4px; }

/* karty ofertowe — cena + CTA w jednym wierszu */
.uep-offers .uep-card { display: flex; flex-direction: column; }
.uep-card-footer {
    margin-top: auto; padding-top: 12px; border-top: 1px solid var(--border);
    display: flex; align-items: center; justify-content: space-between;
}
.uep-card-price { font-size: 14px; font-weight: 700; color: var(--ink); }

/* SEB / Tarbonus split */
.uep-split {
    display: flex; flex-wrap: wrap; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.uep-split > div { flex: 1 1 400px; min-width: 300px; padding: 56px 40px; }
.uep-split .col-dark { background: var(--ink); color: #fff; }
.uep-split .col-light { background: var(--surface); }
.uep-split h3 { font-size: 26px; font-weight: 700; margin: 0 0 16px; }
.uep-split .col-dark h3 { color: #fff; }
.uep-split .col-light h3 { color: var(--ink); }
.uep-split p { font-size: 15px; line-height: 1.7; margin: 0 0 20px; }
.uep-split .col-dark p { color: #c8d2da; }
.uep-split .col-light p { color: var(--ink-light); }
.uep-eyebrow2 {
    font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    color: var(--text-muted); margin-bottom: 14px; display: block;
}
.uep-split .col-dark .uep-eyebrow2 { color: #9fb2c2; }
.uep-split-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.uep-split-stats b { display: block; font-size: 22px; font-weight: 700; }
.uep-split-stats span { font-size: 12px; }
.uep-split .col-dark .uep-split-stats span { color: #9fb2c2; }
.uep-split .col-light .uep-split-stats span { color: var(--text-muted); }
.uep-split .col-light .uep-split-stats b { color: var(--ink); }

/* dla firm — CTA banner */
.uep-cta-banner {
    background: var(--ink); color: #fff; padding: 56px 40px;
    display: flex; gap: 32px; flex-wrap: wrap; align-items: center; justify-content: space-between;
}
.uep-cta-banner .uep-eyebrow2 { color: #9fb2c2; }
.uep-cta-banner h2 { color: #fff; margin: 0 0 14px; text-align: left; font-size: 26px; }
.uep-cta-banner p { color: #c8d2da; margin: 0; max-width: 520px; }
.uep-cta-banner .uep-btn-white {
    display: inline-block; background: #fff; color: var(--ink) !important; font-weight: 700; font-size: 15px;
    padding: 14px 28px; border-radius: var(--radius); white-space: nowrap; text-decoration: none !important;
}

/* lokalizacje — siatka */
.uep-loc-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px;
    background: var(--border); border: 1px solid var(--border);
}
.uep-loc-grid .uep-loc-card { background: #fff; padding: 26px; }
.uep-loc-grid .uep-loc-card b { display: block; font-size: 16px; color: var(--ink); margin-bottom: 6px; }
.uep-loc-grid .uep-loc-card span { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* opinie uczestników */
.uep-testimonials { display: flex; gap: 22px; flex-wrap: wrap; }
.uep-testimonial {
    flex: 1 1 280px; min-width: 240px; background: var(--paper); padding: 26px; border-left: 3px solid var(--ink);
}
.uep-testimonial.g1 { border-color: var(--g1); }
.uep-testimonial.g2 { border-color: var(--g2); }
.uep-testimonial.g3 { border-color: var(--g3); }
.uep-testimonial p { font-size: 14px; line-height: 1.7; color: var(--ink-light); margin: 0 0 14px; font-style: italic; }
.uep-testimonial b { font-size: 12px; color: var(--ink); }
.uep-testimonial-flag {
    display: inline-block; margin-top: 10px; font-size: 10px; letter-spacing: .04em; text-transform: uppercase;
    color: #7a5c17; background: #fef7ea; border: 1px solid #f0d896; padding: 3px 8px; border-radius: 4px;
}

/* FAQ na stronie głównej — skrót */
.uep-faq-teaser { max-width: 760px; margin: 0 auto; }

/* final CTA */
.uep-final-cta { text-align: center; background: var(--paper); border-top: 1px solid var(--border); padding: 56px 24px; }

/* =========================================================
   NAGŁÓWEK v2 — kolorowane G1/G2/G3, przycisk CTA (2026-08-04)
   Dopasowanie do mockupu Claude Design — dotyczy całej witryny,
   nie tylko strony głównej (Rafał zaakceptował ten zakres 2026-08-04).
   ========================================================= */

#masthead .site-branding .site-title { font-size: 19px; font-weight: 700; line-height: 1.1; margin: 0; }
#masthead .site-branding .site-title-wrap { display: flex; flex-direction: column; }
#masthead .site-branding .site-description {
    color: var(--text-muted) !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
    margin: 2px 0 0;
}

#masthead #primary-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    row-gap: 6px;
    column-gap: 20px;
}
#masthead #primary-menu > li.menu-item > a {
    padding: 6px 0 !important;
    font-size: 14px;
}

#masthead .uep-nav-g1 > a { color: var(--g1) !important; font-weight: 600; }
#masthead .uep-nav-g2 > a { color: var(--g2) !important; font-weight: 600; }
#masthead .uep-nav-g3 > a { color: var(--g3) !important; font-weight: 600; }

#masthead .uep-nav-cta > a {
    background: var(--ink);
    color: #fff !important;
    font-weight: 700;
    padding: 10px 20px !important;
    border-radius: var(--radius);
    margin-left: 4px;
}
#masthead .uep-nav-cta > a:hover { background: var(--ink-dark); }

/* =========================================================
   STOPKA v2 — 4 kolumny wg mockupu Claude Design (2026-08-04)
   Treść wstrzyknięta przez theme_mod footer_html_content,
   patrz functions.php / set_theme_mod (skrypt jednorazowy).
   ========================================================= */

#colophon.site-footer { background: var(--ink); }
#colophon .footer-html-inner p { margin: 0; }

.uep-footer {
    display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between;
    padding: 12px 0; text-align: left;
}
.uep-footer .uep-footer-col { flex: 1 1 200px; min-width: 180px; }
.uep-footer .uep-footer-brand { flex: 1 1 260px; min-width: 220px; }
.uep-footer .uep-footer-brand b { display: block; font-size: 16px; color: #fff; margin-bottom: 8px; }
.uep-footer .uep-footer-brand p { font-size: 13px; line-height: 1.6; color: #8b98a3; margin: 0; }
.uep-footer h4 { font-size: 13px; font-weight: 700; color: #fff; margin: 0 0 12px; }
.uep-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.uep-footer ul li a, .uep-footer .uep-footer-contact span {
    font-size: 13px; color: #8b98a3 !important; text-decoration: none !important;
}
.uep-footer ul li a:hover { color: #fff !important; }
.uep-footer .uep-footer-contact { display: flex; flex-direction: column; gap: 8px; }

/* =========================================================
   PODSTRONA UPRAWNIENIA v2 — wg mockupu Claude Design
   "G1 Uprawnienia Elektryczne.dc.html" (2026-08-04)
   ========================================================= */

.uep-tag {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.uep-variants {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
@media (max-width: 780px) { .uep-variants { grid-template-columns: 1fr; } }

.uep-variant-card-v2 {
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.uep-variant-card-v2.featured { border-width: 2px; }
.uep-variant-card-v2-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.uep-variant-card-v2-title { font-size: 19px; font-weight: 700; color: var(--ink); }
.uep-badge {
    font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
    color: #fff; padding: 4px 10px; border-radius: 4px;
}
.uep-variant-card-v2-list { margin: 0 0 4px; padding: 0 0 0 18px; font-size: 13px; color: var(--ink-light); line-height: 1.7; }
.uep-variant-card-v2-price {
    margin-top: auto; padding-top: 14px; border-top: 1px solid var(--border);
    display: flex; align-items: baseline; gap: 6px;
}
.uep-variant-card-v2-price-num { font-size: 26px; font-weight: 700; color: var(--ink); }
.uep-variant-card-v2-price-unit { font-size: 13px; color: var(--text-muted); }

.uep-topics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}
.uep-topic { border-left: 3px solid var(--ink); padding-left: 20px; }
.uep-topic-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.uep-topic p { font-size: 14px; line-height: 1.6; color: var(--ink-light); margin: 0; }

/* wariant osi czasu w rzędzie, z prostą numeracją (bez okręgów) — jak w mockupie */
.uep-timeline-row {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    counter-reset: step;
}
.uep-timeline-row .uep-step {
    flex: 1 1 220px; min-width: 200px;
    border-top: none; padding: 0; display: block;
}
.uep-timeline-row .uep-step .uep-num {
    background: none; color: var(--border); width: auto; height: auto;
    font-size: 30px; font-weight: 700; margin-bottom: 10px; border-radius: 0;
    display: block; justify-content: flex-start;
}
.uep-timeline-row .uep-step .uep-num::before { content: counter(step, decimal-leading-zero); }
.uep-timeline-row .uep-step p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.uep-timeline-row .uep-step p strong { display: block; color: var(--ink); font-size: 15px; margin-bottom: 6px; }

/* ---------- FAQ ---------- */

.uep-faq-item {
    border-top: 1px solid var(--border);
    padding: 18px 0;
}
.uep-faq-item:first-of-type { border-top: none; }
.uep-faq-item h3 { margin: 0 0 6px; font-size: 17px; }
.uep-faq-item p { margin: 0; color: var(--text-muted); }

/* =========================================================
   PODSTRONY v2 — wspólne komponenty wg mockupów Claude Design
   (Dla Firm / FAQ / Formularz / O Nas / Lokalizacje / Kontakt, 2026-08-04)
   ========================================================= */

/* strona-w-ciemnym-hero (FAQ, Lokalizacje) */
.uep-hero-dark {
    background: var(--ink); padding: 72px 40px 56px;
}
.uep-hero-dark h1 { color: #fff; margin: 0 0 16px; text-align: left; font-size: 44px; max-width: 700px; }
.uep-hero-dark p { color: #c8d2da; margin: 0; max-width: 600px; font-size: 16px; line-height: 1.6; }
.uep-hero-dark p a { color: #9fb2c2; font-weight: 600; }

/* karty cech z kolorowym paskiem u góry (Dla Firm) */
.uep-feature-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px;
}
.uep-feature-card { border-top: 4px solid var(--ink); padding: 24px; background: var(--paper); }
.uep-feature-card-title { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.uep-feature-card p { font-size: 14px; line-height: 1.6; color: var(--ink-light); margin: 0; }

/* siatka bez ramek (O Nas — 3 powody) */
.uep-plain-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px;
}
.uep-plain-grid .uep-topic-title { margin-bottom: 8px; }

/* FAQ v2 — kategorie numerowane + accordion */
.uep-faq-v2-section { padding: 40px 0; display: flex; gap: 48px; flex-wrap: wrap; border-top: 1px solid var(--border); }
.uep-faq-v2-section:first-of-type { border-top: none; }
.uep-faq-v2-side { flex: 0 0 220px; }
.uep-faq-v2-num { font-size: 44px; font-weight: 700; color: var(--paper-2, #e2e5e8); line-height: 1; }
.uep-faq-v2-label { font-size: 17px; font-weight: 700; color: var(--ink); margin-top: 8px; }
.uep-faq-v2-bar { width: 40px; height: 4px; margin-top: 14px; }
.uep-faq-v2-list { flex: 1 1 500px; min-width: 280px; display: flex; flex-direction: column; }
.uep-faq-v2-list details { padding: 22px 0; border-bottom: 1px solid var(--border); }
.uep-faq-v2-list details:last-child { border-bottom: none; }
.uep-faq-v2-list summary { font-size: 17px; font-weight: 700; color: var(--ink); cursor: pointer; list-style: none; }
.uep-faq-v2-list summary::-webkit-details-marker { display: none; }
.uep-faq-v2-list summary::after { content: '+'; float: right; color: var(--text-muted); font-weight: 400; }
.uep-faq-v2-list details[open] summary::after { content: '−'; }
.uep-faq-v2-list p { font-size: 14px; line-height: 1.65; color: var(--ink-light); margin: 14px 0 0; }

/* formularz na osobnej stronie (Zapisz się) */
.uep-form-page { display: flex; justify-content: center; }
.uep-form-page form { max-width: 560px; width: 100%; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow); padding: 40px; display: flex; flex-direction: column; gap: 18px; }
.uep-form-page label { display: block; font-size: 12px; font-weight: 600; color: var(--ink-light); margin-bottom: 6px; }
.uep-form-page input, .uep-form-page select, .uep-form-page textarea {
    width: 100%; font-size: 14px; font-family: inherit; color: var(--text);
    padding: 11px 12px; border: 1px solid var(--border); border-radius: 6px;
}
.uep-form-page textarea { resize: vertical; }
.uep-form-page .uep-radio-row { display: flex; gap: 10px; flex-wrap: wrap; }
.uep-form-page .uep-radio-pill {
    flex: 1 1 110px; display: flex; align-items: center; justify-content: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: var(--ink); border: 1px solid var(--border);
    border-radius: 6px; padding: 10px; cursor: pointer; white-space: nowrap;
}
.uep-form-page .uep-radio-pill input { flex-shrink: 0; }
.uep-form-page button { margin-top: 6px; font-size: 15px; font-weight: 700; color: #fff; background: var(--ink); padding: 15px; border: none; border-radius: 6px; cursor: not-allowed; }
.uep-form-page .uep-form-note { font-size: 11px; color: #8b98a3; text-align: center; }

/* karty lokalizacji z badge (Lokalizacje — zbiorcza) */
.uep-loc-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.uep-loc-card-v2 { background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow); display: flex; flex-direction: column; text-decoration: none !important; }
.uep-loc-card-v2 .bar { height: 5px; }
.uep-loc-card-v2-body { padding: 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.uep-loc-card-v2-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.uep-loc-card-v2-name { font-size: 21px; font-weight: 700; color: var(--ink); }
.uep-loc-card-v2-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.uep-chips { display: flex; gap: 6px; margin-top: 4px; }
.uep-chip { font-size: 11px; font-weight: 700; border: 1px solid; padding: 3px 8px; border-radius: 4px; }
.uep-loc-card-v2-cta { margin-top: auto; padding-top: 12px; font-size: 13px; font-weight: 700; color: var(--g1); }

/* strona miasta — bloki informacyjne + mapa */
.uep-back-link { font-size: 13px; color: var(--text-muted); display: inline-block; margin-bottom: 24px; }
.uep-info-blocks { display: flex; gap: 24px; flex-wrap: wrap; }
.uep-info-block { flex: 1 1 260px; min-width: 240px; border: 1px solid var(--border); padding: 28px; display: flex; flex-direction: column; }
.uep-info-block-label { font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }
.uep-info-block ul { margin: 0; padding: 0 0 0 18px; font-size: 14px; color: var(--ink); line-height: 1.6; }
.uep-info-block ul li { margin-bottom: 8px; }
.uep-map-placeholder {
    background: #eef1f2; border: 1px solid var(--border); height: 280px;
    display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 14px;
}

/* kontakt — bloki jeden pod drugim */
.uep-contact-blocks { border: 1px solid var(--border); display: flex; flex-direction: column; }
.uep-contact-block { padding: 28px; border-bottom: 1px solid var(--border); }
.uep-contact-block:last-child { border-bottom: none; }
.uep-contact-block-label { font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
.uep-contact-block-lines { display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: var(--ink); line-height: 1.6; }
.uep-contact-block-lines .muted { color: var(--text-muted); font-size: 13px; }
