.ob-static-page {
    background: #ffffff;
    color: #10121a;
    font-family: Inter, sans-serif;
}

.ob-static-shell {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.ob-static-hero {
    padding: 110px 0 70px;
    border-bottom: 1px solid #edf0f5;
}

.ob-static-hero-dark {
    background: #050505;
    color: #ffffff;
    border-bottom: 0;
}

.ob-static-eyebrow {
    margin: 0 0 18px;
    color: #3513ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ob-static-hero-dark .ob-static-eyebrow {
    color: #ffffff;
    opacity: 0.72;
}

.ob-static-hero h1 {
    max-width: 890px;
    margin: 0;
    font-family: Poppins, Inter, sans-serif;
    font-size: clamp(44px, 6vw, 86px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
}

.ob-static-lead {
    max-width: 780px;
    margin: 30px 0 0;
    color: rgba(16, 18, 26, 0.72);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.45;
}

.ob-static-hero-dark .ob-static-lead {
    color: rgba(255, 255, 255, 0.72);
}

.ob-static-content {
    padding: 72px 0 110px;
}

.ob-static-grid {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 76px;
    align-items: start;
}

.ob-static-aside {
    position: sticky;
    top: 120px;
    padding: 28px;
    border-radius: 18px;
    background: #f6f7fa;
    border: 1px solid #edf0f5;
}

.ob-static-aside span {
    display: block;
    margin-bottom: 14px;
    color: #3513ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ob-static-aside p {
    margin: 0;
    color: rgba(16, 18, 26, 0.72);
    font-size: 15px;
    line-height: 1.65;
}

.ob-static-body {
    display: grid;
    gap: 46px;
}

.ob-static-body section {
    padding-bottom: 44px;
    border-bottom: 1px solid #edf0f5;
}

.ob-static-body section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.ob-static-body h2 {
    margin: 0 0 18px;
    font-family: Poppins, Inter, sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.ob-static-body p,
.ob-static-body li {
    color: rgba(16, 18, 26, 0.78);
    font-size: 17px;
    line-height: 1.75;
}

.ob-static-body p {
    margin: 0 0 18px;
}

.ob-static-body p:last-child {
    margin-bottom: 0;
}

.ob-static-body ul {
    margin: 0;
    padding-left: 22px;
}

.ob-static-body a {
    color: #3513ff;
    font-weight: 800;
}

.ob-static-highlight {
    padding: 38px !important;
    border: 0 !important;
    border-radius: 22px;
    background: #f4f2ff;
}

.ob-static-highlight a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 15px 22px;
    border-radius: 999px;
    background: #3513ff;
    color: #ffffff;
    text-decoration: none;
}

.ob-credits-page .ob-static-hero {
    padding: 74px 0 56px;
    background: #ffffff;
}

.ob-credits-page .ob-static-eyebrow {
    color: rgba(16, 18, 26, 0.46);
}

.ob-credits-page .ob-static-hero h1 {
    max-width: 760px;
    font-size: clamp(38px, 4.2vw, 64px);
    font-weight: 800;
    line-height: 1.02;
}

.ob-credits-page .ob-static-lead {
    max-width: 720px;
    margin-top: 22px;
    font-size: clamp(17px, 1.5vw, 21px);
}

.ob-credits-page .ob-static-content {
    padding-top: 54px;
}

.ob-credits-page .ob-static-grid {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 58px;
}

.ob-credits-page .ob-static-aside {
    padding: 22px;
    border-radius: 14px;
}

.ob-credits-page .ob-static-aside a {
    color: #3513ff;
    font-weight: 800;
}

.ob-credits-page .ob-static-body {
    gap: 34px;
}

.ob-credits-page .ob-static-body section {
    padding-bottom: 34px;
}

.ob-credits-page .ob-static-body h2 {
    font-size: clamp(24px, 2.2vw, 34px);
}

.ob-credits-page .ob-static-body p,
.ob-credits-page .ob-static-body li {
    font-size: 16px;
    line-height: 1.7;
}

.ob-credits-page .ob-static-highlight {
    padding: 30px !important;
}

@media (max-width: 900px) {
    .ob-static-hero {
        padding: 72px 0 48px;
    }

    .ob-static-content {
        padding: 50px 0 78px;
    }

    .ob-static-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ob-static-aside {
        position: static;
    }

    .ob-credits-page .ob-static-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 560px) {
    .ob-static-shell {
        width: min(100% - 28px, 1160px);
    }

    .ob-static-hero h1 {
        font-size: 42px;
    }

    .ob-static-lead {
        font-size: 17px;
    }

    .ob-static-body p,
    .ob-static-body li {
        font-size: 16px;
    }

    .ob-static-highlight {
        padding: 28px !important;
    }
}
