/*
 * Rexsun unified homepage — v0.13.9
 * Scoped to the front page so Infine/Elementor cannot alter other pages.
 */

body.rxp-home-unified {
	--rxh-navy: #0b1f3a;
	--rxh-navy-2: #102947;
	--rxh-red: #e31f26;
	--rxh-red-dark: #bf151c;
	--rxh-ink: #13233b;
	--rxh-muted: #66738a;
	--rxh-line: #dce3ec;
	--rxh-paper: #f7f9fc;
	--rxh-white: #fff;
	--rxh-container: 1340px;
	--rxh-radius: 24px;
	--rxh-shadow: 0 18px 48px rgba(12, 31, 57, .09);
	margin: 0;
	color: var(--rxh-ink);
	background-color: var(--rxh-paper);
	background-image: radial-gradient(circle, rgba(116, 132, 157, .22) .8px, transparent .9px);
	background-position: 0 0;
	background-size: 22px 22px;
	overflow-x: clip;
}

body.rxp-home-unified * {
	box-sizing: border-box;
}

body.rxp-home-unified .elementor,
body.rxp-home-unified .elementor-section,
body.rxp-home-unified .elementor-container,
body.rxp-home-unified .elementor-widget-wrap,
body.rxp-home-unified .elementor-widget,
body.rxp-home-unified .elementor-widget-container {
	max-width: none;
}

body.rxp-home-unified .rxh-home,
body.rxp-home-unified .rxh-home section,
body.rxp-home-unified .rxh-home nav {
	position: relative;
	width: 100%;
	margin: 0;
}

body.rxp-home-unified .rxh-home {
	isolation: isolate;
	font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
	line-height: 1.75;
	background: transparent;
}

@media (min-width: 768px) {
	body.rxp-home-unified .rxh-home {
		/* The fixed desktop header reserves only 60px in the legacy shell. */
		margin-top: 80px !important;
	}
}

body.rxp-home-unified :is(#magic-cursor, .magic-cursor, .ball, #ball) {
	display: none !important;
}

body.rxp-home-unified {
	cursor: auto !important;
}

body.rxp-home-unified .rxh-home :is(h1, h2, h3, p, ul, ol, figure) {
	margin: 0;
}

body.rxp-home-unified .rxh-home :is(ul, ol) {
	padding: 0;
}

body.rxp-home-unified .rxh-home :is(a, button) {
	font: inherit;
}

body.rxp-home-unified .rxh-home a {
	text-decoration: none;
}

body.rxp-home-unified .rxh-home img,
body.rxp-home-unified .rxh-home video,
body.rxp-home-unified .rxh-home picture {
	display: block;
	width: 100%;
}

body.rxp-home-unified .rxh-container,
body.rxp-home-unified #rp-app-header .rp-container {
	width: min(var(--rxh-container), calc(100% - 64px)) !important;
	max-width: none !important;
	margin-inline: auto !important;
	padding-inline: 0 !important;
}

body.rxp-home-unified .rxh-section {
	padding-block: 92px;
	background: transparent;
}

body.rxp-home-unified .rxh-section + .rxh-section {
	border-top: 1px solid rgba(203, 213, 226, .58);
}

body.rxp-home-unified .rxh-section-head {
	max-width: 760px;
}

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

body.rxp-home-unified .rxh-section-head--center > p {
	margin-inline: auto;
	text-align: center;
}

body.rxp-home-unified .rxh-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 30px;
	margin-bottom: 14px;
	color: var(--rxh-red);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: -.01em;
}

body.rxp-home-unified .rxh-kicker > i {
	display: inline-block;
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
	background: currentColor;
}

body.rxp-home-unified .rxh-kicker--dark {
	color: #ff8990;
}

body.rxp-home-unified .rxh-section-head h2,
body.rxp-home-unified .rxh-about h2,
body.rxp-home-unified .rxh-capability h2,
body.rxp-home-unified .rxh-engineering h2 {
	color: var(--rxh-ink);
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 900;
	line-height: 1.32;
	letter-spacing: -.035em;
}

body.rxp-home-unified .rxh-section-head h2 span,
body.rxp-home-unified .rxh-about h2 span,
body.rxp-home-unified .rxh-capability h2 span,
body.rxp-home-unified .rxh-engineering h2 span {
	color: var(--rxh-red);
}

body.rxp-home-unified .rxh-section-head > p {
	margin-top: 14px;
	color: var(--rxh-muted);
	font-size: 17px;
	line-height: 1.9;
}

body.rxp-home-unified .rxh-head-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 40px;
}

body.rxp-home-unified .rxh-head-row .rxh-section-head {
	margin: 0;
}

body.rxp-home-unified .rxh-head-row__actions,
body.rxp-home-unified .rxh-about__actions,
body.rxp-home-unified .rxh-capability__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

body.rxp-home-unified .rxh-head-row__actions > a:not(.rxh-button) {
	color: var(--rxh-ink);
	font-size: 15px;
	font-weight: 800;
	padding: 11px 4px;
}

body.rxp-home-unified .rxh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 12px 21px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.4;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

body.rxp-home-unified .rxh-button svg,
body.rxp-home-unified .rxh-home a > svg {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	transition: transform .2s ease;
}

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

