body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #f9f9f9;
}

h1 {
    color: #003366;
    border-bottom: 2px solid #003366;
    padding-bottom: 10px;
}

h2 {
    color: #004080;
    margin-top: 30px;
}

.vision {
    border-left: 4px solid #0066cc;
    padding-left: 20px;
    margin: 20px 0;
}

.integrity {
    border-left: 4px solid #339966;
    padding-left: 20px;
    margin: 20px 0;
}

.footer {
    margin-top: 50px;
    font-style: italic;
    color: #666;
}

.coming-soon {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    padding: 10px;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
}
