body {
    margin: 0;
    background: #010000;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

header {
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 90px 40px 40px;
}

.logo {
    width: 260px;
    max-width: 80%;
}

h1 {
    font-size: 3.5rem;
    margin: 10px 0;
}

.slogan {
    font-size: 1.4rem;
    color: #ffffff;
}

.btn {
    display: inline-block;
    margin: 20px 10px;
    padding: 14px 24px;
    background: #811b22;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
}

.btn:hover {
    background: #b8646a;
}
nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(1, 0, 0, 0.95);
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid #811b22;
    z-index: 1000;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 20px;
    font-weight: bold;
    transition: 0.3s;
}

nav a:hover {
    color: #b8646a;
}

.section {
    max-width: 1000px;
    margin: 40px auto;
    padding: 30px 30px;
    text-align: center;
}

.section h2 {
    font-size: 2.6rem;
    color: #b8646a;
    margin-bottom: 25px;
}

.section p {
    max-width: 800px;
    margin: 15px auto;
    line-height: 1.8;
    font-size: 1.1rem;
}

footer {
    border-top: 1px solid #811b22;
    margin-top: 80px;
    padding: 40px 20px;
    text-align: center;
}

.footer-content {
    max-width: 800px;
    margin: auto;
}

.footer-content h3 {
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-content p {
    color: #cccccc;
    line-height: 1.7;
}

.copyright {
    margin-top: 25px;
    color: #888888;
    font-size: 0.9rem;
}

.footer-links {
    margin-top: 15px;
}

.footer-links a {
    color: #c96b6b;
    text-decoration: none;
    margin: 0 5px;
}
.footer-links a:hover {
    color: white;
}

.legal-page {
    max-width: 900px;
    text-align: left;
}

.legal-page h1 {
    color: #b8646a;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
}

.legal-page h2 {
    color: #ffffff;
    font-size: 1.6rem;
    margin-top: 35px;
}

.legal-page p {
    max-width: none;
    line-height: 1.7;
    color: #ffffff;
}
