:root {
	--pk-primary: #123c9b;
	--pk-primary-2: #274bb2;
	--pk-accent: #28c7c1;
	--pk-accent-2: #7be0da;
	--pk-bg: #f6f9ff;
	--pk-card: rgba(255, 255, 255, 0.72);
	--pk-card-solid: #ffffff;
	--pk-text: #24344d;
	--pk-muted: #5f728d;
	--pk-border: rgba(18, 60, 155, 0.10);
	--pk-shadow: 0 18px 60px rgba(18, 60, 155, 0.12);
	--pk-shadow-soft: 0 10px 30px rgba(18, 60, 155, 0.08);
	--pk-radius: 22px;
	--pk-radius-sm: 14px;
	--pk-max: 1220px;
}
img {
	max-width: 100%;
	display: block;
}
.section {
	padding: 84px 0;
	position: relative;
}

.section.compact {
	padding: 64px 0;
}

.kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(18, 60, 155, 0.07);
	color: var(--pk-primary);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .12em;
	border: 1px solid rgba(18, 60, 155, 0.08);
}

.hero .kicker {
	background: rgba(255, 255, 255, 0.9);
	color: var(--pk-primary);
	border-color: rgba(255, 255, 255, 0.2);
}
.section-header {
	max-width: 800px;
	margin-bottom: 36px;
}

.section-header h2 {
	margin: 18px 0 12px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	color: var(--pk-primary);
	letter-spacing: -.03em;
}

.section-header p {
	margin: 0;
	font-size: 17px;
	line-height: 1.85;
	color: var(--pk-muted);
}
.glass {
	background: var(--pk-card);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, .55);
	box-shadow: var(--pk-shadow);
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 24px;
	border-radius: 14px;
	font-weight: 700;
	font-size: 15px;
	transition: .28s ease;
	border: 1px solid transparent;
}

.btn-primary {
	color: white;
	transition: .28s ease;
	background: linear-gradient(135deg, var(--pk-accent), #18b7c9 100%);
	box-shadow: 0 14px 30px rgba(40, 199, 193, .24);
}

.btn-primary:hover {
	color: white;
	transform: translateY(-2px);
}

.btn-secondary {
	background: rgba(255, 255, 255, .72);
	color: var(--pk-primary);
	border-color: rgba(18, 60, 155, .12);
}

.btn-secondary:hover {
	background: white;
	transform: translateY(-2px);
}

/* hero */

.hero {
	position: relative;
	overflow: hidden;
	padding: 64px 0 88px;
	background: radial-gradient(circle at 15% 18%, rgba(40, 199, 193, .18), transparent 18%), radial-gradient(circle at 84% 24%, rgba(86, 122, 255, .18), transparent 22%), linear-gradient(135deg, #0b2572 0%, #133a98 42%, #1247a8 100%);
	color: white;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, .45), transparent 92%);
	opacity: .28;
}

.hero-wrap {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: 46px;
	align-items: center;
}

.hero-copy {
	max-width: 680px;
}

.hero h1 {
	margin: 20px 0 18px;
	font-size: clamp(36px, 5vw, 58px);
	line-height: 1.1;
	letter-spacing: -.02em;
}

.hero-lead {
	margin: 0 0 16px;
	font-size: clamp(16px, 1.6vw, 18px);
	line-height: 1.55;
	color: rgba(255, 255, 255, .92);
	font-weight: 500;
	max-width: 620px;
}

.hero-sub {
	margin: 0 0 28px;
	font-size: clamp(14px, 1.65vw, 17px);
	line-height: 1.85;
	color: rgba(255, 255, 255, .76);
	max-width: 620px;
}

.hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 26px;
}

.hero-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .10);
	border: 1px solid rgba(255, 255, 255, .12);
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, .95);
}

.hero-visual {
	position: relative;
	min-height: 560px;
}

.visual-stage {
	position: absolute;
	inset: 0;
	border-radius: 34px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04));
	border: 1px solid rgba(255, 255, 255, .14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 30px 60px rgba(4, 16, 55, .32);
	overflow: hidden;
}

