:root {
	--pke-ink: #12201c;
	--pke-ink-soft: #263630;
	--pke-forest: #1d3029;
	--pke-copper: #c77b3d;
	--pke-copper-light: #e4ad72;
	--pke-cream: #f5f1e9;
	--pke-sand: #e8dfd1;
	--pke-sage: #8fa69b;
	--pke-white: #ffffff;
	--pke-muted: #66716c;
	--pke-line: rgba(18, 32, 28, 0.12);
	--pke-shadow: 0 30px 80px rgba(18, 32, 28, 0.12);
	--pke-radius-xl: 32px;
	--pke-radius-lg: 24px;
	--pke-radius-md: 18px;
}

html {
	scroll-behavior: smooth;
}

body.pke-homepage-active {
	background: var(--pke-cream);
	overflow-x: clip;
}

.pke-homepage-active #content {
	padding: 0;
}

.pke-homepage-active #header .header-bg-color {
	background: linear-gradient(180deg, rgba(9, 17, 14, 0.96), rgba(9, 17, 14, 0.80));
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pke-homepage-active #header .nav > li > a,
.pke-homepage-active #header .header-button a,
.pke-homepage-active #header .header-contact-wrapper,
.pke-homepage-active #header .header-contact-wrapper a,
.pke-homepage-active #header .icon-menu,
.pke-homepage-active #header .icon-search,
.pke-homepage-active #header .mobile-nav .icon-menu {
	color: rgba(255, 255, 255, 0.92) !important;
}

.pke-homepage-active #header .nav > li > a:hover,
.pke-homepage-active #header .nav > li.active > a {
	color: var(--pke-copper-light) !important;
}

.pke-homepage-active #header input[type="search"] {
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.pke-homepage-active #header input[type="search"]::placeholder {
	color: rgba(255, 255, 255, 0.65);
}

.pke-homepage-shell,
.pke-homepage-shell * {
	box-sizing: border-box;
}

.pke-homepage-shell {
	position: relative;
	direction: rtl;
	width: 100%;
	background: var(--pke-cream);
	color: var(--pke-ink);
	font-family: var(--pke-brand-font, "Estedad FD", Tahoma, Arial, sans-serif);
	font-size: 16px;
	line-height: 1.85;
	overflow: hidden;
}

.pke-homepage-shell :where(h1, h2, h3, h4, p, ul) {
	margin-top: 0;
}

.pke-homepage-shell :where(h1, h2, h3, h4) {
	color: inherit;
	font-weight: 700;
	letter-spacing: -0.025em;
}

.pke-homepage-shell a {
	text-decoration: none;
}

.pke-homepage-shell img {
	display: block;
	max-width: 100%;
}

.pke-container {
	width: min(100% - 48px, 1220px);
	margin-inline: auto;
}

.pke-section {
	position: relative;
	padding: clamp(88px, 9vw, 140px) 0;
}

.pke-kicker,
.pke-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	color: var(--pke-copper);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.pke-kicker::before {
	width: 28px;
	height: 2px;
	background: currentColor;
	content: "";
}

.pke-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
	gap: clamp(32px, 6vw, 90px);
	align-items: end;
	margin-bottom: 50px;
}

.pke-section-heading h2,
.pke-centered-heading h2,
.pke-story-copy h2,
.pke-process-main > h2,
.pke-faq-intro h2 {
	margin-bottom: 0;
	font-size: clamp(30px, 4vw, 54px);
	line-height: 1.35;
}

.pke-section-heading > p,
.pke-centered-heading > p,
.pke-faq-intro > p {
	margin-bottom: 0;
	color: var(--pke-muted);
	font-size: 16px;
}

.pke-centered-heading {
	max-width: 760px;
	margin: 0 auto 56px;
	text-align: center;
}

.pke-centered-heading .pke-kicker {
	justify-content: center;
}

.pke-centered-heading h2 {
	margin-bottom: 18px;
}

/* Hero */
.pke-hero {
	position: relative;
	display: grid;
	min-height: 760px;
	align-items: center;
	background-color: #0b1411;
	background-image: var(--pke-hero-image);
	background-position: center;
	background-size: cover;
	isolation: isolate;
	overflow: hidden;
}

.pke-hero::before,
.pke-hero::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
}

