/*
 * Styles for CONVERTED pages only. Every selector is prefixed with
 * .corp-converted (body class added by page-templates/) for two reasons:
 * 1. nothing leaks INTO Elementor passthrough pages, and
 * 2. nothing leaks in FROM the Elementor kit global.css — its selectors
 *    (.elementor-kit-2154 a, .elementor-kit-2154 h2 …) carry class+element
 *    specificity and override bare single-class rules. Two classes win.
 *
 * Breakpoints (from kit #2154): mobile ≤767 / tablet 768 / laptop 1025 / desktop 1440.
 * Mobile-first.
 */

/* ============ Converted-page base ============ */

.corp-converted {
	font-family: "Wanted Sans Variable", "Wanted Sans", var(--font-sans);
	color: var(--color-ink);
	-webkit-font-smoothing: antialiased;
}

.corp-converted .pp-container {
	width: min(var(--container), calc(100% - 40px));
	margin-inline: auto;
}

/* Scroll reveal */
.corp-converted [data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.corp-converted [data-reveal].is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.corp-converted [data-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Buttons */
.corp-converted .pp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 26px;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.corp-converted .pp-btn:hover {
	transform: translateY(-2px);
}

.corp-converted .pp-btn:active {
	transform: translateY(1px);
}

.corp-converted .pp-btn--ink {
	background: var(--color-ink);
	color: #fff;
	box-shadow: 0 14px 30px rgba(18, 18, 18, 0.18);
}

.corp-converted .pp-btn--ink:hover {
	box-shadow: 0 18px 36px rgba(18, 18, 18, 0.24);
	color: #fff;
}

.corp-converted .pp-btn--yellow {
	background: var(--color-accent);
	color: var(--color-ink);
	box-shadow: 0 14px 30px rgba(253, 209, 31, 0.35);
}

.corp-converted .pp-btn--yellow:hover {
	color: var(--color-ink);
}

.corp-converted .pp-btn--outline {
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	color: #fff;
}

.corp-converted .pp-btn--outline:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

/* Kicker / eyebrow */
.corp-converted .pp-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(18, 18, 18, 0.1);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.corp-converted .pp-kicker__dot {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--color-ink);
	box-shadow: 0 0 0 4px rgba(18, 18, 18, 0.1);
	animation: pp-pulse 2.4s ease-in-out infinite;
}

@keyframes pp-pulse {
	50% { box-shadow: 0 0 0 7px rgba(18, 18, 18, 0.06); }
}

.corp-converted .pp-eyebrow {
	margin: 0 0 10px;
	font-family: "Poppins", "Wanted Sans Variable", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: rgba(18, 18, 18, 0.45);
}

/* ============ Hero ============ */

.corp-converted .pp-hero {
	position: relative;
	overflow: hidden;
	background: var(--color-accent);
	padding: clamp(64px, 9vw, 130px) 0 clamp(110px, 13vw, 180px);
}

.corp-converted .pp-hero__glow {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(720px 430px at 16% 22%, rgba(255, 255, 255, 0.55), transparent 62%),
		radial-gradient(620px 380px at 86% 78%, rgba(255, 255, 255, 0.3), transparent 60%);
	pointer-events: none;
}

.corp-converted .pp-hero__watermark {
	position: absolute;
	right: -0.06em;
	bottom: 0.02em;
	font-family: "Poppins", sans-serif;
	font-size: clamp(110px, 17vw, 270px);
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 0.8;
	color: transparent;
	-webkit-text-stroke: 1.5px rgba(18, 18, 18, 0.08);
	user-select: none;
	pointer-events: none;
}

.corp-converted .pp-hero__inner {
	position: relative;
}

.corp-converted .pp-hero__title {
	margin: 22px 0 14px;
	font-size: clamp(42px, 7vw, 84px);
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: -0.045em;
	color: var(--color-ink);
}

.corp-converted .pp-hero__desc {
	margin: 0 0 28px;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 500;
	color: rgba(18, 18, 18, 0.74);
}

.corp-converted .pp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Staggered entrance inside hero */
.corp-converted .pp-hero [data-reveal]:nth-child(2) { transition-delay: 0.08s; }
.corp-converted .pp-hero [data-reveal]:nth-child(3) { transition-delay: 0.16s; }
.corp-converted .pp-hero [data-reveal]:nth-child(4) { transition-delay: 0.24s; }

.corp-converted .pp-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: start;
	gap: clamp(24px, 5vw, 64px);
	margin: clamp(40px, 6vw, 72px) 0 0;
	transition-delay: 0.34s;
}

.corp-converted .pp-stat {
	display: flex;
	flex-direction: column;
}

