/* Princetech Corporation - homepage section styles (assembled from template-parts/home). */

/* ============================================================
   SECTION: hero
   ============================================================ */
/* ============================================================
   HERO  (.pt-hero)
   ============================================================ */
.pt-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient( 180deg, #fff 0%, var(--pt-primary-soft) 100% );
}

.pt-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
	gap: 64px;
	align-items: center;
}

/* ---------- Left column / copy ---------- */
.pt-hero__pill {
	gap: 8px;
}

.pt-hero__pill svg {
	color: var(--pt-orange);
	fill: var(--pt-orange);
	stroke: var(--pt-orange);
}

.pt-hero__title {
	margin: 22px 0 0;
	font-family: var(--pt-font-head);
	font-weight: 800;
	font-size: clamp(2.6rem, 4.4vw, 3.6rem);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: var(--pt-heading);
}

.pt-hero__accent {
	color: var(--pt-primary);
}

.pt-hero__lead {
	margin: 22px 0 0;
	max-width: 520px;
	font-size: 1.125rem;
	line-height: 1.7;
	color: var(--pt-text);
}

.pt-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.pt-hero__features {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin: 38px 0 0;
	padding: 0;
	list-style: none;
}

.pt-hero__feature {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--pt-heading);
}

.pt-hero__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--pt-primary);
}

/* ---------- Right column / media ---------- */
.pt-hero__media {
	position: relative;
	min-width: 0;
}

.pt-hero__blob {
	position: absolute;
	z-index: 0;
	top: -8%;
	right: -12%;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	background: radial-gradient( circle at 30% 30%, rgba(27,77,224,0.30), rgba(43,179,192,0.18) 55%, transparent 72% );
	filter: blur(54px);
	pointer-events: none;
}

/* ---------- Cloud background ---------- */
.pt-hero__sky {
	position: absolute;
	z-index: 0;
	left: -13%;
	right: -11%;
	top: -4%;
	bottom: -20%;
	pointer-events: none;
}

.pt-hero__sky-svg {
	width: 100%;
	height: 100%;
	display: block;
}

@media (prefers-reduced-motion: no-preference) {
	.pt-hero__sky { animation: pt-hero-clouds 22s ease-in-out infinite alternate; }
}

@keyframes pt-hero-clouds {
	from { transform: translate3d(-12px, 0, 0); }
	to   { transform: translate3d(12px, 0, 0); }
}

/* ---------- Uploaded hero image (replaces the mockup) ---------- */
.pt-hero__image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--pt-radius-lg);
	box-shadow: var(--pt-shadow-lg);
}

/* ---------- Dashboard card ---------- */
.pt-hero__dash {
	position: relative;
	z-index: 1;
	display: flex;
	overflow: hidden;
	border-radius: var(--pt-radius-lg);
	background: #fff;
	border: 1px solid var(--pt-border);
	box-shadow: var(--pt-shadow-lg);
	transform: perspective(1600px) rotateY(-6deg) rotateX(2deg);
	transform-origin: center;
	animation: pt-hero-float 7s ease-in-out infinite;
}

@keyframes pt-hero-float {
	0%, 100% { transform: perspective(1600px) rotateY(-6deg) rotateX(2deg) translateY(0); }
	50%      { transform: perspective(1600px) rotateY(-6deg) rotateX(2deg) translateY(-12px); }
}

@media (prefers-reduced-motion: reduce) {
	.pt-hero__dash { animation: none; }
}

/* sidebar rail */
.pt-hero__dash-rail {
	flex: 0 0 52px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 20px 0;
	background: var(--pt-navy);
}

.pt-hero__rail-logo {
	width: 24px;
	height: 24px;
	border-radius: 7px;
	background: linear-gradient( 135deg, var(--pt-primary), var(--pt-cyan) );
	margin-bottom: 6px;
}

.pt-hero__rail-dot {
	width: 22px;
	height: 22px;
	border-radius: 7px;
	background: rgba(255,255,255,0.12);
}

.pt-hero__rail-dot.is-active {
	background: var(--pt-primary);
	box-shadow: 0 0 0 4px rgba(27,77,224,0.22);
}

.pt-hero__rail-dot--bottom {
	margin-top: auto;
	border-radius: 50%;
	background: rgba(255,255,255,0.22);
}

/* main area */
.pt-hero__dash-main {
	flex: 1 1 auto;
	min-width: 0;
	padding: 22px 22px 24px;
	background: var(--pt-bg-alt);
}

.pt-hero__dash-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.pt-hero__dash-kicker {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pt-text-light);
}

.pt-hero__dash-greet {
	margin: 4px 0 0;
	font-family: var(--pt-font-head);
	font-size: 1.18rem;
	font-weight: 700;
	color: var(--pt-heading);
}

.pt-hero__dash-sub {
	margin: 3px 0 0;
	font-size: 0.78rem;
	color: var(--pt-text);
}

.pt-hero__dash-year {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	padding: 6px 11px;
	font-size: 0.66rem;
	font-weight: 600;
	color: var(--pt-primary);
	background: var(--pt-primary-light);
	border-radius: var(--pt-radius-pill);
	white-space: nowrap;
}

/* stat tiles */
.pt-hero__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 18px;
}

.pt-hero__stat {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 12px 13px;
	background: #fff;
	border: 1px solid var(--pt-border);
	border-radius: var(--pt-radius-sm);
}

.pt-hero__stat-label {
	font-size: 0.64rem;
	font-weight: 600;
	color: var(--pt-text-light);
}

.pt-hero__stat-num {
	font-family: var(--pt-font-head);
	font-size: 1.32rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--pt-heading);
}

.pt-hero__stat-delta {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.6rem;
	font-weight: 600;
}

