   /* ─── HERO ─── */
    #home { padding-top: 68px; position: relative; overflow: hidden; }
   .hero-banner {
    position: relative;
    width: 100%;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,35,64,.15) 0%, rgba(26,35,64,.55) 100%); }
    .hero-content { position: relative; z-index: 2; max-width: 680px; padding: 0 24px; animation: fadeUp .9s ease both; }
    .hero-badge { display: inline-block; background: var(--orange); color: white; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-radius: 25px; margin-bottom: 18px; box-shadow: 0 4px 14px rgba(240,141,57,.5); }
    .hero-content h1 { font-family: 'Lora', serif; font-size: clamp(30px, 5vw, 52px); color: white; line-height: 1.2; margin-bottom: 16px; font-weight: 600; }
    .hero-content h1 em { color: var(--yellow); font-style: italic; }
    .hero-content p { font-size: 16px; color: rgba(255,255,255,.88); line-height: 1.7; margin-bottom: 30px; }
    .hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
    .hero-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: white; text-decoration: none; font-size: 15px; font-weight: 700; padding: 13px 28px; border-radius: 50px; box-shadow: 0 6px 20px rgba(240,141,57,.45); transition: transform .2s, box-shadow .2s; }
    .hero-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(240,141,57,.55); }
    .hero-btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.15); color: white; text-decoration: none; font-size: 15px; font-weight: 700; padding: 13px 28px; border-radius: 50px; border: 2px solid rgba(255,255,255,.5); transition: all .2s; backdrop-filter: blur(4px); }
    .hero-btn-secondary:hover { background: rgba(255,255,255,.25); border-color: white; }
    .hero-stats { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
    .hero-stat { text-align: center; }
    .hero-stat strong { display: block; font-size: 26px; font-weight: 800; color: var(--yellow); }
    .hero-stat span { font-size: 13px; color: rgba(255,255,255,.75); }

    /* ─── SEARCH ─── */
    .search-filter-wrap { max-width: 1000px; margin: -50px auto 0; padding: 0 24px; position: relative; z-index: 10; animation: fadeUp .9s .2s ease both; }
    .search-filter-card { background: white; border-radius: 20px; box-shadow: 0 16px 50px rgba(56,82,180,.18); overflow: hidden; }
    .search-row { display: flex; align-items: center; padding: 16px 20px; gap: 12px; border-bottom: 1px solid #edf0f8; }
    .search-icon { font-size: 20px; flex-shrink: 0; }
    .search-row input { flex: 1; border: none; outline: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; color: var(--dark); }
    .search-row input::placeholder { color: #aab0c5; }
    .search-btn { background: var(--navy); color: white; border: none; padding: 10px 24px; border-radius: 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; white-space: nowrap; }
    .search-btn:hover { background: #2d44a0; transform: scale(1.03); }
    .filter-row { display: flex; align-items: center; gap: 10px; padding: 14px 20px; flex-wrap: wrap; }
    .filter-label { font-size: 13px; font-weight: 700; color: var(--gray); white-space: nowrap; }
    .filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
    .chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 16px; border-radius: 25px; border: 1.5px solid #dde2f0; background: white; font-size: 13px; font-weight: 600; color: var(--gray); cursor: pointer; transition: all .2s; user-select: none; }
    .chip:hover { border-color: var(--blue); color: var(--navy); background: var(--light); }
    .chip.active { background: var(--navy); color: white; border-color: var(--navy); box-shadow: 0 4px 12px rgba(56,82,180,.30); }
    
        .wilayah-select {
          
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

    /* ─── UMKM SECTION ─── */
    #daftar-umkm { scroll-margin-top: 68px; }
    .section-wrapper { max-width: 1200px; margin: 0 auto; padding: 70px 24px 30px; }
    .section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; flex-wrap: wrap; gap: 12px; }
    .section-tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
    .section-header h2 { font-family: 'Lora', serif; font-size: clamp(22px, 3vw, 32px); color: var(--dark); font-weight: 600; }
    .lihat-semua { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; color: var(--navy); font-weight: 700; font-size: 14px; padding: 10px 22px; border: 2px solid var(--navy); border-radius: 25px; transition: all .25s; }
    .lihat-semua:hover { background: var(--navy); color: white; }
    .umkm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 20px; }
    .umkm-card { background: var(--card-bg); border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(56,82,180,.08); transition: transform .3s, box-shadow .3s; cursor: pointer; position: relative; }
    .umkm-card:hover { transform: translateY(-6px); box-shadow: 0 14px 40px rgba(56,82,180,.18); }
    .card-badge { position: absolute; top: 14px; left: 14px; background: var(--orange); color: white; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 25px; letter-spacing: .5px; z-index: 2; }
.umkm-thumbnail {
  width: 100%;
  height: 185px;
  overflow: hidden;
}

/* FOTO DI DALAM CARD */
.umkm-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* biar rapi seperti card */
}
    .thumb-1 { background: linear-gradient(135deg, #fde9c9 0%, #f3be7a 100%); }
    .thumb-2 { background: linear-gradient(135deg, #c9d5f5 0%, #5e7ac4 100%); }
    .thumb-3 { background: linear-gradient(135deg, #ffd6b0 0%, #f08d39 100%); }
    .thumb-4 { background: linear-gradient(135deg, #d0e8ff 0%, #5e7ac4 100%); }
    .thumb-5 { background: linear-gradient(135deg, #d4f5e2 0%, #3bc47a 100%); }
    .thumb-6 { background: linear-gradient(135deg, #ffe4cc 0%, #f08d39 100%); }
    .umkm-body { padding: 18px 20px 20px; }
    .umkm-cat { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
    .umkm-name { font-size: 17px; font-weight: 800; color: var(--dark); margin-bottom: 6px; }
    .umkm-loc { font-size: 13px; color: var(--gray); display: flex; align-items: center; gap: 4px; margin-bottom: 10px; }
    .umkm-desc { font-size: 13px; color: #8890a8; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 16px; }
    .btn-detail { width: 100%; background: var(--navy); color: white; border: none; padding: 11px; border-radius: 10px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; text-decoration: none; display: block; text-align: center; }
    .btn-detail:hover { background: #2d44a0; transform: scale(1.02); }
    .lihat-link-wrap { text-align: center; margin: 36px 0 0; }
   .lihat-link-wrap{
    text-align:center;
    margin-top:5px;
    margin-bottom:15px;
}

.lihat-link-wrap a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    background:linear-gradient(
        135deg,
        var(--navy),
        var(--blue)
    );

    color:white;
    text-decoration:none;

    font-size:15px;
    font-weight:700;

    padding:14px 36px;

    border-radius:50px;

    box-shadow:
    0 8px 24px
    rgba(56,82,180,.35);

    transition:
    transform .25s,
    box-shadow .25s;
}

.lihat-link-wrap a:hover{
    transform:translateY(-3px);

    box-shadow:
    0 12px 32px
    rgba(56,82,180,.45);
}

    /* ─── TENTANG ─── */
    #tentang { background: var(--navy); scroll-margin-top: 68px; position: relative; overflow: hidden; }
    #tentang::before { content: ''; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(243,190,122,.20) 0%, transparent 70%); border-radius: 50%; }
    #tentang::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(94,122,196,.25) 0%, transparent 70%); border-radius: 50%; }
    .tentang-inner { max-width: 1200px; margin: 0 auto; padding: 80px 24px; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
    .tentang-text .section-tag { color: var(--yellow); }
    .tentang-text h2 { font-family: 'Lora', serif; font-size: clamp(24px, 3vw, 36px); color: white; font-weight: 600; margin-bottom: 20px; line-height: 1.3; }
    .tentang-text p { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.85; margin-bottom: 14px; }
    .tentang-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 10px; }
    .tentang-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: white; text-decoration: none; font-weight: 700; font-size: 14px; padding: 12px 24px; border-radius: 50px; box-shadow: 0 6px 20px rgba(240,141,57,.45); transition: transform .2s, box-shadow .2s; }
    .tentang-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(240,141,57,.55); }
    .tentang-cta-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: white; text-decoration: none; font-weight: 700; font-size: 14px; padding: 12px 24px; border-radius: 50px; border: 2px solid rgba(255,255,255,.45); transition: all .2s; }
    .tentang-cta-outline:hover { background: rgba(255,255,255,.12); border-color: white; }
    .tentang-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .info-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; padding: 22px 18px; text-align: center; transition: background .2s; }
    .info-card:hover { background: rgba(255,255,255,.13); }
    .info-card .ico { font-size: 32px; margin-bottom: 10px; }
    .info-card strong { display: block; font-size: 26px; font-weight: 800; color: var(--yellow); margin-bottom: 4px; }
    .info-card span { font-size: 13px; color: rgba(255,255,255,.65); }

    /* ─── KONTAK ─── */
    #kontak { scroll-margin-top: 68px; background: var(--light); }
    .kontak-inner { max-width: 1200px; margin: 0 auto; padding: 80px 24px; }
    .kontak-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: start; }
    .kontak-info h3 { font-family: 'Lora', serif; font-size: 26px; color: var(--dark); margin-bottom: 14px; }
    .kontak-info p { color: var(--gray); font-size: 14px; line-height: 1.75; margin-bottom: 28px; }
    .kontak-item { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
    .kontak-icon { width: 42px; height: 42px; border-radius: 12px; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
    .kontak-item p { margin: 0; font-size: 14px; }
    .kontak-item strong { color: var(--dark); }
    .kontak-form { background: white; border-radius: 20px; padding: 32px; box-shadow: 0 8px 32px rgba(56,82,180,.10); }
    .kontak-form h3 { font-family: 'Lora', serif; font-size: 22px; color: var(--dark); margin-bottom: 22px; }
    .form-row { margin-bottom: 16px; }
    .form-row label { display: block; font-size: 13px; font-weight: 700; color: var(--dark); margin-bottom: 7px; }
    .form-row input, .form-row textarea, .form-row select { width: 100%; border: 1.5px solid #dde2f0; border-radius: 10px; padding: 11px 14px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; color: var(--dark); outline: none; transition: border-color .2s; resize: vertical; }
    .form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--navy); }
    .form-submit { width: 100%; background: linear-gradient(135deg, var(--navy), var(--blue)); color: white; border: none; padding: 13px; border-radius: 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s; margin-top: 6px; box-shadow: 0 6px 20px rgba(56,82,180,.30); }
    .form-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(56,82,180,.40); }

  /* ================= MOBILE HOME ================= */
@media (max-width:768px){

/* HERO */
.hero-banner{
    height:460px;
}

.hero-content{
    padding:0 18px;
}

.hero-content h1{
    font-size:32px;
    line-height:1.3;
}

.hero-btns{
    flex-direction:column;
    align-items:center;
}

.hero-btn-primary,
.hero-btn-secondary{
    width:100%;
    justify-content:center;
}

/* SEARCH */
.search-filter-wrap{
    padding:0 15px;
    margin-top:-35px;
}

.search-row{
    flex-wrap:wrap;
}

.search-row input{
    width:100%;
}

.search-btn{
    width:100%;
}

.filter-row{
    flex-direction:column;
    align-items:flex-start;
}

.filter-chips{
    width:100%;
}

.wilayah-select{
    width:100%;
}

/* UMKM CARD */
.section-wrapper{
    padding:55px 15px 20px;
}

.section-header{
    flex-direction:column;
    align-items:flex-start;
}

.umkm-grid{
    grid-template-columns:1fr;
    gap:18px;
}

.umkm-thumbnail{
    height:200px;
}

/* TENTANG */
.tentang-inner{
    grid-template-columns:1fr;
    gap:30px;
    padding:60px 20px;
}

.tentang-btns{
    flex-direction:column;
}

.tentang-cta,
.tentang-cta-outline{
    width:100%;
    justify-content:center;
}

/* KONTAK */
.kontak-inner{
    padding:60px 18px;
}

.kontak-grid{
    grid-template-columns:1fr;
    gap:30px;
}

.kontak-form{
    padding:22px;
}

.lihat-semua{
    width:100%;
    justify-content:center;
}

}