/* Blog — single posts + the /blog/ index.
 *
 * NOTE: this file deliberately does NOT reuse geo-city.css. That file's first line
 * strips padding/width off #main, .container, .content etc. to let the geo templates run
 * full-bleed. Loading it here would tear the layout off every blog post. The design
 * tokens are re-declared instead, which is the whole of what we actually want from it.
 */
.vpb :root, .vpb {
	--navy:#0a1432; --navy-2:#0f1c45; --pink:#ff3d8a; --blue:#1a3d9e;
	--ink:#0a1432; --slate:#5b6478; --slate-2:#7a83a0; --line:#e2e7f2;
	--paper:#f6f8fd; --paper-2:#eef2fb;
	--disp:"Helvetica Neue","Arial Narrow",Helvetica,system-ui,sans-serif;
	--mono:"SFMono-Regular",Menlo,Consolas,monospace;
	--sh:0 18px 50px -22px rgba(10,20,50,.35);
	--wrap:820px;
}

/* ---------- HERO (navy + pink glow, same language as the city/industry heroes) */
.vpb-hero {
	background:
		radial-gradient(760px 400px at 50% -10%, rgba(255,61,138,.30), transparent 62%),
		linear-gradient(180deg, #0a1432 0%, #0f1c45 100%);
	color: #fff; text-align: center; padding: 74px 26px 62px; margin: 0 0 46px;
}
.vpb-hero .vpb-eyebrow {
	font-family: var(--mono); font-size: 12px; letter-spacing: .12em;
	text-transform: uppercase; font-weight: 700; color: #ff8fbb; margin: 0 0 14px;
}
#top .vpb-hero h1 {
	color: #fff !important; font-family: var(--disp); font-weight: 800;
	font-size: clamp(30px, 4.6vw, 50px); line-height: 1.08; letter-spacing: -.02em;
	margin: 0 auto 16px; max-width: 860px; text-wrap: balance;
}
.vpb-hero .vpb-sub { color: #b9c2dd; font-size: 18px; max-width: 640px; margin: 0 auto; line-height: 1.6; }
.vpb-hero .vpb-meta { margin-top: 18px; color: #7f8bad; font-size: 13.5px; font-family: var(--mono); }

/* ---------- BODY */
.vpb-body { max-width: var(--wrap); margin: 0 auto; padding: 0 26px 20px; }
#top .vpb-body p { color: #3f4759; font-size: 18px; line-height: 1.75; margin: 0 0 20px; }
#top .vpb-body h2 {
	color: var(--ink) !important; font-family: var(--disp); font-weight: 800;
	font-size: clamp(24px, 3vw, 33px); letter-spacing: -.02em;
	margin: 46px 0 16px; padding-top: 4px;
}
#top .vpb-body h3 {
	color: var(--ink) !important; font-family: var(--disp); font-weight: 800;
	font-size: 20px; margin: 30px 0 10px;
}
#top .vpb-body ul, #top .vpb-body ol { margin: 0 0 22px 22px; }
#top .vpb-body li { color: #3f4759; font-size: 17.5px; line-height: 1.7; margin-bottom: 9px; }
#top .vpb-body a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
#top .vpb-body a:hover { color: var(--pink); }
.vpb-body strong { color: var(--ink); font-weight: 800; }

/* Lede */
.vpb-lede { font-size: 20.5px !important; color: var(--slate) !important; line-height: 1.65 !important; }

/* Pull-out: the one number or claim the section turns on. */
.vpb-note {
	margin: 30px 0; padding: 22px 26px; border-radius: 16px;
	background: var(--paper); border-left: 4px solid var(--pink); color: var(--ink);
}
.vpb-note p { margin: 0 !important; font-size: 17px !important; color: var(--ink) !important; }

/* Data card */
.vpb-stat {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 14px;
	margin: 30px 0;
}
.vpb-stat div {
	background: #fff; border: 1px solid var(--line); border-radius: 16px;
	padding: 22px 18px; text-align: center; box-shadow: var(--sh);
}
.vpb-stat b { display: block; font-size: 30px; font-family: var(--disp); color: var(--ink); line-height: 1.1; }
.vpb-stat span { display: block; margin-top: 6px; color: var(--slate-2); font-size: 13px; }

/* ---------- FAQ. Real <details> — the plugin reads these and emits the FAQPage
   schema itself. Never hand-write JSON-LD in a post. */
.vpb-faq { margin: 44px 0 10px; }
.vpb-faq details {
	border: 1px solid var(--line); border-radius: 16px; margin-bottom: 12px; background: #fff;
}
.vpb-faq details[open] { background: var(--paper); }
.vpb-faq summary {
	cursor: pointer; padding: 19px 24px; font-weight: 800; font-family: var(--disp);
	color: var(--ink); list-style: none; display: flex; justify-content: space-between;
	gap: 16px; font-size: 17px;
}
.vpb-faq summary::-webkit-details-marker { display: none; }
.vpb-faq summary:after { content: "+"; color: var(--pink); font-weight: 800; font-size: 23px; line-height: 1; }
.vpb-faq details[open] summary:after { content: "\2013"; }
.vpb-faq .vpb-a { padding: 0 24px 20px; }
#top .vpb-faq .vpb-a p { color: var(--slate) !important; font-size: 16.5px !important; line-height: 1.7 !important; margin: 0 0 12px !important; }

