@charset "utf-8";

:root {
    --sbf-navy: #071b4b;
    --sbf-blue: #0e3b95;
    --sbf-soft: #f4f8ff;
    --sbf-line: #dbe5f1;
    --sbf-text: #111827;
    --sbf-muted: #5a6678;
}

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

.sbf-page {
    background: #fff;
    color: var(--sbf-text);
    font-family: inherit;
}

.sbf-page img {
    display: block;
    max-width: 100%;
}

.sbf-page a {
    text-decoration: none;
}

.sbf-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 570px;
    margin-top: -120px;
    padding-top: 120px;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 10%, rgba(124, 174, 255, .20), transparent 32%),
        linear-gradient(120deg, #edf5ff 0%, #f9fbff 48%, #fff 100%);
}

.sbf-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 3;
    pointer-events: none;
    background: rgba(0, 33, 82, .23);
}

.sbf-hero__copy {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 74px max(28px, calc((100vw - 1380px) / 2 + 24px)) 64px;
    padding-right: 56px;
}

.sbf-kicker {
    margin: 0 0 14px;
    color: var(--sbf-blue);
    font-size: 18px;
    font-weight: 900;
}

.sbf-hero h1 {
    margin: 0;
    max-width: 760px;
    color: var(--sbf-navy);
    font-size: clamp(44px, 4.7vw, 76px);
    line-height: 1.06;
    letter-spacing: -.06em;
    word-break: keep-all;
}

.sbf-hero__lead {
    max-width: 690px;
    margin: 24px 0 0;
    color: #283548;
    font-size: 19px;
    line-height: 1.8;
    word-break: keep-all;
}

.sbf-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.sbf-hero__chips span {
    padding: 8px 12px;
    border: 1px solid #c9d8ef;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    color: #173b78;
    font-size: 13px;
    font-weight: 800;
}

.sbf-hero__actions,
.sbf-inline-actions,
.sbf-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.sbf-hero__image {
    min-height: 450px;
    overflow: hidden;
}

.sbf-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.05) contrast(1.02);
}

.sbf-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 9px;
    font-weight: 900;
    line-height: 1;
    transition: .2s;
}

.sbf-btn:hover {
    transform: translateY(-1px);
}

.sbf-btn--primary {
    background: var(--sbf-blue);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(14, 59, 149, .16);
}

.sbf-btn--primary:hover {
    background: #082f7b;
}

.sbf-btn--ghost {
    border: 1px solid #b8c9e3;
    background: #fff;
    color: #173b78 !important;
}

.sbf-btn--white {
    background: #fff;
    color: #0b2c70 !important;
}

.sbf-btn--outline-white {
    border: 1px solid rgba(255, 255, 255, .62);
    color: #fff !important;
}

.sbf-quick {
    position: relative;
    z-index: 5;
    max-width: 1380px;
    margin: -26px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--sbf-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(19, 46, 88, .08);
}

.sbf-quick > div {
    padding: 20px 24px;
    border-right: 1px solid var(--sbf-line);
}

.sbf-quick > div:last-child {
    border-right: 0;
}

.sbf-quick strong,
.sbf-quick span,
.sbf-quick a {
    display: block;
}

.sbf-quick strong {
    margin-bottom: 5px;
    color: #173b78;
    font-size: 14px;
}

.sbf-quick span,
.sbf-quick a {
    color: #49566a;
    font-size: 14px;
    line-height: 1.5;
}

.sbf-section {
    max-width: 1380px;
    margin: 0 auto;
    padding: 78px 24px 0;
}