.pke-hero::before {
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(8, 14, 12, 0.10) 0%, rgba(8, 14, 12, 0.50) 45%, rgba(8, 14, 12, 0.94) 76%, rgba(8, 14, 12, 0.99) 100%),
		linear-gradient(180deg, rgba(8, 14, 12, 0.22), rgba(8, 14, 12, 0.06) 55%, rgba(8, 14, 12, 0.72));
}

.pke-hero::after {
	z-index: -1;
	background: radial-gradient(circle at 78% 48%, rgba(199, 123, 61, 0.18), transparent 34%);
}

.pke-hero-noise {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.12;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
	pointer-events: none;
}

.pke-hero-grid {
	display: grid;
	grid-template-columns: minmax(560px, 0.9fr) minmax(260px, 0.7fr);
	padding-top: 190px;
	padding-bottom: 110px;
}

.pke-hero-content {
	grid-column: 1;
	max-width: 730px;
}

.pke-hero .pke-eyebrow {
	color: var(--pke-copper-light);
	font-size: 14px;
}

.pke-eyebrow span {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--pke-copper-light);
	box-shadow: 0 0 0 7px rgba(228, 173, 114, 0.14);
}

.pke-hero h1 {
	max-width: 760px;
	margin-bottom: 24px;
	color: #fff;
	font-size: clamp(42px, 6vw, 76px);
	line-height: 1.24;
	text-wrap: balance;
}

.pke-hero-lead {
	max-width: 690px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(17px, 1.7vw, 21px);
	line-height: 1.95;
}

.pke-hero-actions,
.pke-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pke-btn {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 13px 23px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.pke-btn:hover {
	transform: translateY(-2px);
}

.pke-btn-primary {
	background: var(--pke-copper);
	box-shadow: 0 14px 38px rgba(199, 123, 61, 0.26);
	color: #fff !important;
}

.pke-btn-primary:hover {
	background: #d4894a;
	box-shadow: 0 18px 44px rgba(199, 123, 61, 0.33);
}

.pke-btn-ghost {
	border-color: rgba(255, 255, 255, 0.27);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	color: #fff !important;
}

.pke-btn-ghost:hover {
	border-color: rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.13);
}

.pke-btn-dark {
	background: var(--pke-ink);
	color: #fff !important;
}

.pke-btn-outline {
	border-color: var(--pke-line);
	background: transparent;
	color: var(--pke-ink) !important;
}

.pke-btn-outline:hover {
	border-color: var(--pke-copper);
	color: var(--pke-copper) !important;
}

.pke-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	margin: 30px 0 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	list-style: none;
}

.pke-hero-points li {
	display: flex;
	align-items: center;
	gap: 7px;
}

.pke-hero-points span {
	color: var(--pke-copper-light);
	font-weight: 700;
}

.pke-hero-scroll {
	position: absolute;
	right: 34px;
	bottom: 76px;
	display: flex;
	align-items: center;
	gap: 14px;
	color: rgba(255, 255, 255, 0.66) !important;
	font-size: 12px;
	transform: rotate(-90deg) translateX(100%);
	transform-origin: right bottom;
}

.pke-hero-scroll i {
	display: block;
	width: 62px;
	height: 1px;
	background: rgba(255, 255, 255, 0.38);
}

/* Trust rail */
.pke-trust-rail {
	position: relative;
	z-index: 4;
	margin-top: -42px;
}

.pke-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 26px 32px;
	border: 1px solid rgba(18, 32, 28, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--pke-shadow);
	backdrop-filter: blur(16px);
}

.pke-trust-grid > div {
	position: relative;
	display: grid;
	gap: 2px;
	padding: 0 26px;
}

.pke-trust-grid > div:not(:last-child)::after {
	position: absolute;
	top: 6px;
	left: 0;
	width: 1px;
	height: calc(100% - 12px);
	background: var(--pke-line);
	content: "";
}

.pke-trust-grid strong {
	color: var(--pke-ink);
	font-size: 17px;
	font-weight: 700;
}

.pke-trust-grid span {
	color: var(--pke-muted);
	font-size: 12px;
}

/* Products */
.pke-products {
	padding-top: clamp(110px, 10vw, 160px);
}

.pke-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.pke-product-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(210px, 0.9fr) minmax(240px, 1fr);
	min-height: 320px;
	border: 1px solid rgba(18, 32, 28, 0.09);
	border-radius: var(--pke-radius-lg);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 15px 45px rgba(18, 32, 28, 0.06);
	overflow: hidden;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.pke-product-card:hover {
	border-color: rgba(199, 123, 61, 0.35);
	box-shadow: 0 28px 66px rgba(18, 32, 28, 0.12);
	transform: translateY(-5px);
}