body.rxp-home-unified .rxh-button:hover svg,
body.rxp-home-unified .rxh-home a:hover > svg {
	transform: translateX(-3px);
}

body.rxp-home-unified .rxh-button--primary {
	color: #fff;
	background: var(--rxh-red);
	box-shadow: 0 12px 28px rgba(227, 31, 38, .22);
}

body.rxp-home-unified .rxh-button--primary:hover {
	color: #fff;
	background: var(--rxh-red-dark);
	box-shadow: 0 16px 34px rgba(227, 31, 38, .28);
}

body.rxp-home-unified .rxh-button--secondary {
	color: var(--rxh-ink);
	border-color: #cfd8e5;
	background: #fff;
}

body.rxp-home-unified .rxh-button--dark {
	color: #fff;
	background: var(--rxh-navy);
}

body.rxp-home-unified .rxh-button--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, .24);
	background: rgba(255, 255, 255, .06);
}

body.rxp-home-unified .rxh-button--ghost:hover {
	border-color: rgba(255, 255, 255, .48);
	background: rgba(255, 255, 255, .1);
}

body.rxp-home-unified .rxh-icon {
	display: inline-grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border: 1px solid #e3e8f0;
	border-radius: 15px;
	color: var(--rxh-red);
	background: #fff;
	box-shadow: 0 9px 22px rgba(14, 37, 66, .08);
}

body.rxp-home-unified .rxh-icon svg {
	width: 25px;
	height: 25px;
}

body.rxp-home-unified .rxh-icon--red {
	width: 66px;
	height: 66px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: var(--rxh-red);
	box-shadow: 0 14px 28px rgba(227, 31, 38, .2);
}

/* Header alignment and reliable sticky glass state. */
body.rxp-home-unified #rp-app-header {
	z-index: 9999 !important;
	width: 100% !important;
	transition: background-color .22s ease, box-shadow .22s ease !important;
}

body.rxp-home-unified #rp-app-header .rp-main-nav,
body.rxp-home-unified #rp-app-header .rp-top-bar {
	transition: height .22s ease, opacity .18s ease, background-color .22s ease, box-shadow .22s ease !important;
}

body.rxp-home-unified #rp-app-header.is-scrolled {
	background: rgba(255, 255, 255, .88) !important;
	border-bottom: 1px solid rgba(180, 191, 207, .62) !important;
	box-shadow: 0 12px 36px rgba(9, 28, 52, .12) !important;
	-webkit-backdrop-filter: blur(18px) saturate(155%) !important;
	backdrop-filter: blur(18px) saturate(155%) !important;
}

body.rxp-home-unified #rp-app-header.is-scrolled .rp-main-nav {
	background: rgba(255, 255, 255, .78) !important;
	-webkit-backdrop-filter: blur(18px) saturate(155%) !important;
	backdrop-filter: blur(18px) saturate(155%) !important;
}

body.rxp-home-unified #rp-app-header.is-scrolled .rp-menu-link {
	color: #16243a !important;
	text-shadow: none !important;
}

body.rxp-home-unified #rp-app-header .rp-logo img {
	display: block !important;
	width: auto !important;
	max-width: 150px !important;
	height: 78px !important;
	object-fit: contain !important;
}

/* Hero: video owns the entire first panel; copy sits below it. */
body.rxp-home-unified .rxh-hero {
	margin-top: -1px !important;
	background: #081729;
}

body.rxp-home-unified .rxh-hero__media {
	position: relative;
	height: clamp(610px, 72svh, 820px);
	min-height: 610px;
	overflow: hidden;
}

body.rxp-home-unified .rxh-hero__video {
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: #081729;
}

body.rxp-home-unified .rxh-hero__veil {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: rgba(4, 16, 31, .08);
}

body.rxp-home-unified .rxh-hero__cue {
	position: absolute;
	right: 50%;
	bottom: 24px;
	z-index: 2;
	display: grid;
	justify-items: center;
	gap: 11px;
	width: min(420px, calc(100% - 32px));
	color: #fff;
	text-align: center;
	transform: translateX(50%);
}

body.rxp-home-unified .rxh-hero__cue > p {
	padding: 7px 14px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	background: rgba(6, 21, 40, .5);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.7;
}

body.rxp-home-unified .rxh-hero__scroll {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .68);
	border-radius: 50%;
	background: rgba(6, 21, 40, .68);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

body.rxp-home-unified .rxh-hero__scroll svg {
	width: 20px;
	height: 20px;
	animation: rxh-scroll-cue 1.8s ease-in-out infinite;
}

@keyframes rxh-scroll-cue {
	0%, 100% { transform: translateY(-1px); }
	50% { transform: translateY(4px); }
}

body.rxp-home-unified .rxh-intro {
	padding-block: 62px;
	border-top: 0 !important;
	background: rgba(255, 255, 255, .93);
	box-shadow: 0 16px 42px rgba(12, 31, 57, .07);
}

body.rxp-home-unified .rxh-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(300px, .72fr);
	align-items: center;
	gap: clamp(38px, 6vw, 94px);
}

body.rxp-home-unified .rxh-intro h1 {
	max-width: 850px;
	color: var(--rxh-ink);
	font-size: clamp(38px, 4.2vw, 64px);
	font-weight: 950;
	line-height: 1.25;
	letter-spacing: -.045em;
}

