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

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

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

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

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

    .pemodal-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;
    }

    .pemodal-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;
    }

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

    .pemodal-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;
    }

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

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

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

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

    .pemodal-btn-primary,
    .pemodal-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;
    }

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

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

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

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

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

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

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

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

    .pemodal-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;
    }

    .pemodal-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%);
    }

    .pemodal-visual-content {
        position: relative;
        z-index: 2;
    }

    .pemodal-visual-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(247, 170, 71, .14);
        color: #f7aa47;
        border-radius: 50px;
        padding: 8px 14px;
        font-size: 13px;
        font-weight: 800;
        margin-bottom: 18px;
    }

    .pemodal-visual-card h2 {
        color: #1f2937;
        font-size: 32px;
        line-height: 1.25;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .pemodal-visual-card p {
        color: #6b7280;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 24px;
    }

    .pemodal-progress-list {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .pemodal-progress-item {
        display: flex;
        align-items: center;
        gap: 14px;
        background: #f8fbff;
        border: 1px solid #f3f4f6;
        border-radius: 16px;
        padding: 16px;
    }

    .pemodal-progress-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0d6efd;
        color: #fff;
        flex: 0 0 auto;
        font-size: 18px;
    }

    .pemodal-progress-item strong {
        display: block;
        color: #1f2937;
        font-size: 15px;
        margin-bottom: 3px;
    }

    .pemodal-progress-item span {
        color: #6b7280;
        font-size: 13px;
        line-height: 1.5;
    }

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

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

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

    .pemodal-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;
    }

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

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

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

    .pemodal-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;
    }

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

    .pemodal-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;
    }

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

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

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

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

    .pemodal-fee-image img {
        width: 100%;
        max-width: 760px;
        height: auto;
        display: block;
        border-radius: 18px;
        margin: 0 auto;
    }

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

    .pemodal-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);
    }

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

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

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

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

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

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

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

    .pemodal-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);
    }

    .pemodal-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%);
    }

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

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

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

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

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

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

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

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

    .pemodal-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;
    }

    .pemodal-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;
    }

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

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

    .pemodal-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;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .pemodal-actions {
            gap: 12px;
        }

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

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

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

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

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

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

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

        .pemodal-fee-image {
            padding: 16px;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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