/* ========== Base ========== */
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  background: #0b0f14;
  color: #ffffff; /* alb lucios pe fundal închis */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, .link-light { color: #ffffff; }
a:hover { opacity: .9; color: #2dd4bf; }
.text-muted-300 { color: #a9b3bf !important; }
.bg-dark-900 { background: #0b0f14; }
.border-dark-700 { border-color: #151b24 !important; }
.no-scroll { overflow: hidden; }

/* ========== Glass & Gradient Buttons ========== */
.glass {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 1rem;
  color: #ffffff;
}
.btn-gradient {
  background-image: linear-gradient(90deg,#2dd4bf,#22c55e);
  color: #0b0f14;
  border: 0;
}
.btn-gradient:hover { filter: brightness(.95); }
.footer-link { color: #ffffff; text-decoration: none; }
.footer-link:hover { opacity: .85; color: #2dd4bf; }

/* ========== Navbar ========== */
.blur-nav {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(10,14,20,0.55);
  border-bottom: 1px solid #151b24;
}
.navbar .nav-link { color: #ffffff !important; }
.navbar .nav-link:hover { color: #2dd4bf !important; }
.brand-badge {
  display:inline-block;width:12px;height:12px;border-radius:3px;
  background-image: linear-gradient(90deg,#2dd4bf,#4f46e5);
}

/* ========== Hero ========== */
.hero { position: relative; padding: 72px 0 40px; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 60% at 20% 20%, rgba(77,124,255,.25), transparent 60%),
    radial-gradient(50% 50% at 80% 0%, rgba(45,212,191,.25), transparent 60%),
    radial-gradient(50% 50% at 50% 100%, rgba(34,197,94,.20), transparent 60%);
  filter: blur(40px);
  opacity: .9;
  animation: floatBg 12s ease-in-out infinite alternate;
}
@keyframes floatBg {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
.hero-title { letter-spacing: .3px; color:#ffffff; }
.grad-text {
  background: linear-gradient(90deg,#2dd4bf,#22c55e,#4f46e5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sep {
  height: 1px;
  background: linear-gradient(90deg,transparent,#2dd4bf,#22c55e,transparent);
  opacity: .5; margin-top: 40px;
}

/* ========== Cards / Minis ========== */
.card.glass {
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: #ffffff;
}
.mini-card {
  border: 1px dashed rgba(255,255,255,0.12);
  border-radius: .9rem;
  background: rgba(255,255,255,0.05);
  color: #ffffff;
}
.icon-badge {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background-image: linear-gradient(90deg,#2dd4bf,#22c55e);
  color: #0b0f14; font-weight: 700;
}

/* ========== Cookie Banner ========== */
#cookieOverlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.55);
  display: none; z-index: 1030;
}
#cookiePopup {
  position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%);
  width: min(720px,94%); padding: 18px 18px;
  display: none; z-index: 1031;
  background: rgba(20,20,20,0.9);
  color: #ffffff;
  border-radius: 12px;
}

/* ========== Trustpilot ========== */
.trustpilot-logo { height: 42px; opacity: .9; }

/* ========== Footer ========== */
.footer-grad {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border-top: 1px solid #151b24;
  color: #ffffff;
}

/* ========== Accordion fix (Bootstrap override) ========== */
.accordion-button {
  background-color: rgba(255,255,255,0.05) !important;
  color: #ffffff !important;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(255,255,255,0.08) !important;
  color: #ffffff !important;
}
.accordion-button::after {
  filter: invert(1) grayscale(100%);
}
.accordion-item {
  background: transparent !important;
  border-color: rgba(255,255,255,0.15) !important;
  color: #ffffff !important;
}

/* === Mobile tweaks: center buttons & trustpilot under them === */
@media (max-width: 576px) {
  .cta-buttons {
    align-items: center;
    gap: 14px;
  }
  .trustpilot-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* ===== Contact form — dark inputs ===== */
.form-control, .form-select {
  background: #121720;
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
}
.form-control::placeholder { color: #9aa5b1; }
.form-control:focus, .form-select:focus {
  background: #141b26;
  color: #ffffff;
  border-color: #22c55e;
  box-shadow: 0 0 0 .2rem rgba(34,197,94,.15);
}
.form-check-input {
  background-color: #121720;
  border-color: rgba(255,255,255,0.3);
}
.form-check-input:checked {
  background-color: #22c55e; border-color: #22c55e;
}
.alert { border: none; }

/* ===== Help Center (page-specific) ===== */

/* Căutare — câmp dark coerent cu tema */
.help-search .form-control {
  background: #121720;
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
}
.help-search .form-control::placeholder { color: #9aa5b1; }
.help-search .form-control:focus {
  background: #141b26;
  color: #ffffff;
  border-color: #22c55e;
  box-shadow: 0 0 0 .2rem rgba(34,197,94,.15);
}

/* Chips / tag-uri */
.help-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  text-decoration: none;
  font-size: .9rem;
}
.help-chip:hover { filter: brightness(.95); color: #2dd4bf; text-decoration: none; }

/* Sidebar sticky pe desktop */
.help-sidebar { position: sticky; top: 88px; }

/* List group în sidebar, dark-friendly */
.help-sidebar .list-group-item {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.12);
}
.help-sidebar .list-group-item:hover { color: #2dd4bf; }

/* Umbre soft pentru card-uri mari */
.shadow-soft { box-shadow: 0 12px 30px rgba(0,0,0,.25); }

/* No results card */
.no-results { display: none; }

/* Footer HR fără inline styles */
.footer-hr { max-width: 300px; margin: 0 auto 10px auto; }

/* Copiright bloc — dimensiune coerentă pe toate paginile */
.footer-copy { font-size: 0.9rem; line-height: 1.8; }
