
.beht-wrapper {
    --beht-headline-align: left;
    --beht-content-align: left;
    --beht-badge-align: left;
    margin: 20px auto 40px;
    padding: 0 10px;
    width: 100%;
}

.beht-wrapper,
.beht-wrapper * {
    box-sizing: border-box;
}

.beht-hero {
    --beht-headline-color: #7e4a58;
    --beht-headline-size: 60px;
    width: 100%;
    max-width: var(--beht-box-max-width, 1180px);
    margin: 0 auto var(--beht-headline-gap-bottom, 18px);
    text-align: var(--beht-headline-align, left);
}

.beht-card {
    --beht-subheadline-color: #2b3447;
    --beht-description-color: #4a5568;
    --beht-badge-text-color: #0a214f;
    --beht-badge-bg-color: #eef3fb;
    --beht-subheadline-size: 20px;
    --beht-description-size: 17px;
    --beht-badge-size: 14px;
    --beht-badge-padding-y: 8px;
    --beht-badge-padding-x: 14px;
    --beht-badge-radius: 999px;
}

.beht-card-modern {
    position: relative;
    width: 100%;
    max-width: var(--beht-box-max-width, 1180px);
    margin: 0 auto;
    background: #f7f7f8;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(16, 26, 51, 0.08);
    border: 1px solid rgba(16, 26, 51, 0.06);
    overflow: hidden;
}

.beht-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #e5cf00;
}

.beht-card-content {
    padding: 24px 28px 22px 28px;
    text-align: var(--beht-content-align, left);
}

.beht-badge {
    display: inline-block;
    margin: 0 0 14px;
    padding: var(--beht-badge-padding-y) var(--beht-badge-padding-x);
    border-radius: var(--beht-badge-radius);
    background: var(--beht-badge-bg-color);
    color: var(--beht-badge-text-color);
    font-size: var(--beht-badge-size);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.beht-headline {
    margin: 0;
    color: var(--beht-headline-color);
    font-size: clamp(34px, 5vw, var(--beht-headline-size));
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.04em;
}


.beht-subheadline {
    margin: 0 0 14px;
    color: var(--beht-subheadline-color);
    font-size: clamp(19px, 2.2vw, var(--beht-subheadline-size));
    line-height: 1.45;
    font-weight: 700;
}

.beht-description {
    margin: 0 0 18px;
    color: var(--beht-description-color);
    font-size: clamp(16px, 1.7vw, var(--beht-description-size));
    line-height: 1.55;
    font-weight: 500;
}


.beht-features {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(16, 26, 51, 0.12);
    display: grid;
    gap: 12px;
}

.beht-feature-item {
    position: relative;
    padding-left: 28px;
    color: #3e495c;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 600;
    text-align: left;
}


.beht-feature-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #22c55e;
    font-weight: 800;
}

@media (max-width: 782px) {
    .beht-wrapper {
        margin: 16px auto 28px;
        padding: 0 6px;
    }

    .beht-card-modern {
        border-radius: 16px;
    }

    .beht-card-accent {
        width: 4px;
    }

    .beht-card-content {
        padding: 18px 16px 16px 16px;
    }

    .beht-headline {
        font-size: clamp(30px, 9vw, var(--beht-headline-size));
    }

    .beht-subheadline {
        font-size: clamp(18px, 5vw, var(--beht-subheadline-size));
    }

    .beht-description,
    .beht-feature-item {
        font-size: 16px;
    }
}


.beht-badge {
    margin-left: 0;
    margin-right: 0;
}



.beht-hero {
    text-align: var(--beht-headline-align, left);
}

.beht-headline {
    max-width: none;
}

.beht-card-content {
    text-align: var(--beht-content-align, left);
}

.beht-badge {
    display: table;
}

.beht-wrapper[style*="--beht-badge-align:left"] .beht-badge {
    margin-left: 0;
    margin-right: auto;
}

.beht-wrapper[style*="--beht-badge-align:center"] .beht-badge {
    margin-left: auto;
    margin-right: auto;
}

.beht-wrapper[style*="--beht-badge-align:right"] .beht-badge {
    margin-left: auto;
    margin-right: 0;
}

.beht-wrapper[style*="--beht-content-align:left"] .beht-features {
    margin-left: 0;
    margin-right: auto;
}

.beht-wrapper[style*="--beht-content-align:center"] .beht-features {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.beht-wrapper[style*="--beht-content-align:right"] .beht-features {
    margin-left: auto;
    margin-right: 0;
    max-width: 900px;
}

.beht-wrapper[style*="--beht-content-align:center"] .beht-subheadline,
.beht-wrapper[style*="--beht-content-align:center"] .beht-description {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.beht-wrapper[style*="--beht-content-align:right"] .beht-subheadline,
.beht-wrapper[style*="--beht-content-align:right"] .beht-description {
    max-width: 900px;
    margin-left: auto;
    margin-right: 0;
}

.beht-wrapper[style*="--beht-content-align:right"] .beht-feature-item {
    padding-left: 0;
    padding-right: 28px;
    text-align: right;
}

.beht-wrapper[style*="--beht-content-align:right"] .beht-feature-item::before {
    left: auto;
    right: 0;
}
