html {
	scroll-padding-top: 120px;
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

body {
	font-family: "PingFang SC", "Microsoft YaHei", "SimHei", sans-serif;
}

.font-mono {
	font-family: Menlo, Monaco, Consolas, monospace;
}

.wow {
	visibility: hidden;
}

.industrial-grid {
	background-image: linear-gradient(to right, rgba(16, 46, 136, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(16, 46, 136, 0.05) 1px, transparent 1px);
	background-size: 50px 50px;
}

.ripple-btn {
	position: relative;
	overflow: hidden;
}

.ripple {
	position: absolute;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	transform: scale(0);
	animation: ripple-effect 0.6s linear;
	pointer-events: none;
}

@keyframes ripple-effect {
	to {
		transform: scale(4);
		opacity: 0;
	}
}

.tilt-card {
	transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.touch-friendly {
	min-height: 54px;
	min-width: 54px;
}

.nav-shrink #nav-container {
	height: 12px !important;
}

.nav-shrink {
	@apply shadow-lg;
}

.main-nav-item a.active {
	color: #102E88;
}

.main-nav-item a.active:after {
	width: 100%;
}

.drawer-link.active {
	color: #102E88;
	border-left: 4px solid #D8813A;
	background-color: #f4f7ff;
}