.hero-section {
  min-height: 90vh;
  background:
    linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
    url('/assets/img/hero-bg.jpg') center/cover no-repeat;
}

.btn-gold{
  background:#c8a24a;
  border: none;
  color:#111;
  font-weight: 700;
}
.btn-gold:hover{ background:#b08d3c; color:#111; }

.text-gold{ color:#c8a24a !important; }

.object-fit-cover{ object-fit: cover; }

.nav-pills .nav-link{
  border-radius: 999px;
  padding: .55rem .9rem;
  border: 1px solid rgba(0,0,0,.12);
}
.nav-pills .nav-link.active{
  background:#111;
  border-color:#111;
}

.insight-card{
  border-radius: 18px;
  overflow: hidden;
  transition: transform .12s ease, box-shadow .12s ease;
}
@media (hover:hover){
  .insight-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.10) !important;
  }
}

.insight-pinned{
  border-radius: 22px;
}

.hero-big{ min-height: 72vh; padding-top: 14px; }
.hero-bg{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.75)),
    url("/assets/img/hero-bg.jpg") center/cover no-repeat;
  filter: saturate(1.05);
}

.practice-card{
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.practice-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
  border-color: rgba(216,181,106,.55) !important;
}

/* ========= JLO Premium Header ========= */

:root{
  --jlo-bg: #0b0f13;
  --jlo-panel: rgba(16, 22, 28, 0.62);
  --jlo-border: rgba(255, 255, 255, 0.10);
  --jlo-border-2: rgba(216, 181, 106, 0.22);
  --jlo-gold: #d8b56a;
  --jlo-text: rgba(255,255,255,.92);
  --jlo-muted: rgba(255,255,255,.62);
}

.navbar-jlo{
  background:
    radial-gradient(1100px 220px at 10% -40%, rgba(216,181,106,.16), transparent 60%),
    radial-gradient(900px 220px at 85% -40%, rgba(70,170,140,.10), transparent 60%),
    var(--jlo-panel);
  border-bottom: 1px solid var(--jlo-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  position: relative;
  z-index: 9999; /* Meningkatkan z-index navbar */
}

.navbar-jlo .container{
  position: relative;
  overflow: visible !important;
}

/* ===== Layout spacing (NO body padding-top) ===== */
html, body { height: 100%; }
body { margin: 0; background: var(--jlo-bg); color: rgba(255,255,255,.9); }

/* Main spacing yang konsisten */
main{
  padding-top: 28px;
  padding-bottom: 56px;
}

/* ===== Navbar sizing & alignment ===== */
.navbar-jlo .container{
  align-items: center;
}

.navbar-jlo .navbar-nav{
  align-items: center;
}

/* Pastikan semua nav-link punya style sama */
.navbar-jlo .nav-link{
  color: rgba(255,255,255,.78) !important;
  padding: .55rem .85rem !important;
  border-radius: 999px;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

/* Hover */
.navbar-jlo .nav-link:hover{
  color: rgba(255,255,255,.95) !important;
  background: rgba(255,255,255,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
  transform: translateY(-1px);
}

/* Active: khusus navbar-jlo, jangan global */
.navbar-jlo .nav-link.active,
.navbar-jlo .nav-link[aria-current="page"]{
  color: rgba(255,255,255,.95) !important;
  background: linear-gradient(180deg, rgba(216,181,106,.18), rgba(216,181,106,.08));
  border: 1px solid var(--jlo-border-2);
  box-shadow: 0 16px 30px rgba(0,0,0,.28);
}

/* Dropdown caret rapi */
.navbar-jlo .dropdown-toggle::after{
  margin-left: .35rem;
  opacity: .6;
}

/* ===== CTA Contact (ukurannya sama dengan nav-link) ===== */
.btn-outline-gold,
.btn-gold{
  padding: .55rem .95rem;
  border-radius: 999px;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-weight: 700;
}

/* Outline default */
.btn-outline-gold{
  border: 1px solid rgba(216,181,106,.9);
  color: rgba(216,181,106,.95);
  background: transparent;
}

.btn-outline-gold:hover{
  background: rgba(216,181,106,.12);
  color: rgba(216,181,106,1);
}

/* Gold only when active */
.btn-gold{
  background: linear-gradient(135deg,#e6c57a,#c9a44d);
  color: #111;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 38px rgba(0,0,0,.35);
}

.btn-gold:hover{
  color:#111;
  transform: translateY(-1px);
  box-shadow: 0 22px 44px rgba(0,0,0,.42);
}

.brand-logo{
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid var(--jlo-border);
  box-shadow: 0 10px 22px rgba(0,0,0,.35);
}

.brand-logo-fallback{
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--jlo-gold);
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border: 1px solid var(--jlo-border);
  box-shadow: 0 10px 22px rgba(0,0,0,.35);
}

.brand-text .brand-title-row{
  display:flex;
  align-items:baseline;
  gap:.55rem;
  line-height: 1.1;
}

.brand-title-text{
  color: var(--jlo-text);
  font-weight: 800;
  letter-spacing: .10em;
  font-size: .99rem;
}

.brand-dot{
  color: rgba(255,255,255,.28);
}

.brand-tagline{
  color: rgba(216,181,106,.95);
  font-weight: 600;
  font-size: .9rem;
}

.brand-sub{
  color: var(--jlo-muted);
  font-size: .85rem;
  margin-top: .15rem;
}

/* Links */
.nav-link-jlo{
  color: rgba(255,255,255,.78) !important;
  padding: .55rem .8rem !important;
  border-radius: 999px;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.nav-link-jlo:hover{
  color: var(--jlo-text) !important;
  background: rgba(255,255,255,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
  transform: translateY(-1px);
}

.nav-link-jlo.active{
  color: var(--jlo-text) !important;
  background:
    linear-gradient(180deg, rgba(216,181,106,.18), rgba(216,181,106,.08));
  border: 1px solid var(--jlo-border-2);
  box-shadow: 0 16px 30px rgba(0,0,0,.28);
}

/* Dropdown */
.dropdown-jlo{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10, 14, 18, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(0,0,0,.55);
}

.dropdown-jlo .dropdown-item{
  color: rgba(255,255,255,.80);
  padding: .55rem .9rem;
}

.dropdown-jlo .dropdown-item:hover{
  color: rgba(255,255,255,.95);
  background: rgba(216,181,106,.10);
}

/* CTA button */
.btn-jlo-cta{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .55rem .95rem;
  border-radius: 999px;
  color: #0b0f13;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(216,181,106,1), rgba(216,181,106,.82));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 38px rgba(0,0,0,.35);
}

.btn-jlo-cta:hover{
  color: #0b0f13;
  transform: translateY(-1px);
  box-shadow: 0 22px 44px rgba(0,0,0,.42);
}

/* Mobile toggler icon (biar gak “default”) */
.navbar-toggler-icon{
  width: 28px;
  height: 20px;
  position: relative;
}
.navbar-toggler-icon span,
.navbar-toggler-icon:before,
.navbar-toggler-icon:after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  height:2px;
  background: rgba(255,255,255,.75);
  border-radius: 2px;
}
.navbar-toggler-icon span{ top:9px; }
.navbar-toggler-icon:before{ top:2px; }
.navbar-toggler-icon:after{ bottom:2px; }

/* ========= Hero JLO ========= */

.text-gold{ color: var(--jlo-gold) !important; }

.hero-jlo{
  position: relative;
  padding: 86px 0 70px;
  overflow: hidden;
}

.hero-bg{
  position:absolute;
  inset:0;
  background-size: cover;
  background-position: center;
  /*transform: scale(1.03);
  filter: saturate(0.99) contrast(1.02);
  opacity: .95;*/
  /* Efek zoom in yang halus */
  /*animation: zoomInOut 25s ease-in-out infinite alternate;*/
  transition: opacity 1s ease, transform 0.3s ease; /* Tambahkan transition */
}
/* Efek zoom in tetap berjalan */
.hero-bg {
  animation: zoomInBackground 20s ease-in-out infinite alternate;
}

@keyframes zoomInBackground {
  0% { transform: scale(1.03); }
  100% { transform: scale(1.15); }
}

/* Zoom in - out */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1.03);
  }
}

/* Atau zoom in saja (lebih sederhana) */
@keyframes zoomInOnly {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(1200px 520px at 10% 10%, rgba(216,181,106,.22), transparent 55%),
    radial-gradient(900px 520px at 90% 20%, rgba(70,170,140,.12), transparent 55%),
    linear-gradient(180deg, rgba(7,10,13,.88) 0%, rgba(7,10,13,.72) 50%, rgba(7,10,13,.92) 100%);
}

/* optional: pattern garis tipis biar “legal vibe” */
.hero-overlay:after{
  content:'';
  position:absolute;
  inset:-40px;
  background:
    repeating-linear-gradient(135deg,
      rgba(255,255,255,.06) 0px,
      rgba(255,255,255,.06) 1px,
      transparent 1px,
      transparent 14px);
  opacity: .18;
  pointer-events:none;
}

.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.80);
  letter-spacing: .06em;
  font-size: .82rem;
  backdrop-filter: blur(8px);
}

