/* Hoorsun Energy Homepage 1.5.0 */
:root {
	--hse-navy: #0b3264;
	--hse-navy-deep: #082957;
	--hse-orange: #ff6b00;
	--hse-orange-soft: #ff9858;
	--hse-text: #102c59;
	--hse-muted: #5f6f86;
	--hse-line: #e3e8f0;
	--hse-bg: #ffffff;
	--hse-soft: #f5f7fb;
	--hse-shell: 1260px;
	--hse-radius-xl: 28px;
	--hse-radius-lg: 20px;
	--hse-radius-md: 14px;
	--hse-radius-sm: 10px;
}

.hse-root,
.hse-root * {
	box-sizing: border-box;
}

.hse-root {
	direction: rtl;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: var(--hse-bg);
	color: var(--hse-text);
	font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
	line-height: 1.8;
	text-rendering: optimizeLegibility;
}

.hse-root img {
	display: block;
	max-width: 100%;
	height: auto;
}

.hse-root a {
	text-decoration: none;
}

.hse-root-content {
	width: 100%;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

.hse-root-content .hse-header,
.hse-root-content .hse-topbar,
.hse-root-content .hse-footer {
	display: none !important;
}

.hse-container {
	width: min(var(--hse-shell), calc(100% - 32px));
	margin-inline: auto;
}

/* HERO */
.hse-hero {
	position: relative;
	padding: 0;
	background: #fff;
}

.hse-hero-grid {
	display: grid;
	grid-template-columns: 43% 57%;
	align-items: stretch;
	min-height: 420px;
}

.hse-hero-media {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
}

.hse-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hse-hero-content {
	padding: 26px 38px 30px max(28px, calc((100vw - var(--hse-shell)) / 2 + 28px));
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}

.hse-eyebrow {
	align-self: flex-start;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	padding: 7px 13px;
	border-radius: 10px;
	background: #f1f2ff;
	color: var(--hse-navy);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.8;
}

.hse-eyebrow span {
	color: var(--hse-orange);
	font-size: 17px;
	line-height: 1;
}

.hse-eyebrow b {
	padding-right: 10px;
	border-right: 2px solid var(--hse-orange);
	font-weight: 900;
}

.hse-hero h1 {
	max-width: 760px;
	margin: 0 0 10px;
	color: var(--hse-navy);
	font-size: clamp(31px, 2.65vw, 41px);
	font-weight: 900;
	line-height: 1.55;
	letter-spacing: -.7px;
}

.hse-hero h1 strong {
	color: var(--hse-orange);
}

.hse-hero-content > p {
	max-width: 690px;
	margin: 0 0 17px;
	color: var(--hse-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
}

.hse-hero-actions {
	display: none;
	gap: 10px;
	margin-bottom: 15px;
}

.hse-btn {
	min-height: 46px;
	padding: 10px 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 800;
	transition: .2s ease;
}

.hse-btn svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hse-btn-primary {
	color: #fff;
	background: var(--hse-orange);
	border: 2px solid var(--hse-orange);
}
.hse-btn-primary:hover {
	background: #e55f00;
	border-color: #e55f00;
}
.hse-btn-outline {
	color: var(--hse-navy);
	background: #fff;
	border: 2px solid var(--hse-navy);
}
.hse-btn-outline:hover {
	color: #fff;
	background: var(--hse-navy);
}

.hse-features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hse-feature-card {
	min-height: 116px;
	padding: 14px 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: right;
	background: #f4f4f4;
	border-radius: 10px;
}

.hse-feature-icon {
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	display: grid;
	place-items: center;
}

.hse-feature-icon img {
	width: 58px !important;
	height: 58px !important;
	max-width: 58px !important;
	object-fit: contain !important;
}

.hse-feature-text {
	min-width: 0;
}

.hse-feature-card h3 {
	margin: 0 0 4px;
	color: var(--hse-navy);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.55;
}

.hse-feature-card p {
	margin: 0;
	color: var(--hse-text);
	font-size: 10.8px;
	line-height: 1.7;
}

/* BENEFITS BAND */
.hse-benefits {
	position: relative;
	margin-top: -1px;
	padding: 66px 0 26px;
	background: var(--hse-navy);
	border-bottom: 16px solid var(--hse-orange-soft);
}

.hse-benefits::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -5%;
	width: 110%;
	height: 78px;
	background: #fff;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	pointer-events: none;
}

.hse-benefits-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 47% 31% 22%;
	gap: 28px;
	align-items: center;
	min-height: 250px;
	padding: 6px 16px 16px;
}

.hse-categories {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.hse-category-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 2px solid rgba(255,255,255,.84);
	border-radius: 13px;
	color: #fff;
	background: rgba(255,255,255,.02);
	transition: .2s ease;
}

.hse-category-card:hover {
	color: #fff;
	transform: translateY(-3px);
	background: rgba(255,255,255,.06);
}

.hse-category-media {
	height: 150px;
	display: grid;
	place-items: center;
	padding: 8px;
	overflow: hidden;
}

.hse-category-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hse-category-card span {
	min-height: 38px;
	margin: 0 8px 8px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255,255,255,.84);
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.hse-benefit-copy {
	text-align: center;
}

