/* Self-hosted (SIL OFL) — same-origin, matches CSP default-src 'self' with no font-src override. */
@font-face{font-family:"Geist";src:url(fonts/Geist-Variable.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:"Geist Mono";src:url(fonts/GeistMono-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
/* ── Palette: dark by default, light when the theme switch is checked ── */
:root{
  color-scheme:dark;
  --color-background:#0a0a0a;--color-surface:#141414;--color-surface-muted:#171717;--color-surface-panel:#1f1f1f;--color-surface-raised:#1a1a1a;
  --color-foreground:#ededed;--color-foreground-muted:#a1a1a1;--color-foreground-subtle:#8f8f8f;--color-foreground-faint:#5e5e5e;
  --color-border:#2a2a2a;--color-border-strong:#3a3a3a;
  --color-primary:#4f9d61;--color-primary-hover:#5bb06e;--color-on-primary:#ffffff;
  --color-success:#18794e;--color-success-bg:#0f2a1c;--color-warning:#8f5c05;--color-warning-bg:#2a1f0a;--color-error:#b8482a;--color-error-bg:#2a1410;--color-info:#0e62b3;--color-info-bg:#0e2236;
  --shadow-landing-preview:0 24px 64px -32px rgba(0,0,0,.6);
  --font-body:"Geist",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,system-ui,sans-serif;
  --font-mono:"Geist Mono",ui-monospace,"SF Mono",SFMono-Regular,Menlo,Consolas,monospace;
  --ease-out:cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out:cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer:cubic-bezier(0.32, 0.72, 0, 1);
  /* Forced-dark palette shared by the APIA band (.lp-darkwrap) and the nav's on-dark
     state — one source so the two never drift out of sync with each other. */
  --color-apiaband-bg:#0f1d14;--color-apiaband-surface:#16291c;--color-apiaband-surface-muted:#132218;--color-apiaband-surface-panel:#1a2f20;--color-apiaband-surface-raised:#182c1e;--color-apiaband-surface-sunken:#1d3524;
  --color-apiaband-foreground:#eef4ee;--color-apiaband-foreground-muted:#aec3b2;--color-apiaband-foreground-subtle:#93ac99;--color-apiaband-foreground-faint:#7b957f;
  --color-apiaband-border:#28422f;--color-apiaband-border-strong:#35543e;
  --color-apiaband-primary:#74c489;--color-apiaband-primary-hover:#84d198;--color-apiaband-on-primary:#0b1a10;--color-apiaband-success:#74c489;
  --color-apiaband-icon:#dfeadf;
}
:root:has(.theme-switch:checked){
  color-scheme:light;
  --color-background:#fafafa;--color-surface:#ffffff;--color-surface-muted:#f6f6f5;--color-surface-panel:#f6f6f5;--color-surface-raised:#ffffff;
  --color-foreground:#0a0a0a;--color-foreground-muted:#666666;--color-foreground-subtle:#767676;--color-foreground-faint:#a3a3a3;
  --color-border:#ebebe9;--color-border-strong:#dcdcd8;
  --color-primary:#285232;--color-primary-hover:#204128;--color-on-primary:#ffffff;
  --color-success:#18794e;--color-success-bg:#edf7f0;--color-warning:#8f5c05;--color-warning-bg:#fdf4e3;--color-error:#b8482a;--color-error-bg:#fdeee7;--color-info:#0e62b3;--color-info-bg:#e8f1fb;
  --shadow-landing-preview:0 24px 64px -32px rgba(10,10,10,.18);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
body{background:var(--color-background);color:var(--color-foreground);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.lp-page{width:100%;min-height:100dvh;display:flex;flex-direction:column;background:var(--color-background);color:var(--color-foreground);overflow-x:clip}
.lp-page>main{flex:1 0 auto}
svg{display:block}
section[id]{scroll-margin-top:76px}
.lp-mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}
.lp-skip{position:absolute;top:-80px;left:8px;z-index:100;background:var(--color-surface);color:var(--color-foreground);border:1px solid var(--color-border-strong);border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:top .15s var(--ease-out)}
.lp-skip:focus-visible{top:8px}

/* motion — landing.js adds .lp-motion once JS confirms it can drive the reveal;
   without JS every [data-reveal] node stays fully visible (progressive enhancement). */
.lp-motion [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s cubic-bezier(.2,.6,.2,1),transform .65s cubic-bezier(.2,.6,.2,1)}
.lp-motion [data-reveal].in{opacity:1;transform:none}
.lp-motion [data-reveal="2"]{transition-delay:.09s}
.lp-motion .lp-why[data-reveal],.lp-motion .lp-trustgrid[data-reveal]{opacity:1;transform:none;transition:none}
.lp-motion .lp-why[data-reveal]>*,.lp-motion .lp-trustgrid[data-reveal]>*{opacity:0;transform:translateY(18px);transition:opacity .65s cubic-bezier(.2,.6,.2,1),transform .65s cubic-bezier(.2,.6,.2,1)}
.lp-motion .lp-why[data-reveal].in>*,.lp-motion .lp-trustgrid[data-reveal].in>*{opacity:1;transform:none}
.lp-motion .lp-why[data-reveal]>*:nth-child(2),.lp-motion .lp-trustgrid[data-reveal]>*:nth-child(2),.lp-motion .lp-trustgrid[data-reveal]>*:nth-child(4){transition-delay:.06s}
.lp-motion .lp-why[data-reveal]>*:nth-child(3),.lp-motion .lp-trustgrid[data-reveal]>*:nth-child(3),.lp-motion .lp-trustgrid[data-reveal]>*:nth-child(5){transition-delay:.12s}
.lp-motion .lp-trustgrid[data-reveal]>*:nth-child(6){transition-delay:.18s}
.lp-motion .lp-pillar[data-reveal]{opacity:1;transform:none;transition:none}
.lp-motion .lp-pillar[data-reveal]>*{opacity:0;transform:translateY(18px);transition:opacity .65s cubic-bezier(.2,.6,.2,1),transform .65s cubic-bezier(.2,.6,.2,1)}
.lp-motion .lp-pillar[data-reveal].in>*{opacity:1;transform:none}
.lp-motion .lp-pillar[data-reveal]>*:nth-child(2){transition-delay:.08s}
.lp-motion .lp-ringwrap circle[stroke-dasharray]{stroke-dashoffset:226.2;transition:stroke-dashoffset 2s var(--ease-out) .3s}
.lp-motion [data-reveal].in .lp-ringwrap circle[stroke-dasharray]{stroke-dashoffset:7.2}
.lp-motion.lp-loaded .lp-hero .lp-ringwrap circle[stroke-dasharray]{stroke-dashoffset:7.2}
@media (prefers-reduced-motion:reduce){.lp-motion .lp-why[data-reveal]>*,.lp-motion .lp-trustgrid[data-reveal]>*,.lp-motion .lp-pillar[data-reveal]>*{opacity:1;transform:none;transition:none}}
@media (prefers-reduced-motion:reduce){.lp-motion .lp-ringwrap circle[stroke-dasharray]{stroke-dashoffset:7.2;transition:none}}
@media (prefers-reduced-motion:reduce){.lp-motion [data-reveal]{opacity:1;transform:none;transition:none}}

/* nav */
.lp-nav{width:100%;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);position:sticky;top:0;background:color-mix(in srgb,var(--color-background) 84%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;transition:background-color .25s var(--ease-out),border-color .25s var(--ease-out),color .25s var(--ease-out)}
.lp-nav-in{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 40px;max-width:1180px;margin:0 auto}
.lp-nav.on-dark{background:color-mix(in srgb,var(--color-apiaband-bg) 84%,transparent);border-bottom-color:color-mix(in srgb,var(--color-apiaband-foreground) 14%,transparent)}
.lp-nav.on-dark .lp-brand,.lp-nav.on-dark .lp-navlink:hover{color:var(--color-apiaband-foreground)}
.lp-nav.on-dark .lp-brand span{color:color-mix(in srgb,var(--color-apiaband-foreground) 62%,transparent)}
.lp-nav.on-dark .lp-navlink{color:color-mix(in srgb,var(--color-apiaband-foreground) 74%,transparent)}
.lp-nav.on-dark .lp-tg,.lp-nav.on-dark .lp-burger{background:color-mix(in srgb,var(--color-apiaband-foreground) 8%,transparent);border-color:color-mix(in srgb,var(--color-apiaband-foreground) 20%,transparent);color:var(--color-apiaband-icon)}
.lp-brand,.lp-brand span,.lp-navlink,.lp-tg,.lp-burger{transition:background-color .25s var(--ease-out),border-color .25s var(--ease-out),color .25s var(--ease-out)}
.lp-brand{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:600;letter-spacing:-0.01em;color:var(--color-foreground);text-decoration:none}
.lp-navlinks{display:flex;align-items:center;gap:26px}
.lp-navlink{font-size:14px;color:var(--color-foreground-muted);text-decoration:none;cursor:pointer}
.lp-navlink:hover{color:var(--color-foreground)}
.lp-navright{display:flex;align-items:center;gap:10px;position:relative}
.theme-switch{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.lp-tg,.lp-burger{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);border-radius:8px;background:var(--color-surface);color:var(--color-foreground-muted);cursor:pointer;flex-shrink:0}
.lp-tg:hover,.lp-burger:hover{color:var(--color-foreground)}
.lp-burger{display:none;border:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent)}
/* mobile menu panel */
.lp-menu{position:absolute;top:calc(100% + 1px);left:-40px;right:-40px;background:var(--color-background);border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);box-shadow:0 24px 48px -24px rgba(0,0,0,.35);padding:8px 40px 16px;display:flex;flex-direction:column;opacity:1;transform:none;transition:opacity .18s var(--ease-out),transform .18s var(--ease-out),display .18s allow-discrete}
.lp-menu[hidden]{display:none;opacity:0;transform:translateY(-8px)}
@starting-style{.lp-menu{opacity:0;transform:translateY(-8px)}}
@media (prefers-reduced-motion:reduce){.lp-menu{transition:opacity .18s var(--ease-out),display .18s allow-discrete}.lp-menu[hidden]{transform:none}}
.lp-menu a{font-family:inherit;text-align:left;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 7%,transparent);padding:14px 4px;font-size:15.5px;color:var(--color-foreground);text-decoration:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.lp-menu a:last-of-type{border-bottom:0}
/* tooltip (icon-only controls) */
.lp-tip{position:relative}
.lp-tip::after{content:attr(data-tip);position:absolute;top:calc(100% + 8px);right:0;padding:6px 9px;border-radius:7px;background:var(--color-foreground);color:var(--color-background);font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap;opacity:0;transform:translateY(-3px);transition:opacity .16s ease,transform .16s ease;pointer-events:none;z-index:7}
.lp-tip:hover::after{opacity:1;transform:none;transition-delay:.4s}
.lp-tip:focus-visible::after{opacity:1;transform:none;transition-delay:0s}
@media (prefers-reduced-motion:reduce){.lp-tip::after{transform:none;transition:opacity .16s var(--ease-out)}}
@media (pointer:coarse){.lp-tip::after{display:none}}
/* sticky mobile CTA */
.lp-stickybar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:6;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--color-background) 88%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);transition:transform .28s var(--ease-drawer),opacity .28s var(--ease-drawer)}
.lp-stickybar.hide{transform:translateY(120%);opacity:0;pointer-events:none;transition-duration:.2s}
@media (prefers-reduced-motion:reduce){.lp-stickybar{transition:opacity .2s var(--ease-out)}.lp-stickybar.hide{transform:none}}
.lp-cta{display:flex;width:100%;align-items:center;justify-content:center;gap:8px;background:var(--color-primary);color:var(--color-on-primary);border:0;border-radius:8px;padding:13px 18px;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .15s ease}
.lp-cta:hover{background:var(--color-primary-hover)}

