#main.penerbit-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#main.penerbit-main.scrolled-offset {
    margin-top: 0 !important;
}

@media screen and (max-width: 1024px) {
#main.penerbit-main {
        margin-top: 0 !important;
        padding-top: 70px !important;
    }
}

.penerbit-main {
        margin-top: 0;
    }

    .penerbit-hero {
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #f8fbff 0%, #eef5fd 100%);
        padding: 84px 0 72px;
    }

    .penerbit-hero::before {
        content: "";
        position: absolute;
        top: -280px;
        right: -250px;
        width: 720px;
        height: 720px;
        border-radius: 50%;
        background: radial-gradient(rgba(66, 139, 202, .14), transparent 70%);
        z-index: 1;
    }

    .penerbit-hero::after {
        content: "";
        position: absolute;
        left: -300px;
        bottom: -360px;
        width: 760px;
        height: 760px;
        border-radius: 50%;
        background: radial-gradient(rgba(247, 170, 71, .16), transparent 70%);
        z-index: 1;
    }

    .penerbit-hero .container {
        position: relative;
        z-index: 2;
    }

    .penerbit-badge {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 50px;
        background: rgba(66, 139, 202, .1);
        color: #0d6efd;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .penerbit-title {
        color: #1f2937;
        font-size: 48px;
        font-weight: 800;
        line-height: 1.18;
        margin-bottom: 20px;
    }

    .penerbit-title span {
        color: #f7aa47;
    }

    .penerbit-description {
        color: #6b7280;
        font-size: 16px;
        line-height: 1.8;
        max-width: 640px;
        margin-bottom: 28px;
    }

    .penerbit-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 34px;
    }

    .penerbit-btn-primary,
    .penerbit-btn-secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        padding: 14px 26px;
        border-radius: 12px;
        font-weight: 700;
        text-decoration: none;
        transition: all .3s ease;
    }

    .penerbit-btn-primary {
        background: #f7aa47;
        color: #fff;
        box-shadow: 0 10px 25px rgba(247, 170, 71, .24);
    }

    .penerbit-btn-primary:hover {
        background: #e09433;
        color: #fff;
        transform: translateY(-2px);
    }

    .penerbit-btn-secondary {
        background: #fff;
        border: 2px solid #0d6efd;
        color: #0d6efd;
    }

    .penerbit-btn-secondary:hover {
        background: #0d6efd;
        color: #fff;
        transform: translateY(-2px);
    }

    .penerbit-trust-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        max-width: 640px;
    }

    .penerbit-trust-card {
        background: #fff;
        border: 1px solid #f3f4f6;
        border-radius: 16px;
        padding: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    }

    .penerbit-trust-card h3 {
        color: #0d6efd;
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 6px;
    }

    .penerbit-trust-card p {
        color: #6b7280;
        font-size: 13px;
        line-height: 1.6;
        margin: 0;
    }

    .penerbit-visual-card {
        position: relative;
        background: #fff;
        border: 1px solid #f3f4f6;
        border-radius: 28px;
        padding: 30px;
        box-shadow: 0 22px 60px rgba(27, 40, 71, .08);
        overflow: hidden;
    }

    .penerbit-visual-card::before {
        content: "";
        position: absolute;
        top: -120px;
        right: -120px;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: radial-gradient(rgba(13, 110, 253, .12), transparent 72%);
    }

    .penerbit-visual-card img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
        display: block;
        border-radius: 22px;
    }

    .penerbit-floating-card {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
        z-index: 3;
        background: rgba(255, 255, 255, .92);
        border: 1px solid rgba(243, 244, 246, .9);
        border-radius: 18px;
        padding: 16px;
        backdrop-filter: blur(12px);
        box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
    }

    .penerbit-floating-card span {
        display: block;
        color: #9ca3af;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .penerbit-floating-card strong {
        color: #1f2937;
        font-size: 17px;
        line-height: 1.35;
    }

    .penerbit-section {
        padding: 78px 0;
        background: #fff;
    }

    .penerbit-section-soft {
        padding: 78px 0;
        background: #f8fbff;
    }

    .penerbit-section-heading {
        text-align: center;
        max-width: 780px;
        margin: 0 auto 44px;
    }

    .penerbit-section-badge {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 50px;
        background: rgba(66, 139, 202, .08);
        color: #0d6efd;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 14px;
    }

    .penerbit-section-heading h2 {
        color: #1f2937;
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .penerbit-section-heading p {
        color: #6b7280;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .penerbit-model-card,
    .penerbit-fee-card {
        background: #fff;
        border: 1px solid #f3f4f6;
        border-radius: 28px;
        box-shadow: 0 18px 50px rgba(27, 40, 71, .07);
        overflow: hidden;
    }

    .penerbit-model-image,
    .penerbit-fee-image {
        padding: 28px;
        background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    }

    .penerbit-model-image img,
    .penerbit-fee-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 22px;
        margin: 0 auto;
    }

    .penerbit-model-content {
        padding: 34px;
    }

    .penerbit-model-content h3 {
        color: #1f2937;
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 18px;
    }

    .penerbit-step-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .penerbit-step-item {
        display: flex;
        gap: 14px;
        align-items: flex-start;
    }

    .penerbit-step-number {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        background: #f7aa47;
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .penerbit-step-item h4 {
        color: #1f2937;
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .penerbit-step-item p {
        color: #6b7280;
        font-size: 14px;
        line-height: 1.75;
        margin: 0;
    }

    .penerbit-benefit-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 18px;
    }

    .penerbit-benefit-card {
        background: #fff;
        border: 1px solid #f3f4f6;
        border-radius: 20px;
        padding: 24px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
        transition: all .3s ease;
    }

    .penerbit-benefit-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 38px rgba(27, 40, 71, .08);
    }

    .penerbit-benefit-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(247, 170, 71, .14);
        color: #f7aa47;
        font-size: 22px;
        margin-bottom: 16px;
    }

    .penerbit-benefit-card h3 {
        color: #1f2937;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .penerbit-benefit-card p {
        color: #6b7280;
        font-size: 14px;
        line-height: 1.75;
        margin: 0;
    }

    .penerbit-journey {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .penerbit-journey-card {
        position: relative;
        background: #fff;
        border: 1px solid #f3f4f6;
        border-radius: 24px;
        padding: 28px;
        min-height: 100%;
        box-shadow: 0 14px 40px rgba(27, 40, 71, .06);
    }

    .penerbit-journey-number {
        color: rgba(13, 110, 253, .12);
        font-size: 64px;
        font-weight: 900;
        line-height: 1;
        margin-bottom: -8px;
    }

    .penerbit-journey-card h3 {
        color: #1f2937;
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .penerbit-journey-card p {
        color: #6b7280;
        font-size: 14px;
        line-height: 1.8;
        margin: 0;
    }

    .penerbit-cta {
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #0d6efd 0%, #1b61d5 100%);
        border-radius: 28px;
        padding: 44px;
        color: #fff;
        box-shadow: 0 20px 50px rgba(13, 110, 253, .24);
    }

    .penerbit-cta::before {
        content: "";
        position: absolute;
        top: -160px;
        right: -120px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: radial-gradient(rgba(255, 255, 255, .22), transparent 70%);
    }

    .penerbit-cta h2 {
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 34px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .penerbit-cta p {
        position: relative;
        z-index: 2;
        color: rgba(255, 255, 255, .86);
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .penerbit-cta-actions {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 14px;
    }

    .penerbit-cta .penerbit-btn-primary {
        background: #f7aa47;
    }

    .penerbit-cta .penerbit-btn-secondary {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

    .penerbit-cta .penerbit-btn-secondary:hover {
        background: #fff;
        color: #0d6efd;
    }

    .penerbit-faq .faq-list {
        padding: 0;
        max-width: 920px;
        margin: 0 auto;
    }

    .penerbit-faq .faq-list ul {
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .penerbit-faq .faq-list li {
        background: #fff;
        border: 1px solid #f3f4f6;
        border-radius: 18px;
        padding: 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
        overflow: hidden;
    }

    .penerbit-faq .faq-list a {
        color: #1f2937;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.6;
        padding: 18px 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .penerbit-faq .faq-list p {
        color: #6b7280;
        font-size: 14px;
        line-height: 1.8;
        padding: 0 22px 20px;
        margin: 0;
    }

    .penerbit-materi-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .penerbit-materi-card {
        background: #fff;
        border: 1px solid #f3f4f6;
        border-radius: 22px;
        overflow: hidden;
        height: 100%;
        box-shadow: 0 14px 40px rgba(27, 40, 71, .06);
        transition: all .3s ease;
    }

    .penerbit-materi-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 46px rgba(27, 40, 71, .1);
    }

    .penerbit-materi-card img {
        width: 100%;
        height: 190px;
        object-fit: cover;
        display: block;
    }

    .penerbit-materi-body {
        padding: 22px;
    }

    .penerbit-materi-body h3 {
        font-size: 17px;
        font-weight: 800;
        line-height: 1.5;
        margin: 0;
    }

    .penerbit-materi-body a {
        color: #1f2937;
    }

    .penerbit-materi-body a:hover {
        color: #0d6efd;
    }

    @media (max-width: 1199.98px) {
        .penerbit-title {
            font-size: 42px;
        }

        .penerbit-benefit-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

    @media (max-width: 991.98px) {
        .penerbit-hero {
            padding: 112px 0 56px;
        }

        .penerbit-title {
            font-size: 36px;
        }

        .penerbit-visual-card {
            margin-top: 34px;
        }

        .penerbit-trust-row {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .penerbit-section-heading h2 {
            font-size: 34px;
        }

        .penerbit-benefit-grid,
        .penerbit-journey,
        .penerbit-materi-grid {
            grid-template-columns: 1fr;
        }

        .penerbit-cta-actions {
            justify-content: flex-start;
            margin-top: 24px;
        }
    }

    @media (max-width: 767.98px) {
        .penerbit-hero {
            padding: 96px 0 44px;
        }

        .penerbit-title {
            font-size: 30px;
        }

        .penerbit-description {
            font-size: 14px;
        }

        .penerbit-actions {
            gap: 12px;
        }

        .penerbit-btn-primary,
        .penerbit-btn-secondary {
            width: 100%;
            min-height: 50px;
            padding: 12px 20px;
        }

        .penerbit-trust-row {
            grid-template-columns: 1fr;
        }

        .penerbit-visual-card {
            border-radius: 22px;
            padding: 22px;
        }

        .penerbit-floating-card {
            position: relative;
            left: auto;
            right: auto;
            bottom: auto;
            margin-top: 18px;
        }

        .penerbit-section,
        .penerbit-section-soft {
            padding: 54px 0;
        }

        .penerbit-section-heading {
            margin-bottom: 30px;
        }

        .penerbit-section-heading h2 {
            font-size: 28px;
        }

        .penerbit-section-heading p {
            font-size: 14px;
        }

        .penerbit-model-image,
        .penerbit-fee-image {
            padding: 16px;
        }

        .penerbit-model-content {
            padding: 24px;
        }

        .penerbit-model-content h3 {
            font-size: 22px;
        }

        .penerbit-benefit-card,
        .penerbit-journey-card {
            padding: 22px;
        }

        .penerbit-cta {
            border-radius: 22px;
            padding: 28px;
        }

        .penerbit-cta h2 {
            font-size: 25px;
        }

        .penerbit-cta p {
            font-size: 14px;
        }

        .penerbit-materi-card img {
            height: 170px;
        }
    }

    @media (max-width: 480px) {
        .penerbit-hero {
            padding: 88px 0 38px;
        }

        .penerbit-title {
            font-size: 27px;
        }

        .penerbit-badge,
        .penerbit-section-badge {
            font-size: 12px;
            padding: 7px 14px;
        }

        .penerbit-trust-card h3 {
            font-size: 20px;
        }
    }

.penerbit-hero {
    margin-top: 0 !important;
    padding-top: 40px !important;
}

@media (max-width: 991.98px) {
    .penerbit-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

@media (max-width: 767.98px) {
    .penerbit-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

@media (max-width: 480px) {
    .penerbit-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

.penerbit-main input:focus-visible,
.penerbit-main select:focus-visible,
.penerbit-main textarea:focus-visible,
.penerbit-main button:focus-visible,
.penerbit-main a:focus-visible {
    outline: 3px solid rgba(13, 110, 253, .18);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .penerbit-main *,
    .penerbit-main *::before,
    .penerbit-main *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}