/* ====================================================
   ECOURSE DETAIL PAGE STYLES
   ==================================================== */

/* --- HERO BANNER --- */
#ecourse-detail-hero-section {
    background-color: #ffc8cf;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.ecourse-detail-hero-banner {
    padding: 35px 0 25px 0;
    position: relative;
    background-color: #ffc8cf;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

/* 2-Tone Background: Bottom Pale Whitish-Pink Band */
.ecourse-detail-hero-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background-color: #ffd8dc;
    z-index: 1;
}

.ecourse-detail-hero-banner .container-fluid {
    position: relative;
    z-index: 2;
    width: 100%;
}

.ecourse-detail-hero-banner .hero-main-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.85rem, 2.7vw, 2.65rem);
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff !important;
    -webkit-text-stroke: 8px #ffc7c0;
    paint-order: stroke fill;
    text-shadow: -3px -3px 0 #ffc7c0, 3px -3px 0 #ffc7c0, -3px 3px 0 #ffc7c0, 3px 3px 0 #ffc7c0, 0 4px 12px rgba(255, 199, 192, 0.8);
    letter-spacing: -0.4px;
}

.ecourse-detail-hero-banner .hero-main-heading .highlight-text {
    display: inline-block;
}

.ecourse-detail-hero-banner .hero-subheading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.6;
    color: #9d7375 !important;
    text-shadow: none !important;
}

.ecourse-detail-hero-banner .hero-img-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ecourse-detail-hero-banner .hero-banner-img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 580px;
    height: auto;
    max-height: 480px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.08));
}

/* --- BOTTOM HIGHLIGHTS STRIP --- */
.ecourse-detail-highlights-strip {
    background-color: #7bc4cb;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.ecourse-detail-highlights-strip .highlight-item {
    transition: transform 0.25s ease;
}

.ecourse-detail-highlights-strip .highlight-item:hover {
    transform: translateY(-2px);
}

.ecourse-detail-highlights-strip .highlight-icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecourse-detail-highlights-strip .highlight-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.ecourse-detail-highlights-strip .highlight-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: -0.2px;
}

.ecourse-detail-highlights-strip .highlight-desc {
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.95) !important;
}

/* ====================================================
   DETAIL CONTENT SECTION STYLES
   ==================================================== */
#ecourse-detail-content-section {
    background-color: #f4f9ff;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.detail-section-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.45rem, 2.4vw, 2.25rem);
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.3px;
    line-height: 1.3;
}

.detail-section-subheading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.2rem, 2.0vw, 1.85rem);
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.3px;
    line-height: 1.35;
}

.detail-yellow-badge {
    background-color: #fee300 !important;
    color: #000000 !important;
    font-weight: 800 !important;
    font-size: 15.5px;
    padding: 6px 14px;
    border-radius: 0 !important;
    display: inline-block;
    letter-spacing: -0.2px;
    font-family: 'Montserrat', sans-serif !important;
}

.detail-yellow-badge strong {
    font-weight: 800 !important;
}

/* Curriculum Pin Card */
.curriculum-card {
    background-color: #ffffff;
    border-radius: 18px !important;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    margin-top: 85px !important;
}

.curriculum-pin-icon {
    position: absolute;
    top: -16px;
    left: -8px;
    width: 36px;
    height: auto;
    z-index: 5;
    transform: scaleX(-1);
    filter: drop-shadow(-2px 3px 5px rgba(0, 0, 0, 0.25));
}