.hero-title{
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  color: rgba(255,255,255,.94);
  text-shadow: 0 18px 42px rgba(0,0,0,.45);
}

.hero-lead{
  color: rgba(255,255,255,.70);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 60ch;
}

/* Glass panel reusable */
.glass-panel{
  background: rgba(16, 22, 28, 0.60);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(0,0,0,.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-card{
  padding: 18px;
}

.hero-ic{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: rgba(216,181,106,.95);
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 14px 30px rgba(0,0,0,.30);
  flex: 0 0 auto;
}

.hero-card-title{
  font-weight: 800;
  color: rgba(255,255,255,.90);
  letter-spacing: .02em;
}

.hero-card-text{
  color: rgba(255,255,255,.68);
  margin-top: .2rem;
  line-height: 1.6;
}

.hero-divider{
  border-color: rgba(255,255,255,.12);
  margin: 14px 0;
}

.text-muted-soft{
  color: rgba(255,255,255,.62);
}

/* Buttons for hero */
.btn-jlo-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.35rem;
  padding: .55rem .95rem;
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

.btn-jlo-ghost:hover{
  color: rgba(255,255,255,.95);
  background: rgba(255,255,255,.09);
  transform: translateY(-1px);
}

.hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
}

.trust-pill{
  padding: .4rem .7rem;
  border-radius: 999px;
  color: rgba(255,255,255,.80);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  font-size: .9rem;
}

.hero-scroll{
  position:absolute;
  left:50%;
  bottom:-18px;
  transform: translateX(-50%);
  text-decoration:none;
  color: rgba(255,255,255,.70);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.15rem;
  font-size:.85rem;
}

.hero-scroll i{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  animation: jloFloat 1.6s ease-in-out infinite;
}

@keyframes jloFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(4px); }
}

