.hslands-projects {
	--hs-project-green: #007c57;
	--hs-project-teal: #00a99d;
	--hs-project-red: #e6453d;
	--hs-project-ink: #17263d;
	--hs-project-muted: #66758a;
	--hs-project-line: rgba(23, 38, 61, 0.1);
	--hs-project-soft: #eefaf6;
	width: min(1200px, calc(100% - 32px));
	margin: 0 auto;
	padding: 28px 0 48px;
	color: var(--hs-project-ink);
}

.hslands-projects--archive {
	width: 100%;
	max-width: none;
	padding-top: 0;
}

.hslands-projects--archive .hslands-projects-filter,
.hslands-projects--archive .hslands-projects-layout {
	width: min(1200px, calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
}

.hslands-projects a {
	color: inherit;
	text-decoration: none;
}

.hslands-projects-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 28px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #e9f7ee;
	color: var(--hs-project-green);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.hslands-projects-badge--da-ban-giao {
	background: #f2eafd;
	color: #8754b7;
}

.hslands-projects-badge--sap-mo-ban {
	background: #fff4d7;
	color: #b56a00;
}

.hslands-projects-badge--dang-cap-nhat {
	background: #eef2f7;
	color: #586579;
}

.hslands-projects-hero {
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
	border-radius: 0 0 24px 24px;
	background: #e8eef3;
}

.hslands-projects--archive .hslands-projects-hero {
	width: 100%;
	border-radius: 0;
}

.hslands-projects-hero__track {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.hslands-projects-hero__track::-webkit-scrollbar {
	display: none;
}

.hslands-projects-hero__item {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-width: 100%;
	min-height: clamp(300px, 34vw, 460px);
	padding: 42px max(32px, calc((100vw - 1200px) / 2 + 32px));
	overflow: hidden;
	background-position: center;
	background-size: cover;
	scroll-snap-align: start;
}

.hslands-projects-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 16, 28, 0.7), rgba(2, 16, 28, 0.1) 72%);
}

.hslands-projects-hero__item .hslands-projects-badge,
.hslands-projects-hero__content {
	position: relative;
	z-index: 1;
}

.hslands-projects-hero__item .hslands-projects-badge {
	position: absolute;
	left: max(32px, calc((100vw - 1200px) / 2 + 32px));
	bottom: 128px;
}

.hslands-projects-hero__content {
	display: grid;
	gap: 8px;
	max-width: 760px;
	color: #fff;
}

.hslands-projects-hero__content strong {
	font-size: clamp(30px, 3.6vw, 50px);
	line-height: 1.05;
}

.hslands-projects-hero__content small {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.82);
}

.hslands-projects-hero__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	transform: translateY(-50%);
	cursor: pointer;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42);
}

.hslands-projects-hero__nav--prev {
	left: 18px;
}

.hslands-projects-hero__nav--next {
	right: 18px;
}

.hslands-projects-filter {
	position: relative;
	z-index: 5;
	margin-bottom: 28px;
	padding: 8px 10px;
	border: 1px solid rgba(23, 38, 61, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(23, 38, 61, 0.05);
}

.hslands-projects-filter__form {
	display: grid;
	grid-template-columns: minmax(260px, 1.6fr) repeat(4, minmax(130px, 1fr)) auto;
	gap: 0;
	align-items: stretch;
}

.hslands-projects-filter label {
	display: grid;
	align-content: center;
	gap: 3px;
	min-height: 48px;
	padding: 0 16px;
	border-right: 1px solid var(--hs-project-line);
}

.hslands-projects-filter label span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 500;
	color: var(--hs-project-ink);
}

.hslands-projects-filter label span i {
	color: #8b949f;
	font-size: 12px;
}

.hslands-projects-filter input,
.hslands-projects-filter select {
	width: 100%;
	height: 26px;
	margin: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--hs-project-ink);
	font-size: 16px;
	font-weight: 600;
}

.hslands-projects-filter select {
	padding: 0;
	appearance: none;
	cursor: pointer;
}

.hslands-projects-filter__search {
	position: relative;
	padding-left: 14px;
}

.hslands-projects-filter__search>i {
	position: absolute;
	top: 50%;
	left: 32px;
	color: #64748b;
	font-size: 16px;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 2;
}

.hslands-projects-filter__search input[type="search"],
.hslands-projects-filter__search input[type="text"] {
	height: 40px !important;
	padding: 0 42px 0 42px !important;
	border-radius: 8px !important;
	border: 1px solid #e2e8f0 !important;
	background: #f8fafc !important;
	font-weight: 500 !important;
	margin: 0 !important;
	box-shadow: none !important;
}

