/* =========================================
           SECTION: HEADER & NAVBAR
           ========================================= */
.site-header {
  position: fixed;
  /* Ubah dari absolute ke fixed */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 24px 0;
  background: transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Glassmorphism class saat di-scroll */
.site-header.scrolled {
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 48px;
  display: block;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: var(--text-dark, #333);
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.main-nav a:hover {
  color: #2174AF;
  /* var(--primary-blue) */
}

.btn-primary {
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary:hover {
  background-color: #155b92 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(33, 116, 175, 0.3);
}

/* =========================================
   HAMBURGER BUTTON
   ========================================= */
.hamburger {
  display: none;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 32px;
  height: 24px;
  position: relative;
  z-index: 1001;
  /* Harus di atas overlay menu */
  flex-direction: column;
  justify-content: space-between;
}

.hamburger .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-dark, #111);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left center;
}

/* Animasi Hamburger menjadi X */
.hamburger.is-active .bar:nth-child(1) {
  transform: rotate(45deg);
}

.hamburger.is-active .bar:nth-child(2) {
  opacity: 0;
  width: 0;
}

.hamburger.is-active .bar:nth-child(3) {
  transform: rotate(-45deg);
}

/* =========================================
   MOBILE MENU OVERLAY (SaaS STYLE)
   ========================================= */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateY(-100%);
  /* Efek slide dari atas */
}

.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-nav li {
  margin-bottom: 2rem;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-overlay.is-open .mobile-nav li {
  transform: translateY(0);
  opacity: 1;
}

/* Delay animasi beruntun (Staggered Animation) agar terlihat mewah */
.mobile-menu-overlay.is-open .mobile-nav li:nth-child(1) {
  transition-delay: 0.1s;
}

.mobile-menu-overlay.is-open .mobile-nav li:nth-child(2) {
  transition-delay: 0.2s;
}

.mobile-menu-overlay.is-open .mobile-nav li:nth-child(3) {
  transition-delay: 0.3s;
}

.mobile-menu-overlay.is-open .mobile-nav li:nth-child(4) {
  transition-delay: 0.4s;
}

.mobile-menu-overlay.is-open .mobile-nav li:nth-child(5) {
  transition-delay: 0.5s;
}

.mobile-nav a {
  font-size: 2.5rem;
  /* Typografi besar, ciri khas modern SaaS */
  font-weight: 700;
  color: var(--text-dark, #111);
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(120deg, #2174AF 0%, #2174AF 100%);
  background-repeat: no-repeat;
  background-size: 100% 0em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}

.mobile-nav a:hover {
  background-size: 100% 0.3em;
}

.mobile-menu-footer {
  margin-top: 3rem;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  /* Muncul paling akhir */
}

.mobile-menu-overlay.is-open .mobile-menu-footer {
  transform: translateY(0);
  opacity: 1;
}



/* =========================================
           SECTION: HERO CONTENT
           ========================================= */
.hero-wrapper {
  position: relative;
  padding: 220px 0 140px;
  min-height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Ubah background ke putih agar blur biru lebih terlihat */
  background-color: var(--bg-light);
}

/* -----------------------------------------
           PERBAIKAN EFEK BLUR (Z-INDEX POSITIF)
           ----------------------------------------- */
.hero-bg-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  /* Blur sedikit dikurangi agar warna tidak menguap sepenuhnya */
  z-index: 1;
  /* Diubah dari -2 menjadi 1 (Berada di atas background wrapper) */
}

.blur-1 {
  width: 700px;
  height: 600px;
  background-color: rgba(28, 117, 184, 0.35);
  /* Opacity disesuaikan */
  bottom: -15%;
  left: -15%;
  top: auto;
}

.blur-2 {
  width: 700px;
  height: 600px;
  background-color: rgba(28, 117, 184, 0.25);
  bottom: -15%;
  right: -15%;
  top: auto;
}

/* -----------------------------------------
           PERBAIKAN FRACTAL BARS (Z-INDEX POSITIF)
           ----------------------------------------- */
.hero-bars {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: 0;
  z-index: 2;
  /* Diubah dari -1 menjadi 2 (Berada di atas efek blur biru) */
}

.left-bars {
  left: 0;
}

.right-bars {
  right: 0;
}

.bar {
  /* Lebar dibuat dinamis agar rapi di berbagai ukuran layar */
  width: clamp(60px, 8vw, 120px);
  /* Gradien transisi halus dari putih solid ke transparan */
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0.0) 100%);
  backdrop-filter: blur(4px);
  /* Penambahan border atas/samping tipis agar lebih berdimensi / efek kaca */
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.02);
}

/* Tinggi Anak Tangga Kiri */
.left-bars .bar:nth-child(1) {
  height: 450px;
}

.left-bars .bar:nth-child(2) {
  height: 350px;
}

.left-bars .bar:nth-child(3) {
  height: 250px;
}

.left-bars .bar:nth-child(4) {
  height: 150px;
}

/* Tinggi Anak Tangga Kanan */
.right-bars .bar:nth-child(1) {
  height: 150px;
}

.right-bars .bar:nth-child(2) {
  height: 250px;
}

.right-bars .bar:nth-child(3) {
  height: 350px;
}

.right-bars .bar:nth-child(4) {
  height: 450px;
}

/* -----------------------------------------
           KONTEN TEKS HERO
           ----------------------------------------- */
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
  /* Pastikan selalu di atas blur dan bar */
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #eef5fa;
  padding: 10px 22px;
  border-radius: 50px;
  margin-bottom: 28px;
  border: 1px solid rgba(28, 117, 184, 0.15);
}

