/* ============================================================
   MALU KONTRAKTOR — style.css
   Tema: Orange (#FF6B1A) + Putih — dari template kiri
   Font: Montserrat + Inter
   Navbar: persis dari template kiri (premium + dark mode)
   Struktur: multipage seperti template kanan
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

/* ─── CSS VARIABLES ──────────────────────────────────── */
:root {
  --orange:      #FF6B1A;
  --orange-d:    #D95500;
  --orange-l:    #FF8C4A;
  --orange-dim:  rgba(255,107,26,.08);
  --orange-dim2: rgba(255,107,26,.15);
  --orange-glow: rgba(255,107,26,.25);

  --white:  #FFFFFF;
  --bg:     #F8F6F3;
  --bg-2:   #F0EDE8;
  --bg-3:   #E8E4DE;
  --ink:    #1A1A1A;
  --ink-2:  #555555;
  --muted:  #999999;
  --border: rgba(0,0,0,.08);
  --border-o: rgba(255,107,26,.25);
  --shadow-sm: 0 2px 12px rgba(0,0,0,.06);
  --shadow-md: 0 8px 32px rgba(0,0,0,.10);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.14);

  --nav-h: 80px;
  --ease:     cubic-bezier(.4,0,.2,1);
  --ease-out: cubic-bezier(0,0,.2,1);
}

/* ─── DARK MODE ───────────────────────────────────────── */
body.dark-mode {
  --bg:     #111110;
  --bg-2:   #1A1917;
  --bg-3:   #222120;
  --ink:    #F5F2EE;
  --ink-2:  #C8C2BA;
  --muted:  #9A948D;
  --border: rgba(255,255,255,.08);
  --shadow-sm: 0 2px 12px rgba(0,0,0,.3);
  --shadow-md: 0 8px 32px rgba(0,0,0,.4);
}
body.dark-mode .navbar.scrolled {
  background: rgba(17,17,16,.97) !important;
  border-bottom-color: rgba(255,255,255,.06);
  box-shadow: 0 1px 24px rgba(0,0,0,.4);
}
body.dark-mode .nav-links { background: rgba(17,17,16,.98) !important; }
body.dark-mode .item, body.dark-mode .card-porto, body.dark-mode .testi-card { background: var(--bg-2); }
body.dark-mode .item-card { background: var(--bg-2); border-color: var(--border); }
body.dark-mode .item-card:hover { background: var(--orange-dim2); border-color: var(--border-o); }
body.dark-mode .testi-card { background: var(--bg-2); }
body.dark-mode .testi-card:nth-child(even) { background: var(--bg-3); }
body.dark-mode .testi-card:hover { background: var(--bg-3); }
body.dark-mode .footer-shared { background: #0A0A09; }
body.no-transition *, body.no-transition *::before, body.no-transition *::after { transition: none !important; }

/* ─── RESET & BASE ────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 62.5%; }
body {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  transition: background .35s var(--ease), color .35s var(--ease);
}
img { display: block; max-width: 100%; }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
section { padding: 80px 0; }

/* ─── TYPOGRAPHY ──────────────────────────────────────── */
.section-eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: 'Montserrat', sans-serif;
  font-size: .68rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 1.2rem;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 3.2rem);
  font-weight: 600; color: var(--ink);
  line-height: 1.15; letter-spacing: -.01em;
  position: relative;
}
.section-title em { font-style: normal; color: var(--orange); }
/* Bracket corner accent (gaya itstyle) - hanya membungkus kata pertama */
.bracket-word {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: .5rem .65rem;
}
.bracket-word::before,
.bracket-word::after {
  content: '';
  position: absolute;
  width: .6rem; height: .6rem;
  border-top: .12rem solid var(--orange);
  border-left: .12rem solid var(--orange);
}
.bracket-word::before {
  top: -.15rem; left: -.15rem;
}
.bracket-word::after {
  bottom: -.15rem; right: -.15rem;
  transform: rotate(180deg);
}
.section-desc {
  color: var(--ink-2); font-size: .9rem;
  max-width: 520px; margin: 1rem auto 0; line-height: 1.85;
}
.section-header { text-align: center; margin-bottom: 56px; }
.page-hero-eyebrow {
  font-size: .65rem; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.6); margin-bottom: .75rem;
  font-family: 'Montserrat', sans-serif; font-weight: 500;
}

