/**
 * Hero موبایل — مینیمال و جذاب
 */

@media (max-width: 959px) {
	.ms-hero {
		min-height: auto;
		padding: 2.25rem 0 2rem;
		background: var(--ms-color-bg);
	}

	.ms-hero__bg {
		display: none;
	}

	.ms-hero__grid {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 1.5rem;
	}

	.ms-hero__copy {
		width: 100%;
		max-width: 22rem;
	}

	.ms-hero__badge {
		margin: 0 auto 1rem;
		padding: 0;
		background: none;
		border: none;
		box-shadow: none;
		font-size: var(--ms-text-xs);
		color: var(--ms-color-primary);
		font-weight: 700;
		letter-spacing: 0.02em;
	}

	.ms-hero__badge-dot {
		width: 6px;
		height: 6px;
		box-shadow: 0 0 0 3px var(--ms-color-accent-soft);
	}

	.ms-hero__title {
		font-size: clamp(1.75rem, 8.5vw, 2.25rem);
		line-height: 1.12;
		margin-bottom: 0.75rem;
		align-items: center;
	}

	.ms-hero__subtitle--long {
		display: none;
	}

	.ms-hero__subtitle--short {
		display: block;
		margin: 0 auto;
		font-size: var(--ms-text-lg);
		color: var(--ms-color-text-muted);
		max-width: 16ch;
		line-height: 1.5;
	}

	.ms-hero__teaser {
		display: block;
	}

	.ms-hero__actions {
		width: 100%;
		max-width: 20rem;
	}

	.ms-hero__cta {
		flex-direction: column;
		width: 100%;
		margin: 0;
		gap: 0;
	}

	.ms-hero__cta .ms-btn--primary {
		width: 100%;
		min-height: 54px;
		font-size: var(--ms-text-base);
		box-shadow: 0 8px 28px rgba(234, 88, 12, 0.26);
	}

	.ms-hero__btn-secondary {
		display: none !important;
	}

	.ms-hero__text-link {
		display: inline-block;
	}

	/* اعتماد در نوار آمار پایین — هیرو خلوت بماند */
	.ms-hero__trust-stats {
		display: none;
	}

	.ms-stats-bar {
		margin-top: 0;
	}
}