.corp-converted .pp-stat dt {
	order: 2;
	font-size: 13px;
	font-weight: 600;
	color: rgba(18, 18, 18, 0.6);
}

.corp-converted .pp-stat dd {
	order: 1;
	display: flex;
	align-items: baseline;
	margin: 0 0 4px;
	font-family: "Poppins", "Wanted Sans Variable", sans-serif;
	font-size: clamp(26px, 3.4vw, 42px);
	font-weight: 800;
	letter-spacing: -0.03em;
	font-variant-numeric: tabular-nums;
}

.corp-converted .pp-stat dd i {
	font-style: normal;
	color: rgba(18, 18, 18, 0.55);
	font-size: 0.7em;
	margin-left: 2px;
}

.corp-converted .pp-hero__wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: clamp(40px, 6vw, 90px);
	display: block;
}

/* ============ Services ============ */

.corp-converted .pp-services {
	background: #fff;
	padding: clamp(64px, 8vw, 120px) 0 clamp(72px, 9vw, 140px);
}

.corp-converted .pp-services__head {
	text-align: center;
	margin-bottom: clamp(40px, 5vw, 72px);
}

.corp-converted .pp-services__title {
	margin: 0;
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: -0.04em;
}

.corp-converted .pp-cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: clamp(18px, 2.5vw, 28px);
}

.corp-converted .pp-card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 26px;
	overflow: hidden;
	isolation: isolate;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
}

.corp-converted .pp-card--yellow { background: #ffcc11; }
.corp-converted .pp-card--paper { background: #f4f1ea; }

.corp-converted .pp-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 48px rgba(18, 18, 18, 0.14);
}

/* Whole-card link without nesting interactive elements */
.corp-converted .pp-card__hit {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.corp-converted .pp-card__media {
	margin: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.corp-converted .pp-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.corp-converted .pp-card:hover .pp-card__media img {
	transform: scale(1.045);
}

.corp-converted .pp-card__body {
	position: relative;
	flex: 1;
	padding: 22px 24px 26px;
}

.corp-converted .pp-card__no {
	position: absolute;
	top: -16px;
	right: 20px;
	font-family: "Poppins", sans-serif;
	font-size: 44px;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: rgba(18, 18, 18, 0.12);
	line-height: 1;
}

.corp-converted .pp-card__title {
	margin: 0 0 8px;
	font-size: clamp(20px, 2.2vw, 24px);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.corp-converted .pp-card__desc {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(18, 18, 18, 0.66);
}

.corp-converted .pp-card__arrow {
	position: absolute;
	right: 22px;
	bottom: 20px;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: rgba(18, 18, 18, 0.9);
	color: #fff;
	font-size: 17px;
	transition: transform 0.28s ease, background-color 0.28s ease;
}

.corp-converted .pp-card:hover .pp-card__arrow {
	transform: translateX(4px);
	background: var(--color-ink);
}

/* Card stagger */
.corp-converted .pp-cards .pp-card:nth-child(2) { transition-delay: 0.07s; }
.corp-converted .pp-cards .pp-card:nth-child(3) { transition-delay: 0.14s; }
.corp-converted .pp-cards .pp-card:nth-child(4) { transition-delay: 0.21s; }

/* ============ CTA band ============ */

.corp-converted .pp-cta {
	background: var(--color-ink);
	color: #fff;
	padding: clamp(64px, 8vw, 110px) 0;
}

.corp-converted .pp-cta__inner {
	text-align: center;
}

.corp-converted .pp-cta__title {
	margin: 0 0 14px;
	font-size: clamp(30px, 4.4vw, 52px);
	font-weight: 900;
	line-height: 1.14;
	letter-spacing: -0.04em;
	color: #fff;
}

.corp-converted .pp-cta__title::after {
	content: "";
	display: block;
	width: 56px;
	height: 5px;
	margin: 22px auto 0;
	border-radius: 99px;
	background: var(--color-accent);
}

.corp-converted .pp-cta__desc {
	margin: 0 0 30px;
	font-size: clamp(15px, 1.8vw, 18px);
	color: rgba(255, 255, 255, 0.66);
}

.corp-converted .pp-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

/* ============ Responsive ============ */

@media (min-width: 768px) {
	.corp-converted .pp-cards {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1025px) {
	.corp-converted .pp-card__body {
		padding: 26px 30px 32px;
	}
}

@media (max-width: 520px) {
	.corp-converted .pp-hero__stats {
		grid-template-columns: repeat(3, auto);
		gap: 18px;
	}

	.corp-converted .pp-stat dd {
		font-size: 22px;
	}

	.corp-converted .pp-stat dt {
		font-size: 11px;
	}
}
