
.ltgml-sales{--sales-ink:#171411;--sales-paper:#f5efe5;--sales-soft:#fbf8f2;--sales-accent:#a66f45;color:var(--sales-ink);font-size:17px;line-height:1.65}
.ltgml-sales *{box-sizing:border-box}
.ltgml-sales-inner{width:min(1120px,calc(100% - 40px));margin:0 auto}
.ltgml-sales-narrow{width:min(800px,100%)}
.ltgml-sales-section,.ltgml-sales-hero{padding:72px 0}
.ltgml-sales-hero{text-align:center;background:var(--sales-paper);padding:92px 0 82px}
.ltgml-sales-kicker{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--sales-accent);margin-bottom:14px}
.ltgml-sales h1,.ltgml-sales h2{font-family:Georgia,'Times New Roman',serif;color:var(--sales-ink);line-height:1.08;letter-spacing:-.02em}
.ltgml-sales h1{font-size:clamp(42px,7vw,76px);margin:0 0 18px}
.ltgml-sales h2{font-size:clamp(32px,4.6vw,50px);margin:0 0 20px}
.ltgml-sales-subtitle{font-family:Georgia,'Times New Roman',serif;font-size:clamp(21px,3vw,29px);line-height:1.35;margin:0 auto 22px;max-width:850px}
.ltgml-sales-hero-body,.ltgml-sales-lead{font-size:19px;max-width:760px;margin:0 auto 28px}
.ltgml-sales-button{display:inline-block;background:var(--sales-ink);color:#fff!important;text-decoration:none!important;padding:14px 24px;border-radius:4px;font-weight:800}
.ltgml-sales-button-secondary{background:transparent;color:var(--sales-ink)!important;border:1px solid var(--sales-ink)}
.ltgml-sales-problem{background:#171411;color:#f7f1e7}
.ltgml-sales-problem h2{color:#f7f1e7}
.ltgml-sales-problem p{font-size:19px}
.ltgml-sales-feature-grid{list-style:none;padding:0;margin:34px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ltgml-sales-feature-grid li{padding:18px 20px;background:var(--sales-soft);border:1px solid rgba(166,111,69,.22);font-weight:700}
.ltgml-sales-feature-grid li:before{content:'✓';margin-right:10px;color:var(--sales-accent);font-weight:900}
.ltgml-sales-scale{text-align:center;font-family:Georgia,'Times New Roman',serif;font-size:25px;margin-top:32px}
.ltgml-sales-sample{background:var(--sales-paper);text-align:center}
.ltgml-sales-category-grid{list-style:none;padding:0;margin:34px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ltgml-sales-category-grid li{border-top:2px solid var(--sales-accent);padding:18px 8px;font-weight:800}
.ltgml-sales-value{text-align:center;border-top:1px solid rgba(166,111,69,.25)}
.ltgml-sales-purchase{text-align:center;background:#171411;color:#f7f1e7}
.ltgml-sales-purchase h2{color:#f7f1e7}
.ltgml-sales-price{font-family:Georgia,'Times New Roman',serif;font-size:52px;line-height:1;margin:26px 0 8px}
.ltgml-sales-price-note{font-weight:800;margin:0 0 24px}
.ltgml-sales-button-purchase{background:#f7f1e7;color:#171411!important}
.ltgml-sales-legal-note{font-size:13px;opacity:.72;max-width:680px;margin:24px auto 0}
@media(max-width:700px){
 .ltgml-sales-section,.ltgml-sales-hero{padding:54px 0}
 .ltgml-sales-hero{padding-top:64px}
 .ltgml-sales-inner{width:min(100% - 28px,1120px)}
 .ltgml-sales-feature-grid,.ltgml-sales-category-grid{grid-template-columns:1fr}
 .ltgml-sales h1{font-size:42px}
 .ltgml-sales-subtitle{font-size:22px}
}


/* v1.15.0 conversion refinements */
.ltgml-sales-hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:6px}
.ltgml-sales-hero-price-note{font-size:14px;font-weight:700;margin:14px 0 0;opacity:.78}
.ltgml-sales-sample-bridge{max-width:680px;margin:26px auto 10px;font-weight:700}
.ltgml-sales-text-buy{display:inline-block;margin-top:4px;font-weight:900;color:var(--sales-ink)!important;text-decoration:underline!important;text-underline-offset:4px}
.ltgml-sales-launch-note{max-width:660px;margin:14px auto 8px;font-size:18px;font-weight:800}
@media(max-width:700px){
 .ltgml-sales-hero-actions{display:grid}
 .ltgml-sales-hero-actions .ltgml-sales-button{width:100%}
}


/* v1.17.0 sales-page polish */

/* Turn the old category list into a cleaner four-card sales section. */
.ltgml-sales-breadth{
	background:var(--sales-paper);
	padding:76px 0;
}
.ltgml-sales-breadth-shell{
	padding:46px 48px 50px;
	background:#171411;
	color:#f7f1e7;
}
.ltgml-sales-breadth-shell h2{
	color:#f7f1e7;
	text-align:center;
	margin-bottom:34px;
}
.ltgml-sales-category-grid{
	margin:0;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:16px;
}
.ltgml-sales-category-grid li{
	position:relative;
	min-height:108px;
	display:flex;
	align-items:center;
	padding:22px 24px 22px 58px;
	border:1px solid rgba(247,241,231,.15);
	border-top:1px solid rgba(247,241,231,.15);
	background:rgba(247,241,231,.055);
	font-family:Georgia,'Times New Roman',serif;
	font-size:20px;
	line-height:1.3;
	font-weight:700;
}
.ltgml-sales-category-grid li:before{
	content:'✓';
	position:absolute;
	left:24px;
	color:#d2a47e;
	font-family:Arial,sans-serif;
	font-size:20px;
	font-weight:900;
}
.ltgml-sales-category-grid li:hover{
	background:rgba(247,241,231,.085);
}

@media(max-width:700px){
	.ltgml-sales-breadth{
		padding:54px 0;
	}
	.ltgml-sales-breadth-shell{
		padding:36px 22px 38px;
	}
	.ltgml-sales-category-grid{
		grid-template-columns:1fr;
		gap:12px;
	}
	.ltgml-sales-category-grid li{
		min-height:78px;
		padding:18px 18px 18px 50px;
		font-size:18px;
	}
	.ltgml-sales-category-grid li:before{
		left:20px;
	}
}


/* v1.18.2: center What You'll Find Inside heading and supporting copy. */
.ltgml-sales-inside h2,
.ltgml-sales-inside .ltgml-sales-section-intro{
	text-align:center;
}


/* v1.18.3: correctly center the actual What You'll Find Inside section heading and intro. */
#whats-inside h2,
#whats-inside .ltgml-sales-lead{
	text-align:center !important;
}

/* v1.22.0: align the sales experience with the sage / research-blue / gold Library family. */
.ltgml-sales{--sales-ink:#14245c;--sales-paper:#f4f7f1;--sales-soft:#fbfcfa;--sales-accent:#ad874c;--sales-sage:#748f72;--sales-deep:#243744;color:#303732}
.ltgml-sales-hero{background:linear-gradient(145deg,#f3f7ef 0%,#f5f7fb 70%,#fbf8ef 100%)}
.ltgml-sales h1,.ltgml-sales h2{color:#14245c}
.ltgml-sales-button{background:#14245c}
.ltgml-sales-button:hover{background:#21386f}
.ltgml-sales-button-secondary{background:#fff;color:#14245c!important;border-color:#14245c}
.ltgml-sales-problem,.ltgml-sales-purchase{background:#263c48;color:#f9faf8}
.ltgml-sales-problem h2,.ltgml-sales-purchase h2{color:#fff}
.ltgml-sales-breadth{background:#f2f6f0}
.ltgml-sales-breadth-shell{background:#314a50;color:#fff;border-radius:14px}
.ltgml-sales-breadth-shell h2{color:#fff}
.ltgml-sales-category-grid li:before{color:#d8b66f}
.ltgml-sales-sample{background:#f3f7ef}
.ltgml-sales-feature-grid li{border-color:#d9e2d5;background:#fff}
.ltgml-sales-feature-grid li:before{color:#748f72}
.ltgml-sales-kicker{color:#8c6b37}
.ltgml-sales-button-purchase{background:#d4ad66;color:#1f2e33!important}
.ltgml-sales-owned{display:grid;gap:.2rem;max-width:520px;margin:1.25rem auto;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:rgba(255,255,255,.08)}