.sbf-section--soft {
    max-width: none;
    margin-top: 76px;
    padding: 76px max(24px, calc((100vw - 1380px) / 2 + 24px));
    background: linear-gradient(180deg, #f7faff, #eef5ff);
}

.sbf-heading {
    max-width: 900px;
    margin: 0 auto 38px;
    text-align: center;
}

.sbf-heading > p {
    margin: 0 0 8px;
    color: var(--sbf-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
}

.sbf-heading h2 {
    margin: 0;
    color: var(--sbf-navy);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.25;
    letter-spacing: -.045em;
    word-break: keep-all;
}

.sbf-heading > span {
    display: block;
    max-width: 820px;
    margin: 15px auto 0;
    color: var(--sbf-muted);
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.sbf-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.sbf-intro-image {
    overflow: hidden;
    border-radius: 20px;
    background: #eef4fb;
}

.sbf-intro-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.sbf-intro-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
}

.sbf-intro-copy h3 {
    margin: 0 0 16px;
    color: #132e5d;
    font-size: 30px;
    line-height: 1.35;
    letter-spacing: -.035em;
}

.sbf-intro-copy p {
    margin: 0 0 14px;
    color: #4c586b;
    font-size: 16px;
    line-height: 1.9;
    word-break: keep-all;
}

.sbf-intro-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.sbf-intro-points span {
    padding: 8px 11px;
    border-radius: 999px;
    background: #edf4ff;
    color: #174487;
    font-size: 13px;
    font-weight: 800;
}

.sbf-season-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.sbf-season-grid article {
    min-height: 205px;
    padding: 22px 18px;
    border: 1px solid var(--sbf-line);
    border-radius: 16px;
    background: #fff;
}

.sbf-season-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #edf4ff;
    color: #174487;
    font-size: 12px;
    font-weight: 900;
}

.sbf-season-grid h3 {
    margin: 0 0 10px;
    color: #15366e;
    font-size: 22px;
}

.sbf-season-grid p {
    margin: 0;
    color: #667183;
    font-size: 14px;
    line-height: 1.7;
}

.sbf-related-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 24px;
}

.sbf-related-strip a {
    padding: 10px 14px;
    border: 1px solid #bfd0e9;
    border-radius: 9px;
    background: #fff;
    color: #173b78;
    font-size: 13px;
    font-weight: 800;
}

.sbf-story-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr;
    gap: 18px;
}

.sbf-photo-card {
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(18, 46, 89, .08);
}

.sbf-photo-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.sbf-photo-card div {
    padding: 22px;
}

.sbf-photo-card h3 {
    margin: 0 0 8px;
    color: #142b55;
    font-size: 20px;
}

.sbf-photo-card p {
    margin: 0;
    color: #5b6676;
    font-size: 14px;
    line-height: 1.7;
}

.sbf-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.sbf-steps article {
    padding: 24px 20px;
    border: 1px solid var(--sbf-line);
    border-radius: 16px;
    background: #fff;
}

.sbf-steps b {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--sbf-blue);
    color: #fff;
}

.sbf-steps h3 {
    margin: 16px 0 8px;
    color: #152b54;
    font-size: 19px;
}

.sbf-steps p {
    margin: 0;
    color: var(--sbf-muted);
    font-size: 14px;
    line-height: 1.7;
}

.sbf-prep-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.sbf-prep-grid article {
    min-height: 126px;
    padding: 19px;
    border: 1px solid var(--sbf-line);
    border-radius: 14px;
    background: #f9fbff;
}

.sbf-prep-grid strong,
.sbf-prep-grid span {
    display: block;
}

.sbf-prep-grid strong {
    margin-bottom: 8px;
    color: #173b78;
    font-size: 17px;
}

.sbf-prep-grid span {
    color: #5b6677;
    font-size: 14px;
    line-height: 1.6;
}

.sbf-warning {
    margin-top: 18px;
    padding: 16px 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: center;
    border: 1px solid #f0c4c0;
    border-radius: 13px;
    background: #fff8f7;
    color: #c8332d;
    text-align: center;
}

.sbf-catch {
    max-width: 1380px;
    margin: 78px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 22px;
    background: #0b224b;
}

.sbf-catch__image {
    min-height: 520px;
}

.sbf-catch__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sbf-catch__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px;
    color: #fff;
}

