/**
 * AquaPro premium landing — full-bleed imagery, 80px+ section rhythm, editorial type.
 * Body class: .aquapro-premium-home
 */

:root {
	--pl-navy: #1e3a8a;
	--pl-navy-deep: #0f172a;
	--pl-cyan: #00aeef;
	--pl-cyan-bright: #00d1ff;
	--pl-ink: #0f172a;
	--pl-muted: #64748b;
	--pl-max: 1240px;
	--pl-prose: 42rem;
	--pl-section-y: clamp(5rem, 10vw, 7.5rem);
	--pl-font-display: "Outfit", system-ui, sans-serif;
	--pl-font-body: "Inter", system-ui, sans-serif;
	--pl-radius: 20px;
	--pl-radius-sm: 14px;
}

body.aquapro-premium-home {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.aquapro-premium-home .ap-main {
	overflow-x: hidden;
}

.pl-wrap {
	width: 100%;
	max-width: var(--pl-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1.25rem, 4vw, 2rem);
	padding-right: clamp(1.25rem, 4vw, 2rem);
}

/* Header — glass over hero */
body.aquapro-premium-home .ap-header {
	transition: background 0.4s ease, border-color 0.4s ease;
}

body.aquapro-premium-home .ap-header:not(.is-scrolled) {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.12) 100%);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.aquapro-premium-home .ap-header:not(.is-scrolled) .ap-logo:not(.ap-logo--image),
body.aquapro-premium-home .ap-header:not(.is-scrolled) .ap-nav a {
	color: #fff;
}

body.aquapro-premium-home .ap-header:not(.is-scrolled) .ap-nav a:hover {
	color: var(--pl-cyan-bright);
}

body.aquapro-premium-home .ap-header:not(.is-scrolled) .ap-menu-toggle span {
	background: #fff;
}

body.aquapro-premium-home .ap-header.is-scrolled {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid rgba(30, 58, 138, 0.1);
	box-shadow: 0 4px 32px rgba(15, 23, 42, 0.07);
}

body.aquapro-premium-home .ap-header.is-scrolled .ap-logo:not(.ap-logo--image),
body.aquapro-premium-home .ap-header.is-scrolled .ap-nav a {
	color: var(--pl-navy);
}

body.aquapro-premium-home .ap-header.is-scrolled .ap-menu-toggle span {
	background: var(--pl-navy);
}

/* Header CTAs over hero — ghost stays white until scroll */
body.aquapro-premium-home .ap-header:not(.is-scrolled) .ap-btn--header-ghost {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.42);
}

body.aquapro-premium-home .ap-header:not(.is-scrolled) .ap-btn--header-ghost:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
}

body.aquapro-premium-home .ap-header.is-scrolled .ap-btn--header-ghost {
	background: #fff;
	color: var(--pl-navy);
	border-color: rgba(30, 58, 138, 0.18);
}

/* Reveal */
.pl-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.pl-reveal.is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.pl-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ========== 1. Hero ========== */
.pl-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: flex-end;
	padding: clamp(6rem, 14vh, 10rem) 0 var(--pl-section-y);
	color: #fff;
}

.pl-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.pl-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pl-hero__bg--aquaprot {
	background: linear-gradient(160deg, #e2e8f0 0%, #cbd5e1 100%);
}

.pl-hero__bg--aquaprot img {
	object-fit: cover;
	object-position: center 42%;
}

.pl-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		165deg,
		rgba(15, 23, 42, 0.58) 0%,
		rgba(30, 58, 138, 0.62) 38%,
		rgba(15, 23, 42, 0.92) 100%
	);
}

.pl-hero__overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 90% 60% at 20% 20%, rgba(0, 209, 255, 0.18) 0%, transparent 55%);
	pointer-events: none;
}

.pl-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: var(--pl-max);
	margin: 0 auto;
	padding-left: clamp(1.25rem, 4vw, 2rem);
	padding-right: clamp(1.25rem, 4vw, 2rem);
}

.pl-hero__label {
	font-family: var(--pl-font-display);
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 1rem;
}

