/* ========== 1. VARIABLES (:root) ========== */
:root {
    --theme-color: #ffdd00;
    --theme-color2: #2cb624;
    --theme-color3: #27477d;
    --theme-color4: #ffdd00;
    --theme-color5: #27467c;
    --title-color: #27477d;
    --title-color2: #000000;
    --body-color: #212529;
    --body-color2: #555555;
    --secondary-color: #cdf8ff;
    --smoke-color: #f3f6f7;
    --light-color: #afafaf;
    --black-color: #000000;
    --dark-color: #060d0f;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: rgba(0, 0, 0, 0.1);

    /* Fonts */
    --title-font: "Quicksand", sans-serif;
    --body-font: "Roboto", sans-serif;
    --subtitle-font: "Dancing Script", cursive;
    --icon-font: "Font Awesome 5 Pro";
    --flaticon: "Flaticon";

    /* Animation */
    --ripple-ani-duration: 5s;
}

/* Tema Alternatif / Override */
.home-five {
    --theme-color: #f20000;
    --title-color: #000000;
    --body-color: #555555;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0px 0;
}

/* ========== 2. RESET & BASE ========== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--body-font); /* Menggunakan variabel */
    line-height: 1.6;
    color: var(--body-color);
    background-color: var(--white-color);
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
ul {
    list-style: none;
}
/* ====HEADER BUATAN ====== */
@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}
@media (min-width: 768px) {
   .d-md-block {
    display: block !important;
  }
}

.header-top-info li span{
  color: #fff !important;

}

.d-none {
    display: none !important;
}
.bg-title {

background-color:#2e3192;

    border-top: 3px solid #ffdd00;

}

/*========== AKADEMY TABLE ============*/
	.akademi_table {
    width: 100%;
    margin: 0;
    box-shadow: 0 0 8px rgba(0,0,0,.03);
    /* This merges the double lines into one */
    border-collapse: collapse; 
}

.akademi_table .top_tab {
    background: rgba(0,0,0,.01);
}

.akademi_table td {
    /* Removed negative margins as they are no longer needed */
    padding: 15px 20px;
    border: 1px solid #eeeeee;
}

.akademi_table a,
.search_something a {
    color: #0e5db2;
}

.akademi_table td.tdcol {
    text-align: center;
}

.akademi_table td.tdcol .fa {
    font-size: 20px;
}

.akademi_table td.jum {
    width: 20px;
    text-align: center;
}

.akademi_table span.size {
    font-size: 11px;
} 

/*========== AKADEMY TABLE ============*/

.header-top-info li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 38px;
}

.header-top-info li:last-child {
    margin-right: 0;
}

.header-top-info li i {
    color:#ffdd00;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}

.head-top-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.head-top-links a {
    color: var(--white-color);
    font-size: 14px;
}

.head-top-links a:hover {
    color: var(--theme-color);
}

.head-top-links>li {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    padding-right: 17px;
}

.head-top-links>li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #6f87af;
}

.head-top-links>li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.head-top-links>li:last-child:before {
    display: none;
}

.head-top-links .dropdown-toggle i {
    font-size: 12px;
    margin-right: 5px;
}

.head-top-links .dropdown-toggle:after {
    content: "\f107";
    margin: 0;
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 5px;
}

.head-top-links .dropdown-menu {
    padding: 10px 15px;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    margin: 0;
    margin-left: 0 !important;
    margin-top: 15px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    position: relative;
    z-index: 3;
    border: 1px solid #ededed;
}

.head-top-links .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -7px;
    width: 14px;
    height: 14px;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

.head-top-links .dropdown-menu a {
    color: var(--title-color);
}

.head-top-links .dropdown-menu a:hover {
    color: var(--theme-color);
}

.head-top-links .dropdown-menu li {
    margin-bottom: 5px;
}

.head-top-links .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.header-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-social li {
    display: inline-block;
    margin-right: 13px;
}

.header-social li:last-child {
    margin-right: 0;
}

.header-social a {
    font-size: 16px;
}

