/* ============================================================
 *  landing.css — Landing page (tema Tokyo malam, neon, minimalis)
 *  Gaya siluet dramatis ala Shadow Fight + modern Jepang.
 * ============================================================ */
.lp {
  --nbg: #070912;
  --npanel: #0f1422;
  --nline: rgba(255,255,255,.08);
  --nred: #ff3b5c;
  --nblue: #39c6ff;
  --ntext: #eef2f8;
  --nmuted: #8a99b3;
  background: var(--nbg);
  color: var(--ntext);
  overflow-x: hidden; overflow-y: auto;
  scroll-behavior: smooth;
}
.lp ::selection { background: var(--nred); color: #fff; }

/* tombol */
.lp-btn {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer; text-decoration: none;
  font-family: inherit; font-weight: 700; font-size: 14px; letter-spacing: .5px;
  padding: 12px 22px; border-radius: 10px; border: 1px solid transparent; transition: all .15s;
}
.lp-btn-primary { color: #fff; background: linear-gradient(135deg, var(--nred), #c81e3c); box-shadow: 0 8px 24px rgba(255,59,92,.35); }
.lp-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,59,92,.5); }
.lp-btn-ghost { color: var(--ntext); border-color: var(--nline); background: rgba(255,255,255,.03); }
.lp-btn-ghost:hover { border-color: var(--nblue); color: var(--nblue); }
.lp-cta { font-size: 16px; padding: 16px 30px; letter-spacing: 1px; }

/* kicker label */
.lp-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--nmuted); font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 18px; }
.lp-kicker i { display: inline-block; width: 28px; height: 2px; background: var(--nred); }
.lp-kicker.center { justify-content: center; }

/* ===== NAV ===== */
.lp-nav {
  position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between;
  padding: 16px 6vw; background: rgba(7,9,18,.7); backdrop-filter: blur(12px); border-bottom: 1px solid var(--nline);
}
.lp-brand { font-family: 'Bangers', cursive; font-size: 24px; letter-spacing: 2px; }
.lp-brand .brand-mark { color: var(--nred); }
.lp-nav-links { display: flex; align-items: center; gap: 28px; }
.lp-nav-links a { color: var(--nmuted); text-decoration: none; font-weight: 600; font-size: 14px; transition: color .15s; }
.lp-nav-links a:hover { color: var(--ntext); }
@media (max-width: 680px) { .lp-nav-links a:not(.lp-btn) { display: none; } }

