:root {
  --color-primary: #D08C38;
  --color-primary-dark: #B5762A;
  --color-heading: #1A1D24;
  --color-text: #4B5563;
  --color-bg: #FFFFFF;
  --color-bg-light: #FCFCFD;
  --color-bg-dark: #121418;
  --color-wa: #25D366;
  --font-heading: 'Oswald', sans-serif;
  --font-body: 'Inter', sans-serif;
  --curve: cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--color-text); background: var(--color-bg); line-height: 1.7; }
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--color-heading); text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* ===== HEADER ===== */
/* Styling Kontak di Header */
.header-contact {
  display: none; /* Sembunyikan secara default di layar HP */
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.header-contact i {
  color: var(--color-primary);
  margin-right: 6px;
}

.header-contact:hover {
  color: var(--color-primary-dark);
}
.header { position: sticky; top: 0; left: 0; width: 100%; z-index: 1000; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(0,0,0,0.05); transition: box-shadow 0.4s var(--curve); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; }
.logo-content { display: flex; align-items: center; gap: 12px; }
.logo-img { height: 32px; width: auto; display: block; }
.logo-text { font-family: var(--font-heading); font-size: 14px; font-weight: 700; color: var(--color-heading); letter-spacing: 1px; white-space: nowrap; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-heading); font-weight: 500; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; border: 1px solid transparent; cursor: pointer; transition: all 0.4s var(--curve); white-space: nowrap; min-height: 46px; width: 100%; }
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--color-primary); color: #FFFFFF; padding: 0 24px; font-size: 14px; }
.btn-primary:hover { background: var(--color-primary-dark); box-shadow: 0 8px 24px rgba(208, 140, 56, 0.3); }
.btn-outline-dark { background: transparent; color: var(--color-heading); border-color: rgba(26, 29, 36, 0.2); padding: 0 12px; font-size: 11px; width: auto; min-height: 36px; }
.btn-outline-dark:hover { border-color: var(--color-heading); background: var(--color-heading); color: #FFFFFF; }

/* ===== SECTION GENERAL ===== */
.section { padding: 80px 0; }
.bg-light { background-color: var(--color-bg-light); }
.section-eyebrow { display: inline-block; color: var(--color-primary); font-family: var(--font-heading); font-weight: 500; font-size: 12px; letter-spacing: 3px; margin-bottom: 12px; }

/* =========================================================
   1. MASTER FULL BLEED HERO CSS (Immersive & Premium Fix)
   ========================================================= */
.framer-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: var(--color-bg-dark);
  
  /* --- GANTI PATH GAMBAR DI BAWAH INI DENGAN GAMBAR ANDA --- */
  background-image: 
    linear-gradient(to right, rgba(18, 20, 24, 0.95) 0%, rgba(18, 20, 24, 0.65) 45%, rgba(18, 20, 24, 0.1) 100%),
    url('assets/img/heroo.webp'); 
  /* -------------------------------------------------------- */
  
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Efek sinematik */
  padding: 100px 0 40px 0;
  overflow: hidden;
}

.fh-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
}

/* 1. TEXT CONTENT BLOCK (Teks di sebelah kiri atas) */
.fh-content-text {
  max-width: 750px;
  padding: 0;
  margin-bottom: 56px; /* Jarak lega ke tombol dan banner */
}

/* Badge Premium Terang */
.fh-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50px; padding: 4px 16px 4px 4px; margin-bottom: 24px;
  font-size: 13px; font-weight: 500; color: #FFFFFF;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.fh-badge-dark {
  background: var(--color-primary); color: #FFFFFF; padding: 4px 12px;
  border-radius: 50px; margin-right: 12px;
}