/* sections */
.lp-sec{padding:84px 40px;max-width:1180px;margin:0 auto}
.lp-eyebrow{font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-foreground-subtle);display:flex;align-items:center;gap:9px}
.lp-eyebrow span.d{width:6px;height:6px;border-radius:9999px;background:var(--color-primary);display:inline-block}
.lp-h2{font-size:30px;line-height:1.1;font-weight:600;letter-spacing:-0.02em;margin:14px 0 0;text-wrap:balance}
.lp-lead{font-size:16px;line-height:1.6;color:var(--color-foreground-muted)}
.lp-card{background:var(--color-surface);border:1px solid color-mix(in srgb,var(--color-foreground) 11%,transparent);border-radius:12px;padding:26px;min-width:0}

/* buttons */
.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-weight:550;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:background-color .15s var(--ease-out),border-color .15s var(--ease-out),transform .16s var(--ease-out);font-family:inherit;white-space:nowrap;touch-action:manipulation}
.lp-btn-primary{background:var(--color-primary);color:var(--color-on-primary)}
.lp-btn-primary:hover{background:var(--color-primary-hover)}
.lp-btn-secondary{background:var(--color-surface);color:var(--color-foreground);border-color:var(--color-border-strong)}
.lp-btn-secondary:hover{border-color:var(--color-foreground-subtle)}
@media (hover:hover) and (pointer:fine){.lp-btn-primary:hover{transform:translateY(-1px)}}
.lp-btn:active{transform:scale(.97)}
.lp-btn-sm{font-size:14px;padding:0 16px;height:34px}
.lp-btn-lg{font-size:15px;padding:0 22px;height:46px}
.lp-ghost{font-size:15px;color:var(--color-foreground-muted);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 20%,transparent);padding-bottom:2px;transition:color .15s ease}
.lp-ghost:hover{color:var(--color-foreground)}

