/*
Theme Name: Gadai Motor Jogja
Theme URI: https://gadaimotorjogja.com/
Author: Gadai Unit Jogja
Author URI: https://gadaimotorjogja.com/
Description: Custom WordPress theme untuk Gadai Unit Jogja, fokus pada layanan gadai motor Jogja tanpa BPKB. Dibangun murni dengan PHP, HTML, CSS, dan JavaScript tanpa page builder.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: gadaimotorjogja
*/

/* ==========================================================================
   0. DESIGN TOKENS
   Palet warna diturunkan dari logo Gadai Unit Jogja (navy premium)
   ditambah aksen emas untuk kesan terpercaya & bernilai, serta
   motif "tiket gadai" (ticket-stub) sebagai elemen signature.
   ========================================================================== */
:root{
  /* Warna */
  --navy-950:#0A1D30;
  --navy-900:#0D2438;
  --navy-800:#12314F;
  --navy-700:#173D62;
  --navy-600:#1B4A73;
  --blue-500:#2D6DA3;
  --blue-300:#7EA9CE;
  --gold-600:#A6811E;
  --gold-500:#C7A237;
  --gold-300:#E4CD84;
  --cream-50:#F7F4EC;
  --cream-100:#F1ECDF;
  --ink-900:#142433;
  --ink-700:#3A4A58;
  --ink-500:#647486;
  --line:#E4DFD1;
  --white:#FFFFFF;
  --wa-green:#25D366;
  --wa-green-dark:#1DA851;

  /* Tipografi */
  --font-display:'Fraunces', 'Georgia', serif;
  --font-body:'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  --font-mono:'IBM Plex Mono', 'Courier New', monospace;

  /* Layout */
  --container:1200px;
  --radius-sm:8px;
  --radius-md:14px;
  --radius-lg:24px;
  --section-y:96px;
  --section-y-mobile:56px;
  --shadow-card:0 10px 30px -12px rgba(10,29,48,.18);
  --shadow-lift:0 20px 45px -16px rgba(10,29,48,.35);
}

@media (max-width:780px){
  :root{ --section-y:var(--section-y-mobile); }
}

/* ==========================================================================
   1. RESET & BASE
   ========================================================================== */
*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink-900);
  background:var(--white);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; height:auto; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4,p,figure{ margin:0; }
button{ font-family:inherit; cursor:pointer; }
input,textarea{ font-family:inherit; }

:focus-visible{
  outline:3px solid var(--gold-500);
  outline-offset:3px;
  border-radius:4px;
}

.container{
  width:100%;
  max-width:var(--container);
  margin-inline:auto;
  padding-inline:24px;
}
@media (max-width:600px){
  .container{ padding-inline:18px; }
}

section{ position:relative; }
.section-pad{ padding-block:var(--section-y); }

.skip-link{
  position:absolute; left:-999px; top:0; background:var(--navy-950); color:#fff;
  padding:12px 20px; z-index:9999; border-radius:0 0 8px 0;
}
.skip-link:focus{ left:0; }

/* Screen-reader only */
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* ==========================================================================
   2. TYPOGRAPHY
   ========================================================================== */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--font-mono);
  font-size:12.5px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--gold-600);
  font-weight:600;
  margin-bottom:14px;
}
.eyebrow::before{
  content:'';
  width:18px; height:1px; background:var(--gold-500);
  display:inline-block;
}

h1,h2,h3{ font-family:var(--font-display); color:var(--navy-950); font-weight:600; line-height:1.12; letter-spacing:-.01em; }

.h1{ font-size:clamp(34px,5.4vw,58px); font-weight:600; }
.h1 em{ font-style:normal; color:var(--gold-500); }

.h2{ font-size:clamp(28px,3.6vw,40px); }
.h3{ font-size:clamp(19px,2vw,22px); }

.lead{ font-size:clamp(16px,1.8vw,18.5px); color:var(--ink-700); line-height:1.65; }

.section-head{ max-width:640px; margin-bottom:48px; }
.section-head.center{ margin-inline:auto; text-align:center; }