.orb {
	position: absolute;
	inset: 10% 8% 12% 8%;
	border-radius: 30px;
	overflow: hidden;
	background: radial-gradient(circle at 50% 46%, rgba(146, 255, 247, .20), transparent 20%), radial-gradient(circle at 48% 48%, rgba(255, 255, 255, .12), transparent 30%), linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
}

.ring {
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	border: 1px solid rgba(143, 242, 234, .22);
	transform: translate(-50%, -50%);
	animation: pulse 8s linear infinite;
}

.ring.r1 {
	width: 140px;
	height: 140px;
}

.ring.r2 {
	width: 220px;
	height: 220px;
	animation-duration: 11s;
}

.ring.r3 {
	width: 320px;
	height: 320px;
	animation-duration: 14s;
}

.ring.r4 {
	width: 420px;
	height: 420px;
	animation-duration: 18s;
}

.vertical-beams {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 16px;
	padding: 0 38px;
	align-items: end;
}

.vertical-beams span {
	display: block;
	width: 2px;
	justify-self: center;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(143, 242, 234, .66));
	animation: beam 4s ease-in-out infinite;
}

.vertical-beams span:nth-child(1) {
	height: 38%;
	animation-delay: .1s;
}

.vertical-beams span:nth-child(2) {
	height: 52%;
	animation-delay: .4s;
}

.vertical-beams span:nth-child(3) {
	height: 64%;
	animation-delay: .7s;
}

.vertical-beams span:nth-child(4) {
	height: 75%;
	animation-delay: .2s;
}

.vertical-beams span:nth-child(5) {
	height: 84%;
	animation-delay: .5s;
}

.vertical-beams span:nth-child(6) {
	height: 92%;
	animation-delay: .9s;
}

.vertical-beams span:nth-child(7) {
	height: 82%;
	animation-delay: .3s;
}

.vertical-beams span:nth-child(8) {
	height: 70%;
	animation-delay: .6s;
}

.vertical-beams span:nth-child(9) {
	height: 59%;
	animation-delay: 1s;
}

.vertical-beams span:nth-child(10) {
	height: 48%;
	animation-delay: .8s;
}

.vertical-beams span:nth-child(11) {
	height: 35%;
	animation-delay: .25s;
}

.vertical-beams span:nth-child(12) {
	height: 28%;
	animation-delay: .55s;
}

.floating-card,
.disclaimer-badge {
	position: absolute;
	border-radius: 24px;
	padding: 24px;
	color: white;
	background: rgba(20, 40, 80, 0.75);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	animation: float 6s ease-in-out infinite;
	cursor: pointer;
	z-index: 1;
}

.floating-card:hover,
.disclaimer-badge:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 40px 70px rgba(0, 0, 0, 0.6), 0 0 0 2px rgba(255, 255, 255, 0.2) inset;
}

.floating-card.small {
	width: 260px;
}

.floating-card.large {
	width: 300px;
}

.floating-card h4,
.disclaimer-badge .mini {
	margin: 0 0 12px;
	font-size: 18px;
	letter-spacing: 0.3px;
	font-weight: 700;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.floating-card p,
.disclaimer-badge span {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.fc-1 {
	top: 0px;
	left: -10px;
	animation-delay: 0s;
}

.fc-2 {
	top: 80px;
	right: -15px;
	animation-delay: 1.5s;
	width: 280px;
}

.fc-3 {
	bottom: 20px;
	left: 15px;
	animation-delay: 0.8s;
	width: 300px;
}

.disclaimer-badge {
	right: 10px;
	bottom: 10px;
	width: 260px;
	animation: float 7s ease-in-out infinite;
	animation-delay: 2.2s;
}

.iso-orange {
	background: #f97316;
	color: white;
	padding: 9px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .12em;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: 8px;
	flex-shrink: 0;
}

@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(.94);
		opacity: .5
	}
	50% {
		transform: translate(-50%, -50%) scale(1.02);
		opacity: 1
	}
	100% {
		transform: translate(-50%, -50%) scale(.94);
		opacity: .5
	}
}

