/* ==========================================================================
   Zwykła strona (Polityka prywatności itp.)
   ========================================================================== */

.pg-head {
	background: var(--ag-ink);
	padding: 72px var(--ag-gutter);
	position: relative;
	overflow: hidden;
}
.pg-head__inner { max-width: 760px; margin: 0 auto; position: relative; }
.pg-title { font-size: 46px; line-height: 1.1; color: var(--ag-cream); letter-spacing: -.03em; }
.pg-lead { font-size: 18px; line-height: 1.6; font-weight: 500; color: var(--ag-on-dark); margin-top: 20px; }

.pg-body { max-width: 760px; margin: 0 auto; padding: 64px 24px 88px; }
.pg-pages { margin-top: 32px; font-weight: 600; }

/* .ag-prose żyje w base.css — tutaj tylko drobne dostrojenie dla stron. */
.pg-body .ag-prose p { margin: 0 0 22px; }
.pg-body .ag-prose li { margin-bottom: 8px; }

@media (max-width: 700px) {
	.pg-head { padding-top: 48px; padding-bottom: 48px; }
	.pg-title { font-size: 29px; }
	.pg-lead { font-size: 15px; }
	.pg-body { padding: 40px 0 56px; }
}
