:root {
  --bg: #ffffff;
  --aksenutama: #e6f2fa;
  --oren: #faab3b;
  --abumuda: #d6d8d9;
  --netral: #c4c4c4;
  --hitamtua: #191919;
  --tekssekunder: #4f4f4f;
  --birucerah: #e6f2fa;
  --birumuda: #0f93d6;
  --birugelap: #0076b2;

  --chat-button-bg: #0076b2;
  --chat-button-hover-bg: #005c91;
  --notification-red: #fa3e3e;
  --chat-header-bg: #0076b2;
  --chat-user-message-bg: #e0f7fa;
  --chat-bot-message-bg: #f1f1f1;
  --chat-text-color: #333333;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--bg);
  color: #000;
}

/* Navbar */
/* Navbar background */
/* Navbar */
.custom-navbar {
  background-color: var(--birucerah);
}
.shadow-navbar {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0 !important;
  height: auto;
}
.logo-desktop {
  max-height: 40px;
  width: auto;
  object-fit: contain;
  margin-top: 0;
  align-self: center;
}
.logo-mobile {
  max-height: 32px;
  width: auto;
  object-fit: contain;
  margin-top: 0;
  align-self: center;
}
.navbar-brand {
  padding-right: 1rem;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-toggler {
  border-color: rgba(0, 118, 178, 0.5);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,118,178,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-menu.dropdown-menu-dark {
  background-color: var(--birugelap);
  border: none;
}
.dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #005e8f;
}
.navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  color: #212529;
}
.navbar-nav .nav-link.active {
  color: var(--birugelap);
  font-weight: 600;
}
.navbar-nav .nav-link:hover {
  color: var(--birugelap);
}
.navbar .btn-sm {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  border-radius: 17px;
}

/* === Halaman Beranda === */

.hero-full-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url("../assets/hero-pt-cipta-purnama.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 80vh;
  display: flex;
  align-items: center;
  margin-top: 0 !important;
}

.hero-full-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.text-brand {
  color: var(--birugelap);
}

.hero-text-wrapper {
  padding: 0 1.5rem;
  max-width: 100%;
}

.hero-subheading {
  display: inline-block;
  font-size: clamp(0.7rem, 1.2vw, 0.85rem);
  line-height: 1.5;
}

.hero-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.1rem);
  line-height: 1.3;
}

.hero-description {
  font-size: clamp(1rem, 2vw, 1.1rem);
  max-width: 540px;
  line-height: 1.6;
}

