.navbar{z-index:1000;background:0 0;align-items:center;width:100%;height:80px;transition:all .3s;display:flex;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);height:70px;box-shadow:var(--shadow-sm);background:#ffffffe6}.nav-container{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.logo{flex-shrink:0;align-items:center;gap:.75rem;margin-right:2rem;display:flex}.logo-icon{background-color:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;display:flex}.logo-img{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:44px;height:44px}.logo-text{flex-direction:column;display:flex}.logo-main{letter-spacing:1px;color:var(--text-main);font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;line-height:1}.logo-sub{color:var(--secondary);letter-spacing:.5px;font-size:.75rem;font-weight:600}.nav-menu{align-items:center;gap:.5rem;flex-direction:row!important;display:flex!important}.nav-item{align-items:center;height:100%;padding:0 .25rem;display:flex;position:relative}.nav-link{color:var(--text-main);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:.25rem;height:40px;padding:.5rem .75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.nav-link:hover,.nav-link.active{color:var(--primary);background:#ff741f14}.dropdown-menu{border:1px solid var(--border);z-index:1000;opacity:0;visibility:hidden;background:#fff;border-radius:12px;flex-direction:column;width:260px;padding:8px;transition:all .2s;display:flex;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 40px #0000001f}.dropdown-menu:before{content:"";width:100%;height:20px;position:absolute;top:-20px;left:0}.nav-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{width:100%;color:var(--text-main);white-space:normal;border-radius:8px;padding:10px 16px;font-size:.85rem;font-weight:600;line-height:1.4;transition:all .2s;display:block}.dropdown-item:hover{color:var(--primary);background:#ff741f14}.search-btn{width:40px;height:40px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.search-btn:hover{background:var(--surface);color:var(--primary)}.mobile-toggle,.mobile-menu,.mobile-backdrop,.mobile-menu-head,.mobile-search{display:none}@media (width<=1024px){.desktop-only,.nav-menu.desktop-only{display:none!important}.mobile-toggle{width:40px;height:40px;color:var(--text-main);justify-content:center;align-items:center;display:flex!important}.mobile-backdrop{-webkit-backdrop-filter:blur(2px);opacity:0;visibility:hidden;z-index:1000;background:#00000080;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.mobile-backdrop.open{opacity:1;visibility:visible}.mobile-menu{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;z-index:1001;background:#fff;flex-direction:column;width:min(320px,86vw);height:100%;padding:0 0 2rem;transition:transform .32s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:auto;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 28px #0000002e}.mobile-menu.open{transform:translate(0)}.mobile-menu-head{border-bottom:1px solid var(--border);z-index:2;background:#fff;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex;position:sticky;top:0}.mobile-menu-brand{align-items:center;gap:.65rem;min-width:0;display:flex}.mobile-menu-brand img{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:36px;height:36px}.mobile-menu-brand div{flex-direction:column;min-width:0;line-height:1.2;display:flex}.mobile-menu-brand strong{color:var(--primary);font-family:Outfit,sans-serif;font-size:.98rem}.mobile-menu-brand span{color:var(--text-muted);font-size:.72rem}.mobile-menu-close{background:var(--surface);width:38px;height:38px;color:var(--text-main);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-menu-close:active{background:var(--border)}.mobile-menu .container{gap:0;max-width:100%;padding:1rem 1.25rem}.mobile-search{margin-bottom:.85rem;display:block}.mobile-search-input{background:var(--surface);border:1px solid var(--border);border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1rem;display:flex}.mobile-search-input svg{color:var(--text-muted);flex-shrink:0}.mobile-search-input input{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:16px}.mobile-search-input button{color:var(--text-muted);flex-shrink:0;align-items:center;display:flex}.mobile-search-results{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#fff;margin-top:.5rem;overflow:hidden}.mobile-search-item{text-align:left;width:100%;color:var(--text-main);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.95rem;display:flex}.mobile-search-item:last-child{border-bottom:none}.mobile-search-item:active{background:var(--surface)}.mobile-search-empty{color:var(--text-muted);padding:.85rem 1rem;font-size:.9rem}.mobile-nav-item{border-bottom:1px solid var(--border);padding:.85rem 0}.mobile-nav-header{cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.mobile-submenu{border-left:2px solid var(--border);flex-direction:column;gap:.65rem;margin-top:.65rem;padding-left:.85rem;display:flex}.mobile-sub-link{color:var(--text-muted);padding:.15rem 0;font-size:.92rem;display:block}.mobile-nested-header{cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;padding:.15rem 0;font-size:.92rem;font-weight:600;display:flex}.mobile-nested-submenu{border-left:2px solid var(--border);flex-direction:column;gap:.5rem;margin-top:.5rem;padding-left:.85rem;display:flex}.mobile-sub-link.nested{font-size:.88rem}.mobile-sub-link.external{align-items:center;gap:.35rem;display:inline-flex}.rotate{transform:rotate(180deg)}}.search-overlay,.search-overlay-backdrop,.search-container,.search-input-wrapper,.search-input-icon,.search-close-btn,.search-results,.search-results-count,.search-result-item,.search-no-results,.search-quick,.search-quick-label,.search-quick-tags,.quick-tag,.result-name,.result-arrow{display:none}.search-backdrop{z-index:999;position:fixed;inset:0}.search-inline{align-items:center;display:flex;position:relative}.search-inline-input{background:var(--surface);border:1px solid var(--border);border-radius:50px;align-items:center;gap:.5rem;width:220px;padding:.5rem .75rem;transition:all .3s;display:flex}.search-inline-input:focus-within{border-color:var(--primary);width:280px;box-shadow:0 0 0 3px #0067701a}.search-inline-icon{color:var(--text-muted);flex-shrink:0}.search-inline-input input{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.9rem}.search-inline-input input::placeholder{color:var(--text-muted)}.search-inline-close{width:24px;height:24px;color:var(--text-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.search-inline-close:hover{color:var(--text-main);background:#00000014}.search-inline-results{border:1px solid var(--border);z-index:1001;background:#fff;border-radius:12px;width:320px;max-height:300px;padding:.5rem;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 10px 40px #00000026}.search-inline-item{text-align:left;width:100%;color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem .85rem;font-size:.88rem;font-weight:500;transition:all .15s;display:flex}.search-inline-item:hover{color:var(--primary);background:#0067700f}.search-inline-empty{text-align:center;color:var(--text-muted);padding:1.5rem 1rem;font-size:.88rem}.dropdown-item.has-submenu{padding:0;position:relative}.dropdown-item.has-submenu>a{width:100%;color:var(--text-main);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:600;line-height:1.4;transition:all .2s;display:flex}.dropdown-item.has-submenu>a:hover{color:var(--primary);background:#ff741f14}.chevron-right{flex-shrink:0;transition:transform .2s;transform:rotate(-90deg)}.dropdown-item.has-submenu:hover .chevron-right{transform:rotate(0)}.nested-dropdown{border:1px solid var(--border);z-index:1001;opacity:0;visibility:hidden;background:#fff;border-radius:12px;flex-direction:column;width:280px;padding:8px;transition:all .2s;display:flex;position:absolute;top:0;left:calc(100% + 4px);transform:translate(10px);box-shadow:0 10px 40px #0000001f}.nested-dropdown:before{content:"";width:20px;height:100%;position:absolute;top:0;left:-20px}.dropdown-item.has-submenu:hover .nested-dropdown{opacity:1;visibility:visible;transform:translate(0)}.nested-dropdown .dropdown-item{white-space:normal;line-height:1.4}.mobile-nested-item{flex-direction:column;display:flex}.mobile-nested-header{color:var(--text-muted);cursor:pointer;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:1rem;font-weight:600;display:flex}.mobile-nested-header:hover{color:var(--primary)}.mobile-nested-submenu{flex-direction:column;gap:.5rem;margin-top:.5rem;padding-left:1rem;display:flex}.mobile-sub-link.nested{color:var(--text-muted);border-left:2px solid var(--border);padding-left:.5rem;font-size:.9rem}.mobile-sub-link.nested:hover{color:var(--primary);border-left-color:var(--primary)}.dropdown-item.external,.mobile-sub-link.external{align-items:center;gap:.5rem;display:inline-flex}.external-icon{opacity:.6;flex-shrink:0}.dropdown-item.external:hover .external-icon,.mobile-sub-link.external:hover .external-icon{opacity:1}.footer{color:#fff;background:#1a1a1a;margin-top:5rem;padding:5rem 0 0}.footer-grid{grid-template-columns:2fr 1fr 1.5fr;gap:4rem;padding-bottom:4rem;display:grid}.footer-logo{align-items:center;gap:.85rem;margin-bottom:1.5rem;display:flex}.footer-logo-img{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:56px;height:56px}.footer-logo-text{flex-direction:column;display:flex}.footer-logo .logo-main{letter-spacing:1px;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800}.footer-logo .logo-sub{color:var(--primary);letter-spacing:.5px;font-size:.85rem;font-weight:600}.footer-desc{color:#aaa;max-width:400px;margin-bottom:2rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-icon{color:#fff;background:#333;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.social-icon:hover{transform:translateY(-3px)}.social-icon.whatsapp:hover{background:#25d366}.social-icon.instagram:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.social-icon.tiktok:hover{background:#000}.social-icon.youtube:hover{background:red}.social-icon.twitter:hover{background:#000}.footer-links h3,.footer-contact h3{color:#fff;margin-bottom:1.5rem;font-size:1.25rem}.footer-links ul li{margin-bottom:.75rem}.footer-links ul li a{color:#aaa}.footer-links ul li a:hover{color:var(--primary);padding-left:5px}.contact-item{color:#aaa;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.contact-icon{color:var(--secondary);flex-shrink:0}.footer-bottom{text-align:center;color:#777;border-top:1px solid #333;padding:1.5rem 0;font-size:.9rem}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:3rem}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2)format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2)format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2)format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2)format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2)format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2)format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2)format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2)format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2)format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2)format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/outfit-latin-ext-400-normal-5tcqmc2S.woff2)format("woff2"),url(/assets/outfit-latin-ext-400-normal-DHm7mdGe.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/outfit-latin-400-normal-BGsTXAXT.woff2)format("woff2"),url(/assets/outfit-latin-400-normal-DMwTpYkH.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/outfit-latin-ext-500-normal-zeox_O30.woff2)format("woff2"),url(/assets/outfit-latin-ext-500-normal-DrCvqoFD.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/outfit-latin-500-normal-DKnIMDSk.woff2)format("woff2"),url(/assets/outfit-latin-500-normal-ClnHRwRh.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/outfit-latin-ext-600-normal-B85nYjL1.woff2)format("woff2"),url(/assets/outfit-latin-ext-600-normal-CWJcPgd7.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/outfit-latin-600-normal-B7SfZ07L.woff2)format("woff2"),url(/assets/outfit-latin-600-normal-BEfTtDA7.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/outfit-latin-ext-700-normal-CI4iH74K.woff2)format("woff2"),url(/assets/outfit-latin-ext-700-normal-fjS8-Gm7.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/outfit-latin-700-normal-Cu9v6i1X.woff2)format("woff2"),url(/assets/outfit-latin-700-normal-D4itBLBr.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/outfit-latin-ext-800-normal-DRv2ic_2.woff2)format("woff2"),url(/assets/outfit-latin-ext-800-normal-DyhPHUt-.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/outfit-latin-800-normal-CQna6-G7.woff2)format("woff2"),url(/assets/outfit-latin-800-normal-BRHLSPcU.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--primary:#ff741f;--primary-hover:#e6661a;--secondary:#1f97a5;--secondary-hover:#197c88;--background:#fff;--text-main:#1a1a1a;--text-muted:#666;--surface:#f8f9fa;--border:#e5e7eb;--white:#fff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius-md:.5rem;--radius-lg:1rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}body:not(.admin-active) h1,body:not(.admin-active) h2,body:not(.admin-active) h3,body:not(.admin-active) h4,body:not(.admin-active) h5,body:not(.admin-active) h6{font-family:Outfit,sans-serif;font-weight:700}a{color:inherit;text-decoration:none;transition:all .2s}body:not(.admin-active) button{cursor:pointer;background:0 0;border:none;font-family:inherit}body.admin-active button{cursor:pointer;font-family:inherit}ul{list-style:none}body:not(.admin-active) .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}body:not(.admin-active) .btn{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}body:not(.admin-active) .btn-primary{background-color:var(--primary);color:var(--white)}body:not(.admin-active) .btn-primary:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}body:not(.admin-active) .btn-secondary{background-color:var(--secondary);color:var(--white)}body:not(.admin-active) .btn-secondary:hover{background-color:var(--secondary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.glass{-webkit-backdrop-filter:blur(8px);background:#fffc;border:1px solid #ffffff4d}body.admin-active{color:#191c1e!important;background-color:#f7f9fc!important;font-family:Inter,sans-serif!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s forwards fadeIn}.page-header{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#0009,#0009),url(/assets/bg_kantorbupati-af0OqKp1.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-bottom:3rem;padding:5rem 0}.page-header h1{color:#fff;margin-bottom:1rem;font-size:2.5rem}.page-header .breadcrumb{opacity:.8;font-size:.9rem}.page-header .breadcrumb span{font-weight:700}body:not(.admin-active){-webkit-text-size-adjust:100%;max-width:100%;overflow-x:clip}body:not(.admin-active) img,body:not(.admin-active) svg,body:not(.admin-active) video,body:not(.admin-active) iframe{max-width:100%}body:not(.admin-active) h1,body:not(.admin-active) h2,body:not(.admin-active) h3,body:not(.admin-active) h4,body:not(.admin-active) p,body:not(.admin-active) li,body:not(.admin-active) a,body:not(.admin-active) td,body:not(.admin-active) th{overflow-wrap:break-word;word-break:break-word}body:not(.admin-active) [style*="overflow-x: auto"],body:not(.admin-active) [style*=overflowX]{-webkit-overflow-scrolling:touch}@media (width<=1024px){body:not(.admin-active) .page-header{padding:4rem 0}body:not(.admin-active) .page-header h1{font-size:2rem}body:not(.admin-active) [style*="grid-template-columns: repeat(3"],body:not(.admin-active) [style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important}}@media (width<=768px){body:not(.admin-active) .container{padding:0 1rem}body:not(.admin-active) .page-header{margin-bottom:2rem;padding:3rem 0}body:not(.admin-active) .page-header h1{margin-bottom:.75rem;font-size:1.6rem;line-height:1.3}body:not(.admin-active) .page-header .breadcrumb{font-size:.8rem;line-height:1.6}body:not(.admin-active) .section-title,body:not(.admin-active) .category-title{font-size:1.35rem!important}body:not(.admin-active) [style*=grid-template-columns]{grid-template-columns:1fr!important;gap:1.25rem!important}body:not(.admin-active) [style*="padding: 2rem"],body:not(.admin-active) [style*="padding: 2.5rem"],body:not(.admin-active) [style*="padding: 3rem"]{padding:1.25rem!important}body:not(.admin-active) [style*="padding: 4rem 0"],body:not(.admin-active) [style*="padding: 5rem 0"]{padding:2.5rem 0!important}body:not(.admin-active) [style*="margin-top: 4rem"]{margin-top:2.5rem!important}body:not(.admin-active) [style*="margin-bottom: 4rem"]{margin-bottom:2.5rem!important}body:not(.admin-active) [style*="justify-content: space-between"][style*="flex-wrap: wrap"]{flex-direction:column!important;align-items:stretch!important;gap:1rem!important}body:not(.admin-active) [style*="gap: 1.5rem"]{gap:1rem!important}body:not(.admin-active) .services-section .btn,body:not(.admin-active) .services-page .btn{justify-content:center;width:100%}body:not(.admin-active) [style*="font-size: 2.5rem"]{font-size:1.8rem!important}body:not(.admin-active) [style*="font-size: 1.6rem"]{font-size:1.25rem!important}body:not(.admin-active) [style*="font-size: 1.3rem"]{font-size:1.1rem!important}body:not(.admin-active) [style*="font-size: 1.1rem"]{font-size:1rem!important}body:not(.admin-active) table{min-width:560px}body:not(.admin-active) table th,body:not(.admin-active) table td{font-size:.875rem;padding:.75rem 1rem!important}body:not(.admin-active) iframe[title*=Lokasi]{height:260px!important}.hero{min-height:auto!important;padding:6rem 0 4rem!important}.hero-text h1{line-height:1.25;font-size:1.9rem!important}.hero-text p{font-size:.98rem}.hero-btns{flex-direction:column;align-items:stretch;gap:.75rem}.hero-btns .btn,.hero-btns .btn-outline{justify-content:center;width:100%}.highlights,.news-preview{padding:3rem 0!important}.section-header{margin-bottom:2rem!important}.highlight-grid,.news-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.highlight-card{padding:1.5rem!important}.stats{padding:2.5rem 0!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.75rem!important}.stat-num{font-size:2rem!important}.stat-label{font-size:.85rem!important}.news-list-section{padding:2rem 0 3rem!important}.news-grid-pro{grid-template-columns:1fr!important;gap:1.25rem!important}.news-controls{flex-direction:column;align-items:stretch;gap:1rem}.news-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:.35rem;overflow-x:auto}.news-filters::-webkit-scrollbar{display:none}.news-filter{white-space:nowrap;flex:none}.detail-section{padding:2rem 1rem 3rem!important}.detail-grid{flex-direction:column;gap:2rem}.detail-sidebar{width:100%!important}.detail-lead{padding:1rem 1.25rem!important;font-size:1rem!important}.detail-body p{line-height:1.8;font-size:1rem!important}.gallery-section{padding-bottom:3rem}.gallery-grid{grid-template-columns:1fr!important;gap:1rem!important}.gallery-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.gallery-filters::-webkit-scrollbar{display:none}.gallery-filter{white-space:nowrap;flex:none}.fakta-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.fakta-angka{font-size:1.9rem!important}.fakta-label{font-size:.85rem!important}.bidang-cards{grid-template-columns:1fr!important}.section-heading{font-size:1.35rem!important}.bagan-container{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:.75rem!important}.bagan-image{min-width:640px}.info-box,.dasar-hukum{flex-direction:column;gap:1rem!important}.agenda-item{padding:1.25rem!important}.archive-grid{grid-template-columns:1fr!important}.pengaduan-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.pengaduan-info{position:static!important}.form-row{grid-template-columns:1fr!important}.pengaduan-page input,.pengaduan-page select,.pengaduan-page textarea{font-size:16px!important}.footer-grid{text-align:left;grid-template-columns:1fr!important;gap:2rem!important}}@media (width<=480px){body:not(.admin-active) .container{padding:0 .875rem}body:not(.admin-active) .page-header h1{font-size:1.4rem}.hero-text h1{font-size:1.6rem!important}.stat-num{font-size:1.75rem!important}.stats-grid,.fakta-grid{grid-template-columns:1fr!important}body:not(.admin-active) [style*="padding: 2rem"],body:not(.admin-active) [style*="padding: 2.5rem"],body:not(.admin-active) [style*="padding: 3rem"]{padding:1rem!important}body:not(.admin-active) iframe[title*=Lokasi]{height:220px!important}}@media (prefers-reduced-motion:reduce){body:not(.admin-active) *,body:not(.admin-active) :before,body:not(.admin-active) :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
