body { background-color: #000; color: #fff; font-family: 'Inter', sans-serif; padding: 100px 24px; line-height: 1.6; }
.resume-container { max-width: 680px; margin: 0 auto; }
header h1 { font-size: 3.5rem; font-weight: 700; letter-spacing: -2px; }
.sub-name { color: #888; font-size: 1.2rem; margin-bottom: 40px; }

/* Penyesuaian Bagian Tombol */
.pdf-section { 
    display: flex; 
    flex-direction: column; 
    gap: 12px; 
    margin-bottom: 50px; 
}

.btn-pdf { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    background: #111; 
    border: 1px solid #222; 
    padding: 14px 20px; 
    border-radius: 8px; 
    width: 100%; 
    max-width: 320px; 
    text-decoration: none; 
    color: #fff; 
    transition: 0.3s;
}

.btn-pdf:hover { background: #1a1a1a; border-color: #444; }

.bio-text { font-size: 1.1rem; color: #ccc; margin-bottom: 60px; }
h2 { font-size: 1.2rem; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid #222; padding-bottom: 10px; margin-bottom: 30px; }
.experience-block { margin-bottom: 35px; }
.block-header { display: flex; justify-content: space-between; align-items: baseline; }
.block-header h3 { font-size: 1.1rem; font-weight: 600; }
.date { color: #888; font-size: 0.9rem; }
.role { color: #888; margin-bottom: 12px; }
ul { padding-left: 18px; color: #ccc; font-size: 0.95rem; }
ul li { margin-bottom: 8px; }

.footer-resume { margin-top: 80px; padding-top: 30px; border-top: 1px solid #222; }
.footer-resume a { color: #888; text-decoration: none; font-size: 0.9rem; }