/*
 * ESSPOWER Elementor presentation layer.
 * All selectors are scoped to the essp-* classes shipped in the template exports.
 * Normal content remains in native Elementor widgets and containers.
 */

.essp-header,
.essp-hero,
.essp-trust,
.essp-section,
.essp-footer {
	--essp-navy: #0b1f33;
	--essp-navy-dark: #071624;
	--essp-ink: #02070c;
	--essp-green: #20c77a;
	--essp-orange: #ff8a00;
	--essp-orange-light: #ffc66d;
	--essp-white: #fff;
	--essp-surface: #f5f7fa;
	--essp-text: #17212b;
	--essp-muted: #647383;
	--essp-border: #dde4ea;
	--essp-radius: 18px;
	--essp-shadow: 0 12px 30px rgba(11, 31, 51, .08);
	--essp-shadow-lg: 0 24px 70px rgba(5, 20, 34, .18);
	direction: rtl;
	font-family: Tahoma, Arial, sans-serif;
}

.essp-header *,
.essp-hero *,
.essp-trust *,
.essp-section *,
.essp-footer * {
	box-sizing: border-box;
}

.essp-shell {
	width: min(calc(100% - 32px), 1280px) !important;
	margin-inline: auto !important;
}

.essp-section {
	padding-block: 64px;
	background: #fff;
	color: var(--essp-text);
}

.essp-section--surface {
	background: var(--essp-surface);
}

.essp-section .elementor-heading-title,
.essp-header .elementor-heading-title,
.essp-hero .elementor-heading-title,
.essp-footer .elementor-heading-title,
.essp-section p,
.essp-header p,
.essp-hero p,
.essp-footer p {
	margin: 0;
}

.essp-section-title .elementor-heading-title {
	color: var(--essp-navy);
	font-size: clamp(30px, 4vw, 47px);
	font-weight: 800;
	line-height: 1.42;
	letter-spacing: -.035em;
}

.essp-section-title--light .elementor-heading-title {
	color: #fff;
}

.essp-eyebrow .elementor-heading-title {
	color: var(--essp-green);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
}

.essp-eyebrow--light .elementor-heading-title {
	color: var(--essp-orange-light);
}

.essp-section-heading {
	margin-bottom: 4px;
}

.essp-section-heading__title {
	width: min(100%, 740px) !important;
}

.essp-section-heading__text {
	width: min(100%, 520px) !important;
	color: var(--essp-muted);
	font-size: 15px;
	line-height: 2;
}

.essp-section-heading--center {
	text-align: center;
}

.essp-section-heading--center .essp-section-heading__text {
	margin-inline: auto;
}

.essp-card {
	overflow: hidden;
	border: 1px solid var(--essp-border);
	border-radius: var(--essp-radius);
	background: #fff;
	box-shadow: var(--essp-shadow);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.essp-card:hover,
.essp-application-card:hover,
.essp-benefit-card:hover,
.essp-article-card:hover {
	transform: translateY(-5px);
	border-color: rgba(32, 199, 122, .48);
	box-shadow: 0 20px 46px rgba(11, 31, 51, .13);
}

.essp-card__title .elementor-heading-title {
	color: var(--essp-navy);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.6;
}

.essp-card__text {
	color: var(--essp-muted);
	font-size: 14px;
	line-height: 1.9;
}

.essp-button .elementor-button,
.essp-text-link .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: 11px;
	font-size: 13px;
	font-weight: 800;
	transition: transform .18s ease, color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.essp-button .elementor-button:hover {
	transform: translateY(-2px);
}

.essp-button--primary .elementor-button {
	border: 1px solid var(--essp-orange);
	background: var(--essp-orange);
	color: #1a0d02;
	box-shadow: 0 12px 30px rgba(255, 122, 0, .24);
}

.essp-button--primary .elementor-button:hover {
	border-color: #ffa12f;
	background: #ffa12f;
}

.essp-button--secondary .elementor-button,
.essp-button--outline .elementor-button {
	border: 1px solid var(--essp-border);
	background: #fff;
	color: var(--essp-navy);
}

.essp-button--secondary .elementor-button:hover,
.essp-button--outline .elementor-button:hover {
	border-color: var(--essp-green);
	color: var(--essp-green);
}

.essp-button--ghost .elementor-button {
	border: 1px solid rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .045);
	color: #fff;
	backdrop-filter: blur(8px);
}

.essp-button--light .elementor-button {
	border: 1px solid #fff;
	background: #fff;
	color: var(--essp-navy);
}

