/* =========================================================
   BCB GROUP — FOOTER STANDARD FINAL
   Compact • Premium • Responsive
   IMPORTANT: acest fișier se încarcă ultimul.
========================================================= */

.bcb-footer,
.bcb-footer *{
  box-sizing:border-box;
}

.bcb-footer{
  position:relative;
  overflow:hidden;
  margin:0;
  padding:0;
  color:#eceeea;
  background:
    radial-gradient(circle at 12% 14%,rgba(213,158,37,.075),transparent 20%),
    radial-gradient(circle at 86% 18%,rgba(255,255,255,.035),transparent 20%),
    linear-gradient(135deg,#252a30 0%,#1c2126 46%,#121519 100%);
  border-top:2px solid #d49a1d;
}

.bcb-footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background:
    linear-gradient(123deg,transparent 0 18%,rgba(211,155,32,.13) 18.05% 18.13%,transparent 18.18% 100%),
    linear-gradient(57deg,transparent 0 77%,rgba(211,155,32,.08) 77.05% 77.13%,transparent 77.18% 100%);
}

.bcb-footer::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:70px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,.12),transparent);
}

.bcb-footer-shell{
  position:relative;
  z-index:2;
  width:min(92%,1680px);
  margin:0 auto;
  padding:30px 0 0;
}

.bcb-footer-grid{
  display:grid;
  grid-template-columns:1.20fr .70fr .84fr 1fr 1.45fr;
  gap:46px;
  align-items:start;
}

/* BRAND */
.bcb-footer-brand{max-width:285px}
.bcb-footer-logo-card{width:145px;padding:11px 13px;border:1px solid rgba(224,168,43,.75);border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(239,234,222,.93));box-shadow:inset 0 1px 0 #fff,0 11px 25px rgba(0,0,0,.22),0 0 22px rgba(208,147,22,.08)}
.bcb-footer-logo-card img{display:block;width:100%;height:auto}
.bcb-footer-slogan{max-width:255px;margin:16px 0 0;color:#d0d3d3;font-size:11px;line-height:1.62}
.bcb-footer-legal{max-width:255px;margin:9px 0 0;color:#969b9f;font-size:10px;line-height:1.55}

/* COLUMNS */
.bcb-footer-column h3{position:relative;margin:1px 0 18px;color:#e2ab30;font-size:10.5px;font-weight:950;line-height:1;letter-spacing:1.7px;text-transform:uppercase}
.bcb-footer-column h3::after{content:"";display:block;width:27px;height:1px;margin-top:9px;background:linear-gradient(90deg,#d69b20,transparent)}
.bcb-footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.bcb-footer-links a,.bcb-footer-links span{display:flex;align-items:center;gap:7px;margin:0;padding:0;color:#d7d9da;font-size:10.5px;line-height:1.35;text-decoration:none}
.bcb-footer-links a{transition:color .22s ease,transform .22s ease}
.bcb-footer-links a:hover{color:#efbb43;transform:translateX(3px)}
.bcb-footer-links i{width:14px;color:#d69c22;text-align:center;font-size:10px}
.bcb-footer-divisions a:nth-child(2) i{color:#60bfff}
.bcb-footer-divisions a:nth-child(3) i{color:#57c8c2}
.bcb-footer-divisions a:nth-child(4) i{color:#d79a72}

/* COMPANY */
.bcb-footer-company p{margin:0 0 6px;color:#c9cdcf;font-size:10px;line-height:1.42}
.bcb-footer-company strong{color:#f0f1ef;font-weight:900}

/* VERSE */
.bcb-footer-verse{width:min(720px,62%);min-height:43px;margin:20px auto 0;padding:8px 13px;display:grid;grid-template-columns:29px 1fr auto;gap:11px;align-items:center;border:1px solid rgba(211,155,32,.38);border-left:3px solid #d69b20;border-radius:9px;background:linear-gradient(90deg,rgba(211,155,32,.075),rgba(255,255,255,.028));box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 8px 20px rgba(0,0,0,.13)}
.bcb-footer-quote-icon{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#211806;background:linear-gradient(145deg,#efc65d,#bc790d);box-shadow:0 5px 13px rgba(190,119,10,.18);font-size:9px}
.bcb-footer-verse p{margin:0;color:#ecece8;font-size:10.5px;line-height:1.35;font-style:italic}
.bcb-footer-verse strong{color:#eab43a;font-size:10px;font-weight:950;white-space:nowrap}

/* BOTTOM */
.bcb-footer-bottom{min-height:38px;margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid rgba(255,255,255,.075);color:#8e9498}
.bcb-footer-bottom p{margin:0;font-size:9px;line-height:1.3}
.bcb-footer-socials{display:flex;align-items:center;gap:12px;color:#d7d8d5;font-size:9px}
.bcb-footer-socials span{color:#90969a}
.bcb-footer-socials a{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.02);text-decoration:none;transition:transform .22s ease,border-color .22s ease,background .22s ease}
.bcb-footer-socials a:hover{transform:translateY(-2px);border-color:rgba(223,165,43,.38);background:rgba(223,165,43,.07)}
.bcb-footer-socials i{color:#dfa52b;font-size:11px}

@media(min-width:1181px){.bcb-footer{min-height:0!important;height:auto!important}.bcb-footer-shell{min-height:0!important;height:auto!important}}
@media(max-width:1180px){.bcb-footer-shell{padding-top:28px}.bcb-footer-grid{grid-template-columns:1.15fr 1fr 1fr;gap:30px 34px}.bcb-footer-brand{grid-row:span 2}.bcb-footer-company{grid-column:2/4}.bcb-footer-verse{width:min(760px,88%)}}
@media(max-width:820px){.bcb-footer-shell{width:88%;padding-top:28px}.bcb-footer-grid{grid-template-columns:1fr 1fr;gap:28px 25px}.bcb-footer-brand{grid-column:1/-1;grid-row:auto;max-width:380px}.bcb-footer-company{grid-column:1/-1}.bcb-footer-verse{width:100%}}
@media(max-width:540px){.bcb-footer-shell{width:86%;padding-top:26px}.bcb-footer-grid{grid-template-columns:1fr;gap:24px}.bcb-footer-brand,.bcb-footer-company{grid-column:auto}.bcb-footer-logo-card{width:135px}.bcb-footer-slogan,.bcb-footer-legal{max-width:100%}.bcb-footer-verse{grid-template-columns:1fr;gap:5px;padding:11px 13px;text-align:left}.bcb-footer-quote-icon{display:none}.bcb-footer-verse strong{white-space:normal}.bcb-footer-bottom{min-height:56px;padding:11px 0 13px;flex-direction:column;justify-content:center;gap:8px;text-align:center}}
