@font-face {
    font-family: 'CorpoA';
    src: url("../font/MBCorpoATitleCond-Regular-Web.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CorpoS';
    src: url("../font/DaimlerCS-Light.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bg-black: #000000;
    --bg-dark-card: #121212;
    --bg-hover: #1c1c1c;
    --text-white: #ffffff;
    --text-grey: #a0a0a0;
    --accent-blue: #00ADEF;
}

body {
    background-color: var(--bg-black);
    color: var(--text-grey);
    font-family: 'CorpoS', 'Roboto', sans-serif;
    font-weight: 100 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-white);
    font-family: 'CorpoA', 'Roboto', sans-serif;
    font-weight: 100 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid #222;
    padding: 0;
}

.navbar-brand {
    padding: 15px 0;
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

.nav-link {
    color: var(--text-white) !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 25px 15px !important;
    border-bottom: 2px solid transparent;
}

.nav-link:hover,
.nav-item.show .nav-link {
    color: var(--accent-blue) !important;
    border-bottom: 2px solid var(--accent-blue);
}

.dropdown-menu {
    background-color: var(--bg-black);
    border: 1px solid #222;
    border-top: 2px solid var(--accent-blue);
    border-radius: 0;
    margin-top: 0;
}

.dropdown-item {
    color: #ccc;
    padding: 10px 20px;
    font-size: 0.85rem;
    border-bottom: 1px solid #111;
}

.dropdown-item:hover {
    background-color: var(--bg-hover);
    color: var(--text-white);
    padding-left: 25px;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    filter: none !important;
}

footer {
    background-color: #050505;
    border-top: 1px solid #222;
    padding-top: 60px;
    margin-top: 0;
}

footer h5 {
    font-size: 1rem;
    margin-bottom: 25px;
}

footer ul li {
    margin-bottom: 10px;
}

footer a {
    color: #ccc;
    font-size: 0.9rem;
}

footer a:hover {
    color: var(--text-white);
}

.text-muted {
    color: #fff !important;
}

.text-secondary {
    color: #ccc !important;
}

.text-white-50 {
    color: #e6e6e6 !important;
    opacity: 1 !important;
}

.legal-hero {
    padding: 100px 0 60px;
    border-bottom: 1px solid #222;
}

@media (max-width: 767.98px) {
    .legal-hero {
        padding: 80px 0 50px;
    }
}

.legal-card {
    background: var(--bg-dark-card);
    border: 1px solid #222;
    padding: 30px;
    margin-bottom: 20px;
}

.legal-card p,
.legal-card li {
    color: #e6e6e6;
    line-height: 1.7;
}

.legal-card a {
    color: var(--accent-blue);
}
