/**
 * 首页落地页：按 site/index.html + 电脑端/移动端设计图。
 */

.home-landing {
	--hl-blue: #087cff;
	--hl-ink: #101418;
	--hl-line: #d9dfe5;
	--hl-pale: #f2f8fc;
	--hl-orange: #ff650c;
	--hl-sale: #ff7418;
	--hl-muted: #7d8790;
	margin: 0;
	color: var(--hl-ink);
	font-family: "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
}

.home-landing * {
	box-sizing: border-box;
}

.hl-wrap {
	width: min(1200px, calc(100% - 36px));
	margin: 0 auto;
}

.hl-header {
	position: sticky;
	top: 0;
	z-index: 1100;
	height: 70px;
	margin: 0;
	padding: 0;
	overflow: visible;
	background: #fff;
	border: 0;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}

.admin-bar .hl-header {
	top: 32px;
}

.hl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}

.hl-brand {
	display: flex;
	align-items: center;
	flex: none;
	text-decoration: none;
}

.hl-brand img {
	display: block;
	width: auto;
	height: 36px;
	max-width: 120px;
	object-fit: contain;
}

.hl-menu-root {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.hl-menu-toggle {
	display: none;
}

.hl-menu {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 16px;
}

.hl-menu a {
	position: relative;
	color: #777;
	text-decoration: none;
	white-space: nowrap;
}

.hl-menu a:hover {
	color: var(--hl-blue);
}

.hl-menu a.is-current {
	color: var(--hl-blue);
	font-weight: 700;
}

.hl-menu a.is-current::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 3px;
	border-radius: 2px;
	background: var(--hl-blue);
}

.hl-menu span {
	color: #d0d0d0;
}

.hl-nav-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex: none;
}

.hl-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 6px 20px;
	border: 0;
	border-radius: 20px;
	background: var(--hl-blue);
	color: #fff !important;
	font-size: 16px;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
}

.home-landing .hl-login.auth-link:hover,
.home-landing .hl-login.auth-link:focus {
	color: #fff !important;
	background: #016ae0;
}

.hl-login[hidden] {
	display: none;
}

.home-landing .acct-slot {
	display: contents;
}

.home-landing .acct {
	position: relative;
}

.home-landing .acct-trigger {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 5px 10px 5px 5px;
	border: 1px solid rgba(29, 33, 40, 0.1);
	border-radius: 999px;
	background: #fff;
	color: inherit;
	font: inherit;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
}

.home-landing .acct-trigger:hover {
	background: rgba(1, 117, 255, 0.04);
	border-color: rgba(1, 117, 255, 0.4);
}

.home-landing .acct-trigger:focus-visible {
	outline: 2px solid #0175ff;
	outline-offset: 2px;
}

.home-landing .acct-avatar {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	display: block;
}

.home-landing .acct-avatar img {
	display: block;
	width: 100%;
	height: 100%;
}

.home-landing .acct-phone {
	color: #1d2128;
	font-size: 15px;
	white-space: nowrap;
}

.home-landing .acct-caret {
	color: #8b93a1;
	transition: transform 0.2s;
}

.home-landing .acct-caret.is-open {
	transform: rotate(180deg);
}

.home-landing .acct-menu {
	position: fixed;
	z-index: 1100;
	min-width: 220px;
	padding: 6px;
	border: 1px solid rgba(29, 33, 40, 0.08);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 40px -14px rgba(9, 18, 45, 0.35);
	animation: hlAcctPop 0.16s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes hlAcctPop {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}
}

.home-landing .acct-menu-head,
.home-landing .acct-item {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 9px 10px;
	border: 0;
	border-radius: 8px;
	color: #1d2128;
	font: inherit;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.18s, color 0.18s;
}

.home-landing .acct-menu-head {
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	margin-bottom: 6px;
	padding: 8px 10px 10px;
	border-bottom: 1px solid rgba(29, 33, 40, 0.07);
}

.home-landing .acct-menu-head span {
	color: rgba(29, 33, 40, 0.45);
	font-size: 12px;
}

.home-landing .acct-menu-head strong {
	color: #1d2128;
	font-size: 15px;
	font-weight: 600;
}

.home-landing .acct-menu-head:hover {
	background: rgba(1, 117, 255, 0.06);
}

.home-landing .acct-menu-head:hover strong {
	color: #0175ff;
}

.home-landing .acct-item:hover {
	color: #0175ff;
	background: rgba(1, 117, 255, 0.08);
}

.home-landing .acct-item--logout:hover {
	color: #fa3e42;
	background: rgba(250, 62, 66, 0.08);
}

