/* UB brand palette — override to re-skin. */
:root {
    --ub-red: #0ea5e9;       /* albastru cer */
    --ub-red-dark: #0369a1;  /* albastru cer închis */
    --ub-accent: #f59e0b;    /* accent cald, complementar */
    --ub-ink: #243042;
}
body { color: var(--ub-ink); }
a { color: var(--ub-red); }
.ub-navbar { background: var(--ub-red); }
.ub-navbar .navbar-brand img { height: 42px; }
.ub-navbar .nav-link { color: rgba(255,255,255,.9); font-weight: 500; }
.ub-navbar .nav-link:hover, .ub-navbar .nav-link.active { color: #fff; }
.btn-ub { background: #fff; color: var(--ub-red); font-weight: 600; }
.btn-ub:hover { background: var(--ub-accent); color: #fff; }
.btn-ub-outline { border: 2px solid var(--ub-red); color: var(--ub-red); font-weight: 600; }
.btn-ub-outline:hover { background: var(--ub-red); color: #fff; }
.text-ub { color: var(--ub-red) !important; }
.bg-ub { background: var(--ub-red) !important; }
.section-title { position: relative; font-weight: 700; }
.section-title::after {
    content: ""; display: block; width: 64px; height: 4px;
    background: var(--ub-accent); margin-top: .6rem; border-radius: 2px;
}
.section-anchor { scroll-margin-top: 90px; }
section.alt { background: #f9f9f9; }
.step-badge {
    width: 2.4rem; height: 2.4rem; flex: 0 0 auto;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%; background: var(--ub-red); color: #fff; font-weight: 700;
}
footer.ub-footer { background: var(--ub-ink); color: #cfcfcf; }
footer.ub-footer a { color: #fff; text-decoration: none; }
footer.ub-footer a:hover { color: var(--ub-accent); }
