/* Why Buy From Us Section */
.why-buy-from-us {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 80px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 100px;
}

.why-buy-title {
    max-width: 1000px;
    text-align: center;
    color: black;
    font-size: 52px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 56px;
    word-wrap: break-word;
}

.why-buy-hero-image {
    width: 100%;
    max-width: 1280px;
    height: 640px;
    object-fit: contain;
}

.why-choose-section {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.why-choose-title {
    text-align: center;
    color: black;
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 44px;
    word-wrap: break-word;
}

.why-choose-description {
    text-align: center;
    color: #454545;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.why-choose-description .highlight {
    font-weight: 700;
}

.brands-section {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.brands-image {
    flex: 1 1 0;
    height: 516.5px;
    object-fit: cover;
}

.brands-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.brands-title {
    color: black;
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 44px;
    word-wrap: break-word;
}

.brands-description {
    color: #4F4F4F;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.brands-description .brand-category {
    color: #080808;
    font-weight: 700;
}

.features-box {
    max-width: 1000px;
    padding: 100px;
    border: 8px solid #A51336;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.feature-title {
    text-align: center;
    color: black;
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    line-height: 36px;
    word-wrap: break-word;
}

.feature-description {
    text-align: center;
    color: #4F4F4F;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.crew-section {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.crew-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.crew-title {
    color: black;
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 44px;
    word-wrap: break-word;
}

.crew-description {
    color: #4F4F4F;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    text-align: center;
}

.crew-image {
    flex: 1 1 0;
    height: 388px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), white;
}

.cta-text {
    max-width: 1000px;
    text-align: center;
    color: #080808;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
}

.referral-section {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.referral-image {
    flex: 1 1 0;
    height: 480px;
    object-fit: cover;
}

.referral-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.referral-title {
    color: black;
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 44px;
    word-wrap: break-word;
}

.referral-description {
    color: #4F4F4F;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.referral-description .highlight {
    color: #080808;
    font-weight: 700;
}

.referral-description .steps {
    color: #080808;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.referral-description .step-item {
    color: #080808;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .why-buy-from-us {
        padding: 60px 20px;
        gap: 60px;
    }

    .why-buy-title {
        font-size: 44px;
        line-height: 48px;
    }

    .why-buy-hero-image {
        height: 176.5px;
    }

    .why-choose-title {
        font-size: 32px;
        line-height: 40px;
    }

    .brands-section {
        flex-direction: column;
        gap: 30px;
    }

    .brands-image {
        height: 379.84px;
        width: 100%;
    }

    .brands-title {
        font-size: 32px;
        line-height: 40px;
    }

    .features-box {
        padding: 40px;
        gap: 40px;
    }

    .feature-title {
        font-size: 24px;
        line-height: 32px;
    }

    .crew-section {
        flex-direction: column;
        gap: 20px;
    }

    .crew-image {
        height: 285.34px;
        width: 100%;
    }

    .crew-title {
        font-size: 32px;
        line-height: 40px;
    }

    .cta-text {
        font-size: 20px;
        line-height: 28px;
    }

    .referral-section {
        flex-direction: column;
        gap: 20px;
    }

    .referral-image {
        height: 353px;
        width: 100%;
    }

    .referral-title {
        font-size: 32px;
        line-height: 40px;
    }
}