.pl-hero h1 {
	font-family: var(--pl-font-display);
	font-size: clamp(2.5rem, 6vw, 4.25rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.03em;
	margin: 0 0 1.25rem;
	max-width: 16ch;
	color: #fff;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45), 0 4px 40px rgba(0, 0, 0, 0.35);
}

.pl-hero__lead {
	font-family: var(--pl-font-body);
	font-size: clamp(1.0625rem, 2vw, 1.25rem);
	line-height: 1.65;
	max-width: 36rem;
	margin: 0 0 2rem;
	color: rgba(255, 255, 255, 0.92);
}

.pl-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.pl-btn {
	font-family: var(--pl-font-display);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 3.5rem;
	padding: 0 2rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 6px;
	border: 2px solid transparent;
	transition: transform 0.25s ease, box-shadow 0.3s ease, background 0.25s ease, color 0.25s ease;
	cursor: pointer;
}

.pl-btn--solid {
	background: linear-gradient(180deg, var(--pl-cyan-bright) 0%, var(--pl-cyan) 100%);
	color: var(--pl-navy-deep);
	box-shadow: 0 8px 40px rgba(0, 174, 239, 0.45);
}

.pl-btn--solid:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 48px rgba(0, 209, 255, 0.55);
	color: var(--pl-navy-deep);
}

.pl-btn--ghost {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(8px);
}

.pl-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}

.pl-btn__icon {
	flex-shrink: 0;
}

.pl-btn--navy {
	background: linear-gradient(180deg, #243a9a 0%, var(--pl-navy) 100%);
	color: #fff;
	box-shadow: 0 6px 28px rgba(30, 58, 138, 0.38);
	border-color: rgba(255, 255, 255, 0.1);
}

.pl-btn--navy:hover {
	transform: translateY(-2px);
	color: #fff;
	background: linear-gradient(180deg, #1e3a8a 0%, #172554 100%);
	box-shadow: 0 10px 36px rgba(30, 58, 138, 0.48);
}

/* ========== Whole-home icon benefits (3×2) ========== */
.pl-whwf {
	padding: var(--pl-section-y) 0;
	background: #ffffff;
	border-top: 1px solid rgba(30, 58, 138, 0.06);
	border-bottom: 1px solid rgba(30, 58, 138, 0.06);
}

.pl-whwf__head {
	text-align: center;
	max-width: 46rem;
	margin: 0 auto clamp(2.75rem, 5vw, 4rem);
}

.pl-whwf__title {
	font-family: var(--pl-font-display);
	font-size: clamp(1.65rem, 3.2vw, 2.35rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin: 0 0 1.25rem;
	color: var(--pl-cyan);
}

.pl-whwf__intro {
	margin: 0;
	font-family: var(--pl-font-body);
	font-size: clamp(1rem, 1.5vw, 1.125rem);
	line-height: 1.65;
	color: var(--pl-muted);
}

.pl-whwf__grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.pl-whwf__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.35rem 1.5rem;
	}
}

@media (min-width: 1024px) {
	.pl-whwf__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.5rem 1.75rem;
	}
}

.pl-whwf__card {
	display: flex;
	gap: 1.125rem;
	align-items: flex-start;
	padding: 1.35rem 1.25rem;
	border-radius: 14px;
	border: 1px solid rgba(30, 58, 138, 0.08);
	background: #fafbfc;
	transition:
		transform 0.4s cubic-bezier(0.34, 1.45, 0.64, 1),
		box-shadow 0.4s ease,
		border-color 0.35s ease,
		background 0.35s ease;
}