/* ─── BUTTONS ─────────────────────────────────────────── */
.btn-orange {
  display: inline-flex; align-items: center; gap: .6rem;
  background: var(--orange); color: #fff;
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: .85rem; letter-spacing: .04em;
  padding: .9rem 2rem; border-radius: 4px; border: none; cursor: pointer;
  transition: background .25s var(--ease), transform .2s, box-shadow .2s;
  box-shadow: 0 4px 16px var(--orange-glow);
}
.btn-orange:hover { background: var(--orange-d); transform: translateY(-2px); box-shadow: 0 10px 28px var(--orange-glow); }
.btn-ghost-dark {
  display: inline-flex; align-items: center; gap: .6rem;
  background: transparent; color: var(--ink);
  font-size: .85rem; font-weight: 500;
  padding: .9rem 2rem; border-radius: 4px;
  border: 1.5px solid var(--border); cursor: pointer;
  transition: border-color .25s, color .25s, transform .2s;
}
.btn-ghost-dark:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
/* Read More pill (gaya itstyle) */
.btn-pill {
  display: inline-flex; align-items: center; gap: .6rem;
  background: transparent; color: var(--ink);
  font-size: .85rem; font-weight: 500;
  padding: .9rem 2.4rem; border-radius: 50px;
  border: 2px solid var(--orange); cursor: pointer;
  transition: background .25s, color .25s, transform .2s, box-shadow .2s;
}
.btn-pill:hover { background: var(--orange); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 28px var(--orange-glow); }
.btn-white {
  display: inline-flex; align-items: center; gap: .6rem;
  background: #fff; color: var(--orange);
  font-weight: 700; font-size: .85rem;
  padding: .9rem 2rem; border-radius: 4px; border: none; cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.btn-white:hover { background: rgba(255,255,255,.88); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.15); }
/* CTA pill button — outline putih, hover → solid putih */
.btn-pill-white {
  display: inline-flex; align-items: center; gap: .6rem;
  background: #fff; color: var(--orange);
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: .85rem; letter-spacing: .04em;
  padding: .9rem 2.4rem; border-radius: 50px;
  border: 2px solid #fff; cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s, transform .2s, box-shadow .2s;
}
.btn-pill-white:hover {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px var(--orange-glow);
}

/* ─── NAVBAR (PERSIS DARI KIRI) ───────────────────────── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000; height: var(--nav-h);
  background: transparent;
  transition: background .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
  border-bottom: 1px solid transparent;
}
.navbar::before {
  content: ''; position: absolute; inset: 0;
  background: #111110; opacity: 0;
  transition: opacity .45s var(--ease); z-index: -1; pointer-events: none;
}
body.dark-mode .navbar::before { opacity: 1; }
.navbar.scrolled {
  background: rgba(255,255,255,.96);
  border-bottom-color: rgba(0,0,0,.07);
  box-shadow: 0 1px 24px rgba(0,0,0,.07);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
}
/* Halaman dalam (non-hero): navbar solid dari awal */
.navbar.solid {
  background: rgba(255,255,255,.97);
  border-bottom-color: rgba(0,0,0,.07);
  box-shadow: 0 1px 24px rgba(0,0,0,.07);
}
body.dark-mode .navbar.solid { background: rgba(17,17,16,.97); }

.nav-container {
  max-width: 1280px; margin: 0 auto;
  padding: 0 40px; height: 100%;
  display: flex; align-items: center; gap: 2rem;
}

/* Logo */
.nav-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; transition: opacity .2s; }
.nav-logo:hover { opacity: .8; }
.logo-img { height: 48px; width: auto; transition: opacity .35s; display: block; }
.logo-img--color { display: none; }
.logo-img--white { display: block; filter: brightness(0) invert(1); }
/* Light mode + scrolled/solid → color logo */
body:not(.dark-mode) .navbar.scrolled .logo-img--color,
body:not(.dark-mode) .navbar.solid    .logo-img--color { display: block; }
body:not(.dark-mode) .navbar.scrolled .logo-img--white,
body:not(.dark-mode) .navbar.solid    .logo-img--white { display: none; }
/* Dark mode → selalu white logo */
body.dark-mode .navbar.scrolled .logo-img--color,
body.dark-mode .navbar.solid    .logo-img--color { display: none; }
body.dark-mode .navbar.scrolled .logo-img--white,
body.dark-mode .navbar.solid    .logo-img--white { display: block; filter: brightness(0) invert(1); }

