﻿.brand-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 30px 120px;
}

.brand-hero {
    max-width: 720px;
    margin-bottom: 60px;
}

    .brand-hero p {
        font-size: 12px;
        letter-spacing: 3px;
        color: #777;
        font-weight: 700;
    }

    .brand-hero h1 {
        font-size: 48px;
        line-height: 1.08;
        margin: 16px 0;
    }

    .brand-hero span {
        color: #555;
        font-size: 16px;
        line-height: 1.7;
    }

.brand-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.brand-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 28px;
}

    .brand-card img {
        width: 100%;
        height: 310px;
        object-fit: cover;
        margin-bottom: 24px;
    }

    .brand-card h2 {
        font-size: 30px;
        margin: 0 0 12px;
    }

    .brand-card p {
        color: #555;
        line-height: 1.6;
    }

    .brand-card a {
        display: inline-block;
        margin-top: 18px;
        color: #111;
        text-decoration: none;
        font-weight: 700;
    }

.brand-newsletter {
    margin-top: 80px;
    background: #eee;
    text-align: center;
    padding: 70px 30px;
}

    .brand-newsletter h2 {
        font-size: 38px;
        margin: 0 0 14px;
    }

    .brand-newsletter p {
        color: #555;
        margin-bottom: 28px;
    }

    .brand-newsletter form {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .brand-newsletter input {
        width: 330px;
        height: 46px;
        border: 1px solid #ccc;
        padding: 0 15px;
    }

    .brand-newsletter button {
        width: 120px;
        height: 46px;
        background: #000;
        color: #fff;
        border: none;
        font-weight: 700;
    }

@media(max-width: 800px) {
    .brand-grid {
        grid-template-columns: 1fr;
    }

    .brand-hero h1 {
        font-size: 36px;
    }
}
.brand-hero-new {
    max-width: 760px;
    margin-bottom: 55px;
}

    .brand-hero-new p {
        font-size: 11px;
        letter-spacing: 3px;
        font-weight: 800;
        color: #777;
        margin-bottom: 18px;
    }

    .brand-hero-new h1 {
        font-size: 46px;
        line-height: 1.08;
        margin: 0 0 20px;
    }

    .brand-hero-new span {
        display: block;
        max-width: 680px;
        color: #555;
        line-height: 1.7;
        margin-bottom: 35px;
    }

.brand-tabs {
    display: flex;
    gap: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
}

    .brand-tabs button {
        border: none;
        padding: 9px 20px;
        border-radius: 20px;
        background: #eee;
        font-size: 11px;
        font-weight: 800;
        cursor: pointer;
    }

        .brand-tabs button.active {
            background: #000;
            color: #fff;
        }

.brand-feature {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 35px;
    align-items: center;
    margin-bottom: 70px;
}

    .brand-feature img {
        width: 100%;
        height: 390px;
        object-fit: cover;
    }

.brand-feature-content p {
    font-size: 11px;
    letter-spacing: 3px;
    color: #777;
    font-weight: 800;
}

.brand-feature-content h2 {
    font-size: 38px;
    line-height: 1.08;
    margin: 14px 0;
}

.brand-feature-content span {
    display: block;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.brand-feature-content a {
    color: #111;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}
/* FIX BRAND PAGE đẹp và ảnh không bị vỡ */
.brand-page { padding-top: 56px; }
.brand-feature, .brand-card { border-radius: 22px; overflow: hidden; }
.brand-feature { background: #fff; border: 1px solid #eee3dc; padding: 0; box-shadow: 0 18px 45px rgba(0,0,0,.035); }
.brand-feature img { border-radius: 0; background: #f3eee7; }
.brand-feature-content { padding: 34px; }
.brand-grid { align-items: stretch; }
.brand-card { padding: 0; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.035); transition: .25s ease; }
.brand-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,.08); }
.brand-card img { height: 280px; margin: 0; background: #f5f2ef; object-fit: contain; padding: 28px; }
.brand-card h2, .brand-card p, .brand-card a { margin-left: 26px; margin-right: 26px; }
.brand-card h2 { margin-top: 24px; font-size: 28px; }
.brand-card a { margin-bottom: 28px; }
