.titulo-dark {
    color: #091951;
}

.titulo-light {
    color: white;
}

.gradient-bg {
    background: linear-gradient(135deg, #091951 0%, #2462ae 100%);
}

.btn-doar {
    color: #091951;
}

#donate {
    background: #091951;
}

.qr-code {
    width: 100px;
}

.donation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.form-section {
    scroll-margin-top: 100px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 11px;
    transition: 0.2s ease all;
    color: #9ca3af;
    font-size: 14px;
}
input:focus ~ .floating-label,
input:not(:placeholder-shown) ~ .floating-label,
textarea:focus ~ .floating-label,
textarea:not(:placeholder-shown) ~ .floating-label {
    top: -8px;
    left: 10px;
    font-size: 12px;
    background: white;
    padding: 0 4px;
    color: #4f46e5;
}

.forma-doar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}