* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
}
.container {
    width: min(1160px, 92%);
    margin: 0 auto;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.brand-credit {
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
    color: #94a3b8;
    letter-spacing: 0.2px;
}

.brand-credit a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}
