/* ── Technology hub (HydraMet Engineering) ───────────── */

.es-technology-hub-section,
.elementor-element-estech01.es-technology-hub-section {
	padding: 0 !important;
	margin-top: 0 !important;
}

.es-technology-hub-section > .elementor-container,
.es-technology-hub-section .elementor-column,
.es-technology-hub-section .elementor-widget-wrap,
.es-technology-hub-section .elementor-widget-html,
.es-technology-hub-section .elementor-widget-container {
	padding: 0 !important;
	background: transparent !important;
}

.page-id-753 .es-hub-technology.es-hub-page,
.page-id-1990 .es-hub-technology.es-hub-page {
	padding: 0;
}

.es-hub-technology--hydramet {
	padding: 0 0 4rem;
	background: #eef2f6;
}

/* Hero */
.es-technology-hub-hero {
	position: relative;
	padding: clamp(6rem, 11vw, 7.5rem) 5% clamp(3rem, 5vw, 4rem);
	overflow: hidden;
	color: #fff;
}

.es-technology-hub-hero__bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1.03);
}

.es-technology-hub-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(7, 17, 29, 0.92) 0%, rgba(7, 17, 29, 0.72) 46%, rgba(7, 17, 29, 0.45) 100%),
		radial-gradient(circle at 82% 18%, rgba(94, 196, 224, 0.18) 0%, transparent 42%);
}

.es-technology-hub-hero__shell {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
}

.es-technology-hub-hero__title {
	margin: 0;
	max-width: 16ch;
	font-size: clamp(2.35rem, 5vw, 3.6rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.es-technology-hub-hero__lead {
	margin: 1rem 0 0;
	max-width: 58ch;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.02rem;
	line-height: 1.65;
}

.es-technology-hub-eyebrow {
	display: inline-flex;
	margin: 0 0 1rem;
	padding: 0.42rem 0.85rem;
	border-radius: 4px;
	background: rgba(94, 196, 224, 0.12);
	border: 1px solid rgba(94, 196, 224, 0.28);
	color: #9ee8ff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.es-technology-hub-eyebrow--light {
	background: rgba(94, 196, 224, 0.1);
	border-color: rgba(94, 196, 224, 0.22);
	color: #3a8fa8;
}

.es-technology-hub-shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(2.5rem, 5vw, 3.5rem) 5% 0;
}

/* Stats */
.es-technology-hub-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	margin-bottom: 1.35rem;
}

.es-technology-hub-stat {
	padding: 1rem 0.95rem;
	border-radius: 6px;
	background: #fff;
	border: 1px solid rgba(8, 20, 32, 0.08);
	box-shadow: 0 10px 24px rgba(8, 20, 32, 0.05);
}

.es-technology-hub-stat strong {
	display: block;
	margin-bottom: 0.3rem;
	color: #0c1828;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-weight: 800;
	line-height: 1.1;
}

.es-technology-hub-stat span {
	display: block;
	color: #5a6a78;
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1.45;
}

/* Sections */
.es-technology-hub-section {
	margin-bottom: 1.35rem;
}

.es-technology-hub-section__head {
	margin-bottom: 1rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(8, 20, 32, 0.06);
}

.es-technology-hub-section__head h2 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.2rem, 2.2vw, 1.5rem);
	font-weight: 800;
	color: #0c1828;
	line-height: 1.15;
}

.es-technology-hub-section__head p {
	margin: 0;
	max-width: 62ch;
	color: #5a6a78;
	font-size: 0.92rem;
	line-height: 1.6;
}

.es-technology-hub-section--principles {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.es-technology-hub-section--principles .es-technology-hub-section__head {
	margin-bottom: 1.25rem;
	padding-bottom: 0;
	border-bottom: none;
}

/* Process panel */
.es-technology-hub-panel {
	display: grid;
	grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(8, 20, 32, 0.1);
	border: 1px solid rgba(8, 20, 32, 0.08);
	background: #fff;
}

.es-technology-hub-panel--reverse .es-technology-hub-panel__rail {
	order: 2;
}

.es-technology-hub-panel--reverse .es-technology-hub-panel__media {
	order: 1;
}

.es-technology-hub-panel__rail {
	padding: 1.5rem 1.35rem;
	background:
		radial-gradient(circle at 12% 14%, rgba(94, 196, 224, 0.12) 0%, transparent 38%),
		linear-gradient(155deg, #07111d 0%, #0c1828 48%, #152d4a 100%);
	color: #fff;
}

.es-technology-hub-panel__rail h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.es-technology-hub-panel__rail p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.9rem;
	line-height: 1.65;
}

.es-technology-hub-panel__rail p + p {
	margin-top: 0.85rem;
}

.es-technology-hub-panel__media {
	min-height: 280px;
}

.es-technology-hub-panel__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

/* Principles */
.es-technology-hub-principles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	counter-reset: tech-principle;
}