body.rxp-home-unified .rxh-intro h1 span {
	display: block;
	color: var(--rxh-red);
}

body.rxp-home-unified .rxh-intro__copy > p {
	max-width: 820px;
	margin-top: 20px;
	color: var(--rxh-muted);
	font-size: 18px;
	line-height: 2;
}

body.rxp-home-unified .rxh-intro__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding: 22px;
	border: 1px solid #e0e6ee;
	border-radius: 20px;
	background: var(--rxh-paper);
}

body.rxp-home-unified .rxh-intro__actions .rxh-inline-link {
	grid-column: 1 / -1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding-top: 8px;
	color: var(--rxh-muted);
	font-size: 13px;
	font-weight: 750;
}

/* Services: one clean desktop row. */
body.rxp-home-unified .rxh-services__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 40px;
}

body.rxp-home-unified .rxh-service-card {
	display: flex;
	min-width: 0;
	min-height: 330px;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px;
	border: 1px solid var(--rxh-line);
	border-radius: var(--rxh-radius);
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 12px 34px rgba(12, 31, 57, .055);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.rxp-home-unified .rxh-service-card:hover {
	border-color: #c4cfdd;
	box-shadow: var(--rxh-shadow);
	transform: translateY(-5px);
}

body.rxp-home-unified .rxh-service-card h3 {
	margin-top: 24px;
	color: var(--rxh-ink);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.5;
}

body.rxp-home-unified .rxh-service-card p {
	margin-top: 12px;
	color: var(--rxh-muted);
	font-size: 14.5px;
	line-height: 1.9;
}

body.rxp-home-unified .rxh-service-card > a,
body.rxp-home-unified .rxh-project-card__body > a,
body.rxp-home-unified .rxh-product-card > a,
body.rxp-home-unified .rxh-workshop-card > div > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	padding-top: 22px;
	color: var(--rxh-red);
	font-size: 14px;
	font-weight: 850;
}

/* Brand strip replaces the oversized slider with a useful navigation row. */
body.rxp-home-unified .rxh-brand-strip {
	border-block: 1px solid #d7dee8;
	background: rgba(255, 255, 255, .91);
}

body.rxp-home-unified .rxh-brand-strip__inner {
	display: flex;
	min-height: 96px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

body.rxp-home-unified .rxh-brand-strip__inner > span {
	color: var(--rxh-muted);
	font-size: 13px;
	font-weight: 750;
}

body.rxp-home-unified .rxh-brand-strip__links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(22px, 3.5vw, 58px);
	font-family: Arial, sans-serif;
}

body.rxp-home-unified .rxh-brand-strip__links a {
	color: var(--rxh-ink);
	font-size: 18px;
	font-weight: 800;
}

body.rxp-home-unified .rxh-brand-strip__links a:hover {
	color: var(--rxh-red);
}

body.rxp-home-unified .rxh-brand-strip__all {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--rxh-red);
	font-size: 13px;
	font-weight: 850;
}

/* Confirmed project cards — fixed one-row geometry on desktop. */
body.rxp-home-unified .rxh-projects__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

body.rxp-home-unified .rxh-project-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--rxh-line);
	border-radius: var(--rxh-radius);
	background: #fff;
	box-shadow: 0 12px 34px rgba(12, 31, 57, .06);
	transition: transform .22s ease, box-shadow .22s ease;
}

body.rxp-home-unified .rxh-project-card:hover {
	box-shadow: var(--rxh-shadow);
	transform: translateY(-5px);
}

body.rxp-home-unified .rxh-project-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e8edf3;
}

body.rxp-home-unified .rxh-project-card__media picture,
body.rxp-home-unified .rxh-project-card__media img {
	height: 100%;
}

body.rxp-home-unified .rxh-project-card__media img {
	object-fit: cover;
	transition: transform .45s ease;
}

body.rxp-home-unified .rxh-project-card:hover .rxh-project-card__media img {
	transform: scale(1.035);
}

body.rxp-home-unified .rxh-project-card__body {
	display: flex;
	min-height: 292px;
	flex-direction: column;
	padding: 22px;
}

body.rxp-home-unified .rxh-project-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

body.rxp-home-unified .rxh-project-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	border-radius: 999px;
	color: var(--rxh-red);
	background: #fff0f1;
	font-size: 11px;
	font-weight: 850;
}

body.rxp-home-unified .rxh-project-card__meta small {
	color: #8a95a7;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

body.rxp-home-unified .rxh-project-card h3 {
	margin-top: 17px;
	color: var(--rxh-ink);
	font-size: 19px;
	font-weight: 900;
	line-height: 1.55;
}

body.rxp-home-unified .rxh-project-card p {
	margin-top: 10px;
	color: var(--rxh-muted);
	font-size: 13.5px;
	line-height: 1.85;
}

/* Compact engineering band. */
body.rxp-home-unified .rxh-engineering {
	padding-block: 60px;
	border-top: 0 !important;
	color: #fff;
	background-color: var(--rxh-navy);
	background-image: radial-gradient(circle, rgba(255, 255, 255, .075) .75px, transparent .85px);
	background-size: 24px 24px;
}

body.rxp-home-unified .rxh-engineering__grid {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr);
	align-items: center;
	gap: clamp(48px, 8vw, 120px);
}

