/* Footer Credit */
.credit {
    font-size: 14px;
    opacity: 0.9;
    text-align: center;
}

.credit a {
    color: #d4af37; /* Gold */
    font-weight: 600;
    text-decoration: none;
}

.credit a:hover {
    color: #f5d76e; /* Lighter gold */
    text-decoration: underline;
}