@keyframes beam {
	0%,
	100% {
		opacity: .35;
		transform: scaleY(.92)
	}
	50% {
		opacity: 1;
		transform: scaleY(1.04)
	}
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0px);
	}
}

.stats-grid,
.service-grid,
.highlight-grid,
.workflow-grid,
.class-grid,
.faq-grid,
.resource-grid,
.partners-grid {
	display: grid;
	gap: 22px;
}

.partners-grid {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
}

.partner-item {
	background: #fff;
	border-radius: 16px;
	padding: 28px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(18, 60, 155, 0.1);
	backdrop-filter: blur(4px);
	box-shadow: var(--pk-shadow-soft);
	font-weight: 500;
	color: var(--pk-muted);
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	transition: 0.2s;
}
.partner-item img{
	width: 100%;
	height: 70px;
	object-fit: contain;
}
.partner-item:hover {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 12px 24px rgba(18, 60, 155, 0.12);
}

.stats-grid {
	grid-template-columns: repeat(3, 1fr);
}

.stat-card,
.service-card,
.highlight-card,
.workflow-card,
.class-card,
.resource-card {
	border-radius: 24px;
	padding: 32px;
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(18, 60, 155, .08);
	box-shadow: var(--pk-shadow-soft);
	transition: .28s ease;
}

.stat-card h3 {
	margin: 0 0 8px;
	font-size: 20px;
	color: var(--pk-primary);
}

.stat-card p {
	margin: 0;
	color: var(--pk-muted);
	line-height: 1.8;
	font-size: 16px;
}

.stat-card:hover,
.service-card:hover,
.highlight-card:hover,
.workflow-card:hover,
.class-card:hover,
.resource-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(18, 60, 155, .12);
}

.stat-card::before,
.service-card::before,
.highlight-card::before,
.workflow-card::before,
.class-card::before,
.resource-card::before {
	content: "";
	position: absolute;
	inset: auto -40px -60px auto;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(40, 199, 193, .14), transparent 70%);
	pointer-events: none;
}

.service-grid {
	grid-template-columns: repeat(3, 1fr);
}

.service-card {
	padding-top: 72px;
	min-height: 250px;
}

.service-icon {
	position: absolute;
	left: 26px;
	top: 24px;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(18, 60, 155, .95), rgba(40, 199, 193, .88));
	display: grid;
	place-items: center;
	color: white;
	font-size: 16px;
	font-weight: 800;
	box-shadow: 0 12px 20px rgba(18, 60, 155, .16);
}

.service-card h3 {
	margin: 0 0 12px;
	font-size: 22px;
	letter-spacing: -.02em;
	color: var(--pk-primary);
}

.service-link {
	display: inline-flex;
	margin-top: 18px;
	font-size: 14px;
	font-weight: 700;
	color: var(--pk-primary-2);
}

.grid-span-2 {
	grid-column: span 2;
}

.highlight-wrap {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 26px;
	align-items: stretch;
}

.highlight-grid {
	grid-template-columns: repeat(2, 1fr);
}

.image-placeholder {
	width: 100%;
	height: 200px;
	background: linear-gradient(145deg, #e0e7ff, #cbd5e1);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pk-primary);
	font-size: 16px;
	font-weight: 500;
	border: 1px solid rgba(18, 60, 155, 0.2);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
	margin-bottom: 0;
	text-align: center;
	padding: 0px;
	overflow: hidden;
}
.image-placeholder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.image-placeholder:hover img{
	transform: scale(1.1); 
}
.highlight-card {
	display: flex;
	flex-direction: column;
	padding: 24px;
}

.highlight-visual {
	border-radius: 30px;
	padding: 26px;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 72% 22%, rgba(40, 199, 193, .18), transparent 18%), linear-gradient(140deg, #ffffff 0%, #eef5ff 100%);
	border: 1px solid rgba(18, 60, 155, .08);
	box-shadow: var(--pk-shadow);
}

.visual-billboard {
	position: sticky;
	top: 110px;
	border-radius: 24px;
	padding: 28px;
	background: linear-gradient(145deg, #143e9e 0%, #0d2d7b 100%);
	color: white;
	min-height: 420px;
	overflow: hidden;
}

.visual-billboard::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 84% 20%, rgba(123, 224, 218, .24), transparent 16%), radial-gradient(circle at 18% 88%, rgba(255, 255, 255, .12), transparent 18%);
}