.hslands-projects-filter__search.has-value input[type="search"] {
	border-color: rgba(0, 124, 87, 0.22) !important;
	background: #f4fbf8 !important;
}

.hslands-projects-filter__clear {
	position: absolute;
	top: 50%;
	right: 26px;
	z-index: 3;
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(23, 38, 61, 0.08);
	color: #64748b;
	font-size: 12px;
	line-height: 1;
	transform: translateY(-50%);
	cursor: pointer;
	box-shadow: none;
}

.hslands-projects-filter__clear:hover {
	background: rgba(0, 124, 87, 0.12);
	color: var(--hs-project-green);
}

.hslands-projects-filter__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding-left: 16px;
}

.hslands-projects-filter__actions button,
.hslands-projects-filter__actions a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px;
	min-width: 40px;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: var(--hs-project-green);
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	cursor: pointer;
	box-shadow: none !important;
}

.hslands-projects-filter__actions a {
	background: #eef5f3 !important;
	color: var(--hs-project-green) !important;
	padding: 0 12px !important;
	font-size: 16px !important;
}

.hslands-projects-filter__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px 8px 4px;
	border-top: 1px solid rgba(23, 38, 61, 0.08);
}

.hslands-projects-filter__chips span,
.hslands-projects-filter__chips a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #eefaf6;
	color: var(--hs-project-green);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

.hslands-projects-filter__chips a {
	background: #fff1f0;
	color: var(--hs-project-red);
}

.hslands-projects-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 28px;
}

.hslands-projects-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-bottom: 14px;
	color: var(--hs-project-muted);
	font-size: 14px;
}

.hslands-projects-breadcrumb a {
	color: var(--hs-project-red);
	text-decoration: none;
	font-weight: 600;
}

.hslands-projects-breadcrumb a:hover {
	text-decoration: underline;
}

.hslands-projects-breadcrumb__current {
	color: var(--hs-project-ink);
	font-weight: 700;
}

.hslands-projects-list__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.hslands-projects-list__count {
	margin: 0;
	color: var(--hs-project-muted);
	font-size: 14px;
}

.hslands-projects-list__count strong {
	color: var(--hs-project-red);
	font-weight: 800;
}

.hslands-projects-list__heading h1 {
	margin: 0 0 6px;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.1;
	color: var(--hs-project-ink);
}

.hslands-projects-sort {
	flex: 0 0 auto;
}

.hslands-projects-sort select {
	padding: 8px 32px 8px 14px;
	border: 1px solid var(--hs-project-line);
	border-radius: 8px;
	background: #fff;
	color: var(--hs-project-ink);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	appearance: auto;
}

.hslands-project-card {
	display: grid;
	grid-template-columns: 340px minmax(0, 1fr);
	gap: 0;
	overflow: hidden;
	margin-bottom: 16px;
	border: 1px solid var(--hs-project-line);
	border-radius: 12px;
	background: #fff;
	transition: box-shadow 0.2s ease;
}

.hslands-project-card:hover {
	box-shadow: 0 8px 28px rgba(23, 38, 61, 0.09);
}

.hslands-project-card__image {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 120px;
	grid-template-rows: 1fr 1fr;
	gap: 2px;
	min-height: 220px;
	background: #e8eef3;
	overflow: hidden;
}

.hslands-project-card__img-main {
	grid-row: 1 / -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hslands-project-card__img-sub {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hslands-project-card__image:has(.hslands-project-card__img-main):not(:has(.hslands-project-card__img-sub)) {
	grid-template-columns: 1fr;
}

.hslands-project-card__img-count {
	position: absolute;
	right: 8px;
	bottom: 8px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	backdrop-filter: blur(4px);
}

.hslands-project-card__img-count i {
	font-size: 14px;
}

.hslands-project-card__body {
	display: grid;
	gap: 8px;
	align-content: start;
	padding: 18px 22px;
}

.hslands-project-card h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
	color: var(--hs-project-ink);
}

.hslands-project-card h2 a:hover {
	color: var(--hs-project-red);
}

.hslands-project-card__stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	color: #30343a;
	font-size: 14px;
}

.hslands-project-card__stats span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0;
	background: transparent;
	color: #30343a;
	font-size: 14px;
	font-weight: 700;
}

.hslands-project-card__stats i {
	color: #555;
	font-size: 15px;
}

.hslands-project-card__stats strong {
	font-weight: 700;
}

.hslands-project-card__dot {
	color: #999;
	font-weight: 900;
	margin: 0 3px;
}

