/* Climate Pro — Premium Template Styles */

/* Elementor section blocks — no extra wrappers spacing */
html,
body.elementor-canvas,
body.elementor-page {
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
}

.elementor-page .elementor {
	overflow-x: hidden;
	max-width: 100%;
}

[class*="cp-el-block-"] > .elementor-container > .elementor-column > .elementor-element-populated,
[class*="cp-el-block-"] .elementor-widget-wrap {
	padding: 0 !important;
}

.cp-el-block-header.elementor-section,
.cp-el-block-hero.elementor-section,
.elementor-page .elementor-top-section:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.cp-el-block-header {
	background: transparent !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: visible !important;
	border: none !important;
}

.cp-el-block-header .elementor-column,
.cp-el-block-header .elementor-widget-wrap,
.cp-el-block-header .elementor-widget-html,
.cp-el-block-header .elementor-widget-html .elementor-widget-container {
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	height: 0 !important;
	overflow: visible !important;
	border: none !important;
}

.elementor-page .elementor {
	margin: 0 !important;
	padding: 0 !important;
}

.elementor-page .elementor-location-header,
.elementor-page #content,
.elementor-page .site-content,
.elementor-page .page-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.cp-el-block-header > .elementor-container,
.cp-el-block-hero > .elementor-container,
.cp-el-block-stats > .elementor-container,
.cp-el-block-about > .elementor-container,
.cp-el-block-services > .elementor-container,
.cp-el-block-values > .elementor-container,
.cp-el-block-achievements > .elementor-container,
.cp-el-block-cta > .elementor-container,
.cp-el-block-contact > .elementor-container,
.cp-el-block-footer > .elementor-container {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.cp-el-block-header .elementor-widget-html .elementor-widget-container,
.cp-el-block-hero .elementor-widget-html .elementor-widget-container,
.cp-el-block-stats .elementor-widget-html .elementor-widget-container,
.cp-el-block-about .elementor-widget-html .elementor-widget-container,
.cp-el-block-services .elementor-widget-html .elementor-widget-container,
.cp-el-block-values .elementor-widget-html .elementor-widget-container,
.cp-el-block-achievements .elementor-widget-html .elementor-widget-container,
.cp-el-block-cta .elementor-widget-html .elementor-widget-container,
.cp-el-block-contact .elementor-widget-html .elementor-widget-container,
.cp-el-block-footer .elementor-widget-html .elementor-widget-container {
	margin: 0;
	padding: 0;
}

.elementor-page {
	color: #2C3544;
	-webkit-font-smoothing: antialiased;
}

html[lang="en"] .elementor-page,
html[lang="en"] .elementor-page :where(h1, h2, h3, h4, h5, h6, p, span, a, li, small, strong, button) {
	font-family: 'Montserrat', sans-serif;
}

html[lang="ar"] .elementor-page,
html[lang="ar"] .elementor-page :where(h1, h2, h3, h4, h5, h6, p, span, a, li, small, strong, button) {
	font-family: 'Cairo', sans-serif;
}

.cp-el-lang__btn[data-lang="en"] {
	font-family: 'Montserrat', sans-serif !important;
}

.cp-el-lang__btn[data-lang="ar"] {
	font-family: 'Cairo', sans-serif !important;
}

html[lang="en"] .elementor-page :where(.cp-ar-text, [lang="ar"]) {
	font-family: 'Cairo', sans-serif;
}

.cp-bi-block { display: block; }

body.cp-menu-open { overflow: hidden; }

.cp-el-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 28px;
}

/* ── Buttons ── */
.cp-el-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 13px 28px;
	background: #A8C664;
	color: #2C3544;
	font-weight: 600;
	font-size: 0.9rem;
	border-radius: 8px;
	border: none;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 6px 20px rgba(168, 198, 100, 0.35);
}
.cp-el-btn:hover { transform: translateY(-2px); color: #2C3544; background: #96B555; box-shadow: 0 8px 24px rgba(168, 198, 100, 0.45); }
.cp-el-btn--sm { padding: 10px 22px; font-size: 0.82rem; }
.cp-el-btn--lg { padding: 16px 36px; font-size: 0.95rem; }
.cp-el-btn--ghost {
	background: transparent;
	border: 1.5px solid rgba(255,255,255,0.55);
	box-shadow: none;
	color: #fff;
}
.cp-el-btn--ghost:hover { background: rgba(255,255,255,0.12); color: #fff; }

/* ── Header ── */
body.admin-bar,
body.yooadmin-has-bar {
	--cp-admin-bar-height: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		--cp-admin-bar-height: 46px;
	}
}

.cp-el-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 9999;
	padding: 18px 0;
	transition: all 0.3s ease;
}

