/* ==========================================================
   MACAN BERLIAN TEXINDO — Stylesheet Utama
   Warna diambil dari logo asli (navy blue tribal tiger)
   ========================================================== */

:root {
  --navy: #1e2a78;
  --navy-dark: #12184a;
  --navy-light: #2f3fa8;
  --gold: #b8922f;
  --gray-bg: #f5f6fa;
  --gray-line: #e2e4ee;
  --text: #232336;
  --text-soft: #5a5b72;
  --white: #ffffff;
  --wa-green: #25d366;
  --wa-green-dark: #1ebe5b;
  --radius: 14px;
  --shadow: 0 8px 24px rgba(18, 24, 74, 0.08);
  --shadow-lg: 0 16px 40px rgba(18, 24, 74, 0.14);
  --max-width: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', 'Inter', sans-serif;
  color: var(--navy-dark);
  line-height: 1.25;
  font-weight: 700;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 72px 0; }
.section-tight { padding: 48px 0; }

.section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(184, 146, 47, 0.1);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 14px;
}

.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(26px, 3.5vw, 34px); margin-bottom: 12px; }
.section-head p { color: var(--text-soft); font-size: 16px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.bg-gray { background: var(--gray-bg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary { background: var(--navy); color: var(--white); }
.btn-primary:hover { background: var(--navy-light); box-shadow: var(--shadow); }

.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { box-shadow: var(--shadow); }

.btn-outline { background: transparent; border-color: rgba(255,255,255,0.5); color: var(--white); }
.btn-outline:hover { background: rgba(255,255,255,0.12); }

.btn-outline-navy { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }

.btn-wa { background: var(--wa-green); color: var(--white); }
.btn-wa:hover { background: var(--wa-green-dark); box-shadow: var(--shadow); }

.btn-sm { padding: 9px 18px; font-size: 13.5px; }
.btn-block { width: 100%; justify-content: center; }

.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--gray-line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: var(--max-width);
  margin: 0 auto;
  gap: 20px;
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 42px; height: 42px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: var(--navy-dark);
  letter-spacing: 0.01em;
}
.brand-text span {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold);
  text-transform: uppercase;
}

.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a {
  padding: 10px 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-soft);
  border-radius: 8px;
  transition: color 0.15s ease, background 0.15s ease;
}
.main-nav a:hover { color: var(--navy); background: var(--gray-bg); }
.main-nav a.active { color: var(--navy); background: rgba(30, 42, 120, 0.08); }

.header-cta { display: flex; align-items: center; gap: 10px; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle svg { width: 26px; height: 26px; color: var(--navy-dark); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 55%, var(--navy-light) 100%);
  color: var(--white);
  overflow: hidden;
  padding: 96px 0 88px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.035) 0px, rgba(255,255,255,0.035) 2px, transparent 2px, transparent 14px),
    repeating-linear-gradient(-45deg, rgba(255,255,255,0.035) 0px, rgba(255,255,255,0.035) 2px, transparent 2px, transparent 14px);
  pointer-events: none;
}
.hero-tiger-wm {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
  opacity: 0.08;
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: 640px; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 22px;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(34px, 5.4vw, 54px);
  line-height: 1.1;
  margin-bottom: 18px;
}
.hero h1 span { color: #f2c14e; }
.hero p {
  font-size: 17.5px;
  color: rgba(255,255,255,0.86);
  margin-bottom: 32px;
  max-width: 520px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 32px; }
.hero-stats div strong { display: block; font-size: 24px; font-family: 'Poppins', sans-serif; }
.hero-stats div span { font-size: 13px; color: rgba(255,255,255,0.7); }

/* ---------- Page hero (sub pages) ---------- */
.page-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  color: var(--white);
  padding: 64px 0 56px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.035) 0px, rgba(255,255,255,0.035) 2px, transparent 2px, transparent 14px);
}
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { font-size: 13.5px; color: rgba(255,255,255,0.65); margin-bottom: 14px; }
.breadcrumb a { color: rgba(255,255,255,0.85); }
.page-hero h1 { color: var(--white); font-size: clamp(28px, 4vw, 40px); margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,0.82); max-width: 560px; font-size: 16px; }

