/*
 * Rexsun unified services page v0.14.4
 * Every selector is scoped to the services body class to prevent theme bleed.
 */

body.rxp-services-unified {
	--rxsv-navy: #0d213d;
	--rxsv-navy-2: #142f54;
	--rxsv-red: #e32329;
	--rxsv-red-dark: #b8171d;
	--rxsv-text: #10233f;
	--rxsv-muted: #65758c;
	--rxsv-line: #dce4ed;
	--rxsv-canvas: #f4f7fb;
	--rxsv-surface: #ffffff;
	--rxsv-radius: 24px;
	--rxsv-shadow: 0 18px 48px rgba(15, 35, 63, 0.09);
	background:
		radial-gradient(circle at 1px 1px, rgba(15, 37, 68, 0.09) 1px, transparent 1.35px),
		linear-gradient(180deg, #f9fafc 0%, #eef2f7 100%);
	background-size: 22px 22px, auto;
	color: var(--rxsv-text);
}

body.rxp-services-unified .elementor-17084,
body.rxp-services-unified .elementor-17084 > .elementor-element,
body.rxp-services-unified .elementor-17084 .elementor-widget-wrap,
body.rxp-services-unified .elementor-17084 .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.rxp-services-unified .rxsv-page,
body.rxp-services-unified .rxsv-page *,
body.rxp-services-unified .rxsv-page *::before,
body.rxp-services-unified .rxsv-page *::after {
	box-sizing: border-box;
}

body.rxp-services-unified .rxsv-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	overflow: clip;
	color: var(--rxsv-text);
	font-family: inherit;
}

body.rxp-services-unified .rxsv-page :where(h1, h2, h3, p, ul, ol, figure) {
	margin: 0;
	padding: 0;
}

body.rxp-services-unified .rxsv-page :where(h1, h2, h3) {
	color: inherit;
	font-family: inherit;
	font-weight: 800;
	letter-spacing: 0;
}

body.rxp-services-unified .rxsv-page :where(p, li) {
	color: inherit;
	font-family: inherit;
}

body.rxp-services-unified .rxsv-page a {
	text-decoration: none;
}

body.rxp-services-unified .rxsv-page img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

body.rxp-services-unified .rxsv-page .rxp-container {
	width: min(1340px, calc(100% - 48px));
	max-width: 1340px;
	margin-inline: auto;
	padding-inline: 0;
}

body.rxp-services-unified .rxsv-section {
	position: relative;
	padding-block: 76px;
}

body.rxp-services-unified .rxsv-kicker,
body.rxp-services-unified .rxsv-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

body.rxp-services-unified .rxsv-kicker {
	gap: 8px;
	padding: 9px 14px;
	background: rgba(227, 35, 41, 0.09);
	color: var(--rxsv-red);
}

body.rxp-services-unified .rxsv-kicker::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 5px rgba(227, 35, 41, 0.09);
}

body.rxp-services-unified .rxsv-section-head {
	max-width: 780px;
	margin-bottom: 34px;
}

body.rxp-services-unified .rxsv-section-head--center {
	margin-inline: auto;
	text-align: center;
}

body.rxp-services-unified .rxsv-section-head--center .rxsv-kicker {
	margin-inline: auto;
}

body.rxp-services-unified .rxsv-section-head h2 {
	margin-top: 16px;
	font-size: 36px;
	line-height: 1.45;
	color: var(--rxsv-text);
}

body.rxp-services-unified .rxsv-section-head p {
	margin-top: 12px;
	font-size: 17px;
	line-height: 2;
	color: var(--rxsv-muted);
}

body.rxp-services-unified .rxsv-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 190px;
	min-height: 52px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 15px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.5;
	white-space: nowrap;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.rxp-services-unified .rxsv-button:hover {
	transform: translateY(-2px);
}

body.rxp-services-unified .rxsv-button:focus-visible,
body.rxp-services-unified .rxsv-page summary:focus-visible,
body.rxp-services-unified .rxsv-proof-item:focus-visible {
	outline: 3px solid rgba(227, 35, 41, 0.32);
	outline-offset: 4px;
}

body.rxp-services-unified .rxsv-button--primary {
	background: var(--rxsv-red);
	color: #fff;
	box-shadow: 0 12px 28px rgba(227, 35, 41, 0.25);
}

body.rxp-services-unified .rxsv-button--primary:hover {
	background: var(--rxsv-red-dark);
	color: #fff;
}

