/* ================================
   PROGRAM INTERNASIONAL MODERN
================================ */

:root {
    --program-green: #177c1c;
    --program-green-dark: #0f3d2e;
    --program-green-soft: #eafaf1;
    --program-gold: #f5b301;
    --program-text: #183b2b;
    --program-muted: #64748b;
    --program-border: #e2e8f0;
    --program-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.program-hero {
    position: relative;
    padding: 120px 0 90px;
    background:
        radial-gradient(circle at top left, rgba(23, 124, 28, 0.12), transparent 32%),
        radial-gradient(circle at bottom right, rgba(245, 179, 1, 0.16), transparent 30%),
        linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
    overflow: hidden;
}

.program-hero-shape {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.shape-one {
    width: 280px;
    height: 280px;
    right: -100px;
    top: 90px;
    background: rgba(23, 124, 28, 0.08);
}

.shape-two {
    width: 180px;
    height: 180px;
    left: -70px;
    bottom: 80px;
    background: rgba(245, 179, 1, 0.12);
}

.program-eyebrow,
.program-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(23, 124, 28, 0.10);
    color: var(--program-green);
    font-size: 13px;
    font-weight: 800;
}

.program-hero-content h1 {
    max-width: 620px;
    margin: 18px 0 18px;
    color: var(--program-text);
    font-size: 56px;
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -1px;
}

.program-hero-content p {
    max-width: 610px;
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.8;
}

.program-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.program-primary-btn,
.program-secondary-btn,
.program-cta-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 850;
    text-decoration: none;
    transition: 0.25s ease;
}

.program-primary-btn,
.program-cta-btn {
    background: linear-gradient(135deg, var(--program-green), var(--program-green-dark));
    color: #ffffff;
    box-shadow: 0 16px 35px rgba(23, 124, 28, 0.25);
}

.program-secondary-btn {
    background: #ffffff;
    color: var(--program-green);
    border: 1px solid rgba(23, 124, 28, 0.22);
}

.program-primary-btn:hover,
.program-secondary-btn:hover,
.program-cta-btn:hover {
    transform: translateY(-3px);
}

.program-primary-btn:hover,
.program-cta-btn:hover {
    color: #ffffff;
    box-shadow: 0 22px 48px rgba(23, 124, 28, 0.34);
}

.program-secondary-btn:hover {
    color: var(--program-green);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
}

.program-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.program-trust-list div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.program-trust-list i {
    color: var(--program-green);
}

.program-hero-visual {
    position: relative;
    min-height: 520px;
}

.program-hero-image {
    overflow: hidden;
    border-radius: 34px;
    box-shadow: var(--program-shadow);
}

.program-hero-image img,
.program-small-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.main-image {
    width: 82%;
    height: 430px;
    margin-left: auto;
}

.program-small-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42%;
    height: 190px;
    overflow: hidden;
    border: 8px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.program-floating-card {
    position: absolute;
    left: 22px;
    top: 54px;
    z-index: 3;
    max-width: 270px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
    animation: programFloat 3.6s ease-in-out infinite;
}

.program-floating-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: var(--program-green-soft);
    color: var(--program-green);
    font-size: 22px;
}

.program-floating-card strong {
    display: block;
    color: var(--program-text);
    font-size: 16px;
    line-height: 1.2;
}

.program-floating-card span {
    display: block;
    margin-top: 4px;
    color: var(--program-muted);
    font-size: 12px;
    line-height: 1.4;
}

/* ================================
   SECTION HEAD
================================ */

.program-benefit-section,
.program-detail-section {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
}

.program-detail-section {
    background:
        radial-gradient(circle at top left, rgba(23, 124, 28, 0.08), transparent 34%),
        linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
}

.program-section-head {
    max-width: 820px;
    margin: 0 auto 54px;
}

.program-section-head h2 {
    margin: 16px 0 0;
    color: var(--program-text);
    font-size: 40px;
    line-height: 1.22;
    font-weight: 950;
}

.program-section-head h2::after {
    content: "";
    display: block;
    width: 82px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--program-green), var(--program-gold));
}

.program-section-head p {
    max-width: 700px;
    margin: 20px auto 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.75;
}

/* ================================
   BENEFIT CARD
================================ */

.program-benefit-card {
    height: 100%;
    padding: 30px 26px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
    transition: 0.28s ease;
}

.program-benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(23, 124, 28, 0.25);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.14);
}

