/*
Theme Name: UNU Kemahasiswaan PRO
Theme URI: https://unukalbar.ac.id
Author: UNU Kalbar
Description: Tema profesional untuk website kemahasiswaan UNU Kalbar.
Version: 2.0
Text Domain: unu-kemahasiswaan-pro
*/

body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f2f2f2;
}

header {
    background: #024731;
    color: white;
    padding: 20px 0;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding-left: 0;
    margin: 0;
    align-items: center;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.hero {
    background: url('https://source.unsplash.com/1600x600/?university,students') no-repeat center/cover;
    padding: 120px 20px;
    text-align: center;
    color: white;
}

.hero h1 {
    font-size: 48px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* card */
.card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

footer { color: #fff; }