.pt-hero__stat-delta--up { color: var(--pt-green); }
.pt-hero__stat-delta--down { color: #E0455A; }
.pt-hero__stat-delta--neutral { color: var(--pt-text-light); }

.pt-hero__pulse {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pt-green);
	box-shadow: 0 0 0 3px var(--pt-green-light);
}

/* panels row */
.pt-hero__panels {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	gap: 12px;
	margin-top: 12px;
}

.pt-hero__panel {
	padding: 14px;
	background: #fff;
	border: 1px solid var(--pt-border);
	border-radius: var(--pt-radius-sm);
}

.pt-hero__panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pt-hero__panel-title {
	font-family: var(--pt-font-head);
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--pt-heading);
}

.pt-hero__panel-tag {
	font-size: 0.58rem;
	font-weight: 600;
	color: var(--pt-text-light);
	background: var(--pt-bg-alt);
	padding: 3px 7px;
	border-radius: var(--pt-radius-pill);
}

.pt-hero__chart {
	margin-top: 10px;
	height: 78px;
}

.pt-hero__chart-svg {
	width: 100%;
	height: 100%;
	display: block;
}

.pt-hero__chart-axis {
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}

.pt-hero__chart-axis span {
	font-size: 0.55rem;
	font-weight: 600;
	color: var(--pt-text-light);
}

/* quick actions */
.pt-hero__panel--actions .pt-hero__panel-title {
	display: block;
	margin-bottom: 8px;
}

.pt-hero__qa {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.pt-hero__qa-row {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 8px;
	font-size: 0.7rem;
	font-weight: 600;
	color: var(--pt-heading);
	background: var(--pt-primary-soft);
	border-radius: 8px;
}

.pt-hero__qa-plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	color: #fff;
	background: var(--pt-primary);
}

/* ---------- Floating chat card ---------- */
.pt-hero__chat {
	position: absolute;
	z-index: 3;
	right: -14px;
	bottom: -30px;
	width: 248px;
	padding: 14px;
	background: #fff;
	border: 1px solid var(--pt-border);
	border-radius: var(--pt-radius);
	box-shadow: var(--pt-shadow-lg);
	animation: pt-hero-float-chat 6s ease-in-out infinite;
}

@keyframes pt-hero-float-chat {
	0%, 100% { transform: translateY(0); }
	50%      { transform: translateY(-9px); }
}

@media (prefers-reduced-motion: reduce) {
	.pt-hero__chat { animation: none; }
}

.pt-hero__chat-head {
	display: flex;
	align-items: center;
	gap: 8px;
}

.pt-hero__chat-bot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	color: #fff;
	background: linear-gradient( 135deg, var(--pt-primary), var(--pt-purple) );
}

.pt-hero__chat-name {
	font-family: var(--pt-font-head);
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--pt-heading);
}

.pt-hero__chat-online {
	width: 8px;
	height: 8px;
	margin-left: auto;
	border-radius: 50%;
	background: var(--pt-green);
	box-shadow: 0 0 0 3px var(--pt-green-light);
}

.pt-hero__chat-hint {
	margin: 11px 0 0;
	font-size: 0.74rem;
	color: var(--pt-text-light);
}

.pt-hero__chat-chip {
	display: inline-block;
	margin-top: 9px;
	padding: 7px 11px;
	font-size: 0.72rem;
	font-weight: 600;
	color: #fff;
	background: var(--pt-primary);
	border-radius: 12px 12px 12px 4px;
}

.pt-hero__chat-success {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
	padding: 7px 9px;
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--pt-green);
	background: var(--pt-green-light);
	border-radius: var(--pt-radius-sm);
}

.pt-hero__chat-view {
	display: block;
	margin-top: 10px;
	width: 100%;
	padding: 8px 10px;
	font-family: var(--pt-font-body);
	font-size: 0.72rem;
	font-weight: 700;
	text-align: center;
	color: var(--pt-primary);
	background: var(--pt-primary-light);
	border: 1px solid var(--pt-border);
	border-radius: 9px;
}

/* chatbot bubble */
.pt-hero__bubble {
	position: absolute;
	z-index: 4;
	right: -22px;
	bottom: -54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient( 135deg, var(--pt-primary), var(--pt-purple) );
	box-shadow: var(--pt-shadow-blue);
}

/* cloud badge */
.pt-hero__cloud {
	position: absolute;
	z-index: 3;
	left: -10px;
	bottom: -22px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 13px;
	background: #fff;
	border: 1px solid var(--pt-border);
	border-radius: var(--pt-radius-pill);
	box-shadow: var(--pt-shadow);
	color: var(--pt-cyan);
}

.pt-hero__cloud-label {
	font-size: 0.7rem;
	font-weight: 600;
	color: var(--pt-text);
}

.pt-hero__cloud-brand {
	font-family: var(--pt-font-head);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--pt-navy);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 992px) {
	.pt-hero__inner {
		grid-template-columns: 1fr;
		gap: 72px;
	}

	.pt-hero__lead {
		max-width: 600px;
	}

	.pt-hero__media {
		max-width: 560px;
		margin: 0 auto;
		width: 100%;
	}

	.pt-hero__dash {
		transform: none;
		animation: none;
	}

	.pt-hero__blob {
		top: -6%;
		right: -6%;
		width: 60%;
		height: 60%;
	}
}

@media (max-width: 768px) {
	.pt-hero__dash-rail {
		display: none;
	}

	.pt-hero__stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.pt-hero__features {
		gap: 18px 24px;
	}
}

