/*
Theme Name: LaunchMax AI JV
Theme URI: https://example.com/launchmax-ai-jv
Author: LaunchMax AI
Author URI: https://example.com
Description: Classic WordPress theme built from the full "LaunchMax AI JV" Figma page (node 57:13217) — header, hero, launch-date CTA, big idea, product workspace, six feature cards, demo video, promotional angles, funnel/pricing table, FE+OTO cards, audience grid, JV contest, email swipes, social proof, serious-affiliates CTA, contact, and final CTA / sign-off.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: launchmax-jv
*/

/* -----------------------------------------------------------
   Design tokens (extracted from Figma node 57:13217)
----------------------------------------------------------- */
:root {
	--lmx-ink: #000000;
	--lmx-hero-from: #000000;
	--lmx-hero-to: #2f025b;
	--lmx-purple: #b600ff;
	--lmx-magenta: #ee11c4;
	--lmx-lime: #d2ff59;
	--lmx-pink: #fc65f8;
	--lmx-navy: #200b48;
	--lmx-deep-navy: #14012a;
	--lmx-card-from: rgba(182, 0, 255, 0.2);
	--lmx-card-to: #6d0099;
	--lmx-gold: #e8c315;
	--lmx-white: #ffffff;
	--lmx-off: #f6f3fb;
	--lmx-blob-pink: #ff86e8;
	--lmx-blob-purple: #b600ff;
	--lmx-blue: #157bfd;
	--lmx-text-dark: #25051c;
	--lmx-facebook: #157bfd;
	--lmx-teams: #4e1cac;
	--lmx-email: #ef1258;

	--lmx-font-display: "Bricolage Grotesque", "Poppins", sans-serif;
	--lmx-font-heading: "Plus Jakarta Sans", sans-serif;
	--lmx-font-body: "Poppins", sans-serif;
	--lmx-font-cta: "Work Sans", sans-serif;
	--lmx-font-numeric: "Rubik", sans-serif;
	--lmx-font-ui: "DM Sans", sans-serif;

	--lmx-container: 1200px;
	--lmx-container-narrow: 900px;
	--lmx-radius-lg: 32px;
	--lmx-radius-md: 20px;
	--lmx-radius-sm: 14px;
	--lmx-radius-pill: 999px;
}

/* -----------------------------------------------------------
   Reset / base
----------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--lmx-white);
	color: var(--lmx-text-dark);
	font-family: var(--lmx-font-body);
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; overflow: hidden; position: absolute !important;
	word-wrap: normal !important;
}

.lmx-container {
	width: 100%;
	max-width: var(--lmx-container);
	margin-inline: auto;
	padding-inline: 20px;
	position: relative;
}

.lmx-container-narrow { max-width: var(--lmx-container-narrow); }

.lmx-section { position: relative; overflow: hidden; }
.lmx-section-pad { padding: 90px 0; }

.lmx-eyebrow-badge {
	display: inline-flex;
	align-items: center;
	background: var(--lmx-pink);
	color: var(--lmx-deep-navy);
	border-radius: var(--lmx-radius-pill);
	padding: 10px 26px;
	font-family: var(--lmx-font-body);
	font-weight: 600;
	font-size: 16px;
}

.lmx-h2 {
	font-family: var(--lmx-font-heading);
	font-weight: 700;
	font-size: 38px;
	line-height: 1.2;
	color: var(--lmx-text-dark);
}

.lmx-h2.is-light { color: var(--lmx-white); }
.lmx-h2.is-center { text-align: center; margin-inline: auto; }

.lmx-lede {
	margin-top: 18px;
	font-family: var(--lmx-font-body);
	font-size: 18px;
	line-height: 1.6;
	color: #4a3f57;
}

.lmx-lede.is-light { color: rgba(255,255,255,0.85); }

/* -----------------------------------------------------------
   Buttons
----------------------------------------------------------- */
.lmx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 0;
	border-radius: var(--lmx-radius-pill);
	font-family: var(--lmx-font-cta);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.lmx-btn-gradient {
	background: linear-gradient(90deg, var(--lmx-purple) 0%, var(--lmx-magenta) 100%);
	color: var(--lmx-white);
	padding: 14px 28px;
	font-size: 15px;
}

.lmx-btn-gradient .lmx-arrow { width: 16px; height: 16px; }

.lmx-btn-lg { width: 100%; padding: 24px 30px; font-size: 19px; border-radius: 22px; }

.lmx-btn-secondary {
	display: flex; align-items: center; justify-content: center; gap: 10px;
	width: 100%; padding: 18px 20px; border-radius: 14px;
	font-family: var(--lmx-font-ui); font-weight: 500; font-size: 15px; text-transform: none;
}

.lmx-btn-lime { background: var(--lmx-lime); color: var(--lmx-ink); }
.lmx-btn-dark { background: var(--lmx-ink); color: var(--lmx-white); }

/* -----------------------------------------------------------
   1. Site header
----------------------------------------------------------- */
.lmx-site-header { position: sticky; top: 0; z-index: 100; padding: 18px 0 0; }

.lmx-header-bar {
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	background: var(--lmx-navy); border-radius: var(--lmx-radius-pill);
	padding: 10px 16px 10px 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.lmx-logo img { height: 40px; width: auto; }

.lmx-primary-nav ul { display: flex; align-items: center; gap: 32px; }
.lmx-primary-nav a { font-family: var(--lmx-font-heading); font-weight: 500; font-size: 15px; color: var(--lmx-white); }
.lmx-primary-nav a:hover { opacity: 0.7; }

.lmx-nav-toggle { display: none; padding: 8px; }
.lmx-nav-toggle span { display: block; width: 24px; height: 2px; background: var(--lmx-ink); margin: 5px 0; }

/* -----------------------------------------------------------
   2. Hero
----------------------------------------------------------- */
.lmx-hero {
	position: relative;
	background: linear-gradient(180deg, var(--lmx-hero-from) 0%, var(--lmx-hero-to) 100%);
	color: var(--lmx-white);
	padding: 70px 0 90px;
	margin-top: -74px;
}

.lmx-hero-decor { position: absolute; pointer-events: none; z-index: 0; opacity: 0.9; }
.lmx-hero-decor.is-left { top: 90px; left: 8%; width: 60px; }
.lmx-hero-decor.is-right { top: 85px; right: 6%; width: 76px; }

.lmx-hero-inner { position: relative; z-index: 1; max-width: 900px; margin-inline: auto; text-align: center; }

.lmx-badge {
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--lmx-lime); color: var(--lmx-ink); border-radius: var(--lmx-radius-pill);
	padding: 10px 24px; font-family: var(--lmx-font-body); font-weight: 500; font-size: 15px;
}

