.elementor-6590 .elementor-element.elementor-element-3cf640a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d9522ed *//* ====== Bursierul Legal Page (Privacy) ====== */
:root{
  --bg: #0b0f14;
  --card: #121B24; /* reference */
  --text: #EAF1F7;
  --muted: #A9B6C3;
  --line: rgba(255,255,255,.08);
  --green: #12d18e;
  --green2: #19e6a6;
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --radius: 22px;
}

.bs-page{
  background:
    radial-gradient(900px 520px at 20% 18%, rgba(18,209,142,.18), transparent 58%),
    radial-gradient(700px 420px at 80% 22%, rgba(25,230,166,.12), transparent 60%),
    radial-gradient(900px 520px at 55% 110%, rgba(18,209,142,.10), transparent 60%),
    linear-gradient(180deg, #070A0F 0%, var(--bg) 55%, #070A0F 100%);
  color: var(--text);
  padding: clamp(22px, 4vw, 44px) 16px;
  min-height: 100vh;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.bs-container{
  max-width: 980px;
  margin: 0 auto;
}

.bs-hero{
  padding: 10px 6px 22px;
}

.bs-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(18, 209, 142, .10);
  border: 1px solid rgba(18, 209, 142, .22);
  color: rgba(234,241,247,.92);
  font-weight: 700;
  letter-spacing: .2px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.bs-dot{
  width: 9px; height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(18,209,142,.14), 0 0 18px rgba(18,209,142,.45);
}

.bs-title{
  margin: 16px 0 10px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.bs-subtitle{
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 70ch;
}

.bs-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(234,241,247,.86);
  font-size: .95rem;
}

.bs-meta strong{
  color: rgba(234,241,247,.96);
}

.bs-meta-sep{
  opacity: .45;
}

.bs-link{
  color: var(--green2);
  text-decoration: none;
  font-weight: 800;
}
.bs-link:hover{
  text-decoration: underline;
}

/* ====== Card ====== */
.bs-card{
  position: relative;
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.bs-card-glow{
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(520px 260px at 18% 10%, rgba(18,209,142,.18), transparent 60%),
    radial-gradient(520px 280px at 82% 16%, rgba(25,230,166,.12), transparent 60%);
  filter: blur(6px);
  opacity: .95;
}

.bs-content{
  position: relative;
  padding: clamp(18px, 3.4vw, 34px);
}

.bs-lead{
  font-size:18px;
  line-height: 1.75;
  color: rgba(234,241,247,.94);
}

.bs-content p{
  margin: 10px 0;
  color: rgba(234,241,247,.88);
  line-height: 1.75;
}

.bs-divider{
  height: 1px;
  background: var(--line);
  margin: 22px 0;
}

.bs-section{
  margin: 18px 0 22px;
}

.bs-section h2{
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: -0.2px;
  font-weight: 900;
  color: rgba(234,241,247,.98);
}

.bs-section ul{
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(234,241,247,.86);
  line-height: 1.75;
}

.bs-section li{
  margin: 7px 0;
}

.bs-callout{
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(18, 209, 142, .08);
  border: 1px solid rgba(18, 209, 142, .22);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}

.bs-callout-title{
  font-weight: 900;
  margin-bottom: 6px;
}

.bs-callout-text{
  margin: 0;
  color: rgba(234,241,247,.86);
}

.bs-footer-note{
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: rgba(234,241,247,.78);
  font-size: .95rem;
}

/* ====== Small screens ====== */
@media (max-width: 720px){
  .bs-meta{ gap: 8px; }
  .bs-meta-sep{ display: none; }
}/* End custom CSS */
/* Start custom CSS *//* Global dark background */
html, body {
  background: #070A0F !important;
}

/* Common theme wrappers that often stay white */
#page, #content, #primary, .site, .site-content, .content-area,
.elementor, .elementor-page, .elementor-page .site,
.elementor-kit-*, .page, .single, .archive {
  background: transparent !important;
}

/* If theme uses boxed containers with white bg */
.container, .container-fluid, .site-main, .entry-content {
  background: transparent !important;
}

/* Optional: prevent “white margins” by ensuring full height */
body { min-height: 100vh; }/* End custom CSS */