:root { --navy: #082b59; --blue: #1261c9; --sky: #eaf4ff; --ink: #10233d; --muted: #61728a; --line: #dce8f5; --yellow: #ffc857; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--ink); background: #fff; font-family: 'DM Sans', sans-serif; }
html, body { width: 100%; max-width: 100%; margin: 0; padding: 0; overflow-x: hidden; }
img, video, iframe { max-width: 100%; }
h1, h2, h3, .navbar-brand { font-family: 'Space Grotesk', sans-serif; }
.navbar { height: 72px; padding: 0; background: transparent; border: 0 !important; backdrop-filter: none; transition: background-color .3s ease, backdrop-filter .3s ease, box-shadow .3s ease; }
.navbar > .container { position: relative; height: 100%; padding-top: 0 !important; padding-bottom: 0 !important; }
.navbar.scrolled { background: rgba(8, 43, 89, .96); border: 0 !important; backdrop-filter: blur(16px); box-shadow: 0 8px 24px rgba(3, 25, 58, .16); }
.navbar-brand { color: white; font-weight: 700; letter-spacing: -.04em; }
.navbar-brand:hover { color: white; }
.brand-mark { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-right: 9px; color: var(--navy); background: var(--yellow); border-radius: 12px 12px 12px 3px; }
.nav-link { color: #d5e7fb; font-size: .92rem; font-weight: 600; }
.nav-link:hover { color: var(--yellow); }
.btn-primary { border: 0; color: var(--navy); background: var(--yellow); box-shadow: 0 10px 22px rgba(3, 25, 58, .22); }
.btn-primary:hover { color: var(--navy); background: #ffe08a; }
.navbar-toggler { display: block; margin-right: auto; border-color: rgba(255, 255, 255, .45); }
.navbar-toggler-icon { filter: brightness(0) invert(1); }
.navbar-collapse { position: fixed; top: 72px; left: 0; width: min(340px, calc(100vw - 28px)); height: calc(100vh - 72px); padding: 24px; background: rgba(8, 43, 89, .98); border-top: 1px solid rgba(255, 255, 255, .12); box-shadow: 12px 0 28px rgba(3, 25, 58, .2); transform: translateX(-105%); transition: transform .3s ease; }
.navbar-collapse.show { transform: translateX(0); }
.navbar-collapse .navbar-nav { align-items: flex-start !important; }
.navbar-collapse .nav-item { width: 100%; }
.navbar-collapse .nav-link { padding: 10px 0; }
.navbar-collapse .btn { margin-top: 8px; }
.navbar-logos { position: absolute; top: 50%; left: 50%; z-index: 3; display: flex; width: auto; height: 48px; align-items: center; gap: 10px; transform: translate(-50%, -50%); }
.navbar-logos img { display: block; width: auto; height: 44px; object-fit: contain; }
.hero { position: relative; display: grid; height: 100svh; min-height: 620px; overflow: hidden; place-items: center; padding: 96px 0 34px; color: white; text-align: center; background: var(--navy) url('../../images/hero-umkm.png') center / cover no-repeat; }
.hero.has-fallback { background-image: url('https://images.unsplash.com/photo-1488459716781-31db52582fe9?auto=format&fit=crop&w=2000&q=85'); }
.hero::before { position: absolute; inset: 0; content: ''; background: linear-gradient(135deg, rgba(8, 43, 89, .88), rgba(18, 97, 201, .56) 55%, rgba(8, 43, 89, .78)); }
.hero::after { position: absolute; right: -110px; bottom: -160px; width: 410px; height: 410px; content: ''; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255, 255, 255, .05), 0 0 0 78px rgba(255, 255, 255, .03); }
.hero-content { position: relative; z-index: 1; display: flex; height: 100%; min-height: 0; align-items: center; justify-content: center; }
.hero-copy-wrap { max-width: 760px; }
.eyebrow { color: var(--yellow); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin-inline: auto; color: white; font-size: clamp(3.3rem, 7vw, 6.5rem); line-height: .95; letter-spacing: -.07em; text-shadow: 0 8px 26px rgba(0, 0, 0, .2); }
.hero h1 span { color: var(--yellow); }
.hero-copy { max-width: 590px; margin-inline: auto; color: #e4f0ff; font-size: 1.1rem; line-height: 1.8; }
.hero-logo { display: grid; width: 104px; height: 104px; margin: 0 auto 26px; place-items: center; color: var(--navy); background: var(--yellow); border: 8px solid rgba(255, 255, 255, .26); border-radius: 50%; box-shadow: 0 16px 30px rgba(0, 0, 0, .2); font-family: 'Space Grotesk', sans-serif; font-size: 3.1rem; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hero-actions .btn-light { color: var(--navy); }
.section-space { padding: 110px 0; }
.stat-strip { position: relative; z-index: 2; margin-top: -45px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 16px 40px rgba(21, 73, 127, .08); }
.stat-number { color: var(--navy); font-family: 'Space Grotesk', sans-serif; font-size: 2rem; font-weight: 700; }
.stat-label { color: var(--muted); font-size: .86rem; }
.section-title { color: var(--navy); font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.06em; }
.section-intro { color: var(--muted); line-height: 1.8; }
.category-card { height: 100%; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 14px; transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translateY(-7px); box-shadow: 0 18px 35px rgba(21, 73, 127, .12); }
.icon-box { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 25px; color: var(--blue); background: var(--sky); border-radius: 13px; font-size: 1.35rem; }
.category-card h3 { color: var(--navy); font-size: 1.15rem; }
.category-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.story { overflow: hidden; background: var(--navy); border-radius: 22px; }
.story-image { width: 100%; height: 100%; min-height: 430px; object-fit: cover; opacity: .8; }
.story-content { padding: 64px; color: white; }
.story-content h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.06em; }
.story-content p { color: #b7cbe4; line-height: 1.8; }
.quote { padding-left: 18px; border-left: 3px solid var(--yellow); color: #e6f1ff !important; font-size: 1.1rem; }
.cta { position: relative; overflow: hidden; padding: 74px 30px; color: white; background: var(--blue); border-radius: 22px; }
.cta::before { position: absolute; top: -130px; right: -40px; width: 360px; height: 360px; content: ''; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.06), 0 0 0 64px rgba(255,255,255,.04); }
.cta h2 { position: relative; max-width: 670px; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.06em; }
footer { padding: 34px 0; color: #98adc7; background: #061f42; font-size: .9rem; }
footer strong { color: white; font-family: 'Space Grotesk', sans-serif; }
@media (max-width: 991px) { .hero { min-height: 620px; padding-top: 100px; } .story-content { padding: 42px 30px; } }
@media (max-width: 991px) { .navbar { height: 64px; } .navbar-logos { height: 34px; gap: 7px; } .navbar-logos img { height: 30px; } }
@media (max-width: 575px) { html, body { width: 100%; max-width: 100%; overflow-x: hidden; } html::-webkit-scrollbar, body::-webkit-scrollbar { width: 0; height: 0; } .about-section .row { margin-right: 0; margin-left: 0; } .hero { width: 100%; max-width: 100%; height: auto; min-height: 680px; margin-right: 0; margin-left: 0; padding-right: 0; padding-bottom: 80px; padding-left: 0; overflow: hidden; background-position: center center; } .hero-content, .hero-copy-wrap { width: 100%; max-width: 100%; min-width: 0; } .hero-copy-wrap { padding-right: 12px; padding-left: 12px; } .hero-logo { width: 86px; height: 86px; font-size: 2.5rem; } .navbar { width: 100%; max-width: 100%; height: 58px; } .navbar > .container { width: 100%; max-width: 100%; } .navbar-logos { left: 50%; height: 30px; gap: 5px; } .navbar-logos img { height: 26px; max-width: 100%; } .navbar-collapse { top: 58px; width: min(300px, calc(100vw - 20px)); max-width: 100%; height: calc(100vh - 58px); padding: 18px; } .section-space { padding: 75px 0; } }
.intro-section { background: #f8fbff; }
.principle-panel { padding: 34px; background: var(--navy); border-radius: 18px; color: white; box-shadow: 18px 18px 0 var(--yellow); }
.principle-panel h3 { margin: 8px 0; font-size: 1.15rem; }
.principle-panel p { margin: 0 0 22px; color: #b7cbe4; line-height: 1.6; }
.principle-number { color: var(--yellow); font-family: 'Space Grotesk', sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.principle-line { display: block; width: 100%; height: 1px; margin: 22px 0; background: rgba(255, 255, 255, .2); }
.section-heading { row-gap: 16px; }
.business-card, .news-card { height: 100%; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 14px; transition: transform .25s ease, box-shadow .25s ease; }
.language-switcher { position: absolute; z-index: 4; top: 50%; right: 24px; width: auto !important; transform: translateY(-50%); }
.language-switcher .dropdown-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 10px; backdrop-filter: blur(8px); font-size: .76rem; font-weight: 700; text-decoration: none; }
.language-flag { display: inline-block; width: 20px; height: 20px; flex: 0 0 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.language-flag.flag-id { background: linear-gradient(to bottom, #e31d3b 0 50%, #fff 50% 100%); }
.language-flag.flag-en { background: #1d4ed8 url('https://flagcdn.com/w80/gb.png') center / cover no-repeat; }
.language-switcher .dropdown-item { display: flex; align-items: center; }
.language-switcher .dropdown-toggle:hover, .language-switcher .dropdown-toggle:focus { color: #fff; background: rgba(255,255,255,.2); }
.language-switcher .dropdown-menu { min-width: 180px; padding: 6px; border: 0; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.15); }
.language-switcher .dropdown-item { padding: 10px 12px; border-radius: 8px; color: var(--ink); font-size: .78rem; }
.language-switcher .dropdown-item:hover, .language-switcher .dropdown-item:focus { color: var(--navy); background: var(--sky); }
.language-switcher .dropdown-menu { right: 0 !important; left: auto !important; }
@media (max-width: 575px) { .language-switcher { right: 14px; } .language-switcher .dropdown-toggle { padding: 7px 9px; } .language-switcher .dropdown-toggle > span:last-child { display: none; } }
.business-card:hover, .news-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(21, 73, 127, .12); }
.business-photo, .news-photo { height: 210px; background-position: center; background-size: cover; }
.business-photo.photo-placeholder { display: grid; place-items: center; color: #1261c9; background: #eaf4ff; }
.photo-food { background-image: url('https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&w=900&q=80'); }
.photo-craft { background-image: url('https://images.unsplash.com/photo-1452860606245-08befc0ff44b?auto=format&fit=crop&w=900&q=80'); }
.photo-stall { background-image: url('https://images.unsplash.com/photo-1534723452862-4c874018d66d?auto=format&fit=crop&w=900&q=80'); }
.business-body, .news-body { padding: 24px; }
.business-tag { display: inline-block; margin-bottom: 12px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.business-body h3, .news-body h3 { color: var(--navy); font-size: 1.35rem; }
.business-body p { min-height: 50px; color: var(--muted); line-height: 1.6; }
.business-body a, .news-body a { color: var(--blue); font-size: .9rem; font-weight: 700; text-decoration: none; }
.umkm-map { height: 450px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 16px 40px rgba(21, 73, 127, .1); }
.map-preview { width: 100%; text-align: center; }
.map-preview .umkm-map { width: 100%; }
.category-section { background: #f8fbff; }
.category-feature { position: relative; }
.category-feature h3 { margin-bottom: 10px; }
.category-feature span { display: block; margin-top: 25px; color: var(--blue); font-size: .82rem; font-weight: 700; }
.featured-business { overflow: hidden; background: var(--navy); border-radius: 20px; }
.featured-image { min-height: 460px; background: url('https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=1100&q=85') center / cover; }
.featured-copy { padding: 62px; color: white; }
.featured-copy h3 { max-width: 480px; margin-bottom: 20px; font-size: clamp(2.1rem, 4vw, 3.5rem); letter-spacing: -.06em; }
.featured-copy p { max-width: 500px; margin-bottom: 28px; color: #b7cbe4; line-height: 1.8; }
.news-section { background: #f8fbff; }
.news-photo { height: 180px; }
.news-one { background-image: url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=900&q=80'); }
.news-two { background-image: url('https://images.unsplash.com/photo-1556761175-5973dc0f32e7?auto=format&fit=crop&w=900&q=80'); }
.news-three { background-image: url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=900&q=80'); }
.news-body span { display: block; margin-bottom: 12px; color: var(--muted); font-size: .75rem; font-weight: 600; }
.news-body h3 { min-height: 58px; font-size: 1.15rem; }
.story-image-program { min-height: 430px; background: url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1100&q=85') center / cover; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 14px; align-items: start; }
.gallery-item { min-height: 140px; overflow: hidden; background: #fff; border-radius: 12px; }
.gallery-item img { display: block; width: 100%; height: auto; }
.gallery-large { background-image: url('https://images.unsplash.com/photo-1511632765486-a01980e01a18?auto=format&fit=crop&w=1100&q=85'); }
.gallery-tall { background-image: url('https://images.unsplash.com/photo-1528605248644-14dd04022da1?auto=format&fit=crop&w=900&q=85'); }
.gallery-wide { background-image: url('https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=900&q=85'); }
.gallery-small { background-image: url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=900&q=85'); }
.cta-copy { position: relative; max-width: 560px; color: #d5e7fb; font-size: 1.05rem; line-height: 1.7; }
@media (max-width: 767px) { .principle-panel { box-shadow: 10px 10px 0 var(--yellow); } .featured-copy { padding: 38px 28px; } .featured-image { min-height: 300px; } .gallery-grid { grid-template-columns: 1fr 1fr; } .umkm-map { height: 360px; } }
.about-section { background: #fff; }
.about-photo { min-height: 390px; border-radius: 20px 20px 20px 4px; background: url('https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1100&q=85') center / cover; box-shadow: 22px 22px 0 var(--yellow); }
.catalog-section, .news-section { background: #f8fafc; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.filter-pill { padding: 10px 18px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 999px; font: inherit; font-size: .86rem; font-weight: 700; cursor: pointer; transition: .2s ease; }
.filter-pill:hover, .filter-pill.active { color: var(--navy); background: var(--yellow); border-color: var(--yellow); }
.business-body { display: flex; flex-direction: column; align-items: flex-start; }
.business-body h3 { margin-bottom: 4px; }
.business-body p { margin: 0 0 14px; }
.business-body small { display: block; margin-bottom: 20px; color: var(--muted); }
.business-body a { margin-top: auto; }
.photo-fashion { background-image: url('https://images.unsplash.com/photo-1551488831-00ddcb6c6bd3?auto=format&fit=crop&w=900&q=80'); }
.photo-service { background-image: url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=900&q=80'); }
.photo-snack { background-image: url('https://images.unsplash.com/photo-1599599810694-b5ac36c0b7a6?auto=format&fit=crop&w=900&q=80'); }
.text-link { color: var(--blue); font-weight: 700; text-decoration: none; }
.map-section { background: white; }
.map-summary { display: grid; height: 100%; grid-template-columns: 1fr 1fr; gap: 1px; padding: 20px; background: var(--line); border-radius: 18px; }
.map-summary div { display: flex; min-height: 105px; flex-direction: column; justify-content: center; padding: 18px; background: white; }
.map-summary strong { color: var(--navy); font-family: 'Space Grotesk', sans-serif; font-size: 1.8rem; }
.map-summary span { color: var(--muted); font-size: .82rem; }
.map-summary .btn { grid-column: span 2; align-self: end; }
.category-section { background: #f8fafc; }
.category-feature { display: block; color: inherit; text-decoration: none; }
.category-feature:hover { color: inherit; }
.featured-row { display: flex; gap: 18px; overflow-x: auto; padding-bottom: 14px; scrollbar-color: var(--blue) var(--sky); }
.featured-card { flex: 0 0 31%; min-width: 255px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 14px; }
.featured-image { height: 210px; background-position: center; background-size: cover; }
.featured-one { background-image: url('https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&w=900&q=80'); }
.featured-two { background-image: url('https://images.unsplash.com/photo-1452860606245-08befc0ff44b?auto=format&fit=crop&w=900&q=80'); }
.featured-three { background-image: url('https://images.unsplash.com/photo-1599599810694-b5ac36c0b7a6?auto=format&fit=crop&w=900&q=80'); }
.featured-copy { padding: 22px; }
.featured-copy h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.25rem; }
.featured-copy p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.story-section { background: #fff; }
.story-feature { overflow: hidden; border-radius: 20px; background: var(--navy); }
.program-points { display: grid; gap: 12px; margin-top: 28px; }
.program-points span { display: flex; gap: 12px; align-items: center; color: #d5e7fb; font-size: .9rem; }
.program-points b { color: var(--yellow); font-family: 'Space Grotesk', sans-serif; }
.gallery-section { background: #f8fafc; }
.gallery-grid { grid-template-columns: 1.3fr .8fr .8fr; }
.gallery-extra { background-image: url('https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=900&q=85'); }
.gallery-last { background-image: url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=900&q=85'); }
.cta { padding: 82px 48px; }
.cta h2 { max-width: 820px; }
.site-footer { padding: 54px 0 22px; color: #98adc7; background: #061f42; font-size: .9rem; }
.site-footer strong { display: block; margin-bottom: 12px; color: white; font-family: 'Space Grotesk', sans-serif; }
.site-footer p { margin: 0 0 8px; }
.site-footer a { display: block; margin-bottom: 8px; color: #b7cbe4; text-decoration: none; }
.site-footer a:hover { color: var(--yellow); }
.footer-title { font-size: 1.3rem; }
.footer-bottom { margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .78rem; }
@media (max-width: 767px) { .about-photo { min-height: 280px; } .map-summary { min-height: 330px; } .featured-card { flex-basis: 78%; } .cta { padding: 55px 28px; } }
@media (max-width: 767px) { .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .gallery-item { min-height: 0; } }