.visual-billboard h3 {
	position: relative;
	margin: 0 0 12px;
	font-size: 30px;
	color: white;
}

.visual-billboard p {
	position: relative;
	margin: 0;
	color: rgba(255, 255, 255, .82);
	line-height: 1.9;
}

.bullet-list {
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.bullet-list li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, .88);
	line-height: 1.8;
	font-size: 15px;
}

.bullet-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--pk-accent), white);
}

.library-mini {
	margin-top: 24px;
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .10);
	border: 1px solid rgba(255, 255, 255, .12);
}

.library-mini strong {
	display: block;
	font-size: 15px;
	margin-bottom: 8px;
}

.library-mini span {
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	line-height: 1.8;
}

.workflow-grid {
	grid-template-columns: repeat(5, 1fr);
}

.workflow-card {
	padding-top: 24px;
	min-height: 270px;
	display: flex;
	flex-direction: column;
}

.workflow-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--pk-accent);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	font-size: 24px;
	color: white;
	box-shadow: 0 8px 16px rgba(40, 199, 193, 0.3);
}

.step-no {
	position: absolute;
	left: 24px;
	top: 18px;
	font-size: 44px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -.05em;
	color: rgba(18, 60, 155, .12);
}

.workflow-card h3 {
	margin: 0 0 12px;
	font-size: 20px;
	color: var(--pk-primary);
}

.class-grid {
	grid-template-columns: repeat(3, 1fr);
}

.class-card h3 {
	margin: 0 0 10px;
	font-size: 20px;
	color: var(--pk-primary);
}

.resource-grid {
	grid-template-columns: 1.2fr .8fr;
	align-items: stretch;
}

.resource-card h3 {
	margin: 0 0 12px;
	font-size: 24px;
	color: var(--pk-primary);
}

.resource-stack {
	display: grid;
	gap: 16px;
}

.resource-pill {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 18px;
	border-radius: 18px;
	background: rgba(18, 60, 155, .04);
	border: 1px solid rgba(18, 60, 155, .06);
}

.resource-pill strong {
	display: block;
	font-size: 15px;
	color: var(--pk-primary);
	margin-bottom: 4px;
}

.resource-pill span {
	display: block;
	font-size: 14px;
	color: var(--pk-muted);
	line-height: 1.8;
}

.photo-card p {
	font-size: 18px;
	line-height: 1.7;
	color: var(--pk-muted);
}

.faq-shell {
	display: grid;
	grid-template-columns: .88fr 1.12fr;
	gap: 26px;
}

.faq-intro {
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(145deg, #123c9b, #0b2f81);
	color: white;
	box-shadow: var(--pk-shadow);
	position: sticky;
	top: 110px;
	height: fit-content;
}

.faq-intro h3 {
	margin: 0 0 12px;
	color: white;
	font-size: 30px;
}

.faq-intro p {
	margin: 0;
	color: rgba(255, 255, 255, .84);
	line-height: 1.9;
}

.faq-intro .note {
	margin-top: 20px;
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .10);
	border: 1px solid rgba(255, 255, 255, .10);
	font-size: 14px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .82);
}

.faq-grid {
	grid-template-columns: 1fr;
}

.faq-item {
	border-radius: 22px;
	overflow: hidden;
	background: white;
	border: 1px solid rgba(18, 60, 155, .08);
	box-shadow: var(--pk-shadow-soft);
}

