/* ============================================================
   BeBuzz, shared styles for the legal pages
   (privacy-policy, terms-and-conditions, terms-of-sales,
   legal-compliance). Built on top of styles.css.
   ============================================================ */
html,body{background:#000;min-height:100%}
body{
  min-height:100vh;
  color:rgba(255,255,255,0.82);
  font-family:'TalktoFont','Inter',sans-serif;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}

.lg-bg{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.lg-bg__blob{position:absolute;border-radius:50%;filter:blur(140px);opacity:.18}
.lg-bg__blob--1{
  width:520px;height:520px;left:-180px;top:-150px;
  background:radial-gradient(circle,#FE00F2 0%,transparent 70%);
}
.lg-bg__blob--2{
  width:580px;height:580px;right:-220px;top:400px;
  background:radial-gradient(circle,#00D4FE 0%,transparent 70%);
}

.lg-shell{position:relative;z-index:2;padding-top:74px}

/* Hero */
.lg-hero{
  max-width:780px;margin:0 auto;
  padding:60px 24px 28px;
}
.lg-hero__eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:700;letter-spacing:0.16em;
  text-transform:uppercase;
  padding:6px 14px;border-radius:999px;
  border:1px solid rgba(0,212,254,0.32);
  background:rgba(0,212,254,0.10);
  color:#00D4FE;
  margin-bottom:20px;
}
.lg-hero h1{
  font-size:clamp(34px,4.4vw,50px);font-weight:900;
  letter-spacing:-0.03em;line-height:1.05;
  margin:0 0 18px;color:#fff;
}
.lg-hero h1 .grad{
  background:linear-gradient(110deg,#00D4FE 0%,#C084FC 50%,#FE00F2 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.lg-hero__lede{
  font-size:17px;line-height:1.6;
  color:rgba(255,255,255,0.70);
  margin:0 0 22px;
}
.lg-meta{
  display:flex;gap:12px;align-items:center;flex-wrap:wrap;
  font-size:13px;color:rgba(255,255,255,0.55);
  font-family:'JetBrains Mono',monospace;
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,0.10);
  border-bottom:1px solid rgba(255,255,255,0.10);
}
.lg-meta__dot{width:5px;height:5px;border-radius:50%;background:#22C55E;box-shadow:0 0 8px #22C55E}

/* TOC */
.lg-toc{
  margin:24px 0 0;
  padding:20px 24px;
  border-radius:14px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
}
.lg-toc__head{
  font-size:11px;font-weight:800;letter-spacing:0.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.55);
  margin-bottom:10px;
}
.lg-toc ol{
  margin:0;padding-left:22px;
  color:rgba(255,255,255,0.75);
  font-size:14px;
  counter-reset:item;
  list-style:none;
}
.lg-toc li{
  margin:5px 0;line-height:1.5;
  counter-increment:item;
  position:relative;
}
.lg-toc li::before{
  content:counters(item,".",decimal-leading-zero);
  position:absolute;left:-30px;
  color:#FE00F2;font-family:'JetBrains Mono',monospace;
  font-size:11px;font-weight:700;
}
.lg-toc a{color:inherit;text-decoration:none}
.lg-toc a:hover{color:#fff;text-decoration:underline}

/* Body */
.lg-body{
  max-width:780px;margin:0 auto;
  padding:32px 24px 80px;
  font-size:16px;line-height:1.72;
  color:rgba(255,255,255,0.85);
}
.lg-body h2{
  font-size:24px;font-weight:900;letter-spacing:-0.02em;
  line-height:1.2;margin:48px 0 16px;color:#fff;
  scroll-margin-top:90px;
}
.lg-body h2 .num{
  display:inline-block;
  font-size:13px;font-weight:800;
  color:#FE00F2;
  font-family:'JetBrains Mono',monospace;
  margin-right:10px;
  vertical-align:5px;
}
.lg-body h3{
  font-size:17px;font-weight:800;letter-spacing:-0.01em;
  line-height:1.3;margin:28px 0 10px;color:#fff;
}
.lg-body p{margin:0 0 16px}
.lg-body strong{color:#fff;font-weight:700}
.lg-body a{color:#00D4FE;text-decoration:underline;text-decoration-color:rgba(0,212,254,0.3);text-underline-offset:3px}
.lg-body a:hover{text-decoration-color:#00D4FE}
.lg-body ul,.lg-body ol{padding-left:24px;margin:0 0 18px}
.lg-body li{margin:6px 0;line-height:1.55}
.lg-body li b{color:#fff;font-weight:600}
.lg-body dt{color:#fff;font-weight:700;margin-top:10px}
.lg-body dd{margin:2px 0 8px 18px;color:rgba(255,255,255,0.82)}

/* Callout boxes (notices, warnings, jurisdiction info) */
.lg-callout{
  margin:22px 0;
  padding:18px 22px;
  border-radius:14px;
  background:rgba(0,212,254,0.06);
  border:1px solid rgba(0,212,254,0.22);
  font-size:14.5px;line-height:1.55;
}
.lg-callout__head{
  font-size:11px;font-weight:800;letter-spacing:0.14em;
  text-transform:uppercase;color:#00D4FE;
  margin-bottom:6px;
}
.lg-callout--warn{
  background:rgba(251,191,36,0.08);
  border-color:rgba(251,191,36,0.32);
}
.lg-callout--warn .lg-callout__head{color:#FBBF24}

/* Contact block */
.lg-contact{
  margin-top:36px;
  padding:26px 28px;
  border-radius:18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(0,212,254,0.12), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(254,0,242,0.12), transparent 60%),
    rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.10);
}
.lg-contact h3{margin-top:0}

/* Cross-doc nav at bottom */
.lg-related{
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
}
.lg-related a{
  display:block;
  padding:16px 18px;border-radius:12px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.07);
  text-decoration:none;
  transition:border-color .25s, transform .25s;
}
.lg-related a:hover{border-color:rgba(255,255,255,0.18);transform:translateY(-2px)}
.lg-related__cat{
  font-size:10.5px;font-weight:700;letter-spacing:0.14em;
  text-transform:uppercase;color:rgba(0,212,254,0.85);
  margin-bottom:6px;
}
.lg-related__title{
  font-size:14px;font-weight:700;color:#fff;
  line-height:1.35;margin:0;
}

@media (max-width:980px){
  .lg-hero{padding:44px 18px 22px}
  .lg-hero h1{font-size:30px}
  .lg-body{padding:26px 18px 60px;font-size:15.5px}
  .lg-body h2{font-size:22px;margin:36px 0 12px}
}
