/* ==========================================================================
   Halaman depan — tampilan minimalis dengan animasi saat digulir
   ========================================================================== */

body.home{ background:var(--panel); overflow-x:hidden; }
.wrap{ max-width:1160px; margin:0 auto; padding:0 24px; }

/* --- Animasi dasar: elemen muncul saat masuk layar --- */
.rv{ opacity:0; transform:translateY(22px); transition:opacity .7s cubic-bezier(.16,1,.3,1),
     transform .7s cubic-bezier(.16,1,.3,1); }
.rv.in{ opacity:1; transform:none; }
.rv.d1{ transition-delay:.09s; }
.rv.d2{ transition-delay:.18s; }
.rv.d3{ transition-delay:.27s; }
.rv.d4{ transition-delay:.36s; }
@media (prefers-reduced-motion: reduce){
  .rv{ opacity:1 !important; transform:none !important; transition:none !important; }
}

/* --- Tombol tambahan --- */
.btn-lg{ padding:12px 22px; font-size:14px; border-radius:9px; }
.btn-glass{ background:rgba(255,255,255,.13); border-color:rgba(255,255,255,.26); color:#fff;
  backdrop-filter:blur(10px); }
.btn-glass:hover{ background:rgba(255,255,255,.22); color:#fff; }
.btn-line{ background:transparent; border-color:var(--line); color:var(--ink); }
.btn-line:hover{ border-color:var(--ink-3); background:var(--panel-2); }

/* ==================== Navigasi ==================== */
.nav{ position:sticky; top:0; z-index:100; background:rgba(255,255,255,.86);
  backdrop-filter:blur(14px) saturate(1.4); border-bottom:1px solid transparent;
  transition:border-color .25s, box-shadow .25s; }
.nav.stuck{ border-bottom-color:var(--line); box-shadow:0 1px 20px rgba(18,22,28,.05); }
.nav .wrap{ display:flex; align-items:center; gap:20px; height:60px; }
.brand{ display:flex; align-items:center; gap:11px; text-decoration:none; color:var(--ink); }
.brand .mark{ width:34px; height:34px; border-radius:10px; flex-shrink:0; font-weight:800; font-size:16px;
  background:linear-gradient(140deg,var(--accent),#8d4a24); color:#fff;
  display:flex; align-items:center; justify-content:center; }
.brand .txt{ display:flex; flex-direction:column; line-height:1.25; }
.brand b{ font-size:15px; font-weight:700; letter-spacing:-.015em; }
.brand em{ font-style:normal; font-size:10px; color:var(--ink-3); }
.nav .links{ display:flex; gap:2px; margin-left:16px; }
.nav .links a{ font-size:13.5px; font-weight:600; color:var(--ink-2); padding:8px 13px;
  border-radius:8px; text-decoration:none; transition:background .15s, color .15s; }
.nav .links a:hover{ background:var(--line-2); color:var(--ink); }
.nav .acts{ margin-left:auto; display:flex; align-items:center; gap:9px; }
.burger{ display:none; background:none; border:none; cursor:pointer; padding:9px 6px;
  flex-direction:column; gap:5px; }
.burger span{ display:block; width:19px; height:2px; background:var(--ink); border-radius:2px;
  transition:transform .25s, opacity .25s; }
.burger.x span:first-child{ transform:translateY(3.5px) rotate(45deg); }
.burger.x span:last-child{ transform:translateY(-3.5px) rotate(-45deg); }

/* ==================== Hero ==================== */
.hero{ position:relative; background:#0e1218; color:#fff; padding:120px 0 0; overflow:hidden; }
.hero-media{ position:absolute; inset:0; }
.hero-media img{ width:100%; height:100%; object-fit:cover; transform:scale(1.06);
  will-change:transform; }
.hero-media .scrim{ position:absolute; inset:0;
  background:linear-gradient(100deg, rgba(12,15,20,.95) 0%, rgba(12,15,20,.86) 40%,
             rgba(12,15,20,.5) 72%, rgba(12,15,20,.28) 100%); }
.hero-in{ position:relative; z-index:2; padding-bottom:104px; }
.eyebrow{ display:inline-flex; align-items:center; gap:8px; font-size:11.5px; font-weight:600;
  letter-spacing:.05em; text-transform:uppercase; color:#cbd3dc;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15);
  padding:6px 14px; border-radius:20px; margin-bottom:24px; }
.eyebrow:before{ content:''; width:6px; height:6px; border-radius:50%; background:#5fbf87;
  box-shadow:0 0 0 3px rgba(95,191,135,.22); }
.hero h1{ font-size:clamp(32px,5.6vw,60px); line-height:1.06; letter-spacing:-.035em;
  color:#fff; margin-bottom:20px; max-width:15em; font-weight:700; }
.hero h1 .hl{ color:var(--accent); }
.hero .lede{ font-size:clamp(14.5px,1.6vw,17.5px); line-height:1.65; color:#aab4c0;
  max-width:540px; margin-bottom:32px; }
.cta{ display:flex; gap:11px; flex-wrap:wrap; }

/* Bilah angka di dasar hero */
.hero-strip{ position:relative; z-index:2; border-top:1px solid rgba(255,255,255,.12);
  background:rgba(10,13,18,.5); backdrop-filter:blur(8px); }
.num-row{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; padding:26px 0; }
.num-row b{ display:block; font-family:var(--mono); font-size:clamp(21px,3vw,32px);
  font-weight:700; letter-spacing:-.03em; color:#fff; font-variant-numeric:tabular-nums; }
.num-row span{ font-size:11.5px; color:#8b96a3; }

/* ==================== Bagian umum ==================== */
.sec{ padding:96px 0; position:relative; }
.sec-dark{ background:#12161c; color:#fff; overflow:hidden; }
.head{ max-width:640px; margin-bottom:52px; }
.head .tag{ display:inline-block; font-size:10.5px; font-weight:700; letter-spacing:.11em;
  text-transform:uppercase; color:var(--accent-dark); margin-bottom:14px; }
.head h2{ font-size:clamp(25px,3.8vw,40px); line-height:1.14; letter-spacing:-.03em;
  margin-bottom:14px; font-weight:700; }
.head p{ font-size:15.5px; color:var(--ink-3); line-height:1.65; margin:0; }
.head.light .tag{ color:#e0a070; }
.head.light h2{ color:#fff; }
.head.light p{ color:#98a3b1; }

/* ==================== Kartu platform ==================== */
.bento{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.bx{ background:var(--panel); border:1px solid var(--line); border-radius:16px; padding:26px;
  transition:transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s, border-color .3s;
  grid-column:span 2; }
.bx:hover{ transform:translateY(-4px); box-shadow:0 12px 34px rgba(18,22,28,.09);
  border-color:var(--line-2); }
.bx .ic{ width:42px; height:42px; border-radius:12px; background:var(--accent-soft);
  color:var(--accent-dark); display:flex; align-items:center; justify-content:center;
  margin-bottom:16px; }
.bx .ic svg{ width:19px; height:19px; }
.bx h3{ font-size:18px; margin-bottom:10px; letter-spacing:-.02em; }
.bx p{ font-size:13.5px; line-height:1.68; color:var(--ink-3); margin:0; }

/* Kartu utama dengan foto */
.bx-lead{ grid-column:span 4; display:grid; grid-template-columns:0.9fr 1.1fr; padding:0;
  overflow:hidden; }
.bx-lead .bx-img{ position:relative; min-height:300px; overflow:hidden; }
.bx-lead .bx-img img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transition:transform .6s cubic-bezier(.16,1,.3,1); }
.bx-lead:hover .bx-img img{ transform:scale(1.05); }
.bx-lead .bx-body{ padding:32px; }
.ticks{ list-style:none; margin:18px 0 0; padding:0; }
.ticks li{ font-size:13px; color:var(--ink-2); padding-left:24px; position:relative; margin-bottom:9px; }
.ticks li:before{ content:''; position:absolute; left:0; top:6px; width:13px; height:7px;
  border-left:2px solid var(--accent); border-bottom:2px solid var(--accent);
  transform:rotate(-45deg); }

/* Kartu gelap */
.bx-dark{ background:linear-gradient(155deg,#1d232c,#13171e); border-color:#2a313b; color:#fff; }
.bx-dark h3{ color:#fff; }
.bx-dark p{ color:#98a3b1; }
.bx-dark .ic{ background:rgba(194,112,61,.2); color:#e2915e; }
.chips{ display:flex; flex-wrap:wrap; gap:6px; margin-top:18px; }
.chips span{ font-family:var(--mono); font-size:10.5px; font-weight:600;
  background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.14); color:#cbd3dc;
  padding:4px 9px; border-radius:6px; }

/* Kartu bertekstur */
.bx-tex{ position:relative; padding:0; overflow:hidden; min-height:240px; border:none; }
.bx-tex img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transition:transform .6s cubic-bezier(.16,1,.3,1); }
.bx-tex:hover img{ transform:scale(1.06); }
.tex-body{ position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end;
  padding:26px; color:#fff;
  background:linear-gradient(to top, rgba(10,13,18,.9) 12%, rgba(10,13,18,.25) 70%); }
.tex-body h3{ color:#fff; margin-bottom:7px; }
.tex-body p{ color:#c3cbd4; font-size:13px; }

/* ==================== Medan ==================== */
.medan-bg{ position:absolute; inset:0; opacity:.16; }
.medan-bg img{ width:100%; height:100%; object-fit:cover; }
.sec-dark .wrap{ position:relative; z-index:2; }
.mgrid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.mc{ background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.1);
  border-radius:16px; padding:28px; transition:background .3s, border-color .3s, transform .3s; }
.mc:hover{ background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.18);
  transform:translateY(-4px); }
.mc .n{ display:block; font-family:var(--mono); font-size:38px; font-weight:700;
  color:var(--accent); line-height:1; margin-bottom:14px; letter-spacing:-.03em; }
.mc .ic{ width:40px; height:40px; border-radius:11px; background:rgba(194,112,61,.18);
  color:#e2915e; display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.mc .ic svg{ width:18px; height:18px; }
.mc h4{ font-size:16px; color:#fff; margin-bottom:9px; letter-spacing:-.015em; }
.mc p{ font-size:13px; line-height:1.65; color:#98a3b1; margin:0; }

/* ==================== Alur kerja ==================== */
.flow{ list-style:none; margin:0; padding:0; display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; }
.flow li{ position:relative; padding-top:20px; }
.flow li:before{ content:''; position:absolute; top:0; left:0; right:0; height:2px;
  background:var(--line); border-radius:2px; }
.flow li:first-child:before{ background:var(--accent); }
.flow .n{ font-family:var(--mono); font-size:12px; font-weight:700; color:var(--accent);
  letter-spacing:.05em; }
.flow h4{ font-size:16px; margin:8px 0 7px; letter-spacing:-.015em; }
.flow p{ font-size:12.5px; line-height:1.6; color:var(--ink-3); margin:0; }

/* ==================== Ajakan ==================== */
.cta-sec{ padding:0 0 96px; }
.cta-box{ border-radius:20px; overflow:hidden; display:grid;
  grid-template-columns:0.85fr 1.15fr; background:#12161c; }
.cta-img{ position:relative; min-height:280px; }
.cta-img img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.cta-body{ padding:48px; display:flex; flex-direction:column; justify-content:center; }
.cta-body h2{ font-size:clamp(23px,3.2vw,33px); color:#fff; letter-spacing:-.03em; margin-bottom:12px; }
.cta-body p{ font-size:14.5px; color:#98a3b1; margin:0 0 24px; max-width:420px; line-height:1.65; }
.cta-body .btn-line{ border-color:rgba(255,255,255,.24); color:#fff; background:transparent; }
.cta-body .btn-line:hover{ background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.4); }

/* ==================== Kaki halaman ==================== */
.foot{ background:#0e1218; color:#8b96a3; padding:56px 0 24px; }
.f-top{ display:flex; gap:52px; justify-content:space-between; flex-wrap:wrap;
  padding-bottom:34px; border-bottom:1px solid rgba(255,255,255,.09); }
.f-brand{ max-width:360px; }
.f-brand .brand{ color:#fff; margin-bottom:15px; }
.f-brand .brand em{ color:#8b96a3; }
.f-brand p{ font-size:12.5px; line-height:1.75; margin:0; }
.f-cols{ display:flex; gap:60px; flex-wrap:wrap; }
.f-cols h5{ font-size:10.5px; font-weight:700; letter-spacing:.1em; text-transform:uppercase;
  color:#fff; margin-bottom:14px; }
.f-cols a{ display:block; font-size:13px; color:#8b96a3; text-decoration:none; margin-bottom:9px;
  transition:color .15s; }
.f-cols a:hover{ color:var(--accent); }
.f-bot{ display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap;
  padding-top:22px; font-size:11.5px; }

/* ==================== Responsif ==================== */
@media (max-width:1000px){
  .bento{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .bx-lead{ grid-column:span 2; grid-template-columns:1fr; }
  .bx-lead .bx-img{ min-height:220px; }
  .mgrid{ grid-template-columns:1fr; }
  .flow{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
  .cta-box{ grid-template-columns:1fr; }
  .cta-img{ min-height:200px; }
  .cta-body{ padding:34px; }
}
@media (max-width:720px){
  .nav .links{ position:absolute; top:60px; left:0; right:0; background:var(--panel);
    border-bottom:1px solid var(--line); flex-direction:column; padding:10px;
    display:none; box-shadow:0 12px 28px rgba(18,22,28,.1); }
  .nav .links.open{ display:flex; }
  .burger{ display:flex; }
  .hero{ padding-top:84px; }
  .hero-in{ padding-bottom:64px; }
  .num-row{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; padding:24px 0; }
  .sec{ padding:64px 0; }
  .head{ margin-bottom:34px; }
  .bento{ grid-template-columns:1fr; }
  .bx, .bx-lead{ grid-column:span 1; }
  .cta-sec{ padding-bottom:64px; }
  .hide-xs{ display:none !important; }
}
@media (max-width:480px){
  .flow{ grid-template-columns:1fr; }
  .brand em{ display:none; }
  .cta .btn{ flex:1; justify-content:center; }
}