.pl-whwf__card:hover {
	transform: translateY(-6px);
	box-shadow:
		0 18px 40px -16px rgba(30, 58, 138, 0.18),
		0 0 0 1px rgba(0, 174, 239, 0.2),
		0 12px 40px rgba(0, 174, 239, 0.12);
	border-color: rgba(0, 174, 239, 0.35);
	background: linear-gradient(180deg, #ffffff 0%, #f4fcff 100%);
}

.pl-whwf__icon {
	width: 64px;
	height: 64px;
	min-width: 64px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #ffffff;
	background: linear-gradient(145deg, #4eb0e0 0%, #7ecff5 55%, #a8e2fa 100%);
	box-shadow: 0 6px 20px rgba(0, 174, 239, 0.28);
	transition:
		transform 0.4s cubic-bezier(0.34, 1.45, 0.64, 1),
		background 0.35s ease,
		box-shadow 0.35s ease;
}

.pl-whwf__card:hover .pl-whwf__icon {
	transform: scale(1.06);
	background: linear-gradient(145deg, var(--pl-navy) 0%, #2563eb 100%);
	box-shadow: 0 10px 28px rgba(30, 58, 138, 0.4);
}

.pl-whwf__icon svg {
	display: block;
}

.pl-whwf__body {
	min-width: 0;
}

.pl-whwf__card-title {
	font-family: var(--pl-font-display);
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pl-navy);
	margin: 0 0 0.5rem;
	line-height: 1.3;
}

.pl-whwf__card-text {
	margin: 0;
	font-family: var(--pl-font-body);
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #5b6478;
}

.pl-whwf__card:hover .pl-whwf__card-text {
	color: #475569;
}

.pl-whwf__cta {
	text-align: center;
	margin: 2.75rem 0 0;
}

.pl-whwf__cta .pl-btn--navy {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.8125rem;
	padding: 1rem 1.75rem;
	min-height: 3.25rem;
}

@media (prefers-reduced-motion: reduce) {
	.pl-whwf__card:hover {
		transform: none;
	}

	.pl-whwf__card:hover .pl-whwf__icon {
		transform: none;
	}
}

/* ========== 2. Intro ========== */
.pl-intro {
	padding: var(--pl-section-y) 0;
	background: linear-gradient(180deg, #ffffff 0%, #f4fafc 100%);
	text-align: center;
}

.pl-intro__inner {
	max-width: 52rem;
	margin: 0 auto;
}

.pl-kicker {
	font-family: var(--pl-font-display);
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pl-cyan);
	margin: 0 0 1.25rem;
}

.pl-intro h2 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0 0 1.5rem;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.pl-intro__text {
	font-family: var(--pl-font-body);
	font-size: clamp(1.0625rem, 1.8vw, 1.1875rem);
	line-height: 1.75;
	color: var(--pl-muted);
	margin: 0;
}

/* ========== Split sections (3, 6 alternating) ========== */
.pl-split {
	padding: var(--pl-section-y) 0;
	background: #fff;
}

section.pl-split--alt {
	background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.pl-split__grid {
	display: grid;
	gap: clamp(2.5rem, 6vw, 5rem);
	align-items: center;
}

@media (min-width: 960px) {
	.pl-split__grid {
		grid-template-columns: 1fr 1fr;
	}

	.pl-split--reverse .pl-split__media {
		order: 2;
	}

	.pl-split--reverse .pl-split__content {
		order: 1;
	}
}

.pl-split__media {
	position: relative;
	border-radius: var(--pl-radius);
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(30, 58, 138, 0.14);
	min-height: min(420px, 55vw);
}

.pl-split__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pl-split__media--aquaprot {
	background: linear-gradient(160deg, #f8fafc 0%, #e2e8f0 100%);
}

.pl-split__media--aquaprot img {
	object-fit: contain;
	object-position: center;
	padding: clamp(1rem, 3vw, 2rem);
}

/* Product showcase — real unit photography */
.pl-split--product {
	background: linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
}

.pl-split--product .pl-split__grid {
	align-items: stretch;
}

@media (min-width: 960px) {
	.pl-split--product .pl-split__grid {
		grid-template-columns: 1.05fr 0.95fr;
	}
}

.pl-split__media--product {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: min(520px, 72vw);
	padding: clamp(1rem, 3vw, 1.5rem);
	background:
		radial-gradient(ellipse 80% 70% at 50% 40%, rgba(0, 174, 239, 0.14) 0%, transparent 55%),
		linear-gradient(165deg, #f0f9ff 0%, #e8f4fa 45%, #f8fafc 100%);
	border: 1px solid rgba(30, 58, 138, 0.08);
}

.pl-split__media--hero {
	padding: 0;
	min-height: min(560px, 78vw);
	background: linear-gradient(165deg, #0f172a 0%, #1e3a8a 55%, #0c4a6e 100%);
	border: none;
	box-shadow: 0 28px 72px rgba(15, 23, 42, 0.22);
}

.pl-split__media--hero::after {
	display: none;
}

.pl-split__hero-img {
	width: 100%;
	height: 100%;
	min-height: min(560px, 78vw);
	object-fit: cover;
	object-position: center;
	display: block;
	filter: none;
	padding: 0;
	max-height: none;
	max-width: none;
}

.pl-split__media--product::after {
	background: linear-gradient(180deg, transparent 60%, rgba(30, 58, 138, 0.04) 100%);
}

.pl-split__product-gallery {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(0.75rem, 2vw, 1rem);
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}

.pl-split__product-shot {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: min(380px, 52vw);
	padding: clamp(0.75rem, 2vw, 1.25rem);
	background: rgba(255, 255, 255, 0.65);
	border-radius: var(--pl-radius-sm);
	border: 1px solid rgba(30, 58, 138, 0.06);
}

.pl-split__product-img {
	position: relative;
	z-index: 1;
	width: auto !important;
	max-width: 100%;
	height: auto !important;
	max-height: min(360px, 48vh);
	object-fit: contain;
	object-position: center;
	padding: 0;
	filter: drop-shadow(0 16px 32px rgba(15, 23, 42, 0.12));
}

@media (max-width: 640px) {
	.pl-split__product-gallery {
		grid-template-columns: 1fr;
		max-width: 280px;
	}

	.pl-split__product-shot {
		min-height: min(320px, 70vw);
	}
}

.pl-split__product-badge {
	position: absolute;
	z-index: 2;
	left: 1.25rem;
	bottom: 1.25rem;
	padding: 0.45rem 0.85rem;
	font-family: var(--pl-font-display);
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pl-navy);
	background: rgba(255, 255, 255, 0.94);
	border-radius: 999px;
	border: 1px solid rgba(0, 174, 239, 0.25);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.pl-split__highlights {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.pl-split__highlights li {
	position: relative;
	padding-left: 1.35rem;
	margin-bottom: 0.65rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #475569;
}

.pl-split__highlights li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--pl-cyan), var(--pl-navy));
}

/* Product section — quote + phone CTAs */
.pl-split__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	margin-bottom: 1rem;
}

.pl-split__spec-link {
	margin: 0;
}

.pl-btn--pill {
	border-radius: 999px;
	min-height: 3.25rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.pl-btn--outline {
	background: #fff;
	color: var(--pl-navy);
	border: 2px solid rgba(30, 58, 138, 0.18);
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.pl-btn--outline:hover {
	transform: translateY(-2px);
	border-color: var(--pl-cyan);
	color: var(--pl-navy);
	box-shadow: 0 8px 28px rgba(0, 174, 239, 0.18);
}

.pl-split__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 174, 239, 0.12) 0%, transparent 45%);
	pointer-events: none;
}

.pl-split__content h2 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.85rem, 3.2vw, 2.5rem);
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0 0 1.25rem;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.pl-split__content .pl-lead {
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--pl-muted);
	margin: 0 0 1.25rem;
}

