/* =========================================================
   Privolab — brand tokens
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
	--pl-bg: #ffffff;
	--pl-surface: #F3F3F3;       /* matches Elementor footer */
	--pl-surface-2: #ECECEA;
	--pl-ink: #101828;            /* secondary brand */
	--pl-ink-2: #4b4f58;          /* body text brand */
	--pl-muted: #7A7A7A;
	--pl-line: #E2E5E9;
	--pl-green: #4AA55F;          /* Privolab brand green */
	--pl-green-dark: #3c8c4f;
	--pl-green-soft: #ecf6ee;
	--pl-radius: 4px;
	--pl-radius-lg: 10px;
	--pl-shadow-sm: 0 2px 6px rgba(10, 10, 10, .05);
	--pl-shadow-lg: 0 24px 48px rgba(10, 10, 10, .12);
	--pl-container: min(1800px, 92vw);
	--pl-topbar-h: 38px;
	--pl-header-h: 88px;
	--pl-header-top: 0px;
	--pl-font: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* HARD-DISABLE old headers (HFE + Astra) so we never get a duplicate */
.elementor-location-header,
[data-elementor-type="header"],
.hfe-template-header,
.ast-above-header,
.ast-below-header,
header.site-header,
header#masthead,
.ast-primary-header-bar,
.main-header-bar,
.ast-main-header-wrap,
.site-header-section { display: none !important; }

/* HARD-OVERRIDE Astra content wrappers on Privolab templates so our full-width
   sections aren't squeezed into the article content column. */
body.privolab-fullwidth #content,
body.privolab-fullwidth .site-content,
body.privolab-fullwidth #primary,
body.privolab-fullwidth .content-area,
body.privolab-fullwidth .ast-container,
body.privolab-fullwidth .ast-container-fluid,
body.privolab-fullwidth .ast-article-single,
body.privolab-fullwidth .ast-article-post,
body.privolab-fullwidth article.post,
body.privolab-fullwidth article.page,
body.privolab-fullwidth .entry-header,
body.privolab-fullwidth .entry-content {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	display: block !important;
}
body.privolab-fullwidth .entry-content > * { max-width: none !important; }
body.privolab-fullwidth .entry-title { display: none; }
body.privolab-fullwidth #secondary { display: none !important; }
body.privolab-fullwidth #content { padding-top: 0 !important; padding-bottom: 0 !important; }
body.privolab-fullwidth { background: #fff !important; }
/* Astra puts huge default H1 — neutralize for our hero */
body.privolab-fullwidth .privolab-section-hero h1 { font-size: 44px !important; line-height: 1.1 !important; color: #fff !important; }
body.privolab-fullwidth .privolab-shop__hero h1 { font-size: 40px !important; line-height: 1.1 !important; color: var(--pl-ink) !important; }
body.privolab-fullwidth .privolab-single__title { font-size: 40px !important; line-height: 1.1 !important; color: var(--pl-ink) !important; }
body.privolab-fullwidth .privolab-offer__title { font-size: 36px !important; line-height: 1.15 !important; color: var(--pl-ink) !important; }
body.privolab-fullwidth h2, body.privolab-fullwidth h3, body.privolab-fullwidth h4 { font-family: var(--pl-font) !important; }

body { font-family: var(--pl-font); color: var(--pl-ink); background: var(--pl-bg); -webkit-font-smoothing: antialiased; }
body.privolab-has-header { padding-top: calc(var(--pl-header-h) + var(--pl-topbar-h)); }

/* WP admin bar offset (logged-in users only) */
body.admin-bar { --pl-header-top: 32px; }
body.admin-bar.privolab-has-header { padding-top: calc(var(--pl-header-h) + var(--pl-topbar-h) + 32px); }
@media (max-width: 782px) {
	body.admin-bar { --pl-header-top: 46px; }
	body.admin-bar.privolab-has-header { padding-top: calc(var(--pl-header-h) + var(--pl-topbar-h) + 46px); }
}
.privolab-container { max-width: var(--pl-container); margin: 0 auto; }

a { color: inherit; }
img { max-width: 100%; height: auto; }

h1, h2, h3, h4 { font-family: var(--pl-font); letter-spacing: -.01em; }

/* =========================================================
   Header
   ========================================================= */
/* Top bar — telefon + email + social, ciemny pasek jak w Elementorze */
.privolab-topbar {
	position: fixed; top: var(--pl-header-top); left: 0; right: 0; z-index: 9991;
	background: #101828; color: #fff;
	height: var(--pl-topbar-h); font-size: 13px;
}
.privolab-topbar__inner {
	max-width: var(--pl-container); margin: 0 auto; height: 100%;
	display: flex; align-items: center; gap: 24px;
}
.privolab-topbar__item {
	display: inline-flex; align-items: center; gap: 8px; color: #fff; text-decoration: none;
	font-weight: 500; opacity: .9; transition: color .15s, opacity .15s;
}
.privolab-topbar__item:hover { color: var(--pl-green); opacity: 1; }
.privolab-topbar__item svg { color: var(--pl-green); flex: 0 0 auto; }
.privolab-topbar__spacer { flex: 1; }
.privolab-topbar__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 28px; height: 28px; color: #fff; opacity: .85;
	border-radius: 100px; transition: background .15s, color .15s, opacity .15s;
}
.privolab-topbar__icon:hover { background: var(--pl-green); color: #fff; opacity: 1; }

.privolab-header {
	position: fixed; top: calc(var(--pl-header-top) + var(--pl-topbar-h)); left: 0; right: 0; z-index: 9990;
	background: #fff; border-bottom: 1px solid var(--pl-line);
	height: var(--pl-header-h);
}
.privolab-header__inner {
	max-width: var(--pl-container); margin: 0 auto;
	display: flex; align-items: center; gap: 32px; height: 100%;
}
.privolab-header__brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--pl-ink); }
.privolab-header__brand img,
.privolab-header__brand .custom-logo { max-height: 64px; width: auto; }
.privolab-header__brand .custom-logo-link { display: inline-flex; }
.privolab-header__brand-text { font-weight: 800; letter-spacing: .04em; font-size: 28px; }

