.programs-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 120px;
    background: linear-gradient(135deg, #fff8eb 0%, #f3ebff 55%, #ffffff 100%);
}

.programs-hero-content {
    position: relative;
    z-index: 3;
}

.programs-badge,
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(244, 180, 0, 0.12);
    border: 1px solid rgba(244, 180, 0, 0.22);
    color: #f0ae00;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
}

.programs-badge {
    margin-bottom: 24px;
}

.programs-title {
    margin-bottom: 18px;
    font-family: 'Fraunces', serif;
    font-size: clamp(2.9rem, 5vw, 5rem);
    font-weight: 700;
    line-height: 1.08;
    color: #2d1b4e;
}

.programs-title span {
    color: #ffca0a;
}

.programs-subtitle,
.section-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #71667f;
    font-size: 1.18rem;
    line-height: 1.75;
}

.programs-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    line-height: 0;
}

.programs-wave svg {
    display: block;
    width: 100%;
    height: 88px;
}

.programs-wave path {
    fill: #FFF8E6;
}

.floating-shape {
    position: absolute;
    border-radius: 999px;
    opacity: 0.28;
    filter: blur(8px);
    pointer-events: none;
    animation: floatShape 7s ease-in-out infinite;
    z-index: 1;
}

.shape-one {
    width: 290px;
    height: 290px;
    top: 10px;
    left: -120px;
    background: rgba(255, 202, 10, 0.34);
}

.shape-two {
    width: 180px;
    height: 180px;
    top: -20px;
    right: 40px;
    background: rgba(175, 120, 220, 0.466);
    animation-delay: 1.2s;
}

.shape-three {
    width: 200px;
    height: 200px;
    right: -20px;
    bottom: -20px;
    background: rgba(204, 89, 253, 0.428);
    animation-delay: 2.2s;
}

.hero-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(90, 45, 145, 0.15);
    pointer-events: none;
    z-index: 1;
}

.ring-one {
    top: -20px;
    right: 40px;
    width: 180px;
    height: 180px;
    animation: spin 20s linear infinite;
}

.ring-two {
    left: -120px;
    top: 10px;
    width: 290px;
    height: 290px;
    border-color: rgba(244, 179, 0, 0.352);
    animation: spinReverse 15s linear infinite;
}

.program-body {
    background: #FFF8E6;
    padding: 4rem 0;
    margin-top: -2px;
    position: relative;
    z-index: 2;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 480px));
    justify-content: center;
    gap: 3rem;
}

.program-card {
    position: relative;
    overflow: hidden;
    border-radius: 80px 80px 0 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.10),
        0 30px 60px rgba(0, 0, 0, 0.12);
}

.program-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 20px 40px rgba(0, 0, 0, 0.10);
}

.program-card-taska {
    background: linear-gradient(135deg, rgb(254, 222, 117) 0%, rgba(255, 249, 210, 0.95) 100%);
}

.program-card-tadika {
    background: linear-gradient(135deg, rgba(254, 222, 117) 0%, rgba(255, 249, 210, 0.95) 100%);
}

.program-card-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    border-radius: 80px 80px 0 0;
}

.program-card-content {
    position: relative;
    padding: 2rem 2rem 2.25rem;
}

.program-title {
    margin: 0 0 1.5rem;
    font-family: 'Fraunces', serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.05;
    color: #2D1B4E;
}

.program-text {
    margin-bottom: 1.75rem;
    font-size: 1rem;
    line-height: 2;
    color: #555555;
}

.schedule-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(180deg, rgba(90, 45, 145, 0.04) 0%, #ffffff 100%);
}

.schedule-container {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.schedule-header {
    margin-bottom: 44px;
}

.schedule-header-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 18px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(90, 45, 145, 0.08);
    border: 1px solid rgba(90, 45, 145, 0.14);
    color: #5a2d91;
    font-size: 1.8rem;
}

.schedule-icon-img {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.section-title {
    margin-bottom: 14px;
    font-family: 'Fraunces', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #2d1b4e;
}

.schedule-timeline {
    position: relative;
}

.schedule-timeline-line {
    position: absolute;
    left: 34px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: linear-gradient(180deg, rgb(170, 105, 250), rgba(244, 180, 0, 0.18));
}

.schedule-list {
    display: grid;
    gap: 14px;
}

.schedule-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(90, 45, 145, 0.1);
    box-shadow: 0 8px 20px rgba(90, 45, 145, 0.05);
    transition: all 0.25s ease;
}

