/* ShortClip landing — premium dark, Space Grotesk, glassmorphism. */
:root {
  --bg: #0C0A0B;
  --bg-2: #100D0F;
  --surface: rgba(255, 255, 255, .05);
  --surface-high: rgba(255, 255, 255, .08);
  --line: rgba(255, 255, 255, .11);
  --accent: #E8281E;
  --accent-2: #FF5240;
  --accent-dim: #9E1B14;
  --gold: #E9C89A;
  --gold-dim: #B9945F;
  --text: #FBF7F6;
  --text-2: #CDC1BD;
  --text-3: #A39591;
  --error: #F15A43;
  --radius: 18px;
  --maxw: 1040px;
  --font: "Space Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 76px; /* sticky bar */
  background-color: var(--bg);
  background-image:
    radial-gradient(56rem 38rem at 105% -6%, rgba(232, 40, 30, .26), transparent 58%),
    radial-gradient(46rem 30rem at -18% 14%, rgba(233, 200, 154, .11), transparent 60%),
    radial-gradient(60rem 42rem at 50% 118%, rgba(158, 27, 20, .30), transparent 62%),
    linear-gradient(180deg, var(--bg-2), var(--bg) 45%);
  background-attachment: fixed;
  position: relative;
  overflow-x: hidden;
}

/* jaring halus + vignette di atas gradien */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(130% 95% at 50% 0%, #000 20%, transparent 82%);
}

body > * { position: relative; z-index: 1; }

img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { width: min(100% - 40px, var(--maxw)); margin-inline: auto; }
.wrap-narrow { max-width: 760px; }

/* ---------- top bar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 40;
  background: rgba(12, 10, 11, .72);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border-bottom: 1px solid var(--line);
}
.topbar-in { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark {
  width: 34px; height: 34px;
  border-radius: 11px;
  border: 1px solid var(--line);
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(232, 40, 30, .35), inset 0 1px 0 rgba(255, 255, 255, .3);
}
.brand-name { font-weight: 700; letter-spacing: .04em; font-size: 1.02rem; }
.topnav { display: flex; gap: 20px; font-size: .92rem; font-weight: 500; }
.topnav a { color: var(--text-2); text-decoration: none; transition: color .15s ease; }
.topnav a:hover { color: var(--gold); }

/* ---------- hero ---------- */
.hero { position: relative; padding: 84px 0 60px; overflow: hidden; text-align: center; }
.hero-glow {
  position: absolute; inset: auto -25% -50% -25%; height: 420px;
  background: radial-gradient(ellipse at center, rgba(232, 40, 30, .34), transparent 65%);
  filter: blur(10px);
  pointer-events: none;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px;
  padding: 7px 16px; border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(233, 200, 154, .35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--gold); font-size: .74rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
}
.eyebrow img { border-radius: 4px; }

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(40px, 10vw, 78px);
  line-height: .98; letter-spacing: -.03em; font-weight: 700;
  text-transform: uppercase;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--accent-2), var(--accent) 55%, var(--gold));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.lede { margin: 0 auto 34px; max-width: 560px; color: var(--text-2); font-size: 1.06rem; }

.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-center { margin-top: 36px; }

/* ---------- tombol: glass ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 28px;
  border-radius: 16px; text-decoration: none;
  font-family: var(--font);
  font-weight: 700; font-size: 1rem; letter-spacing: .02em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .24);
  backdrop-filter: blur(14px) saturate(165%);
  -webkit-backdrop-filter: blur(14px) saturate(165%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), 0 14px 34px rgba(0, 0, 0, .4);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn:active { transform: translateY(1px); }

.btn-accent {
  background: linear-gradient(135deg, rgba(255, 82, 64, .9), rgba(158, 27, 20, .6));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 16px 36px rgba(232, 40, 30, .35);
}
.btn-gold {
  background: linear-gradient(135deg, rgba(233, 200, 154, .9), rgba(185, 148, 95, .55));
  color: #1A1206;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 16px 34px rgba(233, 200, 154, .22);
}

.hero-meta {
  list-style: none; display: flex; justify-content: center; gap: 30px;
  margin: 38px 0 0; padding: 0; color: var(--text-3);
  font-size: .82rem; letter-spacing: .1em; text-transform: uppercase;
}
.hero-meta strong {
  display: block; color: var(--text); font-size: 1.18rem;
  letter-spacing: -.01em; text-transform: none; font-weight: 700;
}

/* ---------- strip ---------- */
.strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, .04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.strip-in {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  padding: 15px 0; color: var(--text-3);
  font-size: .76rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
}