.pl-split__content p {
	font-family: var(--pl-font-body);
	font-size: 1rem;
	line-height: 1.75;
	color: #475569;
	margin: 0 0 1rem;
}

.pl-split__content p:last-child {
	margin-bottom: 0;
}

.pl-link {
	font-family: var(--pl-font-display);
	font-weight: 700;
	font-size: 0.875rem;
	color: var(--pl-cyan);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.5rem;
}

.pl-link:hover {
	color: var(--pl-navy);
}

/* ========== 4. How it works (process) ========== */
.pl-process {
	padding: var(--pl-section-y) 0;
	background: linear-gradient(180deg, #ffffff 0%, #f0f9fc 100%);
	position: relative;
}

.pl-process::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0, 174, 239, 0.2), transparent);
}

.pl-process__layout {
	display: grid;
	gap: clamp(2rem, 4vw, 2.75rem);
	align-items: start;
}

@media (min-width: 960px) {
	.pl-process__layout {
		grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
		grid-template-areas:
			"head aside"
			"content aside";
		gap: 0 clamp(3rem, 6vw, 5rem);
		row-gap: clamp(2rem, 4vw, 2.75rem);
	}

	.pl-process__head {
		grid-area: head;
	}

	.pl-process__aside {
		grid-area: aside;
	}

	.pl-process__content {
		grid-area: content;
	}
}

