/* ============================================================
   MODERN PAGES — PIL Modern Page + PIL About Page templates
   Matches the homepage design system (navy #19191A · blue #009FD8)
   + Elementor polish for /list-your-business/ and /businesses/.
   ============================================================ */

.pil-page {
	background: #fff;
	color: #2A3A5C;
	line-height: 1.65;
}

.pil-page *,
.pil-page *::before,
.pil-page *::after {
	box-sizing: border-box;
}

.pil-page-container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ---------- HERO ---------- */
.pil-page-hero {
	background: linear-gradient(135deg, #19191A 0%, #008ECB 100%);
	padding: 56px 0 66px;
	color: #fff;
}

.pil-page-crumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, .65);
	margin-bottom: 24px;
}

.pil-page-crumbs a {
	color: rgba(255, 255, 255, .85);
	text-decoration: none;
	transition: color .2s ease;
}

.pil-page-crumbs a:hover {
	color: #fff;
}

.pil-page-crumb-sep {
	opacity: .7;
}

.pil-page-eyebrow {
	display: inline-block;
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #93c5fd;
	margin-bottom: 12px;
}

.pil-page-title {
	font-size: 38px;
	line-height: 1.15;
	font-weight: 800;
	color: #fff;
	margin: 0 0 12px;
}

.pil-page-sub {
	font-size: 16.5px;
	color: rgba(255, 255, 255, .8);
	margin: 0;
	max-width: 640px;
}

/* ---------- BODY / CONTENT ---------- */
.pil-page-body {
	padding: 48px 0 60px;
	background: #fff;
}

.pil-page-content {
	max-width: 860px;
}

.pil-page-content h2 {
	color: #19191A;
	font-size: 26px;
	font-weight: 800;
	margin: 0 0 10px;
}

.pil-page-content > p {
	color: #5B6B85;
	font-size: 15.5px;
	margin: 0 0 26px;
}

/* Section headers inside content (e.g. "Business Listing Guidelines") */
.pil-page-content h3 {
	position: relative;
	color: #19191A;
	font-size: 21px;
	font-weight: 800;
	margin: 40px 0 14px;
	padding-bottom: 12px;
}

.pil-page-content h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 3px;
	border-radius: 3px;
	background: #009FD8;
}

.pil-page-content h3 + p {
	color: #5B6B85;
	font-size: 15px;
	margin: 0 0 8px;
}

/* Numbered guideline rows (h4 "1. Original Content" + following p) */
.pil-page-content h4 {
	position: relative;
	background: #F2F6FB;
	border: 1px solid #E3EAF3;
	border-left: 4px solid #009FD8;
	border-radius: 12px;
	color: #19191A;
	font-size: 16px;
	font-weight: 700;
	margin: 24px 0 12px;
	padding: 13px 18px;
}

.pil-page-content h4 + p {
	color: #5B6B85;
	font-size: 15px;
	margin: 0 0 8px;
	padding-left: 4px;
}

.pil-page-content a {
	color: #009FD8;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pil-page-content a:hover {
	color: #008ECB;
}

/* ---------- CTA BAND ---------- */
.pil-page-cta {
	background: linear-gradient(135deg, #008ECB, #009FD8);
	padding: 56px 0;
	text-align: center;
	color: #fff;
}

.pil-page-cta h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 10px;
}

.pil-page-cta p {
	color: rgba(255, 255, 255, .82);
	font-size: 15.5px;
	margin: 0 0 24px;
}

.pil-page-cta-btns {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.pil-page-btn {
	display: inline-block;
	padding: 13px 26px;
	border-radius: 999px;
	font-size: 14.5px;
	font-weight: 700;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.pil-page-btn:hover {
	transform: translateY(-2px);
}

.pil-page-btn-primary {
	background: #fff;
	color: #008ECB;
}

.pil-page-btn-primary:hover {
	background: #EAF2FB;
	color: #19191A;
}

.pil-page-btn-ghost {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .5);
}

.pil-page-btn-ghost:hover {
	background: rgba(255, 255, 255, .12);
	color: #fff;
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.pil-about-body {
	padding: 52px 0 20px;
	background: #fff;
}

/* Intro */
.pil-about-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
	gap: 36px;
	align-items: start;
	padding-bottom: 44px;
}

.pil-about-intro-copy h2 {
	color: #19191A;
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 16px;
}

.pil-about-intro-copy p {
	color: #5B6B85;
	font-size: 15.5px;
	margin: 0 0 16px;
}

.pil-about-card {
	background: #F2F6FB;
	border: 1px solid #E3EAF3;
	border-radius: 16px;
	padding: 26px;
	box-shadow: 0 10px 30px rgba(5, 26, 68, 0.06);
}

.pil-about-card h3 {
	color: #19191A;
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 10px;
}

.pil-about-card p {
	color: #5B6B85;
	font-size: 14.5px;
	margin: 0;
}

/* Stats band */
.pil-about-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	background: linear-gradient(135deg, #19191A, #008ECB);
	border-radius: 18px;
	padding: 34px 30px;
	margin-bottom: 52px;
}

.pil-about-stat {
	text-align: center;
}

.pil-about-stat strong {
	display: block;
	color: #fff;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
}

.pil-about-stat span {
	display: block;
	color: rgba(255, 255, 255, .7);
	font-size: 13.5px;
	font-weight: 600;
	margin-top: 6px;
}

/* Sections */
.pil-about-section {
	padding-bottom: 52px;
}

.pil-about-sec-head {
	margin-bottom: 26px;
}

.pil-about-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #009FD8;
	margin-bottom: 8px;
}

