:root{--bg:#0a0a0a;--bg-card:#111;--bg-elevated:#181818;--accent:#e2b44a;--accent-dim:rgba(226,180,74,.12);--accent-glow:rgba(226,180,74,.25);--red-soft:#f87171;--red-bg:rgba(248,113,113,.08);--green:#34d399;--green-dim:rgba(52,211,153,.15);--border:rgba(255,255,255,.06);--border-hover:rgba(255,255,255,.12);--border-accent:rgba(226,180,74,.25);--text-h:#f5f5f5;--text-p:#a3a3a3;--text-dim:#636363;--font-display:'Playfair Display',Georgia,serif;--font-body:'DM Sans',system-ui,sans-serif;--r-sm:8px;--r-md:14px;--r-lg:20px;--r-xl:28px}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{min-height:100vh;font-family:var(--font-body);background:var(--bg);color:var(--text-p);-webkit-font-smoothing:antialiased;line-height:1.6}
a{color:inherit;text-decoration:none}
body::before{content:'';position:fixed;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}
.site-wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem}

/* HEADER */
.site-header{position:sticky;top:0;z-index:100;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);background:rgba(10,10,10,.82);border-bottom:1px solid var(--border)}
.header-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:.65rem}
.brand-logo{width:36px;height:36px;border-radius:50%;border:2px solid var(--accent-dim);object-fit:cover;background:#000}
.brand-name{font-family:var(--font-body);font-size:.95rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-h)}
.brand-name span{font-weight:400;opacity:.45}
.brand-sub{font-size:.68rem;color:var(--text-dim);letter-spacing:.02em}
.header-nav{display:flex;align-items:center;gap:.2rem}
.header-nav a{font-size:.78rem;color:var(--text-dim);padding:.4rem .75rem;border-radius:999px;transition:color .15s,background .15s}
.header-nav a:hover,.header-nav a.active{color:var(--text-h);background:rgba(255,255,255,.05)}
.header-right{display:flex;align-items:center;gap:.6rem}
.badge-18{font-size:.65rem;font-weight:700;padding:.2rem .55rem;border-radius:999px;border:1px solid rgba(248,113,113,.4);color:var(--red-soft);background:var(--red-bg);letter-spacing:.04em}
.btn-login{font-size:.75rem;font-weight:500;padding:.42rem 1rem;border-radius:999px;border:1px solid var(--border-hover);color:var(--text-p);transition:border-color .15s,color .15s}
.btn-login:hover{border-color:var(--accent);color:var(--text-h)}
.btn-daftar{font-size:.75rem;font-weight:600;padding:.45rem 1.1rem;border-radius:999px;background:var(--accent);color:#0a0a0a;display:inline-flex;align-items:center;gap:.3rem;transition:transform .12s,box-shadow .12s;box-shadow:0 0 20px var(--accent-glow)}
.btn-daftar:hover{transform:translateY(-1px);box-shadow:0 4px 28px var(--accent-glow)}

/* HERO */
.hero{padding:5rem 0 4rem;position:relative}
.hero::before{content:'';position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:600px;height:400px;background:radial-gradient(ellipse,var(--accent-glow) 0%,transparent 70%);opacity:.35;pointer-events:none}
.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-dim);margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.14em}
.hero-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px var(--green-dim)}
.hero h1{font-family:var(--font-display);font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;line-height:1.1;color:var(--text-h);max-width:720px;letter-spacing:-.02em}
.hero h1 em{font-style:normal;background:linear-gradient(135deg,var(--accent),#f0d78c);-webkit-background-clip:text;color:transparent}
.hero-desc{margin-top:1.4rem;font-size:1.05rem;color:var(--text-p);max-width:580px;line-height:1.7}
.hero-desc strong{color:var(--text-h);font-weight:600}
.hero-actions{margin-top:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.btn-hero{font-size:.85rem;font-weight:600;padding:.65rem 1.6rem;border-radius:999px;background:var(--accent);color:#0a0a0a;display:inline-flex;align-items:center;gap:.4rem;transition:transform .12s,box-shadow .12s;box-shadow:0 0 30px var(--accent-glow)}
.btn-hero:hover{transform:translateY(-2px);box-shadow:0 6px 36px var(--accent-glow)}
.btn-ghost{font-size:.82rem;font-weight:500;padding:.6rem 1.4rem;border-radius:999px;border:1px solid var(--border-hover);color:var(--text-p);transition:border-color .15s,color .15s}
.btn-ghost:hover{border-color:var(--accent);color:var(--text-h)}

/* STATS */
.stats-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;background:var(--border);border-radius:var(--r-lg);overflow:hidden}
.stat-item{background:var(--bg-card);padding:1.6rem 1.4rem;text-align:center}
.stat-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;color:var(--text-dim);margin-bottom:.5rem}
.stat-value{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--accent);margin-bottom:.25rem}
.stat-desc{font-size:.73rem;color:var(--text-dim)}

/* SECTIONS */
.section{padding:4.5rem 0}
.section-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin-bottom:.6rem;font-weight:600}
.section-title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--text-h);line-height:1.15;margin-bottom:.6rem}
.section-desc{font-size:.92rem;color:var(--text-p);max-width:540px;line-height:1.7}
.section-desc strong{color:var(--text-h)}
.divider{height:1px;background:var(--border);margin:0;border:none}