.sbf-catch__copy > p:first-child {
    margin: 0 0 8px;
    color: #8fb8ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .13em;
}

.sbf-catch__copy h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 37px;
    line-height: 1.25;
}

.sbf-catch__copy > p:not(:first-child) {
    margin: 0;
    color: #d6e1f3;
    font-size: 16px;
    line-height: 1.85;
}

.sbf-catch .sbf-btn--ghost {
    border-color: #6e83a4;
    background: transparent;
    color: #fff !important;
}

.sbf-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.sbf-gallery img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 16px;
}

.sbf-seo-copy {
    max-width: 1040px;
    margin: 0 auto;
    padding: 30px 34px;
    border-top: 1px solid var(--sbf-line);
    border-bottom: 1px solid var(--sbf-line);
}

.sbf-seo-copy p {
    margin: 10px 0;
    color: #465267;
    font-size: 16px;
    line-height: 1.9;
    word-break: keep-all;
}

.sbf-seo-copy strong {
    color: #173b78;
}

.sbf-section--faq {
    max-width: 1120px;
}

.sbf-faq {
    border-top: 2px solid #183f82;
}

.sbf-faq details {
    border-bottom: 1px solid var(--sbf-line);
}

.sbf-faq summary {
    position: relative;
    padding: 22px 52px 22px 8px;
    cursor: pointer;
    list-style: none;
    color: #1a2d50;
    font-size: 17px;
    font-weight: 800;
}

.sbf-faq summary::-webkit-details-marker {
    display: none;
}

.sbf-faq summary::after {
    content: "+";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--sbf-blue);
    font-size: 25px;
}

.sbf-faq details[open] summary::after {
    content: "−";
}

.sbf-faq details p {
    margin: 0;
    padding: 0 44px 22px 8px;
    color: #5b6677;
    font-size: 15px;
    line-height: 1.8;
}

.sbf-link-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.sbf-link-grid a {
    min-height: 118px;
    padding: 20px;
    border: 1px solid var(--sbf-line);
    border-radius: 14px;
    background: #fff;
    transition: .2s;
}

.sbf-link-grid a:hover {
    transform: translateY(-2px);
    border-color: #9ab3db;
    box-shadow: 0 10px 24px rgba(20, 46, 86, .07);
}

.sbf-link-grid strong,
.sbf-link-grid span {
    display: block;
}

.sbf-link-grid strong {
    margin-bottom: 8px;
    color: #16396f;
    font-size: 17px;
}

.sbf-link-grid span {
    color: #697486;
    font-size: 13px;
    line-height: 1.6;
}

.sbf-final {
    max-width: 1380px;
    margin: 78px auto 70px;
    padding: 44px 46px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 34px;
    align-items: center;
    border-radius: 22px;
    background: linear-gradient(110deg, #0a245f, #0e3b95);
    color: #fff;
}

.sbf-final p {
    margin: 0 0 8px;
    color: #9fc0ff;
    font-size: 13px;
    font-weight: 900;
}

.sbf-final h2 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    line-height: 1.3;
}