.benefit-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--program-green-soft), #ffffff);
    color: var(--program-green);
    font-size: 26px;
}

.program-benefit-card h3 {
    margin: 0 0 12px;
    color: var(--program-text);
    font-size: 21px;
    line-height: 1.3;
    font-weight: 900;
}

.program-benefit-card p {
    margin: 0;
    color: var(--program-muted);
    font-size: 15px;
    line-height: 1.75;
}

/* ================================
   DETAIL CARD
================================ */

.program-modern-card {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 44px;
    align-items: center;
    margin-bottom: 46px;
    padding: 34px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--program-shadow);
}

.program-modern-card:last-child {
    margin-bottom: 0;
}

.program-reverse .program-modern-media {
    order: 2;
}

.program-reverse .program-modern-content {
    order: 1;
}

.program-modern-media {
    min-width: 0;
}

.program-slider {
    overflow: hidden;
    border-radius: 28px;
    background: #f1f5f9;
}

.program-slider img {
    width: 100%;
    height: 420px;
    display: block;
    object-fit: cover;
}

.program-slider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #ffffff;
    opacity: 0.75;
}

.program-slider .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 999px;
    background: var(--program-green);
    opacity: 1;
}

.program-content-label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(23, 124, 28, 0.10);
    color: var(--program-green);
    font-size: 13px;
    font-weight: 850;
}

.program-modern-content h3 {
    margin: 0 0 18px;
    color: var(--program-text);
    font-size: 32px;
    line-height: 1.3;
    font-weight: 950;
}

.program-desc {
    color: #475569;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
}

.program-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.program-feature-list div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-size: 14px;
    font-weight: 750;
    border: 1px solid var(--program-border);
}

.program-feature-list i {
    color: var(--program-green);
}

/* ================================
   CTA
================================ */

.program-cta-section {
    padding: 70px 0 100px;
    background: #ffffff;
}

.program-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 42px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(245, 179, 1, 0.20), transparent 32%),
        linear-gradient(135deg, #177c1c, #0f3d2e);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
    color: #ffffff;
}

.program-cta-box span {
    display: inline-flex;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 800;
}

.program-cta-box h2 {
    max-width: 720px;
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 950;
}

.program-cta-box p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.75;
}

.program-cta-btn {
    flex: 0 0 auto;
    background: #ffffff;
    color: var(--program-green);
}

.program-cta-btn:hover {
    color: var(--program-green);
    background: #f8fafc;
}

/* ================================
   ANIMATION
================================ */

@keyframes programFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991.98px) {
    .program-hero {
        padding: 90px 0 70px;
    }

    .program-hero-content h1 {
        font-size: 42px;
    }

    .program-hero-visual {
        min-height: 460px;
    }

    .main-image {
        width: 100%;
        height: 390px;
    }

    .program-modern-card {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .program-reverse .program-modern-media,
    .program-reverse .program-modern-content {
        order: initial;
    }

    .program-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .program-hero {
        padding: 64px 0 52px;
    }

    .program-hero-content h1 {
        font-size: 32px;
        letter-spacing: 0;
    }

    .program-hero-content p,
    .program-section-head p {
        font-size: 14px;
        line-height: 1.7;
    }

    .program-hero-actions {
        flex-direction: column;
    }

    .program-primary-btn,
    .program-secondary-btn,
    .program-cta-btn {
        width: 100%;
    }

    .program-hero-visual {
        min-height: auto;
    }

    .main-image {
        height: 300px;
    }

    .program-small-image {
        display: none;
    }

    .program-floating-card {
        position: relative;
        left: auto;
        top: auto;
        margin-top: 18px;
        max-width: 100%;
    }

    .program-benefit-section,
    .program-detail-section {
        padding: 56px 0;
    }

    .program-section-head {
        margin-bottom: 34px;
    }

    .program-section-head h2 {
        font-size: 27px;
    }

    .program-modern-card {
        padding: 18px;
        border-radius: 24px;
    }

    .program-slider {
        border-radius: 20px;
    }

    .program-slider img {
        height: 280px;
    }

    .program-modern-content h3 {
        font-size: 23px;
    }

    .program-desc {
        font-size: 14px;
        line-height: 1.75;
    }

    .program-cta-section {
        padding: 48px 0 70px;
    }

    .program-cta-box {
        padding: 28px;
        border-radius: 24px;
    }

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

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