.hero-full-bg .btn {
  min-width: 200px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .hero-full-bg {
    background-image: url("../assets/hero-mobile.webp");
    min-height: 72vh;
    padding: 5.5rem 1rem 2.5rem;
    text-align: center;

    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;

    display: flex;
    align-items: flex-start;
  }

  .hero-text-wrapper {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .hero-subheading {
    display: inline-block;
    max-width: 95%;
    font-size: 0.68rem;
    padding: 0.35rem 0.6rem !important;
    border-radius: 6px;
    line-height: 1.5;
    white-space: normal;
  }

  .hero-heading {
    font-size: clamp(1.9rem, 7vw, 2.6rem);
    line-height: 1.18;
    margin-top: 0.85rem;
    margin-bottom: 1rem;
  }

  .hero-description {
    max-width: 94%;
    margin: 0 auto 1.4rem;
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .hero-full-bg .btn {
    min-width: 210px;
    padding: 0.75rem 1.1rem;
    font-size: 0.95rem;
  }
}

/* HP kecil */
@media (max-width: 480px) {
  .hero-full-bg {
    min-height: 68vh;
    padding: 5rem 0.85rem 2rem;
    background-size: cover;
    background-position: center bottom;
  }

  .hero-subheading {
    font-size: 0.62rem;
    padding: 0.32rem 0.5rem !important;
  }

  .hero-heading {
    font-size: 1.75rem;
    line-height: 1.18;
  }

  .hero-description {
    max-width: 96%;
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .hero-full-bg .btn {
    min-width: 190px;
    font-size: 0.9rem;
  }
}

/* HP sangat kecil */
@media (max-width: 360px) {
  .hero-full-bg {
    min-height: 65vh;
    padding-top: 4.7rem;
  }

  .hero-heading {
    font-size: 1.6rem;
  }

  .hero-description {
    font-size: 0.84rem;
  }
}

/* Selling Bar */
.selling-section {
  padding: 20px;
}

.selling-bar {
  display: flex;
  background: var(--birucerah);
  border: 1px solid var(--birumuda);
  color: #000000;
  margin: 0 auto;
  /* margin-top: 10px; */

  /* Font responsive */
  font-size: clamp(12px, 1.5vw, 14px);

  padding: clamp(6px, 1vw, 10px) 0;
  border-radius: 20px;
  font-weight: 500;

  width: 90%;
  max-width: 800px;

  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap; /* biar ga kepotong di layar kecil */
}

.selling-text {
  margin: 0;
  line-height: 1.5;
}

.selling-highlight {
  font-weight: 700;
}

.selling-note {
  font-size: 0.9em;
  opacity: 0.8;
  margin-left: 4px;
}

.selling-item {
  font-weight: 500;
}

.selling-bar .divider {
  margin: 0 clamp(6px, 1vw, 10px);
  opacity: 0.6;
}


/* Trust */
.trust {
  background: #ffffff;
  padding: clamp(60px, 10vw, 10px) 20px;
  text-align: center;
}

.trust-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  color: #111827;
  margin-bottom: clamp(40px, 6vw, 60px);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(20px, 4vw, 32px);
}

/* Card */
.trust-item {
  padding: clamp(28px, 4vw, 40px);
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.25s ease;
  border-color: var(--birumuda);
  background: var(--birucerah);
}

/* Featured (fokus utama) */
.trust-item.featured {
  border-color: var(--birumuda);
  background: var(--birucerah);
}

/* Angka */
.trust-item h3 {
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

/* Featured angka */
.trust-item.featured h3 {
  color: #111827;
}

/* Text */
.trust-item p {
  font-size: clamp(14px, 2vw, 16px);
  color: #6b7280;
}


/* Section Profil Perusahaan */
.profil-section{
  background:#f8f9fa;
  overflow:hidden;
}

.profil-section .row{
  align-items:stretch;
}

.image-wrapper{
  height:100%;
  min-height:520px;
  background:#fff;
}

.image-wrapper img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.profil-section .bg-white{
  border-radius:18px;
}

.text-brand{
  color:var(--birugelap);
}

.profil-section h2{
  font-size:clamp(1.7rem, 3vw, 2.2rem);
  font-weight:800;
  line-height:1.25;
}

.profil-section p{
  font-size:1rem;
  line-height:1.8;
  color:#555;
}

.profil-layanan li{
  position:relative;
  padding-left:1.65rem;
  margin-bottom:.55rem;
  font-size:.98rem;
  color:#333;
  line-height:1.6;
  list-style:none;
}

.profil-layanan li i{
  position:absolute;
  left:0;
  top:4px;
  font-size:1rem;
  color:var(--primary, #0076b2);
}

.btn-profil{
  background:#0076b2;
  color:#fff;
  border:none;
  padding:.75rem 1.6rem;
  border-radius:10px;
  font-weight:600;
  letter-spacing:.3px;
  transition:.3s ease;
}

.btn-profil:hover{
  background:#005f8d;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(0,118,178,.18);
}


/* TABLET */
@media (max-width: 991.98px){
  .profil-section .row{
    gap:1.2rem;
  }

  .image-wrapper{
    min-height:auto;
    height:auto;
  }

  .image-wrapper img{
    height:auto;
    aspect-ratio:4 / 3;
    object-fit:contain;
    object-position:center;
    background:#fff;
  }

  .profil-section .bg-white{
    padding:2rem !important;
  }

  .profil-section h2{
    font-size:1.8rem;
  }

  .profil-layanan li{
    font-size:.95rem;
  }

  .profil-section .btn-lg{
    font-size:1rem;
    padding:.65rem 1.25rem;
  }
}


/* MOBILE */
@media (max-width: 575.98px){
  .profil-section{
    padding-top:3.5rem !important;
    padding-bottom:3.5rem !important;
  }

  .profil-section .px-4{
    padding-left:1rem !important;
    padding-right:1rem !important;
  }

  .image-wrapper{
    border-radius:18px !important;
  }

  .image-wrapper img{
    aspect-ratio:4 / 3;
    object-fit:contain;
    border-radius:18px !important;
  }

  .profil-section .bg-white{
    padding:1.5rem !important;
    border-radius:18px !important;
  }

  .profil-section h2{
    font-size:1.55rem;
  }

  .profil-section p{
    font-size:.95rem;
    line-height:1.75;
  }

  .profil-layanan li{
    font-size:.9rem;
    line-height:1.55;
  }

  .btn-profil{
    width:100%;
    text-align:center;
    padding:.75rem 1rem;
  }
}

/* === Beranda - Layanan Kami === */
.layanan-heading{
  font-size: clamp(1.5rem, 2.5vw, 2rem);  
}

.layanan-card {
  display: flex;
  width: 100%;
  min-height: 360px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
  padding: 2rem 1.2rem;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.08);
}

/* Card Hover */
.layanan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.08);
}

/* Nomor Urut */
.layanan-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #0076b2;
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 8px;
  z-index: 2;
}