.privolab-nav { margin-left: auto; }
.privolab-nav__list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.privolab-nav__item { position: static; }
.privolab-nav__link {
	display: inline-flex; align-items: center; padding: 14px 20px;
	font-weight: 600; font-size: 15px; letter-spacing: .03em; text-transform: uppercase;
	color: var(--pl-ink); text-decoration: none;
	border-radius: var(--pl-radius); transition: color .15s, background .15s;
	position: relative;
}
.privolab-nav__link:hover, .privolab-nav__link:focus { color: var(--pl-green); }
.privolab-nav__link--cta {
	background: var(--pl-green) !important; color: #fff !important;
	padding: 8px 22px !important; margin-left: 12px;
	border-radius: var(--pl-radius); font-weight: 700;
	border: 1px solid var(--pl-green);
	transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
	line-height: 1.4;
	will-change: transform;
}
.privolab-nav__link--cta:hover {
	background: #fff !important; color: var(--pl-green) !important; border-color: var(--pl-green);
	transform: translateY(-2px);
}

/* Active underline */
.privolab-nav__item--mega:hover .privolab-nav__link::after,
.privolab-nav__item--mega.is-open .privolab-nav__link::after {
	content: ""; position: absolute; left: 18px; right: 18px; bottom: 6px; height: 2px; background: var(--pl-green);
}

/* Mega menu — overlaps the header from below so cursor never crosses a dead gap.
   Mega top is set to (header_h - 28) so it physically extends 28px UP into the
   header's white area; that overlap is invisible (both white) but keeps hover. */