.pke-product-image {
	position: relative;
	display: block;
	min-height: 100%;
	overflow: hidden;
}

.pke-product-image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(9, 18, 15, 0.48));
	content: "";
	pointer-events: none;
}

.pke-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pke-product-card:hover .pke-product-image img {
	transform: scale(1.04);
}

.pke-product-image > span {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(12, 23, 19, 0.66);
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	backdrop-filter: blur(8px);
}

.pke-product-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 28px;
}

.pke-product-index {
	margin-bottom: 22px;
	color: var(--pke-copper);
	font-size: 12px;
	font-weight: 700;
}

.pke-product-content h3 {
	margin-bottom: 12px;
	font-size: clamp(21px, 2.2vw, 29px);
	line-height: 1.45;
}

.pke-product-content h3 a {
	color: var(--pke-ink);
}

.pke-product-content > p:not(.pke-product-index) {
	margin-bottom: 20px;
	color: var(--pke-muted);
	font-size: 13px;
}

.pke-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--pke-ink) !important;
	font-size: 13px;
	font-weight: 700;
}

.pke-text-link span {
	color: var(--pke-copper);
	font-size: 18px;
	transition: transform 180ms ease;
}

.pke-text-link:hover span {
	transform: translateX(-4px);
}

.pke-products-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 36px;
	padding: 22px 0;
	border-top: 1px solid var(--pke-line);
}

.pke-products-footer p {
	margin: 0;
	color: var(--pke-muted);
	font-size: 14px;
}

.pke-products-footer p a {
	color: var(--pke-copper);
	font-weight: 700;
}

/* Story */
.pke-story {
	background: #fff;
}

.pke-story-grid {
	display: grid;
	grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(48px, 8vw, 110px);
	align-items: center;
}

.pke-story-media {
	position: relative;
	padding: 18px 0 18px 18px;
}

.pke-story-media::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 72%;
	height: 74%;
	border-radius: var(--pke-radius-xl);
	background: var(--pke-sand);
	content: "";
}

.pke-story-media img {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 4.7;
	border-radius: var(--pke-radius-xl);
	box-shadow: var(--pke-shadow);
	object-fit: cover;
}

.pke-story-seal {
	position: absolute;
	right: -22px;
	bottom: 48px;
	display: grid;
	width: 148px;
	height: 148px;
	place-content: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: var(--pke-ink);
	box-shadow: 0 20px 50px rgba(18, 32, 28, 0.25);
	color: #fff;
	text-align: center;
}

.pke-story-seal::after {
	position: absolute;
	inset: 8px;
	border: 1px dashed rgba(228, 173, 114, 0.46);
	border-radius: inherit;
	content: "";
}

.pke-story-seal strong,
.pke-story-seal span {
	position: relative;
	z-index: 1;
}

.pke-story-seal strong {
	font-size: 15px;
}

.pke-story-seal span {
	color: var(--pke-copper-light);
	font-size: 11px;
}

.pke-story-copy h2 {
	margin-bottom: 26px;
}

.pke-story-copy > p:not(.pke-kicker) {
	margin-bottom: 18px;
	color: var(--pke-muted);
	font-size: 16px;
}

.pke-knowledge-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.pke-knowledge-links a {
	padding: 9px 14px;
	border: 1px solid var(--pke-line);
	border-radius: 999px;
	color: var(--pke-ink);
	font-size: 12px;
	font-weight: 600;
	transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.pke-knowledge-links a:hover {
	border-color: var(--pke-copper);
	background: rgba(199, 123, 61, 0.07);
	color: var(--pke-copper);
}

/* Advantages */
.pke-advantages {
	background:
		radial-gradient(circle at 15% 20%, rgba(199, 123, 61, 0.12), transparent 28%),
		linear-gradient(135deg, #0f1d18, #172a23 58%, #0d1814);
	color: #fff;
}

.pke-heading-light > p {
	color: rgba(255, 255, 255, 0.62);
}

.pke-advantage-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: minmax(230px, auto);
	gap: 16px;
}

.pke-advantage-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--pke-radius-lg);
	background: rgba(255, 255, 255, 0.045);
	overflow: hidden;
	transition: background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.pke-advantage-card:hover {
	border-color: rgba(228, 173, 114, 0.32);
	background: rgba(255, 255, 255, 0.075);
	transform: translateY(-3px);
}