/* ==========================================================================
   3. BUTTONS
   ========================================================================== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:16px 28px;
  border-radius:100px;
  font-weight:700;
  font-size:15.5px;
  border:1.5px solid transparent;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
  white-space:nowrap;
}
.btn svg{ width:19px; height:19px; flex-shrink:0; }
.btn-gold{
  background:linear-gradient(135deg,var(--gold-500),var(--gold-600));
  color:var(--navy-950);
  box-shadow:0 12px 24px -10px rgba(199,162,55,.55);
}
.btn-gold:hover{ transform:translateY(-2px); box-shadow:0 16px 30px -10px rgba(199,162,55,.65); }

.btn-wa{
  background:var(--wa-green); color:#fff;
  box-shadow:0 12px 24px -10px rgba(37,211,102,.5);
}
.btn-wa:hover{ background:var(--wa-green-dark); transform:translateY(-2px); }

.btn-outline-light{
  border-color:rgba(255,255,255,.35); color:#fff; background:rgba(255,255,255,.06);
  backdrop-filter:blur(6px);
}
.btn-outline-light:hover{ background:rgba(255,255,255,.15); border-color:rgba(255,255,255,.6); }

.btn-outline-navy{
  border-color:var(--navy-700); color:var(--navy-800); background:transparent;
}
.btn-outline-navy:hover{ background:var(--navy-950); color:#fff; border-color:var(--navy-950); }

.btn-block{ width:100%; }
.btn-sm{ padding:11px 18px; font-size:14px; }

/* ==========================================================================
   4. HEADER
   ========================================================================== */