.hero-badge img {
  width: 18px;
  height: 18px;
}

.hero-badge span {
  color: var(--primary-blue);
  font-weight: 600;
  font-size: 14px;
}

.hero-title {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
  max-width: 950px;
  color: #111111;
}

.text-blue {
  color: var(--primary-blue);
}

/* Efek kursor ngetik */
.typing-cursor {
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: var(--primary-blue);
  margin-left: 4px;
  animation: blink 0.8s infinite;
  vertical-align: middle;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* Memastikan spasi tetap terjaga saat ngetik */
.hero-title {
  min-height: 130px;
  /* Jaga agar layout tidak lompat saat teks kosong */
}

.text-blue {
  color: var(--primary-blue);
}

.hero-subtitle {
  font-size: 18px;
  color: var(--text-light);
  margin-bottom: 48px;
  max-width: 650px;
  line-height: 1.6;
}

/* Update Hero CTA Button */
.hero-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--dark-blue-btn) 0%, #1a3a5a 100%);
  color: #ffffff;
  padding: 6px 6px 6px 32px;
  /* Padding disesuaikan */
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-btn:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #2b4c66 0%, var(--dark-blue-btn) 100%);
  box-shadow: 0 15px 30px rgba(28, 117, 184, 0.3);
  color: #ffffff;
}

/* Wrapper Ikon Bulat */
.btn-icon-wrapper {
  background-color: #ffffff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Gaya Ikon */
.btn-icon {
  width: 20px;
  height: 20px;
  color: var(--dark-blue-btn);
  transition: transform 0.4s ease;
}

/* Animasi saat Hover */
.hero-btn:hover .btn-icon-wrapper {
  transform: scale(1.1);
  background-color: var(--primary-blue);
}

.hero-btn:hover .btn-icon {
  color: #ffffff;
  transform: translateX(3px) rotate(-45deg);
  /* Efek panah meluncur ke atas kanan */
}

/* =========================================
           SECTION: TICKER
           ========================================= */
.ticker-wrap {
  background-color: var(--bg-dark-ticker);
  padding: 30px 0;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-content {
  display: inline-block;
  animation: ticker-animation 25s linear infinite;
}

.ticker-content span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-right: 70px;
}

@keyframes ticker-animation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* =========================================
   RESPONSIVE ADJUSTMENTS (FIXED)
   ========================================= */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 44px;
    min-height: auto;
    /* Biarkan tinggi menyesuaikan konten di tablet */
  }

  .hero-bars {
    display: none;
    /* Menyembunyikan bar kaca agar tidak mengganggu teks */
  }
}