.pke-advantage-large {
	grid-row: span 2;
	justify-content: center;
	padding: clamp(32px, 4vw, 52px);
}

.pke-advantage-accent {
	background: var(--pke-copper);
}

.pke-advantage-accent:hover {
	background: #d18446;
}

.pke-card-number {
	position: absolute;
	top: 24px;
	left: 26px;
	color: rgba(255, 255, 255, 0.33);
	font-size: 13px;
	font-weight: 600;
}

.pke-advantage-card h3 {
	margin-bottom: 11px;
	color: #fff;
	font-size: clamp(20px, 2.1vw, 28px);
	line-height: 1.5;
}

.pke-advantage-card p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 13px;
}

.pke-advantage-card ul {
	display: grid;
	gap: 10px;
	margin: 28px 0 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	list-style: none;
}

.pke-advantage-card li::before {
	margin-left: 8px;
	color: var(--pke-copper-light);
	content: "✓";
}

.pke-advantage-accent p {
	color: rgba(255, 255, 255, 0.84);
}

.pke-advantage-accent > a {
	margin-top: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	direction: ltr;
}

/* Applications */
.pke-applications {
	background: var(--pke-cream);
}

.pke-application-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--pke-line);
	border-radius: var(--pke-radius-lg);
	background: var(--pke-line);
	overflow: hidden;
}

.pke-application-grid article {
	min-height: 270px;
	padding: 34px 28px;
	background: rgba(255, 255, 255, 0.76);
	transition: background-color 200ms ease;
}

.pke-application-grid article:hover {
	background: #fff;
}

.pke-application-grid article > span {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 50px;
	place-content: center;
	border-radius: 50%;
	background: rgba(199, 123, 61, 0.11);
	color: var(--pke-copper);
	font-size: 12px;
	font-weight: 700;
}

.pke-application-grid h3 {
	margin-bottom: 12px;
	font-size: 21px;
	line-height: 1.5;
}

.pke-application-grid p {
	margin-bottom: 0;
	color: var(--pke-muted);
	font-size: 13px;
}

/* Process */
.pke-process {
	background: #fff;
}

.pke-process-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.62fr);
	gap: clamp(50px, 8vw, 110px);
	align-items: center;
}

.pke-process-main > h2 {
	max-width: 680px;
	margin-bottom: 44px;
}

.pke-step-list {
	position: relative;
	display: grid;
	gap: 0;
}

.pke-step-list::before {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 1px;
	height: calc(100% - 48px);
	background: var(--pke-line);
	content: "";
}

.pke-step-list article {
	position: relative;
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 22px;
	padding: 0 0 30px;
}

.pke-step-list article:last-child {
	padding-bottom: 0;
}

.pke-step-list article > span {
	z-index: 1;
	display: grid;
	width: 50px;
	height: 50px;
	place-content: center;
	border: 1px solid var(--pke-line);
	border-radius: 50%;
	background: #fff;
	color: var(--pke-copper);
	font-size: 14px;
	font-weight: 700;
}

.pke-step-list h3 {
	margin: 1px 0 5px;
	font-size: 18px;
	line-height: 1.6;
}

.pke-step-list p {
	margin-bottom: 0;
	color: var(--pke-muted);
	font-size: 13px;
}

.pke-consult-card {
	position: relative;
	padding: clamp(34px, 4vw, 52px);
	border-radius: var(--pke-radius-xl);
	background:
		radial-gradient(circle at 12% 10%, rgba(228, 173, 114, 0.19), transparent 34%),
		var(--pke-ink);
	box-shadow: var(--pke-shadow);
	color: #fff;
	overflow: hidden;
}

.pke-consult-card::after {
	position: absolute;
	top: -58px;
	left: -58px;
	width: 170px;
	height: 170px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.025), 0 0 0 58px rgba(255, 255, 255, 0.018);
	content: "";
	pointer-events: none;
}

.pke-consult-card > p {
	position: relative;
	z-index: 1;
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: 700;
}

.pke-consult-card ul {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
	margin: 0 0 34px;
	padding: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	list-style: none;
}

.pke-consult-card li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pke-consult-card li::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--pke-copper-light);
	content: "";
}

