/* ==========================================================================
   plexireklama.pl — main.css
   System: granat + akcent orange (przemysłowy, ciepły) na bazie technicznej.
   Fonty: Space Grotesk (display) / Inter (body) / JetBrains Mono (dane).
   Breakpointy testowane: 360, 414, 768, 1024, 1240+ (brief §7.1).
   ========================================================================== */

:root {
	--navy: #0D0E35;
	--ink: #00001B;
	--navy2: #212D5E;
	--orange: #F68C2C;
	--gold: #F9B731;
	--coral: #F05139;
	--coral-d: #D8412C;
	--royal: #294592;
	--border: #E2E8F0;
	--bg-light: #F8F9FA;
	--bg-lighter: #F0F4F8;
	--txt: #14163A;
	--muted: #4A5568;
	--cap: #718096;
	--font-display: 'Space Grotesk', Inter, system-ui, sans-serif;
	--font-body: 'Inter', system-ui, -apple-system, "Segoe UI", sans-serif;
	--font-mono: 'JetBrains Mono', ui-monospace, Consolas, monospace;
	--container: 1360px;
	--radius-btn: 6px;
	--radius-card: 10px;
	--radius-img: 12px;
}

*, *::before, *::after { box-sizing: border-box; }
body.plexireklama-custom-chrome { margin: 0; background: var(--ink); font-family: var(--font-body); }
body.plexireklama-custom-chrome #content .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
	display: block !important;
}
/* ponytail: force full-width — kill Astra sidebar, secondary container, and any flex/grid wrapping */
body.plexireklama-custom-chrome #secondary,
body.plexireklama-custom-chrome .widget-area,
body.plexireklama-custom-chrome .sidebar-main {
	display: none !important;
}
body.plexireklama-custom-chrome #primary {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
/* ponytail: Astra applies display:flex on .site-content .ast-container at 922px+.
   This creates a two-column layout. Override to block to prevent sidebar column. */
body.plexireklama-custom-chrome .site-content .ast-container {
	display: block !important;
	max-width: 100% !important;
	padding: 0 !important;
}
body.plexireklama-custom-chrome .ast-container {
	max-width: 100% !important;
}

.plexireklama-custom-chrome a { color: inherit; }
.plexireklama-custom-chrome img { max-width: 100%; display: block; }
.plexireklama-custom-chrome input, .plexireklama-custom-chrome textarea, .plexireklama-custom-chrome select, .plexireklama-custom-chrome button { font-family: inherit; }

/* Domyślnie ukryj builder-header/footer Astry na stronach z custom chrome */
.plexireklama-custom-chrome #masthead,
.plexireklama-custom-chrome .site-footer,
.plexireklama-custom-chrome .ast-scroll-top-icon { display: none !important; }

/* Astra renderuje własny page-header (H1 z tytułem strony) nad treścią —
   nasze page-templates mają WŁASNY hero z H1, więc to duplikat H1+lead
   (audyt P1, 2026-07-06). Ukryj natywny Astra page-header na stronach
   z custom chrome; docelowo ustaw też per-stronie w Astra Page Settings
   → "Disable Page Title" (Ustawienia strony), to jest zabezpieczenie CSS. */
.plexireklama-custom-chrome .ast-container > .entry-header,
.plexireklama-custom-chrome .ast-container > .page-header,
.plexireklama-custom-chrome .entry-header,
.plexireklama-custom-chrome .site-content .page-header { display: none !important; }

.plx-container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.plx-mono { font-family: var(--font-mono); }

