
/* ===============================
   RESET & BASE
=============================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #0f172a;
  line-height: 1.6;
}

/* ===============================
   NAVBAR (LOCKED & SAFE)
=============================== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 5000;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* LOGO FIX (INI KUNCI MASALAH ANDA) */
.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar .logo {
  height: 45px;      /* dikunci */
  width: auto;       /* cegah fullscreen */
  max-width: none;
  object-fit: contain;
}

.navbar .logo.kan {
  height: 38px;
  width: auto;
}

/* MENU */
.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-menu > li {
  position: relative;
}

.nav-menu a {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  padding: 10px 4px;
  cursor: pointer;
}

/* ===============================
   DROPDOWN PANEL (PORTAL STYLE)
=============================== */
.dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 320px;
  padding: 16px 0;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  z-index: 6000;
}

.dropdown-panel a {
  display: block;
  padding: 10px 22px;
  font-size: 14px;
  color: #111827;
}

.dropdown-panel a:hover {
  background: #f1f5f9;
}

/* HOVER LOCK */
.dropdown:hover > .dropdown-panel {
  display: block;
}

/* REGISTRASI */
.btn-register a {
  background: linear-gradient(135deg, #8b1025, #1e3a8a);
  color: white;
  padding: 8px 20px;
  border-radius: 999px;
}

/* ===============================
   HERO / HOME
=============================== */
.hero-advanced {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background: linear-gradient(
    135deg,
    #1e3a8a 0%,
    #4f46e5 40%,
    #7a0f2b 100%
  );
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.hero-text {
  max-width: 600px;
}

.hero-text h1 {
  font-size: 56px;
  line-height: 1.15;
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}

.blue-text { color: #87ceeb; }
.red-text  { color: #ffb6c1; }

.hero-text p {
  font-size: 18px;
  opacity: 0.95;
  margin-bottom: 32px;
  line-height: 1.6;
}

.btn-hero {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-hero:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* HERO STATS - HIDDEN */
.hero-stats {
  display: none;
}

@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
  }

}

/* Articles sidebar removed */
@media (max-width: 1024px) {
  /* placeholder for future media queries */
}

@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 40px;
  }

  .hero-text p {
    font-size: 16px;
  }

  /* Articles sidebar removed from mobile view */
}

/* ==================================================
   FIX FINAL: HEADER LAYANAN KAMI (CENTER & SPACING)
   TANPA MENGGANGGU CARD ISO
================================================== */

/* Pastikan section layanan punya ruang aman */
#layanan {
  padding-top: 140px;
  padding-bottom: 100px;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.05) 0%, rgba(122, 15, 43, 0.03) 100%);
  position: relative;
  overflow: hidden;
}

/* Elegant decorative elements */
#layanan::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(30, 58, 138, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

#layanan::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(122, 15, 43, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Kunci header sebagai blok mandiri */
#layanan .section-header {
  text-align: center !important;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 72px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Badge "Layanan Kami" */
#layanan .section-tag {
  display: inline-block;
  margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.15), rgba(122, 15, 43, 0.1));
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1e3a8a;
  border: 1px solid rgba(30, 58, 138, 0.2);
}

/* Judul utama */
#layanan .section-title {
  display: block;
  margin-bottom: 18px;
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.8px;
}

/* Subjudul / deskripsi */
#layanan .section-description {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.75;
  font-size: 16px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

/* Pastikan list ISO tidak mendorong header */
#layanan .cert-list {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

/* CARD ISO - PREMIUM STYLING */
.cert-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding: 40px 42px;
  margin-bottom: 40px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(30, 58, 138, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Card background accent */
.cert-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1e3a8a 0%, #7a0f2b 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cert-card:hover::before {
  opacity: 1;
}

/* Card hover effects */
.cert-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(30, 58, 138, 0.15);
}

/* Badge styling */
.cert-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1e3a8a 0%, #2e5a9e 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.25);
  letter-spacing: 0.5px;
}