.header-search-btn {
    color: #698fd0;
    font-size: 12px;
    background-color: transparent;
    border: none;
    display: inline-block;
    padding: 3px 3px 3px 15px;
    border-radius: 3px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.header-search-btn i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    font-size: 10px;
    border: none;
    color: var(--white-color);
    background-color: #698fd0;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.header-search-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.header-search-btn:hover i {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.header-btn,
.header-call.phone-box {
    padding-left: 42px;
    margin-left: 40px;
    position: relative;
}

.header-btn:before,
.header-call.phone-box:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: var(--theme-color);
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.header-btn.style2,
.header-call.phone-box.style2 {
    padding-left: 30px;
    margin-left: 0;
}

.header-btn {
    position: relative;
    margin-left: calc(43px - var(--bs-gutter-x));
}

.header-btn:before {
    content: "";
    position: absolute;
}

.header-btn .vs-btn {
    margin-left: 30px;
}

.header-btn .icon-btn {
    margin-left: 10px;
}

.header-btn .icon-btn:first-child {
    margin-left: 0;
}

.header2-btn .vs-btn {
    margin-left: 25px;
}

.header2-btn .icon-btn {
    margin-right: 10px;
}

.header2-btn .icon-btn:first-child {
    margin-left: 0;
}

.header-note {
    position: relative;
    border-top: 3px solid var(--title-color);
}

.header-note .note-inner {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
}

.header-note .note-text {
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin: -1px 0 0 auto;
    font-size: 14px;
    color: var(--white-color);
    padding: 13.2px 0 13.2px 225px;
}

.header-note .note-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 99999px;
    height: 100%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
}

.header-notice {
    height: 3px;
    position: relative;
    z-index: 1;
}

.header-notice .notice-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 5px;
}

.header-notice .shape {
    position: absolute;
    height: 50px;
    width: 100%;
    max-width: 950px;
    z-index: -1;
    right: 0;
    top: 0;
}

.header-notice .shape:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
}

.header-notice p {
    display: inline-block;
}

.header-top-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top-links li {
    display: inline-block;
    color: var(--body-color);
    font-size: 14px;
    line-height: 20px;
}

.header-top-links li:not(:last-child) {
    padding-right: 20px;
    margin-right: 17px;
    border-right: 1px solid #5c84da;
}

.header-top-links a {
    color: inherit;
}

.header-top-links a:hover {
    color: var(--theme-color2);
}

.social-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--body-color);
}

.header-social2 {
    display: inline-block;
    margin-left: 20px;
}

.header-social2 a {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: var(--theme-color2);
    color: var(--white-color);
    margin-right: 3px;
    border: none;
}

.header-social2 a:last-child {
    margin-right: 0;
}

.header-social2 a:hover {
    background-color: var(--theme-color4);
    color: var(--white-color);
}

.header-help {
    margin-left: 17px;
    padding-left: 40px;
    border-left: 1px solid #adb3c2;
    padding: 6px 0 6px 39px;
}

.header-help__title {
    color: var(--title-color);
    font-size: 14px;
    font-weight: 600;
    margin-right: 18px;
    display: inline-block;
}

