.header-glass {
    background: rgba(244, 244, 242, 0.9);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.5s ease;
}

.form-input {
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    transition: all 0.4s ease;
}

.form-input:focus {
    border-color: #b89b5e;
    outline: none;
    box-shadow: none;
}
