/* FILE: assets/css/landing.css */
:root { 
    --emerald: #10b981; 
    --emerald-dark: #064e3b; 
    --text-main: #1e293b;
}
body { font-family: 'Plus Jakarta Sans', sans-serif; background: #f8fafc; color: var(--text-main); overflow-x: hidden; }

/* NAVBAR */
.navbar { background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,0.05); }
.btn-login { border: 2px solid var(--emerald); color: var(--emerald); border-radius: 50px; padding: 6px 25px; font-weight: 700; font-size: 0.85rem; transition: 0.3s; text-decoration: none; }
.btn-login:hover { background: var(--emerald); color: white; }

/* HERO HEADER */
.hero-section { 
    background: linear-gradient(135deg, var(--emerald-dark) 0%, var(--emerald) 100%); 
    padding: 140px 0 100px 0; 
    border-radius: 0 0 50px 50px; 
    color: white; 
    position: relative; 
    overflow: hidden; 
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.2);
}
.leaf-bg { position: absolute; opacity: 0.1; color: white; pointer-events: none; }
.l1 { bottom: -50px; right: -50px; font-size: 15rem; transform: rotate(-20deg); }
.l2 { top: 20px; left: -20px; font-size: 8rem; transform: rotate(45deg); opacity: 0.05; }

/* INFO CARDS (GLASS EFFECT) */
.info-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 16px; padding: 20px; backdrop-filter: blur(5px); color: white; height: 100%; transition: 0.3s; }
.info-card:hover { transform: translateY(-5px); background: rgba(255,255,255,0.15); }
.lbl-stat { font-size: 0.65rem; text-transform: uppercase; font-weight: 700; opacity: 0.8; letter-spacing: 1px; }
.val-stat { font-size: 1.5rem; font-weight: 800; margin-bottom: 0; }

/* CEK FORM CARD */
.main-card { background: white; border-radius: 24px; padding: 40px 30px; margin-top: -60px; box-shadow: 0 20px 50px rgba(0,0,0,0.08); position: relative; z-index: 10; border: 1px solid #f1f5f9; }
.input-code { background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 12px; font-size: 1.2rem; font-weight: 800; text-align: center; padding: 15px; letter-spacing: 2px; text-transform: uppercase; }
.input-code:focus { border-color: var(--emerald); outline: none; background: white; }

/* STYLE KHUSUS EFEK BLUR (KEPO MODE) */
.news-card { 
    border-radius: 16px; 
    overflow: hidden; 
    height: 250px; 
    position: relative; 
    display: block; 
    text-decoration: none; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    background: #000;
}
.news-img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: 0.5s; 
    filter: blur(8px) brightness(0.6); 
    transform: scale(1.1);
}
.news-card:hover .news-img { 
    transform: scale(1.2); 
    filter: blur(6px) brightness(0.5);
}
.lock-overlay {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    pointer-events: none;
}
.news-content { 
    position: absolute; 
    bottom: 0; left: 0; right: 0; 
    padding: 20px; 
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent); 
    color: white; 
    z-index: 2; 
}

@media (max-width: 768px) {
    .hero-section { padding-top: 100px; padding-bottom: 100px; }
    .btn-login { display: none; } 
    body { padding-bottom: 80px; }
}

/* BOTTOM NAV */
.bottom-nav { position: fixed; bottom: 0; left: 0; width: 100%; background: white; border-top: 1px solid #f1f5f9; display: flex; justify-content: space-around; padding: 12px 0; z-index: 999; box-shadow: 0 -5px 20px rgba(0,0,0,0.03); }
.nav-item-m { text-align: center; color: #94a3b8; font-size: 0.65rem; text-decoration: none; font-weight: 700; flex: 1; display: flex; flex-direction: column; align-items: center; }
.nav-item-m i { font-size: 1.2rem; margin-bottom: 4px; transition: 0.2s; }
.nav-item-m.active { color: var(--emerald); }
.nav-item-m.active i { transform: translateY(-3px); }
.desktop-only { display: block; } .mobile-only { display: none; }
@media (max-width: 768px) { .desktop-only { display: none; } .mobile-only { display: flex; } }

/* --- TAMBAHAN UNTUK CEK LAPORAN RW --- */
.emerald-card { 
    background: rgba(255, 255, 255, 0.95); 
    backdrop-filter: blur(10px); 
    border: 1px solid rgba(255, 255, 255, 0.3); 
    border-radius: 35px; 
    box-shadow: 0 25px 50px -12px rgba(6, 95, 70, 0.15); 
    overflow: hidden; 
    max-width: 450px; 
    width: 95%; 
    margin: auto; 
    position: relative; 
}
.header-gradient { 
    background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-dark) 100%); 
    padding: 40px 20px 60px; 
    color: white; 
}
.logo-verifikasi { 
    width: 85px; height: 85px; 
    background: white; border-radius: 22px; 
    padding: 12px; margin: 0 auto 15px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); 
    display: flex; align-items: center; justify-content: center; 
}
.logo-verifikasi img { max-width: 100%; max-height: 100%; object-fit: contain; }
.verified-badge { 
    width: 75px; height: 75px; 
    background: white; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; 
    margin: -38px auto 0; position: relative; z-index: 2; 
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2); 
    color: var(--emerald); border: 5px solid #f0fdf4; 
    animation: pulse-check 2s infinite; 
}
@keyframes pulse-check { 
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); } 
    70% { box-shadow: 0 0 0 15px rgba(16, 185, 129, 0); } 
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); } 
}
.data-box { 
    background: #f8fafc; border-radius: 24px; 
    padding: 24px; margin-top: 25px; border: 1px solid #f1f5f9; 
}
.data-item { 
    display: flex; justify-content: space-between; 
    padding: 14px 0; border-bottom: 1px dashed #e2e8f0; 
}
.data-item:last-child { border: none; }
.label { color: #64748b; font-size: 0.85rem; font-weight: 600; }
.value { color: #0f172a; font-weight: 800; text-align: right; font-size: 0.95rem; }
.btn-home { 
    background: var(--emerald); color: white; 
    border-radius: 18px; padding: 14px; 
    font-weight: 700; border: none; 
    transition: all 0.3s ease; text-decoration: none; 
    display: block; text-align: center; 
    box-shadow: 0 10px 20px -5px rgba(16, 185, 129, 0.4); 
}
.btn-home:hover { background: var(--emerald-dark); transform: translateY(-2px); color: white; }

/* ERROR STATE */
.error-container { 
    font-family: sans-serif; text-align: center; padding: 50px; 
    background: #fff1f2; color: #be123c; min-height: 100vh; 
    display: flex; flex-direction: column; justify-content: center; align-items: center; 
}
.error-box { 
    background: white; padding: 30px; border-radius: 20px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); max-width: 400px; 
}
.btn-error { 
    text-decoration: none; background: #be123c; color: white; 
    padding: 12px 25px; border-radius: 50px; font-weight: bold; font-size: 14px; 
}