.hslands-project-card__location {
	color: var(--hs-project-muted);
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hslands-project-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #6b7b8d;
	font-size: 14px;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.hslands-projects-sidebar {
	display: grid;
	align-content: start;
	gap: 22px;
}

.hslands-projects-widget {
	padding: 18px;
	border: 1px solid var(--hs-project-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(23, 38, 61, 0.05);
}

.hslands-projects-widget__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 12px;
	margin-bottom: 14px;
}

.hslands-projects-widget h2 {
	flex: 1 1 auto;
	margin: 0;
	font-size: 21px;
	color: var(--hs-project-ink);
}

.hslands-projects-widget__heading a {
	flex: 0 0 auto;
	color: var(--hs-project-red);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.hslands-projects-review-slider {
	display: flex;
	overflow-x: auto;
	gap: 12px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.hslands-projects-review-slide {
	position: relative;
	display: grid;
	min-width: 100%;
	min-height: 210px;
	align-content: end;
	overflow: hidden;
	padding: 18px;
	border-radius: 14px;
	color: #fff;
	background: #dbe5ee;
	scroll-snap-align: start;
}

.hslands-projects-review-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.68));
}

.hslands-projects-review-slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hslands-projects-review-slide strong,
.hslands-projects-review-slide small {
	position: relative;
	z-index: 2;
}

.hslands-projects-review-slide strong {
	font-size: 18px;
	line-height: 1.35;
}

.hslands-projects-news-list {
	display: grid;
	gap: 14px;
}

.hslands-projects-news-item {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--hs-project-line);
}

.hslands-projects-news-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.hslands-projects-news-item img {
	width: 92px;
	height: 70px;
	border-radius: 10px;
	object-fit: cover;
}

.hslands-projects-news-item strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.42;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hslands-projects-news-item small {
	display: block;
	margin-top: 6px;
	color: var(--hs-project-muted);
	font-size: 13px;
}

.hslands-projects-pagination {
	margin-top: 24px;
}

.hslands-projects-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	margin-right: 6px;
	border-radius: 10px;
	background: #eef5f3;
	color: var(--hs-project-green);
	font-weight: 700;
}

.hslands-projects-pagination .current {
	background: var(--hs-project-green);
	color: #fff;
}

.hslands-projects-empty,
.hslands-project-empty-card {
	padding: 22px;
	border: 1px dashed rgba(0, 124, 87, 0.24);
	border-radius: 18px;
	background: #f6fbf8;
	color: #4f5f72;
}

.hslands-projects-breadcrumb--single {
	width: min(1200px, calc(100% - 32px));
	margin: 0 auto 18px;
	padding: 0;
	border: 0;
	background: none;
}

.hslands-projects-badge--type {
	background: #e8eef3;
	color: #3a5068;
}

.hslands-project-single-head__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 6px;
}

.hslands-project-single-head__location {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--hs-project-muted);
	font-size: 16px;
}

.hslands-project-single-head__location i {
	color: var(--hs-project-red);
	font-size: 15px;
}

.hslands-project-single-head__price {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0 0;
	color: var(--hs-project-red);
	font-size: 20px;
	font-weight: 900;
}

.hslands-project-single-head__price i {
	font-size: 16px;
}

.hslands-project-single-head {
	display: grid;
	gap: 14px;
	margin-bottom: 24px;
}

.hslands-project-single-head h1 {
	margin: 12px 0 0;
	max-width: 100%;
	font-size: 38px;
	line-height: 1.16;
	color: var(--hs-project-ink);
	overflow-wrap: anywhere;
}

.hslands-project-single-head__meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px 20px;
	min-width: 0;
}

.hslands-project-single-head p {
	margin: 0;
	color: var(--hs-project-muted);
	font-size: 16px;
}

.hslands-project-single-head p a {
	margin-left: 8px;
	color: var(--hs-project-red);
	font-weight: 700;
	white-space: nowrap;
}

.hslands-projects-share {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 15px;
	border: 1px solid var(--hs-project-line);
	border-radius: 999px;
	background: #fff;
	color: var(--hs-project-ink);
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
}

.hslands-project-gallery {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-auto-rows: minmax(0, 1fr);
	gap: 4px;
	overflow: hidden;
	margin-bottom: 26px;
	border-radius: 12px;
	background: #f4f4f4;
	height: 360px;
}

.hslands-project-gallery--simple {
	grid-template-columns: 2fr 1fr;
}

.hslands-project-gallery--single-image {
	grid-template-columns: 1fr;
}

.hslands-project-gallery__tile {
	position: relative;
	display: block;
	overflow: hidden;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	background: #edf2f5;
	cursor: pointer;
}

.hslands-project-gallery__tile--main {
	cursor: default;
}