@media (max-width: 560px) {
	.pt-hero__dash-main {
		padding: 16px;
	}

	.pt-hero__panels {
		grid-template-columns: 1fr;
	}

	.pt-hero__dash-top {
		flex-direction: column;
	}

	.pt-hero__dash-year {
		align-self: flex-start;
	}

	.pt-hero__chat {
		width: 200px;
		right: 0;
		bottom: -24px;
	}

	.pt-hero__bubble {
		right: -8px;
		bottom: -46px;
		width: 46px;
		height: 46px;
	}

	.pt-hero__actions .pt-btn {
		flex: 1 1 auto;
		justify-content: center;
	}
}

/* ============================================================
   SECTION: clients
   ============================================================ */
/* ============================================================
   SECTION: TRUSTED-BY / CLIENTS CAROUSEL  (.pt-clients)
   NOTE: The .pt-client items below are PLACEHOLDER wordmarks.
   Replace them with real brand logo <img> files dropped into
   assets/images/clients/ (e.g. ustp.png) when available.
   ============================================================ */

.pt-clients__title {
	margin: 0 0 36px;
	text-align: center;
	font-family: var(--pt-font-head);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--pt-heading);
	letter-spacing: -0.01em;
}

/* ---- Carousel layout: prev / track / next ---- */
.pt-clients__carousel {
	display: flex;
	align-items: center;
	gap: 16px;
}

/* ---- Round arrow buttons ---- */
.pt-clients__arrow {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--pt-border);
	border-radius: var(--pt-radius-pill);
	background: #fff;
	color: var(--pt-heading);
	box-shadow: var(--pt-shadow-sm);
	cursor: pointer;
	transition: background var(--pt-ease), border-color var(--pt-ease), color var(--pt-ease), box-shadow var(--pt-ease), transform var(--pt-ease);
}

.pt-clients__arrow:hover {
	border-color: var(--pt-primary);
	color: var(--pt-primary);
	box-shadow: var(--pt-shadow);
	transform: translateY(-1px);
}

.pt-clients__arrow:active {
	transform: translateY(0);
}

.pt-clients__arrow:focus-visible {
	outline: 2px solid var(--pt-primary);
	outline-offset: 2px;
}

.pt-clients__arrow svg {
	display: block;
}

/* ---- Scrollable track ---- */
.pt-clients__track {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	gap: 32px;
	min-width: 0;
	padding: 4px 8px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;          /* Firefox */
	-ms-overflow-style: none;       /* IE/Edge */
}

.pt-clients__track::-webkit-scrollbar {
	display: none;                  /* Chrome/Safari */
}

/* ---- Individual client wordmark ---- */
.pt-client {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 210px;
	height: 88px;
	padding: 0 8px;
	scroll-snap-align: center;
	transition: transform var(--pt-ease);
	user-select: none;
}

.pt-client:hover {
	transform: translateY(-2px);
}

/* Emblem badge — full colour by default */
.pt-client__emblem {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: var(--pt-radius-sm);
	/* Per-emblem accent (overridden by the shape/colour modifiers below). */
	--pt-cl-accent: var(--pt-primary);
	--pt-cl-tint: var(--pt-primary-light);
	background: var(--pt-cl-tint);
	color: var(--pt-cl-accent);
	transition: background var(--pt-ease), color var(--pt-ease);
}

.pt-client:hover .pt-client__emblem {
	background: var(--pt-cl-accent);
	color: #fff;
}

.pt-client__emblem svg {
	display: block;
	width: 34px;
	height: 34px;
}

/* Per-emblem shape + colour so each reads as a distinct, colourful logo */
.pt-client__emblem--shield { border-radius: 14px 14px 20px 20px; --pt-cl-accent: var(--pt-primary); --pt-cl-tint: var(--pt-primary-light); }
.pt-client__emblem--book   { border-radius: 50%; --pt-cl-accent: var(--pt-green); --pt-cl-tint: var(--pt-green-light); }
.pt-client__emblem--torch  { transform: rotate(-2deg); --pt-cl-accent: var(--pt-orange); --pt-cl-tint: var(--pt-orange-light); }
.pt-client__emblem--star   { border-radius: var(--pt-radius-pill); --pt-cl-accent: var(--pt-purple); --pt-cl-tint: var(--pt-purple-light); }
.pt-client__emblem--cap    { border-radius: 50% 50% var(--pt-radius-sm) var(--pt-radius-sm); --pt-cl-accent: var(--pt-cyan); --pt-cl-tint: var(--pt-cyan-light); }
.pt-client__emblem--gov    { border-top-left-radius: var(--pt-radius); border-bottom-right-radius: var(--pt-radius); --pt-cl-accent: var(--pt-green); --pt-cl-tint: var(--pt-green-light); }

/* Uploaded logo images (from the "Trusted Logos" post type) — full colour */
.pt-client__link { display: inline-flex; align-items: center; gap: 14px; }
.pt-client__logo-img {
	flex: 0 0 auto;
	max-height: 64px;
	max-width: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* Wordmark text */
.pt-client__name {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	min-width: 0;
}

.pt-client__name strong {
	font-family: var(--pt-font-head);
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pt-heading);
	white-space: nowrap;
}

.pt-client__name small {
	margin-top: 2px;
	font-family: var(--pt-font-body);
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: var(--pt-text-light);
	white-space: nowrap;
}

.pt-client:hover .pt-client__name small {
	color: var(--pt-text);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
	.pt-clients__carousel { gap: 12px; }
	.pt-client { min-width: 168px; }
}

