.landing-body { background: var(--lp-bg, var(--theme-background, #f8fafc)); color: var(--lp-text, var(--theme-text, #0f172a)); font-family: var(--lp-body, var(--theme-font-body), system-ui, sans-serif); }
.landing-body h1, .landing-body h2, .landing-body h3 { font-family: var(--lp-heading, var(--theme-font-heading), Georgia, serif); }
.lp-wrap { width: min(1080px, calc(100% - 2rem)); margin: 0 auto; }
.lp-hero { background: var(--lp-secondary, var(--theme-secondary)); color: #fff; padding: 4rem 0; }
.lp-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 0 0 .6rem; }
.lp-lead { font-size: 1.25rem; opacity: .92; }
.lp-grid-2 { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
.lp-hero img, .lp-gallery img { width: 100%; height: auto; border-radius: var(--lp-radius, var(--theme-radius, 12px)); object-fit: cover; }
.lp-block { padding: 3.2rem 0; }
.lp-alt { background: color-mix(in srgb, var(--lp-text, #0f172a) 4%, transparent); }
.lp-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; list-style: none; padding: 0; }
.lp-cards li { background: var(--lp-surface, var(--theme-surface, #fff)); border-radius: var(--lp-radius, 12px); padding: 1rem; border: 1px solid var(--lp-border, var(--theme-border, #e2e8f0)); }
.lp-cta-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.2rem; }
.lp-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: .85rem 1.2rem; min-height: 44px; font-weight: 700; border: 0; text-decoration: none; cursor: pointer; }
.lp-btn:focus-visible, .landing-body a:focus-visible, .landing-body button:focus-visible, .landing-body input:focus-visible, .landing-body textarea:focus-visible, .landing-body select:focus-visible { outline: 3px solid var(--lp-accent, var(--theme-accent)); outline-offset: 2px; }
.lp-btn-primary { background: var(--lp-cta, var(--theme-cta, var(--lp-accent))); color: #111; }
.lp-btn-ghost { background: transparent; color: inherit; border: 1px solid currentColor; }
.lp-btn.is-disabled, .lp-btn[aria-disabled="true"] { opacity: .6; pointer-events: none; }
.lp-center { text-align: center; }
.lp-price { font-size: 2.2rem; font-weight: 800; color: var(--lp-primary, var(--theme-primary)); }
.lp-steps { list-style: none; padding: 0; display: grid; gap: .8rem; }
.lp-steps span { display: inline-grid; place-items: center; width: 1.8rem; height: 1.8rem; border-radius: 999px; background: var(--lp-primary); color: #fff; margin-right: .5rem; }
.lp-form-wrap { max-width: 560px; }
.lp-form p { margin: .7rem 0; }
.lp-form label { font-weight: 600; }
.lp-embed { width: 100%; min-height: 320px; border: 0; border-radius: var(--lp-radius, 12px); }
.lp-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .7rem; }
.lp-cta-final { background: var(--lp-primary, var(--theme-primary)); color: #fff; }
.lp-footer { padding: 2rem 0; background: var(--lp-secondary, var(--theme-secondary)); color: #cbd5e1; }
.lp-footer a { color: var(--lp-accent, var(--theme-accent)); }
.lp-preview-banner { background: var(--lp-warning, var(--theme-warning, #7c2d12)); color: #fff; text-align: center; padding: .7rem; font-weight: 700; }
.lp-flash { width: min(1080px, calc(100% - 2rem)); margin: 1rem auto; }
.lp-sticky-cta { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 18; display: none; background: var(--lp-cta, var(--theme-cta)); color: #111; text-align: center; font-weight: 800; padding: .9rem 1rem; border-radius: 999px; text-decoration: none; min-height: 48px; }
.dana-fab { position: fixed; right: 1.2rem; bottom: 4.8rem; background: var(--lp-primary); color: #fff; border: 0; border-radius: 999px; padding: .8rem 1.1rem; font-weight: 700; cursor: pointer; z-index: 20; }
.dana-widget { position: fixed; right: 1.2rem; bottom: 8.2rem; width: min(360px, calc(100% - 2rem)); background: var(--lp-secondary, #0b1220); color: #e5edf9; border-radius: 16px; z-index: 21; box-shadow: var(--theme-shadow, 0 12px 40px rgba(0,0,0,.3)); }
.dana-panel header { display: flex; justify-content: space-between; padding: .8rem 1rem; }
.dana-log { min-height: 180px; max-height: 280px; overflow: auto; padding: .6rem 1rem; }
.dana-log p { margin: .4rem 0; }
.dana-form, #dana-form { display: flex; gap: .4rem; padding: .7rem; }
.dana-sandbox { padding: 0 1rem 1rem; font-size: .85rem; color: #fde68a; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
@media (max-width: 800px) {
  .lp-grid-2 { grid-template-columns: 1fr; }
  .lp-sticky-cta { display: flex; align-items: center; justify-content: center; }
  .lp-hero h1 { font-size: 1.8rem; }
  .lp-btn { width: 100%; }
  img, .lp-embed { max-width: 100%; }
}
@media (min-width: 801px) {
  .lp-sticky-cta { display: none; }
}