/* SWIPER SLIDE */
.swiper-slide {
  height: auto !important;
}

/* ICON & LINK STYLE */
.icon-custom,
.layanan-card i {
  color: var(--birugelap);
}

.btn-outline-custom {
  border: 1px solid var(--birugelap);
  color: var(--birugelap);
  transition: all 0.2s ease;
}

.btn-outline-custom:hover {
  background-color: var(--birugelap);
  color: #fff;
}

/* SWIPER */
.swiper {
  padding-bottom: 3rem;
}

.swiper-wrapper {
  padding-left: 16px;
  align-items: stretch;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0076b2;
}

.swiper-pagination-bullet-active {
  background: #0076b2;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .layanan-card {
    min-height: 320px;
    padding: 2rem 1rem;
  }

  .layanan-card h5 {
    font-size: 1rem;
  }

  .layanan-card p {
    font-size: 0.9rem;
  }

  .layanan-number {
    font-size: 0.75rem;
    padding: 3px 8px;
  }

  .layanan-card i {
    font-size: 2rem;
  }

  .swiper-slide {
    width: 250px !important; /* mobile-friendly card width */
  }
}

/* Kenapa Pilih Kami? */

.why-choose-section{
  position:relative;
  overflow:hidden;
  padding:95px 0;
  background:
    radial-gradient(circle at top left, rgba(13,110,253,.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(214,168,79,.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.why-choose-section::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px);
  background-size:44px 44px;
  pointer-events:none;
}

.why-shape{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}

.why-shape-1{
  width:260px;
  height:260px;
  top:-110px;
  right:-90px;
  background:rgba(13,110,253,.08);
}

.why-shape-2{
  width:320px;
  height:320px;
  left:-150px;
  bottom:-170px;
  background:rgba(214,168,79,.11);
}


/* Heading */

.why-heading{
  position:relative;
  z-index:2;
  max-width:820px;
  margin:0 auto 55px;
}

.why-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 18px;
  margin-bottom:15px;
  border-radius:999px;
  background:rgba(13,110,253,.08);
  color:var(--birugelap);
  font-size:.85rem;
  font-weight:800;
  letter-spacing:.4px;
}

.why-heading h2{
  margin-bottom:18px;
  color:#0f172a;
  font-size:clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight:850;
  line-height:1.25;
}

.why-heading h2 span{
  color:var(--birugelap);
}

.why-heading p{
  margin:0 auto;
  max-width:720px;
  color:#64748b;
  line-height:1.8;
}


/* Card */

.why-card{
  position:relative;
  z-index:2;
  overflow:hidden;
  height:100%;
  padding:34px 28px 30px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(226,232,240,.95);
  border-radius:26px;
  box-shadow:0 16px 42px rgba(15,23,42,.07);
  transition:.35s ease;
}

.why-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg, var(--birugelap), #d6a84f);
}

.why-card::after{
  content:"";
  position:absolute;
  right:-55px;
  bottom:-55px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(13,110,253,.055);
  transition:.35s ease;
}

.why-card:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 65px rgba(15,23,42,.13);
}

.why-card:hover::after{
  transform:scale(1.2);
}


/* Number */

.why-number{
  position:absolute;
  top:22px;
  right:24px;
  z-index:1;
  color:rgba(15,23,42,.07);
  font-size:3.2rem;
  font-weight:900;
  line-height:1;
}


/* Icon */

.why-icon{
  position:relative;
  z-index:2;
  width:62px;
  height:62px;
  margin-bottom:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(13,110,253,.12), rgba(214,168,79,.13));
  color:var(--birugelap);
  font-size:1.7rem;
  border:1px solid rgba(226,232,240,.9);
  transition:.35s ease;
}