.home-landing .acct-item svg {
	display: block;
	flex: none;
	width: 16px;
	height: 16px;
}

.home-landing .product-svg-mask {
	display: inline-block;
	width: var(--product-svg-width);
	height: var(--product-svg-height);
	background: currentColor;
	-webkit-mask: var(--product-svg-source) center / contain no-repeat;
	mask: var(--product-svg-source) center / contain no-repeat;
}

.hl-hero {
	position: relative;
	overflow: hidden;
	height: 370px;
	background: #061338 url("../images/home/hero.png") center / cover no-repeat;
}

.hl-hero::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: min(640px, 58%);
	background: linear-gradient(90deg, rgba(6, 19, 56, 0.72) 0%, rgba(6, 19, 56, 0.38) 46%, rgba(6, 19, 56, 0) 100%);
	pointer-events: none;
}

.hl-hero-copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 370px;
	padding: 24px 0;
}

.hl-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 0.02em;
}

.hl-hero p {
	margin: 12px 0 0;
	max-width: 560px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	line-height: 1.6;
}

.hl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 28px;
	border: 0;
	border-radius: 24px;
	text-decoration: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	white-space: nowrap;
}

.hl-btn.light {
	margin-top: 22px;
	background: #fff;
	color: var(--hl-blue);
	font-weight: 600;
}

.hl-btn.blue {
	width: 100%;
	background: var(--hl-blue);
	color: #fff;
	font-weight: 600;
}

.hl-section {
	padding: 70px 0 55px;
}

.hl-section h2 {
	margin: 0 0 28px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
}

.hl-plan-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.hl-plan {
	position: relative;
	min-height: 368px;
	padding: 32px 42px 42px;
	border-radius: 8px;
	background: #f3f9fd;
}
.hl-table-wrap tbody td:nth-child(2){
    background: #e6f2fb91;
}
.hl-sale {
	position: absolute;
    top: 0px;
    right: 32px;
    padding: 10px 10px;
    border-radius: 0px 0px 8px 8px;
    background: var(--hl-sale);
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}

.hl-plan h3 {
	margin: 0 0 8px;
	padding-right: 72px;
	font-size: 20px;
	font-weight: 700;
}

.hl-plan-sub {
	margin: 0 0 14px;
	color: var(--hl-muted);
	font-size: 12px;
	line-height: 1.45;
}

.hl-price {
	display: flex;
	align-items: baseline;
	gap: 2px;
	margin: 0 0 16px;
	color: var(--hl-orange);
}

.hl-yen {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.hl-price b {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
}

.hl-unit {
	margin-left: 2px;
	color: #3a3f45;
	font-size: 16px;
	font-weight: 400;
}

.hl-price del {
	margin-left: 8px;
	color: #9aa3ab;
	font-size: 18px;
}

.home-landing a.hl-btn.blue {
	width: 100%;
	height: 44px;
	border-radius: 22px;
	background: var(--hl-blue);
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
}

.hl-stock {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 16px;
	padding: 12px 0;
	border-top: 1px solid var(--hl-line);
	border-bottom: 1px solid var(--hl-line);
	color: var(--hl-ink);
	font-size: 14px;
	font-weight: 700;
}

.hl-gift {
	display: block;
	flex: none;
	color: #8b939c;
}

.hl-plan ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	color: #68717a;
	font-size: 14px;
	line-height: 1.95;
}

.hl-plan li::before {
	content: "✓";
	margin-right: 8px;
	color: #96a2aa;
}

.hl-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 65px 0 58px;
	padding: 35px 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