@media (max-width: 768px) {

  /* Mengurangi padding wrapper agar konten tidak terlalu jauh dari header */
  .hero-wrapper {
    padding: 120px 20px 60px;
    min-height: 85vh;
    /* Tidak perlu set 750px di mobile agar tidak kepanjangan */
    display: flex;
    align-items: center;
  }

  /* Memperbesar ukuran Badge agar lebih terbaca */
  .hero-badge {
    padding: 12px 24px;
    margin-bottom: 24px;
    transform: scale(1.1);
    /* Sedikit diperbesar */
  }

  /* Memperbesar Title agar memenuhi lebar layar (Full-width feel) */
  .hero-title {
    font-size: 36px;
    /* Ukuran lebih tegas */
    line-height: 1.2;
    min-height: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: none;
  }

  /* Menghapus paksaan pindah baris pada subtitle agar teks mengalir penuh */
  .hero-subtitle {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 40px;
    padding: 0 10px;
    max-width: 100%;
  }

  .hero-subtitle br {
    display: none;
    /* Menghilangkan breakline manual dari HTML */
  }

  /* Membuat tombol CTA sedikit lebih besar untuk kemudahan tap (Touch target) */
  .hero-btn {
    padding: 12px 12px 12px 36px;
    font-size: 16px;
  }

  .btn-icon-wrapper {
    width: 48px;
    height: 48px;
  }

  /* Mengatur ulang efek blur agar tidak terlihat 'kosong' di tengah */
  .blur-1 {
    width: 120%;
    left: -10%;
    bottom: 10%;
  }

  .hero-bars {
    display: flex;
    opacity: 0.4;
    /* Dibuat transparan agar teks lebih dominan */
    pointer-events: none;
    /* Agar tidak menghalangi klik pada tombol */
  }

  .bar {
    /* Kecilkan lebar bar secara drastis */
    width: 15px;
    border-width: 0.5px;
  }

  /* Pendekkan tinggi masing-masing bar agar tidak menusuk ke atas teks */
  .left-bars .bar:nth-child(1),
  .right-bars .bar:nth-child(4) {
    height: 150px;
  }

  .left-bars .bar:nth-child(2),
  .right-bars .bar:nth-child(3) {
    height: 100px;
  }

  .left-bars .bar:nth-child(3),
  .right-bars .bar:nth-child(2) {
    height: 70px;
  }

  .left-bars .bar:nth-child(4),
  .right-bars .bar:nth-child(1) {
    height: 40px;
  }
}

/* Tambahan untuk HP layar kecil (iPhone SE, dll) */
@media (max-width: 480px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-bg-blur {
    filter: blur(60px);
    /* Kurangi blur agar warna lebih solid di layar kecil */
    width: 300px;
    height: 300px;
  }
}

/* =========================================
   RESPONSIVE HIDE UTILITIES
   ========================================= */
@media (max-width: 992px) {
  .main-nav {
    display: none;
  }

  .hide-on-mobile {
    display: none !important;
  }

  /* Pastikan tombol contact us sembunyi */
  .hamburger {
    display: flex;
  }
}

/* =========================================
   SIDEBAR MOBILE MENU (SaaS STYLE)
   ========================================= */
/* Backdrop - Efek blur dan gelap di belakang menu */
.mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.mobile-backdrop.is-active {
  opacity: 1;
  visibility: visible;
}

/* Sidebar Panel */
.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -320px;
  /* Sembunyikan di luar layar kanan */
  width: 300px;
  max-width: 85vw;
  height: 100vh;
  background: #ffffff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* Efek slide smooth */
}

