/* Base */
body {
    font-family: Rockwell, Roboto, ui-serif, system-ui, -apple-system, BlinkMacSystemFont,
                 "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
                 "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    max-width: 640px;
    margin: 2rem auto;
    padding: 0 1.5rem;
    color: #111;
    line-height: 1.6;
}

a { color: #6c7a89; text-decoration: none; }
a:hover { color: #4a5568; }

img { max-width: 100%; }

h1 {
    font-size: 2rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.4rem;
    margin-bottom: 1.5rem;
}

h2 { font-size: 1.4rem; }

p {
    line-height: 1.8;
    max-width: 640px;
}

/* Navbar */
.navbar-brand {
    text-decoration: none;
    color: #111;
    font-size: 1.4rem;
}
.navbar-brand:hover {
    text-decoration: none;
    color: #111;
}

/* Layout helpers */
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Content */
.about-company {
    font-size: 1.2rem;
    margin: 1.5rem 0;
}

.partner-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
}

.contact {
    margin-top: 2rem;
    color: #555;
    font-size: 0.95rem;
}
