/**
 * Distinct page heroes — about / services / contact
 * Namespaces: .rah-  .rsh-  .rch-
 */

.rasa-about-hero-widget,
.rasa-services-hero-widget,
.rasa-contact-hero-widget {
	--rip-accent: #1e4fd6;
	--rip-font: "Vazirmatn", inherit, system-ui, sans-serif;
	font-family: var(--rip-font);
	direction: rtl;
	text-align: right;
	box-sizing: border-box;
	width: 100%;
	line-height: 1.7;
}

.rasa-about-hero-widget *,
.rasa-services-hero-widget *,
.rasa-contact-hero-widget * {
	box-sizing: border-box;
}

.rasa-about-hero-widget a,
.rasa-services-hero-widget a,
.rasa-contact-hero-widget a {
	text-decoration: none;
}

.elementor-widget-rasa-about-hero > .elementor-widget-container,
.elementor-widget-rasa-services-hero > .elementor-widget-container,
.elementor-widget-rasa-contact-hero > .elementor-widget-container {
	padding: 0;
}

.rah-wrap,
.rsh-wrap,
.rch-wrap {
	width: min(1180px, calc(100% - 2.25rem));
	margin-inline: auto;
}

/* ==========================================================================
   ABOUT — editorial paper + journey spine
   Light, warm, magazine. Not a dark SaaS banner.
   ========================================================================== */

.rah {
	position: relative;
	overflow: hidden;
	padding-block: clamp(2.4rem, 5.5vw, 4.4rem) clamp(2.6rem, 6vw, 4.8rem);
	background:
		radial-gradient(ellipse 80% 50% at 0% 0%, rgba(196, 163, 90, 0.14), transparent 50%),
		linear-gradient(180deg, #f7f3ea 0%, #efe8d8 100%);
	color: #1c1914;
}

.rah::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(28, 25, 20, 0.045) 0.7px, transparent 0.7px);
	background-size: 14px 14px;
	pointer-events: none;
}

.rah__year-mark {
	position: absolute;
	left: -2%;
	top: 8%;
	font-size: clamp(6rem, 16vw, 12rem);
	font-weight: 900;
	line-height: 0.8;
	color: rgba(28, 25, 20, 0.05);
	letter-spacing: -0.06em;
	pointer-events: none;
	user-select: none;
}

.rah__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: clamp(1.75rem, 4vw, 3.5rem);
	align-items: center;
}

.rah__kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1.1rem;
	color: #8a6d2d;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.rah__kicker::before {
	content: "";
	width: 2.1rem;
	height: 2px;
	background: #c4a35a;
}

.rah__title {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 4.6vw, 3.35rem);
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: -0.03em;
	color: #17140f;
}

.rah__title em {
	font-style: normal;
	color: #1e4fd6;
}

.rah__desc {
	margin: 0 0 1.5rem;
	max-width: 36rem;
	font-size: 1.02rem;
	color: #5b5346;
}

.rah__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.4rem;
}

.rah__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.05rem;
	padding: 0.7rem 1.45rem;
	border-radius: 2px;
	background: #17140f;
	color: #f7f3ea;
	font-weight: 800;
	font-size: 0.94rem;
	transition: transform 0.2s ease, background 0.2s ease;
}

.rah__btn:hover {
	background: #1e4fd6;
	transform: translateY(-1px);
}

.rah__link {
	color: #17140f;
	font-weight: 800;
	font-size: 0.94rem;
	border-bottom: 1.5px solid #c4a35a;
	padding-bottom: 0.12rem;
}

.rah__link:hover {
	color: #1e4fd6;
	border-color: #1e4fd6;
}

.rah__spine {
	position: relative;
	padding: 1.15rem 1.2rem 1.2rem 1rem;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(28, 25, 20, 0.08);
	box-shadow: 0 18px 40px rgba(28, 25, 20, 0.06);
	backdrop-filter: blur(8px);
}

.rah__spine-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 1.05rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px dashed rgba(28, 25, 20, 0.16);
	font-size: 0.78rem;
	font-weight: 800;
	color: #8a6d2d;
}

.rah__path {
	position: relative;
	display: grid;
	gap: 0.85rem;
}