.mobile-sidebar.is-open {
  right: 0;
  /* Tarik ke dalam layar */
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar-logo {
  height: 32px;
}

.close-sidebar {
  background: none;
  border: none;
  color: var(--text-dark, #333);
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.close-sidebar:hover {
  background: rgba(0, 0, 0, 0.05);
}

.sidebar-nav {
  flex-grow: 1;
  padding: 24px;
  overflow-y: auto;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav li {
  margin-bottom: 8px;
}

.sidebar-nav a {
  display: block;
  font-size: 18px;
  /* Ukuran font lebih proporsional */
  font-weight: 500;
  color: var(--text-dark, #333);
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.sidebar-nav a:hover {
  background-color: rgba(33, 116, 175, 0.08);
  /* Highlight biru tipis */
  color: #2174AF;
  transform: translateX(5px);
  /* Efek geser sedikit saat disentuh */
}

.sidebar-footer {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* =========================================
   SECTION: ABOUT US
   ========================================= */
.about-wrapper {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-color: #f7fbff;
  /* Base warna background sangat terang */
  z-index: 1;
}

/* --- Efek Gradient Blur Kiri & Kanan --- */
.about-bg-blur {
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: rgba(28, 117, 184, 0.15);
  /* Biru muda transparan */
  border-radius: 50%;
  filter: blur(140px);
  z-index: -1;
  /* Berada di belakang konten */
}

.blur-left {
  top: 20%;
  left: -15%;
}

.blur-right {
  bottom: 10%;
  right: -15%;
}

/* --- Container & Text Header --- */
.relative-container {
  position: relative;
  z-index: 2;
  /* Memastikan teks dan card bisa di-klik & terbaca di atas blur */
}

.about-header-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.section-title {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-heading {
  font-size: 42px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 24px;
}

.about-desc {
  color: #545454;
  font-size: 17px;
  line-height: 1.6;
}

/* --- Stats Grid & Glassmorphism Cards --- */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stat-card {
  /* Efek Glassmorphism (Kaca) */
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* Border & Radius */
  border: 1px solid rgba(28, 117, 184, 0.2);
  border-radius: 24px;
  padding: 40px 32px;

  /* Animasi & Bayangan Halus */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: left;
}

/* Membedakan Card Pertama sedikit lebih tegas sesuai gambar */
.stat-card.card-highlight {
  background: rgba(238, 245, 250, 0.6);
  border-color: rgba(28, 117, 184, 0.4);
}

/* Efek Hover Keren pada Card */
.stat-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--primary-blue);
  box-shadow: 0 20px 40px rgba(28, 117, 184, 0.1);
}

.stat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.stat-header img {
  width: 24px;
  height: 24px;
  /* Memberi efek transisi jika gambar SVG */
  transition: transform 0.3s ease;
}

.stat-card:hover .stat-header img {
  transform: scale(1.1);
}

.stat-header h3 {
  color: var(--primary-blue);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.stat-card p {
  color: #555555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    font-size: 32px;
  }

  .blur-left,
  .blur-right {
    width: 400px;
    height: 400px;
  }
}

/* --- NEW: Wrapper Global untuk Background Menyatu --- */
.integrated-bg-wrapper {
  position: relative;
  width: 100%;
  /* Menggunakan dua lapis radial gradient agar warna biru di tengah lebih 'keluar' */
  background:
    /* Lapis 1: Cahaya biru utama di tengah agak atas */
    radial-gradient(circle at 50% 35%, rgba(180, 210, 245, 0.6) 0%, transparent 50%),
    /* Lapis 2: Sebaran biru yang lebih luas dan tipis */
    radial-gradient(circle at 50% 50%, rgba(200, 225, 255, 0.4) 0%, transparent 70%),
    /* Lapis 3: Warna dasar putih salju */
    #f8fbff;

  padding-bottom: 80px;
}

.integrated-bg-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(to bottom, transparent, #fcfdff);
  pointer-events: none;
  z-index: 1;
}

/* --- CSS for section:Services --- */
#section-services {
  padding: 80px 0 40px 0;
  position: relative;
  z-index: 2;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background-color: #ffffff;
  border-radius: 28px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-sizing: border-box;
  border: 1.5px solid transparent;
  position: relative;
  overflow: hidden;
}

/* Aksen blur internal di dasar card */
.service-card::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 160px;
  background: rgba(var(--theme-color), 0.2);
  filter: blur(68px);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--theme-color), 0.31);
}

.service-card:hover::after {
  background: rgba(var(--theme-color), 0.31);
}

/* Area Ikon - Diposisikan lebih naik */
.service-icon-area {
  position: relative;
  width: 84px;
  height: 84px;
  margin: 30px auto 0;
  /* Jarak default agar ikon terlihat menyatu */
  z-index: 2;
  transition: margin 0.4s ease;
  /* Tambahkan transisi margin agar halus saat hover */
}

/* Lingkaran Wrapper Putih - KONDISI NORMAL */
.icon-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  /* FIXED: Hapus stroke transparan agar benar-benar bersih polos */
  border: none;
  transition: all 0.3s ease;
}

/* KONDISI HOVER - Stroke muncul hanya saat card di-hover */
.service-card:hover .icon-wrapper {
  /* FIXED: Tambahkan stroke tegas saat hover sesuai warna tema */
  border: 1.5px solid rgba(var(--theme-color), 0.8);
  transform: scale(1);
  /* Sedikit membesar agar stroke lebih jelas */
  box-shadow: 0 6px 15px rgba(var(--theme-color), 0.15);
}

/* KONDISI HOVER - Menaikkan ikon lebih tinggi saat hover */
.service-card:hover .service-icon-area {
  margin: -10px auto 10px;
  /* Menarik ikon lebih ke atas mendekati teks */
}

.icon-wrapper img {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 3;
}

/* Cahaya/Glow di belakang ikon */
.icon-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(var(--theme-color), 0.4);
  filter: blur(18px);
  opacity: 0.5;
  z-index: 1;
  transition: all 0.4s ease;
}

