:root {
	--nhanhoa-red: #e31b23;
	--nhanhoa-blue: #0456a8;
	--nhanhoa-ink: #162033;
	--nhanhoa-muted: #647084;
	--nhanhoa-soft: #f6f8fc;
	--nhanhoa-line: rgba(22, 32, 51, 0.1);
	--nhanhoa-radius: 28px;
	--nhanhoa-shadow: 0 24px 70px rgba(22, 32, 51, 0.12);
}

.nhanhoa-partner-page {
	background: #fff;
	color: var(--nhanhoa-ink);
	font-family: inherit;
	overflow: hidden;
}

.nhanhoa-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 32px;
}

.nhanhoa-hero {
	position: relative;
	padding: 116px 0 94px;
	background:
		radial-gradient(circle at 16% 20%, rgba(227, 27, 35, 0.2), transparent 34%),
		radial-gradient(circle at 86% 8%, rgba(4, 86, 168, 0.24), transparent 30%),
		linear-gradient(135deg, #07152a 0%, #0d2b5c 50%, #071426 100%);
	color: #fff;
}

.nhanhoa-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	gap: 68px;
	align-items: center;
}

.nhanhoa-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.nhanhoa-eyebrow--dark {
	border-color: rgba(227, 27, 35, 0.16);
	background: rgba(227, 27, 35, 0.08);
	color: var(--nhanhoa-red);
}

.nhanhoa-hero h1,
.nhanhoa-section-heading h2,
.nhanhoa-two-col h2,
.nhanhoa-cta h2 {
	margin: 0;
	font-weight: 880;
	letter-spacing: -0.04em;
	line-height: 1.07;
	text-wrap: balance;
}

.nhanhoa-hero h1 {
	max-width: 930px;
	color: #fff !important;
	font-size: clamp(42px, 5vw, 76px);
}

.nhanhoa-hero__content p {
	max-width: 740px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	line-height: 1.78;
	text-wrap: pretty;
}

.nhanhoa-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.nhanhoa-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 850;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nhanhoa-btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.nhanhoa-btn--primary {
	background: linear-gradient(135deg, var(--nhanhoa-red), #ff6a3d);
	color: #fff;
	box-shadow: 0 16px 36px rgba(227, 27, 35, 0.28);
}

.nhanhoa-btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.nhanhoa-btn--light {
	background: #fff;
	color: var(--nhanhoa-blue);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.nhanhoa-hero__visual {
	display: grid;
	gap: 18px;
}

.nhanhoa-logo-card,
.nhanhoa-brand-card,
.nhanhoa-domain-tags,
.nhanhoa-domain-card,
.nhanhoa-benefit-grid > div {
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #fff;
	box-shadow: var(--nhanhoa-shadow);
}

.nhanhoa-brand-pair {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	align-items: center;
	justify-items: center;
}

.nhanhoa-brand-card {
	display: flex;
	width: min(100%, 440px);
	min-height: 142px;
	padding: 28px;
	border-radius: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.nhanhoa-brand-card img {
	max-width: 100%;
	max-height: 92px;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.nhanhoa-brand-card--hitech img {
	max-width: 360px;
}

.nhanhoa-brand-plus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
}

.nhanhoa-logo-card {
	padding: 40px;
	border-radius: 34px;
}

.nhanhoa-logo-card span {
	display: block;
	margin-bottom: 18px;
	color: var(--nhanhoa-muted);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.nhanhoa-logo-card img {
	display: block;
	max-width: 300px;
	width: 100%;
	height: auto;
}

.nhanhoa-domain-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 20px;
	border-radius: 26px;
}

.nhanhoa-domain-tags span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(4, 86, 168, 0.08);
	color: var(--nhanhoa-blue);
	font-weight: 900;
}

.nhanhoa-section {
	padding: 92px 0;
}

.nhanhoa-two-col {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 70px;
	align-items: start;
}

.nhanhoa-two-col h2,
.nhanhoa-section-heading h2 {
	font-size: clamp(34px, 4vw, 56px);
}

.nhanhoa-two-col p,
.nhanhoa-section-heading p,
.nhanhoa-domain-card p,
.nhanhoa-benefit-grid p,
.nhanhoa-cta p {
	color: var(--nhanhoa-muted);
	font-size: 16px;
	line-height: 1.75;
}

.nhanhoa-check-list {
	display: grid;
	gap: 13px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.nhanhoa-check-list li {
	position: relative;
	padding-left: 30px;
	color: var(--nhanhoa-ink);
	font-weight: 750;
}

.nhanhoa-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--nhanhoa-red);
	font-weight: 900;
}

.nhanhoa-domains,
.nhanhoa-benefits {
	background: var(--nhanhoa-soft);
}

.nhanhoa-section-heading {
	max-width: 920px;
	margin: 0 auto 42px;
	text-align: center;
}

.nhanhoa-domain-grid,
.nhanhoa-benefit-grid {
	display: grid;
	gap: 22px;
}

.nhanhoa-domain-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nhanhoa-domain-card,
.nhanhoa-benefit-grid > div {
	border-color: var(--nhanhoa-line);
	border-radius: var(--nhanhoa-radius);
	background: #fff;
}

.nhanhoa-domain-card {
	position: relative;
	padding: 32px;
}

.nhanhoa-domain-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 24px;
	border-radius: 20px;
	background: linear-gradient(135deg, var(--nhanhoa-red), var(--nhanhoa-blue));
	color: #fff;
	font-size: 24px;
	font-weight: 950;
	box-shadow: 0 14px 28px rgba(4, 86, 168, 0.18);
}