/* ===== HERO ===== */
.lp-hero { position: relative; min-height: 90vh; display: flex; align-items: center; padding: 30px 6vw 70px; overflow: hidden; }
.lp-grid {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(var(--nline) 1px, transparent 1px), linear-gradient(90deg, var(--nline) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: radial-gradient(circle at 50% 40%, #000 30%, transparent 75%);
}
.lp-hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; }
.lp-hero-text { max-width: 560px; }
.lp-title { font-family: 'Bangers', cursive; font-weight: 400; line-height: .9; font-size: clamp(64px, 10vw, 132px); letter-spacing: 3px; text-shadow: 0 4px 30px rgba(0,0,0,.6), 0 0 24px rgba(57,198,255,.15); }
.lp-title span { background: linear-gradient(120deg, var(--nblue) 10%, #b58cff 50%, var(--nred) 90%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 18px rgba(255,59,92,.35)); }
.lp-sub { color: var(--nmuted); font-size: clamp(15px,2vw,18px); line-height: 1.75; margin: 22px 0 30px; }
.lp-sub b { color: var(--nred); } .lp-sub em { color: var(--nblue); font-style: normal; }
.lp-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.lp-stats { display: flex; margin-top: 42px; flex-wrap: wrap; }
.lp-stats div { display: flex; flex-direction: column; padding: 2px 24px; position: relative; }
.lp-stats div:first-child { padding-left: 0; }
.lp-stats div + div::before { content: ''; position: absolute; left: 0; top: 6px; bottom: 6px; width: 1px; background: rgba(255,255,255,.14); }
.lp-stats b {
  font-family: 'Bangers', cursive; font-size: 40px; letter-spacing: 1px; line-height: 1;
  background: linear-gradient(120deg, var(--nblue), var(--nred));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(255,59,92,.25));
}
.lp-stats span { color: var(--nmuted); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-top: 4px; }

/* Fighter siluet */
.lp-hero-art { position: relative; height: 460px; display: grid; place-items: center; }
.lp-spot { position: absolute; width: 360px; height: 360px; border-radius: 50%; filter: blur(60px); opacity: .55; }
.lp-spot-red { background: var(--nred); left: 6%; top: 18%; }
.lp-spot-blue { background: var(--nblue); right: 6%; top: 34%; opacity: .45; }
.lp-floor { position: absolute; bottom: 28px; width: 78%; height: 30px; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,59,92,.4), transparent 70%); filter: blur(8px); }
.lp-fighters { position: relative; z-index: 2; width: min(100%, 490px); height: auto; animation: lpBreath 4s ease-in-out infinite; }
.ff-red { filter: drop-shadow(0 0 3px rgba(255,59,92,.85)) drop-shadow(0 0 18px rgba(255,59,92,.4)); }
.ff-blue { filter: drop-shadow(0 0 3px rgba(57,198,255,.85)) drop-shadow(0 0 18px rgba(57,198,255,.4)); }
@keyframes lpBreath { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.lp-scroll { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); color: var(--nmuted); text-decoration: none; font-size: 20px; animation: lpBounce 1.6s infinite; z-index: 3; }
@keyframes lpBounce { 0%,100% { transform: translate(-50%,0);} 50% { transform: translate(-50%,8px);} }
@media (max-width: 860px) { .lp-hero-inner { grid-template-columns: 1fr; } .lp-hero-art { height: 340px; order: -1; } }

/* ===== Headings umum ===== */
.lp-h2 { font-size: clamp(28px, 4.5vw, 44px); font-weight: 800; line-height: 1.1; letter-spacing: -.5px; }
.lp-h2.center { text-align: center; }
.lp-lead { color: var(--nmuted); font-size: 16px; line-height: 1.7; margin-top: 12px; }
.lp-lead.center { text-align: center; max-width: 560px; margin: 12px auto 0; }
.lp-section { max-width: 1180px; margin: 0 auto; padding: 90px 6vw; }