body.rxp-home-unified .rxh-engineering h2,
body.rxp-home-unified .rxh-engineering h2 span {
	color: #fff;
}

body.rxp-home-unified .rxh-engineering__copy > p {
	max-width: 580px;
	margin-block: 18px 28px;
	color: #bec9d8;
	font-size: 16px;
}

body.rxp-home-unified .rxh-engineering__steps {
	display: grid;
	gap: 12px;
	list-style: none;
}

body.rxp-home-unified .rxh-engineering__steps li {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 17px;
	min-height: 78px;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 17px;
	background: rgba(255, 255, 255, .055);
}

body.rxp-home-unified .rxh-engineering__steps li > span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 13px;
	color: #fff;
	background: var(--rxh-red);
	font-size: 15px;
	font-weight: 900;
}

body.rxp-home-unified .rxh-engineering__steps strong {
	display: block;
	color: #fff;
	font-size: 16px;
}

body.rxp-home-unified .rxh-engineering__steps p {
	margin-top: 3px;
	color: #bac7d7;
	font-size: 13px;
}

/* Why Rexsun: real SVG icons, consistent spacing. */
body.rxp-home-unified .rxh-why__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 15px;
	margin-top: 40px;
}

body.rxp-home-unified .rxh-why-card {
	min-width: 0;
	padding: 24px 20px;
	border: 1px solid var(--rxh-line);
	border-radius: 20px;
	background: rgba(255, 255, 255, .94);
}

body.rxp-home-unified .rxh-why-card .rxh-icon {
	margin-bottom: 20px;
}

body.rxp-home-unified .rxh-why-card h3 {
	color: var(--rxh-ink);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.55;
}

body.rxp-home-unified .rxh-why-card p {
	margin-top: 9px;
	color: var(--rxh-muted);
	font-size: 13px;
	line-height: 1.85;
}

/* About section aligned to the same shared container. */
body.rxp-home-unified .rxh-about {
	background: rgba(255, 255, 255, .74);
}

body.rxp-home-unified .rxh-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(420px, .75fr);
	align-items: center;
	gap: clamp(50px, 8vw, 120px);
}

body.rxp-home-unified .rxh-about__copy > p {
	max-width: 760px;
	margin-top: 20px;
	color: var(--rxh-muted);
	font-size: 17px;
	line-height: 2.05;
}

body.rxp-home-unified .rxh-about__actions {
	margin-top: 28px;
}

body.rxp-home-unified .rxh-about__capabilities {
	display: grid;
	gap: 13px;
	list-style: none;
}

body.rxp-home-unified .rxh-about__capabilities li {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 15px;
	min-height: 76px;
	padding: 14px 16px;
	border: 1px solid var(--rxh-line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 9px 24px rgba(12, 31, 57, .05);
}

body.rxp-home-unified .rxh-about__capabilities svg {
	width: 24px;
	height: 24px;
	padding: 11px;
	box-sizing: content-box;
	border-radius: 13px;
	color: var(--rxh-red);
	background: #fff0f1;
}

body.rxp-home-unified .rxh-about__capabilities span {
	color: var(--rxh-ink);
	font-size: 15px;
	font-weight: 850;
}

/* Product cards preserve the approved visual direction. */
body.rxp-home-unified .rxh-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

body.rxp-home-unified .rxh-product-card {
	display: flex;
	min-height: 365px;
	flex-direction: column;
	align-items: center;
	padding: 34px 27px 27px;
	border: 1px solid #e2e7ee;
	border-radius: 24px;
	text-align: center;
	background: #fff;
	box-shadow: 0 14px 34px rgba(12, 31, 57, .055);
	transition: transform .22s ease, box-shadow .22s ease;
}

body.rxp-home-unified .rxh-product-card:hover {
	box-shadow: var(--rxh-shadow);
	transform: translateY(-5px);
}

body.rxp-home-unified .rxh-product-card h3 {
	margin-top: 24px;
	color: var(--rxh-ink);
	font-size: 21px;
	font-weight: 900;
}

body.rxp-home-unified .rxh-product-card p {
	margin-top: 14px;
	color: var(--rxh-muted);
	font-size: 14px;
	line-height: 2;
}

/* Modern capability CTA fills both columns with useful content. */
body.rxp-home-unified .rxh-capability {
	padding-block: 76px;
	border-top: 0 !important;
	color: #fff;
	background-color: #0c1b31;
	background-image: radial-gradient(circle, rgba(255, 255, 255, .065) .75px, transparent .85px);
	background-size: 24px 24px;
}

body.rxp-home-unified .rxh-capability__grid {
	display: grid;
	grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(50px, 7vw, 100px);
}

body.rxp-home-unified .rxh-capability__media {
	position: relative;
	min-height: 410px;
}

body.rxp-home-unified .rxh-capability__media > picture,
body.rxp-home-unified .rxh-capability__media > picture > img {
	height: 410px;
}

body.rxp-home-unified .rxh-capability__media > picture > img {
	border-radius: 24px;
	object-fit: cover;
}

body.rxp-home-unified .rxh-capability__thumb {
	position: absolute;
	right: -24px;
	bottom: -24px;
	width: 210px;
	height: 150px;
	padding: 7px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
}

body.rxp-home-unified .rxh-capability__thumb picture,
body.rxp-home-unified .rxh-capability__thumb img {
	height: 100%;
}

body.rxp-home-unified .rxh-capability__thumb img {
	border-radius: 14px;
	object-fit: cover;
}

body.rxp-home-unified .rxh-capability h2,
body.rxp-home-unified .rxh-capability h2 span {
	color: #fff;
}

body.rxp-home-unified .rxh-capability__copy > p {
	max-width: 650px;
	margin-top: 18px;
	color: #c0cad8;
	font-size: 16px;
	line-height: 2;
}

body.rxp-home-unified .rxh-capability__copy ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
	list-style: none;
}

