.pp-technical-lighting-page .tech-lighting__hero {
	background: linear-gradient(180deg, #eef1f6 0%, #f8fafc 100%);
	padding: 2.5rem 0 2rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.pp-technical-lighting-page .tech-lighting__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1d5198;
}

.pp-technical-lighting-page .tech-lighting__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	line-height: 1.2;
	color: #0c1424;
}

.pp-technical-lighting-page .tech-lighting__lead {
	max-width: 46rem;
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: rgba(12, 20, 36, 0.78);
}

.pp-technical-lighting-page .tech-lighting__hero-cta,
.pp-technical-lighting-page .tech-lighting__footer-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pp-technical-lighting-page .tech-lighting__hero-cta {
	margin-top: 1.5rem;
}

.pp-technical-lighting-page .tech-lighting__body {
	padding: 2rem 0 3.5rem;
}

.pp-technical-lighting-page .tech-lighting__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.pp-technical-lighting-page .tech-lighting__card {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.pp-technical-lighting-page .tech-lighting__figure {
	display: block;
	background: #eef1f6;
	aspect-ratio: 320 / 240;
}

.pp-technical-lighting-page .tech-lighting__figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pp-technical-lighting-page .tech-lighting__card-body {
	padding: 1rem 1.1rem 1.25rem;
}

.pp-technical-lighting-page .tech-lighting__card-title {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	color: #0c1424;
}

.pp-technical-lighting-page .tech-lighting__card-desc {
	margin: 0 0 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: rgba(12, 20, 36, 0.72);
}

.pp-technical-lighting-page .tech-lighting__card-link {
	font-size: 0.875rem;
	font-weight: 600;
	color: #1d5198;
	text-decoration: none;
}

.pp-technical-lighting-page .tech-lighting__panel {
	margin-bottom: 2rem;
	padding: 1.5rem;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
}

.pp-technical-lighting-page .tech-lighting__panel-title {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
	color: #0c1424;
}

.pp-technical-lighting-page .tech-lighting__panel-lead {
	margin: 0 0 1rem;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.74);
}

.pp-technical-lighting-page .tech-lighting__list {
	margin: 0;
	padding-left: 1.2rem;
	line-height: 1.7;
	color: rgba(12, 20, 36, 0.78);
}

.pp-technical-lighting-page .tech-lighting__faq-item {
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	padding: 0.75rem 0;
}

.pp-technical-lighting-page .tech-lighting__faq-item summary {
	cursor: pointer;
	font-weight: 600;
	color: #0c1424;
}

.pp-technical-lighting-page .tech-lighting__faq-item p {
	margin: 0.5rem 0 0;
	line-height: 1.65;
	color: rgba(12, 20, 36, 0.74);
}

.pp-technical-lighting-page .tech-lighting__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.625rem 1.25rem;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
}

.pp-technical-lighting-page .tech-lighting__btn--primary {
	background: #1d5198;
	color: #fff;
}

.pp-technical-lighting-page .tech-lighting__btn--ghost {
	border: 1px solid rgba(29, 81, 152, 0.35);
	color: #1d5198;
	background: #fff;
}

@media (max-width: 991px) {
	.pp-technical-lighting-page .tech-lighting__grid {
		grid-template-columns: 1fr;
	}
}