.es-technology-hub-principle {
	position: relative;
	display: grid;
	grid-template-columns: 3.25rem minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 0.35rem 1rem;
	align-items: start;
	padding: 1.25rem 1.35rem 1.3rem 1.15rem;
	border-radius: 6px;
	background: #fff;
	border: 1px solid rgba(8, 20, 32, 0.08);
	box-shadow: 0 10px 28px rgba(8, 20, 32, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.es-technology-hub-principle::before {
	content: counter(tech-principle, decimal-leading-zero);
	counter-increment: tech-principle;
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: rgba(12, 24, 40, 0.12);
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	pointer-events: none;
}

.es-technology-hub-principle:hover {
	transform: translateY(-2px);
	border-color: rgba(94, 196, 224, 0.35);
	box-shadow: 0 16px 36px rgba(8, 20, 32, 0.09);
}

.es-technology-hub-principle__icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	margin: 0;
	border-radius: 6px;
	background:
		radial-gradient(circle at 30% 20%, rgba(94, 196, 224, 0.22) 0%, transparent 55%),
		linear-gradient(155deg, #07111d 0%, #0c1828 100%);
	color: #9ee8ff;
	box-shadow: inset 0 0 0 1px rgba(94, 196, 224, 0.2);
}

.es-technology-hub-principle__icon svg {
	width: 1.35rem;
	height: 1.35rem;
}

.es-technology-hub-principle h3 {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	padding-right: 2rem;
	color: #0c1828;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
}

.es-technology-hub-principle p {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	padding-right: 0.5rem;
	color: #425466;
	font-size: 0.88rem;
	line-height: 1.65;
}

/* Comparison */
.es-technology-hub-compare {
	display: grid;
	grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1.35rem 1.5rem 1.5rem;
	border-radius: 6px;
	background: #fff;
	border: 1px solid rgba(8, 20, 32, 0.08);
	box-shadow: 0 12px 32px rgba(8, 20, 32, 0.05);
}

.es-technology-hub-compare__rail h2 {
	margin: 0 0 0.55rem;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-weight: 800;
	color: #0c1828;
	line-height: 1.2;
}

.es-technology-hub-compare__rail p {
	margin: 0;
	color: #5a6a78;
	font-size: 0.88rem;
	line-height: 1.6;
}

.es-technology-hub-compare__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
}

.es-technology-hub-compare-card {
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	background: #f8fafb;
	border: 1px solid rgba(8, 20, 32, 0.08);
	overflow: hidden;
}

.es-technology-hub-compare-card__head {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.85rem 0.9rem;
	background: #0c1828;
	color: #fff;
}

.es-technology-hub-compare-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 4px;
	background: rgba(94, 196, 224, 0.16);
	color: #9ee8ff;
	flex-shrink: 0;
}

.es-technology-hub-compare-card__icon svg {
	width: 1rem;
	height: 1rem;
}

.es-technology-hub-compare-card__head h3 {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.25;
}

.es-technology-hub-compare-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 0;
}

.es-technology-hub-compare-card__col {
	padding: 0.85rem 0.9rem;
}

.es-technology-hub-compare-card__col + .es-technology-hub-compare-card__col {
	border-top: 1px solid rgba(8, 20, 32, 0.06);
}

.es-technology-hub-compare-card__col--pro {
	background: rgba(94, 196, 224, 0.08);
}