body.rxp-services-unified .rxsv-button--light {
	background: #fff;
	color: var(--rxsv-navy);
	box-shadow: 0 10px 24px rgba(4, 15, 31, 0.16);
}

body.rxp-services-unified .rxsv-button--light:hover {
	color: var(--rxsv-red);
}

body.rxp-services-unified .rxsv-button--outline {
	border-color: rgba(255, 255, 255, 0.62);
	background: transparent;
	color: #fff;
}

body.rxp-services-unified .rxsv-button--outline:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

body.rxp-services-unified .rxsv-button--secondary {
	border-color: var(--rxsv-line);
	background: #fff;
	color: var(--rxsv-text);
}

body.rxp-services-unified .rxsv-button--secondary:hover {
	border-color: var(--rxsv-red);
	color: var(--rxsv-red);
}

body.rxp-services-unified .rxsv-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

body.rxp-services-unified .rxsv-hero {
	position: relative;
	isolation: isolate;
	min-height: 610px;
	padding: 94px 0 58px;
	background:
		radial-gradient(circle at 82% 20%, rgba(227, 35, 41, 0.22), transparent 30%),
		linear-gradient(125deg, #08172b 0%, #102b4d 58%, #18385e 100%);
	color: #fff;
}

body.rxp-services-unified .rxsv-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.17;
	background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 1.2px);
	background-size: 24px 24px;
}

body.rxp-services-unified .rxsv-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.93fr) minmax(520px, 1.07fr);
	align-items: center;
	gap: 64px;
	min-height: 494px;
}

body.rxp-services-unified .rxsv-hero__content {
	min-width: 0;
}

body.rxp-services-unified .rxsv-hero .rxsv-kicker {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

body.rxp-services-unified .rxsv-hero .rxsv-kicker::before {
	background: var(--rxsv-red);
	box-shadow: 0 0 0 5px rgba(227, 35, 41, 0.16);
}

body.rxp-services-unified .rxsv-hero h1 {
	max-width: 690px;
	margin-top: 20px;
	font-size: 52px;
	line-height: 1.42;
	color: #fff;
}

body.rxp-services-unified .rxsv-hero h1 span {
	display: block;
	color: #ff4a4f;
}

body.rxp-services-unified .rxsv-hero__content > p {
	max-width: 660px;
	margin-top: 18px;
	font-size: 18px;
	line-height: 2;
	color: #d5deea;
}

body.rxp-services-unified .rxsv-hero .rxsv-actions {
	margin-top: 28px;
}

body.rxp-services-unified .rxsv-hero__collage {
	display: grid;
	grid-template-columns: 1.34fr 0.8fr;
	grid-template-rows: 1fr 1fr;
	gap: 14px;
	min-width: 0;
	height: 460px;
}

body.rxp-services-unified .rxsv-hero__media {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 22px;
	box-shadow: 0 24px 54px rgba(2, 10, 22, 0.36);
}

body.rxp-services-unified .rxsv-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, transparent 55%, rgba(5, 17, 34, 0.28));
}

body.rxp-services-unified .rxsv-hero__media figure {
	width: 100%;
	height: 100%;
}

body.rxp-services-unified .rxsv-hero__media--main {
	grid-row: 1 / 3;
}

body.rxp-services-unified .rxsv-services {
	padding-top: 72px;
}

body.rxp-services-unified .rxsv-services-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

body.rxp-services-unified .rxsv-service-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 390px;
	padding: 28px;
	border: 1px solid var(--rxsv-line);
	border-radius: var(--rxsv-radius);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 16px 38px rgba(15, 35, 63, 0.07);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.rxp-services-unified .rxsv-service-card:hover {
	transform: translateY(-5px);
	border-color: rgba(227, 35, 41, 0.32);
	box-shadow: var(--rxsv-shadow);
}

body.rxp-services-unified .rxsv-badge {
	padding: 8px 11px;
	background: #fff0f1;
	color: var(--rxsv-red);
}

body.rxp-services-unified .rxsv-service-card h3 {
	margin-top: 18px;
	font-size: 21px;
	line-height: 1.55;
	color: var(--rxsv-text);
}

body.rxp-services-unified .rxsv-service-card > p {
	margin-top: 12px;
	min-height: 84px;
	font-size: 15px;
	line-height: 1.95;
	color: var(--rxsv-muted);
}

body.rxp-services-unified .rxsv-service-card ul {
	display: grid;
	gap: 8px;
	margin-top: 16px;
	list-style: none;
}