.hse-benefit-copy h2 {
	margin: 0 0 12px;
	color: var(--hse-orange);
	font-size: clamp(25px, 2.25vw, 34px);
	font-weight: 900;
	line-height: 1.5;
}

.hse-benefit-copy ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hse-benefit-copy li {
	margin: 0 0 8px !important;
	color: #fff;
	font-size: 14px;
	line-height: 1.85;
}

.hse-benefit-copy li::before {
	content: none;
}

.hse-panel-visual {
	height: 265px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transform: translateY(-26px);
}

.hse-panel-visual img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* PRODUCTS */
.hse-products-section {
	padding: 64px 0 88px;
	background: #fff;
}

.hse-section-heading {
	margin-bottom: 24px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.hse-section-heading span {
	display: inline-block;
	margin-bottom: 3px;
	color: var(--hse-orange);
	font-size: 13px;
	font-weight: 900;
}

.hse-section-heading h2 {
	margin: 0;
	color: var(--hse-navy);
	font-size: clamp(25px, 3vw, 36px);
	font-weight: 900;
	line-height: 1.5;
}

.hse-section-heading > a {
	padding-bottom: 4px;
	border-bottom: 2px solid var(--hse-orange);
	color: var(--hse-navy);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.hse-store-notice {
	padding: 20px;
	border: 1px dashed var(--hse-orange);
	border-radius: 12px;
	color: var(--hse-navy);
	background: #fff7f1;
	text-align: center;
}

.hse-products .woocommerce ul.products,
.hse-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.hse-products .woocommerce ul.products::before,
.hse-products .woocommerce ul.products::after,
.hse-products ul.products::before,
.hse-products ul.products::after {
	display: none !important;
	content: none !important;
}

.hse-products .woocommerce ul.products li.product,
.hse-products ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 13px 13px 17px !important;
	border: 1px solid var(--hse-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(8, 41, 87, .07);
	text-align: right !important;
	transition: .2s ease;
	display: flex !important;
	flex-direction: column;
}

.hse-products ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(8, 41, 87, .12);
}

.hse-products ul.products li.product a img {
	width: 100% !important;
	aspect-ratio: 1 / 1;
	margin: 0 0 12px !important;
	object-fit: contain;
	border-radius: 10px;
	background: #f8f9fb;
}

.hse-products ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 7px !important;
	padding: 0 !important;
	color: var(--hse-navy);
	font-size: 14px !important;
	font-weight: 900;
	line-height: 1.85;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height: 78px;
}

