.page-template-template-mobile-app .mobile-app-page {
	padding-block: 0;
}

.mobile-app {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(4.5rem, 9vw, 8.5rem);
	min-width: 0;
	padding-bottom: clamp(1rem, 3vw, 3rem);
}

.mobile-app > *,
.mobile-app__hero-copy,
.mobile-app__screens,
.mobile-app__screen-grid {
	min-width: 0;
}

.mobile-app__hero {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.78fr);
	align-items: center;
	gap: clamp(2.75rem, 6vw, 6rem);
	min-height: 720px;
	padding-block: clamp(3.5rem, 8vw, 7rem);
}

.mobile-app__hero-copy {
	position: relative;
	z-index: 2;
	max-width: 650px;
}

.mobile-app__hero h1 {
	max-width: 10.5ch;
	margin-bottom: 0.42em;
	font-size: clamp(3rem, 5.7vw, 5.6rem);
	letter-spacing: -0.038em;
	text-wrap: balance;
}

.mobile-app__lead {
	max-width: 61ch;
	margin-bottom: 0;
	color: var(--mt-ink-soft);
	font-size: clamp(1.05rem, 1.45vw, 1.25rem);
	line-height: 1.58;
}

.mobile-app__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 2.25rem;
}

.mobile-app__download {
	gap: 0.65rem;
	min-width: 194px;
	min-height: 54px;
	padding-inline: 1.35rem;
	box-shadow: 0 12px 28px rgb(36 87 214 / 0.22);
	transition: background-color 160ms var(--mt-ease), box-shadow 160ms var(--mt-ease), color 160ms var(--mt-ease), transform 160ms var(--mt-ease);
}

.mobile-app__download:hover {
	box-shadow: 0 16px 34px rgb(23 68 181 / 0.28);
	transform: translateY(-2px);
}

.mobile-app__download:active {
	box-shadow: 0 9px 22px rgb(23 68 181 / 0.22);
	transform: translateY(0);
}

.mobile-app__download-icon {
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
}

.mobile-app__download.is-disabled {
	background: var(--mt-line-dark);
	color: var(--mt-ink-soft);
	box-shadow: none;
	cursor: not-allowed;
	user-select: none;
}

.mobile-app__text-link {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	gap: 0.45rem;
	border: 1px solid var(--mt-line-dark);
	border-radius: 10px;
	color: var(--mt-ink);
	font-weight: 700;
	padding: 0.75rem 1rem;
	text-decoration: none;
	transition: background-color 160ms var(--mt-ease), border-color 160ms var(--mt-ease), color 160ms var(--mt-ease);
}

.mobile-app__text-link:hover {
	border-color: var(--mt-blue);
	background: var(--mt-white);
	color: var(--mt-blue-dark);
}

.mobile-app__text-link svg {
	width: 18px;
	height: 18px;
}

.mobile-app__release-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0;
	list-style: none;
	margin: 1.6rem 0 0;
	padding: 0;
	color: var(--mt-ink-soft);
	font-size: 0.82rem;
	font-weight: 700;
}

.mobile-app__release-facts li {
	display: flex;
	align-items: center;
}

.mobile-app__release-facts li:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 1rem;
	margin-inline: 0.75rem;
	background: var(--mt-line-dark);
}

.mobile-app__availability {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	max-width: 58ch;
	margin: 0.9rem 0 0;
	color: var(--mt-muted);
	font-size: 0.86rem;
}

.mobile-app__availability::before {
	content: "";
	width: 7px;
	height: 7px;
	flex: 0 0 auto;
	border-radius: 50%;
	margin-top: 0.52em;
	background: var(--mt-muted);
}

.mobile-app__availability.is-available::before {
	background: var(--mt-success);
}

.mobile-app__hero-visual {
	position: relative;
	min-width: 0;
	min-height: 700px;
	border-radius: var(--mt-radius-lg);
	background: var(--mt-ink);
	box-shadow: 0 28px 64px rgb(16 27 51 / 0.16);
	overflow: hidden;
	isolation: isolate;
}

