:root {
	--ltp-blue: #0872bd;
	--ltp-green: #00c853;
	--ltp-green-dark: #008f67;
	--ltp-ink: #17181c;
	--ltp-text: #2b2d31;
	--ltp-muted: #666b73;
	--ltp-line: #e4e6ea;
	--ltp-soft: #f4f4f5;
	--ltp-mint: #ebfbf5;
	--ltp-white: #ffffff;
	--ltp-radius: 10px;
	--ltp-shadow: 0 8px 24px rgba(18, 24, 40, 0.08);
}
html { scroll-behavior: smooth; }
body.ltp-landing-page {
	margin: 0;
	background: #fff;
	color: var(--ltp-text);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}
body.ltp-landing-page * { box-sizing: border-box; }
body.ltp-landing-page img { max-width: 100%; height: auto; }
body.ltp-landing-page a { color: var(--ltp-blue); }
.ltp-page-shell { min-height: 100vh; overflow: hidden; }
.ltp-wide-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ltp-brand-strip { background: #fff; padding: 10px 0 8px; }
.ltp-brand-logo { display: block; max-width: 190px; max-height: 40px; object-fit: contain; object-position: left center; }
.ltp-brand-text { font-size: 19px; font-weight: 800; letter-spacing: -0.5px; color: #3d4147; }
.ltp-hero { position: relative; isolation: isolate; min-height: 430px; display: grid; place-items: center; background: #051838 var(--ltp-hero-image) center / cover no-repeat; color: #fff; }
.ltp-hero__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(4,18,52,.58), rgba(4,18,52,.8)); }
.ltp-hero__content { padding: 54px 20px 44px; text-align: center; }
.ltp-hero h1 { margin: 0 auto 18px; max-width: 930px; font-size: clamp(42px, 5vw, 60px); line-height: 1.03; font-weight: 800; letter-spacing: -1.7px; }
.ltp-hero__title-highlight, .ltp-hero__title-green { display: block; }
.ltp-hero__title-highlight { width: fit-content; margin: 0 auto 8px; padding: 4px 14px 6px; background: rgba(255,255,255,.96); color: #0a5da7; }
.ltp-hero__title-green { color: #00eb65; text-shadow: 0 2px 18px rgba(0,0,0,.38); }
.ltp-hero__description { max-width: 900px; margin: 0 auto 24px; font-size: clamp(15px,1.1vw,14px); line-height: 1.22; font-weight: 700; text-shadow: 0 2px 6px rgba(0,0,0,.65); }
.ltp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border: 0; border-radius: 3px; font-size: 17px; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease; }
.ltp-button:hover, .ltp-button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.ltp-button--green { border: 5px solid #18e55b; background: #00c64c; color: #081a11 !important; box-shadow: inset 0 0 0 2px #003b18; padding-inline: 34px; }
.ltp-button--light { background: #fff; color: #08705a !important; border-radius: 6px; padding: 10px 18px; }
.ltp-hero__meta { margin: 20px auto 0; font-size: 15px; font-weight: 700; text-shadow: 0 1px 4px rgba(0,0,0,.75); }
.ltp-layout { display: grid; grid-template-columns: minmax(0,790px) minmax(290px,1fr); gap: 34px; align-items: start; padding: 34px 0; }
.ltp-main { min-width: 0; }
.ltp-section { padding: 28px 22px; }
.ltp-section + .ltp-section { margin-top: 8px; }
.ltp-section h2 { margin: 0 0 24px; color: var(--ltp-blue); font-size: clamp(25px,3vw,34px); line-height: 1.15; text-align: center; letter-spacing: -.4px; }
.ltp-section--intro h2 { color: #1c1d20; font-size: 23px; }
.ltp-copy { font-size: 16px; }
.ltp-copy > :first-child { margin-top: 0; }
.ltp-copy > :last-child { margin-bottom: 0; }
.ltp-copy--narrow { max-width: 680px; margin-inline: auto; }
.ltp-panel { border-radius: var(--ltp-radius); }
.ltp-panel--light { background: var(--ltp-soft); }
.ltp-card-grid { display: grid; gap: 18px; }
.ltp-card-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.ltp-card-grid--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.ltp-feature-card { min-width: 0; padding: 24px 22px; border: 1px solid #eceef1; border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(20,24,32,.04); }
.ltp-feature-card__icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 14px; border-radius: 9px; background: #eafaf5; font-size: 27px; line-height: 1; }
.ltp-feature-card__icon img { width: 38px; height: 38px; object-fit: contain; }
.ltp-feature-card h3 { margin: 0 0 9px; color: var(--ltp-blue); font-size: 17px; line-height: 1.3; }
.ltp-feature-card p { margin: 0; font-size: 14px; line-height: 1.55; }
.ltp-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.ltp-step { text-align: center; }
.ltp-step__number { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 12px; border-radius: 50%; background: #00a678; color: #fff; font-size: 20px; font-weight: 800; }
.ltp-step h3 { margin: 0 0 8px; color: var(--ltp-blue); font-size: 15px; line-height: 1.25; }
.ltp-step p { margin: 0; font-size: 14px; }
.ltp-how__closing { margin-top: 30px; font-size: 14px; }
.ltp-panel--dark { padding: 18px; background: #141518; color: #fff; }
.ltp-dark-card { min-width: 0; padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: #1c1d21; box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.ltp-dark-card h2 { margin: 0 0 18px; color: #1b8cd8; font-size: 27px; text-align: left; }
.ltp-copy--dark { color: #f0f1f3; font-size: 16px; line-height: 1.58; }
.ltp-check-list, .ltp-dot-list { margin: 0; padding: 0; list-style: none; }
.ltp-check-list li { position: relative; padding-left: 28px; margin-bottom: 17px; font-size: 16px; }
.ltp-check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: #20de83; font-size: 21px; font-weight: 800; }
.ltp-not-expect-title { margin: 26px 0 15px; font-size: 19px; color: #fff; }
.ltp-dot-list li { position: relative; padding-left: 16px; margin-bottom: 13px; color: #d9dbe0; font-size: 13px; line-height: 1.5; }
.ltp-dot-list li::before { content: "•"; position: absolute; left: 0; color: #b9c7db; }
.ltp-section-lead { max-width: 700px; margin: -9px auto 22px; text-align: center; color: #5f646c; }
.ltp-audience-grid { display: flex; flex-direction: column; gap: 12px; max-width: 470px; margin-inline: auto; }
.ltp-audience-grid div { padding: 14px 18px; border: 1px solid #dfe2e7; border-radius: 7px; background: #fff; box-shadow: 0 3px 12px rgba(20,24,32,.03); font-size: 14px; text-align: center; }
.ltp-team-panel { border: 1px solid #bde9d8; background: var(--ltp-mint); }
.ltp-team-panel h2 { font-size: 23px; }
.ltp-faq__items { max-width: 680px; margin-inline: auto; }
.ltp-faq-item { margin-bottom: 23px; }
.ltp-faq-item:last-child { margin-bottom: 0; }
.ltp-faq-item h3 { margin: 0 0 7px; color: var(--ltp-blue); font-size: 15px; line-height: 1.35; }
.ltp-faq-item p { margin: 0; font-size: 14px; line-height: 1.6; }
.ltp-bottom-cta { display: grid; grid-template-columns: 1.35fr .75fr; gap: 18px; align-items: stretch; margin: 8px 0 0; padding: 14px; border-radius: 5px; background: #17181b; color: #fff; }
.ltp-bottom-cta__disclaimer { display: flex; flex-direction: column; justify-content: center; padding: 12px 16px; font-size: 10px; line-height: 1.55; color: #d6d8dd; }
.ltp-bottom-cta__disclaimer p { margin: 0 0 7px; }
.ltp-bottom-cta__purchase { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px; border-radius: 4px; background: #008e72; text-align: center; }
.ltp-bottom-cta__title, .ltp-bottom-cta__price { font-size: 19px; font-weight: 800; line-height: 1.2; }
.ltp-bottom-cta__price { margin: 3px 0 9px; }
.ltp-cancel-text { margin-top: 7px; font-size: 10px; opacity: .86; }
.ltp-sidebar { min-width: 0; background: #f5f5f6; }
.ltp-sidebar__inner { position: sticky; top: 18px; padding: 14px 16px 20px; }
.admin-bar .ltp-sidebar__inner { top: 50px; }
.ltp-sidebar-card, .ltp-sidebar-widget { padding: 18px 10px; border-bottom: 1px solid #0872bd !important; font-size: 13px; }
.ltp-sidebar-card:last-child, .ltp-sidebar-widget:last-child { border-bottom: 0; }
.ltp-sidebar-card h2, .ltp-sidebar-widget .widget-title, .ltp-sidebar-widget h2 { margin: 0 0 11px; color: #15171a; font-size: 14px; line-height: 1.35; text-align: center; }
.ltp-sidebar-card--subscribe { text-align: center; }
.ltp-sidebar-copy p { margin: 0 0 8px; }
.ltp-discord-heading { display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: center; gap: 10px; margin-bottom: 10px; }
.ltp-discord-heading img { width: 34px; height: 34px; }
.ltp-discord-heading h2 { margin: 0; text-align: left; }
.ltp-testimonial h2 { color: #139b52; }
.ltp-testimonial blockquote { margin: 0; font-size: 13px; font-style: normal; }
.ltp-testimonial__name { margin: 7px 0 15px; text-align: center; font-weight: 700; }
.ltp-testimonial__extra { padding-top: 13px; border-top: 1px solid #cfd2d7; text-align: center; }
.ltp-testimonial a { display: block; text-align: center; font-weight: 700; }
.ltp-sidebar-card--ai > img { display: block; width: 100%; margin-top: 12px; border: 1px solid #e0e2e6; border-radius: 5px; background: #fff; }
.ltp-paypal-embed { display: flex; justify-content: center; width: 100%; }
.ltp-paypal-embed form { margin: 0; }
.ltp-paypal-embed img, .ltp-paypal-embed input[type="image"] { max-width: 100%; height: auto; }
.ltp-sidebar-widget ul { margin: 0; padding-left: 18px; }
.ltp-sidebar-widget .wp-block-image { margin: 0; }
@media (max-width: 980px) {
	.ltp-layout { grid-template-columns: 1fr; }
	.ltp-sidebar { order: 2; }
	.ltp-sidebar__inner { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; }
	.ltp-sidebar-card--ai, .ltp-sidebar-widget:last-child { grid-column: 1 / -1; }
	.ltp-sidebar-card--ai > img { max-width: 520px; margin-inline: auto; }
}
@media (max-width: 760px) {
	.ltp-wide-wrap { width: min(100% - 24px,1180px); }
	.ltp-brand-logo { max-width: 155px; }
	.ltp-hero { min-height: 390px; }
	.ltp-hero__content { padding: 42px 10px 34px; }
	.ltp-hero h1 { font-size: clamp(34px,10vw,50px); }
	.ltp-hero__description { font-size: 19px; }
	.ltp-layout { gap: 18px; padding-top: 18px; }
	.ltp-section { padding: 24px 10px; }
	.ltp-card-grid--three, .ltp-card-grid--two, .ltp-steps, .ltp-bottom-cta, .ltp-sidebar__inner { grid-template-columns: 1fr; }
	.ltp-feature-card, .ltp-dark-card { padding: 21px; }
	.ltp-dark-card h2 { font-size: 24px; }
	.ltp-bottom-cta { gap: 10px; }
	.ltp-bottom-cta__disclaimer { font-size: 11px; }
	.ltp-sidebar-card--ai, .ltp-sidebar-widget:last-child { grid-column: auto; }
}
@media (max-width: 480px) {
	.ltp-hero__title-highlight { width: 100%; padding-inline: 6px; }
	.ltp-button--green { width: min(100%,320px); }
	.ltp-panel--dark { padding: 10px; }
}
