.inquiry-page {
	margin-top: 180px;
	min-width: 1320px;
	background: #ffffff;
	color: #17263a;
	font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.inquiry-container {
	width: 1180px;
	margin: 0 auto;
}

.inquiry-hero {
	min-height: 450px;
	background:
		radial-gradient(circle at 86% 34%, rgba(74, 151, 255, 0.26), transparent 25%),
		linear-gradient(126deg, #eaf6ff 0%, #f8fcff 48%, #ddecff 100%);
	overflow: hidden;
}

.inquiry-page .hero-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 450px;
}

.inquiry-page .hero-copy {
	width: 560px;
}

.inquiry-page .hero-copy h1 {
	margin: 0 0 18px;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.1;
	color: #004b9e;
	letter-spacing: 0;
	text-shadow: 0 5px 12px rgba(0, 75, 158, 0.12);
}

.inquiry-page .hero-copy h2 {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	color: #263a55;
}

.inquiry-page .hero-copy p {
	width: 520px;
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: #5a6a7e;
}

.inquiry-page .hero-actions,
.inquiry-page .leader-actions {
	display: flex;
	gap: 74px;
	margin-top: 34px;
}

.inquiry-page .btn-outline,
.inquiry-page .btn-primary,
.inquiry-page .module-btn,
.inquiry-page .faq-more,
.inquiry-page .faq-head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}

.inquiry-page .btn-outline,
.inquiry-page .btn-primary {
	width: 118px;
	height: 36px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
}

.inquiry-page .btn-outline {
	color: #0a65c6;
	background: #ffffff;
	border: 1px solid #0a65c6;
}

.inquiry-page .btn-primary {
	color: #ffffff;
	background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
	border: 0;
	box-shadow: 0 8px 18px rgba(18, 168, 255, 0.24);
}

.inquiry-page .hero-media {
	position: relative;
	width: 560px;
	height: 300px;
}

.inquiry-page .hero-screen {
	position: absolute;
	right: 80px;
	top: 16px;
	width: 430px;
	height: 250px;
	padding: 12px;
	border: 4px solid #243b55;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(24, 82, 145, 0.22);
	box-sizing: border-box;
}

.inquiry-page .hero-screen::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 28px;
	border-radius: 10px 10px 0 0;
	background:
		radial-gradient(circle at 20px 14px, #ff6b6b 0 4px, transparent 5px),
		radial-gradient(circle at 38px 14px, #ffc24a 0 4px, transparent 5px),
		radial-gradient(circle at 56px 14px, #31c36b 0 4px, transparent 5px),
		#f4f8ff;
}

.inquiry-page .hero-screen img {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	object-fit: cover;
	box-sizing: border-box;
}

.inquiry-page .hero-phone {
	position: absolute;
	right: 0;
	bottom: 6px;
	z-index: 2;
	width: 108px;
	height: 186px;
	padding: 28px 12px 14px;
	border: 6px solid #243b55;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(24, 82, 145, 0.2);
	box-sizing: border-box;
}

.inquiry-page .hero-phone::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 24px;
	border-radius: 12px 12px 0 0;
	background: #f2f8ff;
}

.inquiry-page .phone-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.inquiry-page .phone-grid span {
	height: 32px;
	border-radius: 7px;
	background:
		linear-gradient(135deg, rgba(52, 201, 255, 0.18), rgba(0, 104, 216, 0.16)),
		#f8fbff;
	border: 1px solid #dcecff;
}

.inquiry-page .play-mark {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	width: 58px;
	height: 58px;
	margin: -28px 0 0 -12px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.42);
}

.inquiry-page .play-mark::before {
	content: "";
	position: absolute;
	left: 24px;
	top: 18px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 17px solid #ffffff;
}

.inquiry-page .partner-carousel {
	padding: 34px 0 54px;
	background: #ffffff;
	overflow: hidden;
}

.inquiry-page .partner-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #4d5968;
}

.inquiry-page .value-section {
	padding: 46px 0 84px;
	background: #ffffff;
}

.inquiry-page .section-title {
	margin: 0 0 58px;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #004b9e;
	letter-spacing: 0;
}

.inquiry-page .value-list {
	display: flex;
	justify-content: space-between;
}

.inquiry-page .value-item {
	width: 238px;
	text-align: center;
}

.inquiry-page .value-item img {
	display: block;
	width: 160px;
	height: 160px;
	margin: 0 auto 24px;
	object-fit: contain;
}

.inquiry-page .value-item h3 {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	color: #1d2b3d;
}

.inquiry-page .value-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #48596d;
}

.inquiry-page .module-section {
	padding: 70px 0;
	background: #ffffff;
}

.inquiry-page .module-section-blue {
	background: #eef7ff;
}

.inquiry-page .module-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 88px;
}

.inquiry-page .module-reverse {
	flex-direction: row-reverse;
}