.mobile-app__hero-visual::before {
	content: "";
	position: absolute;
	top: 7%;
	right: -5%;
	width: min(20vw, 260px);
	aspect-ratio: 1;
	border: 1px solid rgb(239 195 105 / 0.55);
	border-radius: 50%;
}

.mobile-app__hero-visual::after {
	content: "";
	position: absolute;
	bottom: -9%;
	left: -12%;
	width: 68%;
	height: 44%;
	border-radius: 50%;
	background: var(--mt-blue);
	opacity: 0.92;
	transform: rotate(-14deg);
}

.mobile-app__device-stage {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-height: 700px;
}

.mobile-app__device {
	position: relative;
	border: 10px solid #080e1d;
	border-radius: 36px;
	background: var(--mt-white);
	box-shadow: 0 28px 54px rgb(0 0 0 / 0.38);
	overflow: hidden;
}

.mobile-app__device::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	z-index: 3;
	width: 28%;
	height: 4px;
	border-radius: 999px;
	background: #2c3444;
	transform: translateX(-50%);
}

.mobile-app__device--primary {
	position: absolute;
	bottom: -2%;
	left: 10%;
	z-index: 3;
	width: min(292px, 60%);
}

.mobile-app__device--secondary {
	position: absolute;
	top: 8%;
	right: 7%;
	z-index: 2;
	width: min(202px, 42%);
	border-width: 8px;
	border-radius: 30px;
	box-shadow: 0 22px 42px rgb(0 0 0 / 0.3);
	transform: rotate(3.5deg);
}

.mobile-app__device > img {
	width: 100%;
	height: auto;
}

.mobile-app__device > .mobile-app__screen-placeholder {
	aspect-ratio: 9 / 20;
}

.mobile-app__screen-placeholder {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1rem;
	background: var(--mt-paper);
	color: var(--mt-ink);
	padding: 2rem 1.5rem;
	text-align: center;
}

.mobile-app__screen-placeholder img {
	width: 112px;
	height: 112px;
	object-fit: contain;
}

.mobile-app__screen-placeholder strong {
	font-size: 1.05rem;
}

.mobile-app__screen-placeholder span {
	max-width: 24ch;
	color: var(--mt-muted);
	font-size: 0.82rem;
}

.mobile-app__benefits,
.mobile-app__faq {
	display: grid;
	grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(2rem, 7vw, 7rem);
}

.mobile-app__section-intro {
	position: sticky;
	top: 82px;
}

.mobile-app__section-intro h2,
.mobile-app__screens-heading h2,
.mobile-app__installation h2,
.mobile-app__faq > h2 {
	font-size: clamp(2rem, 3.8vw, 3.8rem);
	letter-spacing: -0.03em;
}

.mobile-app__section-intro h2 {
	max-width: 12ch;
}

.mobile-app__section-intro p,
.mobile-app__screens-heading p {
	max-width: 58ch;
	color: var(--mt-muted);
}

.mobile-app__benefit-list {
	margin: 0;
}

.mobile-app__benefit-list > div {
	display: grid;
	grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1fr);
	gap: 1.5rem;
	border-top: 1px solid var(--mt-line-dark);
	padding-block: 1.6rem;
}

.mobile-app__benefit-list > div:last-child {
	border-bottom: 1px solid var(--mt-line-dark);
}

.mobile-app__benefit-list dt {
	font-weight: 760;
}

.mobile-app__benefit-list dd {
	max-width: 58ch;
	margin: 0;
	color: var(--mt-muted);
}

.mobile-app__screens-heading {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	align-items: end;
	gap: clamp(2rem, 7vw, 7rem);
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.mobile-app__screens-heading h2,
.mobile-app__screens-heading p {
	margin-bottom: 0;
}

.mobile-app__screens-heading h2 {
	max-width: 11ch;
}

.mobile-app__screens-hint {
	display: none;
}

.mobile-app__screens {
	position: relative;
	border-radius: var(--mt-radius-lg);
	background: var(--mt-white);
	box-shadow: 0 24px 64px rgb(16 27 51 / 0.09);
	padding: clamp(2.5rem, 5vw, 5rem);
	overflow: hidden;
}

.mobile-app__screen-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 286px));
	justify-content: center;
	align-items: start;
	gap: clamp(1.5rem, 3.5vw, 2.75rem);
	width: 100%;
}