/* ---------------------------------------------------------------------
   HEADER
--------------------------------------------------------------------- */
.plx-header {
	position: sticky; top: 0; z-index: 50;
	background: rgba(13,14,53,.92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(246,140,44,.15);
}
.plx-header__inner {
	max-width: var(--container); margin: 0 auto; padding: 0 32px; height: 76px;
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.plx-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.plx-logo__svg {
	display: block;
	flex: 0 0 auto;
	transition: transform 0.3s ease;
}
.plx-logo:hover .plx-logo__svg {
	transform: rotate(5deg) scale(1.05);
}
.plx-logo__text { display: flex; flex-direction: column; line-height: 1; }
.plx-logo__word { font: 300 17px/1 var(--font-display); color: #fff; letter-spacing: -.01em; }
.plx-logo__w1 { font-weight: 300; color: rgba(255,255,255,.85); }
.plx-logo__w2 { font-weight: 800; color: var(--orange); letter-spacing: -.02em; }
.plx-logo__tag { font: 500 10px/1 var(--font-mono); letter-spacing: .1em; color: rgba(255,255,255,.4); margin-top: 3px; }

.plx-nav { display: flex; align-items: center; gap: 18px; flex: 1; justify-content: flex-end; min-width: 0; margin: 0; padding: 0; list-style: none; }
/* ponytail: wp_nav_menu outputs <li> wrappers — reset them to inline flex items */
.plx-nav > li, .plx-nav > .menu-item { display: flex; align-items: center; margin: 0; padding: 0; list-style: none; }
.plx-nav a { font: 600 13px var(--font-body); color: rgba(255,255,255,.8); text-decoration: none; white-space: nowrap; }
.plx-nav a:hover { color: var(--orange); }

/* Dropdown submenu (WP nav depth=2 items, e.g. "Technologie") — custom markup, not Astra core JS */
.plx-nav > .menu-item { position: relative; list-style: none; }
.plx-nav > .menu-item-has-children > a::after { content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); }
/* ROZ-PXR menu-fix: padding-bottom + negative margin extends the li hover box across the visual gap so the pointer never leaves the hover target while moving down into the submenu (no JS timer needed). */
.plx-nav > .menu-item-has-children { padding-bottom: 8px; margin-bottom: -8px; }
.plx-nav .sub-menu {
	display: none; position: absolute; top: 100%; left: 0; margin: 0; padding: 8px 0;
	min-width: 240px; list-style: none; background: var(--navy2); border-radius: 8px;
	box-shadow: 0 16px 32px rgba(0,0,0,.4); z-index: 60;
}
.plx-nav .sub-menu li { list-style: none; }
.plx-nav .sub-menu a { display: block; padding: 10px 18px; white-space: nowrap; }
.plx-nav .sub-menu a:hover { background: rgba(255,255,255,.06); }
.plx-nav .menu-item-has-children:hover > .sub-menu,
.plx-nav .menu-item-has-children:focus-within > .sub-menu { display: block; }

.plx-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 48px; padding: 14px 28px; border-radius: var(--radius-btn);
	font: 700 14px var(--font-body); text-decoration: none; cursor: pointer; border: none;
}
.plx-btn--sm { min-height: 44px; padding: 0 22px; }
.plx-btn--cta { background: var(--coral); color: #fff; }
.plx-btn--cta:hover { background: var(--coral-d); }
.plx-btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(246,140,44,.55); }
.plx-btn--ghost:hover { border-color: var(--orange); color: var(--orange); }
.plx-btn--block { width: 100%; }

.plx-hamburger {
	display: none; flex: 0 0 auto; width: 44px; height: 44px; border-radius: 8px;
	border: 1px solid rgba(246,140,44,.3); background: transparent; cursor: pointer;
	flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.plx-hamburger span { display: block; width: 20px; height: 2px; background: #fff; }

.plx-mobile-menu {
	display: none; background: var(--navy); border-top: 1px solid rgba(246,140,44,.15);
	padding: 20px 24px; flex-direction: column; gap: 18px;
}
.plx-mobile-menu.is-open { display: flex; }
.plx-mobile-menu a { font: 600 15px var(--font-body); color: #fff; text-decoration: none; }

@media (max-width: 1100px) {
	.plx-nav, .plx-header__inner > .plx-btn--sm { display: none; }
	.plx-hamburger { display: flex; }
}

/* ---------------------------------------------------------------------
   HERO — "Seria schodzi z maszyny" (wariant wybrany)
--------------------------------------------------------------------- */
.plx-hero {
	position: relative; overflow: hidden;
	background: linear-gradient(180deg, var(--navy) 0%, var(--ink) 100%);
}
.plx-hero::before {
	content: ""; position: absolute; left: -4%; top: 0; width: 58%; height: 100%;
	background: radial-gradient(ellipse at 42% 42%, rgba(246,140,44,.12), transparent 62%);
	pointer-events: none;
}
.plx-hero__inner { position: relative; max-width: var(--container); margin: 0 auto; padding: 96px 32px 64px; }
.plx-hero__row { display: flex; flex-wrap: wrap; gap: 32px; align-items: center; }

.plx-scene { flex: 1 1 420px; }
.plx-stage { display: grid; grid-template-columns: minmax(0,1fr) 190px; gap: 18px; align-items: end; }
.plx-bench {
	position: relative; border-radius: var(--radius-card); overflow: hidden;
	background:
		repeating-linear-gradient(0deg, rgba(41,69,146,.07) 0 1px, transparent 1px 36px),
		repeating-linear-gradient(90deg, rgba(41,69,146,.07) 0 1px, transparent 1px 36px),
		linear-gradient(150deg, #FFFFFF 0%, var(--bg-lighter) 100%);
	box-shadow: 0 18px 50px rgba(0,0,27,.5);
}
.plx-bench__tag {
	position: absolute; top: 10px; left: 12px; z-index: 2;
	font: 600 10px var(--font-mono); letter-spacing: .1em; color: var(--cap); text-transform: uppercase;
}
.plx-bench svg { display: block; width: 100%; height: auto; }
.plx-cutline { stroke: var(--orange); stroke-width: 2; fill: none; stroke-dasharray: 6 6; filter: drop-shadow(0 0 5px rgba(246,140,44,.24)); }
.plx-cutdraw { stroke: #fff; stroke-width: 9; fill: none; stroke-dasharray: 1000; stroke-dashoffset: 0; }
.plx-head circle:first-child { opacity: .55; }

.plx-yard { }
.plx-counter { margin: 0 0 10px; font: 600 12px var(--font-mono); letter-spacing: .06em; color: rgba(255,255,255,.6); white-space: nowrap; }
.plx-counter b { font: 700 18px var(--font-mono); color: var(--gold); }
.plx-result { position: relative; height: 150px; }
.plx-stack__item {
	position: absolute; left: 50%; bottom: 14px; width: 130px; height: auto;
	opacity: 0; transition: opacity .25s ease;
	filter: drop-shadow(0 3px 6px rgba(0,0,27,.4));
}
.plx-stack__item.is-on { opacity: 1; }
.plx-photo {
	position: absolute; inset: 0; border-radius: var(--radius-card); padding: 14px;
	display: flex; align-items: center; justify-content: center; text-align: center;
	border: 1.5px dashed rgba(246,140,44,.55);
	background: linear-gradient(150deg, var(--navy2) 0%, var(--navy) 100%);
	opacity: 1; transition: opacity .8s ease;
}
.plx-hero:not(.is-final) .plx-photo { opacity: 0; }
.plx-photo span { font: 600 9.5px/1.6 var(--font-mono); letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.plx-yard-caption { margin: 10px 0 0; font: 500 11px/1.5 var(--font-mono); color: rgba(255,255,255,.45); }
.plx-status { margin: 14px 0 0; font: 500 11px/1.6 var(--font-mono); letter-spacing: .06em; color: rgba(255,255,255,.45); }

.plx-hero__text { flex: 1 1 340px; }
.plx-eyebrow { font: 600 13px var(--font-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: 18px; }
.plx-h1 { font: 700 clamp(32px, 4vw, 48px)/1.12 var(--font-display); color: #fff; letter-spacing: -.01em; margin: 0; }
.plx-h1 .accent { color: var(--orange); }
.plx-lead { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.72); max-width: 540px; margin: 22px 0 30px; }
.plx-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.plx-trust { margin-top: 26px; font: 500 12px/1.7 var(--font-mono); color: rgba(255,255,255,.45); }

.plx-steps { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 64px; }
.plx-step {
	flex: 1 1 150px; min-width: 140px; background: rgba(33,45,94,.45);
	border: 1px solid rgba(246,140,44,.22); border-radius: var(--radius-card); padding: 20px 16px;
	opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease;
}
.plx-step.is-in { opacity: 1; transform: none; }
.plx-step:nth-child(2) { transition-delay: 80ms; }
.plx-step:nth-child(3) { transition-delay: 160ms; }
.plx-step:nth-child(4) { transition-delay: 240ms; }
.plx-step:nth-child(5) { transition-delay: 320ms; }
.plx-step__no { font: 600 11px/1 var(--font-mono); color: var(--orange); letter-spacing: .1em; margin-bottom: 8px; }
.plx-step__name { font: 600 14px/1.3 var(--font-display); color: #fff; }

@media (prefers-reduced-motion: reduce) {
	.plx-step { opacity: 1 !important; transform: none !important; transition: none !important; }
	.plx-stack__item, .plx-photo { transition: none !important; }
}
@media (max-width: 760px) {
	.plx-hero__inner { padding: 56px 20px 44px; }
	.plx-stage { grid-template-columns: minmax(0,1fr) 150px; gap: 12px; }
	.plx-result { height: 130px; }
	.plx-stack__item { width: 105px; }
}

/* ---------------------------------------------------------------------
   PASEK ZAUFANIA
--------------------------------------------------------------------- */
.plx-trustbar { background: var(--bg-lighter); padding: 36px 0; }
.plx-trustbar__row { display: flex; flex-wrap: wrap; gap: 28px 44px; justify-content: center; }
.plx-trustbar__item { display: flex; align-items: center; gap: 10px; font: 600 14px var(--font-body); color: var(--txt); }
.plx-trustbar__dot { width: 8px; height: 8px; border-radius: 2px; background: var(--orange); flex: 0 0 auto; }

/* ---------------------------------------------------------------------
   SEKCJE OGÓLNE
--------------------------------------------------------------------- */
.plx-section { padding: 96px 0; }
.plx-section--tight { padding: 80px 0; }
.plx-section--light { background: #FFFFFF; }
.plx-section--lighter { background: var(--bg-light); }
.plx-section--dark { background: var(--ink); color: #fff; }
.plx-section--hero-dark { background: linear-gradient(180deg, var(--navy) 0%, var(--ink) 100%); padding: 40px 0 72px; }
.plx-section__eyebrow { font: 600 13px var(--font-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--royal); margin-bottom: 14px; }
.plx-section--dark .plx-section__eyebrow { color: var(--orange); }
.plx-section__title { font: 700 clamp(26px, 3vw, 38px)/1.2 var(--font-display); color: var(--txt); margin: 0 0 32px; max-width: 640px; }
.plx-section--dark .plx-section__title { color: #fff; }
.plx-section__lead { font-size: 16px; line-height: 1.6; color: var(--muted); margin: 0 0 36px; max-width: 640px; }
.plx-center { text-align: center; margin-left: auto; margin-right: auto; }

.plx-breadcrumb { font: 500 12px var(--font-mono); color: rgba(255,255,255,.45); margin: 0 0 28px; }
.plx-breadcrumb a { color: rgba(255,255,255,.45); text-decoration: none; }
.plx-breadcrumb .current { color: var(--orange); }

/* ---------------------------------------------------------------------
   TECHNOLOGIE (karty)
--------------------------------------------------------------------- */
.plx-tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.plx-tech-card {
	display: block; text-decoration: none; background: var(--bg-light);
	border: 1px solid var(--border); border-radius: var(--radius-card); padding: 28px 26px;
	transition: box-shadow .2s, border-color .2s;
}
.plx-tech-card:hover { box-shadow: 0 12px 30px rgba(246,140,44,.16); border-color: var(--orange); }
.plx-tech-card__line { width: 34px; height: 2px; background: var(--orange); margin-bottom: 20px; }
.plx-tech-card__title { font: 600 19px var(--font-display); color: var(--txt); margin: 0 0 8px; }
.plx-tech-card__desc { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 0 0 16px; }
.plx-tech-card__cta { font: 600 13px var(--font-body); color: var(--royal); }

/* ---------------------------------------------------------------------
   TABELA MOŻLIWOŚCI (desktop) + KARTY (mobile, brief §7.1)
--------------------------------------------------------------------- */
.plx-table-wrap { border-radius: 12px; border: 1px solid var(--border); background: #fff; overflow: hidden; }
.plx-table { width: 100%; border-collapse: collapse; font-family: var(--font-mono); font-size: 13.5px; }
.plx-table thead tr { background: var(--txt); }
.plx-table th { text-align: left; padding: 16px 20px; color: #fff; font-weight: 600; letter-spacing: .04em; }
.plx-table td { padding: 14px 20px; color: var(--muted); border-top: 1px solid var(--border); }
.plx-table td:first-child { color: var(--txt); }
.plx-table tbody tr:nth-child(even) { background: var(--bg-light); }
.plx-param-cards { display: none; flex-direction: column; gap: 12px; font-family: var(--font-mono); font-size: 13px; }
.plx-param-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); padding: 16px 18px; }
.plx-param-card__title { font: 700 14px var(--font-display); color: var(--txt); margin-bottom: 10px; }
.plx-param-card__row { color: var(--muted); line-height: 1.9; }
.plx-param-card__row span { color: var(--cap); }

@media (max-width: 760px) {
	.plx-table-wrap { display: none; }
	.plx-param-cards { display: flex; }
}

/* ---------------------------------------------------------------------
   JAK TO DZIAŁA / PROCES
--------------------------------------------------------------------- */
.plx-process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px; }
.plx-process-item { padding: 0 24px 0 0; border-right: 1px solid var(--border); }
.plx-process-item:last-child { border-right: none; padding-right: 0; }
.plx-process-no { font: 700 30px var(--font-display); color: var(--orange); margin-bottom: 12px; }
.plx-process-title { font: 600 16px var(--font-body); color: var(--txt); margin: 0 0 6px; }
.plx-process-desc { font-size: 13.5px; line-height: 1.6; color: var(--muted); margin: 0; }

/* ---------------------------------------------------------------------
   DLA KOGO / ZASTOSOWANIA / WARUNKI (karty proste)
--------------------------------------------------------------------- */
.plx-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.plx-plain-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); padding: 24px; }
.plx-plain-card p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--txt); font-weight: 600; }
.plx-persona-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); padding: 26px; }
.plx-persona-card h3 { font: 600 17px var(--font-display); color: var(--txt); margin: 0 0 10px; }
.plx-persona-card p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0; }
.plx-param-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; font-family: var(--font-mono); }
.plx-param-grid__cell { background: #fff; padding: 22px; }
.plx-param-grid__label { font-size: 11px; letter-spacing: .08em; color: var(--cap); text-transform: uppercase; margin-bottom: 8px; }
.plx-param-grid__value { font-size: 15px; color: var(--txt); }

/* ---------------------------------------------------------------------
   WYCENA (dropzone + formularz)
--------------------------------------------------------------------- */
.plx-quote-section { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--navy) 0%, var(--ink) 100%); padding: 96px 0; }
.plx-quote-inner { max-width: 900px; margin: 0 auto; padding: 0 32px; position: relative; }
.plx-quote-form { background: rgba(33,45,94,.4); border: 1px solid rgba(246,140,44,.25); border-radius: 12px; padding: 32px; }
.plx-dropzone {
	position: relative; border: 2px dashed rgba(246,140,44,.5); border-radius: var(--radius-card);
	padding: 30px 18px; text-align: center; cursor: pointer; margin-bottom: 24px; transition: border-color .2s, background-color .2s;
}
.plx-dropzone.is-over, .plx-dropzone:hover { border-color: var(--orange); background: rgba(246,140,44,.06); }
.plx-dropzone__icon { font: 700 28px var(--font-display); color: var(--orange); }
.plx-dropzone__text { font: 600 15px var(--font-body); color: #fff; margin: 10px 0 8px; }
.plx-dropzone__formats { font: 500 11px/1.6 var(--font-mono); color: rgba(255,255,255,.5); }
.plx-dropzone__file { font: 600 12px var(--font-mono); color: var(--gold); margin-top: 10px; word-break: break-all; }
.plx-dropzone__preview { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; }
.plx-dropzone__thumb { width: 32px; height: 32px; object-fit: cover; border-radius: 4px; border: 1px solid rgba(255,255,255,.15); flex: none; }
.plx-dropzone__filetype { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; height: 32px; padding: 0 6px; border-radius: 4px; background: rgba(255,255,255,.08); color: var(--gold); font: 700 11px var(--font-mono); flex: none; }
.plx-dropzone__meta { text-align: left; word-break: break-all; }
.plx-dropzone input[type=file] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.plx-field-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-bottom: 16px; }
.plx-field { display: block; font: 600 12px var(--font-body); color: rgba(255,255,255,.75); margin-bottom: 16px; }
.plx-field input, .plx-field textarea, .plx-field select {
	width: 100%; margin-top: 6px; padding: 11px 12px; border-radius: var(--radius-btn);
	border: 1px solid rgba(143,167,227,.35); background: rgba(0,0,27,.5); color: #fff; font: 400 14px var(--font-body);
}
.plx-field textarea { min-height: 70px; resize: vertical; }
.plx-field input:focus, .plx-field textarea:focus, .plx-field select:focus { outline: 2px solid var(--orange); outline-offset: 1px; }
.plx-field-hint { color: #718096; font-weight: 400; }
.plx-checkbox-field { display: flex; gap: 9px; align-items: flex-start; font: 400 13px var(--font-body); color: rgba(255,255,255,.65); margin-bottom: 6px; }
.plx-checkbox-field input { margin-top: 2px; accent-color: var(--coral); }
.plx-error { display: none; font: 500 12px var(--font-body); color: #FF9B8A; margin-top: 4px; }
.plx-error.is-on { display: block; }
.plx-quote-form.is-sent { display: none; }
.plx-success { display: none; background: rgba(33,45,94,.4); border: 1px solid rgba(249,183,49,.4); border-radius: 12px; padding: 44px 32px; text-align: center; }
.plx-success.is-on { display: block; }
.plx-success__icon { font: 700 40px var(--font-display); color: var(--gold); margin-bottom: 14px; }
.plx-success p { font: 600 17px var(--font-body); color: #fff; margin: 0; }
.plx-quote-note { font-size: 12px; line-height: 1.6; color: rgba(255,255,255,.4); margin: 14px 0 0; text-align: center; }
.plx-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ---------------------------------------------------------------------
   REALIZACJE (galeria + filtr)
--------------------------------------------------------------------- */
.plx-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.plx-filter-btn {
	min-height: 40px; padding: 0 18px; border-radius: 20px; font: 600 13px var(--font-body);
	cursor: pointer; border: 1.5px solid var(--border); background: #fff; color: var(--muted);
}
.plx-filter-btn.is-active { border-color: var(--orange); background: var(--orange); color: var(--navy); }
.plx-gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.plx-gallery-item {
	aspect-ratio: 4/3; border-radius: var(--radius-card);
	background: repeating-linear-gradient(135deg, var(--bg-lighter), var(--bg-lighter) 10px, var(--border) 10px, var(--border) 20px);
	display: flex; align-items: flex-end; padding: 14px; font: 500 10.5px/1.5 var(--font-mono); color: var(--muted);
	position: relative; overflow: hidden;
}
.plx-gallery-item[hidden] { display: none; }
/* OPS-141: stock/AI cover photo + legible caption scrim (2026-07-21) */
.plx-gallery-item img {
	position: absolute; inset: 0; width: 100%; height: 100%;
	object-fit: cover; z-index: 0;
}
.plx-gallery-item .plx-cap {
	position: relative; z-index: 1;
	background: rgba(13, 14, 53, .74); color: #fff;
	padding: 4px 8px; border-radius: 4px;
}

/* ---------------------------------------------------------------------
   FAQ (akordeon)
--------------------------------------------------------------------- */
.plx-faq-list { display: flex; flex-direction: column; gap: 10px; }
.plx-faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); overflow: hidden; }
.plx-faq-question {
	width: 100%; text-align: left; padding: 18px 22px; background: none; border: none; cursor: pointer;
	display: flex; justify-content: space-between; align-items: center; gap: 16px;
	font: 600 15px var(--font-body); color: var(--txt);
}
.plx-faq-icon { color: var(--orange); font-size: 18px; flex: 0 0 auto; }
.plx-faq-answer { margin: 0; padding: 0 22px 20px; font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.plx-faq-answer[hidden] { display: none; }

/* ---------------------------------------------------------------------
   CTA KOŃCOWE / FOOTER
--------------------------------------------------------------------- */
.plx-cta-final { background: var(--navy); padding: 80px 0; text-align: center; }
.plx-cta-final__inner { max-width: 680px; margin: 0 auto; padding: 0 32px; }
.plx-cta-final h2 { font: 700 clamp(24px, 3vw, 36px)/1.25 var(--font-display); color: #fff; margin: 0 0 26px; }

.plx-footer { background: var(--ink); padding: 56px 0 32px; }
.plx-footer__top { display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.08); }
.plx-footer__brand { flex: 1 1 240px; }
.plx-footer__brand-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.plx-footer__desc { font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.45); margin: 0; max-width: 280px; }
.plx-footer__col { flex: 1 1 160px; }
.plx-footer__col-title { font: 600 12px var(--font-mono); letter-spacing: .1em; color: var(--orange); margin-bottom: 14px; }
.plx-footer__links { display: flex; flex-direction: column; gap: 10px; }
.plx-footer__links a { font-size: 14px; color: rgba(255,255,255,.7); text-decoration: none; }
.plx-footer__copy { font-size: 12.5px; color: rgba(255,255,255,.35); margin: 24px 0 0; }

/* ---------------------------------------------------------------------
   RESPONSYWNOŚĆ DODATKOWA (§7.1: 360 / 414 / 768 / 1024)
--------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.plx-hero__inner { padding: 72px 24px 56px; }
	.plx-hero__row { flex-direction: column; }
	.plx-scene { flex: 1 1 auto; width: 100%; }
	.plx-footer__top { flex-direction: column; gap: 32px; }
}
@media (max-width: 768px) {
	.plx-container { padding-left: 20px; padding-right: 20px; }
	.plx-hero__inner { padding: 56px 20px 40px; }
	.plx-section { padding: 56px 0; }
	.plx-stage { grid-template-columns: 1fr; }
	.plx-field-grid { grid-template-columns: 1fr; }
	.plx-field-grid .plx-field[style*="grid-column"] { grid-column: span 1 !important; }
	.plx-tech-grid { grid-template-columns: 1fr !important; }
	.plx-gallery-grid { grid-template-columns: 1fr 1fr !important; }
	.plx-h1 { font-size: clamp(24px, 6vw, 36px); }
	.plx-section__title { font-size: clamp(22px, 5vw, 32px); }
	.plx-quote-inner { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 480px) {
	.plx-container, .plx-hero__inner, .plx-quote-inner { padding-left: 16px; padding-right: 16px; }
	.plx-section { padding: 48px 0; }
	.plx-field-grid { grid-template-columns: 1fr; }
	.plx-gallery-grid { grid-template-columns: 1fr !important; }
	.plx-header__inner { padding: 0 16px; height: 64px; }
	.plx-logo__svg { width: 32px; height: 32px; }
	.plx-logo__word { font-size: 15px; }
	.plx-logo__tag { font-size: 9px; }
}

.plx-mobile-menu__sub{display:flex;flex-direction:column;padding-left:1.25rem;}
.plx-mobile-menu__sub a{font-size:0.9em;opacity:0.85;}

/* ---------------------------------------------------------------------
   ESTYMATOR KLASY ZŁOŻONOŚCI (ROZ-PXR-09) — orientacja, bez cen (D9)
--------------------------------------------------------------------- */
.plx-estimator-section { position: relative; overflow: hidden; background: var(--navy2); padding: 80px 0; }
.plx-estimator { max-width: 640px; margin: 0 auto; }
.plx-estimator__result { background: rgba(0,0,27,.35); border: 1px solid rgba(246,140,44,.3); border-radius: 12px; padding: 28px; text-align: center; margin-top: 8px; }
.plx-estimator__badge { display: inline-block; font: 700 14px var(--font-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--navy); background: var(--gold); border-radius: 999px; padding: 6px 18px; margin-bottom: 12px; }
.plx-estimator__badge[data-level="wysoka"] { background: var(--orange); }
.plx-estimator__badge[data-level="niska"] { background: #8FE3A6; }
.plx-estimator__desc { font: 500 14px/1.6 var(--font-body); color: #fff; margin: 0 0 12px; }
.plx-estimator__disclaimer { font: 500 12px/1.6 var(--font-body); color: rgba(255,255,255,.55); margin: 0 0 18px; }

/* ---------------------------------------------------------------------
   FORMULARZ WIELOKROKOWY
--------------------------------------------------------------------- */
.plx-quote-form--js .plx-quote-step { display: none; }
.plx-quote-form--js .plx-quote-step.is-active { display: block !important; }
.plx-stepper {
	font: 600 13px var(--font-mono);
	letter-spacing: .08em;
	color: rgba(255,255,255,.5);
	text-transform: uppercase;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.plx-stepper__dot {
	width: 8px; height: 8px; border-radius: 50%; background: var(--orange);
	box-shadow: 0 0 8px var(--orange);
	display: inline-block;
}

/* ---------------------------------------------------------------------
   BAZA WIEDZY / TYPOGRAFIA ARTYKUŁÓW (Gutenberg Support)
--------------------------------------------------------------------- */
.plx-article-body p { margin-top: 0; margin-bottom: 24px; color: var(--muted); }
.plx-article-body h2 { font: 700 24px/1.3 var(--font-display); color: var(--txt); margin: 40px 0 16px; }
.plx-article-body h3 { font: 600 20px/1.3 var(--font-body); color: var(--txt); margin: 32px 0 12px; }
.plx-article-body ul, .plx-article-body ol { margin-top: 0; margin-bottom: 24px; padding-left: 24px; color: var(--muted); }
.plx-article-body li { margin-bottom: 8px; }
.plx-article-body blockquote {
	border-left: 4px solid var(--orange); padding: 4px 0 4px 20px;
	font-style: italic; color: var(--cap); margin: 32px 0;
}
.plx-article-body img {
	border-radius: var(--radius-img); margin: 32px 0;
	box-shadow: 0 8px 24px rgba(0,0,0,0.04); max-width: 100%; height: auto;
}