.curriculum-checklist li {
    font-size: 12.5px;
    line-height: 1.45;
    color: #334155;
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.curriculum-checklist .checklist-icon {
    color: #ffc107;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Description Card */
.description-card {
    background-color: #ffffff;
    border-radius: 20px !important;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991.98px) {
    .description-card {
        padding: 24px 20px !important;
        border-radius: 16px !important;
    }
}

@media (max-width: 575.98px) {
    .description-card {
        padding: 20px 16px !important;
        border-radius: 14px !important;
    }
}

.detail-benefit-list li {
    font-size: 14px;
    line-height: 1.55;
    color: #1e293b;
}

.detail-benefit-list .list-emoji {
    font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", sans-serif !important;
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

/* Testimonial Carousel inside detail */
.testi-carousel-wrapper {
    background: #fafafa;
    border-radius: 14px;
    padding: 10px;
    border: 1px solid #e2e8f0;
}

.testi-slide-img {
    max-height: 360px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 10px;
}

.custom-testi-dots {
    position: static !important;
    margin: 12px 0 0 0 !important;
    padding: 0 !important;
    justify-content: center;
}

.custom-testi-dots button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background-color: #cbd5e1 !important;
    border: none !important;
    margin: 0 4px !important;
    opacity: 0.7 !important;
    transition: all 0.3s ease !important;
}

.custom-testi-dots button.active {
    width: 22px !important;
    border-radius: 10px !important;
    background-color: #00A99D !important;
    opacity: 1 !important;
}

.testi-nav-btn {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: rgba(0, 169, 157, 0.75) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 10px !important;
    opacity: 0.9 !important;
}

.testi-nav-btn:hover {
    background: rgba(0, 169, 157, 1) !important;
}

/* Partner Logos Row */
.partner-logos-row {
    border-color: #e2e8f0 !important;
}

.partner-logo-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, border-color 0.2s ease;
    overflow: hidden;
}

.partner-logo-circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.partner-logo-circle:hover {
    transform: scale(1.12);
    border-color: #00A99D;
}

/* Cashback Box */
.cashback-banner-box {
    background-color: #ffffff;
    border: 1px dashed #cbd5e1;
}

.cashback-logo {
    max-width: 260px !important;
    width: 100% !important;
    height: auto !important;
    display: inline-block !important;
}

/* CTA Buttons */
.btn-detail-whatsapp {
    background-color: #25D366 !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    padding: 10px 28px !important;
    font-size: 15px;
    font-weight: 700;
    border: none !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.btn-detail-whatsapp:hover {
    background-color: #1eb954 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45) !important;
    color: #ffffff !important;
}

.btn-detail-join {
    background: linear-gradient(135deg, #FFB800 0%, #FFA000 100%) !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    padding: 10px 32px !important;
    font-size: 15px;
    font-weight: 700;
    border: none !important;
    box-shadow: 0 4px 14px rgba(255, 160, 0, 0.35) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.btn-detail-join:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 160, 0, 0.45) !important;
    color: #ffffff !important;
}

/* ====================================================
   COURSE CARD SCOPED STYLES INSIDE DETAIL PAGE
   ==================================================== */
#ecourse-detail-content-section .card {
    background-color: #ffffff !important;
    border-radius: 15px;
    transition: box-shadow 0.3s ease;
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

#ecourse-detail-content-section .card-title {
    font-weight: bold;
    color: black;
}

#ecourse-detail-content-section .subtitle {
    font-family: 'Montserrat', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    color: #4b5563 !important;
    font-style: italic !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    line-height: 1.35 !important;
}

#ecourse-detail-content-section .kelas-video-box {
    position: absolute;
    top: 0px;
    left: -16px;
    width: 218px;
    height: 114px;
    background-image: url("/masterplans/assets/Ribbon.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 10;
    pointer-events: none;
}

#ecourse-detail-content-section .kelas-video-box .ribbon-text-content {
    transform: rotate(-5deg);
    width: 168px;
    margin-left: -6px;
    margin-top: -8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

#ecourse-detail-content-section .kelas-video-box h5,
#ecourse-detail-content-section .kelas-video-box .ribbon-text-content h5 {
    position: static !important;
    transform: none !important;
    color: #e74c3c !important;
    font-size: 11.2px !important;
    font-weight: 600 !important;
    margin: 0 0 2px 0 !important;
    top: auto !important;
    left: auto !important;
}

#ecourse-detail-content-section .kelas-video-box h6,
#ecourse-detail-content-section .kelas-video-box .ribbon-text-content h6 {
    position: static !important;
    transform: none !important;
    color: #2c4964 !important;
    font-size: 11.8px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    top: auto !important;
    left: auto !important;
}

#ecourse-detail-content-section .card-collapse-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-in-out;
}

#ecourse-detail-content-section .card-collapse-panel.open {
    opacity: 1;
}

#ecourse-detail-content-section .collapse-content {
    font-style: italic;
    margin-top: 5px;
}