.hslands-project-gallery__tile--main,
.hslands-project-gallery__tile--secondary {
	height: 100%;
}

.hslands-project-gallery__tile img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.22s ease;
}

.hslands-project-gallery__tile:not(.hslands-project-gallery__tile--main):hover img {
	transform: scale(1.025);
}

.hslands-project-gallery__stats {
	position: absolute;
	left: 24px;
	bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: #fff;
}

.hslands-project-gallery__stats span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 12px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.46);
	font-size: 16px;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.hslands-project-gallery__stats i {
	font-size: 22px;
}

.hslands-project-gallery__side {
	display: grid;
	grid-template-rows: repeat(var(--side-count, 3), minmax(0, 1fr));
	gap: 2px;
	min-height: 0;
}

.hslands-project-gallery__count {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	border-radius: 9px;
	background: rgba(0, 0, 0, 0.58);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.hslands-project-nav {
	position: sticky;
	top: 0;
	z-index: 10;
	display: flex;
	gap: 28px;
	overflow-x: auto;
	margin-bottom: 28px;
	padding: 16px 0 0;
	border-bottom: 1px solid var(--hs-project-line);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(12px);
}

.hslands-project-nav a {
	display: grid;
	gap: 4px;
	min-width: max-content;
	padding-bottom: 16px;
	border-bottom: 3px solid transparent;
	color: #a0a6ad;
	font-size: 18px;
	font-weight: 800;
}

.hslands-project-nav a span {
	font-size: 13px;
	font-weight: 600;
}

.hslands-project-nav a.is-active {
	border-color: var(--hs-project-red);
	color: var(--hs-project-ink);
}

.hslands-project-single-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 28px;
	align-items: start;
	min-width: 0;
}

.hslands-project-single-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
	min-width: 0;
}

.hslands-project-section {
	min-width: 0;
	max-width: 100%;
	scroll-margin-top: 92px;
}

.hslands-project-section h2 {
	margin: 0 0 18px;
	font-size: clamp(24px, 2.4vw, 34px);
	line-height: 1.18;
	color: var(--hs-project-ink);
}

.hslands-project-section--overview h2 {
	font-size: clamp(26px, 2.7vw, 36px);
}

.hslands-project-overview-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 32px;
	width: 100%;
	min-width: 0;
	margin-bottom: 20px;
}

.hslands-project-overview-stats div {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 14px;
	min-width: 0;
	padding: 13px 0;
	border-bottom: 1px solid var(--hs-project-line);
	font-size: 15px;
}

.hslands-project-overview-stats strong {
	color: var(--hs-project-ink);
}

.hslands-project-overview-stats span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.hslands-project-content {
	color: #3f4d5f;
	font-size: 15.5px;
	line-height: 1.76;
}

.hslands-project-content h3 {
	margin: 24px 0 10px;
	font-size: 21px;
	line-height: 1.3;
	color: var(--hs-project-ink);
}

.hslands-project-content img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.hslands-project-import-image {
	margin: 18px 0;
}

.hslands-project-import-image figcaption {
	margin-top: 8px;
	color: var(--hs-project-muted);
	font-size: 13px;
	text-align: center;
}

.hslands-project-content p:last-child {
	margin-bottom: 0;
}

.hslands-project-readmore {
	position: relative;
}

.hslands-project-readmore__content {
	max-height: 260px;
	overflow: hidden;
}

.hslands-project-readmore--location .hslands-project-readmore__content {
	max-height: 92px;
	margin-bottom: 18px;
}

.hslands-project-readmore:not(.is-expanded):not(.is-static)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 42px;
	height: 70px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
}

.hslands-project-readmore.is-expanded .hslands-project-readmore__content,
.hslands-project-readmore.is-static .hslands-project-readmore__content {
	max-height: none;
	overflow: visible;
}

.hslands-project-readmore__button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hs-project-red);
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
}

.hslands-project-section--products {
	padding: 24px;
	border-radius: 8px;
	background: #f7f7f7;
}

.hslands-project-section--products .hslands-project-section__heading {
	align-items: flex-start;
	padding-right: 120px;
}

.hslands-project-section--products .hslands-project-section__heading h2 {
	flex: 1 1 auto;
	min-width: 0;
	font-size: clamp(24px, 2.1vw, 32px);
	line-height: 1.2;
}

.hslands-project-section--products .hslands-project-section__heading a {
	position: relative;
	z-index: 3;
	flex: 0 0 auto;
	margin-top: 8px;
	color: var(--hs-project-red);
	font-weight: 800;
	white-space: nowrap;
}

.hslands-project-products {
	position: relative;
}