.essp-text-link {
	width: fit-content !important;
}

.essp-text-link .elementor-button {
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--essp-green);
	box-shadow: none;
}

.essp-text-link .elementor-button:hover {
	color: var(--essp-green);
	transform: translateX(-3px);
}

/* Header */
.essp-header {
	--essp-header-height: 78px;
	position: fixed !important;
	inset: 0 0 auto !important;
	z-index: 999;
	min-height: var(--essp-header-height);
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	background: linear-gradient(180deg, rgba(2, 7, 12, .96), rgba(2, 7, 12, .82));
	box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
	backdrop-filter: blur(15px);
	transition: min-height .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.essp-header.is-scrolled {
	--essp-header-height: 66px;
	background: rgba(2, 7, 12, .97);
	box-shadow: 0 12px 36px rgba(0, 0, 0, .26);
}

.essp-header__inner {
	min-height: var(--essp-header-height);
	transition: min-height .22s ease;
}

.essp-brand {
	flex: 0 0 auto !important;
	direction: ltr;
}

.essp-brand__logo {
	width: 52px !important;
	flex: 0 0 52px !important;
}

.essp-brand__logo img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	filter: drop-shadow(0 0 15px rgba(255, 124, 0, .35));
}

.essp-brand__name .elementor-heading-title {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
}

.essp-brand__name span,
.essp-brand__name b {
	display: inline;
}

.essp-brand__name b {
	color: var(--essp-orange);
}

.essp-desktop-nav {
	width: auto !important;
	flex: 1 1 auto !important;
}

.essp-nav-link {
	width: auto !important;
}

.essp-nav-link .elementor-button,
.essp-mobile-nav__link .elementor-button,
.essp-footer-link .elementor-button {
	padding: 9px 10px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.essp-nav-link .elementor-button {
	color: rgba(255, 255, 255, .76);
	font-size: 12px;
}

.essp-nav-link .elementor-button:hover {
	color: #fff;
	background: rgba(255, 255, 255, .06);
}

.essp-header-actions {
	width: auto !important;
	flex: 0 0 auto !important;
}

.essp-search-icon,
.essp-menu-toggle {
	width: 42px !important;
	height: 42px;
	flex: 0 0 42px !important;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}

.essp-search-icon .elementor-icon,
.essp-menu-toggle .elementor-icon {
	color: inherit;
	font-size: 16px;
}

.essp-button--header .elementor-button {
	min-height: 43px;
	padding-inline: 17px;
	border: 1px solid rgba(255, 138, 0, .7);
	border-radius: 24px;
	background: transparent;
	color: #fff;
}

.essp-button--header .elementor-button:hover {
	background: var(--essp-orange);
	color: #1a0d02;
}

.essp-menu-toggle,
.essp-mobile-nav {
	display: none !important;
}

.essp-mobile-nav {
	padding: 8px 0 18px;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.essp-mobile-nav__link .elementor-button {
	width: 100%;
	justify-content: flex-start;
	color: rgba(255, 255, 255, .8);
}

/* Hero */
.essp-hero {
	position: relative !important;
	isolation: isolate;
	min-height: max(870px, 100svh);
	overflow: hidden;
	padding: 104px 0 28px;
	background-color: var(--essp-ink) !important;
	background-position: center !important;
	background-size: cover !important;
	color: #fff;
}

.essp-hero::before,
.essp-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.essp-hero::before {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(1, 6, 11, .94), rgba(2, 8, 14, .66) 45%, rgba(2, 7, 12, .76)),
		radial-gradient(circle at 75% 42%, rgba(255, 111, 0, .19), transparent 32%);
}

.essp-hero::after {
	z-index: -1;
	opacity: .22;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
		radial-gradient(circle, rgba(255, 145, 45, .58) 1px, transparent 2px);
	background-position: center, center, 80px 160px;
	background-size: 74px 74px, 74px 74px, 330px 260px;
	animation: essp-particle-drift 18s linear infinite alternate;
}

.essp-hero__stage {
	position: relative;
	min-height: 610px;
	direction: ltr;
}

.essp-hero__content {
	z-index: 6;
	width: 42% !important;
	direction: rtl;
}

.essp-hero__eyebrow .elementor-heading-title {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--essp-orange-light);
	font-size: 13px;
	font-weight: 800;
}