.why-card:hover .why-icon{
  transform:rotate(-4deg) scale(1.06);
  background:linear-gradient(135deg, var(--birugelap), #d6a84f);
  color:#fff;
}


/* Text */

.why-card h5{
  position:relative;
  z-index:2;
  margin-bottom:14px;
  color:#0f172a;
  font-size:1.12rem;
  font-weight:800;
  line-height:1.4;
}

.why-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#64748b;
  font-size:.94rem;
  line-height:1.75;
}

.why-card p strong{
  color:#0f172a;
  font-weight:800;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px){
  .why-choose-section{
    padding:80px 0;
  }

  .why-card{
    padding:30px 24px 28px;
  }
}

@media (max-width: 767px){
  .why-choose-section{
    padding:70px 0;
  }

  .why-heading{
    margin-bottom:42px;
  }

  .why-card{
    text-align:left;
    border-radius:24px;
  }

  .why-icon{
    width:58px;
    height:58px;
    font-size:1.55rem;
  }
}

@media (max-width: 480px){
  .why-card{
    padding:28px 22px 26px;
  }

  .why-heading h2{
    font-size:1.8rem;
  }

  .why-heading p{
    font-size:.95rem;
  }

  .why-number{
    font-size:2.8rem;
  }
}

/* Beranda - Sistem Kerja Kami */
.sistem-kerja-modern{
  position:relative;
  overflow:hidden;
  padding:95px 0 110px;
  background:
    radial-gradient(circle at top left, rgba(0,183,255,.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(214,168,79,.18), transparent 30%),
    linear-gradient(135deg, #061827 0%, #08283d 48%, #03111d 100%);
}

.sistem-kerja-modern::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:44px 44px;
  opacity:.7;
  pointer-events:none;
}

.sistem-kerja-modern::after{
  content:"";
  position:absolute;
  left:8%;
  top:18%;
  width:140px;
  height:140px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  pointer-events:none;
}

.work-bg-shape{
  position:absolute;
  border-radius:50%;
  filter:blur(2px);
  pointer-events:none;
}

.work-bg-shape.shape-1{
  width:280px;
  height:280px;
  right:-90px;
  top:-90px;
  background:rgba(0,183,255,.12);
}

.work-bg-shape.shape-2{
  width:340px;
  height:340px;
  left:-140px;
  bottom:-160px;
  background:rgba(214,168,79,.13);
}


/* Heading */

.work-heading{
  position:relative;
  z-index:2;
  max-width:760px;
  margin:0 auto 58px;
}

.work-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 18px;
  margin-bottom:15px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#dbeafe;
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.4px;
  backdrop-filter:blur(10px);
}

.work-heading h2{
  margin-bottom:18px;
  color:#fff;
  font-size:clamp(2rem, 4vw, 2.7rem);
  font-weight:800;
}

.work-heading p{
  margin:0 auto;
  color:rgba(226,232,240,.86);
  line-height:1.8;
}


/* Timeline */

.timeline-container{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
}

.timeline-container::before{
  content:"";
  position:absolute;
  top:44px;
  left:14%;
  right:14%;
  height:2px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(0,183,255,.7),
    rgba(214,168,79,.75),
    rgba(0,183,255,.7),
    transparent
  );
  z-index:0;
}

.timeline-step{
  position:relative;
  z-index:2;
}

.timeline-card{
  position:relative;
  overflow:hidden;
  height:100%;
  padding:28px 24px 26px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:rgba(255,255,255,.075);
  box-shadow:0 24px 65px rgba(0,0,0,.24);
  backdrop-filter:blur(16px);
  transition:.35s ease;
}

.timeline-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg, #00b7ff, #d6a84f);
}

.timeline-card::after{
  content:"";
  position:absolute;
  right:-55px;
  bottom:-55px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(255,255,255,.06);
  transition:.35s ease;
}

.timeline-card:hover{
  transform:translateY(-9px);
  background:rgba(255,255,255,.095);
  box-shadow:0 34px 80px rgba(0,0,0,.34);
}

.timeline-card:hover::after{
  transform:scale(1.18);
}


/* Icon */

.timeline-icon{
  position:relative;
  z-index:2;
  width:66px;
  height:66px;
  margin:0 auto 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:linear-gradient(135deg, rgba(0,183,255,.22), rgba(214,168,79,.16));
  color:#fff;
  font-size:1.75rem;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 14px 35px rgba(0,183,255,.16);
}