.faq-q {
	cursor: pointer;
	padding: 22px 24px;
	font-size: 17px;
	font-weight: 700;
	color: var(--pk-primary);
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
}

.faq-q span {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(18, 60, 155, .08);
	color: var(--pk-primary);
	transition: .25s ease;
}

.faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease;
	padding: 0 24px;
	color: var(--pk-muted);
	line-height: 1.9;
	font-size: 15px;
}

.faq-item.active .faq-a {
	max-height: 280px;
	padding: 0 24px 22px;
}

.faq-item.active .faq-q span {
	transform: rotate(45deg);
}

.footer-cta {
	padding: 80px 0;
	background: linear-gradient(135deg, rgba(18, 60, 155, .98), rgba(16, 84, 170, .94));
	color: white;
	position: relative;
	overflow: hidden;
}

.footer-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 12% 16%, rgba(123, 224, 218, .18), transparent 18%), radial-gradient(circle at 88% 78%, rgba(255, 255, 255, .12), transparent 24%);
}

.footer-cta .maincon {
	position: relative;
	z-index: 2;
}

.footer-cta-grid {
	display: grid;
	grid-template-columns: .88fr 1.12fr;
	gap: 28px;
	align-items: start;
}

.footer-cta h2 {
	margin: 0 0 16px;
	color: white;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.05;
	letter-spacing: -.04em;
}

.footer-cta p {
	margin: 0;
	color: rgba(255, 255, 255, .84);
	font-size: 16px;
	line-height: 1.9;
}
.footer-cta .forms label{
	display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .92);
}
.footer-cta .forms .form_control {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .16);
    outline: none;
    resize: vertical;
    background: rgba(255, 255, 255, .10);
    color: white;
    border-radius: 14px;
    padding: 14px 16px;
    font: inherit;
}
.footer-cta .forms .form_control::-webkit-input-placeholder{
  color: rgba(255,255,255,.52);
}
.footer-cta .forms .form_control::-moz-placeholder{
  color: rgba(255,255,255,.52);
}
.footer-cta .forms .form_control::-moz-placeholder{
  color: rgba(255,255,255,.52);
}
.footer-cta .forms .form_control::-ms-input-placeholder{
  color: rgba(255,255,255,.52);
}
.footer-cta .forms .submit-btn{
	color: white;
    background: linear-gradient(135deg, var(--pk-accent), #18b7c9 100%);
    box-shadow: 0 14px 30px rgba(40, 199, 193, .24);
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 15px;
    transition: .28s ease;
    border: 1px solid transparent;
}
.footer-cta .forms .submit-btn:hover{
	transform: translateY(-3px);
}
.footer-cta .library-link{
	margin-top: 15px;
}
.footer-cta .library-link a{
	font-size: 14px;
    font-weight: 700;
    color: #a9fff7;
}
.cta-points {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.cta-points li {
	margin-bottom: 12px;
	padding-left: 18px;
	position: relative;
	color: rgba(255, 255, 255, .9);
	line-height: 1.8;
}

.cta-points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7be0da;
}

.cta-form {
	border-radius: 26px;
	padding: 28px;
	background: rgba(255, 255, 255, .10);
	border: 1px solid rgba(255, 255, 255, .14);
	backdrop-filter: blur(14px);
	box-shadow: 0 20px 50px rgba(4, 16, 55, .24);
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.form-group.full {
	grid-column: 1 / -1;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .92);
}

.form-group input,
.form-group textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .16);
	outline: none;
	resize: vertical;
	background: rgba(255, 255, 255, .10);
	color: white;
	border-radius: 14px;
	padding: 14px 16px;
	font: inherit;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: rgba(255, 255, 255, .52);
}

.form-actions {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 18px;
}

.library-link {
	font-size: 14px;
	font-weight: 700;
	color: #a9fff7;
}