.hslands-project-products__track {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	padding: 4px 0 8px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.hslands-project-products__track::-webkit-scrollbar {
	display: none;
}

.hslands-project-product-card {
	display: grid;
	min-width: min(282px, 82vw);
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(23, 38, 61, 0.07);
	scroll-snap-align: start;
}

.hslands-project-product-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	background: #edf2f5;
}

.hslands-project-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hslands-project-product-card__image--placeholder {
	display: grid;
	place-items: center;
	color: #9aa4b2;
	font-size: 42px;
}

.hslands-project-product-card__body {
	display: grid;
	gap: 8px;
	padding: 14px;
}

.hslands-project-product-card strong {
	display: -webkit-box;
	overflow: hidden;
	min-height: 42px;
	color: #30343a;
	font-size: 16px;
	line-height: 1.32;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hslands-project-product-card__price {
	display: flex;
	align-items: baseline;
	gap: 5px;
	color: #1b6f0b;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.15;
	white-space: nowrap;
}

.hslands-project-product-card__price small {
	color: var(--hs-project-red);
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.hslands-project-product-card__facts {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: #5f6673;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	white-space: nowrap;
}

.hslands-project-product-card__facts span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	overflow: hidden;
	min-width: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hslands-project-product-card__facts i {
	flex: 0 0 auto;
	color: var(--hs-project-green);
	font-size: 12px;
	line-height: 1;
}

.hslands-project-product-card__facts span+span::before {
	content: "·";
	margin-right: 8px;
	color: #9aa4b2;
}

.hslands-project-product-card__location {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #555;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.hslands-project-product-card em {
	color: #969696;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

.hslands-project-products__nav {
	position: absolute;
	top: -58px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--hs-project-line);
	border-radius: 6px;
	background: #fff;
	color: #30343a;
	font-size: 16px;
	line-height: 1 !important;
	cursor: pointer;
	box-shadow: none !important;
	transform: none !important;
}

.hslands-project-products__nav i {
	display: block;
	width: 1em;
	height: 1em;
	margin: 0;
	color: currentColor;
	font-size: inherit;
	line-height: 1;
}

.hslands-project-products__nav--prev {
	right: 46px;
}

.hslands-project-products__nav--next {
	right: 0;
}

.hslands-project-accordion,
.hslands-project-faq__item {
	overflow: hidden;
	margin-bottom: 12px;
	border: 1px solid var(--hs-project-line);
	border-radius: 12px;
	background: #fff;
}

.hslands-project-section--accordion {
	display: grid;
	gap: 12px;
}

.hslands-project-section--accordion .hslands-project-accordion {
	margin-bottom: 0;
	border-radius: 10px;
}

.hslands-project-accordion>button,
.hslands-project-faq__item>button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 16px 18px;
	border: 0;
	background: #fff;
	color: var(--hs-project-ink);
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}

.hslands-project-section--accordion .hslands-project-accordion>button {
	min-height: 54px;
	padding: 14px 16px;
}

.hslands-project-accordion i,
.hslands-project-faq__item i {
	position: relative;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.hslands-project-accordion i::before,
.hslands-project-accordion i::after,
.hslands-project-faq__item i::before,
.hslands-project-faq__item i::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: currentColor;
	transform: translateY(-50%);
}

.hslands-project-accordion i::after,
.hslands-project-faq__item i::after {
	transform: translateY(-50%) rotate(90deg);
}

.hslands-project-accordion.is-open i::after,
.hslands-project-faq__item.is-open i::after {
	opacity: 0;
}

.hslands-project-accordion__body {
	display: none;
	padding: 0 18px 18px;
	color: #3f4d5f;
	font-size: 15px;
	line-height: 1.7;
}

.hslands-project-section--accordion .hslands-project-accordion__body {
	padding: 0 16px 14px;
}

.is-open>.hslands-project-accordion__body {
	display: block;
}

.hslands-project-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 42px;
	margin-bottom: 18px;
}

.hslands-project-detail-grid div {
	display: grid;
	grid-template-columns: minmax(100px, 0.42fr) minmax(0, 1fr);
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid var(--hs-project-line);
}

.hslands-project-detail-grid strong {
	color: #30343a;
	font-weight: 800;
}

.hslands-project-detail-grid span {
	color: #30343a;
}

.hslands-project-amenities {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 42px;
	margin-bottom: 18px;
}

.hslands-project-amenities span {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 36px;
	font-weight: 700;
}

.hslands-project-amenities i {
	width: 30px;
	color: #30343a;
	font-size: 22px;
	text-align: center;
}

.hslands-project-amenities img {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: contain;
	flex: 0 0 30px;
}