/* Logged-in preview: sit below WP / YOOAdmin toolbar (theme zeros body padding-top). */
body.admin-bar .cp-el-header,
body.yooadmin-has-bar .cp-el-header {
	top: var(--cp-admin-bar-height, 32px);
}
.cp-el-header.scrolled {
	background: rgba(255,255,255,0.97);
	backdrop-filter: blur(16px);
	box-shadow: 0 1px 0 rgba(44,53,68,0.06);
	padding: 12px 0;
}
.cp-el-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.cp-el-header__right {
	display: flex;
	align-items: center;
	gap: 12px;
}
.cp-el-logo {
	display: inline-grid;
	align-items: center;
	text-decoration: none;
	flex-shrink: 0;
}
.cp-el-logo__img {
	grid-area: 1 / 1;
	height: 44px;
	width: auto;
	display: none;
}
html[lang="en"] .cp-el-logo__img--en.cp-el-logo__img--dark,
html[lang="ar"] .cp-el-logo__img--ar.cp-el-logo__img--dark {
	display: block;
}
html[lang="en"] .cp-el-header.scrolled .cp-el-logo__img--en.cp-el-logo__img--dark,
html[lang="ar"] .cp-el-header.scrolled .cp-el-logo__img--ar.cp-el-logo__img--dark {
	display: none;
}
html[lang="en"] .cp-el-header.scrolled .cp-el-logo__img--en.cp-el-logo__img--light,
html[lang="ar"] .cp-el-header.scrolled .cp-el-logo__img--ar.cp-el-logo__img--light {
	display: block;
}
.cp-el-nav--desktop {
	display: flex;
	align-items: center;
	gap: 6px;
}
.cp-el-nav--mobile { display: none; }
.cp-el-nav--desktop a {
	padding: 8px 14px;
	font-size: 0.88rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.2s ease;
}
.cp-el-header.scrolled .cp-el-nav--desktop a { color: #2C3544; }
.cp-el-nav--desktop a:hover { background: rgba(168,198,100,0.14); }

/* Language switcher */
.cp-el-lang {
	display: inline-flex;
	align-items: stretch;
	height: 36px;
	min-width: 96px;
	background: rgba(255,255,255,0.14);
	border: 1px solid rgba(255,255,255,0.28);
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
}
.cp-el-header.scrolled .cp-el-lang {
	background: #F5F6F2;
	border-color: #D8DED0;
}
.cp-el-lang__btn {
	flex: 1;
	border: none;
	background: transparent;
	color: rgba(255,255,255,0.9);
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0 14px;
	cursor: pointer;
	transition: all 0.2s;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	text-decoration: none;
	box-sizing: border-box;
}
.cp-el-lang__btn[data-lang="en"] {
	letter-spacing: 0.04em;
}
.cp-el-lang__btn + .cp-el-lang__btn {
	border-left: 1px solid rgba(255,255,255,0.2);
}
html[dir="rtl"] .cp-el-lang__btn + .cp-el-lang__btn {
	border-left: none;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.cp-el-header.scrolled .cp-el-lang__btn {
	color: #6B7280;
}
.cp-el-header.scrolled .cp-el-lang__btn + .cp-el-lang__btn {
	border-left-color: #D8DED0;
}
html[dir="rtl"] .cp-el-header.scrolled .cp-el-lang__btn + .cp-el-lang__btn {
	border-right-color: #D8DED0;
}
.cp-el-lang__btn.active {
	background: #A8C664;
	color: #2C3544;
}
.cp-el-header.scrolled .cp-el-lang__btn.active {
	color: #2C3544;
}

.cp-el-nav-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(20, 28, 38, 0.55);
	backdrop-filter: blur(3px);
	z-index: 10000;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.cp-el-nav-overlay.open {
	display: block;
	opacity: 1;
}

.cp-el-nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px;
}
.cp-el-nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: #fff;
	transition: background 0.2s;
}
.cp-el-header.scrolled .cp-el-nav-toggle span { background: #2C3544; }

/* ── Hero ── */
.cp-el-hero {
	position: relative;
	height: 92vh;
	min-height: 580px;
	max-height: 860px;
	overflow: hidden;
}
.cp-el-hero__slides { position: relative; width: 100%; height: 100%; }
.cp-el-hero__slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transform: scale(1.06);
	transition: opacity 0.9s ease;
}
.cp-el-hero__slide.active {
	opacity: 1;
	z-index: 1;
	animation: cp-el-hero-kenburns 7s ease-out forwards;
}
@keyframes cp-el-hero-kenburns {
	from { transform: scale(1.08); }
	to { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
	.cp-el-hero__slide.active {
		animation: none;
		transform: scale(1);
	}
}
.cp-el-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(26, 32, 41, 0.68);
}
.cp-el-hero__content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 70px;
	max-width: 680px;
}
.cp-el-hero__badge {
	display: inline-flex;
	width: fit-content;
	padding: 7px 16px;
	margin-bottom: 22px;
	background: rgba(168,198,100,0.18);
	border: 1px solid rgba(168,198,100,0.35);
	color: #D4E8A0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border-radius: 4px;
}
.cp-el-hero__content h1 {
	font-size: clamp(2.4rem, 5.5vw, 3.6rem);
	font-weight: 800;
	color: #fff;
	line-height: 1.12;
	margin: 0 0 18px;
	letter-spacing: -0.02em;
}
.cp-el-hero__content h1 em {
	font-style: normal;
	color: #C5DB8A;
}
.cp-el-hero__content p {
	font-size: clamp(1rem, 1.8vw, 1.15rem);
	color: rgba(255,255,255,0.82);
	line-height: 1.75;
	margin: 0 0 30px;
	max-width: 540px;
}
.cp-el-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cp-el-hero__nav {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 14px;
	z-index: 25;
}
.cp-el-hero__prev,
.cp-el-hero__next {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.cp-el-hero__prev::after,
.cp-el-hero__next::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}
.cp-el-hero__prev::after {
	transform: rotate(-135deg);
	margin-left: 2px;
}
.cp-el-hero__next::after {
	transform: rotate(45deg);
	margin-right: 2px;
}
.cp-el-hero__prev:hover,
.cp-el-hero__next:hover {
	background: #A8C664;
	color: #2C3544;
}
.cp-el-hero__prev:active,
.cp-el-hero__next:active {
	transform: scale(0.94);
}
.cp-el-hero__dots { display: flex; gap: 7px; }
.cp-el-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,0.35);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.2s;
}
.cp-el-dot.active { background: #A8C664; width: 24px; border-radius: 4px; }

/* ── Floating Stats ── */
.cp-el-block-stats.elementor-section,
.cp-el-block-stats > .elementor-container,
.cp-el-block-stats > .elementor-container > .elementor-column,
.cp-el-block-stats .elementor-element-populated,
.cp-el-block-stats .elementor-widget-wrap {
	background: transparent !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.cp-el-stats-wrap {
	position: relative;
	z-index: 20;
	margin-top: -72px;
	margin-bottom: -40px;
	background: transparent;
}
.cp-el-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 20px 60px rgba(44, 53, 68, 0.12);
	border: 1px solid rgba(44, 53, 68, 0.05);
	overflow: hidden;
}
.cp-el-stat {
	position: relative;
	text-align: center;
	padding: 32px 16px;
}
.cp-el-stat:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 22%;
	bottom: 22%;
	inset-inline-end: 0;
	width: 1px;
	background: #EEF1E8;
}
.cp-el-stat__num {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	color: #A8C664;
	margin-bottom: 6px;
	letter-spacing: -0.02em;
}
.cp-el-stat__label {
	font-size: 0.82rem;
	color: #6B7280;
	font-weight: 500;
}