.nav-glass {
  backdrop-filter: blur(12px);
  background: linear-gradient(
    to bottom,
    rgba(15, 18, 22, 0.85),
    rgba(15, 18, 22, 0.55)
  );
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.btn-gold {
  background: linear-gradient(135deg,#e6c57a,#c9a44d);
  color: #111;
  border: none;
}

.btn-outline-gold {
  border: 1px solid #e6c57a;
  color: #e6c57a;
  background: transparent;
}

.btn-outline-gold:hover {
  background: rgba(230,197,122,0.15);
}

.nav-link i {
  opacity: .85;
}
.nav-link:hover i,
.nav-link.active i {
  opacity: 1;
}

/* ===== Animated underline for navbar links (premium) ===== */
.navbar-jlo .navbar-nav .nav-link{
  position: relative;
  padding-bottom: .6rem;           /* ruang untuk underline */
}

/* underline element */
.navbar-jlo .navbar-nav .nav-link::after{
  content: "";
  position: absolute;
  left: .85rem;                    /* sesuaikan dgn padding nav-link */
  right: .85rem;
  bottom: .28rem;
  height: 2px;
  border-radius: 999px;

  background: linear-gradient(90deg,
    rgba(216,181,106,0) 0%,
    rgba(216,181,106,.95) 50%,
    rgba(216,181,106,0) 100%
  );

  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease, opacity .22s ease;
  opacity: 0;
}

/* hover underline */
@media (hover:hover){
  .navbar-jlo .navbar-nav .nav-link:hover::after{
    transform: scaleX(1);
    opacity: 1;
  }
}

/* active underline (tetap tampil) */
.navbar-jlo .navbar-nav .nav-link.active::after{
  transform: scaleX(1);
  opacity: 1;
}

/* jangan kasih underline ke dropdown toggle saat dibuka (optional) */
.navbar-jlo .navbar-nav .show > .nav-link::after{
  transform: scaleX(1);
  opacity: 1;
}

/* jangan terapkan underline ke tombol CTA */
.navbar-jlo .navbar-nav .btn::after{
  display: none !important;
}

.nav-link.active{
  background: transparent !important;
}

.hero-wrapper {
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  border-radius: 1.25rem; /* opsional */
}

.hero-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* PENTING */
  background-color: #0f172a; /* fallback hitam elegan */
}

/* Tambahkan minimal CSS di style.css untuk mendukung fitur baru */

/* Hover effect untuk footer links */
.hover-gold {
  transition: all 0.3s ease;
}
.hover-gold:hover {
  color: var(--jlo-gold) !important;
  transform: translateX(5px);
}

/* Tambahkan di style.css untuk memastikan styling tombol back to top */

/* Back to Top Button styling */
#back-to-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  background: linear-gradient(135deg, var(--jlo-gold, #d8b56a), #b08f4c);
  color: #0a0c0f;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(216, 181, 106, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#back-to-top.show {
  opacity: 1 !important;
  visibility: visible !important;
}

#back-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(216, 181, 106, 0.4);
  background: linear-gradient(135deg, #e6c57a, #d8b56a);
}

#back-to-top:active {
  transform: translateY(-2px);
}

#back-to-top i {
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

#back-to-top:hover i {
  transform: scale(1.1);
}

/* Animasi pulse untuk menarik perhatian (opsional) */
@keyframes backToTopPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(216, 181, 106, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(216, 181, 106, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(216, 181, 106, 0);
  }
}

#back-to-top.show {
  animation: backToTopPulse 2s infinite;
}

/* Top Bar styling (jika belum ada) */
.top-bar {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--jlo-border);
  padding: 0.5rem 0;
  font-size: 0.9rem;
  z-index: 1030;
}

.top-bar-contact span {
  color: var(--jlo-muted);
  margin-right: 1rem;
}

.top-bar-contact i {
  color: var(--jlo-gold);
  margin-right: 0.5rem;
}

.top-bar-social {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

/* Social Icon styling (reuse dari style.css) */
.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--jlo-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--jlo-muted);
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  color: var(--jlo-gold);
  background: rgba(216, 181, 106, 0.15);
  transform: translateY(-2px);
  border-color: var(--jlo-gold);
}

/* Responsive */
@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
  
  #back-to-top {
    bottom: 20px !important;
    right: 20px !important;
    width: 40px !important;
    height: 40px !important;
  }
}

/* Responsive */
@media (max-width: 768px) {
  #back-to-top {
    bottom: 20px !important;
    right: 20px !important;
    width: 45px !important;
    height: 45px !important;
  }
  
  #back-to-top i {
    font-size: 1.5rem;
  }
}

/* Untuk memastikan tombol tidak tertimpa elemen lain */
footer {
  position: relative;
  z-index: 1;
}

/* Sticky Sidebar Widget */
.sticky-sidebar {
  position: -webkit-sticky; /* Untuk Safari */
  position: sticky;
  top: 0px; /* Jarak dari atas saat scroll - sesuaikan dengan tinggi header */
  align-self: flex-start; /* Penting untuk flexbox/grid */
  z-index: 100;
  transition: all 0.3s ease;
}

/* Jika ada header yang sticky, sesuaikan top */
.navbar-jlo.sticky-top {
  position: sticky;
  top: 0;
  z-index: 9999;
}

/* Agar sidebar berhenti di akhir konten */
.sticky-sidebar {
  max-height: calc(100vh - 1px); /* Kurangi dengan top offset */
  overflow-y: auto; /* Scroll internal jika konten terlalu panjang */
}

/* Styling untuk scrollbar di sidebar */
.sticky-sidebar::-webkit-scrollbar {
  width: 4px;
}

.sticky-sidebar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.sticky-sidebar::-webkit-scrollbar-thumb {
  background: var(--jlo-gold);
  border-radius: 10px;
}

.sticky-sidebar::-webkit-scrollbar-thumb:hover {
  background: #b08f4c;
}

/* Animasi saat scroll */
.sticky-sidebar .sidebar-widget {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sticky-sidebar .sidebar-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 35px rgba(216, 181, 106, 0.12);
}