.pl-process__kicker {
	display: inline-block;
	margin: 0 0 0.85rem;
	font-family: var(--pl-font-display);
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pl-cyan);
}

.pl-process__head {
	max-width: 36rem;
	margin: 0;
}

@media (max-width: 959px) {
	.pl-process__head {
		margin-bottom: 0;
	}
}

.pl-process__head h2 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.75rem, 3.2vw, 2.45rem);
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0 0 0.85rem;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.pl-process__lead {
	margin: 0;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--pl-muted);
	max-width: 36rem;
}

.pl-process__aside {
	position: relative;
	padding-top: 0;
}

@media (min-width: 960px) {
	.pl-process__aside {
		position: sticky;
		top: calc(var(--ap-header-h, 72px) + 1.5rem);
		padding-top: clamp(3rem, 7vw, 5.5rem);
	}
}

.pl-process__showcase {
	margin: 0 auto;
	max-width: min(100%, 22rem);
}

.pl-process__visual {
	border-radius: var(--pl-radius);
	overflow: hidden;
	background: #0a1628;
	box-shadow: 0 28px 64px rgba(30, 58, 138, 0.18);
	aspect-ratio: 4 / 5;
	max-height: 520px;
}

.pl-process__product-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.pl-process__showcase-caption {
	margin: 1.25rem 0 0;
	padding: 1.25rem 1.35rem;
	background: #fff;
	border-radius: var(--pl-radius-sm);
	border: 1px solid rgba(30, 58, 138, 0.08);
	box-shadow: 0 8px 28px rgba(30, 58, 138, 0.06);
}

.pl-process__aside-label {
	margin: 0 0 0.35rem;
	font-family: var(--pl-font-display);
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pl-cyan);
}

.pl-process__aside-text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--pl-muted);
}

.pl-process__steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
}

.pl-process-step {
	display: grid;
	grid-template-columns: auto auto 1fr;
	gap: 0 1.15rem;
	align-items: start;
	padding: 0 0 1.75rem;
	position: relative;
}

.pl-process-step:last-child {
	padding-bottom: 0;
}

.pl-process-step:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 1.375rem;
	top: 2.75rem;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, rgba(0, 174, 239, 0.45) 0%, rgba(0, 174, 239, 0.08) 100%);
}

.pl-process-step__marker {
	position: relative;
	z-index: 1;
}

.pl-process-step__num {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 999px;
	font-family: var(--pl-font-display);
	font-size: 0.75rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(145deg, var(--pl-cyan) 0%, #0284c7 100%);
	box-shadow: 0 6px 20px rgba(0, 174, 239, 0.35);
}

.pl-process-step__icon {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 12px;
	display: grid;
	place-items: center;
	color: var(--pl-navy);
	background: #fff;
	border: 1px solid rgba(30, 58, 138, 0.1);
	box-shadow: 0 4px 16px rgba(30, 58, 138, 0.06);
}

.pl-process-step__body h3 {
	font-family: var(--pl-font-display);
	font-size: 1.0625rem;
	font-weight: 800;
	color: var(--pl-navy-deep);
	margin: 0 0 0.4rem;
	line-height: 1.25;
}

.pl-process-step__body p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #5b6478;
	max-width: 28rem;
}

.pl-process__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 2rem;
}

.pl-btn--ghost-on-light {
	background: #fff;
	color: var(--pl-navy);
	border: 2px solid rgba(30, 58, 138, 0.15);
}

.pl-btn--ghost-on-light:hover {
	border-color: var(--pl-cyan);
	color: var(--pl-navy);
	background: #fff;
}

/* ========== 5. Detail / long copy ========== */
.pl-detail {
	padding: var(--pl-section-y) 0;
	background: linear-gradient(180deg, #eef6fb 0%, #ffffff 55%);
	position: relative;
}

.pl-detail::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0, 174, 239, 0.35), transparent);
}

.pl-detail__inner {
	max-width: calc(var(--pl-prose) + 2rem);
	margin: 0 auto;
}

.pl-detail h2 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.65rem, 2.8vw, 2.15rem);
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0 0 1.75rem;
	letter-spacing: -0.02em;
}

.pl-detail__prose {
	font-family: var(--pl-font-body);
	font-size: 1.0625rem;
	line-height: 1.85;
	color: #475569;
}

