/* ===== credite4you Consent — banner GDPR blocant (navy/gold) ===== */
html.c4y-cc-lock, body.c4y-cc-lock{ overflow:hidden !important; }
.c4y-cc[hidden]{ display:none; }
.c4y-cc{ position:fixed; inset:0; z-index:2147483000; display:flex; align-items:center; justify-content:center;
  padding:16px; font-family:"Inter",system-ui,sans-serif; }
.c4y-cc-backdrop{ position:absolute; inset:0; background:rgba(7,25,43,.72); -webkit-backdrop-filter:blur(3px); backdrop-filter:blur(3px); }
.c4y-cc-modal{ position:relative; max-width:520px; width:100%; background:#fff; border-radius:16px;
  box-shadow:0 30px 80px -20px rgba(0,0,0,.6); overflow:hidden; border-top:4px solid #F5B942;
  animation:c4y-cc-in .22s ease-out; max-height:calc(100vh - 32px); display:flex; flex-direction:column; }
@keyframes c4y-cc-in{ from{ transform:translateY(14px); opacity:0 } to{ transform:none; opacity:1 } }
.c4y-cc-body{ padding:22px 22px 6px; overflow-y:auto; }
.c4y-cc-body h2{ font-size:20px; font-weight:800; color:#0A2540; margin:0 0 8px; line-height:1.2; }
.c4y-cc-intro{ font-size:13.5px; line-height:1.55; color:#42505f; margin:0 0 6px; }
.c4y-cc-body a{ color:#123a5f; text-decoration:underline; }
.c4y-cc-prefs[hidden]{ display:none; }
.c4y-cc-prefs{ margin-top:10px; }
.c4y-cc-cat{ display:flex; align-items:center; justify-content:space-between; gap:14px; padding:11px 0; border-top:1px solid #eef2f7; cursor:pointer; }
.c4y-cc-cat span{ display:flex; flex-direction:column; min-width:0; }
.c4y-cc-cat b{ font-size:13.5px; color:#0A2540; }
.c4y-cc-cat small{ font-size:11.5px; color:#66707d; margin-top:2px; line-height:1.4; }
.c4y-cc-cat input{ width:20px; height:20px; accent-color:#1a9d5a; flex:0 0 auto; cursor:pointer; }
.c4y-cc-cat input:disabled{ accent-color:#9aa6b4; cursor:not-allowed; }
/* actiuni: Accept si Refuz — la fel de proeminente (ambele solide, aceeasi dimensiune) */
.c4y-cc-actions{ display:flex; flex-wrap:wrap; gap:10px; padding:16px 22px 22px; }
.c4y-cc-btn{ border-radius:10px; padding:12px 16px; font-size:14px; font-weight:800; cursor:pointer;
  border:2px solid transparent; font-family:inherit; line-height:1.1; }
.c4y-cc-reject{ flex:1 1 0; background:#0A2540; color:#fff; }
.c4y-cc-accept{ flex:1 1 0; background:#F5B942; color:#0A2540; }
.c4y-cc-reject:hover{ background:#123a5f; }
.c4y-cc-accept:hover{ filter:brightness(.97); }
.c4y-cc-prefslink{ flex:1 1 100%; background:transparent; color:#42505f; border-color:#cdd8e4; font-weight:700; font-size:13px; padding:9px 16px; }
.c4y-cc-prefslink:hover{ border-color:#0A2540; color:#0A2540; }
.c4y-cc-save{ flex:1 1 100%; background:#1a9d5a; color:#fff; }
.c4y-cc-save:hover{ filter:brightness(.96); }
.c4y-cc-btn[hidden]{ display:none; }
/* buton flotant re-deschidere (retragere consimtamant) */
.c4y-cc-reopen{ position:fixed; left:14px; bottom:14px; z-index:2147482000; background:#0A2540; color:#fff;
  border:1px solid rgba(255,255,255,.2); border-radius:99px; padding:9px 14px; font-size:12px; font-weight:700;
  cursor:pointer; box-shadow:0 8px 22px -10px rgba(0,0,0,.55); font-family:"Inter",system-ui,sans-serif; }
.c4y-cc-reopen:hover{ background:#123a5f; }
.c4y-cc-reopen[hidden]{ display:none; }
/* mobil: fara buton flotant — se deschide din linkul "Setari cookie" din footer */
@media(max-width:768px){ .c4y-cc-reopen{ display:none !important; } }
@media(max-width:600px){
  .c4y-cc{ align-items:flex-end; padding:0; }
  .c4y-cc-modal{ border-radius:16px 16px 0 0; max-width:none; max-height:88vh; }
  .c4y-cc-reject, .c4y-cc-accept{ flex:1 1 100%; }
  .c4y-cc-reopen{ left:12px; right:auto; bottom:auto; top:calc(44% + 60px); padding:8px 12px; }
}
