/*
Theme Name: Plateforme Direct
Theme URI: https://plateformevoyance.fr/
Author: Plateforme Voyance
Description: Thème commercial et éditorial sur mesure pour Plateforme Voyance, ses guides et ses consultations téléphoniques.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plateforme-direct
*/

:root {
	--pvd-ink: #17142b;
	--pvd-ink-soft: #292342;
	--pvd-purple: #6d39a8;
	--pvd-purple-dark: #4c237d;
	--pvd-purple-light: #9060c9;
	--pvd-gold: #f0a83b;
	--pvd-gold-light: #ffd999;
	--pvd-cream: #fbf8f4;
	--pvd-tint: #f1ebf7;
	--pvd-white: #ffffff;
	--pvd-muted: #656171;
	--pvd-rule: #ded7e6;
	--pvd-green: #22715b;
	--pvd-shadow: 0 24px 70px rgba(35, 20, 59, 0.14);
	--pvd-radius: 18px;
	--pvd-shell: min(1180px, calc(100% - 40px));
	--pvd-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
	background: var(--pvd-cream);
	color: var(--pvd-ink);
	font-family: var(--pvd-sans);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	text-rendering: optimizeLegibility;
}

img { display: block; height: auto; max-width: 100%; }
a { color: var(--pvd-purple); text-underline-offset: 0.18em; }
a:hover,
a:focus { color: var(--pvd-purple-dark); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 3px solid var(--pvd-gold);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
	margin: 0 0 0.55em;
}

p { margin: 0 0 1.1em; }

.pvd-shell {
	margin-left: auto;
	margin-right: auto;
	width: var(--pvd-shell);
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: var(--pvd-white);
	clip: auto !important;
	clip-path: none;
	color: var(--pvd-ink);
	height: auto;
	left: 12px;
	padding: 12px 18px;
	top: 12px;
	width: auto;
	z-index: 10000;
}

