@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);:root{--primary:#e5a100;--span:#e6b800;--primary-dark:#c98c00;--text-dark:#2b2b2b;--text-light:#555555;--bg-light:#fafafa;--bg-section:#f3f3f3;--bg-footer:#1e1e1e}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Poppins",sans-serif;background:var(--bg-light);line-height:1.6;overflow-x:hidden;color:var(--text-dark)}.program-section{background-image:linear-gradient(to bottom,rgb(255 255 255 / .9),rgb(247 247 247 / .7)),url(../../../img/background_ukiran.jpg);background-size:cover;background-position:center;margin-top:50px;text-align:center;border-top:1px solid var(--bg-light);padding:2rem 1rem}.program-header h2{font-size:1.6rem;font-weight:700;margin-bottom:1rem}.program-header span{color:var(--span)}.program-description{max-width:850px;margin:0 auto 2rem;font-size:.95rem;line-height:1.6;color:var(--text-light)}.program-list{margin-top:1rem}.program-list h3{font-size:1.3rem;margin-bottom:1.5rem}.program-grid{display:flex;flex-direction:column;gap:1.5rem;max-width:1300px;margin:auto}.program-slide{display:none;flex-wrap:wrap;justify-content:center;gap:20px;width:100%}.program-slide.active{display:flex}.program-card{background-color:var(--bg-light);border:1px solid var(--primary);border-radius:12px;padding:1rem;text-align:center;width:100%;max-width:260px;transition:.3s}.program-card img{aspect-ratio:16/10;object-fit:cover;border-radius:8px;border:3px solid var(--span);margin-bottom:.8rem;width:100%;height:180px}.program-card h4{font-size:1rem}.tanggal-program{font-size:.85rem;margin-top:5px;display:block;color:var(--text-light)}.detail-btn{background-color:var(--span);color:#fff;border:none;padding:7px 15px;border-radius:6px;cursor:pointer;font-weight:600;margin-top:10px;transition:background .3s}.detail-btn:hover{background-color:var(--primary-dark)}.program-navigation{margin:2rem auto;display:flex;justify-content:center;gap:1rem}.program-navigation button{padding:8px 16px;border-radius:6px;background:var(--primary);color:#fff;font-weight:600;border:none;cursor:pointer;transition:.3s}.program-navigation button:hover{background:var(--primary-dark)}.program-navigation button.hidden{visibility:hidden}@media (min-width:320px){.program-card{max-width:280px}}@media (min-width:480px){.program-section{padding:3rem 1.2rem}.program-header h2{font-size:1.8rem}.program-description{font-size:1rem}.program-card img{height:200px}}@media (min-width:768px){.program-section{padding:4rem 2rem}.program-header h2{font-size:2.4rem}.program-slide{justify-content:space-evenly}.program-card{width:calc(50% - 20px);max-width:320px}}@media (min-width:1024px){.program-header h2{font-size:2.8rem}.program-card{width:calc(25% - 20px);max-width:300px}.program-description{font-size:1.1rem}}@media (min-width:1440px){.program-section{padding:6rem 10%}.program-header h2{font-size:3rem}.program-card{max-width:340px;padding:1.4rem}.program-card img{height:260px}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}