/* Bidrock legal pages (terms, policies). Scoped under .lg-page so it doesn't
   collide with the Framer chrome. Brand styling: Poppins headings, Inter body. */
:root {
  --lg-teal: #004746; --lg-green: #00bc72; --lg-gray: #727272;
  --lg-ink: #101010; --lg-light: #f2f4f7; --lg-border: #ccdada;
}
.lg-page { font-family: "Inter", sans-serif; color: var(--lg-ink); background: #fff; -webkit-font-smoothing: antialiased; width: 100%; align-self: stretch; }
.lg-page * { box-sizing: border-box; }
html { overflow-y: scroll; scrollbar-gutter: stable; }

/* Hero */
.lg-hero { max-width: 1200px; margin: 0 auto; padding: 72px 32px 8px; text-align: center; }
.lg-hero .ft-pill { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid rgb(240, 244, 247); border-radius: 40px; padding: 6px 10px; font-family: "Poppins", sans-serif; font-weight: 600; font-size: 14px; text-transform: uppercase; color: var(--lg-teal); margin-bottom: 22px; }
.lg-hero .ft-pill svg { flex-shrink: 0; }
.lg-hero h1 { font-family: "Poppins", sans-serif; font-weight: 500; font-size: 48px; line-height: 1.12; letter-spacing: -.02em; color: var(--lg-teal); margin: 0 auto 12px; max-width: 720px; }
.lg-updated { font-size: 14px; color: var(--lg-gray); margin: 0; }

/* Body column */
.lg-body { max-width: 820px; margin: 0 auto; padding: 28px 32px 96px; }

/* Language notice (LT mirror) */
.lg-note { display: flex; gap: 10px; align-items: flex-start; background: rgba(0, 188, 114, .08); border: 1px solid rgba(0, 188, 114, .25); border-radius: 12px; padding: 14px 16px; font-size: 14px; line-height: 1.55; color: var(--lg-teal); margin: 0 0 28px; }

/* Table of contents */
.lg-toc { background: var(--lg-light); border: 1px solid var(--lg-border); border-radius: 16px; padding: 20px 24px; margin: 0 0 40px; }
.lg-toc strong { display: block; font-family: "Poppins", sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--lg-teal); margin-bottom: 10px; }
.lg-toc ol { margin: 0; padding: 0 0 0 18px; columns: 2; column-gap: 36px; }
.lg-toc li { font-size: 14px; line-height: 1.5; padding: 3px 0; break-inside: avoid; }
.lg-toc a { color: var(--lg-ink); text-decoration: none; }
.lg-toc a:hover { color: var(--lg-green); }

/* Article typography */
.lg-content { font-size: 16px; line-height: 1.7; color: #2a2a2a; }
.lg-content h2 { font-family: "Poppins", sans-serif; font-weight: 500; font-size: 26px; line-height: 1.25; letter-spacing: -.01em; color: var(--lg-teal); margin: 44px 0 14px; scroll-margin-top: 96px; }
.lg-content h3 { font-family: "Poppins", sans-serif; font-weight: 500; font-size: 19px; color: var(--lg-teal); margin: 28px 0 10px; }
.lg-content p { margin: 0 0 14px; }
.lg-content ul, .lg-content ol { margin: 0 0 16px; padding-left: 24px; }
.lg-content li { margin: 6px 0; }
.lg-content a { color: var(--lg-green); text-decoration: none; border-bottom: 1px solid rgba(0, 188, 114, .35); }
.lg-content a:hover { border-bottom-color: var(--lg-green); }
.lg-content strong { color: var(--lg-ink); }
.lg-content > p:first-child { font-size: 17px; color: var(--lg-gray); }

@media (max-width: 760px) {
  .lg-hero { padding: 48px 20px 4px; }
  .lg-hero h1 { font-size: 34px; }
  .lg-body { padding: 20px 20px 72px; }
  .lg-toc ol { columns: 1; }
}
