/* Whitelabel landing blocks - rendered by web/js/landing.js from a {theme,blocks}
   document. Same-origin stylesheet (CSP style-src 'self'). Uses the page theme
   vars; the per-direction accent is injected as --gold by landing.js. These
   styles only apply when the body carries .lp-blocks (whitelabel mode); the
   neutral default landing keeps its own inline styles. */
body.lp-blocks { background: var(--bg); }
.lpb { max-width: 1140px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); }
.lpb-sec { padding: clamp(46px, 7vw, 84px) 0; }
.lpb-kick { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); font-weight: 600; }
.lpb-kick::before { content: ""; width: 24px; height: 1px; background: var(--gold); display: inline-block; }
.lpb h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(26px, 3.8vw, 42px); letter-spacing: -.6px; margin: 12px 0 0; }
.lpb .intro { color: var(--mist); font-size: 16px; max-width: 62ch; margin: 14px 0 0; }

/* hero */
.lpb-hero { padding: clamp(60px, 9vw, 120px) 0 clamp(40px, 6vw, 72px); }
.lpb-hero .eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); font-weight: 600; border: 1px solid color-mix(in srgb, var(--gold) 32%, transparent); background: color-mix(in srgb, var(--gold) 8%, transparent); padding: 6px 14px; border-radius: 999px; }
.lpb-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(38px, 6.2vw, 70px); line-height: 1.04; letter-spacing: -1.1px; margin: 22px 0 0; max-width: 17ch; }
.lpb-hero h1 .accent { color: var(--gold); }
.lpb-hero .lead { font-size: clamp(16px, 2vw, 19px); color: var(--mist); max-width: 60ch; margin: 22px 0 0; }
.lpb-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.lpb-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-ui); font-size: 15px; font-weight: 600; cursor: pointer; padding: 14px 26px; border-radius: 12px; border: 1px solid transparent; text-decoration: none; transition: transform .14s, box-shadow .2s; }
.lpb-btn-primary { background: linear-gradient(180deg, var(--gold-soft), var(--bronze)); color:var(--on-gold,#1a1206); box-shadow: 0 12px 28px -14px rgba(201,162,75,.7); }
.lpb-btn-primary:hover { transform: translateY(-1px); text-decoration: none; }
.lpb-btn-ghost { background: var(--surface); color: var(--text); border-color: var(--border-2); }
.lpb-btn-ghost:hover { border-color: var(--gold); text-decoration: none; }

/* stats */
.lpb-stats { display: flex; flex-wrap: wrap; gap: 26px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 26px 0; }
.lpb-stats .m .v { font-family: var(--font-display); font-size: clamp(28px, 4vw, 38px); font-weight: 600; color: var(--champagne); }
.lpb-stats .m .l { font-size: 13px; color: var(--mist-dim); }

/* features */
.lpb-grid { display: grid; gap: 18px; margin-top: 34px; grid-template-columns: repeat(3, 1fr); }
.lpb-card { background: linear-gradient(180deg, var(--surface), var(--grad-card, #141d27)); border: 1px solid var(--border); border-radius: 16px; padding: 26px; }
.lpb-card h3 { font-size: 18px; margin: 0 0 8px; font-weight: 600; }
.lpb-card p { color: var(--mist); font-size: 14.5px; margin: 0; }

/* steps */
.lpb-steps { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin-top: 34px; }
.lpb-step { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 22px; }
.lpb-step .no { font-family: var(--font-display); font-size: 40px; font-weight: 600; line-height: 1; color: transparent; -webkit-text-stroke: 1px color-mix(in srgb, var(--gold) 45%, transparent); }
.lpb-step h4 { font-size: 15px; margin: 12px 0 6px; font-weight: 600; }
.lpb-step p { font-size: 13px; color: var(--mist); margin: 0; }

/* split */
.lpb-split { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.lpb-split.right { direction: rtl; } .lpb-split.right > * { direction: ltr; }
.lpb-split .txt h2 { margin-top: 0; }
.lpb-split img { width: 100%; border-radius: 16px; border: 1px solid var(--border-2); display: block; }
.lpb-split .ph { aspect-ratio: 4/3; border-radius: 16px; border: 1px solid var(--border-2); background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 22%, var(--surface)), var(--surface)); }

/* quote */
.lpb-quote { text-align: center; max-width: 50ch; margin: 0 auto; }
.lpb-quote blockquote { font-family: var(--font-display); font-size: clamp(22px, 3.2vw, 32px); line-height: 1.3; color: var(--champagne); margin: 0; }
.lpb-quote .by { margin-top: 16px; color: var(--mist-dim); font-size: 14px; }

/* logos */
.lpb-logos { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.lpb-pill { border: 1px solid var(--border-2); background: var(--surface); border-radius: 999px; padding: 9px 16px; color: var(--mist); font-size: 14px; font-weight: 600; }

/* cta */
.lpb-ctabox { background: linear-gradient(180deg, color-mix(in srgb, var(--gold) 12%, var(--surface)), var(--surface)); border: 1px solid var(--gold); border-radius: 20px; padding: clamp(28px, 5vw, 52px); text-align: center; }
.lpb-ctabox h2 { margin: 0; } .lpb-ctabox p { color: var(--mist); margin: 12px auto 0; max-width: 52ch; }
.lpb-ctabox .lpb-cta { justify-content: center; }

/* faq */
.lpb-faq { display: grid; gap: 12px; margin-top: 30px; max-width: 760px; }
.lpb-faq details { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; }
.lpb-faq summary { cursor: pointer; font-weight: 600; color: var(--text); }
.lpb-faq p { color: var(--mist); margin: 10px 0 0; font-size: 14.5px; }

/* richtext / contact */
.lpb-rt { max-width: 70ch; color: var(--mist); font-size: 15.5px; }
.lpb-contact { display: flex; flex-wrap: wrap; gap: 14px 36px; margin-top: 18px; }
.lpb-contact a, .lpb-contact span { color: var(--mist); font-size: 15px; }

/* gallery */
.lpb-gal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.lpb-gal img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; border: 1px solid var(--border-2); }

/* footer */
.lpb-foot { border-top: 1px solid var(--border); margin-top: 10px; padding: 30px 0; color: var(--mist-dim); font-size: 13px; text-align: center; }

@media (max-width: 880px) {
  .lpb-grid, .lpb-steps, .lpb-split, .lpb-gal { grid-template-columns: 1fr; }
  .lpb-steps { grid-template-columns: repeat(2, 1fr); }
}