.hse-products ul.products li.product .price {
	margin-bottom: 12px !important;
	color: var(--hse-orange) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

.hse-products ul.products li.product .button {
	width: 100%;
	min-height: 42px;
	margin-top: auto !important;
	padding: 8px 10px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 10px !important;
	color: #fff !important;
	background: var(--hse-navy) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	text-align: center !important;
}

.hse-products ul.products li.product .button:hover {
	background: var(--hse-orange) !important;
}

.hse-products .woocommerce-result-count,
.hse-products .orderby {
	display: none !important;
}

.hse-products .woocommerce-pagination {
	margin-top: 28px;
}

.hse-products .woocommerce-pagination ul {
	display: flex !important;
	justify-content: center;
	gap: 6px;
	border: 0 !important;
	padding: 0 !important;
}

.hse-products .woocommerce-pagination ul li {
	border: 0 !important;
}

.hse-products .woocommerce-pagination a,
.hse-products .woocommerce-pagination span {
	width: 39px;
	height: 39px;
	display: grid !important;
	place-items: center;
	border: 1px solid var(--hse-line);
	border-radius: 10px;
	color: var(--hse-navy);
	background: #fff;
}

.hse-products .woocommerce-pagination .current {
	color: #fff !important;
	background: var(--hse-navy) !important;
}

.hse-mobile-sticky {
	display: none;
}

@media (max-width: 1100px) {
	.hse-hero-grid {
		grid-template-columns: 40% 60%;
	}
	.hse-hero-media {
		min-height: 390px;
	}
	.hse-hero-content {
		padding-right: 26px;
		padding-left: 26px;
	}
	.hse-benefits-grid {
		grid-template-columns: 1fr 300px 220px;
		gap: 18px;
	}
	.hse-categories {
		gap: 12px;
	}
	.hse-products .woocommerce ul.products,
	.hse-products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 900px) {
	.hse-hero-grid {
		grid-template-columns: 1fr;
	}
	.hse-hero-media {
		min-height: 360px;
		clip-path: none;
	}
	.hse-hero-content {
		padding: 24px 20px 26px;
	}
	.hse-features {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.hse-benefits-grid {
		grid-template-columns: 1fr;
		gap: 22px;
		padding-top: 0;
	}
	.hse-panel-visual {
		order: 3;
		height: 240px;
		transform: none;
	}
	.hse-benefit-copy {
		order: 1;
	}
	.hse-categories {
		order: 2;
	}
	.hse-products .woocommerce ul.products,
	.hse-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	.hse-container {
		width: min(100% - 20px, 560px);
	}

	.hse-hero {
		padding-bottom: 12px;
	}

	.hse-hero-grid {
		display: block;
	}

	.hse-hero-media {
		min-height: 250px;
		height: 250px;
		border-radius: 0 0 24px 24px;
		clip-path: none;
		overflow: hidden;
	}

	.hse-hero-content {
		position: relative;
		margin-top: -18px;
		padding: 22px 16px 12px;
		border-radius: 22px 22px 0 0;
		background: #fff;
		box-shadow: 0 -8px 24px rgba(8,41,87,.04);
	}

	.hse-eyebrow {
		align-self: stretch;
		justify-content: center;
		text-align: center;
		padding: 9px 10px;
		font-size: 12px;
		line-height: 1.8;
		gap: 6px;
		margin-bottom: 12px;
	}

	.hse-eyebrow b {
		padding-right: 8px;
	}

	.hse-hero h1 {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 1.75;
		letter-spacing: 0;
		text-align: right;
	}

	.hse-hero-content > p {
		margin-bottom: 14px;
		font-size: 13px;
		line-height: 2;
	}

	.hse-features {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.hse-feature-card {
		min-height: 126px;
		padding: 11px 8px 12px;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 8px;
		border-radius: 14px;
	}

	.hse-feature-icon {
		width: 46px;
		height: 46px;
		flex-basis: 46px;
	}

	.hse-feature-icon img {
		width: 46px !important;
		height: 46px !important;
		max-width: 46px !important;
	}

	.hse-feature-card h3 {
		margin-bottom: 3px;
		font-size: 14px;
		line-height: 1.5;
	}

	.hse-feature-card p {
		font-size: 10px;
		line-height: 1.7;
	}

	.hse-benefits {
		padding: 56px 0 18px;
	}

	.hse-benefits::before {
		height: 56px;
	}

	.hse-benefits-grid {
		padding: 6px 0 6px;
		gap: 18px;
	}

	.hse-benefit-copy {
		padding: 0 6px;
	}

	.hse-benefit-copy h2 {
		font-size: 25px;
		line-height: 1.55;
	}

	.hse-benefit-copy li {
		font-size: 13px;
		line-height: 1.9;
	}

	.hse-categories {
		display: flex;
		gap: 12px;
		padding: 0 2px 4px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.hse-categories::-webkit-scrollbar {
		display: none;
	}

	.hse-category-card {
		flex: 0 0 170px;
		scroll-snap-align: start;
	}

	.hse-category-media {
		height: 132px;
	}

	.hse-category-card span {
		font-size: 12px;
	}

	.hse-panel-visual {
		height: 170px;
		max-width: 210px;
		margin: 0 auto;
	}

	.hse-products-section {
		padding: 42px 0 100px;
	}

	.hse-section-heading {
		margin-bottom: 18px;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.hse-section-heading h2 {
		font-size: 24px;
		line-height: 1.6;
	}

	.hse-section-heading > a {
		align-self: flex-start;
		font-size: 12px;
	}

	.hse-products .woocommerce ul.products,
	.hse-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	.hse-products .woocommerce ul.products li.product,
	.hse-products ul.products li.product {
		padding: 11px 10px 14px !important;
		border-radius: 14px;
	}

	.hse-products ul.products li.product .woocommerce-loop-product__title {
		font-size: 12.5px !important;
		line-height: 1.85;
		min-height: 69px;
		-webkit-line-clamp: 4;
	}

	.hse-products ul.products li.product .price {
		font-size: 12px !important;
		margin-bottom: 10px !important;
	}

	.hse-products ul.products li.product .button {
		min-height: 38px;
		padding: 7px 8px !important;
		font-size: 11px !important;
		border-radius: 9px !important;
	}

	.hse-mobile-sticky {
		position: fixed;
		right: 12px;
		left: 12px;
		bottom: 12px;
		z-index: 95;
		min-height: 56px;
		padding: 12px 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 9px;
		border-radius: 18px;
		color: #fff !important;
		background: var(--hse-orange);
		font-size: 14px;
		font-weight: 900;
		box-shadow: 0 16px 40px rgba(255,107,0,.28);
	}

	.hse-mobile-sticky svg {
		width: 22px;
		height: 22px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.hse-root-content {
		padding-bottom: 84px;
	}
}

@media (max-width: 380px) {
	.hse-hero-media {
		height: 224px;
		min-height: 224px;
	}

	.hse-hero h1 {
		font-size: 23px;
	}

	.hse-features {
		gap: 7px;
	}

	.hse-feature-card {
		min-height: 132px;
		padding-inline: 6px;
	}

	.hse-feature-card h3 {
		font-size: 13px;
	}

	.hse-feature-card p {
		font-size: 9.5px;
	}

	.hse-category-card {
		flex-basis: 156px;
	}

	.hse-products .woocommerce ul.products,
	.hse-products ul.products {
		grid-template-columns: 1fr !important;
	}

	.hse-products ul.products li.product .woocommerce-loop-product__title {
		min-height: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hse-root *,
	.hse-root *::before,
	.hse-root *::after {
		transition: none !important;
		scroll-behavior: auto !important;
	}
}


/* ==========================================================
   Wide desktop correction — version 1.5.1
   Prevents the homepage from becoming a narrow centered column
   on large monitors or when the theme adds a constrained wrapper.
   ========================================================== */

@media (min-width: 1180px) {
	.hse-root,
	.hse-root-content {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-right: calc(50% - 50vw) !important;
		margin-left: calc(50% - 50vw) !important;
	}

	.hse-hero,
	.hse-benefits,
	.hse-products-section {
		width: 100% !important;
		max-width: none !important;
	}

	.hse-hero-grid {
		width: 100%;
		max-width: none;
		min-height: 500px;
		grid-template-columns: minmax(500px, 48%) minmax(0, 52%);
	}

	.hse-hero-media {
		min-height: 500px;
	}

	.hse-hero-content {
		padding-top: 42px;
		padding-bottom: 42px;
		padding-right: clamp(44px, 5vw, 92px);
		padding-left: clamp(44px, 5vw, 92px);
	}

	.hse-hero h1 {
		max-width: 800px;
		font-size: clamp(38px, 3vw, 52px);
	}

	.hse-hero-content > p {
		max-width: 760px;
		font-size: 15px;
	}

	.hse-features {
		max-width: 900px;
		gap: 16px;
	}

	.hse-feature-card {
		min-height: 126px;
		padding: 17px 18px;
	}

	.hse-benefits-grid {
		min-height: 305px;
	}

	.hse-products-section {
		padding-top: 74px;
	}
}

@media (min-width: 1600px) {
	:root {
		--hse-shell: 1420px;
	}

	.hse-hero-grid {
		min-height: 560px;
		grid-template-columns: minmax(640px, 50%) minmax(0, 50%);
	}

	.hse-hero-media {
		min-height: 560px;
	}

	.hse-hero-content {
		padding-right: clamp(70px, 7vw, 135px);
		padding-left: clamp(60px, 6vw, 110px);
	}

	.hse-hero h1 {
		font-size: clamp(44px, 3.15vw, 60px);
		line-height: 1.52;
	}

	.hse-eyebrow {
		font-size: 14px;
	}

	.hse-feature-card h3 {
		font-size: 16px;
	}

	.hse-feature-card p {
		font-size: 11.5px;
	}
}


/* ==========================================================
   Projects slider — version 1.6.0
   ========================================================== */
.hse-projects-section {
	padding: 62px 0 26px;
	background:
		radial-gradient(circle at 50% 0, rgba(11,50,100,.05), transparent 42%),
		#fff;
}

.hse-projects-heading {
	align-items: center;
}

.hse-projects-heading p {
	max-width: 650px;
	margin: 5px 0 0;
	color: var(--hse-muted);
	font-size: 12px;
	line-height: 1.9;
}

.hse-project-controls {
	display: flex;
	gap: 8px;
	direction: ltr;
}

.hse-project-controls button {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid var(--hse-line);
	border-radius: 11px;
	color: var(--hse-navy);
	background: #fff;
	font-size: 27px;
	line-height: 1;
	cursor: pointer;
	transition: .18s ease;
}

.hse-project-controls button:hover:not(:disabled) {
	color: #fff;
	border-color: var(--hse-navy);
	background: var(--hse-navy);
}

.hse-project-controls button:disabled {
	opacity: .35;
	cursor: default;
}

.hse-project-slider {
	overflow: hidden;
}

.hse-project-track {
	display: flex;
	gap: 18px;
	direction: ltr;
	transition: transform .45s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.hse-project-card {
	flex: 0 0 calc((100% - 36px) / 3);
	overflow: hidden;
	direction: rtl;
	border: 1px solid var(--hse-line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(8,41,87,.075);
	transition: .2s ease;
}

.hse-project-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(8,41,87,.13);
}

.hse-project-card__media {
	position: relative;
	height: 220px;
	display: block;
	overflow: hidden;
	background: var(--hse-soft);
}

.hse-project-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.hse-project-card:hover .hse-project-card__media img {
	transform: scale(1.035);
}

.hse-project-location {
	position: absolute;
	top: 13px;
	right: 13px;
	padding: 6px 10px;
	border-radius: 8px;
	color: #fff;
	background: rgba(8,41,87,.88);
	font-size: 10px;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.hse-project-card__body {
	padding: 16px 17px 17px;
}

.hse-project-card h3 {
	min-height: 53px;
	margin: 0 0 9px;
	color: var(--hse-navy);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.75;
}

.hse-project-meta {
	min-height: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	color: var(--hse-muted);
	font-size: 10px;
}

.hse-project-link {
	margin-top: 13px;
	display: inline-flex;
	align-items: center;
	color: var(--hse-orange);
	font-size: 11px;
	font-weight: 900;
	border-bottom: 1px solid currentColor;
}

.hse-project-dots {
	min-height: 20px;
	margin-top: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.hse-project-dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #cbd3df;
	cursor: pointer;
	transition: .18s ease;
}

.hse-project-dots button.is-active {
	width: 23px;
	background: var(--hse-orange);
}

@media (max-width: 980px) {
	.hse-project-card {
		flex-basis: calc((100% - 18px) / 2);
	}

	.hse-project-card__media {
		height: 205px;
	}
}

@media (max-width: 640px) {
	.hse-projects-section {
		padding: 42px 0 18px;
	}

	.hse-projects-heading {
		flex-direction: row;
		align-items: flex-end;
	}

	.hse-projects-heading h2 {
		font-size: 23px;
	}

	.hse-projects-heading p {
		display: none;
	}

	.hse-project-controls button {
		width: 38px;
		height: 38px;
	}

	.hse-project-track {
		gap: 12px;
	}

	.hse-project-card {
		flex-basis: 100%;
	}

	.hse-project-card__media {
		height: 215px;
	}

	.hse-project-card h3 {
		min-height: auto;
	}
}


/* ==========================================================
   Mobile category row + project slider fix — version 1.6.1
   ========================================================== */

/* Keep every project card inside one horizontal track. */
.hse-project-track {
	flex-wrap: nowrap !important;
}

/* Mobile: show Panel + Battery + Inverter simultaneously. */
@media (max-width: 640px) {
	.hse-categories {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 8px !important;
		width: 100%;
		padding: 0 !important;
		overflow: visible !important;
		scroll-snap-type: none !important;
	}

	.hse-category-card {
		width: 100% !important;
		min-width: 0 !important;
		flex: none !important;
		border-radius: 12px;
	}

	.hse-category-media {
		height: 116px !important;
		padding: 5px !important;
	}

	.hse-category-media img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
	}

	.hse-category-card span {
		min-height: 38px;
		margin: 0 5px 6px;
		padding: 4px 2px;
		font-size: 10.5px !important;
		line-height: 1.45;
		text-align: center;
	}

	.hse-project-slider {
		width: 100%;
		overflow: hidden;
	}

	.hse-project-track {
		width: 100%;
	}

	.hse-project-card {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.hse-project-controls button:disabled {
		opacity: .8;
	}
}

@media (max-width: 390px) {
	.hse-categories {
		gap: 6px !important;
	}

	.hse-category-media {
		height: 102px !important;
	}

	.hse-category-card span {
		font-size: 9.5px !important;
	}
}


/* ==========================================================
   Mobile document-width lock — v1.6.2
   ========================================================== */
.hse-root,.hse-root-content{max-width:100%;min-width:0;overflow-x:hidden!important}
.hse-root *{min-width:0}
@media(max-width:820px){
  .hse-root,.hse-root-content,.hse-hero,.hse-hero-grid,.hse-benefits,.hse-benefits-grid,.hse-categories-section,.hse-categories,.hse-projects-section,.hse-project-slider,.hse-products-section,.hse-products-grid,.hse-container{width:100%;max-width:100vw!important;min-width:0!important}
  .hse-container{width:calc(100% - 20px)!important;margin-inline:auto!important}
  .hse-project-slider{overflow:hidden!important;overscroll-behavior-x:contain}
  .hse-project-track{max-width:none;min-width:0!important}
  .hse-project-card,.hse-category-card,.hse-feature-card{min-width:0!important;max-width:100%!important}
  .hse-root img{max-width:100%!important}
}


/* ==========================================================
   Selected products slider — version 1.7.0
   Desktop 4 / Tablet 3 / Mobile 2
   ========================================================== */

.hse-products-heading-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.hse-products-heading-actions > a {
	padding-bottom: 4px;
	border-bottom: 2px solid var(--hse-orange);
	color: var(--hse-navy);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.hse-product-controls {
	display: flex;
	gap: 7px;
	direction: ltr;
}

.hse-product-controls button {
	width: 40px;
	height: 40px;
	padding: 0;
	display: grid;
	place-items: center;
	border: 1px solid var(--hse-line);
	border-radius: 10px;
	color: var(--hse-navy);
	background: #fff;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
	transition: .18s ease;
}

.hse-product-controls button:hover:not(:disabled) {
	color: #fff;
	border-color: var(--hse-navy);
	background: var(--hse-navy);
}

.hse-product-controls button:disabled {
	opacity: .32;
	cursor: default;
}

.hse-product-slider {
	width: 100%;
	overflow: hidden;
}

.hse-products,
.hse-products .woocommerce {
	width: 100%;
	overflow: hidden;
}

.hse-products .woocommerce ul.products,
.hse-products ul.products {
	display: flex !important;
	flex-wrap: nowrap !important;
	grid-template-columns: none !important;
	gap: 20px !important;
	width: 100% !important;
	max-width: none !important;
	overflow: visible !important;
	direction: ltr;
	transition: transform .42s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}

.hse-products .woocommerce ul.products li.product,
.hse-products ul.products li.product {
	flex: 0 0 calc((100% - 60px) / 4) !important;
	width: calc((100% - 60px) / 4) !important;
	max-width: calc((100% - 60px) / 4) !important;
	direction: rtl;
}

.hse-product-dots {
	min-height: 22px;
	margin-top: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.hse-product-dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #cbd3df;
	cursor: pointer;
	transition: .18s ease;
}

.hse-product-dots button.is-active {
	width: 23px;
	background: var(--hse-orange);
}

.hse-product-slider.is-static .hse-product-dots {
	display: none;
}

.hse-products .woocommerce-pagination {
	display: none !important;
}

@media (max-width: 1100px) {
	.hse-products .woocommerce ul.products li.product,
	.hse-products ul.products li.product {
		flex-basis: calc((100% - 40px) / 3) !important;
		width: calc((100% - 40px) / 3) !important;
		max-width: calc((100% - 40px) / 3) !important;
	}
}

@media (max-width: 640px) {
	.hse-products-heading {
		flex-direction: row !important;
		align-items: flex-end !important;
		gap: 8px !important;
	}

	.hse-products-heading-actions {
		flex-direction: column;
		align-items: flex-end;
		gap: 7px;
	}

	.hse-products-heading-actions > a {
		font-size: 10.5px;
	}

	.hse-product-controls button {
		width: 34px;
		height: 34px;
		font-size: 22px;
	}

	.hse-products .woocommerce ul.products,
	.hse-products ul.products {
		gap: 10px !important;
	}

	.hse-products .woocommerce ul.products li.product,
	.hse-products ul.products li.product {
		flex: 0 0 calc((100% - 10px) / 2) !important;
		width: calc((100% - 10px) / 2) !important;
		max-width: calc((100% - 10px) / 2) !important;
	}

	.hse-product-dots {
		margin-top: 13px;
	}
}


/* ==========================================================
   Desktop hero image refinement — version 1.8.0
   IMPORTANT: only the hero image/text boundary is changed.
   The navy section below the hero is intentionally untouched.
   ========================================================== */
@media (min-width: 901px) {
	.hse-hero-grid {
		position: relative;
		overflow: hidden;
	}

	.hse-hero-media {
		position: relative;
		clip-path: none !important;
		overflow: hidden;
	}

	.hse-hero-media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	/* Soft white fade only on the side adjoining the text. */
	.hse-hero-media::after {
		content: "";
		position: absolute;
		z-index: 2;
		top: 0;
		bottom: 0;
		left: 0;
		width: clamp(90px, 10vw, 190px);
		pointer-events: none;
		background: linear-gradient(
			to right,
			rgba(255,255,255,.98) 0%,
			rgba(255,255,255,.82) 24%,
			rgba(255,255,255,.40) 58%,
			rgba(255,255,255,0) 100%
		);
	}

	.hse-hero-content {
		position: relative;
		z-index: 3;
	}
}


/* ==========================================================
   Hero-to-navy transition refinement — version 1.8.1
   Desktop only. Mobile layout remains unchanged.
   ========================================================== */
@media (min-width: 901px) {
	.hse-hero {
		position: relative;
		z-index: 3;
		overflow: visible;
	}

	.hse-hero-grid {
		overflow: visible !important;
	}

	/*
	 * Extend only the image column downward into the former white curved gap.
	 * Negative bottom margin lets the media continue below the hero grid
	 * without changing the text/feature-card layout.
	 */
	.hse-hero-media {
		z-index: 4;
		margin-bottom: -72px;
		min-height: 492px;
	}

	.hse-hero-media img {
		min-height: 492px;
	}

	.hse-hero-media::after {
		z-index: 5;
	}

	/*
	 * Pull the navy section upward while preserving its existing curve.
	 * The extended image sits above the white curve on the image side,
	 * so the marked blank area is visually filled by the same villa image.
	 */
	.hse-benefits {
		z-index: 1;
		margin-top: -34px;
		padding-top: 92px;
	}
}


/* ==========================================================
   Hero / navy stacking correction — version 1.8.2
   Keeps the extended villa image, but ensures the soft fade
   never appears on top of the navy section.
   ========================================================== */
@media (min-width: 901px) {
	.hse-hero {
		position: relative;
		z-index: 2 !important;
	}

	.hse-hero-grid {
		position: relative;
		z-index: 2 !important;
	}

	.hse-hero-media {
		position: relative;
		z-index: 2 !important;
	}

	/*
	 * The image is still extended downward by v1.8.1.
	 * Stop the white fade before the extended bottom area,
	 * so the gray/white rectangle cannot continue into navy.
	 */
	.hse-hero-media::after {
		top: 0 !important;
		bottom: 72px !important;
		z-index: 3 !important;
	}

	/*
	 * Navy section sits above the extended hero media.
	 * This preserves the curve and completely covers any
	 * hero/fade pixels where the two sections overlap.
	 */
	.hse-benefits {
		position: relative !important;
		z-index: 10 !important;
		isolation: isolate;
	}
}


/* ==========================================================
   Project system details — v1.9.0
   ========================================================== */
.hse-project-card__body{
	display:flex;
	flex-direction:column;
}
.hse-project-meta{
	min-height:0;
	margin-bottom:10px;
}
.hse-project-system{
	margin-top:auto;
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:7px;
}
.hse-project-system__item{
	min-width:0;
	padding:8px 9px;
	border:1px solid #e7ebf1;
	border-radius:10px;
	background:#f8fafc;
}
.hse-project-system__item small,
.hse-project-system__item strong{
	display:block;
	max-width:100%;
	white-space:normal;
	overflow-wrap:anywhere;
}
.hse-project-system__item small{
	margin-bottom:3px;
	color:var(--hse-muted);
	font-size:8px;
	font-weight:700;
}
.hse-project-system__item strong{
	color:var(--hse-navy);
	font-size:9.5px;
	line-height:1.55;
	font-weight:900;
}
@media(max-width:640px){
	.hse-project-card__body{padding:14px 14px 15px}
	.hse-project-system{gap:6px}
	.hse-project-system__item{padding:7px 8px}
	.hse-project-system__item strong{font-size:9px}
}


/* ==========================================================
   Benefits composition + categories title — v1.9.3
   ========================================================== */

.hse-categories-block {
	min-width: 0;
}

.hse-categories-title {
	margin: 0 0 11px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.6;
	text-align: right;
}

.hse-categories-title::before {
	content: "";
	width: 22px;
	height: 3px;
	flex: 0 0 22px;
	border-radius: 999px;
	background: var(--hse-orange);
}

/* Preserve the previous tablet stacking after wrapping category cards. */
@media (max-width: 900px) {
	.hse-categories-block {
		order: 2;
	}
}

/*
 * Mobile redesign:
 * copy sits on the right, the eco panel visual sits on the left,
 * and categories occupy a clean full-width row underneath.
 */
@media (max-width: 640px) {
	.hse-benefits {
		padding-bottom: 20px !important;
	}

	.hse-benefits-grid {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 122px !important;
		grid-template-areas:
			"copy visual"
			"categories categories" !important;
		column-gap: 12px !important;
		row-gap: 17px !important;
		align-items: center !important;
		padding: 6px 0 8px !important;
	}

	.hse-benefit-copy {
		grid-area: copy !important;
		order: initial !important;
		min-width: 0;
		padding: 0 2px 0 0 !important;
		text-align: right !important;
		align-self: center;
	}

	.hse-benefit-copy h2 {
		margin: 0 0 9px !important;
		font-size: clamp(20px, 5.5vw, 24px) !important;
		line-height: 1.55 !important;
		text-align: right !important;
	}

	.hse-benefit-copy ul {
		text-align: right !important;
	}

	.hse-benefit-copy li {
		position: relative;
		margin: 0 0 5px !important;
		padding-right: 13px;
		font-size: clamp(11px, 3.15vw, 13px) !important;
		line-height: 1.8 !important;
	}

	.hse-benefit-copy li::after {
		content: "";
		position: absolute;
		top: .78em;
		right: 0;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: var(--hse-orange);
	}

	.hse-panel-visual {
		grid-area: visual !important;
		order: initial !important;
		width: 122px !important;
		max-width: 122px !important;
		height: 150px !important;
		margin: 0 !important;
		padding: 0 !important;
		align-self: center !important;
		justify-self: start !important;
		transform: none !important;
		overflow: visible !important;
	}

	.hse-panel-visual img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
		object-position: center !important;
		filter: drop-shadow(0 12px 14px rgba(0,0,0,.13));
	}

	.hse-categories-block {
		grid-area: categories !important;
		order: initial !important;
		width: 100%;
		min-width: 0;
		padding-top: 1px;
	}

	.hse-categories-title {
		margin: 0 2px 9px !important;
		font-size: 14px !important;
		line-height: 1.55;
	}

	.hse-categories-title::before {
		width: 18px;
		flex-basis: 18px;
	}

	.hse-categories {
		margin: 0 !important;
	}
}

@media (max-width: 390px) {
	.hse-benefits-grid {
		grid-template-columns: minmax(0, 1fr) 108px !important;
		column-gap: 8px !important;
	}

	.hse-panel-visual {
		width: 108px !important;
		max-width: 108px !important;
		height: 136px !important;
	}

	.hse-benefit-copy h2 {
		font-size: 19px !important;
	}

	.hse-benefit-copy li {
		padding-right: 11px;
		font-size: 10.7px !important;
	}
}


/* ==========================================================
   Mobile benefits layout refinement — v1.9.4
   Keeps the panel visual on the left and the copy block on the right
   for a cleaner, more deliberate composition on mobile.
   ========================================================== */
@media (max-width: 640px) {
	.hse-benefits-grid {
		direction: ltr !important;
		grid-template-columns: minmax(132px, 36%) minmax(0, 1fr) !important;
		grid-template-areas:
			"visual copy"
			"categories categories" !important;
		column-gap: 14px !important;
		row-gap: 16px !important;
		align-items: start !important;
	}

	.hse-panel-visual {
		grid-area: visual !important;
		width: min(38vw, 148px) !important;
		max-width: 148px !important;
		height: min(46vw, 188px) !important;
		margin: 6px 0 0 !important;
		justify-self: start !important;
		align-self: end !important;
		padding: 0 !important;
	}

	.hse-panel-visual img {
		transform: scale(1.08);
		transform-origin: center bottom;
	}

	.hse-benefit-copy {
		grid-area: copy !important;
		direction: rtl !important;
		padding: 8px 0 0 !important;
		text-align: right !important;
		align-self: start !important;
	}

	.hse-benefit-copy h2 {
		margin: 0 0 10px !important;
		font-size: clamp(21px, 5.7vw, 26px) !important;
		line-height: 1.5 !important;
	}

	.hse-benefit-copy ul {
		display: grid;
		gap: 2px;
	}

	.hse-benefit-copy li {
		margin: 0 !important;
		padding-right: 13px !important;
		font-size: clamp(11px, 3.15vw, 13px) !important;
		line-height: 1.86 !important;
	}

	.hse-categories-block {
		grid-area: categories !important;
		direction: rtl !important;
		padding-top: 3px !important;
	}

	.hse-categories-title {
		margin-inline: 0 !important;
	}
}

@media (max-width: 390px) {
	.hse-benefits-grid {
		grid-template-columns: minmax(116px, 34%) minmax(0, 1fr) !important;
		column-gap: 10px !important;
	}

	.hse-panel-visual {
		width: min(36vw, 132px) !important;
		max-width: 132px !important;
		height: min(44vw, 170px) !important;
	}
}


/* ==========================================================
   Approved mobile benefits composition — v1.9.5
   Visual and copy are pulled toward the center; panel is larger.
   Desktop/tablet and the curved top edge remain untouched.
   ========================================================== */
@media (max-width: 640px) {
	.hse-benefits-grid {
		direction: ltr !important;
		grid-template-columns: minmax(0, 42%) minmax(0, 58%) !important;
		grid-template-areas:
			"visual copy"
			"categories categories" !important;
		column-gap: 2px !important;
		row-gap: 15px !important;
		align-items: center !important;
		padding-inline: 8px !important;
	}

	.hse-panel-visual {
		grid-area: visual !important;
		width: min(43vw, 174px) !important;
		max-width: 174px !important;
		height: min(53vw, 214px) !important;
		margin: 0 !important;
		padding: 0 !important;
		justify-self: end !important;
		align-self: center !important;
		overflow: visible !important;
		transform: translateX(4px) !important;
	}

	.hse-panel-visual img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
		object-position: center !important;
		transform: scale(1.13) !important;
		transform-origin: center center !important;
		filter: drop-shadow(0 13px 16px rgba(0,0,0,.15));
	}

	.hse-benefit-copy {
		grid-area: copy !important;
		direction: rtl !important;
		width: 100% !important;
		max-width: 235px !important;
		justify-self: start !important;
		align-self: center !important;
		padding: 4px 3px 0 0 !important;
		text-align: right !important;
		transform: translateX(-2px);
	}

	.hse-benefit-copy h2 {
		margin: 0 0 10px !important;
		font-size: clamp(21px, 5.6vw, 25px) !important;
		line-height: 1.5 !important;
		white-space: nowrap;
	}

	.hse-benefit-copy ul {
		margin: 0 !important;
		padding: 0 !important;
		display: grid !important;
		gap: 2px !important;
	}

	.hse-benefit-copy li {
		margin: 0 !important;
		padding-right: 13px !important;
		font-size: clamp(11px, 3.05vw, 12.7px) !important;
		line-height: 1.88 !important;
		white-space: nowrap;
	}

	.hse-categories-block {
		grid-area: categories !important;
		direction: rtl !important;
		width: 100% !important;
		padding-top: 2px !important;
	}
}

@media (max-width: 390px) {
	.hse-benefits-grid {
		grid-template-columns: minmax(0, 41%) minmax(0, 59%) !important;
		padding-inline: 5px !important;
	}

	.hse-panel-visual {
		width: min(43vw, 160px) !important;
		max-width: 160px !important;
		height: min(54vw, 198px) !important;
		transform: translateX(3px) !important;
	}

	.hse-panel-visual img {
		transform: scale(1.12) !important;
	}

	.hse-benefit-copy {
		max-width: 218px !important;
		padding-right: 1px !important;
	}

	.hse-benefit-copy h2 {
		font-size: clamp(20px, 5.45vw, 23px) !important;
	}

	.hse-benefit-copy li {
		font-size: clamp(10.5px, 2.95vw, 11.8px) !important;
	}
}


/* ==========================================================
   Shop CTA below selected products — version 1.9.6
   ========================================================== */
.hse-shop-cta-wrap {
	margin-top: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hse-shop-cta {
	min-width: 210px;
	min-height: 48px;
	padding: 11px 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid var(--hse-orange);
	border-radius: 13px;
	background: var(--hse-orange);
	color: #fff !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(255, 106, 0, .16);
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.hse-shop-cta svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 18px;
}

.hse-shop-cta:hover,
.hse-shop-cta:focus-visible {
	background: #e95f00;
	border-color: #e95f00;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(255, 106, 0, .22);
}

.hse-shop-cta:active {
	transform: translateY(0);
}

@media (max-width: 640px) {
	.hse-shop-cta-wrap {
		margin-top: 14px;
		padding-inline: 4px;
	}

	.hse-shop-cta {
		width: min(100%, 290px);
		min-width: 0;
		min-height: 46px;
		padding: 10px 18px;
		border-radius: 12px;
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hse-shop-cta {
		transition: none;
	}
}