/* Image */

.timeline-img-wrapper{
  position:relative;
  z-index:2;
  overflow:hidden;
  border-radius:20px;
  margin-bottom:22px;
  border:1px solid rgba(255,255,255,.12);
}

.timeline-img-wrapper img{
  width:100%;
  height:190px;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:.45s ease;
}

.timeline-card:hover .timeline-img-wrapper img{
  transform:scale(1.06);
}


/* Content */

.timeline-content{
  position:relative;
  z-index:2;
  text-align:center;
}

.timeline-content h5{
  margin-bottom:12px;
  color:#fff;
  font-size:1.15rem;
  font-weight:800;
}

.timeline-content p{
  margin:0;
  color:rgba(226,232,240,.82);
  font-size:.95rem;
  line-height:1.7;
}

.step-badge{
  position:absolute;
  top:20px;
  right:22px;
  z-index:1;
  color:rgba(255,255,255,.10);
  font-size:3.8rem;
  font-weight:900;
  line-height:1;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px){
  .sistem-kerja-modern{
    padding:80px 0 90px;
  }

  .timeline-container{
    gap:22px;
  }

  .timeline-card{
    padding:24px 20px;
  }

  .timeline-img-wrapper img{
    height:165px;
  }
}

@media (max-width: 767px){
  .sistem-kerja-modern{
    padding:70px 0 80px;
  }

  .timeline-container{
    grid-template-columns:1fr;
    max-width:440px;
    margin:0 auto;
  }

  .timeline-container::before{
    top:0;
    bottom:0;
    left:32px;
    right:auto;
    width:2px;
    height:auto;
    background:linear-gradient(
      180deg,
      transparent,
      rgba(0,183,255,.65),
      rgba(214,168,79,.65),
      transparent
    );
  }

  .timeline-card{
    padding:24px 22px 24px 78px;
    text-align:left;
  }

  .timeline-icon{
    position:absolute;
    left:20px;
    top:24px;
    width:48px;
    height:48px;
    margin:0;
    border-radius:16px;
    font-size:1.25rem;
  }

  .timeline-content{
    text-align:left;
  }

  .timeline-img-wrapper img{
    height:180px;
  }

  .step-badge{
    top:18px;
    right:20px;
    font-size:3rem;
  }
}

@media (max-width: 480px){
  .work-heading{
    margin-bottom:42px;
  }

  .timeline-card{
    padding:22px 18px 22px 70px;
    border-radius:24px;
  }

  .timeline-icon{
    left:16px;
  }

  .timeline-img-wrapper img{
    height:155px;
  }

  .timeline-content h5{
    font-size:1.05rem;
  }

  .timeline-content p{
    font-size:.9rem;
  }
}

/* Beranda - Form dan Gmaps */
    .contact-section{
      padding: 70px 0;
    }

    .custom-card{
      background: #fff;
      border-radius: 18px;
      padding: 35px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      height: 100%;
    }

    .section-title{
      font-size: 30px;
      font-weight: 700;
      color: #1d3557;
      margin-bottom: 10px;
    }

    .section-subtitle{
      color: #6c757d;
      margin-bottom: 30px;
    }

    .form-control,
    .form-select{
      border-radius: 12px;
      padding: 14px;
      border: 1px solid #dfe3ea;
    }

    .form-control:focus,
    .form-select:focus{
      box-shadow: none;
      border-color: var(--birugelap);
    }

    .btn-wa{
      /* background: #25D366; */
      color: white;
      border: none;
      border-radius: 12px;
      padding: 14px;
      font-weight: 600;
    }

    .btn-wa:hover{
      background: #215e21;
      color: white;
    }

    .map-frame{
      width: 100%;
      height: 100%;
      min-height: 520px;
      border: 0;
      border-radius: 18px;
    }

    @media(max-width: 991px){
      .map-frame{
        min-height: 400px;
        margin-top: 25px;
      }
    }

