body.pprau-service-page {
	--pprau-service-navy: #061a37;
	--pprau-service-ink: #0b203d;
	--pprau-service-copy: #3f5873;
	--pprau-service-muted: #6c8197;
	--pprau-service-blue: #066fc9;
	--pprau-service-blue-dark: #0459a5;
	--pprau-service-cyan: #42b8ff;
	--pprau-service-line: #cfe2f1;
	--pprau-service-line-strong: #b6d3e8;
	--pprau-service-surface: #ffffff;
	--pprau-service-soft: #eef8ff;
	--pprau-service-mint: #e9fbf5;
	--pprau-service-shadow: 0 24px 65px rgba(5, 37, 72, .12);
	--pprau-service-shadow-soft: 0 14px 35px rgba(5, 37, 72, .08);
	background: #f4faff !important;
	color: var(--pprau-service-ink);
}

body.pprau-service-page main#content.site-main {
	position: relative;
	isolation: isolate;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(42px, 5vw, 72px) clamp(18px, 4.5vw, 64px) clamp(54px, 6vw, 82px) !important;
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 8%, rgba(42, 160, 236, .14), transparent 27rem),
		radial-gradient(circle at 3% 48%, rgba(112, 209, 255, .12), transparent 28rem),
		linear-gradient(180deg, #f8fcff 0%, #f1f9ff 58%, #f7fbff 100%) !important;
}

body.pprau-service-page main#content.site-main::before,
body.pprau-service-page main#content.site-main::after {
	position: absolute;
	z-index: -1;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(62, 166, 229, .12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

body.pprau-service-page main#content.site-main::before {
	top: 380px;
	right: -210px;
	box-shadow: 0 0 0 54px rgba(73, 184, 241, .035), 0 0 0 108px rgba(73, 184, 241, .025);
}

body.pprau-service-page main#content.site-main::after {
	bottom: 220px;
	left: -265px;
	box-shadow: 0 0 0 64px rgba(73, 184, 241, .035), 0 0 0 128px rgba(73, 184, 241, .02);
}

body.pprau-service-page main#content.site-main > .pprau-service-hero,
body.pprau-service-page main#content.site-main > .pprau-service-content {
	width: min(1240px, 100%);
	margin-inline: auto;
}

body.pprau-service-page .pprau-service-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
	min-height: 420px;
	margin-bottom: clamp(28px, 4vw, 52px);
	overflow: hidden;
	border: 1px solid rgba(124, 189, 232, .3);
	border-radius: 30px;
	background:
		linear-gradient(100deg, rgba(1, 14, 35, .98) 0%, rgba(4, 31, 70, .96) 53%, rgba(3, 62, 117, .9) 100%),
		linear-gradient(135deg, #071b3a, #075ca8);
	box-shadow: 0 30px 80px rgba(3, 33, 70, .22);
	color: #fff;
}

body.pprau-service-page .pprau-service-hero::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 38px 38px;
	content: "";
	mask-image: linear-gradient(90deg, transparent, rgba(0,0,0,.75));
	pointer-events: none;
}

body.pprau-service-page .pprau-service-hero::after {
	position: absolute;
	inset: auto -8% -80% 43%;
	height: 135%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 145, 255, .28), transparent 66%);
	content: "";
	pointer-events: none;
}

body.pprau-service-page .pprau-service-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(42px, 5vw, 68px);
}

body.pprau-service-page .pprau-service-eyebrow {
	margin: 0 0 12px !important;
	color: var(--pprau-service-blue) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	letter-spacing: .16em !important;
	line-height: 1.35 !important;
	text-transform: uppercase;
}

body.pprau-service-page .pprau-service-hero .pprau-service-eyebrow {
	color: #55c2ff !important;
}

