/**
 * Shared first-screen treatment for the primary company information pages.
 * The dimensions, content alignment and default artwork follow About Us.
 */
.liying-free-trial-page,
.liying-news-archive-page,
.liying-news-detail-page,
.page-liying-contact,
.page-liying-contact-information,
.page-liying-careers {
	padding-top: 0;
}

.about-hero,
.service-support-hero,
.reports-hero,
.simulator-hero,
.community-portal-hero,
.news-page-title,
.trial-hero,
.contact-information-hero,
.careers-hero {
	position: relative;
	display: block;
	min-height: 480px;
	margin-top: 0;
	padding: 136px 0 64px;
	overflow: hidden;
	background: linear-gradient(115deg, #0b5bb9 0%, #0a4da6 48%, #073b7d 100%);
	color: #fff;
	text-align: left;
}

.service-support-hero::before,
.reports-hero::before,
.simulator-hero::before,
.community-portal-hero::before,
.news-page-title::before,
.trial-hero::before,
.contact-information-hero::before,
.careers-hero::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('../images/hero-pattern.svg'), radial-gradient(ellipse at 18% 48%, rgba(33, 137, 239, .2), transparent 58%);
	background-repeat: repeat, no-repeat;
	background-size: 60px 60px, 100% 100%;
	filter: none;
	opacity: 1;
	content: '';
	pointer-events: none;
}

.reports-hero-bg,
.trial-hero-bg,
.contact-information-hero-pattern,
.careers-hero-bg {
	display: none;
}

.service-support-hero > .container,
.reports-hero > .container,
.simulator-hero > .container,
.community-portal-hero > .container,
.news-page-title > .container,
.trial-hero > .container,
.contact-information-hero > .container,
.careers-hero > .container {
	position: relative;
	z-index: 1;
	width: min(100%, 1024px);
	max-width: 1024px !important;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px !important;
	padding-left: 40px !important;
	text-align: left;
}

.service-support-hero-badge,
.community-portal-hero-badge,
.news-page-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	padding: 8px 17px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.service-support-hero-badge span,
.community-portal-hero-badge span,
.news-page-badge span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00c9a7;
}.about-hero h1,
.service-support-hero h1,
.reports-hero h1,
.simulator-hero h1,
.community-portal-hero h1,
.news-page-title h1,
.trial-hero h1,
.contact-information-hero h1,
.careers-hero h1{
	color: #fff;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing:.02em;}

.about-hero p,
.service-support-hero p,
.reports-hero p,
.simulator-hero p,
.community-portal-hero p,
.news-page-title p,
.trial-hero p,
.contact-information-hero p,
.careers-hero p {
	max-width: 760px;
	margin-right: 0;
	margin-left: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 18px;
	line-height: 1.75;
	text-align: left;
}

@media (max-width: 768px) {
	.liying-free-trial-page,
	.liying-news-archive-page,
	.liying-news-detail-page,
	.page-liying-contact-information,
	.page-liying-careers {
		padding-top: 0;
	}

	.about-hero,
	.service-support-hero,
	.reports-hero,
	.simulator-hero,
	.community-portal-hero,
	.news-page-title,
	.trial-hero,
	.contact-information-hero,
	.careers-hero {
		min-height: 390px;
		margin-top: 0;
		padding: 105px 0 52px;
	}

	.service-support-hero > .container,
	.reports-hero > .container,
	.simulator-hero > .container,
	.community-portal-hero > .container,
	.news-page-title > .container,
	.trial-hero > .container,
	.contact-information-hero > .container,
	.careers-hero > .container {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}.about-hero h1,
	.service-support-hero h1,
	.reports-hero h1,
	.simulator-hero h1,
	.community-portal-hero h1,
	.news-page-title h1,
	.trial-hero h1,
	.contact-information-hero h1,
	.careers-hero h1{
		font-size: 34px;
	letter-spacing:.02em;}

	.about-hero p,
	.service-support-hero p,
	.reports-hero p,
	.simulator-hero p,
	.community-portal-hero p,
	.news-page-title p,
	.trial-hero p,
	.contact-information-hero p,
	.careers-hero p {
		font-size: 16px;
	}
}
/* 首屏高度与内容上下居中统一由 hero-center-unified.css 接管（该文件最后加载）。 */