.pil-about-sec-head h2 {
	color: #19191A;
	font-size: 27px;
	font-weight: 800;
	margin: 0;
}

/* What We Do cards */
.pil-about-offers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.pil-about-offer {
	background: #fff;
	border: 1px solid #E3EAF3;
	border-radius: 16px;
	padding: 26px 22px;
	box-shadow: 0 10px 30px rgba(5, 26, 68, 0.05);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pil-about-offer:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 50px rgba(5, 26, 68, 0.12);
	border-color: rgba(19, 96, 178, 0.35);
}

.pil-about-offer-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: #EAF2FB;
	font-size: 24px;
	margin-bottom: 14px;
}

.pil-about-offer h3 {
	color: #19191A;
	font-size: 16.5px;
	font-weight: 800;
	margin: 0 0 8px;
}

.pil-about-offer p {
	color: #5B6B85;
	font-size: 13.5px;
	margin: 0;
	line-height: 1.6;
}

/* Values */
.pil-about-values {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.pil-about-value {
	background: #F2F6FB;
	border-radius: 14px;
	padding: 22px 20px;
	border: 1px solid #E3EAF3;
}

.pil-about-value h3 {
	color: #009FD8;
	font-size: 16px;
	font-weight: 800;
	margin: 0 0 8px;
}

.pil-about-value p {
	color: #5B6B85;
	font-size: 13.5px;
	margin: 0;
}

/* ============================================================
   ELEMENTOR POLISH — /list-your-business/ (page 4616)
   Theme-consistent colors over the Elementor landing page.

   NOTE: heading/button/counter colors are intentionally NOT overridden —
   the page's own Elementor colors are already correct (white headings on
   the dark gradient hero, #0F172A on light sections, white stat numbers
   on the stats band). Forcing a global navy would break the hero.
   ============================================================ */
.page-id-4616 .elementor-icon-box-wrapper {
	background: #fff;
	border: 1px solid #E3EAF3;
	border-radius: 16px;
	padding: 26px 22px;
	box-shadow: 0 10px 30px rgba(5, 26, 68, 0.05);
	transition: transform .25s ease, box-shadow .25s ease;
}

.page-id-4616 .elementor-icon-box-wrapper:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 50px rgba(5, 26, 68, 0.12);
}

.page-id-4616 .elementor-icon-box-title {
	color: #19191A;
	font-weight: 800;
}

.page-id-4616 .elementor-icon-box-description {
	color: #5B6B85;
}

.page-id-4616 .elementor-icon-box-icon .elementor-icon {
	color: #009FD8;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
	.pil-page-title {
		font-size: 31px;
	}
	.pil-about-intro {
		grid-template-columns: 1fr;
	}
	.pil-about-offers,
	.pil-about-values {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.pil-about-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px 14px;
	}
}

@media (max-width: 640px) {
	.pil-page-container {
		padding: 0 16px;
	}
	.pil-page-hero {
		padding: 42px 0 50px;
	}
	.pil-page-body {
		padding: 36px 0 46px;
	}
	.pil-page-title {
		font-size: 26px;
	}
	.pil-about-offers,
	.pil-about-values {
		grid-template-columns: 1fr;
	}
	.pil-about-stats {
		grid-template-columns: 1fr 1fr;
		padding: 26px 20px;
	}
	.pil-about-stat strong {
		font-size: 28px;
	}
	.pil-page-cta {
		padding: 44px 0;
	}
}

/* ============================================================
   ABOUT PAGE — dark theme support ([data-theme="dark"])

   Scoped to the about page only (sibling .pil-page templates like
   /guidelines/ are intentionally left untouched). Hero, stats band
   and CTA are already dark navy with white text, so they stay as-is;
   only the white content area, cards and text colors are swapped.
   ============================================================ */
[data-theme="dark"] .pil-page.pil-about {
	background: #0E1420;
	color: #B9C6DB;
}

[data-theme="dark"] .pil-about-body {
	background: #0E1420;
}

/* Intro */
[data-theme="dark"] .pil-about-intro-copy h2 {
	color: #EAF2FB;
}

[data-theme="dark"] .pil-about-intro-copy p {
	color: #B9C6DB;
}

[data-theme="dark"] .pil-about-card {
	background: #151D2E;
	border-color: #24304A;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .pil-about-card h3 {
	color: #EAF2FB;
}

[data-theme="dark"] .pil-about-card p {
	color: #B9C6DB;
}

/* Section heads */
[data-theme="dark"] .pil-about-eyebrow {
	color: #7FB0F0;
}

[data-theme="dark"] .pil-about-sec-head h2 {
	color: #EAF2FB;
}

/* What We Do cards */
[data-theme="dark"] .pil-about-offer {
	background: #151D2E;
	border-color: #24304A;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .pil-about-offer:hover {
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5);
	border-color: rgba(127, 176, 240, 0.4);
}

[data-theme="dark"] .pil-about-offer-icon {
	background: #1E2A45;
}

[data-theme="dark"] .pil-about-offer h3 {
	color: #EAF2FB;
}

[data-theme="dark"] .pil-about-offer p {
	color: #B9C6DB;
}

/* Values */
[data-theme="dark"] .pil-about-value {
	background: #151D2E;
	border-color: #24304A;
}

[data-theme="dark"] .pil-about-value h3 {
	color: #7FB0F0;
}

[data-theme="dark"] .pil-about-value p {
	color: #B9C6DB;
}
