:root {
    --bjb-launch-primary: var(--bjb-primary, #071d35);
    --bjb-launch-secondary: var(--bjb-secondary, #102a46);
    --bjb-launch-accent: var(--bjb-accent, #c6a15b);
    --bjb-launch-bg: #f3f6f8;
    --bjb-launch-text: #25384b;
    --bjb-launch-muted: #68798a;
    --bjb-launch-border: #dce3ea;
    --bjb-launch-container: var(--bjb-container, 1220px);
}

.bjb-launch-hero-block,
.bjb-launch-section,
.bjb-launch-cta,
.bjb-launch-directory-intro,
.bjb-demo-notice {
    box-sizing: border-box;
}

.bjb-launch-hero-block *,
.bjb-launch-section *,
.bjb-launch-cta *,
.bjb-launch-directory-intro *,
.bjb-demo-notice * {
    box-sizing: border-box;
}

.bjb-launch-hero-block {
    padding: 72px max(18px, calc((100% - var(--bjb-launch-container)) / 2));
    color: #fff;
    background: var(--bjb-launch-primary);
    border-bottom: 4px solid var(--bjb-launch-accent);
}

.bjb-launch-hero-block > span,
.bjb-launch-heading > span,
.bjb-launch-eyebrow,
.bjb-launch-directory-intro > span,
.bjb-launch-cta span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--bjb-launch-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.bjb-launch-hero-block h1 {
    max-width: 900px;
    margin: 0 0 17px;
    color: #fff;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.bjb-launch-hero-block p {
    max-width: 850px;
    margin: 0;
    color: #dbe5ee;
    font-size: 18px;
    line-height: 1.65;
}

.bjb-launch-section {
    width: min(calc(100% - 36px), var(--bjb-launch-container));
    margin: 0 auto;
    padding: 70px 0;
}

.bjb-launch-section.is-light {
    width: 100%;
    max-width: none;
    padding-left: max(18px, calc((100% - var(--bjb-launch-container)) / 2));
    padding-right: max(18px, calc((100% - var(--bjb-launch-container)) / 2));
    background: var(--bjb-launch-bg);
}

.bjb-launch-section.is-compact {
    padding-top: 42px;
}

.bjb-launch-heading {
    max-width: 820px;
    margin-bottom: 31px;
}

.bjb-launch-heading h2,
.bjb-launch-two-col h2,
.bjb-launch-directory-intro h2 {
    margin: 0 0 14px;
    color: var(--bjb-launch-primary);
    font-size: clamp(29px, 3vw, 42px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.bjb-launch-heading p,
.bjb-launch-two-col p,
.bjb-launch-directory-intro p {
    color: var(--bjb-launch-muted);
    font-size: 16px;
    line-height: 1.72;
}

.bjb-launch-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px;
    align-items: start;
}

.bjb-launch-dark-card {
    padding: 34px;
    color: #fff;
    background: var(--bjb-launch-primary);
    border-left: 5px solid var(--bjb-launch-accent);
}

.bjb-launch-dark-card > span,
.bjb-launch-card > span,
.bjb-launch-article-copy > span {
    color: var(--bjb-launch-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bjb-launch-dark-card h3 {
    margin: 11px 0 20px;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
}

.bjb-launch-dark-card ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bjb-launch-dark-card li {
    padding: 12px 0 12px 25px;
    border-bottom: 1px solid rgba(255,255,255,.14);
    position: relative;
}

.bjb-launch-dark-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--bjb-launch-accent);
    font-weight: 800;
}

.bjb-launch-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.bjb-launch-card {
    min-height: 230px;
    padding: 27px;
    background: #fff;
    border: 1px solid var(--bjb-launch-border);
    border-bottom: 3px solid var(--bjb-launch-accent);
}

.bjb-launch-card h3 {
    margin: 16px 0 11px;
    color: var(--bjb-launch-primary);
    font-size: 22px;
    line-height: 1.25;
}

.bjb-launch-card p {
    margin: 0 0 21px;
    color: var(--bjb-launch-muted);
    line-height: 1.65;
}

.bjb-launch-card a,
.bjb-launch-read {
    color: var(--bjb-launch-primary);
    font-weight: 800;
    text-decoration: none;
}

.bjb-launch-card a:hover,
.bjb-launch-read:hover {
    color: var(--bjb-launch-accent);
}

.bjb-launch-card i {
    font-style: normal;
}

.bjb-launch-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--bjb-launch-border);
}

.bjb-launch-values > div {
    min-height: 145px;
    padding: 25px;
    background: #fff;
    border-right: 1px solid var(--bjb-launch-border);
}

.bjb-launch-values > div:last-child {
    border-right: 0;
}

.bjb-launch-values strong {
    display: block;
    color: var(--bjb-launch-primary);
    font-size: 18px;
}

.bjb-launch-values span {
    display: block;
    margin-top: 9px;
    color: var(--bjb-launch-muted);
    line-height: 1.55;
}

.bjb-launch-cta {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    align-items: center;
    width: min(calc(100% - 36px), var(--bjb-launch-container));
    margin: 0 auto 70px;
    padding: 35px 38px;
    color: #fff;
    background: var(--bjb-launch-primary);
    border-left: 5px solid var(--bjb-launch-accent);
}

.bjb-launch-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 31px;
}

.bjb-launch-cta p {
    max-width: 720px;
    margin: 0;
    color: #dbe5ee;
    line-height: 1.6;
}

.bjb-launch-cta > div:last-child {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
}

.bjb-launch-cta a {
    display: inline-flex;
    min-height: 46px;
    padding: 12px 18px;
    align-items: center;
    justify-content: center;
    color: var(--bjb-launch-primary);
    background: var(--bjb-launch-accent);
    border: 1px solid var(--bjb-launch-accent);
    border-radius: 3px;
    font-weight: 800;
    text-decoration: none;
}

.bjb-launch-cta a.is-outline {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.bjb-launch-directory-intro {
    margin-bottom: 26px;
    padding: 27px 30px;
    background: var(--bjb-launch-bg);
    border-left: 4px solid var(--bjb-launch-accent);
}

.bjb-launch-directory-intro h2 {
    font-size: 31px;
}

.bjb-launch-directory-intro p {
    margin-bottom: 0;
}

.bjb-launch-article-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.bjb-launch-article {
    display: grid;
    grid-template-columns: 210px 1fr;
    min-height: 245px;
    background: #fff;
    border: 1px solid var(--bjb-launch-border);
}

.bjb-launch-article-image {
    display: block;
    min-height: 245px;
    background-position: center;
    background-size: cover;
}

.bjb-launch-article-copy {
    padding: 24px;
}

.bjb-launch-article-copy h3 {
    margin: 10px 0;
    font-size: 21px;
    line-height: 1.3;
}

.bjb-launch-article-copy h3 a {
    color: var(--bjb-launch-primary);
    text-decoration: none;
}

.bjb-launch-article-copy p {
    color: var(--bjb-launch-muted);
    line-height: 1.58;
}

.bjb-launch-empty {
    padding: 34px;
    background: var(--bjb-launch-bg);
    border-left: 4px solid var(--bjb-launch-accent);
}

.bjb-demo-notice {
    width: min(calc(100% - 36px), var(--bjb-launch-container));
    margin: 24px auto;
    padding: 13px 16px;
    color: #5a4717;
    background: #fff6d9;
    border: 1px solid #e4cd86;
}

.bjb-demo-notice strong {
    margin-right: 10px;
    color: var(--bjb-launch-primary);
}

@media (max-width: 980px) {
    .bjb-launch-two-col,
    .bjb-launch-article-grid {
        grid-template-columns: 1fr;
    }

    .bjb-launch-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bjb-launch-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bjb-launch-values > div:nth-child(2) {
        border-right: 0;
    }

    .bjb-launch-values > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--bjb-launch-border);
    }

    .bjb-launch-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .bjb-launch-hero-block {
        padding-top: 50px;
        padding-bottom: 48px;
    }

    .bjb-launch-hero-block p {
        font-size: 16px;
    }

    .bjb-launch-section {
        width: min(calc(100% - 24px), var(--bjb-launch-container));
        padding: 46px 0;
    }

    .bjb-launch-section.is-light {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .bjb-launch-card-grid,
    .bjb-launch-values,
    .bjb-launch-article {
        grid-template-columns: 1fr;
    }

    .bjb-launch-values > div {
        border-right: 0;
        border-bottom: 1px solid var(--bjb-launch-border);
    }

    .bjb-launch-values > div:last-child {
        border-bottom: 0;
    }

    .bjb-launch-article-image {
        min-height: 210px;
    }

    .bjb-launch-cta {
        width: min(calc(100% - 24px), var(--bjb-launch-container));
        margin-bottom: 46px;
        padding: 25px;
    }

    .bjb-launch-cta > div:last-child {
        width: 100%;
        flex-direction: column;
    }

    .bjb-launch-cta a {
        width: 100%;
    }

    .bjb-demo-notice {
        width: min(calc(100% - 24px), var(--bjb-launch-container));
    }
}