@media (max-width: 768px) {
	.pt-clients__title { font-size: 1.25rem; }
	.pt-clients__carousel { gap: 8px; }
	.pt-clients__track { gap: 24px; }
	.pt-clients__arrow {
		width: 38px;
		height: 38px;
	}
	.pt-client {
		min-width: 184px;
		height: 78px;
	}
	.pt-client__emblem {
		width: 50px;
		height: 50px;
	}
	.pt-client__emblem svg { width: 30px; height: 30px; }
	.pt-client__logo-img { max-height: 56px; max-width: 104px; }
	.pt-client__name strong { font-size: 1.02rem; }
}

@media (max-width: 560px) {
	.pt-clients__track { gap: 16px; padding-inline: 4px; }
	.pt-client {
		min-width: 138px;
		gap: 10px;
	}
	.pt-clients__arrow {
		width: 34px;
		height: 34px;
	}
}


/* ============================================================
   SECTION: about
   ============================================================ */
/* ============================================================
   ABOUT SECTION  (.pt-about)
   ============================================================ */

.pt-about__layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

/* ---- LEFT: intro ---------------------------------------- */
.pt-about__intro {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.pt-about__media {
	position: relative;
}

/* Photo placeholder (replaceable with a real <img>) */
.pt-about__photo {
	position: relative;
	aspect-ratio: 4 / 3;
	width: 100%;
	border-radius: var(--pt-radius-lg);
	background:
		radial-gradient(120% 120% at 80% 0%, rgba(43, 179, 192, 0.35), transparent 55%),
		linear-gradient(150deg, var(--pt-navy) 0%, var(--pt-primary-dark) 55%, var(--pt-primary) 100%);
	box-shadow: var(--pt-shadow-lg);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pt-about__photo-watermark {
	color: rgba(255, 255, 255, 0.16);
	line-height: 0;
}

.pt-about__photo-watermark svg {
	width: 120px;
	height: 120px;
}

/* subtle diagonal sheen for depth */
.pt-about__photo-shine {
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.08) 50%, transparent 60%);
	pointer-events: none;
}

/* Uploaded About image (replaces the gradient placeholder) */
.pt-about__photo-img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--pt-radius-lg);
	box-shadow: var(--pt-shadow-lg);
}
@media (max-width: 992px) {
	.pt-about__photo-img { aspect-ratio: 16 / 9; }
}

/* About video — inline autoplay preview, click to enlarge.
   Box follows the video's own aspect ratio so nothing is cropped. */
.pt-about__video {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: var(--pt-radius-lg);
	box-shadow: var(--pt-shadow-lg);
	overflow: hidden;
	cursor: pointer;
	background: var(--pt-navy);
	line-height: 0;
}

.pt-about__video-el {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* Expand affordance — the video autoplays; this button only enlarges it */
.pt-about__video-expand {
	position: absolute;
	bottom: 14px;
	right: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: var(--pt-radius-pill);
	background: rgba(255, 255, 255, 0.92);
	color: var(--pt-primary);
	box-shadow: var(--pt-shadow);
	pointer-events: none;
	transition: transform var(--pt-ease), background var(--pt-ease);
}

.pt-about__video-expand svg {
	display: block;
}

.pt-about__video:hover .pt-about__video-expand,
.pt-about__video:focus-visible .pt-about__video-expand {
	transform: scale(1.08);
	background: #fff;
}

.pt-about__video:focus-visible {
	outline: 3px solid var(--pt-primary);
	outline-offset: 3px;
}

/* Video lightbox modal */
.pt-video-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.pt-video-modal[hidden] {
	display: none;
}

.pt-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 17, 43, 0.82);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.pt-video-modal__dialog {
	position: relative;
	width: min(1000px, 94vw);
	max-height: 88vh;
	z-index: 1;
}

.pt-video-modal__video {
	display: block;
	width: 100%;
	max-height: 88vh;
	border-radius: var(--pt-radius);
	box-shadow: var(--pt-shadow-lg);
	background: #000;
}

.pt-video-modal__close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	line-height: 1;
	color: var(--pt-heading);
	background: #fff;
	border: 0;
	border-radius: var(--pt-radius-pill);
	box-shadow: var(--pt-shadow);
	cursor: pointer;
	transition: transform var(--pt-ease);
}

.pt-video-modal__close:hover {
	transform: scale(1.06);
}

body.pt-modal-open {
	overflow: hidden;
}
@media (max-width: 560px) {
	.pt-video-modal__close { top: -10px; right: -6px; width: 40px; height: 40px; }
}

/* Floating badge overlapping bottom-left corner */
.pt-about__badge {
	position: absolute;
	left: -20px;
	bottom: -28px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 18px 22px;
	max-width: 200px;
	background: var(--pt-primary);
	color: #fff;
	border-radius: var(--pt-radius);
	box-shadow: var(--pt-shadow-blue);
}

.pt-about__badge-num {
	font-family: var(--pt-font-head);
	font-size: 2.1rem;
	font-weight: 800;
	line-height: 1;
}

.pt-about__badge-text {
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.85);
}

/* Intro copy */
.pt-about__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.pt-about__copy .pt-section-title {
	margin: 14px 0 18px;
}

.pt-about__lead {
	margin: 0 0 28px;
	color: var(--pt-text);
	font-size: 1.05rem;
	line-height: 1.7;
}

/* ---- RIGHT: stats grid ---------------------------------- */
.pt-about__stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.pt-about__stat {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 26px 24px;
	background: #fff;
	border: 1px solid var(--pt-border);
	border-radius: var(--pt-radius);
	box-shadow: var(--pt-shadow-sm);
	transition: transform var(--pt-ease), box-shadow var(--pt-ease), border-color var(--pt-ease);
}

.pt-about__stat:hover {
	transform: translateY(-4px);
	box-shadow: var(--pt-shadow);
	border-color: var(--pt-border-strong);
}

.pt-about__stat-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	margin-bottom: 6px;
	line-height: 0;
}

