body{
    margin:0;
    padding:0;
}

.navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    transition:background .3s ease, backdrop-filter .3s ease;
}

.navbar.navbar-scrolled{
    background:#1f4d3a !important;
    backdrop-filter:none;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.navbar .nav-link,
.navbar .navbar-brand,
.navbar small,
.navbar h5{
    color:#fff !important;
}

.btn-login{
    background:#7c3aed;
    color:#fff;
    border-radius:12px;
    padding:10px 20px;
    text-decoration:none;
}

.btn-login:hover{
    color:#fff;
}

.hero{
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;

    background-image: url('../images/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero h1{
    font-size:22px;
}

.hero h2{
    font-size:52px;
    font-weight:bold;
}

.hero p{
    font-size:18px;
}

.hero .container{
    position:relative;
    z-index:2;
}

.hero h1{
    font-size:28px;
    font-weight:600;
    margin-bottom:15px;
    color:#fff;
}

.hero h2{
    font-size:72px;
    font-weight:800;
    color:#fff;
    text-shadow:2px 2px 8px rgba(0,0,0,.4);
}

.hero p{
    font-size:24px;
    color:#fff;
}

/* Semua tulisan di Hero */
.hero h1,
.hero h2,
.hero p{
    color: #fff;
    text-shadow:
        2px 2px 0 #000,
        -2px 2px 0 #000,
        2px -2px 0 #000,
        -2px -2px 0 #000,
        0 4px 10px rgba(0,0,0,0.8);
}

/* ==========================
   NAVBAR
========================== */

.navbar{
    background: rgba(0,0,0,0.15);
    backdrop-filter: blur(6px);
}

/* Judul Desa */
.navbar-brand h5{
    color:#fff;
    font-weight:700;
    text-shadow:
        2px 2px 4px rgba(0,0,0,0.9);
}

/* Tulisan Kecamatan & Kabupaten */
.navbar-brand small{
    color:#fff;
    text-shadow:
        1px 1px 3px rgba(0,0,0,0.9);
}

/* Menu Navbar */
.navbar .nav-link{
    color:#fff !important;
    font-weight:600;
    text-shadow:
        2px 2px 4px rgba(0,0,0,0.9);
    transition:0.3s;
}

/* Saat menu disentuh */
.navbar .nav-link:hover{
    color:#ffd54f !important;
}

/* Menu aktif */
.navbar .nav-link.active{
    color:#fff !important;
    border:2px solid #8b5cf6;
    border-radius:6px;
    padding:6px 12px;
}

/* Tombol Login */
.btn-login{
    background:#7c3aed;
    color:#fff;
    border-radius:12px;
    padding:10px 22px;
    text-decoration:none;
    font-weight:600;
    text-shadow:
        1px 1px 3px rgba(0,0,0,0.8);
    box-shadow:0 6px 15px rgba(0,0,0,.3);
}

.btn-login:hover{
    color:#fff;
    background:#6d28d9;
}

/* ==========================
   SLIDER
========================== */

.slider-section{
    padding:80px 0;
    background:#f8f9fa;
}

.slider-section h2{
    text-align:center;
    font-size:38px;
    font-weight:700;
    margin-bottom:40px;
    color:#1f4d3a;
}

.carousel-item img{
    width:100%;
    height:60vh;
    max-height:600px;
    min-height:280px;
    object-fit:cover;
    object-position:center;
    border-radius:20px;
}

@media (max-width:768px){
    .carousel-item img{
        height:45vh;
        min-height:220px;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:rgba(0,0,0,.5);
    border-radius:50%;
    padding:25px;
}

.carousel-indicators [data-bs-target]{
    width:12px;
    height:12px;
    border-radius:50%;
}

/* ==========================
   SWIPER SLIDER (baru)
========================== */

.slider-wrapper{
    padding-left:30px;
    padding-right:30px;
}

.slider-desa{
    padding:20px 0 50px;
}

.slider-desa .swiper-slide{
    border-radius:20px;
    overflow:hidden;
    position:relative;
    opacity:.5;
    transition:opacity .4s ease;
}

.slider-desa .swiper-slide-active{
    opacity:1;
}

.slider-desa .swiper-slide img{
    width:100%;
    height:60vh;
    max-height:600px;
    min-height:280px;
    object-fit:cover;
    display:block;
}

.slider-desa .slide-caption{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:20px 25px;
    background:linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));
    color:#fff;
    font-size:24px;
    font-weight:700;
}

.slider-desa .swiper-button-next,
.slider-desa .swiper-button-prev{
    color:#fff;
    background:rgba(0,0,0,.4);
    width:44px;
    height:44px;
    border-radius:50%;
}

.slider-desa .swiper-button-next::after,
.slider-desa .swiper-button-prev::after{
    font-size:18px;
}

.slider-desa .swiper-pagination-bullet{
    background:#fff;
    opacity:.6;
}

.slider-desa .swiper-pagination-bullet-active{
    opacity:1;
    background:#1f4d3a;
}

@media (max-width:768px){
    .slider-desa .swiper-slide img{
        height:45vh;
        min-height:220px;
    }
    .slider-desa .slide-caption{
        font-size:18px;
    }
}

/* ==========================
   JELAJAHI DESA (baru)
========================== */

.jelajahi-section{
    padding:80px 0;
    background:#f4f6f5;
}

.jelajahi-title{
    font-size:42px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:20px;
}

.jelajahi-text{
    font-size:17px;
    color:#333;
    line-height:1.7;
}

.jelajahi-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:#fff;
    border-radius:16px;
    padding:35px 15px;
    text-decoration:none;
    box-shadow:0 4px 15px rgba(0,0,0,.05);
    transition:.3s;
    height:100%;
}

