.gef-pdfv {
	--pdfv-red: #ff0000;
	--pdfv-ink: #1a1a1a;
	--pdfv-cream: #fbf4d7;
	font-family: 'Lato', sans-serif;
	color: var(--pdfv-ink);
}

.gef-pdfv * { box-sizing: border-box; }

.gef-pdfv .pdfv-section {
	padding: 72px 20px;
}

.gef-pdfv .pdfv-section.pdfv-tight {
	padding: 48px 20px;
}

.gef-pdfv .pdfv-bg-cream { background: var(--pdfv-cream); }
.gef-pdfv .pdfv-bg-gray { background: #ececec; }

.gef-pdfv .pdfv-inner {
	max-width: 900px;
	margin: 0 auto;
}

.gef-pdfv .pdfv-center { text-align: center; }

.gef-pdfv .pdfv-eyebrow {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12.5px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: var(--pdfv-red);
	margin: 0 0 14px;
}

.gef-pdfv .pdfv-h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
	font-size: clamp(32px, 5vw, 52px);
	margin: 0 0 16px;
}

.gef-pdfv .pdfv-lede {
	font-size: 16px;
	color: rgba(26, 26, 26, 0.65);
	margin: 0 0 8px;
}

.gef-pdfv .pdfv-download-wrap {
	margin: 32px 0 0;
}

.gef-pdfv .pdfv-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff !important;
	background: var(--pdfv-red);
	border: 2px solid var(--pdfv-red);
	padding: 16px 34px;
	border-radius: 999px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	box-shadow: 0 10px 24px rgba(255, 0, 0, 0.25);
}

.gef-pdfv .pdfv-btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.gef-pdfv .pdfv-btn:hover {
	background: #cc0000;
	border-color: #cc0000;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(255, 0, 0, 0.32);
}

.gef-pdfv .pdfv-pages {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
}

.gef-pdfv .pdfv-page {
	margin: 0;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
	border-radius: 4px;
	overflow: hidden;
}

.gef-pdfv .pdfv-page img {
	display: block;
	width: 100%;
	height: auto;
}

.gef-pdfv .pdfv-page-num {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: rgba(26, 26, 26, 0.45);
	padding: 10px 0;
	background: #ffffff;
}

@media screen and (max-width: 640px) {
	.gef-pdfv .pdfv-section { padding: 48px 16px; }
	.gef-pdfv .pdfv-pages { gap: 18px; }
	.gef-pdfv .pdfv-btn { width: 100%; justify-content: center; padding: 15px 20px; }
}