.lmx-hero-eyebrow { margin-top: 28px; font-family: var(--lmx-font-body); font-weight: 400; font-size: 18px; line-height: 1.4; }
.lmx-hero-kicker { margin-top: 26px; font-family: var(--lmx-font-heading); font-weight: 700; font-size: 22px; line-height: 1.3; }
.lmx-hero-title { margin-top: 18px; font-family: var(--lmx-font-display); font-weight: 700; font-size: 42px; line-height: 1.15; }
.lmx-hero-underline { display: block; margin: 20px auto 0; width: 70%; max-width: 480px; height: auto; }

.lmx-hero-banner {
	position: relative; display: inline-block; margin-top: 46px; padding: 18px 40px;
	border-radius: var(--lmx-radius-pill); background: linear-gradient(90deg, var(--lmx-gold) 0%, var(--lmx-purple) 100%);
}
.lmx-hero-banner span { font-family: var(--lmx-font-display); font-weight: 700; font-size: 26px; color: var(--lmx-white); white-space: nowrap; }

.lmx-hero-stats { margin-top: 22px; font-family: var(--lmx-font-body); font-weight: 500; font-size: 16px; }

.lmx-hero-visual {
	position: relative; z-index: 1; max-width: 900px; margin: 46px auto 0; aspect-ratio: 16/9;
	background: var(--lmx-ink); border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,0.5);
	display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.lmx-hero-visual img, .lmx-hero-visual video, .lmx-hero-visual iframe { width: 100%; height: 100%; object-fit: cover; border: 0; }
.lmx-hero-visual-placeholder { color: rgba(255,255,255,0.5); font-family: var(--lmx-font-body); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; }

/* -----------------------------------------------------------
   3. Launch date / affiliate CTA card
----------------------------------------------------------- */
.lmx-launch-wrap { background: var(--lmx-ink); padding-top: 60px; padding-bottom: 20px; }

.lmx-launch-card {
	position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px;
	align-items: center; background: linear-gradient(135deg, var(--lmx-card-from) 0%, var(--lmx-card-to) 100%);
	border-radius: var(--lmx-radius-lg); padding: 40px; color: var(--lmx-white);
}

.lmx-launch-media { display: flex; gap: 24px; align-items: flex-start; }
.lmx-launch-media-stack { position: relative; width: 42%; }
.lmx-launch-media-stack img { width: 100%; border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,0.35); }
.lmx-launch-media-stack img.is-overlay { position: absolute; inset: 0; box-shadow: none; }

.lmx-launch-dates { flex: 1; display: flex; flex-direction: column; gap: 20px; }
.lmx-launch-status {
	display: inline-flex; align-items: center; gap: 10px; border-radius: var(--lmx-radius-pill);
	padding: 8px 18px; font-family: var(--lmx-font-numeric); font-weight: 600; font-size: 14px; text-transform: uppercase;
}
.lmx-launch-status.is-live { background: var(--lmx-pink); color: var(--lmx-navy); }
.lmx-launch-status.is-closes { background: var(--lmx-navy); color: var(--lmx-white); }
.lmx-launch-status img { width: 20px; height: 20px; object-fit: contain; }
.lmx-launch-date { margin-top: 10px; font-family: var(--lmx-font-numeric); font-weight: 700; font-size: 30px; line-height: 1.1; }
.lmx-launch-time { margin-top: 4px; font-family: var(--lmx-font-numeric); font-weight: 400; font-size: 15px; color: rgba(255,255,255,0.85); }

.lmx-launch-offer { display: flex; flex-direction: column; gap: 16px; }
.lmx-launch-trust img { width: 160px; margin-bottom: 4px; }
.lmx-launch-offer-label { font-family: var(--lmx-font-heading); font-weight: 700; font-size: 16px; }
.lmx-launch-secondary { display: flex; flex-direction: column; gap: 12px; }

/* -----------------------------------------------------------
   Decorative blurred blobs (shared)
----------------------------------------------------------- */
.lmx-blob { position: absolute; width: 371px; height: 371px; border-radius: 50%; filter: blur(120px); z-index: 0; pointer-events: none; }
.lmx-blob.is-left { left: -12%; background: var(--lmx-blob-purple); }
.lmx-blob.is-right { right: -12%; background: var(--lmx-blob-pink); }

