/*
Theme Name: Waldi AID
Theme URI: https://www.waldi-aid.net.pl/
Author: Waldi AID
Description: Autorski motyw dla firmy wykonującej adaptacje samochodów do przewozu osób poruszających się na wózkach.
Version: 1.10.0
Text Domain: waldi-aid
*/

:root {
    --graphite: #24282c;
    --graphite-2: #343a40;
    --red: #b52d2d;
    --red-bright: #d23b35;
    --mint: #a7d6c6;
    --paper: #f4f2ee;
    --ink: #17191b;
    --line: #d9d6d0;
    --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: relative; z-index: 20; background: var(--graphite); color: #fff; }
.top-line {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.72);
    font-size: 12px;
}
.top-line div { display: flex; gap: 24px; }
.top-line a:hover { color: #fff; }
.nav-shell {
    min-height: 104px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 210px 1fr auto;
    align-items: center;
    gap: 42px;
}
.logo img { width: 202px; height: auto; }
.nav-shell nav .menu { display: flex; justify-content: center; gap: clamp(18px,2vw,36px); margin: 0; padding: 0; list-style: none; }
.nav-shell nav a {
    position: relative;
    display: block;
    padding: 42px 0 38px;
    color: rgba(255,255,255,.78);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.nav-shell nav a::after {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 31px;
    height: 2px;
    background: var(--red-bright);
    transition: right .22s ease;
}
.nav-shell nav a:hover, .nav-shell .current-menu-item > a { color: #fff; }
.nav-shell nav a:hover::after, .nav-shell .current-menu-item > a::after { right: 0; }
.nav-cta, .button {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 21px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease;
}
.nav-cta { background: var(--red); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }

.hero {
    display: grid;
    grid-template-columns: minmax(0,1.5fr) minmax(300px,.72fr) minmax(0,1fr);
    min-height: 680px;
    background: #111;
}
.hero-photo { position: relative; min-height: 680px; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-left img { object-position: 53% center; }
.hero-photo-right img { object-position: 58% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,8,8,.78),rgba(8,8,8,.1)); }
.hero-photo-right .hero-shade { background: linear-gradient(0deg,rgba(6,8,8,.58),transparent 60%); }
.hero-copy {
    position: absolute;
    left: clamp(32px,6vw,96px);
    right: clamp(28px,5vw,70px);
    bottom: 70px;
    color: #fff;
}
.eyebrow {
    margin: 0 0 14px;
    color: var(--red-bright);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.hero-copy h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(42px,4.8vw,78px);
    line-height: .98;
    letter-spacing: -.04em;
}
.hero-copy > p:not(.eyebrow) {
    max-width: 590px;
    margin: 26px 0 34px;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.55;
}
.button-light { background: #fff; color: var(--ink); }
.button-dark { background: var(--graphite); color: #fff; }
.hero-trust { padding: 68px 42px; background: var(--mint); display: flex; flex-direction: column; justify-content: center; }
.hero-trust .eyebrow { color: #625a53; }
.hero-trust h2 { margin: 0 0 44px; font-size: clamp(30px,2.7vw,48px); line-height: 1.04; letter-spacing: -.03em; }
.trust-list { display: grid; gap: 25px; }
.trust-list > div { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 14px; }
.trust-list strong { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; font-size: 18px; }
.trust-list span { font-size: 14px; font-weight: 700; line-height: 1.35; }
.photo-caption { position: absolute; left: 34px; right: 34px; bottom: 34px; margin: 0; color: #fff; font-size: 18px; font-weight: 700; line-height: 1.35; }

.contact-band {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 48px;
    padding: 42px max(32px,calc((100vw - 1320px)/2));
    background: var(--graphite-2);
    color: #fff;
}
.contact-band h1,
.contact-band h2 { margin: 0; max-width: 720px; font-size: clamp(22px,2.1vw,34px); line-height: 1.2; }
.contact-links { display: flex; gap: 32px; }
.contact-links a { display: flex; align-items: center; gap: 12px; }
.contact-links a > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--red); }
.contact-links small, .contact-links strong { display: block; }
.contact-links small { margin-bottom: 4px; color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-links strong { white-space: nowrap; font-size: 14px; }

.section { max-width: 1384px; margin: 0 auto; padding: 110px 32px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .7fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-heading h2, .experience-copy h2 { margin: 0; font-size: clamp(36px,4vw,62px); line-height: 1.04; letter-spacing: -.04em; }
.section-heading > p { margin: 0; color: #626262; font-size: 17px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { background: #fff; border: 1px solid var(--line); }
.service-image { position: relative; display: block; aspect-ratio: 1.18; overflow: hidden; background: #eee; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-image:hover img { transform: scale(1.035); }
.service-image > span { position: absolute; left: 18px; bottom: 16px; padding: 8px 10px; background: var(--graphite); color: #fff; font-size: 11px; font-weight: 800; }
.service-body { padding: 26px; }
.service-body h3 { margin: 0; font-size: 20px; text-transform: uppercase; }
.service-body p { min-height: 76px; margin: 16px 0 22px; color: #6a6966; font-size: 14px; line-height: 1.55; }
.service-body a { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.experience { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; padding-top: 40px; }
.experience-photo { position: relative; min-height: 590px; }
.experience-photo::before { content: ''; position: absolute; left: -18px; bottom: -18px; width: 55%; height: 70%; background: var(--red); }
.experience-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.experience-copy > p:not(.eyebrow) { margin: 28px 0; color: #626262; font-size: 17px; line-height: 1.75; }
.experience-copy ul { list-style: none; padding: 0; margin: 0 0 36px; display: grid; gap: 14px; }
.experience-copy li { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.experience-copy li strong { color: var(--red); }
.brand-strip { padding-top: 50px; text-align: center; }
.brand-strip > div { display: grid; grid-template-columns: repeat(5,1fr); align-items: center; gap: 38px; padding: 38px; background: #fff; border: 1px solid var(--line); }
.brand-strip img { width: auto; max-width: 150px; max-height: 58px; margin: 0 auto; object-fit: contain; filter: grayscale(1); opacity: .75; }

.page-hero { position: relative; min-height: 430px; overflow: hidden; background: var(--graphite); color: #fff; }
.page-hero.compact { min-height: 360px; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(22,24,26,.94),rgba(22,24,26,.72) 48%,rgba(22,24,26,.22)); }
.page-hero-content { position: relative; z-index: 1; max-width: 1384px; margin: 0 auto; padding: 118px 32px 74px; }
.page-hero-content h1 { max-width: 930px; margin: 0; font-size: clamp(42px,5vw,76px); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 54px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.back-link:hover { color: #fff; }
.page-layout { max-width: 1320px; margin: 0 auto; padding: 90px 32px 110px; display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 76px; align-items: start; }
.page-layout.one-column { display: block; max-width: 980px; }
.legacy-content { min-width: 0; color: #343434; font-size: 17px; line-height: 1.74; }
.legacy-content > :first-child, .legacy-content .wpb-content-wrapper > :first-child { margin-top: 0; }
.legacy-content h1, .legacy-content h2, .legacy-content h3, .legacy-content h4 { color: var(--ink); font-family: Arial, Helvetica, sans-serif !important; line-height: 1.15; letter-spacing: -.025em; }
.legacy-content h2 { margin: 50px 0 20px; font-size: clamp(30px,3.2vw,47px); }
.legacy-content h3 { margin: 36px 0 16px; font-size: 25px; }
.legacy-content h4 { margin: 28px 0 14px; font-size: 20px; }
.legacy-content p { margin: 0 0 20px; }
.legacy-content span { font-family: inherit !important; font-size: inherit !important; }
.legacy-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.legacy-content img { width: auto; max-width: 100%; height: auto; margin: 26px auto; border-radius: 2px; }
.legacy-content ul, .legacy-content ol { margin: 20px 0 28px; padding-left: 25px; }
.legacy-content li { margin: 10px 0; }
.legacy-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; font-size: 14px; }
.legacy-content td, .legacy-content th { padding: 10px 12px; border: 1px solid var(--line); }
.legacy-content iframe { width: 100%; max-width: 100%; min-height: 420px; border: 0; }
.legacy-content address { margin: 0 0 8px; font-style: normal; line-height: 1.65; }
.legacy-content blockquote { margin: 30px 0; padding: 10px 0 10px 25px; border-left: 4px solid var(--red); font-size: 20px; }
.page-contact-card { position: sticky; top: 24px; padding: 34px; background: var(--mint); }
.page-contact-card h2 { margin: 0 0 18px; font-size: 29px; line-height: 1.08; letter-spacing: -.03em; }
.page-contact-card > p:not(.eyebrow) { margin: 0 0 28px; color: #4b4c4b; font-size: 14px; line-height: 1.55; }
.page-contact-card > a:not(.button) { display: flex; align-items: center; gap: 10px; margin: 16px 0; font-size: 14px; font-weight: 700; }
.page-contact-card .button { margin-top: 20px; width: 100%; padding: 0 14px; font-size: 11px; }
.posts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.post-card { padding: 32px; background: #fff; border: 1px solid var(--line); }
.post-card h2 { margin: 0 0 18px; font-size: 28px; line-height: 1.12; }
.post-card > p:not(.eyebrow) { color: #626262; line-height: 1.65; }
.post-card > a { color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.error-page { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.error-page h1 { margin: 0; font-size: clamp(45px,7vw,90px); letter-spacing: -.05em; }
.error-page > p:not(.eyebrow) { max-width: 560px; margin: 26px 0 34px; color: #626262; font-size: 18px; line-height: 1.6; }

footer { margin-top: 30px; background: var(--graphite); color: rgba(255,255,255,.72); }
.footer-inner { max-width: 1320px; margin: 0 auto; padding: 72px 32px; display: grid; grid-template-columns: 1.5fr .8fr .7fr; gap: 80px; }
.footer-logo { width: 190px; margin-bottom: 24px; }
.footer-inner p { max-width: 380px; font-size: 14px; line-height: 1.7; }
.footer-inner h2 { margin: 0 0 22px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.footer-inner a { display: block; width: fit-content; margin: 10px 0; font-size: 14px; }
.footer-inner a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 32px; text-align: center; font-size: 12px; }

@media (max-width: 1120px) {
    .nav-shell { grid-template-columns: 180px 1fr auto; gap: 24px; }
    .nav-shell nav .menu { gap: 17px; }
    .nav-shell nav a { font-size: 9px; }
    .hero { grid-template-columns: 1.45fr .72fr; }
    .hero-photo-right { display: none; }
    .contact-band { grid-template-columns: 1fr; }
    .service-grid { grid-template-columns: repeat(2,1fr); }
    .page-layout { grid-template-columns: minmax(0,1fr) 280px; gap: 45px; }
    .posts-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 780px) {
    .top-line > span, .top-line a[href^="mailto"] { display: none; }
    .top-line { justify-content: flex-end; padding: 0 20px; }
    .nav-shell { min-height: 82px; padding: 0 20px; grid-template-columns: 1fr auto; }
    .logo img { width: 175px; }
    .nav-shell nav { display: none; }
    .nav-cta { min-height: 40px; padding: 0 15px; font-size: 11px; }
    .hero { display: block; min-height: auto; }
    .hero-photo-left { min-height: 620px; }
    .hero-copy { left: 24px; right: 24px; bottom: 42px; }
    .hero-copy h1 { font-size: 46px; }
    .hero-copy > p:not(.eyebrow) { font-size: 16px; }
    .hero-trust { padding: 52px 24px; }
    .trust-list { grid-template-columns: 1fr 1fr; }
    .contact-band { padding: 38px 24px; }
    .contact-links { flex-direction: column; gap: 18px; }
    .section { padding: 78px 24px; }
    .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
    .service-grid, .posts-grid { grid-template-columns: 1fr; }
    .service-body p { min-height: 0; }
    .experience { grid-template-columns: 1fr; gap: 52px; padding-top: 10px; }
    .experience-photo { min-height: 410px; }
    .brand-strip > div { grid-template-columns: repeat(2,1fr); }
    .page-hero { min-height: 360px; }
    .page-hero-content { padding: 82px 24px 54px; }
    .back-link { margin-bottom: 38px; }
    .page-hero-content h1 { font-size: 42px; }
    .page-layout { grid-template-columns: 1fr; gap: 50px; padding: 64px 24px 78px; }
    .page-contact-card { position: static; }
    .legacy-content { font-size: 16px; }
    .footer-inner { grid-template-columns: 1fr; gap: 36px; padding: 56px 24px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}

/* Modernizacja 2026 */
:root {
    --graphite: #15191d;
    --graphite-2: #20262b;
    --red: #c52f32;
    --red-bright: #e0423f;
    --mint: #b7e2d3;
    --paper: #f6f5f2;
    --ink: #111416;
    --line: #e3e0da;
    --shadow-sm: 0 10px 35px rgba(18,24,28,.08);
    --shadow-lg: 0 30px 80px rgba(13,18,21,.16);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 32px;
}

body {
    font-family: Aptos, "SF Pro Display", "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    left: 20px;
    top: -80px;
    z-index: 99999;
    padding: 13px 18px;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font-weight: 700;
    box-shadow: var(--shadow-sm);
}
.skip-link:focus { top: 18px; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(21,25,29,.96);
    box-shadow: 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(18px);
    transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { background: rgba(15,18,21,.985); box-shadow: 0 14px 45px rgba(0,0,0,.18); }
.admin-bar .site-header { top: 32px; }
.top-line { min-height: 34px; font-size: 11px; letter-spacing: .035em; }
.top-line b { color: var(--mint); font-weight: 800; }
.nav-shell { min-height: 92px; grid-template-columns: 200px 1fr auto; }
.logo img { width: 188px; }
.nav-shell nav a { padding: 36px 0 33px; font-size: 10px; letter-spacing: .09em; }
.nav-shell nav a::after { bottom: 27px; }
.nav-cta { min-height: 48px; padding: 0 20px; border-radius: 999px; box-shadow: 0 10px 26px rgba(197,47,50,.25); }
.menu-toggle { display: none; }

.hero { min-height: 720px; grid-template-columns: minmax(0,1.55fr) minmax(300px,.66fr) minmax(0,.88fr); }
.hero-photo { min-height: 720px; }
.hero-photo img { transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg,rgba(8,11,13,.88) 0%,rgba(8,10,11,.56) 45%,rgba(8,8,8,.06) 84%); }
.hero-copy { bottom: 82px; }
.hero-copy h1 { max-width: 790px; font-size: clamp(50px,5.1vw,84px); line-height: .96; letter-spacing: -.052em; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 32px; font-size: 19px; line-height: 1.55; }
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    background: rgba(18,22,24,.42);
    color: rgba(255,255,255,.9);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}
.hero-badge span { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(183,226,211,.14); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 24px; border-radius: 999px; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 14px 30px rgba(197,47,50,.26); }
.button-ghost { border: 1px solid rgba(255,255,255,.32); color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.button-dark { border-radius: 999px; }
.hero-trust { position: relative; padding: 64px 38px; background: var(--mint); }
.hero-trust h2 { font-size: clamp(31px,2.6vw,47px); }
.trust-list > div { padding-bottom: 20px; border-bottom: 1px solid rgba(17,20,22,.14); }
.trust-list > div:last-child { padding-bottom: 0; border-bottom: 0; }
.trust-list strong { background: rgba(255,255,255,.32); border: 0; }
.photo-caption { padding: 18px; border-radius: var(--radius-sm); background: rgba(10,12,13,.48); backdrop-filter: blur(14px); }

.proof-bar {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    max-width: 1320px;
    margin: -32px auto 0;
    border: 1px solid rgba(22,26,29,.08);
    border-radius: var(--radius-md);
    background: rgba(255,255,255,.96);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}
.proof-bar > div { padding: 28px 30px; border-right: 1px solid var(--line); }
.proof-bar > div:last-child { border-right: 0; }
.proof-bar strong, .proof-bar span { display: block; }
.proof-bar strong { margin-bottom: 5px; color: var(--ink); font-size: clamp(24px,2.2vw,36px); letter-spacing: -.04em; }
.proof-bar span { color: #77746e; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.contact-band { margin-top: -42px; padding-top: 98px; padding-bottom: 48px; background: var(--graphite-2); }
.section { padding-top: 125px; padding-bottom: 125px; }
.section-heading h2, .experience-copy h2 { letter-spacing: -.055em; }
.service-grid { gap: 22px; }
.service-card { border: 0; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.service-image > span { left: 20px; bottom: 18px; border-radius: 999px; background: rgba(20,24,27,.88); backdrop-filter: blur(10px); }
.service-body { padding: 30px; }
.service-body h3 { font-size: 19px; letter-spacing: -.02em; }
.service-body a { text-decoration: none; }
.experience-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.experience-photo::before { display: none; }
.experience-photo img { transition: transform .5s ease; }
.experience-photo:hover img { transform: scale(1.025); }
.experience-copy li { padding: 14px 16px; border-radius: var(--radius-sm); background: rgba(255,255,255,.7); }
.brand-strip > div { border: 0; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }

.page-hero { min-height: 500px; }
.page-hero-shade { background: linear-gradient(90deg,rgba(11,14,16,.96),rgba(14,17,19,.7) 52%,rgba(14,17,19,.2)); }
.page-hero-content { padding-top: 145px; padding-bottom: 86px; }
.page-hero-content h1 { font-size: clamp(48px,5.4vw,82px); letter-spacing: -.055em; }
.page-layout { padding-top: 105px; }
.legacy-content { padding: 44px; border-radius: var(--radius-md); background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); }
.page-contact-card { top: 150px; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.post-card { border: 0; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }

@media (max-width: 1360px) {
    .proof-bar { margin-left: 24px; margin-right: 24px; }
}

@media (max-width: 1120px) {
    .hero { grid-template-columns: 1.55fr .7fr; }
    .proof-bar { grid-template-columns: repeat(2,1fr); }
    .proof-bar > div:nth-child(2) { border-right: 0; }
    .proof-bar > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 780px) {
    .admin-bar .site-header { top: 46px; }
    body.menu-open { overflow: hidden; }
    .top-line { display: none; }
    .nav-shell { position: relative; min-height: 76px; grid-template-columns: 1fr auto auto; gap: 12px; }
    .logo img { width: 160px; }
    .menu-toggle {
        display: grid;
        gap: 4px;
        place-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 50%;
        background: transparent;
        color: #fff;
        cursor: pointer;
    }
    .menu-toggle > span:not(.screen-reader-text) { display: block; width: 18px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .nav-shell nav {
        display: block;
        position: fixed;
        left: 16px;
        right: 16px;
        top: 88px;
        max-height: 0;
        overflow: hidden;
        border-radius: var(--radius-md);
        background: rgba(21,25,29,.99);
        box-shadow: var(--shadow-lg);
        opacity: 0;
        visibility: hidden;
        transition: max-height .3s ease, opacity .2s ease, visibility .2s ease;
    }
    .nav-shell nav.is-open { max-height: calc(100vh - 110px); opacity: 1; visibility: visible; }
    .nav-shell nav .menu { display: block; padding: 18px; }
    .nav-shell nav a { padding: 15px 12px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; }
    .nav-shell nav li:last-child a { border-bottom: 0; }
    .nav-shell nav a::after { display: none; }
    .nav-cta { min-height: 42px; padding: 0 14px; font-size: 0; }
    .nav-cta::before { content: "Kontakt"; font-size: 11px; }
    .hero-photo-left { min-height: 650px; }
    .hero-copy { bottom: 48px; }
    .hero-copy h1 { font-size: clamp(44px,13vw,62px); }
    .hero-copy > p:not(.eyebrow) { font-size: 17px; }
    .hero-actions { display: grid; }
    .hero-actions .button { width: 100%; }
    .trust-list { grid-template-columns: 1fr; }
    .proof-bar { grid-template-columns: 1fr 1fr; margin: -22px 16px 0; border-radius: var(--radius-sm); }
    .proof-bar > div { padding: 22px 18px; }
    .proof-bar strong { font-size: 25px; }
    .proof-bar span { font-size: 9px; }
    .contact-band { margin-top: -28px; padding-top: 74px; }
    .section { padding-top: 92px; padding-bottom: 92px; }
    .service-card { border-radius: var(--radius-sm); }
    .legacy-content { padding: 0; background: transparent; box-shadow: none; }
    .page-contact-card { border-radius: var(--radius-sm); }
}

.process-section {
    position: relative;
    background:
        radial-gradient(circle at 12% 12%, rgba(183,226,211,.22), transparent 32%),
        var(--paper);
    overflow: hidden;
}
.process-section::after {
    content: "";
    position: absolute;
    right: -160px;
    bottom: -180px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(21,25,29,.08);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(21,25,29,.025), 0 0 0 140px rgba(21,25,29,.018);
    pointer-events: none;
}
.process-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}
.process-grid article {
    position: relative;
    min-height: 285px;
    padding: 30px;
    border: 1px solid rgba(21,25,29,.08);
    border-radius: var(--radius-md);
    background: rgba(255,255,255,.78);
    box-shadow: 0 14px 50px rgba(18,24,28,.055);
}
.process-grid article::before {
    content: "";
    display: block;
    width: 52px;
    height: 5px;
    margin-bottom: 96px;
    border-radius: 999px;
    background: linear-gradient(90deg,var(--red),var(--mint));
}
.process-grid h3 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 20px;
    letter-spacing: -.025em;
}
.process-grid p {
    margin: 0;
    color: #6f6d68;
    font-size: 14px;
    line-height: 1.65;
}

.realizations {
    display: grid;
    grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr);
    gap: clamp(45px,7vw,105px);
    align-items: center;
    padding: 112px max(24px,calc((100vw - 1320px)/2));
    background: var(--graphite);
    color: #fff;
}
.realizations-copy { max-width: 475px; }
.realizations-copy .eyebrow { color: var(--mint); }
.realizations-copy h2 {
    margin: 18px 0 24px;
    font-size: clamp(40px,4.2vw,66px);
    line-height: 1;
    letter-spacing: -.055em;
}
.realizations-copy > p:not(.eyebrow) {
    margin: 0 0 32px;
    color: rgba(255,255,255,.68);
    font-size: 17px;
    line-height: 1.7;
}
.realizations-gallery {
    display: grid;
    grid-template-columns: minmax(0,1.35fr) minmax(190px,.65fr);
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    min-height: 600px;
}
.realizations-gallery figure {
    min-height: 0;
    margin: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
}
.realizations-gallery figure.large { grid-row: 1 / 3; }
.realizations-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}
.realizations-gallery figure:hover img { transform: scale(1.035); }

.faq {
    display: grid;
    grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr);
    gap: clamp(55px,8vw,130px);
    align-items: start;
}
.faq-intro { position: sticky; top: 160px; }
.faq-intro h2 {
    margin: 18px 0 22px;
    font-size: clamp(40px,4.4vw,67px);
    line-height: 1;
    letter-spacing: -.055em;
}
.faq-intro > p:not(.eyebrow) { max-width: 420px; color: #706e69; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 27px 0;
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--paper);
    color: var(--red);
    font-size: 21px;
    font-weight: 500;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--red); color: #fff; }
.faq-list details p { max-width: 720px; margin: -5px 58px 25px 0; color: #706e69; line-height: 1.75; }

.closing-cta {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 50px;
    align-items: end;
    max-width: 1320px;
    margin: 0 auto 120px;
    padding: 72px 78px;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(120deg,rgba(21,25,29,.1),rgba(21,25,29,.75)),
        var(--red);
    color: #fff;
    box-shadow: 0 30px 90px rgba(197,47,50,.22);
}
.closing-cta .eyebrow { color: rgba(255,255,255,.7); }
.closing-cta h2 {
    max-width: 790px;
    margin: 18px 0 0;
    font-size: clamp(40px,4.5vw,68px);
    line-height: 1;
    letter-spacing: -.055em;
}
.closing-actions { display: flex; flex-direction: column; gap: 12px; min-width: 235px; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--mint); }
.button-outline { border: 1px solid rgba(255,255,255,.42); color: #fff; }
.button-outline:hover { background: rgba(255,255,255,.12); }

@media (max-width: 1360px) {
    .closing-cta { margin-right: 24px; margin-left: 24px; }
}

@media (max-width: 1120px) {
    .process-grid { grid-template-columns: repeat(2,1fr); }
    .process-grid article { min-height: 250px; }
    .process-grid article::before { margin-bottom: 68px; }
    .realizations { grid-template-columns: 1fr; }
    .realizations-copy { max-width: 720px; }
    .realizations-gallery { min-height: 540px; }
    .closing-cta { grid-template-columns: 1fr; align-items: start; }
    .closing-actions { flex-direction: row; min-width: 0; }
}

@media (max-width: 780px) {
    .process-grid { grid-template-columns: 1fr; }
    .process-grid article { min-height: 0; padding: 24px; }
    .process-grid article::before { margin-bottom: 42px; }
    .realizations { padding-top: 82px; padding-bottom: 82px; }
    .realizations-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 190px; min-height: 0; }
    .realizations-gallery figure.large { grid-column: 1 / 3; grid-row: auto; }
    .faq { grid-template-columns: 1fr; gap: 38px; }
    .faq-intro { position: static; }
    .faq-list summary { padding: 23px 0; font-size: 16px; }
    .faq-list details p { margin-right: 0; }
    .closing-cta { margin: 0 16px 78px; padding: 48px 26px; border-radius: var(--radius-md); }
    .closing-actions { flex-direction: column; width: 100%; }
    .closing-actions .button { width: 100%; }
}

/* Korekta proporcji, czytelności i pełne menu */
#main-content { scroll-margin-top: 126px; }

@media (min-width: 781px) {
    .nav-shell nav > .menu > li { position: relative; }
    .nav-shell nav .sub-menu {
        position: absolute;
        left: -18px;
        top: calc(100% - 18px);
        z-index: 20;
        display: block;
        width: 280px;
        margin: 0;
        padding: 12px;
        border: 1px solid rgba(255,255,255,.09);
        border-radius: var(--radius-sm);
        background: rgba(18,22,25,.985);
        box-shadow: var(--shadow-lg);
        list-style: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
    }
    .nav-shell nav li:hover > .sub-menu,
    .nav-shell nav li:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .nav-shell nav .sub-menu li { position: relative; }
    .nav-shell nav .sub-menu .sub-menu { left: calc(100% - 2px); top: -12px; }
    .nav-shell nav .sub-menu a {
        padding: 12px 13px;
        border-radius: 8px;
        color: rgba(255,255,255,.78);
        font-size: 11px;
        line-height: 1.3;
        letter-spacing: .025em;
        text-transform: none;
    }
    .nav-shell nav .sub-menu a:hover,
    .nav-shell nav .sub-menu .current-menu-item > a { background: rgba(255,255,255,.07); color: #fff; }
    .nav-shell nav .sub-menu a::after { display: none; }
}

.nav-shell { gap: 24px; }
.nav-shell nav .menu { gap: clamp(12px,1.35vw,24px); }
.nav-shell nav > .menu > li > a { white-space: nowrap; }

.hero,
.hero-photo,
.hero-trust {
    height: 680px;
    min-height: 0;
}
.hero-photo img { position: absolute; inset: 0; }
.hero-copy { bottom: 58px; }
.hero-copy h1 { font-size: clamp(48px,4.65vw,72px); }
.hero-copy > p:not(.eyebrow) { margin: 22px 0 26px; font-size: 17px; }
.hero-trust { padding: 54px 30px; }
.hero-trust h2 { margin-bottom: 30px; font-size: clamp(30px,2.25vw,39px); }
.trust-list { gap: 15px; }
.trust-list > div { padding-bottom: 14px; }
.trust-list span { font-size: 13px; }

.service-image { aspect-ratio: 599 / 474; }
.service-image img { object-fit: cover; }
.service-image > span { display: none; }

.realizations-gallery { min-height: 0; height: 510px; }
.experience-photo { min-height: 0; height: 500px; }
.page-hero { min-height: 380px; }
.page-hero.compact { min-height: 320px; }
.page-hero-content { padding-top: 92px; padding-bottom: 68px; }
.page-hero-content h1 { font-size: clamp(43px,4.7vw,70px); }
.legacy-content img { max-height: 620px; object-fit: contain; }

@media (max-width: 1320px) and (min-width: 781px) {
    .nav-shell { grid-template-columns: 172px minmax(0,1fr); }
    .nav-cta { display: none; }
    .logo img { width: 165px; }
    .nav-shell nav .menu { gap: 13px; justify-content: flex-end; }
    .nav-shell nav > .menu > li > a { font-size: 8px; letter-spacing: .05em; }
}

@media (max-width: 1120px) and (min-width: 781px) {
    .hero,
    .hero-photo,
    .hero-trust { height: 640px; }
    .hero-copy h1 { font-size: clamp(46px,5.6vw,64px); }
}

@media (max-width: 780px) {
    #main-content { scroll-margin-top: 76px; }
    .nav-shell nav { overflow-y: auto; }
    .nav-shell nav .sub-menu {
        position: static;
        display: block;
        margin: 0;
        padding: 0 0 0 15px;
        border: 0;
        background: transparent;
        box-shadow: none;
        list-style: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .nav-shell nav .sub-menu a { padding: 11px 12px; color: rgba(255,255,255,.68); font-size: 11px; text-transform: none; }
    .nav-shell nav .sub-menu .sub-menu { padding-left: 15px; }
    .hero { height: auto; }
    .hero-photo-left { height: 560px; min-height: 0; }
    .hero-photo-right { display: none; }
    .hero-copy { bottom: 34px; }
    .hero-copy h1 { font-size: clamp(39px,11vw,49px); line-height: .98; }
    .hero-copy > p:not(.eyebrow) { margin: 18px 0 22px; font-size: 15px; line-height: 1.45; }
    .hero-badge { margin-bottom: 16px; padding: 8px 12px; font-size: 9px; }
    .hero-actions { gap: 9px; }
    .hero-actions .button { min-height: 46px; padding: 0 18px; font-size: 11px; }
    .hero-trust { height: auto; min-height: 0; padding: 66px 24px 44px; }
    .hero-trust h2 { margin-bottom: 28px; font-size: 34px; }
    .service-image { aspect-ratio: 599 / 474; }
    .realizations-gallery { height: auto; grid-template-rows: 265px 135px; }
    .experience-photo { height: 320px; min-height: 0; }
    .page-hero,
    .page-hero.compact { min-height: 290px; }
    .page-hero-content { padding-top: 66px; padding-bottom: 46px; }
    .page-hero-content h1 { font-size: clamp(35px,10vw,44px); }
    .legacy-content img { max-height: 460px; }
}

/* Slider strony głównej */
.hero-slider {
    position: relative;
    height: 640px;
    overflow: hidden;
    background: var(--graphite);
    color: #fff;
    outline: none;
}
.hero-slides,
.hero-slide { position: absolute; inset: 0; }
.hero-slide {
    display: grid;
    grid-template-columns: minmax(0,1.55fr) minmax(300px,.66fr) minmax(0,.88fr);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(24px);
    transition: opacity .55s ease, visibility .55s ease, transform .55s ease;
}
.hero-slide.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}
.hero-slide-main,
.hero-slide-side { position: relative; min-width: 0; height: 640px; overflow: hidden; }
.hero-slide-main > img,
.hero-slide-side > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.025);
    transition: transform 7.5s ease;
}
.hero-slide.is-active .hero-slide-main > img,
.hero-slide.is-active .hero-slide-side > img { transform: scale(1); }
.hero-slide-main > .hero-shade { background: linear-gradient(90deg,rgba(8,11,13,.88) 0%,rgba(8,10,11,.52) 52%,rgba(8,8,8,.08) 88%); }
.hero-slide-side > .hero-shade { background: linear-gradient(0deg,rgba(6,8,8,.62),transparent 64%); }
.hero-slide-main .hero-copy { bottom: 96px; }
.hero-slide-main .hero-copy h1,
.hero-slide-main .hero-copy h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px,4.25vw,64px);
    line-height: 1.02;
    letter-spacing: -.052em;
}
.hero-slide-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    height: 640px;
    padding: 54px 30px;
    background: var(--mint);
    color: var(--ink);
}
.hero-slide-panel .eyebrow { margin-bottom: 20px; color: rgba(17,20,22,.55); }
.hero-slide-panel h2 {
    margin: 0 0 40px;
    font-size: clamp(30px,2.3vw,39px);
    line-height: 1.02;
    letter-spacing: -.045em;
}
.hero-slide-panel h2 em { color: var(--red); font-style: normal; }
.slide-benefits { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.slide-benefits li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid currentColor;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    border-color: rgba(17,20,22,.14);
}
.slide-benefits li:last-child { border-bottom: 0; }
.slide-benefits span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,.34);
}
.hero-slide-panel.dark-panel { background: #181c20; color: #fff; }
.hero-slide-panel.dark-panel .eyebrow,
.hero-slide-panel.dark-panel h2 em { color: var(--mint); }
.hero-slide-panel.dark-panel .slide-benefits li { border-color: rgba(255,255,255,.12); }
.hero-slide-panel.dark-panel .slide-benefits span { background: rgba(255,255,255,.1); }
.hero-slide-panel.blue-panel { background: #b8daf0; }
.hero-slide-panel.blue-panel .eyebrow,
.hero-slide-panel.blue-panel h2 em { color: #155b88; }
.hero-slide-panel.red-panel { background: #a92f31; color: #fff; }
.hero-slide-panel.red-panel .eyebrow { color: rgba(255,255,255,.66); }
.hero-slide-panel.red-panel h2 em { color: #fff; }
.hero-slide-panel.red-panel .slide-benefits li { border-color: rgba(255,255,255,.16); }
.hero-slide-panel.red-panel .slide-benefits span { background: rgba(255,255,255,.14); }
.hero-slider-controls {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(13,16,18,.62);
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    backdrop-filter: blur(12px);
    transform: translateX(-50%);
}
.slider-arrow {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
.slider-arrow:hover { background: var(--red); transform: scale(1.04); }
.slider-dots { display: flex; align-items: center; gap: 4px; }
.slider-dots button {
    display: grid;
    place-items: center;
    width: 24px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
}
.slider-dots button::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.42);
    transition: width .2s ease, background .2s ease;
}
.slider-dots button[aria-current="true"]::before { width: 24px; background: #fff; }
.slider-arrow:focus-visible,
.slider-dots button:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }

@media (max-width: 1120px) and (min-width: 781px) {
    .hero-slider,
    .hero-slide-main,
    .hero-slide-panel { height: 640px; }
    .hero-slide { grid-template-columns: minmax(0,1.55fr) minmax(290px,.7fr); }
    .hero-slide-side { display: none; }
    .hero-slide-main .hero-copy h1,
    .hero-slide-main .hero-copy h2 { font-size: clamp(44px,5.7vw,62px); }
}

@media (max-width: 780px) {
    .hero-slider,
    .hero-slide-main { height: 620px; }
    .hero-slide { display: block; transform: translateX(18px); }
    .hero-slide-panel,
    .hero-slide-side { display: none; }
    .hero-slide-main .hero-copy { left: 24px; right: 24px; bottom: 96px; }
    .hero-slide-main .hero-copy h1,
    .hero-slide-main .hero-copy h2 { font-size: clamp(38px,10.8vw,48px); }
    .hero-slide-main .hero-copy > p:not(.eyebrow) { margin: 18px 0 22px; font-size: 15px; line-height: 1.45; }
    .hero-slider-controls { bottom: 14px; }
}

/* Układ z tekstami zachowanymi z wersji produkcyjnej */
.nav-shell { grid-template-columns: 200px minmax(0,1fr); }
#main-content { scroll-margin-top: 92px; }
.contact-band {
    margin-top: 0;
    gap: 32px;
    padding-top: 36px;
    padding-bottom: 36px;
}
.contact-band > div:first-child { display: grid; gap: 20px; }
.contact-band .button { min-height: 44px; padding: 12px 18px; font-size: 11px; line-height: 1.5; }
.contact-band .contact-links { flex-direction: column; gap: 12px; }
.contact-band .contact-links strong { font-size: 16px; }
.services {
    padding-top: 64px;
    padding-bottom: 32px;
}
.service-body h3 a {
    justify-content: space-between;
    width: 100%;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-decoration: none;
}
.service-body h3 a::after {
    content: '';
    flex: 0 0 8px;
    height: 8px;
    margin: 0 3px 0 12px;
    border-top: 2px solid var(--red);
    border-right: 2px solid var(--red);
    transform: rotate(45deg);
}
.service-body h3 a:focus-visible {
    outline: 3px solid var(--red);
    outline-offset: 6px;
    border-radius: 2px;
}
.service-body p {
    min-height: 0;
    margin: 16px 0 0;
    color: #555b5e;
    font-size: 16px;
    line-height: 1.65;
}
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card {
    border: 1px solid rgba(22,25,27,.07);
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(24,28,31,.035);
}
.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(24,28,31,.09);
}
.service-image {
    aspect-ratio: 3 / 2;
    background: #e8e7e3;
}
.service-image img {
    object-position: center;
    transition: transform .55s cubic-bezier(.2,.7,.2,1);
}
.service-image:hover img { transform: scale(1.045); }
.service-body { padding: 26px; }
.service-body h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -.02em;
}
.home-guide {
    padding-top: 32px;
    padding-bottom: 32px;
}
.home-guide-panel {
    padding: clamp(28px, 4.4vw, 60px);
    border: 1px solid rgba(22, 25, 27, .06);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(24, 28, 31, .035);
}
.home-guide-header,
.home-guide-copy {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}
.home-guide-header {
    margin-bottom: 28px;
}
.home-guide-header .eyebrow { margin-bottom: 12px; }
.home-guide-header h2 {
    margin: 0;
    max-width: 30ch;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.12;
    letter-spacing: -.045em;
}
.home-guide-copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 44px;
    align-items: start;
    color: #555b5e;
    font-size: 17px;
    line-height: 1.7;
}
.home-guide-copy > * { min-width: 0; }
.home-guide-copy p { margin: 0; }
.home-guide-copy p + p {
    padding-top: 24px;
    border-top: 1px solid var(--line);
}
.home-guide-copy p:first-child {
    grid-column: 1 / -1;
    max-width: 82ch;
    color: #313639;
    font-size: 19px;
    line-height: 1.7;
}
.home-guide-copy p:last-child {
    color: #34393b;
}
.home-guide-copy a {
    color: #a82427;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.home-guide-copy a:hover { color: var(--red-bright); }
.home-guide-copy a:focus-visible {
    border-radius: 2px;
    outline: 3px solid rgba(197, 47, 50, .24);
    outline-offset: 3px;
}
.brand-strip h2 {
    max-width: 760px;
    margin: 0 auto 28px;
    font-size: clamp(22px,2.2vw,30px);
    line-height: 1.3;
    letter-spacing: -.035em;
}
.brand-strip { padding-top: 40px; padding-bottom: 40px; }
.brand-strip > div {
    gap: 24px;
    padding: 28px;
    border: 1px solid var(--line);
    box-shadow: none;
}
.coverage-section {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    padding-top: 32px;
    padding-bottom: 64px;
}
.coverage-section .experience-photo {
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
}
.coverage-section .experience-photo img { padding: 24px; object-fit: contain; }
.coverage-section .experience-copy h2 { font-size: clamp(30px, 3.1vw, 42px); line-height: 1.13; }
.coverage-section .experience-copy p { max-width: 44ch; margin-bottom: 0; }
.production-closing {
    width: calc(100% - 64px);
    max-width: 1320px;
    margin: 0 auto 64px;
    padding: 48px;
    grid-template-columns: 1fr;
    align-items: center;
    border-radius: 24px;
    box-shadow: none;
    text-align: center;
}
.production-closing h2 {
    max-width: 900px;
    margin: 0 auto;
    font-size: clamp(30px, 3.3vw, 46px);
    line-height: 1.12;
    letter-spacing: -.035em;
}
.production-closing p {
    max-width: 64ch;
    margin: 20px auto 0;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.6;
}
footer { margin-top: 0; }
.footer-inner h2 { line-height: 1.45; }
.footer-inner p strong { color: #fff; }
.footer-inner p a { display: inline; }
.legacy-content .imported-cta {
    margin: 42px 0;
    padding: 34px;
    border-radius: var(--radius-md);
    background: var(--graphite-2);
    color: #fff;
    text-align: center;
}
.legacy-content .imported-cta h2,
.legacy-content .imported-cta h4 { margin: 0; color: #fff; }
.legacy-content .imported-cta h4 { margin-top: 12px; font-size: 18px; }
.legacy-content .imported-toggle { border-bottom: 1px solid var(--line); }
.legacy-content .imported-toggle:first-of-type { border-top: 1px solid var(--line); }
.legacy-content .imported-toggle summary {
    padding: 20px 4px;
    color: var(--ink);
    font-weight: 800;
    cursor: pointer;
}
.legacy-content .imported-toggle[open] summary { color: var(--red); }
.legacy-content .button { color: #fff; text-decoration: none; }

@media (max-width: 1020px) {
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-guide-copy { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .coverage-section { gap: 32px; }
}

@media (max-width: 780px) {
    .nav-shell { grid-template-columns: 1fr auto; }
    #main-content { scroll-margin-top: 76px; }
    .contact-band { padding: 32px 24px; }
    .contact-band .contact-links strong { white-space: normal; overflow-wrap: anywhere; }
    .services { padding-top: 40px; padding-bottom: 24px; }
    .service-body { padding: 22px; }
    .home-guide {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .home-guide-panel {
        padding: 28px 24px;
        border-radius: 20px;
    }
    .home-guide-header { margin-bottom: 26px; }
    .home-guide-copy { font-size: 16px; line-height: 1.68; }
    .home-guide-copy p:first-child { font-size: 17px; line-height: 1.65; }
    .home-guide-copy p + p { padding-top: 22px; }
    .brand-strip { padding-top: 24px; padding-bottom: 24px; }
    .brand-strip > div { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 24px 20px; }
    .brand-strip img { max-width: 100%; }
    .brand-strip img:last-child { grid-column: 1 / -1; justify-self: center; }
    .coverage-section { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: 24px; padding-bottom: 40px; }
    .coverage-section .experience-photo { height: auto; }
    .production-closing { width: calc(100% - 48px); margin: 0 auto 40px; padding: 32px 24px; border-radius: 20px; }
    .production-closing p { font-size: 16px; }
}

@media (max-width: 600px) {
    .service-grid { grid-template-columns: minmax(0, 1fr); }
}

/* Nowoczesne podstrony odtworzone ze struktur WPBakery */
.page-layout.one-column {
    max-width: 1440px;
    padding: 52px 32px 112px;
}
.legacy-content {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.legacy-content .wpb-content-wrapper { display: flow-root; }
.legacy-content .imported-row,
.legacy-content .imported-row-inner {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(20px, 2.8vw, 42px);
    align-items: center;
}
.legacy-content .imported-row {
    position: relative;
    margin: 0 0 26px;
    padding: clamp(28px, 4vw, 58px);
    overflow: hidden;
    border: 1px solid rgba(22, 25, 27, .055);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, .86);
    box-shadow: var(--shadow-sm);
}
.legacy-content .imported-row.is-muted {
    background: #e9ebed;
    box-shadow: none;
}
.legacy-content .imported-row-inner {
    grid-column: 1 / -1;
    width: 100%;
}
.legacy-content .imported-column { grid-column: span 12; min-width: 0; }
.legacy-content .imported-column.is-1-2 { grid-column: span 6; }
.legacy-content .imported-column.is-1-3 { grid-column: span 4; }
.legacy-content .imported-column.is-2-3 { grid-column: span 8; }
.legacy-content .imported-column.is-1-4 { grid-column: span 3; }
.legacy-content .imported-column.is-3-4 { grid-column: span 9; }
.legacy-content .imported-column.is-1-6 { grid-column: span 2; }
.legacy-content .imported-column.is-5-6 { grid-column: span 10; }
.legacy-content .imported-column.is-1-12 { grid-column: span 1; }
.legacy-content .imported-column.is-5-12 { grid-column: span 5; }
.legacy-content .imported-column.is-7-12 { grid-column: span 7; }
.legacy-content .imported-column.is-11-12 { grid-column: span 11; }
.legacy-content .imported-text > :first-child,
.legacy-content .imported-column > :first-child { margin-top: 0; }
.legacy-content .imported-text > :last-child,
.legacy-content .imported-column > :last-child { margin-bottom: 0; }
.legacy-content .align-center { text-align: center; }
.legacy-content .wa-uppercase-tag,
.legacy-content p.wa-uppercase-tag {
    margin: 0 0 13px;
    color: var(--red);
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.legacy-content .wa-h2 {
    margin: 0 0 22px;
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.02;
    letter-spacing: -.045em;
}
.legacy-content .wa-lead {
    color: #4c5053;
    font-size: clamp(17px, 1.65vw, 21px);
    line-height: 1.65;
}
.legacy-content .wa-seo-text { max-width: 980px; }
.legacy-content .wa-kafel,
.legacy-content .wa-card-info-box {
    height: 100%;
    padding: clamp(23px, 3vw, 38px);
    border-radius: var(--radius-sm);
    background: #f2f2ef;
}
.legacy-content .wa-kafel {
    border-top: 4px solid var(--red);
    transition: transform .22s ease, box-shadow .22s ease;
}
.legacy-content .wa-kafel:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-sm);
}
.legacy-content .wa-showcase-card {
    gap: 0;
    overflow: hidden;
    border-radius: var(--radius-md);
    background: var(--graphite);
    color: #fff;
    box-shadow: var(--shadow-lg);
}
.legacy-content .wa-showcase-card + .wa-showcase-card { margin-top: 28px; }
.legacy-content .wa-showcase-card .imported-media,
.legacy-content .wa-showcase-card .imported-media img { height: 100%; }
.legacy-content .wa-showcase-card .imported-media img { min-height: 380px; object-fit: cover; }
.legacy-content .wa-showcase-card .wa-card-info-box {
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, .8);
}
.legacy-content .wa-showcase-card h2,
.legacy-content .wa-showcase-card h3,
.legacy-content .wa-showcase-card h4 { color: #fff; }
.legacy-content .wa-feature-item {
    gap: 20px;
    margin: 16px 0;
    padding: 22px;
    border-radius: var(--radius-sm);
    background: #fff;
    box-shadow: 0 8px 28px rgba(18, 24, 28, .065);
}
.legacy-content .wa-feature-tech-tag {
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.legacy-content .wa-feature-content { color: #4e5255; }
.legacy-content .wa-bullets ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
    gap: 14px;
    margin: 28px 0 34px;
    padding-left: 0;
    list-style: none;
}
.legacy-content .wa-bullets li {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 20px 22px 22px;
    border: 1px solid rgba(20, 24, 27, .08);
    border-top: 3px solid var(--red);
    border-radius: 14px;
    background: linear-gradient(145deg, #fff 0%, #f9f9f7 100%);
    box-shadow: 0 10px 28px rgba(20, 24, 27, .055);
    color: #565a5d;
    font-size: 16px;
    line-height: 1.6;
}
.legacy-content .wa-bullets li::before {
    content: none;
}
.legacy-content .wa-bullets li strong {
    color: var(--ink);
    font-weight: 750;
}
.legacy-content .imported-media {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-sm);
    background: #e5e5e1;
}
.legacy-content .imported-media img {
    width: 100%;
    height: auto;
    max-height: 680px;
    margin: 0;
    border-radius: 0;
    object-fit: contain;
}
.legacy-content .imported-gallery {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    margin: 6px 0;
}
.legacy-content .imported-gallery .imported-media {
    aspect-ratio: 4 / 3;
    border-radius: 10px;
}
.legacy-content .imported-gallery .imported-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    transition: transform .32s ease;
}
.legacy-content .imported-gallery .imported-media:hover img { transform: scale(1.025); }
.legacy-content .gallery-images_carousel {
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 36%);
    grid-template-columns: none;
    padding-bottom: 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
}
.legacy-content .gallery-images_carousel .imported-media { scroll-snap-align: start; }
.legacy-content .imported-video {
    position: relative;
    grid-column: 1 / -1;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: var(--radius-md);
    background: #111;
    box-shadow: var(--shadow-sm);
}
.legacy-content .imported-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
}
.legacy-content .imported-separator {
    grid-column: 1 / -1;
    width: 100%;
    margin: 28px 0;
    border: 0;
    border-top: 1px solid var(--line);
}
.legacy-content .wa-table-container { overflow-x: auto; }
.legacy-content .wa-table-container table { min-width: 720px; background: #fff; }
.legacy-content .gallery-slider { margin: 20px 0; }
.legacy-content .gallery-slider .imported-slider-media { aspect-ratio: 16 / 10; }
.legacy-content.imported-blog .imported-row { background: transparent; box-shadow: none; border: 0; padding: 0; }
.legacy-content .bdpp-post-list-inr-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.legacy-content .bdpp-post-list-main {
    overflow: hidden;
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: var(--shadow-sm);
}
.legacy-content .bdpp-post-list-content { display: grid; grid-template-columns: minmax(170px, .75fr) minmax(0, 1.25fr); height: 100%; }
.legacy-content .bdpp-post-list-left,
.legacy-content .bdpp-post-list-right { min-width: 0; }
.legacy-content .bdpp-post-list-left a,
.legacy-content .bdpp-post-img-bg { display: block; height: 100%; }
.legacy-content .bdpp-post-list-left img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
}
.legacy-content .bdpp-post-list-right { padding: 30px; }
.legacy-content .bdpp-post-cats a {
    color: var(--red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}
.legacy-content .bdpp-post-title { margin: 15px 0; font-size: clamp(24px, 2.4vw, 35px); }
.legacy-content .bdpp-post-title a { color: var(--ink); text-decoration: none; }
.legacy-content .bdpp-post-meta { margin-bottom: 18px; color: #777; font-size: 12px; }
.legacy-content .bdpp-post-desc { color: #5c6062; font-size: 14px; line-height: 1.65; }
.legacy-content .bdpp-rdmr-btn {
    display: inline-flex;
    margin-top: 18px;
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
}
.legacy-content .wpcf7 {
    height: 100%;
    padding: clamp(24px, 3.2vw, 42px);
    border-radius: var(--radius-md);
    background: var(--graphite);
    color: #fff;
}
.legacy-content .imported-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.legacy-content .imported-contact-form p { margin: 0; }
.legacy-content .imported-contact-form p:nth-last-child(2),
.legacy-content .imported-contact-form p:last-child { grid-column: 1 / -1; }
.legacy-content .imported-contact-form label {
    display: grid;
    gap: 8px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 700;
}
.legacy-content .imported-contact-form input:not([type="submit"]),
.legacy-content .imported-contact-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    outline: 0;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font: inherit;
}
.legacy-content .imported-contact-form textarea { min-height: 150px; resize: vertical; }
.legacy-content .imported-contact-form input:focus,
.legacy-content .imported-contact-form textarea:focus { border-color: var(--red-bright); background: rgba(255, 255, 255, .12); }
.legacy-content .imported-contact-form input[type="submit"] {
    min-height: 48px;
    padding: 0 26px;
    border: 0;
    border-radius: 6px;
    background: var(--red);
    color: #fff;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 900px) {
    .page-layout.one-column { padding: 38px 22px 84px; }
    .legacy-content .imported-row { padding: 28px; }
    .legacy-content .imported-column.is-1-2,
    .legacy-content .imported-column.is-1-3,
    .legacy-content .imported-column.is-2-3,
    .legacy-content .imported-column.is-1-4,
    .legacy-content .imported-column.is-3-4,
    .legacy-content .imported-column.is-1-6,
    .legacy-content .imported-column.is-5-6,
    .legacy-content .imported-column.is-1-12,
    .legacy-content .imported-column.is-5-12,
    .legacy-content .imported-column.is-7-12,
    .legacy-content .imported-column.is-11-12 { grid-column: span 12; }
    .legacy-content .imported-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .legacy-content .wa-showcase-card .imported-media img { min-height: 0; max-height: 420px; }
    .legacy-content .bdpp-post-list-inr-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .page-layout.one-column { padding: 24px 14px 66px; }
    .legacy-content .imported-row { gap: 22px; margin-bottom: 16px; padding: 22px 18px; border-radius: var(--radius-sm); }
    .legacy-content .imported-row-inner { gap: 20px; }
    .legacy-content .imported-gallery { grid-template-columns: 1fr; gap: 10px; }
    .legacy-content .gallery-images_carousel { grid-auto-columns: 88%; grid-template-columns: none; }
    .legacy-content .imported-media img { max-height: 460px; }
    .legacy-content .imported-contact-form { grid-template-columns: 1fr; }
    .legacy-content .imported-contact-form p { grid-column: 1 / -1; }
    .legacy-content .bdpp-post-list-content { grid-template-columns: 1fr; }
    .legacy-content .bdpp-post-list-left img { min-height: 210px; max-height: 260px; }
}

/* Spójne doświadczenie podstron i linkowanie kontekstowe */
html,
body { overflow-x: clip; }

.subpage-main {
    min-height: 60vh;
    background: #f5f3ef;
}
.subpage-hero {
    position: relative;
    display: grid;
    min-height: 238px;
    overflow: hidden;
    align-items: end;
    background:
        linear-gradient(118deg, rgba(10, 13, 15, .98), rgba(32, 37, 41, .94)),
        var(--graphite);
    color: #fff;
}
.subpage-hero::before,
.subpage-hero::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.subpage-hero::before {
    top: -190px;
    right: 8%;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 72px rgba(255, 255, 255, .018), 0 0 0 144px rgba(255, 255, 255, .012);
}
.subpage-hero::after {
    right: 0;
    bottom: 0;
    width: min(34vw, 480px);
    height: 5px;
    background: var(--red-bright);
}
.subpage-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 54px 32px 46px;
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.breadcrumbs a { color: rgba(255, 255, 255, .82); transition: color .2s ease; }
.breadcrumbs a:hover,
.breadcrumbs a:focus-visible { color: #fff; }
.subpage-title {
    max-width: 980px;
    margin: 0;
    font-size: clamp(38px, 4.8vw, 64px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.052em;
    text-wrap: balance;
}
.page-layout.one-column {
    max-width: 1280px;
    padding: 64px 32px 120px;
}
.legacy-content .wpb-content-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(44px, 5.8vw, 78px);
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}
.legacy-content .wpb-content-wrapper > .imported-row,
.legacy-content .wpb-content-wrapper > .imported-column {
    grid-column: 1;
    width: 100%;
}
.legacy-content .imported-row {
    gap: clamp(24px, 3vw, 44px);
    align-items: start;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.legacy-content .imported-row-inner { align-items: start; }
.legacy-content [style*="text-align: justify"] { text-align: left !important; }
.legacy-content .imported-row.is-text-only,
.legacy-content .imported-row.is-text-only.is-compact {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.legacy-content .imported-row.is-prose-section > .imported-column.is-1-1 {
    width: 100%;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
}
.legacy-content .imported-row.is-heading-section {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.legacy-content .imported-row.is-heading-section h1,
.legacy-content .imported-row.is-heading-section h2,
.legacy-content .imported-row.is-heading-section h3,
.legacy-content .imported-row.is-heading-section h4 { margin: 0; text-wrap: balance; }
.legacy-content .imported-row.is-feature-section {
    padding: clamp(34px, 4.4vw, 58px);
    border-radius: 26px;
    background: #e8e9e9;
}
.legacy-content .imported-row.is-feature-section .imported-row-inner { align-items: stretch; }
.legacy-content .imported-row.is-feature-section .imported-row-inner > .imported-column { display: flex; }
.legacy-content .imported-row.is-feature-section .wa-kafel,
.legacy-content .imported-row.is-feature-section .wa-feature-item {
    width: 100%;
    border: 1px solid rgba(20, 24, 27, .07);
    border-top: 3px solid var(--red);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 24, 27, .055);
}
.legacy-content .imported-row.is-split-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(20, 24, 27, .075);
}
.legacy-content .imported-row.is-split-section > .imported-column {
    grid-column: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 4.5vw, 60px);
}
.legacy-content .imported-row.is-split-section:not(.is-long-copy-section)
> .imported-column:not(:has(> .imported-media, > .imported-gallery, > .imported-video)) > * {
    width: 100%;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
}
.legacy-content .imported-row.is-split-section:not(.is-long-copy-section) p,
.legacy-content .imported-row.is-split-section:not(.is-long-copy-section) li {
    max-width: 62ch;
    text-align: left !important;
    word-spacing: normal;
}
.legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-media),
.legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-gallery),
.legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-video) { padding: 0; }
.legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-media) .imported-media {
    height: 100%;
    border-radius: 0;
}
.legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-media) .imported-media img {
    height: 100%;
    min-height: 420px;
    max-height: 640px;
    object-fit: cover;
}
.legacy-content .imported-row.is-split-section.is-long-copy-section {
    grid-template-columns: minmax(0, 1fr);
}
.legacy-content .imported-row.is-split-section.is-long-copy-section > .imported-column {
    grid-column: 1;
    width: 100%;
}
.legacy-content .imported-row.is-split-section.is-long-copy-section
> .imported-column:has(> .imported-media, > .imported-gallery, > .imported-video) {
    order: -1;
}
.legacy-content .imported-row.is-split-section.is-long-copy-section
> .imported-column:has(> .imported-media) .imported-media {
    height: clamp(360px, 42vw, 560px);
}
.legacy-content .imported-row.is-split-section.is-long-copy-section
> .imported-column:has(> .imported-media) .imported-media img {
    height: 100%;
    min-height: 0;
    max-height: none;
    object-fit: cover;
}
.legacy-content .imported-row.is-split-section.is-long-copy-section
> .imported-column:not(:has(> .imported-media, > .imported-gallery, > .imported-video)) > * {
    width: 100%;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}
.legacy-content .imported-row.is-split-section.is-long-copy-section p,
.legacy-content .imported-row.is-split-section.is-long-copy-section li {
    text-align: left !important;
    word-spacing: normal;
}
.legacy-content .imported-row.is-checklist-section {
    grid-template-columns: minmax(0, 1fr);
}
.legacy-content .imported-row.is-checklist-section > .imported-column {
    grid-column: 1;
    width: 100%;
}
.legacy-content .imported-row.is-checklist-section > .imported-column:first-child {
    padding: clamp(34px, 4vw, 50px);
}
.legacy-content .imported-row.is-checklist-section > .imported-column:first-child > * {
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.legacy-content .imported-row.is-checklist-section:not(.is-long-copy-section)
> .imported-column:not(:has(> .imported-media, > .imported-gallery, > .imported-video)) > * {
    max-width: 900px;
}
.legacy-content .imported-row.is-checklist-section:not(.is-long-copy-section)
> .imported-column:not(:has(> .imported-media, > .imported-gallery, > .imported-video)) > h2 {
    max-width: 720px;
}
.legacy-content .imported-row.is-checklist-section h2.align-center { text-align: left; }
.legacy-content .imported-row.is-checklist-section .wa-lead {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}
.legacy-content .imported-row.is-checklist-section .wa-lead > p {
    margin: 0;
}
.legacy-content .imported-row.is-checklist-section .wa-lead > p:not(:has(.wa-check)) {
    grid-column: 1 / -1;
    margin-bottom: 10px;
}
.legacy-content .imported-row.is-checklist-section .wa-lead > p:has(.wa-check) {
    padding: 15px 16px;
    border: 1px solid rgba(20, 24, 27, .08);
    border-top: 3px solid var(--red);
    border-radius: 12px;
    background: #f8f8f6;
    color: #4f5356;
    font-size: 15px;
    line-height: 1.45;
}
.legacy-content .imported-row.is-checklist-section .wa-lead .wa-check { display: none; }
.legacy-content .imported-row.is-checklist-section .button {
    width: fit-content;
    margin-top: 24px;
}
.legacy-content .imported-row.is-checklist-section
> .imported-column:has(> .imported-media) {
    order: -1;
    height: clamp(360px, 40vw, 500px);
    padding: 0;
}
.legacy-content .imported-row.is-checklist-section
> .imported-column:has(> .imported-media) .imported-media,
.legacy-content .imported-row.is-checklist-section
> .imported-column:has(> .imported-media) .imported-media img {
    height: 100%;
    min-height: 0;
    max-height: none;
}
.legacy-content .imported-row.is-checklist-section
> .imported-column:has(> .imported-media) .imported-media img {
    object-position: center 62%;
}
.legacy-content .imported-row.is-dense-feature-section .imported-row-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.legacy-content .imported-row.is-dense-feature-section .imported-row-inner > .imported-column {
    display: contents;
}
.legacy-content .imported-row.is-dense-feature-section .wa-kafel {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 26px;
}
.legacy-content .imported-row.is-dense-feature-section .wa-kafel-icon,
.legacy-content .imported-row.is-dense-feature-section .wa-kafel-icon img {
    width: 30px;
    height: 30px;
    margin: 0;
    object-fit: contain;
}
.legacy-content .imported-row.is-dense-feature-section .wa-kafel-title {
    margin: 16px 0 8px;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.3;
}
.legacy-content .imported-row.is-dense-feature-section .wa-kafel-desc {
    color: #555a5d;
    font-size: 15px;
    line-height: 1.6;
}
.legacy-content .imported-row.is-comparison-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding: clamp(32px, 4.5vw, 54px);
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(20, 24, 27, .065);
}
.legacy-content .imported-row.is-comparison-section > .imported-column {
    grid-column: 1;
    width: 100%;
}
.legacy-content .imported-row.is-comparison-section > .wa-seo-text {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.legacy-content .imported-row.is-comparison-section > .wa-seo-text h2 {
    margin: 0;
    text-align: center;
    text-wrap: balance;
}
.legacy-content .imported-row.is-comparison-section > .wa-seo-text h2 + h2 {
    margin-top: 12px;
    font-size: clamp(30px, 3.7vw, 48px);
}
.legacy-content .imported-row.is-comparison-section .wa-table-container {
    overflow-x: auto;
    border: 1px solid rgba(20, 24, 27, .09);
    border-radius: 14px;
}
.legacy-content .imported-row.is-comparison-section table {
    display: table;
    width: 100% !important;
    min-width: 760px;
    height: auto !important;
    margin: 0;
    background: #fff;
    table-layout: fixed;
}
.legacy-content .imported-row.is-comparison-section th,
.legacy-content .imported-row.is-comparison-section td {
    width: auto !important;
    height: auto !important;
    padding: 18px 20px;
    border-color: rgba(20, 24, 27, .08);
    line-height: 1.45;
    vertical-align: middle;
}
.legacy-content .imported-row.is-comparison-section th {
    background: var(--graphite);
    color: #fff !important;
    font-size: 14px;
}
.legacy-content .imported-row.is-comparison-section td { font-size: 14px; }
.legacy-content .imported-row.is-comparison-section tbody tr:nth-child(even) td { background: #f7f7f4; }
.legacy-content .imported-row.is-comparison-section th:not(:first-child),
.legacy-content .imported-row.is-comparison-section td:not(:first-child) { text-align: center; }
.legacy-content .imported-row.is-inline-media-section {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(20, 24, 27, .065);
}
.legacy-content .imported-row.is-inline-media-section > .imported-column {
    display: grid;
    grid-template-columns: minmax(280px, .84fr) minmax(0, 1.16fr);
    align-items: stretch;
}
.legacy-content .imported-row.is-inline-media-section .section-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 4.5vw, 58px);
    background: linear-gradient(145deg, #fff, #f5f3ef);
}
.legacy-content .imported-row.is-inline-media-section .section-copy::before {
    width: 42px;
    height: 3px;
    margin-bottom: 22px;
    background: var(--red);
    content: '';
}
.legacy-content .imported-row.is-inline-media-section .section-copy > p {
    font-size: clamp(20px, 2vw, 29px);
    font-weight: 650;
    line-height: 1.42;
    letter-spacing: -.025em;
}
.legacy-content .imported-row.is-inline-media-section .section-copy > h2,
.legacy-content .imported-row.is-inline-media-section .section-copy > h3,
.legacy-content .imported-row.is-inline-media-section .section-copy > h4 {
    margin: 0;
    font-size: clamp(26px, 2.5vw, 38px);
    line-height: 1.12;
    text-align: left;
    text-wrap: balance;
}
.legacy-content .imported-row.is-inline-media-section .section-copy > .hr_gap { display: none; }
.legacy-content .imported-row.is-inline-media-section .section-copy > :last-child { margin-bottom: 0; }
.legacy-content .imported-row.is-inline-media-section .imported-media {
    height: clamp(330px, 32vw, 430px);
    min-height: 0;
    border-radius: 0;
}
.legacy-content .imported-row.is-inline-media-section .imported-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    object-fit: cover;
}
.legacy-content .imported-row.is-inline-media-section .imported-video {
    grid-column: auto;
    height: 100%;
    min-height: 360px;
    border-radius: 0;
    aspect-ratio: auto;
}
.legacy-content .imported-row.has-media:not(.is-split-section):not(.is-inline-media-section),
.legacy-content .imported-row.has-gallery:not(.is-split-section) {
    padding: clamp(28px, 4vw, 50px);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(20, 24, 27, .065);
}
.legacy-content .imported-row.is-image-only-section {
    padding: 0;
}
.legacy-content .imported-row.is-image-only-section .imported-media {
    height: clamp(340px, 44vw, 560px);
    border-radius: 24px;
}
.legacy-content .imported-row.is-image-only-section .imported-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
}
.legacy-content .imported-row.is-generated-gallery-section .generated-gallery {
    grid-column: auto;
    margin: 0;
}
.legacy-content .imported-row.is-generated-gallery-section > .imported-column {
    display: grid;
    grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr);
    gap: clamp(28px, 4vw, 52px);
    align-items: center;
}
.legacy-content .imported-row.is-generated-gallery-section .section-copy > :first-child { margin-top: 0; }
.legacy-content .imported-row.is-generated-gallery-section .section-copy > :last-child { margin-bottom: 0; }
.legacy-content .imported-row.is-generated-gallery-section .section-copy > h2,
.legacy-content .imported-row.is-generated-gallery-section .section-copy > h3,
.legacy-content .imported-row.is-generated-gallery-section .section-copy > h4 {
    margin: 28px 0 0;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.14;
    text-align: left;
    text-wrap: balance;
}
.legacy-content .imported-row.is-generated-gallery-section .section-copy > .hr_gap { display: none; }
.legacy-content .imported-row.is-generated-gallery-section .generated-gallery .imported-media {
    flex-basis: min(440px, 68vw);
}
.legacy-content .imported-row.is-muted:not(.is-feature-section):not(.is-split-section) {
    background: transparent;
}
.legacy-content p,
.legacy-content li {
    line-height: 1.68;
    text-wrap: pretty;
}
.legacy-content .imported-toggle {
    margin: 10px 0;
    padding: 0 20px;
    border: 1px solid rgba(23, 25, 27, .09);
    border-radius: 12px;
    background: rgba(255, 255, 255, .8);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.legacy-content .imported-toggle:first-of-type { border-top: 1px solid rgba(23, 25, 27, .09); }
.legacy-content .imported-toggle[open] {
    border-color: rgba(181, 45, 45, .24);
    box-shadow: 0 9px 28px rgba(24, 28, 31, .06);
}
.legacy-content .imported-toggle summary { padding: 18px 4px; }
.legacy-content .imported-toggle > :not(summary) { margin-right: 4px; margin-left: 4px; }
.legacy-content .imported-toggle > :last-child { margin-bottom: 22px; }
.legacy-content .imported-gallery.is-scroll-gallery {
    display: flex;
    gap: 14px;
    padding: 2px 2px 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}
.legacy-content .imported-gallery.is-scroll-gallery .imported-media {
    flex: 0 0 min(410px, 82vw);
    scroll-snap-align: start;
}
.legacy-content .context-link {
    color: inherit;
    text-decoration-color: rgba(181, 45, 45, .48);
    text-decoration-line: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: .18em;
    transition: color .18s ease, text-decoration-color .18s ease;
}
.legacy-content .context-link:hover,
.legacy-content .context-link:focus-visible {
    color: var(--red);
    text-decoration-color: currentColor;
}
.page-polityka-prywatnosci .legacy-content,
.page-prosba-o-dostep-do-danych .legacy-content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 64px);
    border-radius: 22px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 42px rgba(24, 28, 31, .07);
}
.page-oferta .legacy-content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}
.page-oferta .legacy-content > .tt-column {
    min-height: 210px;
    padding: 34px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(24, 28, 31, .07);
}
.page-oferta .legacy-content .modern_img_frame:empty,
.page-oferta .legacy-content > p:empty { display: none; }
.page-oferta .legacy-content > p:last-child { grid-column: 1 / -1; }

@media (min-width: 781px) {
    .nav-shell nav > .menu > li > .sub-menu .sub-menu {
        right: calc(100% - 2px);
        left: auto;
    }
    .nav-shell nav > .menu > li:nth-last-child(-n + 3) > .sub-menu {
        right: -18px;
        left: auto;
    }
    .nav-shell nav > .menu > li:nth-last-child(-n + 3) .sub-menu .sub-menu {
        right: calc(100% - 2px);
        left: auto;
    }
}

@media (max-width: 900px) {
    .subpage-hero { min-height: 215px; }
    .subpage-hero-inner { padding: 46px 22px 38px; }
    .page-layout.one-column { padding: 48px 22px 92px; }
    .legacy-content .wpb-content-wrapper { gap: 48px; }
    .legacy-content .imported-row.is-feature-section { padding: 34px; }
    .legacy-content .imported-row.is-split-section {
        grid-template-columns: minmax(0, 1fr);
        border-radius: 22px;
    }
    .legacy-content .imported-row.is-split-section > .imported-column {
        grid-column: 1;
        width: 100%;
    }
    .legacy-content .imported-row.is-split-section > .imported-column { padding: 36px; }
    .legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-media),
    .legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-gallery),
    .legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-video) { padding: 0; }
    .legacy-content .imported-row.is-checklist-section > .imported-column:has(> .imported-media) {
        order: -1;
        height: clamp(300px, 72vw, 480px);
    }
    .legacy-content .imported-row.is-dense-feature-section .imported-row-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .legacy-content .imported-row.is-inline-media-section > .imported-column { grid-template-columns: 1fr; }
    .legacy-content .imported-row.is-generated-gallery-section > .imported-column { grid-template-columns: 1fr; }
    .legacy-content .imported-row.is-inline-media-section .section-copy { padding: 36px; }
    .legacy-content .imported-row.is-inline-media-section .imported-media,
    .legacy-content .imported-row.is-inline-media-section .imported-media img {
        min-height: 300px;
        max-height: 440px;
    }
    .legacy-content .imported-row.is-inline-media-section .imported-video {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
    .page-oferta .legacy-content { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .subpage-hero { min-height: 185px; }
    .subpage-hero-inner { padding: 36px 20px 30px; }
    .breadcrumbs { margin-bottom: 14px; font-size: 9px; }
    .subpage-title { font-size: clamp(31px, 10vw, 42px); }
    .page-layout.one-column { padding: 32px 20px 74px; }
    .legacy-content .wpb-content-wrapper { gap: 36px; }
    .legacy-content .imported-row { gap: 20px; }
    .legacy-content .imported-row.is-feature-section { padding: 24px 18px; border-radius: 18px; }
    .legacy-content .imported-row.is-feature-section .wa-kafel,
    .legacy-content .imported-row.is-feature-section .wa-feature-item { border-radius: 13px; }
    .legacy-content .imported-row.is-split-section,
    .legacy-content .imported-row.is-inline-media-section,
    .legacy-content .imported-row.is-image-only-section .imported-media,
    .legacy-content .imported-row.has-media:not(.is-split-section):not(.is-inline-media-section),
    .legacy-content .imported-row.has-gallery:not(.is-split-section) { border-radius: 16px; }
    .legacy-content .imported-row.is-split-section > .imported-column,
    .legacy-content .imported-row.is-inline-media-section .section-copy { padding: 26px 22px; }
    .legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-media),
    .legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-gallery),
    .legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-video) { padding: 0; }
    .legacy-content .imported-row.is-checklist-section > .imported-column:first-child { padding: 28px 22px; }
    .legacy-content .imported-row.is-checklist-section .wa-lead { grid-template-columns: minmax(0, 1fr); }
    .legacy-content .imported-row.is-checklist-section .wa-lead > p:not(:has(.wa-check)) { grid-column: 1; }
    .legacy-content .imported-row.is-checklist-section > .imported-column:has(> .imported-media) {
        height: clamp(250px, 72vw, 340px);
    }
    .legacy-content .imported-row.is-dense-feature-section .imported-row-inner {
        grid-template-columns: minmax(0, 1fr);
    }
    .legacy-content .imported-row.is-dense-feature-section .wa-kafel { min-height: 0; }
    .legacy-content .imported-row.is-comparison-section {
        gap: 22px;
        padding: 26px 18px;
        border-radius: 16px;
    }
    .legacy-content .imported-row.is-split-section > .imported-column:has(> .imported-media) .imported-media img,
    .legacy-content .imported-row.is-inline-media-section .imported-media,
    .legacy-content .imported-row.is-inline-media-section .imported-media img {
        height: 260px;
        min-height: 240px;
        max-height: 360px;
    }
    .legacy-content .imported-row.has-media:not(.is-split-section):not(.is-inline-media-section),
    .legacy-content .imported-row.has-gallery:not(.is-split-section) { padding: 22px 18px; }
    .legacy-content .imported-row.is-image-only-section { padding: 0; }
    .legacy-content .imported-row.is-image-only-section .imported-media { height: clamp(240px, 72vw, 340px); }
    .legacy-content .imported-gallery.is-scroll-gallery { display: flex; }
}

/* Accessible, dependency-free image lightbox. */
body.lightbox-open { overflow: hidden; }
.legacy-content .imported-media img[data-lightbox-ready="true"] { cursor: zoom-in; }
.legacy-content .imported-media img[data-lightbox-ready="true"]:focus-visible {
    position: relative;
    z-index: 1;
    outline: 4px solid var(--red-bright);
    outline-offset: -4px;
}
.site-lightbox {
    position: fixed;
    inset: 0;
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: clamp(20px, 3vw, 46px);
    border: 0;
    background: rgba(8, 10, 12, .96);
    color: #fff;
    overflow: hidden;
}
.site-lightbox::backdrop { background: rgba(8, 10, 12, .96); }
.site-lightbox[open] {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    align-items: center;
    gap: clamp(10px, 2vw, 28px);
}
.site-lightbox-stage {
    display: grid;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    place-items: center;
    cursor: zoom-out;
    touch-action: pan-y;
}
.site-lightbox-figure {
    display: grid;
    max-width: min(100%, 1500px);
    max-height: 100%;
    margin: 0;
    place-items: center;
    cursor: default;
}
.site-lightbox-image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100dvh - 126px);
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
    user-select: none;
}
.site-lightbox-caption {
    max-width: 760px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
.site-lightbox-caption[hidden] { display: none; }
.site-lightbox-close,
.site-lightbox-nav {
    display: grid;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    place-items: center;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.site-lightbox-close {
    position: absolute;
    z-index: 2;
    top: max(18px, env(safe-area-inset-top));
    right: max(18px, env(safe-area-inset-right));
}
.site-lightbox-close svg,
.site-lightbox-nav svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}
.site-lightbox-close:hover,
.site-lightbox-nav:hover {
    border-color: rgba(255, 255, 255, .56);
    background: rgba(255, 255, 255, .2);
    transform: scale(1.04);
}
.site-lightbox-close:focus-visible,
.site-lightbox-nav:focus-visible {
    outline: 3px solid var(--mint);
    outline-offset: 3px;
}
.site-lightbox-nav[hidden] { display: none; }

@media (max-width: 700px) {
    .site-lightbox { padding: 14px; }
    .site-lightbox[open] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }
    .site-lightbox-image {
        max-height: calc(100dvh - 92px);
        border-radius: 8px;
    }
    .site-lightbox-close,
    .site-lightbox-nav {
        width: 46px;
        height: 46px;
        background: rgba(8, 10, 12, .7);
        backdrop-filter: blur(8px);
    }
    .site-lightbox-close {
        top: max(12px, env(safe-area-inset-top));
        right: max(12px, env(safe-area-inset-right));
    }
    .site-lightbox-nav {
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
    }
    .site-lightbox-nav:hover { transform: translateY(-50%) scale(1.04); }
    .site-lightbox-prev { left: max(12px, env(safe-area-inset-left)); }
    .site-lightbox-next { right: max(12px, env(safe-area-inset-right)); }
    .site-lightbox-caption {
        margin-top: 10px;
        padding: 0 52px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-lightbox-close,
    .site-lightbox-nav { transition: none; }
}

/* Product page: wheelchair restraint systems. */
.page-pasy-mocowania-wozka .page-layout.one-column {
    max-width: 1320px;
    padding-top: 48px;
}
.pasy-product-page {
    --pasy-blue: #315e86;
    --pasy-green: #2e6d46;
    display: grid;
    gap: 28px;
    color: #34383d;
}
.pasy-product-page br { display: none; }
.pasy-product-page .pasy-section {
    padding: clamp(40px, 5.4vw, 72px);
    overflow: hidden;
    border: 1px solid rgba(23, 27, 30, .07);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(23, 27, 30, .055);
}
.pasy-product-page .pasy-muted-section { background: #e9ebec; }
.pasy-product-page .pasy-eyebrow {
    margin: 0 0 13px;
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.pasy-product-page h1,
.pasy-product-page h2,
.pasy-product-page h3 { text-wrap: balance; }
.pasy-product-page h1 {
    max-width: 940px;
    margin: 0;
    font-size: clamp(42px, 5.8vw, 76px);
    line-height: .98;
    letter-spacing: -.052em;
}
.pasy-product-page h2 {
    margin: 0;
    font-size: clamp(34px, 4.1vw, 56px);
    line-height: 1.02;
    letter-spacing: -.045em;
}
.pasy-product-page h3 {
    margin: 0 0 14px;
    font-size: clamp(22px, 2.3vw, 30px);
    line-height: 1.08;
    letter-spacing: -.03em;
}
.pasy-product-page p { max-width: 72ch; }
.pasy-product-page .pasy-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(34px, 5vw, 64px);
    padding: 0;
}
.pasy-product-page .pasy-intro-media {
    order: -1;
    height: clamp(350px, 42vw, 520px);
    border-radius: 0;
    background: #d8d8d5;
}
.pasy-product-page .pasy-intro-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center 52%;
}
.pasy-product-page .pasy-intro-copy {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 clamp(34px, 5.4vw, 72px) clamp(42px, 5.8vw, 78px);
}
.pasy-product-page .pasy-lead {
    margin: 28px 0;
    color: #3e454b;
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.55;
}
.pasy-product-page .pasy-prose {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 40px);
    margin-bottom: 32px;
}
.pasy-product-page .pasy-prose p {
    margin: 0;
    color: #555d63;
    font-size: 15px;
    line-height: 1.7;
}
.pasy-product-page .pasy-primary-button {
    min-height: 54px;
    padding: 0 27px;
    background: var(--red);
    box-shadow: 0 12px 28px rgba(181, 45, 45, .2);
    color: #fff;
}
.pasy-product-page .pasy-primary-button:hover { background: #962626; }
.pasy-product-page .pasy-primary-button:focus-visible,
.pasy-product-page .pasy-text-link:focus-visible,
.pasy-product-page .pasy-download-card:focus-visible {
    outline: 3px solid var(--mint);
    outline-offset: 4px;
}
.pasy-product-page .pasy-section-heading {
    max-width: 880px;
    margin: 0 auto clamp(32px, 4vw, 48px);
    text-align: center;
}
.pasy-product-page .pasy-section-heading > p:not(.pasy-eyebrow) {
    margin: 22px auto 0;
    color: #5a6269;
    font-size: 16px;
    line-height: 1.7;
}
.pasy-product-page .pasy-system-grid,
.pasy-product-page .pasy-ending-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}
.pasy-product-page .pasy-product-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(23, 27, 30, .09);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(23, 27, 30, .05);
}
.pasy-product-page .pasy-card-media {
    height: 230px;
    border-radius: 0;
    background: #dfe2e4;
}
.pasy-product-page .pasy-card-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
}
.pasy-product-page .pasy-card-media.is-monodisc img {
    width: 145%;
    max-width: none;
    object-position: left center;
}
.pasy-product-page .pasy-card-media.is-slide-click img {
    width: 145%;
    max-width: none;
    margin-left: -45%;
    object-position: right center;
}
.pasy-product-page .pasy-card-media.is-l-track img { object-position: center; }
.pasy-product-page .pasy-card-body {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: clamp(24px, 3vw, 34px);
}
.pasy-product-page .pasy-card-body p:last-child {
    margin: 0;
    color: #596168;
    font-size: 15px;
    line-height: 1.68;
}
.pasy-product-page .pasy-card-kicker,
.pasy-product-page .pasy-recommendation {
    margin: 0 0 11px;
    color: var(--pasy-blue);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.pasy-product-page .pasy-series-section { background: var(--graphite); }
.pasy-product-page .pasy-series-section .pasy-section-heading h2 { color: #fff; }
.pasy-product-page .pasy-series-section .pasy-eyebrow { color: #f26f6f; }
.pasy-product-page .pasy-series-media {
    height: clamp(290px, 36vw, 450px);
    margin-bottom: 18px;
    border-radius: 18px;
    background: #111;
}
.pasy-product-page .pasy-series-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center 54%;
}
.pasy-product-page .pasy-series-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.pasy-product-page .pasy-series-card {
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .065);
    color: rgba(255, 255, 255, .75);
}
.pasy-product-page .pasy-series-card.is-premium {
    border-top-color: #74a9d4;
    border-top-width: 4px;
    background: rgba(49, 94, 134, .2);
}
.pasy-product-page .pasy-series-card h3 { color: #fff; }
.pasy-product-page .pasy-series-card p:last-child { margin: 0; }
.pasy-product-page .pasy-series-card .pasy-card-kicker { color: #94c0e4; }
.pasy-product-page .pasy-ending-media {
    height: 310px;
    border-radius: 0;
    background: #f5f5f3;
}
.pasy-product-page .pasy-ending-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    padding: 18px;
    object-fit: contain;
}
.pasy-product-page .pasy-product-card.is-recommended {
    border-color: rgba(46, 109, 70, .45);
    box-shadow: 0 16px 38px rgba(46, 109, 70, .1);
}
.pasy-product-page .is-recommended .pasy-ending-media { background: #eef5f0; }
.pasy-product-page .pasy-recommendation {
    width: fit-content;
    padding: 7px 10px;
    border-radius: 999px;
    background: #e4f1e7;
    color: var(--pasy-green);
}
.pasy-product-page .pasy-safety-note {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: clamp(20px, 3vw, 32px);
    align-items: start;
    padding: clamp(30px, 4.4vw, 48px);
    border: 1px solid rgba(181, 45, 45, .18);
    border-left: 5px solid var(--red);
    border-radius: 18px;
    background: #fff7f6;
}
.pasy-product-page .pasy-safety-mark {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}
.pasy-product-page .pasy-safety-note p:last-child {
    max-width: 94ch;
    margin: 0;
    color: #4c5054;
    font-size: 16px;
    line-height: 1.7;
}
.pasy-product-page .pasy-feature-list { display: grid; gap: 14px; }
.pasy-product-page .pasy-feature-item {
    display: grid;
    grid-template-columns: minmax(150px, .28fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: start;
    padding: clamp(26px, 3.8vw, 40px);
    border: 1px solid rgba(23, 27, 30, .08);
    border-radius: 16px;
    background: #f6f6f4;
}
.pasy-product-page .pasy-feature-label {
    margin: 3px 0 0;
    color: var(--pasy-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.pasy-product-page .pasy-feature-item h3 { font-size: clamp(22px, 2.5vw, 32px); }
.pasy-product-page .pasy-feature-item p:last-of-type {
    margin: 0;
    color: #596168;
    line-height: 1.68;
}
.pasy-product-page .pasy-text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 17px;
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}
.pasy-product-page .pasy-catalog-section { text-align: center; }
.pasy-product-page .pasy-download-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 30px;
    text-align: left;
}
.pasy-product-page .pasy-download-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 112px;
    padding: 22px;
    border: 1px solid rgba(23, 27, 30, .09);
    border-radius: 15px;
    background: #f4f4f2;
    color: var(--ink);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.pasy-product-page a.pasy-download-card:hover {
    border-color: rgba(181, 45, 45, .3);
    background: #fff;
    transform: translateY(-3px);
}
.pasy-product-page .pasy-download-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: var(--graphite);
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}
.pasy-product-page .pasy-download-card strong,
.pasy-product-page .pasy-download-card small { display: block; }
.pasy-product-page .pasy-download-card strong {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: .06em;
}
.pasy-product-page .pasy-download-card small {
    color: #62686d;
    font-size: 13px;
    line-height: 1.45;
}
.pasy-product-page .pasy-download-card.is-unavailable { opacity: .64; }
.pasy-product-page .pasy-download-card.is-unavailable .pasy-download-icon { background: #777b7e; }

@media (max-width: 1020px) {
    .pasy-product-page .pasy-system-grid,
    .pasy-product-page .pasy-ending-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pasy-product-page .pasy-product-card:last-child { grid-column: 1 / -1; }
    .pasy-product-page .pasy-product-card:last-child .pasy-card-media { height: 260px; }
    .pasy-product-page .pasy-ending-grid .pasy-product-card:last-child {
        display: grid;
        grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
    }
    .pasy-product-page .pasy-download-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
    .page-pasy-mocowania-wozka .page-layout.one-column { padding-top: 24px; }
    .pasy-product-page { gap: 16px; }
    .pasy-product-page .pasy-section { padding: 34px 22px; border-radius: 17px; }
    .pasy-product-page .pasy-intro { padding: 0; }
    .pasy-product-page .pasy-intro-media { height: clamp(250px, 68vw, 350px); }
    .pasy-product-page .pasy-intro-copy { padding: 0 22px 38px; }
    .pasy-product-page h1 { font-size: clamp(37px, 11vw, 52px); }
    .pasy-product-page h2 { font-size: clamp(31px, 8.6vw, 43px); }
    .pasy-product-page .pasy-lead { margin: 22px 0; font-size: 19px; }
    .pasy-product-page .pasy-prose,
    .pasy-product-page .pasy-system-grid,
    .pasy-product-page .pasy-ending-grid,
    .pasy-product-page .pasy-series-grid { grid-template-columns: minmax(0, 1fr); }
    .pasy-product-page .pasy-prose { gap: 0; }
    .pasy-product-page .pasy-prose p + p { margin-top: 18px; }
    .pasy-product-page .pasy-section-heading { margin-bottom: 28px; text-align: left; }
    .pasy-product-page .pasy-section-heading > p:not(.pasy-eyebrow) { margin-left: 0; }
    .pasy-product-page .pasy-product-card:last-child { grid-column: auto; }
    .pasy-product-page .pasy-ending-grid .pasy-product-card:last-child { display: flex; }
    .pasy-product-page .pasy-product-card:last-child .pasy-card-media,
    .pasy-product-page .pasy-card-media { height: 220px; }
    .pasy-product-page .pasy-ending-media { height: 280px !important; }
    .pasy-product-page .pasy-series-media { height: 250px; }
    .pasy-product-page .pasy-safety-note { grid-template-columns: minmax(0, 1fr); }
    .pasy-product-page .pasy-safety-mark { width: 46px; height: 46px; font-size: 23px; }
    .pasy-product-page .pasy-feature-item { grid-template-columns: minmax(0, 1fr); gap: 13px; }
    .pasy-product-page .pasy-primary-button { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    .pasy-product-page .pasy-download-card { transition: none; }
}