/* ===== SPLIT (fitur kiri, gambar kanan) ===== */
.lp-split { max-width: 1180px; margin: 0 auto; padding: 90px 6vw; display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.lp-feat { margin: 26px 0 30px; display: flex; flex-direction: column; gap: 6px; }
.lf-row { display: flex; gap: 16px; padding: 16px; border-radius: 14px; border: 1px solid transparent; transition: all .15s; }
.lf-row:hover { background: var(--npanel); border-color: var(--nline); }
.lf-num { font-family: 'Bangers', cursive; font-size: 22px; color: var(--nred); min-width: 34px; }
.lf-row b { font-size: 16px; }
.lf-row p { color: var(--nmuted); font-size: 14px; line-height: 1.6; margin-top: 3px; }

/* Bingkai layar (pratinjau arena) */
.lp-screen { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid var(--nline); background: #0a0e18; box-shadow: 0 30px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(57,198,255,.12); }
.lp-screen::after { content: ''; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 60px rgba(57,198,255,.12); }
.lp-screen-bar { display: flex; gap: 7px; padding: 11px 14px; background: #0c111d; border-bottom: 1px solid var(--nline); }
.lp-screen-bar span { width: 11px; height: 11px; border-radius: 50%; background: #2a3346; }
.lp-screen-bar span:first-child { background: var(--nred); }
.lp-screen-bar span:nth-child(2) { background: #f4b740; }
.lp-screen-bar span:nth-child(3) { background: #3ec46a; }
.lp-arena { display: block; width: 100%; height: auto; }
@media (max-width: 860px) { .lp-split { grid-template-columns: 1fr; gap: 30px; } }

/* ===== MODE ===== */
.lp-modes { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 20px; margin-top: 36px; }
.lp-mode { position: relative; overflow: hidden; border-radius: 18px; padding: 30px 26px; text-align: center; background: var(--npanel); border: 1px solid var(--nline); transition: all .18s; }
.lp-mode:hover { transform: translateY(-6px); border-color: var(--nred); box-shadow: 0 18px 44px rgba(0,0,0,.5); }
.lp-mode::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--nred), var(--nblue)); transform: scaleX(0); transition: transform .25s; }
.lp-mode:hover::before { transform: scaleX(1); }
.lp-mode-ic { width: 56px; height: 56px; margin: 0 auto; }
.lp-mode-ic .lp-svg { width: 56px; height: 56px; display: block; }
.lp-mode h3 { font-size: 20px; margin: 12px 0 8px; }
.lp-mode p { color: var(--nmuted); font-size: 14px; line-height: 1.6; }

/* ===== CARA MAIN ===== */
.lp-how { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 18px; margin-top: 36px; }
.lp-step { display: flex; gap: 16px; padding: 24px; border-radius: 16px; background: var(--npanel); border: 1px solid var(--nline); }
.lp-step-n { flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-family: 'Bangers', cursive; font-size: 24px; color: #fff; background: linear-gradient(135deg, var(--nred), var(--nblue)); }
.lp-step h3 { font-size: 17px; margin-bottom: 5px; }
.lp-step p { color: var(--nmuted); font-size: 14px; line-height: 1.55; }
.lp-step b { color: var(--ntext); }

/* ===== FINAL CTA ===== */
.lp-final { position: relative; overflow: hidden; text-align: center; padding: 100px 6vw; border-top: 1px solid var(--nline); }
.lp-final::before { content: ''; position: absolute; left: 50%; top: 50%; width: 600px; height: 600px; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(255,59,92,.16), transparent 60%); pointer-events: none; }
.lp-torii { position: relative; width: 88px; height: auto; fill: var(--nred); opacity: .85; margin-bottom: 18px; filter: drop-shadow(0 0 18px rgba(255,59,92,.5)); }
.lp-final h2 { position: relative; font-size: clamp(30px, 6vw, 50px); font-weight: 800; }
.lp-final p { position: relative; color: var(--nmuted); margin: 12px 0 28px; }

/* ===== FOOTER ===== */
.lp-footer { text-align: center; color: var(--nmuted); font-size: 13px; padding: 30px 6vw 80px; border-top: 1px solid var(--nline); line-height: 1.9; }
.lp-footer .brand-mark { color: var(--nred); }
.lp-footer a { color: var(--nblue); text-decoration: none; }
.lp-footer a:hover { text-decoration: underline; }

/* Halaman legal (privacy, terms, about) */
.legal { max-width: 820px; margin: 0 auto; padding: 40px 6vw 90px; color: var(--nmuted); }
.legal h1 { font-size: clamp(30px, 6vw, 46px); font-weight: 800; color: var(--ntext); }
.legal .updated { color: var(--nmuted); font-size: 13px; margin: 8px 0 30px; }
.legal h2 { color: var(--ntext); font-size: 21px; margin: 34px 0 12px; }
.legal p, .legal li { line-height: 1.8; font-size: 15px; }
.legal ul { margin: 8px 0 8px 20px; }
.legal a { color: var(--nblue); text-decoration: none; }
.legal a:hover { text-decoration: underline; }
.legal strong { color: var(--ntext); }
.legal .box { background: var(--npanel); border: 1px solid var(--nline); border-radius: 14px; padding: 18px 20px; margin: 18px 0; }