.mobile-app__screen {
	position: relative;
	min-width: 0;
	margin: 0;
}

.mobile-app__screen:nth-child(2) {
	padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.mobile-app__screen:nth-child(3) {
	padding-top: clamp(0.75rem, 2vw, 1.75rem);
}

.mobile-app__screen-media {
	position: relative;
	border-radius: 36px;
	background: #080e1d;
	box-shadow: 0 24px 48px rgb(16 27 51 / 0.2);
	padding: 9px;
}

.mobile-app__screen-media::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 50%;
	z-index: 2;
	width: 27%;
	height: 4px;
	border-radius: 999px;
	background: #2c3444;
	transform: translateX(-50%);
}

.mobile-app__screen-media::after {
	content: "";
	position: absolute;
	top: 23%;
	right: -3px;
	width: 3px;
	height: 54px;
	border-radius: 0 4px 4px 0;
	background: #080e1d;
}

.mobile-app__screen-viewport {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 9 / 20;
	border-radius: 27px;
	background: var(--mt-white);
	overflow: hidden;
}

.mobile-app__screen-viewport img {
	width: 100%;
	height: auto;
}

.mobile-app__screen-media.is-empty {
	box-shadow: 0 18px 38px rgb(16 27 51 / 0.14);
}

.mobile-app__screen-media.is-empty .mobile-app__screen-viewport {
	display: grid;
	place-items: center;
	border: 1px dashed var(--mt-line-dark);
	background: var(--mt-paper);
	padding: 1.5rem;
}

.mobile-app__screen-media.is-empty .mobile-app__screen-viewport span {
	max-width: 24ch;
	color: var(--mt-muted);
	font-size: 0.88rem;
	text-align: center;
}

.mobile-app__screen figcaption {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 1rem 0.35rem 0;
	font-weight: 730;
}

.mobile-app__screen figcaption::before {
	content: "";
	width: 18px;
	height: 1px;
	flex: 0 0 auto;
	background: var(--mt-blue);
}

.mobile-app__installation {
	display: grid;
	grid-template-columns: minmax(0, 1.32fr) minmax(280px, 0.68fr);
	gap: clamp(2.5rem, 6vw, 6rem);
	border-radius: var(--mt-radius-lg);
	background: var(--mt-ink);
	box-shadow: 0 26px 64px rgb(16 27 51 / 0.17);
	color: rgb(255 255 255 / 0.78);
	padding: clamp(2rem, 6vw, 5rem);
}

.mobile-app__installation h2,
.mobile-app__installation h3 {
	color: var(--mt-white);
}

.mobile-app__installation h2 {
	max-width: 14ch;
}

.mobile-app__steps {
	display: grid;
	gap: 0;
	list-style: none;
	counter-reset: app-install-step;
	margin: 2.25rem 0 0;
	padding: 0;
}

.mobile-app__steps li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 0.25rem 1rem;
	counter-increment: app-install-step;
	border-top: 1px solid rgb(255 255 255 / 0.14);
	padding-block: 1.2rem;
}

.mobile-app__steps li:last-child {
	border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.mobile-app__steps li::before {
	content: counter(app-install-step);
	grid-row: 1 / 3;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgb(239 195 105 / 0.64);
	border-radius: 50%;
	color: #efc369;
	font-size: 0.82rem;
	font-weight: 800;
}

.mobile-app__steps strong {
	color: var(--mt-white);
}

.mobile-app__steps span {
	max-width: 62ch;
	color: rgb(255 255 255 / 0.7);
}

.mobile-app__notice {
	margin-top: 2rem;
	border-radius: var(--mt-radius);
	background: rgb(255 255 255 / 0.08);
	padding: 1.25rem;
}

.mobile-app__notice strong {
	color: var(--mt-white);
}

.mobile-app__notice p {
	max-width: 70ch;
	margin: 0.45rem 0 0;
	color: rgb(255 255 255 / 0.7);
	font-size: 0.9rem;
}

.mobile-app__release {
	min-width: 0;
	border-left: 1px solid rgb(255 255 255 / 0.16);
	padding-left: clamp(2rem, 5vw, 4rem);
}

.mobile-app__release h3 {
	font-size: 1.25rem;
}

.mobile-app__release dl {
	margin: 1.6rem 0 2rem;
}

.mobile-app__release dl > div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	border-top: 1px solid rgb(255 255 255 / 0.14);
	padding-block: 0.9rem;
}