/* ---------- sections ---------- */
.section { padding: 78px 0; }
.section-alt {
  background: rgba(255, 255, 255, .035);
  border-block: 1px solid var(--line);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.sec-title {
  margin: 0 0 8px;
  font-size: clamp(28px, 5vw, 42px);
  letter-spacing: -.02em; font-weight: 700;
}
.sec-sub { margin: 0 0 40px; color: var(--text-2); font-size: 1.02rem; }

.grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); }
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(233, 200, 154, .4);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .12);
}
.card-ico {
  color: var(--gold); font-weight: 700; font-size: .8rem;
  letter-spacing: .26em; margin-bottom: 14px;
}
.card h3 { margin: 0 0 8px; font-size: 1.14rem; font-weight: 700; letter-spacing: -.01em; }
.card p { margin: 0; color: var(--text-2); font-size: .95rem; }

/* ---------- steps ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.step {
  display: flex; gap: 18px; align-items: flex-start;
  background: var(--surface-high);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
}
.step-no {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-dim));
  color: #fff; font-weight: 700; font-size: 1.05rem;
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 10px 22px rgba(232, 40, 30, .3);
}
.step h3 { margin: 3px 0 6px; font-size: 1.06rem; font-weight: 700; }
.step p { margin: 0; color: var(--text-2); font-size: .95rem; }

/* ---------- license ---------- */
.license-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .03));
  border: 1px solid rgba(233, 200, 154, .3);
  border-radius: var(--radius);
  overflow: hidden;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .14);
}
.license-row {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 17px 24px; border-bottom: 1px solid var(--line-soft, rgba(255, 255, 255, .07));
  font-size: .97rem;
}
.license-row:last-child { border-bottom: 0; }
.license-row span { color: var(--text-3); letter-spacing: .04em; }
.license-row strong { text-align: right; font-weight: 700; }
.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: var(--gold); letter-spacing: .1em;
}

.note {
  margin-top: 18px; padding: 15px 19px;
  border-left: 3px solid var(--gold-dim);
  background: rgba(233, 200, 154, .07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--text-2); font-size: .9rem; border-radius: 0 12px 12px 0;
}

/* ---------- faq ---------- */
.faq {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.faq summary {
  cursor: pointer; list-style: none; padding: 19px 22px;
  font-weight: 700; position: relative; padding-right: 48px;
  font-size: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-size: 1.2rem; transition: transform .2s;
}
.faq[open] summary::after { content: "–"; }
.faq p { margin: 0; padding: 0 22px 20px; color: var(--text-2); font-size: .95rem; }

/* ---------- final cta ---------- */
.final-cta {
  padding: 84px 0; text-align: center;
  background: radial-gradient(ellipse at 50% 0%, rgba(232, 40, 30, .2), transparent 62%);
}
.final-cta h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 5vw, 44px);
  letter-spacing: -.02em; font-weight: 700;
}
.final-cta p { margin: 0; color: var(--text-2); }

/* ---------- footer ---------- */
.footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .035);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 36px 0 28px;
}
.footer-in { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer .brand-mark { width: 44px; height: 44px; border-radius: 13px; margin-bottom: 10px; }
.footer strong { display: block; }
.footer p { margin: 4px 0 0; color: var(--text-3); font-size: .88rem; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: .9rem; font-weight: 500; }
.footer-links a { color: var(--text-2); text-decoration: none; transition: color .15s ease; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { margin-top: 24px; color: var(--text-3); font-size: .8rem; letter-spacing: .04em; }

/* ---------- sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: flex; gap: 12px; padding: 11px 14px calc(11px + env(safe-area-inset-bottom));
  background: rgba(12, 10, 11, .78);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .25s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { flex: 1; min-height: 50px; font-size: .95rem; padding: 0 12px; }

/* ---------- responsive ---------- */
@media (max-width: 720px) {
  .topnav { display: none; }
  .hero { padding: 60px 0 48px; }
  .section { padding: 58px 0; }
  .hero-meta { gap: 20px; }
  .license-row { flex-direction: column; gap: 4px; }
  .license-row strong { text-align: left; }
  .footer-in { flex-direction: column; }
}
