
/*
|--------------------------------------------------------------------------
| SBJ Static Pages
|--------------------------------------------------------------------------
| Style tambahan khusus halaman statis agar konten klien, bahan, order,
| bayar, privasi, dan tos tampil profesional tanpa mengganggu template lama.
*/
.sbj-static-page {
    color: #1b1b1b;
}

.sbj-static-page .banner-inner-area {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 70px;
}

.sbj-static-page .banner-inner__content {
    margin-bottom: 0;
}

.sbj-static-hero {
    padding: 85px 0 60px;
}

.sbj-static-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    border-radius: 999px;
    background: rgba(31, 41, 165, 0.08);
    color: #1f29a5;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.sbj-static-title {
    font-size: clamp(36px, 4.7vw, 64px);
    line-height: 1.06;
    letter-spacing: -0.045em;
    margin-bottom: 22px;
    color: #07100d;
}

.sbj-static-lead {
    font-size: 18px;
    line-height: 1.82;
    color: rgba(7, 16, 13, 0.78);
    margin-bottom: 28px;
}

.sbj-static-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(10, 20, 50, 0.14);
    background: #f5f7fb;
}

.sbj-static-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(179deg, rgba(0, 0, 0, 0) 4.01%, rgba(31, 41, 165, .75) 80.24%);
    pointer-events: none;
}

.sbj-static-image img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.sbj-static-image-caption {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 2;
    color: #fff;
}

.sbj-static-section {
    padding: 80px 0;
}

.sbj-static-section.soft-bg {
    background: #f7f9fc;
}

.sbj-static-heading {
    max-width: 780px;
    margin-bottom: 36px;
}

.sbj-static-heading h2 {
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.16;
    letter-spacing: -0.035em;
    margin-bottom: 16px;
}

.sbj-static-heading p {
    color: rgba(7, 16, 13, 0.72);
    line-height: 1.78;
    margin-bottom: 0;
}

.sbj-card {
    height: 100%;
    padding: 30px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(10, 20, 50, 0.08);
    box-shadow: 0 18px 50px rgba(9, 25, 60, 0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.sbj-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 70px rgba(9, 25, 60, 0.1);
}

.sbj-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f29a5;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}

.sbj-card h3,
.sbj-card h4 {
    margin-bottom: 12px;
    line-height: 1.3;
}

.sbj-card p,
.sbj-card li {
    color: rgba(7, 16, 13, 0.72);
    line-height: 1.75;
}

.sbj-card ul,
.sbj-content-list {
    padding-left: 1.15rem;
    margin-bottom: 0;
}

.sbj-content-list li {
    margin-bottom: 12px;
}

.sbj-content-list li:last-child {
    margin-bottom: 0;
}

.sbj-link {
    color: #1f29a5;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.sbj-link:hover {
    color: #06120e;
}

.sbj-step {
    position: relative;
    padding-left: 76px;
}

.sbj-step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #1f29a5;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.sbj-cta-box {
    border-radius: 32px;
    padding: 44px;
    background: linear-gradient(135deg, #1f29a5 0%, #162078 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.sbj-cta-box::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -100px;
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.sbj-cta-box h2,
.sbj-cta-box p {
    color: #fff;
    position: relative;
    z-index: 1;
}

.sbj-cta-box .btn-one {
    position: relative;
    z-index: 1;
}

.sbj-table-wrap {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(10, 20, 50, 0.08);
    background: #fff;
}

.sbj-table {
    width: 100%;
    margin-bottom: 0;
}

.sbj-table th {
    background: #1f29a5;
    color: #fff;
    padding: 18px 20px;
    font-weight: 700;
}

.sbj-table td {
    padding: 18px 20px;
    vertical-align: top;
    border-bottom: 1px solid rgba(10, 20, 50, 0.08);
    line-height: 1.65;
}

.sbj-table tr:last-child td {
    border-bottom: 0;
}

.sbj-note {
    border-left: 4px solid #1f29a5;
    background: rgba(31, 41, 165, .06);
    padding: 20px 22px;
    border-radius: 0 18px 18px 0;
    color: rgba(7, 16, 13, .78);
    line-height: 1.75;
}

@media (max-width: 991px) {
    .sbj-static-page .banner-inner-area {
        padding-top: 110px;
        padding-bottom: 48px;
    }
    .sbj-static-hero {
        padding: 60px 0 42px;
    }
    .sbj-static-image img {
        min-height: 340px;
    }
    .sbj-cta-box {
        padding: 34px 28px;
    }
}

@media (max-width: 575px) {
    .sbj-static-title {
        font-size: 34px;
    }
    .sbj-static-lead {
        font-size: 16px;
    }
    .sbj-card {
        padding: 24px;
        border-radius: 22px;
    }
    .sbj-step {
        padding-left: 0;
        padding-top: 68px;
    }
    .sbj-table-wrap {
        overflow-x: auto;
    }
    .sbj-table {
        min-width: 680px;
    }
}