.service-card:hover .icon-glow {
  opacity: 0.8;
  filter: blur(25px);
}

.service-content {
  position: relative;
  z-index: 2;
}

.service-content h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #333;
}

.service-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsivitas */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* --- CSS for section:Architecting --- */
#section-architecting {
  position: relative;
  padding: 60px 0 0 0;
  background: transparent;
}

.architecting-container {
  background: linear-gradient(135deg, #e6f2fd 0%, #c2def6 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  /* Border sedikit lebih terang */
  border-radius: 48px;
  display: flex;
  align-items: center;
  padding: 80px 60px 0 60px;
  gap: 60px;
  position: relative;
  overflow: hidden;
  /* Shadow diperhalus agar kesan melayangnya lebih premium */
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.04), 0 15px 35px rgba(59, 130, 246, 0.08), inset 0 2px 20px rgba(255, 255, 255, 0.5);
}

.architecting-container::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.architecting-container::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.25) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.architecting-image-group {
  flex: 1.2;
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}

.image-wrapper {
  position: relative;
  width: 100%;
  line-height: 0;
}

.laptop-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -5px;
  /* Shadow dari versi sebelumnya */
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));

  /* --- UPDATE BARU: Efek Fade Out menyatu dengan background biru --- */
  /* Ini akan membuat bagian bawah gambar memudar ke warna latar belakang */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

/* --- UPDATE: Animasi & Shadow pada Floating Icon --- */
.floating-icon {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 12px;
  /* Sedikit lebih melengkung */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(59, 130, 246, 0.05);
  width: 50px;
  /* Sedikit diperbesar */
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  font-size: 22px;
  z-index: 2;
  transition: transform 0.3s ease;
}

/* Keyframes untuk animasi mengambang */
@keyframes float-icon-1 {

  0%,
  100% {
    transform: translateY(0) rotate(-10deg);
  }

  50% {
    transform: translateY(-12px) rotate(-5deg);
  }
}