/* ---------- CTA */
.vpb-cta {
	margin: 50px 0 10px; padding: 40px 34px; border-radius: 22px; text-align: center;
	background:
		radial-gradient(520px 260px at 50% 0%, rgba(255,61,138,.30), transparent 65%),
		linear-gradient(180deg, #0a1432 0%, #0f1c45 100%);
	box-shadow: var(--sh);
}
#top .vpb-cta h2 { color: #fff !important; margin: 0 0 12px !important; font-size: 27px; }
#top .vpb-cta p { color: #b9c2dd !important; margin: 0 auto 24px !important; max-width: 520px; font-size: 16.5px !important; }
#top .vpb-cta a.vpb-btn {
	display: inline-block; padding: 15px 34px; border-radius: 999px;
	background: var(--pink); color: #fff !important; font-weight: 800; text-decoration: none;
	box-shadow: 0 14px 34px -12px rgba(255,61,138,.7);
}
#top .vpb-cta a.vpb-btn:hover { background: #ff5fa2; color: #fff !important; }

/* ---------- AUTHOR BYLINES: gone, on the index and on single posts.
 * These posts are written by the agent team; a human name on them would be a lie.
 */
#top .blog-author,
#top .text-sep-author,
#top .post-meta-infos .blog-author,
#top .post-meta-infos .text-sep-author,
#top .single-post .blog-author { display: none !important; }

/* ---------- INDEX (/blog/) — our own loop, see templates/blog-index.php.
 *
 * Each card carries a brand accent on its top edge, set inline by the template so the
 * colour is stable per position rather than reshuffling on each visit. Enfold paints
 * borders at ID specificity (#444), so the accent needs !important to survive.
 */
.vpb-index { max-width: 1180px; margin: 0 auto; padding: 0 26px 70px; }
.vpb-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 24px; }

#top .vpb-card {
	background: #fff;
	border: 1px solid var(--line) !important;
	/* The accent arrives as an inline CUSTOM PROPERTY (--accent) from the template.
	 * An inline `border-top-color` would lose to the !important we need to beat Enfold's
	 * #444 border, but a custom property feeds the !important declaration itself — so the
	 * per-card colour survives and every card is genuinely different. */
	border-top: 4px solid var(--accent, var(--pink)) !important;
	border-radius: 18px;
	padding: 30px 30px 28px;
	box-shadow: 0 14px 40px -26px rgba(10,20,50,.42);
	display: flex; flex-direction: column;
	transition: transform .18s ease, box-shadow .18s ease;
}
#top .vpb-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 26px 58px -26px rgba(10,20,50,.52);
}
.vpb-card .vpb-k {
	font-family: var(--mono); font-size: 11px; letter-spacing: .11em; text-transform: uppercase;
	font-weight: 800; margin: 0 0 12px;
	color: var(--accent, var(--pink));
}
#top .vpb-card h2 {
	font-family: var(--disp); font-weight: 800;
	font-size: 22px !important; margin: 0 0 12px !important; line-height: 1.28;
}
#top .vpb-card h2 a { color: var(--ink) !important; text-decoration: none; }
#top .vpb-card h2 a:hover { color: var(--pink) !important; }
#top .vpb-card p { font-size: 16px !important; color: #4a5265 !important; line-height: 1.65; margin: 0 0 22px !important; }
.vpb-card .vpb-more { margin-top: auto; color: var(--blue); font-weight: 800; text-decoration: none; font-size: 15px; }
.vpb-card .vpb-more:hover { color: var(--pink); }

/* Pagination */
.vpb-pager { margin-top: 38px; display: flex; justify-content: center; }
.vpb-pager ul { display: flex; gap: 8px; list-style: none; margin: 0; padding: 0; }
#top .vpb-pager a, #top .vpb-pager span {
	display: inline-block; padding: 10px 16px; border-radius: 10px;
	border: 1px solid var(--line); color: var(--ink) !important;
	text-decoration: none; font-weight: 700; font-size: 14.5px; background: #fff;
}
#top .vpb-pager a:hover { border-color: var(--pink); color: var(--pink) !important; }
#top .vpb-pager .current { background: var(--pink); border-color: var(--pink); color: #fff !important; }
.vpb-empty { text-align: center; color: var(--slate); padding: 40px 0; }

@media (max-width: 640px) {
	.vpb-hero { padding: 56px 20px 46px; }
	.vpb-body { padding: 0 20px 16px; }
	#top .vpb-body p, #top .vpb-body li { font-size: 17px; }
}