/* Beranda - Artikel Lainnya */
.legal-article-section{
  position:relative;
  overflow:hidden;
  padding:90px 0;
  background:
    radial-gradient(circle at top right, rgba(13,110,253,.10), transparent 30%),
    radial-gradient(circle at bottom left, rgba(214,168,79,.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.legal-article-section::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px);
  background-size:44px 44px;
  opacity:.7;
  pointer-events:none;
}

.article-card-link{
  display:block;
  height:100%;
  color:inherit;
  text-decoration:none;
}

.legal-article-card{
  position:relative;
  z-index:2;
  overflow:hidden;
  min-height:465px;
  padding:26px 24px 30px;
  display:flex;
  flex-direction:column;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(226,232,240,.9);
  border-radius:28px;
  box-shadow:0 16px 40px rgba(15,23,42,.07);
  transition:.35s ease;
}

.legal-article-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg, var(--birugelap), #d6a84f);
}

.legal-article-card::after{
  content:"";
  position:absolute;
  top:-80px;
  right:-80px;
  width:165px;
  height:165px;
  border-radius:50%;
  background:rgba(13,110,253,.055);
  transition:.35s ease;
}

.article-card-link:hover .legal-article-card{
  transform:translateY(-10px);
  box-shadow:0 28px 60px rgba(15,23,42,.13);
}

.article-card-link:hover .legal-article-card::after{
  transform:scale(1.18);
}

.article-source{
  position:relative;
  z-index:2;
  width:max-content;
  padding:8px 16px;
  border-radius:999px;
  background:#f1f5f9;
  color:var(--birugelap);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
}

.article-img{
  position:relative;
  z-index:2;
  display:block;
  width:178px;
  height:178px;
  margin:26px auto 24px;
  object-fit:cover;
  border-radius:50%;
  border:8px solid #fff;
  box-shadow:
    0 14px 32px rgba(13,110,253,.13),
    0 0 0 1px rgba(226,232,240,.95);
  transition:.35s ease;
}

.article-card-link:hover .article-img{
  transform:scale(1.045);
}

.article-body{
  position:relative;
  z-index:2;
  display:flex;
  flex:1;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.article-body h5{
  margin:0;
  color:#0f172a;
  font-size:1.05rem;
  font-weight:800;
  line-height:1.45;
}

.article-btn{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 25px;
  border:2px solid var(--birugelap);
  border-radius:999px;
  color:var(--birugelap);
  font-size:.92rem;
  font-weight:800;
  transition:.3s ease;
}

.article-card-link:hover .article-btn{
  background:var(--birugelap);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(13,110,253,.22);
}


/* =========================
   RESPONSIVE ARTIKEL
========================= */

@media (max-width: 991px){
  .legal-article-section{
    padding:75px 0;
  }

  .legal-article-card{
    min-height:430px;
  }
}

@media (max-width: 576px){
  .legal-article-section{
    padding:65px 0;
  }

  .legal-article-card{
    min-height:auto;
    padding:24px 22px 28px;
  }

  .article-img{
    width:155px;
    height:155px;
  }

  .article-body h5{
    margin-bottom:28px;
    font-size:1rem;
  }

  .article-btn{
    margin-top:0;
  }
}


/* =========================
   CLIENT SECTION
========================= */

.legal-client-section{
  position:relative;
  overflow:hidden;
  padding:90px 0;
  background:
    radial-gradient(circle at top left, rgba(13,110,253,.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(214,168,79,.12), transparent 32%),
    linear-gradient(135deg, #f8fafc 0%, #ffffff 52%, #f4f7fb 100%);
}

.legal-client-section::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(13,110,253,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,110,253,.045) 1px, transparent 1px);
  background-size:42px 42px;
  pointer-events:none;
}

.legal-client-section::after{
  content:"";
  position:absolute;
  right:-150px;
  bottom:-150px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(214,168,79,.15), transparent 70%);
  pointer-events:none;
}


/* =========================
   CLIENT CAROUSEL
========================= */

.client-carousel-wrap{
  position:relative;
  z-index:2;
  width:100%;
  padding:8px 52px;
  box-sizing:border-box;
}

.clientSwiper{
  width:100%;
  overflow:hidden;
  padding:14px 0 24px;
  box-sizing:border-box;
}

.clientSwiper .swiper-wrapper{
  align-items:stretch;
}

.clientSwiper .swiper-slide{
  height:auto;
  display:flex;
  flex-shrink:0;
  box-sizing:border-box;
}

.clientSwiper .client-box{
  width:100%;
}


/* =========================
   CLIENT BOX
========================= */

.client-box{
  position:relative;
  overflow:hidden;
  width:100%;
  height:100%;
  min-height:150px;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(226,232,240,.95);
  border-radius:24px;
  box-shadow:0 14px 36px rgba(15,23,42,.07);
  transition:.35s ease;
}