.pl-detail__prose p {
	margin: 0 0 1.35rem;
}

.pl-detail__prose p:last-child {
	margin-bottom: 0;
}

.pl-detail__prose strong {
	color: var(--pl-navy);
	font-weight: 600;
}

/* ========== 6. Steps ========== */
.pl-steps {
	padding: var(--pl-section-y) 0;
	background: #fff;
}

.pl-steps__head {
	text-align: center;
	max-width: 40rem;
	margin: 0 auto 4rem;
}

.pl-steps__head h2 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.85rem, 3vw, 2.5rem);
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0 0 0.75rem;
}

.pl-steps__head p {
	margin: 0;
	color: var(--pl-muted);
	font-size: 1.0625rem;
}

.pl-steps__list {
	display: flex;
	flex-direction: column;
	gap: clamp(3rem, 8vw, 5rem);
}

.pl-step {
	display: grid;
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: center;
}

@media (min-width: 900px) {
	.pl-step {
		grid-template-columns: 1fr 1fr;
	}

	.pl-step--reverse .pl-step__media {
		order: 2;
	}

	.pl-step--reverse .pl-step__content {
		order: 1;
	}
}

.pl-step__media {
	border-radius: var(--pl-radius);
	overflow: hidden;
	min-height: 320px;
	box-shadow: 0 20px 50px rgba(30, 58, 138, 0.12);
	position: relative;
}

.pl-step__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 320px;
}

.pl-step__badge {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	background: rgba(255, 255, 255, 0.95);
	color: var(--pl-navy);
	font-family: var(--pl-font-display);
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	padding: 0.5rem 0.85rem;
	border-radius: 6px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.pl-step__content h3 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.65rem);
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0 0 1rem;
}

.pl-step__content p {
	font-family: var(--pl-font-body);
	font-size: 1rem;
	line-height: 1.75;
	color: #5b6478;
	margin: 0;
}

/* ========== 7. Services cards ========== */
.pl-svc {
	padding: var(--pl-section-y) 0;
	background: linear-gradient(180deg, #f4f9fc 0%, #ffffff 100%);
}

.pl-svc__head {
	text-align: center;
	max-width: 42rem;
	margin: 0 auto 3.5rem;
}

.pl-svc__head h2 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.85rem, 3vw, 2.55rem);
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0 0 0.75rem;
}

.pl-svc__head p {
	margin: 0;
	color: var(--pl-muted);
	font-size: 1.0625rem;
	line-height: 1.6;
}

.pl-svc__grid {
	display: grid;
	gap: 1.75rem;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.pl-svc__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1100px) {
	.pl-svc__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.pl-svc-card {
	position: relative;
	border-radius: var(--pl-radius);
	overflow: hidden;
	min-height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 16px 48px rgba(15, 23, 42, 0.12);
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.pl-svc-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 64px rgba(30, 58, 138, 0.22);
	color: #fff;
}

.pl-svc-card__bg {
	position: absolute;
	inset: 0;
}

.pl-svc-card__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pl-svc-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(15, 23, 42, 0.92) 0%, rgba(30, 58, 138, 0.35) 45%, rgba(0, 174, 239, 0.15) 100%);
}

.pl-svc-card__body {
	position: relative;
	z-index: 2;
	padding: 1.75rem 1.5rem 1.85rem;
}

.pl-svc-card__body h3 {
	font-family: var(--pl-font-display);
	font-size: 1.25rem;
	font-weight: 800;
	margin: 0 0 0.5rem;
	letter-spacing: -0.02em;
	color: #fff;
}

.pl-svc-card__body p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	opacity: 0.92;
}

/* ========== 8. Long-form benefits ========== */
.pl-long {
	padding: var(--pl-section-y) 0;
	background: #fff;
}

.pl-long__grid {
	display: grid;
	gap: clamp(2.5rem, 5vw, 4rem);
	align-items: start;
}

@media (min-width: 960px) {
	.pl-long__grid {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 4rem;
	}
}

.pl-long__prose h2 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.75rem, 2.8vw, 2.35rem);
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0 0 1.5rem;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.pl-long__prose p {
	font-family: var(--pl-font-body);
	font-size: 1.0625rem;
	line-height: 1.85;
	color: #475569;
	margin: 0 0 1.25rem;
}