/* IMAGE */
.cert-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 220px;
}

.cert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.cert-card:hover .cert-image img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* CONTENT */
.cert-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 0;
}

.cert-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e3a8a;
  background: rgba(30, 58, 138, 0.1);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
  width: fit-content;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.cert-card:hover .cert-category {
  background: rgba(30, 58, 138, 0.2);
  color: #162e5a;
}

.cert-content h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 14px 0;
  color: #0f172a;
  letter-spacing: -0.5px;
}

.cert-content p {
  font-size: 15px;
  line-height: 1.75;
  color: #64748b;
  margin: 0 0 24px 0;
  flex-grow: 1;
}

/* ACTIONS */
.cert-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

/* SEE DETAIL */
.btn-outline {
  padding: 12px 24px;
  border: 2px solid #1e3a8a;
  color: #1e3a8a;
  background: transparent;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1e3a8a, #2e5a9e);
  transition: left 0.3s ease;
  z-index: -1;
}

.btn-outline:hover::before {
  left: 0;
}

.btn-outline:hover {
  color: #ffffff;
  border-color: #1e3a8a;
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.3);
  transform: translateY(-2px);
}

/* REGISTRASI / DAFTAR BUTTON */
.btn-primary {
  background: linear-gradient(135deg, #1e3a8a 0%, #2e5a9e 100%);
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 12px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 18px rgba(30, 58, 138, 0.25);
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(30, 58, 138, 0.35);
  background: linear-gradient(135deg, #162e5a 0%, #1e3a8a 100%);
}



/* ===============================
   ISO CARD – SMOOTH HOVER & TRANSITION
=============================== */

/* Hover card - already defined above in PREMIUM STYLING section */

/* IMAGE HOVER - already defined above */

/* BUTTON TRANSITION - already defined above */

@media (prefers-reduced-motion: reduce) {
  .cert-card,
  .cert-image img,
  .cert-content,
  .btn-outline,
  .register-box .btn-primary {
    transition: none;
  }
}

/* RESPONSIVE */
@media (max-width: 968px) {
  .cert-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cert-image {
    height: 250px;
  }

  .cert-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  #layanan {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #layanan .section-header {
    margin-bottom: 50px;
  }

  .cert-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px;
    margin-bottom: 28px;
  }

  .cert-badge {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .cert-image {
    height: 220px;
  }

  .cert-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .cert-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .cert-actions {
    flex-direction: column;
    gap: 10px;
  }

  .btn-outline,
  .btn-primary {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
``

/* ===============================
   KEUNGGULAN
=============================== */
.advantages {
  padding: 120px 20px;
  background: #f8f9fa;
}

.advantages-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.section-tag {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.12), rgba(122, 15, 43, 0.08));
  color: #1e3a8a;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(30, 58, 138, 0.15);
}

.advantages-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #0f172a;
  letter-spacing: -0.5px;
}

.section-desc {
  max-width: 720px;
  margin: 0 auto 70px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.75;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.adv-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 42px 32px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.adv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1e3a8a 0%, #2e5a9e 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.adv-card:hover::before {
  opacity: 1;
}

.adv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(30, 58, 138, 0.15);
}

.adv-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.15), rgba(30, 58, 138, 0.08));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  font-size: 32px;
  color: #1e3a8a;
  transition: all 0.35s ease;
}

.adv-card:hover .adv-icon {
  background: linear-gradient(135deg, #1e3a8a, #2e5a9e);
  color: #ffffff;
  transform: scale(1.1);
}

.adv-card h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 14px 0;
  color: #0f172a;
  line-height: 1.4;
}

.adv-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

/* ===============================
   FOOTER
=============================== */
.footer {
  background: #0f172a;
  color: #cbd5f5;
  padding: 80px 20px 30px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
}

.footer-about img {
  height: 50px;
  width: auto;
  margin-bottom: 16px;
}

