/* =========================================================
   PROGRAM EXCELLENT PAGE - MI AR-ROUDHOH JEMBER
   ========================================================= */

.program-excellent-page {
    background: #f7faf8;
    overflow: hidden;
}

.program-excellent-page,
.program-excellent-page p,
.program-excellent-page a,
.program-excellent-page span,
.program-excellent-page div {
    font-family: "Poppins", sans-serif;
}

.program-excellent-page h1,
.program-excellent-page h2,
.program-excellent-page h3,
.program-excellent-page h4,
.program-excellent-page h5 {
    font-family: "Poppins", sans-serif;
    color: #0f2f23;
}

/* HERO */

.excellent-hero {
    position: relative;
    padding: 105px 0 85px;
    background:
        radial-gradient(circle at top left, rgba(38, 145, 82, 0.18), transparent 35%),
        linear-gradient(135deg, #eef9f1 0%, #ffffff 48%, #e6f4ec 100%);
}

.excellent-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(40, 130, 82, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(40, 130, 82, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.7;
}

.excellent-hero-overlay {
    position: absolute;
    width: 420px;
    height: 420px;
    right: -110px;
    top: -90px;
    border-radius: 50%;
    background: rgba(46, 139, 87, 0.12);
    filter: blur(2px);
}

.excellent-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 17px;
    border-radius: 999px;
    background: #ffffff;
    color: #1d7a43;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 12px 35px rgba(20, 87, 50, 0.1);
    margin-bottom: 24px;
}

.excellent-badge i {
    font-size: 17px;
    color: #2d9857;
}

.excellent-hero h1 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
}

.excellent-hero-text {
    max-width: 680px;
    font-size: 18px;
    line-height: 1.8;
    color: #4d6258;
    margin-bottom: 30px;
}

.excellent-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.btn-excellent-primary,
.btn-excellent-outline,
.btn-excellent-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 23px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-excellent-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #24834a, #37a45f);
    box-shadow: 0 16px 32px rgba(36, 131, 74, 0.28);
}

.btn-excellent-primary:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(36, 131, 74, 0.36);
}

.btn-excellent-outline {
    color: #1f7b47;
    background: #ffffff;
    border: 1px solid rgba(31, 123, 71, 0.18);
    box-shadow: 0 14px 30px rgba(20, 87, 50, 0.08);
}

.btn-excellent-outline:hover {
    color: #ffffff;
    background: #1f7b47;
    transform: translateY(-3px);
}

.btn-excellent-white {
    color: #1f7b47;
    background: #ffffff;
}

.btn-excellent-white:hover {
    color: #ffffff;
    background: #0f2f23;
}

.excellent-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.excellent-hero-points div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    color: #365347;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 20px rgba(13, 60, 35, 0.06);
}

.excellent-hero-points i {
    color: #2f9b58;
}

.excellent-hero-card {
    position: relative;
    padding: 14px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 30px 70px rgba(14, 75, 42, 0.18);
}

.excellent-hero-img-wrap {
    position: relative;
    height: 430px;
    overflow: hidden;
    border-radius: 24px;
    background: #eaf5ef;
}

.excellent-hero-img-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.excellent-floating-img {
    position: absolute;
    width: 155px;
    height: 115px;
    right: 18px;
    bottom: 18px;
    padding: 6px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.excellent-floating-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.excellent-mini-card {
    position: absolute;
    left: -25px;
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 260px;
    padding: 15px 17px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 45px rgba(15, 72, 42, 0.18);
}

.excellent-mini-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #238348, #3aa765);
    flex: 0 0 auto;
}

.excellent-mini-card strong {
    display: block;
    color: #0f2f23;
    font-size: 15px;
    line-height: 1.3;
}

.excellent-mini-card span {
    display: block;
    color: #65776e;
    font-size: 12px;
    margin-top: 2px;
}

/* BREADCRUMB */

.excellent-breadcrumb-section {
    background: #ffffff;
    padding: 18px 0;
    border-bottom: 1px solid rgba(31, 123, 71, 0.08);
}

.excellent-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6f8178;
    font-size: 14px;
}

.excellent-breadcrumb a {
    color: #24834a;
    text-decoration: none;
    font-weight: 600;
}

.excellent-breadcrumb span {
    color: #0f2f23;
    font-weight: 600;
}

/* SECTION TITLE */

.excellent-section-title {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 52px;
}

.excellent-section-title span {
    display: inline-block;
    margin-bottom: 10px;
    color: #24834a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.excellent-section-title h2 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: -0.8px;
}

.excellent-section-title p {
    color: #63766c;
    font-size: 16px;
    line-height: 1.8;
}

/* OVERVIEW */

.excellent-overview {
    padding: 88px 0 70px;
    background: #ffffff;
}

.excellent-photo-box {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 430px;
    background: #eef7f1;
    box-shadow: 0 24px 55px rgba(15, 72, 42, 0.12);
}

.excellent-photo-box img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.excellent-photo-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 47, 31, 0.35), transparent 52%);
}

.excellent-photo-label {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(8px);
}

.excellent-photo-label i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #ffffff;
    background: #24834a;
    font-size: 20px;
}

.excellent-photo-label strong {
    display: block;
    color: #0f2f23;
    font-size: 16px;
}

