/*
|--------------------------------------------------------------------------
| Static Pages
|--------------------------------------------------------------------------
*/

.static-page {
    background: #ffffff;
    color: #18181b;
}


/*
|--------------------------------------------------------------------------
| Hero
|--------------------------------------------------------------------------
*/

.static-page-hero {
    padding: 72px 0 62px;
    background: #f7f7f9;
    border-bottom: 1px solid #e8e8ec;
}


.static-page-hero-inner {
    max-width: 820px;
}


.static-page-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.09em;
    color: #6b6b74;
}


.static-page-hero h1 {
    margin: 0;
    font-size: clamp(
        38px,
        6vw,
        64px
    );
    line-height: 1.05;
    letter-spacing: -0.04em;
}


.static-page-hero p {
    max-width: 700px;
    margin: 20px 0 0;
    font-size: 17px;
    line-height: 1.75;
    color: #62626c;
}


/*
|--------------------------------------------------------------------------
| Main Layout
|--------------------------------------------------------------------------
*/

.static-page-content {
    padding: 65px 0 90px;
}


.static-page-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        290px;
    gap: 50px;
    align-items: start;
}


.static-page-article {
    min-width: 0;
}


/*
|--------------------------------------------------------------------------
| Content Sections
|--------------------------------------------------------------------------
*/

.static-content-section {
    padding-bottom: 42px;
    margin-bottom: 42px;
    border-bottom: 1px solid #ececf0;
}


.static-content-section:last-child {
    margin-bottom: 0;
}


.static-section-label {
    display: block;
    margin-bottom: 11px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.09em;
    color: #777781;
}


.static-content-section h2 {
    margin:
        0
        0
        18px;
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -0.025em;
}


.static-content-section p {
    margin:
        0
        0
        17px;
    font-size: 16px;
    line-height: 1.85;
    color: #51515a;
}


.static-content-section p:last-child {
    margin-bottom: 0;
}


/*
|--------------------------------------------------------------------------
| Feature Grid
|--------------------------------------------------------------------------
*/

.static-feature-grid {
    display: grid;
    grid-template-columns:
        repeat(
            2,
            minmax(
                0,
                1fr
            )
        );
    gap: 16px;
    margin-top: 28px;
}


.static-feature-card {
    padding: 23px;
    border: 1px solid #e5e5e9;
    border-radius: 13px;
    background: #fafafa;
}


.static-feature-card strong {
    display: block;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 1.3;
}


.static-feature-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}


/*
|--------------------------------------------------------------------------
| Contact Box
|--------------------------------------------------------------------------
*/

.static-contact-box {
    padding: 32px;
    border: 1px solid #e4e4e8;
    border-radius: 16px;
    background: #f8f8fa;
}


.static-contact-box h2 {
    margin-bottom: 12px;
}


.static-page-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 8px;
    padding: 11px 21px;
    border-radius: 9px;
    background: #151519;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}


.static-page-button:hover {
    color: #ffffff;
    opacity: 0.9;
}


/*
|--------------------------------------------------------------------------
| Sidebar
|--------------------------------------------------------------------------
*/

.static-page-sidebar {
    position: sticky;
    top: 95px;
}


.static-sidebar-card {
    padding: 23px;
    margin-bottom: 20px;
    border: 1px solid #e7e7eb;
    border-radius: 14px;
    background: #ffffff;
}


.static-sidebar-card > span {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #81818a;
}


.static-sidebar-card h3 {
    margin:
        0
        0
        16px;
    font-size: 19px;
    line-height: 1.3;
}


.static-sidebar-card nav {
    display: flex;
    flex-direction: column;
}


.static-sidebar-card nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 0;
    border-top: 1px solid #ededf0;
    color: #242429;
    text-decoration: none;
    font-size: 14px;
    font-weight: 650;
}


.static-sidebar-card nav a:first-child {
    border-top: 0;
}


.static-sidebar-card nav a:hover,
.static-sidebar-card nav a.is-active {
    text-decoration: underline;
}


.static-sidebar-card nav b {
    font-weight: 400;
}


/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (
    max-width: 900px
) {

    .static-page-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }


    .static-page-sidebar {
        position: static;
        display: grid;
        grid-template-columns:
            repeat(
                2,
                minmax(
                    0,
                    1fr
                )
            );
        gap: 18px;
    }


    .static-sidebar-card {
        margin-bottom: 0;
    }

}


/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (
    max-width: 600px
) {

    .static-page-hero {
        padding:
            48px
            0
            42px;
    }


    .static-page-hero p {
        font-size: 15px;
    }


    .static-page-content {
        padding:
            42px
            0
            65px;
    }


    .static-content-section {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }


    .static-content-section h2 {
        font-size: 25px;
    }


    .static-content-section p {
        font-size: 15px;
    }


    .static-feature-grid {
        grid-template-columns: 1fr;
    }


    .static-contact-box {
        padding: 24px 20px;
    }


    .static-page-sidebar {
        grid-template-columns: 1fr;
    }

}