body.rxp-home-unified .rxh-capability__copy li {
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 14px;
	color: #e4eaf2;
	background: rgba(255, 255, 255, .055);
	font-size: 12.5px;
	font-weight: 750;
}

body.rxp-home-unified .rxh-capability__actions {
	margin-top: 27px;
}

/* FAQ: functional accordion with stable geometry. */
body.rxp-home-unified .rxh-faq__grid {
	display: grid;
	grid-template-columns: minmax(310px, .7fr) minmax(0, 1.3fr);
	align-items: stretch;
	gap: clamp(40px, 7vw, 100px);
}

body.rxp-home-unified .rxh-faq__contact {
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 30px;
	border-top: 4px solid var(--rxh-red);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--rxh-shadow);
}

body.rxp-home-unified .rxh-faq__contact h2 {
	color: var(--rxh-ink);
	font-size: 27px;
	font-weight: 900;
	line-height: 1.5;
}

body.rxp-home-unified .rxh-faq__contact > p {
	margin-block: 12px 22px;
	color: var(--rxh-muted);
	font-size: 14px;
	line-height: 1.9;
}

body.rxp-home-unified .rxh-contact-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
	padding: 15px;
	border: 1px solid var(--rxh-line);
	border-radius: 14px;
	color: var(--rxh-ink);
}

body.rxp-home-unified .rxh-contact-line--whatsapp {
	color: #147a47;
	border-color: rgba(20, 122, 71, .25);
	background: #f5fcf8;
}

body.rxp-home-unified .rxh-contact-line small {
	color: var(--rxh-muted);
}

body.rxp-home-unified .rxh-faq__content {
	height: 100%;
}

body.rxp-home-unified .rxh-accordion {
	display: grid;
	gap: 11px;
	margin-top: 28px;
}

body.rxp-home-unified .rxh-accordion__item {
	overflow: hidden;
	border: 1px solid var(--rxh-line);
	border-radius: 17px;
	background: #fff;
	transition: border-color .2s ease, box-shadow .2s ease;
}

body.rxp-home-unified .rxh-accordion__item.is-open {
	border-color: rgba(227, 31, 38, .4);
	box-shadow: 0 12px 28px rgba(12, 31, 57, .075);
}

body.rxp-home-unified .rxh-accordion__item h3 {
	line-height: 1;
}

body.rxp-home-unified .rxh-accordion__item button {
	display: flex;
	width: 100%;
	min-height: 70px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 17px 21px;
	border: 0;
	color: var(--rxh-ink);
	text-align: right;
	background: transparent;
	cursor: pointer;
}

body.rxp-home-unified .rxh-accordion__item button span {
	font-size: 15px;
	font-weight: 850;
	line-height: 1.65;
}

body.rxp-home-unified .rxh-accordion__item button i {
	position: relative;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border-radius: 50%;
	background: #eef2f7;
}

body.rxp-home-unified .rxh-accordion__item button i::before,
body.rxp-home-unified .rxh-accordion__item button i::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 10px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transform: translate(50%, -50%);
}

body.rxp-home-unified .rxh-accordion__item button i::after {
	transform: translate(50%, -50%) rotate(90deg);
	transition: transform .2s ease;
}

body.rxp-home-unified .rxh-accordion__item.is-open button {
	color: var(--rxh-red);
}

body.rxp-home-unified .rxh-accordion__item.is-open button i::after {
	transform: translate(50%, -50%) rotate(0);
}

body.rxp-home-unified .rxh-accordion__panel {
	padding: 0 21px 20px;
}

body.rxp-home-unified .rxh-accordion__panel p {
	padding-top: 15px;
	border-top: 1px solid #edf0f4;
	color: var(--rxh-muted);
	font-size: 14px;
	line-height: 2;
}

/* Clients: no blank bands, no moving seam, compact horizontal rail. */
body.rxp-home-unified .rxh-clients {
	padding-block: 76px;
	background: rgba(255, 255, 255, .68);
}

body.rxp-home-unified .rxh-clients__rail {
	display: grid;
	grid-template-columns: repeat(8, minmax(130px, 1fr));
	gap: 13px;
	margin-top: 36px;
}

body.rxp-home-unified .rxh-client {
	min-width: 0;
	text-align: center;
}

body.rxp-home-unified .rxh-client img {
	width: 100%;
	aspect-ratio: 1;
	padding: 18px;
	border: 1px solid var(--rxh-line);
	border-radius: 18px;
	object-fit: contain;
	background: #fff;
}

body.rxp-home-unified .rxh-client figcaption {
	margin-top: 10px;
	color: var(--rxh-muted);
	font-size: 11.5px;
	line-height: 1.5;
}

