/* 联系我们页 */

.site-page-contact {
	background: #fff;
}

.contact-page {
	padding: 64px 0 88px;
}

.contact-page__inner {
	max-width: 1470px;
	margin: 0 auto;
	width: 100%;
	padding: 0 40px;
}

.contact-page__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: start;
}

.contact-page__grid--with-sales {
	margin-bottom: 56px;
}

.contact-page__title {
	margin: 0 0 16px;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	color: #1a1a1a;
}

.contact-page__subtitle {
	margin: 0 0 36px;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: #4a4a4a;
}

.contact-page__title2 {
	margin: 0 0 18px;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	color: #1a1a1a;
}

.contact-page__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.contact-page__card {
	margin: 0;
	padding: 25px 28px;
	background: #f2f2f2;
}

.contact-page__name {
	margin: 0 0 10px;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #1a1a1a;
}

.contact-page__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 28px;
}

.contact-page__meta-item {
	margin: 0;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

.contact-page__meta-label {
	margin-right: 4px;
	color: #333;
}

.contact-page__meta-item a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact-page__meta-item a:hover {
	color: #c69c6d;
}

.contact-page__col--right .contact-page__subtitle {
	margin-bottom: 28px;
}

/* 销售团队 */
.contact-sales__title {
	margin: 0 0 22px;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #1a1a1a;
}

.contact-sales__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.contact-sales__card {
	margin: 0;
	padding: 25px 28px;
	background: #f2f2f2;
}

.contact-sales__name {
	margin: 0 0 12px;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #1a1a1a;
}

.contact-sales__meta {
	margin: 0;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: #333;
}

.contact-sales__meta + .contact-sales__meta {
	margin-top: 4px;
}

.contact-sales__label {
	margin-right: 4px;
}

.contact-sales__meta a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact-sales__meta a:hover {
	color: #c69c6d;
}

.contact-sales--with-maps {
	margin-bottom: 56px;
}

/* 地图展示 */
.contact-maps__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: start;
}

.contact-maps__label,
.contact-maps__address {
	margin: 0;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	color: #1a1a1a;
}

.contact-maps__address {
	margin-top: 4px;
}

.contact-maps__media {
	margin-top: 16px;
}

.contact-maps__media > *:first-child {
	margin-top: 0;
}

.contact-maps__media > *:last-child {
	margin-bottom: 0;
}

.contact-maps__media img,
.contact-maps__media iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	vertical-align: top;
}

.contact-maps__media iframe {
	min-height: 280px;
	aspect-ratio: 16 / 10;
	height: auto;
}

.contact-maps__media p {
	margin: 0;
}

/* Contact Form 7 */
.contact-page__form .wpcf7 {
	margin: 0;
}

.contact-page__form .wpcf7-form {
	margin: 0;
}

.contact-page__form .contact-form-row {
	margin: 0 0 20px;
}

.contact-page__form .contact-form-row br {
	display: none;
}

.contact-page__form .contact-form-label {
	display: block;
	margin: 0 0 6px;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	color: #1a1a1a;
}

.contact-page__form .contact-form-required {
	color: #e53935;
	margin-left: 2px;
}

.contact-page__form .wpcf7-form-control-wrap {
	display: block;
}

.contact-page__form input.wpcf7-form-control.contact-input,
.contact-page__form textarea.wpcf7-form-control.contact-input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 14px 16px;
	border: 0;
	border-radius: 6px;
	background: #f2f2f2;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	color: #1a1a1a;
	box-shadow: none;
	outline: none;
	transition: background 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}

.contact-page__form input.wpcf7-form-control.contact-input:focus,
.contact-page__form textarea.wpcf7-form-control.contact-input:focus {
	background: #ececec;
	box-shadow: 0 0 0 1px rgba(43, 125, 212, 0.35);
}

.contact-page__form textarea.wpcf7-form-control.contact-input {
	height: 120px;
	min-height: 120px;
	resize: vertical;
}

.contact-page__form .contact-form-submit {
	margin: 8px 0 0;
}

.contact-page__form .contact-form-submit br {
	display: none;
}

.contact-page__form input.wpcf7-submit.contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	margin: 0;
	padding: 14px 28px;
	border: 0;
	border-radius: 999px;
	background: #2a2a2a;
	color: #fff;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.contact-page__form input.wpcf7-submit.contact-submit:hover {
	background: #111;
}

.contact-page__form .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 13px;
	color: #e53935;
}

.contact-page__form .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 10px 14px;
	border-radius: 6px;
	font-size: 14px;
}

.contact-page__form .wpcf7-spinner {
	margin-left: 10px;
}

@media (max-width: 1100px) {
	.contact-page {
		padding: 48px 0 64px;
	}

	.contact-page__inner {
		padding: 0 28px;
	}

	.contact-page__grid {
		gap: 40px;
	}

	.contact-page__grid--with-sales {
		margin-bottom: 44px;
	}

	.contact-page__title,
	.contact-sales__title {
		font-size: 30px;
	}

	.contact-page__title2 {
		font-size: 26px;
	}

	.contact-sales__grid {
		gap: 40px;
	}
}

@media (max-width: 900px) {
	.contact-page__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.contact-sales__grid {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}

	.contact-maps__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}

@media (max-width: 640px) {
	.contact-page {
		padding: 36px 0 48px;
	}

	.contact-page__inner {
		padding: 0 20px;
	}

	.contact-page__grid--with-sales {
		margin-bottom: 36px;
	}

	.contact-sales--with-maps {
		margin-bottom: 36px;
	}

	.contact-page__title,
	.contact-sales__title {
		font-size: 28px;
	}

	.contact-page__subtitle {
		font-size: 16px;
		margin-bottom: 28px;
	}

	.contact-page__title2 {
		font-size: 24px;
	}

	.contact-page__card,
	.contact-sales__card {
		padding: 25px 28px;
	}

	.contact-page__meta {
		flex-direction: column;
		gap: 4px;
	}

	.contact-sales__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.contact-maps__media iframe {
		min-height: 220px;
	}

	.contact-page__form input.wpcf7-submit.contact-submit {
		width: 100%;
	}
}