.essp-hero__eyebrow .elementor-heading-title span {
	width: 31px;
	height: 1px;
	background: var(--essp-orange);
	box-shadow: 0 0 9px rgba(255, 138, 0, .75);
}

.essp-hero__title .elementor-heading-title {
	color: #fff;
	font-size: clamp(48px, 4.3vw, 75px);
	font-weight: 800;
	line-height: 1.34;
	letter-spacing: -.045em;
	text-shadow: 0 5px 30px rgba(0, 0, 0, .48);
}

.essp-hero__title span {
	color: var(--essp-orange);
	text-shadow: 0 0 28px rgba(255, 118, 0, .38);
}

.essp-hero__description {
	max-width: 610px;
	color: rgba(255, 255, 255, .72);
	font-size: 16px;
	line-height: 2;
}

.essp-hero__actions {
	direction: rtl;
}

.essp-hero-product {
	--essp-tilt-x: 0deg;
	--essp-tilt-y: 0deg;
	position: relative !important;
	z-index: 4;
	width: 31% !important;
	min-height: 610px;
	perspective: 900px;
	direction: rtl;
}

.essp-hero-product__aura,
.essp-hero-product__platform {
	position: absolute !important;
	left: 50%;
	pointer-events: none;
}

.essp-hero-product__aura {
	top: 46%;
	width: 92% !important;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 151, 48, .25);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 146, 38, .3), rgba(255, 87, 0, .07) 48%, transparent 72%);
	transform: translate(-50%, -50%);
	animation: essp-aura-pulse 5.8s ease-in-out infinite;
}

.essp-hero-product__image {
	position: absolute !important;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 172% !important;
	max-width: none !important;
	transform: translate(-50%, -50%) perspective(900px) rotateX(var(--essp-tilt-x)) rotateY(var(--essp-tilt-y));
	transform-style: preserve-3d;
	filter: drop-shadow(-22px 34px 30px rgba(0, 0, 0, .68)) drop-shadow(10px 0 15px rgba(255, 116, 0, .2));
	will-change: transform;
	transition: transform .16s ease-out;
	animation: essp-product-float 6.2s ease-in-out infinite;
}

.essp-hero-product__image img {
	width: 100%;
	height: auto;
}

.essp-hero-product__platform {
	bottom: 12%;
	z-index: 2;
	width: 82% !important;
	height: 12%;
	border: 1px solid rgba(255, 153, 54, .42);
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(255, 149, 42, .4), rgba(255, 84, 0, .1) 52%, transparent 74%);
	box-shadow: 0 0 48px rgba(255, 104, 0, .3);
	transform: translateX(-50%);
}

.essp-hero-product__hint {
	position: absolute !important;
	inset: auto 0 2%;
	color: rgba(255, 255, 255, .44);
	font-size: 10px;
	text-align: center;
}

.essp-hero-phoenix {
	--essp-phoenix-rise: 0px;
	--essp-phoenix-rotate: 0deg;
	--essp-phoenix-scale-x: 1;
	--essp-phoenix-scale-y: 1;
	--essp-phoenix-opacity: .92;
	--essp-trail-opacity: .38;
	position: relative !important;
	z-index: 2;
	width: 27% !important;
	min-height: 650px;
	pointer-events: none;
}

.essp-hero-phoenix__glow {
	position: absolute !important;
	top: 47%;
	left: 52%;
	width: 120% !important;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 109, 0, .4), rgba(255, 77, 0, .12) 40%, transparent 70%);
	transform: translate(-50%, -50%);
}

.essp-hero-phoenix__image {
	position: absolute !important;
	top: 50%;
	left: 50%;
	width: 165% !important;
	max-width: none !important;
	opacity: var(--essp-phoenix-opacity);
	filter: saturate(1.18) contrast(1.04) drop-shadow(0 0 26px rgba(255, 95, 0, .44));
	transform: translate(-50%, calc(-50% + var(--essp-phoenix-rise))) rotate(var(--essp-phoenix-rotate)) scale(var(--essp-phoenix-scale-x), var(--essp-phoenix-scale-y));
	transform-origin: 50% 45%;
	will-change: transform, opacity;
}

.essp-hero-phoenix__embers,
.essp-hero-phoenix__trail {
	position: absolute !important;
	inset: 0;
	opacity: var(--essp-trail-opacity);
}

.essp-hero-phoenix__embers > .essp-ember {
	position: absolute !important;
	width: 5px !important;
	height: 5px;
	border-radius: 50%;
	background: var(--essp-orange);
	box-shadow: 0 0 8px #ff6a00;
	animation: essp-ember-rise 4.8s ease-out infinite;
}