/* Nav links */
.nav-links {
  display: flex; align-items: center; gap: .1rem; margin: 0 auto;
}
.nav-link {
  font-family: 'Inter', sans-serif; font-size: .82rem; font-weight: 400;
  letter-spacing: .02em; padding: .5rem .85rem; border-radius: 3px;
  color: rgba(255,255,255,.75); transition: color .35s var(--ease);
  position: relative;
}
.nav-link::after {
  content: ''; position: absolute;
  bottom: 2px; left: .85rem; right: .85rem;
  height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease); opacity: .6;
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link:hover { color: #fff; }
.nav-link.active { color: #fff; font-weight: 600; }
/* Scrolled/solid light */
body:not(.dark-mode) .navbar.scrolled .nav-link,
body:not(.dark-mode) .navbar.solid    .nav-link { color: var(--ink-2); }
body:not(.dark-mode) .navbar.scrolled .nav-link:hover,
body:not(.dark-mode) .navbar.solid    .nav-link:hover { color: var(--ink); }
body:not(.dark-mode) .navbar.scrolled .nav-link.active,
body:not(.dark-mode) .navbar.solid    .nav-link.active { color: var(--ink); font-weight: 600; }
/* Scrolled/solid dark */
body.dark-mode .navbar.scrolled .nav-link,
body.dark-mode .navbar.solid    .nav-link { color: var(--ink-2); }
body.dark-mode .navbar.scrolled .nav-link:hover,
body.dark-mode .navbar.solid    .nav-link:hover { color: var(--ink); }
body.dark-mode .navbar.scrolled .nav-link.active,
body.dark-mode .navbar.solid    .nav-link.active { color: var(--ink); font-weight: 600; }

/* Nav actions */
.nav-actions { display: flex; align-items: center; gap: .85rem; flex-shrink: 0; }

/* Dark mode toggle */
.nav-theme-toggle {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; background: none; border: none;
  cursor: pointer; border-radius: 50%;
  color: rgba(255,255,255,.75);
  transition: color .35s var(--ease), background .35s var(--ease);
}
.nav-theme-toggle:hover { background: rgba(255,255,255,.12); color: #fff; }
body:not(.dark-mode) .navbar.scrolled .nav-theme-toggle,
body:not(.dark-mode) .navbar.solid    .nav-theme-toggle { color: var(--ink-2); }
body:not(.dark-mode) .navbar.scrolled .nav-theme-toggle:hover,
body:not(.dark-mode) .navbar.solid    .nav-theme-toggle:hover { background: var(--bg-2); color: var(--ink); }
body.dark-mode .navbar.scrolled .nav-theme-toggle,
body.dark-mode .navbar.solid    .nav-theme-toggle { color: var(--ink-2); }
body.dark-mode .navbar.scrolled .nav-theme-toggle:hover,
body.dark-mode .navbar.solid    .nav-theme-toggle:hover { background: rgba(255,255,255,.08); color: var(--ink); }

.icon-sun { display: none; }
.icon-moon { display: block; }
body.dark-mode .icon-sun  { display: block; }
body.dark-mode .icon-moon { display: none; }

/* CTA Button */
.btn-cta {
  display: inline-flex; align-items: center;
  background: var(--orange); color: #fff;
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: .78rem; letter-spacing: .04em;
  padding: .62rem 1.45rem; border-radius: 4px; flex-shrink: 0;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 2px 12px rgba(255,107,26,.30); white-space: nowrap;
}
.btn-cta:hover { background: var(--orange-d); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(255,107,26,.40); }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 4.5px;
  background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto;
}
.hamburger span {
  display: block; width: 22px; height: 1.5px; background: #fff;
  transition: transform .3s, opacity .3s, background .35s; transform-origin: center;
}
.navbar.scrolled .hamburger span,
.navbar.solid    .hamburger span { background: var(--ink); }
body.dark-mode .navbar.scrolled .hamburger span,
body.dark-mode .navbar.solid    .hamburger span { background: var(--ink); }
.hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile nav */
@media (max-width: 900px) {
  :root { --nav-h: 64px; }
  .logo-img { height: 36px; }
  .hamburger { display: flex; }
  .nav-actions .btn-cta { display: none; }
  .nav-links {
    display: none; position: fixed;
    top: var(--nav-h); left: 0; right: 0;
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(20px);
    flex-direction: column; padding: 1.25rem 1.5rem; gap: .1rem;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md); margin: 0;
  }
  .nav-links.open { display: flex; }
  .nav-link { padding: .8rem 1rem; font-size: .9rem; color: var(--ink-2) !important; }
  .nav-link::after { display: none; }
  .nav-link:hover { color: var(--orange) !important; background: var(--bg-2); border-radius: 4px; }
  .nav-link.active { color: var(--orange) !important; font-weight: 600; }
  body.dark-mode .nav-links { background: rgba(17,17,16,.98) !important; }
}

/* ─── PAGE HERO (halaman dalam) ───────────────────────── */
.page-hero {
  padding-top: var(--nav-h);
  min-height: 260px;
  display: flex; align-items: center;
  background: linear-gradient(130deg, #1a0800 0%, #3a1200 50%, #220c00 100%);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url(../images/img1.jpg) center/cover no-repeat;
  opacity: .18;
}
.page-hero .container { position: relative; z-index: 1; padding-top: 40px; padding-bottom: 40px; }
.page-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 700; color: #fff; line-height: 1.1;
}
.page-hero h1 em { font-style: normal; color: var(--orange); }
.page-hero p { color: rgba(255,255,255,.65); font-size: 1rem; margin-top: .75rem; max-width: 520px; }
.breadcrumb-nav { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.25rem; }
.breadcrumb-nav a { font-size: .75rem; color: rgba(255,255,255,.45); transition: color .2s; }
.breadcrumb-nav a:hover { color: var(--orange); }
.breadcrumb-nav span { font-size: .75rem; color: rgba(255,255,255,.25); }
.breadcrumb-nav .current { font-size: .75rem; color: var(--orange); }

/* ─── HOME HERO (wave) ────────────────────────────────── */
.home-hero {
  min-height: 100vh; width: 100%;
  background: url(../images/img1.jpg) center/cover no-repeat;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; text-align: center;
  padding: 0 2rem; position: relative; overflow: hidden;
}
.home-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(10,4,0,.72) 0%, rgba(0,0,0,.42) 100%);
}
.home-hero-content { position: relative; z-index: 2; }
.home-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(3.8rem, 7vw, 6rem); font-weight: 800;
  color: #fff; line-height: 1.08; letter-spacing: -.02em;
}
.home-hero h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 300;
  color: rgba(255,255,255,.85); margin-top: .8rem; font-style: italic;
}
.home-hero p { color: rgba(255,255,255,.7); font-size: 1rem; max-width: 500px; margin: 1.25rem auto 2.5rem; line-height: 1.8; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.wave { position: absolute; bottom: -.5rem; left: 0; height: 11rem; width: 100%;
  background: url(../images/wave.png); background-size: 100rem 11rem;
  animation: waves 8s linear infinite; background-repeat: repeat-x; z-index: 1; }
.wave2 { animation-direction: reverse; animation-duration: 6s; opacity: .3; }
.wave3 { animation-duration: 4s; opacity: .5; }
@keyframes waves { 0% { background-position-x:0; } 100% { background-position-x:100rem; } }

/* ─── ITEM CARDS (service/portofolio) ─────────────────── */
.items-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem; }
.item-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.item-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--border-o); background: var(--orange-dim2); }
.item-card:hover .item-card-icon { background: var(--white); }
.item-card-icon {
  width: 56px; height: 56px; border-radius: 12px;
  background: var(--orange-dim); border: 1px solid var(--border-o);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange); font-size: 2.2rem; margin-bottom: 1.25rem;
}
.item-card-body { padding: 2.2rem; }
.item-card h3 {
  font-family: 'Montserrat', sans-serif; font-size: 1.5rem;
  font-weight: 600; color: var(--ink); margin-bottom: .75rem;
}
.item-card p { font-size: .87rem; color: var(--ink-2); line-height: 1.8; }
.item-card-link {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 700; letter-spacing: .08em;
  color: var(--orange); text-transform: uppercase; margin-top: 1.25rem;
  transition: gap .2s;
}
.item-card-link:hover { gap: .9rem; }

