body.smg-sbf-coming-soon-active .entry-header,
body.smg-sbf-coming-soon-active .page-header,
body.smg-sbf-coming-soon-active .entry-title,
body.smg-sbf-coming-soon-active .page-title,
body.smg-sbf-coming-soon-active .breadcrumbs,
body.smg-sbf-coming-soon-active .yoast-breadcrumb,
body.smg-sbf-coming-soon-active .post-navigation,
body.smg-sbf-coming-soon-active .comments-area {
    display: none !important;
}

body.smg-sbf-coming-soon-active .site-main,
body.smg-sbf-coming-soon-active main,
body.smg-sbf-coming-soon-active article,
body.smg-sbf-coming-soon-active .entry-content,
body.smg-sbf-coming-soon-active .content-area {
    max-width: none !important;
}

body.smg-sbf-coming-soon-active .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

.smg-sbf-cs,
.smg-sbf-cs * {
    box-sizing: border-box;
}

.smg-sbf-cs {
    --navy: #051a2d;
    --cyan: #54ccf4;
    --cyan-soft: #96e5ff;
    position: relative;
    width: 100%;
    min-height: 690px;
    overflow: hidden;
    isolation: isolate;
    border-radius: 0;
    color: #fff;
    background: var(--navy) var(--smg-sbf-bg) center / cover no-repeat;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.smg-sbf-cs__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(5,26,45,.98) 0%, rgba(5,26,45,.94) 38%, rgba(5,26,45,.55) 58%, rgba(5,26,45,.10) 82%),
        linear-gradient(0deg, rgba(5,26,45,.78) 0%, rgba(5,26,45,0) 46%);
}

.smg-sbf-cs__inner {
    width: min(1160px, calc(100% - 64px));
    min-height: 690px;
    margin: 0 auto;
    padding: 72px 0 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.smg-sbf-cs__content {
    width: min(610px, 58%);
}

.smg-sbf-cs__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--cyan-soft);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.smg-sbf-cs__eyebrow span {
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background: var(--cyan);
}

.smg-sbf-cs__headline {
    margin: 0;
    font-size: clamp(48px, 5vw, 72px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 850;
}

.smg-sbf-cs__headline strong {
    display: inline-block;
    margin-top: 4px;
    color: var(--cyan);
    font-weight: 900;
}

.smg-sbf-cs__lead {
    max-width: 590px;
    margin: 28px 0 18px;
    font-size: clamp(20px, 1.65vw, 24px);
    line-height: 1.45;
    color: rgba(255,255,255,.96);
}

.smg-sbf-cs__lead strong {
    color: #fff;
}

.smg-sbf-cs__meta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    border: 1px solid rgba(150,229,255,.28);
    border-radius: 999px;
    background: rgba(3,22,39,.46);
    color: var(--cyan-soft);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.smg-sbf-cs__meta i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--cyan);
}

.smg-sbf-cs__note {
    max-width: 540px;
    margin: 18px 0 24px;
    color: rgba(255,255,255,.76);
    font-size: 15px;
    line-height: 1.55;
}

.smg-sbf-cs__note strong {
    color: #fff;
}

.smg-sbf-cs__button {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    background: var(--cyan);
    color: #052039 !important;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(0,0,0,.16);
    transition: transform .18s ease, box-shadow .18s ease;
}

.smg-sbf-cs__button span {
    font-size: 20px;
    line-height: 1;
}

.smg-sbf-cs__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(0,0,0,.22);
}

.smg-sbf-cs__quickfacts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 0;
    width: min(900px, 100%);
    padding-top: 28px;
    margin-top: 42px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.smg-sbf-cs__quickfacts > div {
    padding: 0 28px;
    border-left: 1px solid rgba(255,255,255,.16);
}

.smg-sbf-cs__quickfacts > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.smg-sbf-cs__quickfacts b,
.smg-sbf-cs__quickfacts span {
    display: block;
}

.smg-sbf-cs__quickfacts b {
    margin-bottom: 5px;
    color: var(--cyan-soft);
    font-size: 12px;
    letter-spacing: .09em;
}

.smg-sbf-cs__quickfacts span {
    max-width: 230px;
    color: rgba(255,255,255,.75);
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .smg-sbf-cs {
        min-height: 650px;
        background-position: 63% center;
    }

    .smg-sbf-cs__shade {
        background:
            linear-gradient(90deg, rgba(5,26,45,.98) 0%, rgba(5,26,45,.91) 52%, rgba(5,26,45,.40) 78%),
            linear-gradient(0deg, rgba(5,26,45,.88) 0%, rgba(5,26,45,0) 48%);
    }

    .smg-sbf-cs__inner {
        width: min(100% - 44px, 760px);
        min-height: 650px;
        padding-top: 58px;
    }

    .smg-sbf-cs__content {
        width: min(610px, 76%);
    }
}

@media (max-width: 680px) {
    .smg-sbf-cs {
        min-height: auto;
        background-position: 72% top;
    }

    .smg-sbf-cs__shade {
        background: linear-gradient(180deg, rgba(5,26,45,.62) 0%, rgba(5,26,45,.94) 45%, rgba(5,26,45,1) 78%);
    }

    .smg-sbf-cs__inner {
        width: min(100% - 30px, 620px);
        min-height: 760px;
        padding: 46px 0 28px;
    }

    .smg-sbf-cs__content {
        width: 100%;
        padding-top: 170px;
    }

    .smg-sbf-cs__headline {
        font-size: clamp(42px, 13vw, 58px);
    }

    .smg-sbf-cs__lead {
        margin-top: 22px;
        font-size: 19px;
    }

    .smg-sbf-cs__button {
        width: 100%;
        justify-content: center;
    }

    .smg-sbf-cs__quickfacts {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 34px;
        padding-top: 22px;
    }

    .smg-sbf-cs__quickfacts > div,
    .smg-sbf-cs__quickfacts > div:first-child {
        padding: 0;
        border-left: 0;
    }

    .smg-sbf-cs__quickfacts span {
        max-width: none;
    }
}