.essp-hero-phoenix__embers > :nth-child(1) { top: 67%; left: 42%; animation-delay: -.4s; }
.essp-hero-phoenix__embers > :nth-child(2) { top: 73%; left: 55%; animation-delay: -1.8s; }
.essp-hero-phoenix__embers > :nth-child(3) { top: 58%; left: 28%; animation-delay: -2.7s; }
.essp-hero-phoenix__embers > :nth-child(4) { top: 81%; left: 47%; animation-delay: -3.4s; }
.essp-hero-phoenix__embers > :nth-child(5) { top: 63%; left: 67%; animation-delay: -4.1s; }
.essp-hero-phoenix__embers > :nth-child(6) { top: 76%; left: 33%; animation-delay: -1.1s; }

.essp-hero-phoenix__trail > .essp-trail {
	position: absolute !important;
	bottom: 13%;
	left: 50%;
	width: 42% !important;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 132, 0, .72), transparent);
	box-shadow: 0 0 9px rgba(255, 90, 0, .52);
	transform: rotate(-60deg);
	transform-origin: left center;
}

.essp-hero-phoenix__trail > :nth-child(2) { bottom: 9%; opacity: .55; transform: rotate(-68deg) scaleX(.78); }
.essp-hero-phoenix__trail > :nth-child(3) { bottom: 18%; opacity: .34; transform: rotate(-52deg) scaleX(.62); }

.essp-hero-metrics {
	z-index: 8;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 17px;
	background: rgba(4, 12, 20, .72);
	box-shadow: 0 20px 44px rgba(0, 0, 0, .24);
	backdrop-filter: blur(12px);
}

.essp-hero-metric {
	width: 25% !important;
	min-height: 88px;
	padding: 13px 16px;
	border-inline-end: 1px solid rgba(255, 255, 255, .08);
	text-align: center;
}

.essp-hero-metric:last-child {
	border-inline-end: 0;
}

.essp-hero-metric__value .elementor-heading-title {
	color: var(--essp-orange-light);
	font-size: 19px;
	font-weight: 800;
}

.essp-hero-metric__label {
	color: rgba(255, 255, 255, .63);
	font-size: 11px;
}

.essp-hero-features {
	z-index: 8;
	margin-top: 15px !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 16px;
	background: rgba(3, 10, 17, .66);
	backdrop-filter: blur(12px);
}

.essp-hero-feature {
	width: 20% !important;
	padding: 15px 8px;
	border-inline-end: 1px solid rgba(255, 255, 255, .07);
}

.essp-hero-feature:last-child {
	border-inline-end: 0;
}

.essp-hero-feature .elementor-icon-box-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
}

.essp-hero-feature .elementor-icon {
	color: var(--essp-orange);
	font-size: 18px;
}

.essp-hero-feature .elementor-icon-box-title {
	margin: 0;
	color: rgba(255, 255, 255, .75);
	font-size: 11px;
	font-weight: 700;
}

/* Trust */
.essp-trust {
	border-bottom: 1px solid var(--essp-border);
	background: #fff;
}

.essp-trust-item {
	width: 25% !important;
	padding: 22px 18px;
	border-inline-end: 1px solid var(--essp-border);
}

.essp-trust-item:last-child {
	border-inline-end: 0;
}

.essp-trust-item .elementor-icon-box-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
}

.essp-trust-item .elementor-icon {
	color: var(--essp-green);
	font-size: 24px;
}

.essp-trust-item .elementor-icon-box-title {
	margin: 0 0 2px;
	color: var(--essp-navy);
	font-size: 14px;
	font-weight: 800;
}

.essp-trust-item .elementor-icon-box-description {
	color: var(--essp-muted);
	font-size: 11px;
}

/* Grids and cards */
.essp-grid--2 > .e-con { width: calc(50% - 11px) !important; }
.essp-grid--3 > .e-con { width: calc(33.333% - 14px) !important; }
.essp-grid--4 > .elementor-widget { width: calc(25% - 11px) !important; }

.essp-category-card {
	min-height: 275px;
	padding: 27px;
}

.essp-category-card__icon {
	width: 58px !important;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: rgba(32, 199, 122, .1);
}

.essp-category-card__icon .elementor-icon {
	color: var(--essp-green);
	font-size: 26px;
}