.pvd-info-bar {
	background: var(--pvd-ink);
	color: rgba(255, 255, 255, 0.83);
	font-size: 0.71rem;
	font-weight: 700;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.pvd-info-bar__inner {
	display: flex;
	gap: 25px;
	justify-content: space-between;
	padding-bottom: 7px;
	padding-top: 7px;
}

.pvd-masthead {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	min-height: 112px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.pvd-brand a {
	align-items: center;
	color: var(--pvd-ink);
	display: flex;
	gap: 14px;
	text-decoration: none;
}

.pvd-brand__mark {
	align-items: center;
	background: linear-gradient(145deg, var(--pvd-purple), var(--pvd-purple-dark));
	border-radius: 14px;
	color: var(--pvd-white);
	display: flex;
	font-size: 1.1rem;
	font-weight: 900;
	height: 52px;
	justify-content: center;
	letter-spacing: -0.05em;
	transform: rotate(-3deg);
	width: 52px;
}

.pvd-brand__name {
	display: block;
	font-size: clamp(1.35rem, 3vw, 1.9rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1;
}

.pvd-brand__tagline {
	color: var(--pvd-muted);
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-top: 5px;
}

.custom-logo { max-height: 76px; width: auto; }

.pvd-header-call {
	align-items: center;
	background: var(--pvd-white);
	border: 1px solid var(--pvd-rule);
	border-radius: 13px;
	box-shadow: 0 8px 30px rgba(35, 20, 59, 0.08);
	color: var(--pvd-ink);
	display: flex;
	gap: 16px;
	padding: 11px 14px 11px 18px;
	text-decoration: none;
}

.pvd-header-call span {
	color: var(--pvd-muted);
	font-size: 0.71rem;
	font-weight: 800;
	text-transform: uppercase;
}

.pvd-header-call strong {
	background: var(--pvd-purple);
	border-radius: 9px;
	color: var(--pvd-white);
	font-size: 1.05rem;
	padding: 8px 13px;
}

.pvd-navigation {
	background: var(--pvd-white);
	border-bottom: 1px solid var(--pvd-rule);
	border-top: 1px solid var(--pvd-rule);
}

.pvd-navigation__inner { overflow-x: auto; }
.pvd-navigation .menu {
	display: flex;
	gap: 36px;
	list-style: none;
	margin: 0;
	min-width: max-content;
	padding: 0;
}

.pvd-navigation .menu-item { margin: 0; }
.pvd-navigation a {
	color: var(--pvd-ink);
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	padding: 15px 0 13px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.pvd-navigation a::after {
	background: var(--pvd-purple);
	bottom: -1px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
	width: 100%;
}

.pvd-navigation a:hover::after,
.pvd-navigation a:focus::after { transform: scaleX(1); }

.pvd-main { min-height: 58vh; }

.pvd-hero {
	background:
		radial-gradient(circle at 82% 12%, rgba(240, 168, 59, 0.26), transparent 25%),
		linear-gradient(145deg, #f9f4ff 0%, var(--pvd-cream) 52%, #fff7e8 100%);
	border-bottom: 1px solid var(--pvd-rule);
	overflow: hidden;
	position: relative;
}

.pvd-hero::before {
	border: 80px solid rgba(109, 57, 168, 0.045);
	border-radius: 50%;
	content: "";
	height: 520px;
	left: -300px;
	position: absolute;
	top: -250px;
	width: 520px;
}

.pvd-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(45px, 7vw, 90px);
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	padding-bottom: 76px;
	padding-top: 76px;
	position: relative;
}

.pvd-eyebrow {
	color: var(--pvd-purple);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.pvd-hero h1 {
	font-size: clamp(2.75rem, 5.6vw, 5.1rem);
	line-height: 0.98;
	margin-bottom: 24px;
}

.pvd-hero__intro {
	color: var(--pvd-muted);
	font-size: clamp(1.07rem, 2vw, 1.26rem);
	max-width: 680px;
}

.pvd-checks {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.pvd-checks li {
	align-items: center;
	display: flex;
	font-size: 0.91rem;
	font-weight: 700;
	gap: 10px;
}

.pvd-checks li::before {
	align-items: center;
	background: var(--pvd-green);
	border-radius: 50%;
	color: var(--pvd-white);
	content: "✓";
	display: flex;
	font-size: 0.68rem;
	font-weight: 900;
	height: 21px;
	justify-content: center;
	width: 21px;
}

.pvd-service-stack {
	display: grid;
	gap: 18px;
}

.pvd-service-card {
	background: var(--pvd-white);
	border: 1px solid var(--pvd-rule);
	border-radius: var(--pvd-radius);
	box-shadow: var(--pvd-shadow);
	padding: clamp(22px, 4vw, 31px);
	position: relative;
}

.pvd-service-card--cb { border-top: 5px solid var(--pvd-purple); }
.pvd-service-card--audio { border-top: 5px solid var(--pvd-gold); }

.pvd-service-card__top {
	align-items: center;
	color: var(--pvd-muted);
	display: flex;
	font-size: 0.72rem;
	font-weight: 700;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.pvd-pill {
	background: var(--pvd-tint);
	border-radius: 999px;
	color: var(--pvd-purple-dark);
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	padding: 5px 9px;
}

.pvd-service-card--audio .pvd-pill {
	background: #fff2d7;
	color: #7c4a00;
}

.pvd-service-card h2 { font-size: clamp(1.55rem, 3vw, 2.05rem); }
.pvd-service-card > p:not(.pvd-price) { color: var(--pvd-muted); font-size: 0.91rem; }

.pvd-call-button {
	align-items: center;
	background: var(--pvd-purple);
	border: 0;
	border-radius: 11px;
	color: var(--pvd-white);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 18px 0 12px;
	padding: 12px 15px 12px 18px;
	text-decoration: none;
	transition: background 180ms ease, transform 180ms ease;
}

.pvd-service-card--audio .pvd-call-button { background: var(--pvd-ink); }
.pvd-call-button:hover,
.pvd-call-button:focus { background: var(--pvd-purple-dark); color: var(--pvd-white); transform: translateY(-1px); }
.pvd-call-button span { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; }
.pvd-call-button strong { font-size: clamp(1.1rem, 3vw, 1.42rem); }
.pvd-price { color: var(--pvd-muted); font-size: 0.73rem; line-height: 1.45; margin: 0; }
.pvd-price strong { color: var(--pvd-ink); }

.pvd-reassurance { background: var(--pvd-white); border-bottom: 1px solid var(--pvd-rule); }
.pvd-reassurance__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pvd-reassurance__grid > div { border-right: 1px solid var(--pvd-rule); padding: 22px 25px; }
.pvd-reassurance__grid > div:first-child { border-left: 1px solid var(--pvd-rule); }
.pvd-reassurance strong { display: block; font-size: 0.84rem; }
.pvd-reassurance span { color: var(--pvd-muted); display: block; font-size: 0.73rem; margin-top: 3px; }

.pvd-section { padding-bottom: 88px; padding-top: 88px; }
.pvd-section--tint { background: var(--pvd-tint); }
.pvd-section-heading { margin-bottom: 35px; max-width: 800px; }
.pvd-section-heading h2 { font-size: clamp(2.15rem, 4.5vw, 3.9rem); }
.pvd-section-heading > p:last-child { color: var(--pvd-muted); font-size: 1.03rem; }
.pvd-section-heading--center { margin-left: auto; margin-right: auto; text-align: center; }

.pvd-table-wrap { background: var(--pvd-white); border: 1px solid var(--pvd-rule); border-radius: var(--pvd-radius); box-shadow: 0 15px 45px rgba(35, 20, 59, 0.06); overflow-x: auto; }
.pvd-comparison-table { border-collapse: collapse; min-width: 760px; width: 100%; }
.pvd-comparison-table th,
.pvd-comparison-table td { border-bottom: 1px solid var(--pvd-rule); padding: 18px 21px; text-align: left; vertical-align: top; }
.pvd-comparison-table thead th { background: var(--pvd-ink); color: var(--pvd-white); font-size: 0.77rem; letter-spacing: 0.035em; text-transform: uppercase; }
.pvd-comparison-table thead th:first-child { border-radius: 16px 0 0; }
.pvd-comparison-table thead th:last-child { border-radius: 0 16px 0 0; }
.pvd-comparison-table tbody th { color: var(--pvd-purple-dark); font-size: 0.82rem; width: 18%; }
.pvd-comparison-table tbody tr:last-child th,
.pvd-comparison-table tbody tr:last-child td { border-bottom: 0; }

.pvd-steps { display: grid; gap: 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pvd-steps article { background: var(--pvd-white); border-radius: var(--pvd-radius); padding: 28px; }
.pvd-steps article > span { align-items: center; background: var(--pvd-purple); border-radius: 10px; color: var(--pvd-white); display: flex; font-size: 1.1rem; font-weight: 900; height: 45px; justify-content: center; margin-bottom: 22px; width: 45px; }
.pvd-steps h3 { font-size: 1.35rem; }
.pvd-steps p { color: var(--pvd-muted); font-size: 0.9rem; margin: 0; }

.pvd-guide-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pvd-guide-grid > a { background: var(--pvd-white); border: 1px solid var(--pvd-rule); border-radius: var(--pvd-radius); color: var(--pvd-ink); display: grid; gap: 6px; grid-template-columns: 48px minmax(0, 1fr); padding: 26px; text-decoration: none; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.pvd-guide-grid > a:hover,
.pvd-guide-grid > a:focus { border-color: var(--pvd-purple-light); box-shadow: 0 15px 45px rgba(35, 20, 59, 0.09); color: var(--pvd-ink); transform: translateY(-2px); }
.pvd-guide-grid span { color: var(--pvd-purple); font-size: 0.74rem; font-weight: 900; padding-top: 4px; }
.pvd-guide-grid h3 { font-size: 1.4rem; margin: 0; }
.pvd-guide-grid p { color: var(--pvd-muted); font-size: 0.87rem; grid-column: 2; margin: 2px 0 0; }

.pvd-method { background: var(--pvd-ink); color: var(--pvd-white); padding: 85px 0; }
.pvd-method__grid { display: grid; gap: 70px; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); }
.pvd-method h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); }
.pvd-method__copy > p { color: rgba(255, 255, 255, 0.74); }
.pvd-method__copy ul { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 28px 0 0; padding: 0; }
.pvd-method__copy li { border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 10px; font-size: 0.78rem; font-weight: 800; padding: 11px 13px; }
.pvd-method__copy li::before { color: var(--pvd-gold); content: "●"; font-size: 0.65rem; margin-right: 8px; }

.pvd-final-cta { background: var(--pvd-gold); padding: 55px 0; }
.pvd-final-cta__inner { align-items: center; display: flex; gap: 40px; justify-content: space-between; }
.pvd-final-cta .pvd-eyebrow { color: var(--pvd-purple-dark); }
.pvd-final-cta h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 0; }
.pvd-final-cta__buttons { display: flex; gap: 12px; }
.pvd-final-cta__buttons a { background: var(--pvd-white); border-radius: 12px; color: var(--pvd-ink); min-width: 205px; padding: 12px 16px; text-align: center; text-decoration: none; }
.pvd-final-cta__buttons span { display: block; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; }
.pvd-final-cta__buttons strong { display: block; font-size: 1.1rem; }

.pvd-mobile-calls { display: none; }

.pvd-listing,
.pvd-page,
.pvd-article { padding-bottom: 90px; padding-top: 65px; }
.pvd-listing__header { border-bottom: 1px solid var(--pvd-rule); margin-bottom: 38px; padding-bottom: 30px; }
.pvd-listing__header h1,
.pvd-article__header h1 { font-size: clamp(2.6rem, 6vw, 5.3rem); max-width: 980px; }
.pvd-archive-description,
.pvd-article__intro { color: var(--pvd-muted); font-size: 1.12rem; max-width: 820px; }
.pvd-post-grid { display: grid; gap: 30px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pvd-post-card { background: var(--pvd-white); border: 1px solid var(--pvd-rule); border-radius: var(--pvd-radius); overflow: hidden; }
.pvd-post-card__image { align-items: center; aspect-ratio: 16 / 10; background: linear-gradient(145deg, var(--pvd-purple), var(--pvd-ink)); color: rgba(255, 255, 255, 0.88); display: flex; font-size: 2rem; font-weight: 900; justify-content: center; text-decoration: none; }
.pvd-post-card__image img { height: 100%; object-fit: cover; width: 100%; }
.pvd-post-card__body { padding: 22px; }
.pvd-post-card__category { font-size: 0.68rem; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
.pvd-post-card__category a { text-decoration: none; }
.pvd-post-card h2 { font-size: 1.45rem; }
.pvd-post-card h2 a { color: var(--pvd-ink); text-decoration: none; }
.pvd-post-card p:not(.pvd-post-card__category) { color: var(--pvd-muted); font-size: 0.9rem; }
.pvd-post-card time { color: var(--pvd-muted); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; }
.pvd-empty { background: var(--pvd-tint); border-radius: var(--pvd-radius); padding: 38px; }

.pvd-article { max-width: 980px; }
.pvd-article__header { border-top: 5px solid var(--pvd-purple); padding-top: 25px; }
.pvd-article__meta { color: var(--pvd-muted); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; }
.pvd-article__hero { margin: 38px 0; }
.pvd-article__hero img { border-radius: var(--pvd-radius); width: 100%; }
.pvd-article__content { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.08rem, 1.6vw, 1.22rem); line-height: 1.78; margin: 0 auto; max-width: 760px; }
.pvd-article__content h2 { font-family: var(--pvd-sans); font-size: clamp(1.85rem, 3.5vw, 2.6rem); margin-top: 1.5em; }
.pvd-article__content h3 { font-family: var(--pvd-sans); font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-top: 1.4em; }
.pvd-article__content blockquote { border-left: 5px solid var(--pvd-purple); font-size: 1.2em; font-style: italic; margin: 1.5em 0; padding-left: 1.3em; }
.pvd-article__content table { border-collapse: collapse; font-family: var(--pvd-sans); font-size: 0.86em; width: 100%; }
.pvd-article__content th,
.pvd-article__content td { border: 1px solid var(--pvd-rule); padding: 10px; text-align: left; }
.pvd-article__content th { background: var(--pvd-ink); color: var(--pvd-white); }
.pvd-article__footer { background: var(--pvd-tint); border-radius: 13px; font-size: 0.86rem; margin: 42px auto 0; max-width: 760px; padding: 22px; }
.pvd-article__footer p:last-child { margin-bottom: 0; }
.pvd-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.pvd-tags a { background: var(--pvd-white); border-radius: 5px; color: var(--pvd-ink); padding: 4px 8px; text-decoration: none; }
.post-navigation { margin: 38px auto 0; max-width: 760px; }
.post-navigation .nav-links { display: flex; gap: 20px; justify-content: space-between; }
.post-navigation a { font-weight: 800; text-decoration: none; }
.pvd-page { max-width: 940px; }
.pvd-error { padding-bottom: 100px; padding-top: 90px; }
.pvd-error h1 { font-size: clamp(3rem, 7vw, 6rem); }
.pvd-error .pvd-call-button { display: inline-flex; padding: 14px 22px; }

.navigation.pagination { margin-top: 45px; }
.navigation.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { background: var(--pvd-white); border: 1px solid var(--pvd-rule); border-radius: 7px; color: var(--pvd-ink); padding: 7px 11px; text-decoration: none; }
.page-numbers.current { background: var(--pvd-purple); color: var(--pvd-white); }

.pvd-footer { background: #100d20; color: rgba(255, 255, 255, 0.72); padding: 58px 0 25px; }
.pvd-footer__grid { display: grid; gap: 55px; grid-template-columns: 1.25fr 1fr 1fr; }
.pvd-footer__brand { color: var(--pvd-white); font-size: 1.65rem; font-weight: 900; letter-spacing: -0.04em; }
.pvd-footer__heading { color: var(--pvd-gold); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.pvd-footer__phone { color: var(--pvd-white); display: block; font-size: 1.25rem; font-weight: 900; margin-bottom: 7px; text-decoration: none; }
.pvd-footer__grid p:not(.pvd-footer__brand):not(.pvd-footer__heading) { font-size: 0.77rem; }
.pvd-footer__legal { border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.7rem; margin-top: 40px; padding-top: 20px; }
.pvd-footer__legal .menu { display: flex; flex-wrap: wrap; gap: 15px; list-style: none; margin: 0 0 17px; padding: 0; }
.pvd-footer a { color: var(--pvd-white); }

@media (max-width: 980px) {
	.pvd-hero__grid { grid-template-columns: 1fr; }
	.pvd-hero__copy { max-width: 760px; }
	.pvd-service-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pvd-service-card__top { align-items: start; flex-direction: column; }
	.pvd-reassurance__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pvd-reassurance__grid > div:nth-child(3) { border-left: 1px solid var(--pvd-rule); border-top: 1px solid var(--pvd-rule); }
	.pvd-reassurance__grid > div:nth-child(4) { border-top: 1px solid var(--pvd-rule); }
	.pvd-method__grid { gap: 45px; grid-template-columns: 1fr; }
	.pvd-final-cta__inner { align-items: flex-start; flex-direction: column; }
	.pvd-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pvd-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pvd-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
	:root { --pvd-shell: min(100% - 28px, 1180px); }
	body { padding-bottom: 69px; }
	.pvd-info-bar__inner { justify-content: center; text-align: center; }
	.pvd-info-bar__inner span:last-child { display: none; }
	.pvd-masthead { min-height: 88px; }
	.pvd-brand__tagline { display: none; }
	.pvd-header-call { display: none; }
	.pvd-navigation .menu { gap: 23px; }
	.pvd-navigation a { font-size: 0.7rem; }
	.pvd-hero__grid { gap: 38px; padding-bottom: 55px; padding-top: 50px; }
	.pvd-hero h1 { font-size: clamp(2.5rem, 12.5vw, 4rem); }
	.pvd-service-stack,
	.pvd-steps,
	.pvd-guide-grid,
	.pvd-post-grid,
	.pvd-footer__grid { grid-template-columns: 1fr; }
	.pvd-service-card { padding: 23px; }
	.pvd-service-card__top { align-items: center; flex-direction: row; }
	.pvd-call-button { align-items: flex-start; flex-direction: column; gap: 2px; }
	.pvd-reassurance__grid { grid-template-columns: 1fr; }
	.pvd-reassurance__grid > div { border-left: 1px solid var(--pvd-rule); border-top: 1px solid var(--pvd-rule); }
	.pvd-section { padding-bottom: 65px; padding-top: 65px; }
	.pvd-section-heading h2 { font-size: clamp(2rem, 9.5vw, 3.15rem); }
	.pvd-guide-grid > a { grid-template-columns: 38px minmax(0, 1fr); padding: 22px; }
	.pvd-method { padding: 65px 0; }
	.pvd-method__copy ul { grid-template-columns: 1fr; }
	.pvd-final-cta { padding: 45px 0; }
	.pvd-final-cta__buttons { flex-direction: column; width: 100%; }
	.pvd-final-cta__buttons a { width: 100%; }
	.pvd-mobile-calls { background: var(--pvd-white); border-top: 1px solid var(--pvd-rule); bottom: 0; display: grid; gap: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); left: 0; position: fixed; width: 100%; z-index: 9999; }
	.pvd-mobile-calls a { color: var(--pvd-white); padding: 9px 5px 10px; text-align: center; text-decoration: none; }
	.pvd-mobile-calls a:first-child { background: var(--pvd-purple); }
	.pvd-mobile-calls a:last-child { background: var(--pvd-ink); }
	.pvd-mobile-calls span { display: block; font-size: 0.58rem; font-weight: 800; text-transform: uppercase; }
	.pvd-mobile-calls strong { display: block; font-size: 0.91rem; }
	.pvd-listing,
	.pvd-page,
	.pvd-article { padding-top: 45px; }
	.pvd-article__header h1,
	.pvd-listing__header h1 { font-size: clamp(2.45rem, 11vw, 4rem); }
	.pvd-footer__grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

