body.lpb-landing-page { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #f7f7f8; color: #222; }
.lpb-classic-wrap { max-width: 720px; margin: 0 auto; padding-bottom: 80px; }
.lpb-classic-hero { text-align: center; padding: 20px 16px; background: #fff; }
.lpb-hero-img { max-width: 100%; border-radius: 10px; margin-bottom: 16px; }
.lpb-hero-text h1 { font-size: 26px; margin: 0 0 8px; }
.lpb-tagline { color: #666; font-size: 16px; margin-bottom: 12px; }
.lpb-price-row { margin-bottom: 16px; }
.lpb-price-sale { font-size: 28px; font-weight: 800; color: #e63946; margin-right: 10px; }
.lpb-price-old { font-size: 18px; text-decoration: line-through; color: #999; }
.lpb-cta-btn { display: inline-block; background: #e63946; color: #fff; text-decoration: none; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 16px; }
.lpb-gallery-strip { display: flex; gap: 8px; overflow-x: auto; padding: 16px; background: #fff; margin-top: 10px; }
.lpb-gallery-strip img { width: 110px; height: 110px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.lpb-features, .lpb-description, .lpb-video { background: #fff; margin-top: 10px; padding: 20px 16px; }
.lpb-features h2, .lpb-description h2 { font-size: 20px; margin-top: 0; }
.lpb-features ul { list-style: none; padding: 0; margin: 0; }
.lpb-features li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
.lpb-video-embed { position: relative; padding-bottom: 56.25%; height: 0; }
.lpb-video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 8px; }
.lpb-order-section { padding: 20px 16px; }
.lpb-classic-footer { text-align: center; padding: 16px; color: #888; font-size: 13px; }
.lpb-sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #222; color: #fff; padding: 14px 20px; display: flex; justify-content: space-between; align-items: center; text-decoration: none; }
.lpb-sticky-cta { background: #e63946; padding: 8px 16px; border-radius: 6px; font-weight: 700; }
@media (min-width: 600px) { .lpb-sticky-bar { display: none; } }
