.topbar{
    background:var(--mp-brand);
    color:#ffffff;
    padding:18px 24px;
}

.topbar__inner{
    max-width:var(--mp-max-width);
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.brand{
    font-size:30px;
    font-weight:700;
    letter-spacing:-0.02em;
}

.country{
    font-size:14px;
    opacity:.92;
}

.container{
    max-width:var(--mp-max-width);
    margin:0 auto;
    padding:40px 24px 80px;
}

.footer{
    padding:24px;
}

.footer__inner{
    max-width:var(--mp-max-width);
    margin:0 auto;
    color:var(--mp-muted);
    font-size:14px;
}