body.rxp-services-unified .rxsv-service-card li {
	position: relative;
	padding-right: 16px;
	font-size: 14px;
	line-height: 1.75;
	color: #40506a;
}

body.rxp-services-unified .rxsv-service-card li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--rxsv-red);
}

body.rxp-services-unified .rxsv-button--card {
	width: 100%;
	min-width: 0;
	margin-top: auto;
	padding-top: 11px;
	padding-bottom: 11px;
	border-color: var(--rxsv-line);
	background: #f8fafc;
	color: var(--rxsv-text);
	box-shadow: none;
}

body.rxp-services-unified .rxsv-button--card:hover {
	border-color: var(--rxsv-red);
	background: var(--rxsv-red);
	color: #fff;
}

body.rxp-services-unified .rxsv-process {
	background: rgba(255, 255, 255, 0.6);
	border-block: 1px solid rgba(220, 228, 237, 0.8);
}

body.rxp-services-unified .rxsv-process-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	list-style: none;
}

body.rxp-services-unified .rxsv-process-list::before {
	content: "";
	position: absolute;
	top: 31px;
	right: 12.5%;
	left: 12.5%;
	height: 2px;
	background: linear-gradient(90deg, var(--rxsv-line), var(--rxsv-red), var(--rxsv-line));
}

body.rxp-services-unified .rxsv-process-list li {
	position: relative;
	z-index: 1;
	min-width: 0;
	text-align: center;
}

body.rxp-services-unified .rxsv-process-icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin-inline: auto;
	border: 8px solid #f7f9fc;
	border-radius: 50%;
	background: var(--rxsv-navy);
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	box-shadow: 0 0 0 1px var(--rxsv-line);
}

body.rxp-services-unified .rxsv-process-list h3 {
	margin-top: 19px;
	font-size: 19px;
	line-height: 1.55;
	color: var(--rxsv-text);
}

body.rxp-services-unified .rxsv-process-list p {
	margin-top: 9px;
	font-size: 14px;
	line-height: 1.95;
	color: var(--rxsv-muted);
}

body.rxp-services-unified .rxsv-quality {
	background:
		radial-gradient(circle at 14% 85%, rgba(227, 35, 41, 0.16), transparent 24%),
		linear-gradient(135deg, #08172b 0%, #122b4c 100%);
	color: #fff;
}

body.rxp-services-unified .rxsv-quality__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	align-items: center;
	gap: 72px;
}

body.rxp-services-unified .rxsv-quality .rxsv-kicker {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
}

body.rxp-services-unified .rxsv-quality__heading h2 {
	margin-top: 18px;
	font-size: 38px;
	line-height: 1.55;
	color: #fff;
}

body.rxp-services-unified .rxsv-quality__heading p {
	margin-top: 14px;
	font-size: 16px;
	line-height: 2;
	color: #cbd6e5;
}

body.rxp-services-unified .rxsv-quality__items {
	display: grid;
	gap: 12px;
}

body.rxp-services-unified .rxsv-quality__items article {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: center;
	gap: 15px;
	min-width: 0;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.07);
}

body.rxp-services-unified .rxsv-quality__items article > span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: rgba(227, 35, 41, 0.18);
	color: #ff555a;
	font-size: 20px;
	font-weight: 900;
}

body.rxp-services-unified .rxsv-quality__items h3 {
	font-size: 18px;
	line-height: 1.55;
	color: #fff;
}

body.rxp-services-unified .rxsv-quality__items p {
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.85;
	color: #c8d3e2;
}

body.rxp-services-unified .rxsv-contact-strip {
	padding-block: 60px;
}

body.rxp-services-unified .rxsv-contact-strip__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 42px;
	padding: 42px 48px;
	overflow: hidden;
	border-radius: 28px;
	background:
		radial-gradient(circle at 8% 100%, rgba(255, 255, 255, 0.16), transparent 24%),
		linear-gradient(120deg, #e1262c 0%, #b7171d 100%);
	color: #fff;
	box-shadow: 0 24px 55px rgba(178, 22, 29, 0.22);
}

body.rxp-services-unified .rxsv-contact-strip .rxsv-kicker {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
}

body.rxp-services-unified .rxsv-contact-strip h2 {
	margin-top: 14px;
	font-size: 32px;
	line-height: 1.5;
	color: #fff;
}

