/*
Theme Name: ZeroPest One Page
Theme URI: https://arpon.pl
Author: ZeroPest / ARPON
Author URI: https://arpon.pl
Description: Animowany motyw one-page prezentujący markę ZeroPest – jakość, produkty, weryfikacja EAN, kanały sprzedaży i oferta B2B. Bez Elementora, bez zależności zewnętrznych (poza Google Fonts).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zeropest
Tags: one-column, custom-logo, custom-menu, featured-images
*/

/* =========================================================================
   0. Tokens
   ====================================================================== */
:root {
	--black: #0b0b0b;
	--ink: #131313;
	--panel: #1b1b1b;
	--panel-2: #232323;
	--line: rgba(255, 255, 255, .09);
	--orange: #f26b1d;
	--orange-light: #f9a11b;
	--orange-deep: #d8471a;
	--orange-glow: rgba(242, 107, 29, .45);
	--silver: #cfcfcf;
	--silver-2: #a9a9a9;
	--silver-dark: #6f6f6f;
	--white: #ffffff;
	--paper: #f5f4f2;
	--paper-2: #ebeae7;
	--text-light: #eaeaea;
	--text-dark: #141414;
	--grad: linear-gradient(135deg, var(--orange-light) 0%, var(--orange) 45%, var(--orange-deep) 100%);
	--grad-silver: linear-gradient(180deg, #ffffff 0%, #bdbdbd 60%, #8a8a8a 100%);
	--font-head: "Montserrat", "Segoe UI", Arial, sans-serif;
	--font-body: "Inter", "Segoe UI", Arial, sans-serif;
	--radius: 22px;
	--radius-sm: 12px;
	--ease: cubic-bezier(.22, 1, .36, 1);
	--ease-io: cubic-bezier(.65, 0, .35, 1);
	--container: 1280px;
	--gutter: clamp(20px, 4vw, 56px);
}

/* =========================================================================
   1. Reset / base
   ====================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
	margin: 0;
	background: var(--black);
	color: var(--text-light);
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.05; margin: 0; letter-spacing: -.02em; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--orange); color: #fff; }

.zp-container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.zp-section { position: relative; padding: clamp(80px, 11vw, 150px) 0; }
.zp-section--light, .zp-produkty, .zp-kanaly, .zp-faq { background: var(--paper); color: var(--text-dark); }

/* Typography */
.zp-h2 { font-size: clamp(34px, 5vw, 64px); font-weight: 800; }
.zp-h2 em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.zp-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
	color: var(--orange); margin-bottom: 22px;
}
.zp-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--grad); }
.zp-lead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; color: var(--silver); max-width: 640px; }
.zp-section--light .zp-lead, .zp-produkty .zp-lead, .zp-kanaly .zp-lead, .zp-faq .zp-lead { color: #4b4b4b; }
.zp-section__head { max-width: 900px; margin-bottom: clamp(40px, 6vw, 80px); }
.zp-section__head--center { margin-inline: auto; text-align: center; }
.zp-section__head--center .zp-lead { margin-inline: auto; }
.zp-section__head--center .zp-eyebrow::before { display: none; }
.zp-section__head--split { max-width: none; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: end; }
.zp-section__head--split .zp-lead { margin-bottom: 8px; }
@media (max-width: 860px) { .zp-section__head--split { grid-template-columns: 1fr; } }

/* Buttons */
.zp-btn {
	position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px 26px; border-radius: 999px;
	font-family: var(--font-head); font-weight: 700; font-size: 15px; letter-spacing: .01em; white-space: nowrap;
	transition: transform .5s var(--ease), box-shadow .5s var(--ease), background .3s, color .3s, border-color .3s;
	will-change: transform;
}
.zp-btn i { font-style: normal; transition: transform .4s var(--ease); }
.zp-btn:hover i { transform: translateX(5px); }
.zp-btn--primary { background: var(--grad); color: #fff; box-shadow: 0 10px 30px -10px var(--orange-glow); }
.zp-btn--primary:hover { box-shadow: 0 18px 40px -10px var(--orange-glow); transform: translateY(-2px); }
.zp-btn--ghost { border: 1.5px solid rgba(255, 255, 255, .28); color: #fff; backdrop-filter: blur(6px); }
.zp-btn--ghost:hover { border-color: var(--orange); color: var(--orange-light); }
.zp-produkty .zp-btn--ghost, .zp-kanaly .zp-btn--ghost, .zp-faq .zp-btn--ghost, .zp-modal .zp-btn--ghost { border-color: rgba(0, 0, 0, .25); color: var(--text-dark); }
.zp-btn--lg { padding: 18px 34px; font-size: 16px; }
.zp-btn--block { width: 100%; }

/* =========================================================================
   2. Loader, cursor, progress
   ====================================================================== */
.zp-loader {
	position: fixed; inset: 0; z-index: 1000; background: var(--black);
	display: grid; place-items: center; gap: 24px; align-content: center;
	transition: opacity .7s var(--ease-io), visibility .7s;
}
.zp-loader.is-done { opacity: 0; visibility: hidden; }
.zp-loader__logo img { width: 110px; animation: zpPulse 1.4s ease-in-out infinite; filter: drop-shadow(0 0 30px var(--orange-glow)); }
.zp-loader__bar { width: 160px; height: 3px; background: rgba(255, 255, 255, .1); border-radius: 3px; overflow: hidden; }
.zp-loader__bar span { display: block; height: 100%; width: 0; background: var(--grad); animation: zpBar 1.2s var(--ease-io) forwards; }
@keyframes zpPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } }
@keyframes zpBar { to { width: 100%; } }

.zp-cursor {
	position: fixed; top: 0; left: 0; z-index: 999; pointer-events: none;
	width: 14px; height: 14px; border-radius: 50%; background: var(--orange);
	transform: translate(-50%, -50%); mix-blend-mode: difference;
	transition: width .35s var(--ease), height .35s var(--ease), opacity .3s;
	opacity: 0;
}
.zp-cursor.is-on { opacity: 1; }
.zp-cursor.is-hover { width: 56px; height: 56px; background: #fff; }
@media (hover: none), (max-width: 900px) { .zp-cursor { display: none; } }

.zp-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--grad); z-index: 998; transition: width .1s linear; }

