:root {
    --bhne-home-text: #34393e;
    --bhne-home-muted: #596168;
    --bhne-home-border: #d9dde1;
    --bhne-home-soft: #f6f7f8;
    --bhne-home-surface: #ffffff;
    --bhne-home-dark: #2f3339;
    --bhne-home-accent: #8f1f2b;
    --bhne-home-radius: 14px;
    --bhne-home-shadow: 0 16px 38px rgba(35, 39, 43, 0.10);
}

.bhne-home-hero,
.bhne-home-section,
.bhne-home-final {
    color: var(--bhne-home-text);
}

.bhne-home-hero {
    padding: 72px 0;
    background: transparent;
}

.bhne-home-eyebrow {
    margin-bottom: 9px;
    color: var(--bhne-home-accent);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bhne-home-hero h1 {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.12;
    font-weight: 500;
    color: var(--bhne-home-text);
}

.bhne-home-lead {
    margin-bottom: 26px;
    color: var(--bhne-home-muted);
    font-size: 15px;
    line-height: 1.7;
}

.bhne-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bhne-home-actions .btn,
.bhne-home-final .btn {
    min-height: 46px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
}

.bhne-home-note {
    margin-top: 14px;
    color: var(--bhne-home-muted);
    font-size: 13px;
}

.bhne-home-hero-card,
.bhne-home-feature,
.bhne-home-step,
.bhne-home-event-card {
    background: var(--bhne-home-surface);
    border: 1px solid var(--bhne-home-border);
    border-radius: var(--bhne-home-radius);
}

.bhne-home-hero-card {
    padding: 28px;
    box-shadow: var(--bhne-home-shadow);
}

.bhne-home-hero-card-title {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
}

.bhne-home-stat {
    padding: 15px 0;
    border-top: 1px solid var(--bhne-home-border);
}

.bhne-home-stat strong,
.bhne-home-stat span {
    display: block;
}

.bhne-home-stat strong {
    margin-bottom: 4px;
    font-size: 14px;
}

.bhne-home-stat span,
.bhne-home-feature p,
.bhne-home-step p,
.bhne-home-event-card p {
    color: var(--bhne-home-muted);
    font-size: 13px;
    line-height: 1.6;
}

.bhne-home-section {
    padding: 68px 0;
}

.bhne-home-section-heading {
    max-width: 790px;
    margin: 0 auto 38px;
}

.bhne-home-section-heading h2,
.bhne-home-final h2,
.bhne-home-audience-card h2 {
    margin: 0 0 13px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
}

.bhne-home-section-heading p,
.bhne-home-final p {
    color: var(--bhne-home-muted);
    font-size: 14px;
    line-height: 1.7;
}

.bhne-home-feature,
.bhne-home-step,
.bhne-home-event-card {
    height: 100%;
    padding: 25px;
}

.bhne-home-feature-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    color: #ffffff;
    background: var(--bhne-home-accent);
    border-radius: 10px;
    font-size: 16px;
}

.bhne-home-feature h3,
.bhne-home-step h3,
.bhne-home-event-card h3 {
    margin: 0 0 9px;
    font-size: 15px;
    font-weight: 500;
}

.bhne-home-section-dark {
    color: #ffffff;
    background: var(--bhne-home-dark);
}

.bhne-home-section-dark .bhne-home-eyebrow {
    color: #efc2c7;
}

.bhne-home-audience-card {
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.17);
    border-radius: var(--bhne-home-radius);
    background: rgba(255,255,255,0.04);
}

.bhne-home-audience-card h2 {
    color: #ffffff;
}

.bhne-home-list {
    margin: 20px 0 24px;
    padding: 0;
    list-style: none;
}

.bhne-home-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 24px;
    color: #e8eaec;
    font-size: 14px;
}

.bhne-home-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #efc2c7;
    font-weight: 700;
}

.bhne-home-step-number {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #ffffff;
    background: var(--bhne-home-accent);
    border-radius: 50%;
    font-weight: 600;
}

.bhne-home-events {
    background: var(--bhne-home-soft);
}

.bhne-home-event-card {
    box-shadow: 0 8px 22px rgba(35,39,43,0.05);
}

.bhne-home-final {
    padding: 70px 0 78px;
}

.bhne-home-final .container {
    max-width: 820px;
}

@media (max-width: 991px) {
    .bhne-home-hero {
        padding: 52px 0;
    }

    .bhne-home-hero h1 {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .bhne-home-hero h1 {
        font-size: 30px;
    }

    .bhne-home-section-heading h2,
    .bhne-home-final h2,
    .bhne-home-audience-card h2 {
        font-size: 20px;
    }

    .bhne-home-actions {
        display: block;
    }

    .bhne-home-actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .bhne-home-hero-card,
    .bhne-home-feature,
    .bhne-home-step,
    .bhne-home-event-card,
    .bhne-home-audience-card {
        padding: 22px;
    }
}
