/* REGULAR 400 */
    @font-face {
      font-family: 'Poppins';
      src: url('../files/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
    }

    /* MEDIUM 500 */
    @font-face {
      font-family: 'Poppins';
      src: url('../files/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
    }

    /* SEMIBOLD 600 */
    @font-face {
      font-family: 'Poppins';
      src: url('../files/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
      font-weight: 600;
      font-style: normal;
    }

    /* BOLD 700 */
    @font-face {
      font-family: 'Poppins';
      src: url('../files/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
      font-weight: 700;
      font-style: normal;
    }

    body {
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      /* regular */
    }

    /* Navbar */
    .navbar-custom {
      background-color: #f8f9fa;
    }

    .navbar-brand img {
      height: 55px;
      object-fit: contain;
    }

    .nav-link {
      color: #212529 !important;
    }

    .nav-item {
      margin-left: 1rem;
    }

    /* Dropdown styling */
    .dropdown-item:hover {
      background-color: #e2e6ea;
    }

    /* ======================
       MEGAMENU DESKTOP
       ====================== */
    .megamenu .dropdown-menu {
      width: 800px;
      border-radius: 12px;
      border: 1px solid #ddd;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      padding: 20px;
    }

    .program-sec-icon-left{
      max-width: 150px;
    }

    .program-sec-icon-left img{
      width: 100%;
    }

    .program-drop-box{
      margin-top:30px;
    }

    .mega-item {
      display: block;
      padding: 10px;
      border-radius: 8px;
      text-decoration: none;
      color: #212529;
      transition: 0.25s;
    }

    .mega-item:hover {
      background: #f1f3f5;
      transform: translateY(-2px);
    }

    .mega-icon {
      width: 75%;
      margin-bottom: 8px;
    }

    .mega-title {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .mega-desc {
      font-size: 13px;
      color: #6c757d;
      margin: 0;
    }

    /* ======================
       MOBILE FIX SCROLL
       ====================== */
    @media (max-width: 992px) {

      /* Megamenu jadi full width dan bisa scroll */
      .megamenu .dropdown-menu {
        width: 100% !important;
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        transform: none !important;
        left: 0 !important;
        border-radius: 0;
      }

      /* Disable hover effect di HP */
      .mega-item:hover {
        transform: none;
        background: #f8f9fa;
      }
    }

    .program-new-box{
      padding: 30px;
      border-radius: 15px;
      box-shadow: 1px 0px 5px #e5e5e5cc;
    }

    .program-sec-icon{
      padding: 10px 0px;
      float: left;
      width: 100%;
    }

    /* ======================
       SUBMENU FIX (desktop)
       ====================== */
    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-left: .1rem;
    }

    .teks-program{
      text-transform: uppercase;
      font-weight: 700;
      font-size: 2.3em;
      color: #33337f; 
    }
 

    /* ======================
       SUBMENU MOBILE
       ====================== */
    @media (max-width: 992px) {
      .dropdown-submenu .dropdown-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        display: none;
      }
    }

    /* ================= 2. HERO SECTION CONTAINER ================= */
    .hero-plc {

      position: relative;
      margin-top: 15px;
      /* Jarak dari navbar */
      padding: 100px 0 60px;
      /* Padding atas bawah yang lega */

      /* BACKGROUND UTAMA (Ganti url(...) dengan file background Anda) */
      /* Fallback pakai gradient jika gambar belum ada */
      background: url('<?php print $backgroundImage ?>') center center/cover no-repeat,
        linear-gradient(180deg, #4facfe, #00f2fe);

      overflow: visible;
      /* Agar elemen yang menonjol (seperti banner) tidak terpotong */
    }

    /* Container Flexbox Utama */
    .hero-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 5;
      /* Pastikan konten di atas background */
    }

    /* ================= 3. LEFT SIDE (TEXT) ================= */
    .hero-left {
      width: 60%;
      z-index: 10;
    }

    .program-sec-icon-feature-list{
      color: black;
      font-size: 16px;
      line-height: 1.3;
    }

    .program-sec-icon-feature-list-item{
        display: flex;
        margin-bottom: 10px
    }

    .program-sec-icon-feature-list-item-teks{
      margin-left: 10px;
    }

    .program-sec-icon-feature-list-item-icon{
      font-size: 24px;
      color: #ff833a;
    }

    .program-sec-icon-feature-title{
      font-size: 18px;
      color: #05290a;
      font-weight: 600;
      padding: 10px 0px;
      line-height: 1.2em;
    }

    .main-tab-fitur{
      border-radius: 15px;
      background: #000080;
      padding: 15px;
      margin-top: 10px;
    }

    .logo-sma-section {
      padding: 30px 0;
    }

    .swiper {
      width: 100%;
      overflow: hidden;
    }

    .swiper-slide {
      flex-shrink: 0;
    }

    .logoSwiper img {
      width: 90px;
      height: 90px; 
      object-fit: cover;  
      transition: all 0.3s ease;
    }

    .logoSwiper img:hover {
      filter: grayscale(0%);
      opacity: 1;
      transform: scale(1.08);
    }

    .countSwiper .swiper-slide{
       margin-left:20px;
    }

    
    .countSwiper .swiper-slide:first-child{
      margin-left:0px;

    }
 

    .logoSwiper .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      width: unset !important;
    }

    .logoSwiper img {
      max-height: 70px;
      max-width: 120px;
      object-fit: contain; 
      transition: all 0.3s ease;
    }

    .logoSwiper img:hover {
      filter: grayscale(0%);
      opacity: 1;
      transform: scale(1.05);
    }

    #plcTabs{ 
      border-bottom: 0px;
      color: white;
    }

    
    .feature-title{
      font-size: 1.2em;
      color: #e4dd10;
      font-weight: 600;
    }
    #plcTabs .nav-item {
      margin-left:5px;
    }

    

    #plcTabs .nav-link.active{
      color: #161313 !important;
      background: #8cf389;
    }

    #plcTabs .nav-link {
      font-size: 13px;
      padding: 9px 12px;
      color: white !important;
      background: #4e4eff;
      font-weight: 600;
      text-transform: uppercase;
    } 

    .hero-left h1 {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      /* Styling Judul Utama */
      font-size: 4rem;
      line-height: 1.1;
      margin-bottom: 20px;
      letter-spacing: -1px;

      /* Warna Emas/Kuning */
      color: #FFCC00;

      /* Efek Outline Biru Tua */ 
      text-shadow:
        2px 2px 0 #003388,
        -2px -2px 0 #003388,
        2px -2px 0 #003388,
        -2px 2px 0 #003388;
    }

    .hero-left p {
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-size: 2rem;
      color: #ffffff;
      margin-bottom: 30px;
      max-width: 90%;
      line-height: 1.4;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      /* Sedikit bayangan agar terbaca jelas */
    }

    /* ================= 4. BUTTONS ================= */
    .hero-btn-group {
      display: flex;
      gap: 15px;
    }

    .program-btn{
      margin-top:20px;
    }
    
    .btn-bigger {
      padding: 14px 22px;     /* lebih tinggi & lebar */
      font-size: 1.05rem;     /* sedikit lebih besar */
    }

    /* versi desktop bisa lebih mantap */
    @media (min-width: 768px) {
      .btn-bigger {
        padding: 10px 26px;
        font-size: 1.1rem;
      }
    }

    .btn-navy-gradient {
      background: linear-gradient(135deg, #0a1f44, #102a63);
      color: #fff;
      border: none;
      font-weight: 600;
      letter-spacing: 0.5px;
      box-shadow: 0 4px 10px rgba(10, 31, 68, 0.35);
      border-radius: 12px;
    }

    /* hover mengecil */
    .btn-hover-shrink {
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .btn-hover-shrink:hover {
      transform: scale(0.95);
      box-shadow: 0 6px 16px rgba(10, 31, 68, 0.5);
    }

    /* saat klik */
    .btn-hover-shrink:active {
      transform: scale(0.9);
    }

    /* pastikan hover tidak berubah jadi kuning (override bootstrap) */
    .btn-navy-gradient:hover,
    .btn-navy-gradient:focus {
      color: #fff;
      background: linear-gradient(135deg, #081a3a, #0e2558);
    }

    .hero-btn-group .btn {
      padding: 12px 30px;
      border-radius: 10px;
      font-size: 1.05rem;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-block;
      text-align: center;
    }

    /* Tombol Kuning (Mulai Belajar) */
    .btn-yellow {
      background-color: #FFC107;
      color: #003366;
      border: 2px solid #FFC107;
    }

    .btn-yellow:hover {
      background-color: #e0a800;
      border-color: #e0a800;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .main-program-content{
      margin-top:35px;
    }

    /* Tombol Outline (Lihat Program) */
    .btn-outline-cyan {
      background-color: transparent;
      color: #ffffff;
      border: 2px solid #4DD0E1;
    }

    .btn-outline-cyan:hover {
      background-color: #4DD0E1;
      color: #003366;
      transform: translateY(-3px);
    }

    /* ================= 5. RIGHT SIDE (IMAGE & STATS) ================= */
    .hero-right {
      width: 50%;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* Penting: overflow visible agar banner tidak terpotong bayangannya */
      overflow: visible;
    }

    /* Gambar Siswa */
    .main-hero-image {
      max-width: 96%;
      height: auto;

      /* Layering: Gambar di belakang */
      position: relative;
      z-index: 1;

      /* Shadow halus */
      filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
    }

    /* Banner Statistik Putih */
    .stats-banner {
      background-color: #ffffff;
      border-radius: 50px;
      /* Sudut membulat */
      padding: 20px 40px;

      display: flex;
      justify-content: space-around;
      align-items: center;

      width: 98%;
      max-width: 800px;

      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);

      /* Layering: Banner di depan & menumpuk ke atas */
      position: relative;
      z-index: 10;
      margin-top: -90px;
      /* Menarik banner ke atas menutupi kaki gambar */
    }

    .stat-item {
      display: flex;
      align-items: center;
      text-align: left;
    }

    .stat-item img {
      width: 42px;
      height: auto;
      margin-right: 12px;
    }

    .stat-text {
      color: #333;
      font-size: 0.95rem;
      line-height: 1.2;
      font-weight: 500;
    }

    .stat-text strong {
      font-size: 1.4rem;
      color: #003366;
      font-weight: 700;
      display: block;
      /* Memastikan angka di baris sendiri */
    }

    /* ================= 6. DECORATIVE ICONS (Floating) ================= */
    .floating-decor .float-icon {
      position: absolute;
      z-index: 2;
      /* Di atas background */
      animation: floatAnimation 3s ease-in-out infinite;
      pointer-events: none;
      /* Agar tidak mengganggu klik */
    }

    .icon-lamp {
      top: 10%;
      left: 48%;
      width: 7%;
    }

    .icon-book {
      top: 15%;
      right: 15%;
      width: 5%;
    }

    @keyframes floatAnimation {

      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-15px);
      }
    }

    /* ================= 7. RESPONSIVE ================= */

    /* Tablet & Small Desktop (max 992px) */
    @media (max-width: 992px) {
      .hero-plc {
        padding: 120px 0 60px;
      }

      .hero-wrapper {
        flex-direction: column-reverse;
        /* Gambar di atas, teks di bawah (opsional) */
        /* ATAU flex-direction: column; jika ingin teks di atas */
        text-align: center;
        padding: 0 15px;
      }

      .hero-left,
      .hero-right {
        width: 100%;
      }

      .hero-right {
        margin-bottom: 50px;
      }

      .hero-left h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 2.8rem;
      }

      .hero-left p {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
      }

      .hero-btn-group {
        justify-content: center;
      }

      /* Penyesuaian icon */
      .icon-lamp {
        left: 15%;
        top: 50px;
      }

      .main-hero-image {
        max-width: 80%;
        /* Gambar jangan terlalu besar di tablet */
      }

      .stats-banner {
        margin-top: -60px;
        /* Kurangi tumpukan di layar kecil */
        padding: 15px 20px;
      }
    }

    /* Mobile (max 576px) */
    @media (max-width: 576px) {
      .hero-plc {
        padding-top: 60px;
      }

      .hero-left h1 {

        font-size: 2.2rem;
      }

      .program-sec-icon-feature-title{
        text-align:center;
        font-weight: 700;
        font-size: 20px;
      } 

      .program-sec-icon-left {
        max-width: 100%;
      }

      #plcTabs .nav-link {
        margin-bottom: 5px;
      }
      
      .feature-title{
        text-align:center;
        margin-bottom: 10px;
      }

      .hero-left p {
        font-size: 1.2rem; 
        font-weight: 600; 
      }

      .floating-decor {
        display: none;
        /* Sembunyikan dekorasi agar bersih */
      }

      .hero-btn-group {
        flex-direction: column;
        width: 100%;
      }

      .hero-btn-group .btn {
        width: 100%;
      }

      .main-hero-image {
        max-width: 80%;
      }

      .stat-item img {
        width: 25%;
        height: auto;
        margin-right: 10px;
      }

      .stat-text {
        color: #333;
        font-size: 0.75rem;
        line-height: 1.2;
      }

      .stat-text strong {
        font-size: 1rem;
        color: #003366;
        font-weight: 700;
        display: block;
        /* Memastikan angka di baris sendiri */
      }
    }

    /* tabs */
    .section-tabs .nav-tabs .nav-link {
      font-weight: 600;
      padding: 10px 25px;
      color: #4A90E2;
      border-radius: 8px;
      border: none;
    }

    .section-tabs .nav-tabs .nav-link.active {
      background: #4A90E2;
      color: #fff;
    }

    .tab-card {
      text-decoration: none;
    }

    .tab-card-box {
      background: #ffffff;
      border-radius: 16px;
      padding: 25px;
      text-align: center;
      border: 1px solid #e3e3e3;
      transition: 0.3s;
    }

    .tab-card-box:hover {
      transform: translateY(-8px);
      border-color: #4A90E2;
      box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
    }

    .tab-card-box img {
      height: 70px;
      margin-bottom: 15px;
    }

    .tab-card-box h5 {
      font-weight: 700;
      margin-bottom: 10px;
      color: #212529;
    }

    .alumni-card {
      text-align: center;
      background: #fff;
      padding: 30px;
      border-radius: 18px;
      transition: 0.3s;
      border: 1px solid #e3e3e3;
    }

    .alumni-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .alumni-img {
      width: 120px;
      height: 120px;
      border-radius: 100%;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .why-box {
      background: #ffffff;
      border: 1px solid #e3e3e3;
      padding: 25px;
      border-radius: 14px;
      transition: 0.3s;
    }

    .why-box:hover {
      transform: translateY(-7px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .plc-article-section {
      background: #f6f7fb;
    }

    .article-card {
      display: block;
      background: #fff;
      border-radius: 14px;
      overflow: hidden;
      text-decoration: none;
      color: #212529;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
      transition: 0.3s;
    }

    .article-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }

    .article-img-wrapper {
      width: 100%;
      height: 210px;
      overflow: hidden;
    }

    .article-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .article-content {
      padding: 18px;
    }

    .article-title {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .article-desc {
      font-size: 0.95rem;
      color: #6c757d;
    }

    .footer-plc {
      background: #1A2B4C;
      color: #fff;
      margin-top: 60px;
      padding-bottom: 30px;
    }

    .footer-logo {
      height: 65px;
    }

    .footer-title {
      font-weight: 700;
      margin-bottom: 15px;
      color: #ffffff;
    }

    .footer-links,
    .footer-contact {
      list-style: none;
      padding: 0;
    }

    .footer-links li {
      margin-bottom: 8px;
    }

    .footer-links a {
      text-decoration: none;
      color: #cfd6e4;
      transition: 0.25s;
    }

    .footer-links a:hover {
      color: #ffffff;
      padding-left: 6px;
    }

    .footer-contact li {
      margin-bottom: 10px;
      color: #cfd6e4;
    }

    .footer-contact i {
      margin-right: 8px;
      color: #FFC107;
    }

    .footer-sosmed a {
      font-size: 20px;
      margin-right: 12px;
      color: #ffffff;
      transition: 0.25s;
    }

    .footer-sosmed a:hover {
      color: #FFC107;
    }

    .footer-line {
      border-color: rgba(255, 255, 255, 0.15);
    }

.plc-star-gallery {
  background: #ececff;
}

.star-card {
  display: flex;
  background: #000080;
  border-radius: 18px;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid #000080;
}

.star-photo {
  width: 45%;
}

.star-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.star-content {
  width: 55%;
  padding: 40px;
  position: relative;
  
}

.quote-icon {
  font-size: 80px;
  color: #ffd87b;
  font-weight: 700;
  line-height: 1;
}

.star-text {
  font-size: 15px;
  line-height: 1.6;
  color: white;
  margin-bottom: 25px;
}

.star-identity h5 {
  font-weight: 700;
  margin-bottom: 0;
  color: #ffdd78;
}

.star-identity p strong{
  color:white;
}

.star-identity small {
  color: #fff;
}

.program-badge {
  background: #1aa59a;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
}

.star-nav {
  color: #ffe243;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .star-card {
    flex-direction: column;
  }

  .star-photo,
  .star-content {
    width: 100%;
  }

  .star-photo img {
    height: 100%;
  }
}
.why-plc {
  position: relative;
  
  background: linear-gradient(135deg, #000080, #000080);
  padding: 120px 0;
  overflow: hidden;
}

.wave-top,
.wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
}

.wave-top {
  top: 0;
}

.wave-bottom {
  bottom: 0;
}

.wave-top svg,
.wave-bottom svg {
  width: 100%;
  height: 100px;
}

.why-plc-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: center;
}
.why-plc-visual img {
  max-width: 100%;
  border-radius: 16px;
}

.why-plc-title {
  font-size: 36px;
  color: white;
  font-weight: 700;
  margin-bottom: 40px;
}

.why-plc-title span {
  color: #facc15;
}

.why-plc-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.why-item {
  background: rgba(255,255,255,0.05);
  padding: 24px;
  border-radius: 16px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.why-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.why-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.why-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #facc15;
  margin-bottom: 10px;
}

.why-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #e5e7eb;
}