/* ===============================
   GALLERY
=============================== */
.gallery-grid {
  max-width: 1200px;
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px,1fr));
  gap: 30px;
}

.gallery-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gallery-item p {
  padding: 14px;
  font-size: 14px;
  line-height: 1.6;
}

/* ===============================
   RESPONSIVE
=============================== */
@media (max-width: 900px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .adv-card {
    padding: 36px 28px;
  }

  .adv-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-stats {
    flex-direction: column;
  }

  .services-grid,
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .services-grid,
  .advantages-grid {
    grid-template-columns: 1fr;
  }
}


/* ===============================
   FAQ PAGE
=============================== */

.faq-page {
  max-width: 900px;
  margin: 140px auto;
  padding: 0 20px;
}

.faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.faq-header h1 {
  font-size: 36px;
  margin-top: 12px;
}

.faq-links {
  background: #f8fafc;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 40px;
  display: grid;
  gap: 12px;
}

.faq-links a {
  font-weight: 600;
  text-decoration: none;
  color: #1e3a8a;
}

.faq-links a:hover {
  text-decoration: underline;
}

.faq-item {
  margin-bottom: 48px;
}

.faq-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.faq-item p {
  color: #475569;
  line-height: 1.7;
}


/* ==================================================
   FINAL FIX KELUHAN FORM
   - CENTER
   - COMPACT
   - PROFESSIONAL
================================================== */

/* Pastikan halaman punya ruang napas */
.complaint-section {
  padding: 120px 20px;
  background: #f5f6f8;
}

/* Card utama form */
.complaint-container {
  max-width: 600px;              /* diperkecil agar rapi */
  margin: 0 auto;                /* center halaman */
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Header form */
.complaint-header {
  text-align: left;
  margin-bottom: 28px;
}

.complaint-header h1 {
  font-size: 28px;
  margin: 12px 0 8px;
}

.complaint-header p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* Form layout */
.complaint-form {
  display: grid;
  gap: 16px;
}

/* Field group */
.complaint-form .form-group {
  display: flex;
  flex-direction: column;
}

/* Label */
.complaint-form label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0f172a;
}

/* Input & textarea */
.complaint-form input,
.complaint-form textarea {
  padding: 10px 12px;
  font-size: 13px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  background: #fafafa;
}

.complaint-form input:focus,
.complaint-form textarea:focus {
  outline: none;
  border-color: #1e3a8a;
  background: #ffffff;
}

/* Textarea ukuran wajar */
.complaint-form textarea {
  min-height: 110px;
  resize: vertical;
}

/* Tombol – kecil & rapi */
.complaint-form .btn-primary {
  align-self: flex-end;
  margin-top: 4px;
  padding: 6px 18px;
  font-size: 13px;
  border-radius: 8px;
}

/* Mobile tetap rapi */
@media (max-width: 480px) {
  .complaint-container {
    padding: 28px 20px;
  }

  .complaint-form .btn-primary {
    align-self: stretch;
    text-align: center;
  }
}


/* ==================================================
   FINAL FIX – LOGO GUIDELINE
   Judul: CENTER
   Konten: LEFT (Professional)
================================================== */

/* Section utama */
.guideline-page {
  padding: 120px 20px;
  background: #ffffff;
}

/* HEADER DI TENGAH */
.guideline-page .section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.guideline-page .section-title {
  margin-bottom: 12px;
}

.guideline-page .section-description {
  margin: 0 auto;
  line-height: 1.7;
  color: #475569;
}

/* =========================
   LIST GUIDELINE (LEFT)
========================= */

.guideline-list {
  max-width: 900px;
  margin: 0 auto;
}

/* ITEM */
.guideline-item {
  background: #f8fafc;
  border-radius: 12px;
  margin-bottom: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}

/* JUDUL PER ITEM */
.guideline-item summary {
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  text-align: left;        /* KUNCI KE KIRI */
}