.client-box::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:linear-gradient(180deg, var(--birugelap), #d6a84f);
  opacity:.9;
}

.client-box::after{
  content:"";
  position:absolute;
  right:-35px;
  bottom:-35px;
  width:95px;
  height:95px;
  border-radius:50%;
  background:rgba(13,110,253,.055);
  transition:.35s ease;
}

.client-box:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 55px rgba(15,23,42,.13);
}

.client-box:hover::after{
  transform:scale(1.25);
}

.client-logo{
  position:relative;
  z-index:2;
  width:100%;
  max-height:88px;
  object-fit:contain;
  filter:grayscale(100%);
  opacity:.72;
  transition:.35s ease;
}

.client-box:hover .client-logo{
  filter:grayscale(0%);
  opacity:1;
  transform:scale(1.06);
}


/* =========================
   NAV BUTTON
========================= */

.client-nav{
  position:absolute;
  top:50%;
  z-index:5;
  width:42px;
  height:42px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:var(--birugelap);
  box-shadow:0 12px 28px rgba(15,23,42,.12);
  transform:translateY(-50%);
  transition:.3s ease;
}

.client-nav:hover{
  background:var(--birugelap);
  color:#fff;
  transform:translateY(-50%) scale(1.06);
}

.client-prev{
  left:0;
}

.client-next{
  right:0;
}


/* =========================
   RESPONSIVE CLIENT
========================= */

@media (max-width: 991px){
  .legal-client-section{
    padding:75px 0;
  }

  .client-carousel-wrap{
    padding:0 48px;
  }

  .client-box{
    min-height:140px;
    padding:22px;
  }

  .client-logo{
    max-height:82px;
  }
}

@media (max-width: 575.98px){
  .client-carousel-wrap{
    padding:0 38px;
    overflow:hidden;
  }

  .clientSwiper{
    width:100%;
    overflow:hidden;
    padding:10px 0 22px;
  }

  .clientSwiper .swiper-wrapper{
    align-items:stretch;
  }

  .clientSwiper .swiper-slide{
    width:calc((100% - 14px) / 2) !important;
    height:auto;
    display:flex;
    flex-shrink:0;
  }

  .clientSwiper .client-box{
    width:100%;
  }

  .client-box{
    min-height:118px;
    padding:16px;
    border-radius:20px;
  }

  .client-logo{
    max-height:68px;
  }

  .client-nav{
    width:32px;
    height:32px;
    font-size:.8rem;
  }

  .client-prev{
    left:0;
  }

  .client-next{
    right:0;
  }
}

/* === FOOTER MODERN === */
.footer-modern {
  background-color: #004669;
  position: relative;
  z-index: 1;
}

.footer-modern h5,
.footer-modern h6 {
  color: #fff;
}

.footer-modern a {
  transition: all 0.2s ease;
}

.footer-modern a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

/* Layanan full list, vertikal */
.layanan-footer li {
  margin-bottom: 0.4rem;
}

.btn-backtotop {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  background-color: #fff;
  color: #0076b2;
  border: none;
  padding: 0.6rem 0.75rem;
  font-size: 1.4rem;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transition: opacity 0.4s ease, transform 0.3s ease;
  box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.btn-backtotop:hover {
  background-color: #0076b2;
  color: #fff;
}

.btn-backtotop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .btn-backtotop {
    right: 1rem;
    bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .btn-backtotop {
    padding: 0.7rem 0.8rem;
    font-size: 1.2rem;
  }
}

/* --- Floating Action Button (FAB) & Chat Widget Styles --- */
.chat-container,
.chat-notification-bubble {
  font-family: "Inter", sans-serif;
}

.fab-wrapper {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-fab {
  background-color: var(--chat-button-bg);
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1002;
}

.main-fab:hover {
  transform: scale(1.05);
  background-color: var(--chat-button-hover-bg);
  animation: none; /* Pastikan animasi berhenti saat di-hover */
}

.main-fab #chat-icon {
  display: block;
  width: 28px;
  height: 28px;
  opacity: 1;
  transform: rotate(0deg);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.main-fab #close-icon {
  display: block;
  width: 28px;
  height: 28px;
  opacity: 0;
  transform: rotate(-45deg);
  position: absolute;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.main-fab.open #chat-icon {
  opacity: 0;
  transform: rotate(45deg);
}

.main-fab.open #close-icon {
  opacity: 1;
  transform: rotate(0deg);
}