/* hero */
.lp-hero{position:relative;padding:96px 40px 40px;text-align:center;overflow:hidden;max-width:1180px;margin:0 auto}
.lp-pat{position:absolute;inset:0;opacity:.5;background-image:repeating-linear-gradient(to bottom,color-mix(in srgb,var(--color-foreground) 7%,transparent) 0 1px,transparent 1px 26px);-webkit-mask-image:radial-gradient(120% 80% at 50% 0%,#000 30%,transparent 75%);mask-image:radial-gradient(120% 80% at 50% 0%,#000 30%,transparent 75%)}
.lp-h1{font-size:54px;line-height:1.04;font-weight:600;letter-spacing:-0.03em;margin:18px auto 0;max-width:16ch;text-wrap:balance}
.lp-sub{font-size:18px;line-height:1.55;color:var(--color-foreground-muted);margin:18px auto 0;max-width:58ch}
.lp-actions{display:flex;gap:14px;justify-content:center;align-items:center;min-height:46px;margin-top:26px;flex-wrap:wrap}
.lp-chrome{position:relative;z-index:1;margin:46px auto 0;max-width:1000px;border:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);border-radius:12px;overflow:hidden;background:var(--color-surface);box-shadow:var(--shadow-landing-preview)}
.lp-chrome-label{margin:0;padding:11px 16px;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);background:var(--color-surface-muted);font-size:12px;color:var(--color-foreground-faint);text-align:center}
.lp-chrome-body{padding:22px;background:var(--color-background)}