.hslands-project-floorplan {
	display: block;
	overflow: hidden;
	border: 1px solid var(--hs-project-line);
	border-radius: 18px;
	background: #fff;
}

.hslands-project-floorplan img {
	display: block;
	width: 100%;
	height: auto;
}

.hslands-project-location-card {
	border: 1px solid var(--hs-project-line);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.hslands-project-map {
	display: block;
	width: 100%;
	min-height: 320px;
	border: 0;
	border-radius: 0;
}

.hslands-project-empty-card--map {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.hslands-project-nearby {
	border-top: 1px solid var(--hs-project-line);
	background: #fff;
}

.hslands-project-nearby__tabs {
	display: flex;
	overflow-x: auto;
	border-bottom: 1px solid var(--hs-project-line);
}

.hslands-project-nearby__tabs button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
	padding: 11px 14px 10px;
	border: 0;
	border-bottom: 3px solid transparent;
	background: transparent;
	color: var(--hs-project-muted);
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.hslands-project-nearby__tabs button.is-active {
	border-bottom-color: var(--hs-project-red);
	color: var(--hs-project-ink);
}

.hslands-project-nearby__tabs i {
	min-width: 18px;
	font-size: 18px;
	text-align: center;
}

.hslands-project-nearby__panels {
	max-height: 250px;
	overflow: auto;
	padding: 0 16px 12px;
}

.hslands-project-nearby__panel {
	display: none;
}

.hslands-project-nearby__panel.is-active {
	display: block;
}

.hslands-project-nearby__panel>p {
	margin: 16px 0 12px;
	color: var(--hs-project-muted);
	font-size: 14px;
	font-weight: 700;
}

.hslands-project-nearby__panel ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hslands-project-nearby__panel li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	padding: 12px 0;
	border-bottom: 1px solid var(--hs-project-line);
}

.hslands-project-nearby__panel li:last-child {
	border-bottom: 0;
}

.hslands-project-nearby__panel strong,
.hslands-project-nearby__panel small {
	display: block;
}

.hslands-project-nearby__panel strong {
	color: var(--hs-project-ink);
	font-size: 15px;
	line-height: 1.35;
}

.hslands-project-nearby__panel small {
	margin-top: 5px;
	color: #8a94a3;
	font-size: 12px;
	line-height: 1.45;
}

.hslands-project-nearby__panel a {
	text-decoration: none;
}

.hslands-project-nearby__distance {
	display: grid;
	gap: 6px;
	justify-items: end;
	color: var(--hs-project-ink);
	white-space: nowrap;
}

.hslands-project-nearby__distance strong {
	font-size: 15px;
	font-weight: 800;
}

.hslands-project-nearby__distance small {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	margin: 0;
	color: #8a94a3;
	font-size: 12px;
	font-weight: 700;
}

.hslands-project-nearby__open-map {
	display: inline-flex;
	margin: 0 0 18px;
	color: var(--hs-project-red);
	font-weight: 800;
	text-decoration: none;
}

.hslands-project-section--loan {
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.hslands-project-section--loan .hsut-shell,
.hslands-project-section--loan .hsut-tool {
	width: 100%;
	padding: 0;
}

.hslands-project-section--loan .hsut-tool__heading,
.hslands-project-section--loan .hsut-tool__panel--cta {
	display: none;
}

.hslands-project-section--loan .hsut-shell {
	display: grid;
	grid-template-columns: minmax(0, 540px) minmax(320px, 400px);
	gap: 22px;
	align-items: start;
	justify-content: start;
}

.hslands-project-section--loan .hsut-form {
	gap: 12px;
}

.hslands-project-section--loan .hsut-grid {
	gap: 10px 14px;
}

.hslands-project-section--loan .hsut-tool__top {
	display: block;
	min-width: 0;
}

.hslands-project-section--loan .hsut-tool__panel {
	border-radius: 12px;
	box-shadow: none;
}

.hslands-project-section--loan .hsut-tool__panel--form {
	padding: 0;
	border: 0;
	background: transparent;
}

.hslands-project-section--loan .hsut-tool__result-panel {
	margin-top: 0;
}

.hslands-project-section--loan .hsut-tool__panel--result {
	padding: 0;
	border: 0;
	background: transparent;
}

.hslands-project-section--loan .hsut-field,
.hslands-project-section--loan .hsut-control {
	margin-bottom: 0;
}

.hslands-project-section--loan input,
.hslands-project-section--loan select {
	min-height: 46px;
	height: 46px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.hslands-project-section--loan label {
	margin-bottom: 6px;
	font-size: 14px;
}

.hslands-project-section__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.hslands-project-section__heading button {
	flex: 0 0 auto;
	padding: 9px 14px;
	border: 1px solid var(--hs-project-red);
	border-radius: 10px;
	background: #fff;
	color: var(--hs-project-red);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
}

.hslands-project-section__heading h2 {
	margin-bottom: 0;
}

.hslands-project-consult {
	position: sticky;
	top: 92px;
	min-width: 0;
}

.hslands-project-consult__card {
	display: grid;
	gap: 12px;
	padding: 20px;
	border: 1px solid rgba(0, 124, 87, 0.14);
	border-radius: 22px;
	background: linear-gradient(180deg, #f4fffb 0%, #fff 100%);
	box-shadow: 0 18px 42px rgba(23, 38, 61, 0.08);
}

.hslands-project-consult__card h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.25;
	color: var(--hs-project-ink);
}

.hslands-project-consult__card p {
	margin: 0;
	color: var(--hs-project-muted);
	font-size: 15px;
	line-height: 1.65;
}

.hslands-project-consult__phone,
.hslands-project-consult__zalo,
.hslands-project-consult__card button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 0 16px;
	border-radius: 13px;
	font-weight: 800;
}

.hslands-project-consult__phone {
	border: 1px solid #247006;
	background: #247006;
	color: #fff !important;
	transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.hslands-project-consult__phone:hover {
	background: #fff;
	color: #247006 !important;
	box-shadow: 0 10px 22px rgba(36, 112, 6, 0.18);
}

.hslands-project-consult__zalo {
	border: 1px solid rgba(0, 124, 87, 0.18);
	background: #fff;
	color: var(--hs-project-green);
}

.hslands-project-consult__zalo:hover {
	color: var(--hs-project-green);
	filter: brightness(1.03);
}

.hslands-project-consult__card button {
	appearance: none;
	min-height: 44px;
	border: 0;
	background: var(--hs-project-red);
	color: #fff;
	cursor: pointer;
	transition: filter 0.18s ease, box-shadow 0.18s ease;
}

.hslands-project-consult__card button:hover {
	color: #fff;
	filter: brightness(1.05);
	box-shadow: 0 10px 22px rgba(230, 69, 61, 0.18);
}

.hslands-projects-modal[hidden] {
	display: none;
}

.hslands-projects-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 18px;
}

.hslands-projects-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(9, 20, 34, 0.54);
	backdrop-filter: blur(5px);
}

.hslands-projects-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(520px, 100%);
	padding: 26px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.hslands-projects-modal__dialog h2 {
	margin: 0 0 8px;
	font-size: 28px;
	color: var(--hs-project-ink);
}

.hslands-projects-modal__dialog p {
	margin: 0 0 18px;
	color: var(--hs-project-muted);
}

.hslands-projects-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 12px;
	background: #f3f6f8;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.hslands-projects__popup-grid {
	display: grid;
	gap: 12px;
}