/* Workshop proof: controlled image height, no overlapping copy/cards. */
body.rxp-home-unified .rxh-workshop {
	padding-block: 82px;
	border-bottom: 0;
}

body.rxp-home-unified .rxh-workshop .rxh-kicker {
	gap: 11px;
}

body.rxp-home-unified .rxh-workshop__feature {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
	background: #dfe5ed;
	box-shadow: 0 16px 38px rgba(12, 31, 57, .09);
}

body.rxp-home-unified .rxh-workshop__feature picture,
body.rxp-home-unified .rxh-workshop__feature img {
	height: min(500px, 35vw);
	min-height: 380px;
}

body.rxp-home-unified .rxh-workshop__feature img {
	object-fit: cover;
	object-position: center 48%;
}

body.rxp-home-unified .rxh-workshop__feature figcaption {
	position: absolute;
	right: 20px;
	bottom: 18px;
	max-width: calc(100% - 40px);
	padding: 9px 14px;
	border-radius: 11px;
	color: #fff;
	background: rgba(7, 22, 41, .8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	font-size: 12px;
}

body.rxp-home-unified .rxh-workshop__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

body.rxp-home-unified .rxh-workshop-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--rxh-line);
	border-radius: 21px;
	background: #fff;
}

body.rxp-home-unified .rxh-workshop-card > picture,
body.rxp-home-unified .rxh-workshop-card > picture > img {
	height: 210px;
}

body.rxp-home-unified .rxh-workshop-card img {
	object-fit: cover;
}

body.rxp-home-unified .rxh-workshop-card > div {
	display: flex;
	min-height: 210px;
	flex-direction: column;
	padding: 20px;
}

body.rxp-home-unified #rp-scroll-top {
	right: auto !important;
	left: 20px !important;
}

body.rxp-home-unified .rxh-workshop-card h3 {
	color: var(--rxh-ink);
	font-size: 18px;
	font-weight: 900;
}

body.rxp-home-unified .rxh-workshop-card p {
	margin-top: 8px;
	color: var(--rxh-muted);
	font-size: 13px;
	line-height: 1.85;
}

/* Compact the existing Elementor footer without altering its saved data. */
body.rxp-home-unified #rp-modern-footer {
	padding: 24px 32px !important;
	background: transparent !important;
}

body.rxp-home-unified #rp-modern-footer .rp-footer-wrapper {
	width: min(var(--rxh-container), 100%) !important;
	max-width: none !important;
	min-height: 0 !important;
	margin-inline: auto !important;
	padding: 36px 40px 18px !important;
	border-radius: 28px !important;
}

body.rxp-home-unified #rp-modern-footer :is(.rp-bg-pattern, .rp-glow-spot, .rp-glow-line) {
	display: none !important;
}

body.rxp-home-unified #rp-modern-footer .rp-footer-grid {
	display: grid !important;
	grid-template-columns: 1.55fr .42fr 1.7fr .65fr !important;
	align-items: start !important;
	gap: 26px !important;
	padding: 0 !important;
}

body.rxp-home-unified #rp-modern-footer .rp-col {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.rxp-home-unified #rp-modern-footer .rp-heading {
	margin: 0 0 14px !important;
	font-size: 16px !important;
}

body.rxp-home-unified #rp-modern-footer .rp-links-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 5px 16px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.rxp-home-unified #rp-modern-footer .brands-grid-mobile {
	grid-template-columns: 1fr !important;
}

body.rxp-home-unified #rp-modern-footer .rp-links-list li {
	margin: 0 !important;
	padding: 0 !important;
}

body.rxp-home-unified #rp-modern-footer .rp-links-list a {
	display: inline-flex !important;
	min-height: 30px !important;
	align-items: center !important;
	font-size: 12.5px !important;
	line-height: 1.55 !important;
	white-space: nowrap !important;
}

body.rxp-home-unified #rp-modern-footer .rp-contact-col {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

body.rxp-home-unified #rp-modern-footer .rp-contact-col .rp-heading {
	grid-column: 1 / -1 !important;
}

body.rxp-home-unified #rp-modern-footer .rp-contact-item {
	grid-column: span 2 !important;
	min-height: 62px !important;
	margin: 0 !important;
	padding: 9px !important;
	gap: 9px !important;
}

body.rxp-home-unified #rp-modern-footer .rp-contact-item.align-top {
	grid-column: span 3 !important;
}

body.rxp-home-unified #rp-modern-footer .rp-icon-box {
	width: 34px !important;
	height: 34px !important;
	flex: 0 0 34px !important;
}

body.rxp-home-unified #rp-modern-footer .rp-label {
	font-size: 10px !important;
}

body.rxp-home-unified #rp-modern-footer :is(.rp-value, .rp-address) {
	font-size: 11.5px !important;
	line-height: 1.65 !important;
}

body.rxp-home-unified #rp-modern-footer .rp-address {
	text-align: justify !important;
	text-align-last: right !important;
}

body.rxp-home-unified #rp-modern-footer .rp-brand-col {
	min-height: 0 !important;
	padding: 18px !important;
}

body.rxp-home-unified #rp-modern-footer .rp-brand-desc {
	margin-top: 12px !important;
	font-size: 12.5px !important;
	line-height: 1.9 !important;
	text-align: justify !important;
	text-align-last: right !important;
}

