.elementor-6659 .elementor-element.elementor-element-5ef88e6{--display:flex;}.elementor-6659 .elementor-element.elementor-element-5ef88e6.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-6659 .elementor-element.elementor-element-5ef88e6{--width:91.83%;}}/* Start custom CSS for html, class: .elementor-element-98c886c *//* ===== Bursierul page base (aliniat cu restul paginilor) ===== */
:root{
  --bg:#000;
  --panel:#121B24;
  --text:#EAF1F7;
  --muted:#A9B6C3;
  --line:rgba(255,255,255,.08);
  --green:#17c964;
  --green2:#00b16a;
}

/* background global site */
html, body {
  background: #000000 !important;
}


.burs-page{
  min-height:100vh;
  padding:64px 16px 80px;
  background:
    radial-gradient(900px 460px at 18% 0%, rgba(23,201,100,.22), transparent 60%),
    radial-gradient(860px 520px at 82% 0%, rgba(0,177,106,.18), transparent 58%),
    radial-gradient(900px 600px at 50% 115%, rgba(23,201,100,.12), transparent 60%),
    var(--bg);
}

.burs-container{ max-width:1040px; margin:0 auto; }

.burs-card{
  background:linear-gradient(180deg, rgba(18,27,36,.92), rgba(18,27,36,.78));
  border:1px solid rgba(23,201,100,.22);
  border-radius:22px;
  box-shadow:
    0 0 0 1px rgba(23,201,100,.18),
    0 26px 80px rgba(0,0,0,.55),
    0 0 42px rgba(23,201,100,.18);
  overflow:hidden;
}

.burs-header{
  padding:34px 34px 22px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(820px 320px at 15% 0%, rgba(23,201,100,.18), transparent 60%),
    radial-gradient(760px 340px at 85% 0%, rgba(0,177,106,.14), transparent 60%);
}

.burs-title{
  margin:0;
  font-size:54px;
  line-height:1.05;
  letter-spacing:-.02em;
  font-weight:900;
  color:var(--text);
}

.burs-sub{
  margin:12px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

.burs-content{ padding:28px 34px 34px; }

.burs-h2{
  margin:26px 0 10px;
  font-size:20px;
  font-weight:800;
  color:var(--text);
}

.burs-p, .burs-li{
  color:#D7E2EC;
  line-height:1.7;
  font-size:15px;
}

.burs-ul{ margin:10px 0 0; padding-left:18px; }

.burs-sep{ margin:24px 0; height:1px; background:var(--line); }

/* ===== Hero layout (poster + text) ===== */
.burs-sal-hero{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:22px;
  align-items:start;
}

.burs-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(23,201,100,.22);
  background:rgba(23,201,100,.08);
  color:#DFFBEA;
  font-weight:800;
  font-size:12px;
  margin-bottom:12px;
}

.burs-dot{
  width:8px; height:8px; border-radius:50%;
  background:var(--green);
  box-shadow:0 0 14px rgba(23,201,100,.65);
}

.burs-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:16px 0 14px;
}

.burs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 14px;
  border-radius:14px;
  font-weight:900;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.10);
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.burs-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(23,201,100,.30);
  box-shadow:0 0 22px rgba(23,201,100,.18);
}

.burs-btn-primary{
  background:linear-gradient(180deg, rgba(23,201,100,.24), rgba(23,201,100,.12));
  color:var(--text);
  border-color:rgba(23,201,100,.26);
}

.burs-btn-ghost{
  background:rgba(255,255,255,.04);
  color:var(--text);
}

.burs-note{
  margin-top:12px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.20);
  color:#D7E2EC;
  line-height:1.6;
}

/* ===== Poster card ===== */
.burs-anpc-poster{
  margin:0;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  padding:12px;
  box-shadow:0 16px 50px rgba(0,0,0,.45);
}

.burs-anpc-poster img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
}

.burs-caption{
  margin:10px 2px 0;
  color:var(--muted);
  font-size:12px;
}

/* ===== Cards grid ===== */
.burs-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:10px;
}

.burs-mini{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  padding:16px 16px;
  box-shadow:0 12px 40px rgba(0,0,0,.35);
}

.burs-mini-top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.burs-mini-badge{
  font-weight:900;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(23,201,100,.22);
  background:rgba(23,201,100,.08);
  color:#DFFBEA;
}

.burs-mini-title{
  font-weight:900;
  color:var(--text);
  font-size:16px;
}

.burs-mini-link{
  display:inline-block;
  margin-top:10px;
  color:var(--green);
  font-weight:900;
  text-decoration:none;
}

.burs-mini-link:hover{ text-decoration:underline; }

/* ===== Bottom strip ===== */
.burs-anpc-strip{
  margin-top:16px;
  padding:16px 16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.03);
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
}

.burs-anpc-strip-title{
  font-weight:900;
  margin-bottom:4px;
  color:var(--text);
}

.burs-anpc-strip-text{
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

.burs-anpc-strip-right{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.burs-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.25);
  padding:10px 12px;
  color:var(--text);
  font-weight:900;
  text-decoration:none;
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.burs-badge:hover{
  transform:translateY(-1px);
  border-color:rgba(23,201,100,.30);
  box-shadow:0 0 22px rgba(23,201,100,.18);
}

/* ===== Responsive ===== */
@media (max-width: 860px){
  .burs-title{ font-size:40px; }
  .burs-sal-hero{ grid-template-columns:1fr; }
  .burs-grid{ grid-template-columns:1fr; }
  .burs-header, .burs-content{ padding-left:18px; padding-right:18px; }
}/* End custom CSS */