/* Base shared by PROSSAAM UVIE widgets. Every selector is namespaced with puvie-. */
.puvie-container {
	width: min(1160px, calc(100% - 44px));
	margin-right: auto;
	margin-left: auto;
}

.puvie-container,
.puvie-container * {
	box-sizing: border-box;
}

.puvie-section-title,
.puvie-hero__title {
	margin: 0 0 18px;
	color: #1f2933;
	font-family: inherit;
	font-size: clamp(1.65rem, 3vw, 2.45rem);
	font-weight: 850;
	letter-spacing: -0.03em;
	line-height: 1.08;
	text-wrap: balance;
}

.puvie-section-description,
.puvie-intro__copy p,
.puvie-hero__description,
.puvie-cta__description {
	margin: 0;
	color: #536170;
	font-family: inherit;
	font-size: 1.02rem;
	line-height: 1.72;
}

.puvie-section-header {
	max-width: 880px;
	margin: 0 auto 42px;
}

.puvie-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 18px;
	padding: 8px 18px;
	border: 1px solid rgba(13, 122, 82, 0.17);
	border-radius: 999px;
	background: #eaf7f1;
	color: #0d7a52;
	font-family: inherit;
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.puvie-eyebrow--dark {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.09);
	color: #b8f4d8;
}

.puvie-button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 28px;
}

.puvie-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 15px 28px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-family: inherit;
	font-size: 0.96rem;
	font-weight: 800;
	letter-spacing: 0.005em;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.puvie-button:hover {
	transform: translateY(-2px);
}

.puvie-check-list {
	display: grid;
	gap: 11px;
	margin: 14px 0 0;
	padding: 0;
	color: #536170;
	list-style: none;
}

.puvie-check-list li {
	position: relative;
	padding-left: 26px;
	font-family: inherit;
	font-size: 0.96rem;
	line-height: 1.55;
}

.puvie-check-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #0d7a52;
	content: "✓";
	font-weight: 900;
}

@media (max-width: 720px) {
	.puvie-container {
		width: min(100% - 28px, 1160px);
	}

	.puvie-section-header {
		margin-bottom: 30px;
	}

	.puvie-button-row {
		justify-content: center;
	}

	.puvie-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.puvie-button,
	.puvie-services__card,
	.puvie-reasons__card,
	.puvie-process__card,
	.puvie-benefits__card,
	.puvie-faq__card {
		transition: none !important;
	}
}
