/* Fenix Landing Page Theme */
body {
    background: #FCFCF4 !important; /* fenix-light */
    color: #1A0E1C;
}
h1, h3, .text-primary {
    color: #1A0E1C !important; /* fenix-dark */
}
.text-muted {
    color: #E449AF !important; /* fenix-pink for version number */
}
hr {
    border-top: 2px solid #E449AF;
    opacity: 0.2;
}
ul.d-flex > li {
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    transition: color 0.2s;
}
ul.d-flex > li:hover {
    border: none;
    box-shadow: none;
    color: #E449AF;
}
a {
    color: #E449AF;
    text-decoration: none;
    transition: color 0.2s;
}
a:hover, a:focus {
    color: #DB4F25;
    text-decoration: underline;
}
/* Restore previous look: white content area, fenix-light body */
body {
    background: #FCFCF4 !important;
}

.container-fluid.welcome-container, .welcome-page {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(26, 14, 28, 0.06); /* fenix-dark, very light shadow */
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2.5rem 2rem 2rem 2rem;
}

.navbar {
    border-bottom: 1px solid rgba(26, 14, 28, 0.07); /* subtle fenix-dark border */
    box-shadow: none;
    background: #FCFCF4 !important;
}