/* Responsive */
@media (max-width: 992px) {
  .why-plc-grid {
    grid-template-columns: 1fr;
  }

  .why-plc-items {
    grid-template-columns: 1fr;
  }
}

 .guru-section {
  position: relative;
  background: #c9f1f4;
  padding: 100px 0 140px;
  overflow: hidden;
}

.guru-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}

.guru-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 50px 45px;
  box-shadow: 0 20px 50px rgba(11, 45, 69, 0.15);
}

.guru-card h2 {
  font-size: 34px;
  line-height: 1.2;
  color: #0b2d45;
  margin-bottom: 20px;
}

.guru-card .highlight {
  color: #1aa3a3;
}

.guru-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 28px;
} 

.btn-video {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffc107;
  color: #000;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-video:hover {
  background: #ffb300;
  transform: translateY(-2px);
}

.guru-image img {
  width: 100%;
  max-width: 520px;
  display: block;
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
}

@media (max-width: 900px) {
  .guru-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .guru-card {
    padding: 40px 30px;
  }

  .guru-image img {
    margin: auto;
  }
}

.mini-gallery {
  background: #0b2d45; /* navy PLC */
  padding: 40px 0;
}

.gallerySwiper {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.gallerySwiper .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}

.gallerySwiper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
 

/* .countSwiper .swiper-button-prev {
  left: -20px;
}

.countSwiper .swiper-button-next {
  right: -20px;
} */

  .countSwiper .swiper-button-next::after,.countSwiper .swiper-button-prev::after{
    font-size: 14px !important;
    background: #fff33a;
    padding: 5px 9px;
    border-radius: 15px;
    color: white;
  }

