/* ============================================================
   GEPRINDO — Main Stylesheet v4
   Palet: Emas #F5A800, Merah #C0180C — Background PUTIH
   ============================================================ */
:root {
  --gold:       #F5A800;
  --gold-d:     #C98C00;
  --gold-light: #FFF3CC;
  --gold-pale:  #FFFBF0;
  --red:        #C0180C;
  --red-b:      #E8320A;
  --red-light:  #FFF0EE;
  --dark:       #2C1A00;
  --body:       #3A2800;
  --white:      #FFFFFF;
  --off:        #FAFAF7;
  --gray-light: #F4F3EF;
  --gray:       #7A7560;
  --border:     #EDE8D8;
  --r:          10px;
  --rl:         16px;
  --sh:         0 2px 16px rgba(197,135,0,.10);
  --shl:        0 8px 40px rgba(197,135,0,.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:#2A2A28;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:#444440;line-height:1.75}

.container{max-width:1140px;margin:0 auto;padding:0 20px}
.container-sm{max-width:800px;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:#1A1A18;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:#1A1A18;border:2px solid #EDE8D8}
.btn-outline:hover{border-color:#F5A800;color:#C0180C;background:#FFFBF0}
.btn-outline-gold{background:transparent;color:#1A1A18;border:2px solid #F5A800}
.btn-outline-gold:hover{background:#F5A800;color:#1A1A18}
.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(197,135,0,.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:#2A2A28;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 #EDE8D8;background:#fff;color:#1A1A18;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 #EDE8D8;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:#1A1A18;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:#1A1A18;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 #EDE8D8;
  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:#1A1A18;margin-bottom:16px}
.hero h1 span{color:#C0180C}
.hero p{color:#444440;font-size:1.08rem;margin-bottom:32px;max-width:480px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-divider{height:1px;background:#EDE8D8;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:#7A7560;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 #EDE8D8;
  border-radius:16px;padding:20px 24px;
  box-shadow:0 2px 16px rgba(197,135,0,.10);
}
.hero-card:hover{border-color:#F5A800;box-shadow:0 8px 40px rgba(197,135,0,.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:#FAFAF7;border-radius:8px;padding:10px 14px;margin-bottom:6px;
  border:1px solid #EDE8D8;transition:all .2s ease;
}
.hero-struct-row:hover{border-color:#F5A800;background:#FFFBF0}
.hero-struct-name{font-size:.88rem;color:#1A1A18;font-weight:600}
.hero-struct-count{font-size:.8rem;color:#C0180C;font-weight:700}
.hero-struct-bar{height:3px;background:#EDE8D8;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:#FDFCF8}
.section-gold{background:linear-gradient(135deg,#F5A800 0%,#E8970A 100%)}
.section-dark{background:linear-gradient(135deg,#B22222 0%,#7A1515 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:#1A1A18;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 #EDE8D8;border-radius:16px;padding:28px;transition:all .2s ease}
.card:hover{box-shadow:0 8px 40px rgba(197,135,0,.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:#1A1A18}

/* ── 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 #EDE8D8;
  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(197,135,0,.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:#1A1A18;font-size:.92rem}
.struktur-level-desc{font-size:.78rem;color:#7A7560;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 #EDE8D8;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(197,135,0,.10)}
.step-num{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#F5A800,#C98C00);color:#1A1A18;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:#1A1A18;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,#B22222 0%,#7A1515 100%);
  border-radius:16px;overflow:hidden;
  box-shadow:0 8px 40px rgba(197,135,0,.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:#CCBBAA;margin-top:4px}

/* ── BERITA ─────────────────────────────────────────────────── */
.berita-card{background:#FFFFFF;border:1.5px solid #EDE8D8;border-radius:16px;overflow:hidden;transition:all .2s ease}
.berita-card:hover{box-shadow:0 8px 40px rgba(197,135,0,.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:#1A1A18;margin-bottom:8px;line-height:1.4}
.berita-date{font-size:.78rem;color:#7A7560}

/* ── CTA BOX ─────────────────────────────────────────────────── */
.bergabung-box{
  background:linear-gradient(135deg,#B22222 0%,#7A1515 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:#1A1A18;margin-bottom:6px}
.manifesto-block p{font-size:.92rem;color:#444440}

/* ── 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:#1A1A18}
.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:#7A7560}
.kontak-value{font-weight:600;color:#1A1A18}

/* ── 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:#C0A878;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:#FAFAF7;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(197,135,0,.12);width:100%;max-width:520px;overflow:hidden}
.form-header{background:linear-gradient(135deg,#C0180C 0%,#B22222 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:#1A1A18;margin-bottom:6px}
.form-label span{color:#C0180C}
.form-control{width:100%;padding:11px 14px;border:1.5px solid #EDE8D8;border-radius:8px;font-size:.95rem;color:#1A1A18;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:#7A7560;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:#444440;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:#EDE8D8;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:#7A7560;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 #EDE8D8;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:#7A7560}
.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:#7A7560}
.resend-btn{color:#C0180C;font-weight:600;cursor:pointer;background:none;border:none;font-size:.8rem;padding:0}
.resend-btn:disabled{color:#7A7560;cursor:default}

/* Upload */
.file-upload-area{border:2px dashed #EDE8D8;border-radius:10px;padding:28px;text-align:center;cursor:pointer;transition:all .2s ease;background:#FAFAF7}
.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:#7A7560}
.upload-hint{font-size:.75rem;color:#7A7560;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 #EDE8D8;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:#F4F3EF}
.posisi-item-name{font-size:.9rem;font-weight:600;color:#1A1A18}
.posisi-item-level{font-size:.75rem;color:#7A7560}
.posisi-status{font-size:.72rem;font-weight:700;padding:3px 8px;border-radius:10px}
.s-kosong{background:#dcfce7;color:#16a34a}
.s-terisi{background:#F4F3EF;color:#7A7560}
.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(197,135,0,.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:#1A1A18}
.text-white{color:#FFFFFF}
.divider{border:none;border-top:1px solid #EDE8D8;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: #B22222 !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,#B85C00,#D06800) !important; }
.stat-num { color: #F5A800 !important; }
.stat-label { color: #C0A878 !important; }

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

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

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

.hero-struct-name { color: #1A1A18 !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; }
}