/* Hilangkan marker default */
.guideline-item summary::-webkit-details-marker {
  display: none;
}

/* Plus / minus di kanan */
.guideline-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 18px;
}

.guideline-item[open] summary::after {
  content: "–";
}

/* ISI GUIDELINE */
.guideline-item p {
  padding: 0 22px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  text-align: left;        /* ISI TETAP RATA KIRI */
}

/* =============================== 
   FLOATING WHATSAPP BUTTON
=============================== */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 10000;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background: #128c7e;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}


/* ===============================
   CONTAINER UTILITY
=============================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===============================
   ARTIKEL / INSIGHTS SECTION
=============================== */
.articles-section {
  padding: 120px 20px;
  background: #ffffff;
}

.articles-section .section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 72px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
}

.article-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.12);
}

.article-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.08);
}

.article-category {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(30, 58, 138, 0.9);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.article-content {
  padding: 28px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.article-content h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #0f172a;
  transition: color 0.3s ease;
}

.article-card:hover .article-content h3 {
  color: #1e3a8a;
}

.article-content p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}

.article-meta {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 16px;
}

.article-meta i {
  margin-right: 4px;
}

.article-link {
  color: #1e3a8a;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.article-link:hover {
  color: #4f46e5;
  transform: translateX(4px);
}

/* ===============================
   FOOTER UPDATE (PROFESSIONAL)
=============================== */
.footer {
  background: #0f172a;
  color: #cbd5f5;
  padding: 80px 20px 40px;
  margin-top: 140px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.5fr 1.5fr 1.5fr 2fr;
  gap: 50px;
  margin-bottom: 40px;
}

.footer-about img {
  height: 50px;
  width: auto;
  margin-bottom: 16px;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.7;
  color: #cbd5f5;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.footer-social a:hover {
  background: #1e3a8a;
  transform: translateY(-4px);
}

.footer-menu h4,
.footer-services h4,
.footer-contact h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffffff;
}

.footer-menu ul,
.footer-services ul {
  list-style: none;
}

.footer-menu li,
.footer-services li {
  margin-bottom: 12px;
}

.footer-menu a,
.footer-services a {
  color: #cbd5f5;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-menu a:hover,
.footer-services a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact-item i {
  color: #1e3a8a;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-item p {
  margin: 0;
  font-weight: 600;
  color: #ffffff;
  font-size: 13px;
}

.contact-item a {
  color: #cbd5f5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #ffffff;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 0 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: #94a3b8;
  padding-top: 20px;
}

/* ===============================
   PAGE HEADER (ABOUT & OTHERS)
=============================== */
.page-header {
  background: linear-gradient(135deg, #1e3a8a 0%, #7a0f2b 100%);
  color: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

.page-header-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-header h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

.page-header p {
  font-size: 18px;
  opacity: 0.9;
}

/* ===============================
   ABOUT PAGE STYLING
=============================== */
.about-hero {
  padding: 100px 20px;
  background: #ffffff;
}

.about-hero .container-about {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}

.about-image {
  text-align: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
}

.about-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #0f172a;
}

.about-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 28px;
}

.about-highlights {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.highlight-item {
  display: flex;
  gap: 16px;
}

.highlight-item i {
  font-size: 24px;
  color: #1e3a8a;
  flex-shrink: 0;
  margin-top: 2px;
}

.highlight-item h4 {
  font-size: 15px;
  margin-bottom: 4px;
  color: #0f172a;
}

.highlight-item p {
  font-size: 14px;
  color: #475569;
}

.about-visi-misi {
  padding: 100px 20px;
  background: #f8fafc;
}

.visi-misi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.visi-misi-card {
  background: #ffffff;
  padding: 36px 28px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  text-align: center;
}

.visi-misi-icon {
  font-size: 40px;
  color: #1e3a8a;
  margin-bottom: 16px;
}

.visi-misi-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #0f172a;
}

.visi-misi-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
}