.privolab-mega {
	position: absolute; left: 0; right: 0;
	top: calc(var(--pl-header-h) - 28px);
	padding-top: 28px;
	background: #fff;
	border-bottom: 1px solid var(--pl-line);
	box-shadow: 0 24px 48px rgba(15, 23, 42, .12);
	opacity: 0; visibility: hidden; transform: translateY(-4px);
	transition: opacity .18s, transform .18s, visibility .18s;
	pointer-events: none;
}
.privolab-nav__item--mega:hover .privolab-mega,
.privolab-nav__item--mega:focus-within .privolab-mega,
.privolab-nav__item--mega.is-open .privolab-mega {
	opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto;
}
.privolab-mega__inner {
	max-width: var(--pl-container); margin: 0 auto; padding: 48px 0 56px;
	display: grid; grid-template-columns: 280px 1fr; gap: 64px; align-items: start;
}
.privolab-mega__intro { padding-right: 16px; border-right: 1px solid var(--pl-line); }
.privolab-mega__title { font-size: 26px; font-weight: 700; margin: 0 0 12px; letter-spacing: -.01em; line-height: 1.2; color: var(--pl-ink); }
.privolab-mega__lead { color: var(--pl-muted); font-size: 14px; line-height: 1.65; margin: 0 0 22px; }
.privolab-mega__cta {
	display: inline-flex; align-items: center; gap: 8px;
	color: var(--pl-green); font-weight: 700; text-decoration: none;
	font-size: 13px; text-transform: uppercase; letter-spacing: .06em;
	padding: 10px 18px; border: 1px solid var(--pl-green); border-radius: var(--pl-radius);
	transition: background .15s ease, color .15s ease, transform .15s ease;
}
.privolab-mega__cta:hover { background: var(--pl-green); color: #fff; transform: translateY(-1px); }

.privolab-mega__cats {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.privolab-mega__cat a {
	display: block;
	padding: 0;
	border: 1px solid var(--pl-line);
	border-radius: var(--pl-radius-lg);
	text-decoration: none; color: var(--pl-ink); background: #fff;
	transition: border-color .18s ease, transform .18s ease;
	overflow: hidden;
}
.privolab-mega__cat a:hover { border-color: var(--pl-green); transform: translateY(-2px); }
.privolab-mega__cat a:hover .privolab-mega__cat-name { color: var(--pl-green); }

.privolab-mega__cat-thumb {
	display: flex; align-items: center; justify-content: center;
	height: 140px;
	background: #fff center/cover no-repeat;
	border-bottom: 1px solid var(--pl-line);
}
.privolab-mega__cat { display: flex; }
.privolab-mega__cat a { display: flex; flex-direction: column; flex: 1; }
.privolab-mega__cat .privolab-mega__cat-thumb { flex: 1 1 140px; }
.privolab-mega__cat .privolab-mega__cat-body { flex: 0 0 auto; }
.privolab-mega__cat-thumb-placeholder {
	display: inline-flex; align-items: center; justify-content: center;
	width: 56px; height: 56px; border-radius: 100px;
	background: var(--pl-green-soft); color: var(--pl-green);
	font-size: 0;
}
.privolab-mega__cat-thumb-placeholder::before {
	content: ""; width: 24px; height: 24px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234AA55F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/><polyline points='3.27 6.96 12 12.01 20.73 6.96'/><line x1='12' y1='22.08' x2='12' y2='12'/></svg>");
	background-repeat: no-repeat; background-size: contain;
}
.privolab-mega__cat-body { display: block; padding: 14px 16px 14px; }
.privolab-mega__cat-name {
	display: block; font-weight: 700; font-size: 15px; line-height: 1.3;
	color: var(--pl-ink); transition: color .15s ease;
	margin-bottom: 6px;
}
.privolab-mega__cat-count {
	display: block; font-size: 11px; color: var(--pl-muted);
	text-transform: uppercase; letter-spacing: .1em; font-weight: 600;
}
.privolab-mega__cat-arrow { display: none; }

@media (max-width: 1280px) {
	.privolab-mega__cats { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 980px) {
	.privolab-mega__cats { grid-template-columns: repeat(3, 1fr); }
}

.privolab-header__burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; margin-left: auto; }
.privolab-header__burger span { display: block; width: 26px; height: 2px; background: var(--pl-ink); margin: 6px 0; transition: transform .2s, opacity .2s; }

@media (max-width: 1024px) {
	.privolab-nav { display: none; }
	.privolab-header__burger { display: block; }
	.privolab-nav.is-open {
		display: block; position: fixed; inset: var(--pl-header-h) 0 0 0;
		background: #fff; padding: 24px; overflow-y: auto;
	}
	.privolab-nav.is-open .privolab-nav__list { flex-direction: column; align-items: stretch; gap: 4px; }
	.privolab-mega { position: static; box-shadow: none; opacity: 1; visibility: visible; transform: none; pointer-events: auto; border: 0; padding-left: 12px; }
	.privolab-mega__inner { grid-template-columns: 1fr; padding: 12px 0; gap: 16px; }
	.privolab-mega__cats { grid-template-columns: repeat(2, 1fr); }
}

/* =========================================================
   Section hero (Dystrybucja / Produkcja)
   ========================================================= */
.privolab-section-hero {
	position: relative;
	padding: 56px 32px 56px;
	background: linear-gradient(135deg, #0e1116 0%, #1a2027 60%, #0a3520 100%);
	color: #fff;
	overflow: hidden;
}
.privolab-section-hero::before {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(circle at 80% 20%, rgba(26, 188, 79, .25), transparent 60%);
	pointer-events: none;
}
.privolab-section-hero__inner { max-width: var(--pl-container); margin: 0 auto; position: relative; z-index: 1; }
.privolab-section-hero__eyebrow {
	display: inline-block; padding: 5px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 100px;
	font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px;
	color: var(--pl-green);
}
.privolab-section-hero h1 {
	font-size: 44px; line-height: 1.1; margin: 0 0 14px; font-weight: 700; letter-spacing: -.02em; max-width: 900px;
}
.privolab-section-hero p { font-size: 17px; color: rgba(255,255,255,.78); max-width: 700px; margin: 0; line-height: 1.55; }

/* Offer cards */
.privolab-offer { max-width: var(--pl-container); margin: 0 auto; padding: 80px 0 40px; }
.privolab-offer__head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 32px; gap: 24px; flex-wrap: wrap; }
.privolab-offer__eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--pl-green); font-weight: 700; margin: 0 0 8px; }
.privolab-offer__title { font-size: 36px; font-weight: 700; margin: 0; letter-spacing: -.01em; }
.privolab-offer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.privolab-offer__card {
	padding: 32px; border: 1px solid var(--pl-line); border-radius: var(--pl-radius-lg); background: #fff;
	transition: transform .2s, box-shadow .2s, border-color .2s;
}
.privolab-offer__card:hover { transform: translateY(-4px); box-shadow: var(--pl-shadow-sm); border-color: var(--pl-green); }
.privolab-offer__card-num { display: inline-block; width: 36px; height: 36px; line-height: 36px; text-align: center; border-radius: 100px; background: var(--pl-green-soft); color: var(--pl-green); font-weight: 700; font-size: 14px; margin-bottom: 16px; }
.privolab-offer__card h3 { margin: 0 0 10px; font-size: 20px; font-weight: 700; }
.privolab-offer__card p { margin: 0; color: var(--pl-ink-2); font-size: 15px; line-height: 1.6; }

