.blend-hero-66ab3276 {
    background-color: #fcece3;
    padding: 80px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    /* text-align: center; */
    color: #2b2524;
}

.bh-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bh-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(249, 142, 94, 0.4);
    padding: 6px 16px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: var(--e-global-color-38e0ac98);
    margin-bottom: 30px;
}

.bh-btn-secondary svg {
    width: 20px;
    height: 20px;
}

.bh-dot {
    width: 8px;
    height: 8px;
    background-color: var(--e-global-color-38e0ac98);
    border-radius: 50%;
}

.bh-heading {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 20px;
    color: #2b2524 !important;
    letter-spacing: -0.03em;
}

.bh-description {
    font-size: 17px;
    line-height: 1.5;
    color: #6a6260;
    max-width: 650px;
    margin: 0 0 30px;
}

.bh-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    width: 100%;
}

.bh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.bh-btn-primary {
    background-color: var(--e-global-color-38e0ac98);
    color: #ffffff !important;
    border: none;
}

.bh-btn-primary:hover {
    background-color: var(--e-global-color-secondary);
    color: #ffffff;
}

.bh-btn-secondary {
    background-color: transparent;
    border: 2px solid #2b2524;
    color: #2b2524 !important;
}

.bh-btn-secondary:hover {
    background-color: rgba(43, 37, 36, 0.05);
}

.bh-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.bh-stars {
    display: flex;
    gap: 4px;
}

.bh-rating-text {
    font-size: 15px;
    color: #6a6260;
}

.bh-rating-text strong {
    color: #2b2524;
}

.bh-logos-area {
    margin-top: 15px;
    width: 100%;
}

.bh-trust-text {
    font-size: 14px;
    color: #6a6260;
    margin-bottom: 15px;
}

.bh-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
    font-size: 17px;
    font-weight: 600;
    color: #a8a09f;
}

@media (max-width: 1024px) {
    .bh-container {
        align-items: center;
    }

    .bh-rating {
        justify-content: center;
    }

    .bh-logos {
        justify-content: center;
        gap: 20px;
    }

    .bh-container {
        text-align: center;
    }

    .bh-actions {
        flex-direction: row;
        width: 100%;
    }

    .blend-hero-66ab3276 {
        padding: 60px 0 0;
    }
}

@media (max-width: 767px) {
    .bh-heading {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .bh-actions {
        margin-bottom: 0;
    }

    .bh-description {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bh-label {
        margin-bottom: 10px;
    }

    .bh-btn {
        width: 100%;
        padding: 14px 5px;
    }
}