.infobox-style1 {
    background-color: var(--theme-color4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px 28px 40px;
}

.infobox-style1 .infobox-icon {
    color: var(--white-color);
    font-size: 50px;
    margin-right: 20px;
}

.infobox-style1 .infobox-label {
    display: block;
    color: var(--white-color);
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.infobox-style1 .infobox-link {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
}

.infobox-style1 .infobox-link:hover {
    color: var(--theme-color3);
}

.header-list1 ul {
    margin: 0 0 0 0;
}

.header-list1 li {
    display: inline-block;
    margin-right: 40px;
}

.header-list1 li:last-child {
    margin-right: 0;
}

.header-list1 a {
    color: var(--title-color);
    font-weight: 600;
    display: block;
}

.header-list1 a i {
    color: #686868;
    font-size: 28px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.header-list1 a:hover,
.header-list1 a:hover i {
    color: var(--theme-color);
}

.header-link1 {
    color: var(--title-color);
    margin-right: 20px;
}

.header-link1:hover {
    color: var(--theme-color);
}

.header-link2 {
    padding: 12px 27px;
}

.header-link3 {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
}

.header-link3 i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: rgba(255, 255, 255, 0.4);
    color: var(--white-color);
    text-align: center;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.header-link3:hover {
    text-decoration: underline;
    color: var(--white-color);
}

.header-link3:hover i {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.header-layout4 .header-top {
    background-color: #27477d;
    --body-color: #fff;
}

.header-layout4 .menu-area {
    position: relative;
}

.header-layout4 .menu-area .main-menu {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.header-layout4 .will-sticky .main-menu {
    background-color: var(--theme-color3);
    padding-left: 30px;
    padding-right: 30px;
}

.header-layout5 .header-top {
    padding: 20px 0 30px 0;
}

.header-layout5 .vs-menu-toggle {
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 0;
    margin: 15px 0;
}

.header-layout5 .menu-area {
    position: relative;
    z-index: 31;
}

.header-layout5 .header-shape1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    max-width: 1675px;
}

.header-layout5 .header-shape1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 45px 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 45px 100%);
}

.header-layout5 .header-shape1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 40px solid #dc0000;
    border-right: 23px solid transparent;
    border-left: 23px solid transparent;
    margin-left: -22px;
}

.header-layout5 .will-sticky .header-shape1 {
    max-width: 100%;
}

.header-layout5 .will-sticky .header-shape1:after {
    opacity: 0;
    visibility: hidden;
}

.header-layout5 .will-sticky .header-shape1::before {
    -webkit-clip-path: none;
    clip-path: none;
}

.header-layout6 {
    position: relative;
}

.header-top-six {
    margin-bottom: 15px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .header-top-six {
        padding: 15px 0;
    }
}

.header-top-info.v6 li {
    position: relative;
}

.header-top-info.v6 li:first-child::before {
    content: "";
    position: absolute;
    top: 2px;
    right: -20px;
    width: 1px;
    height: 20px;
    background: #6f87af;
}

.header-top-info.v6 li a {
    text-decoration: underline;
}

.header-top-info.v6 li a:hover {
    color: unset;
}

.head-top-links.v6>li {
    padding-right: 21px;
    margin-right: 17px;
}

.head-top-links.v6>li:nth-child(2) {
    margin-right: 0;
    padding-right: 17px;
}

.head-top-links.v6>li:nth-child(2)::before {
    display: none;
}

.head-top-links.v6>li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-btn.v6 {
    font-weight: 700;
    color: var(--white-color);
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    background-color: #07ccec;
    display: inline-block;
    margin-left: 0;
}

.header-btn.v6:before {
    display: none;
}

.header-btn.v6:hover {
    background-color: #000;
    color: #fff;
}

.icon-btn-two {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.icon-btn-two:last-child {
    margin-right: 0;
}



/* ========== NAVIGATION ========== */
#main-header {
  background: #f9f9f9;
  position: sticky;
  top: 0;
  z-index: 1000;
}
#main-header nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
#main-header .logo {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3a3a3a;
}
#main-header ul {
  display: flex;
  gap: 1.5rem;
}
#main-header ul a {
  color: rgba(50, 50, 50, 0.85);
  font-size: 0.9rem;
  transition: color 0.2s;
}
#main-header ul a:hover {
  color: #fff;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}
.hamburger span {
  width: 25px;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}

/* Mobile Nav */
@media (max-width: 768px) {
  .hamburger { display: flex; }
  #main-header ul {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #1a1a2e;
    flex-direction: column;
    padding: 1rem;
    gap: 0;
    display: none;
  }
  #main-header ul.active { display: flex; }
  #main-header ul li { border-bottom: 1px solid rgba(255,255,255,0.1); }
  #main-header ul a { display: block; padding: 0.75rem 0; }
}

/* ========== HERO CAROUSEL ========== */
#hero-section {
  position: relative;
  overflow: hidden;
  background: #111;
  /*
   * HERO ASPECT RATIO - Edit nilai di bawah untuk mengubah proporsi hero
   * Contoh rasio: 19/5 (sangat lebar), 21/9 (ultrawide), 16/9 (standard), 3/1, 4/1
   */
  aspect-ratio: 19 / 5; /* <-- UBAH RASIO HERO DI SINI */
}
.hero-slider {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}
.hero-item {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

/*
 * BLUR-FILL BACKGROUND untuk Desktop (>=1024px)
 * Teknik: Gambar asli ditampilkan proporsional (contain),
 * area kosong diisi dengan versi blur dari gambar yang sama
 */
@media (min-width: 1024px) {
  .hero-item {
    /* Background layer: blurred, scaled up to cover edges */
    filter: none; /* Reset filter - blur diterapkan via pseudo element */
  }

  /* Blur background layer */
  .hero-item::after {
    content: '';
    position: absolute;
    inset: -20px; /* Extend beyond edges to cover blur artifacts */
    background: inherit; /* Inherit background-image from parent */
    background-size: cover;
    background-position: center;
    filter: blur(15px); /* <-- UBAH INTENSITAS BLUR DI SINI (10px=halus, 30px=sangat blur) */
    transform: scale(1.1); /* Scale up to prevent blur edge visibility */
    z-index: 0;
  }

  /* Sharp foreground image */
  .hero-item-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Maintain aspect ratio, no crop */
    object-position: center;
    z-index: 1;
  }

  /* Gradient overlay - pastikan di atas blur dan gambar */
  .hero-item::before {
    z-index: 2;
  }

  /* Content harus di atas semua layer */
  .hero-content {
    z-index: 3;
  }
}