/* ─── TENTANG SECTION ─────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img-wrap { position: relative; overflow: hidden; border-radius: 4px; }
.about-img-wrap img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .8s var(--ease); }
.about-img-wrap:hover img { transform: scale(1.04); }
.about-badge {
  position: absolute; top: 2rem; left: -1.5rem;
  background: var(--orange); padding: 1.25rem 1.5rem;
  border-radius: 4px; text-align: center;
  box-shadow: 0 20px 50px var(--orange-glow);
}
.badge-num { font-family: 'Montserrat', sans-serif; font-size: 2.5rem; font-weight: 800; color: #fff; line-height: 1; }
.badge-label { font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.75); margin-top: .25rem; }
.about-lead {
  font-family: 'Montserrat', sans-serif; font-size: 1.3rem; font-weight: 400;
  color: var(--ink); line-height: 1.65; margin: 1.5rem 0 1rem;
  border-left: 3px solid var(--orange); padding-left: 1.25rem;
}
.about-body { font-size: .9rem; color: var(--ink-2); line-height: 1.85; margin-bottom: 2rem; }
.val-list { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 2.5rem; }
.val-item { display: flex; align-items: flex-start; gap: 1rem; }
.val-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  background: var(--orange-dim); border: 1px solid var(--border-o);
  border-radius: 4px; display: flex; align-items: center; justify-content: center;
  color: var(--orange);
}
.val-item strong { font-size: .88rem; font-weight: 600; color: var(--ink); display: block; margin-bottom: .2rem; }
.val-item span   { font-size: .8rem; color: var(--ink-2); }

/* ─── PROSES (dark bg) ────────────────────────────────── */
.proses-section {
  position: relative; overflow: hidden; background: #1a0800;
}
.proses-bg {
  position: absolute; inset: 0;
  background: url(../images/img3.jpg) center/cover no-repeat;
  opacity: .18;
}
.proses-inner { position: relative; z-index: 1; }
.proses-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255,255,255,.1); margin-top: 56px;
}
.proses-step {
  padding: 2.5rem 2rem;
  border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: relative; transition: background .3s; overflow: hidden;
}
.proses-step::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--orange); transform: scaleY(0); transform-origin: top;
  transition: transform .4s var(--ease);
}
.proses-step:hover { background: rgba(255,107,26,.06); }
.proses-step:hover::before { transform: scaleY(1); }
.proses-step:nth-child(3), .proses-step:nth-child(6) { border-right: none; }
.proses-step:nth-child(4), .proses-step:nth-child(5), .proses-step:nth-child(6) { border-bottom: none; }
.step-num {
  font-size: .65rem; letter-spacing: .22em; color: var(--orange);
  margin-bottom: 1.25rem; font-weight: 600; text-transform: uppercase;
}
.step-content h3 { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 600; color: #fff; margin-bottom: .7rem; }
.step-content p { font-size: .85rem; color: rgba(255,255,255,.5); line-height: 1.78; }

/* ─── TESTIMONI ───────────────────────────────────────── */
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.testi-card { background: var(--white); padding: 3rem; position: relative; transition: background .3s; }
.testi-card:nth-child(even) { background: var(--bg); }
.testi-card:hover { background: var(--bg-2); }
.testi-quote { font-family: 'Montserrat', sans-serif; font-size: 5rem; color: var(--orange); opacity: .2; line-height: .6; margin-bottom: 1.5rem; }
.testi-text { font-size: .95rem; color: var(--ink); line-height: 1.8; margin-bottom: 2rem; }
.testi-author { display: flex; align-items: center; gap: 1rem; }
.testi-avatar {
  width: 44px; height: 44px; background: var(--orange-dim); border: 1.5px solid var(--border-o);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: .7rem; font-weight: 700; color: var(--orange); flex-shrink: 0;
}
.testi-author strong { font-size: .87rem; font-weight: 600; color: var(--ink); display: block; }
.testi-author span { font-size: .75rem; color: var(--ink-2); }
.testi-stars { color: var(--orange); font-size: .75rem; margin-left: auto; }

/* ─── OWL CAROUSEL TESTIMONI ──────────────────────────── */
.owl-testi .testimonial-item {
  background: var(--white); border-radius: 8px; overflow: hidden;
  border: 1px solid var(--border); margin: 1rem;
}
.owl-testi .testimonial-img img { width: 100%; height: 180px; object-fit: cover; }
.owl-testi .testimonial-text { padding: 2rem; text-align: center; }
.owl-testi .testimonial-text h3 { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--ink); }
.owl-testi .testimonial-text h4 { font-size: 1.2rem; color: var(--orange); font-weight: 400; margin-bottom: .8rem; }
.owl-testi .testimonial-text p { font-size: 1.4rem; color: var(--ink-2); line-height: 1.7; }
.owl-testi .owl-dot.active { background-color: var(--orange) !important; }