.inquiry-page .module-media {
	position: relative;
	flex: 0 0 500px;
	width: 500px;
	height: 286px;
	border: 1px solid #9ed0ff;
	border-radius: 10px;
	background:
		linear-gradient(#dbeeff 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 126, 255, 0.12) 0 24%, transparent 24%),
		#ffffff;
	background-size: 100% 32px, 100% 100%, 100% 100%;
	box-shadow: 0 12px 28px rgba(35, 91, 154, 0.14);
	overflow: hidden;
}

.inquiry-page .module-media::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 30px;
	background:
		radial-gradient(circle at 22px 15px, #ff6b6b 0 4px, transparent 5px),
		radial-gradient(circle at 40px 15px, #ffc24a 0 4px, transparent 5px),
		radial-gradient(circle at 58px 15px, #31c36b 0 4px, transparent 5px),
		#f4f8ff;
}

.inquiry-page .module-media::after {
	content: "";
	position: absolute;
	left: 28px;
	right: 28px;
	top: 58px;
	bottom: 28px;
	border-radius: 6px;
	background:
		linear-gradient(90deg, transparent 0 13%, #57b8ff 13% 16%, transparent 16% 29%, #74d17a 29% 32%, transparent 32% 45%, #57b8ff 45% 48%, transparent 48% 61%, #74d17a 61% 64%, transparent 64%),
		linear-gradient(#e1edf8 1px, transparent 1px);
	background-size: 100% 46px, 100% 28px;
}

.inquiry-page .module-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inquiry-page .module-media img[src=""] {
	opacity: 0;
}

.inquiry-page .module-copy {
	width: 470px;
}

.inquiry-page .module-copy h2 {
	margin: 0 0 28px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	color: #004b9e;
	letter-spacing: 0;
}

.inquiry-page .module-copy p {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.9;
	color: #22344d;
}

.inquiry-page .module-copy strong {
	font-weight: 800;
	color: #1b2c42;
}

.inquiry-page .module-btn {
	width: 96px;
	height: 32px;
	margin-top: 8px;
	border-radius: 18px;
	background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 8px 16px rgba(18, 168, 255, 0.22);
}

.inquiry-page .module-btn::after {
	content: "";
	width: 6px;
	height: 6px;
	margin-left: 7px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: rotate(45deg);
}

.inquiry-page .leader-section {
	padding: 70px 0 66px;
	text-align: center;
	background: #ffffff;
}

.inquiry-page .leader-section h2 {
	margin: 0 0 10px;
	font-size: 26px;
	font-weight: 800;
	color: #004b9e;
	letter-spacing: 0;
}

.inquiry-page .leader-section h3 {
	margin: 0 0 26px;
	font-size: 22px;
	font-weight: 700;
	color: #004b9e;
}

.inquiry-page .leader-section p {
	width: 790px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.8;
	color: #5a6b80;
}

.inquiry-page .leader-actions {
	justify-content: center;
	gap: 28px;
	margin-top: 30px;
}

.inquiry-page .faq-section {
	padding: 72px 0 86px;
	background:
		radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.9), transparent 26%),
		linear-gradient(135deg, #e5f7ff 0%, #f6fbff 55%, #e4f5ff 100%);
}

.inquiry-page .faq-head {
	position: relative;
	margin-bottom: 48px;
	text-align: center;
}

.inquiry-page .faq-head h2 {
	margin: 0;
	font-size: 32px;
	font-weight: 800;
	color: #004b9e;
}

.inquiry-page .faq-head a,
.inquiry-page .faq-more {
	width: 110px;
	height: 30px;
	border-radius: 16px;
	background: linear-gradient(90deg, #35c9ff 0%, #0068d8 100%);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 8px 16px rgba(18, 168, 255, 0.2);
}

.inquiry-page .faq-head a {
	position: absolute;
	right: 70px;
	top: 8px;
}

.inquiry-page .faq-list {
	width: 860px;
	margin: 0 auto;
}

.inquiry-page .faq-item {
	margin-bottom: 18px;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(32, 87, 148, 0.2);
	font-size: 14px;
	color: #3b4b5f;
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}

.inquiry-page .faq-item.active {
	box-shadow: 0 8px 18px rgba(32, 87, 148, 0.24);
}

.inquiry-page .faq-question {
	position: relative;
	height: 40px;
	padding: 0 52px 0 22px;
	line-height: 40px;
	cursor: pointer;
}

.inquiry-page .faq-question::before {
	content: "?";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	border: 1px solid #8597ac;
	border-radius: 50%;
	font-size: 12px;
	color: #5d7188;
}

.inquiry-page .faq-question::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 15px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #8194aa;
	border-bottom: 2px solid #8194aa;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.inquiry-page .faq-item.active .faq-question::after {
	top: 18px;
	transform: rotate(225deg);
}

.inquiry-page .faq-answer {
	display: none;
	padding: 0 52px 18px 48px;
	font-size: 13px;
	line-height: 1.8;
	color: #5b6d82;
}

.inquiry-page .faq-item.active .faq-answer {
	display: block;
}

.inquiry-page .faq-more {
	margin: 6px 142px 0 auto;
}

.inquiry-page #modalForm.modal-data {
	background:
		radial-gradient(circle at 42% 38%, rgba(28, 169, 255, 0.2), transparent 26%),
		rgba(9, 24, 44, 0.58);
	backdrop-filter: blur(4px);
}