.rah__path::before {
	content: "";
	position: absolute;
	top: 0.55rem;
	bottom: 0.55rem;
	right: 0.42rem;
	width: 2px;
	background: linear-gradient(180deg, #c4a35a, rgba(196, 163, 90, 0.15));
}

.rah__node {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.85rem;
	align-items: start;
	padding-right: 0.1rem;
}

.rah__dot {
	position: relative;
	z-index: 1;
	width: 0.9rem;
	height: 0.9rem;
	margin-top: 0.28rem;
	border-radius: 50%;
	background: #f7f3ea;
	border: 2px solid #c4a35a;
	box-shadow: 0 0 0 4px rgba(196, 163, 90, 0.12);
}

.rah__node.is-now .rah__dot {
	background: #1e4fd6;
	border-color: #1e4fd6;
	box-shadow: 0 0 0 4px rgba(30, 79, 214, 0.16);
}

.rah__node-year {
	display: block;
	font-size: 0.92rem;
	font-weight: 900;
	color: #17140f;
	letter-spacing: -0.02em;
}

.rah__node-label {
	display: block;
	font-size: 0.8rem;
	color: #6d6456;
	font-weight: 600;
}

@media (max-width: 900px) {
	.rah__grid {
		grid-template-columns: 1fr;
	}

	.rah__year-mark {
		display: none;
	}
}

@media (max-width: 767px) {
	.rah {
		padding-block: 2rem 2.2rem;
	}

	.rah__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.rah__btn {
		width: 100%;
	}
}

/* ==========================================================================
   SERVICES — product constellation on cool white
   Catalog energy. Not a dark banner, not paper editorial.
   ========================================================================== */

.rsh {
	position: relative;
	overflow: hidden;
	padding-block: clamp(2.5rem, 5.8vw, 4.6rem);
	background:
		radial-gradient(circle at 12% 18%, rgba(30, 79, 214, 0.12), transparent 28%),
		radial-gradient(circle at 88% 80%, rgba(14, 165, 164, 0.1), transparent 26%),
		linear-gradient(180deg, #f4f7ff 0%, #ffffff 55%, #eef6ff 100%);
	color: #12203a;
}

.rsh::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(30, 79, 214, 0.05) 1px, transparent 1px),
		linear-gradient(0deg, rgba(30, 79, 214, 0.05) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: radial-gradient(ellipse at 70% 40%, #000 20%, transparent 75%);
	pointer-events: none;
}

.rsh__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
}

.rsh__kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 0.9rem;
	padding: 0.28rem 0.7rem 0.28rem 0.55rem;
	border-radius: 999px;
	background: #1e4fd6;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
}

.rsh__kicker-dot {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: #7dffb3;
	box-shadow: 0 0 0 4px rgba(125, 255, 179, 0.25);
}

.rsh__title {
	margin: 0 0 0.9rem;
	font-size: clamp(1.7rem, 3.6vw, 2.65rem);
	font-weight: 900;
	line-height: 1.28;
	letter-spacing: -0.025em;
}

.rsh__title span {
	background: linear-gradient(90deg, #1e4fd6, #0ea5a4);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.rsh__desc {
	margin: 0 0 1.4rem;
	max-width: 34rem;
	color: #4b5a73;
	font-size: 1rem;
}

.rsh__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.rsh__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.7rem 1.3rem;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.92rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rsh__btn--main {
	background: #1e4fd6;
	color: #fff;
	box-shadow: 0 10px 24px rgba(30, 79, 214, 0.22);
}

.rsh__btn--main:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(30, 79, 214, 0.28);
}

.rsh__btn--ghost {
	background: #fff;
	color: #1e4fd6;
	border: 1.5px solid #c9d7f6;
}

.rsh__btn--ghost:hover {
	background: #eef3ff;
}

.rsh__mosaic {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	grid-template-rows: auto auto;
	gap: 0.75rem;
}