.pt-about__stat-num {
	font-family: var(--pt-font-head);
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.1;
	color: var(--pt-heading);
	letter-spacing: -0.01em;
}

.pt-about__stat-label {
	font-size: 0.9rem;
	color: var(--pt-text);
}

/* Accent tints */
.pt-about__stat--blue .pt-about__stat-chip {
	background: var(--pt-primary-light);
	color: var(--pt-primary);
}

.pt-about__stat--green .pt-about__stat-chip {
	background: var(--pt-green-light);
	color: var(--pt-green);
}

.pt-about__stat--purple .pt-about__stat-chip {
	background: var(--pt-purple-light);
	color: var(--pt-purple);
}

.pt-about__stat--orange .pt-about__stat-chip {
	background: var(--pt-orange-light);
	color: var(--pt-orange);
}

.pt-about__stat--cyan .pt-about__stat-chip {
	background: var(--pt-cyan-light);
	color: var(--pt-cyan);
}

/* ---- Responsive ----------------------------------------- */
@media (max-width: 992px) {
	.pt-about__layout {
		grid-template-columns: 1fr;
		gap: 72px;
	}

	.pt-about__photo {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 768px) {
	.pt-about__intro {
		gap: 56px;
	}

	.pt-about__lead {
		font-size: 1rem;
	}
}

@media (max-width: 560px) {
	.pt-about__stats {
		grid-template-columns: 1fr;
	}

	.pt-about__badge {
		left: 0;
		bottom: -24px;
		max-width: none;
		padding: 16px 20px;
	}

	.pt-about__badge-num {
		font-size: 1.85rem;
	}

	.pt-about__stat {
		padding: 22px 20px;
	}
}


/* ============================================================
   SECTION: solutions
   ============================================================ */
/* ==========================================================================
   SOLUTIONS SECTION  (.pt-solutions)
   ========================================================================== */

.pt-solutions__grid {
	margin-top: 8px;
	align-items: stretch;
}

/* --- Card -------------------------------------------------------------- */
.pt-solutions__card {
	/* Local accent vars; defaults overridden per modifier below. */
	--pt-sol-accent: var(--pt-primary);
	--pt-sol-tint: var(--pt-primary-light);
	display: flex;
	flex-direction: column;
	padding: 28px 26px;
	position: relative;
	overflow: hidden;
	height: 100%;
}

/* Accent top bar that animates in on hover. */
.pt-solutions__card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	background: var(--pt-sol-accent);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--pt-ease);
}

.pt-solutions__card:hover::before {
	transform: scaleX(1);
}

/* Accent modifiers — only set the local CSS vars. */
.pt-solutions__card--blue {
	--pt-sol-accent: var(--pt-primary);
	--pt-sol-tint: var(--pt-primary-light);
}

.pt-solutions__card--green {
	--pt-sol-accent: var(--pt-green);
	--pt-sol-tint: var(--pt-green-light);
}

.pt-solutions__card--purple {
	--pt-sol-accent: var(--pt-purple);
	--pt-sol-tint: var(--pt-purple-light);
}

.pt-solutions__card--orange {
	--pt-sol-accent: var(--pt-orange);
	--pt-sol-tint: var(--pt-orange-light);
}

.pt-solutions__card--cyan {
	--pt-sol-accent: var(--pt-cyan);
	--pt-sol-tint: var(--pt-cyan-light);
}

/* --- Top / heading ----------------------------------------------------- */
.pt-solutions__top {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
}

.pt-solutions__chip {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: var(--pt-radius-sm);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--pt-sol-tint);
	color: var(--pt-sol-accent);
	transition: transform var(--pt-ease);
}

.pt-solutions__chip svg {
	display: block;
}

.pt-solutions__card:hover .pt-solutions__chip {
	transform: translateY(-2px);
}

.pt-solutions__heading {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.pt-solutions__name {
	font-family: var(--pt-font-head);
	font-weight: 700;
	font-size: 1.0625rem;
	line-height: 1.25;
	color: var(--pt-sol-accent);
}

.pt-solutions__sub {
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: var(--pt-text-light);
}

/* --- Checklist --------------------------------------------------------- */
.pt-solutions__list {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1 1 auto;
}

.pt-solutions__item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.9rem;
	color: var(--pt-text);
}

.pt-solutions__check {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	border-radius: var(--pt-radius-pill);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--pt-green-light);
	color: var(--pt-green);
}

.pt-solutions__check svg {
	display: block;
}

.pt-solutions__label {
	line-height: 1.35;
}

/* --- Footer link ------------------------------------------------------- */
.pt-solutions__link {
	margin-top: auto;
	align-self: stretch;
	color: var(--pt-sol-accent);
	padding-top: 16px;
	border-top: 1px solid var(--pt-border);
	width: 100%;
}

/* --- Responsive -------------------------------------------------------- */
/* Spec: 3 cols (5 cards flow 3 + 2), then 2 cols under 992px, 1 col under 600px.
   These bespoke rules must win over the global 768px collapse of .pt-grid--3,
   so they are scoped to .pt-solutions__grid (extra class = higher specificity). */
@media (max-width: 992px) {
	.pt-solutions__grid.pt-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Keep 2 columns through the global 768px breakpoint (which would otherwise
   force a single column between 600px and 768px). */
@media (max-width: 768px) {
	.pt-solutions__grid.pt-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.pt-solutions__grid.pt-grid--3 {
		grid-template-columns: minmax(0, 1fr);
	}

	.pt-solutions__card {
		padding: 24px 22px;
	}
}


/* ============================================================
   SECTION: why-choose
   ============================================================ */
/* ============================================================
   WHY CHOOSE  (.pt-why)
   ============================================================ */
.pt-why__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 44px 28px;
}

