/* Tupalski Transport – arkusz strony publicznej. Tokeny → baza → układ → komponenty → sekcje. */

/* ---------- Fonty (własny serwer, bez Google Fonts CDN) ---------- */
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/barlow-latin-600.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/barlow-latin-ext-600.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/barlow-latin-700.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/barlow-latin-ext-700.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/inter-latin-var.woff2") format("woff2-variations"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/inter-latin-ext-var.woff2") format("woff2-variations"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* ---------- Tokeny ---------- */
:root {
    --red: #C0302A;          /* czerwień z logo; biały tekst 5,7:1 */
    --red-dark: #9E2621;
    --red-bright: #EF6B61;   /* akcent na ciemnym tle (5,8:1) */
    --red-tint: #FBEDEC;
    --ink: #16181B;
    --graphite: #23262B;
    --graphite-2: #2E3238;
    --steel: #989898;
    --paper: #FFFFFF;
    --mist: #F3F4F5;
    --line: #E2E4E7;
    --text: #1B1D21;
    --text-muted: #5A6068;
    --on-dark: #F2F3F5;
    --on-dark-muted: #B4B8BF;

    --font-display: "Barlow", "Arial Narrow", system-ui, sans-serif;
    --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

    --radius: 14px;
    --radius-sm: 10px;
    --shadow-sm: 0 1px 2px rgb(16 18 22 / 0.06), 0 1px 1px rgb(16 18 22 / 0.04);
    --shadow-md: 0 10px 30px rgb(16 18 22 / 0.08), 0 2px 8px rgb(16 18 22 / 0.05);
    --shadow-lg: 0 24px 60px rgb(16 18 22 / 0.18);

    --container: 1200px;
    --gutter: clamp(16px, 4vw, 32px);
    --section-y: clamp(64px, 9vw, 120px);
    --header-h: 76px;
    --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ---------- Baza ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
    margin: 0;
    font-family: var(--font-body);
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
    line-height: 1.65;
    color: var(--text);
    background: var(--paper);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--red); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red-dark); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; letter-spacing: -0.01em; margin: 0 0 0.5em; color: inherit; text-wrap: balance; }