.es-technology-hub-compare-card__tag {
	display: inline-flex;
	margin-bottom: 0.45rem;
	padding: 0.22rem 0.5rem;
	border-radius: 3px;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.es-technology-hub-compare-card__col:not(.es-technology-hub-compare-card__col--pro) .es-technology-hub-compare-card__tag {
	background: rgba(8, 20, 32, 0.06);
	color: #5a6a78;
}

.es-technology-hub-compare-card__col--pro .es-technology-hub-compare-card__tag {
	background: rgba(94, 196, 224, 0.2);
	color: #3a8fa8;
}

.es-technology-hub-compare-card__col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.es-technology-hub-compare-card__col li {
	position: relative;
	padding-left: 1rem;
	color: #425466;
	font-size: 0.76rem;
	line-height: 1.45;
}

.es-technology-hub-compare-card__col li + li {
	margin-top: 0.35rem;
}

.es-technology-hub-compare-card__col li::before {
	content: "×";
	position: absolute;
	left: 0;
	color: #b8c5d1;
	font-weight: 700;
}

.es-technology-hub-compare-card__col--pro p {
	margin: 0;
	color: #0c1828;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.5;
}

/* Benefits */
.es-technology-hub-benefits {
	display: grid;
	grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
	gap: 1rem;
	align-items: stretch;
	padding: 1.35rem 1.5rem 1.5rem;
	border-radius: 6px;
	background: #fff;
	border: 1px solid rgba(8, 20, 32, 0.08);
	box-shadow: 0 12px 32px rgba(8, 20, 32, 0.05);
}

.es-technology-hub-benefits__rail h2 {
	margin: 0 0 0.55rem;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-weight: 800;
	color: #0c1828;
	line-height: 1.2;
}

.es-technology-hub-benefits__rail p {
	margin: 0;
	color: #5a6a78;
	font-size: 0.88rem;
	line-height: 1.6;
}

.es-technology-hub-benefits__link {
	display: inline-flex;
	margin-top: 0.85rem;
	color: #3a8fa8 !important;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none !important;
}

.es-technology-hub-benefits__link:hover {
	color: #0c1828 !important;
}

.es-technology-hub-benefits__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.65rem;
	align-content: center;
}

.es-technology-hub-benefits__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 0.85rem 0.95rem;
	border-radius: 4px;
	background: #f8fafb;
	border: 1px solid rgba(8, 20, 32, 0.08);
	color: #334455;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.5;
}

.es-technology-hub-benefits__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	margin-top: 0.1rem;
	border-radius: 50%;
	background: #0c1828;
	flex-shrink: 0;
}

.es-technology-hub-benefits__check::before {
	content: "";
	width: 0.45rem;
	height: 0.25rem;
	border-left: 2px solid #5ec4e0;
	border-bottom: 2px solid #5ec4e0;
	transform: rotate(-45deg) translateY(-1px);
}

/* EPC integration */
.es-technology-hub-integration {
	--es-tech-strong: #33c3e3;
	display: grid;
	grid-template-columns: minmax(250px, 0.38fr) minmax(0, 1fr);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(51, 195, 227, 0.22);
	border: 1px solid rgba(51, 195, 227, 0.28);
	background: var(--es-tech-strong);
}

.es-technology-hub-integration__rail {
	padding: 1.5rem 1.35rem;
	background: #fff;
	color: #0c1828;
	border-right: 1px solid rgba(8, 20, 32, 0.06);
}

.es-technology-hub-integration__rail .es-technology-hub-eyebrow {
	background: rgba(51, 195, 227, 0.14);
	border-color: rgba(51, 195, 227, 0.35);
	color: #1a7f99;
}

.es-technology-hub-integration__rail h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 800;
	line-height: 1.2;
	color: #0c1828;
}

.es-technology-hub-integration__rail p {
	margin: 0;
	color: #425466;
	font-size: 0.9rem;
	line-height: 1.65;
}

.es-technology-hub-integration__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.14) 0%, transparent 42%),
		linear-gradient(155deg, #2eb8db 0%, var(--es-tech-strong) 52%, #5ec4e0 100%);
}

.es-technology-hub-integration-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	min-height: 100%;
	padding: 1.35rem 1.2rem 1.4rem;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.es-technology-hub-integration-card:first-child {
	border-left: none;
}

.es-technology-hub-integration-card:not(:last-child)::after {
	content: "→";
	position: absolute;
	top: 50%;
	right: -0.55rem;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	background: #fff;
	border: 1px solid rgba(12, 24, 40, 0.1);
	color: #0c1828;
	font-size: 0.62rem;
	font-weight: 800;
	transform: translateY(-50%);
	box-shadow: 0 4px 12px rgba(8, 20, 32, 0.12);
}