.pke-consult-actions {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 22px;
}

.pke-consult-phone {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	color: #fff !important;
}

.pke-consult-phone span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
}

.pke-consult-phone strong {
	font-size: 20px;
	letter-spacing: 0.04em;
}

/* Articles */
.pke-articles {
	background: var(--pke-cream);
}

.pke-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pke-article-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--pke-line);
	border-radius: var(--pke-radius-lg);
	background: rgba(255, 255, 255, 0.78);
	overflow: hidden;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.pke-article-card:hover {
	box-shadow: 0 22px 55px rgba(18, 32, 28, 0.1);
	transform: translateY(-4px);
}

.pke-article-media {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--pke-sand);
	overflow: hidden;
}

.pke-article-media img,
.pke-article-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.pke-article-card:hover .pke-article-media img {
	transform: scale(1.04);
}

.pke-article-placeholder {
	background:
		linear-gradient(135deg, rgba(199, 123, 61, 0.18), transparent 58%),
		linear-gradient(145deg, #263a32, #10201a);
}

.pke-article-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
}

.pke-article-date {
	margin-bottom: 12px;
	color: var(--pke-copper);
	font-size: 11px;
	font-weight: 600;
}

.pke-article-body h3 {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.65;
}

.pke-article-body h3 a {
	color: var(--pke-ink);
}

.pke-article-body > p {
	margin-bottom: 22px;
	color: var(--pke-muted);
	font-size: 13px;
}

.pke-article-body .pke-text-link {
	margin-top: auto;
}

/* FAQ */
.pke-faq {
	background: #fff;
}

.pke-faq-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.65fr) minmax(480px, 1.1fr);
	gap: clamp(46px, 8vw, 110px);
	align-items: start;
}

.pke-faq-intro {
	position: sticky;
	top: 130px;
}

.pke-faq-intro h2 {
	margin-bottom: 20px;
}

.pke-faq-intro .pke-text-link {
	margin-top: 22px;
}

.pke-faq-list {
	border-top: 1px solid var(--pke-line);
}

.pke-faq-list details {
	border-bottom: 1px solid var(--pke-line);
}

.pke-faq-list summary {
	display: flex;
	min-height: 86px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	color: var(--pke-ink);
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.pke-faq-list summary::-webkit-details-marker {
	display: none;
}

.pke-faq-list summary i {
	position: relative;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border: 1px solid var(--pke-line);
	border-radius: 50%;
}

.pke-faq-list summary i::before,
.pke-faq-list summary i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1px;
	background: var(--pke-ink);
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
}

.pke-faq-list summary i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.pke-faq-list details[open] summary i {
	border-color: rgba(199, 123, 61, 0.4);
	background: rgba(199, 123, 61, 0.08);
}

.pke-faq-list details[open] summary i::after {
	transform: translate(-50%, -50%) rotate(0);
}

.pke-faq-list details > div {
	padding: 0 0 26px;
}

.pke-faq-list details p {
	max-width: 720px;
	margin: 0;
	color: var(--pke-muted);
	font-size: 14px;
}

/* Final CTA */
.pke-final-cta {
	padding: 0 0 80px;
	background: #fff;
}

.pke-final-cta-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) auto;
	gap: 50px;
	align-items: center;
	padding: clamp(42px, 6vw, 72px);
	border-radius: var(--pke-radius-xl);
	background:
		radial-gradient(circle at 8% 20%, rgba(228, 173, 114, 0.17), transparent 26%),
		linear-gradient(135deg, #102019, #1d332a);
	box-shadow: var(--pke-shadow);
	color: #fff;
	overflow: hidden;
}

.pke-final-cta-inner::after {
	position: absolute;
	top: -120px;
	left: -90px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.02), 0 0 0 84px rgba(255, 255, 255, 0.015);
	content: "";
	pointer-events: none;
}

.pke-final-cta-inner > * {
	position: relative;
	z-index: 1;
}

.pke-final-cta h2 {
	max-width: 760px;
	margin-bottom: 14px;
	color: #fff;
	font-size: clamp(27px, 3.4vw, 44px);
	line-height: 1.45;
}

.pke-final-cta p:not(.pke-kicker) {
	max-width: 720px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
}

.pke-final-actions {
	min-width: 220px;
	flex-direction: column;
}

.pke-mobile-actions {
	display: none;
}