/* ---------- Feature / value cards ---------- */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

.feature-card {
  background: var(--white);
  border: 1px solid var(--gray-line);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.feature-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.feature-icon {
  width: 50px; height: 50px;
  border-radius: 12px;
  background: rgba(30, 42, 120, 0.08);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.feature-icon svg { width: 26px; height: 26px; color: var(--navy); }
.feature-card h3 { font-size: 17px; margin-bottom: 8px; }
.feature-card p { font-size: 14.5px; color: var(--text-soft); }

/* ---------- Category / product preview ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat-card {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  display: flex; align-items: flex-end;
  padding: 18px;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  box-shadow: var(--shadow);
}
.cat-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);
}
.cat-card span { position: relative; z-index: 1; }
.cat-1 { background: linear-gradient(135deg,#1e2a78,#3a4bb0); }
.cat-2 { background: linear-gradient(135deg,#4a4238,#7a6a52); }
.cat-3 { background: linear-gradient(135deg,#2c3550,#5a6a8a); }
.cat-4 { background: linear-gradient(135deg,#1a1a2e,#3f3f5e); }

/* ---------- Product grid (katalog) ---------- */
.cat-heading {
  display: flex; align-items: center; gap: 12px;
  margin: 44px 0 20px;
}
.cat-heading:first-of-type { margin-top: 0; }
.cat-heading h3 { font-size: 19px; color: var(--navy-dark); }
.cat-heading .count { font-size: 13px; color: var(--text-soft); background: var(--gray-bg); padding: 4px 12px; border-radius: 100px; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--gray-line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }

.product-visual {
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-visual svg { width: 46%; height: 46%; opacity: 0.9; }
.product-visual .ph-tag {
  position: absolute;
  top: 10px; right: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.9);
  color: var(--text-soft);
  padding: 4px 8px;
  border-radius: 100px;
}
.product-visual .modif-tag {
  position: absolute;
  top: 10px; left: 10px;
  font-size: 10px;
  font-weight: 700;
  background: var(--gold);
  color: var(--white);
  padding: 4px 9px;
  border-radius: 100px;
  letter-spacing: 0.02em;
}

.pv-1 { background: linear-gradient(135deg,#1e2a78,#3a4bb0); }
.pv-2 { background: linear-gradient(135deg,#4a4238,#7a6a52); }
.pv-3 { background: linear-gradient(135deg,#2c3550,#5a6a8a); }
.pv-4 { background: linear-gradient(135deg,#3d2e50,#6d5488); }
.pv-5 { background: linear-gradient(135deg,#1a1a2e,#3f3f5e); }
.pv-6 { background: linear-gradient(135deg,#26463f,#4d8577); }

.product-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-body h4 { font-size: 15px; color: var(--navy-dark); line-height: 1.3; }
.product-meta { font-size: 12.5px; color: var(--text-soft); display: flex; flex-wrap: wrap; gap: 6px 10px; }
.product-meta span { display: inline-flex; align-items: center; gap: 4px; }
.product-body .btn { margin-top: auto; }

.catalog-note {
  background: rgba(184, 146, 47, 0.08);
  border: 1px dashed rgba(184, 146, 47, 0.5);
  border-radius: var(--radius);
  padding: 18px 22px;
  font-size: 14px;
  color: var(--text-soft);
  margin-bottom: 36px;
}
.catalog-note strong { color: var(--navy-dark); }

/* ---------- Steps (cara pesan) ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  counter-reset: step;
}
.step-card {
  background: var(--white);
  border: 1px solid var(--gray-line);
  border-radius: var(--radius);
  padding: 30px 22px;
  position: relative;
}
.step-num {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--navy);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 18px;
}
.step-card h3 { font-size: 16.5px; margin-bottom: 8px; }
.step-card p { font-size: 14px; color: var(--text-soft); }

/* ---------- Two-col content blocks ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-media {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  border-radius: 20px;
  aspect-ratio: 4/3.2;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.split-media::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 2px, transparent 2px, transparent 16px);
}
.split-media img { width: 42%; position: relative; z-index: 1; opacity: 0.92; }
.split h2 { margin-bottom: 16px; }
.split p { color: var(--text-soft); margin-bottom: 14px; font-size: 15.5px; }
.check-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 15px; color: var(--text); margin-bottom: 10px;
}
.check-list svg { width: 20px; height: 20px; color: var(--navy); flex-shrink: 0; margin-top: 2px; }

/* ---------- Info / contact cards ---------- */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-card {
  background: var(--white);
  border: 1px solid var(--gray-line);
  border-radius: var(--radius);
  padding: 26px 22px;
  text-align: left;
}
.info-card .feature-icon { margin-bottom: 16px; }
.info-card h3 { font-size: 16px; margin-bottom: 8px; }
.info-card p, .info-card a { font-size: 14.5px; color: var(--text-soft); }
.info-card a.link-navy { color: var(--navy); font-weight: 600; }

.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--gray-line);
  height: 360px;
}
.map-embed iframe { width: 100%; height: 100%; border: 0; }

.assumption-note {
  font-size: 12.5px;
  color: var(--text-soft);
  background: var(--gray-bg);
  border-left: 3px solid var(--gold);
  padding: 8px 12px;
  border-radius: 6px;
  margin-top: 10px;
}

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(120deg, var(--navy-dark), var(--navy));
  border-radius: 24px;
  padding: 52px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 2px, transparent 2px, transparent 14px);
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { color: var(--white); font-size: 26px; margin-bottom: 8px; }
.cta-banner p { color: rgba(255,255,255,0.82); font-size: 15px; }
.cta-actions { display: flex; gap: 12px; flex-shrink: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-dark); color: rgba(255,255,255,0.75); padding: 56px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand img { width: 36px; height: 36px; }
.footer-brand strong { color: var(--white); font-family: 'Poppins', sans-serif; font-size: 15px; }
.footer-col h4 { color: var(--white); font-size: 14px; margin-bottom: 16px; letter-spacing: 0.03em; text-transform: uppercase; }
.footer-col ul li { margin-bottom: 10px; font-size: 14px; }
.footer-col a:hover { color: var(--white); }
.footer-desc { font-size: 14px; max-width: 280px; margin-bottom: 18px; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; font-size: 13px; color: rgba(255,255,255,0.55);
  flex-wrap: wrap; gap: 10px;
}

/* ---------- WA Floating Button ---------- */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 200;
  background: var(--wa-green);
  color: var(--white);
  width: 58px; height: 58px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
  animation: wa-pulse 2.4s infinite;
}
.wa-float svg { width: 30px; height: 30px; }
@keyframes wa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid-4, .cat-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .info-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split-media { order: -1; max-width: 420px; margin: 0 auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-banner { flex-direction: column; text-align: center; }
}

@media (max-width: 720px) {
  .main-nav, .header-cta .btn-outline-navy-desktop { display: none; }
  .nav-toggle { display: inline-flex; }
  .brand-text span { display: none; }
  .brand-text strong { font-size: 13px; }
  .brand img { width: 34px; height: 34px; }
  .main-nav.open {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 12px 24px 20px;
    border-bottom: 1px solid var(--gray-line);
    box-shadow: var(--shadow);
  }
  .hero { padding: 64px 0 56px; }
  .hero-tiger-wm { width: 260px; opacity: 0.06; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-stats { gap: 20px; }
  .grid-4, .grid-3, .grid-2, .cat-grid, .product-grid, .steps, .info-grid { grid-template-columns: 1fr; }
  .section { padding: 52px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 460px) {
  .header-cta .btn-wa { display: none; }
  .header-inner { padding: 12px 16px; }
  .brand-text strong { font-size: 12px; }
}
