.sfc-wrap {
    --sfc-orange: #ec6907;
    --sfc-ink: #242424;
    --sfc-soft: #fff7f0;
    width: min(1120px, calc(100% - 32px));
    margin: 48px auto;
    color: var(--sfc-ink);
    font-family: inherit;
    line-height: 1.7;
}

body.sfc-custom-page {
    margin: 0;
    background: #f7f4f0;
    color: #242424;
}

.sfc-site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: rgba(25, 25, 25, .97);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
}

.sfc-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1240px, calc(100% - 32px));
    min-height: 82px;
    margin: 0 auto;
    gap: 24px;
}

.sfc-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
}

.sfc-brand img {
    display: block;
    width: 58px;
    height: 68px;
    object-fit: contain;
}

.sfc-site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px 18px;
}

.sfc-site-nav a {
    color: #fff !important;
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none !important;
}

.sfc-site-nav a:hover,
.sfc-site-nav a:focus {
    color: #ff7a18 !important;
}

.sfc-page-hero {
    padding: clamp(62px, 9vw, 116px) 20px clamp(44px, 7vw, 82px);
    background:
        radial-gradient(circle at 82% 20%, rgba(236, 105, 7, .28), transparent 31%),
        linear-gradient(135deg, #191919, #333);
    color: #fff;
    text-align: center;
}

.sfc-page-hero p {
    margin: 0 0 9px;
    color: #ff8a32;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sfc-page-hero h1 {
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(2.25rem, 6vw, 4.8rem);
    line-height: 1.04;
}

.sfc-page-main {
    min-height: 55vh;
    padding: 1px 0 54px;
}

.sfc-site-footer {
    padding: 48px 20px 28px;
    background: #191919;
    color: rgba(255, 255, 255, .82);
}

.sfc-footer-inner {
    display: grid;
    grid-template-columns: minmax(180px, .8fr) 1.2fr 1fr;
    width: min(1120px, 100%);
    margin: 0 auto;
    gap: 34px;
}

.sfc-footer-brand img {
    width: 76px;
    height: auto;
}

.sfc-site-footer h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.05rem;
}

.sfc-site-footer p {
    margin: 0 0 8px;
}

.sfc-site-footer a {
    color: #fff;
}

.sfc-footer-bottom {
    width: min(1120px, 100%);
    margin: 32px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .13);
    font-size: .88rem;
    text-align: center;
}

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

.sfc-heading > h2 {
    margin: 0 0 12px;
    color: var(--sfc-ink);
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.08;
}

.sfc-heading p {
    max-width: 780px;
    margin: 0;
}

.sfc-kicker {
    margin-bottom: 8px !important;
    color: var(--sfc-orange);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.sfc-card {
    overflow: hidden;
    margin: 24px 0;
    padding: clamp(12px, 2vw, 24px);
    border: 1px solid rgba(36, 36, 36, .12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(36, 36, 36, .09);
}

.sfc-image-link {
    display: block;
}

.sfc-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.sfc-actions {
    margin: 18px 0 0;
    text-align: center;
}

.sfc-button {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 20px;
    border-radius: 999px;
    background: var(--sfc-orange);
    color: #fff !important;
    font-weight: 750;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.sfc-button:hover,
.sfc-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(236, 105, 7, .28);
}

.sfc-note {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid var(--sfc-orange);
    background: var(--sfc-soft);
}

.sfc-legal section {
    margin: 0 0 18px;
    padding: clamp(20px, 4vw, 34px);
    border: 1px solid rgba(36, 36, 36, .1);
    border-radius: 16px;
    background: #fff;
}

.sfc-legal h2 {
    margin: 0 0 12px;
    color: var(--sfc-ink);
    font-size: clamp(1.25rem, 3vw, 1.7rem);
}

.sfc-legal .sfc-heading > h2 {
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.08;
}

.sfc-legal p:last-child,
.sfc-legal ul:last-child {
    margin-bottom: 0;
}

.sfc-legal a {
    color: #b44b00;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

@media (max-width: 680px) {
    .sfc-wrap {
        width: min(100% - 20px, 1120px);
        margin: 28px auto;
    }

    .sfc-card {
        padding: 8px;
        border-radius: 12px;
    }

    .sfc-card img {
        border-radius: 7px;
    }

    .sfc-header-inner {
        min-height: 72px;
    }

    .sfc-site-nav {
        gap: 5px 11px;
    }

    .sfc-site-nav a {
        font-size: .78rem;
    }

    .sfc-brand img {
        width: 44px;
        height: 54px;
    }

    .sfc-footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media print {
    .sfc-wrap {
        width: 100%;
        margin: 0;
    }

    .sfc-actions {
        display: none;
    }

    .sfc-card,
    .sfc-legal section {
        box-shadow: none;
        break-inside: avoid;
    }
}

.sfc-legal-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    width: 100%;
    padding: 14px 20px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    background: #222;
    color: #fff;
    font-size: .9rem;
    text-align: center;
}

.sfc-legal-footer a {
    color: #fff !important;
    text-decoration: none;
}

.sfc-legal-footer a:hover,
.sfc-legal-footer a:focus {
    color: #ff8a32 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}