.plc-cat-summary-box {
  background: linear-gradient(135deg, #0a1f44, #102a63);
  border-radius: 20px;
  padding: 50px 40px;
  color: #ffffff;
}

.cat-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 7px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.cat-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.3;
}

.cat-title span {
  color: #FFC107;
}

.cat-desc {
  font-size: 1.05rem;
  color: #e5ecf6;
  max-width: 850px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.cat-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
}

.cat-feature {
  font-weight: 600;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
  .plc-cat-summary-box {
    padding: 35px 25px;
  }

  .cat-title {
    font-size: 1.6rem;
  }
}

.cat-cta {
  margin-top: 35px;
}

.cat-price-info {
  margin-top: 18px;
}

.cat-price-text {
  font-size: 0.95rem;
  color: #dbe3f0;
  line-height: 1.6;
}

.cat-price-text span {
  color: #FFC107;
  font-weight: 700;
}

.app-preview-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.app-preview-title span {
  color: #0a1f44;
}

.app-preview-desc {
  font-size: 1rem;
  color: #555;
  max-width: 720px;
  margin: 0 auto 35px;
}

.appPreviewSwiper {
  padding-bottom: 40px;
}

.app-mockup {
  background: #ffffff;
  border-radius: 28px;
  padding: 12px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  max-width: 260px;
  margin: auto;
}