@keyframes float-icon-2 {

  0%,
  100% {
    transform: translateY(0) rotate(15deg);
  }

  50% {
    transform: translateY(-15px) rotate(20deg);
  }
}

.icon-1 {
  right: 15%;
  top: 30%;
  animation: float-icon-1 4s ease-in-out infinite;
}

.icon-2 {
  right: 5%;
  top: 55%;
  animation: float-icon-2 5s ease-in-out infinite;
  /* Waktu dibedakan agar asimetris */
}

.architecting-text {
  flex: 1;
  z-index: 1;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.architecting-text h2 {
  font-size: 44px;
  /* Diperbesar sedikit */
  font-weight: 800;
  /* Dipertebal */
  line-height: 1.15;
  margin-bottom: 24px;
  color: #0f172a;
  /* Warna dark blue/gray yang lebih pekat dari #1a1a1a */
  letter-spacing: -0.5px;
}

.text-blue {
  color: #2174AF;
  /* Biru yang sedikit lebih tegas untuk teks */
}

.architecting-text p {
  font-size: 17px;
  color: #334155;
  /* Kontras dinaikkan sedikit */
  line-height: 1.6;
  margin-bottom: 32px;
  /* Ruang untuk tombol */
}

/* --- TAMBAHAN: Style Tombol Call to Action --- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background-color: #2563eb;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  box-shadow: 0 15px 25px rgba(37, 99, 235, 0.3);
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .architecting-container {
    flex-direction: column;
    padding: 40px 30px 0 30px;
    text-align: center;
  }

  .architecting-text {
    padding-bottom: 40px;
    order: 1;
    align-items: center;
    /* Memastikan tombol di tengah saat mobile */
  }

  .architecting-image-group {
    order: 2;
  }

  .architecting-text h2 {
    font-size: 32px;
  }
}

/* --- CSS for section:Expertise --- */
#section-expertise {
  padding: 140px 0;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  /* Penting agar pendaran tidak merusak layout luar */
}

/* --- AKSEN BIRU BLUR DI KANAN (DI-UPGRADE) --- */
#section-expertise::before {
  content: '';
  position: absolute;
  /* Posisi di kanan tengah agak ke bawah */
  bottom: 30%;
  right: -20%;
  width: 500px;
  /* Diperbesar */
  height: 500px;
  /* Gunakan campuran biru yang lebih kuat dan beberapa lapis */
  background: radial-gradient(circle,
      rgb(59, 131, 246) 0%,
      /* Intensitas dinaikkan ke 0.12 */
      rgb(147, 196, 253) 30%,
      rgb(219, 234, 254) 60%,
      transparent 80%);
  z-index: 1;
  /* Di atas background, di bawah konten */
  pointer-events: none;
  filter: blur(230px);
  /* Blur lebih besar agar sebarannya lembut */
}

/* Tambahan aksen biru kecil di pojok kanan atas agar seimbang */
#section-expertise::after {
  content: '';
  position: absolute;
  top: -100px;
  right: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle,
      rgba(59, 130, 246, 0.06) 0%,
      transparent 70%);
  z-index: 1;
  pointer-events: none;
  filter: blur(50px);
}

.expertise-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  position: relative;
  z-index: 5;
  /* Pastikan konten jauh di atas pendaran biru */
}

/* Efek Hover tambahan pada List Item agar menyatu dengan aksen biru */
.expertise-item:hover {
  background: rgba(248, 250, 252, 0.8);
  /* Semi transparan */
  border-color: rgba(191, 219, 254, 0.5);
  transform: translateX(10px);
  backdrop-filter: blur(10px);
  /* Efek kaca tipis saat hover */
}

.expertise-left {
  flex: 1;
  position: relative;
}

.expertise-right {
  flex: 1.2;
  /* Kita bisa tambahkan sedikit glassmorphism tipis di sini jika mau lebih bertekstur */
}