/* Tablet & below: Standard cover mode (no blur-fill) */
@media (max-width: 1023px) {
  #hero-section {
    aspect-ratio: auto;
    height: 50vh;
    min-height: 350px;
    max-height: 500px;
  }
  .hero-item-img {
    display: none; /* Hide foreground img, use background only */
  }
}

/* Mobile: Maintain aspect ratio, reduce height */
@media (max-width: 768px) {
  #hero-section {
    height: auto;
    min-height: auto;
    max-height: none;
    aspect-ratio: 2 / 1;
  }
  .hero-item {
    background-size: cover;
    background-position: center;
  }
  .hero-content {
    padding: 1rem;
  }
  .hero-content h2 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .hero-content p {
    display: none;
  }
  .hero-content a {
    padding: 0.35rem 1rem;
    font-size: 0.8rem;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  #hero-section {
    aspect-ratio: 16 / 9;
  }
  .hero-content h2 {
    font-size: 1rem;
  }
  .hero-content a {
    padding: 0.3rem 0.8rem;
    font-size: 0.75rem;
  }
}

/* Hero mobile/desktop visibility */
.hero-btn-mobile {
  display: none !important; 
}
.hero-btn-desktop,
.hero-title-desktop {
  display: block;
}
.hero-btn-desktop {
  display: inline-block;
}

@media (max-width: 768px) {
  .hero-title-desktop,
  .hero-btn-desktop {
    display: none !important;
  }
  .hero-btn-mobile {
    display: inline-block !important;
  }
}

.hero-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
}
.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-content h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.hero-content p {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 1rem;
  max-width: 600px;
}
.hero-content a {
  display: inline-block;
  background: #e94560;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  font-weight: 500;
  transition: background 0.2s;
}
.hero-content a:hover { background: #d63050; }

/* Hero Navigation Dots */
.hero-dots {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  display: flex;
  gap: 0.5rem;
}
.hero-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: 0.2s;
}
.hero-dots span.active { background: #fff; }

/* Hero Arrows */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.2s;
  z-index: 10;
}
.hero-arrow:hover { background: rgba(0,0,0,0.7); }
.hero-arrow.prev { left: 1rem; }
.hero-arrow.next { right: 1rem; }

@media (max-width: 768px) {
  .hero-arrow { width: 40px; height: 40px; font-size: 1.2rem; }
}

/* ========== CONTENT SECTION (Pengumuman + News) ========== */
#content-section {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
  display: flex;
  gap: 2rem;
}

/* Pengumuman Column */
#pengumuman-column {
  width: 30%;
  flex-shrink: 0;
}
#pengumuman-column h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #e94560;
}
.pengumuman-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pengumuman-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.pengumuman-item .date {
  font-size: 0.75rem;
  color: #888;
  display: block;
  margin-bottom: 0.25rem;
}
.pengumuman-item .title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #1a1a2e;
  display: block;
  margin-bottom: 0.25rem;
}
.pengumuman-item .title:hover { color: #e94560; }
.pengumuman-item .excerpt {
  font-size: 0.85rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pengumuman-item .read-more {
  font-size: 0.8rem;
  color: #e94560;
  margin-top: 0.5rem;
  display: inline-block;
}

/* News Column */
#news-column {
  flex: 1;
}
#news-column h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #e94560;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.news-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.news-card img,
.news-card .lqip-container {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.news-card-body {
  padding: 1rem;
}
.news-card .date {
  font-size: 0.75rem;
  color: #888;
}
.news-card h4 {
  font-size: 1rem;
  margin: 0.5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card p {
  font-size: 0.85rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card .read-more {
  display: inline-block;
  margin-top: 0.75rem;
  color: #e94560;
  font-size: 0.85rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  #content-section {
    flex-direction: column;
  }
  #pengumuman-column {
    width: 100%;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== PRESTASI SECTION ========== */
#prestasi-section {
  background: #f8f9fa;
  padding: 2rem 0;
}
#prestasi-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
#prestasi-section h3 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.prestasi-scroll {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.prestasi-scroll::-webkit-scrollbar { height: 6px; }
.prestasi-scroll::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }
.prestasi-card {
  min-width: 280px;
  max-width: 280px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  scroll-snap-align: start;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}
.prestasi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.prestasi-card img,
.prestasi-card .lqip-container,
.prestasi-card .prestasi-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
}
.prestasi-card-body {
  padding: 1rem;
}
.prestasi-card .level {
  display: inline-block;
  background: #e94560;
  color: #fff;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  text-transform: uppercase;
}
.prestasi-card h4 {
  font-size: 0.95rem;
  margin: 0.5rem 0 0.25rem;
}
.prestasi-card .achiever {
  font-size: 0.85rem;
  color: #666;
}

@media (max-width: 768px) {
  .prestasi-scroll { gap: 1rem; }
  .prestasi-card { min-width: 250px; max-width: 250px; }
}

/* ========== BLOG SECTION (Homepage) ========== */
#blog-section {
  padding: 3rem 0;
  background: #f8f9fa;
}
#blog-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
#blog-section h3 {
  font-size: 1.5rem;
  color: #1a1a2e;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #e94560;
  display: inline-block;
}
.blog-home-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.blog-home-item {
  display: flex;
  gap: 1rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s;
}
.blog-home-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.blog-home-img,
.blog-home-item .lqip-container {
  width: 120px;
  min-width: 120px;
  height: 100px;
  background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
  background-size: cover;
  background-position: center;
}
.blog-home-item .lqip-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-home-content {
  padding: 0.75rem 1rem 0.75rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-home-content h4 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  line-height: 1.4;
}
.blog-home-content h4 a {
  color: #1a1a2e;
  text-decoration: none;
}
.blog-home-content h4 a:hover {
  color: #e94560;
}
.blog-home-content .author {
  font-size: 0.85rem;
  color: #888;
  margin: 0;
}
@media (max-width: 768px) {
  .blog-home-list {
    grid-template-columns: 1fr;
  }
  .blog-home-img,
  .blog-home-item .lqip-container {
    width: 100px;
    min-width: 100px;
    height: 80px;
  }
  .blog-home-content h4 {
    font-size: 0.95rem;
  }
}