.pt-why__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 8px 4px;
}

.pt-why__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 22px;
	border-radius: var(--pt-radius-pill);
	color: var(--pt-primary);
	background: var(--pt-primary-light);
	box-shadow: 0 0 0 1px rgba(27, 77, 224, 0.12), 0 0 0 6px var(--pt-primary-soft);
	transition: transform var(--pt-ease), box-shadow var(--pt-ease);
}

.pt-why__badge svg {
	width: 28px;
	height: 28px;
	stroke-width: 1.9;
}

.pt-why__item:hover .pt-why__badge {
	transform: translateY(-4px);
	box-shadow: 0 0 0 1px rgba(27, 77, 224, 0.12), 0 12px 24px -10px rgba(27, 77, 224, 0.4);
}

/* Tinted variants — each badge keeps its own colour family */
.pt-why__badge--blue {
	color: var(--pt-primary);
	background: var(--pt-primary-light);
	box-shadow: 0 0 0 1px rgba(27, 77, 224, 0.12), 0 0 0 6px var(--pt-primary-soft);
}
.pt-why__badge--green {
	color: var(--pt-green);
	background: var(--pt-green-light);
	box-shadow: 0 0 0 1px rgba(31, 169, 126, 0.15), 0 0 0 6px rgba(31, 169, 126, 0.06);
}
.pt-why__badge--purple {
	color: var(--pt-purple);
	background: var(--pt-purple-light);
	box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.15), 0 0 0 6px rgba(139, 92, 246, 0.06);
}
.pt-why__badge--orange {
	color: var(--pt-orange);
	background: var(--pt-orange-light);
	box-shadow: 0 0 0 1px rgba(242, 153, 74, 0.18), 0 0 0 6px rgba(242, 153, 74, 0.07);
}
.pt-why__badge--cyan {
	color: var(--pt-cyan);
	background: var(--pt-cyan-light);
	box-shadow: 0 0 0 1px rgba(43, 179, 192, 0.16), 0 0 0 6px rgba(43, 179, 192, 0.06);
}

.pt-why__item:hover .pt-why__badge--green {
	box-shadow: 0 0 0 1px rgba(31, 169, 126, 0.15), 0 12px 24px -10px rgba(31, 169, 126, 0.45);
}
.pt-why__item:hover .pt-why__badge--purple {
	box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.15), 0 12px 24px -10px rgba(139, 92, 246, 0.45);
}
.pt-why__item:hover .pt-why__badge--orange {
	box-shadow: 0 0 0 1px rgba(242, 153, 74, 0.18), 0 12px 24px -10px rgba(242, 153, 74, 0.45);
}
.pt-why__item:hover .pt-why__badge--cyan {
	box-shadow: 0 0 0 1px rgba(43, 179, 192, 0.16), 0 12px 24px -10px rgba(43, 179, 192, 0.45);
}

.pt-why__title {
	margin: 0 0 8px;
	font-family: var(--pt-font-head);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--pt-heading);
}

.pt-why__desc {
	margin: 0;
	max-width: 22ch;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--pt-text);
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
	.pt-why__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 48px 28px;
	}
	.pt-why__desc {
		max-width: 26ch;
	}
}

@media (max-width: 600px) {
	.pt-why__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 20px;
	}
	.pt-why__badge {
		width: 58px;
		height: 58px;
		margin-bottom: 18px;
	}
	.pt-why__badge svg {
		width: 26px;
		height: 26px;
	}
	.pt-why__title {
		font-size: 1rem;
	}
	.pt-why__desc {
		font-size: 0.875rem;
		max-width: 24ch;
	}
}


/* ============================================================
   SECTION: prince-ai
   ============================================================ */
/* ===== Prince AI banner ===== */
.pt-ai {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient( 120% 140% at 80% 0%, rgba(27,77,224,.45) 0%, rgba(27,77,224,0) 55% ),
		linear-gradient( 155deg, var(--pt-navy) 0%, var(--pt-navy-2) 100% );
	color: #fff;
	isolation: isolate;
}

