/* Template Nusa - Clean, Elegan, Premium */
/* Warna dominan: Navy + Putih + Emas */

:root {
    --theme-primary: #1e3a5f;
    --theme-accent: #c9a84c;
    --theme-bg: #ffffff;
    --theme-text: #1a1a2e;
}

.navbar-nusa {
    background: var(--theme-primary);
    color: white;
}

.btn-nusa {
    background: var(--theme-accent);
    color: var(--theme-primary);
    font-weight: 600;
}

.btn-nusa:hover {
    background: #b8943b;
}

.hero-nusa {
    background: linear-gradient(135deg, var(--theme-primary) 0%, #152a45 100%);
}