/* Create Your Servers in Minutes Section - Mobile */
.introduction-section {
	padding: 60px 0;
}

.create-servers-wrapper {
	grid-template-columns: 1fr;
	gap: 40px;
}

.create-servers-title {
	font-size: 28px;
	margin-bottom: 20px;
}

.create-servers-content {
	gap: 16px;
}

.create-servers-text {
	font-size: 15px;
	line-height: 1.6;
}

.customized-price .price-amount {
	font-size: 28px;
	font-weight: 600;
}

.create-server-section,
.explore-marketplace-section {
	padding: 30px 0;
}

.create-server-section .my-container {
	padding: 0;
}

.customized-form-card {
	padding: 12px;
}

@media screen and (max-width: 768px) {
	.introduction-section {
		padding: 40px 0;
	}

	.create-servers-wrapper {
		gap: 30px;
	}

	.create-servers-title {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.create-servers-text {
		font-size: 14px;
	}

	.video-controls-overlay {
		padding: 12px;
	}

	.video-controls {
		gap: 6px;
		flex-wrap: wrap;
	}

	.video-control-btn {
		padding: 4px;
	}

	.video-control-btn svg {
		width: 16px;
		height: 16px;
	}

	.video-time {
		font-size: 11px;
		min-width: 60px;
	}

	.video-progress-container {
		order: -1;
		width: 100%;
		flex-basis: 100%;
	}

	/* Create Server Section - Mobile */

	.create-server-title {
		font-size: 26px;
	}

	.create-server-subtitle {
		font-size: 20px;
	}

	.create-server-tabs {
		margin-bottom: 30px;
	}

	.create-tab-btn {
		padding: 10px 30px;
		font-size: 14px;
	}

	.server-cards-swiper {
		margin-bottom: 20px;
	}

	.server-cards-container {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.server-cards-pagination {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.form-row {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 16px;
	}

	.form-footer {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 24px;
		padding-top: 24px;
	}

	.form-footer-right {
		align-items: flex-start;
	}

	.customized-signup-btn {
		width: 100%;
	}

	/* Tooltip 移动端样式 */
	.help-tooltip,
	.form-row .form-field:last-child .help-tooltip {
		left: -260px;
		top: 100%;
		transform: translateY(8px);
		min-width: 280px;
		max-width: calc(100vw - 40px);
		z-index: 999;
	}

	.last-2-help-icon .help-tooltip {
		left: -142px;
		top: 100%;
	}

	/* .help-tooltip::before {
		content: '';
		position: absolute;
		bottom: 100%;
		left: 20px;
		border: 6px solid transparent;
		border-bottom-color: #60A5FA;
	} */

	/* Explore Marketplace Section - Mobile */

	.marketplace-title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.marketplace-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
		margin-bottom: 30px;
	}

	.marketplace-item {
		padding: 24px 16px;
		gap: 12px;
	}

	.marketplace-item-logo {
		width: 100%;
		height: auto;
	}

	.marketplace-item-name {
		font-size: 14px;
	}

	.marketplace-button-wrapper {
		margin-top: 30px;
	}

	.marketplace-button {
		padding: 10px 24px;
		font-size: 14px;
	}
}