/* ===============================
   ⭐ BUTTONS VARIATIONS
================================ */

.btn-dark {
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-dark:hover {
    background: rgba(0, 0, 0, 0.75);
}

/* ===============================
   ⭐ INPUT PREMIUM
================================ */
.input {
    width: 100%;
    padding: 14px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
}

.input:hover {
    background: rgba(255, 255, 255, 0.25);
}