.site-footer {
	padding: 22px 0 32px;
	background: #0a255f;
	color: rgba(255, 255, 255, .74);
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.site-footer-wrap {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	flex-wrap: wrap;
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-brand .brand-mark-small {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: linear-gradient(135deg, #1e3a8a, #2563eb);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 800;
	font-size: 18px;
}

.footer-brand strong {
	display: block;
	color: white;
	font-size: 15px;
}

.footer-brand span {
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, .66);
}

.reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

.dmpk-network-banner {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 220px;
	background: radial-gradient(circle at 50% 50%, #173b7a 0%, #0a1b40 100%);
	overflow: hidden;
	border-radius: 22px;
	font-family: 'Inter', sans-serif;
	box-shadow: var(--pk-shadow-soft);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.network-lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.network-lines line {
	stroke: rgba(40, 199, 193, 0.3);
	stroke-width: 1.5;
}

.network-lines .line-glow {
	stroke: rgba(40, 199, 193, 0.6);
	stroke-width: 2;
	filter: drop-shadow(0 0 4px #28c7c1);
}

.nodes-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.node {
	position: absolute;
	display: flex;
	align-items: center;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

.node:hover {
	transform: translate(-50%, -50%) scale(1.05);
	z-index: 10;
}

.dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #28c7c1;
	border-radius: 50%;
	box-shadow: 0 0 12px 3px rgba(40, 199, 193, 0.8);
	position: relative;
}

.dot::after {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border: 1px solid rgba(40, 199, 193, 0.4);
	border-radius: 50%;
	animation: pulse 2s infinite;
}

.label {
	margin-left: 12px;
	white-space: nowrap;
	letter-spacing: 0.5px;
}

.primary-node .label {
	color: #ffffff;
	font-size: clamp(14px, 1.2vw, 18px);
	font-weight: 600;
	text-shadow: 0 0 10px rgba(40, 199, 193, 0.5);
}

.secondary-node {
	opacity: 0.7;
}

.secondary-node .label {
	color: #e0e8f5;
	font-size: clamp(12px, 1vw, 14px);
	font-weight: 400;
}

.secondary-node:hover {
	opacity: 1;
}

@media (max-width: 1120px) {
	.service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-span-2 {
		grid-column: span 2;
	}
	.dmpk-network-banner {
		min-height: 200px;
	}
}

@media (max-width: 780px) {
	.service-grid {
		grid-template-columns: 1fr;
	}
	.grid-span-2 {
		grid-column: span 1;
	}
	.dmpk-network-banner {
		min-height: 260px;
	}
	.primary-node .label {
		font-size: 15px;
	}
	.secondary-node .label {
		font-size: 12px;
	}
	.label {
		white-space: normal;
		max-width: 90px;
		line-height: 1.3;
	}
}

.photo-card {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.photo-card h3 {
	margin: 0 0 12px;
	font-size: 24px;
	color: var(--pk-primary);
}

.lab-photo-frame {
	position: relative;
	min-height: 430px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(18, 60, 155, .08);
	background: rgb(243,246,255);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 16px 40px rgba(18, 60, 155, .10);
}

.lab-photo-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(18, 60, 155, .07) 1px, transparent 1px), linear-gradient(rgba(18, 60, 155, .05) 1px, transparent 1px);
	background-size: 56px 56px;
	opacity: .35;
}

.lab-icon-cluster {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.lab-icon-cluster img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.lab-panel,
.lab-tube,
.lab-screen,
.lab-orbital {
	position: absolute;
	border-radius: 18px;
	background: rgba(255, 255, 255, .42);
	border: 1px solid rgba(255, 255, 255, .65);
	box-shadow: 0 12px 26px rgba(18, 60, 155, .08);
	backdrop-filter: blur(10px);
}

.lab-panel {
	left: 10%;
	top: 16%;
	width: 42%;
	height: 30%;
}

.lab-screen {
	right: 10%;
	top: 12%;
	width: 28%;
	height: 22%;
}

.lab-orbital {
	right: 14%;
	bottom: 20%;
	width: 22%;
	height: 24%;
	border-radius: 50%;
}

.lab-tube {
	left: 18%;
	bottom: 16%;
	width: 18%;
	height: 26%;
}

.lab-tube::before,
.lab-screen::before,
.lab-panel::before {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	top: 18px;
	height: 2px;
	background: rgba(18, 60, 155, .14);
	box-shadow: 0 16px 0 rgba(18, 60, 155, .10), 0 32px 0 rgba(18, 60, 155, .08), 0 48px 0 rgba(18, 60, 155, .06);
}

.lab-tube::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 18px;
	width: 44%;
	height: 34%;
	border-radius: 12px 12px 16px 16px;
	background: linear-gradient(180deg, rgba(40, 199, 193, .65), rgba(18, 60, 155, .30));
}

.lab-screen::after {
	content: "";
	position: absolute;
	inset: 16px;
	border-radius: 14px;
	background: radial-gradient(circle at 50% 50%, rgba(123, 224, 218, .55), rgba(18, 60, 155, .20) 48%, transparent 60%);
}

.lab-orbital::before {
	content: "";
	position: absolute;
	inset: 22%;
	border-radius: 50%;
	border: 2px solid rgba(18, 60, 155, .14);
	box-shadow: 0 0 0 18px rgba(18, 60, 155, .07), 0 0 0 36px rgba(18, 60, 155, .04);
}



@media (max-width: 1400px) {



.workflow-grid {
    grid-template-columns: repeat(3, 1fr);
}
.stat-card h3{
	font-size: 20px;
}
.service-card h3{
	font-size: 20px;
}
.visual-billboard h3{
	font-size: 20px;
}
.workflow-card h3{
	font-size: 20px;
}
.class-card h3{
	font-size: 20px;
}
.resource-card h3{
	font-size: 20px;
}
.faq-intro h3{
	font-size: 20px;
}
.section-header h2{
	font-size: 28px;
}
.footer-cta h2{
	font-size: 28px;
}
.hero h1{
	font-size: 35px;
}
}


@media (max-width: 1200px) {




.footer-cta-grid{
	grid-template-columns: 1fr;
}
.faq-intro{
	position: static;
}
.faq-shell{
	grid-template-columns: 1fr;
}
.resource-grid{
	grid-template-columns: 1fr;
}
.highlight-wrap{
	grid-template-columns: 1fr;
}
.hero-copy,.hero-lead,.hero-sub{
    max-width: 100%;
}
.hero-wrap{
	grid-template-columns: 1fr;
}
.hero h1{
	font-size: 30px;
}	
}

@media (max-width: 1000px) {



.partners-grid{
	grid-template-columns: repeat(2, 1fr);
}
.class-grid {
    grid-template-columns: 1fr;
}
.workflow-grid {
    grid-template-columns: repeat(2, 1fr);
}
.stats-grid {
    grid-template-columns: 1fr;
}
.highlight-visual{
	padding: 30px 15px;
}
.visual-billboard{
	padding: 30px 15px;
}
.stat-card h3{
	font-size: 19px;
}
.service-card h3{
	font-size: 19px;
}
.visual-billboard h3{
	font-size: 19px;
}
.workflow-card h3{
	font-size: 19px;
}
.class-card h3{
	font-size: 19px;
}
.resource-card h3{
	font-size: 19px;
}
.faq-intro h3{
	font-size: 19px;
}
.section-header h2{
	font-size: 23px;
}
.footer-cta h2{
	font-size: 23px;
}
.hero h1{
	font-size: 25px;
}	
}

@media (max-width: 800px) {


.lab-photo-frame{
	min-height: 210px;
}
.cta-form{
	padding: 30px 15px;
	backdrop-filter: blur(0px);
}
.partners-grid{
	grid-template-columns: 1fr;
}
.workflow-grid {
    grid-template-columns: 1fr;
}
.highlight-grid {
    grid-template-columns: 1fr;
}	
}