/* Responsive untuk mobile - nonaktifkan sticky */
@media (max-width: 991px) {
  .sticky-sidebar {
    position: static;
    max-height: none;
    overflow-y: visible;
    top: auto;
  }

  .logo-overlay-bottom {
    width: 90px;
    height: 90px;
    margin-bottom: -20px;
  }
  
  .logo-overlay-bottom .logo-fallback {
    font-size: 1.5rem;
  }

  .logo-content img {
    width: 75%;
    height: 75%;
  }
  
  .logo-text-main {
    font-size: 0.85rem;
  }
  
  .logo-text-sub {
    font-size: 0.6rem;
  }

  .navbar-jlo {
    padding-bottom: 1.5rem !important;
  }
  
  main {
    margin-top: -5px;
    padding-top: 30px;
  }
}

/* Logo wrapper - melebihi ke bawah - bentuk belah ketupat*/
.logo-overlay-bottom {
  position: relative;
  margin-top: 0;
  margin-bottom: -30px; /* Turun ke bawah melebihi navbar */
  width: 110px;
  height: 110px;
  border-radius: 12px; /* Memberikan sudut tumpul */
  transform: rotate(45deg);
  overflow: hidden;
  border: 3px solid var(--jlo-gold);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  z-index: 10000;
  background: linear-gradient(135deg, #1a2129, #0f1419); /* Background gradient */
  flex-shrink: 0;
}

/* Konten di dalam logo (diputar balik agar teks lurus) */
.logo-content {
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a2129, #0f1419); /* Background gradient */
  justify-content: center;
}

/* Gambar logo */
.logo-content img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
  filter: brightness(1.1) contrast(1.1);
}

/* Teks Jakarta Law Office */
.logo-text-main {
  color: white;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.logo-text-sub {
  color: var(--jlo-gold);
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.logo-overlay-bottom:hover {
  transform: rotate(45deg) scale(1.05);
  box-shadow: 0 15px 40px rgba(216, 181, 106, 0.3);
  border-color: #e6c57a;
}

/* Logo image */
.logo-overlay-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Fallback jika gambar tidak ada */
.logo-overlay-bottom .logo-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 2rem;
  color: white;
  background: linear-gradient(135deg, var(--jlo-gold), #b08f4c);
}

/* Efek glow di sekitar logo */
.logo-overlay-bottom::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 16px; /* Sesuaikan dengan sudut */
  /*background: linear-gradient(135deg, var(--jlo-gold), transparent);*/
  opacity: 0.3;
  z-index: -1;
  transition: opacity 0.3s ease;
  transform: rotate(45deg);
}

.logo-overlay-bottom:hover::after {
  opacity: 0.6;
}

/* Untuk navbar brand container */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

/* Brand text - margin kiri untuk memberi ruang logo */
.brand-text {
  margin-left: 0.5rem;
}

/* Penyesuaian untuk konten di bawah navbar */
main {
  position: relative;
  z-index: 1;
  margin-top: -25px; /* Tarik konten ke atas agar menimpa sedikit logo */
  padding-top: 0px; /* Beri padding agar konten tidak ketutup logo */
}

/* Hero section adjustment */
.hero-jlo {
  position: relative;
  z-index: 2;
  margin-top: -20px; /* Tarik hero ke atas agar lebih dekat dengan logo */
  padding-top: 40px !important;
}

/* Floating WhatsApp Button */
  .floating-wa-btn {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--jlo-gold), #b08f4c);
    color: white;
    font-size: 2rem;
    box-shadow: 0 10px 30px rgba(216, 181, 106, 0.4);
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    animation: pulse 2s infinite;
  }
  
  .floating-wa-btn:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 35px rgba(216, 181, 106, 0.5);
    animation: none;
    background: linear-gradient(135deg, #e6c57a, #c9a44d);
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(216, 181, 106, 0.4);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(216, 181, 106, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(216, 181, 106, 0);
    }
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .hero-jlo {
      min-height: auto !important;
      padding: 40px 0 !important;
    }
    
    .display-5 {
      font-size: 2rem;
    }
    
    .practice-badge-premium {
      top: 12px;
      left: 12px;
      padding: 0.3rem 0.7rem;
      font-size: 0.7rem;
    }
    
    .floating-wa-btn {
      width: 50px !important;
      height: 50px !important;
      font-size: 1.5rem !important;
      bottom: 15px !important;
      right: 15px !important;
    }
    
    .consultation-card-inner {
      padding: 1.5rem;
    }
  }

  .clients-carousel-container {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}

.clients-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 1rem;
  padding: 0.5rem 0;
}

