@media (max-width: 576px) {
  .hero-title {
    margin-top: -45px;
  }

  .hero {
    background-image: url("../images/banner-atas.png");
    background-size: 190%; /* coba 50% – 80% */
    background-position: top;
    background-repeat: no-repeat;
    padding: 80px 0 100px;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
  }

  .hero .hero-title {
    font-size: 20px;
    margin-top: -60px;
  }

  .hero .hero-desc {
    font-size: 13px;
    margin-top: -35px;
  }

  .hero .hero-img {
    left: 0vw;
    width: 100%;
  }

  .hero .hero-img img {
    width: 90%;
    max-height: 34vh;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    display: block;
    transition: transform 0.45s ease;
    margin-left: 18px;
  }

  .card-utama > .card-body {
    display: flex;
    gap: 15px;
    width: 100%;
  }

  .card-sub {
    flex: 1; /* biar lebar sama rata */
  }

  .hero .card-utama {
    position: relative;
    left: 0vw;
    width: 100%;
    height: 30vw;
  }

  .hero .card-sub {
    height: 18vw;
    border-radius: 18px;
  }

  .hero .card-sub .anggota {
    margin-left: -5vw;
    width: 90px;
  }
  .hero .card-sub .total {
    font-size: 25px;
    font-weight: 700;
    color: white;
    margin-top: -3vw;
  }
  .hero .card-sub .title {
    font-size: 12px;
    font-weight: 600;
    color: white;
    margin-top: -5vw;
  }

  .hero .card-sub img {
    width: 11vw;
    margin-left: 2vw;
    margin-top: -8px;
  }

  /* news */
  .news {
    padding: 0;
    margin-top: -45px;
  }

  .news .garis-tegak {
    width: 3px;
    height: 19px;
    background: #d51f27;
    margin-bottom: 0vw;
    margin-top: -10.8vw;
    margin-right: 2.5vw;
  }

  .news .hero-title {
    font-size: 22px;
  }

  .news .hero-desc {
    font-size: 13px;
    margin-top: -15px;
    margin-left: 13px;
  }

  .news-card {
    width: 90%;
    height: 100%;
    margin-left: 18px;
  }

  .kolom-news {
    margin-bottom: 25px;
  }

  .see-more-btn {
    margin-bottom: 20px;
    margin-top: 5px;
  }

  .news-date {
    font-size: 13px;
  }
  .see-more-btn a {
    font-size: 13px;
  }

  .see-more-btn a i {
    font-size: 24px;
  }

  /* ================= BANNER ================= */
  .banner {
    position: relative;
    background-size: 190%;
    background-position: 20% top;
    min-height: fit-content;
    padding: 25px 10px;
  }
  .banner .banner-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    margin-bottom: 0;
    z-index: 1;
  }
  .banner .banner-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transform: translateX(-125px); /* geser ke kiri */
  }

  .banner .title-row2 {
    position: relative;
    left: 14px;
    top: 205px;
    bottom: 30px;
    width: 100%;
  }

  .banner .hero-title2 {
    font-weight: 700;
    font-size: 22px;
  }

  .banner .hero-title-sub {
    font-size: 18px;
    color: #b30000;
  }

  .banner .garis-merah {
    width: 50%;
    height: 2px;
    background: #b30000;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .banner .hero-desc2 {
    color: #666;
    font-size: 14px;
    text-align: justify;
  }

  /* ================= AGENDA & KEGIATAN ================= */
  .agenda {
    padding: 90px 0;
    margin-top: 165px;
  }

  .agenda .hero-title {
    font-weight: 700;
    font-size: 22px;
  }

  .agenda .garis-tegak {
    width: 3px;
    height: 19px;
    background: #d51f27;
    margin-bottom: 0vw;
    margin-top: -9.8vw;
    margin-right: 2.5vw;
  }

  .agenda .kolom-agenda {
    position: relative;
    margin-bottom: 18px;
    left: 0px;
  }

  .agenda-card {
    position: relative;
    width: 100%;
    max-width: 360px;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 1;
    transition:
      transform 0.35s ease,
      box-shadow 0.35s ease;
    left: 16px;
  }

  .agenda-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
  }

  .agenda-header {
    padding: 14px 8px;
  }

  .agenda-header .kolom-tanggal {
    height: 50px;
  }

  .agenda-header .row-tanggal {
    height: 100px;
  }

  .agenda-header .col-tanggal {
    padding-left: 34px;
    padding-right: 0px;
  }

  .agenda-header .row-detail-agenda {
    width: 100%;
  }
  .agenda-header .judul p {
    font-size: 20px;
    font-weight: 700;
    color: black;
    line-height: 5.8vw;
  }

  .agenda-header .sub-judul .icon {
    margin-right: 0.5vw;
    color: #8b8b8b;
  }

  .agenda-header .sub-judul p {
    font-size: 14px;
    color: #616161;
    line-height: 4.3vw;
  }

  hr {
    color: black;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
    margin-top: 0vw;
    margin-bottom: -1vw;
    width: 72vw;
    margin-left: 30px;
  }

  .agenda-body {
    padding: 30px;
  }

  .agenda-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 14px;
    text-align: justify;
  }

  /* ================= BANNER TWO ================= */
  .banner-two {
    background-image: url(../images/bannertwo.png);
    background-size: 200%;
    background-position: -200px;
    margin-top: -135px;
  }

  .banner-two .title-row {
    position: relative;
    left: 3%;
    width: 100%;
    text-align: center;
  }

  .banner-two .hero-title {
    font-size: 22px;
  }

  .banner-two .hero-title-sub {
    font-size: 14px;
  }

  /* ================= STRUKTUR ORGANISASI ================= */
  .struktur img {
    width: 64%;
    position: relative;
    left: 19%;
  }

  .struktur .col-6-timeline {
    margin-top: 55px;
  }

  .struktur .garis-tegak {
    width: 3px;
    height: 19px;
    background: #d51f27;
    margin-bottom: 0vw;
    margin-top: -9.8vw;
    margin-right: 2.5vw;
  }

  /* ================= header berita download tentang galeri */
  .page-header-img img {
    width: 100%;
    height: 190px;
  }
  .page-header-content {
    margin-top: -40px;
  }

  .page-header-content .title-line {
    text-align: center;
    margin: 40px 0 30px;
    font-weight: 700;
  }

  .page-header-content .title-line span {
    position: relative;
    padding: 0 20px;
    font-size: 32px;
    font-size: 24px;
    color: #000;
  }

  .page-header-content .title-line span::before,
  .page-header-content .title-line span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35px;
    height: 3px;
    background-color: #b00000;
    /* merah tua */
  }

  .page-header-content .title-line span::before {
    left: -35px;
  }

  .page-header-content .title-line span::after {
    right: -35px;
  }

  .page-header-content p {
    margin-top: -16px;
    font-size: 14px;
  }

  .page-filter .filter-box {
    justify-content: center;
  }

  /* grid berita */
  .section-news {
    margin-top: -8px;
  }

  /* download list */
  .download-list {
    margin-top: -20px;
  }

  /* berita detail */
  .berita-sidebar,
  .agenda-sidebar {
    margin-top: 20px;
  }

  .news .kolom-agenda {
    margin-bottom: 20px;
  }
}
