/**
 * 营销前端 H5 + PC 增强
 */
:root {
	--fe-accent: #20aee3;
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

/* 移动端菜单 */
@media (max-width: 991px) {
	.gt-menu-wrapper .gt-menu-area {
		width: min(320px, 88vw);
	}

	.gt-mobile-menu a {
		padding: 12px 16px;
		font-size: 16px;
	}
}

/* Hero 区域 H5 */
@media (max-width: 767px) {
	.hero-style1 .hero-title {
		font-size: 1.65rem !important;
		line-height: 1.35;
	}

	.hero-style1 .hero-text {
		font-size: 14px;
	}

	.hero-style1 .btn {
		min-height: 44px;
		padding: 10px 20px;
		margin-bottom: 8px;
	}

	section {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}
}

/* 页脚 H5 堆叠 */
@media (max-width: 767px) {
	.footer-wrapper .row > [class*="col-"] {
		margin-bottom: 24px;
	}

	.footer-wrapper .widget_title {
		font-size: 1.1rem;
		margin-bottom: 12px;
	}
}

/* 定价 / FAQ 卡片 */
@media (max-width: 575px) {
	.pricing-card,
	.gt-pricing,
	.faq-card {
		margin-bottom: 16px;
	}
}

/* 套餐页：原图头 style1 卡片排布 */
.pricing-area .pricing-wrap.style1 .pricing-card-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
.pricing-area .pricing-wrap.style1 .pricing-card.style1 {
	flex: 1 1 300px;
	max-width: 370px;
}

/* 表单触控区域 */
input, select, textarea, button, .btn, a.btn {
	touch-action: manipulation;
}

/* 表格 / 内容不溢出 */
img {
	max-width: 100%;
	height: auto;
}

.container {
	padding-left: 16px;
	padding-right: 16px;
}

/* 官网顶栏登录注册按钮 */
.gt-header .menu-area .row {
	flex-wrap: nowrap;
}

.gt-header .main-menu > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gt-header .main-menu > ul > li > a {
	padding: 8px 14px;
	white-space: nowrap;
}

.gt-header .header-button {
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.gt-btn.gt-btn-auth-outline {
	background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
	border: none;
	color: #fff;
}

.gt-btn.gt-btn-auth-outline:hover,
.gt-btn.gt-btn-auth-outline:focus {
	color: #fff;
	filter: brightness(1.05);
}

@media (max-width: 767px) {
	.gt-mobile-menu a[href*="/user/login"] {
		font-weight: 600;
	}
}