/* ─── CLIENTS CAROUSEL ────────────────────────────────── */
.clients-section { background: var(--bg-2); padding: 48px 0; }
.clients-section .section-header { margin-bottom: 32px; }
.clients-section img { max-width: 100%; opacity: .6; filter: grayscale(40%); transition: .3s; padding: 15px; }
.clients-section img:hover { opacity: 1; filter: none; }


/* ─── PORTOFOLIO GRID ─────────────────────────────────── */
.porto-masonry {
  display: grid; grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 260px); gap: 8px;
}
.porto-item { position: relative; overflow: hidden; cursor: pointer; border-radius: 4px; }
.porto-item--tall { grid-row: span 2; }
.porto-item--wide { grid-column: span 2; }
.porto-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.porto-item:hover img { transform: scale(1.07); }
.porto-info {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.2) 50%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 1.75rem;
  opacity: 0; transition: opacity .35s;
}
.porto-item:hover .porto-info { opacity: 1; }
.porto-item::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--orange); transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease); z-index: 2;
}
.porto-item:hover::after { transform: scaleX(1); }
.porto-cat { font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--orange); margin-bottom: .4rem; }
.porto-info h4 { font-family: 'Montserrat', sans-serif; font-size: 1.15rem; font-weight: 500; color: #fff; line-height: 1.3; margin-bottom: .3rem; }
.porto-year { font-size: .62rem; color: rgba(255,255,255,.45); }

/* ─── FAQ ─────────────────────────────────────────────── */
.faq-section { background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }
.faq-left p { font-size: .88rem; color: var(--ink-2); line-height: 1.8; margin-top: 1rem; }
.faq-right { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.5rem 0; background: none; border: none; cursor: pointer; text-align: left;
}
.faq-q span:first-child { font-size: .93rem; font-weight: 500; color: var(--ink); line-height: 1.5; }
.faq-icon { font-size: 1.4rem; color: var(--orange); transition: transform .3s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { font-size: .87rem; color: var(--ink-2); line-height: 1.82; padding-bottom: 1.5rem; }

/* ─── CONTACT ─────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.kontak-item {
  display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem;
  border: 1px solid var(--border); border-radius: 4px; margin-bottom: 1rem;
  transition: border-color .25s, background .25s;
}
.kontak-item:hover { border-color: var(--border-o); background: var(--orange-dim); }
.kontak-icon {
  width: 36px; height: 36px; background: var(--orange-dim); border: 1px solid var(--border-o);
  border-radius: 4px; display: flex; align-items: center; justify-content: center;
  color: var(--orange); flex-shrink: 0;
}
.kontak-item-text strong { font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: .25rem; }
.kontak-item-text a, .kontak-item-text span { font-size: .88rem; color: var(--ink); transition: color .2s; }
.kontak-item-text a:hover { color: var(--orange); }
.sosmed-row { display: flex; gap: .75rem; margin-top: .5rem; }
.sosmed-btn {
  width: 38px; height: 38px; background: var(--bg-2); border: 1px solid var(--border);
  border-radius: 4px; display: flex; align-items: center; justify-content: center;
  color: var(--ink-2); transition: all .2s; font-size: 1.5rem;
}
.sosmed-btn:hover { border-color: var(--orange); color: var(--orange); background: var(--orange-dim); }
/* Form */
.kontak-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: .5rem; }
.form-group label { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.form-group input, .form-group select, .form-group textarea {
  background: var(--bg); border: 1.5px solid var(--border); border-radius: 4px;
  padding: .9rem 1rem; font-family: 'Inter', sans-serif; font-size: .87rem;
  color: var(--ink); transition: border-color .2s, background .2s; outline: none; width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--orange); background: var(--orange-dim); }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--muted); }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit {
  display: flex; align-items: center; justify-content: center; gap: .75rem;
  width: 100%; padding: 1rem 2rem; background: var(--orange); color: #fff;
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: .88rem;
  letter-spacing: .04em; border: none; border-radius: 4px; cursor: pointer;
  transition: background .25s, transform .2s, box-shadow .2s;
}
.btn-submit:hover { background: var(--orange-d); transform: translateY(-2px); box-shadow: 0 12px 32px var(--orange-glow); }
/* Map */
.map-wrap { border-radius: 4px; overflow: hidden; border: 1px solid var(--border); }
.map-wrap iframe { width: 100%; height: 380px; display: block; border: none; }