body.rxp-services-unified .rxsv-contact-strip p {
	margin-top: 9px;
	font-size: 16px;
	line-height: 1.9;
	color: #fff1f1;
}

body.rxp-services-unified .rxsv-routes {
	padding-top: 70px;
}

body.rxp-services-unified .rxsv-routes-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

body.rxp-services-unified .rxsv-routes .rxsv-service-card {
	min-height: 372px;
}

body.rxp-services-unified .rxsv-request {
	padding-top: 24px;
}

body.rxp-services-unified .rxsv-request__panel {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: 44px;
	padding: 44px;
	border: 1px solid var(--rxsv-line);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--rxsv-shadow);
}

body.rxp-services-unified .rxsv-request__info h2 {
	margin-top: 15px;
	font-size: 30px;
	line-height: 1.55;
	color: var(--rxsv-text);
}

body.rxp-services-unified .rxsv-request__info ul {
	display: grid;
	gap: 10px;
	margin-top: 20px;
	list-style: none;
}

body.rxp-services-unified .rxsv-request__info li {
	position: relative;
	padding: 11px 40px 11px 14px;
	border-radius: 13px;
	background: #f3f6fa;
	color: #40506a;
	font-size: 14px;
	line-height: 1.8;
}

body.rxp-services-unified .rxsv-request__info li::before {
	content: "✓";
	position: absolute;
	top: 10px;
	right: 14px;
	color: var(--rxsv-red);
	font-weight: 900;
}

body.rxp-services-unified .rxsv-request__faq {
	display: flex;
	flex-direction: column;
	min-width: 0;
	gap: 12px;
}

body.rxp-services-unified .rxsv-request__faq details {
	border: 1px solid var(--rxsv-line);
	border-radius: 15px;
	background: #f8fafc;
	overflow: hidden;
}

body.rxp-services-unified .rxsv-request__faq summary {
	position: relative;
	padding: 18px 20px 18px 52px;
	cursor: pointer;
	color: var(--rxsv-text);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.7;
	list-style: none;
}

body.rxp-services-unified .rxsv-request__faq summary::-webkit-details-marker {
	display: none;
}

body.rxp-services-unified .rxsv-request__faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
	color: var(--rxsv-red);
	font-size: 24px;
	line-height: 1;
}

body.rxp-services-unified .rxsv-request__faq details[open] summary::after {
	content: "−";
}

body.rxp-services-unified .rxsv-request__faq details p {
	padding: 0 20px 18px;
	color: var(--rxsv-muted);
	font-size: 14px;
	line-height: 1.9;
}

body.rxp-services-unified .rxsv-request__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: auto;
}

body.rxp-services-unified .rxsv-request__actions .rxsv-button {
	width: 100%;
	min-width: 0;
}

body.rxp-services-unified .rxsv-proof {
	padding-bottom: 90px;
}

body.rxp-services-unified .rxsv-proof-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	grid-auto-rows: 250px;
	gap: 16px;
}

body.rxp-services-unified .rxsv-proof-item {
	position: relative;
	grid-column: span 2;
	min-width: 0;
	overflow: hidden;
	border-radius: 22px;
	background: var(--rxsv-navy);
	box-shadow: 0 16px 38px rgba(15, 35, 63, 0.12);
}

body.rxp-services-unified .rxsv-proof-item--wide {
	grid-column: span 3;
	grid-row: span 2;
}

body.rxp-services-unified .rxsv-proof-item figure {
	width: 100%;
	height: 100%;
}

body.rxp-services-unified .rxsv-proof-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(5, 16, 31, 0.88) 100%);
	pointer-events: none;
}

body.rxp-services-unified .rxsv-proof-item span {
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 18px;
	left: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	color: #fff;
}

body.rxp-services-unified .rxsv-proof-item strong {
	color: #fff;
	font-size: 17px;
	line-height: 1.6;
}

body.rxp-services-unified .rxsv-proof-item em {
	color: #d8e2ef;
	font-size: 12px;
	font-style: normal;
	white-space: nowrap;
}

body.rxp-services-unified .rxsv-proof-item img {
	transition: transform 360ms ease, filter 360ms ease;
}

body.rxp-services-unified .rxsv-proof-item:hover img {
	transform: scale(1.035);
	filter: brightness(1.05);
}

