/**
 * App promo + newsletter strip (sitewide footer).
 */

.landing-app-news {
	background: #fff;
	padding: 1.75rem 0 2.25rem;
	border-top: 0;
}

.landing-app-news__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.95fr);
	gap: 1.15rem;
	align-items: stretch;
}

.landing-app,
.landing-newsletter {
	background: #eef1f6;
	border-radius: 20px;
	border: 0;
	box-shadow: none;
}

.landing-app {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.35rem 1.15rem;
	min-width: 0;
	min-height: 176px;
	padding: 1.1rem 1.25rem 1.1rem 0.35rem;
	overflow: hidden;
}

.landing-app__visual {
	position: relative;
	width: 148px;
	height: 156px;
	flex-shrink: 0;
}

.landing-app__phone {
	position: absolute;
	left: 4px;
	bottom: -36px;
	width: 108px;
	line-height: 0;
	filter: drop-shadow(0 10px 18px rgba(11, 22, 72, 0.18));
}

.landing-app__phone svg {
	display: block;
	width: 108px;
	height: auto;
}

.landing-app__badge {
	position: absolute;
	left: 74px;
	top: 50%;
	z-index: 2;
	display: flex;
	width: 72px;
	height: 72px;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(11, 22, 72, 0.14);
	transform: translateY(-50%);
}

.landing-app__badge svg {
	display: block;
	width: 44px;
	height: 44px;
}

.landing-app__copy {
	min-width: 0;
	padding: 0.15rem 0;
}

.landing-app__title {
	margin: 0 0 0.4rem;
	font-size: clamp(1.15rem, 1.3vw + 0.8rem, 1.45rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #0b1220;
}

.landing-app__text {
	margin: 0 0 0.95rem;
	max-width: 28rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #6b7280;
}

.landing-app__stores {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
}

.landing-app__store {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 42px;
	padding: 0.35rem 0.85rem 0.35rem 0.6rem;
	border-radius: 8px;
	text-decoration: none;
	line-height: 1.05;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-app__store:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.landing-app__store--apple {
	background: #fff;
	color: #111;
	border: 1.5px solid #111;
}

.landing-app__store--apple:hover {
	color: #111;
	background: #fff;
}

.landing-app__store--google {
	background: #111;
	color: #fff;
	border: 1.5px solid #111;
}

.landing-app__store--google:hover {
	color: #fff;
	background: #111;
}

.landing-app__store-icon {
	display: inline-flex;
	flex-shrink: 0;
}

.landing-app__store-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.landing-app__store-label {
	font-size: 0.58rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	opacity: 0.86;
}

.landing-app__store strong {
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.landing-app__qr {
	display: flex;
	width: 92px;
	height: 92px;
	padding: 0.28rem;
	border-radius: 6px;
	background: #fff;
	line-height: 0;
}

.landing-app__qr svg {
	display: block;
	width: 100%;
	height: 100%;
}

.landing-newsletter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.45rem 1.5rem 1.4rem;
}

.landing-newsletter__title {
	margin: 0 0 0.4rem;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #0b1220;
}

.landing-newsletter__text {
	margin: 0 0 1.1rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #6b7280;
}

.landing-newsletter__form {
	display: flex;
	align-items: stretch;
	gap: 0;
	overflow: hidden;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #dbe1ea;
}

.landing-newsletter__field {
	display: flex;
	flex: 1;
	align-items: center;
	min-width: 0;
	gap: 0.45rem;
	padding: 0 0.2rem 0 1rem;
}

.landing-newsletter__field-icon {
	display: inline-flex;
	flex-shrink: 0;
	color: #94a3b8;
}

.landing-newsletter__input {
	flex: 1;
	min-width: 0;
	padding: 0.78rem 0.7rem 0.78rem 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #0b1220;
	font: inherit;
	font-size: 0.88rem;
	box-shadow: none;
}

.landing-newsletter__input::placeholder {
	color: #94a3b8;
}

.landing-newsletter__input:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}

.landing-newsletter__form:focus-within {
	border-color: #2f6bff;
	box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.12);
}

.landing-newsletter__btn {
	padding: 0.78rem 1.25rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #2f6bff 0%, #8b3dff 100%);
	color: #fff;
	font: inherit;
	font-weight: 600;
	font-size: 0.88rem;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: none;
	transition: filter 0.2s ease;
}

.landing-newsletter__btn:hover {
	filter: brightness(1.05);
	transform: none;
	box-shadow: none;
}

.landing-newsletter__btn:disabled {
	opacity: 0.7;
	cursor: wait;
}

.landing-newsletter .newsletter-form__message {
	margin: 0.75rem 0 0;
	font-size: 0.85rem;
	line-height: 1.4;
}

.landing-newsletter .newsletter-form__message.is-success {
	color: #0f766e;
}

.landing-newsletter .newsletter-form__message.is-error {
	color: #b91c1c;
}

@media (max-width: 1100px) {
	.landing-app-news__inner {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.landing-newsletter {
		max-width: none;
	}
}

@media (max-width: 720px) {
	.landing-app {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		padding: 1.25rem 1.15rem 1.35rem;
	}

	.landing-app__visual {
		width: 148px;
		height: 140px;
	}

	.landing-app__phone {
		bottom: -42px;
	}

	.landing-app__copy {
		order: 2;
	}

	.landing-app__qr {
		order: 3;
	}

	.landing-app__text {
		margin-left: auto;
		margin-right: auto;
	}

	.landing-app__stores {
		justify-content: center;
	}

	.landing-newsletter__form {
		flex-direction: column;
		border-radius: 16px;
	}

	.landing-newsletter__btn {
		width: 100%;
		border-radius: 0 0 16px 16px;
	}
}