.hl-metrics strong {
	display: block;
	color: var(--hl-blue);
	font-size: 56px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.hl-metrics strong span {
	display: inline;
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.hl-metrics .hl-metric-unit {
	font-size: 0.75em;
}

.hl-metrics .hl-metric-sub {
	font-size: 0.58em;
}

.hl-metrics > div > span {
	display: block;
	margin-top: 10px;
	color: #999;
	font-size: 15px;
}

.hl-platforms {
	padding-bottom: 57px;
	border-bottom: 1px solid #bbb;
}

.hl-platforms h2 {
	margin-bottom: 8px;
}

.hl-platforms p,
.hl-compare > p {
	margin: 0;
	color: #999;
	font-size: 16px;
	line-height: 1.5;
}

.hl-platforms img {
	display: block;
	width: 100%;
	margin-top: 24px;
	height: auto;
}

.hl-compare {
	padding-top: 55px;
}

.hl-compare h2 {
	margin-bottom: 12px;
	font-size: 36px;
	line-height: 1.3;
}

.hl-compare > p {
	max-width: 720px;
	font-size: 18px;
	line-height: 1.5;
}

.hl-table-wrap {
	overflow: auto;
	margin-top: 28px;
	border-top: 1px solid #e6eaee;
}

.hl-table-wrap table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
	font-size: 16px;
	color: #6a737c;
}

.hl-table-wrap th,
.hl-table-wrap td {
	height: 58px;
	padding: 14px 18px;
	border-bottom: 1px solid #e6eaee;
	vertical-align: middle;
}

.hl-table-wrap th {
	font-size: 16px;
	font-weight: 500;
	color: #1a1d21;
}

.hl-table-wrap th:nth-child(2) {
	background: #e6f2fb;
	color: var(--hl-blue);
	font-size: 20px;
	font-weight: 700;
}

.hl-table-wrap td:nth-child(2) {
	background: #e6f2fb;
	color: var(--hl-ink);
	font-weight: 600;
}

.hl-table-wrap td:nth-child(2) b {
	font-weight: 700;
	color: var(--hl-ink);
}

.hl-table-wrap td small {
	display: block;
	margin-top: 4px;
	color: #9aa3ab;
	font-size: 12px;
	font-weight: 400;
}

.hl-tag {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 10px;
	background: var(--hl-sale);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	vertical-align: middle;
}

.hl-cta {
	position: relative;
	overflow: hidden;
	height: 370px;
	background: #061338 url("../images/home/cta.png") center / cover no-repeat;
}

.hl-cta::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: min(640px, 58%);
	background: linear-gradient(90deg, rgba(6, 19, 56, 0.7) 0%, rgba(6, 19, 56, 0.36) 46%, rgba(6, 19, 56, 0) 100%);
	pointer-events: none;
}

.hl-cta-copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 370px;
}

.hl-cta h2 {
	margin: 0;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.32;
}

.hl-cta p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 20px;
	letter-spacing: 0.04em;
}

.hl-footer {
	background: #202226;
	color: #fff;
	padding: 51px 0 22px;
}

.hl-footer h2 {
	margin: 0 0 45px;
	font-size: 36px;
	font-weight: 700;
}

.hl-footer-grid {
	display: grid;
	grid-template-columns: 1fr 2fr 0.9fr;
	gap: 45px;
}

.hl-footer-grid > div + div {
	padding-left: 45px;
	border-left: 1px solid #aaa;
}

.hl-footer h3 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
}