body.pprau-service-page .pprau-service-hero__title-wrap {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.pprau-service-page .pprau-service-hero h1.entry-title {
	max-width: 760px;
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(42px, 5.2vw, 68px) !important;
	font-weight: 850 !important;
	letter-spacing: -.052em !important;
	line-height: .98 !important;
}

body.pprau-service-page .pprau-service-hero__description {
	max-width: 690px;
	margin: 24px 0 0 !important;
	color: rgba(229, 243, 255, .88) !important;
	font-size: clamp(16px, 1.6vw, 19px) !important;
	line-height: 1.65 !important;
}

body.pprau-service-page .pprau-service-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

body.pprau-service-page .pprau-service-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 36px;
	padding: 7px 12px;
	border: 1px solid rgba(169, 220, 255, .26);
	border-radius: 999px;
	background: rgba(255, 255, 255, .075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
	color: #eef8ff;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .01em;
	line-height: 1.2;
	backdrop-filter: blur(12px);
}

body.pprau-service-page .pprau-service-chip svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: #63d8bb;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

body.pprau-service-page .pprau-service-hero__visual {
	position: relative;
	z-index: 1;
	min-height: 100%;
	overflow: hidden;
}

body.pprau-service-page .pprau-service-orbit {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid rgba(111, 202, 255, .24);
	border-radius: 50%;
	transform: translate(-50%, -50%) rotate(-18deg);
}

body.pprau-service-page .pprau-service-orbit--one { width: 310px; height: 150px; }
body.pprau-service-page .pprau-service-orbit--two { width: 190px; height: 340px; transform: translate(-50%, -50%) rotate(42deg); }

body.pprau-service-page .pprau-service-orbit-dot {
	position: absolute;
	width: 12px;
	height: 12px;
	border: 3px solid rgba(255,255,255,.66);
	border-radius: 50%;
	background: #21a9ff;
	box-shadow: 0 0 28px rgba(33,169,255,.9);
}

body.pprau-service-page .pprau-service-orbit-dot--one { left: 18%; top: 24%; }
body.pprau-service-page .pprau-service-orbit-dot--two { right: 15%; bottom: 23%; width: 9px; height: 9px; }

body.pprau-service-page .pprau-service-hero-card {
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	gap: 16px;
	width: min(330px, 80%);
	padding: 22px;
	border: 1px solid rgba(183, 226, 255, .28);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
	box-shadow: 0 24px 60px rgba(0, 9, 28, .34), inset 0 1px 0 rgba(255,255,255,.16);
	transform: translate(-50%, -50%) rotate(-2deg);
	backdrop-filter: blur(18px);
}

body.pprau-service-page .pprau-service-hero-card__icon {
	display: grid;
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(110, 210, 255, .32);
	border-radius: 17px;
	background: linear-gradient(145deg, #0589e7, #0759ac);
	box-shadow: 0 14px 35px rgba(0, 87, 168, .4);
}

body.pprau-service-page .pprau-service-hero-card__icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

body.pprau-service-page .pprau-service-hero-card small,
body.pprau-service-page .pprau-service-hero-card strong {
	display: block;
}

body.pprau-service-page .pprau-service-hero-card small {
	margin-bottom: 4px;
	color: #75cbff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

body.pprau-service-page .pprau-service-hero-card strong {
	color: #fff;
	font-size: 17px;
	line-height: 1.35;
}

body.pprau-service-page .pprau-service-signal {
	position: absolute;
	right: 11%;
	top: 18%;
	display: flex;
	align-items: end;
	gap: 4px;
	height: 26px;
	padding: 6px 8px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 8px;
	background: rgba(0,17,43,.28);
}

body.pprau-service-page .pprau-service-signal span { width: 3px; border-radius: 3px; background: #4bc3ff; }
body.pprau-service-page .pprau-service-signal span:nth-child(1) { height: 6px; opacity: .55; }
body.pprau-service-page .pprau-service-signal span:nth-child(2) { height: 11px; opacity: .75; }
body.pprau-service-page .pprau-service-signal span:nth-child(3) { height: 16px; }

body.pprau-service-page .pprau-service-content {
	color: var(--pprau-service-copy);
}

body.pprau-service-page .pprau-service-content p,
body.pprau-service-page .pprau-service-content li {
	font-size: 16px;
	line-height: 1.72;
}

body.pprau-service-page .pprau-service-content a:not(.pprau-service-button) {
	color: var(--pprau-service-blue);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.pprau-service-page .pprau-service-content h2 {
	margin: 0;
	color: var(--pprau-service-navy) !important;
	font-size: clamp(25px, 2.4vw, 34px) !important;
	font-weight: 820 !important;
	letter-spacing: -.035em !important;
	line-height: 1.12 !important;
}

body.pprau-service-page .pprau-service-section-heading {
	max-width: 760px;
	margin-bottom: 24px;
}

body.pprau-service-page .pprau-service-section-heading > p:last-child {
	margin: 13px 0 0;
	color: var(--pprau-service-copy);
}

body.pprau-service-page .pprau-service-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 12px 20px !important;
	border: 1px solid var(--pprau-service-blue) !important;
	border-radius: 11px !important;
	background: linear-gradient(135deg, #0669be, #034f98) !important;
	box-shadow: 0 12px 28px rgba(6, 111, 201, .2);
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

body.pprau-service-page .pprau-service-button.is-secondary {
	border-color: var(--pprau-service-line-strong) !important;
	background: rgba(255,255,255,.8) !important;
	box-shadow: none;
	color: var(--pprau-service-navy) !important;
}

body.pprau-service-page .pprau-service-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 17px 34px rgba(6, 111, 201, .25);
}

body.pprau-service-page .pprau-service-button__arrow svg,
body.pprau-service-page .pprau-contact-channel__action svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

body.pprau-service-page .pprau-service-callout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 34px;
	margin-top: 34px;
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid rgba(85, 176, 229, .27);
	border-radius: 24px;
	background:
		radial-gradient(circle at 88% 20%, rgba(65, 182, 249, .17), transparent 16rem),
		linear-gradient(135deg, #f9fdff, #eaf7ff);
	box-shadow: var(--pprau-service-shadow-soft);
}

body.pprau-service-page .pprau-service-callout__copy > p:last-child {
	max-width: 650px;
	margin: 12px 0 0;
}

body.pprau-service-page .pprau-service-callout__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

/* FAQ */
body.pprau-service-faq .pprau-faq-shell {
	overflow: hidden;
	border: 1px solid var(--pprau-service-line);
	border-radius: 26px;
	background: rgba(255,255,255,.82);
	box-shadow: var(--pprau-service-shadow);
	backdrop-filter: blur(18px);
}

body.pprau-service-faq .pprau-faq-controls {
	padding: clamp(24px, 3.5vw, 38px);
	border-bottom: 1px solid var(--pprau-service-line);
	background: linear-gradient(180deg, rgba(249,253,255,.96), rgba(241,249,255,.86));
}

body.pprau-service-faq .pprau-faq-search label {
	display: block;
	margin-bottom: 10px;
	color: var(--pprau-service-navy);
	font-size: 14px;
	font-weight: 800;
}

body.pprau-service-faq .pprau-faq-search__input {
	position: relative;
	max-width: 760px;
}

body.pprau-service-faq .pprau-faq-search__input > svg {
	position: absolute;
	left: 17px;
	top: 50%;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: #5d7891;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transform: translateY(-50%);
	pointer-events: none;
}

body.pprau-service-faq #pprau-faq-search {
	width: 100% !important;
	height: 56px !important;
	margin: 0 !important;
	padding: 0 48px 0 52px !important;
	border: 1px solid var(--pprau-service-line-strong) !important;
	border-radius: 13px !important;
	background: #fff !important;
	box-shadow: 0 8px 20px rgba(13, 62, 105, .055) !important;
	color: var(--pprau-service-ink) !important;
	font-size: 16px !important;
	line-height: 1 !important;
	outline: 0 !important;
}

body.pprau-service-faq .pprau-faq-filter-area {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 16px;
	margin-top: 22px;
}

body.pprau-service-faq .pprau-faq-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.pprau-service-faq .pprau-faq-filter,
body.pprau-service-faq .pprau-faq-expand {
	min-height: 40px !important;
	margin: 0 !important;
	padding: 8px 14px !important;
	border: 1px solid var(--pprau-service-line) !important;
	border-radius: 999px !important;
	background: rgba(255,255,255,.8) !important;
	box-shadow: none !important;
	color: #36516d !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

body.pprau-service-faq .pprau-faq-filter:hover,
body.pprau-service-faq .pprau-faq-filter.is-active {
	border-color: #1590df !important;
	background: #e8f6ff !important;
	color: #045ca8 !important;
}

body.pprau-service-faq .pprau-faq-status {
	margin: 0 !important;
	color: #506980;
	font-size: 13px;
	font-weight: 750;
	white-space: nowrap;
}

body.pprau-service-faq .pprau-faq-expand {
	border-radius: 9px !important;
	background: transparent !important;
	color: var(--pprau-service-blue) !important;
}

body.pprau-service-faq .pprau-faq-list {
	padding: 10px clamp(18px, 3vw, 30px) 26px;
}

body.pprau-service-faq .pprau-faq-item {
	border-bottom: 1px solid #dbeaf4;
}

body.pprau-service-faq .pprau-faq-item[hidden] { display: none !important; }

body.pprau-service-faq .pprau-faq-question {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 34px;
	align-items: center;
	gap: 14px;
	min-height: 88px;
	padding: 18px 10px;
	color: var(--pprau-service-navy);
	cursor: pointer;
	list-style: none;
	transition: color .2s ease;
}

body.pprau-service-faq .pprau-faq-question::-webkit-details-marker { display: none; }

body.pprau-service-faq .pprau-faq-question:hover { color: var(--pprau-service-blue); }

body.pprau-service-faq .pprau-faq-question__number {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid #cae2f2;
	border-radius: 10px;
	background: #eff8fe;
	color: var(--pprau-service-blue);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .08em;
}

body.pprau-service-faq .pprau-faq-question__text {
	font-size: clamp(17px, 1.8vw, 21px);
	font-weight: 800;
	letter-spacing: -.018em;
	line-height: 1.35;
}

body.pprau-service-faq .pprau-faq-question__toggle {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #c7dfef;
	border-radius: 50%;
	background: #f3faff;
}

body.pprau-service-faq .pprau-faq-question__toggle span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 2px;
	border-radius: 2px;
	background: #1f6fae;
	transform: translate(-50%, -50%);
	transition: transform .2s ease;
}

body.pprau-service-faq .pprau-faq-question__toggle span:last-child { transform: translate(-50%, -50%) rotate(90deg); }
body.pprau-service-faq .pprau-faq-item[open] .pprau-faq-question__toggle span:last-child { transform: translate(-50%, -50%) rotate(0); }

body.pprau-service-faq .pprau-faq-answer {
	max-width: 900px;
	padding: 0 58px 26px 62px;
}

body.pprau-service-faq .pprau-faq-answer > :first-child { margin-top: 0; }
body.pprau-service-faq .pprau-faq-answer > :last-child { margin-bottom: 0; }

body.pprau-service-faq .pprau-faq-related {
	margin: 18px 0 0 !important;
}

body.pprau-service-faq .pprau-faq-related .pprau-service-button {
	min-height: 42px;
	padding: 8px 14px !important;
	font-size: 12px !important;
}

body.pprau-service-faq .pprau-faq-empty {
	margin: 22px;
	padding: 48px 24px;
	border: 1px dashed #b9d7e9;
	border-radius: 18px;
	background: #f6fbff;
	text-align: center;
}

body.pprau-service-faq .pprau-faq-empty[hidden] { display: none !important; }
body.pprau-service-faq .pprau-faq-empty > svg { width: 36px; height: 36px; fill: none; stroke: #258bd1; stroke-width: 1.5; }
body.pprau-service-faq .pprau-faq-empty h2 { margin-top: 15px; }

/* Contact */
body.pprau-service-contact .pprau-contact-identity {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	margin-bottom: 48px;
	padding: 22px 26px;
	border: 1px solid #bfe5d9;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(239,253,248,.96), rgba(247,252,255,.96));
	box-shadow: 0 12px 32px rgba(21, 92, 82, .07);
}

body.pprau-service-contact .pprau-contact-identity__icon,
body.pprau-service-contact .pprau-contact-detail__icon,
body.pprau-service-contact .pprau-track-info-card__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 14px;
	background: rgba(6, 127, 199, .1);
	color: var(--pprau-service-blue);
}

body.pprau-service-contact .pprau-contact-identity__icon { background: #dbf7ec; color: #168068; }

body.pprau-service-contact .pprau-contact-identity__icon svg,
body.pprau-service-contact .pprau-contact-detail__icon svg,
body.pprau-service-contact .pprau-track-info-card__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

body.pprau-service-contact .pprau-contact-identity__copy p { margin: 0; }
body.pprau-service-contact .pprau-contact-identity__copy p + p { margin-top: 5px; font-size: 14px; }

body.pprau-service-contact .pprau-contact-channels { margin-bottom: 58px; }

body.pprau-service-contact .pprau-contact-channel-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

body.pprau-service-contact .pprau-contact-channel {
	display: flex;
	min-width: 0;
	min-height: 330px;
	flex-direction: column;
	padding: 25px;
	border: 1px solid var(--pprau-service-line);
	border-radius: 21px;
	background: rgba(255,255,255,.9);
	box-shadow: var(--pprau-service-shadow-soft);
	transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

body.pprau-service-contact .pprau-contact-channel:hover {
	border-color: #9bcbe8;
	box-shadow: 0 22px 42px rgba(5, 48, 88, .12);
	transform: translateY(-4px);
}

body.pprau-service-contact .pprau-contact-channel__icon {
	display: grid;
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	place-items: center;
	border: 1px solid #c9e4f5;
	border-radius: 15px;
	background: linear-gradient(145deg, #eff9ff, #e1f3ff);
	color: var(--pprau-service-blue);
}

body.pprau-service-contact .pprau-contact-channel__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

body.pprau-service-contact .pprau-contact-channel .pprau-service-eyebrow { margin-bottom: 8px !important; }
body.pprau-service-contact .pprau-contact-channel h2 { font-size: 22px !important; }
body.pprau-service-contact .pprau-contact-channel > p:not(.pprau-service-eyebrow) { margin: 13px 0 24px; font-size: 14px; line-height: 1.65; }

body.pprau-service-contact .pprau-contact-channel__action {
	display: inline-flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	min-height: 44px !important;
	margin: auto 0 0 !important;
	padding: 9px 0 !important;
	border: 0 !important;
	border-top: 1px solid #dceaf3 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pprau-service-blue) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	text-align: left !important;
	text-decoration: none !important;
	text-transform: none !important;
	cursor: pointer;
}

body.pprau-service-contact .pprau-contact-detail-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 18px;
}

body.pprau-service-contact .pprau-contact-detail {
	position: relative;
	min-width: 0;
	padding: 30px;
	border: 1px solid var(--pprau-service-line);
	border-radius: 21px;
	background: rgba(255,255,255,.9);
	box-shadow: var(--pprau-service-shadow-soft);
	grid-column: span 6;
}

body.pprau-service-contact .pprau-contact-detail--standard { order: 1; }
body.pprau-service-contact .pprau-contact-detail--coa { order: 2; }
body.pprau-service-contact .pprau-contact-detail--order { grid-column: span 7; order: 3; }

body.pprau-service-contact .pprau-contact-detail--notice {
	grid-column: 1 / -1;
	order: 5;
	border-color: #f0d8a7;
	background: linear-gradient(135deg, #fffaf0, #fffdf8);
}

body.pprau-service-contact .pprau-contact-detail--response {
	grid-column: span 5;
	order: 4;
	border-color: #bfe5d9;
	background: linear-gradient(135deg, #effbf7, #f9fefd);
}

body.pprau-service-contact .pprau-contact-detail__icon { margin-bottom: 20px; }
body.pprau-service-contact .pprau-contact-detail--notice .pprau-contact-detail__icon { background: #fff0cc; color: #9a6710; }
body.pprau-service-contact .pprau-contact-detail--response .pprau-contact-detail__icon { background: #dbf7ec; color: #168068; }
body.pprau-service-contact .pprau-contact-detail h2 { font-size: 24px !important; }
body.pprau-service-contact .pprau-contact-detail p { margin: 14px 0 0; }
body.pprau-service-contact .pprau-contact-detail ul { margin: 15px 0 0; padding-left: 20px; }
body.pprau-service-contact .pprau-contact-detail li::marker { color: var(--pprau-service-blue); }

/* Track order */
body.pprau-service-track .pprau-track-workspace {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
	gap: 20px;
	align-items: stretch;
}

body.pprau-service-track .pprau-track-form-card,
body.pprau-service-track .pprau-track-prep,
body.pprau-service-track .pprau-track-info-card {
	border: 1px solid var(--pprau-service-line);
	border-radius: 23px;
	background: rgba(255,255,255,.92);
	box-shadow: var(--pprau-service-shadow);
}

body.pprau-service-track .pprau-track-form-card { padding: clamp(26px, 4vw, 42px); }
body.pprau-service-track .pprau-track-form-card > h2 { margin-bottom: 8px; }

body.pprau-service-track .pprau-track-form-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 25px 0 22px;
}

body.pprau-service-track .pprau-track-form-steps span {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding: 9px 10px;
	border: 1px solid #d4e5f0;
	border-radius: 10px;
	background: #f7fbfe;
	color: #5b7187;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
}

body.pprau-service-track .pprau-track-form-steps b {
	display: grid;
	flex: 0 0 23px;
	width: 23px;
	height: 23px;
	place-items: center;
	border-radius: 50%;
	background: #e3f2fb;
	color: #276eaa;
	font-size: 10px;
}

body.pprau-service-track .pprau-track-form-steps span.is-active {
	border-color: #aad5ef;
	background: #eaf7ff;
	color: #075b9e;
}

body.pprau-service-track .pprau-track-commerce,
body.pprau-service-track .pprau-track-commerce form {
	margin: 0 !important;
}

body.pprau-service-track .pprau-track-commerce form {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.pprau-service-track .pprau-track-commerce .pprau-track-form-steps,
body.pprau-service-track .pprau-track-commerce .pprau-track-form__intro,
body.pprau-service-track .pprau-track-commerce .form-row:last-of-type {
	grid-column: 1 / -1;
}

body.pprau-service-track .pprau-track-form__intro {
	max-width: 720px;
	margin: 0 0 2px !important;
	color: var(--pprau-service-copy);
	font-size: 14px !important;
}

body.pprau-service-track .pprau-track-commerce .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pprau-service-track .pprau-track-commerce .clear { display: none !important; }

body.pprau-service-track .pprau-track-commerce label {
	display: block;
	margin-bottom: 8px;
	color: var(--pprau-service-navy);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}

body.pprau-service-track .pprau-track-commerce #orderid,
body.pprau-service-track .pprau-track-commerce #order_email {
	width: 100% !important;
	height: 54px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	border: 1px solid var(--pprau-service-line-strong) !important;
	border-radius: 11px !important;
	background: #fbfdff !important;
	box-shadow: inset 0 1px 2px rgba(8, 41, 75, .025) !important;
	color: var(--pprau-service-ink) !important;
	font-size: 15px !important;
	line-height: 1 !important;
	outline: 0 !important;
}

body.pprau-service-track .pprau-track-field-hint {
	display: block;
	margin-top: 7px;
	color: #506980;
	font-size: 12px;
	line-height: 1.45;
}

body.pprau-service-track .pprau-track-commerce button[name="track"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	min-height: 52px !important;
	margin: 2px 0 0 !important;
	padding: 12px 25px !important;
	border: 1px solid var(--pprau-service-blue) !important;
	border-radius: 11px !important;
	background: linear-gradient(135deg, #0669be, #034f98) !important;
	box-shadow: 0 13px 28px rgba(6, 111, 201, .22) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	text-transform: none !important;
}

body.pprau-service-track .pprau-track-privacy {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 22px 0 0 !important;
	padding-top: 18px;
	border-top: 1px solid #e0edf5;
	color: #5a7187;
	font-size: 12px !important;
	line-height: 1.5 !important;
}

body.pprau-service-track .pprau-track-privacy svg {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #168068;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.pprau-service-track .pprau-track-prep {
	position: relative;
	overflow: hidden;
	padding: clamp(26px, 3.2vw, 34px);
	background:
		radial-gradient(circle at 100% 0, rgba(77, 182, 245, .16), transparent 15rem),
		linear-gradient(155deg, #f7fcff, #ebf7ff);
}

body.pprau-service-track .pprau-track-prep__icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 24px;
	place-items: center;
	border-radius: 16px;
	background: #dff3ff;
	color: var(--pprau-service-blue);
}

body.pprau-service-track .pprau-track-prep__icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

body.pprau-service-track .pprau-track-prep h2 { font-size: 25px !important; }
body.pprau-service-track .pprau-track-prep > p:not(.pprau-service-eyebrow) { margin: 13px 0 0; font-size: 14px; }

body.pprau-service-track .pprau-track-checklist {
	display: grid;
	gap: 10px;
	margin: 23px 0;
	padding: 0;
	list-style: none;
}

body.pprau-service-track .pprau-track-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

body.pprau-service-track .pprau-track-checklist svg {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	padding: 3px;
	border-radius: 50%;
	background: #d8f5e9;
	fill: none;
	stroke: #168068;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

body.pprau-service-track .pprau-track-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 20px;
}

body.pprau-service-track .pprau-track-info-card {
	padding: 30px;
	box-shadow: var(--pprau-service-shadow-soft);
}

body.pprau-service-track .pprau-track-info-card__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 14px;
	background: #e3f4ff;
	color: var(--pprau-service-blue);
}

body.pprau-service-track .pprau-track-info-card__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

body.pprau-service-track .pprau-track-info-card.is-dispatch { background: linear-gradient(145deg, #f9fdff, #eff9ff); }
body.pprau-service-track .pprau-track-info-card.is-assistance { background: #fff; }
body.pprau-service-track .pprau-track-info-card__icon { margin-bottom: 20px; }
body.pprau-service-track .pprau-track-info-card h2 { font-size: 25px !important; }
body.pprau-service-track .pprau-track-info-card p { margin: 13px 0 0; }
body.pprau-service-track .pprau-track-info-card ul { margin: 14px 0 20px; padding-left: 20px; }
body.pprau-service-track .pprau-track-info-card .pprau-service-button { margin-top: 20px; }

body.pprau-service-track .pprau-track-timeline {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

body.pprau-service-track .pprau-track-timeline li {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 9px;
	padding: 0 5px;
	text-align: center;
}

body.pprau-service-track .pprau-track-timeline li:not(:last-child)::after {
	position: absolute;
	left: calc(50% + 16px);
	top: 14px;
	width: calc(100% - 32px);
	height: 1px;
	background: #b8d8eb;
	content: "";
}

body.pprau-service-track .pprau-track-timeline span {
	position: relative;
	z-index: 1;
	display: grid;
	width: 29px;
	height: 29px;
	place-items: center;
	border: 1px solid #9fcce6;
	border-radius: 50%;
	background: #e3f4ff;
	color: #176ca9;
	font-size: 11px;
	font-weight: 850;
}

body.pprau-service-track .pprau-track-timeline strong {
	color: #36516d;
	font-size: 11px;
	line-height: 1.35;
}

body.pprau-service-track .woocommerce-error,
body.pprau-service-track .woocommerce-info,
body.pprau-service-track .woocommerce-message {
	margin: 0 0 20px !important;
	padding: 16px 18px 16px 48px !important;
	border: 1px solid #f0c6c6 !important;
	border-radius: 12px !important;
	background: #fff6f6 !important;
	box-shadow: none !important;
	color: #782e2e !important;
}

body.pprau-service-track .pprau-track-result {
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid var(--pprau-service-line);
	border-radius: 23px;
	background: rgba(255,255,255,.94);
	box-shadow: var(--pprau-service-shadow);
}

body.pprau-service-track .pprau-track-result > h2 {
	margin-bottom: 22px;
}

body.pprau-service-track .pprau-track-result table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid var(--pprau-service-line);
	border-radius: 14px;
}

body.pprau-service-track .pprau-track-result th,
body.pprau-service-track .pprau-track-result td {
	padding: 14px 16px !important;
	border: 0 !important;
	border-bottom: 1px solid #e1edf5 !important;
	text-align: left;
}

/* Support launcher is still available, but no longer covers support-page content. */
body.pprau-service-page .pprau-support-launcher {
	width: 52px !important;
	height: 52px !important;
	min-width: 52px !important;
	padding: 0 !important;
	border-radius: 50% !important;
}

body.pprau-service-page .pprau-support-launcher strong {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

body.pprau-service-page main#content a:focus-visible,
body.pprau-service-page main#content button:focus-visible,
body.pprau-service-page main#content input:focus-visible,
body.pprau-service-page main#content summary:focus-visible {
	outline: 3px solid rgba(31, 151, 224, .32) !important;
	outline-offset: 3px !important;
}

body.pprau-service-track .pprau-track-commerce #orderid:focus,
body.pprau-service-track .pprau-track-commerce #order_email:focus,
body.pprau-service-faq #pprau-faq-search:focus {
	border-color: #168ed8 !important;
	box-shadow: 0 0 0 4px rgba(31, 151, 224, .13) !important;
}

@media (max-width: 1080px) {
	body.pprau-service-page .pprau-service-hero { grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); }
	body.pprau-service-contact .pprau-contact-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.pprau-service-contact .pprau-contact-channel { min-height: 290px; }
	body.pprau-service-track .pprau-track-workspace { grid-template-columns: minmax(0, 1fr) 320px; }
}

@media (max-width: 820px) {
	body.pprau-service-page main#content.site-main { padding-inline: 20px !important; }
	body.pprau-service-page .pprau-service-hero { grid-template-columns: 1fr; min-height: 0; }
	body.pprau-service-page .pprau-service-hero__copy { min-height: 390px; padding-right: 42%; }
	body.pprau-service-page .pprau-service-hero__visual { position: absolute; inset: 0 0 0 48%; }
	body.pprau-service-page .pprau-service-hero-card { width: 260px; }
	body.pprau-service-page .pprau-service-callout { grid-template-columns: 1fr; }
	body.pprau-service-page .pprau-service-callout__actions { justify-content: flex-start; }
	body.pprau-service-faq .pprau-faq-filter-area { grid-template-columns: 1fr auto; }
	body.pprau-service-faq .pprau-faq-filters { grid-column: 1 / -1; }
	body.pprau-service-contact .pprau-contact-detail-grid { grid-template-columns: 1fr; }
	body.pprau-service-contact .pprau-contact-detail { grid-column: 1 !important; }
	body.pprau-service-track .pprau-track-workspace { grid-template-columns: 1fr; }
	body.pprau-service-track .pprau-track-info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
	body.pprau-service-page main#content.site-main {
		padding: 28px 10px 46px !important;
	}

	body.pprau-service-page .pprau-service-hero {
		margin-bottom: 22px;
		border-radius: 22px;
	}

	body.pprau-service-page .pprau-service-hero__copy {
		min-height: 430px;
		justify-content: flex-start;
		padding: 32px 24px 185px;
	}

	body.pprau-service-page .pprau-service-hero__visual {
		inset: 52% 0 0 0;
		min-height: 0;
		opacity: .9;
	}

	body.pprau-service-page .pprau-service-hero__visual::before {
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, #071d3d, transparent 30%);
		content: "";
	}

	body.pprau-service-page .pprau-service-hero h1.entry-title {
		font-size: clamp(38px, 11.8vw, 51px) !important;
		line-height: 1 !important;
	}

	body.pprau-service-page .pprau-service-hero__description {
		margin-top: 18px !important;
		font-size: 15px !important;
		line-height: 1.55 !important;
	}

	body.pprau-service-page .pprau-service-hero__chips { gap: 7px; margin-top: 18px; }
	body.pprau-service-page .pprau-service-chip { min-height: 31px; padding: 6px 9px; font-size: 10px; }
	body.pprau-service-page .pprau-service-hero-card { top: 45%; width: min(310px, 82%); padding: 15px; border-radius: 17px; }
	body.pprau-service-page .pprau-service-hero-card__icon { flex-basis: 45px; width: 45px; height: 45px; border-radius: 13px; }
	body.pprau-service-page .pprau-service-hero-card__icon svg { width: 24px; height: 24px; }
	body.pprau-service-page .pprau-service-hero-card strong { font-size: 14px; }
	body.pprau-service-page .pprau-service-signal { display: none; }

	body.pprau-service-page .pprau-service-content p,
	body.pprau-service-page .pprau-service-content li { font-size: 15px; }

	body.pprau-service-page .pprau-service-callout { gap: 22px; margin-top: 20px; padding: 25px 20px; border-radius: 19px; }
	body.pprau-service-page .pprau-service-callout__actions { display: grid; grid-template-columns: 1fr; }
	body.pprau-service-page .pprau-service-button { width: 100%; }

	body.pprau-service-faq .pprau-faq-shell { border-radius: 20px; }
	body.pprau-service-faq .pprau-faq-controls { padding: 20px 15px; }
	body.pprau-service-faq #pprau-faq-search { height: 52px !important; font-size: 14px !important; }
	body.pprau-service-faq .pprau-faq-filter-area { grid-template-columns: 1fr auto; gap: 12px; }
	body.pprau-service-faq .pprau-faq-filters { flex-wrap: nowrap; margin-inline: -15px; padding: 2px 15px 7px; overflow-x: auto; scrollbar-width: thin; mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 30px), transparent 100%); }
	body.pprau-service-faq .pprau-faq-filter { flex: 0 0 auto; }
	body.pprau-service-faq .pprau-faq-list { padding: 4px 13px 18px; }
	body.pprau-service-faq .pprau-faq-question { grid-template-columns: 30px minmax(0, 1fr) 30px; gap: 9px; min-height: 78px; padding: 15px 2px; }
	body.pprau-service-faq .pprau-faq-question__number { width: 29px; height: 29px; border-radius: 8px; font-size: 9px; }
	body.pprau-service-faq .pprau-faq-question__text { font-size: 16px; line-height: 1.35; }
	body.pprau-service-faq .pprau-faq-question__toggle { width: 28px; height: 28px; }
	body.pprau-service-faq .pprau-faq-answer { padding: 0 38px 22px 39px; }
	body.pprau-service-faq .pprau-faq-answer p { line-height: 1.65; }

	body.pprau-service-contact .pprau-contact-identity { grid-template-columns: 43px 1fr; gap: 13px; margin-bottom: 35px; padding: 18px 16px; }
	body.pprau-service-contact .pprau-contact-identity__icon { width: 42px; height: 42px; }
	body.pprau-service-contact .pprau-contact-channel-grid { grid-template-columns: 1fr; }
	body.pprau-service-contact .pprau-contact-channel { min-height: 0; padding: 22px; border-radius: 18px; }
	body.pprau-service-contact .pprau-contact-channel__icon { margin-bottom: 17px; }
	body.pprau-service-contact .pprau-contact-channel > p:not(.pprau-service-eyebrow) { margin-bottom: 18px; }
	body.pprau-service-contact .pprau-contact-detail { padding: 24px 20px; border-radius: 18px; }

	body.pprau-service-track .pprau-track-form-card,
	body.pprau-service-track .pprau-track-prep,
	body.pprau-service-track .pprau-track-info-card { border-radius: 19px; }
	body.pprau-service-track .pprau-track-form-card { padding: 24px 18px; }
	body.pprau-service-track .pprau-track-form-steps { grid-template-columns: 1fr; }
	body.pprau-service-track .pprau-track-commerce form { grid-template-columns: 1fr; gap: 17px !important; }
	body.pprau-service-track .pprau-track-commerce .form-row { grid-column: 1 !important; }
	body.pprau-service-track .pprau-track-commerce #orderid,
	body.pprau-service-track .pprau-track-commerce #order_email { height: 53px !important; font-size: 14px !important; }
	body.pprau-service-track .pprau-track-commerce button[name="track"] { width: 100% !important; min-height: 52px !important; }
	body.pprau-service-track .pprau-track-prep,
	body.pprau-service-track .pprau-track-info-card { padding: 24px 20px; }
	body.pprau-service-track .pprau-track-timeline { grid-template-columns: 1fr; gap: 11px; }
	body.pprau-service-track .pprau-track-timeline li { grid-template-columns: 29px 1fr; align-items: center; justify-items: start; text-align: left; }
	body.pprau-service-track .pprau-track-timeline li:not(:last-child)::after { left: 14px; top: 28px; width: 1px; height: calc(100% - 3px); }

	body.pprau-service-page .pprau-support-launcher { display: none !important; }

	body.pprau-service-page .ppr-footer-main {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 26px 20px !important;
		padding-bottom: 28px !important;
	}

	body.pprau-service-page .ppr-footer-brand {
		grid-column: 1 / -1 !important;
	}

	body.pprau-service-page .ppr-footer-col {
		min-width: 0 !important;
	}

	body.pprau-service-page .ppr-footer-col:last-child {
		grid-column: 1 / -1 !important;
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px 20px !important;
	}

	body.pprau-service-page .ppr-footer-col:last-child h4 {
		grid-column: 1 / -1;
	}

	body.pprau-service-page .ppr-footer-col:last-child a,
	body.pprau-service-page .ppr-footer-col:last-child p {
		margin: 0 !important;
	}

	body.pprau-service-page .ppr-research-disclaimer {
		padding-block: 26px !important;
	}

	body.pprau-service-page .ppr-footer-bottom {
		gap: 10px !important;
		padding-top: 22px !important;
	}
}

@media (max-width: 360px) {
	body.pprau-service-page .pprau-service-hero__copy { padding-inline: 20px; }
	body.pprau-service-page .pprau-service-hero h1.entry-title { font-size: 38px !important; }
	body.pprau-service-page .pprau-service-chip:nth-child(3) { display: none; }
	body.pprau-service-faq .pprau-faq-answer { padding-left: 0; padding-right: 0; }
	body.pprau-service-faq .pprau-faq-status { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	body.pprau-service-page *,
	body.pprau-service-page *::before,
	body.pprau-service-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Full-composition service-page backdrops. Desktop preserves the source aspect
 * ratio; compact screens stack the live copy above a complete uncropped image. */
body.pprau-service-faq .pprau-service-hero {
	--pprau-service-hero-image: url("../images/hero-faq.webp");
}

body.pprau-service-contact .pprau-service-hero {
	--pprau-service-hero-image: url("../images/hero-contact.webp");
}

body.pprau-service-track .pprau-service-hero {
	--pprau-service-hero-image: url("../images/hero-track.webp");
}

body.pprau-service-page .pprau-service-hero {
	grid-template-columns: minmax(0, 56%) minmax(0, 44%);
	min-height: 0;
	aspect-ratio: 1672 / 941;
	background-color: #010817;
	background-image:
		linear-gradient(90deg, rgba(1, 8, 23, .28) 0%, rgba(1, 8, 23, .12) 43%, rgba(1, 8, 23, 0) 62%),
		var(--pprau-service-hero-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%, contain;
}

body.pprau-service-page .pprau-service-hero::before,
body.pprau-service-page .pprau-service-hero::after {
	display: none;
}

body.pprau-service-page .pprau-service-hero__copy {
	max-width: none;
	min-height: 100%;
	padding: clamp(38px, 5vw, 68px);
	text-shadow: 0 2px 24px rgba(0, 8, 24, .34);
}

body.pprau-service-page .pprau-service-hero__visual {
	display: none;
	pointer-events: none;
}

@media (min-width: 761px) and (max-width: 900px) {
	body.pprau-service-page .pprau-service-hero {
		grid-template-columns: minmax(0, 56%) minmax(0, 44%);
	}

	body.pprau-service-page .pprau-service-hero__copy {
		min-height: 100%;
		padding: 24px 22px 24px 28px;
	}

	body.pprau-service-page .pprau-service-hero h1.entry-title {
		font-size: clamp(38px, 5.3vw, 46px) !important;
	}

	body.pprau-service-page .pprau-service-hero__description {
		margin-top: 15px !important;
		font-size: 15px !important;
		line-height: 1.5 !important;
	}

	body.pprau-service-page .pprau-service-hero__chips {
		gap: 7px;
		margin-top: 15px;
	}

	body.pprau-service-page .pprau-service-chip {
		min-height: 31px;
		padding: 6px 9px;
		font-size: 10px;
	}
}

@media (max-width: 760px) {
	body.pprau-service-faq .pprau-service-hero {
		--pprau-service-hero-image: url("../images/hero-faq-mobile.webp");
	}

	body.pprau-service-contact .pprau-service-hero {
		--pprau-service-hero-image: url("../images/hero-contact-mobile.webp");
	}

	body.pprau-service-track .pprau-service-hero {
		--pprau-service-hero-image: url("../images/hero-track-mobile.webp");
	}

	body.pprau-service-page .pprau-service-hero {
		display: flex;
		flex-direction: column;
		min-height: 0;
		aspect-ratio: auto;
		background: linear-gradient(145deg, #010817, #031a3a);
	}

	body.pprau-service-page .pprau-service-hero__copy {
		max-width: none;
		min-height: 0;
		justify-content: flex-start;
		padding: 32px 22px 26px;
	}

	body.pprau-service-page .pprau-service-hero h1.entry-title {
		font-size: clamp(38px, 11vw, 46px) !important;
	}

	body.pprau-service-page .pprau-service-hero::after {
		position: relative;
		z-index: 1;
		inset: auto;
		display: block;
		flex: 0 0 auto;
		width: calc(100% - 16px);
		height: auto;
		aspect-ratio: 1672 / 941;
		margin: 0 8px 8px;
		border-radius: 18px;
		background-color: #010817;
		background-image: var(--pprau-service-hero-image);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		box-shadow: inset 0 0 0 1px rgba(115, 190, 240, .13);
		opacity: 1;
		content: "";
		pointer-events: none;
	}
}

@media (max-width: 360px) {
	body.pprau-service-page .pprau-service-hero h1.entry-title {
		font-size: 38px !important;
	}
}

@media (forced-colors: active) {
	body.pprau-service-page .pprau-service-hero,
	body.pprau-service-page .pprau-service-hero::after {
		background-image: none !important;
	}
}