/* hero map */
.lp-mapwrap{position:relative;border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:10px;overflow:hidden;background:var(--color-surface-panel);min-width:0}
.lp-map{display:block;width:100%;height:auto;max-width:100%}
.lp-maptop{position:absolute;top:14px;left:14px;right:14px;display:flex;justify-content:space-between;gap:10px;align-items:flex-start;pointer-events:none}
.lp-parcelchip{background:color-mix(in srgb,var(--color-background) 90%,transparent);border:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);border-radius:9px;padding:9px 12px;text-align:left;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);max-width:64%}
.lp-parcelchip .pn{font-size:13.5px;font-weight:600;letter-spacing:-0.01em}
.lp-parcelchip .pm{font-size:12px;color:var(--color-foreground-muted);margin-top:3px}
.lp-maplegend{background:color-mix(in srgb,var(--color-background) 90%,transparent);border:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);border-radius:9px;padding:8px 11px;font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-foreground-subtle);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.lp-overcard{position:absolute;right:14px;bottom:14px;width:296px;max-width:calc(100% - 28px);background:color-mix(in srgb,var(--color-surface) 94%,transparent);border:1px solid color-mix(in srgb,var(--color-foreground) 13%,transparent);border-radius:10px;padding:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 20px 40px -24px rgba(0,0,0,.45)}

/* completeness ring card (hero overlay + pillar 2 + APIA band) */
.lp-comp{display:flex;align-items:center;gap:16px;min-width:0}
.lp-ringwrap{position:relative;width:92px;height:92px;flex-shrink:0}
.lp-ringval{position:absolute;inset:0;display:grid;place-items:center;text-align:center}
.lp-ringval .v{font-size:21px;font-weight:600;line-height:1;letter-spacing:-0.02em}
.lp-ringval .u{font-size:9px;letter-spacing:.08em;color:var(--color-foreground-subtle);margin-top:3px}
.lp-complist{border-left:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);padding-left:16px;min-width:0}
.lp-complist .hd{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-foreground-subtle)}
.lp-crow{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--color-foreground-muted);margin-top:6px}
.lp-crow i{width:7px;height:7px;border-radius:2px;flex-shrink:0;display:inline-block}

/* hero scoreboard */
.lp-score{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:color-mix(in srgb,var(--color-foreground) 11%,transparent);border:1px solid color-mix(in srgb,var(--color-foreground) 11%,transparent);border-radius:8px;overflow:hidden;margin-top:16px}
.lp-cell{position:relative;background:var(--color-surface);padding:14px 18px;min-width:0}
.lp-cell .bar{position:absolute;top:0;left:0;right:0;height:2px;opacity:.7}
.lp-cell .lb{font-size:10px;font-weight:600;color:var(--color-foreground-subtle);text-transform:uppercase;letter-spacing:.06em}
.lp-cell .vl{font-size:24px;font-weight:600;letter-spacing:-0.02em;margin-top:4px;line-height:1}
.lp-cell .un{font-size:10px;color:var(--color-foreground-subtle);margin-top:4px}

/* trust badge strip (right under hero) */
.lp-trust{display:flex;align-items:center;justify-content:center;gap:34px;flex-wrap:wrap;padding:30px 40px;border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}
.lp-trust-l{font-family:var(--font-mono);font-size:12px;letter-spacing:.06em;color:var(--color-foreground-subtle);text-transform:uppercase}
.lp-trust-chip{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--color-foreground-muted);border:1px solid color-mix(in srgb,var(--color-foreground) 13%,transparent);border-radius:9999px;padding:6px 14px;background:var(--color-surface)}
.lp-trust-chip svg{color:var(--color-success);flex-shrink:0}

/* why we exist */
.lp-why{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;margin-top:52px}
.lp-why>*{min-width:0}
.lp-wy{border-top:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);padding-top:20px}
.lp-wy h4{font-size:17px;font-weight:600;margin:0;letter-spacing:-0.01em}
.lp-wy p{font-size:14.5px;line-height:1.6;color:var(--color-foreground-muted);margin:8px 0 0}
.lp-belief{font-size:22px;line-height:1.45;letter-spacing:-0.015em;font-weight:500;color:var(--color-foreground);margin:64px auto 0;max-width:44ch;text-align:center}
.lp-belief em{font-style:normal;color:var(--color-primary)}

/* transition band */
.lp-band{margin-top:84px;background:color-mix(in srgb,var(--color-surface-muted) 72%,var(--color-background));border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}
.lp-band-in{max-width:1180px;margin:0 auto;padding:80px 40px;text-align:center}
.lp-band h2{font-size:38px;line-height:1.08;font-weight:600;letter-spacing:-0.03em;margin:0}
.lp-band p{font-size:17px;line-height:1.6;color:var(--color-foreground-muted);margin:18px auto 0;max-width:52ch}