/* -----------------------------------------------------------
   4. Affiliates: easy to position
----------------------------------------------------------- */
.lmx-position-section { padding: 100px 0 0; }
.lmx-position-grid { display: flex; flex-direction: column; align-items: center; gap: 50px; position: relative; z-index: 1; }
.lmx-position-copy p { font-family: var(--lmx-font-body); font-size: 18px; line-height: 1.7; color: #4a3f57; margin-top: 22px; }

.lmx-checklist { display: flex; flex-direction: column; gap: 12px; }
.lmx-checklist-row {
	display: flex; align-items: center; gap: 16px; background: var(--lmx-white); border-radius: 22px;
	padding: 14px 20px; box-shadow: 0 10px 30px rgba(80, 20, 120, 0.1);
}
.lmx-checklist-row.is-final { background: var(--lmx-ink); color: var(--lmx-white); justify-content: space-between; }
.lmx-checklist-row img.is-check { width: 24px; height: 24px; }
.lmx-checklist-row span.is-label { font-family: var(--lmx-font-body); font-weight: 700; font-size: 17px; flex: 1; }
.lmx-checklist-row img.is-logo { height: 30px; width: auto; }

/* -----------------------------------------------------------
   5. Big Idea
----------------------------------------------------------- */
.lmx-bigidea-section { padding: 60px 0; }
.lmx-bigidea-heading { display: flex; flex-direction: column; align-items: center; gap: 18px; justify-content: center; text-align: center; }
.lmx-bigidea-heading img { height: 60px; width: auto; }
.lmx-bigidea-body { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-top: 50px; }
.lmx-bigidea-body p { font-family: var(--lmx-font-body); font-size: 20px; line-height: 1.7; color: rgba(255, 255, 255, 0.85); }
.lmx-bigidea-visual { position: relative; }
.lmx-bigidea-visual img { border-radius: 30px; box-shadow: 0 30px 70px rgba(90,0,140,0.18); }
.lmx-bigidea-visual img.is-overlay { position: absolute; }

/* -----------------------------------------------------------
   6. Product workspace + 7. Six feature cards
----------------------------------------------------------- */
.lmx-workspace-section { padding: 80px 0; text-align: center; background: radial-gradient(circle at 15% 20%, rgba(120,30,160,0.35), transparent 40%), radial-gradient(circle at 85% 80%, rgba(120,30,160,0.35), transparent 40%), var(--lmx-ink); }
.lmx-workspace-mockup { margin: 40px auto 0; max-width: 1083px; }
.lmx-workspace-mockup img { border-radius: 24px; box-shadow: 0 40px 90px rgba(90,0,140,0.22); }

.lmx-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; text-align: left; }
.lmx-feature-card {
	background: linear-gradient(180deg, rgba(70,15,110,0.55) 0%, rgba(20,5,35,0.7) 100%); border: 1px solid var(--lmx-pink);
	border-radius: 24px; padding: 28px; color: var(--lmx-white); display: flex; flex-direction: column; gap: 16px;
}
.lmx-feature-icon { width: 56px; height: 56px; background: var(--lmx-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.lmx-feature-icon img { width: 30px; height: 30px; }
.lmx-feature-card h3 { font-family: var(--lmx-font-body); font-weight: 600; font-size: 18px; letter-spacing: 0.01em; }
.lmx-feature-card p { font-family: var(--lmx-font-heading); font-weight: 500; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.9); }

/* -----------------------------------------------------------
   8. Demo / video
----------------------------------------------------------- */
.lmx-demo-section { padding: 90px 0; text-align: center; background: var(--lmx-ink); }
.lmx-demo-section .lmx-h2 { max-width: 820px; color: var(--lmx-white); }
.lmx-demo-sub { max-width: 720px; margin: 16px auto 0; font-size: 18px; color: rgba(255,255,255,0.75); }
.lmx-demo-player {
	position: relative; max-width: 900px; margin: 50px auto 0; aspect-ratio: 16/10;
	background: linear-gradient(160deg, rgba(30,8,45,0.95), rgba(50,15,60,0.9));
	border-radius: 24px; border: 1px solid rgba(183,0,255,0.35); display: flex; align-items: center; justify-content: center; overflow: visible; z-index: 1;
}
.lmx-demo-player::before,
.lmx-demo-player::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 24px;
	background: rgba(183,0,255,0.06);
	border: 1px solid rgba(183,0,255,0.2);
	z-index: -1;
}
.lmx-demo-player::before { transform: translate(16px, 16px); }
.lmx-demo-player::after { transform: translate(32px, 32px); z-index: -2; }
.lmx-demo-player iframe, .lmx-demo-player video { width: 100%; height: 100%; border: 0; border-radius: 24px; }
.lmx-demo-play-btn { width: 90px; height: 90px; }