.pl-long__prose ul {
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.pl-long__prose li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.85rem;
	font-size: 1rem;
	line-height: 1.65;
	color: #475569;
}

.pl-long__prose li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--pl-cyan-bright), var(--pl-cyan));
	box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.2);
}

.pl-long__aside {
	position: sticky;
	top: 6rem;
	border-radius: var(--pl-radius);
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(30, 58, 138, 0.15);
	min-height: 420px;
}

.pl-long__aside--product {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(1rem, 3vw, 1.5rem);
	min-height: min(520px, 72vw);
	background:
		radial-gradient(ellipse 80% 70% at 50% 40%, rgba(0, 174, 239, 0.14) 0%, transparent 55%),
		linear-gradient(165deg, #f0f9ff 0%, #e8f4fa 45%, #f8fafc 100%);
	border: 1px solid rgba(30, 58, 138, 0.08);
	position: relative;
}

.pl-long__aside--product .pl-split__product-gallery {
	position: relative;
	z-index: 1;
	width: 100%;
}

.pl-long__aside--product .pl-split__product-badge {
	position: absolute;
	z-index: 2;
	left: 1.25rem;
	bottom: 1.25rem;
}

.pl-long__aside img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 420px;
}

.pl-long__aside--product img.pl-split__product-img {
	min-height: 0;
	height: auto;
	object-fit: contain;
}

.pl-long__quote {
	margin-top: 2rem;
	padding: 1.75rem 1.5rem;
	background: linear-gradient(135deg, rgba(0, 174, 239, 0.08) 0%, rgba(30, 58, 138, 0.06) 100%);
	border-left: 4px solid var(--pl-cyan);
	border-radius: 0 var(--pl-radius-sm) var(--pl-radius-sm) 0;
	font-family: var(--pl-font-display);
	font-size: 1.125rem;
	font-weight: 600;
	font-style: italic;
	color: var(--pl-navy);
	line-height: 1.5;
}

/* ========== 9. Testimonials ========== */
.pl-testi {
	padding: var(--pl-section-y) 0;
	background: linear-gradient(180deg, #f0f9fc 0%, #ffffff 100%);
}

.pl-testi__head {
	text-align: center;
	max-width: 38rem;
	margin: 0 auto 3.5rem;
}

.pl-testi__head h2 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.85rem, 3vw, 2.5rem);
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0 0 0.65rem;
}

.pl-testi__head p {
	margin: 0;
	color: var(--pl-muted);
}

.pl-testi__grid {
	display: grid;
	gap: 1.75rem;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.pl-testi__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.pl-testi__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.pl-testi-card {
	background: #fff;
	border-radius: var(--pl-radius-sm);
	padding: 2rem 1.5rem;
	border: 1px solid rgba(30, 58, 138, 0.08);
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.pl-testi-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 50px rgba(30, 58, 138, 0.12);
}

.pl-testi-card__avatar {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 1.25rem;
	border: 3px solid rgba(0, 174, 239, 0.35);
	box-shadow: 0 8px 24px rgba(0, 174, 239, 0.25);
}

.pl-testi-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pl-testi-card .ap-testimonial__stars {
	display: block;
	font-size: 0.95rem;
	color: #f59e0b;
	letter-spacing: 0.15em;
	margin-bottom: 1rem;
}

.pl-testi-card__text {
	font-family: var(--pl-font-body);
	font-size: 0.975rem;
	line-height: 1.7;
	color: #475569;
	margin: 0 0 1.25rem;
	flex: 1;
}

.pl-testi-card__name {
	font-family: var(--pl-font-display);
	font-weight: 800;
	color: var(--pl-navy);
	font-size: 1rem;
}

.pl-testi-card__loc {
	font-size: 0.8125rem;
	color: var(--pl-muted);
	margin-top: 0.35rem;
}

/* ========== 10. FAQ ========== */
.pl-faq {
	padding: var(--pl-section-y) 0;
	background: #fff;
}

.pl-faq__head {
	text-align: center;
	max-width: 36rem;
	margin: 0 auto 3rem;
}

.pl-faq__head h2 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.75rem, 2.8vw, 2.35rem);
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0 0 0.5rem;
}

