/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Header Styles */
header h1 {
    text-align: center;
    color: #0056b3;
    font-size: 2.5em;
    margin-bottom: 20px;
}

/* Section Styles */
section {
    margin-bottom: 40px;
}

section h2 {
    color: #0056b3;
    font-size: 1.8em;
    margin-bottom: 15px;
}

section p {
    line-height: 1.6;
    font-size: 1em;
    margin-bottom: 10px;
}

/* List Styles */
ul.roadmap-list {
    list-style-type: none;
    padding: 0;
}

ul.roadmap-list li {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.1em;
}

ul.roadmap-list li strong {
    color: #0056b3;
}

/* Links */
a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.whitepaper-link {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #0056b3;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.whitepaper-link:hover {
    background-color: #004494;
}

/* Footer Styles */
footer {
    text-align: center;
    margin-top: 40px;
}

footer p {
    margin: 5px 0;
    color: #777;
}

/* Logo Styles */
.logo {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 100%;
    height: auto;
}

/* Specific Section Styles */
#coming-soon h1 {
    font-size: 2.2em;
    color: #333;
    text-align: center;
}

#hiring h2 {
    font-size: 2em;
    color: #e63946;
}

#hiring p, #roadmap p {
    font-size: 1.1em;
}

#privacy-policy, #terms-of-service {
    padding: 20px;
    border-top: 2px solid #0056b3;
}

#privacy-policy h2, #terms-of-service h2 {
    font-size: 1.5em;
    color: #0056b3;
}

#privacy-policy p, #terms-of-service p {
    font-size: 1em;
    color: #555;
}