@media (max-width: 1120px) {
	body.rxp-services-unified .rxsv-hero__inner {
		grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
		gap: 34px;
	}

	body.rxp-services-unified .rxsv-hero h1 {
		font-size: 44px;
	}

	body.rxp-services-unified .rxsv-services-grid,
	body.rxp-services-unified .rxsv-routes-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.rxp-services-unified .rxsv-contact-strip__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	body.rxp-services-unified .rxsv-page .rxp-container {
		width: min(100% - 32px, 1340px);
	}

	body.rxp-services-unified .rxsv-section {
		padding-block: 58px;
	}

	body.rxp-services-unified .rxsv-hero {
		min-height: 0;
		padding-block: 46px;
	}

	body.rxp-services-unified .rxsv-hero__inner,
	body.rxp-services-unified .rxsv-quality__grid,
	body.rxp-services-unified .rxsv-request__panel {
		grid-template-columns: 1fr;
	}

	body.rxp-services-unified .rxsv-hero__inner {
		gap: 34px;
		min-height: 0;
	}

	body.rxp-services-unified .rxsv-hero h1 {
		font-size: 40px;
	}

	body.rxp-services-unified .rxsv-hero__collage {
		height: 390px;
	}

	body.rxp-services-unified .rxsv-process-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 40px;
	}

	body.rxp-services-unified .rxsv-process-list::before {
		display: none;
	}

	body.rxp-services-unified .rxsv-quality__grid {
		gap: 34px;
	}

	body.rxp-services-unified .rxsv-request__panel {
		gap: 30px;
		padding: 32px;
	}

	body.rxp-services-unified .rxsv-proof-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 250px;
	}

	body.rxp-services-unified .rxsv-proof-item,
	body.rxp-services-unified .rxsv-proof-item--wide {
		grid-column: span 1;
		grid-row: span 1;
	}
}

@media (max-width: 560px) {
	body.rxp-services-unified .rxsv-page .rxp-container {
		width: min(100% - 24px, 1340px);
	}

	body.rxp-services-unified .rxsv-section {
		padding-block: 46px;
	}

	body.rxp-services-unified .rxsv-section-head {
		margin-bottom: 26px;
		text-align: center;
	}

	body.rxp-services-unified .rxsv-section-head .rxsv-kicker {
		margin-inline: auto;
	}

	body.rxp-services-unified .rxsv-section-head h2,
	body.rxp-services-unified .rxsv-quality__heading h2 {
		font-size: 28px;
	}

	body.rxp-services-unified .rxsv-section-head p {
		font-size: 15px;
		line-height: 1.9;
	}

	body.rxp-services-unified .rxsv-hero {
		padding-top: 76px;
	}

	body.rxp-services-unified .rxsv-hero__content {
		text-align: center;
	}

	body.rxp-services-unified .rxsv-hero .rxsv-kicker {
		margin-inline: auto;
	}

	body.rxp-services-unified .rxsv-hero h1 {
		margin-top: 16px;
		font-size: 34px;
		line-height: 1.48;
	}

	body.rxp-services-unified .rxsv-hero__content > p {
		font-size: 15px;
		line-height: 1.9;
	}

	body.rxp-services-unified .rxsv-actions,
	body.rxp-services-unified .rxsv-request__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	body.rxp-services-unified .rxsv-button {
		width: 100%;
		min-width: 0;
	}

	body.rxp-services-unified .rxsv-hero__collage {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1.2fr 0.8fr;
		gap: 10px;
		height: 330px;
	}

	body.rxp-services-unified .rxsv-hero__media {
		border-radius: 16px;
	}

	body.rxp-services-unified .rxsv-hero__media--main {
		grid-column: 1 / 3;
		grid-row: 1;
	}

	body.rxp-services-unified .rxsv-hero__media--top,
	body.rxp-services-unified .rxsv-hero__media--bottom {
		grid-row: 2;
	}

	body.rxp-services-unified .rxsv-services-grid,
	body.rxp-services-unified .rxsv-routes-grid,
	body.rxp-services-unified .rxsv-process-list,
	body.rxp-services-unified .rxsv-proof-grid {
		grid-template-columns: 1fr;
	}

	body.rxp-services-unified .rxsv-service-card,
	body.rxp-services-unified .rxsv-routes .rxsv-service-card {
		min-height: 0;
		padding: 24px;
	}

	body.rxp-services-unified .rxsv-service-card > p {
		min-height: 0;
	}

	body.rxp-services-unified .rxsv-service-card .rxsv-button {
		margin-top: 22px;
	}

	body.rxp-services-unified .rxsv-process-list {
		gap: 30px;
	}

	body.rxp-services-unified .rxsv-quality__heading {
		text-align: center;
	}

	body.rxp-services-unified .rxsv-quality .rxsv-kicker {
		margin-inline: auto;
	}

	body.rxp-services-unified .rxsv-quality__items article {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 17px;
	}

	body.rxp-services-unified .rxsv-quality__items article > span {
		width: 42px;
		height: 42px;
	}

	body.rxp-services-unified .rxsv-contact-strip {
		padding-block: 38px;
	}

	body.rxp-services-unified .rxsv-contact-strip__inner {
		gap: 26px;
		padding: 30px 22px;
		border-radius: 22px;
		text-align: center;
	}

	body.rxp-services-unified .rxsv-contact-strip .rxsv-kicker {
		margin-inline: auto;
	}

	body.rxp-services-unified .rxsv-contact-strip h2 {
		font-size: 27px;
	}

	body.rxp-services-unified .rxsv-request {
		padding-top: 12px;
	}

	body.rxp-services-unified .rxsv-request__panel {
		width: min(100% - 24px, 1340px);
		padding: 24px;
		border-radius: 22px;
	}

	body.rxp-services-unified .rxsv-request__info {
		text-align: center;
	}

	body.rxp-services-unified .rxsv-request__info .rxsv-kicker {
		margin-inline: auto;
	}

	body.rxp-services-unified .rxsv-request__info h2 {
		font-size: 26px;
	}

	body.rxp-services-unified .rxsv-request__info li {
		text-align: right;
	}

	body.rxp-services-unified .rxsv-proof {
		padding-bottom: 64px;
	}

	body.rxp-services-unified .rxsv-proof-grid {
		grid-auto-rows: 250px;
	}

	body.rxp-services-unified .rxsv-proof-item,
	body.rxp-services-unified .rxsv-proof-item--wide {
		grid-column: 1;
	}

	body.rxp-services-unified .rxsv-proof-item span {
		right: 16px;
		bottom: 15px;
		left: 16px;
	}
}

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