.about-stats {
  padding: 100px 20px;
  background: #ffffff;
}

.about-stats > .container-about > h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
  color: #0f172a;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-card {
  background: linear-gradient(135deg, #1e3a8a 0%, #7a0f2b 100%);
  color: #ffffff;
  padding: 40px 24px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0,0,0,0.1);
}

.stat-card h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 8px;
}

.stat-card p {
  font-size: 15px;
  opacity: 0.9;
}

.about-advantages {
  padding: 100px 20px;
  background: #f8fafc;
}

.about-advantages > .container-about > h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
  color: #0f172a;
}

.advantages-list {
  max-width: 1200px;
  margin: 0 auto;
}

.advantage-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}

.advantage-col {
  background: #ffffff;
  padding: 32px 28px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
}

.advantage-col:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.12);
}

.advantage-icon {
  font-size: 36px;
  color: #1e3a8a;
  margin-bottom: 16px;
}

.advantage-col h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #0f172a;
}

.advantage-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

.about-skema {
  padding: 100px 20px;
  background: #ffffff;
}

.about-skema > .container-about > h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 12px;
  color: #0f172a;
}

.about-skema-desc {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
  color: #475569;
  font-size: 15px;
}

.skema-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.skema-item {
  background: #f8fafc;
  padding: 28px 20px;
  border-radius: 12px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.skema-item:hover {
  border-color: #1e3a8a;
  background: #eef2ff;
}

.skema-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0f172a;
}

.skema-item p {
  font-size: 13px;
  color: #475569;
}

.about-cta {
  padding: 100px 20px;
  background: linear-gradient(135deg, #1e3a8a 0%, #7a0f2b 100%);
  color: #ffffff;
  text-align: center;
}

.about-cta .container-about > h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

.about-cta .container-about > p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta-primary,
.btn-cta-secondary {
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn-cta-primary {
  background: #ffffff;
  color: #1e3a8a;
}

.btn-cta-primary:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

.btn-cta-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* ===============================
   RESPONSIVE
=============================== */
@media (max-width: 900px) {
  .about-hero .container-about {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-header h1 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }

  .footer-container {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-card h3 {
    font-size: 36px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
  }
}

/* ===============================
   ABOUT PAGE ENHANCEMENTS
=============================== */
.about-text-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.about-text-intro h2 {
  font-size: 40px;
  margin-bottom: 24px;
  color: #0f172a;
  font-weight: 700;
}

/* ===============================
   ABOUT JOURNEY TIMELINE
=============================== */
.about-journey {
  padding: 100px 20px;
  background: #ffffff;
}

.about-journey > .container-about > h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
  color: #0f172a;
}

.journey-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

.journey-timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}

.journey-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #1e3a8a 0%, #7a0f2b 100%);
  transform: translateX(-50%);
}

.timeline-item {
  margin-bottom: 50px;
  position: relative;
}

.timeline-item:nth-child(odd) {
  margin-left: 0;
  margin-right: 51%;
  text-align: right;
}

.timeline-item:nth-child(even) {
  margin-left: 51%;
  margin-right: 0;
  text-align: left;
}

.timeline-marker {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1e3a8a 0%, #7a0f2b 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.timeline-content {
  background: #f8fafc;
  padding: 24px 28px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin-top: 15px;
}

.timeline-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #0f172a;
  font-weight: 600;
}

.timeline-content p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .journey-timeline::before {
    left: 20px;
  }

  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    margin-left: 80px;
    margin-right: 0;
    text-align: left;
  }

  .timeline-marker {
    left: 20px;
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}

/* ===============================
   COMMITMENT SECTION
=============================== */
.about-commitment {
  padding: 100px 20px;
  background: linear-gradient(135deg, #1e3a8a 0%, #7a0f2b 100%);
  color: #ffffff;
}

.about-commitment > .container-about > h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.commitment-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 36px 28px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.commitment-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.commitment-card i {
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
}

.commitment-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}