#ecourse-detail-content-section .service-item strong,
.detail-card-wrapper .service-item strong {
    font-weight: 700 !important;
}

#ecourse-detail-content-section .sub-details-list,
.detail-card-wrapper .sub-details-list {
    font-weight: 400 !important;
}

#ecourse-detail-content-section .sub-details-list li,
.detail-card-wrapper .sub-details-list li,
#ecourse-detail-content-section .sub-details-list .sub-detail-item,
.detail-card-wrapper .sub-details-list .sub-detail-item,
#ecourse-detail-content-section .sub-details-list .nav-link-text,
.detail-card-wrapper .sub-details-list .nav-link-text {
    font-weight: 400 !important;
    font-style: normal !important;
    font-family: 'Montserrat', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

#ecourse-detail-content-section .headers {
    display: flex;
    align-items: center;
}

#ecourse-detail-content-section .headers h4 {
    margin: 0;
    flex-grow: 1;
}

#ecourse-detail-content-section .headers .toggle-icon {
    margin-left: 10px;
}

#ecourse-detail-content-section .duration-button {
    border-radius: 10px;
    background-color: #f0f8ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: relative;
    font-weight: bold;
}

#ecourse-detail-content-section .discount-badge {
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #4caf50;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.8em;
}

#ecourse-detail-content-section .package-text {
    font-size: 1.2em;
}

#ecourse-detail-content-section .price {
    text-align: right;
    font-size: 1.2em;
}

#ecourse-detail-content-section .price sup {
    font-size: 0.6em;
    vertical-align: super;
}

#ecourse-detail-content-section .category-badge {
    width: fit-content;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
}

#ecourse-detail-content-section .duration-button.selected {
    background-color: #ffcc00;
    color: black;
}

#ecourse-detail-content-section .text-sub,
.detail-card-wrapper .text-sub {
    font-weight: bold;
    color: blue;
}

#ecourse-detail-content-section .card-header-group,
.detail-card-wrapper .card-header-group {
    min-height: auto !important;
}

#ecourse-detail-content-section .card hr,
.detail-card-wrapper .card hr {
    border: 0 !important;
    border-top: 1px solid #000000 !important;
    opacity: 1 !important;
    margin: 14px 0 !important;
}

#ecourse-detail-content-section .video-container {
    padding: 0;
    margin: 16px 16px 0 16px;
    width: calc(100% - 32px);
    aspect-ratio: 16 / 9;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

#ecourse-detail-content-section .video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

#ecourse-detail-content-section .total-payment-container {
    background-color: #00b2b3;
    padding: 22px 20px 24px 20px !important;
    border-radius: 0px 0px 14px 14px;
    color: white;
    position: relative;
    margin: 0 -1px -1px -1px;
    min-height: 86px !important;
}

#ecourse-detail-content-section .right-align {
    position: absolute;
    right: 16px !important;
    bottom: -15px !important;
    z-index: 10;
}

#ecourse-detail-content-section .toggle-icon {
    position: absolute;
    right: 10px;
    top: -10px;
    background-color: #2196f3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ecourse-detail-content-section .total-payment-text {
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    margin-bottom: 2px !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
}

#ecourse-detail-content-section .total-payment-amount,
#ecourse-detail-content-section .total-payment-amount span {
    font-weight: 700 !important;
    font-size: 1.45rem !important;
    margin-bottom: 0 !important;
    color: #ffff00 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.3px !important;
}

#ecourse-detail-content-section .buy-package-button,
#ecourse-detail-content-section .already-paid-button,
#ecourse-detail-content-section .btn-lanjut-bayar {
    font-weight: 700 !important;
    color: white !important;
    padding: 7px 18px !important;
    border: none;
    border-radius: 20px !important;
    font-size: 0.95rem !important;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}

#ecourse-detail-content-section .buy-package-button:not(:disabled) {
    color: white !important;
    background: linear-gradient(to right, rgb(255, 190, 32), rgb(255, 150, 0));
    background-size: 200% auto;
    background-position: left center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.19);
}

#ecourse-detail-content-section .buy-package-button:not(:disabled):hover,
#ecourse-detail-content-section .buy-package-button:hover {
    background-position: right center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