/* ── Section shared ── */
.cp-el-section { padding: 96px 0; }
.cp-el-section-head { text-align: center; margin-bottom: 52px; }
.cp-el-section-head--left { text-align: left; margin-bottom: 20px; }
.cp-el-tag {
	display: inline-block;
	padding: 5px 14px;
	margin-bottom: 14px;
	background: rgba(168,198,100,0.22);
	color: #5A7A32;
	border: 1px solid rgba(168,198,100,0.45);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-radius: 4px;
}
.cp-el-section-head h2,
.cp-el-section-head--left h2 {
	font-size: clamp(1.9rem, 3.5vw, 2.6rem);
	font-weight: 800;
	margin: 0;
	letter-spacing: -0.02em;
	line-height: 1.2;
}
.cp-el-sub {
	margin: 14px auto 0;
	max-width: 520px;
	color: #6B7280;
	font-size: 1rem;
	line-height: 1.7;
}
.cp-el-lead {
	font-size: 1.05rem;
	color: #4B5563;
	line-height: 1.8;
	margin: 14px 0 0;
}

/* ── About ── */
.cp-el-block-about.elementor-section,
.cp-el-block-about > .elementor-container,
.cp-el-block-about > .elementor-container > .elementor-column,
.cp-el-block-about .elementor-element-populated,
.cp-el-block-about .elementor-widget-wrap {
	background: transparent !important;
	padding-top: 0 !important;
}
.cp-el-about {
	background: #FAFBF8;
	padding-top: 64px;
}
.cp-el-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
	margin-bottom: 48px;
}
.cp-el-split__media {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(44,53,68,0.14);
}
.cp-el-split__media img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
}
.cp-el-split__badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: rgba(255,255,255,0.95);
	backdrop-filter: blur(8px);
	padding: 14px 20px;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.cp-el-split__badge strong {
	display: block;
	font-size: 1.1rem;
	font-weight: 800;
	color: #A8C664;
}
.cp-el-split__badge span {
	font-size: 0.8rem;
	color: #6B7280;
}
.cp-el-split__content p {
	color: #6B7280;
	line-height: 1.8;
	margin-bottom: 20px;
}
.cp-el-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cp-el-checklist li {
	position: relative;
	padding-left: 28px;
	font-size: 0.92rem;
	font-weight: 500;
	color: #374151;
}
.cp-el-checklist li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #A8C664;
	opacity: 0.85;
}
.cp-el-vm-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}
.cp-el-vm-card {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 14px;
	row-gap: 12px;
	align-items: center;
	background: #fff;
	padding: 32px;
	border-radius: 14px;
	border: 1px solid #E8EDE0;
	transition: all 0.35s ease;
	opacity: 0;
	transform: translateY(20px);
}
.cp-el-vm-card.is-visible { opacity: 1; transform: none; }
.cp-el-vm-card:hover {
	box-shadow: 0 16px 40px rgba(44,53,68,0.08);
	border-color: rgba(168,198,100,0.4);
}
.cp-el-vm-card__icon {
	grid-row: 1;
	grid-column: 1;
	width: 48px;
	height: 48px;
	background: rgba(168,198,100,0.12);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	color: #A8C664;
	flex-shrink: 0;
}
.cp-el-vm-card__icon svg { width: 22px; height: 22px; }
.cp-el-vm-card h3 {
	grid-row: 1;
	grid-column: 2;
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
}
.cp-el-vm-card p {
	grid-column: 1 / -1;
	grid-row: 2;
	font-size: 0.92rem;
	color: #6B7280;
	line-height: 1.75;
	margin: 0;
}