.jelajahi-card i{
    font-size:48px;
    color:#1f4d3a;
    margin-bottom:15px;
}

.jelajahi-card span{
    font-weight:700;
    color:#333;
    letter-spacing:.5px;
}

.jelajahi-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

/* ==========================
   SAMBUTAN KEPALA DESA (baru)
========================== */

.sambutan-section{
    padding:80px 0;
    background:#fff;
}

.sambutan-foto{
    width:100%;
    max-width:320px;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:50%;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.sambutan-title{
    font-size:36px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:20px;
}

.sambutan-nama{
    font-size:22px;
    font-weight:800;
    color:#1a1a1a;
    margin-bottom:2px;
}

.sambutan-jabatan{
    font-size:16px;
    font-weight:700;
    color:#333;
    margin-bottom:20px;
}

.sambutan-text{
    font-size:17px;
    color:#333;
    line-height:1.8;
}

/* ==========================
   SOTK (baru)
========================== */

.sotk-section{
    padding:80px 0;
    background:#f4f6f5;
}

.sotk-title{
    font-size:42px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:10px;
}

.sotk-subtitle{
    font-size:17px;
    color:#333;
    margin-bottom:40px;
}

.sotk-card{
    position:relative;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    aspect-ratio:3/4;
}

.sotk-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.sotk-caption{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:14px 16px;
    background:#22c55e;
    text-align:center;
}

.sotk-caption h6{
    color:#fff;
    font-weight:800;
    font-size:15px;
    margin-bottom:2px;
}

.sotk-caption small{
    color:#fff;
    font-weight:600;
}

.sotk-more{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:700;
    color:#1a1a1a;
    text-decoration:none;
}

.sotk-more:hover{
    color:#22c55e;
}

/* ==========================
   ADMINISTRASI PENDUDUK (baru)
========================== */

.admin-section{
    padding:80px 0;
    background:#fff;
}

.admin-title{
    font-size:42px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:15px;
}

.admin-subtitle{
    font-size:17px;
    color:#333;
    margin-bottom:35px;
    max-width:900px;
}

.stat-item{
    display:flex;
    align-items:stretch;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:14px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.stat-number{
    background:linear-gradient(135deg, #1f4d3a, #22c55e);
    color:#fff;
    font-size:32px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:140px;
    padding:20px;
}

.stat-label{
    background:#f4f6f5;
    color:#1a1a1a;
    font-size:19px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:1;
    padding:20px;
    text-align:center;
}

/* ==========================
   APB DESA (baru)
========================== */

.apb-section{
    padding:80px 0;
    background:#f4f6f5;
}

.apb-ilustrasi{
    width:100%;
    max-width:420px;
}

.apb-title{
    font-size:40px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:15px;
}

.apb-subtitle{
    font-size:17px;
    color:#333;
    margin-bottom:30px;
}

.apb-card{
    background:#fff;
    border-radius:14px;
    padding:25px 30px;
    margin-bottom:20px;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
}

.apb-label{
    display:block;
    font-size:16px;
    color:#555;
    margin-bottom:8px;
}

.apb-amount{
    display:block;
    font-size:34px;
    font-weight:800;
    color:#1a1a1a;
}

/* ==========================
   BERITA DESA (baru)
========================== */

.berita-section{
    padding:80px 0;
    background:#fff;
}

.berita-title{
    font-size:42px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:10px;
}

.berita-subtitle{
    font-size:17px;
    color:#333;
    margin-bottom:40px;
    max-width:900px;
}

.berita-card{
    display:block;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    text-decoration:none;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.berita-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.berita-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.berita-body{
    padding:20px;
}

.berita-body h5{
    font-size:18px;
    font-weight:700;
    color:#1a1a1a;
    margin-bottom:10px;
    line-height:1.4;
}

.berita-body p{
    font-size:14px;
    color:#555;
    margin-bottom:15px;
    line-height:1.6;
}

.berita-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:13px;
    color:#666;
}

.berita-date{
    background:#22c55e;
    color:#fff;
    font-weight:700;
    padding:4px 10px;
    border-radius:6px;
    font-size:12px;
}

.berita-views{
    margin-top:8px;
    font-size:13px;
    color:#666;
}

/* ==========================
   FOOTER (baru)
========================== */

.site-footer{
    background:#1f8f4e;
    color:#fff;
    padding:60px 0 0;
}

.site-footer h5{
    color:#fff;
    font-weight:800;
    margin-bottom:18px;
}

.site-footer p{
    color:#eafff1;
    font-size:15px;
    line-height:1.7;
}

.footer-contact{
    display:flex;
    align-items:center;
    gap:10px;
    color:#eafff1;
    margin-bottom:14px;
}

.footer-social{
    display:flex;
    gap:14px;
    margin-top:20px;
}

.footer-social a{
    color:#fff;
    font-size:20px;
    border:1px solid rgba(255,255,255,.5);
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.footer-social a:hover{
    background:#fff;
    color:#1f8f4e;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#fff;
    text-decoration:underline;
    font-size:15px;
}

.footer-links a:hover{
    color:#ffd54f;
}

.footer-bottom{
    margin-top:50px;
    padding:22px 0;
    background:rgba(0,0,0,.1);
    font-size:14px;
    color:#eafff1;
}

/* ==========================
   PROFIL DESA - VISI MISI (baru)
========================== */

.profil-section{
    padding:140px 0 80px;
    background:linear-gradient(180deg, #d9f7e4, #f4f6f5);
    min-height:100vh;
}

.profil-card{
    background:#fff;
    border-radius:20px;
    padding:45px 50px;
    margin-bottom:30px;
    box-shadow:0 6px 25px rgba(0,0,0,.08);
}

.profil-title{
    font-size:44px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:25px;
}

.profil-visi{
    font-size:22px;
    font-style:italic;
    color:#333;
}

.profil-misi{
    font-size:18px;
    color:#333;
    line-height:2;
    padding-left:25px;
}

/* ==========================
   BAGAN DESA (baru)
========================== */

.bagan-section{
    padding:0 0 80px;
    background:#f4f6f5;
}

.bagan-title{
    font-size:44px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:25px;
}

.bagan-subtitle{
    font-weight:700;
    color:#1a1a1a;
    margin-bottom:15px;
}

.bagan-card{
    background:#fff;
    border-radius:16px;
    padding:20px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    overflow-x:auto;
}

.bagan-card img{
    width:100%;
    display:block;
}

/* ==========================
   SEJARAH DESA (baru)
========================== */

.sejarah-section{
    padding:60px 0 80px;
    background:#d9f7e4;
}

.sejarah-title{
    font-size:38px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:30px;
}

.sejarah-foto{
    width:100%;
    border-radius:12px;
    box-shadow:0 6px 20px rgba(0,0,0,.1);
    position:sticky;
    top:100px;
}

.sejarah-text{
    max-height:520px;
    overflow-y:auto;
    padding-right:15px;
}

.sejarah-text p{
    font-size:17px;
    color:#333;
    line-height:1.8;
    margin-bottom:20px;
}

/* ==========================
   PETA LOKASI DESA (baru)
========================== */

.peta-section{
    padding:70px 0 80px;
    background:#f4f6f5;
}

.peta-title{
    font-size:38px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:30px;
}

.peta-info-card{
    background:#fff;
    border-radius:16px;
    padding:35px;
    box-shadow:0 4px 15px rgba(0,0,0,.06);
    height:100%;
}

.peta-subjudul{
    font-weight:800;
    color:#1a1a1a;
    margin-bottom:20px;
}

.peta-detail{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
}

.peta-map{
    width:100%;
    height:100%;
    min-height:420px;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.06);
}

/* ==========================
   INFOGRAFIS (baru)
========================== */

.infografis-hero{
    padding:140px 0 60px;
    background:#f4f6f5;
}

.infografis-title{
    font-size:44px;
    font-weight:800;
    color:#22c55e;
    line-height:1.25;
}

.infografis-ilustrasi{
    width:100%;
    max-width:900px;
    max-height:480px;
    object-fit:cover;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

/* ==========================
   TAB MENU INFOGRAFIS (baru)
========================== */

.infografis-tabs{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    flex-wrap:wrap;
}

.infografis-tab{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:6px;
    text-decoration:none;
    color:#555;
    font-size:13px;
    font-weight:700;
    padding:12px 16px;
    border-radius:12px;
    transition:.2s;
}

.infografis-tab i{
    font-size:24px;
}

.infografis-tab:hover{
    background:#d9f7e4;
    color:#1a1a1a;
}

.infografis-tab.active{
    background:#22c55e;
    color:#fff;
}

.demografi-section{
    padding:20px 0 80px;
    background:#f4f6f5;
}

.demografi-title{
    font-size:36px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:20px;
}

.demografi-text{
    font-size:17px;
    color:#333;
    line-height:1.8;
    max-width:800px;
}

.jk-title{
    font-size:30px;
    font-weight:800;
    color:#22c55e;
    margin:35px 0 25px;
}

.jk-card{
    display:flex;
    align-items:center;
    gap:22px;
    background:#f4f6f5;
    border-radius:14px;
    padding:25px 30px;
    height:100%;
}

.jk-icon{
    width:80px;
    height:80px;
    min-width:80px;
    border-radius:50%;
    background:#d9f7e4;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#22c55e;
}

.jk-label{
    display:block;
    font-size:16px;
    color:#555;
    letter-spacing:.5px;
    margin-bottom:6px;
}

.jk-value{
    display:block;
    font-size:32px;
    font-weight:800;
    color:#22c55e;
}

.jk-value small{
    font-size:20px;
    font-weight:600;
    color:#333;
}

.jk-title + .row{
    margin-bottom:10px;
}

/* ==========================
   BERDASARKAN PEKERJAAN (baru)
========================== */

.pekerjaan-table-wrap{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    max-height:480px;
    overflow-y:auto;
    box-shadow:0 4px 15px rgba(0,0,0,.06);
}

.pekerjaan-table{
    width:100%;
    border-collapse:collapse;
}

.pekerjaan-table thead th{
    background:#22c55e;
    color:#fff;
    font-weight:800;
    padding:18px 22px;
    position:sticky;
    top:0;
}

.pekerjaan-table tbody td{
    padding:16px 22px;
    border-bottom:1px solid #eef0ef;
    color:#333;
    background:#fff;
}

.pekerjaan-table tbody tr:last-child td{
    border-bottom:none;
}

.pekerjaan-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:#fff;
    border-radius:14px;
    padding:25px;
    height:170px;
    box-shadow:0 4px 15px rgba(0,0,0,.06);
}

.pekerjaan-label{
    font-weight:700;
    color:#1a1a1a;
    font-size:18px;
}

.pekerjaan-value{
    font-size:36px;
    font-weight:800;
    color:#333;
    text-align:right;
}

/* ==========================
   HALAMAN BERITA (baru)
========================== */

.berita-page-header{
    padding:140px 0 20px;
    background:#fff;
}

.berita-section.pt-0{
    padding-top:0;
}

.berita-pagination{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:40px;
}

.page-btn{
    width:42px;
    height:42px;
    border-radius:8px;
    background:#f4f6f5;
    color:#333;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:700;
    transition:.2s;
}

.page-btn:hover{
    background:#d9f7e4;
    color:#1a1a1a;
}

.page-btn.active{
    background:#22c55e;
    color:#fff;
}

/* ==========================
   HALAMAN UMKM / PRODUK (baru)
========================== */

.produk-card{
    display:block;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.produk-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.produk-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.produk-body{
    padding:20px;
}

.produk-body h5{
    font-size:18px;
    font-weight:700;
    color:#1a1a1a;
    margin-bottom:10px;
}

.produk-deskripsi{
    font-size:14px;
    color:#666;
    line-height:1.6;
    margin-bottom:18px;
    min-height:66px;
}

.produk-wa-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:#25d366;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    padding:12px;
    border-radius:10px;
    transition:.2s;
}

.produk-wa-btn:hover{
    background:#1ea952;
    color:#fff;
}

/* ==========================
   HALAMAN SOTK LENGKAP (baru)
========================== */

.sotk-page-header{
    padding:140px 0 20px;
    background:#f4f6f5;
}

.sotk-page-title{
    font-size:42px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:10px;
}

.sotk-page-subtitle{
    font-size:17px;
    color:#333;
}

.sotk-page-bagan{
    padding:20px 0 60px;
    background:#f4f6f5;
}

/* ==========================
   HALAMAN APBDES LENGKAP (baru)
========================== */

.apb-page-header{
    padding:140px 0 80px;
    background:#f4f6f5;
    min-height:100vh;
}

.apb-page-title{
    font-size:34px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:15px;
}

.apb-page-subtitle{
    font-size:16px;
    color:#333;
    margin-bottom:25px;
}

.apb-year-select{
    padding:10px 18px;
    border-radius:10px;
    border:1px solid #d1d5db;
    font-weight:700;
    color:#333;
    margin-bottom:10px;
}

.apb-page-card{
    background:#fff;
    border-radius:14px;
    padding:25px 30px;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
    height:100%;
}

.apb-page-label{
    display:block;
    font-size:17px;
    font-weight:700;
    color:#333;
    margin-bottom:12px;
}

.apb-page-label i{
    margin-right:8px;
}

.apb-page-amount{
    display:block;
    font-size:30px;
    font-weight:800;
    color:#1a1a1a;
}

/* ==========================
   DETAIL BERITA (baru)
========================== */

.berita-detail-section{
    padding:140px 0 80px;
    background:#fff;
}

.berita-back{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#22c55e;
    font-weight:700;
    text-decoration:none;
    margin-bottom:25px;
}

.berita-back:hover{
    color:#1f4d3a;
}

.berita-detail-title{
    font-size:30px;
    font-weight:800;
    color:#1a1a1a;
    margin-bottom:16px;
    line-height:1.3;
}

.berita-detail-meta{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    font-size:14px;
    color:#666;
    margin-bottom:22px;
}

.berita-detail-img{
    width:100%;
    border-radius:14px;
    margin-bottom:28px;
}

.berita-detail-isi{
    font-size:17px;
    color:#333;
    line-height:1.9;
    margin-bottom:30px;
}

.berita-share{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:700;
    color:#333;
    padding-top:20px;
    border-top:1px solid #eef0ef;
}

.share-btn{
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    font-size:16px;
}

.share-facebook{ background:#1877f2; }
.share-whatsapp{ background:#25d366; }
.share-twitter{ background:#000; }
.share-linkedin{ background:#0a66c2; }

.berita-sidebar{
    background:#f4f6f5;
    border-radius:14px;
    padding:20px;
}

.berita-sidebar-title{
    font-weight:800;
    color:#1a1a1a;
    margin-bottom:15px;
}

.berita-sidebar-item{
    display:flex;
    gap:12px;
    text-decoration:none;
    margin-bottom:16px;
    padding-bottom:16px;
    border-bottom:1px solid #e5e7eb;
}

.berita-sidebar-item:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

.berita-sidebar-item img{
    width:80px;
    height:65px;
    object-fit:cover;
    border-radius:8px;
    flex-shrink:0;
}

.berita-sidebar-item h6{
    font-size:14px;
    font-weight:700;
    color:#1a1a1a;
    margin-bottom:6px;
    line-height:1.3;
}

.berita-sidebar-item span{
    display:block;
    font-size:11px;
    color:#777;
}

/* ==========================
   LOGIN & DASHBOARD ADMIN (baru)
========================== */

.login-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f4f6f5;
    padding:140px 20px 60px;
}

.login-card{
    background:#fff;
    border-radius:16px;
    padding:40px;
    width:100%;
    max-width:420px;
    box-shadow:0 6px 25px rgba(0,0,0,.08);
}

.login-title{
    font-size:28px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:8px;
}

.login-subtitle{
    font-size:14px;
    color:#666;
    margin-bottom:25px;
}

.login-alert{
    background:#fee2e2;
    color:#b91c1c;
    padding:12px 16px;
    border-radius:8px;
    font-size:14px;
    margin-bottom:20px;
}

.login-field{
    margin-bottom:18px;
}

.login-field label{
    display:block;
    font-weight:700;
    font-size:14px;
    color:#333;
    margin-bottom:6px;
}

.login-field input{
    width:100%;
    padding:12px 14px;
    border-radius:10px;
    border:1px solid #d1d5db;
}

.login-remember{
    font-size:14px;
    color:#333;
    margin-bottom:22px;
}

.login-btn{
    width:100%;
    background:#22c55e;
    color:#fff;
    border:none;
    padding:13px;
    border-radius:10px;
    font-weight:700;
    font-size:16px;
    cursor:pointer;
    transition:.2s;
}

.login-btn:hover{
    background:#1f4d3a;
}

.dashboard-section{
    padding:140px 0 80px;
    min-height:100vh;
    background:#fff;
}

.dashboard-title{
    font-size:34px;
    font-weight:800;
    color:#22c55e;
    margin-bottom:8px;
}

.dashboard-subtitle{
    font-size:16px;
    color:#333;
}

.dashboard-note{
    margin-top:30px;
    color:#666;
    font-size:14px;
}

.dashboard-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:35px;
    padding-bottom:25px;
    border-bottom:1px solid #eef0ef;
}

.dashboard-header-actions{
    display:flex;
    align-items:center;
    gap:12px;
}

.dashboard-view-site{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#f4f6f5;
    color:#1a1a1a;
    font-weight:700;
    text-decoration:none;
    padding:10px 18px;
    border-radius:10px;
    font-size:14px;
    transition:.2s;
}

.dashboard-view-site:hover{
    background:#d9f7e4;
    color:#1a1a1a;
}

.dashboard-logout-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#fee2e2;
    color:#b91c1c;
    font-weight:700;
    border:none;
    padding:10px 18px;
    border-radius:10px;
    font-size:14px;
    cursor:pointer;
    transition:.2s;
}

.dashboard-logout-btn:hover{
    background:#fecaca;
}

.dashboard-stats{
    margin-bottom:35px;
}

.dashboard-stat-card{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    border-radius:14px;
    padding:22px 26px;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
}

.dashboard-stat-icon{
    width:56px;
    height:56px;
    min-width:56px;
    border-radius:50%;
    background:#d9f7e4;
    color:#22c55e;
    font-size:26px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dashboard-stat-number{
    display:block;
    font-size:28px;
    font-weight:800;
    color:#1a1a1a;
}

.dashboard-stat-label{
    display:block;
    font-size:14px;
    color:#666;
}

.dashboard-menu-title{
    font-weight:800;
    color:#1a1a1a;
    margin-bottom:18px;
}

.dashboard-menu-card{
    display:block;
    background:#fff;
    border-radius:14px;
    padding:26px;
    text-decoration:none;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
    transition:.25s;
    height:100%;
}

.dashboard-menu-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.dashboard-menu-icon{
    width:52px;
    height:52px;
    border-radius:12px;
    background:#d9f7e4;
    color:#22c55e;
    font-size:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:16px;
}

.dashboard-menu-card h6{
    font-weight:800;
    color:#1a1a1a;
    font-size:17px;
    margin-bottom:6px;
}

.dashboard-menu-card p{
    font-size:14px;
    color:#666;
    margin-bottom:14px;
}

.dashboard-menu-link{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#22c55e;
    font-weight:700;
    font-size:14px;
}

/* ==========================
   ADMIN CRUD (baru)
========================== */

.dashboard-menu{
    display:flex;
    gap:15px;
    margin:25px 0;
    flex-wrap:wrap;
}

.dashboard-menu-item{
    display:flex;
    align-items:center;
    gap:10px;
    background:#f4f6f5;
    padding:16px 24px;
    border-radius:12px;
    text-decoration:none;
    color:#1a1a1a;
    font-weight:700;
    transition:.2s;
}

.dashboard-menu-item:hover{
    background:#d9f7e4;
    color:#1a1a1a;
}

.dashboard-menu-item i{
    font-size:22px;
    color:#22c55e;
}

.admin-alert-success{
    background:#d9f7e4;
    color:#1f4d3a;
    padding:12px 16px;
    border-radius:8px;
    margin-bottom:20px;
    font-weight:600;
}

.admin-table-wrap{
    background:#fff;
    border-radius:14px;
    overflow-x:auto;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
}

.admin-table{
    width:100%;
    border-collapse:collapse;
    min-width:600px;
}

.admin-table thead th{
    background:#22c55e;
    color:#fff;
    padding:14px 18px;
    text-align:left;
}

.admin-table tbody td{
    padding:14px 18px;
    border-bottom:1px solid #eef0ef;
}

.admin-btn-edit,
.admin-btn-delete{
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:7px 14px;
    border-radius:8px;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    border:none;
    cursor:pointer;
    margin-left:6px;
}

.admin-btn-edit{
    background:#fef3c7;
    color:#92400e;
}

.admin-btn-delete{
    background:#fee2e2;
    color:#b91c1c;
}

.admin-form-card{
    background:#fff;
    border-radius:14px;
    padding:30px;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
    max-width:700px;
}

.admin-form-card textarea{
    width:100%;
    padding:12px 14px;
    border-radius:10px;
    border:1px solid #d1d5db;
    font-family:inherit;
}

.admin-error{
    color:#b91c1c;
    font-size:13px;
    margin-top:5px;
}

/* ==========================
   DETAIL PRODUK UMKM (baru)
========================== */

.produk-detail-section{
    padding:140px 0 80px;
    background:#fff;
}

.produk-breadcrumb{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    color:#666;
    margin-bottom:30px;
}

.produk-breadcrumb a{
    color:#666;
    text-decoration:none;
}

.produk-breadcrumb a:hover{
    color:#22c55e;
}

.produk-breadcrumb .active{
    color:#22c55e;
    font-weight:700;
}

.produk-detail-img{
    width:100%;
    border-radius:16px;
    object-fit:cover;
    max-height:480px;
    box-shadow:0 6px 25px rgba(0,0,0,.08);
}

.produk-badge{
    display:inline-block;
    background:#d9f7e4;
    color:#1f4d3a;
    font-weight:700;
    font-size:12px;
    letter-spacing:.5px;
    padding:6px 14px;
    border-radius:20px;
    margin-bottom:14px;
}

.produk-detail-title{
    font-size:32px;
    font-weight:800;
    color:#1a1a1a;
    margin-bottom:10px;
}

.produk-detail-tag{
    color:#666;
    font-size:15px;
    margin-bottom:14px;
}

.produk-detail-harga{
    font-size:32px;
    font-weight:800;
    color:#1f4d3a;
    margin-bottom:12px;
}

.produk-status{
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-weight:700;
    font-size:14px;
    padding:6px 14px;
    border-radius:20px;
    margin-bottom:20px;
}

.produk-status.tersedia{
    background:#d9f7e4;
    color:#1f4d3a;
}

.produk-status.habis{
    background:#fee2e2;
    color:#b91c1c;
}

.produk-detail-deskripsi{
    font-size:16px;
    color:#333;
    line-height:1.8;
    margin-bottom:20px;
}

.produk-keunggulan{
    background:#f4f6f5;
    border-radius:14px;
    padding:20px 25px;
    margin-bottom:25px;
}

.produk-keunggulan-item{
    display:flex;
    align-items:center;
    gap:10px;
    color:#333;
    font-weight:600;
    padding:6px 0;
}

.produk-keunggulan-item i{
    color:#22c55e;
}

.produk-wa-box{
    background:#f4f6f5;
    border-radius:14px;
    padding:25px;
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.produk-wa-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:50%;
    background:#25d366;
    color:#fff;
    font-size:22px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.produk-wa-text{
    display:flex;
    flex-direction:column;
    flex:1;
    min-width:200px;
}

.produk-wa-text strong{
    color:#1a1a1a;
    font-size:15px;
}

.produk-wa-text span{
    color:#666;
    font-size:13px;
}

.produk-wa-box .produk-wa-btn{
    text-decoration:none;
}

.produk-info-card{
    background:#f4f6f5;
    border-radius:14px;
    padding:25px;
    height:100%;
}

.produk-info-card h6{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:800;
    color:#1a1a1a;
    margin-bottom:18px;
}

.produk-info-card h6 i{
    color:#22c55e;
}

.produk-info-row{
    display:flex;
    justify-content:space-between;
    padding:10px 0;
    border-bottom:1px solid #e5e7eb;
    font-size:14px;
}

.produk-info-row:last-child{
    border-bottom:none;
}

.produk-info-label{
    color:#666;
}

.produk-info-value{
    color:#1a1a1a;
    font-weight:700;
}

.produk-alamat{
    color:#333;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

.produk-fitur-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px;
}

.produk-fitur-item i{
    font-size:22px;
    color:#22c55e;
}

.produk-fitur-item strong{
    display:block;
    font-size:14px;
    color:#1a1a1a;
}

.produk-fitur-item span{
    display:block;
    font-size:12px;
    color:#666;
}