/* Freiermuth Connect - Mobile-only overrides */

html,
body {
	overflow-x: hidden;
}

.lang-switch {
	max-width: 100%;
}

@media (max-width: 768px) {
	.glass-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 60;
	}

	main section[id] {
		scroll-margin-top: 6rem;
	}

	.glass-header {
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}

	.glass-card {
		border-radius: 1rem;
		padding: 1rem;
	}

	#main-nav {
		max-height: calc(100vh - 5rem);
		overflow-y: auto;
	}

	#wa-fab {
		width: 3.25rem;
		height: 3.25rem;
	}

	#scroll-top-btn {
		width: 2.75rem;
		height: 2.75rem;
	}
}
