.bossgoo-contact {
	--brand: #005b9f;
	--brand-dark: #004a82;
	--brand-light: #f0f7ff;
	background: #fcfcfc;
}

.bossgoo-contact .page-wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 24px;
}

.bossgoo-contact .page-banner {
	position: relative;
	height: 320px;
	background: url("https://bsg-i.nbxc.com/upload/1867/514/39039d4fe3f6d84b95180fdafaf0cf05.jpg") center/cover no-repeat;
	overflow: hidden;
}

.bossgoo-contact .banner-mask {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.bossgoo-contact .banner-inner {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bossgoo-contact .banner-title {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
}

.bossgoo-contact .breadcrumb {
	background: #fff;
	border-bottom: 1px solid #f3f4f6;
}

.bossgoo-contact .breadcrumb-inner {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	color: #6b7280;
}

.bossgoo-contact .breadcrumb a {
	color: #6b7280;
	transition: color 0.3s ease;
}

.bossgoo-contact .breadcrumb a:hover,
.bossgoo-contact .breadcrumb span {
	color: var(--brand);
}

.bossgoo-contact .page-main {
	padding: 48px 0;
}

.bossgoo-contact .content-layout {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.bossgoo-contact .main-content {
	width: 75%;
}

.bossgoo-contact .side {
	width: 25%;
}

.bossgoo-contact .content-card,
.bossgoo-contact .side-card {
	background: #fff;
	border: 1px solid #f3f4f6;
}

.bossgoo-contact .content-card {
	padding: 32px;
}

.bossgoo-contact .contact-section {
	margin-bottom: 40px;
}

.bossgoo-contact .section-title {
	padding-bottom: 12px;
	margin-bottom: 24px;
	border-bottom: 1px solid #f3f4f6;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 600;
	color: var(--brand);
}

.bossgoo-contact .info-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-size: 16px;
	line-height: 1.55;
}

.bossgoo-contact .info-list p {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.bossgoo-contact .info-list strong {
	flex: 0 0 80px;
	font-weight: 600;
	color: var(--brand);
}

.bossgoo-contact .info-list a {
	color: var(--brand);
}

.bossgoo-contact .info-list a:hover {
	text-decoration: underline;
}

.bossgoo-contact .inquiry-section {
	padding-top: 48px;
	border-top: 1px solid #e5e7eb;
}

.bossgoo-contact .inquiry-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.bossgoo-contact .form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.bossgoo-contact .form-field {
	display: block;
}

.bossgoo-contact .form-field span {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
}

.bossgoo-contact .form-field input,
.bossgoo-contact .form-field textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 2px;
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	transition: border-color 0.3s ease;
}

.bossgoo-contact .form-field input[readonly] {
	background: #f9fafb;
}

.bossgoo-contact .form-field input:focus,
.bossgoo-contact .form-field textarea:focus {
	border-color: var(--brand);
}

.bossgoo-contact .submit-btn {
	width: fit-content;
	padding: 12px 40px;
	border: none;
	border-radius: 2px;
	background: var(--brand);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.3s ease;
}

.bossgoo-contact .submit-btn:hover {
	background: var(--brand-dark);
}

.bossgoo-contact .side-card {
	position: sticky;
	top: 24px;
	padding: 0 24px 24px;
}

.bossgoo-contact .side-card>div {
	margin: 0 -24px 16px;
	padding: 12px 16px;
	background: var(--brand);
	border-bottom: 1px solid #f3f4f6;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 600;
	color: #fff;
}

.bossgoo-contact .side-card ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bossgoo-contact .side-card a {
	display: block;
	padding: 12px 16px;
	border-left: 4px solid transparent;
	border-radius: 2px;
	font-size: 16px;
	color: #666;
	transition: all 0.3s ease;
}

.bossgoo-contact .side-card a:hover,
.bossgoo-contact .side-card a.active {
	background: var(--brand-light);
	border-left-color: var(--brand);
	color: var(--brand);
}

@media only screen and (max-width: 1040px) {
	.bossgoo-contact .page-wrap {
		padding: 0 0.32rem;
	}

	.bossgoo-contact .page-banner {
		height: 4.2rem;
	}

	.bossgoo-contact .banner-title {
		font-size: 0.72rem;
	}

	.bossgoo-contact .breadcrumb-inner {
		padding-top: 0.24rem;
		padding-bottom: 0.24rem;
		font-size: 0.28rem;
	}

	.bossgoo-contact .page-main {
		padding: 0.8rem 0;
	}

	.bossgoo-contact .content-layout {
		flex-direction: column;
		gap: 0.6rem;
	}

	.bossgoo-contact .main-content {
		width: 100%;
	}

	.bossgoo-contact .side {
		display: none;
	}

	.bossgoo-contact .content-card {
		padding: 0.48rem;
	}

	.bossgoo-contact .contact-section {
		margin-bottom: 0.72rem;
	}

	.bossgoo-contact .section-title {
		padding-bottom: 0.24rem;
		margin-bottom: 0.4rem;
		font-size: 0.4rem;
	}

	.bossgoo-contact .info-list {
		gap: 0.24rem;
		font-size: 0.28rem;
		line-height: 1.55;
	}

	.bossgoo-contact .info-list p {
		gap: 0.2rem;
	}

	.bossgoo-contact .info-list strong {
		flex-basis: 1.3rem;
	}

	.bossgoo-contact .inquiry-section {
		padding-top: 0.72rem;
	}

	.bossgoo-contact .inquiry-form {
		gap: 0.4rem;
	}

	.bossgoo-contact .form-row {
		grid-template-columns: 1fr;
		gap: 0.4rem;
	}

	.bossgoo-contact .form-field span {
		margin-bottom: 0.16rem;
		font-size: 0.26rem;
	}

	.bossgoo-contact .form-field input,
	.bossgoo-contact .form-field textarea {
		padding: 0.24rem 0.32rem;
		font-size: 0.28rem;
	}

	.bossgoo-contact .submit-btn {
		padding: 0.24rem 0.8rem;
		font-size: 0.28rem;
	}
}