@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{
  --bg:#030303;--bg2:#0b0b0b;--gold:#d4af37;--gold2:#f5e6a3;--gold3:#b8962e;
  --text:#f3f4f6;--muted:#9ca3af;--line:rgba(212,175,55,.22);--card:rgba(20,20,20,.85);
  --font:Inter,system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);color:var(--text);background:#030303;min-height:100%;
  background-image:
    radial-gradient(ellipse 80% 50% at 70% 20%, rgba(212,175,55,.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(212,175,55,.05), transparent 50%),
    linear-gradient(180deg,#050505 0%,#0a0a0a 40%,#050505 100%);
  -webkit-font-smoothing:antialiased;line-height:1.55;
}
a{color:var(--gold2);text-decoration:none}
a:hover{color:#fff}
.wrap{width:min(1180px,calc(100% - 36px));margin:0 auto}

/* NAV */
.topbar{
  position:sticky;top:0;z-index:50;
  background:rgba(3,3,3,.82);backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:14px}
.brand{display:inline-flex;align-items:center;gap:12px;font-family:Cinzel,serif;font-weight:700;font-size:1.15rem;color:var(--gold2);letter-spacing:.12em;text-transform:uppercase}
.brand span{background:linear-gradient(180deg,#f5e6a3 0%,#d4af37 45%,#a67c00 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 24px rgba(212,175,55,.25)}
.brand img{height:48px;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 0 14px rgba(212,175,55,.4))}
.brand img{height:44px;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 0 12px rgba(212,175,55,.35))}
.nav-mid{display:flex;gap:4px;align-items:center}
.nav-mid a{color:#c4c4c4;font-size:13.5px;font-weight:600;padding:8px 14px;border-radius:999px}
.nav-mid a:hover,.nav-mid a.on{color:var(--gold2);background:rgba(212,175,55,.08)}
.nav-right{display:flex;gap:8px;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;cursor:pointer;font:inherit;font-weight:700;font-size:13.5px;padding:10px 18px;border-radius:999px;transition:.18s;text-decoration:none;user-select:none}
.btn:hover{transform:translateY(-1px);text-decoration:none}
.btn-gold{background:linear-gradient(135deg,#f5e6a3,#d4af37 40%,#a67c00);color:#1a1200;box-shadow:0 8px 28px rgba(212,175,55,.35)}
.btn-gold:hover{color:#1a1200;box-shadow:0 12px 32px rgba(212,175,55,.45)}
.btn-outline{background:transparent;color:#e5e5e5;border-color:rgba(255,255,255,.18)}
.btn-outline:hover{border-color:var(--gold);color:var(--gold2);background:rgba(212,175,55,.06)}
.btn-sm{padding:8px 14px;font-size:13px}
.btn-block{width:100%;border-radius:12px}

/* HERO */
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:center;padding:52px 0 20px}
.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700;color:var(--gold2);background:rgba(212,175,55,.1);border:1px solid rgba(212,175,55,.4);margin-bottom:18px}
.hero h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;letter-spacing:-.035em;line-height:1.08;margin-bottom:14px;color:#fff}
.hero h1 em{font-style:normal;background:linear-gradient(90deg,#f5e6a3,#d4af37,#b8962e);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero .lead{color:var(--muted);font-size:1.05rem;max-width:460px;margin-bottom:22px}
.chips{display:flex;flex-wrap:wrap;gap:10px}
.chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:14px;font-size:12.5px;font-weight:600;color:#ddd;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.chip b{display:block;color:#fff;font-size:12.5px}
.chip small{display:block;color:#888;font-size:11px;font-weight:500}
.hero-visual{position:relative;display:grid;place-items:center;min-height:320px}
.hero-visual .glow{position:absolute;width:70%;height:70%;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.35),transparent 70%);filter:blur(30px);pointer-events:none}
.hero-visual img{position:relative;z-index:1;width:min(420px,100%);height:auto;object-fit:contain;filter:drop-shadow(0 25px 50px rgba(212,175,55,.35))}
.hero-visual .hero-banner{width:min(480px,100%);max-height:380px;object-fit:contain;border-radius:16px;filter:drop-shadow(0 20px 40px rgba(212,175,55,.3))}

/* SHORTENER CARD */
.short-box{
  margin:12px auto 40px;
  padding:24px 24px 20px;
  border-radius:22px;
  background:linear-gradient(160deg,rgba(22,22,22,.98),rgba(10,10,10,.99));
  border:1px solid rgba(212,175,55,.28);
  box-shadow:0 20px 50px rgba(0,0,0,.5);
}
.short-box .hd{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.short-box .hd h3{font-size:1.15rem;font-weight:800;color:#fff}
.short-box .hd p{color:#888;font-size:13px;margin-top:2px}





.legal{margin-top:12px;font-size:11.5px;color:#666}
.legal a{color:#a3a3a3}

/* STATS */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:56px}
.stat{padding:18px;border-radius:18px;background:rgba(18,18,18,.9);border:1px solid rgba(255,255,255,.07)}
.stat .row{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.stat .ico{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-size:18px;background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.25)}
.stat .n{font-size:1.55rem;font-weight:900;letter-spacing:-.02em;color:#fff}
.stat .l{color:#888;font-size:12.5px}

/* FEATURES */
.sec{padding:10px 0 50px}
.sec-head{text-align:center;margin-bottom:28px}
.sec-head h2{font-size:1.65rem;font-weight:900;color:#fff;margin-bottom:8px}
.sec-head h2::before,.sec-head h2::after{content:'—';color:var(--gold);margin:0 10px;opacity:.7}
.sec-head p{color:#888;font-size:14px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.feat{padding:22px;border-radius:18px;background:rgba(16,16,16,.9);border:1px solid rgba(255,255,255,.07);transition:.2s}
.feat:hover{border-color:rgba(212,175,55,.35);transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.35)}
.feat .ico{width:44px;height:44px;border-radius:12px;margin-bottom:14px;display:grid;place-items:center;font-size:20px;background:rgba(212,175,55,.1);border:1px solid rgba(212,175,55,.22)}
.feat h3{font-size:1.02rem;font-weight:800;color:#fff;margin-bottom:6px}
.feat p{color:#8b8b8b;font-size:13.5px;line-height:1.55}

/* TABLE */
.table-wrap{border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(14,14,14,.95);overflow:hidden;margin-bottom:40px}
.table-wrap .bar{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.06)}
.table-wrap .bar h3{font-size:1.05rem;font-weight:800;color:#fff}
table{width:100%;border-collapse:collapse;font-size:13.5px}
th,td{padding:13px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}
th{color:#888;font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:800}
tr:last-child td{border-bottom:0}
tr:hover td{background:rgba(255,255,255,.02)}
.code{color:var(--gold2);font-weight:800}

/* CTA */
.cta{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:28px 24px;border-radius:20px;margin-bottom:48px;background:linear-gradient(120deg,rgba(212,175,55,.14),rgba(20,20,20,.9));border:1px solid rgba(212,175,55,.3)}
.cta h3{font-size:1.25rem;font-weight:900;color:#fff;margin-bottom:4px}
.cta p{color:#999;font-size:14px}

/* FOOTER */
footer{border-top:1px solid rgba(255,255,255,.06);padding:40px 0 28px;color:#888;font-size:13px}
.ft{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:24px;margin-bottom:28px}
.ft strong{display:block;color:var(--gold2);margin-bottom:12px;font-size:13px}
.ft a{display:block;color:#888;padding:3px 0}
.ft a:hover{color:var(--gold2)}
.ft-bottom{text-align:center;color:#555;font-size:12px}

/* AUTH / DASH */
.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:28px 16px}
.auth-card,.card,.panel,.glass{background:rgba(18,18,18,.95);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.4)}
.auth-card{width:min(420px,100%);padding:28px 24px}
.auth-card h1{font-size:1.4rem;font-weight:900;margin:12px 0 6px;color:#fff}
.auth-card .sub{color:#888;font-size:14px;margin-bottom:18px}
label{display:block;font-size:12.5px;font-weight:700;color:#ccc;margin:0 0 6px}
input[type=text],input[type=email],input[type=password],input[type=url],textarea,select{width:100%;background:rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:12px;padding:12px 14px;font:inherit;outline:none;margin-bottom:12px}
input:focus,textarea:focus,select:focus{border-color:rgba(212,175,55,.5);box-shadow:0 0 0 3px rgba(212,175,55,.12)}
.hint{color:#888;font-size:13px}
.err,.ok{padding:12px 14px;border-radius:12px;margin-bottom:12px;font-size:14px;font-weight:600}
.err{background:rgba(251,113,133,.1);border:1px solid rgba(251,113,133,.3);color:#fecdd3}
.ok{background:rgba(52,211,153,.1);border:1px solid rgba(52,211,153,.3);color:#a7f3d0}
.dash-top{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:18px 0}
.dash-top h1{font-size:1.45rem;font-weight:900;color:#fff}
.stats-d{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}
.stat-d{padding:18px;border-radius:16px;background:rgba(18,18,18,.9);border:1px solid rgba(255,255,255,.07)}
.stat-d .n{font-size:1.7rem;font-weight:900;color:#fff}
.stat-d .l{color:#888;font-size:12.5px}
.panel{padding:20px;margin-bottom:16px}
.panel h2{font-size:1rem;font-weight:800;margin-bottom:12px;color:#fff}
.table-wrap-d{overflow:auto;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(14,14,14,.95)}
.status-on{color:#34d399;font-weight:700}.status-off{color:#fb7185;font-weight:700}
.code-pill{color:var(--gold2);font-weight:800}
#toastHost{position:fixed;right:16px;bottom:16px;z-index:99;display:flex;flex-direction:column;gap:8px}
.toast{min-width:220px;max-width:360px;padding:12px 14px;border-radius:12px;background:#111;border:1px solid rgba(212,175,55,.4);color:#fff;font-size:14px;font-weight:600}
.toast.ok{border-color:rgba(52,211,153,.4)}.toast.err{border-color:rgba(251,113,133,.4)}

@media(max-width:960px){
  .hero{grid-template-columns:1fr;text-align:center}
  .hero .lead{margin:0 auto 22px}
  .chips{justify-content:center}
  .hero-visual{order:-1;min-height:220px}
  .nav-mid{display:none}
  .stats,.grid3,.ft,.stats-d{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .stats,.grid3,.ft,.stats-d{grid-template-columns:1fr}
  
  
  
  
}


/* Banner full width isi .wrap — sejajar form & konten bawah */
.hero-banner-wrap{
  width: 100%;
  margin: 0;
  padding: 16px 0 4px;
}
.hero-banner-full{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 16px 40px rgba(212,175,55,.18));
}
.short-box,
.stats,
.sec,
.table-wrap,
.cta {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}


@media(max-width:900px){
  
  .stat-item:nth-child(2)::after{ display:none; }
}
@media(max-width:560px){
  
  
  
  .stat-item:last-child{ border-bottom:0; }
}

/* ===== STATS BAR (mockup style) ===== */
.stats-bar{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 12px 0 52px;
  padding: 10px 6px;
  border-radius: 24px;
  background: linear-gradient(180deg, #121212 0%, #0a0a0a 100%);
  border: 1px solid rgba(212,175,55,.22);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.03) inset,
    0 20px 50px rgba(0,0,0,.45);
}
.stat-item{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  position: relative;
}
.stat-item:not(:last-child)::after{
  content: "";
  position: absolute;
  right: 0; top: 22%; bottom: 22%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.1), transparent);
}
.stat-ico{
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0;
  border: 1.5px solid;
}
.stat-ico.gold{
  color: #e8c547;
  border-color: rgba(232,197,71,.55);
  background: radial-gradient(circle at 40% 35%, rgba(232,197,71,.18), rgba(232,197,71,.04));
  box-shadow: 0 0 24px rgba(212,175,55,.2);
}
.stat-ico.purple{
  color: #c4b5fd;
  border-color: rgba(167,139,250,.55);
  background: radial-gradient(circle at 40% 35%, rgba(167,139,250,.18), rgba(167,139,250,.04));
  box-shadow: 0 0 24px rgba(167,139,250,.15);
}
.stat-ico.blue{
  color: #7dd3fc;
  border-color: rgba(56,189,248,.55);
  background: radial-gradient(circle at 40% 35%, rgba(56,189,248,.18), rgba(56,189,248,.04));
  box-shadow: 0 0 24px rgba(56,189,248,.15);
}
.stat-ico.orange{
  color: #fdba74;
  border-color: rgba(251,146,60,.55);
  background: radial-gradient(circle at 40% 35%, rgba(251,146,60,.18), rgba(251,146,60,.04));
  box-shadow: 0 0 24px rgba(251,146,60,.15);
}
.stat-text{ min-width: 0; }
.stat-label{
  font-size: 13px;
  font-weight: 600;
  color: #9ca3af;
  margin-bottom: 4px;
}
.stat-num{
  font-size: 1.65rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -.03em;
  line-height: 1.1;
  margin-bottom: 4px;
}
.stat-grow{
  font-size: 12px;
  font-weight: 700;
}
.stat-grow.up{ color: #34d399; }
.stat-grow.down{ color: #fb7185; }

@media (max-width: 960px){
  .stats-bar{ grid-template-columns: 1fr 1fr; }
  .stat-item:nth-child(2)::after{ display: none; }
}
@media (max-width: 560px){
  .stats-bar{ grid-template-columns: 1fr; }
  .stat-item:not(:last-child)::after{ display: none; }
  .stat-item{ border-bottom: 1px solid rgba(255,255,255,.06); }
  .stat-item:last-child{ border-bottom: 0; }
}


.short-row{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  gap:12px;
  align-items:center;
}
.short-row .field{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  height:52px;
  background:#0a0a0a;
  border:1px solid rgba(212,175,55,.35);
  border-radius:14px;
  padding:0 16px;
  box-shadow: none;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.short-row .field:focus-within{
  border-color: rgba(212,175,55,.75);
  box-shadow: 0 0 0 3px rgba(212,175,55,.15);
}
.short-row .field input,
.short-row .field input[type=url],
.short-row .field input[type=text]{
  flex:1;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  outline:none !important;
  color:#fff !important;
  font:inherit;
  font-size:15px;
  min-width:0;
  height:100%;
}
.short-row .field input::placeholder{color:#666}
.short-row .btn-gold{
  flex:0 0 auto;
  height:52px;
  padding:0 28px;
  border-radius:14px;
  white-space:nowrap;
  min-height:52px;
  border:0;
  box-shadow: 0 4px 20px rgba(212,175,55,.35);
}