.app-mockup img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* responsive */
@media (max-width: 576px) {
  .app-preview-title {
    font-size: 1.6rem;
  }

  .app-mockup {
    max-width: 220px;
  }
}

.paket-card {
  height: 170px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.paket-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.2));
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
}

.paket-overlay h5 {
  font-weight: bold;
}

.harga-coret {
  text-decoration: line-through;
  opacity: .8;
  margin-bottom: 4px;
}

.paket-overlay h3 {
  font-weight: bold;
  margin: 0;
}

.paket-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.paket-card {
  transition: transform .3s ease, box-shadow .3s ease;
}

.paket-link:hover .paket-card {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.buku-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
  overflow: hidden;
  transition: transform .3s ease;
}

.buku-card:hover {
  transform: translateY(-6px);
}

.buku-card img {
  width: 100%;
height: 100%;
  object-fit: cover;
}

.buku-body {
  padding: 15px;
  text-align: center;
}

.buku-body h6 {
  font-weight: 600;
  margin-bottom: 8px;
  min-height: 42px;
}

.harga-coret {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
  margin: 0;
}

.harga-jual {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}

.plc-bg-image {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  padding: 28px;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 30px rgba(10,31,68,.35);
}

/* overlay navy */
.plc-bg-image .plc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10,31,68,.88),
    rgba(10,31,68,.65)
  );
  z-index: 1;
}

.plc-bg-image .plc-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.plc-bg-image img { 
  background: rgba(255,255,255,.15);
  padding: 12px;
  border-radius: 14px;
}

/* judul */
.plc-bg-image h5 {
  margin: 16px 0 10px;
  font-weight: 700;
  color: #ffcc00;
}

/* teks */
.plc-bg-image p {
  font-size: .95rem;
  line-height: 1.6;
  color: #e4ebf7;
}