.main-fab:hover #chat-icon {
  opacity: 0;
  transform: rotate(45deg);
}

.main-fab:hover #close-icon {
  opacity: 1;
  transform: rotate(0deg);
}

.notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: var(--notification-red);
  color: white;
  border-radius: 50%;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: bold;
  min-width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  /* Animasi fade-in-badge telah dihapus dari sini, akan dikendalikan oleh JS */
}

@keyframes pulse-notification {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
}

@keyframes fade-in-badge {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

/* --- PERBAIKAN BUBBLE "Chat Tim Kami Yuk" --- */
.chat-notification-bubble {
  position: absolute;
  bottom: 15px;
  left: 90px;
  background: var(--birugelap);
  color: #fff;
  padding: 10px 22px 10px 16px;
  border-radius: 18px 18px 18px 0;
  box-shadow: 0 4px 16px rgba(63, 81, 181, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  white-space: nowrap;
  z-index: 1000;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

.chat-notification-bubble.show-bubble-after-delay {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  animation: bounce-in 0.5s;
}

@keyframes bounce-in {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.chat-notification-bubble::before {
  content: "";
  position: absolute;
  left: -12px;
  bottom: 12px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid var(--birugelap);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.08));
}

.chat-notification-bubble:hover {
  filter: brightness(1.08) drop-shadow(0 2px 8px #2196f355);
  transform: scale(1.04);
}

@media (max-width: 480px) {
  .chat-notification-bubble {
    left: 70px;
    font-size: 0.95em;
    padding: 8px 14px 8px 10px;
  }
  .chat-notification-bubble::before {
    left: -10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #3f51b5;
  }
}

/* Sub-tombol FAB */
.fab-sub-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 70px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out,
    visibility 0.3s ease-out;
}

.fab-wrapper:hover .fab-sub-buttons,
.main-fab.is-hovered ~ .fab-sub-buttons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fab-sub-button {
  background-color: var(--chat-button-bg);
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.fab-sub-button:hover {
  transform: scale(1.1);
  background-color: var(--chat-button-hover-bg);
}

/* Chat Widget Styles */
.chat-container {
  position: fixed;
  bottom: 90px;
  top: 30px;
  left: 20px;
  width: 350px;
  height: 500px;
  background-color: var(--bg);
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 9999;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease-in-out;
}

.chat-header {
  background-color: var(--chat-header-bg);
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.chat-header-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid white;
}

.chat-header-info {
  flex-grow: 1;
}

.chat-header-info h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.chat-header-info p {
  margin: 0;
  font-size: 0.8em;
  opacity: 0.8;
}

.chat-close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.chat-close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#chat-box {
  flex-grow: 1;
  padding: 15px;
  overflow-y: auto;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.message {
  max-width: 80%;
  padding: 10px 15px;
  border-radius: 15px;
  line-height: 1.4;
  word-wrap: break-word;
}

.user-message {
  align-self: flex-end;
  background-color: var(--chat-user-message-bg);
  color: var(--chat-text-color);
  border-bottom-right-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.bot-message {
  align-self: flex-start;
  background-color: var(--chat-bot-message-bg);
  color: var(--chat-text-color);
  border-bottom-left-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.chat-input-area {
  display: flex;
  padding: 10px 15px;
  border-top: 1px solid #eee;
  background-color: var(--bg);
}

#user-input {
  flex-grow: 1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-size: 1em;
  margin-right: 10px;
  transition: border-color 0.2s ease;
}

#user-input:focus {
  border-color: var(--chat-button-bg);
}

#send-button {
  background-color: var(--chat-button-bg);
  color: white;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#send-button:hover {
  background-color: var(--chat-button-hover-bg);
  transform: scale(1.05);
}

#send-button svg {
  width: 20px;
  height: 20px;
}

.typing-indicator {
  font-style: italic;
  color: #777;
}

@media (max-width: 480px) {
  .chat-container {
    width: 90%;
    height: 80%;
    bottom: 10px;
    left: 5%;
    right: 5%;
  }

  .fab-wrapper {
    bottom: 10px;
    left: 10px;
  }

  .chat-notification-bubble {
    bottom: 5px;
    left: 80px;
    font-size: 0.9em;
    padding: 6px 12px;
  }
}