/* ── Services ── */
.cp-el-services {
	position: relative;
	overflow: hidden;
	background: #2c3544;
}
.cp-el-services__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}
.cp-el-services__bg-img {
	position: absolute;
	left: 0;
	top: -28%;
	width: 100%;
	height: 156%;
	object-fit: cover;
	will-change: transform;
	filter: saturate(1.1) contrast(1.05);
}
.cp-el-services__bg-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(26, 32, 41, 0.68) 0%,
		rgba(26, 32, 41, 0.52) 50%,
		rgba(26, 32, 41, 0.65) 100%
	);
}
.cp-el-services__inner {
	position: relative;
	z-index: 2;
}
.cp-el-services .cp-el-tag {
	color: #fff;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.cp-el-services .cp-el-section-head h2 {
	color: #fff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.cp-el-services .cp-el-sub {
	color: rgba(255, 255, 255, 0.88);
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
@media (prefers-reduced-motion: reduce) {
	.cp-el-services__bg-img {
		transform: none !important;
		top: 0;
		height: 100%;
	}
}
.cp-el-services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.cp-el-svc {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 14px;
	padding: 28px 24px;
	box-shadow: 0 6px 20px rgba(44, 53, 68, 0.1), 0 2px 6px rgba(44, 53, 68, 0.05);
	transition: all 0.35s ease;
	opacity: 0;
	transform: translateY(18px);
}
.cp-el-svc.is-visible { opacity: 1; transform: none; }
.cp-el-svc:hover {
	background: #fff;
	border-color: rgba(168,198,100,0.45);
	box-shadow: 0 14px 36px rgba(44, 53, 68, 0.14), 0 4px 12px rgba(44, 53, 68, 0.08);
	transform: translateY(-4px);
}
.cp-el-svc__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}
.cp-el-svc__top span {
	font-size: 0.75rem;
	font-weight: 800;
	color: rgba(78,110,52,0.35);
	letter-spacing: 0.08em;
}
.cp-el-svc__top svg { width: 22px; height: 22px; color: #A8C664; }
.cp-el-svc h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 8px; }
.cp-el-svc p { font-size: 0.88rem; color: #6B7280; line-height: 1.65; margin: 0; }

/* ── Values ── */
.cp-el-values {
	background: #2C3544;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.cp-el-values .cp-el-tag { background: rgba(168,198,100,0.15); color: #C5DB8A; }
.cp-el-values .cp-el-section-head h2 { color: #fff; }
.cp-el-values__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	position: relative;
}
.cp-el-val {
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 12px;
	padding: 28px 18px;
	text-align: center;
	transition: all 0.3s ease;
	opacity: 0;
	transform: translateY(16px);
}
.cp-el-val.is-visible { opacity: 1; transform: none; }
.cp-el-val:hover {
	background: rgba(255,255,255,0.07);
	border-color: rgba(168,198,100,0.3);
}
.cp-el-val__n {
	display: block;
	font-size: 2.4rem;
	font-weight: 800;
	color: #A8C664;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 16px;
	opacity: 0.85;
}
.cp-el-val h3 { font-size: 0.95rem; font-weight: 700; margin: 0 0 8px; color: #fff; }
.cp-el-val p { font-size: 0.8rem; color: rgba(255,255,255,0.6); line-height: 1.55; margin: 0; }

/* ── Impact ── */
.cp-el-impact { background: #FAFBF8; }
.cp-el-impact__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.cp-el-impact-card {
	background: #fff;
	border-radius: 14px;
	padding: 36px 28px;
	border: 1px solid #E8EDE0;
	position: relative;
	overflow: hidden;
	transition: all 0.35s ease;
	opacity: 0;
	transform: translateY(18px);
}
.cp-el-impact-card.is-visible { opacity: 1; transform: none; }
.cp-el-impact-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #A8C664;
}
.cp-el-impact-card:hover {
	box-shadow: 0 16px 40px rgba(44,53,68,0.08);
}
.cp-el-impact-card__num {
	display: block;
	font-size: 2.5rem;
	font-weight: 800;
	color: rgba(168,198,100,0.25);
	line-height: 1;
	margin-bottom: 16px;
}
.cp-el-impact-card h3 { font-size: 1.1rem; font-weight: 700; margin: 0 0 10px; }
.cp-el-impact-card p { font-size: 0.9rem; color: #6B7280; line-height: 1.7; margin: 0; }

/* ── CTA ── */
.cp-el-cta {
	padding: 0 0 96px;
	background: #FAFBF8;
}
.cp-el-cta__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	background: #2C3544;
	border-radius: 16px;
	padding: 48px 52px;
	box-shadow: 0 24px 60px rgba(44,53,68,0.18);
}
.cp-el-cta__text h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	color: #fff;
	margin: 0 0 10px;
	letter-spacing: -0.02em;
}
.cp-el-cta__text p {
	font-size: 0.95rem;
	color: rgba(255,255,255,0.78);
	margin: 0;
	max-width: 480px;
	line-height: 1.7;
}
.cp-el-cta .cp-el-btn {
	background: #A8C664;
	color: #2C3544;
	box-shadow: 0 8px 24px rgba(0,0,0,0.15);
	flex-shrink: 0;
}
.cp-el-cta .cp-el-btn:hover { background: #96B555; }

/* ── Contact ── */
.cp-el-contact { background: #fff; padding-bottom: 80px; }
.cp-el-contact__wrap {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 28px;
	align-items: stretch;
}
.cp-el-contact__cards {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.cp-el-contact__phones {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.cp-el-contact-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 22px;
	background: #FAFBF8;
	border: 1px solid #E8EDE0;
	border-radius: 12px;
	transition: all 0.2s;
}
.cp-el-contact-card:hover {
	border-color: rgba(168,198,100,0.4);
	background: #fff;
}
.cp-el-contact-card__icon {
	width: 42px;
	height: 42px;
	min-width: 42px;
	background: #A8C664;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2C3544;
}
.cp-el-contact-card__icon svg { width: 18px; height: 18px; display: block; }
.cp-el-contact-card__icon svg path,
.cp-el-contact-card__icon svg circle {
	stroke: currentColor;
	fill: none;
}
.cp-el-contact-card__body {
	min-width: 0;
	flex: 1;
	overflow: hidden;
}
.cp-el-contact-card small {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	color: #9CA3AF;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 4px;
}
.cp-el-contact-card__value,
.cp-el-contact-card a,
.cp-el-contact-card span {
	font-size: 0.88rem;
	font-weight: 600;
	color: #2C3544;
	text-decoration: none;
	line-height: 1.3;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cp-el-contact-card--email .cp-el-contact-card__value {
	font-size: 0.84rem;
}
.cp-el-contact-card--phone .cp-el-contact-card__value {
	font-size: 0.86rem;
	font-weight: 700;
}
.cp-el-contact-card--cell .cp-el-contact-card__value {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

/* Phone/email must stay LTR on Arabic pages (RTL reverses digit order). */
html[dir="rtl"] .cp-el-contact-card--phone .cp-el-contact-card__value,
html[dir="rtl"] .cp-el-contact-card--cell .cp-el-contact-card__value,
html[dir="rtl"] .cp-el-contact-card--email .cp-el-contact-card__value,
html[dir="rtl"] .cp-el-footer__col a[href^="tel:"],
html[dir="rtl"] .cp-el-footer__col a[href^="mailto:"] {
	direction: ltr;
	unicode-bidi: isolate;
	text-align: right;
}
.cp-el-contact-card--address .cp-el-contact-card__value {
	font-size: 0.8rem;
}
.cp-el-contact-card a:hover { color: #A8C664; }
.cp-el-contact__map {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #E8EDE0;
	box-shadow: 0 12px 40px rgba(44,53,68,0.08);
	min-height: 100%;
	background: #fff;
}
.cp-el-contact__map iframe {
	width: 100%;
	min-height: 320px;
	height: 100%;
	border: 0;
	display: block;
}
.cp-el-contact__map-fs {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 3;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 8px;
	background: #fff;
	color: #2C3544;
	box-shadow: 0 4px 14px rgba(44, 53, 68, 0.18);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, color 0.2s, transform 0.2s;
}
.cp-el-contact__map-fs svg {
	width: 18px;
	height: 18px;
}
.cp-el-contact__map-fs:hover {
	background: #A8C664;
	color: #2C3544;
}
.cp-el-contact__map-fs:active {
	transform: scale(0.96);
}
.cp-el-contact__map:fullscreen,
.cp-el-contact__map:-webkit-full-screen {
	width: 100%;
	height: 100%;
	border-radius: 0;
	border: none;
	background: #000;
}
.cp-el-contact__map:fullscreen iframe,
.cp-el-contact__map:-webkit-full-screen iframe {
	min-height: 100vh;
	height: 100%;
}
html[dir="rtl"] .cp-el-contact__map-fs {
	right: auto;
	left: 12px;
}

/* ── Footer ── */
.cp-el-footer {
	background: #1A2029;
	color: rgba(255,255,255,0.65);
	padding: 64px 0 0;
}
.cp-el-footer__top {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
	gap: 40px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.cp-el-footer__brand img {
	height: auto;
	width: 150px;
	display: block;
	margin-bottom: 14px;
}
.cp-el-footer__brand p {
	font-size: 0.88rem;
	line-height: 1.75;
	color: rgba(255,255,255,0.5);
	max-width: 280px;
	margin: 0;
}
.cp-el-footer__company {
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 12px;
	line-height: 1.5;
}
.cp-el-footer__col h4 {
	font-size: 0.78rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 18px;
}
.cp-el-footer__col a,
.cp-el-footer__col span {
	display: block;
	font-size: 0.88rem;
	color: rgba(255,255,255,0.55);
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 1.6;
	transition: color 0.2s;
}
.cp-el-footer__col span {
	word-break: normal;
	white-space: normal;
}
.cp-el-footer__col a:hover { color: #A8C664; }
.cp-el-footer__bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
	padding: 22px 0 28px;
	font-size: 0.82rem;
	color: rgba(255,255,255,0.35);
}
.cp-el-footer__bottom p { margin: 0; }
.cp-el-footer__bottom p:first-child { justify-self: start; }
.cp-el-footer__bottom .cp-el-footer__brandline { justify-self: end; text-align: end; }
.cp-el-footer__dev {
	justify-self: center;
	text-align: center;
}
.cp-el-footer__brandline {
	margin: 0;
	font-weight: 600;
	color: rgba(255,255,255,0.55);
}
.cp-el-footer__dev a {
	color: #A8C664;
	text-decoration: none;
	font-weight: 700;
	transition: color 0.2s;
}
.cp-el-footer__dev a:hover { color: #C5DB8A; }

/* ── RTL ── */
html[dir="rtl"] .cp-el-section-head--left { text-align: right; }
html[dir="rtl"] .cp-el-checklist li { padding-left: 0; padding-right: 28px; }
html[dir="rtl"] .cp-el-checklist li::before { left: auto; right: 0; }
html[dir="rtl"] .cp-el-hero__content { text-align: right; }
html[dir="rtl"] .cp-el-hero__prev::after {
	transform: rotate(45deg);
	margin-left: 0;
	margin-right: 2px;
}
html[dir="rtl"] .cp-el-hero__next::after {
	transform: rotate(-135deg);
	margin-right: 0;
	margin-left: 2px;
}
html[dir="rtl"] .cp-el-impact-card::before { left: auto; right: 0; }
html[dir="rtl"] .cp-el-split__badge { left: auto; right: 20px; }

/* ── Responsive ── */
html {
	scroll-padding-top: 72px;
}

@media (max-width: 1024px) {
	.cp-el-services__grid { grid-template-columns: repeat(2, 1fr); }
	.cp-el-values__grid { grid-template-columns: repeat(3, 1fr); }
	.cp-el-footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
	html { scroll-padding-top: 64px; }

	.cp-el-logo__img { height: 36px; }

	.cp-el-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.cp-el-hero {
		min-height: auto;
		height: 72svh;
		max-height: 580px;
	}
	.cp-el-hero__content {
		padding-top: 56px;
		padding-bottom: 32px;
		max-width: none;
		text-align: center;
		align-items: center;
	}
	.cp-el-hero__badge { margin-inline: auto; }
	.cp-el-hero__content h1 {
		font-size: clamp(1.85rem, 7vw, 2.4rem);
		margin-bottom: 16px;
	}
	.cp-el-hero__content p {
		font-size: 0.95rem;
		line-height: 1.7;
		margin-bottom: 24px;
		max-width: none;
	}
	.cp-el-hero__actions {
		justify-content: center;
		width: 100%;
		gap: 12px;
		flex-wrap: wrap;
	}
	.cp-el-hero__actions .cp-el-btn {
		flex: 0 1 auto;
		width: auto;
		min-width: 0;
		max-width: 190px;
		min-height: 44px;
		padding: 11px 18px;
		font-size: 0.84rem;
	}
	html[dir="rtl"] .cp-el-hero__content { text-align: center; }

	.cp-el-stats-wrap {
		margin-top: -40px;
		margin-bottom: 28px;
	}
	.cp-el-stat { padding: 22px 14px; }
	.cp-el-stat__num { font-size: 1.55rem; }
	.cp-el-stat__label { font-size: 0.78rem; line-height: 1.4; }

	.cp-el-section { padding: 64px 0; }
	.cp-el-section-head { margin-bottom: 36px; }
	.cp-el-section-head--left {
		text-align: center;
		margin-bottom: 24px;
	}
	html[dir="rtl"] .cp-el-section-head--left { text-align: center; }

	.cp-el-about { padding-top: 56px; }
	.cp-el-split {
		gap: 32px;
		margin-bottom: 36px;
	}
	.cp-el-split__media img { height: 240px; }
	.cp-el-split__badge {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	html[dir="rtl"] .cp-el-split__badge {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	.cp-el-vm-grid { gap: 20px; }
	.cp-el-vm-card { padding: 26px 22px; }
	.cp-el-services__grid,
	.cp-el-impact__grid { gap: 18px; }
	.cp-el-svc { padding: 24px 20px; }
	.cp-el-impact-card { padding: 26px 22px; }
	.cp-el-impact-card__num { font-size: 2rem; margin-bottom: 12px; }
	.cp-el-values__grid { gap: 16px; }
	.cp-el-val { padding: 24px 16px; }

	.cp-el-cta { padding-bottom: 64px; }
	.cp-el-cta__box { padding: 32px 24px; gap: 22px; }
	.cp-el-cta__text h2 { font-size: 1.4rem; }
	.cp-el-cta .cp-el-btn {
		width: auto;
		min-width: min(100%, 220px);
		justify-content: center;
		align-self: center;
	}

	.cp-el-contact { padding-bottom: 64px; }
	.cp-el-contact__cards { gap: 14px; }
	.cp-el-contact__map iframe { min-height: 260px; }
	.cp-el-contact-card { padding: 18px; }

	.cp-el-footer { padding-top: 56px; }
	.cp-el-footer__top { padding-bottom: 36px; gap: 32px; }
	.cp-el-services__bg-img { top: -8%; height: 116%; }

	.cp-el-contact__wrap,
	.cp-el-contact__phones {
		grid-template-columns: 1fr;
	}

	.cp-el-contact-card__value,
	.cp-el-contact-card a,
	.cp-el-contact-card span {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
		word-break: break-word;
	}

	.cp-el-nav--desktop { display: none; }
	.cp-el-header__right > .cp-el-lang { display: none; }
	.cp-el-nav-toggle { display: flex; z-index: 10002; }

	.cp-el-nav--mobile {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		right: 0;
		width: min(320px, 88vw);
		height: 100dvh;
		background: #fff;
		z-index: 10001;
		transform: translateX(100%);
		transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
		box-shadow: -12px 0 48px rgba(0,0,0,0.15);
	}
	.cp-el-nav--mobile.open { transform: translateX(0); }

	body.admin-bar .cp-el-nav--mobile,
	body.yooadmin-has-bar .cp-el-nav--mobile {
		top: var(--cp-admin-bar-height, 32px);
		height: calc(100dvh - var(--cp-admin-bar-height, 32px));
	}

	html[dir="rtl"] .cp-el-nav--mobile {
		right: auto;
		left: 0;
		transform: translateX(-100%);
		box-shadow: 12px 0 48px rgba(0,0,0,0.15);
	}
	html[dir="rtl"] .cp-el-nav--mobile.open { transform: translateX(0); }

	.cp-el-nav__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 22px;
		border-bottom: 1px solid #EEF1E8;
		flex-shrink: 0;
	}
	.cp-el-nav__title {
		font-size: 1rem;
		font-weight: 700;
		color: #2C3544;
	}
	.cp-el-nav__close {
		width: 36px;
		height: 36px;
		border: none;
		background: #F3F5EF;
		border-radius: 8px;
		font-size: 1.4rem;
		line-height: 1;
		color: #2C3544;
		cursor: pointer;
	}
	.cp-el-nav__links {
		flex: 1;
		overflow-y: auto;
		padding: 12px 14px;
		display: flex;
		flex-direction: column;
		gap: 4px;
	}
	.cp-el-nav__links a {
		display: block;
		padding: 14px 16px;
		font-size: 0.95rem;
		font-weight: 600;
		color: #2C3544 !important;
		text-decoration: none;
		border-radius: 10px;
		transition: background 0.2s;
	}
	.cp-el-nav__links a:hover { background: #F3F5EF; }
	.cp-el-nav__foot {
		padding: 18px 16px 24px;
		border-top: 1px solid #EEF1E8;
		display: flex;
		flex-direction: column;
		gap: 14px;
		flex-shrink: 0;
	}
	.cp-el-nav__foot .cp-el-lang {
		align-self: stretch;
		width: 100%;
		background: #F5F6F2;
		border-color: #D8DED0;
	}
	.cp-el-nav__foot .cp-el-lang__btn { color: #6B7280; }
	.cp-el-nav__foot .cp-el-lang__btn + .cp-el-lang__btn {
		border-left-color: #D8DED0;
	}
	.cp-el-nav__foot .cp-el-btn {
		width: 100%;
		justify-content: center;
	}
	.cp-el-hero__nav { display: none; }
	.cp-el-stats { grid-template-columns: repeat(2, 1fr); }
	.cp-el-stat:not(:last-child)::after { display: none; }
	.cp-el-stat:nth-child(odd):not(:nth-last-child(1))::after {
		display: block;
		top: 22%;
		bottom: 22%;
		inset-inline-end: 0;
		width: 1px;
	}
	.cp-el-stat:nth-child(1),
	.cp-el-stat:nth-child(2) {
		border-bottom: 1px solid #EEF1E8;
	}
	.cp-el-split,
	.cp-el-vm-grid,
	.cp-el-contact__wrap { grid-template-columns: 1fr; }
	.cp-el-services__grid,
	.cp-el-impact__grid { grid-template-columns: 1fr; }
	.cp-el-values__grid { grid-template-columns: repeat(2, 1fr); }
	.cp-el-checklist { gap: 12px; }
	.cp-el-cta__box { flex-direction: column; text-align: center; }
	.cp-el-cta__text p { margin: 0 auto; max-width: none; }
	.cp-el-contact__phones { grid-template-columns: 1fr; }
	.cp-el-footer__top {
		grid-template-columns: 1fr;
		gap: 32px;
		text-align: center;
	}
	.cp-el-footer__brand {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.cp-el-footer__brand img {
		margin-inline: auto;
		width: 120px;
	}
	.cp-el-footer__brand p {
		max-width: 320px;
		margin-inline: auto;
	}
	.cp-el-footer__col {
		text-align: center;
	}
	.cp-el-footer__col h4 {
		margin-bottom: 14px;
	}
	.cp-el-footer__col a,
	.cp-el-footer__col span {
		margin-bottom: 8px;
	}
	html[dir="rtl"] .cp-el-footer__top,
	html[dir="rtl"] .cp-el-footer__col {
		text-align: center;
	}
	.cp-el-footer__bottom {
		grid-template-columns: 1fr;
		gap: 12px;
		text-align: center;
		padding: 24px 0 32px;
	}
	.cp-el-footer__bottom .cp-el-footer__brandline {
		display: none;
	}
	.cp-el-footer__bottom p:first-child,
	.cp-el-footer__dev {
		justify-self: center;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.cp-el-container {
		padding-left: 18px;
		padding-right: 18px;
	}
	.cp-el-hero {
		height: 66svh;
		max-height: 500px;
	}
	.cp-el-section { padding: 56px 0; }
	.cp-el-section-head { margin-bottom: 32px; }
	.cp-el-stats-wrap {
		margin-top: -32px;
		margin-bottom: 32px;
	}
	.cp-el-about { padding-top: 48px; }
	.cp-el-hero__actions .cp-el-btn {
		max-width: 168px;
		padding: 10px 16px;
		font-size: 0.82rem;
	}
	.cp-el-stat { padding: 20px 12px; }
	.cp-el-stat__num { font-size: 1.4rem; }
	.cp-el-values__grid { gap: 14px; }
}