.hslands-projects__popup-field input,
.hslands-projects__popup-field textarea {
	width: 100%;
	margin: 0;
	border: 1px solid var(--hs-project-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: none;
	color: var(--hs-project-ink);
	font-size: 15px;
}

.hslands-projects__popup-field textarea {
	min-height: 120px;
	padding-top: 12px;
}

.hslands-projects__popup-button {
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: 14px;
	background: var(--hs-project-red);
	color: #fff;
	font-weight: 800;
}

@media (max-width: 1024px) {

	.hslands-projects-layout,
	.hslands-project-single-grid {
		grid-template-columns: 1fr;
	}

	.hslands-projects-sidebar,
	.hslands-project-consult {
		position: static;
	}

	.hslands-projects-filter__form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hslands-projects-filter label {
		border-right: 0;
		border-bottom: 1px solid var(--hs-project-line);
	}

	.hslands-projects-filter__actions {
		justify-content: flex-start;
		padding: 12px 0 0;
	}

	.hslands-project-section--loan .hsut-shell {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.hslands-projects {
		width: min(100% - 20px, 1200px);
		padding-top: 16px;
	}

	.hslands-projects--archive {
		width: 100%;
		padding-top: 0;
	}

	.hslands-projects--archive .hslands-projects-filter,
	.hslands-projects--archive .hslands-projects-layout {
		width: min(100% - 20px, 1200px);
	}

	.hslands-projects-hero {
		margin-bottom: 16px;
		border-radius: 0;
	}

	.hslands-projects-hero__item {
		min-height: 300px;
		padding: 24px 20px;
	}

	.hslands-projects-hero__item .hslands-projects-badge {
		left: 20px;
		bottom: 110px;
	}

	.hslands-projects-filter {
		width: 100%;
		margin-bottom: 24px;
	}

	.hslands-projects-filter__form {
		grid-template-columns: 1fr;
	}

	.hslands-projects-filter__search {
		padding-left: 0;
	}

	.hslands-projects-filter__search>i {
		left: 18px;
	}

	.hslands-projects-filter__clear {
		right: 14px;
	}

	.hslands-projects-filter label {
		padding: 10px 0;
	}

	.hslands-project-card {
		grid-template-columns: 1fr;
	}

	.hslands-project-card__image {
		min-height: 200px;
		grid-template-columns: 1fr 100px;
	}

	.hslands-projects-list__heading {
		display: grid;
		gap: 12px;
	}

	.hslands-projects-sort {
		justify-self: start;
	}

	.hslands-projects-breadcrumb {
		font-size: 13px;
	}

	.hslands-project-gallery {
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
		max-height: none;
	}

	.hslands-project-gallery__tile--main {
		min-height: 260px;
		max-height: 360px;
	}

	.hslands-project-gallery__tile--secondary {
		min-height: 180px;
	}

	.hslands-project-gallery__side {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: none;
		min-height: 96px;
	}

	.hslands-project-nav {
		gap: 24px;
	}

	.hslands-project-nav a {
		font-size: 16px;
	}

	.hslands-project-single-head {
		display: grid;
	}

	.hslands-project-single-head h1 {
		font-size: 30px;
	}

	.hslands-project-single-head__meta {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.hslands-project-overview-stats,
	.hslands-project-amenities,
	.hslands-project-detail-grid {
		grid-template-columns: 1fr;
	}

	.hslands-project-detail-grid div {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.hslands-project-overview-stats div {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.hslands-project-accordion>button,
	.hslands-project-faq__item>button {
		padding: 15px;
		font-size: 16px;
	}

	.hslands-project-accordion__body {
		padding: 0 15px 16px;
	}

	.hslands-project-section__heading {
		display: grid;
	}

	.hslands-project-section--products .hslands-project-section__heading {
		padding-right: 0;
	}

	.hslands-project-section--products .hslands-project-section__heading a {
		justify-self: start;
		margin-top: 0;
	}

	.hslands-project-section__heading button {
		justify-self: start;
	}

	.hslands-project-nearby__tabs button {
		white-space: nowrap;
	}

	.hslands-project-nearby__panels {
		max-height: 260px;
		padding: 0 14px 14px;
	}

	.hslands-project-nearby__panel li {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.hslands-project-nearby__distance {
		justify-items: start;
	}

	.hslands-project-map {
		min-height: 280px;
	}
}

.hslands-project-gallery-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.hslands-project-gallery-grid a {
	display: block;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	height: 360px;
	min-width: 260px;
	flex: 1 1 260px;
	cursor: pointer;
}

.hslands-project-gallery-grid img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.hslands-project-gallery-grid a:hover img {
	transform: scale(1.05);
}

.hslands-project-gallery-grid--floorplans img {
	object-fit: contain;
	background: #f9f9f9;
}

@media (max-width: 600px) {
	.hslands-project-gallery-grid a {
		height: 240px;
		min-width: 100%;
	}
}

.hslands-project-lightbox[hidden] {
	display: none;
}

.hslands-project-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
}

.hslands-project-lightbox__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.92);
	cursor: pointer;
}

.hslands-project-lightbox__close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	transition: background 0.15s ease;
}

.hslands-project-lightbox__close:hover {
	background: rgba(255, 255, 255, 0.22);
}

.hslands-project-lightbox__image {
	position: relative;
	z-index: 2;
	display: block;
	max-width: calc(100vw - 120px);
	max-height: calc(100vh - 100px);
	border-radius: 10px;
	object-fit: contain;
	pointer-events: none;
}

.hslands-project-lightbox__nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background 0.15s ease;
}

.hslands-project-lightbox__nav:hover {
	background: rgba(255, 255, 255, 0.26);
}

.hslands-project-lightbox__nav--prev {
	left: 18px;
}

.hslands-project-lightbox__nav--next {
	right: 18px;
}

.hslands-project-lightbox__counter {
	position: absolute;
	bottom: 24px;
	left: 50%;
	z-index: 3;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	transform: translateX(-50%);
	backdrop-filter: blur(6px);
}

@media (max-width: 700px) {
	.hslands-project-lightbox__image {
		max-width: calc(100vw - 24px);
		max-height: calc(100vh - 80px);
		border-radius: 6px;
	}

	.hslands-project-lightbox__nav {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.hslands-project-lightbox__nav--prev {
		left: 8px;
	}

	.hslands-project-lightbox__nav--next {
		right: 8px;
	}
}