/* INTRO GRID */
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.5rem;align-items:start}
.intro-text{font-size:.9rem;color:var(--text-p);line-height:1.75}
.intro-text strong{color:var(--text-h)}
.intro-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.6rem;position:relative;overflow:hidden}
.intro-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}
.intro-card h3{font-size:1rem;font-weight:600;color:var(--text-h);margin-bottom:.8rem}
.intro-list{list-style:none;display:flex;flex-direction:column;gap:.7rem}
.intro-list li{display:flex;gap:.6rem;font-size:.84rem;color:var(--text-p);line-height:1.55}
.intro-list li strong{color:var(--text-h)}
.intro-icon{width:20px;height:20px;flex-shrink:0;border-radius:50%;margin-top:2px;background:var(--accent-dim);display:flex;align-items:center;justify-content:center;font-size:.6rem;color:var(--accent)}
.intro-footnote{margin-top:1rem;padding-top:.8rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--text-dim)}
.intro-footnote strong{color:var(--red-soft)}

/* PANDUAN CARDS */
.panduan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.5rem}
.panduan-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.8rem 1.5rem;display:flex;flex-direction:column;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}
.panduan-card:hover{border-color:var(--border-accent);transform:translateY(-3px)}
.panduan-num{font-family:var(--font-display);font-size:2.8rem;font-weight:800;color:rgba(255,255,255,.03);position:absolute;top:-8px;right:12px;line-height:1;pointer-events:none}
.panduan-tag{font-size:.65rem;text-transform:uppercase;letter-spacing:.14em;color:var(--accent);font-weight:600;margin-bottom:.8rem}
.panduan-card h3{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--text-h);margin-bottom:.6rem}
.panduan-card p{font-size:.84rem;color:var(--text-p);line-height:1.65;flex:1}
.panduan-link{margin-top:1.2rem;font-size:.8rem;font-weight:600;color:var(--accent);display:inline-flex;align-items:center;gap:.3rem;transition:gap .15s}
.panduan-link:hover{gap:.55rem}
.section-cta{margin-top:1.5rem;text-align:center}
.section-cta a{font-size:.82rem;font-weight:600;color:var(--accent);padding:.55rem 1.4rem;border-radius:999px;border:1px solid var(--border-accent);transition:background .15s,color .15s}
.section-cta a:hover{background:var(--accent);color:#0a0a0a}

/* PILAR LINKS */
.pilar-box{margin-top:2.5rem;padding:1.8rem;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--r-lg)}
.pilar-box p{font-size:.88rem;color:var(--text-p);margin-bottom:.8rem}
.pilar-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.pilar-list li{font-size:.86rem;color:var(--text-p)}
.pilar-list a{color:var(--accent);font-weight:500}
.pilar-list a:hover{text-decoration:underline}