.mobile-app__release dl > div:last-child {
	border-bottom: 1px solid rgb(255 255 255 / 0.14);
}

.mobile-app__release dt {
	color: rgb(255 255 255 / 0.62);
}

.mobile-app__release dd {
	margin: 0;
	color: var(--mt-white);
	font-weight: 740;
}

.mobile-app__release .mobile-app__download {
	width: 100%;
}

.mobile-app__release .mobile-app__download.is-disabled {
	background: rgb(255 255 255 / 0.16);
	color: rgb(255 255 255 / 0.72);
}

.mobile-app__release-empty {
	margin: 0.9rem 0 0;
	color: rgb(255 255 255 / 0.62);
	font-size: 0.84rem;
}

.mobile-app__checksum {
	margin-top: 1.25rem;
	font-size: 0.84rem;
}

.mobile-app__checksum summary {
	min-height: 44px;
	color: var(--mt-white);
	font-weight: 700;
	cursor: pointer;
}

.mobile-app__checksum p {
	margin-bottom: 0.65rem;
	color: rgb(255 255 255 / 0.68);
}

.mobile-app__checksum code {
	display: block;
	max-width: 100%;
	color: #f5d28e;
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 0.73rem;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.mobile-app__faq > h2 {
	max-width: 10ch;
}

.mobile-app__faq-list {
	border-top: 1px solid var(--mt-line-dark);
}

.mobile-app__faq-list details {
	border-bottom: 1px solid var(--mt-line-dark);
}

.mobile-app__faq-list summary {
	display: flex;
	min-height: 64px;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	list-style: none;
	font-weight: 740;
	cursor: pointer;
}

.mobile-app__faq-list summary::-webkit-details-marker {
	display: none;
}

.mobile-app__faq-list summary::after {
	content: "+";
	color: var(--mt-blue);
	font-size: 1.5rem;
	font-weight: 500;
}

.mobile-app__faq-list details[open] summary::after {
	content: "−";
}

.mobile-app__faq-list p {
	max-width: 68ch;
	margin: -0.35rem 0 1.35rem;
	color: var(--mt-muted);
}

@media (prefers-reduced-motion: no-preference) {
	.mobile-app__device--primary {
		animation: mobile-app-device-enter 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
	}
}

@keyframes mobile-app-device-enter {
	from {
		transform: translateY(18px);
		filter: blur(3px);
		box-shadow: 0 16px 30px rgb(0 0 0 / 0.26);
	}

	to {
		transform: translateY(0);
		filter: blur(0);
		box-shadow: 0 28px 54px rgb(0 0 0 / 0.38);
	}
}

@media (max-width: 980px) {
	.mobile-app__hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 3rem;
		min-height: 0;
	}

	.mobile-app__hero-copy {
		max-width: 760px;
	}

	.mobile-app__hero h1 {
		max-width: 14ch;
	}

	.mobile-app__hero-visual {
		min-height: 680px;
	}

	.mobile-app__device-stage {
		max-width: 720px;
		min-height: 680px;
		margin-inline: auto;
	}

	.mobile-app__device--primary {
		left: 12%;
	}

	.mobile-app__device--secondary {
		right: 10%;
	}

	.mobile-app__benefits,
	.mobile-app__faq {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.75rem;
	}

	.mobile-app__section-intro {
		position: static;
	}

	.mobile-app__section-intro h2,
	.mobile-app__faq > h2 {
		max-width: 16ch;
	}

	.mobile-app__installation {
		grid-template-columns: minmax(0, 1fr);
	}

	.mobile-app__release {
		border-top: 1px solid rgb(255 255 255 / 0.16);
		border-left: 0;
		padding-top: 2rem;
		padding-left: 0;
	}

	.mobile-app__release .mobile-app__download {
		width: auto;
	}
}