/* 0.14.4: final alignment pass approved from the live-page review. */
body.rxp-services-unified .rxsv-section-head--center p {
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

body.rxp-services-unified .rxsv-contact-strip__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	max-width: 1200px;
	padding: 48px clamp(28px, 5vw, 74px);
	text-align: center;
}

body.rxp-services-unified .rxsv-contact-strip__inner > div:first-child {
	max-width: 860px;
}

body.rxp-services-unified .rxsv-contact-strip .rxsv-kicker {
	margin-inline: auto;
}

body.rxp-services-unified .rxsv-contact-strip p {
	max-width: 760px;
	margin-inline: auto;
}

body.rxp-services-unified .rxsv-contact-strip .rxsv-actions {
	justify-content: center;
	margin-top: 0;
}

body.rxp-services-unified .rxsv-request__panel {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 32px;
	padding: 40px;
}

body.rxp-services-unified .rxsv-request__info,
body.rxp-services-unified .rxsv-request__faq {
	min-width: 0;
	padding: 6px;
}

body.rxp-services-unified .rxsv-request__info {
	display: flex;
	flex-direction: column;
}

body.rxp-services-unified .rxsv-request__faq {
	align-self: center;
	gap: 14px;
}

body.rxp-services-unified .rxsv-request__faq details {
	background: #f6f8fb;
}

body.rxp-services-unified .rxsv-request__actions {
	margin-top: 4px;
	padding-top: 12px;
}

@media (max-width: 900px) {
	body.rxp-services-unified .rxsv-request__panel {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 30px;
	}

	body.rxp-services-unified .rxsv-request__actions {
		margin-top: 6px;
	}
}

@media (max-width: 620px) {
	body.rxp-services-unified .rxsv-contact-strip__inner {
		gap: 22px;
		padding: 32px 22px;
	}

	body.rxp-services-unified .rxsv-contact-strip .rxsv-actions,
	body.rxp-services-unified .rxsv-request__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	body.rxp-services-unified .rxsv-contact-strip .rxsv-button,
	body.rxp-services-unified .rxsv-request__actions .rxsv-button {
		width: 100%;
	}

	body.rxp-services-unified .rxsv-request__panel {
		width: min(100% - 24px, 1340px);
		padding: 22px 18px;
	}

	body.rxp-services-unified .rxsv-request__info,
	body.rxp-services-unified .rxsv-request__faq {
		padding: 0;
	}
}