/* texture + secondary glow */
.pt-ai__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		radial-gradient( rgba(255,255,255,.05) 1px, transparent 1px );
	background-size: 26px 26px;
	mask-image: radial-gradient( 90% 80% at 50% 30%, #000 30%, transparent 80% );
	-webkit-mask-image: radial-gradient( 90% 80% at 50% 30%, #000 30%, transparent 80% );
}
.pt-ai__bg::after {
	content: "";
	position: absolute;
	left: -10%;
	bottom: -30%;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: radial-gradient( circle, rgba(43,179,192,.30) 0%, rgba(43,179,192,0) 70% );
	filter: blur(8px);
}

.pt-ai__inner {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: 64px;
	align-items: center;
}

/* ----- copy ----- */
.pt-ai__copy {
	max-width: 520px;
}
.pt-ai__eyebrow {
	display: inline-block;
	font-family: var(--pt-font-head);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #9DBBFF;
	margin-bottom: 18px;
}
.pt-ai__title {
	font-family: var(--pt-font-head);
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: -.01em;
	color: #fff;
	margin: 0 0 18px;
}
.pt-ai__lead {
	font-size: 17px;
	line-height: 1.65;
	color: rgba(255,255,255,.78);
	margin: 0 0 30px;
}
.pt-ai__copy .pt-btn--light {
	gap: 10px;
}

/* ----- media / glass mockup ----- */
.pt-ai__media {
	position: relative;
	min-height: 360px;
	padding-top: 18px;
}

.pt-ai__prompt {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	font-size: 13.5px;
	font-weight: 600;
	color: rgba(255,255,255,.92);
	background: linear-gradient( 135deg, rgba(27,77,224,.55), rgba(27,77,224,.30) );
	border: 1px solid rgba(255,255,255,.18);
	border-radius: var(--pt-radius-pill);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 10px 30px rgba(8,17,43,.4);
	z-index: 2;
}
.pt-ai__prompt svg {
	color: #9DBBFF;
	flex: none;
}

.pt-ai__exchange {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-top: 56px;
}

.pt-ai__avatar {
	position: relative;
	flex: none;
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient( 140deg, var(--pt-primary) 0%, var(--pt-purple) 100% );
	border: 1px solid rgba(255,255,255,.22);
	box-shadow: 0 0 0 6px rgba(27,77,224,.14), 0 12px 28px rgba(8,17,43,.5);
}
.pt-ai__avatar-glow {
	position: absolute;
	inset: -14px;
	border-radius: 50%;
	background: radial-gradient( circle, rgba(139,92,246,.45) 0%, rgba(139,92,246,0) 70% );
	z-index: -1;
}
.pt-ai__avatar svg { flex: none; }

.pt-ai__result {
	flex: 1 1 auto;
	min-width: 0;
	padding: 20px 22px 22px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: var(--pt-radius);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow: 0 24px 60px rgba(8,17,43,.55);
}

.pt-ai__result-status {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}
.pt-ai__check {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	flex: none;
	border-radius: 50%;
	color: #fff;
	background: var(--pt-green);
	box-shadow: 0 0 0 4px rgba(31,169,126,.18);
}
.pt-ai__result-status strong {
	font-family: var(--pt-font-head);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
.pt-ai__result-text {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255,255,255,.72);
}

/* mini bar chart */
.pt-ai__chart {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	height: 92px;
	padding: 14px 14px 0;
	margin-bottom: 16px;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.10);
	border-radius: var(--pt-radius-sm);
}
.pt-ai__bar {
	flex: 1 1 0;
	border-radius: 5px 5px 2px 2px;
	background: linear-gradient( 180deg, rgba(157,187,255,.85) 0%, rgba(27,77,224,.55) 100% );
	min-height: 8px;
}
.pt-ai__bar--peak {
	background: linear-gradient( 180deg, #fff 0%, var(--pt-primary) 100% );
	box-shadow: 0 0 18px rgba(157,187,255,.5);
}

/* stat tiles */
.pt-ai__tiles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.pt-ai__tile {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 16px;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: var(--pt-radius-sm);
}
.pt-ai__tile-label {
	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,.6);
}
.pt-ai__tile-value {
	font-family: var(--pt-font-head);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.01em;
	color: #fff;
}
.pt-ai__tile-delta {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 700;
	color: #7BE3C0;
}
.pt-ai__tile-delta svg { flex: none; }

/* ----- responsive ----- */
@media (max-width: 992px) {
	.pt-ai__inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}
	.pt-ai__copy { max-width: 640px; }
	.pt-ai__media {
		min-height: 0;
		max-width: 560px;
	}
}

@media (max-width: 768px) {
	.pt-ai__exchange {
		gap: 12px;
		margin-top: 48px;
	}
	.pt-ai__avatar {
		width: 46px;
		height: 46px;
	}
	.pt-ai__result { padding: 18px 18px 20px; }
	.pt-ai__tile-value { font-size: 20px; }
}

@media (max-width: 560px) {
	.pt-ai__prompt {
		position: static;
		margin: 0 0 22px auto;
	}
	.pt-ai__exchange { margin-top: 0; }
	.pt-ai__result { padding: 18px; }
	.pt-ai__tiles { grid-template-columns: 1fr; }
	.pt-ai__copy .pt-btn--light {
		display: flex;
		width: 100%;
		justify-content: center;
	}
}

/* ============================================================
   SECTION: case-studies
   ============================================================ */
/* ==========================================================================
   Case Studies  (.pt-cases)
   ========================================================================== */

.pt-cases__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 48px;
}

.pt-cases__head-text {
	max-width: 640px;
}

.pt-cases__head-text .pt-section-title {
	margin-bottom: 0;
}

.pt-cases__head-link {
	flex: none;
	padding-bottom: 6px;
	white-space: nowrap;
}

/* ---- Grid -------------------------------------------------------------- */
.pt-cases__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	align-items: stretch;
}

/* ---- Card -------------------------------------------------------------- */
.pt-cases__card {
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	height: 100%;
}

/* ---- Media placeholder ------------------------------------------------- */
.pt-cases__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	isolation: isolate;
}

/* Subtle photographic depth: layered gradient + soft glow */
.pt-cases__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient( 120% 80% at 80% 15%, rgba(255, 255, 255, 0.28), transparent 55% ),
		linear-gradient( 180deg, transparent 45%, rgba(11, 23, 57, 0.28) 100% );
	z-index: 1;
}

.pt-cases__media--blue {
	background: linear-gradient( 135deg, var(--pt-primary) 0%, var(--pt-primary-dark) 100% );
}

.pt-cases__media--teal {
	background: linear-gradient( 135deg, var(--pt-cyan) 0%, var(--pt-green) 100% );
}

.pt-cases__media--indigo {
	background: linear-gradient( 135deg, #5B6BE8 0%, var(--pt-navy) 100% );
}

/* Faint watermark icon */
.pt-cases__watermark {
	position: absolute;
	right: -14px;
	bottom: -22px;
	color: #fff;
	opacity: 0.16;
	line-height: 0;
	z-index: 0;
	transform: rotate(-6deg);
}

.pt-cases__watermark svg {
	display: block;
}

/* Circular institution logo badge — lives in the body so it can straddle the
   media/body boundary without being clipped by the media's overflow:hidden. */
.pt-cases__logo {
	position: absolute;
	left: 20px;
	top: -38px;
	z-index: 2;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	box-shadow: var(--pt-shadow);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--pt-border);
}