.site-header{
  position:sticky; top:0; z-index:500;
  background:rgba(10,29,48,.72);
  backdrop-filter:blur(14px) saturate(140%);
  -webkit-backdrop-filter:blur(14px) saturate(140%);
  border-bottom:1px solid rgba(255,255,255,.08);
  transition:background-color .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header.is-scrolled{
  background:rgba(10,29,48,.92);
  box-shadow:0 8px 24px -12px rgba(0,0,0,.4);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding-block:14px;
  gap:20px;
}
.brand{ display:flex; align-items:center; gap:11px; flex-shrink:0; }
.brand img{ width:42px; height:42px; border-radius:50%; }
.brand-text{ display:flex; flex-direction:column; line-height:1.15; }
.brand-text strong{ font-family:var(--font-display); font-size:16.5px; color:#fff; font-weight:600; }
.brand-text span{ font-family:var(--font-mono); font-size:10.5px; letter-spacing:.08em; color:var(--gold-300); text-transform:uppercase; }

.main-nav{ display:flex; align-items:center; gap:6px; }
.main-nav a{
  color:rgba(255,255,255,.82);
  font-size:14.5px; font-weight:600;
  padding:10px 14px; border-radius:100px;
  transition:background-color .18s ease, color .18s ease;
}
.main-nav a:hover{ background:rgba(255,255,255,.1); color:#fff; }

/* Dropdown "Layanan" */
.main-nav li.menu-item-has-children{ position:relative; }
.submenu-toggle{
  display:inline-flex; align-items:center; gap:6px;
  background:none; border:0; color:rgba(255,255,255,.82);
  font-size:14.5px; font-weight:600; font-family:inherit;
  padding:10px 14px; border-radius:100px; cursor:pointer;
  transition:background-color .18s ease, color .18s ease;
}
.submenu-toggle:hover{ background:rgba(255,255,255,.1); color:#fff; }
.submenu-toggle .caret{ width:12px; height:12px; display:inline-flex; transition:transform .2s ease; }
.submenu-toggle .caret svg{ width:100%; height:100%; }

.sub-menu{ list-style:none; margin:0; padding:0; }
.sub-menu a{
  display:block; padding:9px 14px 9px 30px;
  font-size:14px; color:rgba(255,255,255,.7); font-weight:500; border-radius:8px;
}
.sub-menu a:hover{ color:#fff; background:rgba(255,255,255,.08); }

.js .sub-menu{
  position:absolute; top:calc(100% + 8px); left:0; min-width:220px;
  background:var(--navy-900); border:1px solid rgba(255,255,255,.1);
  border-radius:14px; padding:8px; box-shadow:var(--shadow-lift);
  opacity:0; visibility:hidden; transform:translateY(-6px);
  transition:opacity .2s ease, transform .2s ease, visibility .2s;
  z-index:50;
}
.js .sub-menu a{ padding:10px 12px; }
.js li.menu-item-has-children.is-open .sub-menu{ opacity:1; visibility:visible; transform:translateY(0); }
.js li.menu-item-has-children.is-open .submenu-toggle .caret{ transform:rotate(45deg); }

.nav-wa-link{ display:inline-flex; align-items:center; gap:6px; }
.nav-wa-link svg{ width:15px; height:15px; }

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

.nav-toggle{
  display:none;
  width:42px; height:42px; border-radius:10px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15);
  align-items:center; justify-content:center;
  color:#fff;
}
.nav-toggle svg{ width:20px; height:20px; }

@media (max-width:920px){
  /* Fallback tanpa JavaScript: menu tetap tampil mengalir di header
     (tidak sebagai drawer) supaya navigasi tetap bisa dipakai. */
  .main-nav{ flex-wrap:wrap; row-gap:4px; }

  .js .main-nav{
    position:fixed; inset:0 0 0 auto; width:min(320px,86vw); height:100vh;
    background:var(--navy-950);
    flex-direction:column; align-items:stretch; justify-content:flex-start;
    padding:96px 22px 32px;
    transform:translateX(100%);
    transition:transform .32s cubic-bezier(.4,0,.2,1);
    box-shadow:-20px 0 40px rgba(0,0,0,.35);
    flex-wrap:nowrap; row-gap:0;
  }
  .js .main-nav.is-open{ transform:translateX(0); }
  .js .main-nav a{ padding:14px 16px; font-size:16px; border-bottom:1px solid rgba(255,255,255,.06); border-radius:8px; }
  .js .nav-toggle{ display:inline-flex; }
  .header-actions .btn-wa span.long{ display:none; }

  /* Dropdown "Layanan" jadi accordion inline di dalam drawer mobile. */
  .js .sub-menu{
    position:static; opacity:1; visibility:visible; transform:none;
    max-height:0; overflow:hidden; border:0; padding:0; box-shadow:none;
    background:rgba(255,255,255,.03); border-radius:8px; margin-top:2px;
    transition:max-height .3s ease;
  }
  .js li.menu-item-has-children.is-open .sub-menu{ max-height:600px; padding:4px; }
  .js .submenu-toggle{ width:100%; justify-content:space-between; padding:14px 16px; font-size:16px; border-bottom:1px solid rgba(255,255,255,.06); border-radius:8px; }
}
@media (min-width:921px){
  .nav-toggle{ display:none; }
}

.nav-overlay{
  position:fixed; inset:0; background:rgba(6,15,26,.55); z-index:490;
  opacity:0; pointer-events:none; transition:opacity .3s ease;
}
.nav-overlay.is-visible{ opacity:1; pointer-events:auto; }

/* ==========================================================================
   5. HERO + TICKET STUB (SIGNATURE ELEMENT)
   ========================================================================== */
.hero{
  position:relative;
  color:#fff;
  padding-top:clamp(64px,10vw,120px);
  padding-bottom:clamp(80px,11vw,140px);
  background-color:var(--navy-950);
  overflow:hidden;
}
@media (max-width:600px){
  .hero{ padding-top:88px; padding-bottom:44px; }
}
.hero-bg{
  position:absolute; inset:0;
  background-image:var(--hero-bg-desktop);
  background-size:cover; background-position:center;
  z-index:0;
}
@media (max-width:780px){
  .hero-bg{ background-image:var(--hero-bg-mobile); }
}
.hero-bg::after{
  content:'';
  position:absolute; inset:0;
  background:
    linear-gradient(100deg, rgba(8,20,34,.96) 8%, rgba(10,26,44,.88) 38%, rgba(11,29,48,.55) 62%, rgba(11,29,48,.42) 100%),
    linear-gradient(0deg, rgba(6,14,24,.75), transparent 45%);
}
.hero-inner{
  position:relative; z-index:2;
  display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center;
}
@media (max-width:980px){
  .hero-inner{ grid-template-columns:1fr; }
}

.hero-copy .eyebrow{ color:var(--gold-300); }
.hero-copy .eyebrow::before{ background:var(--gold-300); }
.hero h1{ color:#fff; margin-bottom:18px; }
.hero-copy .lead{ color:rgba(255,255,255,.82); max-width:520px; margin-bottom:30px; }

.hero-actions{ display:flex; flex-wrap:wrap; gap:14px; margin-bottom:22px; }
.hero-microcopy{
  display:flex; flex-wrap:wrap; gap:10px 18px;
  font-family:var(--font-mono); font-size:12.5px; color:rgba(255,255,255,.6);
  letter-spacing:.02em;
}
.hero-microcopy span{ display:inline-flex; align-items:center; gap:6px; }
.hero-microcopy svg{ width:13px; height:13px; color:var(--gold-300); }

.hero-trust{
  margin-top:34px; padding-top:26px; border-top:1px solid rgba(255,255,255,.14);
  display:grid; grid-template-columns:repeat(3,auto); gap:14px 26px;
}
@media (max-width:560px){ .hero-trust{ grid-template-columns:repeat(2,auto); } }
.hero-trust li{
  display:flex; align-items:center; gap:9px;
  font-size:13.5px; font-weight:600; color:rgba(255,255,255,.88);
}
.hero-trust svg{ width:17px; height:17px; color:var(--gold-500); flex-shrink:0; }

/* Ticket stub card */
.ticket{
  position:relative;
  background:var(--cream-50);
  border-radius:var(--radius-lg);
  padding:34px 30px 30px;
  box-shadow:var(--shadow-lift);
  color:var(--navy-950);
  max-width:420px;
  margin-inline:auto;
  transform:rotate(1.2deg);
}
.ticket::before,.ticket::after{
  content:'';
  position:absolute; width:26px; height:26px; background:var(--navy-950);
  border-radius:50%; top:50%; transform:translateY(-50%);
}
.ticket::before{ left:-13px; }
.ticket::after{ right:-13px; }
.ticket-notch{
  border-top:2px dashed var(--line);
  margin:20px 0;
  position:relative;
}
.ticket-top{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
.ticket-top img{ width:34px; height:34px; border-radius:50%; }
.ticket-kicker{ font-family:var(--font-mono); font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-500); }
.ticket-stamp{
  font-family:var(--font-mono); font-size:11px; font-weight:700; letter-spacing:.06em;
  color:var(--gold-600); border:1.5px solid var(--gold-500); border-radius:100px;
  padding:5px 12px; transform:rotate(-6deg);
}
.ticket h3{ font-size:21px; margin-top:16px; margin-bottom:4px; }
.ticket p.desc{ font-size:13.5px; color:var(--ink-700); margin-bottom:6px; }

.ticket-grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px 10px; margin:6px 0 18px; }
.ticket-item{ }
.ticket-item .lbl{ display:block; font-family:var(--font-mono); font-size:10.5px; color:var(--ink-500); text-transform:uppercase; letter-spacing:.06em; margin-bottom:3px; }
.ticket-item .val{ font-weight:700; font-size:14.5px; color:var(--navy-900); }

.ticket .btn{ width:100%; }
.ticket-foot{
  margin-top:14px; text-align:center; font-family:var(--font-mono); font-size:11px; color:var(--ink-500);
}

/* Perforated divider used between sections */
.perf-divider{
  height:1px;
  background-image:repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);
}

/* ==========================================================================
   6. TRUST BAR
   ========================================================================== */
.trust-bar{
  background:var(--cream-50);
  border-bottom:1px solid var(--line);
  padding-block:34px;
}
.trust-list{
  display:grid; grid-template-columns:repeat(3,1fr); gap:18px 20px;
}
@media (max-width:900px){ .trust-list{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:520px){ .trust-list{ grid-template-columns:1fr; } }
.trust-list li{
  display:flex; align-items:center; gap:12px;
  font-weight:700; font-size:14.5px; color:var(--navy-900);
}
.trust-list .ico{
  width:38px; height:38px; border-radius:10px; flex-shrink:0;
  background:linear-gradient(135deg,var(--navy-800),var(--navy-600));
  display:flex; align-items:center; justify-content:center;
}
.trust-list .ico svg{ width:19px; height:19px; color:var(--gold-300); }

/* ==========================================================================
   7. LAYANAN
   ========================================================================== */
.services-primary{
  display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-bottom:22px;
}
.services-primary.cols-4{ grid-template-columns:repeat(4,1fr); }
@media (max-width:980px){ .services-primary.cols-4{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:900px){ .services-primary{ grid-template-columns:1fr; } }
@media (max-width:560px){ .services-primary.cols-4{ grid-template-columns:1fr; } }

.service-card{
  position:relative;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-md);
  padding:30px 26px;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-card); border-color:transparent; }

.service-card.is-featured{
  background:linear-gradient(160deg,var(--navy-900),var(--navy-700));
  border-color:transparent; color:#fff;
}
.service-card.is-featured h3{ color:#fff; }
.service-card.is-featured p{ color:rgba(255,255,255,.75); }
.service-card.is-featured .service-icon{ background:rgba(255,255,255,.12); }
.service-card.is-featured .service-icon svg{ color:var(--gold-300); }
.service-card .badge{
  position:absolute; top:18px; right:18px;
  font-family:var(--font-mono); font-size:10px; letter-spacing:.08em; text-transform:uppercase;
  background:var(--gold-500); color:var(--navy-950); font-weight:700;
  padding:4px 10px; border-radius:100px;
}

.service-icon{
  width:52px; height:52px; border-radius:14px;
  background:var(--cream-50);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:18px;
}
.service-icon svg{ width:25px; height:25px; color:var(--gold-600); }

.service-card h3{ font-size:19.5px; margin-bottom:8px; }
.service-card h3 a{ color:inherit; text-decoration:none; }
.service-card h3 a::after{ content:''; position:absolute; inset:0; } /* seluruh kartu ikut bisa diklik lewat judul */
.service-card p{ font-size:14.5px; color:var(--ink-700); margin-bottom:20px; line-height:1.55; }
.service-card .cta-link{
  display:inline-flex; align-items:center; gap:7px;
  font-weight:700; font-size:14px; color:var(--gold-600);
  position:relative; z-index:1;
}
.service-card.is-featured .cta-link{ color:var(--gold-300); }
.service-card .cta-link svg{ width:15px; height:15px; transition:transform .18s ease; }
.service-card .cta-link:hover svg{ transform:translateX(3px); }

.service-card-actions{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.cta-wa-icon{
  position:relative; z-index:1;
  width:38px; height:38px; border-radius:50%; flex-shrink:0;
  background:var(--wa-green); color:#fff;
  display:flex; align-items:center; justify-content:center;
  transition:transform .18s ease, background-color .18s ease;
}
.cta-wa-icon svg{ width:18px; height:18px; }
.cta-wa-icon:hover{ background:var(--wa-green-dark); transform:scale(1.07); }

.services-secondary-head{
  display:flex; align-items:center; gap:14px; margin:6px 0 18px;
}
.services-secondary-head span{
  font-family:var(--font-mono); font-size:12px; color:var(--ink-500); letter-spacing:.04em; white-space:nowrap;
}
.services-secondary-head .line{ height:1px; background:var(--line); flex:1; }

.services-secondary{
  display:grid; grid-template-columns:repeat(3,1fr); gap:18px;
}
@media (max-width:900px){ .services-secondary{ grid-template-columns:1fr; } }
a.service-card.is-compact{
  padding:22px 22px; display:flex; align-items:flex-start; gap:16px;
  text-decoration:none; color:inherit;
}
.service-card.is-compact .service-icon{ width:44px; height:44px; margin-bottom:0; flex-shrink:0; }
.service-card.is-compact .service-icon svg{ width:21px; height:21px; }
.service-card.is-compact .body h3{ font-size:16.5px; margin-bottom:5px; }
.service-card.is-compact .body p{ font-size:13.5px; margin-bottom:10px; }
.service-card.is-compact .cta-link{ font-size:13px; }

/* ==========================================================================
   8. CARA PROSES
   ========================================================================== */
.process-wrap{
  position:relative;
}
.process-steps{
  display:grid; grid-template-columns:repeat(4,1fr); gap:0;
  position:relative;
}
@media (max-width:900px){
  .process-steps{ grid-template-columns:1fr; gap:0; }
}
.process-step{
  position:relative;
  padding:0 22px 34px 0;
}
.process-step:last-child{ padding-bottom:0; }
@media (min-width:901px){
  .process-step{ padding:0 26px 0 0; }
}
@media (min-width:901px){
  .process-steps::before{
    content:'';
    position:absolute; top:27px; left:0; right:0; height:0;
    border-top:2px dashed var(--line);
    z-index:0;
  }
}
@media (max-width:900px){
  .process-steps::before{
    content:'';
    position:absolute; top:0; bottom:0; left:27px; width:0;
    border-left:2px dashed var(--line);
    z-index:0;
  }
  .process-step{ padding-left:66px; min-height:70px; }
}

.step-num{
  position:relative; z-index:1;
  width:54px; height:54px; border-radius:50%;
  background:var(--navy-950);
  color:var(--gold-300);
  font-family:var(--font-mono); font-weight:700; font-size:18px;
  display:flex; align-items:center; justify-content:center;
  margin-bottom:18px;
  box-shadow:0 0 0 6px var(--white);
}
@media (max-width:900px){
  .step-num{ position:absolute; left:0; top:0; margin-bottom:0; }
}
.process-step h3{ font-size:17.5px; margin-bottom:8px; }
.process-step p{ font-size:14px; color:var(--ink-700); line-height:1.55; }

/* ==========================================================================
   9. AREA LAYANAN
   ========================================================================== */
.area-section{
  background:var(--navy-950);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.area-section::before{
  content:'';
  position:absolute; inset:0;
  background-image:radial-gradient(circle at 18% 20%, rgba(199,162,55,.12), transparent 40%),
                    radial-gradient(circle at 85% 80%, rgba(45,109,163,.25), transparent 45%);
}
.area-section .eyebrow{ color:var(--gold-300); }
.area-section .eyebrow::before{ background:var(--gold-300); }
.area-section h2{ color:#fff; }
.area-section .lead{ color:rgba(255,255,255,.72); }

.area-grid{
  position:relative; z-index:1;
  display:grid; grid-template-columns:1.1fr 1fr; gap:40px; align-items:center; margin-top:40px;
}
@media (max-width:860px){ .area-grid{ grid-template-columns:1fr; } }

.area-pills{ display:flex; flex-wrap:wrap; gap:12px; }
.area-pills li{
  display:flex; align-items:center; gap:8px;
  padding:12px 18px; border-radius:100px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14);
  font-weight:600; font-size:14.5px;
}
.area-pills svg{ width:16px; height:16px; color:var(--gold-300); }

.area-photo{
  position:relative; border-radius:var(--radius-lg); overflow:hidden;
  box-shadow:var(--shadow-lift);
  aspect-ratio:4/3.1;
}
.area-photo picture{ display:block; width:100%; height:100%; }
.area-photo img{ width:100%; height:100%; object-fit:cover; }
.area-photo-caption{
  position:absolute; left:0; right:0; bottom:0;
  padding:18px 20px;
  background:linear-gradient(0deg, rgba(6,14,24,.88), transparent);
  display:flex; align-items:center; gap:10px;
}
.area-photo-caption svg{ width:18px; height:18px; color:var(--gold-300); flex-shrink:0; }
.area-photo-caption span{ font-size:13px; font-weight:600; color:#fff; }

/* ==========================================================================
   10. FAQ
   ========================================================================== */
.faq-list{ max-width:760px; margin-inline:auto; }
.faq-item{
  border-bottom:1px solid var(--line);
}
.faq-item:first-child{ border-top:1px solid var(--line); }
.faq-q{
  width:100%; text-align:left; background:none; border:0;
  display:flex; align-items:center; gap:16px; justify-content:space-between;
  padding:22px 4px;
  font-family:var(--font-display); font-size:17.5px; font-weight:600; color:var(--navy-950);
}
.faq-q .num{
  font-family:var(--font-mono); font-size:12px; color:var(--gold-600); flex-shrink:0; width:26px;
}
.faq-q .qtext{ flex:1; }
.faq-q .plus{
  width:30px; height:30px; border-radius:50%; border:1.5px solid var(--line);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
  transition:transform .25s ease, background-color .2s ease, border-color .2s ease;
}
.faq-q .plus svg{ width:14px; height:14px; color:var(--navy-800); }
.faq-item.is-open .faq-q .plus{ transform:rotate(45deg); background:var(--navy-950); border-color:var(--navy-950); }
.faq-item.is-open .faq-q .plus svg{ color:var(--gold-300); }

.js .faq-a{
  max-height:0; overflow:hidden;
  transition:max-height .32s ease;
}
.faq-a-inner{ padding:0 4px 22px 42px; }
.faq-a p{ font-size:14.5px; color:var(--ink-700); line-height:1.65; }

/* ==========================================================================
   11. CTA AKHIR
   ========================================================================== */
.cta-final{
  position:relative;
  background:var(--navy-950);
  color:#fff;
  text-align:center;
  overflow:hidden;
}
.cta-final::before{
  content:'';
  position:absolute; top:0; left:0; right:0; height:100%;
  background-image:repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 2px, transparent 2px 34px);
  opacity:.5;
}
.cta-final-inner{ position:relative; z-index:1; max-width:640px; margin-inline:auto; }
.cta-final .eyebrow{ color:var(--gold-300); justify-content:center; }
.cta-final .eyebrow::before{ display:none; }
.cta-final h2{ color:#fff; margin-bottom:16px; }
.cta-final .lead{ color:rgba(255,255,255,.75); margin-bottom:26px; }
.cta-final-points{
  display:flex; flex-wrap:wrap; gap:10px 24px; justify-content:center; margin-bottom:30px;
}
.cta-final-points li{ display:flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:rgba(255,255,255,.85); }
.cta-final-points svg{ width:16px; height:16px; color:var(--gold-300); }
.cta-final .btn{ font-size:16.5px; padding:18px 34px; }

/* ==========================================================================
   12. FOOTER
   ========================================================================== */
.site-footer{
  background:var(--navy-950);
  color:rgba(255,255,255,.7);
  padding-top:64px;
}
.footer-grid{
  display:grid; grid-template-columns:1.4fr 1fr 1fr 1.1fr; gap:36px;
  padding-bottom:44px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
@media (max-width:860px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; gap:32px; } }

.footer-brand{ display:flex; align-items:center; gap:12px; margin-bottom:16px; }
.footer-brand img{ width:44px; height:44px; border-radius:50%; }
.footer-brand strong{ display:block; font-family:var(--font-display); color:#fff; font-size:18px; }
.footer-brand span{ font-family:var(--font-mono); font-size:10.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--gold-300); }
.footer-desc{ font-size:14px; line-height:1.65; max-width:320px; }

.footer-col h4{
  font-family:var(--font-mono); font-size:12px; letter-spacing:.08em; text-transform:uppercase;
  color:var(--gold-300); margin-bottom:16px; font-weight:600;
}
.footer-col ul li{ margin-bottom:11px; font-size:14.5px; }
.footer-col ul li a:hover{ color:#fff; }
.footer-col ul li.muted{ color:rgba(255,255,255,.5); }

.footer-contact li{ display:flex; align-items:flex-start; gap:10px; margin-bottom:14px; font-size:14px; }
.footer-contact svg{ width:16px; height:16px; color:var(--gold-300); flex-shrink:0; margin-top:2px; }

.footer-bottom{
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px;
  padding-block:22px;
  font-size:12.5px; color:rgba(255,255,255,.45);
}
.footer-bottom a{ color:rgba(255,255,255,.6); }

/* ==========================================================================
   13. FLOATING WHATSAPP
   ========================================================================== */
.wa-float{
  position:fixed; right:20px; bottom:20px; z-index:600;
  width:64px; height:64px; border-radius:50%;
  background:var(--wa-green);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 14px 30px -8px rgba(37,211,102,.6);
  transition:transform .2s ease, box-shadow .2s ease;
}
.wa-float:hover{ transform:scale(1.06); box-shadow:0 18px 36px -8px rgba(37,211,102,.75); }
.wa-float svg{ width:30px; height:30px; color:#fff; }
.wa-float::before{
  content:'';
  position:absolute; inset:0; border-radius:50%;
  border:2px solid var(--wa-green);
  animation:waPulse 2.4s ease-out infinite;
}
@keyframes waPulse{
  0%{ transform:scale(1); opacity:.7; }
  100%{ transform:scale(1.7); opacity:0; }
}
@media (max-width:600px){
  .wa-float{ width:58px; height:58px; right:16px; bottom:16px; }
  .wa-float svg{ width:27px; height:27px; }
}

.wa-tooltip{
  position:absolute; right:76px; top:50%; transform:translateY(-50%);
  background:var(--navy-950); color:#fff;
  font-size:13px; font-weight:600; white-space:nowrap;
  padding:9px 14px; border-radius:8px;
  opacity:0; pointer-events:none; transition:opacity .2s ease;
}
.wa-tooltip::after{
  content:''; position:absolute; right:-6px; top:50%; transform:translateY(-50%);
  border:6px solid transparent; border-left-color:var(--navy-950);
}
.wa-float:hover .wa-tooltip, .wa-float:focus-visible .wa-tooltip{ opacity:1; }
@media (max-width:780px){ .wa-tooltip{ display:none; } }

/* ==========================================================================
   14. GENERIC PAGE / SINGLE POST / 404
   ========================================================================== */
.page-hero{
  background:var(--navy-950); color:#fff; padding-block:70px 56px;
}
.page-hero h1{ color:#fff; }
.page-hero-subhead{
  font-size:16.5px; color:rgba(255,255,255,.72); max-width:620px; margin-top:14px;
}
.breadcrumb{
  display:flex; flex-wrap:wrap; gap:6px; align-items:center;
  font-family:var(--font-mono); font-size:12px; color:rgba(255,255,255,.55);
  margin-bottom:16px; text-transform:uppercase; letter-spacing:.04em;
}
.breadcrumb a{ color:rgba(255,255,255,.75); }
.breadcrumb a:hover{ color:#fff; }

.entry-content{
  max-width:760px; margin-inline:auto; padding-block:64px;
  font-size:16.5px; line-height:1.75; color:var(--ink-700);
}
.entry-content h2{ margin-top:42px; margin-bottom:16px; font-size:26px; }
.entry-content h3{ margin-top:30px; margin-bottom:12px; font-size:20px; }
.entry-content p{ margin-bottom:18px; }
.entry-content img{ border-radius:var(--radius-md); margin-block:24px; }
.entry-content ul,.entry-content ol{ margin:0 0 18px 22px; padding:0; }
.entry-content li{ margin-bottom:8px; }
.entry-content a{ color:var(--blue-500); text-decoration:underline; text-underline-offset:3px; }

.page-cta-inline{
  max-width:760px; margin:0 auto 8px; text-align:center;
}

.related-section{ background:var(--cream-50); }
.related-links{ display:flex; flex-wrap:wrap; gap:12px; }
.related-link{
  display:inline-flex; align-items:center; gap:10px;
  padding:14px 20px; border-radius:100px;
  background:var(--white); border:1px solid var(--line);
  font-weight:700; font-size:14.5px; color:var(--navy-900);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.related-link svg{ width:15px; height:15px; color:var(--gold-600); transition:transform .18s ease; }
.related-link:hover{ transform:translateY(-3px); box-shadow:var(--shadow-card); border-color:transparent; }
.related-link:hover svg{ transform:translateX(3px); }

.blog-list{ max-width:760px; margin-inline:auto; padding-block:64px; display:flex; flex-direction:column; gap:28px; }
.blog-card{ border:1px solid var(--line); border-radius:var(--radius-md); padding:26px; }
.blog-card h2{ font-size:22px; margin-bottom:8px; }
.blog-card h2 a:hover{ color:var(--gold-600); }
.blog-card .meta{ font-family:var(--font-mono); font-size:12px; color:var(--ink-500); margin-bottom:10px; }
.blog-card p{ color:var(--ink-700); font-size:14.5px; }

.not-found{
  text-align:center; padding-block:120px; max-width:520px; margin-inline:auto;
}
.not-found .code{ font-family:var(--font-mono); font-size:15px; color:var(--gold-600); letter-spacing:.1em; margin-bottom:10px; }
.not-found h1{ font-size:34px; margin-bottom:14px; }
.not-found p{ color:var(--ink-700); margin-bottom:26px; }

/* ==========================================================================
   15. SCROLL REVEAL (progressive enhancement)
   ========================================================================== */
/* Disembunyikan hanya jika JS aktif (progressive enhancement) supaya
   konten tetap terlihat penuh saat JavaScript nonaktif/gagal dimuat. */
.js .reveal{ opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible{ opacity:1; transform:translateY(0); }
@media (prefers-reduced-motion:reduce){
  .js .reveal{ opacity:1; transform:none; }
}

/* ==========================================================================
   16. WP CORE OVERRIDES
   ========================================================================== */
.alignwide{ max-width:1000px; margin-inline:auto; }
.aligncenter{ margin-inline:auto; text-align:center; }
.wp-caption{ max-width:100%; }