.pl-faq__intro {
	margin: 0;
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--pl-muted);
}

.pl-faq__list {
	max-width: 46rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.pl-faq__item {
	border: 1px solid rgba(30, 58, 138, 0.1);
	border-radius: 12px;
	background: linear-gradient(180deg, #fafcfe 0%, #ffffff 100%);
	overflow: hidden;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.pl-faq__item.is-open {
	border-color: rgba(0, 174, 239, 0.35);
	box-shadow: 0 12px 36px rgba(0, 174, 239, 0.1);
}

.pl-faq__q {
	width: 100%;
	text-align: left;
	font-family: var(--pl-font-display);
	font-size: 1rem;
	font-weight: 700;
	color: var(--pl-navy);
	padding: 1.25rem 3rem 1.25rem 1.35rem;
	background: transparent;
	border: none;
	cursor: pointer;
	position: relative;
	line-height: 1.45;
}

.pl-faq__q::after {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--pl-cyan);
	border-bottom: 2px solid var(--pl-cyan);
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.35s ease;
}

.pl-faq__item.is-open .pl-faq__q::after {
	transform: translateY(-30%) rotate(225deg);
}

.pl-faq__a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pl-faq__a-inner {
	padding: 0 1.35rem 1.35rem;
	font-family: var(--pl-font-body);
	font-size: 0.975rem;
	line-height: 1.7;
	color: #5b6478;
}

/* ========== 11. Blog ========== */
.pl-blog {
	padding: var(--pl-section-y) 0;
	background: linear-gradient(180deg, #f6fbfd 0%, #ffffff 100%);
}

.pl-blog__head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	margin-bottom: 2.5rem;
	max-width: var(--pl-max);
	margin-left: auto;
	margin-right: auto;
}

.pl-blog__head h2 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.75rem, 2.8vw, 2.35rem);
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0;
}

.pl-blog__grid {
	display: grid;
	gap: 1.75rem;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.pl-blog__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.pl-blog-card {
	background: #fff;
	border-radius: var(--pl-radius-sm);
	overflow: hidden;
	border: 1px solid rgba(30, 58, 138, 0.08);
	box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	text-decoration: none;
	color: inherit;
	display: block;
}

.pl-blog-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 48px rgba(30, 58, 138, 0.12);
}

.pl-blog-card__img {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.pl-blog-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.pl-blog-card:hover .pl-blog-card__img img {
	transform: scale(1.06);
}

.pl-blog-card__body {
	padding: 1.35rem 1.25rem 1.5rem;
}

.pl-blog-card__meta {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--pl-cyan);
	margin-bottom: 0.5rem;
}

.pl-blog-card__body h3 {
	font-family: var(--pl-font-display);
	font-size: 1.125rem;
	font-weight: 800;
	color: var(--pl-navy);
	margin: 0 0 0.5rem;
	line-height: 1.3;
}

.pl-blog-card__body p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--pl-muted);
}

/* ========== 12. Full-width CTA ========== */
.pl-cta {
	position: relative;
	padding: clamp(6rem, 14vw, 10rem) 0;
	color: #fff;
	text-align: center;
}

.pl-cta__bg {
	position: absolute;
	inset: 0;
}

.pl-cta__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pl-cta__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.88) 0%, rgba(30, 58, 138, 0.75) 50%, rgba(0, 120, 160, 0.65) 100%);
}

.pl-cta__overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(0, 209, 255, 0.25) 0%, transparent 55%);
}

.pl-cta__inner {
	position: relative;
	z-index: 2;
	max-width: 40rem;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 4vw, 2rem);
}

.pl-cta__inner h2 {
	font-family: var(--pl-font-display);
	font-size: clamp(1.85rem, 3.5vw, 2.75rem);
	font-weight: 800;
	margin: 0 0 1rem;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.pl-cta__inner p {
	font-size: 1.0625rem;
	line-height: 1.65;
	margin: 0 0 1.75rem;
	opacity: 0.94;
}

.pl-cta .pl-btn--solid {
	min-width: 280px;
}

@media (prefers-reduced-motion: reduce) {
	.pl-svc-card:hover,
	.pl-blog-card:hover,
	.pl-testi-card:hover {
		transform: none;
	}
}