/* Headline Tajam & Terbaca */
.fh-content-text h1 {
  font-family: var(--font-body); font-size: clamp(38px, 8vw, 68px);
  font-weight: 700; color: #FFFFFF; line-height: 1.15;
  margin-bottom: 20px; letter-spacing: -1.5px; text-transform: none;
  text-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

.fh-content-text p {
  font-size: 17px; color: rgba(255, 255, 255, 0.85); line-height: 1.7;
  margin-bottom: 0; /* Margin dipindah ke pembungkus */
  max-width: 600px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* 2. ACTION & STATS ROW (Tombol di kiri, Banner di kanan) */
.hero-actions-stats-row {
  display: flex;
  flex-direction: row; /* Berbaris di layar PC */
  justify-content: space-between; /* Tombol di kiri, Banner di kanan */
  align-items: center; /* Sejajar secara vertikal */
  width: 100%;
}

.fh-actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 0; }

/* AKSEN WARNA TEMBAGA PADA TOMBOL MINTA PENAWARAN */
.btn-fh-primary {
  background: var(--color-primary); /* Warna tembaga */
  color: #FFFFFF; /* Teks putih */
  padding: 16px 32px;
  border-radius: 50px; font-weight: 600; font-size: 15px;
  display: inline-flex; align-items: center; transition: all 0.3s ease;
  border: 1px solid var(--color-primary);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.btn-fh-primary:hover { 
  background: var(--color-primary-dark); /* Tembaga sedikit lebih gelap */
  transform: translateY(-3px); 
  border-color: var(--color-primary-dark);
  box-shadow: 0 8px 30px rgba(208, 140, 56, 0.3); 
}

.btn-fh-dark {
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3);
  color: #FFFFFF; padding: 16px 32px; border-radius: 50px; font-weight: 600; font-size: 15px;
  display: inline-flex; align-items: center; transition: all 0.3s ease;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.btn-fh-dark:hover { background: rgba(255,255,255,0.2); transform: translateY(-3px); }

/* Sembunyikan gambar inset */
.fh-image { display: none; }

/* =======================================
   TRUST BANNER (GLASSMORPHISM STYLE)
   ======================================= */
.fh-stats {
  background: rgba(18, 20, 24, 0.55); /* Gelap transparan */
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Otomatis 4 kolom sejajar di PC */
  gap: 48px;
  border-radius: 24px;
  max-width: fit-content;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
  margin: 0; /* Reset margin lama */
}

.fh-stat { display: flex; flex-direction: column; }
.fh-stat-num {
  font-family: var(--font-heading); font-size: 44px; font-weight: 700;
  color: #FFFFFF; line-height: 1; margin-bottom: 8px;
}
.fh-stat-label {
  font-size: 13.5px; color: rgba(255, 255, 255, 0.7); font-weight: 500;
  text-transform: uppercase; letter-spacing: 1px;
}

/* =========================================================
   2. MODERN SPLIT HEADER (Asymmetrical)
   ========================================================= */
.modern-header-split { display: flex; flex-direction: column; gap: 32px; text-align: left; margin-bottom: 56px; }
.modern-header-split .split-left h2 { font-size: clamp(36px, 8vw, 56px); line-height: 1.1; margin-bottom: 0; }
.fw-light { font-weight: 300; color: var(--color-primary); }
.modern-header-split .split-right p { font-size: 16px; line-height: 1.8; margin-bottom: 32px; }
.accent-line-box { border-left: 2px solid var(--color-primary); padding-left: 24px; }
.dark-theme.modern-header-split h2 { color: #FFFFFF !important; }
.dark-theme.modern-header-split .split-right p { color: rgba(255, 255, 255, 0.7) !important; }
.dark-theme .accent-line-box { border-left-color: rgba(208, 140, 56, 0.5); }

/* =========================================================
   3. MODERN APP UI CARD (Apple Style)
   ========================================================= */
.services-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 40px 0; align-items: center; -ms-overflow-style: none; scrollbar-width: none; }
.services-grid::-webkit-scrollbar { display: none; }
.service-card { flex: 0 0 75%; scroll-snap-align: center; background: #FFFFFF; border-radius: 28px; padding: 16px; box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06); display: flex; flex-direction: column; border: 1px solid transparent; transform: scale(0.85); opacity: 0.4; transition: transform 0.6s var(--curve), opacity 0.6s var(--curve), box-shadow 0.6s var(--curve), border-color 0.4s ease; }
.service-card.active-center { transform: scale(1); opacity: 1; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); border-color: rgba(208, 140, 56, 0.2); z-index: 2; }
.service-card:first-child { margin-left: 15%; }
.service-card:last-child { margin-right: 15%; }
.card-img-wrap { width: 100%; height: 220px; border-radius: 20px; overflow: hidden; margin-bottom: 20px; }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.service-body { padding: 0 8px 8px 8px; display: flex; flex-direction: column; flex: 1; text-align: left; }
.service-body h3 { font-family: var(--font-body); font-size: 24px; font-weight: 700; color: #111827; letter-spacing: -0.5px; margin-bottom: 4px; text-transform: uppercase; }
.card-subtitle { font-size: 14.5px; color: #9CA3AF; font-weight: 400; margin-bottom: 24px; display: block; }
.spec-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-bottom: 32px; flex: 1; }
.spec-item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #4B5563; }
.spec-item i { color: var(--color-primary); font-size: 14px; }
.spec-item span strong { color: #111827; font-weight: 700; margin-left: 4px; }
.btn-pill { display: block; width: 100%; background: #111827; color: #FFFFFF; text-align: center; padding: 16px; border-radius: 50px; font-family: var(--font-body); font-size: 15px; font-weight: 600; transition: all 0.4s var(--curve); }
.btn-pill:hover { background: var(--color-primary-dark); box-shadow: 0 8px 24px rgba(208, 140, 56, 0.25); transform: translateY(-2px); }

/* ===== AREA OPERASIONAL ===== */
.area-section { background-color: var(--color-bg-dark); color: #FFFFFF; padding: 80px 0; border-top: 1px solid rgba(255, 255, 255, 0.05); }
.area-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 32px; }
.area-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px; padding: 20px 16px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform 0.3s var(--curve), background 0.3s var(--curve), border-color 0.3s var(--curve); }
.area-card:hover { transform: translateY(-4px); background: rgba(255, 255, 255, 0.06); border-color: var(--color-primary); }
.hq-card { grid-column: span 2; background: linear-gradient(135deg, rgba(208, 140, 56, 0.12) 0%, rgba(208, 140, 56, 0.02) 100%); border-color: rgba(208, 140, 56, 0.4); position: relative; overflow: hidden; align-items: flex-start; text-align: left; flex-direction: row; gap: 20px; }
.hq-card:hover { background: linear-gradient(135deg, rgba(208, 140, 56, 0.2) 0%, rgba(208, 140, 56, 0.05) 100%); border-color: var(--color-primary); }
.hq-card .area-card-icon { margin-bottom: 0; width: 56px; height: 56px; font-size: 24px; background: rgba(208, 140, 56, 0.2); flex-shrink: 0; }
.hq-badge { position: absolute; top: 16px; right: 16px; background: var(--color-primary); color: #FFFFFF; font-family: var(--font-heading); font-size: 10px; font-weight: 600; padding: 4px 10px; border-radius: 4px; letter-spacing: 1.5px; }
.area-card-icon { width: 40px; height: 40px; background: rgba(208, 140, 56, 0.1); color: var(--color-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; margin-bottom: 12px; }
.area-card:first-child { background: rgba(208, 140, 56, 0.05); border-color: rgba(208, 140, 56, 0.3); }
.area-card-info { display: flex; flex-direction: column; gap: 4px; }
.area-card-city { font-family: var(--font-heading); font-size: 16px; font-weight: 600; letter-spacing: 0.5px; color: #FFFFFF; }
.area-card-province { font-size: 12px; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; letter-spacing: 1px; }
.area-footer-note { text-align: center; font-size: 14.5px; color: rgba(255, 255, 255, 0.6); padding-top: 24px; border-top: 1px dashed rgba(255, 255, 255, 0.15); }
.area-footer-note strong { color: var(--color-primary); font-weight: 600; }
@media (max-width: 359px) { .hq-card { grid-column: span 1; flex-direction: column; align-items: center; text-align: center; } }

/* ===== FINAL CTA ===== */
.final-cta { background: #FFFFFF; padding: 80px 0; text-align: center; }

/* ===== FOOTER ===== */
.footer { background: var(--color-bg-dark); color: rgba(255,255,255,0.4); padding: 40px 0; text-align: center; font-size: 13px; border-top: 4px solid var(--color-primary); }
.footer strong { color: #FFFFFF; }

/* ===== WHATSAPP FLOAT ===== */
.float-wa { position: fixed; bottom: 28px; right: 16px; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2000; transition: transform 0.3s var(--curve); background: transparent; }
.float-wa::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--color-wa); border-radius: 50%; box-shadow: 0 8px 24px rgba(37,211,102,0.3); z-index: -1; animation: wa-bg-pulse 2.5s infinite ease-in-out; }
.float-wa i { font-size: 30px; color: #FFFFFF; position: relative; z-index: 1; }
.float-wa-label { display: none; }
@keyframes wa-bg-pulse { 0% { transform: scale(1); box-shadow: 0 8px 24px rgba(37,211,102,0.3), 0 0 0 0 rgba(37,211,102,0.5); } 50% { transform: scale(1.08); box-shadow: 0 12px 30px rgba(37,211,102,0.4), 0 0 0 14px rgba(37,211,102,0); } 100% { transform: scale(1); box-shadow: 0 8px 24px rgba(37,211,102,0.3), 0 0 0 0 rgba(37,211,102,0); } }

/* ===== CHATBOT WIDGET ===== */
.chat-widget { position: fixed; bottom: 90px; right: 16px; width: calc(100vw - 32px); max-width: 380px; background: #FFFFFF; border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.15); display: flex; flex-direction: column; overflow: hidden; z-index: 2001; border: 1px solid rgba(0,0,0,0.05); opacity: 0; transform: translateY(20px) scale(0.95); pointer-events: none; transition: opacity 0.4s var(--curve), transform 0.4s var(--curve); }
.chat-widget.active { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.chat-header { background: #FEFCF6; border-bottom: 1px solid #F0EBE1; padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; }
.chat-title { display: flex; align-items: center; gap: 10px; color: #1A1D24; }
.chat-title svg { width: 22px; height: 22px; stroke: #C08A44; fill: #C08A44; }
.chat-title strong { font-family: var(--font-heading); font-size: 16px; letter-spacing: 0.5px; font-weight: 700; }
.close-btn { background: transparent; border: none; color: #9CA3AF; width: 24px; height: 24px; cursor: pointer; }
.chat-body { height: 55vh; max-height: 400px; padding: 16px 14px; overflow-y: auto; display: flex; flex-direction: column; background: #FFFFFF; overscroll-behavior: contain; scroll-behavior: smooth; }
.chat-body::-webkit-scrollbar { width: 6px; }
.chat-body::-webkit-scrollbar-track { background: transparent; }
.chat-body::-webkit-scrollbar-thumb { background: #C08A44; border-radius: 10px; }
.chat-msg { display: flex; max-width: 90%; margin-bottom: 16px; animation: fadeInMsg 0.4s var(--curve) forwards; }
@keyframes fadeInMsg { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.chat-msg.bot { align-self: flex-start; width: 100%; max-width: 100%; }
.chat-msg.user { align-self: flex-end; }
.msg-content { padding: 12px 14px; font-size: 13px; line-height: 1.5; }
.chat-msg.bot .msg-content { background: #F5F4F0; color: #333333; border-radius: 12px; border-bottom-left-radius: 4px; }
.chat-msg.user .msg-content { background: #C08A44; color: #FFFFFF; border-radius: 12px; border-bottom-right-radius: 4px; }
.chat-options { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; padding-bottom: 12px; }
.faq-option { background: #FFFFFF; color: #C08A44; border: 1px solid #C08A44; padding: 10px 14px; border-radius: 6px; font-family: var(--font-body); font-size: 12.5px; font-weight: 600; text-align: left; cursor: pointer; line-height: 1.35; }
.chat-footer { padding: 12px 16px; background: #FFFFFF; border-top: 1px solid #F0EBE1; box-shadow: 0 -4px 12px rgba(0,0,0,0.02); }
.wa-chat-btn { background: #25D366; color: #FFFFFF; border: none; padding: 12px 16px; border-radius: 8px; font-family: var(--font-body); font-size: 13.5px; font-weight: 600; text-align: center; display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; transition: background 0.2s ease; }
.wa-chat-btn:hover { background: #1EBE5D; }
.wa-chat-btn i { font-size: 18px; }
.typing-indicator { display: flex; gap: 5px; padding: 14px 18px; background: #F5F4F0; border-radius: 12px; border-bottom-left-radius: 4px; align-self: flex-start; width: max-content; margin-bottom: 16px; }
.typing-indicator span { width: 6px; height: 6px; background: #A09D96; border-radius: 50%; animation: bounce 1.4s infinite ease-in-out both; }
.typing-indicator span:nth-child(1) { animation-delay: -0.32s; }
.typing-indicator span:nth-child(2) { animation-delay: -0.16s; }
@keyframes bounce { 0%, 80%, 100% { transform: scale(0); } 40% { transform: scale(1); } }

/* =====================================================================
   4. MEDIA QUERIES (SISTEM GRID & RESPONSIVE SCALING SATU PINTU)
   ===================================================================== */
@media (min-width: 768px) {
  .container { padding: 0 24px; }
  /* Tampilkan kontak header di layar besar */
  .header-contact {
    display: block;
  }
  .header-inner { padding: 16px 24px; }
  .logo-img { height: 40px; }
  .btn { width: auto; }
  .btn-outline-dark { padding: 0 24px; font-size: 13px; min-height: 46px; }
  .btn-primary { padding: 0 36px; font-size: 15px; }
  
  .section { padding: 120px 0; }
  .section-eyebrow { font-size: 13px; letter-spacing: 4px; margin-bottom: 16px; }
  
  .area-section { padding: 120px 0; }
  .area-grid { gap: 24px; margin-bottom: 48px; }
  .area-card { padding: 24px; }
  .area-card-city { font-size: 18px; }
  .area-footer-note { font-size: 16px; padding-top: 32px; }
  .final-cta { padding: 120px 0; }
  
  .float-wa { width: 64px; height: 64px; bottom: 32px; right: 32px; }
  .float-wa:hover { transform: translateY(-4px) scale(1.05); }
  .float-wa i { font-size: 34px; }
  .float-wa-label { display: block; position: absolute; right: 68px; background: var(--color-heading); color: #FFFFFF; padding: 8px 16px; border-radius: 6px; font-family: var(--font-body); font-size: 13px; font-weight: 500; white-space: nowrap; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); opacity: 0; transform: translateX(10px); pointer-events: none; transition: opacity 0.3s var(--curve), transform 0.3s var(--curve); }
  .float-wa-label::after { content: ''; position: absolute; top: 50%; right: -6px; transform: translateY(-50%); border-width: 6px 0 6px 6px; border-style: solid; border-color: transparent transparent transparent var(--color-heading); }
  .float-wa:hover .float-wa-label { opacity: 1; transform: translateX(0); }

  .chat-widget { right: 32px; bottom: 110px; width: 380px; }
  .chat-header { padding: 18px 20px; }
  .chat-body { height: 450px; padding: 24px 20px; }
  .msg-content { padding: 16px 18px; font-size: 14.5px; }
  .faq-option { padding: 14px 18px; font-size: 14px; }
}

@media (min-width: 576px) {
  .area-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 992px) {
  /* Area Grid */
  .area-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 48px; }

  /* Full Bleed Hero & Trust Banner Desktop */
  .fh-wrapper { background: transparent; display: flex; flex-direction: column; }
  .fh-content { padding: 160px 0 60px 0; max-width: 800px; margin-left: max(20px, calc((100vw - 1240px) / 2)); }
  .fh-content h1 { font-size: clamp(48px, 6vw, 76px); margin-bottom: 28px; letter-spacing: -2px; }
  .fh-content p { font-size: 18px; max-width: 600px; }
  .fh-actions { margin-bottom: 80px; }
  
  /* Trust Banner Glassmorphism Fix */
  .fh-stats {
    margin-left: max(20px, calc((100vw - 1240px) / 2));
    background: rgba(18, 20, 24, 0.6);
    border-radius: 20px 20px 0 0;
    padding: 32px 48px;
    display: flex; justify-content: flex-start; gap: 48px;
    max-width: fit-content;
    border: 1px solid rgba(255,255,255,0.06);
  }
  .fh-stat-num { font-size: 44px; }

  /* Split Header Desktop */
  .modern-header-split { flex-direction: row; align-items: center; justify-content: space-between; gap: 64px; }
  .modern-header-split .split-left { flex: 1.2; }
  .modern-header-split .split-right { flex: 1; max-width: 500px; }
  .modern-header-split .split-right p { font-size: 17px; }

  /* Apple Cards Desktop */
  .service-card { flex: 0 0 33.333%; }
  .service-card:first-child { margin-left: 33.333%; }
  .service-card:last-child { margin-right: 33.333%; }
}