.header-container{background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navigation-wrapper{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo-section{flex:1 1}.logo-link{color:#1f2937;text-decoration:none}.brand-logo{height:45px;max-width:180px;object-fit:contain;object-position:left center;width:auto}.mobile-menu-button{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.menu-icon-bar{background-color:#1f2937;height:3px;margin:3px 0;transition:.3s;width:25px}.navigation-menu{align-items:center;display:flex;gap:2rem;list-style:none}.menu-item{position:relative}.nav-link{background:none;border:none;color:#4b5563;font-size:1rem;font-weight:500;padding:.5rem 0;transition:color .3s ease}.nav-link:hover{color:#0a4c7f}@media (max-width:768px){.mobile-menu-button{display:flex}.navigation-menu{background-color:#fff;box-shadow:0 4px 6px #0000001a;display:none;flex-direction:column;gap:0;left:0;padding:1rem;position:absolute;right:0;top:100%}.navigation-menu.menu-open{display:flex}.menu-item{padding:.5rem 0;text-align:center;width:100%}.nav-link{display:block;width:100%}}.hero-section{align-items:center;background:linear-gradient(135deg,#0a4c7f,#00b7e0 50%,#0a4c7f);display:flex;min-height:600px;padding:4rem 2rem}.hero-content-wrapper{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.hero-text-container{color:#fff}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-button-group{display:flex;flex-wrap:wrap;gap:1rem}.primary-cta-button{background:linear-gradient(90deg,#ffb300,#ff8a00);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.primary-cta-button:hover{box-shadow:0 10px 25px #ffb30066;transform:translateY(-3px)}.secondary-cta-button{background-color:initial;border:2px solid #fff;border-radius:8px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:background-color .3s ease,transform .3s ease}.secondary-cta-button:hover{background-color:#ffffff1a;transform:translateY(-3px)}.tokopedia-button{align-items:center;background:linear-gradient(135deg,#42b549,#2e8b3e);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 1.5rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.tokopedia-button:hover{box-shadow:0 10px 25px #42b54966;transform:translateY(-3px)}.shopee-button{align-items:center;background:linear-gradient(135deg,#ee4d2d,#d93a1a);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 1.5rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.shopee-button:hover{box-shadow:0 10px 25px #ee4d2d66;transform:translateY(-3px)}.button-icon{flex-shrink:0;height:20px;width:20px}.hero-image-container{align-items:center;display:flex;justify-content:center}.hero-image-wrapper{animation:pulse-glow 4s ease-in-out infinite;background:linear-gradient(135deg,#0a4c7f4d,#00b7e04d);border-radius:20px;box-shadow:0 20px 50px #0000004d;max-width:600px;overflow:hidden;width:100%}@keyframes pulse-glow{0%,to{box-shadow:0 20px 50px #0000004d}50%{box-shadow:0 25px 60px #00b7e066}}.hero-image{display:block;height:auto;object-fit:contain;width:100%}@media (max-width:768px){.hero-section{min-height:auto;padding:3rem 1.5rem}.hero-content-wrapper{gap:2rem;grid-template-columns:1fr}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-button-group{align-items:stretch;flex-direction:column}.primary-cta-button,.shopee-button,.tokopedia-button{justify-content:center;text-align:center;width:100%}}.about-section{background-color:#f9fafb;padding:5rem 2rem}.about-content-wrapper{margin:0 auto;max-width:1200px}.about-header-container{margin-bottom:3rem;text-align:center}.about-section-title{color:#1f2937;font-size:2.5rem;margin-bottom:.5rem}.about-grid-layout{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.about-image-container{border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.about-image{display:block;height:auto;transition:transform .3s ease;width:100%}.about-image:hover{transform:scale(1.05)}.about-text-container{padding:1rem}.about-subtitle{color:#1f2937;font-size:1.8rem;margin-bottom:1rem}.about-description{color:#4b5563;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:2rem}.feature-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.feature-icon{color:#0a4c7f;font-size:2rem;margin-bottom:.5rem}.feature-title{color:#1f2937;font-size:1.1rem;margin-bottom:.5rem}.feature-description{color:#6b7280;font-size:.9rem}@media (max-width:768px){.about-section{padding:3rem 1.5rem}.about-section-title{font-size:2rem}.about-grid-layout{gap:2rem;grid-template-columns:1fr}.about-subtitle{font-size:1.5rem}.about-description{font-size:1rem}.features-grid{grid-template-columns:1fr}}.gallery-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 2rem}.gallery-container{margin:0 auto;max-width:1400px}.gallery-header{margin-bottom:3rem;text-align:center}.gallery-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.gallery-subtitle{color:#6b7280;font-size:1.1rem;margin-bottom:1rem}.title-underline{background:linear-gradient(90deg,#0a4c7f,#1e88e5);border-radius:2px;margin:0 auto;width:80px}.carousel-controls-top{gap:1rem;margin-bottom:1.5rem}.autoplay-btn,.carousel-controls-top{align-items:center;display:flex;justify-content:center}.autoplay-btn{background:#0000;border:2px solid #0a4c7f;border-radius:50%;color:#0a4c7f;cursor:pointer;height:40px;transition:all .3s ease;width:40px}.autoplay-btn.active,.autoplay-btn:hover{background:#0a4c7f;color:#fff}.autoplay-btn svg{height:18px;width:18px}.slide-counter{color:#6b7280;font-size:.9rem;font-weight:500}.carousel-wrapper{align-items:center;display:flex;gap:1rem;position:relative}.carousel-track-container{border-radius:16px;flex:1 1;overflow:hidden}.carousel-track{display:flex;transition:transform .5s ease}.carousel-slide{box-sizing:border-box;padding:.5rem}.carousel-image-wrapper{aspect-ratio:1;border-radius:12px;box-shadow:0 4px 15px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.carousel-image-wrapper:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.carousel-image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.carousel-image-wrapper:hover .carousel-image{transform:scale(1.1)}.image-overlay{align-items:center;background:#0a4c7fb3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.carousel-image-wrapper:hover .image-overlay{opacity:1}.image-overlay svg{color:#fff;height:40px;width:40px}.carousel-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 15px #0000001a;color:#0a4c7f;cursor:pointer;display:flex;flex-shrink:0;height:50px;justify-content:center;transition:all .3s ease;width:50px}.carousel-btn:hover{background:#0a4c7f;color:#fff;transform:scale(1.1)}.carousel-btn svg{height:24px;width:24px}.carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.carousel-dot{background:#0000;border:2px solid #0a4c7f;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.carousel-dot:hover{background:#0a4c7f4d}.carousel-dot.active{background:#0a4c7f;transform:scale(1.2)}.lightbox-overlay{animation:fadeIn .3s ease;background:#000000f2;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.lightbox-content,.lightbox-overlay{align-items:center;display:flex;justify-content:center}.lightbox-content{height:100%;position:relative;width:100%}.lightbox-close{background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;height:50px;position:absolute;right:20px;top:20px;transition:all .3s ease;width:50px;z-index:10}.lightbox-close:hover{background:#fff3;transform:rotate(90deg)}.lightbox-close svg{height:24px;width:24px}.lightbox-nav{background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;height:60px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:10}.lightbox-nav:hover{background:#fff3}.lightbox-nav svg{height:30px;width:30px}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-image-container{align-items:center;display:flex;flex-direction:column;max-height:90vh;max-width:90vw}.lightbox-image{animation:zoomIn .3s ease;border-radius:8px;max-height:85vh;max-width:100%;object-fit:contain}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-counter{color:#ffffffb3;font-size:1rem;margin-top:1rem}@media (max-width:1200px){.carousel-slide{flex:0 0 33.333%!important}}@media (max-width:900px){.carousel-slide{flex:0 0 50%!important}.carousel-btn{height:40px;width:40px}}@media (max-width:600px){.gallery-section{padding:3rem 1rem}.gallery-title{font-size:2rem}.carousel-slide{flex:0 0 100%!important}.carousel-wrapper{gap:.5rem}.carousel-btn{height:35px;width:35px}.carousel-btn svg{height:18px;width:18px}.lightbox-nav{height:45px;width:45px}.lightbox-prev{left:10px}.lightbox-next{right:10px}}.shorts-section{background:linear-gradient(180deg,#0f172a,#1e293b);overflow:hidden;padding:5rem 2rem}.shorts-container{margin:0 auto;max-width:1400px}.shorts-header{margin-bottom:3rem;text-align:center}.shorts-title{color:#fff;display:flex;font-size:2.5rem;font-weight:700;gap:.75rem;margin-bottom:.5rem}.shorts-icon,.shorts-title{align-items:center;justify-content:center}.shorts-icon{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:12px;display:inline-flex;font-size:1.2rem;height:45px;width:45px}.shorts-subtitle{color:#94a3b8;font-size:1.1rem;margin-bottom:1rem}.shorts-section .title-underline{background:linear-gradient(90deg,#ef4444,#f97316)}.shorts-gallery-wrapper{align-items:center;display:flex;gap:1rem;position:relative}.shorts-scroll-container{-ms-overflow-style:none;display:flex;gap:1.5rem;overflow-x:auto;padding:1rem .5rem;scroll-behavior:smooth;scrollbar-width:none}.shorts-scroll-container::-webkit-scrollbar{display:none}.shorts-nav-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:50px;justify-content:center;transition:all .3s ease;width:50px}.shorts-nav-btn:hover{background:#fff3;transform:scale(1.1)}.shorts-nav-btn svg{height:24px;width:24px}.shorts-card{cursor:pointer;flex-shrink:0;transition:all .3s ease;width:240px}.shorts-card:hover{transform:translateY(-10px)}.shorts-video-wrapper{aspect-ratio:9/16;background:#000;border-radius:20px;box-shadow:0 10px 40px #0006;overflow:hidden;position:relative;width:100%}.shorts-thumbnail{height:100%;object-fit:cover;width:100%}.shorts-play-overlay{align-items:center;background:#0000004d;bottom:0;display:flex;justify-content:center;left:0;opacity:1;position:absolute;right:0;top:0;transition:opacity .3s ease}.shorts-card:hover .shorts-play-overlay{opacity:0}.shorts-play-button{align-items:center;background:#fffffff2;border-radius:50%;box-shadow:0 4px 20px #0000004d;display:flex;height:60px;justify-content:center;transition:transform .3s ease;width:60px}.shorts-play-button svg{color:#0f172a;height:24px;margin-left:4px;width:24px}.shorts-card:hover .shorts-play-button{transform:scale(1.1)}.shorts-gradient-overlay{background:linear-gradient(0deg,#000c,#0000);bottom:0;height:120px;left:0;pointer-events:none;position:absolute;right:0}.shorts-card-info{bottom:0;left:0;padding:1rem;position:absolute;right:0;z-index:2}.shorts-card-title{color:#fff;font-size:.95rem;font-weight:600;text-shadow:0 2px 4px #00000080}.shorts-modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#000;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.shorts-modal-content{display:flex;flex-direction:column;height:100%;max-width:450px;position:relative;width:100%}.shorts-progress-bar{background:#fff3;height:3px;left:0;position:absolute;right:0;top:0;z-index:10}.shorts-progress-fill{background:linear-gradient(90deg,#ef4444,#f97316);height:100%;transition:width .1s linear}.shorts-modal-close{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;height:45px;position:absolute;right:20px;top:20px;transition:all .3s ease;width:45px;z-index:10}.shorts-modal-close:hover{background:#fff3;transform:scale(1.1)}.shorts-modal-close svg{height:20px;width:20px}.shorts-modal-nav{display:flex;flex-direction:column;gap:1rem;position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:10}.shorts-modal-nav-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;height:50px;transition:all .3s ease;width:50px}.shorts-modal-nav-btn:hover{background:#fff3}.shorts-modal-nav-btn svg{height:24px;width:24px}.shorts-video-container{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:center;position:relative}.shorts-modal-video{height:100%;object-fit:contain;width:100%}.shorts-play-indicator{align-items:center;animation:pulsePlay 1.5s infinite;background:#ffffffe6;border-radius:50%;display:flex;height:80px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}@keyframes pulsePlay{0%,to{opacity:.9;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}.shorts-play-indicator svg{color:#0f172a;height:32px;margin-left:5px;width:32px}.shorts-modal-controls{align-items:flex-end;background:linear-gradient(0deg,#000c,#0000);bottom:0;display:flex;justify-content:space-between;left:0;padding:2rem;position:absolute;right:0}.shorts-video-info{flex:1 1}.shorts-video-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.25rem}.shorts-video-counter{color:#fff9;font-size:.9rem}.shorts-control-buttons{display:flex;gap:.75rem}.shorts-control-btn{align-items:center;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;transition:all .3s ease;width:45px}.shorts-control-btn:hover{background:#ffffff40}.shorts-control-btn svg{height:20px;width:20px}.shorts-swipe-hint{animation:bounce 2s infinite;bottom:100px;color:#fff6;display:none;font-size:.85rem;left:50%;position:absolute;transform:translateX(-50%)}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-5px)}}@media (max-width:768px){.shorts-section{padding:3rem 1rem}.shorts-title{font-size:2rem}.shorts-card{width:200px}.shorts-nav-btn{display:none}.shorts-modal-content{max-width:100%}.shorts-modal-nav{right:10px}.shorts-modal-nav-btn{height:40px;width:40px}.shorts-swipe-hint{display:block}.shorts-modal-controls{padding:1.5rem}}@media (max-width:480px){.shorts-card{width:160px}.shorts-play-button{height:50px;width:50px}.shorts-play-button svg{height:20px;width:20px}.shorts-icon{font-size:1rem;height:35px;width:35px}}.services-section{background-color:#fff;padding:5rem 2rem}.services-content-wrapper{margin:0 auto;max-width:1200px}.services-header-container{margin-bottom:3rem;text-align:center}.services-section-title{color:#1f2937;font-size:2.5rem;margin-bottom:.5rem}.services-subtitle{color:#6b7280;font-size:1.1rem;margin:0 auto;max-width:600px}.services-grid-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:linear-gradient(135deg,#0a4c7f,#00b7e0);border-radius:15px;box-shadow:0 5px 15px #0000001a;color:#fff;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 15px 30px #0003;transform:translateY(-10px)}.service-icon-wrapper{margin-bottom:1.5rem}.service-icon{display:block;font-size:3rem}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-description{font-size:1rem;line-height:1.6;opacity:.95}@media (max-width:768px){.services-section{padding:3rem 1.5rem}.services-section-title{font-size:2rem}.services-grid-layout{grid-template-columns:1fr}}.contact-section{background:linear-gradient(135deg,#f9fafb,#fff);padding:5rem 2rem}.contact-content-wrapper{margin:0 auto;max-width:1200px}.contact-header-container{margin-bottom:3rem;text-align:center}.contact-section-title{color:#1f2937;font-size:2.5rem;margin-bottom:.5rem}.contact-subtitle{color:#6b7280;font-size:1.1rem;margin:0 auto;max-width:600px}.social-contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.contact-card{align-items:center;background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 6px #00000012;cursor:pointer;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.contact-card:hover{box-shadow:0 12px 25px #00000026;transform:translateY(-5px)}.whatsapp-card{border-color:#25d366}.whatsapp-card:hover{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.whatsapp-card .contact-icon{color:#25d366}.whatsapp-card:hover .contact-icon{color:#fff}.instagram-card{border-color:#e4405f}.instagram-card:hover{background:linear-gradient(135deg,#833ab4,#e4405f);color:#fff}.instagram-card .contact-icon{color:#e4405f}.instagram-card:hover .contact-icon{color:#fff}.tiktok-card{border-color:#000}.tiktok-card:hover{background:linear-gradient(135deg,#000,#333);color:#fff}.tiktok-card .contact-icon{color:#000}.tiktok-card:hover .contact-icon{color:#fff}.contact-icon-wrapper{align-items:center;background-color:#0000000d;border-radius:12px;display:flex;flex-shrink:0;height:60px;justify-content:center;transition:all .3s ease;width:60px}.contact-card:hover .contact-icon-wrapper{background-color:#fff3}.contact-icon{height:32px;transition:all .3s ease;width:32px}.contact-card-content{flex:1 1}.contact-card-title{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;transition:color .3s ease}.contact-card:hover .contact-card-title{color:#fff}.contact-card-text{color:#6b7280;font-size:1rem;margin-bottom:.5rem;transition:color .3s ease}.contact-card:hover .contact-card-text{color:#ffffffe6}.contact-card-handle,.contact-card-number{color:#0a4c7f;font-size:1.1rem;font-weight:600;transition:color .3s ease}.contact-card:hover .contact-card-handle,.contact-card:hover .contact-card-number{color:#fff}.business-hours{background:linear-gradient(135deg,#0a4c7f,#00b7e0);border-radius:16px;box-shadow:0 4px 6px #0a4c7f4d;color:#fff;padding:2rem;text-align:center}.business-hours-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.business-hours-text{font-size:1.1rem;margin-bottom:.5rem;opacity:.95}.business-hours-note{font-size:.95rem;font-style:italic;opacity:.8}@media (max-width:768px){.contact-section{padding:3rem 1.5rem}.contact-section-title{font-size:2rem}.social-contact-grid{gap:1.5rem;grid-template-columns:1fr}.contact-card{flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.contact-icon-wrapper{height:50px;width:50px}.contact-icon{height:28px;width:28px}.contact-card-title{font-size:1.3rem}.business-hours{padding:1.5rem}}@media (max-width:480px){.contact-card{padding:1.2rem}.contact-card-title{font-size:1.2rem}.contact-card-text{font-size:.95rem}}.footer-section{background-color:#1f2937;color:#e5e7eb;padding:3rem 2rem 1.5rem}.footer-content-wrapper{margin:0 auto;max-width:1200px}.footer-grid-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:2rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-heading{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#818cf8,#c084fc);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-description{color:#9ca3af;font-size:.95rem;line-height:1.6}.footer-column-title{color:#f9fafb;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.footer-links-list{display:flex;flex-direction:column;gap:.5rem;list-style:none}.footer-link-item{margin:0}.footer-link{color:#9ca3af;font-size:.95rem;transition:color .3s ease}.footer-link:hover{color:#818cf8}.footer-text{color:#9ca3af;font-size:.95rem;line-height:1.6}.footer-bottom-section{margin-top:2rem}.footer-divider{background-color:#374151;height:1px;margin-bottom:1.5rem}.copyright-text{color:#9ca3af;font-size:.9rem;text-align:center}@media (max-width:768px){.footer-grid-layout{gap:2rem;grid-template-columns:1fr}.footer-column{text-align:center}.footer-links-list{align-items:center}}.products-search-section{background-color:#f9fafb;padding:5rem 2rem}.products-search-wrapper{margin:0 auto;max-width:1200px}.products-header{margin-bottom:3rem;text-align:center}.products-title{color:#0a4c7f;font-size:2.5rem;margin-bottom:.5rem}.products-title-underline{background:linear-gradient(90deg,#0a4c7f,#00b7e0);height:4px;margin:10px auto 20px;width:60px}.products-subtitle{color:#6b7280;font-size:1.1rem;margin:0 auto;max-width:600px}.products-search-container{margin-bottom:2rem}.product-search-input{border:2px solid #e5e7eb;border-radius:8px;font-size:1.1rem;padding:1rem;transition:border-color .3s;width:100%}.product-search-input:focus{border-color:#0a4c7f;outline:none}.products-filters{grid-gap:2rem;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #00000014;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:3rem;padding:1.5rem}.category-filters h3,.price-filter h3{color:#0a4c7f;margin-bottom:1rem}.filter-options{display:flex;flex-wrap:wrap;gap:.75rem}.filter-button{background-color:#fff;border:2px solid #e5e7eb;border-radius:6px;color:#4b5563;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.filter-button:hover{border-color:#0a4c7f;color:#0a4c7f}.filter-button.active{background:linear-gradient(90deg,#0a4c7f,#00b7e0);border-color:#0000;color:#fff}.price-slider-container{align-items:center;display:flex;gap:1rem}.price-slider{-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#0a4c7f,#00b7e0);border-radius:5px;flex:1 1;height:4px;outline:none}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#ffb300;border-radius:50%;cursor:pointer;height:20px;width:20px}.products-results h3{color:#4b5563;margin-bottom:1.5rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:3rem}.product-card{background-color:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.product-image-container{background-color:#f3f4f6;height:280px;overflow:hidden;position:relative;width:100%}.product-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image{transform:scale(1.1)}.product-category-badge{background:linear-gradient(90deg,#0a4c7f,#00b7e0);border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem .8rem;position:absolute;right:10px;top:10px}.product-info-container{padding:1.5rem}.product-name{color:#1f2937;font-size:1.1rem;line-height:1.4;margin-bottom:.5rem}.product-description,.product-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-description{color:#6b7280;font-size:.9rem;margin-bottom:1rem}.product-price-container{margin-bottom:1rem}.product-price{color:#0a4c7f;font-size:1.4rem;font-weight:700}.product-actions-container{display:flex;gap:.5rem}.buy-now-button{border-radius:8px;display:block;flex:1 1;font-weight:600;padding:.75rem 1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.buy-now-button.tokopedia{background-color:#42b549;color:#fff}.buy-now-button.shopee{background-color:#ee4d2d;color:#fff}.buy-now-button:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.no-products-message{color:#6b7280;font-size:1.1rem;padding:3rem;text-align:center}@media (max-width:768px){.products-search-section{padding:3rem 1.5rem}.products-title{font-size:2rem}.products-filters,.products-grid{grid-template-columns:1fr}.product-image-container{height:250px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.app-container{display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;font-family:inherit;outline:none}.title-underline{background:linear-gradient(90deg,#0a4c7f,#00b7e0);height:4px;margin:10px auto 20px;width:60px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}
/*# sourceMappingURL=main.f17bac30.css.map*/