@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;text-decoration:none}body{font-family:"Poppins",sans-serif;background:var(--bg-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block;border-radius:10px}.hero{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;min-height:85vh;background-image:linear-gradient(to bottom,rgb(255 255 255 / .9),rgb(247 247 247 / .7)),url(../../../img/background_ukiran2.jpg);background-size:cover;background-position:center;color:#333;padding:5rem 5%}.hero-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem;width:100%;max-width:1200px;text-align:center}.hero-text{flex:1;text-align:center}.hero-text h1{font-size:2rem;font-weight:700;line-height:1.3;font-weight:700}.hero-text h1 span{color:var(--span)}.hero-text p{font-size:1rem;margin-top:.2rem;color:var(--text-light);letter-spacing:.5rem;font-weight:700}.hero-image{flex:1;margin-top:2rem;position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 8px 20px rgb(0 0 0 / .3)}.hero-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.hero-image:hover img{transform:scale(1.05)}.image-caption{position:absolute;bottom:1rem;left:1rem;right:1rem;background:rgb(0 0 0 / .45);backdrop-filter:blur(6px);color:#fff;padding:.8rem 1rem;border-radius:.75rem;font-size:.8rem;opacity:0;transform:translateY(10px);transition:all 0.4s ease;display:flex;flex-direction:column;align-items:center;gap:.4}.hero-image:hover .image-caption{opacity:1;transform:translateY(0)}.image-caption h3{margin:0;font-size:1rem;font-weight:600}.image-caption span{font-size:.75rem;color:#ccc}.image-caption .cta-secondary{display:inline-block;margin-top:.5rem;padding:.5rem 1rem;background:#e6b800;color:#1a1a1a;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:.85rem;transition:0.3s}.image-caption .cta-secondary:hover{background:#ffd633}.about{background-image:linear-gradient(to bottom,rgb(255 255 255 / .9),rgb(247 247 247 / .7)),url(../../../img/background_ukiran2.jpg);padding:4rem 5%}.about h2{text-align:center;font-size:3rem;margin-bottom:3rem;letter-spacing:.5rem;font-weight:700}.about h2 span{color:var(--span)}.about .row{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto;text-align:center}.about-img{flex:1}.about-img img{border-radius:1rem;width:100%;box-shadow:0 8px 15px rgb(0 0 0 / .1)}.about .content{flex:1;color:var(--text-light)}.content h4{font-size:1.15rem;text-align:justify;letter-spacing:.1rem}.program{background-image:linear-gradient(to bottom,rgb(255 255 255 / .7),rgb(247 247 247 / .7)),url(../../../img/background_ukiran.jpg);background-size:cover;background-position:center;padding:4rem 1rem;text-align:center}.program h2{text-align:center;font-size:3rem;margin-bottom:3rem;letter-spacing:.5rem;font-weight:700}.program h2 span{color:var(--span)}.program-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;justify-items:center}.program-item{width:100%;max-width:300px;transition:transform 0.3s ease,box-shadow 0.3s ease}.program-item:hover{transform:translateY(-8px);box-shadow:0 10px 25px rgb(0 0 0 / .1)}.program-image{width:180px;height:180px;border-radius:50%;overflow:hidden;border:4px solid var(--primary);margin:0 auto 1rem;transition:all 0.3s ease}.program-item:hover .program-image{transform:scale(1.05);border-color:var(--primary-dark)}.btn-program{display:inline-block;margin-top:3rem;padding:.8rem 2rem;background:var(--primary);color:#fff;border-radius:50px;font-weight:600;transition:0.3s;text-decoration:none}.btn-program:hover{background:var(--primary-dark);transform:translateY(-3px)}@media (min-width:768px){.hero-container{flex-direction:row;text-align:left}.hero-text h1{font-size:2rem;margin-top:2rem}.hero-text p{font-size:1rem;letter-spacing:.3rem}.hero-image{margin-top:0}.about .row{flex-direction:row;gap:2rem}.about h2{font-size:2.5rem}.content h4{font-size:1rem}.program h2{font-size:2.5rem}.program-container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hero{padding:6rem 8%}.hero-text h1{font-size:2.8rem;line-height:1.4;text-align:left}.hero-text p{font-size:1.1rem;letter-spacing:.5rem;text-align:left}.about{padding:5rem 8%}.about h2{font-size:3rem;margin-bottom:3rem}.about .row{gap:4rem}.content h4{font-size:1.15rem}.program h2{font-size:3rem}.program-container{grid-template-columns:repeat(5,1fr)}.program-item{max-width:320px}}@media (min-width:1440px){.hero{min-height:95vh;padding:8rem 10%}.hero-text h1{font-size:3.2rem}.about h2,.program h2{font-size:3.4rem}.program-container{grid-template-columns:repeat(5,1fr);gap:3rem}}