/* =========================================================
   Catalog (shop archive + section listings)
   ========================================================= */
.privolab-shop {
	max-width: var(--pl-container); margin: 0 auto; padding: 56px 0 80px;
	display: grid; grid-template-columns: 280px 1fr; gap: 56px;
}
.privolab-shop__hero { grid-column: 1 / -1; padding-bottom: 16px; border-bottom: 1px solid var(--pl-line); margin-bottom: 16px; }
.privolab-shop__hero h1 { font-size: 40px; margin: 0 0 8px; font-weight: 700; letter-spacing: -.01em; }
.privolab-shop__hero p { color: var(--pl-muted); margin: 0; font-size: 16px; }

/* Sidebar filters */
.privolab-filters { font-size: 14px; position: sticky; top: calc(var(--pl-header-h) + 24px); align-self: start; }
.privolab-filters h4 { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--pl-muted); margin: 28px 0 10px; font-weight: 700; }
.privolab-filters h4:first-child { margin-top: 0; }
.privolab-filters ul { list-style: none; margin: 0; padding: 0; }
.privolab-filters li a {
	display: flex; justify-content: space-between; align-items: center;
	padding: 10px 12px; border-radius: 6px; color: var(--pl-ink-2); text-decoration: none;
	font-weight: 500; transition: background .15s, color .15s;
}
.privolab-filters li a:hover { background: var(--pl-surface); color: var(--pl-ink); }
.privolab-filters li.is-active a { background: var(--pl-ink); color: #fff; }
.privolab-filters .count { font-size: 12px; color: var(--pl-muted); }
.privolab-filters li.is-active .count { color: rgba(255,255,255,.7); }

/* Product grid */
.privolab-products,
.products {
	display: grid !important; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important; gap: 28px !important;
	list-style: none; margin: 0 !important; padding: 0;
}
.products .product {
	background: #fff; border: 1px solid var(--pl-line); border-radius: var(--pl-radius-lg);
	overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s;
	display: flex; flex-direction: column;
}
.products .product:hover { transform: translateY(-4px); box-shadow: var(--pl-shadow-sm); border-color: var(--pl-green); }
.products .product a.woocommerce-LoopProduct-link { display: block; text-decoration: none; color: inherit; }
.products .product img {
	width: 100% !important; height: 240px !important; object-fit: cover !important; display: block;
	background: #fff; box-sizing: border-box;
}
.products .product .woocommerce-loop-product__title {
	font-size: 17px !important; font-weight: 700 !important;
	padding: 4px 20px 0 20px !important; margin: 0 !important;
	color: var(--pl-ink) !important; line-height: 1.3 !important;
}
.products .product .privolab-loop-cat,
.products .product .ast-woo-product-category {
	display: block !important; padding: 18px 20px 0 20px !important; margin: 0 !important;
	font-size: 11px !important; color: var(--pl-muted) !important;
	text-transform: uppercase; letter-spacing: .1em; font-weight: 600 !important;
	line-height: 1.2 !important;
}
.products .product .price,
.products .product .added_to_cart,
.products .product .add_to_cart_button,
.products .product .ajax_add_to_cart,
.products .product .yith-wcqv-button,
.products .product .yith-wcwl-add-to-wishlist,
.products .product .ast-on-card-button,
.products .product .ast-shop-product-out-of-stock,
.products .product .product-loop-icons,
.products .product .product-loop-icons-wrap,
.products .product a.button.product_type_simple,
.products .product .ast-woocommerce-product-flip-img,
.products .product .ast-shop-quick-view-trigger,
.ast-quick-view-trigger,
.astra-shop-summary-wrap .price { display: none !important; }
.products .product .woocommerce-LoopProduct-link::after,
.products .product .woocommerce-LoopProduct-link::before { display: none !important; content: none !important; }

.products .product .button.privolab-loop-cta,
.products .product .button {
	margin: auto 20px 20px !important;
	display: inline-block;
	background: #fff !important;
	color: var(--pl-ink) !important;
	border: 1px solid var(--pl-line) !important;
	padding: 10px 18px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: .04em;
	text-transform: uppercase;
	border-radius: var(--pl-radius) !important;
	text-decoration: none !important;
	text-align: center;
	transition: background .15s, color .15s, border-color .15s;
}
.products .product .button:hover { background: var(--pl-green) !important; color: #fff !important; border-color: var(--pl-green) !important; }

@media (max-width: 900px) { .privolab-shop { grid-template-columns: 1fr; gap: 32px; } .privolab-filters { position: static; } }

/* =========================================================
   Single product
   ========================================================= */
.privolab-single {
	max-width: var(--pl-container); margin: 0 auto; padding: 56px 0 96px;
	display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px;
}
.privolab-single__gallery { position: relative; }
.privolab-single__gallery .woocommerce-product-gallery { position: relative; }
.privolab-single__gallery .woocommerce-product-gallery,
.privolab-single__gallery .woocommerce-product-gallery__wrapper,
.privolab-single__gallery .woocommerce-product-gallery__image {
	background: #fff !important; padding: 0 !important; margin: 0 !important;
}
.privolab-single__gallery .woocommerce-product-gallery__image img {
	width: 100% !important; height: auto !important;
	background: #fff !important; padding: 0 !important; margin: 0 !important;
	border: 1px solid var(--pl-line); border-radius: var(--pl-radius-lg); box-sizing: border-box;
	display: block;
}
/* Zoom trigger — replace default 🔍 emoji with a clean icon button */
.privolab-single__gallery .woocommerce-product-gallery__trigger {
	position: absolute; top: 16px; right: 16px;
	width: 44px; height: 44px;
	display: inline-flex; align-items: center; justify-content: center;
	background: #fff; color: var(--pl-ink);
	border: 1px solid var(--pl-line); border-radius: 100px;
	font-size: 0; text-indent: -9999px; overflow: hidden;
	box-shadow: var(--pl-shadow-sm);
	z-index: 5; cursor: pointer;
	transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.privolab-single__gallery .woocommerce-product-gallery__trigger::before {
	content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
	width: 18px; height: 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23101828' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
	background-repeat: no-repeat; background-size: contain;
	transition: filter .2s ease;
}
.privolab-single__gallery .woocommerce-product-gallery__trigger:hover {
	background: var(--pl-ink); color: #fff; border-color: var(--pl-ink);
	transform: translateY(-2px);
}
.privolab-single__gallery .woocommerce-product-gallery__trigger:hover::before {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
}
.privolab-single__title { font-size: 40px; margin: 0 0 16px; font-weight: 700; letter-spacing: -.01em; line-height: 1.1; }
.privolab-single__short { color: var(--pl-ink-2); font-size: 17px; line-height: 1.6; margin: 0 0 24px; }
.privolab-single__brand { display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--pl-line); border-radius: var(--pl-radius-lg); margin-bottom: 24px; background: var(--pl-surface); }
.privolab-single__brand img { max-height: 48px; width: auto; }
.privolab-single__meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 24px; margin: 24px 0; padding: 20px 0; border-top: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); }
.privolab-single__meta dt { font-size: 11px; text-transform: uppercase; color: var(--pl-muted); letter-spacing: .1em; font-weight: 600; }
.privolab-single__meta dd { margin: 4px 0 0; font-weight: 600; font-size: 15px; }
.privolab-single__variants { list-style: none; margin: 0 0 24px; padding: 0; }
.privolab-single__variants li { padding: 10px 14px; border: 1px solid var(--pl-line); border-radius: var(--pl-radius); margin-bottom: 6px; font-size: 14px; }
.privolab-single__downloads { margin-top: 28px; }
.privolab-single__downloads h4 { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--pl-muted); margin: 0 0 10px; font-weight: 700; }
.privolab-single__downloads a {
	display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px;
	background: var(--pl-surface); border-radius: var(--pl-radius); margin: 4px 8px 0 0;
	text-decoration: none; color: var(--pl-ink); font-size: 14px; font-weight: 500;
	transition: background .15s, color .15s;
}
.privolab-single__downloads a:hover { background: var(--pl-ink); color: #fff; }

.button.privolab-single-cta {
	display: inline-block; margin-top: 12px; margin-right: 8px;
	background: var(--pl-green) !important; color: #fff !important;
	padding: 14px 28px !important; font-weight: 700 !important; border-radius: var(--pl-radius) !important;
	text-transform: uppercase; letter-spacing: .04em; font-size: 14px;
	text-decoration: none !important;
	transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
	border: 1px solid var(--pl-green);
	will-change: transform;
}
.button.privolab-single-cta:hover {
	background: var(--pl-green-dark) !important; border-color: var(--pl-green-dark);
	transform: translateY(-2px);
}
.button.privolab-single-cta--ghost {
	background: #fff !important; color: var(--pl-ink) !important; border: 1px solid var(--pl-line);
}
.button.privolab-single-cta--ghost:hover { background: var(--pl-ink) !important; color: #fff !important; border-color: var(--pl-ink); }

/* =========================================================
   Reusable typography helpers
   ========================================================= */
.privolab-eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--pl-green); font-weight: 700; margin: 0 0 12px; }
.privolab-eyebrow--light { color: var(--pl-green); }
.privolab-h2 { font-size: 32px; font-weight: 700; margin: 0 0 32px; letter-spacing: -.01em; line-height: 1.15; }