h1 { font-size: clamp(2.25rem, 1.35rem + 3.6vw, 4.25rem); }
h2 { font-size: clamp(1.85rem, 1.3rem + 2.1vw, 2.9rem); }
h3 { font-size: clamp(1.2rem, 1.1rem + 0.45vw, 1.45rem); font-weight: 600; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
address { font-style: normal; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--red); color: #fff; }
[hidden] { display: none !important; }

.sr-only { 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: absolute; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: var(--radius-sm); font-weight: 600; }
.skip-link:focus { top: 12px; color: #fff; }

.icon { width: 1.25em; height: 1.25em; flex: none; stroke-width: 1.75; }

/* ---------- Układ ---------- */
.container { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: calc(820px + 2 * var(--gutter)); }
.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }
.section--mist { background: var(--mist); }
.section--dark { background: var(--graphite); color: var(--on-dark); }
.section--ink { background: var(--ink); color: var(--on-dark); }
.section--dark a:not(.btn), .section--ink a:not(.btn) { color: var(--on-dark); }
.section--dark :focus-visible, .section--ink :focus-visible, .hero :focus-visible, .page-hero :focus-visible, .site-footer :focus-visible { outline-color: var(--red-bright); }

.section-head { max-width: 760px; margin-bottom: clamp(32px, 4vw, 56px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head__lead { font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem); color: var(--text-muted); margin: 0; }
.section--dark .section-head__lead, .section--ink .section-head__lead { color: var(--on-dark-muted); }
.section-head--split { max-width: none; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px 32px; }
.section-head--split > div { max-width: 700px; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; font-family: var(--font-display); font-weight: 600; font-size: 0.8125rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section--dark .eyebrow, .section--ink .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: var(--red-bright); }

.lead { font-size: clamp(1.1rem, 1rem + 0.45vw, 1.3rem); line-height: 1.55; }
.muted { color: var(--text-muted); }

.grid { display: grid; gap: clamp(16px, 2.2vw, 28px); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.split { display: grid; gap: clamp(32px, 5vw, 72px); align-items: center; }
@media (min-width: 900px) {
    .split { grid-template-columns: 1fr 1fr; }
    .split--wide-right { grid-template-columns: 5fr 7fr; }
    .split--wide-left { grid-template-columns: 7fr 5fr; }
}
.stack > * + * { margin-top: var(--stack, 1rem); }

/* ---------- Przyciski ---------- */
.btn {
    --btn-bg: var(--red); --btn-fg: #fff; --btn-border: var(--red);
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 50px; padding: 0 24px;
    font-family: var(--font-display); font-weight: 600; font-size: 1.0625rem; letter-spacing: 0.01em; line-height: 1.1;
    color: var(--btn-fg); background: var(--btn-bg); border: 2px solid var(--btn-border); border-radius: var(--radius-sm);
    text-decoration: none; cursor: pointer; white-space: nowrap;
    transition: background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.btn:hover { --btn-bg: var(--red-dark); --btn-border: var(--red-dark); color: var(--btn-fg); transform: translateY(-1px); box-shadow: 0 8px 20px rgb(192 48 42 / 0.25); }
.btn:active { transform: translateY(0); }
.btn .icon { width: 1.2em; height: 1.2em; }
.btn--ghost-light { --btn-bg: transparent; --btn-fg: #fff; --btn-border: rgb(255 255 255 / 0.55); }
.btn--ghost-light:hover { --btn-bg: #fff; --btn-fg: var(--ink); --btn-border: #fff; box-shadow: none; }
.btn--outline { --btn-bg: transparent; --btn-fg: var(--text); --btn-border: var(--line); }
.btn--outline:hover { --btn-bg: var(--text); --btn-fg: #fff; --btn-border: var(--text); box-shadow: none; }
.btn--white { --btn-bg: #fff; --btn-fg: var(--red); --btn-border: #fff; }
.btn--white:hover { --btn-bg: var(--ink); --btn-fg: #fff; --btn-border: var(--ink); box-shadow: none; }
.btn--sm { min-height: 42px; padding: 0 18px; font-size: 1rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 1.0625rem; text-decoration: none; }
.link-arrow .icon { transition: transform 0.2s var(--ease); }
.link-arrow:hover .icon { transform: translateX(4px); }

/* ---------- Górny pasek i nagłówek ---------- */
.topbar { background: var(--ink); color: var(--on-dark-muted); font-size: 0.875rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.topbar__list { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.topbar a { color: var(--on-dark); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.topbar a:hover { color: #fff; text-decoration: underline; }
.topbar__note { margin: 0; display: inline-flex; align-items: center; gap: 8px; }
.topbar .icon { color: var(--red-bright); width: 1.1em; height: 1.1em; }
@media (max-width: 899px) { .topbar { display: none; } }

.site-header { position: sticky; top: 0; z-index: 50; background: rgb(255 255 255 / 0.97); border-bottom: 1px solid var(--line); transition: box-shadow 0.25s var(--ease); isolation: isolate; }
/* Rozmycie na pseudoelemencie: backdrop-filter na samym nagłówku tworzyłby blok
   zawierający dla menu mobilnego (position: fixed) i szuflada miałaby zerową wysokość. */
@supports (backdrop-filter: blur(8px)) {
    .site-header { background: rgb(255 255 255 / 0.88); }
    .site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; backdrop-filter: saturate(1.4) blur(10px); }
}
.site-header.is-scrolled { box-shadow: 0 6px 24px rgb(16 18 22 / 0.08); }
.site-header__inner { display: flex; align-items: center; gap: 24px; height: var(--header-h); }
.brand { display: block; flex: none; margin-right: auto; }
.brand img { width: clamp(150px, 14vw, 190px); height: auto; }
.site-header__cta { flex: none; }

.nav__list { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 8px; font-family: var(--font-display); font-weight: 600; font-size: 1.0625rem; color: var(--text); text-decoration: none; }
.nav__link:hover, .nav__link[aria-current="page"] { color: var(--red); }
.nav__link[aria-current="page"] { position: relative; }
.nav__link[aria-current="page"]::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; background: var(--red); border-radius: 2px; }
.nav__item--has-sub { position: relative; display: flex; align-items: center; }
.nav__sub-toggle { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-left: -10px; padding: 0; border: 0; background: none; border-radius: 6px; cursor: pointer; color: var(--text-muted); }
.nav__sub-toggle .icon { width: 18px; height: 18px; transition: transform 0.2s var(--ease); }
.nav__sub { list-style: none; margin: 0; padding: 10px; }
.nav__sub a { display: flex; gap: 14px; align-items: flex-start; padding: 12px 14px; border-radius: 10px; color: var(--text); text-decoration: none; }
.nav__sub a:hover { background: var(--mist); }
.nav__sub .icon { width: 26px; height: 26px; color: var(--red); margin-top: 2px; }
.nav__sub strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.0625rem; line-height: 1.3; }
.nav__sub span { display: block; font-size: 0.875rem; color: var(--text-muted); line-height: 1.45; }
.nav__extra { display: none; }

@media (min-width: 1100px) {
    .nav__sub { position: absolute; top: calc(100% + 10px); left: -12px; width: 360px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity 0.18s var(--ease), transform 0.18s var(--ease), visibility 0.18s; }
    .nav__sub::before { content: ""; position: absolute; inset: -12px 0 auto; height: 12px; }
    .nav__item--has-sub:hover .nav__sub, .nav__item--has-sub:focus-within .nav__sub, .nav__item--has-sub.is-open .nav__sub { opacity: 1; visibility: visible; transform: none; }
    .nav__item--has-sub:hover .nav__sub-toggle .icon, .nav__item--has-sub.is-open .nav__sub-toggle .icon { transform: rotate(180deg); }
}

.menu-toggle { display: none; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; cursor: pointer; color: var(--text); }
.menu-toggle .icon { width: 26px; height: 26px; }
.menu-toggle .icon--close { display: none; }
.menu-toggle[aria-expanded="true"] .icon--open { display: none; }
.menu-toggle[aria-expanded="true"] .icon--close { display: block; }

@media (max-width: 1099px) {
    :root { --header-h: 68px; }
    .menu-toggle { display: inline-grid; }
    .site-header__cta { display: none; }
    .nav { position: fixed; inset: var(--header-h) 0 0 0; height: auto; min-height: calc(100dvh - var(--header-h)); z-index: 49; background: #fff; overflow-y: auto; padding: 16px var(--gutter) 120px; transform: translateX(100%); visibility: hidden; transition: transform 0.28s var(--ease), visibility 0.28s; }
    .nav.is-open { transform: none; visibility: visible; }
    .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
    .nav__list > li { border-bottom: 1px solid var(--line); }
    .nav__link { padding: 16px 4px; font-size: 1.25rem; width: 100%; }
    .nav__link[aria-current="page"]::after { display: none; }
    .nav__item--has-sub { flex-wrap: wrap; }
    .nav__item--has-sub > .nav__link { width: auto; flex: 1; }
    .nav__sub-toggle { width: 48px; height: 48px; margin: 0; }
    .nav__sub { width: 100%; padding: 0 0 12px; display: none; }
    .nav__item--has-sub.is-open .nav__sub { display: block; }
    .nav__item--has-sub.is-open .nav__sub-toggle .icon { transform: rotate(180deg); }
    .nav__sub a { padding: 12px 8px; }
    .nav__extra { display: grid; gap: 12px; margin-top: 24px; }
    .nav__extra .btn { width: 100%; }
    body.nav-open { overflow: hidden; }
}
@media (min-width: 1100px) and (max-width: 1240px) { .nav__link { padding-inline: 10px; font-size: 1rem; } }

/* ---------- Hero strony głównej ---------- */
.hero { position: relative; isolation: isolate; color: #fff; background: var(--ink); overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 62%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background:
    linear-gradient(90deg, rgb(22 24 27 / 0.93) 0%, rgb(22 24 27 / 0.78) 34%, rgb(22 24 27 / 0.28) 68%, rgb(22 24 27 / 0.12) 100%),
    linear-gradient(0deg, rgb(22 24 27 / 0.7) 0%, rgb(22 24 27 / 0) 45%); }
.hero__inner { display: grid; gap: clamp(32px, 5vw, 64px); align-items: center; min-height: clamp(600px, 84vh, 800px); padding-block: clamp(56px, 8vw, 96px); }
@media (min-width: 1024px) { .hero__inner { grid-template-columns: minmax(0, 1fr) 400px; } }
.hero__content { max-width: 660px; }
.hero h1 { margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--red-bright); }
.hero__lead { font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem); color: rgb(255 255 255 / 0.88); margin-bottom: 32px; max-width: 580px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 32px 0 0; padding: 0; list-style: none; color: rgb(255 255 255 / 0.85); font-size: 0.9375rem; }
.hero__trust li { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust .icon { color: var(--red-bright); }
@media (max-width: 1023px) { .hero::before { background: linear-gradient(180deg, rgb(22 24 27 / 0.72) 0%, rgb(22 24 27 / 0.9) 55%, var(--ink) 100%); } .hero__media img { object-position: 72% 50%; } }

/* ---------- Karta formularza wyceny ---------- */
.quote-card { background: #fff; color: var(--text); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: clamp(22px, 3vw, 30px); }
.quote-card__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.quote-card__title { font-size: 1.45rem; margin: 0; }
.quote-card__step { font-size: 0.8125rem; color: var(--text-muted); white-space: nowrap; }
.quote-card__note { margin: 14px 0 0; font-size: 0.8125rem; color: var(--text-muted); display: flex; gap: 8px; }
.quote-card__note .icon { color: var(--red); width: 1.1em; height: 1.1em; margin-top: 2px; }

/* ---------- Formularze ---------- */
.form { display: grid; gap: 16px; }
.form__row { display: grid; gap: 16px; }
@media (min-width: 560px) { .form__row--2 { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 6px; min-width: 0; }
.field__label { font-size: 0.875rem; font-weight: 600; color: var(--text); }
.field__label .req { color: var(--red); }
.field__hint { font-size: 0.8125rem; color: var(--text-muted); }
.field__error { font-size: 0.8125rem; color: #B42318; font-weight: 500; display: flex; gap: 6px; align-items: center; }
.input, .select, .textarea {
    width: 100%; min-height: 48px; padding: 11px 14px;
    background: #fff; border: 1px solid #CBD0D6; border-radius: var(--radius-sm);
    font-size: 1rem; line-height: 1.4; color: var(--text);
    transition: border-color 0.15s var(--ease), box-shadow 0.15s var(--ease);
}
.textarea { min-height: 120px; resize: vertical; }
.select { appearance: none; padding-right: 42px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235A6068' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6l6 -6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 20px; }
.input::placeholder, .textarea::placeholder { color: #8A9099; }
.input:hover, .select:hover, .textarea:hover { border-color: #9AA1AA; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 4px rgb(192 48 42 / 0.16); }
.field.has-error .input, .field.has-error .select, .field.has-error .textarea { border-color: #B42318; }
.input--icon { padding-left: 42px; background-repeat: no-repeat; background-position: 12px center; background-size: 20px; }
.choice { display: flex; gap: 10px; align-items: center; font-size: 0.9375rem; cursor: pointer; }
.choice input { width: 20px; height: 20px; accent-color: var(--red); }
.segmented { display: flex; gap: 8px; flex-wrap: wrap; border: 0; padding: 0; margin: 0; }
.segmented legend { font-size: 0.875rem; font-weight: 600; margin-bottom: 6px; padding: 0; }
.segmented label { position: relative; }
.segmented input { position: absolute; opacity: 0; inset: 0; }
.segmented span { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border: 1px solid #CBD0D6; border-radius: 999px; font-size: 0.9375rem; cursor: pointer; }
.segmented input:checked + span { background: var(--ink); color: #fff; border-color: var(--ink); }
.segmented input:focus-visible + span { outline: 3px solid var(--red); outline-offset: 2px; }
.form__consent { font-size: 0.8125rem; color: var(--text-muted); margin: 0; }
.form__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.form-alert { display: flex; gap: 12px; padding: 14px 16px; border-radius: var(--radius-sm); background: #FEF3F2; color: #7A271A; border: 1px solid #FECDCA; font-size: 0.9375rem; }
.form-alert .icon { color: #B42318; margin-top: 2px; }
.hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.js [data-step="2"]:not(.is-active) { display: none; }
.js [data-step="1"]:not(.is-active) { display: none; }

/* ---------- Pas liczb ---------- */
.stats { background: var(--graphite); color: #fff; }
.stats__list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; list-style: none; }
@media (min-width: 900px) { .stats__list { grid-template-columns: repeat(4, 1fr); } }
.stats__item { padding: clamp(24px, 3.2vw, 40px) clamp(12px, 2vw, 28px); border-left: 1px solid rgb(255 255 255 / 0.08); }
.stats__item:first-child { border-left: 0; }
@media (max-width: 899px) { .stats__item:nth-child(odd) { border-left: 0; } .stats__item:nth-child(n + 3) { border-top: 1px solid rgb(255 255 255 / 0.08); } }
.stats__value { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 1.4rem + 2vw, 3rem); line-height: 1; letter-spacing: -0.01em; margin-bottom: 8px; }
.stats__label { display: block; color: var(--on-dark-muted); font-size: 0.9375rem; line-height: 1.4; }

/* ---------- Karty ---------- */
.card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--mist); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.card:hover .card__media img { transform: scale(1.04); }
.card__body { display: flex; flex-direction: column; gap: 10px; flex: 1; padding: clamp(20px, 2.4vw, 28px); }
.card__title { margin: 0; font-size: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem); }
.card__title a { color: inherit; text-decoration: none; }
.card__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.card__text { margin: 0; color: var(--text-muted); }
.card__meta { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 0; padding: 0; list-style: none; font-size: 0.875rem; color: var(--text-muted); }
.card__meta li { display: inline-flex; align-items: center; gap: 6px; }
.card__meta .icon { width: 1.05em; height: 1.05em; color: var(--red); }
.card__footer { margin-top: auto; padding-top: 6px; }
.card__footer .link-arrow { position: relative; z-index: 2; }
.card__badge { position: absolute; top: 14px; left: 14px; z-index: 1; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; background: rgb(22 24 27 / 0.82); color: #fff; font-size: 0.8125rem; font-weight: 600; backdrop-filter: blur(4px); }
.card__badge--red { background: var(--red); }
.card--service .card__media { aspect-ratio: 16 / 11; }
.card--service .card__media { overflow: visible; }
.card--service .card__media img { border-radius: var(--radius) var(--radius) 0 0; }
.card--service .card__icon { position: absolute; left: 20px; bottom: -28px; z-index: 2; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 14px; background: var(--red); color: #fff; box-shadow: 0 8px 20px rgb(192 48 42 / 0.35); }
.card--service .card__icon .icon { width: 28px; height: 28px; }
.card--service .card__body { padding-top: 40px; }

.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 0.9375rem; font-weight: 500; }
.chip .icon { color: var(--red); width: 1.2em; height: 1.2em; }
.audiences { margin-top: clamp(32px, 4vw, 48px); display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.audiences__label { font-family: var(--font-display); font-weight: 600; font-size: 1.0625rem; }

/* ---------- Atuty ---------- */
.features { display: grid; gap: clamp(20px, 2.6vw, 32px); grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); margin: 0; padding: 0; list-style: none; }
.feature { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; align-items: start; }
.feature__icon { grid-row: span 2; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; background: var(--red-tint); color: var(--red); }
.feature__icon .icon { width: 28px; height: 28px; }
.feature__title { margin: 6px 0 0; font-size: 1.2rem; }
.feature__text { margin: 0; color: var(--text-muted); }
.section--dark .feature__icon, .section--ink .feature__icon { background: rgb(239 107 97 / 0.12); color: var(--red-bright); }
.section--dark .feature__text, .section--ink .feature__text { color: var(--on-dark-muted); }

/* ---------- Flota (podgląd i galeria) ---------- */
.mosaic { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.mosaic > * { border-radius: var(--radius); overflow: hidden; background: var(--mist); }
.mosaic img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.mosaic > :first-child { grid-column: span 2; }
.mosaic > :first-child img { aspect-ratio: 16 / 9; }
.amenities { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 0; list-style: none; }
.amenities li { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.amenities .icon { color: var(--red); width: 1.35em; height: 1.35em; }

.gallery { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); margin: 0; padding: 0; list-style: none; }
.gallery__item { position: relative; border-radius: var(--radius-sm); overflow: hidden; background: var(--mist); }
.gallery__item a { display: block; }
.gallery__item img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform 0.5s var(--ease), filter 0.3s; }
.gallery__item a:hover img { transform: scale(1.05); }
.gallery__item a::after { content: ""; position: absolute; inset: 0; background: rgb(22 24 27 / 0); transition: background 0.3s; }
.gallery__item a:hover::after { background: rgb(22 24 27 / 0.12); }
.gallery-group + .gallery-group { margin-top: clamp(40px, 5vw, 64px); }
.gallery-group__title { display: flex; align-items: center; gap: 12px; font-size: 1.5rem; }
.gallery-group__count { font-family: var(--font-body); font-size: 0.875rem; font-weight: 500; color: var(--text-muted); }

.vehicle { display: grid; gap: 0; }
.vehicle__seats { position: absolute; top: 14px; left: 14px; z-index: 1; }

/* ---------- Mapa zasięgu ---------- */
.reach__map { position: relative; }
.reach__map img { width: 100%; height: auto; }
.reach__list { display: grid; gap: 14px; margin: 24px 0 32px; padding: 0; list-style: none; }
.reach__list li { display: flex; gap: 12px; align-items: flex-start; }
.reach__list .icon { color: var(--red); margin-top: 3px; }

/* ---------- Kroki ---------- */
.steps { counter-reset: step; display: grid; gap: clamp(24px, 3vw, 40px); grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); margin: 0; padding: 0; list-style: none; }
.step { position: relative; padding-top: 72px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; box-shadow: 0 0 0 8px var(--red-tint); }
.step::after { content: ""; position: absolute; top: 26px; left: 76px; right: -12px; height: 2px; background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 14px); }
.step:last-child::after { display: none; }
@media (max-width: 859px) { .step::after { display: none; } }
.step h3 { margin-bottom: 8px; }
.step p { margin: 0; color: var(--text-muted); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.1rem, 1.05rem + 0.3vw, 1.3rem); }
.faq__q::-webkit-details-marker { display: none; }
.faq__q .icon { flex: none; width: 28px; height: 28px; padding: 4px; border-radius: 50%; background: var(--red-tint); color: var(--red); transition: transform 0.25s var(--ease); }
.faq__item[open] .faq__q .icon { transform: rotate(45deg); }
.faq__a { padding: 0 48px 24px 0; color: var(--text-muted); }
.faq__a p:last-child { margin: 0; }

/* ---------- Pas CTA ---------- */
.cta-band { position: relative; isolation: isolate; overflow: hidden; background: var(--red); color: #fff; }
.cta-band::before { content: ""; position: absolute; z-index: -1; right: -120px; top: -160px; width: 520px; height: 520px; border-radius: 50%; border: 90px solid rgb(255 255 255 / 0.06); }
.cta-band__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 48px; padding-block: clamp(48px, 6vw, 80px); }
.cta-band h2 { margin: 0 0 8px; }
.cta-band p { margin: 0; color: rgb(255 255 255 / 0.88); font-size: 1.125rem; }
.cta-band .btn--ghost-light:hover { --btn-fg: var(--red); }

/* ---------- Nagłówek podstron ---------- */
.page-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: #fff; }
.page-hero__media { position: absolute; inset: 0; z-index: -2; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(22 24 27 / 0.95) 0%, rgb(22 24 27 / 0.78) 50%, rgb(22 24 27 / 0.45) 100%); }
.page-hero--plain::before { background: radial-gradient(1200px 400px at 85% 0%, rgb(192 48 42 / 0.28), transparent 60%), var(--ink); }
.page-hero__inner { padding-block: clamp(48px, 7vw, 96px); max-width: 780px; }
.page-hero h1 { font-size: clamp(2.1rem, 1.4rem + 2.8vw, 3.6rem); margin-bottom: 16px; }
.page-hero__lead { font-size: clamp(1.05rem, 1rem + 0.4vw, 1.25rem); color: rgb(255 255 255 / 0.86); margin: 0; max-width: 680px; }
.page-hero .btn-row { margin-top: 28px; }

.breadcrumbs { margin: 0 0 18px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; font-size: 0.875rem; color: rgb(255 255 255 / 0.7); }
.breadcrumbs li + li::before { content: "/"; margin-right: 6px; opacity: 0.5; }
.breadcrumbs a { color: rgb(255 255 255 / 0.85); text-decoration: none; }
.breadcrumbs a:hover { color: #fff; text-decoration: underline; }

/* ---------- Treść (polityka, opisy wpisów) ---------- */
.prose { max-width: 72ch; }
.prose h2 { font-size: clamp(1.4rem, 1.25rem + 0.7vw, 1.9rem); margin-top: 1.8em; }
.prose h3 { margin-top: 1.4em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: 0.35em; }
.prose li::marker { color: var(--red); }
.prose > :first-child { margin-top: 0; }

.check-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list .icon { flex: none; width: 26px; height: 26px; padding: 4px; margin-top: 1px; border-radius: 50%; background: var(--red-tint); color: var(--red); stroke-width: 2.2; }
.check-list strong { display: block; font-family: var(--font-display); font-size: 1.125rem; font-weight: 600; }
.check-list span { color: var(--text-muted); }
.section--dark .check-list .icon { background: rgb(239 107 97 / 0.14); color: var(--red-bright); }
.section--dark .check-list span { color: var(--on-dark-muted); }

.media-frame { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); background: var(--mist); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.media-frame--tall img { aspect-ratio: 4 / 5; }
.media-frame--wide img { aspect-ratio: 4 / 3; }
.media-frame__caption { position: absolute; left: 16px; bottom: 16px; right: 16px; display: inline-flex; gap: 8px; align-items: center; padding: 10px 14px; border-radius: 10px; background: rgb(22 24 27 / 0.78); color: #fff; font-size: 0.875rem; backdrop-filter: blur(4px); width: fit-content; }
.media-frame__caption .icon { color: var(--red-bright); }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; gap: clamp(32px, 5vw, 64px); }
@media (min-width: 1000px) { .contact-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); align-items: start; } }
.panel-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 3vw, 36px); }
.panel-box--mist { background: var(--mist); border-color: transparent; }
.contact-list { display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; }
.contact-list__role { display: block; font-size: 0.8125rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.contact-list__name { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; }
.contact-list a { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; text-decoration: none; color: var(--text); }
.contact-list a:hover { color: var(--red); }
.contact-list .icon { color: var(--red); }
.company-data { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; font-size: 0.9375rem; }
.company-data dt { color: var(--text-muted); }
.company-data dd { margin: 0; font-weight: 500; }

/* ---------- Wpisy (oferta, realizacje) ---------- */
.entry-grid { display: grid; gap: clamp(16px, 2.2vw, 28px); grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); }
.entry-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 20px 0 0; padding: 0; list-style: none; color: rgb(255 255 255 / 0.85); }
.entry-meta li { display: inline-flex; align-items: center; gap: 8px; }
.entry-meta .icon { color: var(--red-bright); }
.entry-layout { display: grid; gap: clamp(32px, 5vw, 64px); }
@media (min-width: 1000px) { .entry-layout { grid-template-columns: minmax(0, 1fr) 380px; align-items: start; } .entry-layout__aside { position: sticky; top: calc(var(--header-h) + 24px); } }
.entry-photos { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); margin: 32px 0 0; padding: 0; list-style: none; }
.entry-photos li:first-child { grid-column: 1 / -1; }
.entry-photos a { display: block; border-radius: var(--radius-sm); overflow: hidden; }
.entry-photos img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform 0.5s var(--ease); }
.entry-photos li:first-child img { aspect-ratio: 16 / 9; }
.entry-photos a:hover img { transform: scale(1.03); }
.entry-photos--poster li:first-child img { aspect-ratio: auto; object-fit: contain; background: var(--mist); max-height: 900px; }
.facts { margin: 0; display: grid; gap: 14px; }
.facts div { display: grid; gap: 2px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.facts dt { font-size: 0.8125rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.facts dd { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; }
.price-tag { display: inline-flex; align-items: baseline; gap: 6px; font-family: var(--font-display); font-weight: 700; font-size: 2rem; color: var(--red); }
.notice { display: flex; gap: 12px; padding: 16px 18px; border-radius: var(--radius-sm); background: var(--mist); color: var(--text); }
.notice .icon { color: var(--red); margin-top: 2px; }
.empty-state { text-align: center; max-width: 620px; margin-inline: auto; padding: clamp(32px, 5vw, 56px); border: 1px dashed #CBD0D6; border-radius: var(--radius); }
.empty-state .icon { width: 48px; height: 48px; color: var(--red); margin: 0 auto 16px; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.pagination a, .pagination span { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: var(--radius-sm); text-decoration: none; color: var(--text); font-weight: 600; }
.pagination [aria-current="page"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.filters a { padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line); text-decoration: none; color: var(--text); font-size: 0.9375rem; font-weight: 500; }
.filters a[aria-current="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }

/* ---------- Stopka ---------- */
.site-footer { background: var(--ink); color: var(--on-dark-muted); font-size: 0.9375rem; }
.site-footer a { color: var(--on-dark); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer__grid { display: grid; gap: 40px; padding-block: clamp(56px, 7vw, 88px) 40px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); }
@media (min-width: 1000px) { .site-footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1.3fr; } }
.site-footer__logo { width: 190px; margin-bottom: 20px; }
.site-footer__title { font-size: 1.0625rem; color: #fff; margin-bottom: 16px; letter-spacing: 0.02em; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-footer address { display: grid; gap: 10px; }
.site-footer address a { display: inline-flex; align-items: center; gap: 8px; }
.site-footer .icon { color: var(--red-bright); width: 1.1em; height: 1.1em; }
.social-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; padding: 10px 16px; border: 1px solid rgb(255 255 255 / 0.16); border-radius: 999px; }
.social-link:hover { border-color: #fff; text-decoration: none !important; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-block: 24px; border-top: 1px solid rgb(255 255 255 / 0.08); font-size: 0.8125rem; }
.site-footer__bottom p { margin: 0; }

/* ---------- Pasek CTA na telefonie ---------- */
.mobile-cta { display: none; }
@media (max-width: 899px) {
    .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgb(255 255 255 / 0.96); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgb(16 18 22 / 0.08); transition: transform 0.25s var(--ease); }
    .mobile-cta.is-hidden { transform: translateY(110%); }
    .mobile-cta .btn { min-height: 48px; padding: 0 12px; }
    body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
}

/* ---------- Lightbox ---------- */
.lightbox { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: rgb(12 13 15 / 0.96); color: #fff; }
.lightbox::backdrop { background: rgb(12 13 15 / 0.9); }
.lightbox__figure { position: absolute; inset: 64px 72px 72px; margin: 0; display: grid; place-items: center; }
.lightbox__figure img { max-width: 100%; max-height: calc(100vh - 150px); width: auto; height: auto; object-fit: contain; border-radius: 6px; }
.lightbox__caption { position: absolute; left: 0; right: 0; bottom: -52px; text-align: center; font-size: 0.9375rem; color: rgb(255 255 255 / 0.8); }
.lightbox__btn { position: absolute; display: grid; place-items: center; width: 52px; height: 52px; border: 0; border-radius: 50%; background: rgb(255 255 255 / 0.1); color: #fff; cursor: pointer; }
.lightbox__btn:hover { background: rgb(255 255 255 / 0.22); }
.lightbox__btn .icon { width: 28px; height: 28px; }
.lightbox__close { top: 12px; right: 12px; }
.lightbox__prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 12px; top: 50%; transform: translateY(-50%); }
.lightbox__counter { position: absolute; top: 24px; left: 24px; font-size: 0.875rem; color: rgb(255 255 255 / 0.7); }
@media (max-width: 640px) { .lightbox__figure { inset: 64px 8px 80px; } .lightbox__prev, .lightbox__next { top: auto; bottom: 12px; transform: none; } }

/* ---------- Animacje wejścia ---------- */
@media (prefers-reduced-motion: no-preference) {
    .js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); transition-delay: var(--delay, 0s); }
    .js .reveal.is-visible { opacity: 1; transform: none; }
}

/* ---------- Pomocnicze ---------- */
.stagger > :nth-child(2) { --delay: 0.06s; }
.stagger > :nth-child(3) { --delay: 0.12s; }
.stagger > :nth-child(4) { --delay: 0.18s; }
.stagger > :nth-child(5) { --delay: 0.24s; }
.stagger > :nth-child(6) { --delay: 0.3s; }
.btn-row--center { justify-content: center; }
.debug-trace { text-align: left; white-space: pre-wrap; font-size: 0.8125rem; overflow-x: auto; }
.h3 { font-size: clamp(1.2rem, 1.1rem + 0.45vw, 1.45rem); font-weight: 600; }
.mt-md { margin-top: 24px; }
.mt-lg { margin-top: 36px; }
.mb-0 { margin-bottom: 0; }
html:not(.js) .quote-card__step { display: none; }
.hero__caption { position: absolute; right: var(--gutter); bottom: 24px; z-index: 1; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgb(22 24 27 / 0.6); color: rgb(255 255 255 / 0.9); font-size: 0.8125rem; backdrop-filter: blur(4px); }
.hero__caption .icon { color: var(--red-bright); width: 1.05em; height: 1.05em; }
@media (max-width: 1023px) { .hero__caption { display: none; } }

/* ---------- Strona błędu ---------- */
.error-page { min-height: 60vh; display: grid; place-items: center; text-align: center; padding-block: var(--section-y); }
.error-page__code { font-family: var(--font-display); font-weight: 700; font-size: clamp(5rem, 3rem + 10vw, 9rem); line-height: 1; color: var(--red); margin: 0; }

@media print {
    .topbar, .site-header, .mobile-cta, .site-footer, .cta-band { display: none !important; }
    body { padding: 0; }
}