/* --- Area Gambar & Dekorasi --- */
.expertise-image-area {
  position: relative;
  padding: 40px;
  /* Ruang untuk dekorasi meluap */
}

.expertise-deco-circle {
  position: absolute;
  top: -40px;
  left: -60px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.07) 0%, transparent 70%);
  z-index: 0;
}

.image-bg-offset {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 80%;
  height: 80%;
  background-color: #eff6ff;
  border-radius: 40px;
  z-index: 1;
  transform: rotate(-3deg);
  /* Membuat tidak monoton */
}

.main-image-wrapper {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.5);
  border-radius: 32px;
  padding: 10px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease;
}

.main-image-wrapper:hover {
  transform: translateY(-10px) rotate(1deg);
}

.main-image-wrapper img {
  width: 100%;
  border-radius: 24px;
  display: block;
}

.floating-badge {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  z-index: 3;
  border: 1px solid #eff6ff;
  animation: floatAnim 4s ease-in-out infinite;
}

@keyframes floatAnim {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.badge-icon {
  color: #3b82f6;
  display: flex;
  align-items: center;
}

/* --- List Items (Interaktif) --- */
.expertise-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.expertise-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  border-radius: 24px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* .expertise-item:hover {
            background: #f8fafc;
            border-color: #eff6ff;
            transform: translateX(10px);
        } */

.exp-icon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #f1f5f9;
  transition: all 0.3s ease;
}

.expertise-item:hover .exp-icon {
  background-color: #3b82f6;
  color: white;
}

/* Jika icon pakai IMG, buat jadi putih saat hover */
.expertise-item:hover .exp-icon img {
  filter: brightness(0) invert(1);
}

.exp-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0f172a;
}

.exp-content p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Mobile Friendly */
@media (max-width: 992px) {
  .expertise-container {
    flex-direction: column;
    gap: 40px;
  }

  .expertise-image-area {
    max-width: 500px;
    margin: 0 auto;
  }
}

/* CSS for section section:Clients */
/* --- CSS for section:Clients --- */
#section-clients {
  padding: 100px 0;
  background-color: #ffffff;
  /* Background putih bersih */
  position: relative;
  overflow: hidden;
  /* Mencegah blur gradient bocor */
}

/* Mengamankan teks agar di atas blur */
.relative-z {
  position: relative;
  z-index: 5;
}

/* --- AKSEN BIRU KIRI & KANAN --- */
#section-clients::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgb(64, 125, 224) 0%, transparent 70%);
  filter: blur(250px);
  z-index: 1;
  pointer-events: none;
}

#section-clients::after {
  content: '';
  position: absolute;
  bottom: 50%;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgb(59, 131, 246) 0%, transparent 70%);
  filter: blur(300px);
  z-index: 1;
  pointer-events: none;
}

/* --- WRAPPER SLIDER & FADE EFFECT --- */
.marquee-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* Efek fade out di sisi kiri dan kanan layar (sangat penting untuk SaaS look) */
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  padding: 20px 10px;
}

.marquee-track {
  display: flex;
  overflow: hidden;
  user-select: none;
  padding: 5px 0;
}

.marquee-content {
  display: flex;
  gap: 18px;
  /* Jarak antar kotak logo */
  padding-right: 30px;
  /* Samakan dengan gap agar loop sempurna */
  min-width: 100%;
}

/* --- STYLING LOGO KOTAK --- */
.client-logo {
  background-color: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.8);
  /* Border abu-abu tipis */
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  /* Lebar statis agar rapi saat bergeser */
  height: 100px;
  flex-shrink: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Efek pop-up saat logo di hover */
.client-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(59, 130, 246, 0.08);
  border-color: rgba(59, 130, 246, 0.3);
}

.client-logo img {
  max-height: 70px;
  max-width: 100%;
  object-fit: contain;
  /* Bikin abu-abu dan agak transparan dulu */
  filter: grayscale(0%) opacity(0.8);
  transition: all 0.4s ease;
}