.nhanhoa-domain-icon::before {
	content: "🌐";
}

.nhanhoa-domain-icon--vn::before {
	content: ".VN";
	font-size: 18px;
	letter-spacing: -0.04em;
}

.nhanhoa-domain-icon--globe::before {
	content: "◎";
	font-size: 34px;
}

.nhanhoa-domain-icon--dns::before {
	content: "DNS";
	font-size: 15px;
	letter-spacing: -0.03em;
}

.nhanhoa-domain-card h3,
.nhanhoa-benefit-grid strong {
	margin: 0 0 12px;
	font-size: 23px;
	line-height: 1.22;
}

.nhanhoa-benefit-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nhanhoa-benefit-grid > div {
	padding: 28px;
}

.nhanhoa-benefit-grid strong {
	display: block;
}

.nhanhoa-cta {
	padding: 86px 0;
	background: linear-gradient(135deg, var(--nhanhoa-red), var(--nhanhoa-blue));
	color: #fff;
}

.nhanhoa-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
}

.nhanhoa-cta h2 {
	max-width: 820px;
	font-size: clamp(34px, 4vw, 58px);
}

.nhanhoa-cta p {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1100px) {
	.nhanhoa-hero__grid,
	.nhanhoa-two-col,
	.nhanhoa-cta__inner {
		grid-template-columns: 1fr;
	}

	.nhanhoa-hero__visual {
		order: -1;
		width: min(100%, 640px);
		margin: 0 auto;
	}

	.nhanhoa-hero__content {
		order: 1;
		text-align: center;
	}

	.nhanhoa-hero h1,
	.nhanhoa-hero__content p {
		margin-left: auto;
		margin-right: auto;
	}

	.nhanhoa-actions {
		justify-content: center;
	}

	.nhanhoa-domain-grid,
	.nhanhoa-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.nhanhoa-container {
		padding: 0 20px;
	}

	.nhanhoa-hero {
		padding: 86px 0 70px;
	}

	.nhanhoa-domain-grid,
	.nhanhoa-benefit-grid {
		grid-template-columns: 1fr;
	}

	.nhanhoa-brand-pair {
		grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
		gap: 10px;
		align-items: center;
	}

	.nhanhoa-brand-card {
		width: 100%;
		min-width: 0;
		min-height: 88px;
		padding: 14px;
		border-radius: 18px;
	}

	.nhanhoa-brand-card img {
		max-height: 50px;
	}

	.nhanhoa-brand-card--hitech img {
		max-width: 100%;
	}

	.nhanhoa-brand-plus {
		justify-self: center;
		width: 32px;
		height: 32px;
		font-size: 22px;
	}

	.nhanhoa-section {
		padding: 70px 0;
	}

	.nhanhoa-logo-card,
	.nhanhoa-domain-card,
	.nhanhoa-benefit-grid > div,
	.nhanhoa-cta__inner {
		padding: 24px;
		border-radius: 24px;
	}

	.nhanhoa-actions {
		flex-direction: column;
	}

	.nhanhoa-btn {
		width: 100%;
	}
}