/* pillars */
.lp-pillar{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center;padding:56px 0}
.lp-pillar>*{min-width:0}
.lp-pillar+.lp-pillar{border-top:1px solid color-mix(in srgb,var(--color-foreground) 7%,transparent)}
.lp-pillar.rev .lp-pv{order:-1}
.lp-pk{font-family:var(--font-mono);font-size:12.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--color-primary)}
.lp-pillar h3{font-size:26px;line-height:1.15;font-weight:600;letter-spacing:-0.02em;margin:14px 0 0}
.lp-pillar .pd{font-size:16px;line-height:1.65;color:var(--color-foreground-muted);margin:14px 0 0;max-width:44ch}
.lp-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.lp-chip{font-size:13px;color:var(--color-foreground-muted);border:1px solid color-mix(in srgb,var(--color-foreground) 13%,transparent);border-radius:9999px;padding:6px 12px;background:var(--color-surface)}
.lp-pv{display:flex;flex-direction:column;gap:14px;min-width:0}

/* stat-list card (registers, calamity, contracts, audit, documents, culture stages) */
.lp-stats{min-width:0}
.lp-stats .hd{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-foreground-subtle)}
.lp-srow{display:flex;justify-content:space-between;align-items:baseline;gap:14px;padding:11px 0;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}
.lp-srow:first-of-type{margin-top:6px}
.lp-srow:last-child{border-bottom:0;padding-bottom:0}
.lp-srow .k{font-size:13.5px;color:var(--color-foreground-muted)}
.lp-srow .v{font-size:15px;font-weight:600;letter-spacing:-0.01em;white-space:nowrap}

/* financial card */
.lp-fin{display:flex;align-items:center;gap:18px;min-width:0}
.lp-motion .lp-fin-line{stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset 2.2s var(--ease-out) .4s}
.lp-motion .lp-fin-area,.lp-motion .lp-fin-dot{opacity:0;transition:opacity .8s var(--ease-out) 2.4s}
.lp-motion [data-reveal].in .lp-fin-line{stroke-dashoffset:0}
.lp-motion [data-reveal].in .lp-fin-area,.lp-motion [data-reveal].in .lp-fin-dot{opacity:1}
@media (prefers-reduced-motion:reduce){.lp-motion .lp-fin-line{stroke-dashoffset:0;transition:none}.lp-motion .lp-fin-area,.lp-motion .lp-fin-dot{opacity:1;transition:none}}
.lp-finmeta{min-width:0}
.lp-finmeta .hd{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-foreground-subtle)}
.lp-finmeta .vl{font-size:24px;font-weight:600;letter-spacing:-0.02em;margin-top:5px;line-height:1;display:flex;align-items:baseline;gap:7px}
.lp-finmeta .vl small{font-size:12.5px;font-weight:500;color:var(--color-foreground-muted)}
.lp-findelta{font-size:11.5px;color:var(--color-success);margin-top:6px}

/* transport / reconciliation status rows (reused: pillar 3 + old #module e-Transport card) */
.lp-tw-row{display:flex;align-items:center;gap:12px;padding:9px 0}
.lp-tw-row+.lp-tw-row{border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent)}
.lp-tw-dot{width:9px;height:9px;border-radius:9999px;flex-shrink:0}
.lp-tw-l{font-size:13.5px;color:var(--color-foreground-muted)}
.lp-tw-n{margin-left:auto;font-weight:600;font-variant-numeric:tabular-nums}
.lp-tw-foot{margin-top:14px;padding-top:14px;border-top:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);display:flex;justify-content:space-between;align-items:baseline}
.lp-tw-foot .l{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--color-foreground-subtle)}
.lp-tw-foot .n{font-size:18px;font-weight:600;letter-spacing:-0.01em}

/* fertilization gauge (pillar 1) */
.lp-gauge-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}
.lp-gauge-top .p{font-size:13px;color:var(--color-foreground-muted)}
.lp-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:3px 10px;border-radius:9999px;background:var(--color-success-bg);color:var(--color-success)}
.lp-bar{height:12px;border-radius:9999px;background:color-mix(in srgb,var(--color-foreground) 10%,transparent);overflow:hidden;position:relative}
.lp-bar-fill{height:100%;border-radius:9999px;background:var(--color-primary)}
.lp-motion .lp-bar-fill{transform-origin:left;transform:scaleX(0)}
.lp-motion [data-reveal].in .lp-bar-fill{transform:scaleX(1);transition:transform 1.6s var(--ease-out) .4s}
@media (prefers-reduced-motion:reduce){.lp-motion .lp-bar-fill{transform:scaleX(1);transition:none}}
.lp-gauge-scale{display:flex;justify-content:space-between;margin-top:8px;font-family:var(--font-mono);font-size:11px;color:var(--color-foreground-subtle)}
.lp-gauge-num{font-size:30px;font-weight:600;letter-spacing:-0.02em;margin-top:14px}
.lp-gauge-num span{font-size:14px;font-weight:500;color:var(--color-foreground-subtle);margin-left:4px}

/* growth-phase timeline (pillar 1, decorative — no data source, generic phase labels only) */
.lp-timeline{display:flex;flex-direction:column;gap:10px}
.lp-timeline .hd{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-foreground-subtle)}
.lp-timeline-bar{display:flex;height:10px;border-radius:9999px;overflow:hidden}
.lp-timeline-bar span{flex:1}
.lp-timeline-labels{display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:11px;color:var(--color-foreground-subtle)}