/* -----------------------------------------------------------
   9. Promotional angles
----------------------------------------------------------- */
.lmx-angles-section { padding: 90px 0; text-align: center; background: var(--lmx-ink); }
.lmx-angles-section .lmx-h2 { color: #FDB813; }
.lmx-angle-row {
	display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
	background: rgba(183,0,255,0.06); border: 1px solid rgba(183,0,255,0.35); border-radius: 16px;
	padding: 20px 26px; box-shadow: none;
}
.lmx-angle-text { text-align: left; }
.lmx-angle-title { font-family: var(--lmx-font-heading); font-weight: 700; font-size: 16px; color: var(--lmx-pink); margin: 0 0 6px; text-transform: uppercase; }
.lmx-angle-desc { font-family: var(--lmx-font-body); font-size: 14px; color: rgba(255,255,255,0.75); margin: 0; }
.lmx-angles-list { display: flex; flex-direction: column; gap: 14px; margin-top: 50px; text-align: left; }
.lmx-angle-row img { width: 32px; height: 32px; flex-shrink: 0; }
.lmx-angle-row span { font-family: var(--lmx-font-heading); font-weight: 600; font-size: 17px; color: var(--lmx-text-dark); }

/* -----------------------------------------------------------
   10. Funnel / pricing table
----------------------------------------------------------- */
.lmx-funnel-section { padding: 90px 0; text-align: center; }
.lmx-funnel-eyebrow { display: inline-flex; background: var(--lmx-pink); color: var(--lmx-deep-navy); border-radius: var(--lmx-radius-pill); padding: 10px 26px; font-family: var(--lmx-font-body); font-weight: 400; font-size: 17px; }
.lmx-funnel-sub { max-width: 900px; margin: 16px auto 0; font-size: 17px; color: #4a3f57; }

.lmx-price-table { margin-top: 50px; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px rgba(80,20,120,0.12); }
.lmx-price-row { display: grid; grid-template-columns: 0.8fr 1.6fr 0.8fr 0.9fr 2fr; }
.lmx-price-row > div { padding: 18px 20px; font-family: var(--lmx-font-body); font-weight: 600; font-size: 15px; text-align: left; }
.lmx-price-row.is-head { background: var(--lmx-ink); color: var(--lmx-white); text-transform: uppercase; font-size: 13px; }
.lmx-price-row.is-fe { background: linear-gradient(90deg, var(--lmx-purple), var(--lmx-magenta)); color: var(--lmx-white); }
.lmx-price-row.is-oto { background: var(--lmx-off); color: var(--lmx-text-dark); border-top: 1px solid #eadffb; }

/* -----------------------------------------------------------
   11. FE + four OTO cards
----------------------------------------------------------- */
.lmx-oto-section { padding: 60px 0 100px; }
.lmx-oto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 20px; }
.lmx-oto-card.is-solo { grid-column: 1 / -1; max-width: 632px; margin-inline: auto; }
.lmx-oto-card {
	background: var(--lmx-white); border: 1px solid #eadffb; border-radius: 24px; padding: 26px;
	display: flex; gap: 20px; box-shadow: 0 16px 40px rgba(80,20,120,0.08);
}
.lmx-oto-media { position: relative; width: 140px; flex-shrink: 0; }
.lmx-oto-media img { border-radius: 14px; }
.lmx-oto-media img.is-overlay { position: absolute; inset: 0; }
.lmx-oto-body { display: flex; flex-direction: column; gap: 8px; }
.lmx-oto-tag { font-family: var(--lmx-font-cta); font-weight: 700; font-size: 12px; text-transform: uppercase; color: var(--lmx-purple); }
.lmx-oto-name { font-family: var(--lmx-font-heading); font-weight: 700; font-size: 18px; }
.lmx-oto-price { font-family: var(--lmx-font-numeric); font-weight: 700; font-size: 20px; color: var(--lmx-magenta); }
.lmx-oto-desc { font-family: var(--lmx-font-body); font-size: 14px; line-height: 1.5; color: #5c5165; }

/* -----------------------------------------------------------
   12. Who affiliates can promote to
----------------------------------------------------------- */
.lmx-audience-section { padding: 90px 0; text-align: center; position: relative; }
.lmx-audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px; }
.lmx-audience-card {
	display: flex; flex-direction: column; align-items: center; gap: 14px; background: var(--lmx-white);
	border-radius: 20px; padding: 26px 16px; box-shadow: 0 14px 34px rgba(80,20,120,0.1); text-align: center;
}
.lmx-audience-card img { width: 48px; height: 48px; object-fit: contain; }
.lmx-audience-card span { font-family: var(--lmx-font-heading); font-weight: 600; font-size: 14px; }
.lmx-audience-card.is-highlight { background: var(--lmx-ink); color: var(--lmx-white); }

/* -----------------------------------------------------------
   13. JV contest / prizes
----------------------------------------------------------- */
.lmx-contest-section { padding: 100px 0; text-align: center; position: relative; overflow: hidden; background: linear-gradient(160deg, #fdf1f5 0%, #fce8ee 100%); }
.lmx-contest-section .lmx-h2 { max-width: 780px; margin-inline: auto; background: linear-gradient(90deg, var(--lmx-purple), var(--lmx-magenta)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.lmx-contest-sub { max-width: 700px; margin: 16px auto 0; font-size: 18px; color: var(--lmx-text-dark); position: relative; z-index: 1; }
.lmx-contest-period { margin-top: 40px; font-family: var(--lmx-font-body); font-size: 15px; color: var(--lmx-text-dark); position: relative; z-index: 1; }

.lmx-prize-row { display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; }
.lmx-prize-card { display: flex; align-items: center; }
.lmx-prize-card.is-first img { width: 175px; height: 175px; }
.lmx-prize-card img { width: 105px; height: 105px; object-fit: contain; flex-shrink: 0; position: relative; z-index: 1; }
.lmx-prize-amount { font-family: var(--lmx-font-body); font-size: 32px; font-weight: 800; line-height: 1.2; margin-top: 4px; }

/* -----------------------------------------------------------
   14. Email swipes
----------------------------------------------------------- */
.lmx-swipes-section { padding: 100px 0; background: var(--lmx-ink); }
.lmx-swipes-section .lmx-h2 { color: var(--lmx-white); font-size: 46px; }
.lmx-highlight-lime { color: var(--lmx-lime); }
.lmx-swipes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.lmx-swipes-list { font-family: var(--lmx-font-body); font-size: 18px; line-height: 2; color: rgba(255,255,255,0.85); white-space: pre-line; }
.lmx-swipes-visual { position: relative; }
.lmx-swipes-visual img.is-frame { border-radius: 26px; box-shadow: 0 30px 70px rgba(80,20,120,0.16); }
.lmx-swipes-section .lmx-btn-gradient { box-shadow: 0 0 30px 6px rgba(238,17,196,0.55), 0 0 60px 18px rgba(182,0,255,0.35); }

/* -----------------------------------------------------------
   15. Social proof / leaderboard
----------------------------------------------------------- */
.lmx-proof-section { padding: 100px 0; text-align: center; background: var(--lmx-off); }
.lmx-proof-images { margin-top: 50px; display: flex; flex-direction: column; gap: 30px; align-items: center; }
.lmx-proof-images img { border-radius: 24px; box-shadow: 0 24px 60px rgba(80,20,120,0.15); max-width: 100%; }

/* -----------------------------------------------------------
   16. Serious affiliates
----------------------------------------------------------- */
.lmx-serious-section { position: relative; padding: 100px 0; text-align: center; color: var(--lmx-white); background: linear-gradient(180deg, #14012a 0%, #2f025b 100%); }
.lmx-serious-section .lmx-h2 { color: var(--lmx-white); }
.lmx-serious-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-top: 50px; text-align: left; }
.lmx-serious-copy p { margin-top: 16px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.85); }
.lmx-serious-copy p:first-child { margin-top: 0; }
.lmx-serious-visual img { border-radius: 24px; }
.lmx-serious-highlight { margin-top: 50px; font-family: var(--lmx-font-heading); font-weight: 700; font-size: 26px; line-height: 1.4; }
.lmx-highlight-pink { color: var(--lmx-pink); }
.lmx-serious-cta { margin-top: 30px; display: flex; flex-direction: column; gap: 16px; max-width: 720px; margin-inline: auto; position: relative; z-index: 1; }
.lmx-serious-cta .lmx-btn-gradient { box-shadow: 0 0 30px 6px rgba(238,17,196,0.55), 0 0 60px 18px rgba(182,0,255,0.35); }
.lmx-serious-cta-secondary { display: flex; gap: 16px; }
.lmx-serious-cta-secondary .lmx-btn { flex: 1; padding: 16px; font-size: 14px; border-radius: 16px; }

/* -----------------------------------------------------------
   17. Contact
----------------------------------------------------------- */
.lmx-contact-section { padding: 100px 0; text-align: center; background: var(--lmx-ink); color: var(--lmx-white); }
.lmx-contact-copy { max-width: 640px; margin-inline: auto; }
.lmx-contact-copy .lmx-eyebrow-badge { background: var(--lmx-lime); color: var(--lmx-ink); }
.lmx-contact-copy h2 { color: var(--lmx-white); }
.lmx-contact-copy p { margin-top: 20px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.8); }
.lmx-contact-visual { margin-top: 50px; }
.lmx-contact-visual img { max-width: 100%; border-radius: 24px; box-shadow: 0 30px 70px rgba(80,20,120,0.18); }
.lmx-contact-buttons { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; justify-content: center; }
.lmx-contact-buttons .lmx-btn { padding: 16px 26px; border-radius: 16px; font-size: 15px; }
.lmx-contact-buttons .is-email { background: var(--lmx-email); color: var(--lmx-white); }
.lmx-contact-buttons .is-teams { background: var(--lmx-teams); color: var(--lmx-white); }
.lmx-contact-buttons .is-facebook { background: var(--lmx-facebook); color: var(--lmx-white); }

/* -----------------------------------------------------------
   18. Final CTA + 19. sign-off / P.S.
----------------------------------------------------------- */
.lmx-final-section { position: relative; padding: 110px 0 100px; text-align: center; background: var(--lmx-ink); color: var(--lmx-white); overflow: hidden; }
.lmx-final-cta-text { font-family: var(--lmx-font-display); font-weight: 700; font-size: 32px; max-width: 800px; margin-inline: auto; line-height: 1.3; }
.lmx-final-buttons { margin-top: 40px; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

.lmx-signoff { margin-top: 70px; display: flex; flex-direction: column; align-items: center; gap: 16px; max-width: 640px; margin-inline: auto; }
.lmx-signoff-avatar { width: 180px; height: 180px; border-radius: 50%; overflow: hidden; }
.lmx-signoff-avatar img { width: 100%; height: 100%; object-fit: cover; }
.lmx-signoff-name { font-family: var(--lmx-font-body); font-weight: 700; font-size: 22px; color: var(--lmx-white); }
.lmx-signoff-leaderboard { font-family: var(--lmx-font-display); font-weight: 700; font-size: 22px; }
.lmx-ps-block { margin-top: 24px; text-align: center; }
.lmx-ps-text { margin-top: 12px; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.75); }
.lmx-ps-text:first-child { margin-top: 0; }

/* -----------------------------------------------------------
   Site footer
----------------------------------------------------------- */
.lmx-site-footer { background: var(--lmx-hero-to); color: var(--lmx-white); padding: 50px 0; }
.lmx-footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.lmx-footer-logo img { height: 32px; filter: brightness(0) invert(1); }
.lmx-footer-meta { font-family: var(--lmx-font-body); font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.6; }
.lmx-footer-nav ul { display: flex; gap: 20px; }
.lmx-footer-nav a { font-size: 14px; opacity: 0.85; }
.lmx-footer-nav a:hover { opacity: 1; }

/* -----------------------------------------------------------
   Generic page / single / archive content
----------------------------------------------------------- */
.lmx-page-content { padding: 60px 0 100px; }
.lmx-page-content .lmx-container { max-width: 820px; }
.lmx-page-title { font-family: var(--lmx-font-display); font-weight: 700; font-size: 40px; margin-bottom: 24px; }
.lmx-entry-content { font-family: var(--lmx-font-body); font-size: 17px; line-height: 1.7; }
.lmx-entry-content > * + * { margin-top: 1.2em; }
.lmx-entry-meta { font-size: 14px; color: #6b6b6b; margin-bottom: 16px; }
.lmx-post-list article { padding: 28px 0; border-bottom: 1px solid #eee; }
.lmx-post-list h2 a { font-family: var(--lmx-font-heading); font-size: 24px; font-weight: 700; }
.lmx-pagination { display: flex; gap: 12px; margin-top: 40px; }
.lmx-pagination a, .lmx-pagination span { padding: 8px 14px; border-radius: 8px; background: #f2f2f2; font-size: 14px; }
.lmx-404 { text-align: center; padding: 120px 0; }

/* -----------------------------------------------------------
   Responsive — tablet
----------------------------------------------------------- */
@media (max-width: 1024px) {
	.lmx-feature-grid { grid-template-columns: repeat(2, 1fr); }
	.lmx-audience-grid { grid-template-columns: repeat(2, 1fr); }
	.lmx-price-row { grid-template-columns: 1fr; }
	.lmx-price-row > div { padding: 10px 20px; }
	.lmx-price-row > div:first-child { padding-top: 18px; font-weight: 700; }
	.lmx-price-row > div:last-child { padding-bottom: 18px; }
	.lmx-price-row.is-head { display: none; }
}

@media (max-width: 900px) {
	.lmx-launch-card { grid-template-columns: 1fr; }
	.lmx-hero-title { font-size: 32px; }
	.lmx-hero-banner span { font-size: 20px; white-space: normal; }
	.lmx-position-grid,
	.lmx-bigidea-body,
	.lmx-swipes-grid,
	.lmx-serious-inner,
	.lmx-contact-grid { grid-template-columns: 1fr; }
	.lmx-oto-grid { grid-template-columns: 1fr; }
	.lmx-oto-card.is-solo { max-width: none; }
	.lmx-h2 { font-size: 30px; }
}

/* -----------------------------------------------------------
   Responsive — mobile
----------------------------------------------------------- */
@media (max-width: 760px) {
	.lmx-primary-nav {
		position: absolute; top: calc(100% + 10px); left: 0; right: 0;
		background: var(--lmx-white); border-radius: 20px; padding: 16px;
		box-shadow: 0 10px 30px rgba(0,0,0,0.15); display: none;
	}
	.lmx-primary-nav.is-open { display: block; }
	.lmx-primary-nav ul { flex-direction: column; align-items: flex-start; gap: 16px; }
	.lmx-nav-toggle { display: block; }
	.lmx-header-bar .lmx-btn-gradient { display: none; }

	.lmx-hero-eyebrow, .lmx-hero-kicker { font-size: 16px; }
	.lmx-hero-title { font-size: 26px; }

	.lmx-launch-media { flex-direction: column; }
	.lmx-launch-media-stack { width: 100%; }

	.lmx-feature-grid, .lmx-audience-grid { grid-template-columns: 1fr; }
	.lmx-oto-card { flex-direction: column; }
	.lmx-oto-media { width: 100%; }

	.lmx-prize-row { flex-direction: column; align-items: center; }
	.lmx-prize-card, .lmx-prize-card.is-first { width: 100%; max-width: 320px; }

	.lmx-serious-cta-secondary { flex-direction: column; }
	.lmx-contact-buttons { flex-direction: column; }
	.lmx-contact-buttons .lmx-btn { width: 100%; }

	.lmx-final-cta-text { font-size: 24px; }
	.lmx-footer-inner { flex-direction: column; align-items: flex-start; }
	.lmx-section-pad { padding: 60px 0; }
}

/* Hero fixes: side images + colored text */
.lmx-hero-visual-wrap { position: relative; max-width: 1000px; margin: 46px auto 0; }
.lmx-hero-side-card { position: absolute; bottom: -36px; width: 240px; border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,0.4); z-index: 2; }
.lmx-hero-side-card.is-left { left: -70px; }
.lmx-hero-side-card.is-right { right: -70px; }
.lmx-text-pink { color: var(--lmx-pink); }
.lmx-text-gold { color: var(--lmx-gold); }
.lmx-hero-title-gradient { background: linear-gradient(90deg, var(--lmx-blue) 0%, var(--lmx-purple) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.lmx-hero-title-underline { text-decoration: underline; text-decoration-color: var(--lmx-lime); text-decoration-thickness: 3px; text-underline-offset: 6px; }
@media (max-width: 768px) {
	.lmx-hero-side-card { display: none; }
}

/* Launch CTA: pink glow on affiliate button, matches Figma */
.lmx-launch-offer .lmx-btn-gradient { box-shadow: 0 15px 45px var(--lmx-blob-pink); }

/* Launch CTA: icon sizing for swipes/JV doc buttons */
.lmx-btn-icon { flex-shrink: 0; }

/* Launch CTA: 3-column layout (dates | mockup | offer), matching Figma */
.lmx-launch-card { grid-template-columns: 0.85fr 1fr 1.05fr; align-items: center; }
.lmx-launch-media-stack { width: 100%; }
@media (max-width: 900px) {
	.lmx-launch-card { grid-template-columns: 1fr; }
}

/* Launch CTA: fixed mockup image, properly sized and centered */
.lmx-launch-media-stack img { max-width: 373px; width: 100%; height: auto; display: block; margin: 0 auto; }

/* Position section: gradient bg + scattered badge layout around photo */
.lmx-position-section { background-image: radial-gradient(circle, rgba(80, 20, 120, 0.12) 1px, transparent 1px), linear-gradient(135deg, #f3e6fb 0%, #fdf1e6 100%); background-size: 22px 22px, 100% 100%; }
.lmx-position-visual { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 420px; width: 900px; max-width: 100%; }
.lmx-position-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, var(--lmx-blob-pink) 0%, transparent 70%); opacity: 0.55; z-index: 0; }
.lmx-position-photo { position: relative; z-index: 1; width: 300px; height: auto; }
.lmx-position-badges { position: absolute; left: 0; right: 0; bottom: 0; height: 420px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 1fr); column-gap: 32px; row-gap: 16px; align-items: center; z-index: 2; pointer-events: none; }
.lmx-position-badges .lmx-checklist-row { pointer-events: auto; width: max-content; }
.lmx-position-badges .lmx-checklist-row:nth-child(odd) { justify-self: end; }
.lmx-position-badges .lmx-checklist-row:nth-child(even) { justify-self: start; }
@media (max-width: 900px) {
	.lmx-position-visual { flex-direction: column; min-height: auto; }
	.lmx-position-badges { position: static; display: flex; flex-direction: column; gap: 12px; }
	.lmx-position-badges .lmx-checklist-row:nth-child(odd), .lmx-position-badges .lmx-checklist-row:nth-child(even) { justify-self: stretch; width: 100%; }
	.lmx-position-photo { order: -1; margin-bottom: 20px; }
	.lmx-position-glow { display: none; }
}

/* Position section: correct badge pairing to match Figma exactly */
.lmx-position-badges .lmx-checklist-row:nth-child(1) { grid-row: 1; grid-column: 1; justify-self: end; }
.lmx-position-badges .lmx-checklist-row:nth-child(2) { grid-row: 3; grid-column: 1; justify-self: end; }
.lmx-position-badges .lmx-checklist-row:nth-child(3) { grid-row: 1; grid-column: 2; justify-self: start; }
.lmx-position-badges .lmx-checklist-row:nth-child(4) { grid-row: 2; grid-column: 1; justify-self: end; }
.lmx-position-badges .lmx-checklist-row:nth-child(5) { grid-row: 2; grid-column: 2; justify-self: start; }
.lmx-position-badges .lmx-checklist-row:nth-child(6) { grid-row: 3; grid-column: 2; justify-self: start; }

/* Position section: stack copy above centered photo+badges (matches Figma) */
.lmx-position-copy { max-width: 820px; text-align: center; margin: 0 auto; }

/* Position section: lift top-row badges clear of her hairline */
.lmx-position-badges .lmx-checklist-row:nth-child(1),
.lmx-position-badges .lmx-checklist-row:nth-child(3) {
    transform: translateY(-30px);
}

/* Position section: push Find/Shape/Build/Create badges away from her image */
.lmx-position-badges .lmx-checklist-row:nth-child(1) { transform: translate(-50px, -30px) !important; }
.lmx-position-badges .lmx-checklist-row:nth-child(3) { transform: translate(50px, -30px) !important; }
.lmx-position-badges .lmx-checklist-row:nth-child(4) { transform: translate(-50px, 0) !important; }
.lmx-position-badges .lmx-checklist-row:nth-child(5) { transform: translate(50px, 0) !important; }

/* Big Idea section: dark background + white heading to match Figma */
.lmx-bigidea-section { background: var(--lmx-ink); }
.lmx-bigidea-heading .lmx-h2 { color: var(--lmx-white); }

/* Section 7 (feature cards): dark background to match Figma continuity with section 6 */
.lmx-features-section { background: radial-gradient(circle at 15% 20%, rgba(120,30,160,0.3), transparent 40%), radial-gradient(circle at 85% 80%, rgba(120,30,160,0.3), transparent 40%), var(--lmx-ink); }

/* Section 6 workspace heading: base color white (span.lmx-text-pink overrides "AI-Powered") */
.lmx-workspace-section .lmx-h2 { color: var(--lmx-white); }
.lmx-demo-player + .lmx-demo-sub { margin-top: 45px; }

/* ---------------------------------------------------------------------
 * Section 10: Funnel / pricing table.
 * --------------------------------------------------------------------- */
.lmx-funnel-section { padding: 90px 0 30px; text-align: center; background: var(--lmx-ink); }
.lmx-funnel-eyebrow {
	display: inline-block; padding: 8px 22px; border-radius: 999px; font-size: 14px; font-weight: 600;
	color: var(--lmx-white); background: linear-gradient(90deg, var(--lmx-pink), var(--lmx-purple));
}
.lmx-funnel-section .lmx-h2 { color: var(--lmx-white); max-width: 760px; margin-left: auto; margin-right: auto; }
.lmx-funnel-sub { margin-top: 14px; font-size: 15px; color: #f4c95d; }

.lmx-price-table {
	margin-top: 50px; max-width: 1000px; margin-left: auto; margin-right: auto; text-align: left;
	border: 1px solid rgba(183,0,255,0.35); border-radius: 20px; overflow: hidden;
}
.lmx-price-row {
	display: grid; grid-template-columns: 0.7fr 1.4fr 0.8fr 0.9fr 1.6fr; gap: 12px; align-items: center;
	padding: 18px 26px; border-bottom: 1px solid rgba(183,0,255,0.18);
}
.lmx-price-row:last-child { border-bottom: none; }
.lmx-price-row.is-head {
	background: linear-gradient(90deg, var(--lmx-purple), var(--lmx-pink));
	color: var(--lmx-white); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em;
}
.lmx-price-row.is-fe { background: rgba(183,0,255,0.14); color: var(--lmx-white); font-size: 15px; font-weight: 700; }
.lmx-price-row.is-oto { background: rgba(10,4,16,0.85); color: var(--lmx-white); font-size: 15px; }

/* ---------------------------------------------------------------------
 * Section 11: Front End + four OTO cards.
 * --------------------------------------------------------------------- */
.lmx-oto-section { padding: 20px 0 100px; background: var(--lmx-ink); }
.lmx-oto-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 1000px; margin: 0 auto; }
.lmx-oto-card {
	position: relative; display: flex; align-items: center; gap: 20px;
	background: linear-gradient(135deg, var(--lmx-purple), var(--lmx-pink));
	border-radius: 20px; padding: 28px 26px 28px 18px; overflow: visible;
}
.lmx-oto-card.is-solo { grid-column: 1 / -1; max-width: 480px; margin: 0 auto; }

.lmx-oto-media { position: relative; flex-shrink: 0; width: 120px; }
.lmx-oto-media img:not(.is-overlay) { position: relative; z-index: 1; display: block; width: 100%; height: auto; }
.lmx-oto-media img.is-overlay { position: absolute; inset: -20%; width: 140%; height: 140%; object-fit: contain; z-index: 0; pointer-events: none; }

.lmx-oto-body { text-align: left; }
.lmx-oto-name { display: block; font-family: var(--lmx-font-heading); font-weight: 700; font-size: 15px; color: var(--lmx-white); opacity: 0.85; margin-bottom: 4px; }
.lmx-oto-price { display: block; font-family: var(--lmx-font-heading); font-weight: 800; font-size: 26px; color: var(--lmx-white); margin-bottom: 8px; }
.lmx-oto-desc { font-family: var(--lmx-font-body); font-size: 13px; color: rgba(255,255,255,0.85); margin: 0; }
.lmx-oto-brand { display: block; margin-top: 14px; width: 200px; height: 55px; object-fit: contain; }
.lmx-oto-tag {
	position: absolute; top: -22px; left: 28px; display: inline-block; padding: 10px 28px; border-radius: 999px;
	background: var(--lmx-white); color: var(--lmx-ink); font-family: var(--lmx-font-heading); font-weight: 700;
	font-size: 14px; text-transform: uppercase; letter-spacing: 0.04em; box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* ---------------------------------------------------------------------
 * Section 12: Who affiliates can promote to.
 * --------------------------------------------------------------------- */
.lmx-text-purple { color: var(--lmx-purple); }

.lmx-audience-section { position: relative; padding: 90px 0; text-align: center; background: var(--lmx-ink); overflow: hidden; }
.lmx-blob { position: absolute; width: 360px; height: 360px; border-radius: 50%; filter: blur(90px); z-index: 0; pointer-events: none; }
.lmx-blob.is-left { top: -80px; left: -120px; background: rgba(183,0,255,0.35); }
.lmx-blob.is-right { bottom: -80px; right: -120px; background: rgba(255,0,150,0.3); }
.lmx-audience-section .lmx-container { position: relative; z-index: 1; }
.lmx-audience-section .lmx-h2 { color: var(--lmx-white); }

.lmx-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; max-width: 900px; margin-left: auto; margin-right: auto; }
.lmx-audience-card {
	background: rgba(255,255,255,0.04); border: 1px solid rgba(183,0,255,0.25); border-radius: 18px;
	padding: 30px 20px; display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.lmx-audience-card img {
	width: 56px; height: 56px; border-radius: 50%; padding: 10px; box-sizing: border-box;
	background: linear-gradient(135deg, var(--lmx-purple), var(--lmx-pink));
}
.lmx-audience-card span { font-family: var(--lmx-font-heading); font-weight: 600; font-size: 15px; color: var(--lmx-white); text-transform: capitalize; }
.lmx-audience-card.is-highlight { background: var(--lmx-pink); border-color: transparent; justify-content: center; }
.lmx-audience-card.is-highlight span { color: var(--lmx-ink); font-weight: 700; text-transform: none; }

.lmx-launch-panel {
	margin-top: 60px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px;
	background: linear-gradient(135deg, rgba(80,10,110,0.55), rgba(30,5,45,0.85));
	border: 1px solid rgba(183,0,255,0.3); border-radius: 24px; padding: 40px;
}
.lmx-launch-dates { text-align: left; }
.lmx-launch-badge {
	display: inline-block; padding: 6px 16px; border-radius: 999px; font-size: 12px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 8px;
}
.lmx-launch-badge.is-live { background: #fc65f8; color: #29093f; width: 256px; }
.lmx-launch-badge.is-closes { background: var(--lmx-ink); border: 1px solid rgba(255,255,255,0.25); color: var(--lmx-white); margin-top: 20px; width: 256px; }
.lmx-launch-date { font-family: var(--lmx-font-heading); font-weight: 800; font-size: 24px; color: var(--lmx-white); margin: 0; text-transform: uppercase; }
.lmx-launch-time { font-size: 13px; color: rgba(255,255,255,0.65); margin: 2px 0 0; text-transform: uppercase; }

.lmx-launch-media { position: relative; width: 240px; }
.lmx-launch-media img:not(.is-overlay) { position: relative; z-index: 1; display: block; width: 100%; height: auto; }
.lmx-launch-media img.is-overlay { position: absolute; inset: -20%; width: 140%; height: 140%; object-fit: contain; z-index: 0; pointer-events: none; }

.lmx-launch-cta { text-align: left; }
.lmx-launch-brand { display: block; width: 212px; height: 51px; margin-bottom: 12px; }
.lmx-launch-price { color: var(--lmx-white); font-size: 15px; margin: 0 0 16px; }
.lmx-launch-btn.is-primary { background: linear-gradient(90deg, var(--lmx-purple), var(--lmx-pink)); color: var(--lmx-white); }
.lmx-launch-btn.is-swipes { background: #c6f24e; color: var(--lmx-ink); }
.lmx-launch-btn.is-doc { background: var(--lmx-ink); color: var(--lmx-white); border: 1px solid rgba(255,255,255,0.25); }
.lmx-launch-btn {
	display: flex; align-items: center; justify-content: center; text-align: center; text-decoration: none;
	width: 100%; max-width: 486px; height: 72px; border-radius: 999px;
	font-family: var(--lmx-font-heading); font-weight: 700; font-size: 14px; margin-bottom: 10px; box-sizing: border-box;
}
.lmx-launch-price .lmx-text-pink { color: #ff86e8; }

/* Contest: dot-pattern overlay + elevated first-place tier layout */
.lmx-contest-section::before {
	content: ''; position: absolute; inset: 0; pointer-events: none;
	background-image: radial-gradient(circle, rgba(120,20,150,0.12) 1px, transparent 1px);
	background-size: 22px 22px;
}
.lmx-contest-section .lmx-container { position: relative; z-index: 1; }
.lmx-prize-tiers { margin-top: 60px; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.lmx-prize-ribbon {
	position: relative;
	margin-left: -34px;
	padding: 22px 30px 22px 30px;
	min-width: 180px;
	text-align: left;
	border-radius: 0 14px 14px 0;
	background: linear-gradient(160deg, var(--lmx-purple), var(--lmx-magenta));
	color: var(--lmx-white);
}
.lmx-prize-place { font-family: var(--lmx-font-heading); font-weight: 800; font-size: 20px; }

/* Defensive: strip any inherited outline/border artifact on CTA buttons */
.lmx-serious-cta .lmx-btn, .lmx-serious-cta-secondary .lmx-btn { outline: none; border: none; -webkit-tap-highlight-color: transparent; }

/* Section 18 override: no black frame around the reused launch card here */
.lmx-final-section .lmx-launch-wrap { background: none; padding: 0; }

/* ============================================================
   Global: prevent horizontal scroll from any decorative element
   ============================================================ */
html, body { overflow-x: hidden; }
.lmx-section img { max-width: 100%; height: auto; }


/* ============================================================
   Responsive pass: sections 10-18 (built/rewritten in this project)
   ============================================================ */
@media (max-width: 900px) {

	.lmx-h2 { font-size: 28px; }

	.lmx-price-table { overflow-x: auto; }
	.lmx-oto-grid { grid-template-columns: 1fr; }
	.lmx-launch-card { grid-template-columns: 1fr; }
	.lmx-audience-grid { grid-template-columns: 1fr; }
	.lmx-prize-row { flex-wrap: wrap; justify-content: center; }
	.lmx-swipes-grid { grid-template-columns: 1fr; }
	.lmx-swipes-section .lmx-h2 { font-size: 30px; }
	.lmx-serious-inner { grid-template-columns: 1fr; }
	.lmx-serious-highlight { font-size: 20px; }
	.lmx-contact-buttons { flex-direction: column; }
	.lmx-launch-secondary { flex-direction: column; }
}

@media (max-width: 600px) {
	.lmx-container { padding-inline: 16px; }
	.lmx-final-cta-text { font-size: 16px; }
	.lmx-signoff-avatar { width: 130px; height: 130px; }
}