/* ─── CTA BAND ────────────────────────────────────────── */
.cta-band {
  background: url('../images/cta.jpg') center center / cover no-repeat fixed;
  padding: 64px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: transparent;
}
.cta-band h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; color: #fff; position: relative; z-index: 1; }
.cta-band p { font-size: .92rem; color: rgba(255,255,255,.8); max-width: 460px; margin: 1rem auto; line-height: 1.85; position: relative; z-index: 1; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; position: relative; z-index: 1; }

/* ─── FOOTER ──────────────────────────────────────────── */
.footer-shared {
  background: #111110; padding: 0 0 30px;
}
.footer-top { background: var(--orange-d); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 3rem; margin-bottom: 0; }
.footer-brand p { font-size: .82rem; color: rgba(255,255,255,.65); line-height: 1.85; margin: 1.25rem 0 1.5rem; }
.footer-logo { height: 44px; width: auto; filter: brightness(0) invert(1); opacity: .9; display: block; margin-bottom: 1.25rem; }
.footer-sosmed { display: flex; gap: .6rem; }
.footer-sosmed-btn {
  width: 32px; height: 32px; border: none;
  border-radius: 4px; display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; transition: all .2s; color: #fff;
}
.footer-sosmed-btn[aria-label="Facebook"]  { background: #1877F2; }
.footer-sosmed-btn[aria-label="Instagram"] { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.footer-sosmed-btn[aria-label="WhatsApp"]  { background: #25D366; }
.footer-sosmed-btn[aria-label="TikTok"]   { background: #010101; }
.footer-sosmed-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.3); opacity: .9; }
.footer-col, .footer-brand { margin-bottom: 30px; }
.footer-col h4 {
  font-size: .85rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: #fff; position: relative; padding-bottom: .9rem; margin-bottom: 1.25rem;
}
.footer-col h4::before {
  content: ''; position: absolute; left: 0; bottom: 0; height: 0; width: 40px;
  border-bottom: 2px solid #fff;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0; list-style: none; padding: 0; margin: 0; }
.footer-col ul li { border-bottom: 1px solid rgba(255,255,255,.18); padding: .55rem 0; }
.footer-col ul li:first-child { padding-top: 0; }
.footer-col a { font-size: .82rem; color: rgba(255,255,255,.75); transition: color .2s; }
.footer-col a:hover { color: var(--ink); }
.footer-kontak-list { border: none !important; }
.footer-kontak-list li { border-bottom: 1px solid rgba(255,255,255,.18); padding: .55rem 0; font-size: .82rem; color: rgba(255,255,255,.75); line-height: 1.8; }
.footer-kontak-list li:first-child { padding-top: 0; }
.footer-kontak-list a { color: rgba(255,255,255,.75); }
.footer-kontak-list a:hover { color: var(--ink); }
.footer-newsletter p { font-size: .82rem; color: rgba(255,255,255,.65); line-height: 1.85; margin-bottom: 1.25rem; }
.footer-newsletter form { display: flex; }
.footer-newsletter input[type="email"] {
  flex: 1; min-width: 0; padding: 10px 12px; border: 1px solid #fff; background: transparent;
  color: #fff; font-size: .8rem; border-radius: 4px 0 0 4px;
}
.footer-newsletter input[type="email"]::placeholder { color: rgba(255,255,255,.55); }
.footer-newsletter input[type="submit"] {
  flex-shrink: 0; border: 1px solid #fff; padding: 10px 18px; color: var(--orange-d);
  background: #fff; transition: .25s; cursor: pointer; font-size: .78rem; font-weight: 600;
  letter-spacing: .05em; border-radius: 0 4px 4px 0;
}
.footer-newsletter input[type="submit"]:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.footer-bottom {
  padding-top: 2rem; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
}
.footer-bottom p { font-size: .76rem; color: rgba(255,255,255,.4); }
.footer-tagline { color: var(--orange) !important; font-family: 'Montserrat', sans-serif !important; }

body.dark-mode .footer-top { background: #1A1917; }
body.dark-mode .footer-sosmed-btn:hover { opacity: .85; }
body.dark-mode .footer-col a:hover,
body.dark-mode .footer-kontak-list a:hover { color: var(--orange); }
body.dark-mode .footer-newsletter input[type="email"] { border-color: var(--border); }
body.dark-mode .footer-newsletter input[type="submit"] { background: var(--orange); border-color: var(--orange); color: #fff; }
body.dark-mode .footer-newsletter input[type="submit"]:hover { background: var(--orange-d); border-color: var(--orange-d); }

/* ─── FLOATING WA ─────────────────────────────────────── */
.wa-float {
  position: fixed; bottom: 32px; right: 32px; z-index: 999;
  width: 52px; height: 52px; background: #25D366; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(37,211,102,.35); transition: transform .3s, box-shadow .3s; color: #fff;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 12px 40px rgba(37,211,102,.5); }
.wa-float span { font-size: .48rem; font-weight: 700; letter-spacing: .05em; margin-top: 2px; }
.wa-ring { position: absolute; inset: -4px; border-radius: 50%; border: 2px solid rgba(37,211,102,.4); animation: ring 2.5s ease-in-out infinite; }
@keyframes ring { 0%,100% { transform:scale(1); opacity:.6; } 50% { transform:scale(1.15); opacity:0; } }

/* ─── REVEAL ANIMATIONS ───────────────────────────────── */
.reveal-up, .reveal-left, .reveal-right {
  opacity: 0; transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--d, 0s);
}
.reveal-up    { transform: translateY(28px); }
.reveal-left  { transform: translateX(-36px); }
.reveal-right { transform: translateX(36px); }
.reveal-up.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }

/* ─── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1024px) {
  .items-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  section { padding: 56px 0; }
  .about-grid, .contact-grid, .faq-grid, .career-grid { grid-template-columns: 1fr; }
  .items-grid { grid-template-columns: 1fr; }
  .proses-grid { grid-template-columns: 1fr; }
  .proses-step { border-right: none !important; }
  .testi-grid { grid-template-columns: 1fr; }
  .porto-masonry { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .porto-item--tall, .porto-item--wide { grid-row: auto; grid-column: auto; }
  .porto-info { opacity: 1; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .porto-masonry { grid-template-columns: 1fr; }
  .home-hero h1 { font-size: 3.2rem; }
}
/* ═══════════════════════════════════════════
   VM ACCORDION — Visi & Misi
═══════════════════════════════════════════ */
.vm-section { padding: 0 0 4rem; }
.vm-accordion { margin-bottom: 0; }

.vm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
  cursor: pointer;
  user-select: none;
  transition: background .2s;
}
.vm-row:hover .vm-label { color: var(--orange); }
.vm-row:hover .vm-arrow { color: var(--orange); transform: rotate(-45deg); }

.vm-row-left {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.vm-accent-bar {
  width: 4px;
  height: 28px;
  background: var(--orange);
  border-radius: 2px;
  flex-shrink: 0;
}

.vm-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  transition: color .25s;
}

.vm-arrow {
  font-size: 1.1rem;
  color: var(--ink-2);
  transition: color .25s, transform .35s cubic-bezier(.4,0,.2,1);
}

.vm-divider {
  height: 1px;
  background: var(--border);
}

.vm-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height .45s cubic-bezier(.4,0,.2,1);
}
.vm-panel.open { max-height: 600px; }

.vm-panel-inner {
  padding: 0 0 1.6rem 1.5rem;
  border-left: 2px solid var(--orange-dim2);
  margin-left: .2rem;
}
.vm-panel-inner p {
  color: var(--ink-2);
  font-size: .95rem;
  line-height: 1.85;
}

.vm-misi-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: misi-counter;
}
.vm-misi-list li {
  counter-increment: misi-counter;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: .7rem 0;
  color: var(--ink-2);
  font-size: .93rem;
  line-height: 1.75;
  border-bottom: 1px solid var(--border);
}
.vm-misi-list li:last-child { border-bottom: none; }
.vm-misi-list li::before {
  content: counter(misi-counter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  background: var(--orange);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: .1rem;
}

body.dark-mode .vm-panel-inner { border-color: var(--border-o); }

@media (max-width: 640px) {
  .vm-label { font-size: 1.1rem; }
}
/* ══ Testimoni Card Style ══ */
.owl-testi .owl-stage-outer{padding:8px 0;}
.owl-testi .owl-item{display:flex;}
.g-review-card{
  background:#fff;
  border:1px solid #e9e9e9;
  border-radius:14px;
  padding:24px 22px;
  margin:6px;
  box-shadow:0 2px 10px rgba(0,0,0,.04);
  transition:transform .3s ease, box-shadow .3s ease;
  height:100%;
}
.g-review-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 28px rgba(0,0,0,.08);
}
.g-review-head{display:flex;align-items:center;gap:12px;margin-bottom:10px;}
.g-avatar{
  width:42px;height:42px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:700;font-size:.92rem;flex-shrink:0;
  font-family:'Montserrat',sans-serif;
}
.g-review-meta{flex:1;min-width:0;}
.g-review-meta h4{font-size:.95rem;font-weight:600;margin:0;color:#1f1f1f;display:flex;align-items:center;gap:5px;}
.g-local-guide{color:#1a73e8;font-size:.7rem;}
.g-review-text{
  font-size:.92rem;line-height:1.6;color:#3c3c3c;
}