
body {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #fff;
    color: #111;
}

.top-bar {
    background-color: #000;
    color: white;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.logo {
    height: 35px;
    width: 76px; /* based on 7.94:17.2 ratio */
    margin-right: 15px;
    object-fit: contain;
}

.brand-name {
    font-size: 20px;
    font-weight: bold;
}

.content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 60px 80px;
    gap: 60px;
}

.left-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1.8em;
}

.right-image {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.right-image img {
    max-width: 750%;
    max-height: 75%;
    object-fit: contain;
}

.footer {
    text-align: center;
    font-size: 20px;
    padding: 40px;
    color: #444;
}
