/* ============================================================
   GEPRINDO — Main Stylesheet v4
   Palet: Emas #F5A800, Merah #C0180C — Background PUTIH
   ============================================================ */
:root {
  --hitam:#15151A;
  --hijau:#1B6B4A;
  --hijau-d:#12513A;
  --krem:#F7F2E8;
  --pasir:#E0D5C2;
  --kayu:#8B6B45;
  --gold:       #F5A800;
  --gold-d:     #C98C00;
  --gold-light: #FFF3CC;
  --gold-pale:  #FFFBF0;
  --red:        #C0180C;
  --red-b:      #E8320A;
  --red-light:  #FFF0EE;
  --dark:       #101014;
  --body:       #3B3730;
  --white:      #FFFFFF;
  --off:        #F7F2E8;
  --gray-light: #F0E9DC;
  --gray:       #7A6E5C;
  --border:     #E0D5C2;
  --r:          10px;
  --rl:         16px;
  --sh:         0 2px 16px rgba(30,24,16,.10);
  --shl:        0 8px 40px rgba(30,24,16,.16);
  --t:          .2s ease;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:#1E1E24;background:#FFFFFF;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}

h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15}
h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;line-height:1.25}
h3{font-size:1.2rem;font-weight:700}
h4{font-size:1rem;font-weight:600}
p{font-size:1rem;color:#3A3630;line-height:1.75}

.container{max-width:1140px;margin:0 auto;padding:0 20px}
.container-sm{max-width:760px;margin:0 auto;padding:0 20px}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;border:none;transition:all .2s ease;white-space:nowrap}
.btn-primary{background:linear-gradient(135deg,#F5A800 0%,#E8970A 100%);color:#15151A;box-shadow:0 3px 12px rgba(245,168,0,.35)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(245,168,0,.5)}
.btn-red{background:linear-gradient(135deg,#E8320A 0%,#C0180C 100%);color:#FFFFFF;box-shadow:0 3px 12px rgba(192,24,12,.28)}
.btn-red:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(192,24,12,.38)}
.btn-outline{background:transparent;color:#15151A;border:2px solid #E0D5C2}
.btn-outline:hover{border-color:#F5A800;color:#C0180C;background:#FFFBF0}
.btn-outline-gold{background:transparent;color:#15151A;border:2px solid #F5A800}
.btn-outline-gold:hover{background:#F5A800;color:#15151A}
.btn-outline-white{background:transparent;color:#FFFFFF;border:2px solid rgba(255,255,255,.5)}
.btn-outline-white:hover{background:rgba(255,255,255,.12);border-color:#FFFFFF}
.btn-lg{padding:16px 36px;font-size:1.05rem;border-radius:10px}
.btn-sm{padding:8px 18px;font-size:.875rem}

/* ── NAVBAR ──────────────────────────────────────────────── */
.navbar{
  position:sticky;top:0;z-index:1000;
  background:#FFFFFF;
  border-bottom:2px solid #F5A800;
  box-shadow:0 2px 20px rgba(30,24,16,.10);
}
.navbar-inner{display:flex;align-items:center;height:68px;gap:20px}
.navbar-brand{display:flex;align-items:center;gap:0;text-decoration:none;min-width:0;line-height:1;flex-shrink:0}
.navbar-brand img{width:66px;height:66px;object-fit:contain;flex-shrink:0}
.navbar-nav{display:flex;align-items:center;gap:2px;margin-left:auto}
.nav-link{padding:8px 13px;border-radius:6px;font-size:.88rem;font-weight:500;color:#1E1E24;transition:all .2s ease}
.nav-link:hover,.nav-link.active{color:#C0180C;background:#FFFBF0}
.navbar-cta{margin-left:10px}
.navbar-shell-actions{display:flex;align-items:center;gap:8px;margin-left:auto;justify-content:flex-end}
.navbar-shell-btn{width:40px;height:40px;border-radius:999px;border:1.5px solid #E0D5C2;background:#fff;color:#15151A;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}
.menu-lines{display:flex;flex-direction:column;gap:3px;align-items:center;justify-content:center}
.menu-lines span{display:block;width:16px;height:2px;border-radius:2px;background:currentColor}
.navbar-shell-backdrop{position:fixed;inset:0;background:transparent;display:none;z-index:1001}
.navbar-shell-backdrop.open{display:block}
.navbar-shell-menu{position:fixed;top:78px;right:16px;width:min(260px,calc(100vw - 24px));background:#fff;border:1px solid #E0D5C2;border-radius:18px;box-shadow:0 18px 44px rgba(0,0,0,.18);padding:8px;z-index:1002;display:none}
.navbar-shell-menu.open{display:block}
.navbar-shell-link{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:12px;text-decoration:none;color:#15151A;font-size:13px;font-weight:700}
.navbar-shell-link:hover,.navbar-shell-link:active{background:#FFFBF0}
.navbar-shell-link.logout{width:100%;border:none;background:none;font-family:inherit;text-align:left;color:#C0180C;cursor:pointer}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}
.hamburger span{display:block;width:24px;height:2.5px;background:#15151A;border-radius:2px;transition:all .2s ease}
.mobile-menu{display:none;position:fixed;inset:68px 0 0 0;background:#FFFFFF;z-index:999;flex-direction:column;padding:20px;border-top:3px solid #F5A800;overflow-y:auto}
.mobile-menu.open{display:flex}
.mobile-menu .nav-link{font-size:1.05rem;padding:14px 16px;border-radius:8px}
.mobile-menu .btn{width:100%;justify-content:center;margin-top:8px}

/* ── HERO — PUTIH BERSIH ─────────────────────────────────── */
.hero{
  background:#FFFFFF;
  padding:72px 0 64px;
  border-bottom:1px solid #E0D5C2;
  position:relative; overflow:hidden;
}
/* Aksen dekoratif emas di kanan hero */
.hero::after{
  content:'';position:absolute;right:-120px;top:-120px;
  width:480px;height:480px;border-radius:50%;
  background:radial-gradient(circle,rgba(245,168,0,.06) 0%,transparent 70%);
  pointer-events:none;
}
.hero-inner{
  position:relative;z-index:1;
  display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;
}
.hero-logo{
  width:120px;height:120px;object-fit:contain;
  margin-bottom:24px;
  /* Tidak ada kotak, tidak ada border */
  background:transparent;border:none;padding:0;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:#FFFBF0;border:1px solid rgba(245,168,0,.4);
  color:#C0180C;padding:5px 14px;border-radius:20px;
  font-size:.75rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.5px;margin-bottom:18px;
}
.hero h1{color:#15151A;margin-bottom:16px}
.hero h1 span{color:#C0180C}
.hero p{color:#3A3630;font-size:1.08rem;margin-bottom:32px;max-width:480px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-divider{height:1px;background:#E0D5C2;margin:40px 0 32px}
.hero-stats{display:flex;gap:36px;flex-wrap:wrap}
.hero-stat-num{font-size:2.2rem;font-weight:900;color:#C0180C}
.hero-stat-label{font-size:.75rem;color:#7A6E5C;margin-top:2px;font-weight:500}

/* Hero visual cards */
.hero-visual{display:flex;flex-direction:column;gap:14px}
.hero-card{
  background:#FFFFFF;border:1.5px solid #E0D5C2;
  border-radius:16px;padding:20px 24px;
  box-shadow:0 2px 16px rgba(30,24,16,.10);
}
.hero-card:hover{border-color:#F5A800;box-shadow:0 8px 40px rgba(30,24,16,.16)}
.hero-card-title{font-size:.68rem;font-weight:700;color:#C0180C;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}
.hero-struct-row{
  display:flex;align-items:center;justify-content:space-between;
  background:#F7F2E8;border-radius:8px;padding:10px 14px;margin-bottom:6px;
  border:1px solid #E0D5C2;transition:all .2s ease;
}
.hero-struct-row:hover{border-color:#F5A800;background:#FFFBF0}
.hero-struct-name{font-size:.88rem;color:#15151A;font-weight:600}
.hero-struct-count{font-size:.8rem;color:#C0180C;font-weight:700}
.hero-struct-bar{height:3px;background:#E0D5C2;border-radius:2px;margin-top:5px;overflow:hidden}
.hero-struct-fill{height:100%;background:linear-gradient(90deg,#F5A800,#E8320A);border-radius:2px}

/* ── SECTIONS ─────────────────────────────────────────────── */
.section{padding:80px 0}
.section-alt{background:#FAF6EE}
.section-gold{background:linear-gradient(135deg,#FFF3CC 0%,#F5E7C0 100%)}
.section-dark{background:linear-gradient(135deg,#1B1B21 0%,#2A241C 100%);color:#FFFFFF}

.section-header{text-align:center;max-width:640px;margin:0 auto 56px}
.section-label{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#C0180C;margin-bottom:12px}
.section-dark .section-label{color:#F5A800}
.section-dark h2{color:#FFFFFF}
.section-dark p{color:rgba(255,255,255,.75)}
.section-gold .section-label{color:#15151A;opacity:.7}

/* ── GRID ─────────────────────────────────────────────────── */
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}

/* ── CARDS ─────────────────────────────────────────────────── */
.card{background:#FFFFFF;border:1.5px solid #E0D5C2;border-radius:16px;padding:28px;transition:all .2s ease}
.card:hover{box-shadow:0 8px 40px rgba(30,24,16,.16);transform:translateY(-3px);border-color:#F5A800}
.card-icon{width:52px;height:52px;border-radius:12px;background:#FFF3CC;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:16px}
.card h3{margin-bottom:8px;color:#15151A}

/* ── NILAI INTI ───────────────────────────────────────────── */
.nilai-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.nilai-card{
  background:rgba(255,255,255,.07);border:1px solid rgba(245,168,0,.25);
  border-radius:16px;padding:28px 22px;
  border-top:3px solid #F5A800;transition:all .2s ease;
}
.nilai-card:hover{background:rgba(255,255,255,.12)}
.nilai-num{font-size:2rem;font-weight:900;color:#F5A800;margin-bottom:4px}
.nilai-name{font-size:1rem;font-weight:700;color:#FFFFFF;margin-bottom:8px}
.nilai-desc{font-size:.875rem;color:rgba(255,255,255,.65);line-height:1.65}

/* ── STRUKTUR ─────────────────────────────────────────────── */
.struktur-tree{max-width:680px;margin:0 auto}
.struktur-level{
  display:flex;align-items:center;
  background:#FFFFFF;border:1.5px solid #E0D5C2;
  border-radius:10px;padding:14px 18px;
  margin-bottom:8px;transition:all .2s ease;
}
.struktur-level:hover{border-color:#F5A800;box-shadow:0 2px 16px rgba(30,24,16,.10)}
.lv-presiden{border-left:4px solid #B22222}
.lv-dpp{border-left:4px solid #C0180C}
.lv-dpd{border-left:4px solid #E8320A}
.lv-dpc{border-left:4px solid #F5A800}
.lv-kec{border-left:4px solid #C98C00}
.lv-kel{border-left:4px solid #A87800}
.struktur-level-inner{flex:1;margin-left:12px}
.struktur-level-name{font-weight:700;color:#15151A;font-size:.92rem}
.struktur-level-desc{font-size:.78rem;color:#7A6E5C;margin-top:2px}
.struktur-level-badge{font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:20px;background:#FFF3CC;color:#C0180C;white-space:nowrap}
.struktur-connector{width:2px;height:10px;background:#FFF3CC;margin:0 0 8px 22px}

/* ── STEPS ─────────────────────────────────────────────────── */
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.step-card{background:#FFFFFF;border:1.5px solid #E0D5C2;border-radius:16px;padding:24px 18px;text-align:center;transition:all .2s ease}
.step-card:hover{border-color:#F5A800;box-shadow:0 2px 16px rgba(30,24,16,.10)}
.step-num{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#F5A800,#C98C00);color:#15151A;font-size:1.1rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;box-shadow:0 3px 10px rgba(245,168,0,.4)}
.step-card h4{color:#15151A;margin-bottom:6px}
.step-card p{font-size:.85rem}

/* ── STATS BAR ─────────────────────────────────────────────── */
.stats-bar{
  display:grid;grid-template-columns:repeat(4,1fr);
  background:linear-gradient(135deg,#1B1B21 0%,#2A241C 100%);
  border-radius:16px;overflow:hidden;
  box-shadow:0 8px 40px rgba(30,24,16,.16);border:1px solid rgba(245,168,0,.2);
}
.stat-item{padding:28px 20px;text-align:center;border-right:1px solid rgba(245,168,0,.1)}
.stat-item:last-child{border-right:none}
.stat-num{font-size:2.2rem;font-weight:900;color:#F5A800 !important}
.stat-label{font-size:.78rem;color:#C9BCA5;margin-top:4px}

/* ── BERITA ─────────────────────────────────────────────────── */
.berita-card{background:#FFFFFF;border:1.5px solid #E0D5C2;border-radius:16px;overflow:hidden;transition:all .2s ease}
.berita-card:hover{box-shadow:0 8px 40px rgba(30,24,16,.16);transform:translateY(-3px);border-color:#F5A800}
.berita-img{height:180px;background:#FFF3CC;display:flex;align-items:center;justify-content:center;font-size:3rem}
.berita-body{padding:18px}
.berita-cat{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#C0180C;margin-bottom:8px}
.berita-title{font-size:.95rem;font-weight:700;color:#15151A;margin-bottom:8px;line-height:1.4}
.berita-date{font-size:.78rem;color:#7A6E5C}

/* ── CTA BOX ─────────────────────────────────────────────────── */
.bergabung-box{
  background:linear-gradient(135deg,#1B1B21 0%,#2A241C 100%);
  border-radius:16px;padding:64px 48px;
  text-align:center;position:relative;overflow:hidden;
  border:1px solid rgba(245,168,0,.2);
}
.bergabung-box::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(245,168,0,.08) 0%,transparent 70%);top:-150px;right:-100px;pointer-events:none}
.bergabung-box h2{color:#FFFFFF}
.bergabung-box p{color:rgba(255,255,255,.75);max-width:500px;margin:0 auto 32px}
.bergabung-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* ── MANIFESTO BLOCK ──────────────────────────────────────── */
.manifesto-block{border-left:4px solid #F5A800;padding:18px 22px;background:#FFFBF0;border-radius:0 10px 10px 0;margin-bottom:16px}
.manifesto-block h3{color:#15151A;margin-bottom:6px}
.manifesto-block p{font-size:.92rem;color:#3A3630}

/* ── NOTICE ───────────────────────────────────────────────── */
.notice{padding:12px 16px;border-radius:8px;font-size:.875rem;margin-bottom:16px;display:flex;align-items:flex-start;gap:10px}
.notice-info{background:#FFFBF0;border:1px solid rgba(245,168,0,.3);color:#15151A}
.notice-warn{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}
.notice-success{background:#f0fdf4;border:1px solid #86efac;color:#166534}
.notice-icon{font-size:1.1rem;flex-shrink:0;margin-top:1px}

/* ── KONTAK ───────────────────────────────────────────────── */
.kontak-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.kontak-item{display:flex;gap:14px;margin-bottom:24px}
.kontak-icon{width:44px;height:44px;border-radius:10px;background:#FFF3CC;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}
.kontak-label{font-size:.78rem;color:#7A6E5C}
.kontak-value{font-weight:600;color:#15151A}

/* ── FOOTER ───────────────────────────────────────────────── */
.footer{background:#2A0A0A;color:rgba(255,255,255,.7);padding:60px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(245,168,0,.1)}
.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.footer-brand img{width:48px;height:48px;object-fit:contain}
.footer-brand-name{font-size:1.25rem;font-weight:900;color:#FFFFFF !important;letter-spacing:-.5px}
.footer-desc{font-size:.875rem;line-height:1.7;max-width:260px}
.footer-heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#F5A800 !important;margin-bottom:16px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{font-size:.875rem;color:#A89578;transition:all .2s ease}
.footer-links a:hover{color:#F5A800}
.footer-bottom{padding:20px 0;display:flex;align-items:center;justify-content:space-between;font-size:.78rem}
.footer-bottom-links{display:flex;gap:20px}
.footer-bottom-links a{color:rgba(255,255,255,.4);transition:all .2s ease}
.footer-bottom-links a:hover{color:#F5A800}

/* ── FORM ─────────────────────────────────────────────────── */
.form-section{background:#F7F2E8;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}
.form-box{background:#FFFFFF;border-radius:16px;box-shadow:0 8px 40px rgba(30,24,16,.12);width:100%;max-width:520px;overflow:hidden}
.form-header{background:linear-gradient(135deg,#1B1B21 0%,#2A241C 100%);padding:28px 32px;text-align:center;border-bottom:3px solid #F5A800}
.form-header h2{color:#FFFFFF;font-size:1.4rem}
.form-header p{color:rgba(255,255,255,.65);font-size:.875rem;margin-top:4px}
.form-body{padding:32px}
.form-step{display:none}
.form-step.active{display:block}
.form-group{margin-bottom:18px}
.form-label{display:block;font-size:.875rem;font-weight:600;color:#15151A;margin-bottom:6px}
.form-label span{color:#C0180C}
.form-control{width:100%;padding:11px 14px;border:1.5px solid #E0D5C2;border-radius:8px;font-size:.95rem;color:#15151A;transition:all .2s ease}
.form-control:focus{outline:none;border-color:#F5A800;box-shadow:0 0 0 3px rgba(245,168,0,.15)}
.form-control::placeholder{color:#bbb}
.form-hint{font-size:.78rem;color:#7A6E5C;margin-top:5px}
.form-error{font-size:.78rem;color:#C0180C;margin-top:5px;display:none}
.form-control.error{border-color:#C0180C}
.form-control.error+.form-error{display:block}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-check{display:flex;align-items:flex-start;gap:10px;cursor:pointer}
.form-check input{width:16px;height:16px;margin-top:2px;accent-color:#C0180C}
.form-check-label{font-size:.875rem;color:#3A3630;line-height:1.5}
.form-check-label a{color:#C0180C}
.step-progress{display:flex;gap:6px;margin-bottom:20px}
.step-dot{flex:1;height:4px;border-radius:2px;background:#E0D5C2;transition:all .2s ease}
.step-dot.done{background:#C98C00}
.step-dot.active{background:#F5A800}
.step-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#7A6E5C;margin-bottom:16px}
.step-title span{color:#C0180C}

/* OTP */
.otp-group{display:flex;gap:8px}
.otp-input{width:48px;height:56px;text-align:center;font-size:1.5rem;font-weight:700;border:1.5px solid #E0D5C2;border-radius:10px;transition:all .2s ease}
.otp-input:focus{outline:none;border-color:#F5A800;box-shadow:0 0 0 3px rgba(245,168,0,.15)}
.otp-input.filled{border-color:#C98C00;background:#FFFBF0}
.otp-status{font-size:.8rem;margin-top:8px;min-height:20px}
.otp-status.sent{color:#16a34a;font-weight:600}
.otp-status.ok{color:#16a34a;font-weight:700}
.otp-status.fail{color:#C0180C;font-weight:600}
.otp-status.wait{color:#7A6E5C}
.otp-input.shake{animation:shake .3s;border-color:#C0180C!important}
@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}
.resend-row{margin-top:10px;font-size:.8rem;color:#7A6E5C}
.resend-btn{color:#C0180C;font-weight:600;cursor:pointer;background:none;border:none;font-size:.8rem;padding:0}
.resend-btn:disabled{color:#7A6E5C;cursor:default}

/* Upload */
.file-upload-area{border:2px dashed #E0D5C2;border-radius:10px;padding:28px;text-align:center;cursor:pointer;transition:all .2s ease;background:#F7F2E8}
.file-upload-area:hover,.file-upload-area.dragover{border-color:#F5A800;background:#FFFBF0}
.file-upload-area.uploaded{border-color:#16a34a;background:#f0fdf4}
.file-upload-area input{display:none}
.upload-preview{width:100%;max-height:160px;object-fit:cover;border-radius:6px;display:none;margin-bottom:8px}
.upload-icon{font-size:2rem;margin-bottom:8px;display:block}
.upload-label{font-size:.875rem;color:#7A6E5C}
.upload-hint{font-size:.75rem;color:#7A6E5C;margin-top:4px}

/* Posisi */
.posisi-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto}
.posisi-item{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1.5px solid #E0D5C2;border-radius:8px;cursor:pointer;transition:all .2s ease}
.posisi-item:hover:not(.taken){border-color:#F5A800;background:#FFFBF0}
.posisi-item.selected{border-color:#C0180C;background:#FFFBF0}
.posisi-item.taken{opacity:.5;cursor:not-allowed;background:#F0E9DC}
.posisi-item-name{font-size:.9rem;font-weight:600;color:#15151A}
.posisi-item-level{font-size:.75rem;color:#7A6E5C}
.posisi-status{font-size:.72rem;font-weight:700;padding:3px 8px;border-radius:10px}
.s-kosong{background:#dcfce7;color:#16a34a}
.s-terisi{background:#F0E9DC;color:#7A6E5C}
.s-terbuka{background:#FFF3CC;color:#C0180C}

/* ── TOAST ──────────────────────────────────────────────── */
.toast{position:fixed;bottom:24px;right:24px;z-index:9999;background:#B22222;color:#FFFFFF;padding:14px 20px;border-radius:10px;box-shadow:0 8px 40px rgba(30,24,16,.16);font-size:.9rem;display:flex;align-items:center;gap:10px;transform:translateY(100px);opacity:0;transition:.3s ease;border-left:4px solid #F5A800}
.toast.show{transform:translateY(0);opacity:1}
.toast.success{border-left-color:#16a34a}
.toast.error{border-left-color:#C0180C}
.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#FFFFFF;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}
@keyframes spin{to{transform:rotate(360deg)}}

.text-center{text-align:center}
.text-gold{color:#F5A800}
.text-red{color:#C0180C}
.text-dark{color:#15151A}
.text-white{color:#FFFFFF}
.divider{border:none;border-top:1px solid #E0D5C2;margin:28px 0}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media(max-width:1024px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .navbar-nav,.navbar-cta{display:none}
  .hamburger{display:none !important}
  .navbar-shell-actions{margin-left:auto}
  .hero-inner{grid-template-columns:1fr}
  .hero-visual{display:none}
  .hero{padding:48px 0 40px}
  .hero-stats{gap:20px;flex-wrap:wrap}
  .grid-2,.grid-3,.nilai-grid{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:1fr}
  .stats-bar{grid-template-columns:1fr 1fr}
  .stat-item{border-right:none;border-bottom:1px solid rgba(245,168,0,.1)}
  .kontak-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .bergabung-box{padding:40px 24px}
  .section{padding:56px 0}
  .form-body{padding:24px}
  .form-row{grid-template-columns:1fr}
}
@media(max-width:480px){
  .hero h1{font-size:1.85rem}
  .btn-lg{padding:14px 22px;font-size:.95rem}
  .stats-bar{grid-template-columns:1fr}
  .hero-logo{width:80px;height:80px}
}

/* ── ANDROID / BROWSER LAMA COMPATIBILITY ──────────────────
   Semua warna teks di atas background gelap di-hardcode
   agar tidak bergantung pada CSS variable yang mungkin
   tidak didukung browser Android lama
   ───────────────────────────────────────────────────────── */
.section-dark, .section-dark * { color: inherit; }
.section-dark { background:linear-gradient(135deg,#1B1B21 0%,#2A241C 100%) !important; }
.section-dark h2 { color: #FFFFFF !important; }
.section-dark p { color: rgba(255,255,255,.75) !important; }
.section-dark .section-label { color: #F5A800 !important; }

.stats-bar { background: linear-gradient(135deg,#1B1B21,#2A241C) !important; }
.stat-num { color: #F5A800 !important; }
.stat-label { color: #A89578 !important; }

.footer { background: #2A0A0A !important; }
.footer-brand-name { color: #FFFFFF !important; }
.footer-heading { color: #F5A800 !important; }
.footer-desc { color: #A89578 !important; }
.footer-links a { color: #A89578 !important; }
.footer-links a:hover { color: #F5A800 !important; }
.footer-bottom { color: #6E6455 !important; }

.bergabung-box { background: linear-gradient(135deg,#1B1B21,#2A241C) !important; }
.bergabung-box h2 { color: #FFFFFF !important; }
.bergabung-box p { color: rgba(255,255,255,.75) !important; }

.form-header { background: linear-gradient(135deg,#1B1B21,#2A241C) !important; }
.form-header h2 { color: #FFFFFF !important; }
.form-header p { color: rgba(255,255,255,.65) !important; }

.hero-struct-name { color: #15151A !important; }
.hero-struct-count { color: #C0180C !important; }
.hero-card-title { color: #C0180C !important; }

/* ── MOBILE RESPONSIVE FIX ANDROID ─────────────────────── */
@media screen and (max-width:600px) {
  .container { padding:0 16px; }
  h1 { font-size:1.8rem !important; }
  h2 { font-size:1.4rem !important; }
  .hero { padding:40px 0 36px; }
  .hero-logo { width:72px !important; height:72px !important; }
  .stats-bar { grid-template-columns:1fr 1fr !important; }
  .stat-item { padding:20px 12px !important; }
  .stat-num { font-size:1.6rem !important; }
  .bergabung-box { padding:32px 20px !important; }
  .bergabung-box h2 { font-size:1.4rem !important; }
  .steps-grid { grid-template-columns:1fr !important; }
  .footer-grid { grid-template-columns:1fr !important; }
  .footer { padding:40px 0 0; }
  .form-body { padding:20px 16px !important; }
  .otp-group { gap:5px; }
  .otp-input { width:42px !important; height:48px !important; font-size:1.3rem !important; }
  .struktur-level { padding:12px 14px; }
  .navbar-brand { gap:0 !important; }
  .navbar-brand img { width:58px !important; height:58px !important; }
}
@media screen and (max-width:400px) {
  .otp-input { width:38px !important; height:44px !important; font-size:1.2rem !important; }
  .otp-group { gap:4px; }
}


/* === KHAZANAH NUSANTARA === */
.kz-hero{background:linear-gradient(160deg,#15151A,#241C14 60%,#15151A);color:#fff;padding:74px 0 62px}
.kz-hero .kz-kicker{color:#F5A800;font-size:.72rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}
.kz-hero h1{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.15;margin-bottom:14px}
.kz-hero p{color:rgba(255,255,255,.86);font-size:1.05rem;line-height:1.75;max-width:780px}
.kz-sec{padding:56px 0}.kz-sec.alt{background:#F7F2E8}
.kz-sec h2{font-size:clamp(1.3rem,2.6vw,1.9rem);font-weight:800;color:#15151A;margin-bottom:8px}
.kz-lead{color:#5C5548;margin-bottom:26px;max-width:740px;line-height:1.7}
.kz-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}
.kz-card{background:#fff;border:1px solid #E0D5C2;border-left:4px solid #C0180C;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:10px;transition:transform .18s,box-shadow .18s}
.kz-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(30,24,16,.13)}
.kz-card.v-buku{border-left-color:#8B6B45}.kz-card.v-data{border-left-color:#1B6B4A}.kz-card.v-artikel{border-left-color:#F5A800}
.kz-tag{align-self:flex-start;font-size:.66rem;font-weight:800;letter-spacing:.8px;text-transform:uppercase;padding:3px 9px;border-radius:20px;background:#F7F2E8;color:#7A6E5C}
.kz-card h3{font-size:1.02rem;font-weight:700;color:#15151A;line-height:1.35;margin:0}
.kz-why{font-size:.9rem;color:#5C5548;line-height:1.65;margin:0;flex:1}
.kz-src{font-size:.75rem;color:#8B8172}
.kz-btn{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:8px;background:#15151A;color:#fff;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .18s}
.kz-btn:hover{background:#C0180C;color:#fff}
.kz-time{border-left:3px solid #E0D5C2;padding-left:24px;display:flex;flex-direction:column;gap:24px}
.kz-t{position:relative}.kz-t:before{content:'';position:absolute;left:-31px;top:5px;width:12px;height:12px;border-radius:50%;background:#C0180C;box-shadow:0 0 0 3px #F7F2E8}
.kz-t-year{font-size:.8rem;font-weight:800;color:#C0180C;letter-spacing:.5px}
.kz-t h4{font-size:1.05rem;font-weight:700;color:#15151A;margin:2px 0 6px}
.kz-t p{color:#5C5548;font-size:.92rem;line-height:1.7;margin:0}
.kz-hubgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(262px,1fr));gap:18px}
.kz-hub{display:block;text-decoration:none;background:#fff;border:1px solid #E0D5C2;border-radius:14px;overflow:hidden;transition:transform .18s,box-shadow .18s}
.kz-hub:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(30,24,16,.15)}
.kz-hub img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block;background:#E0D5C2}
.kz-hub-b{padding:16px 18px}.kz-hub h3{font-size:1.05rem;font-weight:700;color:#15151A;margin:0 0 6px}
.kz-hub p{font-size:.87rem;color:#5C5548;line-height:1.6;margin:0}
.kz-note{background:#F7F2E8;border:1px solid #E0D5C2;border-left:4px solid #1B6B4A;border-radius:10px;padding:15px 17px;font-size:.86rem;color:#5C5548;line-height:1.7}
.kz-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin-bottom:28px}
.kz-stat{background:#fff;border:1px solid #E0D5C2;border-radius:12px;padding:18px;text-align:center}
.kz-stat b{display:block;font-size:1.7rem;font-weight:900;color:#C0180C;line-height:1.1}
.kz-stat span{font-size:.8rem;color:#7A6E5C}

/* === HERO HALAMAN: gelap, aksen merah-emas tipis === */
.page-hero{background:linear-gradient(160deg,#15151A 0%,#241F18 100%);position:relative}
.page-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,#C0180C 0%,#F5A800 100%)}
.page-hero .section-label{color:#F5A800}
.page-hero h1{color:#FFFFFF}
.page-hero p{color:rgba(255,255,255,.78)}
.section-gold .section-label{color:#8B6B45;opacity:1}

/* === MENU GESER: satu sumber, dua tampilan =================== */
/* Di layar lebar navbar sudah memuat navigasi situs, jadi bagian ini
   disembunyikan agar tidak muncul dua daftar menu sekaligus. */
@media(min-width:992px){.navbar-shell-menu .shell-situs{display:none}
.navbar-shell-menu .shell-situs + .shell-sekat{border-top:0;margin-top:0;padding-top:8px}}
.navbar-shell-menu .shell-sekat{font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:#8B6B45;
 font-weight:800;padding:12px 16px 6px;border-top:1px solid #E8DFCD;margin-top:6px}

/* === AMBANG NAVBAR ============================================
   Label "Program & Fokus" membuat navbar 9 menu pecah dua baris di
   sekitar 900px. Navbar disembunyikan lebih awal (di bawah 992px)
   dan digantikan menu geser. */
/* ambang navbar 991 */
@media(max-width:991px){.navbar-nav,.navbar-cta{display:none !important}}

/* Tombol Keluar pada menu geser — selalu paling bawah, terpisah */
.navbar-shell-menu .shell-keluar{width:100%;text-align:left;background:none;border:0;cursor:pointer;
 color:#C0180C !important;font-weight:700;border-top:1px solid #E8DFCD;margin-top:6px;font-family:inherit}
.navbar-shell-menu .shell-keluar:hover{background:#FFF4F2}

/* === BAKU UKURAN ==========================================
   Hanya DUA lebar kolom di seluruh situs:
     1140px  kisi, hero, tata letak lebar
      760px  teks yang dibaca (container-sm & kolom artikel)
   Halaman jadi tidak "bergoyang" saat berpindah menu. */
.ar-col{max-width:760px}

/* Kolom pencarian: satu bentuk di semua halaman.
   !important dipakai karena tiap halaman punya <style> sendiri
   yang dimuat setelah berkas ini — tanpa ini ukurannya kembali
   berbeda-beda seperti semula. */
.lp-search,.lw-search,.filter-bar input,.filter-bar select,input.gep-search{
 height:46px !important;padding:0 16px !important;border:1.5px solid #E0D5C2 !important;
 border-radius:12px !important;font-size:15px !important;font-family:inherit !important;
 background:#fff !important;color:#3B3730;min-width:200px !important;outline:none;
 transition:border-color .18s ease,box-shadow .18s ease}
.lp-search:focus,.lw-search:focus,.filter-bar input:focus,.filter-bar select:focus,input.gep-search:focus{
 border-color:#F5A800 !important;box-shadow:0 0 0 3px rgba(245,168,0,.16)}
.lp-search::placeholder,.lw-search::placeholder,.filter-bar input::placeholder{color:#A89578}

/* === BAKU HERO ============================================
   Semua kepala halaman memakai tinggi yang sama. Sebelumnya
   74/92/98/100px — bedanya sampai 26px, sehingga halaman terasa
   naik-turun tiap berpindah menu.
   !important dipakai karena sebagian hero memakai style sebaris. */
.page-hero,.ar-hero,.ck-hero,.pj-hero,.pg-hero,.kz-hero{
 padding:92px 0 78px !important}
@media(max-width:820px){
 .page-hero,.ar-hero,.ck-hero,.pj-hero,.pg-hero,.kz-hero{padding:60px 0 50px !important}}

/* Judul hero seragam pula, agar bobotnya tidak berubah-ubah. */
.page-hero h1,.ar-hero h1,.ck-hero h1,.pj-hero h1,.pg-hero h1,.kz-hero h1{
 font-size:2.7rem !important;line-height:1.14 !important}
@media(max-width:820px){
 .page-hero h1,.ar-hero h1,.ck-hero h1,.pj-hero h1,.pg-hero h1,.kz-hero h1{font-size:1.85rem !important}}

/* === BARIS GESER MENU SITUS ================================
   Tampil hanya di layar < 992px, tempat navbar disembunyikan.
   Dengan ini hamburger tidak perlu lagi memuat menu situs,
   sehingga isinya sama persis di semua halaman. */
.site-strip{display:none}
@media(max-width:991px){
 .site-strip{display:block;position:sticky;top:70px;z-index:900;background:#fff;
  border-bottom:1px solid #E0D5C2;overflow-x:auto;overflow-y:hidden;
  -webkit-overflow-scrolling:touch;scrollbar-width:none}
 .site-strip::-webkit-scrollbar{display:none}
 .site-strip-in{display:flex;gap:4px;padding:9px 16px;width:max-content;min-width:100%}
 .site-strip-link{flex:none;padding:8px 15px;border-radius:999px;font-size:.88rem;
  font-weight:600;color:#3B3730;text-decoration:none;white-space:nowrap;transition:.15s}
 .site-strip-link:hover{background:#F0E9DC}
 .site-strip-link.aktif{background:#15151A;color:#fff}
}
@media(max-width:768px){.site-strip{top:62px}}

/* Judul aplikasi di puncak menu akun */
.shell-app{padding:14px 16px 12px;border-bottom:1px solid #E8DFCD;margin-bottom:6px;
 font-weight:800;font-size:1.02rem;letter-spacing:.04em;color:#15151A}
.shell-app span{display:block;font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;
 color:#8B6B45;font-weight:700;margin-top:3px}