/* apia — dark band */
.lp-darkwrap{margin-top:84px;background:var(--color-background);--color-background:var(--color-apiaband-bg);--color-surface:var(--color-apiaband-surface);--color-surface-muted:var(--color-apiaband-surface-muted);--color-surface-panel:var(--color-apiaband-surface-panel);--color-surface-raised:var(--color-apiaband-surface-raised);--color-surface-sunken:var(--color-apiaband-surface-sunken);--color-foreground:var(--color-apiaband-foreground);--color-foreground-muted:var(--color-apiaband-foreground-muted);--color-foreground-subtle:var(--color-apiaband-foreground-subtle);--color-foreground-faint:var(--color-apiaband-foreground-faint);--color-border:var(--color-apiaband-border);--color-border-strong:var(--color-apiaband-border-strong);--color-primary:var(--color-apiaband-primary);--color-primary-hover:var(--color-apiaband-primary-hover);--color-on-primary:var(--color-apiaband-on-primary);--color-success:var(--color-apiaband-success)}
.lp-darkwrap .lp-inner{background:var(--color-background);color:var(--color-foreground)}
.lp-secb{padding-bottom:84px}
.lp-flow{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:start;margin-top:48px}
.lp-flow>*{min-width:0}
.lp-fsteps{display:flex;flex-direction:column}
.lp-fstep{display:grid;grid-template-columns:44px 1fr;gap:20px;position:relative;padding-bottom:36px}
.lp-fstep>*{min-width:0}
.lp-fstep:last-child{padding-bottom:0}
.lp-fstep::before{content:"";position:absolute;left:21px;top:44px;bottom:0;width:1px;background:color-mix(in srgb,var(--color-foreground) 14%,transparent)}
.lp-fstep:last-child::before{display:none}
.lp-fn{width:44px;height:44px;border-radius:9999px;border:1px solid color-mix(in srgb,var(--color-primary) 55%,transparent);color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:13px;background:var(--color-background);position:relative;z-index:1}
.lp-fstep h4{font-size:17px;font-weight:600;margin:11px 0 0;letter-spacing:-0.01em}
.lp-fstep p{font-size:14.5px;line-height:1.6;color:var(--color-foreground-muted);margin:6px 0 0;max-width:46ch}
.lp-fside{position:sticky;top:96px;display:flex;flex-direction:column;gap:14px;min-width:0}
.lp-fcap{font-size:13.5px;line-height:1.55;color:var(--color-foreground-muted);margin:0;padding:0 4px}
.lp-note{font-size:13.5px;line-height:1.6;color:var(--color-foreground-muted);margin:48px 0 0;padding-top:20px;border-top:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);max-width:72ch}

/* functionality depth tabs */
.lp-tabs{display:flex;gap:2px;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 11%,transparent);margin-top:40px;overflow-x:auto;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 86%,transparent 100%);mask-image:linear-gradient(90deg,#000 0,#000 86%,transparent 100%)}
.lp-tabs::-webkit-scrollbar{display:none}
.lp-tabs.at-end{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 100%)}
.lp-tab{appearance:none;border:0;background:none;font-family:inherit;font-size:14px;color:var(--color-foreground-muted);padding:12px 16px;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:color .15s ease,border-color .15s ease}
.lp-tab:hover{color:var(--color-foreground)}
.lp-tab.on{color:var(--color-foreground);border-color:var(--color-primary)}
.lp-panel{display:grid;grid-template-columns:1fr .9fr;gap:56px;align-items:center;padding:40px 0 0;opacity:1;transition:opacity .15s var(--ease-out)}
.lp-panel[hidden]{display:none}
@starting-style{.lp-panel{opacity:0}}
.lp-panel>*{min-width:0}
.lp-panel .pd{font-size:16px;line-height:1.65;color:var(--color-foreground-muted);margin:0;max-width:44ch}
.lp-plist{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column}
.lp-plist li{font-size:14.5px;color:var(--color-foreground);padding:13px 0;border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);display:flex;align-items:center;gap:10px}
.lp-plist li .c{color:var(--color-primary);display:inline-flex;flex-shrink:0}

/* pricing card feature list */
.lp-ul{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-direction:column;gap:10px}
.lp-li{display:flex;gap:10px;font-size:14.5px;line-height:1.5;color:var(--color-foreground-muted)}
.lp-li .c{color:var(--color-primary);flex-shrink:0;margin-top:1px;display:inline-flex}

/* trust grid (Încredere section — distinct from the .lp-trust badge strip) */
.lp-trustgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px 40px;margin-top:52px}
.lp-trustgrid>*{min-width:0}
.lp-tr{border-top:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);padding-top:18px}
.lp-tr h4{font-size:15.5px;font-weight:600;margin:0;letter-spacing:-0.01em}
.lp-tr p{font-size:14px;line-height:1.6;color:var(--color-foreground-muted);margin:7px 0 0}

