:root {
    --bg-dark: #000000;
    --app-width: 450px; 
    --neon-green: #5aff82; 
    --neon-cyan: #4efdc4;
    --white-glass: rgba(255, 255, 255, 0.08);
    --white-border: rgba(255, 255, 255, 0.15);
    --font-main: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: var(--font-main); -webkit-tap-highlight-color: transparent; }

body { 
    background-color: #000000 !important; /* Paksa Hitam */
    color: white; 
    display: flex; 
    justify-content: center; 
    min-height: 100vh; 
}

/* --- FRONTEND WRAPPER --- */
.mobile-wrapper {
    width: 100%; max-width: var(--app-width); background-color: var(--bg-dark);
    min-height: 100vh; position: relative; box-shadow: 0 0 50px rgba(0,0,0,0.6); overflow-x: hidden;
}

/* HERO IMAGE FIX (Agar Wajah Center) */
.hero-container { position: relative; width: 100%; height: 75vh; overflow: hidden; }
.hero-container img { 
    width: 100%; height: 100%; 
    object-fit: cover; 
    object-position: center 20%; /* Fokus ke wajah agak atas */
}
.hero-gradient { position: absolute; bottom: 0; left: 0; width: 100%; height: 80%; background: linear-gradient(to top, #000 15%, rgba(0,0,0,0.4) 60%, transparent 100%); z-index: 1; }

.hero-content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 30px; z-index: 2; text-align: left; }
.hero-name { font-weight: 800; font-size: 38px; line-height: 1; letter-spacing: -1px; margin-bottom: 10px; text-transform: uppercase; color: white; }
.nickname { font-size: 18px; color: #ccc; font-weight: 500; }
.text-highlight { color: var(--neon-green); text-shadow: 0 0 15px rgba(90,255,130,0.4); }
.hero-bio { font-size: 13px; color: #ddd; line-height: 1.5; margin-bottom: 15px; max-width: 90%; }
.location-info { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; background: rgba(255,255,255,0.1); padding: 6px 12px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(5px); }
.location-info i { color: var(--neon-cyan); }
.glass-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; background: rgba(255,255,255,0.15); border: 1px solid var(--white-border); border-radius: 50px; font-size: 10px; font-weight: 700; margin-bottom: 15px; }
.dot { width: 6px; height: 6px; background: var(--neon-green); border-radius: 50%; }

/* CONTENT */
.content-section { background: var(--bg-dark); padding: 20px 25px 60px 25px; position: relative; z-index: 3; margin-top: -1px; }
.glass-card { background: var(--white-glass); border: 1px solid var(--white-border); backdrop-filter: blur(15px); border-radius: 18px; color: white; transition: 0.3s; }
.link-grid { display: flex; flex-direction: column; gap: 12px; margin-bottom: 35px; }
.link-item { display: flex; align-items: center; padding: 18px; text-decoration: none; }
.icon-box { font-size: 24px; margin-right: 15px; width: 30px; display: flex; justify-content: center; }
.icon-box.whatsapp { color: #25D366; } .icon-box.instagram { color: #E1306C; } .icon-box.tiktok { color: #00f2ea; }
.link-text h3 { font-size: 15px; font-weight: 700; text-transform: uppercase; }
.link-text p { font-size: 11px; color: #aaa; margin-top: 2px; }
.arrow-box { margin-left: auto; color: #555; font-size: 20px; }

/* HORIZONTAL SCROLL */
.horizontal-scroll { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 15px; margin: 0 -25px 20px -25px; padding-left: 25px; scrollbar-width: none; }
.horizontal-scroll::-webkit-scrollbar { display: none; }

.portfolio-card { min-width: 260px; height: 140px; border-radius: 18px; background-color: #000; position: relative; overflow: hidden; border: 1px solid var(--white-border); display: flex; justify-content: center; align-items: center; }
.logo-area img { max-width: 120px; max-height: 80px; object-fit: contain; }
.p-content-bottom { position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 15px; background: linear-gradient(to top, rgba(0,0,0,0.95), transparent); z-index: 2; }
.p-content-bottom h4 { font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.p-content-bottom p { font-size: 10px; color: var(--neon-green); text-transform: uppercase; }

.tiktok-card { min-width: 140px; height: 220px; border-radius: 18px; background-size: cover; background-position: center; position: relative; overflow: hidden; border: 1px solid var(--white-border); display: block; }
.tt-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.3); display: flex; justify-content: center; align-items: center; font-size: 32px; color: white; }

.youtube-card { display: block; text-decoration: none; overflow: hidden; margin-bottom: 35px; min-width: 280px; }
.yt-thumbnail { width: 100%; height: 160px; position: relative; }
.yt-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.play-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.3); display: flex; justify-content: center; align-items: center; }
.play-btn { width: 40px; height: 40px; background: rgba(255,255,255,0.2); backdrop-filter: blur(5px); border-radius: 50%; display: flex; justify-content: center; align-items: center; border: 1px solid rgba(255,255,255,0.5); }
.yt-info { padding: 15px; }
.yt-info h3 { font-size: 13px; font-weight: 700; line-height: 1.4; margin-bottom: 5px; }
.yt-info p { font-size: 10px; color: #ff0000; font-weight: 600; }

.section-title { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.section-title h2 { font-size: 11px; letter-spacing: 2px; color: #666; font-weight: 700; }
.section-title .line { flex: 1; height: 1px; background: #222; }

.cta-wrapper { margin-top: 20px; margin-bottom: 40px; }
.btn-mega-gradient { display: flex; justify-content: center; align-items: center; gap: 10px; width: 100%; padding: 18px; border-radius: 50px; background: linear-gradient(135deg, var(--neon-green), var(--neon-cyan)); color: #000; font-weight: 800; font-size: 14px; letter-spacing: 1px; text-decoration: none; }

.glass-footer { margin-top: 20px; padding: 15px; border-radius: 16px; background: rgba(20, 20, 20, 0.8); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(20px); position: relative; overflow: hidden; }
.footer-content { display: flex; align-items: center; text-decoration: none; gap: 15px; }
.footer-logo { width: 40px; }
.footer-center { flex: 1; display: flex; flex-direction: column; }
.powered-label { font-size: 10px; color: #888; }
.niche-label { font-size: 12px; color: white; font-weight: 700; }

/* --- DASHBOARD STYLES (Mobile Friendly) --- */
.dashboard-container { width: 100%; max-width: 600px; padding: 0 15px; margin: 0 auto; color: white; }
.nav-bar { position: sticky; top: 0; z-index: 100; background: rgba(0,0,0,0.9); padding: 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; align-items: center; }
.glass-box { background: rgba(255,255,255,0.05); border: 1px solid #333; border-radius: 15px; padding: 20px; margin-bottom: 20px; }
.box-title { color: var(--neon-green); font-size: 12px; font-weight: 800; border-bottom: 1px solid #333; padding-bottom: 10px; margin-bottom: 15px; text-transform: uppercase; }
input[type=text], input[type=password], textarea, input[type=file] { width: 100%; background: #111; border: 1px solid #444; color: white; padding: 12px; border-radius: 8px; font-size: 13px; margin-bottom: 10px; }
label { font-size: 11px; color: #aaa; display: block; margin-bottom: 5px; }
.btn-save { width: 100%; padding: 15px; background: linear-gradient(90deg, var(--neon-green), var(--neon-cyan)); border: none; border-radius: 10px; font-weight: 800; color: #000; cursor: pointer; }

/* ANIMATION */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { opacity: 0; animation: fadeInUp 0.8s ease forwards; }
.anim-1 { animation: fadeInUp 0.8s ease forwards 0.1s; opacity: 0; }
.anim-2 { animation: fadeInUp 0.8s ease forwards 0.2s; opacity: 0; }
.anim-3 { animation: fadeInUp 0.8s ease forwards 0.3s; opacity: 0; }
.anim-4 { animation: fadeInUp 0.8s ease forwards 0.4s; opacity: 0; }
.anim-5 { animation: fadeInUp 0.8s ease forwards 0.5s; opacity: 0; }
/* ... CSS sebelumnya tetap ... */

/* DRIVE PREVIEW STYLE */
.drive-container {
    width: 100%; height: 250px; border-radius: 18px; overflow: hidden;
    position: relative; border: 1px solid var(--white-border); background: #000;
    margin-bottom: 30px;
}
.drive-frame { width: 100%; height: 100%; border: none; }
.drive-overlay {
    position: absolute; bottom: 0; left: 0; width: 100%; padding: 15px;
    background: linear-gradient(to top, #000, transparent);
    display: flex; justify-content: center;
}
.btn-drive {
    background: rgba(255,255,255,0.1); backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3); color: white;
    padding: 8px 16px; border-radius: 20px; font-size: 10px; font-weight: 700;
    text-decoration: none; display: flex; align-items: center; gap: 5px;
}

/* Fix Youtube Card agar bisa di slide */
.youtube-card { display: inline-block; vertical-align: top; white-space: normal; }

/* Tambahkan animasi sampai 18 */
.anim-12 { opacity: 0; animation: fadeInUp 0.8s ease forwards 1.2s; }
.anim-13 { opacity: 0; animation: fadeInUp 0.8s ease forwards 1.3s; }
.anim-14 { opacity: 0; animation: fadeInUp 0.8s ease forwards 1.4s; }
.anim-15 { opacity: 0; animation: fadeInUp 0.8s ease forwards 1.5s; }
.anim-16 { opacity: 0; animation: fadeInUp 0.8s ease forwards 1.6s; }
.anim-17 { opacity: 0; animation: fadeInUp 0.8s ease forwards 1.7s; }
.anim-18 { opacity: 0; animation: fadeInUp 0.8s ease forwards 1.8s; }