/* ========== GURU SECTION (Testimony Style) ========== */
#guru-section {
  padding: 3rem 0;
  background: #fff;
}
#guru-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
#guru-section h3 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  text-align: center;
}
.guru-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.guru-card {
  text-align: center;
  padding: 1.5rem 1rem;
}
/*.guru-card .photo,*/  
.guru-card .lqip-container,
.guru-card .guru-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover; 
  margin: 0 auto 1rem;
  border: 4px solid #f0f0f0;
  overflow: hidden;
  background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
}
.guru-card .lqip-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.guru-card .lqip-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guru-card h4 {
  font-size: 1rem;
  color: #1a1a2e;
  margin-bottom: 0.25rem;
}
.guru-card .mapel {
  font-size: 0.85rem;
  color: #e94560;
  margin-bottom: 0.75rem;
}
.guru-card .quote {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
  line-height: 1.5;
}
.guru-card .quote::before { content: '"'; }
.guru-card .quote::after { content: '"'; }

@media (max-width: 992px) {
  .guru-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .guru-grid { grid-template-columns: 1fr; }
  .guru-card { padding: 1rem 2rem; }
}

/* ========== GURU LIST PAGE ========== */
.guru-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.guru-list h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--title-color);
}
.guru-list .empty-message {
  text-align: center;
  color: #666;
  padding: 2rem;
}
.guru-list .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.guru-list .pagination button {
  padding: 0.5rem 1rem;
  border: 1px solid var(--theme-color3);
  background: #fff;
  color: var(--theme-color3);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.guru-list .pagination button:hover:not(:disabled) {
  background: var(--theme-color3);
  color: #fff;
}
.guru-list .pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ========== LIST PAGES (News, Blog, Pengumuman, Prestasi) ========== */
.news-list,
.blog-list,
.pengumuman-list-page,
.prestasi-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.news-list > h2,
.blog-list > h2,
.pengumuman-list-page > h2,
.prestasi-list > h2 {
  font-size: 1.75rem;
  color: #1a1a2e;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #e94560;
}

/* Filter for Prestasi */
.prestasi-list .filters {
  margin-bottom: 1.5rem;
}

.prestasi-list .filters select {
  padding: 0.6rem 1rem;
  font-size: 0.95rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  color: #333;
  cursor: pointer;
  min-width: 180px;
}

.prestasi-list .filters select:focus {
  outline: none;
  border-color: #e94560;
}

/* News Grid (List Page) */
.news-list .news-grid,
.blog-list .blog-grid,
.prestasi-list .prestasi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.news-list .news-grid article,
.blog-list .blog-grid article,
.prestasi-list .prestasi-grid article {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.news-list .news-grid article:hover,
.blog-list .blog-grid article:hover,
.prestasi-list .prestasi-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.news-list .news-grid article .lqip-container,
.blog-list .blog-grid article .lqip-container,
.prestasi-list .prestasi-grid article .lqip-container {
  height: 180px;
}

.news-list .news-grid article .lqip-container img,
.blog-list .blog-grid article .lqip-container img,
.prestasi-list .prestasi-grid article .lqip-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list .news-grid article h3,
.blog-list .blog-grid article h3,
.prestasi-list .prestasi-grid article h3 {
  font-size: 1.1rem;
  color: #1a1a2e;
  margin: 1rem 1rem 0.5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list .news-grid article p,
.blog-list .blog-grid article p {
  font-size: 0.9rem;
  color: #666;
  margin: 0 1rem 0.75rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list .news-grid article .date,
.blog-list .blog-grid article .date,
.prestasi-list .prestasi-grid article .date {
  font-size: 0.8rem;
  color: #888;
  margin: 0 1rem;
  display: block;
}

.news-list .news-grid article > a,
.blog-list .blog-grid article > a,
.prestasi-list .prestasi-grid article > a {
  display: inline-block;
  color: #e94560;
  font-weight: 500;
  font-size: 0.9rem;
  margin: 0.75rem 1rem 1rem;
  text-decoration: none;
}

.news-list .news-grid article > a:hover,
.blog-list .blog-grid article > a:hover,
.prestasi-list .prestasi-grid article > a:hover {
  text-decoration: underline;
}

/* Blog specific: meta, category */
.blog-list .blog-grid article .meta {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: #888;
  margin: 0 1rem 0.5rem;
}

.blog-list .blog-grid article .category {
  display: inline-block;
  background: #e94560;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin: 0 1rem 0.5rem;
}

/* Prestasi specific: level, category, achiever */
.prestasi-list .prestasi-grid article .level {
  display: inline-block;
  background: #e94560;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin: 0 0.5rem 0 1rem;
}

.prestasi-list .prestasi-grid article .category {
  display: inline-block;
  background: #1a1a2e;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
}

.prestasi-list .prestasi-grid article .achiever {
  font-size: 0.85rem;
  color: #555;
  margin: 0.5rem 1rem;
  font-style: italic;
}

/* Pengumuman List Page (different structure - uses ul/li) */
.pengumuman-list-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pengumuman-list-page ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s;
}

.pengumuman-list-page ul li:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.pengumuman-list-page ul li.pinned {
  background: linear-gradient(135deg, #f4feff 0%, #fff 100%);
  border-left: 4px solid #409cc7;
}

.pengumuman-list-page ul li .pin {
  font-size: 1rem;
}

.pengumuman-list-page ul li > a {
  flex: 1;
  color: #1a1a2e;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
}

.pengumuman-list-page ul li > a:hover {
  color: #e94560;
}

.pengumuman-list-page ul li .date {
  font-size: 0.85rem;
  color: #888;
}

.pengumuman-list-page ul li .attachment {
  font-size: 1rem;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}

.pagination button {
  padding: 0.6rem 1.25rem;
  background: #1a1a2e;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s;
}

.pagination button:hover:not(:disabled) {
  background: #e94560;
}

.pagination button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.pagination span {
  font-size: 0.95rem;
  color: #666;
}

/* Responsive List Pages */
@media (max-width: 992px) {
  .news-list .news-grid,
  .blog-list .blog-grid,
  .prestasi-list .prestasi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .news-list,
  .blog-list,
  .pengumuman-list-page,
  .prestasi-list {
    padding: 1.5rem 1rem;
  }

  .news-list > h2,
  .blog-list > h2,
  .pengumuman-list-page > h2,
  .prestasi-list > h2 {
    font-size: 1.5rem;
  }

  .news-list .news-grid article .lqip-container,
  .blog-list .blog-grid article .lqip-container,
  .prestasi-list .prestasi-grid article .lqip-container {
    height: 150px;
  }
}

@media (max-width: 576px) {
  .news-list .news-grid,
  .blog-list .blog-grid,
  .prestasi-list .prestasi-grid {
    grid-template-columns: 1fr;
  }

  .news-list .news-grid article .lqip-container,
  .blog-list .blog-grid article .lqip-container,
  .prestasi-list .prestasi-grid article .lqip-container {
    height: 200px;
  }

  .pengumuman-list-page ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .pengumuman-list-page ul li > a {
    order: 1;
  }

  .pengumuman-list-page ul li .date {
    order: 2;
  }

  .pagination {
    gap: 0.75rem;
  }

  .pagination button {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}

/* ========== DETAIL PAGES (News, Blog, Pengumuman, Prestasi) ========== */
.news-detail,
.blog-detail,
.pengumuman-detail,
.prestasi-detail {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.news-detail h2,
.blog-detail h2,
.pengumuman-detail h2,
.prestasi-detail h2 {
  font-size: 1.75rem;
  color: #1a1a2e;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.news-detail .meta,
.blog-detail .meta,
.pengumuman-detail .meta,
.prestasi-detail .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #666;
}

.news-detail .meta span,
.blog-detail .meta span,
.pengumuman-detail .meta span,
.prestasi-detail .meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.news-detail .meta .date::before,
.blog-detail .meta .date::before,
.pengumuman-detail .meta .date::before,
.prestasi-detail .meta .date::before {
  content: '\f073';
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.news-detail .meta .views::before,
.blog-detail .meta .views::before {
  content: '\f06e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.blog-detail .meta .author::before {
  content: '\f007';
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.prestasi-detail .meta .level {
  background: #e94560;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-weight: 500;
}

.prestasi-detail .meta .category {
  background: #1a1a2e;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}

.pengumuman-detail .meta .pinned {
  background: #f39c12;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-weight: 500;
}

/* Category & Tags for Blog */
.blog-detail .category {
  display: inline-block;
  background: #e94560;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.blog-detail .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.blog-detail .tags span {
  background: #f0f0f0;
  color: #555;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  font-size: 0.8rem;
}

/* Featured Image */
.news-detail .lqip-container,
.blog-detail .lqip-container,
.prestasi-detail .lqip-container,
.news-detail .featured-image,
.blog-detail .featured-image,
.prestasi-detail .featured-image {
  margin-bottom: 1.5rem;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
}

.news-detail .lqip-container img,
.blog-detail .lqip-container img,
.prestasi-detail .lqip-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* Content lazy-load images */
.content-lazy-img {
  opacity: 0.6;
  filter: blur(5px);
  transition: opacity 0.3s, filter 0.3s;
}
.content-lazy-img.loaded {
  opacity: 1;
  filter: none;
}

/* Achiever for Prestasi */
.prestasi-detail .achiever {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 4px solid #e94560;
}

/* Content */
.news-detail .content,
.blog-detail .content,
.pengumuman-detail .content,
.prestasi-detail .description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2rem;
}

.news-detail .content p,
.blog-detail .content p,
.pengumuman-detail .content p {
  margin-bottom: 1rem;
}

.news-detail .content img,
.blog-detail .content img,
.pengumuman-detail .content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 1rem 0;
}

.news-detail .content h3,
.blog-detail .content h3,
.pengumuman-detail .content h3 {
  font-size: 1.3rem;
  color: #1a1a2e;
  margin: 1.5rem 0 0.75rem;
}

.news-detail .content ul,
.blog-detail .content ul,
.pengumuman-detail .content ul,
.news-detail .content ol,
.blog-detail .content ol,
.pengumuman-detail .content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.news-detail .content li,
.blog-detail .content li,
.pengumuman-detail .content li {
  margin-bottom: 0.5rem;
}

/* Attachment for Pengumuman */
.pengumuman-detail .attachment {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #1a1a2e;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: background 0.2s;
}

.pengumuman-detail .attachment:hover {
  background: #2a2a4e;
}
/*
.pengumuman-detail .attachment::before {
  content: '\f019';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
  */    

/* Back Link */
.news-detail > a,
.blog-detail > a,
.pengumuman-detail > a,
.prestasi-detail > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #e94560;
  text-decoration: none;
  font-weight: 500;
  margin-top: 1rem;
  transition: color 0.2s;
}


.pengumuman-detail .attachment i {
    margin-right: 8px; /* Memberi jarak antara ikon dan tulisan 'Download' */
}
.news-detail > a:hover,
.blog-detail > a:hover,
.pengumuman-detail > a:hover,
.prestasi-detail > a:hover {
  color: #c73a52;
}

/*
.news-detail > a::before,
.blog-detail > a::before,
.pengumuman-detail > a::before,
.prestasi-detail > a::before {
  content: '\f060';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

*/ 

/* Responsive Detail Pages */
@media (max-width: 768px) {
  .news-detail,
  .blog-detail,
  .pengumuman-detail,
  .prestasi-detail {
    margin: 1rem;
    padding: 1.5rem;
  }

  .news-detail h2,
  .blog-detail h2,
  .pengumuman-detail h2,
  .prestasi-detail h2 {
    font-size: 1.4rem;
  }

  .news-detail .meta,
  .blog-detail .meta,
  .pengumuman-detail .meta,
  .prestasi-detail .meta {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .news-detail,
  .blog-detail,
  .pengumuman-detail,
  .prestasi-detail {
    margin: 0.5rem;
    padding: 1rem;
    border-radius: 0;
  }

  .news-detail h2,
  .blog-detail h2,
  .pengumuman-detail h2,
  .prestasi-detail h2 {
    font-size: 1.25rem;
  }

  .news-detail .content,
  .blog-detail .content,
  .pengumuman-detail .content,
  .prestasi-detail .description {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

/* ========== FOOTER ========== */
#main-footer {
  background: #1a1a2e;
  color: rgba(255,255,255,0.8);
  padding: 2rem 1rem;
  text-align: center;
}
#main-footer p {
  font-size: 0.9rem;
}

/* ========== UTILITIES ========== */
.loading {
  padding: 4rem 2rem;
  text-align: center;
  color: #888;
}
.section-link {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}
.section-link a {
  color: #e94560;
  font-weight: 500;
}

/* ========== SKELETON LOADING ========== */
@keyframes skeleton-pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.7; }
}

.skeleton-wrapper {
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}

/* Hide skeleton when Vue app is loaded */
#app:has(.home) .skeleton-wrapper {
  display: none;
}

.skeleton-line {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 4px;
}

@keyframes skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Hero Skeleton */
.skeleton-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #2a2a3e 0%, #1a1a2e 100%);
  display: flex;
  align-items: flex-end;
  /* Match hero aspect ratio */
  aspect-ratio: 19 / 5; /* <-- UBAH RASIO SKELETON HERO DI SINI (sama dengan #hero-section) */
}

/* Blur-fill for skeleton hero (desktop) */
@media (min-width: 1024px) {
  .skeleton-hero::after {
    content: '';
    position: absolute;
    inset: -20px;
    background: inherit;
    background-size: cover;
    background-position: center;
    filter: blur(15px);
    transform: scale(1.1);
    z-index: 0;
  }

  .skeleton-hero .hero-item-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 1;
  }

  .skeleton-hero-content {
    z-index: 3;
  }
}

/* Tablet & below: hide foreground img */
@media (max-width: 1023px) {
  .skeleton-hero {
    aspect-ratio: auto;
    height: 50vh;
    min-height: 350px;
    max-height: 500px;
  }
  .skeleton-hero .hero-item-img {
    display: none;
  }
}

.skeleton-hero-content {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
}

.skeleton-hero-content h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.skeleton-hero-content .skeleton-excerpt-text {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 1rem;
  max-width: 600px;
}

.skeleton-btn-placeholder {
  display: inline-block;
  background: #e94560;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  font-weight: 500;
}

/* Dark skeleton lines for Vue hero */
.skeleton-hero .skeleton-title {
  width: 60%;
  max-width: 500px;
  height: 2rem;
  background: linear-gradient(90deg, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

.skeleton-hero .skeleton-excerpt {
  width: 80%;
  max-width: 600px;
  height: 1rem;
  background: linear-gradient(90deg, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 4px;
  margin-bottom: 1rem;
}

/* Content Section Skeleton */
.skeleton-content {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
  display: flex;
  gap: 2rem;
}

.skeleton-pengumuman {
  width: 30%;
  flex-shrink: 0;
}

.skeleton-news {
  flex: 1;
}

.skeleton-heading {
  width: 150px;
  height: 24px;
  margin-bottom: 1rem;
}

.skeleton-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.skeleton-date {
  width: 80px;
  height: 12px;
  margin-bottom: 8px;
}

.skeleton-item-title {
  width: 90%;
  height: 16px;
  margin-bottom: 8px;
}

.skeleton-excerpt {
  width: 100%;
  height: 14px;
}

.skeleton-news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.skeleton-news-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.skeleton-img {
  width: 100%;
  height: 150px;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
}

.skeleton-card-body {
  padding: 1rem;
}

@media (max-width: 768px) {
  .skeleton-hero {
    height: auto;
    min-height: auto;
    max-height: none;
    aspect-ratio: 2 / 1;
  }

  .skeleton-hero-content {
    padding: 1rem;
  }

  .skeleton-hero-content h2 {
    font-size: 1.1rem;
  }

  .skeleton-hero-content .skeleton-excerpt-text {
    display: none;
  }

  .skeleton-hero .skeleton-title {
    width: 80%;
    height: 1.5rem;
  }

  .skeleton-hero .skeleton-excerpt {
    display: none;
  }

  .skeleton-btn-placeholder {
    padding: 0.35rem 1rem;
    font-size: 0.8rem;
  }

  .skeleton-content {
    flex-direction: column;
  }

  .skeleton-pengumuman {
    width: 100%;
  }

  .skeleton-news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .skeleton-hero {
    aspect-ratio: 16 / 9;
  }

  .skeleton-hero-content h2 {
    font-size: 1rem;
  }

  .skeleton-hero .skeleton-title {
    height: 1.2rem;
  }

  .skeleton-btn-placeholder {
    padding: 0.3rem 0.8rem;
    font-size: 0.75rem;
  }
}
