/* Placeholder styles for the individual brand page layout. */
.remark-brand-page-container {
    display: block;
    background-color: #ffffff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 48px 0 48px;
}

.remark-brand-page-container__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

.remark-brand-page__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.remark-brand-page__logo img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.remark-brand-page__name {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Greycliff CF', var(--remark-font-title, 'Helvetica Neue', Arial, sans-serif);
    font-weight: 400;
    font-size: 75px;
    line-height: 1.1;
    color: #00357A;
}

.remark-brand-page__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.remark-brand-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ffffff;
    background-color: #00357A;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.remark-brand-page__button:hover,
.remark-brand-page__button:focus {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 53, 122, 0.25);
}

.remark-brand-page__image {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.remark-brand-page__image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.remark-brand-page__copy {
    margin-top: 32px;
    text-align: center;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.remark-brand-page__short-description {
    font-size: 20px;
    font-weight: 500;
    color: #00357A;
    margin: 0 0 16px;
}

.remark-brand-page__description {
    color: #334155;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
}

.remark-brand-page__description p {
    margin: 0 0 16px;
}

.remark-brand-page__description p:last-child {
    margin-bottom: 0;
}
