.apxm-landing {
	--apxm-navy: #071528;
	--apxm-gold: #e2b93b;
	--apxm-muted: #6b7280;
	--apxm-grey: #f3f4f6;
	margin: 0;
	background: #fff;
	color: #111;
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
	line-height: 1.55;
	overflow-x: clip;
	max-width: 100%;
}

.apxm-landing * { box-sizing: border-box; }

.apxm-inner {
	width: calc(100% - 32px);
	max-width: 960px;
	margin-inline: auto;
}

.apxm-nav {
	background: var(--apxm-navy);
	color: #fff;
}

.apxm-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 56px;
	gap: 12px;
}

.apxm-brand {
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 13px;
}

.apxm-nav__note {
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.75;
}

.apxm-hero {
	padding: 28px 0 32px;
}

.apxm-hero__grid {
	display: grid;
	gap: 24px;
}

.apxm-product-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	background: var(--apxm-grey);
}

.apxm-kicker {
	margin: 0 0 8px;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--apxm-muted);
	font-weight: 600;
}

.apxm-hero h1,
.apxm-empty h1,
.apxm-section h2 {
	margin: 0 0 12px;
	line-height: 1.15;
	letter-spacing: -0.02em;
	font-size: 28px;
}

.apxm-section h2 { font-size: 22px; }

.apxm-price {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	color: var(--apxm-navy);
}

.apxm-lead {
	margin: 0 0 18px;
	max-width: 42em;
}

.apxm-btn,
a.apxm-btn,
a.apxm-btn:hover,
a.apxm-btn:visited,
a.apxm-btn:focus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 22px;
	background: var(--apxm-navy) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none !important;
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
}

.apxm-unavailable {
	margin: 0 0 16px;
	font-weight: 600;
}

.apxm-trust,
.apxm-bullets {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.apxm-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	font-size: 13px;
	color: var(--apxm-muted);
}

.apxm-trust li::before,
.apxm-bullets li::before {
	content: "✓ ";
	color: var(--apxm-navy);
	font-weight: 700;
}

.apxm-bullets li {
	padding: 10px 0;
	border-bottom: 1px solid #e7e9ee;
}

.apxm-section { padding: 28px 0; }
.apxm-section--alt { background: var(--apxm-grey); }

.apxm-faq {
	padding: 14px 0;
	border-bottom: 1px solid #e7e9ee;
}

.apxm-faq__q {
	margin: 0 0 6px;
	font-weight: 700;
}

.apxm-faq__a { margin: 0; color: #333; }

.apxm-empty { padding: 48px 0 64px; }

.apxm-foot {
	padding: 28px 0 calc(110px + env(safe-area-inset-bottom, 0px));
	background: var(--apxm-navy);
	color: #fff;
	font-size: 13px;
}

.apxm-foot__copy { opacity: 0.7; }

.apxm-sticky {
	position: sticky;
	bottom: 0;
	padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
	background: #fff;
	border-top: 1px solid #e7e9ee;
	z-index: 20;
}

@media (min-width: 860px) {
	.apxm-inner { width: min(960px, calc(100% - 44px)); }

	.apxm-hero h1 { font-size: 40px; }

	.apxm-hero__grid {
		grid-template-columns: 0.9fr 1.1fr;
		align-items: center;
		gap: 40px;
	}

	.apxm-btn { width: auto; min-width: 240px; }

	.apxm-sticky { display: none; }

	.apxm-foot { padding-bottom: 40px; }
}

@media (max-width: 380px) {
	.apxm-hero h1 { font-size: 24px; }
}