/* WARNING */
.warning-box{margin-top:2rem;padding:1.1rem 1.2rem;border-radius:var(--r-md);background:var(--red-bg);border:1px solid rgba(248,113,113,.2);font-size:.82rem;color:#fca5a5;line-height:1.65}
.warning-box strong{color:var(--red-soft)}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;margin-top:2.5rem}
.about-text{font-size:.88rem;color:var(--text-p);line-height:1.75;margin-bottom:.8rem}
.about-text strong{color:var(--text-h)}
.about-text a{color:var(--accent);border-bottom:1px solid var(--accent-dim)}
.about-text a:hover{border-color:var(--accent)}
.about-pilar{margin:1rem 0;padding:1.2rem 1.3rem;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--r-md)}
.about-pilar p{font-size:.82rem;color:var(--text-dim);margin-bottom:.5rem}
.about-pilar-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.about-pilar-list li{font-size:.84rem;color:var(--text-p)}
.about-pilar-list a{color:var(--accent);font-weight:500}
.about-pilar-list a:hover{text-decoration:underline}
.about-reminders h3{font-size:.95rem;font-weight:600;color:var(--text-h);margin-bottom:.8rem}
.reminder-list{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.reminder-list li{font-size:.84rem;color:var(--text-p);display:flex;gap:.5rem;line-height:1.55}
.reminder-dot{width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:8px}
.about-closing{margin-top:1.2rem;font-size:.84rem;color:var(--text-dim);line-height:1.65}
.about-closing strong{color:var(--text-p)}

/* PAGE HEADER (for subpages) */
.page-header{padding:3.5rem 0 2.5rem;position:relative}
.page-header::before{content:'';position:absolute;top:-80px;left:30%;width:500px;height:300px;background:radial-gradient(ellipse,var(--accent-glow) 0%,transparent 70%);opacity:.2;pointer-events:none}
.page-header h1{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;line-height:1.15;color:var(--text-h);max-width:600px}
.page-header h1 em{font-style:normal;background:linear-gradient(135deg,var(--accent),#f0d78c);-webkit-background-clip:text;color:transparent}
.page-header-desc{margin-top:1rem;font-size:.95rem;color:var(--text-p);max-width:560px;line-height:1.7}
.page-header-desc strong{color:var(--text-h)}
.breadcrumb{margin-bottom:1rem;font-size:.75rem;color:var(--text-dim)}
.breadcrumb a{color:var(--text-dim);transition:color .15s}
.breadcrumb a:hover{color:var(--accent)}

/* PANDUAN ALL GRID (for panduan.html) */
.panduan-all-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-top:2.5rem}

/* FOOTER */
.site-footer{border-top:1px solid var(--border);padding:2rem 0;margin-top:1rem}
.footer-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}
.footer-left{max-width:480px}
.footer-brand{font-size:.8rem;font-weight:600;color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.4rem}
.footer-desc{font-size:.78rem;color:var(--text-dim);line-height:1.6}
.footer-links{display:flex;flex-wrap:wrap;gap:.4rem 1rem}
.footer-links a{font-size:.78rem;color:var(--text-dim);transition:color .15s}
.footer-links a:hover{color:var(--text-h)}
.footer-copy{max-width:1200px;margin:1rem auto 0;padding:.8rem 1.5rem 0;border-top:1px solid var(--border);font-size:.72rem;color:var(--text-dim)}

/* RESPONSIVE */
@media(max-width:900px){.intro-grid,.about-grid,.panduan-all-grid{grid-template-columns:1fr}.panduan-grid{grid-template-columns:1fr}.stats-strip{grid-template-columns:1fr}}
@media(max-width:720px){.header-inner{flex-wrap:wrap}.header-nav{display:none}.hero,.page-header{padding:3rem 0 2.5rem}.hero h1{font-size:2rem}.section{padding:3rem 0}}

/* ANIMATIONS */
@keyframes fadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.hero h1,.hero-desc,.hero-actions,.stats-strip,.panduan-card,.intro-card,.page-header h1{animation:fadeUp .6s ease both}
.hero-desc,.page-header-desc{animation-delay:.08s}.hero-actions{animation-delay:.16s}.stats-strip{animation-delay:.24s}
.panduan-card:nth-child(1){animation-delay:.05s}.panduan-card:nth-child(2){animation-delay:.12s}.panduan-card:nth-child(3){animation-delay:.19s}
.panduan-card:nth-child(4){animation-delay:.26s}.panduan-card:nth-child(5){animation-delay:.33s}.panduan-card:nth-child(6){animation-delay:.4s}

/* ══ ARTICLE LAYOUT (for panduan subpages) ══ */
.article-shell{margin-top:1.5rem;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:2rem;align-items:flex-start}
@media(max-width:900px){.article-shell{grid-template-columns:1fr}}
.article-main{display:flex;flex-direction:column;gap:.9rem}
.article-eyebrow{font-size:.75rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.14em}
.article-title{font-family:var(--font-display);font-size:clamp(1.6rem,3.5vw,2.2rem);line-height:1.15;letter-spacing:-.02em;color:var(--text-h)}
.article-meta{font-size:.75rem;color:var(--text-dim);display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.article-meta-dot{width:4px;height:4px;border-radius:50%;background:var(--text-dim)}
.article-intro{font-size:.92rem;color:var(--text-p);max-width:40rem;line-height:1.7}
.article-intro strong{color:var(--text-h);font-weight:600}
.article-section{margin-top:.8rem}
.article-section h2{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--text-h);margin-bottom:.4rem}
.article-section h3{font-size:.95rem;color:var(--text-h);font-weight:600;margin:.6rem 0 .25rem}
.article-section p{font-size:.86rem;color:var(--text-p);margin-bottom:.5rem;line-height:1.7}
.article-section ul{margin:.2rem 0 .7rem 1.2rem;font-size:.86rem;color:var(--text-p);line-height:1.65}
.article-section li+li{margin-top:.25rem}
.article-section li strong{color:var(--text-h)}
.callout{border-radius:var(--r-md);padding:.9rem 1rem;background:var(--bg-card);border:1px solid var(--border-accent);font-size:.84rem;color:var(--text-p);margin:.7rem 0;line-height:1.65}
.callout strong{color:var(--accent)}
.article-side{display:flex;flex-direction:column;gap:1rem}
.side-card{border-radius:var(--r-lg);padding:1.2rem;background:var(--bg-card);border:1px solid var(--border);font-size:.82rem;color:var(--text-p);line-height:1.6}
.side-card-title{font-family:var(--font-display);font-size:.95rem;color:var(--text-h);font-weight:700;margin-bottom:.4rem}
.side-list{list-style:none;padding-left:0;margin:.3rem 0 0}
.side-list li+li{margin-top:.3rem}
.side-list a{font-size:.82rem;color:var(--accent);transition:color .15s}
.side-list a:hover{color:#f0d78c}
.side-pill{display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;border:1px solid var(--border);padding:.25rem .6rem;font-size:.7rem;color:var(--text-dim);margin-bottom:.4rem}
.side-pill .dot{width:6px;height:6px;border-radius:50%;background:var(--green)}

/* guides list (semua-panduan page) */
.guides-list{list-style:none;display:flex;flex-direction:column;gap:.8rem;margin-top:.5rem}
.guides-item{padding:.8rem 0;border-bottom:1px solid var(--border)}
.guides-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:600;margin-bottom:.3rem}
.guides-desc{font-size:.84rem;color:var(--text-p);line-height:1.6;margin-bottom:.4rem}
.guides-link{font-size:.8rem;font-weight:600;color:var(--accent);transition:color .15s}
.guides-link:hover{color:#f0d78c}