.privolab-breadcrumb {
	max-width: var(--pl-container); margin: 24px auto 0; padding: 0;
	font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--pl-muted);
	display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
}
.privolab-breadcrumb a { color: var(--pl-muted); text-decoration: none; transition: color .15s; }
.privolab-breadcrumb a:hover { color: var(--pl-green); }
.privolab-breadcrumb__current { color: var(--pl-ink); font-weight: 600; }
.privolab-breadcrumb span { color: var(--pl-muted); opacity: .5; }

/* Single hero — adjust */
.privolab-single__eyebrow { display: inline-block; padding: 6px 14px; background: var(--pl-green-soft); color: var(--pl-green); border-radius: 100px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }

/* =========================================================
   Single product — additional sections
   ========================================================= */

/* Features */
.privolab-features { background: var(--pl-surface); padding: 80px 0; }
.privolab-features__inner { max-width: var(--pl-container); margin: 0 auto; }
.privolab-features__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.privolab-features__item { display: flex; gap: 16px; padding: 24px; background: #fff; border-radius: var(--pl-radius-lg); border: 1px solid var(--pl-line); }
.privolab-features__icon { flex: 0 0 44px; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; background: var(--pl-green-soft); color: var(--pl-green); border-radius: 100px; }
.privolab-features__item h3 { font-size: 17px; font-weight: 700; margin: 0 0 6px; }
.privolab-features__item p { margin: 0; color: var(--pl-ink-2); font-size: 14px; line-height: 1.55; }

/* Long description */
.privolab-longdesc { padding: 80px 0; }
.privolab-longdesc__inner { max-width: var(--pl-container); margin: 0 auto; display: grid; grid-template-columns: 320px 1fr; gap: 56px; }
.privolab-longdesc__head { position: sticky; top: calc(var(--pl-header-h) + var(--pl-topbar-h) + 24px); align-self: start; }
.privolab-longdesc__body { font-size: 17px; line-height: 1.7; color: var(--pl-ink-2); }
.privolab-longdesc__body p { margin: 0 0 16px; }
.privolab-longdesc__body h3 { margin: 32px 0 12px; font-size: 20px; }
.privolab-longdesc__body ul { margin: 0 0 16px 20px; }
.privolab-longdesc__body ul li { margin-bottom: 8px; }

@media (max-width: 800px) { .privolab-longdesc__inner { grid-template-columns: 1fr; gap: 24px; } .privolab-longdesc__head { position: static; } }

/* Specs */
.privolab-specs { background: var(--pl-surface); padding: 80px 0; }
.privolab-specs__inner { max-width: var(--pl-container); margin: 0 auto; }
.privolab-specs__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; }
.privolab-specs__table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--pl-radius-lg); overflow: hidden; border: 1px solid var(--pl-line); }
.privolab-specs__table th, .privolab-specs__table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--pl-line); font-size: 14px; }
.privolab-specs__table th { color: var(--pl-muted); font-weight: 600; text-transform: uppercase; font-size: 11px; letter-spacing: .08em; width: 220px; background: var(--pl-surface); }
.privolab-specs__table tr:last-child th, .privolab-specs__table tr:last-child td { border-bottom: 0; }
.privolab-specs__variants { background: #fff; padding: 24px; border: 1px solid var(--pl-line); border-radius: var(--pl-radius-lg); }
.privolab-specs__variants h4 { margin: 0 0 16px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--pl-muted); }
.privolab-specs__variants ul { list-style: none; margin: 0; padding: 0; }
.privolab-specs__variants li { padding: 12px 0; border-bottom: 1px solid var(--pl-line); display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.privolab-specs__variants li:last-child { border-bottom: 0; }
.privolab-specs__variants strong { font-weight: 600; }
.privolab-specs__variants span { color: var(--pl-muted); font-size: 13px; }

@media (max-width: 800px) { .privolab-specs__grid { grid-template-columns: 1fr; } }

/* Brand */
.privolab-brand { padding: 80px 0; }
.privolab-brand__inner { max-width: var(--pl-container); margin: 0 auto; padding: 56px; background: linear-gradient(135deg, #101828 0%, #1a2236 100%); color: #fff; border-radius: var(--pl-radius-lg); display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: center; position: relative; overflow: hidden; }
.privolab-brand__inner::before { content: ""; position: absolute; right: -60px; bottom: -60px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(13,168,88,.25), transparent 70%); }
.privolab-brand__logo { background: #fff; padding: 32px; border-radius: var(--pl-radius-lg); text-align: center; }
.privolab-brand__logo img { max-width: 100%; max-height: 100px; }
.privolab-brand__body { position: relative; z-index: 1; }
.privolab-brand__desc { font-size: 17px; line-height: 1.65; margin: 0 0 20px; color: rgba(255,255,255,.85); }
.privolab-brand__cta { color: var(--pl-green); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 14px; text-decoration: none; }
.privolab-brand__cta:hover { color: #fff; }

@media (max-width: 800px) { .privolab-brand__inner { grid-template-columns: 1fr; padding: 32px; gap: 24px; } }

/* Downloads */
.privolab-downloads { padding: 80px 0; background: var(--pl-surface); }
.privolab-downloads__inner { max-width: var(--pl-container); margin: 0 auto; }
.privolab-downloads__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.privolab-downloads__item { display: flex; align-items: center; gap: 16px; padding: 20px; background: #fff; border: 1px solid var(--pl-line); border-radius: var(--pl-radius-lg); text-decoration: none; color: var(--pl-ink); transition: border-color .15s, transform .15s, box-shadow .15s; }
.privolab-downloads__item:hover { border-color: var(--pl-green); transform: translateY(-2px); box-shadow: var(--pl-shadow-sm); }
.privolab-downloads__icon { flex: 0 0 56px; width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; background: var(--pl-green-soft); color: var(--pl-green); border-radius: var(--pl-radius); font-weight: 700; font-size: 12px; letter-spacing: .04em; }
.privolab-downloads__item strong { display: block; font-size: 14px; margin-bottom: 4px; }
.privolab-downloads__item span { display: block; color: var(--pl-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }

/* Related */
.privolab-related { padding: 80px 0; }
.privolab-related__inner { max-width: var(--pl-container); margin: 0 auto; }

/* CTA band — add eyebrow + sub */
.privolab-cta-band__eyebrow { color: var(--pl-green); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 10px; }

@media (max-width: 800px) { .privolab-single { grid-template-columns: 1fr; gap: 32px; } }

/* =========================================================
   CTA band
   ========================================================= */
.privolab-cta-band {
	max-width: var(--pl-container); margin: 32px auto 80px; padding: 56px;
	background: linear-gradient(135deg, #101828 0%, #1a2236 100%); color: #fff;
	border-radius: 20px;
	display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
	position: relative; overflow: hidden;
}
.privolab-cta-band::before {
	content: ""; position: absolute; right: -40px; top: -40px; width: 240px; height: 240px;
	background: radial-gradient(circle, rgba(13,168,88,.28), transparent 70%);
}
.privolab-cta-band h3 { margin: 0; font-size: 28px; font-weight: 700; max-width: 700px; letter-spacing: -.01em; color: #fff !important; line-height: 1.25; }
.privolab-cta-band p { color: rgba(255,255,255,.85); }
body.privolab-fullwidth .privolab-cta-band h3 { color: #fff !important; }
.privolab-cta-band .button {
	background: var(--pl-green); color: #fff; padding: 16px 32px; border-radius: var(--pl-radius);
	font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; font-size: 14px;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
	position: relative; z-index: 1; will-change: transform;
}
.privolab-cta-band .button:hover {
	background: var(--pl-green-dark);
	transform: translateY(-2px);
}

/* =========================================================
   Misc tweaks
   ========================================================= */
.woocommerce-result-count, .woocommerce-ordering { display: none !important; }
.woocommerce-breadcrumb { font-size: 12px; color: var(--pl-muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 24px; }
.woocommerce-breadcrumb a { color: var(--pl-muted); text-decoration: none; }
.woocommerce-breadcrumb a:hover { color: var(--pl-green); }

@media (max-width: 600px) {
	.privolab-section-hero { padding: 64px 24px; }
	.privolab-section-hero h1 { font-size: 36px; }
	.privolab-offer { padding: 56px 24px 24px; }
	.privolab-offer__title { font-size: 28px; }
	.privolab-offer__grid { grid-template-columns: 1fr; }
	.privolab-cta-band { padding: 36px 24px; }
	.privolab-cta-band h3 { font-size: 22px; }
}