/* final cta */
.lp-final{position:relative;max-width:1180px;margin:84px auto 0;padding:0 40px 84px;text-align:center}
.lp-final-in{position:relative;border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:18px;padding:72px 40px;overflow:hidden;background:color-mix(in srgb,var(--color-surface-muted) 60%,var(--color-background))}
.lp-final h2{font-size:36px;line-height:1.06;font-weight:600;letter-spacing:-0.028em;margin:0}
.lp-final .fp{font-size:16.5px;line-height:1.6;color:var(--color-foreground-muted);margin:16px auto 0;max-width:46ch}
.lp-demolist{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:920px;margin:36px auto 0;text-align:left}
.lp-demolist>*{min-width:0}
.lp-pricegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.lp-pricegrid>*{min-width:0}
.lp-dm{display:flex;gap:9px;align-items:flex-start;font-size:13.5px;line-height:1.5;color:var(--color-foreground-muted);background:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 9%,transparent);border-radius:10px;padding:12px 14px}
.lp-dm .c{color:var(--color-primary);display:inline-flex;flex-shrink:0;margin-top:1px}

/* faq */
.lp-faq{max-width:760px;margin:0 auto}
.lp-q{border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent)}
.lp-q summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-size:16px;font-weight:550}
.lp-q summary::-webkit-details-marker{display:none}
.lp-q .pl{color:var(--color-primary);font-size:20px;transition:transform .18s var(--ease-in-out);line-height:1}
.lp-q[open] .pl{transform:rotate(45deg)}
.lp-q p{font-size:14.5px;line-height:1.6;color:var(--color-foreground-muted);margin:0 0 20px;max-width:64ch}

/* legal pages (Confidențialitate / Termeni) */
.lp-legal{max-width:70ch;margin:0 auto}
.lp-legal h1,.lp-legal h2{margin-top:0}
.lp-legal h3{font-size:19px;font-weight:600;letter-spacing:-0.01em;margin:36px 0 0}
.lp-legal p,.lp-legal li{font-size:15px;line-height:1.65;color:var(--color-foreground-muted)}
.lp-legal ul,.lp-legal ol{padding-left:22px;margin:12px 0}
.lp-legal li{margin-bottom:8px}
.lp-legal strong{color:var(--color-foreground)}
.lp-legal a{color:var(--color-primary);text-decoration:underline}
.lp-legal .lp-updated{font-family:var(--font-mono);font-size:12px;color:var(--color-foreground-faint);text-transform:uppercase;letter-spacing:.06em}

/* footer */
.lp-footer{border-top:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);padding:48px 40px 36px;background:var(--color-surface-muted)}
.lp-footer-in{max-width:1180px;margin:0 auto}
.lp-fgrid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:30px}
.lp-fcol h5{font-size:12px;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-foreground-faint);margin:0 0 14px}
.lp-fcol a{display:block;font-size:14px;color:var(--color-foreground-muted);text-decoration:none;margin-bottom:10px;cursor:pointer;transition:color .15s ease}
.lp-fcol a:hover{color:var(--color-foreground)}
.lp-fbot{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-top:40px;padding-top:24px;border-top:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);font-size:13px;color:var(--color-foreground-subtle)}

@media (max-width:980px){
  .lp-pillar{grid-template-columns:1fr;gap:24px;padding:40px 0}
  .lp-pillar.rev .lp-pv{order:0}
  .lp-flow{grid-template-columns:1fr;gap:32px}
  .lp-fside{position:static}
  .lp-panel{grid-template-columns:1fr;gap:24px}
  .lp-why{grid-template-columns:1fr;gap:24px}
  .lp-pricegrid{grid-template-columns:1fr}
  .lp-trustgrid{grid-template-columns:1fr 1fr}
  .lp-demolist{grid-template-columns:1fr 1fr}
  .lp-overcard{position:static;width:auto;max-width:none;margin-top:14px;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}
  .lp-score{grid-template-columns:1fr 1fr}
}
@media (max-width:880px){
  .lp-navlinks{display:none}
  .lp-burger{display:inline-flex}
  .lp-loginlink{display:none}
  .lp-h1{font-size:38px}
  .lp-fgrid{grid-template-columns:1fr 1fr}
  .lp-sec{padding:56px 24px}
  .lp-hero{padding:64px 24px 24px}
  .lp-nav-in{padding:14px 24px}
}
@media (max-width:720px){
  .lp-stickybar{display:block}
  .lp-trustgrid{grid-template-columns:1fr}
  .lp-demolist{grid-template-columns:1fr;gap:10px}
  .lp-final{padding:0 20px 72px;margin-top:64px}
  .lp-final-in{padding:48px 20px}
  .lp-band-in{padding:56px 24px}
  .lp-fgrid{grid-template-columns:1fr 1fr}
  .lp-footer{padding:40px 24px calc(88px + env(safe-area-inset-bottom))}
}
@media (max-width:480px){
  .lp-maptop{flex-direction:column;align-items:flex-start}
  .lp-parcelchip{max-width:100%}
}

/* cookie consent banner (ADR-0269) — reuses lp-btn so Accept/Refuz carry
   identical visual weight; no separate "muted reject" styling. */
