.hitech-vn-domain-page {
	--vn-primary: #0a63ff;
	--vn-secondary: #02b8ff;
	--vn-dark: #071733;
	--vn-text: #21304d;
	--vn-muted: #6b7892;
	--vn-border: rgba(10, 99, 255, 0.14);
	--vn-soft: #eef6ff;
	background: #ffffff;
	color: var(--vn-text);
	font-family: inherit;
}

.hitech-vn-domain-page * {
	box-sizing: border-box;
}

.hitech-vn-domain-hero {
	position: relative;
	isolation: isolate;
	padding: 104px 0 86px;
	background-image: linear-gradient(105deg, rgba(3, 19, 51, 0.94), rgba(0, 85, 214, 0.82)), var(--vn-domain-banner);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.hitech-vn-domain-hero::before,
.hitech-vn-domain-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
}

.hitech-vn-domain-hero::before {
	width: 420px;
	height: 420px;
	top: -170px;
	right: 8%;
}

.hitech-vn-domain-hero::after {
	width: 560px;
	height: 560px;
	left: -220px;
	bottom: -260px;
}

.hitech-vn-domain-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: 56px;
	align-items: center;
}

.hitech-vn-domain-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hitech-vn-domain-eyebrow--dark {
	border-color: rgba(10, 99, 255, 0.18);
	background: rgba(10, 99, 255, 0.08);
	color: var(--vn-primary);
}

.hitech-vn-domain-hero h1 {
	max-width: 780px;
	margin: 22px 0 18px;
	color: #ffffff;
	font-size: clamp(40px, 6vw, 74px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.hitech-vn-domain-hero p {
	max-width: 720px;
	margin: 0 0 30px;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.7;
}

.hitech-vn-domain-search {
	display: flex;
	gap: 12px;
	max-width: 760px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.16);
	box-shadow: 0 24px 70px rgba(0, 18, 64, 0.24);
	backdrop-filter: blur(16px);
}

.hitech-vn-domain-search input[type="text"] {
	flex: 1 1 auto;
	min-width: 0;
	height: 58px;
	border: 0;
	border-radius: 16px;
	background: #ffffff;
	color: var(--vn-dark);
	font-size: 16px;
	font-weight: 700;
	outline: none;
	padding: 0 20px;
}

.hitech-vn-domain-search input[type="text"]::placeholder {
	color: #8c98ad;
	font-weight: 600;
}

.hitech-vn-domain-search button {
	flex: 0 0 auto;
	height: 58px;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, #18d4ff, #0a63ff);
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 900;
	padding: 0 24px;
	box-shadow: 0 16px 36px rgba(6, 84, 218, 0.32);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hitech-vn-domain-search button:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 42px rgba(6, 84, 218, 0.42);
}

.hitech-vn-domain-hero__visual {
	display: flex;
	justify-content: center;
}

.hitech-vn-domain-logo-card {
	position: relative;
	display: grid;
	justify-items: center;
	width: min(100%, 390px);
	padding: 42px 34px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 34px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(236, 247, 255, 0.88));
	box-shadow: 0 34px 90px rgba(0, 18, 64, 0.34);
	text-align: center;
}

.hitech-vn-domain-logo-card::before {
	content: "";
	position: absolute;
	inset: -14px;
	z-index: -1;
	border-radius: 44px;
	background: linear-gradient(135deg, rgba(24, 212, 255, 0.34), rgba(255, 255, 255, 0.08));
}

.hitech-vn-domain-logo-card img {
	width: min(220px, 78%);
	height: auto;
	margin-bottom: 24px;
}

.hitech-vn-domain-logo-card strong {
	display: block;
	margin-bottom: 10px;
	color: var(--vn-dark);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}