.client-carousel-item {
  flex: 0 0 calc(25% - 0.75rem); /* 4 items per row */
  min-width: 0;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--jlo-gold);
  color: var(--jlo-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.carousel-nav:hover {
  background: var(--jlo-gold);
  color: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 20px rgba(216, 181, 106, 0.3);
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .client-carousel-item {
    flex: 0 0 calc(33.333% - 0.67rem); /* 3 items per row di tablet */
  }
}

@media (max-width: 768px) {
  .client-carousel-item {
    flex: 0 0 calc(50% - 0.5rem); /* 2 items per row di mobile */
  }
}

@media (max-width: 480px) {
  .client-carousel-item {
    flex: 0 0 100%; /* 1 item per row di mobile kecil */
  }
  
  .clients-carousel-container {
    padding: 0 25px;
  }
  
  .carousel-nav {
    width: 35px;
    height: 35px;
  }
}

/* Client Card Home */
  .client-card-home {
    background: linear-gradient(135deg, rgba(216, 181, 106, 0.1), rgba(0, 0, 0, 0.02));
    border-radius: 20px;
    padding: 1px;
    transition: all 0.4s ease;
    height: 100%;
  }
  
  .client-card-inner-home {
    background: white;
    border-radius: 20px;
    border: 1px solid #eaeef2;
    transition: all 0.4s ease;
    height: 100%;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
  }
  
  .client-card-inner-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--jlo-gold), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .client-card-home:hover {
    transform: translateY(-5px);
  }
  
  .client-card-home:hover .client-card-inner-home {
    border-color: var(--jlo-gold);
    box-shadow: 0 20px 35px rgba(216, 181, 106, 0.12);
  }
  
  .client-card-home:hover .client-card-inner-home::before {
    opacity: 1;
  }
  
  .client-logo-home {
    max-width: 100px;
    max-height: 50px;
    margin-bottom: 0.5rem;
    transition: all 0.4s ease;
  }
  
  .client-card-home:hover .client-logo-home {
    transform: scale(1.05);
    filter: drop-shadow(0 5px 10px rgba(216, 181, 106, 0.2));
  }
  
  .client-fallback-home {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--jlo-gold);
    margin-bottom: 0.5rem;
    transition: all 0.4s ease;
  }
  
  .client-card-home:hover .client-fallback-home {
    background: var(--jlo-gold);
    color: white;
    transform: scale(1.05);
  }
  
  .client-name-home {
    color: #2c3e50;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
    transition: color 0.3s ease;
  }
  
  .client-card-home:hover .client-name-home {
    color: var(--jlo-gold);
  }
  
  /* Team Card Home */
  .team-card-home {
    background: linear-gradient(135deg, rgba(216, 181, 106, 0.1), rgba(0, 0, 0, 0.02));
    border-radius: 30px;
    padding: 1px;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
  }
  
  .team-card-inner-home {
    background: white;
    border-radius: 30px;
    border: 1px solid #eaeef2;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .team-card-home:hover {
    transform: translateY(-8px);
  }
  
  .team-card-home:hover .team-card-inner-home {
    border-color: var(--jlo-gold);
    box-shadow: 0 25px 45px rgba(216, 181, 106, 0.15);
    background: linear-gradient(145deg, white, #fafafa);
  }
  
  .team-card-home:hover .card-accent-top {
    opacity: 1;
  }
  
  .team-card-home:hover .card-accent-corner {
    opacity: 1;
    border-color: var(--jlo-gold);
  }
  
  .team-avatar-home {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
  }
  
  .team-card-home:hover .team-avatar-home {
    border-color: var(--jlo-gold);
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(216, 181, 106, 0.25);
  }
  
  .team-avatar-img-home {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .team-avatar-fallback-home {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 3px solid white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
  }
  
  .team-card-home:hover .team-avatar-fallback-home {
    background: linear-gradient(135deg, var(--jlo-gold), #b08f4c);
    border-color: var(--jlo-gold);
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(216, 181, 106, 0.25);
  }
  
  .team-avatar-initials-home {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2c3e50;
    transition: all 0.4s ease;
  }
  
  .team-card-home:hover .team-avatar-initials-home {
    color: white;
  }
  
  .team-role-badge-home {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 1px solid #eaeef2;
    border-radius: 50px;
    color: #4a5568;
    font-size: 0.7rem;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .team-card-home:hover .team-role-badge-home {
    background: var(--jlo-gold);
    color: white;
    border-color: transparent;
  }
  
  .team-name-home {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.15rem;
    transition: color 0.3s ease;
  }
  
  .team-card-home:hover .team-name-home {
    color: var(--jlo-gold);
  }
  
  .team-title-home {
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }
  
  .team-bio-home {
    color: #4a5568;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* Animations */
  .animate-fade-up {
    animation: fadeUp 0.6s ease forwards;
    opacity: 0;
  }
  
  .delay-100 { animation-delay: 0.1s; }
  .delay-200 { animation-delay: 0.2s; }
  
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .divider-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--jlo-gold), transparent);
  }
  
  /* Hero Card Premium */
  .hero-card-premium {
    background: linear-gradient(135deg, rgba(216, 181, 106, 0.15), rgba(0, 0, 0, 0.02));
    border-radius: 30px;
    padding: 1px;
    transition: all 0.4s ease;
  }
  
  .hero-card-inner {
    background: white;
    border-radius: 30px;
    border: 1px solid #eaeef2;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
  }
  
  .hero-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--jlo-gold), #8b6d3c, var(--jlo-gold));
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .hero-card-premium:hover {
    transform: translateY(-5px);
  }
  
  .hero-card-premium:hover .hero-card-inner {
    border-color: var(--jlo-gold);
    box-shadow: 0 25px 45px rgba(216, 181, 106, 0.15);
  }
  
  .hero-card-premium:hover .hero-card-inner::before {
    opacity: 1;
  }
  
  .hero-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--jlo-gold);
    border: 1px solid rgba(216, 181, 106, 0.2);
    transition: all 0.4s ease;
    flex-shrink: 0;
  }
  
  .hero-card-premium:hover .hero-icon {
    background: var(--jlo-gold);
    color: white;
    transform: scale(1.05) rotate(5deg);
    border-color: transparent;
  }
  
  .hero-card-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 0.25rem;
    transition: color 0.3s ease;
  }
  
  .hero-card-premium:hover .hero-card-title {
    color: var(--jlo-gold);
  }
  
  .hero-card-text {
    color: #4a5568;
    line-height: 1.6;
    font-size: 0.95rem;
  }
  
  .hero-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 181, 106, 0.3), transparent);
    margin: 1.5rem 0;
  }
  
  /* Hero Buttons */
  .btn-hero-primary {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--jlo-gold), #b08f4c);
    color: white;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 25px rgba(216, 181, 106, 0.2);
    position: relative;
    overflow: hidden;
  }
  
  .btn-hero-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
  }
  
  .btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 30px rgba(216, 181, 106, 0.3);
    background: linear-gradient(135deg, #e6c57a, #c9a44d);
    color: white;
  }
  
  .btn-hero-primary:hover::before {
    left: 100%;
  }
  
  .btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 50px;
    background: white;
    color: #4a5568;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 1px solid #eaeef2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  }
  
  .btn-hero-secondary:hover {
    border-color: var(--jlo-gold);
    color: var(--jlo-gold);
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(216, 181, 106, 0.1);
  }
  
  .btn-card-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--jlo-gold), #b08f4c);
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
  }
  
  .btn-card-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
  }
  
  .btn-card-primary:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #e6c57a, #c9a44d);
  }
  
  .btn-card-primary:hover::before {
    left: 100%;
  }
  
  .btn-card-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem;
    border-radius: 50px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: #4a5568;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 1px solid #eaeef2;
  }
  
  .btn-card-secondary:hover {
    background: var(--jlo-gold);
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
  }
  /* Value Cards */
  .value-card {
    background: linear-gradient(135deg, rgba(216, 181, 106, 0.1), rgba(0, 0, 0, 0.02));
    border-radius: 24px;
    padding: 1px;
    transition: all 0.4s ease;
    height: 100%;
  }
  
  .value-card-inner {
    background: white;
    border-radius: 24px;
    border: 1px solid #eaeef2;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
  }
  
  .value-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--jlo-gold), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .value-card:hover {
    transform: translateY(-5px);
  }
  
  .value-card:hover .value-card-inner {
    border-color: var(--jlo-gold);
    box-shadow: 0 20px 35px rgba(216, 181, 106, 0.12);
  }
  
  .value-card:hover .value-card-inner::before {
    opacity: 1;
  }
  
  .value-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--jlo-gold);
    border: 1px solid rgba(216, 181, 106, 0.2);
    transition: all 0.4s ease;
  }
  
  .value-card:hover .value-icon {
    background: var(--jlo-gold);
    color: white;
    transform: scale(1.05) rotate(5deg);
    border-color: transparent;
  }
  
  .value-title {
    color: #2c3e50;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
  }
  
  .value-card:hover .value-title {
    color: var(--jlo-gold);
  }
  
  .value-text {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  
  /* About Image Card */
  .about-image-card {
    background: linear-gradient(135deg, rgba(216, 181, 106, 0.15), rgba(0, 0, 0, 0.02));
    border-radius: 40px;
    padding: 1px;
    transition: all 0.4s ease;
  }
  
  .about-image-inner {
    background: white;
    border-radius: 40px;
    border: 1px solid #eaeef2;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    position: relative;
  }
  
  .about-image-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--jlo-gold), #8b6d3c, var(--jlo-gold));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
  }
  
  .about-image-card:hover {
    transform: translateY(-5px);
  }
  
  .about-image-card:hover .about-image-inner {
    border-color: var(--jlo-gold);
    box-shadow: 0 25px 45px rgba(216, 181, 106, 0.15);
  }
  
  .about-image-card:hover .about-image-inner::before {
    opacity: 1;
  }
  
  .about-image {
    width: 100%;
    height: 100%;
    min-height: 430px;
    /*min-width: 430px;*/
    object-position: center; /* Paling penting untuk centering */
    object-fit: cover; /* Tetap cover tapi dengan centering */
    display: block;
    transition: transform 0.6s ease;
  }
  
  .about-image-card:hover .about-image {
    transform: scale(1.02);
  }
  
  .about-image-placeholder {
    width: 100%;
    min-height: 500px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .about-image-initials {
    font-size: 8rem;
    font-weight: 800;
    color: var(--jlo-gold);
    opacity: 0.5;
  }
  
  .about-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 2rem;
    transform: translateY(0);
    transition: transform 0.4s ease;
  }
  
  .about-image-card:hover .about-image-overlay {
    transform: translateY(-5px);
  }
  
  .about-image-content {
    color: white;
  }
  
  .about-image-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
  }
  
  .about-image-title {
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 0.25rem;
  }
  
  .about-image-role {
    display: inline-block;
    padding: 0.3rem 1rem;
    background: var(--jlo-gold);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #2c3e50;
  }
  
  /* About Content Card */
  .about-content-card {
    background: linear-gradient(135deg, rgba(216, 181, 106, 0.1), rgba(0, 0, 0, 0.02));
    border-radius: 40px;
    padding: 1px;
    transition: all 0.4s ease;
    height: 100%;
  }
  
  .about-content-inner {
    background: white;
    border-radius: 40px;
    border: 1px solid #eaeef2;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
  }
  
  .about-content-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--jlo-gold), #8b6d3c, var(--jlo-gold));
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .about-content-card:hover {
    transform: translateY(-5px);
  }
  
  .about-content-card:hover .about-content-inner {
    border-color: var(--jlo-gold);
    box-shadow: 0 25px 45px rgba(216, 181, 106, 0.15);
  }
  
  .about-content-card:hover .about-content-inner::before {
    opacity: 1;
  }
  
  .about-content-title {
    color: #2c3e50;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
  }
  
  .about-content-text {
    color: #4a5568;
    line-height: 1.3;
    font-size: 1.05rem;
  }
  
  .about-content-text p {
    margin-bottom: 1.25rem;
  }
  
  .btn-about {
    display: inline-flex;
    align-items: center;
    padding: .5rem 2.5rem;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--jlo-gold), #b08f4c);
    color: white;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 25px rgba(216, 181, 106, 0.2);
    position: relative;
    overflow: hidden;
  }
  
  .btn-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
  }
  
  .btn-about:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 30px rgba(216, 181, 106, 0.3);
    background: linear-gradient(135deg, #e6c57a, #c9a44d);
    color: white;
  }
  
  .btn-about:hover::before {
    left: 100%;
  }
  
  /* Practice Card Home */
  .practice-card-home {
    background: linear-gradient(135deg, rgba(216, 181, 106, 0.1), rgba(0, 0, 0, 0.02));
    border-radius: 24px;
    padding: 1px;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
  }
  
  .practice-card-inner-home {
    background: white;
    border-radius: 24px;
    border: 1px solid #eaeef2;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  /* Decorative Elements */
  .card-accent-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--jlo-gold), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
  }
  
  .card-accent-corner {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-top: 2px solid rgba(216, 181, 106, 0.2);
    border-right: 2px solid rgba(216, 181, 106, 0.2);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 3;
  }
  
  .practice-card-home:hover {
    transform: translateY(-8px);
  }
  
  .practice-card-home:hover .practice-card-inner-home {
    border-color: var(--jlo-gold);
    box-shadow: 0 25px 45px rgba(216, 181, 106, 0.15);
    background: linear-gradient(145deg, white, #fafafa);
  }
  
  .practice-card-home:hover .card-accent-top {
    opacity: 1;
  }
  
  .practice-card-home:hover .card-accent-corner {
    opacity: 1;
    border-color: var(--jlo-gold);
  }
  
  .practice-media-home {
    position: relative;
    overflow: hidden;
  }
  
  .practice-img-home {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }
  
  .practice-card-home:hover .practice-img-home {
    transform: scale(1.08);
  }
  
  .practice-overlay-home {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .practice-card-home:hover .practice-overlay-home {
    opacity: 1;
  }
  
  .practice-badge-home {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: white;
    border: 1px solid var(--jlo-gold);
    color: var(--jlo-gold);
    padding: 0.4rem 0.9rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .practice-card-home:hover .practice-badge-home {
    background: var(--jlo-gold);
    color: white;
  }
  
  .practice-title-home {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    transition: color 0.3s ease;
  }
  
  .practice-card-home:hover .practice-title-home {
    color: var(--jlo-gold);
  }
  
  .practice-summary-home {
    color: #4a5568;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .practice-link-home {
    color: var(--jlo-gold);
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
  }
  
  .practice-link-home i {
    transition: transform 0.3s ease;
  }
  
  .practice-card-home:hover .practice-link-home i {
    transform: translateX(5px);
  }
  
  .practice-icon-home {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(216, 181, 106, 0.3);
    background: rgba(216, 181, 106, 0.05);
    color: #2c3e50;
    transition: all 0.4s ease;
  }
  
  .practice-card-home:hover .practice-icon-home {
    background: var(--jlo-gold);
    color: white;
    transform: rotate(45deg);
    border-color: transparent;
  }
  
  /* Insight Card Home */
  .insight-card-home {
    background: linear-gradient(135deg, rgba(216, 181, 106, 0.1), rgba(0, 0, 0, 0.02));
    border-radius: 30px;
    padding: 1px;
    transition: all 0.4s ease;
    height: 100%;
  }
  
  .insight-card-inner-home {
    background: white;
    border-radius: 30px;
    border: 1px solid #eaeef2;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
  }
  
  .insight-card-inner-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--jlo-gold), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .insight-card-home:hover {
    transform: translateY(-5px);
  }
  
  .insight-card-home:hover .insight-card-inner-home {
    border-color: var(--jlo-gold);
    box-shadow: 0 20px 35px rgba(216, 181, 106, 0.12);
  }
  
  .insight-card-home:hover .insight-card-inner-home::before {
    opacity: 1;
  }
  
  .insight-card-title {
    color: #2c3e50;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
  }
  
  .insight-card-link {
    color: var(--jlo-gold);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
  }
  
  .insight-card-link:hover {
    gap: 5px;
  }
  
  .insight-card-link i {
    transition: transform 0.3s ease;
  }
  
  .insight-card-link:hover i {
    transform: translateX(5px);
  }
  
  .insight-item {
    text-decoration: none;
    display: block;
    animation: fadeUp 0.6s ease forwards;
    opacity: 0;
  }
  
  .insight-item-inner {
    display: flex;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 16px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.02);
  }
  
  .insight-item-inner:hover {
    background: linear-gradient(135deg, #f8f9fa, #f1f3f5);
    transform: translateX(5px);
  }
  
  .insight-thumb {
    width: 92px;
    height: 68px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #eaeef2;
  }
  
  .insight-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .insight-thumb-placeholder {
    width: 92px;
    height: 68px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--jlo-gold);
    font-size: 1.5rem;
    flex-shrink: 0;
    border: 1px solid #eaeef2;
  }
  
  .insight-content {
    flex: 1;
  }
  
  .insight-item-title {
    color: #2c3e50;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    transition: color 0.3s ease;
    line-height: 1.4;
  }
  
  .insight-item-inner:hover .insight-item-title {
    color: var(--jlo-gold);
  }
  
  .insight-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
  }
  
  .insight-meta i {
    color: var(--jlo-gold);
  }
  
  .insight-pinned-badge {
    background: linear-gradient(135deg, #e9ecef, #dee2e6);
    color: #495057;
    padding: 0.15rem 0.5rem;
    border-radius: 50px;
    font-size: 0.6rem;
    font-weight: 600;
  }
  
  .insight-excerpt {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* View All Button */
  .btn-view-all {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 2.5rem;
    border-radius: 50px;
    border: 1px solid var(--jlo-gold);
    color: var(--jlo-gold);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    background: transparent;
  }
  
  .btn-view-all:hover {
    background: var(--jlo-gold);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(216, 181, 106, 0.2);
  }
  
  .btn-view-all i {
    transition: transform 0.3s ease;
  }
  
  .btn-view-all:hover i {
    transform: translateX(5px);
  }
  
  /* Clients Carousel - Improved */
.clients-carousel-container {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
  margin: 0 -10px;
}

.clients-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
  padding: 10px 0;
}

.client-carousel-item {
  flex: 0 0 calc(33.333% - 14px); /* Default 3 items per row */
  min-width: 0;
  box-sizing: border-box;
}

/* Client Card Styling */
.client-card-home {
  background: linear-gradient(135deg, rgba(216, 181, 106, 0.1), rgba(0, 0, 0, 0.02));
  border-radius: 20px;
  padding: 1px;
  transition: all 0.4s ease;
  height: 100%;
}

.client-card-inner-home {
  background: white;
  border-radius: 20px;
  border: 1px solid #eaeef2;
  transition: all 0.4s ease;
  height: 200px; /* Fixed height untuk konsistensi */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
}

.client-card-inner-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--jlo-gold), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.client-card-home:hover {
  transform: translateY(-5px);
}

