*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#b91c1c;--color-primary-dark:#991b1b;--color-primary-darker:#7f1d1d;--color-primary-light:#dc2626;--color-primary-lighter:#ef4444;--color-secondary:#1e3a5f;--color-secondary-dark:#0f172a;--color-secondary-light:#334155;--color-white:#fff;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-accent-gold:#d97706;--color-accent-blue:#2563eb;--color-success:#059669;--color-warning:#d97706;--color-error:#dc2626;--bg-surface:#fff;--bg-surface-alt:#f9fafb;--bg-surface-raised:#fff;--border-default:#e5e7eb;--border-light:#f3f4f6;--font-primary:"Plus Jakarta Sans","Inter",system-ui,-apple-system,sans-serif;--font-secondary:"Inter",system-ui,-apple-system,sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.35s ease;--container-max:1280px;--container-padding:1.5rem}html{font-size:16px;scroll-behavior:smooth}body{background-color:var(--bg-surface-alt);color:var(--color-gray-800);font-size:var(--text-base);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{font-family:var(--font-primary)}h1,h2,h3,h4,h5,h6{color:var(--color-gray-900);font-weight:700;line-height:1.2}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}h6{font-size:var(--text-lg)}p{margin-bottom:var(--spacing-md)}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}img{display:block;height:auto;max-width:100%}.container{margin-left:auto;margin-right:auto;max-width:var(--container-max)}.container,.container-fluid{padding-left:var(--container-padding);padding-right:var(--container-padding);width:100%}.btn{align-items:center;border:2px solid transparent;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-family:var(--font-primary);font-size:var(--text-sm);font-weight:600;gap:var(--spacing-sm);justify-content:center;line-height:1;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all var(--transition-fast)}.btn:focus{box-shadow:0 0 0 3px #b91c1c4d;outline:none}.btn-primary{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark);color:var(--color-white)}.btn-secondary{background-color:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-white)}.btn-secondary:hover{background-color:var(--color-secondary-dark);border-color:var(--color-secondary-dark);color:var(--color-white)}.btn-outline{background-color:transparent;border-color:var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background-color:var(--color-primary);color:var(--color-white)}.btn-outline-white{background-color:transparent;border-color:var(--color-white);color:var(--color-white)}.btn-outline-white:hover,.btn-white{background-color:var(--color-white);color:var(--color-primary)}.btn-white{border-color:var(--color-white)}.btn-white:hover{background-color:var(--color-gray-100);border-color:var(--color-gray-100)}.btn-lg{font-size:var(--text-base);padding:1rem 2rem}.btn-sm{font-size:var(--text-xs);padding:.5rem 1rem}.section{padding:var(--spacing-4xl) 0}.section--ppid-docs{padding-top:1.5rem}.section-sm{padding:var(--spacing-2xl) 0}.section-lg{padding:5rem 0}.section-header{margin-bottom:var(--spacing-3xl);text-align:center}.section-subtitle{color:var(--color-primary);display:inline-block;font-size:var(--text-sm);font-weight:600;letter-spacing:.1em;margin-bottom:var(--spacing-sm);text-transform:uppercase}.section-title{color:var(--color-gray-900);font-size:var(--text-4xl);font-weight:800;margin-bottom:var(--spacing-md)}.section-description{color:var(--color-gray-600);font-size:var(--text-lg);margin-left:auto;margin-right:auto;max-width:600px}.card{background-color:var(--bg-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);overflow:hidden;transition:all var(--transition-normal)}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.card-body{padding:var(--spacing-xl)}.card-title{font-size:var(--text-xl);font-weight:700;margin-bottom:var(--spacing-sm)}.card-text{color:var(--color-gray-600);margin-bottom:var(--spacing-md)}.grid{display:grid;gap:var(--spacing-xl)}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.gap-xl{gap:var(--spacing-xl)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-white{color:var(--color-white)}.text-muted{color:var(--color-gray-500)}.font-semibold{font-weight:600}.font-bold{font-weight:700}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.bg-white{background-color:var(--bg-surface)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mt-xl{margin-top:var(--spacing-xl)}.mt-2xl{margin-top:var(--spacing-2xl)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xl{margin-bottom:var(--spacing-xl)}.mb-2xl{margin-bottom:var(--spacing-2xl)}.py-sm{padding-bottom:var(--spacing-sm);padding-top:var(--spacing-sm)}.py-md{padding-bottom:var(--spacing-md);padding-top:var(--spacing-md)}.py-lg{padding-bottom:var(--spacing-lg);padding-top:var(--spacing-lg)}.py-xl{padding-bottom:var(--spacing-xl);padding-top:var(--spacing-xl)}.px-sm{padding-left:var(--spacing-sm);padding-right:var(--spacing-sm)}.px-md{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}.px-lg{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}.px-xl{padding-left:var(--spacing-xl);padding-right:var(--spacing-xl)}@media(max-width:768px){:root{--text-5xl:2.5rem;--text-4xl:2rem;--text-3xl:1.5rem}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.section{padding:var(--spacing-2xl) 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fadeIn{animation:fadeIn .6s ease forwards}.animate-slideInLeft{animation:slideInLeft .6s ease forwards}.animate-slideInRight{animation:slideInRight .6s ease forwards}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-gray-100)}::-webkit-scrollbar-thumb{background:var(--color-gray-400);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-gray-500)}::-moz-selection{background-color:var(--color-primary);color:var(--color-white)}::selection{background-color:var(--color-primary);color:var(--color-white)}html.dark{--color-gray-50:#0f172a;--color-gray-100:#1e293b;--color-gray-200:#334155;--color-gray-300:#475569;--color-gray-400:#94a3b8;--color-gray-500:#94a3b8;--color-gray-600:#cbd5e1;--color-gray-700:#e2e8f0;--color-gray-800:#f1f5f9;--color-gray-900:#f8fafc;--bg-surface:#1e293b;--bg-surface-alt:#0f172a;--bg-surface-raised:#273548;--border-default:#334155;--border-light:#1e293b;--color-primary:#dc2626;--color-primary-dark:#ef4444;--color-primary-darker:#1e293b;--color-primary-light:#ef4444;--color-primary-lighter:#f87171;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.3);--shadow-md:0 4px 6px -1px rgba(0,0,0,.4),0 2px 4px -2px rgba(0,0,0,.3);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -4px rgba(0,0,0,.3);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.4),0 8px 10px -6px rgba(0,0,0,.3);color-scheme:dark}html.dark body{background-color:#0f172a;color:#e2e8f0}html.dark h1,html.dark h2,html.dark h3,html.dark h4,html.dark h5,html.dark h6{color:#f8fafc}html.dark p{color:#cbd5e1}html.dark a{color:#f87171}html.dark a:hover{color:#fca5a5}html.dark input,html.dark select,html.dark textarea{background-color:#1e293b;border-color:#475569;color:#f1f5f9}html.dark input::-moz-placeholder,html.dark textarea::-moz-placeholder{color:#64748b}html.dark input::placeholder,html.dark textarea::placeholder{color:#64748b}html.dark input:focus,html.dark select:focus,html.dark textarea:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633}html.dark ::-webkit-scrollbar-track{background:#0f172a}html.dark ::-webkit-scrollbar-thumb{background:#475569}html.dark ::-webkit-scrollbar-thumb:hover{background:#64748b}html.dark .hero-wave svg path,html.dark .wave-divider path{fill:var(--bg-surface-alt)!important}html.dark table,html.dark th{border-color:#334155}html.dark th{background-color:#1e293b;color:#f1f5f9}html.dark td{border-color:#334155;color:#e2e8f0}html.dark tr:hover td{background-color:#273548}html.dark blockquote,html.dark code,html.dark pre{background-color:#1e293b;color:#e2e8f0}html.dark blockquote{border-left-color:#dc2626}html.dark hr{border-color:#334155}html.dark .btn-primary{background-color:#dc2626;border-color:#dc2626;color:#fff}html.dark .btn-primary:hover{background-color:#ef4444;border-color:#ef4444}html.dark .btn-outline{border-color:#f87171;color:#f87171}html.dark .btn-outline:hover{background-color:#dc2626;border-color:#dc2626;color:#fff}html.dark .btn-secondary{background-color:#334155;border-color:#334155;color:#f1f5f9}html.dark .btn-secondary:hover{background-color:#475569;border-color:#475569}html.dark .section-title{color:#f8fafc}html.dark .section-subtitle{color:#f87171}html.dark .section-description{color:#94a3b8}html.dark .card{background-color:#1e293b;border:1px solid #334155}html.dark .card-title{color:#f8fafc}html.dark .card-text{color:#94a3b8}html.dark ::-moz-selection{background-color:#dc2626;color:#fff}html.dark ::selection{background-color:#dc2626;color:#fff}html.dark .announcement-card,html.dark .article,html.dark .bidang-section,html.dark .card,html.dark .contact-form-wrapper,html.dark .detail-card,html.dark .document-card,html.dark .faq-item,html.dark .function-item,html.dark .info-card,html.dark .info-category,html.dark .mission-card,html.dark .org-image-container,html.dark .policy-content,html.dark .ppid-service-card,html.dark .profile-card,html.dark .service-card,html.dark .sidebar-card,html.dark .social-media-card,html.dark .terms-content,html.dark .value-card{border:1px solid #334155}html.dark .footer{background-color:#0b1120}html.dark .footer__bottom{background-color:#0000004d}html.dark .page-header__bg{background:linear-gradient(135deg,#991b1b,#0f172a)}html.dark .contact-info-card{background-color:#1e293b;border:1px solid #334155}html.dark .map-container{border:1px solid #334155}html.dark .dark-mode-toggle{background:#1e293b;border-color:#475569;color:#fcd34d}html.dark .dark-mode-toggle:hover{background:#dc2626;border-color:#dc2626;color:#fff}[data-sa]{opacity:0;transition-duration:.7s;transition-property:opacity,transform,filter;transition-timing-function:cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.sa-no-js [data-sa],[data-sa].sa-visible{filter:none!important;opacity:1!important;transform:none!important}[data-sa-child]{opacity:0;transition-duration:.6s;transition-property:opacity,transform,filter;transition-timing-function:cubic-bezier(.22,1,.36,1);will-change:opacity,transform}[data-sa-child].sa-visible{filter:none!important;opacity:1!important;transform:none!important}[data-sa=sa-fade-up]{transform:translateY(30px)}[data-sa=sa-fade-down]{transform:translateY(-30px)}[data-sa=sa-fade-left]{transform:translate(-40px)}[data-sa=sa-fade-right]{transform:translate(40px)}[data-sa=sa-scale-in]{transform:scale(.9)}[data-sa=sa-slide-up]{transform:translateY(50px)}[data-sa=sa-blur-in]{filter:blur(8px);transform:translateY(15px)}[data-sa=sa-fade-up]>[data-sa-child]{transform:translateY(30px)}[data-sa=sa-fade-down]>[data-sa-child]{transform:translateY(-30px)}[data-sa=sa-fade-left]>[data-sa-child]{transform:translate(-40px)}[data-sa=sa-fade-right]>[data-sa-child]{transform:translate(40px)}[data-sa=sa-scale-in]>[data-sa-child]{transform:scale(.9)}[data-sa=sa-slide-up]>[data-sa-child]{transform:translateY(50px)}[data-sa=sa-blur-in]>[data-sa-child]{filter:blur(8px);transform:translateY(15px)}.sa-hover-lift{transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.sa-hover-lift:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.sa-hover-glow{border:1px solid transparent;transition:box-shadow var(--transition-normal),border-color var(--transition-normal)}.sa-hover-glow:hover{border-color:var(--color-primary-lighter);box-shadow:0 0 20px #b91c1c1f}.sa-hover-icon:hover .sa-icon{transform:scale(1.1) rotate(-5deg)}.sa-icon{transition:transform var(--transition-normal)}.sa-hover-underline{position:relative}.sa-hover-underline:after{background-color:var(--color-primary);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width var(--transition-normal);width:0}.sa-hover-underline:hover:after{width:100%}.sa-hover-shimmer{overflow:hidden;position:relative}.sa-hover-shimmer:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.08),transparent);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;transition:left .6s ease;width:50%;z-index:1}.sa-hover-shimmer:hover:before{left:150%}@media(prefers-reduced-motion:reduce){[data-sa-child],[data-sa]{filter:none!important;opacity:1!important;transform:none!important;transition-duration:.01ms!important}}.page-enter-active,.page-leave-active{transition:opacity .25s ease,transform .25s ease}.page-enter-from{opacity:0;transform:translateY(10px)}.page-leave-to{opacity:0;transform:translateY(-10px)}@media(max-width:768px){:root{--container-padding:1rem}}@media(max-width:480px){:root{--container-padding:.75rem}}@media(max-width:768px){:root{--text-6xl:2.5rem;--text-5xl:2rem;--text-4xl:1.75rem;--text-3xl:1.5rem;--text-2xl:1.25rem}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}}@media(max-width:480px){:root{--text-6xl:2rem;--text-5xl:1.75rem;--text-4xl:1.5rem;--text-3xl:1.25rem;--text-2xl:1.125rem}}@media(max-width:768px){.btn{border-radius:var(--radius-lg);font-size:var(--text-sm);min-height:44px;padding:.75rem 1.25rem}.btn-lg{font-size:var(--text-base);min-height:48px;padding:.875rem 1.5rem}.btn-sm{font-size:var(--text-xs);min-height:40px;padding:.5rem .875rem}}@media(max-width:480px){.btn{justify-content:center;padding:.6875rem 1rem;width:100%}.btn-lg{padding:.75rem 1.25rem}}@media(max-width:768px){.section{padding:var(--spacing-2xl) 0}.section-sm{padding:var(--spacing-xl) 0}.section-lg{padding:var(--spacing-3xl) 0}.section-header{margin-bottom:var(--spacing-xl)}.section-description{font-size:var(--text-base)}}@media(max-width:480px){.section{padding:var(--spacing-xl) 0}.section-header{margin-bottom:var(--spacing-lg)}}@media(max-width:1024px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.grid{gap:var(--spacing-lg)}}@media(max-width:480px){.grid{gap:var(--spacing-md)}}@media(max-width:768px){.card{border-radius:var(--radius-lg)}.card-body{padding:var(--spacing-lg)}.card:hover{transform:translateY(-2px)}}@media(max-width:480px){.card-body{padding:var(--spacing-md)}.card-title{font-size:var(--text-lg)}}@media(max-width:768px){.filter-search,.filter-select,.form-group input,.form-group select,.form-group textarea,.form-input,.form-select,.form-textarea{font-size:16px}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -1rem;padding:0 1rem}table{min-width:600px}td,th{font-size:var(--text-sm);padding:.75rem .5rem}}@media(max-width:1024px){.admin-content{padding:1rem}.admin-topbar{padding:12px 16px}.admin-topbar__title{font-size:16px}}@media(max-width:768px){.admin-content{padding:12px}.admin-topbar{flex-wrap:wrap;gap:8px;padding:10px 12px}.admin-topbar__title{flex:1;font-size:14px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-topbar__right{gap:8px}.admin-topbar__user{display:none;font-size:12px}}@media(max-width:480px){.admin-content{padding:8px}.admin-topbar__title{font-size:13px}}@media(max-width:768px){.admin-stats,.stats-grid{gap:.75rem!important;grid-template-columns:repeat(2,1fr)!important}.admin-stat-card,.stat-card{padding:1rem!important}.admin-stat-value,.stat-card__value{font-size:1.5rem!important}.admin-stat-label,.stat-card__label{font-size:.75rem!important}}@media(max-width:480px){.admin-stats,.stats-grid{grid-template-columns:1fr!important}}@media(max-width:1024px){.admin-table-wrapper,.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -12px;padding:0 12px}.admin-table,.data-table{min-width:700px}}@media(max-width:768px){.admin-table td,.admin-table th,.data-table td,.data-table th{font-size:13px!important;padding:10px 8px!important}.admin-table td:first-child,.admin-table th:first-child{padding-left:12px!important}.admin-table .hide-mobile,.data-table .hide-mobile{display:none}.action-buttons{display:flex;flex-wrap:nowrap;gap:4px}.action-buttons .btn,.action-buttons button{font-size:12px!important;min-width:auto!important;padding:6px 8px!important}.action-buttons svg{height:14px!important;width:14px!important}.admin-page-header,.contacts-header,.docs-header,.pages-header{align-items:stretch!important;flex-direction:column!important;gap:1rem!important}.admin-page-header h1,.admin-page-header h2{font-size:1.25rem!important}.admin-page-header .btn{justify-content:center!important;width:100%!important}.admin-card,.form-card,.settings-card{border-radius:12px!important;padding:1rem!important}.admin-card__header,.form-card__header{align-items:flex-start!important;flex-direction:column!important;gap:.75rem!important}.admin-card__title,.form-card__title{font-size:1rem!important}.form-grid,.form-grid-general,.form-row,.form-row-3,.info-grid{gap:1rem!important;grid-template-columns:1fr!important}.docs-header__actions,.filter-bar,.filter-controls{align-items:stretch!important;flex-direction:column!important;gap:.75rem!important}.filter-bar .btn,.filter-controls .btn{justify-content:center!important;width:100%!important}.tab-list,.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;gap:0!important}.tab-list .tab,.tabs .tab{flex-shrink:0;font-size:13px!important;padding:8px 12px!important;white-space:nowrap}.posts-grid{gap:.75rem!important;grid-template-columns:repeat(2,1fr)!important}}@media(max-width:480px){.admin-card,.form-card,.settings-card{padding:.75rem!important}.posts-grid{grid-template-columns:1fr!important}}@media(max-width:1024px){.admin-gallery-grid,.gallery-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:768px){.admin-gallery-grid,.gallery-grid{gap:.75rem!important;grid-template-columns:repeat(2,1fr)!important}}@media(max-width:480px){.admin-gallery-grid,.gallery-grid{gap:.5rem!important;grid-template-columns:repeat(2,1fr)!important}.gallery-item img{border-radius:8px!important}}@media(max-width:768px){.hero{min-height:auto;padding-top:90px}.hero__content{gap:1.25rem;grid-template-columns:1fr!important;padding:1.5rem 0 2rem;text-align:center}.hero__text{order:2!important}.hero__slider-container{align-items:stretch!important;margin:0!important;max-width:100%!important;order:1!important;width:100%!important}.hero__actions,.hero__badge,.hero__description,.hero__slider-container,.hero__subtitle,.hero__text,.hero__title{animation:none!important;opacity:1!important;transform:none!important}.hero__images{border-radius:var(--radius-lg)!important;flex:none!important;height:auto!important;max-width:100%!important;width:100%!important}.hero__images-wrapper{overflow:hidden}.hero__image-item,.hero__images-wrapper{height:220px!important;width:100%!important}.hero__image-item--active{display:block!important;opacity:1!important}.hero__image-item img{display:block!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important}.hero__arrow{background:#00000059!important;height:36px!important;opacity:1!important;width:36px!important}.hero__title{font-size:1.625rem!important;line-height:1.25}.hero__description{font-size:.9375rem;line-height:1.6;max-width:100%}.hero__actions{flex-direction:column;gap:.625rem}.hero__actions .btn{font-size:.9375rem!important;padding:.75rem 1.25rem!important;width:100%}}@media(max-width:480px){.hero{padding-top:80px}.hero__content{padding:1rem 0 1.5rem}.hero__images,.hero__slider-container{width:100%!important}.hero__title{font-size:1.375rem!important}.hero__description{font-size:.875rem}.hero__image-item,.hero__images-wrapper{height:200px!important;width:100%!important}.hero__image-item--active{display:block!important;opacity:1!important}.hero__badge{font-size:.6875rem;padding:.375rem .75rem}.hero__actions .btn{font-size:.875rem!important;padding:.6875rem 1rem!important}}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.services-grid{gap:1.25rem!important;grid-template-columns:1fr!important}.service-card{border-radius:var(--radius-xl)!important;padding:1.5rem!important}.service-card__icon{border-radius:var(--radius-lg)!important;height:52px!important;min-height:52px!important;min-width:52px!important;width:52px!important}.service-card__icon svg{height:24px!important;width:24px!important}.service-card__title{font-size:1.125rem!important}.service-card__desc{font-size:.9375rem!important;line-height:1.6}.service-card__link{align-items:center;display:inline-flex;font-size:.9375rem!important;min-height:44px}}@media(max-width:1024px){.about-grid{gap:2.5rem!important;grid-template-columns:1fr!important}.about-visual{order:-1}.about-content .section-title{text-align:center}.about-content .section-subtitle{display:block;text-align:center}}@media(max-width:768px){.about-image__main{height:auto!important;min-height:250px;padding:2rem!important;width:100%!important}.about-image__main img{max-height:280px;-o-object-fit:contain;object-fit:contain}.about-image__badge{bottom:10px;padding:.875rem 1.125rem;right:10px}.about-image__badge-number{font-size:1.75rem!important}.about-content .section-title{font-size:1.5rem!important}.value-item{gap:.875rem!important;padding:.875rem!important}.value-item__title{font-size:1rem!important}.value-item__desc{font-size:.875rem!important;line-height:1.5}}@media(max-width:1024px){.content-grid{gap:2rem!important;grid-template-columns:1fr!important}.content-sidebar{order:-1}}@media(max-width:768px){.content-main{padding:0}.content-block{margin-bottom:2rem}.content-block h2{font-size:1.5rem}.content-block h3{font-size:1.25rem}.sidebar-card{padding:1.25rem!important}.sidebar-card__title{font-size:1rem!important}}@media(max-width:480px){.sidebar-card{padding:1rem!important}.content-block h2{font-size:1.25rem}.content-block h3{font-size:1.125rem}.value-item{padding:.625rem!important}.about-image__main{height:auto!important;min-height:220px;padding:1.5rem!important;width:100%!important}.about-image__badge-number{font-size:1.5rem!important}.about-content .section-title{font-size:1.375rem!important}}@media(max-width:1024px){.social-media-grid{gap:1.5rem!important;grid-template-columns:1fr!important}}@media(max-width:768px){.social-media-card{border-radius:var(--radius-xl)!important;padding:1.25rem!important}.social-media-card__header{gap:.875rem}.social-media-card__header svg{height:32px!important;width:32px!important}.social-media-card__title{font-size:1.125rem!important}.social-media-card__content-area{border-radius:var(--radius-lg)!important;min-height:250px!important}.social-media-card__empty,.social-media-card__loading{min-height:250px!important}.ig-mini-grid,.tt-mini-grid{gap:2px!important}.social-media-card .btn{font-size:.9375rem!important;min-height:44px}}@media(max-width:480px){.social-media-card{padding:1rem!important}.ig-mini-grid{gap:2px!important;grid-template-columns:repeat(3,1fr)!important}.tt-mini-grid{gap:2px!important;grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.cta-section{padding:3rem 0!important}.cta-title{font-size:1.5rem!important;line-height:1.3}.cta-description{font-size:1rem;line-height:1.6}.cta-actions{flex-direction:column;gap:.75rem}.cta-actions .btn{font-size:.9375rem!important;min-height:48px;width:100%}.cta-box{flex-direction:column!important;gap:1.5rem;padding:2rem!important;text-align:center}.cta-box__content h3{font-size:1.25rem!important}.cta-box__content p{font-size:1rem}}@media(max-width:480px){.cta-title{font-size:1.375rem!important}.cta-section{padding:2.5rem 0!important}.cta-box{padding:1.5rem!important}}@media(max-width:1024px){.footer__grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:640px){.footer__grid{gap:2rem!important;grid-template-columns:1fr!important;text-align:center}.footer__main{padding:3rem 0 2rem!important}.footer__logo,.footer__social{justify-content:center}.footer__contact,.footer__links{text-align:center}.footer__contact li{justify-content:center}.footer__bottom-content{flex-direction:column;gap:.5rem;text-align:center}.footer__links a{display:inline-block;line-height:2;min-height:36px;padding:.375rem 0}.footer__about-text{font-size:.9375rem!important;line-height:1.6}.footer__title{font-size:1.0625rem!important;margin-bottom:1rem}}@media(max-width:1024px){.contact-grid{gap:2rem!important;grid-template-columns:1fr!important}.contact-info{order:2}.contact-form-wrapper{order:1}}@media(max-width:768px){.contact-form{border-radius:var(--radius-xl)!important;padding:1.5rem!important}.contact-card{border-radius:var(--radius-lg)!important;padding:1.25rem!important}.contact-card__icon{height:48px!important;width:48px!important}.contact-form .form-group label{font-size:.9375rem!important}.contact-form .form-group input,.contact-form .form-group textarea{font-size:1rem!important;min-height:44px}.contact-form .btn{font-size:1rem!important;min-height:48px}}@media(max-width:480px){.contact-form{padding:1.25rem!important}.contact-card{padding:1rem!important}.form-row{gap:.75rem!important;grid-template-columns:1fr!important}}@media(max-width:1024px){.ppid-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.ppid-grid{gap:1.5rem!important;grid-template-columns:1fr!important}.ppid-service-card{padding:1.5rem!important}.ppid-service-card__icon{height:50px!important;width:50px!important}.ppid-intro{gap:2rem!important;grid-template-columns:1fr!important}}@media(max-width:480px){.ppid-intro,.ppid-service-card{padding:1rem!important}.ppid-intro{gap:1.5rem!important}}@media(max-width:768px){.document-card{padding:1rem!important}.document-card__header{align-items:flex-start;flex-direction:column;gap:.5rem}.document-card__title{font-size:1rem!important}.document-card__icon{height:40px!important;width:40px!important}.document-card .btn{margin-top:.75rem;width:100%}}@media(max-width:480px){.document-card{padding:.75rem!important}.document-card__title{font-size:.9375rem!important}}@media(max-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:768px){.gallery-grid{gap:.75rem!important;grid-template-columns:repeat(2,1fr)!important}.gallery-item{aspect-ratio:1}}@media(max-width:480px){.gallery-grid{gap:.5rem!important}}@media(max-width:768px){.regulasi-filters{flex-direction:column;gap:1rem}.regulasi-filters input,.regulasi-filters select{width:100%}.regulasi-card{padding:1rem!important}.regulasi-card__header{align-items:flex-start;flex-direction:column;gap:.75rem}}@media(max-width:480px){.regulasi-card{padding:.75rem!important}.regulasi-filters input,.regulasi-filters select{font-size:14px}}@media(max-width:768px){.announcement-card{padding:1.25rem!important}.announcement-card__date{font-size:.75rem}.announcement-card__title{font-size:1.125rem!important}}@media(max-width:480px){.announcement-card{padding:1rem!important}.announcement-card__title{font-size:1rem!important}}@media(max-width:768px){.faq-item{padding:1.125rem!important}.faq-item__question{align-items:center;display:flex;font-size:1rem!important;min-height:44px;padding-right:2.5rem}.faq-item__answer{font-size:.9375rem;line-height:1.7}.faq-item__toggle{height:32px!important;width:32px!important}.faq-question{min-height:48px!important;padding:1rem 1.25rem!important}.faq-question-text{font-size:.9375rem!important;line-height:1.4}.faq-card{border-radius:var(--radius-lg)!important}.org-image-container{padding:1rem!important}.org-image-container img{border-radius:8px}}@media(max-width:1024px){.bidang-grid{grid-template-columns:1fr!important}}@media(max-width:768px){.bidang-section{padding:1.25rem!important}.bidang-section__header h3{font-size:1.125rem!important}.function-item{padding:.75rem!important}}@media(max-width:480px){.bidang-section{padding:1rem!important}.bidang-section__header h3{font-size:1rem!important}.function-item{font-size:.875rem;padding:.5rem!important}}@media(max-width:768px){.page-header-section{padding:6.5rem 0 3rem!important}.page-header-section h1{font-size:1.75rem!important;line-height:1.3}.page-header-section p{font-size:1rem;line-height:1.6}}@media(max-width:480px){.page-header-section{padding:5.5rem 0 2.5rem!important}.page-header-section h1{font-size:1.5rem!important}.page-header-section p{font-size:.9375rem}}@media(max-width:768px){.breadcrumb{font-size:.8125rem;padding:.75rem 0}.breadcrumb__list{flex-wrap:wrap;gap:.25rem}.search-filter{flex-direction:column;gap:.75rem}.search-filter .btn,.search-filter__input,.search-filter__select{width:100%}.toast-container{bottom:80px!important;left:1rem!important;max-width:none!important;right:1rem!important}.toast{font-size:.875rem;padding:.875rem 1rem!important}.whatsapp-float{bottom:80px!important;height:52px!important;right:1rem!important;width:52px!important}.whatsapp-float svg{height:24px!important;width:24px!important}.back-to-top{bottom:142px!important;height:44px!important;right:1rem!important;width:44px!important}.back-to-top svg{height:20px!important;width:20px!important}.policy-content,.terms-content{padding:1.5rem!important}.policy-content h2,.terms-content h2{font-size:1.25rem!important}.policy-content h3,.terms-content h3{font-size:1.125rem!important}}@media(max-width:768px){@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}.animate-fade-up,.animate-scale-in,.animate-slide-left,.animate-slide-right{animation-duration:.5s}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.card:hover{transform:none}}@media(hover:none)and (pointer:coarse){.btn,.faq-question,.mobile-nav__item,.mobile-nav__link,.mobile-nav__sublink,.mobile-toggle,.nav__dropdown-link,.nav__link,.profile-card,.service-card__link{min-height:44px}.card:hover,.service-card:hover,.social-media-card:hover{transform:translateY(-2px)}.ig-mini-overlay,.tt-mini-overlay{opacity:.6}.hero__arrow{opacity:1!important}}@media(max-height:500px)and (orientation:landscape){.hero{min-height:auto;padding:100px 0 2rem}.hero__content{grid-template-columns:1fr 1fr!important}.hero__images-wrapper{height:150px!important}.page-header-section{padding:5rem 0 2rem!important}}@supports (padding:max(0px)){.mobile-nav{padding-bottom:max(.5rem,env(safe-area-inset-bottom))}.floating-buttons{right:max(1rem,env(safe-area-inset-right))}.floating-buttons,.toast-container{bottom:calc(80px + max(0px,env(safe-area-inset-bottom)))}}@media(prefers-contrast:high){:root{--shadow-sm:0 0 0 1px currentColor;--shadow-md:0 0 0 2px currentColor;--shadow-lg:0 0 0 2px currentColor}.card,.service-card,.sidebar-card{border:2px solid}}.error-page[data-v-4f925a03]{align-items:center;background:#f9fafb;display:flex;font-family:Inter,Plus Jakarta Sans,sans-serif;justify-content:center;min-height:100vh;padding:24px}.error-page__container[data-v-4f925a03]{max-width:480px;text-align:center}.error-page__code[data-v-4f925a03]{color:#b91c1c;font-size:120px;font-weight:800;line-height:1;margin-bottom:8px}.error-page__title[data-v-4f925a03]{color:#1f2937;font-size:24px;font-weight:700;margin:0 0 12px}.error-page__message[data-v-4f925a03]{color:#6b7280;font-size:16px;line-height:1.6;margin:0 0 32px}.error-page__actions[data-v-4f925a03]{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.error-page__btn[data-v-4f925a03]{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s}.error-page__btn--primary[data-v-4f925a03]{background:#b91c1c;color:#fff}.error-page__btn--primary[data-v-4f925a03]:hover{background:#991b1b}.error-page__btn--secondary[data-v-4f925a03]{background:#fff;border:1px solid #d1d5db;color:#374151}.error-page__btn--secondary[data-v-4f925a03]:hover{background:#f3f4f6}