.hitech-vn-domain-logo-card span {
	color: var(--vn-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.65;
}

.hitech-vn-domain-section {
	padding: 82px 0;
	background: #ffffff;
}

.hitech-vn-domain-section--soft {
	background: linear-gradient(180deg, #f6fbff, #ffffff);
}

.hitech-vn-domain-section__head {
	max-width: 880px;
	margin: 0 auto 34px;
	text-align: center;
}

.hitech-vn-domain-section__head h2 {
	margin: 16px 0 14px;
	color: var(--vn-dark);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.hitech-vn-domain-section__head p {
	margin: 0;
	color: var(--vn-muted);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.75;
}

.hitech-vn-domain-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--vn-border);
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 22px 70px rgba(8, 35, 86, 0.09);
}

.hitech-vn-domain-table {
	width: 100%;
	min-width: 1080px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
}

.hitech-vn-domain-table th,
.hitech-vn-domain-table td {
	padding: 17px 16px;
	border-bottom: 1px solid rgba(10, 99, 255, 0.1);
	color: var(--vn-text);
	text-align: left;
	vertical-align: middle;
}

.hitech-vn-domain-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: linear-gradient(135deg, #082b71, #0a63ff);
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
}

.hitech-vn-domain-table thead th:first-child {
	border-top-left-radius: 24px;
}

.hitech-vn-domain-table thead th:last-child {
	border-top-right-radius: 24px;
}

.hitech-vn-domain-table thead small {
	color: rgba(255, 255, 255, 0.76);
	font-size: 11px;
}

.hitech-vn-domain-table tbody th {
	position: sticky;
	left: 0;
	z-index: 1;
	min-width: 210px;
	background: #ffffff;
	color: var(--vn-primary);
	font-size: 15px;
	font-weight: 900;
	box-shadow: 12px 0 18px rgba(8, 35, 86, 0.04);
}

.hitech-vn-domain-table tbody tr:nth-child(even) td,
.hitech-vn-domain-table tbody tr:nth-child(even) th {
	background: #f8fbff;
}

.hitech-vn-domain-table tbody tr:hover td,
.hitech-vn-domain-table tbody tr:hover th {
	background: #eef6ff;
}

.hitech-vn-domain-table tbody tr:last-child td,
.hitech-vn-domain-table tbody tr:last-child th {
	border-bottom: 0;
}

.hitech-vn-domain-table__total {
	color: #0067d8 !important;
	font-weight: 900;
	white-space: nowrap;
}

.hitech-vn-domain-table--transfer {
	min-width: 900px;
}

.hitech-vn-domain-note {
	margin-top: 20px;
	padding: 18px 20px;
	border: 1px solid rgba(10, 99, 255, 0.16);
	border-radius: 18px;
	background: #f6fbff;
	color: var(--vn-muted);
	font-size: 15px;
	line-height: 1.7;
}

.hitech-vn-domain-note strong {
	color: var(--vn-dark);
}

.hitech-vn-domain-cta {
	padding: 74px 0 92px;
	background: #ffffff;
}

.hitech-vn-domain-cta__card {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
	gap: 34px;
	align-items: center;
	padding: clamp(28px, 5vw, 54px);
	border-radius: 34px;
	background: radial-gradient(circle at top left, rgba(24, 212, 255, 0.26), transparent 32%), linear-gradient(135deg, #071733, #0a54d8);
	box-shadow: 0 26px 80px rgba(6, 40, 116, 0.24);
}

.hitech-vn-domain-cta h2 {
	margin: 18px 0 14px;
	color: #ffffff;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 900;
	line-height: 1.14;
	letter-spacing: -0.035em;
}

.hitech-vn-domain-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.7;
}

.hitech-vn-domain-search--compact {
	max-width: none;
	width: 100%;
}

@media (max-width: 1024px) {
	.hitech-vn-domain-hero {
		padding: 82px 0 70px;
	}

	.hitech-vn-domain-hero__grid,
	.hitech-vn-domain-cta__card {
		grid-template-columns: 1fr;
	}

	.hitech-vn-domain-hero__visual {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.hitech-vn-domain-hero {
		padding: 64px 0 56px;
	}

	.hitech-vn-domain-search {
		flex-direction: column;
		border-radius: 18px;
	}

	.hitech-vn-domain-search input[type="text"],
	.hitech-vn-domain-search button {
		width: 100%;
	}

	.hitech-vn-domain-logo-card {
		padding: 30px 22px;
		border-radius: 26px;
	}

	.hitech-vn-domain-section {
		padding: 58px 0;
	}

	.hitech-vn-domain-table th,
	.hitech-vn-domain-table td {
		padding: 14px 12px;
	}

	.hitech-vn-domain-note {
		font-size: 14px;
	}

	.hitech-vn-domain-cta {
		padding: 54px 0 70px;
	}

	.hitech-vn-domain-cta__card {
		border-radius: 26px;
	}
}