body.rxp-home-unified #rp-modern-footer .rp-footer-bottom {
	margin-top: 18px !important;
	padding-top: 13px !important;
}

/* Keyboard focus and reveal motion. */
body.rxp-home-unified :is(a, button):focus-visible {
	outline: 3px solid #ffb3b7 !important;
	outline-offset: 3px !important;
}

body.rxp-home-unified .rxh-reveal {
	opacity: 0;
	transform: translateY(14px);
}

body.rxp-home-unified .rxh-reveal.is-visible {
	opacity: 1;
	transform: none;
	transition: opacity .45s ease, transform .45s ease;
}

@media (max-width: 1199px) {
	body.rxp-home-unified .rxh-container,
	body.rxp-home-unified #rp-app-header .rp-container {
		width: min(var(--rxh-container), calc(100% - 48px)) !important;
	}

	body.rxp-home-unified .rxh-intro__grid {
		grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
		gap: 40px;
	}

	body.rxp-home-unified .rxh-service-card {
		min-height: 350px;
		padding: 23px;
	}

	body.rxp-home-unified .rxh-service-card h3 {
		font-size: 18px;
	}

	body.rxp-home-unified .rxh-project-card__body {
		padding: 18px;
	}

	body.rxp-home-unified .rxh-project-card h3 {
		font-size: 17px;
	}

	body.rxp-home-unified .rxh-why-card {
		padding: 21px 16px;
	}

	body.rxp-home-unified .rxh-about__grid {
		grid-template-columns: minmax(0, 1fr) minmax(350px, .75fr);
		gap: 50px;
	}

	body.rxp-home-unified .rxh-capability__copy ul {
		grid-template-columns: 1fr;
	}

	body.rxp-home-unified #rp-modern-footer .rp-footer-grid {
		grid-template-columns: minmax(0, 1.2fr) minmax(180px, .5fr) !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-contact-col,
	body.rxp-home-unified #rp-modern-footer .rp-brand-col {
		grid-column: 1 / -1 !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-contact-col {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 959px) {
	body.rxp-home-unified .rxh-section {
		padding-block: 72px;
	}

	body.rxp-home-unified .rxh-hero__media {
		height: 66svh;
		min-height: 540px;
	}

	body.rxp-home-unified .rxh-intro__grid,
	body.rxp-home-unified .rxh-engineering__grid,
	body.rxp-home-unified .rxh-about__grid,
	body.rxp-home-unified .rxh-capability__grid,
	body.rxp-home-unified .rxh-faq__grid {
		grid-template-columns: 1fr;
	}

	body.rxp-home-unified .rxh-intro__actions {
		max-width: 620px;
	}

	body.rxp-home-unified .rxh-services__grid,
	body.rxp-home-unified .rxh-projects__grid,
	body.rxp-home-unified .rxh-products__grid,
	body.rxp-home-unified .rxh-workshop__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.rxp-home-unified .rxh-service-card {
		min-height: 310px;
	}

	body.rxp-home-unified .rxh-brand-strip__inner {
		flex-wrap: wrap;
		padding-block: 20px !important;
	}

	body.rxp-home-unified .rxh-brand-strip__links {
		order: 3;
		width: 100%;
		justify-content: space-between;
	}

	body.rxp-home-unified .rxh-engineering__grid {
		gap: 40px;
	}

	body.rxp-home-unified .rxh-why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.rxp-home-unified .rxh-why-card:last-child {
		grid-column: 1 / -1;
	}

	body.rxp-home-unified .rxh-capability__media {
		width: min(680px, 95%);
		margin-inline: auto;
	}

	body.rxp-home-unified .rxh-faq__contact {
		position: static;
	}

	body.rxp-home-unified .rxh-clients__rail {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		padding-bottom: 10px;
		scroll-snap-type: x mandatory;
	}

	body.rxp-home-unified .rxh-client {
		width: 150px;
		flex: 0 0 150px;
		scroll-snap-align: start;
	}

	body.rxp-home-unified .rxh-workshop__feature picture,
	body.rxp-home-unified .rxh-workshop__feature img {
		height: 410px;
		min-height: 0;
	}

	body.rxp-home-unified #rp-modern-footer .rp-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-brand-col {
		grid-column: 1 / -1 !important;
	}
}

