/* Modul Marble Live Gallery — /app */

.app-landing {
	background: #f6f1e8;
	color: #243746;
	text-align: left;
	padding: 0 0 4.5rem;
}

.app-landing *,
.app-landing *::before,
.app-landing *::after {
	box-sizing: border-box;
}

.app-landing img {
	max-width: 100%;
	height: auto;
}

.app-landing a {
	color: inherit;
}

.app-landing__inner {
	width: min(1120px, calc(100% - 2.5rem));
	margin: 0 auto;
}

.app-landing__hero {
	display: grid;
	gap: 2.25rem;
	align-items: center;
	padding: 3.25rem 0 1.5rem;
}

.app-landing__copy {
	max-width: 36rem;
}

.app-landing__kicker {
	margin: 0 0 0.85rem;
	font-family: BrandonGrotesqueWeb-Medium, sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6b8496;
}

.app-landing h1 {
	margin: 0 0 0.85rem;
	font-family: BrandonGrotesqueWeb-Medium, sans-serif;
	font-size: clamp(2.05rem, 5vw, 3.35rem);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #161616;
}

.app-landing__lede {
	margin: 0 0 1.35rem;
	font-family: FreightDispProBook-Italic, serif;
	font-size: clamp(1.2rem, 2.4vw, 1.45rem);
	line-height: 1.35;
	color: #5b6d7a;
}

.app-landing__desc,
.app-landing__desc p {
	margin: 0 0 1.1rem;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #3d4d59;
}

.app-landing__desc p:last-child {
	margin-bottom: 0;
}

.app-landing__stores {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.85rem;
	margin: 1.75rem 0 0;
}

.app-landing__stores.is-android {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.app-landing__badge {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	flex: 0 0 auto;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.app-landing__badge:hover,
.app-landing__badge:focus-visible {
	transform: translateY(-1px);
	opacity: 0.92;
}

.app-landing__badge img {
	display: block;
	width: auto;
	height: 48px;
	max-width: none;
}

.app-landing__badge--google {
	height: 48px;
	overflow: hidden;
}

.app-landing__badge--google img {
	height: 72px;
	margin: -12px -14px;
}

.app-landing__visual {
	margin: 0 auto;
	max-width: 28rem;
}

.app-landing__visual img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1.15rem;
}

.app-landing__features {
	margin-top: 2rem;
	padding-top: 0;
}

.app-landing__features-title {
	margin: 0 0 1.15rem;
	font-family: BrandonGrotesqueWeb-Medium, sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6b8496;
}

.app-landing__feature-list {
	display: grid;
	gap: 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.app-landing__feature-list > * {
	min-width: 0;
}

.app-landing ul.app-landing__feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.app-landing .app-landing__feature-list li {
	margin: 0;
	list-style: none;
}

.app-landing__feature {
	display: grid;
	grid-template-columns: 1.5rem 1fr;
	gap: 0.85rem;
	align-items: start;
	padding: 1.35rem 1.4rem;
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(36, 55, 70, 0.08);
	border-radius: 0.85rem;
}

.app-landing__feature-icon {
	width: 1.65rem;
	height: 1.65rem;
	color: #243746;
}

.app-landing__feature-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.app-landing__feature h2 {
	margin: 0 0 0.28rem;
	font-family: BrandonGrotesqueWeb-Medium, sans-serif;
	font-size: 0.98rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
	text-transform: none;
	color: #243746;
}

.app-landing__feature p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: #5b6d7a;
}

.app-landing__privacy {
	margin: 2rem 0 0;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	color: #6b8496;
}

.app-landing__privacy a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.app-landing__privacy a:hover,
.app-landing__privacy a:focus-visible {
	color: #243746;
}

@media (min-width: 900px) {
	.app-landing {
		padding-bottom: 5.5rem;
	}

	.app-landing__hero {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		gap: 4rem;
		padding: 4.5rem 0 2rem;
	}

	.app-landing__visual {
		max-width: none;
	}

	.app-landing__feature-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem;
	}
}

@media (max-width: 899px) {
	.app-landing__copy {
		max-width: none;
		text-align: center;
	}

	.app-landing__stores,
	.app-landing__stores.is-android {
		justify-content: center;
	}

	.app-landing__feature {
		text-align: left;
	}

	.app-landing__privacy {
		text-align: center;
	}
}