.commitment-card p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.95;
}

/* ===============================
   UPDATED STATS CARD
=============================== */
.stat-desc {
  font-size: 12px;
  opacity: 0.8;
  display: block;
  margin-top: 4px;
}

/* ===============================
   ADVANTAGES WITH INTRO
=============================== */
.adv-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

.advantage-col:hover .advantage-icon {
  color: #7a0f2b;
  transform: scale(1.1);
}

/* ===============================
   SKEMA ITEMS ENHANCEMENT
=============================== */
.skema-item small {
  font-size: 12px;
  color: #94a3b8;
  display: block;
  font-style: italic;
}

@media (max-width: 768px) {
  .about-text-intro h2 {
    font-size: 32px;
  }

  .hero-text h1 {
    font-size: 36px;
  }

  .hero-container {
    text-align: center;
  }
}

/* ===============================
   ARTICLES SECTION
=============================== */
.articles-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
    position: relative;
    overflow: hidden;
}

.articles-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(111, 211, 179, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.articles-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(30, 58, 138, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.articles-section .container {
    position: relative;
    z-index: 2;
}

.articles-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.articles-section .section-tag {
    display: inline-block;
    background: rgba(111, 211, 179, 0.1);
    border: 1px solid rgba(111, 211, 179, 0.3);
    color: #16a34a;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.articles-section .section-tag i {
    margin-right: 8px;
}

.articles-section .section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #1e3a8a 0%, #6fd3b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.articles-section .section-header p {
    font-size: 16px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* Articles Grid */
.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.article-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.article-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f1f5f9;
    position: relative;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.article-card:hover .article-image img {
    transform: scale(1.1);
}

.article-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.article-card:hover .article-image-overlay {
    opacity: 1;
}

.article-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.article-category-tag {
    display: inline-block;
    background: #e0f2fe;
    color: #0369a1;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    width: fit-content;
}

.article-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.3s;
    flex-grow: 1;
}

.article-card:hover .article-title {
    color: #6fd3b3;
}

.article-description {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    font-size: 13px;
    color: #94a3b8;
}

.article-date {
    display: flex;
    align-items: center;
    gap: 6px;
}

.article-read-more {
    color: #6fd3b3;
    font-weight: 600;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    text-decoration: none;
}

.article-read-more:hover {
    gap: 8px;
    color: #52a896;
}

/* Loading State */
.articles-loading {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #e2e8f0;
    border-top-color: #6fd3b3;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.articles-loading p {
    color: #94a3b8;
    font-size: 15px;
}

/* Footer */
.articles-footer {
    text-align: center;
}

.btn-see-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #6fd3b3 0%, #52a896 100%);
    color: white;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(111, 211, 179, 0.3);
}

.btn-see-all:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(111, 211, 179, 0.4);
}

.btn-see-all i {
    transition: transform 0.3s;
}

.btn-see-all:hover i {
    transform: translateX(4px);
}

/* Empty State */
.articles-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
}

.articles-empty i {
    font-size: 48px;
    color: #cbd5e1;
    margin-bottom: 16px;
}

.articles-empty p {
    color: #94a3b8;
    font-size: 16px;
}

/* Articles Responsive */
@media (max-width: 768px) {
    .articles-section {
        padding: 60px 0;
    }

    .articles-section .section-header h2 {
        font-size: 28px;
    }

    .articles-section .section-header p {
        font-size: 14px;
    }

    .articles-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .article-image {
        height: 200px;
    }

    .article-title {
        font-size: 16px;
    }

    .article-description {
        font-size: 13px;
    }

    .btn-see-all {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .articles-section {
        padding: 40px 0;
    }

    .articles-section .section-header h2 {
        font-size: 24px;
    }

    .articles-section .section-header {
        margin-bottom: 40px;
    }

    .article-content {
        padding: 16px;
    }

    .article-image {
        height: 150px;
    }
}