.rsh-card {
	position: relative;
	padding: 1.05rem 1rem 1rem;
	border-radius: 1.15rem;
	background: #fff;
	border: 1px solid #e1e8f5;
	box-shadow: 0 10px 28px rgba(18, 32, 58, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rsh-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(18, 32, 58, 0.1);
}

.rsh-card--lead {
	grid-row: 1 / 3;
	background: linear-gradient(165deg, #163ba3 0%, #1e4fd6 55%, #3b82f6 100%);
	border: 0;
	color: #fff;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.25rem 1.15rem 1.2rem;
}

.rsh-card__status {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	margin-bottom: 0.55rem;
	font-size: 0.7rem;
	font-weight: 800;
}

.rsh-card__status i {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: currentColor;
}

.rsh-card--lead .rsh-card__status {
	color: #b8ffd6;
}

.rsh-card:not(.rsh-card--lead) .rsh-card__status {
	color: #0f9d58;
}

.rsh-card.is-soon .rsh-card__status {
	color: #c27803;
}

.rsh-card__name {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.35;
}

.rsh-card--lead .rsh-card__name {
	font-size: 1.28rem;
}

.rsh-card__meta {
	margin: 0.25rem 0 0;
	font-size: 0.78rem;
	opacity: 0.78;
	font-weight: 650;
}

@media (max-width: 900px) {
	.rsh__grid {
		grid-template-columns: 1fr;
	}

	.rsh__mosaic {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.rsh-card--lead {
		grid-row: auto;
		grid-column: 1 / -1;
		min-height: 8.5rem;
	}
}

@media (max-width: 767px) {
	.rsh {
		padding-block: 2rem;
	}

	.rsh__actions {
		flex-direction: column;
	}

	.rsh__btn {
		width: 100%;
	}

	.rsh__mosaic {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   CONTACT — split poster. Giant number. Operational, not storytelling.
   ========================================================================== */

.rch {
	position: relative;
	overflow: hidden;
	background: #f6f7fb;
}

.rch__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	min-height: clamp(28rem, 58vw, 34rem);
}

.rch__copy {
	padding: clamp(2.2rem, 5vw, 4.2rem) clamp(1.2rem, 4vw, 3.4rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f6f7fb;
}

.rch__kicker {
	display: inline-block;
	width: max-content;
	margin-bottom: 0.85rem;
	padding: 0.2rem 0;
	color: #1e4fd6;
	font-size: 0.8rem;
	font-weight: 800;
	border-bottom: 2px solid #1e4fd6;
}

.rch__title {
	margin: 0 0 0.85rem;
	font-size: clamp(1.85rem, 4vw, 2.9rem);
	font-weight: 900;
	line-height: 1.25;
	color: #101828;
	letter-spacing: -0.03em;
}

.rch__desc {
	margin: 0 0 1.35rem;
	max-width: 32rem;
	color: #5c6678;
	font-size: 0.98rem;
}

.rch__facts {
	display: grid;
	gap: 0.55rem;
	margin-bottom: 1.4rem;
}

.rch-fact {
	display: grid;
	grid-template-columns: 2.4rem 1fr;
	gap: 0.7rem;
	align-items: center;
	padding: 0.55rem 0.65rem;
	border-radius: 0.7rem;
	background: #fff;
	border: 1px solid #e6ebf3;
}

.rch-fact__ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.55rem;
	background: #e8effc;
	color: #1e4fd6;
}

.rch-fact__ico svg {
	width: 1.05rem;
	height: 1.05rem;
}

.rch-fact__label {
	display: block;
	font-size: 0.7rem;
	font-weight: 800;
	color: #7b8596;
}

.rch-fact__value {
	display: block;
	font-size: 0.92rem;
	font-weight: 800;
	color: #101828;
}

.rch-fact__value a {
	color: inherit;
}

.rch-fact__value a:hover {
	color: #1e4fd6;
}

.rch__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.rch__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 3rem;
	padding: 0.7rem 1.2rem;
	border-radius: 0.7rem;
	font-weight: 800;
	font-size: 0.92rem;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.rch__btn:hover {
	transform: translateY(-1px);
}

.rch__btn--call {
	background: #101828;
	color: #fff;
}

.rch__btn--wa {
	background: #128c7e;
	color: #fff;
}

.rch__poster {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(1.6rem, 4vw, 2.6rem);
	background:
		radial-gradient(circle at 80% 10%, rgba(30, 79, 214, 0.55), transparent 36%),
		linear-gradient(165deg, #07101f 0%, #122a62 58%, #1e4fd6 130%);
	color: #fff;
	overflow: hidden;
}

.rch__poster::before {
	content: "";
	position: absolute;
	width: 18rem;
	height: 18rem;
	left: -6rem;
	bottom: -6rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	pointer-events: none;
}

.rch__poster-label {
	position: relative;
	z-index: 1;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.62);
}

.rch__phone {
	position: relative;
	z-index: 1;
	margin: 1.4rem 0 auto;
	font-size: clamp(2.4rem, 5.4vw, 3.7rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.04em;
	font-variant-numeric: tabular-nums;
	direction: ltr;
	text-align: right;
	unicode-bidi: isolate;
}

.rch__phone a {
	color: #fff;
}

.rch__poster-foot {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: end;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.85rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.82);
}

.rch__live {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #b8ffd6;
	font-size: 0.75rem;
}

.rch__live i {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #34d399;
	box-shadow: 0 0 0 5px rgba(52, 211, 153, 0.18);
	animation: rch-pulse 1.8s ease-out infinite;
}

@keyframes rch-pulse {
	50% {
		box-shadow: 0 0 0 8px rgba(52, 211, 153, 0);
	}
}

@media (max-width: 900px) {
	.rch__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.rch__poster {
		min-height: 16rem;
		order: -1;
	}

	.rch__phone {
		margin: 1rem 0;
	}
}

@media (max-width: 767px) {
	.rch__copy {
		padding: 1.6rem 1.1rem 2rem;
	}

	.rch__actions {
		flex-direction: column;
	}

	.rch__btn {
		width: 100%;
	}

	.rch__poster-foot {
		flex-direction: column;
		align-items: flex-start;
	}
}