@media (max-width: 767px) {
	body.rxp-home-unified {
		background-size: 20px 20px;
	}

	body.rxp-home-unified .rxh-container,
	body.rxp-home-unified #rp-app-header .rp-container {
		width: min(var(--rxh-container), calc(100% - 32px)) !important;
	}

	body.rxp-home-unified .rxh-section {
		padding-block: 56px;
	}

	body.rxp-home-unified .rxh-section-head h2,
	body.rxp-home-unified .rxh-about h2,
	body.rxp-home-unified .rxh-capability h2,
	body.rxp-home-unified .rxh-engineering h2 {
		font-size: clamp(28px, 9vw, 36px);
	}

	body.rxp-home-unified .rxh-section-head > p {
		font-size: 15px;
	}

	body.rxp-home-unified .rxh-head-row {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 28px;
	}

	body.rxp-home-unified #rp-app-header.is-scrolled .rp-m-header {
		background: rgba(255, 255, 255, .86) !important;
		-webkit-backdrop-filter: blur(16px) saturate(150%) !important;
		backdrop-filter: blur(16px) saturate(150%) !important;
	}

	body.rxp-home-unified .rxh-hero__media {
		height: 64svh;
		min-height: 480px;
		max-height: 620px;
	}

	body.rxp-home-unified .rxh-hero__video {
		object-position: 42% center;
	}

	body.rxp-home-unified .rxh-hero__scroll {
		width: 44px;
		height: 44px;
	}

	body.rxp-home-unified .rxh-hero__cue {
		bottom: 18px;
		gap: 8px;
	}

	body.rxp-home-unified .rxh-hero__cue > p {
		font-size: 12px;
	}

	body.rxp-home-unified .rxh-intro {
		padding-block: 46px;
	}

	body.rxp-home-unified .rxh-intro__grid {
		gap: 28px;
	}

	body.rxp-home-unified .rxh-intro h1 {
		font-size: clamp(34px, 10.5vw, 46px);
	}

	body.rxp-home-unified .rxh-intro__copy > p {
		font-size: 15.5px;
	}

	body.rxp-home-unified .rxh-intro__actions {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	body.rxp-home-unified .rxh-intro__actions .rxh-inline-link {
		grid-column: auto;
	}

	body.rxp-home-unified .rxh-services__grid,
	body.rxp-home-unified .rxh-projects__grid,
	body.rxp-home-unified .rxh-products__grid,
	body.rxp-home-unified .rxh-workshop__grid,
	body.rxp-home-unified .rxh-why__grid {
		grid-template-columns: 1fr;
	}

	body.rxp-home-unified .rxh-service-card {
		min-height: 290px;
	}

	body.rxp-home-unified .rxh-brand-strip__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	body.rxp-home-unified .rxh-brand-strip__links {
		justify-content: flex-start;
		gap: 14px 26px;
		flex-wrap: wrap;
	}

	body.rxp-home-unified .rxh-brand-strip__links a {
		font-size: 16px;
	}

	body.rxp-home-unified .rxh-project-card__body {
		min-height: 245px;
	}

	body.rxp-home-unified .rxh-engineering {
		padding-block: 56px;
	}

	body.rxp-home-unified .rxh-engineering__steps li {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 13px;
	}

	body.rxp-home-unified .rxh-why-card:last-child {
		grid-column: auto;
	}

	body.rxp-home-unified .rxh-about__capabilities li {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	body.rxp-home-unified .rxh-product-card {
		min-height: 330px;
	}

	body.rxp-home-unified .rxh-capability {
		padding-block: 56px;
	}

	body.rxp-home-unified .rxh-capability__media {
		width: calc(100% - 12px);
		min-height: 300px;
		margin-right: 0;
	}

	body.rxp-home-unified .rxh-capability__media > picture,
	body.rxp-home-unified .rxh-capability__media > picture > img {
		height: 300px;
	}

	body.rxp-home-unified .rxh-capability__thumb {
		right: auto;
		left: -12px;
		bottom: -18px;
		width: 150px;
		height: 110px;
	}

	body.rxp-home-unified .rxh-capability__copy {
		padding-top: 10px;
	}

	body.rxp-home-unified .rxh-faq__contact {
		padding: 24px 20px;
	}

	body.rxp-home-unified .rxh-accordion__item button {
		min-height: 66px;
		padding: 15px 16px;
	}

	body.rxp-home-unified .rxh-accordion__item button span {
		font-size: 14px;
	}

	body.rxp-home-unified .rxh-accordion__panel {
		padding: 0 16px 17px;
	}

	body.rxp-home-unified .rxh-clients {
		padding-block: 56px;
	}

	body.rxp-home-unified .rxh-workshop {
		padding-block: 56px;
	}

	body.rxp-home-unified .rxh-workshop__feature picture,
	body.rxp-home-unified .rxh-workshop__feature img {
		height: 270px;
	}

	body.rxp-home-unified .rxh-workshop__feature figcaption {
		right: 12px;
		bottom: 12px;
		max-width: calc(100% - 24px);
	}

	body.rxp-home-unified .rxh-workshop-card > picture,
	body.rxp-home-unified .rxh-workshop-card > picture > img {
		height: 230px;
	}

	body.rxp-home-unified .rxh-workshop-card > div {
		min-height: 190px;
	}

	body.rxp-home-unified #rp-modern-footer {
		padding: 16px !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-footer-wrapper {
		padding: 34px 22px 18px !important;
		border-radius: 22px !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-footer-grid {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-contact-col {
		grid-column: 1 / -1 !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-contact-item {
		grid-column: auto !important;
		min-height: 54px !important;
		padding: 7px !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-contact-item.align-top {
		grid-column: auto !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-contact-item .rp-icon-box,
	body.rxp-home-unified #rp-modern-footer .rp-developer {
		display: none !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-brand-col {
		grid-column: 1 / -1 !important;
		padding: 20px !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-footer-grid > .rp-col:first-child .rp-links-list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.rxp-home-unified #rp-modern-footer .brands-grid-mobile {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body.rxp-home-unified #rp-modern-footer .rp-links-list a {
		white-space: nowrap !important;
	}
}

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

	body.rxp-home-unified .rxh-reveal {
		opacity: 1;
		transform: none;
	}
}