.sbf-final span {
    display: block;
    margin-top: 10px;
    max-width: 760px;
    color: #dbe6f8;
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 1100px) {

    .sbf-hero {
        grid-template-columns: 1fr 1fr;
        min-height: 500px;
    }

    .sbf-hero__copy {
        padding-left: 30px;
        padding-right: 30px;
    }

    .sbf-quick {
        margin-left: 20px;
        margin-right: 20px;
    }

    .sbf-intro-grid {
        grid-template-columns: 1fr;
    }

    .sbf-season-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .sbf-story-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sbf-photo-card--wide {
        grid-column: 1 / -1;
    }

    .sbf-prep-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sbf-catch,
    .sbf-final {
        margin-left: 20px;
        margin-right: 20px;
    }

    .sbf-link-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {

    .sbf-hero {
        display: block;
        min-height: 0;
        margin-top: -70px;
        padding-top: 70px;
    }

    .sbf-hero::before {
        height: 70px;
        background: rgba(0, 33, 82, .30);
    }

    .sbf-hero__copy {
        padding: 38px 18px 30px;
    }

    .sbf-kicker {
        font-size: 14px;
    }

    .sbf-hero h1 {
        font-size: 38px;
    }

    .sbf-hero__lead {
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.75;
    }

    .sbf-hero__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 22px;
    }

    .sbf-btn {
        min-height: 46px;
        padding: 0 14px;
        font-size: 14px;
    }

    .sbf-hero__image {
        height: 280px;
        min-height: 0;
    }

    .sbf-quick {
        grid-template-columns: 1fr 1fr;
        margin: -18px 14px 0;
    }

    .sbf-quick > div {
        padding: 15px;
        border-bottom: 1px solid var(--sbf-line);
    }

    .sbf-quick > div:nth-child(2n) {
        border-right: 0;
    }

    .sbf-section {
        padding: 58px 16px 0;
    }

    .sbf-section--soft {
        margin-top: 58px;
        padding: 58px 16px;
    }

    .sbf-heading {
        margin-bottom: 28px;
    }

    .sbf-heading h2 {
        font-size: 27px;
    }

    .sbf-heading > span {
        font-size: 14px;
    }

    .sbf-intro-image img {
        height: 390px;
        min-height: 0;
    }

    .sbf-intro-copy {
        padding: 0;
    }

    .sbf-intro-copy h3 {
        font-size: 24px;
    }

    .sbf-intro-copy p {
        font-size: 14px;
    }

    .sbf-season-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .sbf-season-grid article {
        min-height: 190px;
        padding: 18px 15px;
    }

    .sbf-story-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sbf-photo-card--wide {
        grid-column: auto;
    }

    .sbf-photo-card img {
        height: 380px;
    }

    .sbf-steps {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sbf-prep-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .sbf-prep-grid article {
        min-height: 118px;
        padding: 15px 13px;
    }

    .sbf-catch {
        display: block;
        margin: 58px 14px 0;
        border-radius: 17px;
    }

    .sbf-catch__image {
        height: 420px;
        min-height: 0;
    }

    .sbf-catch__copy {
        padding: 27px 20px 30px;
    }

    .sbf-catch__copy h2 {
        font-size: 27px;
    }

    .sbf-gallery {
        grid-template-columns: 1fr;
    }

    .sbf-gallery img {
        height: 430px;
    }

    .sbf-seo-copy {
        padding: 22px 3px;
    }

    .sbf-seo-copy p {
        font-size: 14px;
    }

    .sbf-faq summary {
        padding: 19px 44px 19px 4px;
        font-size: 15px;
    }

    .sbf-faq details p {
        padding: 0 34px 20px 4px;
        font-size: 14px;
    }

    .sbf-link-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .sbf-final {
        display: block;
        margin: 58px 14px 34px;
        padding: 29px 20px;
        border-radius: 17px;
    }

    .sbf-final h2 {
        font-size: 25px;
    }

    .sbf-final__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

}

@media (max-width: 420px) {

    .sbf-hero h1 {
        font-size: 34px;
    }

    .sbf-hero__image {
        height: 245px;
    }

    .sbf-hero__actions {
        grid-template-columns: 1fr;
    }

    .sbf-quick {
        grid-template-columns: 1fr;
    }

    .sbf-quick > div {
        border-right: 0;
        border-bottom: 1px solid var(--sbf-line) !important;
    }

    .sbf-quick > div:last-child {
        border-bottom: 0 !important;
    }

    .sbf-season-grid {
        grid-template-columns: 1fr;
    }

    .sbf-photo-card img {
        height: 330px;
    }

    .sbf-prep-grid {
        grid-template-columns: 1fr;
    }

    .sbf-catch__image {
        height: 360px;
    }

    .sbf-gallery img {
        height: 360px;
    }

    .sbf-link-grid {
        grid-template-columns: 1fr;
    }

}