.pt-cases__logo-text {
	font-family: var(--pt-font-head);
	font-weight: 800;
	font-size: 0.95rem;
	letter-spacing: 0.01em;
	color: var(--pt-primary);
}

/* Uploaded banner image — fills the media block behind the gradient overlay */
.pt-cases__media-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

/* Uploaded institution logo — fits inside the circular badge */
.pt-cases__logo {
	overflow: hidden;
}

.pt-cases__logo-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 6px;
	border-radius: 50%;
}

/* ---- Body -------------------------------------------------------------- */
.pt-cases__body {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 38px 24px 24px;
}

.pt-cases__name {
	font-family: var(--pt-font-head);
	font-weight: 700;
	font-size: 1.05rem;
	line-height: 1.35;
	color: var(--pt-heading);
	margin: 0 0 20px;
}

/* ---- Stats ------------------------------------------------------------- */
.pt-cases__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 20px 0;
	margin-bottom: 4px;
	border-top: 1px solid var(--pt-border);
	border-bottom: 1px solid var(--pt-border);
}

.pt-cases__stat {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.pt-cases__stat-num {
	font-family: var(--pt-font-head);
	font-weight: 800;
	font-size: 1.85rem;
	line-height: 1.05;
	color: var(--pt-primary);
	letter-spacing: -0.02em;
}

.pt-cases__stat-label {
	font-size: 0.82rem;
	line-height: 1.35;
	color: var(--pt-text);
}

/* ---- Read link --------------------------------------------------------- */
.pt-cases__read {
	margin-top: auto;
	padding-top: 20px;
}

/* ---- Responsive -------------------------------------------------------- */
@media (max-width: 992px) {
	.pt-cases__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Third card centers on its own row */
	.pt-cases__card:nth-child(3) {
		grid-column: 1 / -1;
		max-width: 460px;
		margin-inline: auto;
	}
}

@media (max-width: 768px) {
	.pt-cases__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		margin-bottom: 36px;
	}

	.pt-cases__head-link {
		padding-bottom: 0;
	}

	.pt-cases__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pt-cases__card,
	.pt-cases__card:nth-child(3) {
		max-width: 480px;
		margin-inline: auto;
		grid-column: auto;
	}
}

@media (max-width: 560px) {
	.pt-cases__stat-num {
		font-size: 1.6rem;
	}

	.pt-cases__body {
		padding: 36px 20px 22px;
	}
}


/* ============================================================
   SECTION: cta
   ============================================================ */
/* ============================================================
   SECTION: Final CTA  (.pt-cta)
   ============================================================ */

.pt-cta {
	overflow: hidden;
}

.pt-cta__panel {
	position: relative;
	overflow: hidden;
	border-radius: var(--pt-radius-lg);
	background: linear-gradient(135deg, var(--pt-primary), var(--pt-primary-dark));
	box-shadow: var(--pt-shadow-blue);
	padding: 80px 72px;
	isolation: isolate;
}

/* soft radial glow to add depth */
.pt-cta__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(120% 140% at 0% 0%, rgba(255, 255, 255, 0.16), transparent 55%),
		radial-gradient(90% 120% at 100% 100%, rgba(8, 17, 43, 0.30), transparent 60%);
	pointer-events: none;
	z-index: 0;
}

/* faint dotted grid texture, fading in toward the right */
.pt-cta__panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.10) 1.4px, transparent 1.4px);
	background-size: 26px 26px;
	opacity: 0.5;
	pointer-events: none;
	z-index: 0;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 45%);
	mask-image: linear-gradient(90deg, transparent, #000 45%);
}

/* decorative columns / building glyph on the right */
.pt-cta__decor {
	position: absolute;
	right: 56px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	color: #ffffff;
	opacity: 0.10;
	z-index: 1;
	pointer-events: none;
}

.pt-cta__columns {
	width: 300px;
	max-width: 38vw;
	height: auto;
	max-height: 80%;
}

.pt-cta__content {
	position: relative;
	z-index: 2;
	max-width: 620px;
}

.pt-cta__title {
	margin: 0;
	font-family: var(--pt-font-head);
	font-size: 2.2rem;
	line-height: 1.18;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #ffffff;
}

.pt-cta__lead {
	margin: 16px 0 0;
	font-size: 1.125rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
}

.pt-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 36px;
}

.pt-cta__actions .pt-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

/* ----- Responsive ----- */
@media (max-width: 992px) {
	.pt-cta__panel {
		padding: 64px 48px;
	}
	.pt-cta__decor {
		right: 24px;
		opacity: 0.08;
	}
	.pt-cta__columns {
		width: 240px;
	}
}

@media (max-width: 768px) {
	.pt-cta__panel {
		padding: 52px 32px;
		text-align: center;
	}
	.pt-cta__content {
		max-width: 100%;
		margin-inline: auto;
	}
	.pt-cta__decor {
		display: none;
	}
	.pt-cta__title {
		font-size: 1.9rem;
	}
	.pt-cta__actions {
		justify-content: center;
	}
}

@media (max-width: 560px) {
	.pt-cta__panel {
		padding: 44px 22px;
		border-radius: var(--pt-radius);
	}
	.pt-cta__title {
		font-size: 1.6rem;
	}
	.pt-cta__lead {
		font-size: 1rem;
	}
	.pt-cta__actions {
		flex-direction: column;
		gap: 12px;
	}
	.pt-cta__actions .pt-btn {
		width: 100%;
		justify-content: center;
	}
}