/* Kembali berwarna saat di hover */
.client-logo:hover img {
  filter: grayscale(0%) opacity(1);
}

/* --- ANIMASI INFINITE MARQUEE --- */
.track-left .marquee-content {
  /* Waktu slider (30s). Makin kecil angka, makin ngebut */
  animation: scroll-left 35s linear infinite;
}

.track-right .marquee-content {
  animation: scroll-right 35s linear infinite;
}

/* Berhenti bergerak saat mouse masuk ke area track */
.marquee-track:hover .marquee-content {
  animation-play-state: paused;
}

/* Keyframes menggunakan -50% karena kita punya 2 set elemen yang sama di dalam container */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .client-logo {
    width: 180px;
    height: 80px;
  }

  .client-logo img {
    max-height: 40px;
  }

  .marquee-content {
    gap: 20px;
    padding-right: 20px;
  }
}

/* CSS for section section:CTA */
.cta-wrapper {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.cta-bg {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  z-index: -1;
}

.cta-bg img {
  width: 100%;
}

.cta-content h2 {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.3;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1c75b8;
  /* Biru Brand */
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  border-radius: 99px;
  /* Pill Shape */
  text-decoration: none;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
  border-color: #2563eb;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 32px;
  }

  .cta-wrapper {
    padding: 100px 0;
  }
}

/* CSS for section section:Footer */
.site-footer {
  background-color: var(--bg-dark);
  color: #989898;
  padding: 80px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer-col h4 {
  color: #c7c7c7;
  font-size: 18px;
  margin-bottom: 24px;
}

.footer-desc {
  margin-bottom: 30px;
  line-height: 1.6;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: background-color 0.3s;
}

.social-links a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.social-links img {
  width: 20px;
}

.links-col ul {
  list-style: none;
}

.links-col li {
  margin-bottom: 16px;
}

.links-col a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s;
}

.links-col a:hover {
  color: #ffffff;
}

.inline-icon {
  width: 18px;
  opacity: 0.7;
}

.contact-info {
  list-style: none;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact-info img {
  width: 20px;
  margin-top: 2px;
}

.footer-bottom {
  border-top: 1px solid #404040;
  padding-top: 30px;
  text-align: center;
}

.footer-bottom p {
  color: #626262;
  font-size: 14px;
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* Custom Cursor Typed.js */
.typed-cursor {
  color: #2174AF;
  /* Ganti dengan kode warna biru pilihanmu */
  font-weight: 200;
  /* Membuat kursor lebih tipis */
  font-size: 0.9em;
  /* Sedikit menyesuaikan tinggi jika perlu */
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

/* Animasi kedip (optional jika ingin menyesuaikan kecepatan kedip) */
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.exp-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  /* Ukuran ikon */
}

/* Keadaan awal ikon */
.expertise-item .exp-icon i {
  color: #007bff;
  /* Warna biru awal, sesuaikan dengan tema kamu */
  transition: all 0.3s ease;
  /* Agar transisinya halus */
}

/* Saat item di-hover, ikon berubah jadi putih */
.expertise-item:hover {
  background-color: #007bff;
  /* Opsional: jika ingin background itemnya ikut berubah biru */
  cursor: pointer;
}

.expertise-item:hover .exp-icon i {
  color: #ffffff !important;
  /* Ikon jadi putih */
  transform: scale(1.1);
  /* Opsional: ikon sedikit membesar saat di-hover */
}

/* Jika kamu ingin teksnya juga berubah jadi putih saat di-hover */
.expertise-item:hover .exp-content h4,
.expertise-item:hover .exp-content p {
  color: #ffffff;
}

.contact-info li a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  /* Jarak antara ikon dan teks */
  color: #969696;
  text-decoration: none;
}

.contact-info li img {
  flex-shrink: 0;
  /* Mencegah ikon gepeng kalau teks kepanjangan */
}