#ecourse-detail-content-section .already-paid-button {
    text-decoration: none !important;
    background-color: #3b82f6;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-size: 1.2em;
}

#ecourse-detail-content-section .subtitle {
    font-family: 'Montserrat', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    color: #4b5563 !important;
    font-style: italic !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

#ecourse-detail-content-section .check-gratis {
    color: #ffcc00;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}

/* ====================================================
   RESPONSIVE MEDIA QUERIES
   ==================================================== */

/* 1. TABLET (768px - 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .ecourse-detail-hero-banner {
        padding: 30px 0 20px 0;
    }
    .ecourse-detail-hero-banner .hero-main-heading {
        font-size: 1.65rem;
        line-height: 1.25;
        -webkit-text-stroke: 6px #ffc7c0;
    }
    .ecourse-detail-hero-banner .hero-subheading {
        font-size: 0.92rem;
        line-height: 1.5;
    }
    .ecourse-detail-hero-banner .hero-banner-img {
        max-width: 320px !important;
        max-height: 285px !important;
    }
    .ecourse-detail-highlights-strip .highlight-item {
        padding: 6px 0;
    }
    .ecourse-detail-highlights-strip .highlight-title {
        font-size: 13px;
    }
    .ecourse-detail-highlights-strip .highlight-desc {
        font-size: 10.5px;
    }
    #ecourse-detail-content-section .kelas-video-box {
        width: 175px !important;
        height: 92px !important;
        left: -12px !important;
        top: -2px !important;
    }
    #ecourse-detail-content-section .kelas-video-box .ribbon-text-content {
        width: 125px !important;
        margin-left: 12px !important;
        margin-top: -6px !important;
    }
    #ecourse-detail-content-section .kelas-video-box h5,
    #ecourse-detail-content-section .kelas-video-box .ribbon-text-content h5 {
        font-size: 9px !important;
        margin-bottom: 1px !important;
    }
    #ecourse-detail-content-section .kelas-video-box h6,
    #ecourse-detail-content-section .kelas-video-box .ribbon-text-content h6 {
        font-size: 9.5px !important;
        line-height: 1.15 !important;
    }
    .cashback-logo {
        max-width: 215px !important;
    }
    .detail-yellow-badge {
        font-size: 13.5px !important;
        padding: 5px 12px !important;
        line-height: 1.35 !important;
    }
    .curriculum-pin-icon {
        width: 27px !important;
        top: -12px !important;
        left: -6px !important;
    }
    .curriculum-card {
        margin-top: 45px !important;
        padding: 22px 18px !important;
        border-radius: 16px !important;
    }
    .curriculum-checklist li {
        font-size: 12px !important;
    }
    .partner-logo-circle {
        width: 44px;
        height: 44px;
        padding: 3px;
    }
}

/* 2. MOBILE GENERAL (< 768px): Centered, Stacked Layout */
@media (max-width: 767.98px) {
    .ecourse-detail-hero-banner {
        padding: 26px 0 0 0;
        text-align: center;
    }
    .ecourse-detail-hero-banner::after {
        height: 50px;
    }
    .ecourse-detail-hero-banner .hero-main-heading {
        font-size: 1.6rem;
        line-height: 1.3;
        text-align: center;
        -webkit-text-stroke: 5px #ffc7c0;
    }
    .ecourse-detail-hero-banner .hero-subheading {
        font-size: 0.95rem;
        line-height: 1.5;
        text-align: center;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .ecourse-detail-hero-banner .hero-img-wrapper {
        display: flex !important;
        justify-content: center;
    }
    .ecourse-detail-hero-banner .hero-banner-img {
        margin: 15px auto 0 auto;
        max-width: 290px;
        width: 85%;
        max-height: 250px;
    }
    .ecourse-detail-highlights-strip {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .ecourse-detail-highlights-strip .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .ecourse-detail-highlights-strip .highlight-item {
        padding: 8px 12px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.08);
    }
    .ecourse-detail-highlights-strip .highlight-icon-box {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
    }
    .ecourse-detail-highlights-strip .highlight-icon {
        width: 38px;
        height: 38px;
    }
    .ecourse-detail-highlights-strip .highlight-text-content {
        flex: 1;
        min-width: 0;
    }
    .ecourse-detail-highlights-strip .highlight-title {
        font-size: 14px;
        margin-bottom: 2px !important;
    }
    .ecourse-detail-highlights-strip .highlight-desc {
        font-size: 11.5px;
        line-height: 1.4;
    }

    /* Course Card on mobile */
    #ecourse-detail-content-section .kelas-video-box {
        width: 170px !important;
        height: 90px !important;
        left: -10px !important;
        top: -2px !important;
    }
    #ecourse-detail-content-section .kelas-video-box .ribbon-text-content {
        width: 125px !important;
        margin-left: 10px !important;
        margin-top: -6px !important;
    }
    #ecourse-detail-content-section .kelas-video-box h5,
    #ecourse-detail-content-section .kelas-video-box .ribbon-text-content h5 {
        font-size: 9px !important;
        margin-bottom: 2px !important;
    }
    #ecourse-detail-content-section .kelas-video-box h6,
    #ecourse-detail-content-section .kelas-video-box .ribbon-text-content h6 {
        font-size: 10px !important;
        line-height: 1.2 !important;
    }
    #ecourse-detail-content-section .total-payment-container {
        padding: 22px 20px 24px 20px !important;
        min-height: 86px !important;
    }
    #ecourse-detail-content-section .total-payment-amount,
    #ecourse-detail-content-section .total-payment-amount span {
        font-size: 1.45rem !important;
        font-weight: 700 !important;
    }
    #ecourse-detail-content-section .buy-package-button,
    #ecourse-detail-content-section .already-paid-button,
    #ecourse-detail-content-section .btn-lanjut-bayar {
        font-size: 0.95rem !important;
        padding: 7px 18px !important;
    }
    #ecourse-detail-content-section .duration-button {
        padding: 10px 14px !important;
        font-size: 1rem !important;
        min-height: 48px !important;
    }
    #ecourse-detail-content-section .package-text {
        font-size: 0.92rem !important;
    }
    #ecourse-detail-content-section .price {
        font-size: 0.95rem !important;
    }
    #ecourse-detail-content-section .right-align {
        right: 16px !important;
        bottom: -15px !important;
    }
    .partner-logo-circle {
        width: 42px;
        height: 42px;
        padding: 2.5px;
    }
    .cashback-logo {
        max-width: 175px !important;
    }
    .detail-yellow-badge {
        font-size: 12.5px !important;
        padding: 5px 10px !important;
        line-height: 1.3 !important;
    }
    .curriculum-pin-icon {
        width: 24px !important;
        top: -10px !important;
        left: -5px !important;
    }
    .curriculum-card {
        margin-top: 35px !important;
        padding: 18px 14px !important;
        border-radius: 14px !important;
    }
    .curriculum-checklist li {
        font-size: 11.5px !important;
        gap: 6px !important;
    }
    .curriculum-checklist .checklist-icon {
        font-size: 13px !important;
    }
}

/* 3. SMALL MOBILE (< 576px) */
@media (max-width: 575.98px) {
    .ecourse-detail-hero-banner {
        padding: 22px 0 0 0;
    }
    .ecourse-detail-hero-banner .hero-main-heading {
        font-size: 1.38rem;
        line-height: 1.3;
        -webkit-text-stroke: 4px #ffc7c0;
    }
    .ecourse-detail-hero-banner .hero-subheading {
        font-size: 0.88rem;
        line-height: 1.45;
    }
    .ecourse-detail-hero-banner .hero-banner-img {
        max-width: 260px;
        max-height: 230px;
    }
    .ecourse-detail-highlights-strip .highlight-icon-box {
        width: 40px;
        height: 40px;
    }
    .ecourse-detail-highlights-strip .highlight-icon {
        width: 36px;
        height: 36px;
    }
    .partner-logo-circle {
        width: 40px;
        height: 40px;
        padding: 2px;
    }
    .detail-yellow-badge {
        font-size: 11.5px !important;
        padding: 4px 9px !important;
    }
    .curriculum-pin-icon {
        width: 22px !important;
        top: -9px !important;
        left: -4px !important;
    }
}