@supports (content-visibility: auto) {
	.pke-story,
	.pke-advantages,
	.pke-applications,
	.pke-process,
	.pke-articles,
	.pke-faq {
		content-visibility: auto;
		contain-intrinsic-size: 900px;
	}
}

@media (max-width: 1180px) {
	.pke-hero-grid {
		grid-template-columns: minmax(520px, 1fr) minmax(180px, 0.45fr);
	}

	.pke-product-card {
		grid-template-columns: minmax(190px, 0.8fr) 1fr;
	}

	.pke-product-content {
		padding: 24px;
	}
}

@media (max-width: 1024px) {
	.pke-container {
		width: min(100% - 40px, 940px);
	}

	.pke-hero {
		min-height: 700px;
	}

	.pke-hero-grid {
		grid-template-columns: minmax(0, 760px) 1fr;
		padding-top: 170px;
		padding-bottom: 100px;
	}

	.pke-hero-content {
		max-width: 680px;
	}

	.pke-hero-scroll {
		display: none;
	}

	.pke-trust-grid {
		padding-inline: 20px;
	}

	.pke-trust-grid > div {
		padding-inline: 18px;
	}

	.pke-product-card {
		grid-template-columns: 1fr;
	}

	.pke-product-image {
		min-height: auto;
		aspect-ratio: 16 / 10;
	}

	.pke-story-grid {
		grid-template-columns: minmax(320px, 0.8fr) 1fr;
		gap: 60px;
	}

	.pke-advantage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pke-advantage-large {
		grid-row: span 2;
	}

	.pke-application-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pke-process-grid {
		grid-template-columns: 1fr minmax(300px, 0.7fr);
		gap: 50px;
	}

	.pke-article-grid {
		gap: 16px;
	}

	.pke-article-body {
		padding: 20px;
	}

	.pke-faq-grid {
		gap: 60px;
	}

	.pke-final-cta-inner {
		grid-template-columns: 1fr;
	}

	.pke-final-actions {
		min-width: 0;
		flex-direction: row;
	}
}

@media (max-width: 820px) {
	.pke-homepage-active #header .header-bg-color {
		background: rgba(9, 17, 14, 0.95);
	}

	.pke-section-heading {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.pke-hero {
		min-height: 690px;
		background-position: 40% center;
	}

	.pke-hero::before {
		background: linear-gradient(90deg, rgba(8, 14, 12, 0.40), rgba(8, 14, 12, 0.93) 72%, rgba(8, 14, 12, 0.98));
	}

	.pke-hero-grid {
		grid-template-columns: 1fr;
		padding-top: 140px;
		padding-bottom: 92px;
	}

	.pke-hero-content {
		grid-column: auto;
	}

	.pke-trust-rail {
		margin-top: -30px;
	}

	.pke-trust-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px 0;
		padding: 24px 18px;
	}

	.pke-trust-grid > div {
		padding-inline: 18px;
	}

	.pke-trust-grid > div:nth-child(2)::after {
		display: none;
	}

	.pke-story-grid,
	.pke-process-grid,
	.pke-faq-grid {
		grid-template-columns: 1fr;
	}

	.pke-story-media {
		max-width: 560px;
		margin-inline: auto;
	}

	.pke-story-media img {
		aspect-ratio: 4 / 3.8;
	}

	.pke-faq-intro {
		position: static;
	}

	.pke-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pke-article-card:last-child {
		display: none;
	}
}