.essp-product-card__image,
.essp-project-card__image,
.essp-featured-article__image {
	overflow: hidden;
	background: linear-gradient(145deg, #e9eef2, #d8e0e7);
}

.essp-placeholder-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.essp-product-card__image {
	height: 255px;
}

.essp-product-card__body,
.essp-project-card__body,
.essp-featured-article__body {
	padding: 24px;
}

.essp-product-brand .elementor-heading-title,
.essp-project-type .elementor-heading-title,
.essp-article-meta .elementor-heading-title {
	color: var(--essp-green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
}

.essp-product-sku {
	color: var(--essp-muted);
	font-size: 12px;
}

.essp-spec-list .elementor-icon-list-item {
	padding-block: 8px;
	border-bottom: 1px solid var(--essp-border);
}

.essp-spec-list .elementor-icon-list-icon {
	display: none;
}

.essp-spec-list .elementor-icon-list-text {
	color: var(--essp-text);
	font-size: 12px;
}

.essp-tag {
	width: auto !important;
}

.essp-tag .elementor-heading-title {
	display: inline-flex;
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(32, 199, 122, .09);
	color: var(--essp-green);
	font-size: 10px;
	font-weight: 700;
}

.essp-application-card {
	min-height: 185px;
	padding: 22px;
	border: 1px solid var(--essp-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(11, 31, 51, .06);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.essp-application-card .elementor-icon-box-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: right;
}

.essp-application-card .elementor-icon {
	width: 49px;
	height: 49px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	background: rgba(11, 31, 51, .06);
	color: var(--essp-navy);
	font-size: 21px;
}

.essp-application-card .elementor-icon-box-title {
	margin: 17px 0 4px;
	color: var(--essp-navy);
	font-size: 14px;
	font-weight: 800;
}

.essp-application-card .elementor-icon-box-description {
	color: var(--essp-green);
	font-size: 11px;
}

/* Energy system */
.essp-energy {
	position: relative !important;
	overflow: hidden;
	background:
		radial-gradient(circle at 85% 20%, rgba(32, 199, 122, .12), transparent 30%),
		linear-gradient(145deg, var(--essp-navy-dark), var(--essp-navy));
	color: #fff;
}

.essp-energy__content {
	width: 38% !important;
}

.essp-energy__text {
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	line-height: 2;
}

.essp-energy__points .elementor-icon-list-item {
	padding-block: 6px;
}

.essp-energy__points .elementor-icon-list-icon {
	color: var(--essp-green);
}

.essp-energy__points .elementor-icon-list-text {
	color: rgba(255, 255, 255, .83);
	font-size: 13px;
}

.essp-energy-diagram {
	width: 62% !important;
	min-height: 300px;
}

.essp-energy-node {
	position: relative;
	z-index: 3;
	width: 150px !important;
	min-height: 155px;
	display: grid;
	place-items: center;
	padding: 19px 13px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 18px;
	background: rgba(255, 255, 255, .07);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
	backdrop-filter: blur(10px);
}

.essp-energy-node .elementor-icon-box-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.essp-energy-node .elementor-icon {
	color: var(--essp-orange-light);
	font-size: 30px;
}

.essp-energy-node .elementor-icon-box-title {
	margin: 12px 0 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.essp-energy-node .elementor-icon-box-description {
	color: rgba(255, 255, 255, .55);
	font-size: 10px;
}

.essp-energy-line {
	position: relative !important;
	width: 40px !important;
	height: 2px;
	flex: 0 0 40px !important;
	overflow: hidden;
	background: rgba(255, 255, 255, .15);
}

.essp-energy-line__pulse {
	position: absolute !important;
	top: 0;
	left: -14px;
	width: 14px !important;
	height: 2px;
	background: var(--essp-green);
	box-shadow: 0 0 10px var(--essp-green);
	animation: essp-energy-flow 1.7s linear infinite;
}

/* Comparison */
.essp-comparison-table {
	overflow-x: auto;
	border: 1px solid var(--essp-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--essp-shadow);
}

.essp-comparison-cell {
	width: 25% !important;
	min-width: 180px;
	min-height: 66px;
	display: grid;
	place-items: center;
	padding: 12px;
	border-inline-end: 1px solid var(--essp-border);
	border-block-end: 1px solid var(--essp-border);
	text-align: center;
}

.essp-comparison-cell .elementor-heading-title {
	color: var(--essp-text);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.7;
}

.essp-comparison-cell--head {
	min-height: 82px;
	background: var(--essp-navy);
}

.essp-comparison-cell--head .elementor-heading-title {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.essp-comparison-cell--head span {
	display: block;
	margin-bottom: 4px;
	color: var(--essp-orange-light);
	font-size: 9px;
}

.essp-comparison-cell--label {
	background: #f7f9fb;
}

.essp-comparison-cell--label .elementor-heading-title {
	color: var(--essp-navy);
	font-weight: 800;
}

.essp-comparison-cell--recommended:not(.essp-comparison-cell--head) {
	background: rgba(32, 199, 122, .06);
}

/* Benefits */
.essp-benefits__intro {
	width: 36% !important;
}

.essp-benefit-grid {
	width: 64% !important;
}

.essp-benefit-card {
	width: calc(50% - 7px) !important;
	min-height: 132px;
	padding: 21px;
	border: 1px solid var(--essp-border);
	border-radius: 16px;
	background: #fff;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.essp-benefit-card__number {
	width: 39px !important;
	flex: 0 0 39px !important;
}

.essp-benefit-card__number .elementor-heading-title {
	color: var(--essp-green);
	font-family: Arial, sans-serif;
	font-size: 19px;
	font-weight: 800;
}

/* Projects and articles */
.essp-project-card__image {
	height: 225px;
}

.essp-articles__layout > .e-con {
	width: 50% !important;
}

.essp-featured-article__image {
	height: 300px;
}

.essp-article-card {
	min-height: 98px;
	padding: 15px 18px;
	border: 1px solid var(--essp-border);
	border-radius: 14px;
	background: #fff;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.essp-article-card__number {
	width: 35px !important;
	flex: 0 0 35px !important;
}

.essp-article-card__number .elementor-heading-title {
	color: #a9b4bf;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
}

.essp-article-card__copy {
	flex: 1 1 auto !important;
}

.essp-article-card__title .elementor-heading-title {
	color: var(--essp-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.7;
}

.essp-article-card__arrow {
	width: 24px !important;
	flex: 0 0 24px !important;
}

/* FAQ */
.essp-faq__intro {
	width: 35% !important;
}

.essp-faq__list {
	width: 65% !important;
}

.essp-faq-accordion .elementor-accordion-item {
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid var(--essp-border) !important;
	border-radius: 14px;
	background: #fff;
}

.essp-faq-accordion .elementor-tab-title {
	padding: 19px 20px;
	color: var(--essp-navy);
	font-size: 14px;
	font-weight: 800;
}

.essp-faq-accordion .elementor-tab-content {
	padding: 0 20px 20px;
	border: 0 !important;
	color: var(--essp-muted);
	font-size: 13px;
	line-height: 2;
}

.essp-faq-accordion .elementor-accordion-icon {
	color: var(--essp-green) !important;
}

/* Consultation */
.essp-consultation__panel {
	position: relative !important;
	overflow: hidden;
	padding: 44px;
	border-radius: 24px;
	background:
		radial-gradient(circle at 9% 0, rgba(255, 255, 255, .1), transparent 28%),
		linear-gradient(135deg, var(--essp-navy), #0d3b42);
	box-shadow: var(--essp-shadow-lg);
}

.essp-consultation__copy {
	z-index: 2;
	width: 65% !important;
}

.essp-consultation__text {
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	line-height: 2;
}

.essp-consultation__actions {
	z-index: 2;
	width: auto !important;
}

.essp-consultation__rings {
	position: absolute !important;
	inset: 0;
	pointer-events: none;
}

.essp-consultation__ring {
	position: absolute !important;
	inset: -165px auto auto -105px;
	width: 285px !important;
	height: 285px;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 50%;
}

.essp-consultation__ring:nth-child(2) { inset: -100px auto auto -57px; width: 175px !important; height: 175px; }
.essp-consultation__ring:nth-child(3) { inset: -35px auto auto -5px; width: 75px !important; height: 75px; background: rgba(255, 255, 255, .04); }

/* Footer */
.essp-footer {
	padding: 64px 0 0;
	background: var(--essp-navy-dark);
	color: rgba(255, 255, 255, .72);
}

.essp-footer-grid {
	padding-bottom: 48px;
}

.essp-footer-about {
	width: calc(28% - 24px) !important;
}

.essp-footer-brand .elementor-heading-title {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 27px;
	font-weight: 800;
}

.essp-footer-brand span,
.essp-footer-brand b {
	display: inline;
}

.essp-footer-brand b {
	color: var(--essp-orange);
}

.essp-footer-about__text {
	max-width: 285px;
	color: rgba(255, 255, 255, .56);
	font-size: 13px;
	line-height: 2;
}

.essp-footer-column {
	width: calc(18% - 24px) !important;
}

.essp-footer-column__title .elementor-heading-title {
	margin-bottom: 11px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.essp-footer-link .elementor-button {
	justify-content: flex-start;
	padding: 3px 0;
	color: rgba(255, 255, 255, .56);
	font-size: 12px;
	font-weight: 500;
}

.essp-footer-link .elementor-button:hover {
	color: var(--essp-orange-light);
}

.essp-footer-bottom {
	min-height: 72px;
	border-top: 1px solid rgba(255, 255, 255, .09);
}

.essp-footer-bottom__text {
	color: rgba(255, 255, 255, .43);
	font-size: 11px;
}

/* Progressive reveal, enabled only when the companion JavaScript runs. */
.essp-js .essp-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .55s ease, transform .55s ease;
}

.essp-js .essp-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes essp-energy-flow {
	from { transform: translateX(0); }
	to { transform: translateX(54px); }
}

@keyframes essp-product-float {
	0%, 100% { margin-top: 0; }
	50% { margin-top: -8px; }
}

@keyframes essp-aura-pulse {
	0%, 100% { opacity: .45; transform: translate(-50%, -50%) scale(.94); }
	48% { opacity: .82; transform: translate(-50%, -50%) scale(1.04); }
	68% { opacity: .62; transform: translate(-50%, -50%) scale(1); }
}

@keyframes essp-ember-rise {
	0% { opacity: 0; transform: translate3d(0, 10px, 0) scale(.5); }
	25% { opacity: .85; }
	100% { opacity: 0; transform: translate3d(-15px, -48px, 0) scale(.1); }
}

@keyframes essp-particle-drift {
	from { background-position: center, center, 80px 160px; }
	to { background-position: center, center, 68px 151px; }
}

@media (max-width: 1199px) {
	.essp-desktop-nav { gap: 0 !important; }
	.essp-nav-link .elementor-button { padding-inline: 7px; font-size: 11px; }
	.essp-hero__title .elementor-heading-title { font-size: clamp(44px, 5vw, 60px); }
	.essp-hero-product__image { width: 195% !important; }
	.essp-hero-phoenix__image { width: 185% !important; }
	.essp-energy-node { width: 134px !important; }
	.essp-energy-line { width: 28px !important; flex-basis: 28px !important; }
}

@media (max-width: 1023px) {
	.essp-shell { width: min(calc(100% - 48px), 920px) !important; }
	.essp-section { padding-block: 72px; }
	.essp-desktop-nav { display: none !important; }
	.essp-menu-toggle { display: grid !important; }
	.essp-mobile-nav.is-open { display: flex !important; }
	.essp-header-actions { margin-inline-start: auto !important; }
	.essp-hero { min-height: 850px; padding-top: 98px; }
	.essp-hero__stage { min-height: 590px; }
	.essp-hero-product { width: 30% !important; min-height: 560px; }
	.essp-hero__content { width: 50% !important; }
	.essp-hero-phoenix { position: absolute !important; inset: 3% auto auto -12%; width: 36% !important; min-height: 570px; opacity: .6; }
	.essp-hero-product__image { width: 230% !important; }
	.essp-grid--3 > .e-con { width: calc(50% - 10px) !important; }
	.essp-grid--4 > .elementor-widget { width: calc(33.333% - 10px) !important; }
	.essp-energy__layout { flex-direction: column !important; }
	.essp-energy__content,
	.essp-energy-diagram { width: 100% !important; }
	.essp-energy-diagram { display: flex !important; flex-direction: row !important; justify-content: center; min-height: 190px; }
	.essp-benefits__layout { flex-direction: column !important; }
	.essp-benefits__intro,
	.essp-benefit-grid { width: 100% !important; }
	.essp-articles__layout { flex-direction: column !important; }
	.essp-articles__layout > .e-con { width: 100% !important; }
	.essp-faq__layout { flex-direction: column !important; }
	.essp-faq__intro,
	.essp-faq__list { width: 100% !important; }
	.essp-footer-about { width: calc(36% - 24px) !important; }
	.essp-footer-column { width: calc(32% - 24px) !important; }
}

@media (max-width: 767px) {
	.essp-shell { width: min(calc(100% - 32px), 680px) !important; }
	.essp-section { padding-block: 56px; }
	.essp-section-title .elementor-heading-title { font-size: clamp(28px, 9vw, 38px); }
	.essp-section-heading { flex-direction: column !important; align-items: flex-start !important; }
	.essp-section-heading--center { align-items: center !important; }
	.essp-button--header { display: none !important; }
	.essp-brand__logo,
	.essp-brand__logo img { width: 44px !important; height: 44px; }
	.essp-brand__logo { flex-basis: 44px !important; }
	.essp-brand__name .elementor-heading-title { font-size: 20px; }
	.essp-search-icon,
	.essp-menu-toggle { width: 38px !important; height: 38px; flex-basis: 38px !important; }
	.essp-hero { min-height: 1020px; padding: 88px 0 22px; }
	.essp-hero__stage { min-height: 720px; flex-direction: column !important; }
	.essp-hero__content { order: 1; width: 100% !important; padding-top: 28px; }
	.essp-hero__title .elementor-heading-title { font-size: clamp(37px, 11.5vw, 52px); line-height: 1.38; }
	.essp-hero__description { font-size: 14px; }
	.essp-hero-product { order: 2; width: 100% !important; min-height: 365px; }
	.essp-hero-product__image { width: min(205%, 700px) !important; }
	.essp-hero-product__hint { display: none !important; }
	.essp-hero-phoenix { inset: 40% -32% auto auto; width: 75% !important; min-height: 420px; opacity: .42; }
	.essp-hero-metric { width: 50% !important; border-block-end: 1px solid rgba(255, 255, 255, .08); }
	.essp-hero-metric:nth-child(even) { border-inline-end: 0; }
	.essp-hero-metric:nth-last-child(-n+2) { border-block-end: 0; }
	.essp-hero-feature { width: 50% !important; }
	.essp-hero-feature:nth-child(even) { border-inline-end: 0; }
	.essp-hero-feature:last-child { width: 100% !important; }
	.essp-trust-item { width: 50% !important; border-block-end: 1px solid var(--essp-border); }
	.essp-trust-item:nth-child(even) { border-inline-end: 0; }
	.essp-trust-item:nth-last-child(-n+2) { border-block-end: 0; }
	.essp-grid--2 > .e-con,
	.essp-grid--3 > .e-con { width: 100% !important; }
	.essp-grid--4 > .elementor-widget { width: calc(50% - 7px) !important; }
	.essp-product-card__image { height: 225px; }
	.essp-energy-diagram { flex-direction: column !important; }
	.essp-energy-line { width: 2px !important; height: 34px; flex-basis: 34px !important; }
	.essp-energy-line__pulse { top: -14px; left: 0; width: 2px !important; height: 14px; animation-name: essp-energy-flow-vertical; }
	.essp-comparison-table { flex-wrap: nowrap !important; }
	.essp-comparison-cell { min-width: 150px; }
	.essp-benefit-card { width: 100% !important; }
	.essp-consultation__panel { padding: 32px 24px; align-items: flex-start !important; }
	.essp-consultation__copy { width: 100% !important; }
	.essp-consultation__actions { width: 100% !important; }
	.essp-consultation__actions .elementor-widget-button { width: 100% !important; }
	.essp-consultation__actions .elementor-button { width: 100%; }
	.essp-footer-about { width: 100% !important; }
	.essp-footer-column { width: calc(50% - 15px) !important; }
	.essp-footer-bottom { padding-block: 18px; text-align: center; }
}

@keyframes essp-energy-flow-vertical {
	from { transform: translateY(0); }
	to { transform: translateY(48px); }
}

@media (max-width: 539px) {
	.essp-grid--4 > .elementor-widget { width: 100% !important; }
	.essp-application-card { min-height: 150px; }
	.essp-footer-column { width: 100% !important; }
}

@media (pointer: coarse) {
	.essp-hero-product__image {
		--essp-tilt-x: 0deg !important;
		--essp-tilt-y: 0deg !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.essp-header *,
	.essp-hero *,
	.essp-trust *,
	.essp-section *,
	.essp-footer * {
		scroll-behavior: auto !important;
		animation: none !important;
		transition-duration: .01ms !important;
	}

	.essp-js .essp-reveal {
		opacity: 1 !important;
		transform: none !important;
	}

	.essp-hero-product__image {
		transform: translate(-50%, -50%) !important;
	}

	.essp-hero-phoenix__image {
		opacity: .46 !important;
		transform: translate(-50%, -50%) !important;
	}
}