@media (max-width: 760px) {
	.mobile-app {
		gap: 4.5rem;
	}

	.mobile-app__hero {
		padding-block: 2.75rem 0;
	}

	.mobile-app__hero h1 {
		font-size: clamp(2.7rem, 13vw, 4.5rem);
	}

	.mobile-app__hero-visual {
		width: calc(100% + 1.25rem);
		min-height: 610px;
		margin-left: -0.625rem;
		border-radius: var(--mt-radius);
	}

	.mobile-app__benefit-list > div {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.45rem;
	}

	.mobile-app__screens-heading {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
		gap: 0.8rem;
	}

	.mobile-app__screens-heading h2 {
		max-width: 15ch;
	}

	.mobile-app__screens {
		width: calc(100% + 1.25rem);
		margin-left: -0.625rem;
		border-radius: var(--mt-radius);
		padding: 2rem 1.25rem 2.5rem;
	}

	.mobile-app__screens-hint {
		display: inline-flex;
		align-items: center;
		gap: 0.4rem;
		margin-top: 0.35rem;
		color: var(--mt-blue);
		font-size: 0.82rem;
		font-weight: 720;
	}

	.mobile-app__screens-hint svg {
		width: 17px;
		height: 17px;
	}

	.mobile-app__screen-grid {
		grid-template-columns: repeat(3, minmax(244px, min(72vw, 286px)));
		justify-content: start;
		gap: 1rem;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		scrollbar-width: none;
		padding: 0 0.1rem 1rem;
	}

	.mobile-app__screen-grid::-webkit-scrollbar {
		display: none;
	}

	.mobile-app__screen {
		padding-top: 0;
		scroll-snap-align: start;
	}

	.mobile-app__screen-media {
		border-radius: 32px;
		padding: 7px;
	}

	.mobile-app__screen-viewport {
		border-radius: 25px;
	}

	.mobile-app__installation {
		width: calc(100% + 1.25rem);
		margin-left: -0.625rem;
		border-radius: var(--mt-radius);
		padding: 2rem 1.25rem 2.5rem;
	}
}

@media (max-width: 430px) {
	.mobile-app__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mobile-app__actions .mobile-app__download {
		width: 100%;
	}

	.mobile-app__text-link {
		align-self: flex-start;
	}

	.mobile-app__release-facts {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
	}

	.mobile-app__release-facts li:not(:last-child)::after {
		display: none;
	}

	.mobile-app__hero-visual {
		min-height: 570px;
	}

	.mobile-app__hero-visual::before {
		top: 8%;
		right: -16%;
		width: 210px;
	}

	.mobile-app__hero-visual::after {
		bottom: -6%;
		left: -25%;
		width: 92%;
		height: 35%;
	}

	.mobile-app__device-stage {
		min-height: 570px;
	}

	.mobile-app__device--primary {
		bottom: 18px;
		left: 50%;
		width: min(250px, 84%);
		border-width: 8px;
		border-radius: 31px;
		translate: -50% 0;
	}

	.mobile-app__device--secondary {
		display: none;
	}

	.mobile-app__installation h2,
	.mobile-app__section-intro h2,
	.mobile-app__screens-heading h2,
	.mobile-app__faq > h2 {
		font-size: 2.15rem;
	}

	.mobile-app__steps li {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 0.25rem 0.75rem;
	}

	.mobile-app__steps li::before {
		width: 30px;
		height: 30px;
	}

	.mobile-app__release .mobile-app__download {
		width: 100%;
	}

	.mobile-app__screen-grid {
		grid-template-columns: repeat(3, minmax(236px, 76vw));
	}
}