.hl-footer p,
.hl-footer a {
	color: #8b8e93;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}

.hl-footer a:hover {
	color: #fff;
}

.hl-copy {
	margin: 55px 0 0;
	color: #6f7277;
	font-size: 12px;
	text-align: center;
}

.hl-copy a {
	color: inherit;
}

@media (max-width: 782px) {
	.admin-bar .hl-header {
		top: 46px;
	}
}

@media (max-width: 760px) {
	.hl-wrap {
		width: calc(100% - 36px);
	}

	.hl-header,
	.hl-nav {
		height: 66px;
	}

	.hl-brand img {
		height: 32px;
		width: auto;
		max-width: 100px;
	}

	.hl-menu-root {
		position: relative;
		flex: none;
		margin-left: auto;
		z-index: 910;
	}

	.hl-nav-end {
		margin-left: 6px;
	}

	.hl-menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 0;
		border-radius: 12px;
		background: transparent;
		color: #1d2128;
		appearance: none;
		-webkit-appearance: none;
		font: inherit;
		cursor: pointer;
	}

	.hl-menu-toggle-ico {
		display: block;
		width: 22px;
		height: 22px;
	}

	.hl-menu-toggle-ico--close,
	.hl-menu-root.is-open .hl-menu-toggle-ico--menu {
		display: none;
	}

	.hl-menu-root.is-open .hl-menu-toggle-ico--close {
		display: block;
	}

	.hl-menu-root.is-open .hl-menu-toggle {
		background: rgba(8, 124, 255, 0.08);
		color: var(--hl-blue);
	}

	.hl-menu {
		display: none;
		position: absolute;
		top: calc(100% + 8px);
		right: 0;
		z-index: 960;
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		min-width: 188px;
		padding: 8px;
		border: 1px solid rgba(29, 33, 40, 0.08);
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 18px 40px -14px rgba(9, 18, 45, 0.35);
		font-size: 15px;
	}

	.hl-menu-root.is-open .hl-menu {
		display: flex;
	}

	.hl-menu span {
		display: none;
	}

	.hl-menu a {
		width: 100%;
		padding: 10px 12px;
		border-radius: 10px;
		color: #1d2128;
		line-height: 22px;
	}

	.hl-menu a.is-current {
		background: rgba(8, 124, 255, 0.08);
		color: var(--hl-blue);
	}

	.hl-menu a.is-current::after {
		display: none;
	}

	.hl-login {
		padding: 5px 14px;
		font-size: 14px;
	}

	.home-landing .acct-phone,
	.home-landing .acct-caret {
		display: none;
	}

	.home-landing .acct-trigger {
		gap: 0;
		padding: 3px;
	}

	.hl-hero {
		height: 565px;
		background-image: url("../images/home/hero-mobile.png");
		background-position: center top;
	}

	.hl-hero::before {
		width: 100%;
		height: 58%;
		inset: 0;
		background: linear-gradient(180deg, rgba(5, 10, 36, 0.78) 0%, rgba(5, 10, 36, 0.28) 52%, rgba(5, 10, 36, 0) 100%);
	}

	.hl-hero-copy {
		height: 565px;
		align-items: center;
		justify-content: flex-start;
		padding-top: 48px;
		text-align: center;
	}

	.hl-hero h1 {
		font-size: 42px;
	}

	.hl-hero p {
		max-width: 320px;
		font-size: 14px;
	}

	.hl-hero .hl-btn.light {
		height: 44px;
		padding: 0 36px;
		font-size: 17px;
	}

	.hl-section {
		padding: 39px 0 45px;
	}

	.hl-section h2 {
		margin-bottom: 30px;
		font-size: 26px;
		text-align: center;
	}

	.hl-plan-grid {
		grid-template-columns: 1fr;
		gap: 39px;
	}

	.hl-plan {
		width: min(300px, 100%);
		min-height: 365px;
		margin: 0 auto;
		padding: 36px 24px 22px;
	}

	.hl-plan-sub {
		white-space: normal;
	}

	.hl-metrics {
		margin: 39px 0 35px;
		padding: 23px 0;
	}

	.hl-metrics strong {
		font-size: 36px;
		white-space: nowrap;
	}

	.hl-metrics > div > span {
		font-size: 13px;
	}

	.hl-platforms {
		padding-bottom: 35px;
	}

	.hl-platforms h2 {
		margin-bottom: 6px;
		font-size: 26px;
		text-align: left;
	}

	.hl-platforms p {
		text-align: center;
	}

	.hl-compare {
		padding-top: 38px;
	}

	.hl-compare h2 {
		margin-bottom: 8px;
		font-size: 26px;
		text-align: center;
	}

	.hl-compare > p {
		font-size: 13px;
		line-height: 1.5;
	}

	.hl-table-wrap {
		margin-top: 24px;
	}

	.hl-table-wrap table {
		font-size: 12px;
	}

	.hl-table-wrap th,
	.hl-table-wrap td {
		height: 42px;
		padding: 6px 4px;
		word-break: break-word;
	}

	.hl-table-wrap th {
		font-size: 12px;
	}

	.hl-cta {
		height: 485px;
		background-image: url("../images/home/cta-mobile.png");
		background-position: center center;
	}

	.hl-cta::before {
		width: 100%;
		height: 58%;
		inset: 0;
		background: linear-gradient(180deg, rgba(5, 10, 36, 0.76) 0%, rgba(5, 10, 36, 0.26) 54%, rgba(5, 10, 36, 0) 100%);
	}

	.hl-cta-copy {
		height: 485px;
		align-items: center;
		justify-content: flex-start;
		padding-top: 56px;
		text-align: center;
	}

	.hl-cta h2 {
		font-size: 32px;
	}

	.hl-footer {
		padding: 42px 0 20px;
	}

	.hl-footer h2 {
		margin-bottom: 30px;
		font-size: 24px;
	}

	.hl-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 18px 22px;
	}

	.hl-footer-grid > div + div {
		padding-left: 0;
		border-left: 0;
	}

	.hl-footer-grid > div:nth-child(3) {
		grid-column: 2;
		grid-row: 1;
	}

	.hl-footer-grid > div:nth-child(2) {
		grid-column: 1 / -1;
		padding-top: 18px;
		border-top: 1px solid #555;
	}

	.hl-copy {
		margin-top: 28px;
		font-size: 11px;
		line-height: 1.8;
		text-align: left;
	}
}

/* 首页改用 values 同款 hl-header 后，hero 不再被固定顶栏盖住。 */
.home-landing.product-v6-page .hl-header {
	z-index: 1100;
}

.home-landing.product-v6-page .lp-hero {
	padding-top: 0;
}

@media (width <= 1179px) {
	.home-landing.product-v6-page .lp-hero {
		padding-top: 20px;
	}
}

@media (width <= 767px) {
	.home-landing.product-v6-page .lp-hero {
		padding-top: 12px;
	}
}