.es-technology-hub-integration-card__step {
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.es-technology-hub-integration-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 6px;
	background: #fff;
	color: #0c1828;
	box-shadow: 0 6px 18px rgba(8, 20, 32, 0.14);
}

.es-technology-hub-integration-card__icon svg {
	width: 1.2rem;
	height: 1.2rem;
}

.es-technology-hub-integration-card h3 {
	margin: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
}

.es-technology-hub-integration-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.86rem;
	line-height: 1.6;
}

/* Footer */
.es-technology-hub-footer {
	display: grid;
	gap: 1rem;
	margin-top: 0.25rem;
}

.es-technology-hub-footer__cta-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 1.5rem 1.65rem;
	border-radius: 6px;
	background:
		radial-gradient(circle at 12% 14%, rgba(94, 196, 224, 0.12) 0%, transparent 38%),
		linear-gradient(155deg, #07111d 0%, #0c1828 48%, #152d4a 100%);
	border: 1px solid rgba(94, 196, 224, 0.18);
	color: #fff;
}

.es-technology-hub-footer__cta-copy h2 {
	margin: 0 0 0.45rem;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-weight: 800;
	color: #fff;
}

.es-technology-hub-footer__cta-copy p {
	margin: 0;
	max-width: 52ch;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	line-height: 1.6;
}

.es-technology-hub-footer__cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.72rem 1.15rem;
	border-radius: 4px;
	background: #0c1828;
	border: 1px solid rgba(94, 196, 224, 0.35);
	color: #fff !important;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
}

.es-technology-hub-footer__cta-btn:hover {
	background: #152d4a;
	transform: translateY(-1px);
}

.es-technology-hub-footer__explore {
	padding: 1.25rem 1.35rem 1.35rem;
	border-radius: 6px;
	background: #fff;
	border: 1px solid rgba(8, 20, 32, 0.08);
	box-shadow: 0 12px 32px rgba(8, 20, 32, 0.05);
}

.es-technology-hub-footer__explore-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.65rem;
	margin-top: 0.85rem;
}

.es-technology-hub-footer__explore-card {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	min-height: 100%;
	padding: 0.85rem 0.9rem;
	border-radius: 4px;
	background: #f8fafb;
	border: 1px solid rgba(8, 20, 32, 0.08);
	border-top: 3px solid #5ec4e0;
	color: inherit !important;
	text-decoration: none !important;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.es-technology-hub-footer__explore-card:hover {
	transform: translateY(-2px);
	border-color: rgba(94, 196, 224, 0.4);
	box-shadow: 0 10px 24px rgba(8, 20, 32, 0.08);
}

.es-technology-hub-footer__explore-title {
	color: #0c1828;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.25;
}

.es-technology-hub-footer__explore-text {
	flex: 1 1 auto;
	color: #5a6a78;
	font-size: 0.72rem;
	line-height: 1.45;
}

.es-technology-hub-footer__explore-arrow {
	color: #3a8fa8;
	font-size: 0.95rem;
	font-weight: 700;
}

/* Responsive */
@media (max-width: 980px) {
	.es-technology-hub-stats,
	.es-technology-hub-principles,
	.es-technology-hub-compare__grid,
	.es-technology-hub-footer__explore-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.es-technology-hub-panel,
	.es-technology-hub-compare,
	.es-technology-hub-benefits,
	.es-technology-hub-integration {
		grid-template-columns: 1fr;
	}

	.es-technology-hub-integration__grid {
		grid-template-columns: 1fr;
	}

	.es-technology-hub-integration-card {
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.22);
	}

	.es-technology-hub-integration-card:first-child {
		border-top: none;
	}

	.es-technology-hub-integration-card:not(:last-child)::after {
		top: auto;
		right: auto;
		bottom: -0.55rem;
		left: 1.2rem;
		transform: none;
		content: "↓";
	}

	.es-technology-hub-panel--reverse .es-technology-hub-panel__rail,
	.es-technology-hub-panel--reverse .es-technology-hub-panel__media {
		order: initial;
	}
}

@media (max-width: 760px) {
	.es-technology-hub-stats,
	.es-technology-hub-principles,
	.es-technology-hub-compare__grid,
	.es-technology-hub-footer__explore-grid {
		grid-template-columns: 1fr;
	}

	.es-technology-hub-footer__cta-panel {
		flex-direction: column;
		align-items: flex-start;
	}

	.es-technology-hub-footer__cta-btn {
		width: 100%;
	}
}