.lp-consent{position:fixed;left:0;right:0;bottom:0;z-index:20;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;padding:18px 24px;background:var(--color-surface-panel);border-top:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);box-shadow:0 -8px 24px -12px rgba(0,0,0,.4);opacity:1;transform:none;transition:opacity .3s var(--ease-drawer),transform .3s var(--ease-drawer),display .3s allow-discrete}
.lp-consent[hidden]{display:none;opacity:0;transform:translateY(100%)}
@starting-style{.lp-consent{opacity:0;transform:translateY(100%)}}
@media (prefers-reduced-motion:reduce){.lp-consent{transition:opacity .3s var(--ease-out),display .3s allow-discrete}.lp-consent[hidden]{transform:none}}
.lp-consent-text{font-size:13.5px;line-height:1.5;color:var(--color-foreground-muted);max-width:60ch;margin:0}
.lp-consent-text a{color:var(--color-primary);text-decoration:underline}
.lp-consent-actions{display:flex;gap:10px;flex-shrink:0}

/* user preference fallbacks — translucent surfaces become solid (ADR-free,
   mirrors the prefers-reduced-motion handling elsewhere in this file) */
@media (prefers-reduced-transparency:reduce){
  .lp-nav,.lp-stickybar,.lp-parcelchip,.lp-maplegend{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--color-background)}
  .lp-overcard{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--color-surface)}
}
@media (prefers-contrast:more){
  .lp-nav,.lp-stickybar,.lp-parcelchip,.lp-maplegend{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--color-background);border-color:var(--color-foreground)}
  .lp-overcard{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--color-surface);border-color:var(--color-foreground)}
  .lp-nav{border-bottom-color:var(--color-foreground)}
}

/* demo-request modal (ADR-0288) — same enter/exit pattern as .lp-consent:
   @starting-style + [hidden] + prefers-reduced-motion override. */
.lp-modal-overlay{position:fixed;inset:0;z-index:30;display:flex;align-items:center;justify-content:center;padding:24px;background:color-mix(in srgb,#000 55%,transparent);opacity:1;overscroll-behavior:contain;transition:opacity .25s var(--ease-drawer),display .25s allow-discrete}
.lp-modal-overlay[hidden]{display:none;opacity:0}
@starting-style{.lp-modal-overlay{opacity:0}}
@media (prefers-reduced-motion:reduce){.lp-modal-overlay{transition:opacity .25s var(--ease-out),display .25s allow-discrete}}

.lp-modal{position:relative;width:100%;max-width:480px;max-height:calc(100vh - 48px);overflow-y:auto;background:var(--color-surface-panel);border:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);border-radius:16px;padding:32px;box-shadow:0 24px 64px -20px rgba(0,0,0,.5);opacity:1;transform:scale(1) translateY(0);transition:opacity .25s var(--ease-drawer),transform .25s var(--ease-drawer)}
.lp-modal-overlay[hidden] .lp-modal{opacity:0;transform:scale(.96) translateY(8px)}
@starting-style{.lp-modal-overlay .lp-modal{opacity:0;transform:scale(.96) translateY(8px)}}
@media (prefers-reduced-motion:reduce){.lp-modal{transition:opacity .25s var(--ease-out);transform:none !important}}

.lp-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;color:var(--color-foreground-muted);background:none;border:none;border-radius:8px;cursor:pointer}
.lp-modal-close:hover{background:color-mix(in srgb,var(--color-foreground) 8%,transparent);color:var(--color-foreground)}
.lp-modal-title{font-size:22px;font-weight:650;margin:0 0 8px;padding-right:32px}
.lp-modal-sub{font-size:14px;line-height:1.5;color:var(--color-foreground-muted);margin:0 0 20px}

.lp-field{margin-bottom:16px}
.lp-field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}
.lp-field-optional{font-weight:400;color:var(--color-foreground-subtle)}
.lp-field input{width:100%;padding:10px 12px;font-size:14px;font-family:inherit;color:var(--color-foreground);background:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 18%,transparent);border-radius:8px}
.lp-field input:focus{outline:2px solid var(--color-primary);outline-offset:1px}
.lp-field input[aria-invalid="true"]{border-color:var(--color-danger,#c0392b)}
.lp-field-err{display:block;font-size:12.5px;color:var(--color-danger,#c0392b);margin-top:4px;min-height:0}
.lp-field-err:empty{display:none}

.lp-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

.lp-modal-notice{font-size:12.5px;line-height:1.5;color:var(--color-foreground-subtle);margin:4px 0 20px}
.lp-modal-notice a{color:var(--color-primary)}

.lp-modal-error{font-size:13.5px;color:var(--color-danger,#c0392b);background:color-mix(in srgb,var(--color-danger,#c0392b) 10%,transparent);border-radius:8px;padding:10px 12px;margin:0 0 16px}
.lp-modal-error a{color:inherit;text-decoration:underline}

.lp-modal-actions{display:flex;justify-content:flex-end}
.lp-modal-success{text-align:center;padding:8px 0}
.lp-modal-success .lp-modal-actions{justify-content:center;margin-top:20px}