/* =========================================================================
   3. Header
   ====================================================================== */
.zp-header {
	position: fixed; top: 0; left: 0; right: 0; z-index: 900;
	padding: 18px 0; transition: padding .4s var(--ease), background .4s, box-shadow .4s, transform .5s var(--ease);
}
.zp-header.is-scrolled { padding: 10px 0; background: rgba(11, 11, 11, .82); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.zp-header.is-hidden { transform: translateY(-100%); }
.zp-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.zp-brand { display: flex; align-items: center; gap: 12px; }
.zp-brand img { width: 46px; height: auto; transition: transform .5s var(--ease); }
.zp-brand:hover img { transform: rotate(-8deg) scale(1.08); }
.zp-brand__text { font-family: var(--font-head); font-weight: 800; font-size: 22px; letter-spacing: -.02em; color: #fff; }
.zp-brand__text b { color: var(--orange); }
.zp-nav { display: flex; align-items: center; gap: 28px; }
.zp-nav__list { display: flex; gap: 4px; }
.zp-nav__list a {
	position: relative; display: block; padding: 8px 12px; font-size: 14px; font-weight: 500; color: var(--silver);
	transition: color .3s;
}
.zp-nav__list a::after {
	content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px; background: var(--grad);
	transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease);
}
.zp-nav__list a:hover, .zp-nav__list li.is-active a { color: #fff; }
.zp-nav__list a:hover::after, .zp-nav__list li.is-active a::after { transform: scaleX(1); }
.zp-nav__cta { padding: 11px 22px; font-size: 14px; }
.zp-burger { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 6px; align-items: center; }
.zp-burger span { display: block; width: 26px; height: 2px; background: #fff; transition: transform .4s var(--ease), opacity .3s; }
.zp-burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.zp-burger.is-open span:nth-child(2) { opacity: 0; }
.zp-burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
@media (max-width: 1000px) {
	.zp-burger { display: flex; }
	.zp-nav {
		position: fixed; inset: 0; background: rgba(11, 11, 11, .97); flex-direction: column; justify-content: center; gap: 12px;
		opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s;
	}
	.zp-nav.is-open { opacity: 1; visibility: visible; }
	.zp-nav__list { flex-direction: column; align-items: center; gap: 6px; }
	.zp-nav__list a { font-size: 26px; font-family: var(--font-head); font-weight: 700; }
	.zp-nav__cta { margin-top: 20px; }
}

/* =========================================================================
   4. Hero
   ====================================================================== */
.zp-hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; padding: 140px 0 80px; overflow: hidden; background: radial-gradient(ellipse 80% 60% at 70% 30%, #1d1410 0%, var(--black) 60%); }
.zp-hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .9; }
.zp-hero__glow { position: absolute; width: 60vw; height: 60vw; max-width: 900px; max-height: 900px; right: -15vw; top: 5vh; border-radius: 50%; background: radial-gradient(circle, rgba(242, 107, 29, .22) 0%, rgba(242, 107, 29, 0) 60%); filter: blur(20px); animation: zpGlow 9s ease-in-out infinite alternate; pointer-events: none; }
@keyframes zpGlow { from { transform: translate(0, 0) scale(1); } to { transform: translate(-6%, 8%) scale(1.15); } }
.zp-hero__inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.zp-hero__title { font-size: clamp(40px, 6.6vw, 96px); font-weight: 900; line-height: .95; letter-spacing: -.035em; margin: 6px 0 28px; }
.zp-line { display: block; overflow: hidden; padding-bottom: .08em; }
.zp-line--accent { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.zp-line [data-split] { display: inline; }
.zp-word { display: inline-block; white-space: nowrap; }
.zp-line .zp-char { display: inline-block; transform: translateY(110%) rotate(6deg); opacity: 0; transition: transform 1s var(--ease), opacity .6s; }
.zp-line .zp-char.is-in { transform: none; opacity: 1; }
.zp-hero__lead { font-size: clamp(17px, 1.6vw, 21px); color: var(--silver); max-width: 560px; margin-bottom: 36px; }
.zp-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px; }
.zp-hero__stats { display: grid; grid-template-columns: repeat(4, auto); gap: 32px; justify-content: start; }
.zp-hero__stats li { display: flex; flex-direction: column; }
.zp-hero__stats b { font-family: var(--font-head); font-size: clamp(30px, 3.2vw, 44px); font-weight: 800; line-height: 1; color: #fff; }
.zp-hero__stats span { font-size: 13px; color: var(--silver-2); margin-top: 6px; }

.zp-hero__visual { position: relative; aspect-ratio: 1; max-width: 560px; margin-inline: auto; display: grid; place-items: center; }
.zp-hero__logo { position: relative; z-index: 2; width: 72%; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .6)) drop-shadow(0 0 40px var(--orange-glow)); animation: zpFloat 6s ease-in-out infinite; opacity: 0; transform: scale(.7); transition: opacity 1.2s var(--ease), transform 1.4s var(--ease); }
.is-loaded .zp-hero__logo { opacity: 1; transform: none; }
@keyframes zpFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -14px; } }
.zp-hero__ring { position: absolute; inset: 8%; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .08); animation: zpSpin 40s linear infinite; }
.zp-hero__ring::before { content: ""; position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 20px var(--orange); }
.zp-hero__ring--2 { inset: -4%; border-color: rgba(242, 107, 29, .18); animation-direction: reverse; animation-duration: 60s; }
.zp-hero__ring--2::before { background: var(--silver); box-shadow: 0 0 16px #fff; }
@keyframes zpSpin { to { transform: rotate(360deg); } }
.zp-hero__chip {
	position: absolute; z-index: 3; margin: 0; width: 120px; padding: 8px; border-radius: 16px;
	background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); backdrop-filter: blur(10px);
	box-shadow: 0 20px 40px -15px rgba(0, 0, 0, .7); opacity: 0; transform: translateY(30px) scale(.9); transition: opacity .8s var(--ease), transform 1s var(--ease);
}
.is-loaded .zp-hero__chip { opacity: 1; transform: none; }
.zp-hero__chip img { border-radius: 10px; background: #fff; }
.zp-hero__chip figcaption { font-family: var(--font-head); font-size: 11px; font-weight: 700; text-align: center; margin-top: 6px; color: var(--silver); }
.zp-hero__chip--1 { left: -4%; top: 14%; transition-delay: .5s; }
.zp-hero__chip--2 { right: -6%; top: 40%; transition-delay: .7s; }
.zp-hero__chip--3 { left: 6%; bottom: 4%; transition-delay: .9s; }
.zp-hero__scroll { position: absolute; left: 50%; bottom: 28px; width: 26px; height: 42px; border: 2px solid rgba(255, 255, 255, .3); border-radius: 14px; transform: translateX(-50%); }
.zp-hero__scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--orange); animation: zpScroll 1.8s ease-in-out infinite; }
@keyframes zpScroll { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }
@media (max-width: 960px) {
	.zp-hero__inner { grid-template-columns: 1fr; }
	.zp-hero__visual { max-width: 300px; order: -1; margin-bottom: 0; }
	.zp-hero__chip--1 { left: -10%; top: 6%; } .zp-hero__chip--2 { right: -8%; top: 44%; } .zp-hero__chip--3 { left: -2%; bottom: -2%; }
	.zp-hero__ring--2 { display: none; }
	.zp-hero__stats { grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.zp-hero__chip { width: 88px; }
	.zp-hero { padding-top: 110px; }
}

/* Marquee */
.zp-marquee-wrap { overflow: hidden; }
.zp-marquee { overflow: hidden; background: var(--grad); color: #fff; padding: 14px 0; transform: rotate(-1.2deg) scale(1.03); font-family: var(--font-head); font-weight: 800; font-size: 20px; letter-spacing: .04em; text-transform: uppercase; position: relative; z-index: 2; }
.zp-marquee__track { display: flex; gap: 32px; width: max-content; animation: zpMarquee 30s linear infinite; }
.zp-marquee__track i { font-style: normal; opacity: .7; }
@keyframes zpMarquee { to { transform: translateX(-50%); } }

/* =========================================================================
   5. Marka – pillars
   ====================================================================== */
.zp-marka { background: var(--ink); }
.zp-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.zp-pillar {
	position: relative; padding: 34px 28px 30px; border-radius: var(--radius); background: var(--panel); border: 1px solid var(--line);
	overflow: hidden; transition: transform .6s var(--ease), border-color .4s, background .4s; transform-style: preserve-3d;
}
.zp-pillar::before { content: ""; position: absolute; inset: -1px; background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 50%), rgba(242, 107, 29, .18), transparent 45%); opacity: 0; transition: opacity .4s; }
.zp-pillar:hover::before { opacity: 1; }
.zp-pillar:hover { border-color: rgba(242, 107, 29, .4); }
.zp-pillar__num { position: absolute; top: 20px; right: 24px; font-family: var(--font-head); font-size: 56px; font-weight: 900; color: rgba(255, 255, 255, .05); line-height: 1; }
.zp-pillar__icon { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: rgba(242, 107, 29, .12); color: var(--orange-light); margin-bottom: 22px; }
.zp-pillar__icon svg { width: 30px; height: 30px; }
.zp-pillar h3 { font-size: 21px; font-weight: 800; margin-bottom: 12px; color: #fff; }
.zp-pillar p { font-size: 15px; color: var(--silver-2); margin: 0; }
@media (max-width: 1000px) { .zp-pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .zp-pillars { grid-template-columns: 1fr; } }

/* =========================================================================
   6. Jakość – sticky steps
   ====================================================================== */
.zp-jakosc { background: var(--black); }
.zp-steps { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.zp-steps__visual { position: sticky; top: 110px; }
.zp-steps__frame { position: relative; aspect-ratio: 4 / 4.6; border-radius: var(--radius); overflow: hidden; background: var(--panel); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .8); }
.zp-steps__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); transition: opacity .9s var(--ease-io), transform 1.6s var(--ease); }
.zp-steps__frame img.is-active { opacity: 1; transform: scale(1); }
.zp-steps__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(11, 11, 11, .85)); }
.zp-steps__counter { position: absolute; left: 28px; bottom: 24px; z-index: 2; font-family: var(--font-head); display: flex; align-items: baseline; gap: 6px; }
.zp-steps__counter b { font-size: 64px; font-weight: 900; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.zp-steps__counter span { color: var(--silver-2); font-weight: 700; }
.zp-steps__list { margin: 0; padding: 0; list-style: none; }
.zp-step { position: relative; padding: 34px 0 34px 74px; border-top: 1px solid var(--line); transition: opacity .5s; opacity: .35; }
.zp-step.is-active { opacity: 1; }
.zp-step__num { position: absolute; left: 0; top: 34px; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: 15px; border: 1.5px solid var(--line); color: var(--silver); transition: background .4s, border-color .4s, color .4s, transform .5s var(--ease); }
.zp-step.is-active .zp-step__num { background: var(--grad); border-color: transparent; color: #fff; transform: scale(1.1); box-shadow: 0 10px 25px -8px var(--orange-glow); }
.zp-step h3 { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.zp-step p { color: var(--silver-2); margin: 0; font-size: 16px; }
@media (max-width: 860px) {
	.zp-steps { grid-template-columns: 1fr; }
	.zp-steps__visual { position: relative; top: 0; }
	.zp-steps__frame { aspect-ratio: 16 / 10; }
	.zp-step { padding-left: 64px; }
}
.zp-badges { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: clamp(50px, 7vw, 90px); }
.zp-badge { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 22px 12px; border-radius: 16px; border: 1px solid var(--line); background: var(--panel); transition: transform .5s var(--ease), border-color .3s; }
.zp-badge:hover { transform: translateY(-6px); border-color: rgba(242, 107, 29, .5); }
.zp-badge b { font-family: var(--font-head); font-size: 26px; font-weight: 900; background: var(--grad-silver); -webkit-background-clip: text; background-clip: text; color: transparent; }
.zp-badge span { font-size: 12px; color: var(--silver-2); line-height: 1.4; }
@media (max-width: 900px) { .zp-badges { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .zp-badges { grid-template-columns: repeat(2, 1fr); } }

/* =========================================================================
   7. Produkty
   ====================================================================== */
.zp-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.zp-filter { padding: 10px 18px; border-radius: 999px; border: 1.5px solid rgba(0, 0, 0, .12); font-family: var(--font-head); font-weight: 700; font-size: 14px; color: #333; transition: all .35s var(--ease); }
.zp-filter sup { font-size: 10px; margin-left: 3px; opacity: .6; }
.zp-filter:hover { border-color: var(--orange); color: var(--orange-deep); }
.zp-filter.is-active { background: var(--black); border-color: var(--black); color: #fff; }
.zp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.zp-card { border-radius: var(--radius); background: #fff; border: 1px solid rgba(0, 0, 0, .06); overflow: hidden; transition: transform .6s var(--ease), box-shadow .6s var(--ease), opacity .4s; box-shadow: 0 2px 0 rgba(0, 0, 0, .02); transform-style: preserve-3d; }
.zp-card.is-hidden { display: none; }
.zp-card:hover { box-shadow: 0 30px 60px -25px rgba(0, 0, 0, .35); }
.zp-card__open { display: block; width: 100%; text-align: left; padding: 0; }
.zp-card__media { position: relative; aspect-ratio: 1; background: #fff; overflow: hidden; }
.zp-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), opacity .6s var(--ease-io); }
.zp-card__alt { position: absolute; inset: 0; opacity: 0; }
.zp-card:hover .zp-card__alt { opacity: 1; }
.zp-card:hover .zp-card__media img:first-child { transform: scale(1.06); }
.zp-card__badges { position: absolute; top: 12px; left: 12px; display: flex; flex-wrap: wrap; gap: 6px; z-index: 2; }
.zp-card__badges span { padding: 5px 9px; border-radius: 6px; background: var(--black); color: #fff; font-family: var(--font-head); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.zp-card__badges span:first-child { background: var(--grad); }
.zp-card__body { padding: 20px 20px 22px; }
.zp-card__cat { font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-deep); }
.zp-card h3 { font-size: 16px; font-weight: 800; color: var(--text-dark); margin: 8px 0 8px; line-height: 1.3; }
.zp-card p { font-size: 13.5px; color: #555; margin: 0 0 14px; }
.zp-card__more { font-family: var(--font-head); font-size: 13px; font-weight: 700; color: var(--text-dark); display: inline-flex; gap: 6px; }
.zp-card__more i { font-style: normal; transition: transform .4s var(--ease); }
.zp-card:hover .zp-card__more i { transform: translateX(5px); }
@media (max-width: 1100px) { .zp-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .zp-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .zp-card__body { padding: 14px; } }

/* Modal */
.zp-modal { position: fixed; inset: 0; z-index: 950; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; }
.zp-modal.is-open { opacity: 1; visibility: visible; }
.zp-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .75); backdrop-filter: blur(8px); }
.zp-modal__box { position: relative; width: min(980px, 100%); max-height: 90vh; overflow: auto; display: grid; grid-template-columns: 1fr 1fr; background: #fff; color: var(--text-dark); border-radius: var(--radius); transform: translateY(30px) scale(.97); transition: transform .6s var(--ease); }
.zp-modal.is-open .zp-modal__box { transform: none; }
.zp-modal__close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 42px; height: 42px; border-radius: 50%; background: var(--black); color: #fff; font-size: 16px; transition: transform .4s var(--ease), background .3s; }
.zp-modal__close:hover { transform: rotate(90deg); background: var(--orange); }
.zp-modal__media { background: #fff; display: grid; place-items: center; padding: 30px; }
.zp-modal__media img { width: 100%; max-width: 440px; }
.zp-modal__body { padding: 40px 40px 36px; background: var(--paper); }
.zp-modal__body h3 { font-size: 24px; font-weight: 800; margin: 8px 0 14px; }
.zp-modal__body p { font-size: 15px; color: #444; }
.zp-specs { display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; margin: 18px 0; font-size: 14px; }
.zp-specs dt { font-weight: 600; color: #222; }
.zp-specs dd { margin: 0; color: #555; }
.zp-modal__ids { display: flex; gap: 20px; font-size: 13px; color: #666; padding: 12px 0; border-top: 1px solid rgba(0, 0, 0, .08); border-bottom: 1px solid rgba(0, 0, 0, .08); margin-bottom: 20px; }
.zp-modal__ids b { font-family: var(--font-head); color: var(--text-dark); letter-spacing: .04em; }
.zp-modal__cta { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 760px) { .zp-modal__box { grid-template-columns: 1fr; } .zp-modal__body { padding: 26px 22px; } }

/* =========================================================================
   8. Weryfikacja EAN
   ====================================================================== */
.zp-weryfikacja { background: var(--black); overflow: hidden; }
.zp-weryfikacja::before { content: ""; position: absolute; left: -20%; top: -30%; width: 70%; height: 160%; background: radial-gradient(closest-side, rgba(242, 107, 29, .16), transparent); pointer-events: none; }
.zp-weryfikacja__inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 6vw, 90px); align-items: center; }
.zp-checklist li { position: relative; padding: 10px 0 10px 34px; color: var(--silver); font-size: 15.5px; border-bottom: 1px solid var(--line); }
.zp-checklist li::before { content: "✓"; position: absolute; left: 0; top: 9px; width: 22px; height: 22px; border-radius: 50%; background: var(--grad); color: #fff; font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.zp-checklist b { color: #fff; }
.zp-verify { position: relative; padding: 34px; border-radius: var(--radius); background: linear-gradient(160deg, #202020, #121212); border: 1px solid rgba(255, 255, 255, .12); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .8), inset 0 1px 0 rgba(255, 255, 255, .08); }
.zp-verify::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, rgba(242, 107, 29, .6), transparent 40%, transparent 60%, rgba(255, 255, 255, .25)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.zp-verify__head { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.zp-verify__head b { display: block; font-family: var(--font-head); font-size: 18px; color: #fff; }
.zp-verify__head span { font-size: 13px; color: var(--silver-2); }
.zp-verify__label { display: block; font-size: 13px; font-weight: 600; color: var(--silver); margin-bottom: 8px; }
.zp-verify__row { display: flex; gap: 10px; }
.zp-verify__row input { flex: 1; min-width: 0; padding: 14px 18px; border-radius: 999px; border: 1.5px solid rgba(255, 255, 255, .15); background: rgba(0, 0, 0, .4); color: #fff; font-family: var(--font-head); font-size: 20px; letter-spacing: .12em; outline: none; transition: border-color .3s, box-shadow .3s; }
.zp-verify__row input:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(242, 107, 29, .2); }
.zp-verify__result { margin-top: 18px; min-height: 64px; }
.zp-verify__hint { font-size: 13px; color: var(--silver-dark); }
.zp-verify__ok, .zp-verify__bad { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border-radius: 14px; animation: zpPop .6s var(--ease); }
.zp-verify__ok { background: rgba(46, 204, 113, .12); border: 1px solid rgba(46, 204, 113, .4); }
.zp-verify__bad { background: rgba(231, 76, 60, .12); border: 1px solid rgba(231, 76, 60, .4); }
.zp-verify__ok i, .zp-verify__bad i { flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-weight: 800; color: #fff; }
.zp-verify__ok i { background: #2ecc71; }
.zp-verify__bad i { background: #e74c3c; }
.zp-verify__ok b, .zp-verify__bad b { display: block; color: #fff; font-family: var(--font-head); margin-bottom: 3px; }
.zp-verify__ok span, .zp-verify__bad span { font-size: 14px; color: var(--silver); }
@keyframes zpPop { from { transform: translateY(8px); opacity: 0; } }
.zp-verify__foot { margin-top: 18px; font-size: 13px; color: var(--silver-dark); }
.zp-verify__foot a { color: var(--orange-light); }
@media (max-width: 860px) { .zp-weryfikacja__inner { grid-template-columns: 1fr; } .zp-verify { padding: 24px; } .zp-verify__row { flex-direction: column; } }

/* =========================================================================
   9. Kanały sprzedaży
   ====================================================================== */
.zp-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.zp-channel { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 30px 28px; min-height: 170px; border-radius: var(--radius); background: #fff; border: 1px solid rgba(0, 0, 0, .07); overflow: hidden; transition: transform .6s var(--ease), box-shadow .6s var(--ease); transform-style: preserve-3d; }
.zp-channel::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); }
.zp-channel:hover::after { transform: scaleX(1); }
.zp-channel:hover { box-shadow: 0 30px 60px -25px rgba(0, 0, 0, .3); }
.zp-channel__logo { font-family: var(--font-head); font-size: 28px; font-weight: 900; letter-spacing: -.02em; color: var(--text-dark); }
.zp-channel--allegro .zp-channel__logo { color: #ff5a00; }
.zp-channel--agrido .zp-channel__logo { color: #1e8f3f; }
.zp-channel--temu .zp-channel__logo { color: #f57c00; }
.zp-channel--kaufland .zp-channel__logo { color: #e10915; }
.zp-channel--amazon .zp-channel__logo { color: #232f3e; }
.zp-channel__desc { font-size: 14px; color: #555; }
.zp-channel__arrow { margin-top: auto; font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--orange-deep); transition: transform .4s var(--ease); }
.zp-channel:hover .zp-channel__arrow { transform: translateX(6px); }
.zp-channel.is-soon { opacity: .6; }
.zp-channel.is-soon .zp-channel__arrow { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: #888; }
@media (max-width: 860px) { .zp-channels { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .zp-channels { grid-template-columns: 1fr; } }

/* =========================================================================
   10. B2B
   ====================================================================== */
.zp-b2b { background: var(--ink); overflow: hidden; }
.zp-b2b::after { content: ""; position: absolute; right: -10%; bottom: -20%; width: 50%; height: 80%; background: radial-gradient(closest-side, rgba(242, 107, 29, .14), transparent); pointer-events: none; }
.zp-b2b__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.zp-benefits { margin: 30px 0 40px; }
.zp-benefits li { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 16px 0 16px 34px; position: relative; border-bottom: 1px solid var(--line); }
.zp-benefits li::before { content: ""; position: absolute; left: 0; top: 24px; width: 18px; height: 18px; border-radius: 5px; background: var(--grad); transform: rotate(45deg) scale(.7); }
.zp-benefits b { font-family: var(--font-head); font-size: 17px; color: #fff; }
.zp-benefits span { font-size: 14.5px; color: var(--silver-2); }
.zp-materials { padding: 26px 28px; border-radius: var(--radius); background: var(--panel); border: 1px solid var(--line); }
.zp-materials h3 { font-size: 18px; color: #fff; margin-bottom: 16px; }
.zp-materials__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.zp-materials__grid span { font-size: 14px; color: var(--silver); padding: 10px 12px; border-radius: 10px; background: rgba(255, 255, 255, .04); }
.zp-form-wrap { position: sticky; top: 100px; }
.zp-form { padding: 36px; border-radius: var(--radius); background: #fff; color: var(--text-dark); box-shadow: 0 50px 100px -40px rgba(0, 0, 0, .9); }
.zp-form h3 { font-size: 24px; font-weight: 800; margin-bottom: 8px; }
.zp-form > p { font-size: 14px; color: #666; margin-bottom: 22px; }
.zp-form label { display: block; font-size: 13px; font-weight: 600; color: #333; margin-bottom: 14px; }
.zp-form input:not([type=checkbox]), .zp-form select, .zp-form textarea { display: block; width: 100%; margin-top: 6px; padding: 13px 16px; border-radius: 12px; border: 1.5px solid #e2e2e2; background: #fafafa; font: inherit; font-size: 15px; color: var(--text-dark); outline: none; transition: border-color .3s, box-shadow .3s, background .3s; }
.zp-form input:focus, .zp-form select:focus, .zp-form textarea:focus { border-color: var(--orange); background: #fff; box-shadow: 0 0 0 4px rgba(242, 107, 29, .15); }
.zp-form textarea { resize: vertical; }
.zp-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.zp-form__hp { position: absolute; left: -9999px; }
.zp-form__consent { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 400 !important; font-size: 12.5px !important; color: #666 !important; margin: 4px 0 20px !important; }
.zp-form__consent input { margin-top: 3px; accent-color: var(--orange); }
.zp-form__consent a { text-decoration: underline; }
.zp-form__alt { text-align: center; font-size: 13px; color: #777; margin: 16px 0 0; }
.zp-form__alt a { color: var(--orange-deep); font-weight: 600; }
.zp-notice { padding: 14px 18px; border-radius: 12px; margin-bottom: 16px; font-size: 14px; font-weight: 600; }
.zp-notice--ok { background: #e6f9ee; color: #14733a; }
.zp-notice--err { background: #fde8e6; color: #a3261a; }
@media (max-width: 960px) { .zp-b2b__grid { grid-template-columns: 1fr; } .zp-form-wrap { position: relative; top: 0; } .zp-form { padding: 24px; } .zp-form__row { grid-template-columns: 1fr; gap: 0; } }

/* =========================================================================
   11. FAQ + CTA band
   ====================================================================== */
.zp-faq__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.zp-faq__head { position: sticky; top: 110px; }
.zp-faq__head a { color: var(--orange-deep); font-weight: 600; }
.zp-acc { border-bottom: 1px solid rgba(0, 0, 0, .1); }
.zp-acc summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--text-dark); transition: color .3s; }
.zp-acc summary::-webkit-details-marker { display: none; }
.zp-acc summary:hover { color: var(--orange-deep); }
.zp-acc summary i { flex: none; position: relative; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid rgba(0, 0, 0, .15); transition: background .4s, border-color .4s, transform .5s var(--ease); }
.zp-acc summary i::before, .zp-acc summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; background: currentColor; transform: translate(-50%, -50%); transition: transform .4s var(--ease); }
.zp-acc summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.zp-acc[open] summary i { background: var(--black); border-color: var(--black); color: #fff; transform: rotate(45deg); }
.zp-acc__body { padding: 0 60px 24px 0; }
.zp-acc__body p { font-size: 15.5px; color: #444; margin: 0; }
.zp-acc[open] .zp-acc__body { animation: zpFade .6s var(--ease); }
@keyframes zpFade { from { opacity: 0; transform: translateY(-6px); } }
@media (max-width: 860px) { .zp-faq__inner { grid-template-columns: 1fr; } .zp-faq__head { position: relative; top: 0; } }

.zp-cta-band { background: var(--grad); color: #fff; padding: clamp(50px, 7vw, 90px) 0; position: relative; overflow: hidden; }
.zp-cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, .18), transparent 40%); }
.zp-cta-band__inner { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; }
.zp-cta-band .zp-h2 { color: #fff; font-size: clamp(30px, 4vw, 52px); }
.zp-cta-band .zp-h2 em { background: var(--black); -webkit-background-clip: text; background-clip: text; color: transparent; }
.zp-cta-band p { margin: 10px 0 0; opacity: .9; }
.zp-cta-band__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.zp-cta-band .zp-btn--primary { background: var(--black); box-shadow: 0 15px 30px -12px rgba(0, 0, 0, .6); }
.zp-cta-band .zp-btn--ghost { border-color: rgba(255, 255, 255, .6); }
.zp-cta-band img { width: 110px; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .35)); }
@media (max-width: 900px) { .zp-cta-band__inner { grid-template-columns: 1fr; text-align: center; justify-items: center; } }

/* =========================================================================
   12. Footer
   ====================================================================== */
.zp-footer { background: var(--black); padding: 80px 0 30px; border-top: 1px solid var(--line); }
.zp-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.zp-footer__brand img { width: 80px; margin-bottom: 18px; }
.zp-footer__brand p { font-size: 14px; color: var(--silver-2); max-width: 380px; }
.zp-footer__social { display: flex; gap: 16px; font-size: 14px; }
.zp-footer__social a { color: var(--orange-light); font-weight: 600; }
.zp-footer h4 { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.zp-footer address { font-style: normal; font-size: 14.5px; color: var(--silver-2); line-height: 1.8; }
.zp-footer address a { color: #fff; }
.zp-footer li { margin-bottom: 8px; }
.zp-footer li a { font-size: 14.5px; color: var(--silver-2); transition: color .3s, padding-left .3s; }
.zp-footer li a:hover { color: var(--orange-light); padding-left: 6px; }
.zp-footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--silver-dark); }
@media (max-width: 900px) { .zp-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .zp-footer__grid { grid-template-columns: 1fr; } }
.zp-totop { position: fixed; right: 22px; bottom: 22px; z-index: 800; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--grad); color: #fff; font-weight: 800; box-shadow: 0 10px 25px -8px var(--orange-glow); opacity: 0; transform: translateY(20px); transition: opacity .4s, transform .5s var(--ease); }
.zp-totop.is-on { opacity: 1; transform: none; }

/* Subpages */
.zp-page { padding-top: 160px; }
.zp-page__inner { max-width: 820px; }
.zp-entry__content { margin-top: 30px; color: var(--silver); }
.zp-entry__content a { color: var(--orange-light); text-decoration: underline; }
.zp-entry__content h2, .zp-entry__content h3 { color: #fff; margin: 1.6em 0 .6em; }

/* =========================================================================
   13. Reveal animations
   ====================================================================== */
.zp-reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease), transform 1.1s var(--ease); transition-delay: var(--d, 0ms); }
.zp-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.zp-reveal { opacity: 1; transform: none; transition: none; }
	.zp-line .zp-char { transform: none; opacity: 1; transition: none; }
	.zp-hero__logo, .zp-hero__chip { opacity: 1; transform: none; animation: none; }
	.zp-marquee__track, .zp-hero__ring, .zp-hero__glow { animation: none; }
}