@media (max-width: 640px) {
	body.pke-homepage-active {
		padding-bottom: calc(64px + env(safe-area-inset-bottom));
	}

	.pke-container {
		width: min(100% - 28px, 560px);
	}

	.pke-section {
		padding: 78px 0;
	}

	.pke-kicker,
	.pke-eyebrow {
		font-size: 11px;
	}

	.pke-section-heading {
		margin-bottom: 32px;
	}

	.pke-section-heading h2,
	.pke-centered-heading h2,
	.pke-story-copy h2,
	.pke-process-main > h2,
	.pke-faq-intro h2 {
		font-size: clamp(27px, 8.5vw, 38px);
	}

	.pke-hero {
		min-height: 720px;
		background-position: 34% center;
	}

	.pke-hero::before {
		background:
			linear-gradient(90deg, rgba(8, 14, 12, 0.61), rgba(8, 14, 12, 0.94) 66%, rgba(8, 14, 12, 0.98)),
			linear-gradient(180deg, rgba(8, 14, 12, 0.32), transparent 50%, rgba(8, 14, 12, 0.74));
	}

	.pke-hero-grid {
		padding-top: 125px;
		padding-bottom: 78px;
	}

	.pke-hero h1 {
		font-size: clamp(38px, 12vw, 53px);
		line-height: 1.3;
	}

	.pke-hero-lead {
		font-size: 16px;
		line-height: 1.9;
	}

	.pke-hero-actions,
	.pke-final-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.pke-btn {
		width: 100%;
	}

	.pke-hero-points {
		display: grid;
		gap: 8px;
		margin-top: 24px;
	}

	.pke-trust-grid {
		border-radius: 18px;
	}

	.pke-trust-grid strong {
		font-size: 14px;
	}

	.pke-trust-grid span {
		font-size: 10px;
	}

	.pke-products {
		padding-top: 100px;
	}

	.pke-product-grid,
	.pke-advantage-grid,
	.pke-application-grid,
	.pke-article-grid {
		grid-template-columns: 1fr;
	}

	.pke-product-card {
		min-height: 0;
	}

	.pke-product-image {
		aspect-ratio: 16 / 10;
	}

	.pke-product-content {
		padding: 24px;
	}

	.pke-products-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.pke-products-footer p {
		text-align: center;
	}

	.pke-story-grid {
		gap: 42px;
	}

	.pke-story-media {
		padding: 12px 0 12px 12px;
	}

	.pke-story-media img {
		aspect-ratio: 1 / 1;
		border-radius: 24px;
	}

	.pke-story-seal {
		right: -4px;
		bottom: 30px;
		width: 120px;
		height: 120px;
	}

	.pke-story-seal strong {
		font-size: 13px;
	}

	.pke-story-copy > p:not(.pke-kicker) {
		font-size: 14px;
	}

	.pke-advantage-grid {
		grid-auto-rows: auto;
	}

	.pke-advantage-card,
	.pke-advantage-large {
		grid-row: auto;
		min-height: 220px;
		padding: 26px;
	}

	.pke-advantage-large {
		min-height: 310px;
	}

	.pke-application-grid {
		gap: 1px;
	}

	.pke-application-grid article {
		min-height: 230px;
	}

	.pke-application-grid article > span {
		margin-bottom: 30px;
	}

	.pke-process-main > h2 {
		margin-bottom: 34px;
	}

	.pke-step-list article {
		grid-template-columns: 44px 1fr;
		gap: 16px;
	}

	.pke-step-list article > span {
		width: 44px;
		height: 44px;
	}

	.pke-step-list::before {
		right: 21px;
	}

	.pke-consult-card {
		padding: 30px 24px;
		border-radius: 24px;
	}

	.pke-article-card:last-child {
		display: flex;
	}

	.pke-faq-list summary {
		min-height: 78px;
		font-size: 14px;
	}

	.pke-final-cta {
		padding: 0 0 48px;
	}

	.pke-final-cta-inner {
		gap: 30px;
		padding: 34px 24px;
		border-radius: 24px;
	}

	.pke-mobile-actions {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99999;
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
		border-top: 1px solid rgba(255, 255, 255, 0.13);
		background: rgba(12, 23, 19, 0.96);
		box-shadow: 0 -12px 34px rgba(12, 23, 19, 0.18);
		backdrop-filter: blur(14px);
	}

	.pke-mobile-actions a {
		display: flex;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		gap: 8px;
		border-radius: 10px;
		color: #fff !important;
		font-size: 12px;
		font-weight: 700;
	}

	.pke-mobile-actions a:last-child {
		background: var(--pke-copper);
	}
}

@media (max-width: 380px) {
	.pke-container {
		width: min(100% - 22px, 350px);
	}

	.pke-hero h1 {
		font-size: 35px;
	}

	.pke-trust-grid > div {
		padding-inline: 12px;
	}

	.pke-product-content,
	.pke-article-body {
		padding: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.pke-homepage-shell *,
	.pke-homepage-shell *::before,
	.pke-homepage-shell *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.pke-mobile-actions,
	.pke-hero-scroll {
		display: none !important;
	}

	.pke-hero {
		min-height: auto;
		background: #fff !important;
		color: #111;
	}

	.pke-hero h1,
	.pke-hero-lead,
	.pke-hero-points,
	.pke-hero .pke-eyebrow {
		color: #111;
	}
}