.excellent-photo-label span {
    display: block;
    color: #65776e;
    font-size: 13px;
}

.excellent-content-card {
    padding: 36px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(240, 250, 244, 0.9), #ffffff);
    border: 1px solid rgba(36, 131, 74, 0.1);
    box-shadow: 0 24px 55px rgba(15, 72, 42, 0.08);
}

.excellent-content-heading span {
    display: inline-block;
    color: #24834a;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.excellent-content-heading h3 {
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    margin-bottom: 18px;
}

.excellent-description {
    color: #455b50;
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
}

.excellent-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 26px;
}

.excellent-check-list div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border-radius: 15px;
    background: #ffffff;
    color: #3e564a;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(14, 75, 42, 0.06);
}

.excellent-check-list i {
    color: #2c9856;
    font-size: 18px;
    flex: 0 0 auto;
}

/* BENEFITS */

.excellent-benefits {
    padding: 78px 0;
    background:
        radial-gradient(circle at bottom left, rgba(45, 152, 87, 0.12), transparent 34%),
        #f5fbf7;
}

.excellent-benefit-card {
    height: 100%;
    padding: 30px 26px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(36, 131, 74, 0.08);
    box-shadow: 0 18px 42px rgba(14, 75, 42, 0.08);
    transition: 0.3s ease;
}

.excellent-benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 55px rgba(14, 75, 42, 0.14);
}

.benefit-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #238348, #48b56e);
    font-size: 24px;
    box-shadow: 0 14px 26px rgba(36, 131, 74, 0.24);
}

.excellent-benefit-card h4 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.excellent-benefit-card p {
    color: #64776e;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* TRUST SECTION */

.excellent-trust-section {
    padding: 0 0 82px;
    background: #f5fbf7;
}

.excellent-trust-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 22px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 58px rgba(14, 75, 42, 0.09);
}

.excellent-trust-item {
    padding: 24px 18px;
    text-align: center;
    border-radius: 20px;
    background: #f8fcfa;
    border: 1px solid rgba(36, 131, 74, 0.08);
}

.excellent-trust-item i {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    border-radius: 17px;
    color: #24834a;
    background: rgba(36, 131, 74, 0.11);
    font-size: 23px;
}

.excellent-trust-item h5 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
}

.excellent-trust-item p {
    color: #6a7a72;
    font-size: 14px;
    margin-bottom: 0;
}

/* DETAIL / SWIPER */

.excellent-detail-section {
    padding: 88px 0;
    background: #ffffff;
}

.excellent-slide-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
    padding: 22px;
    border-radius: 30px;
    background: linear-gradient(135deg, #f1faf5, #ffffff);
    border: 1px solid rgba(36, 131, 74, 0.1);
    box-shadow: 0 24px 58px rgba(14, 75, 42, 0.1);
}

.excellent-slide-images {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 14px;
}

.excellent-slide-img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 23px;
}

.excellent-slide-img.second {
    height: 330px;
}

.excellent-slide-content {
    padding: 10px 12px;
}

.excellent-slide-content span {
    display: inline-block;
    color: #24834a;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.excellent-slide-content h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 14px;
}

.excellent-slide-content p {
    color: #5f7168;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

.excellent-pagination {
    position: relative;
    margin-top: 28px;
}

.excellent-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #9fb6aa;
    opacity: 1;
}

.excellent-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: #24834a;
}

/* FINAL CTA */

.excellent-final-cta {
    padding: 0 0 95px;
    background: #ffffff;
}

.excellent-final-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 42px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 32%),
        linear-gradient(135deg, #1c6f3f, #2f9d5a);
    box-shadow: 0 28px 60px rgba(31, 123, 71, 0.25);
}

.excellent-final-box span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.excellent-final-box h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
}

.excellent-final-box p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

.excellent-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex: 0 0 auto;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
    .excellent-hero-img-wrap {
        height: 390px;
    }

    .excellent-mini-card {
        left: 18px;
    }
}

@media (max-width: 991px) {
    .excellent-hero {
        padding: 80px 0 70px;
    }

    .excellent-hero-card {
        max-width: 560px;
        margin: 0 auto;
    }

    .excellent-check-list {
        grid-template-columns: 1fr;
    }

    .excellent-trust-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .excellent-slide-card {
        grid-template-columns: 1fr;
    }

    .excellent-final-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .excellent-hero h1 {
        font-size: 38px;
    }

    .excellent-hero-text {
        font-size: 16px;
    }

    .excellent-hero-img-wrap {
        height: 330px;
    }

    .excellent-floating-img {
        width: 125px;
        height: 92px;
    }

    .excellent-content-card {
        padding: 25px;
    }

    .excellent-content-heading h3 {
        font-size: 24px;
    }

    .excellent-photo-box,
    .excellent-photo-box img {
        min-height: 330px;
    }

    .excellent-trust-wrapper {
        grid-template-columns: 1fr;
    }

    .excellent-slide-images {
        grid-template-columns: 1fr;
    }

    .excellent-slide-img,
    .excellent-slide-img.second {
        height: 260px;
    }

    .excellent-final-box {
        padding: 30px;
    }

    .excellent-final-box h2 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .excellent-hero-actions,
    .excellent-final-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn-excellent-primary,
    .btn-excellent-outline,
    .btn-excellent-white {
        width: 100%;
    }
}