.client-card-home:hover .client-card-inner-home {
  border-color: var(--jlo-gold);
  box-shadow: 0 20px 35px rgba(216, 181, 106, 0.12);
}

.client-card-home:hover .client-card-inner-home::before {
  opacity: 1;
}

/* Client Logo */
.client-logo-home {
  max-width: 140px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 1rem;
  transition: all 0.4s ease;
}

.client-card-home:hover .client-logo-home {
  transform: scale(1.05);
  filter: drop-shadow(0 5px 10px rgba(216, 181, 106, 0.2));
}

/* Fallback untuk client tanpa logo */
.client-fallback-home {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--jlo-gold);
  margin-bottom: 1rem;
  transition: all 0.4s ease;
}

.client-card-home:hover .client-fallback-home {
  background: var(--jlo-gold);
  color: white;
  transform: scale(1.05);
}

/* Client Name */
.client-name-home {
  color: #2c3e50;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  transition: color 0.3s ease;
  max-width: 100%;
  word-wrap: break-word;
  line-height: 1.4;
}

.client-card-home:hover .client-name-home {
  color: var(--jlo-gold);
}

/* Carousel Navigation */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--jlo-gold);
  color: var(--jlo-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.carousel-nav:hover {
  background: var(--jlo-gold);
  color: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 20px rgba(216, 181, 106, 0.3);
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

/* Responsive Breakpoints */
@media (max-width: 1199px) {
  .client-carousel-item {
    flex: 0 0 calc(33.333% - 14px); /* Tetap 3 items untuk desktop kecil */
  }
}

@media (max-width: 991px) {
  .client-carousel-item {
    flex: 0 0 calc(50% - 10px); /* 2 items untuk tablet */
  }
  
  .clients-carousel-container {
    padding: 0 35px;
  }
  
  .client-card-inner-home {
    height: 180px;
    padding: 1.25rem;
  }
  
  .client-logo-home {
    max-width: 120px;
    max-height: 60px;
  }
}

@media (max-width: 576px) {
  .client-carousel-item {
    flex: 0 0 calc(100% - 0px); /* 1 item untuk mobile */
  }
  
  .clients-carousel-container {
    padding: 0 45px;
  }
  
  .carousel-nav {
    width: 38px;
    height: 38px;
  }
  
  .client-card-inner-home {
    height: 160px;
    padding: 1rem;
  }
  
  .client-logo-home {
    max-width: 100px;
    max-height: 50px;
  }
  
  .client-fallback-home {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }
  
  .client-name-home {
    font-size: 0.8rem;
  }

  .logo-overlay-bottom {
    width: 80px;
    height: 80px;
    margin-bottom: -15px;
  }
  
  .logo-text-main {
    font-size: 0.7rem;
  }
  
  .logo-text-sub {
    font-size: 0.5rem;
  }

  .logo-overlay-bottom {
    width: 70px;
    height: 70px;
    margin-bottom: -15px;
    border-width: 2px;
  }
  /*Mengatur Ukuran Logo Header ukuran mobile hp*/
  .logo-content img {
    width: 100%;
    height: 100%;
  }
}

/* Touch device optimizations */
@media (hover: none) {
  .client-card-home:hover {
    transform: none;
  }
  
  .client-card-home:active {
    transform: translateY(-3px);
  }
}

/* Loading state */
.client-carousel-item.loading {
  opacity: 0.5;
}

/* Smooth transitions */
.clients-carousel-track {
  will-change: transform;
}

/* Fallback jika gambar tidak ada */
.logo-fallback {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 2rem;
  color: white;
  background: linear-gradient(135deg, var(--jlo-gold), #b08f4c);
  border-radius: 8px;
}

/* Logo Footer - bentuk belah ketupat (sama dengan header) */
.footer-logo-ketupat {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 8px; /* Sudut tumpul */
  transform: rotate(45deg);
  overflow: hidden;
  border: 1px solid var(--jlo-gold);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #1a2129, #0f1419);
  flex-shrink: 0;
  margin-right: 15px;
}

.footer-logo-ketupat:hover {
  transform: rotate(45deg) scale(1.05);
  box-shadow: 0 15px 35px rgba(216, 181, 106, 0.3);
}

/* Konten di dalam logo footer (diputar balik) */
.footer-logo-content {
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Gambar logo footer */
.footer-logo-content img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  display: block;
  filter: brightness(1.1) contrast(1.1);
}

/* Fallback jika gambar tidak ada */
.footer-logo-fallback {
  width: 70%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
  background: linear-gradient(135deg, var(--jlo-gold), #b08f4c);
  border-radius: 6px;
}

/* Efek glow (opsional) */
.footer-logo-ketupat::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 10px;
  /* background: linear-gradient(135deg, var(--jlo-gold), transparent); */
  opacity: 0.2;
  z-index: -1;
  transition: opacity 0.3s ease;
  transform: rotate(45deg);
}

.footer-logo-ketupat:hover::after {
  opacity: 0.4;
}

/* Responsive untuk footer logo */
@media (max-width: 768px) {
  .footer-logo-ketupat {
    width: 60px;
    height: 60px;
  }
  
  .footer-logo-content img {
    width: 90%;
    height: 90%;
  }
}