.schedule-item:hover {
    transform: translateY(-2px);
    border-color: rgba(90, 45, 145, 0.18);
    box-shadow: 0 12px 24px rgba(90, 45, 145, 0.08);
}

.schedule-emoji {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-size: 1.35rem;
    color: #5a2d91;
}

.schedule-emoji i {
    line-height: 1;
}

.schedule-time {
    width: 96px;
    flex-shrink: 0;
    color: #5a2d91;
    font-size: 14px;
    font-weight: 700;
}

.schedule-text {
    color: #3e3552;
    font-size: 15px;
    font-weight: 500;
}

.schedule-shape {
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    background: rgba(90, 45, 145, 0.14);
}

.co-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #ffffff;
}

.co-shape {
    right: 40px;
    bottom: 20px;
    width: 220px;
    height: 220px;
    background: rgba(168, 120, 220, 0.18);
}

.co-card {
    font-family: 'Fraunces', serif;
    position: relative;
    height: 100%;
    padding: 30px 20px;
    border-radius: 24px;
    background: #ece0ff;
    border: 2px solid rgba(134, 66, 218, 0.122);
    box-shadow: 0 10px 24px rgba(134, 66, 218, 0.12);
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.co-card:hover {
    transform: translateY(-5px) scale(1.02);
    border: 2px solid rgb(179, 121, 251);
    box-shadow: 0 10px 24px rgba(147, 74, 236, 0.587);
}

.co-card::before {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 28px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.co-card:hover::before {
    opacity: 1;
}

.co-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 24px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(90, 45, 145, 0.08);
    color: #a962ffd6;
    font-size: 1.5rem;
}

.co-icon-img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
    align-self: center;
    margin: 0 auto 22px;
}

.co-card h3 {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #2d1b4e;
}

.co-card p {
    margin-bottom: 0;
    color: #6d6480;
    font-size: 0.92rem;
    line-height: 1.7;
}

.program-cta-section {
    position: relative;
    overflow: hidden;
    padding: 20px 20px;
    background: #ffffff;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 920px;
    overflow: hidden;
    border-radius: 40px;
    padding: 64px 32px;
    background: linear-gradient(135deg, #c098ea 0%, #c28be0 52%, #a55bff 100%);
    box-shadow: 0 24px 55px rgba(90, 45, 145, 0.22);
    text-align: center;
}

.cta-content .section-title {
    color: #380069;
    margin-bottom: 16px;
}

.cta-subtitle {
    max-width: 560px;
    margin: 0 auto 30px;
    color: rgba(243, 231, 251, 0.86);
    line-height: 1.7;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.cta-actions .program-primary-btn {
    border: 0;
    border-radius: 999px;
    padding: 14px 24px;
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #9d6fcf !important;
    font-weight: 800;
    min-width: 165px;
    box-shadow: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.cta-actions .program-primary-btn:hover,
.cta-actions .program-primary-btn:focus {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #9d6fcf !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(45, 27, 78, 0.16) !important;
}

@keyframes floatShape {
    0% {
        transform: translateY(0) translateX(0) scale(1);
    }
    50% {
        transform: translateY(-18px) translateX(10px) scale(1.05);
    }
    100% {
        transform: translateY(0) translateX(0) scale(1);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinReverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@media (max-width: 991px) {
    .programs-hero,
    .schedule-section,
    .co-section,
    .program-cta-section {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .program-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .programs-title {
        font-size: 2.6rem;
    }

    .programs-subtitle,
    .section-subtitle {
        font-size: 1rem;
    }

    .hero-ring,
    .co-shape {
        display: none;
    }

    .schedule-timeline-line {
        display: block;
        left: 28px;
        top: 16px;
        bottom: 16px;
    }

    .schedule-item {
        align-items: flex-start;
        gap: 12px;
    }

    .schedule-time {
        width: 78px;
    }
}

@media (max-width: 576px) {
    .program-body {
        padding: 2.5rem 0;
    }

    .program-body .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .program-grid {
        gap: 2rem;
    }

    .program-card {
        border-radius: 46px 46px 0 0;
    }

    .program-card:hover {
        transform: none;
    }

    .program-card-image img {
        height: clamp(240px, 62vw, 320px);
        border-radius: 46px 46px 0 0;
        object-position: center top;
    }

    .program-card-content {
        padding: 1.8rem 2.3rem 2rem;
    }

    .program-title {
        margin-bottom: 1.1rem;
        font-size: 1.8rem;
    }

    .program-text {
        margin-bottom: 0;
        font-size: 0.96rem;
        line-height: 1.75;
    }
}

