.floating-cta {
    position: fixed;
    right: 1rem;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
    z-index: 1060;
    text-decoration: none;
}

.floating-call { bottom: 7.9rem; right:1rem;background: #0d2c54; }
.floating-wa { bottom: 3.9rem;right:1rem;background: #0ea55a; }

.cookie-banner {
    position: fixed;
    left: 1rem;
    /* right: 1rem; */
    bottom: 1rem;
    z-index: 1100;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .9rem 1rem;
    border-radius: .65rem;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(7, 11, 19, .96);
    color: #e5e7eb;
    box-shadow: 0 10px 28px rgba(0,0,0,.35);
}

.cookie-banner p {
    margin: 0;
    font-size: .92rem;
}

.cookie-banner a {
    color: #93c5fd;
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    gap: .5rem;
}

.contact-form-card .invalid-feedback {
    display: none;
}

.contact-form-card.was-validated :invalid ~ .invalid-feedback,
.contact-form-card .form-check-input:invalid ~ .invalid-feedback {
    display: block;
}

@media (max-width: 767px) {
    .floating-cta {
        width: 44px;
        height: 44px;
    }
}

/* Solo convertir gris oscuro a azul marino, manteniendo el dorado original del skin */
.bg-primary-darken,
.section-height-3.bg-primary-darken {
    background-color: #0f2347 !important;
}

#footer,
.footer-copyright {
    background-color: #0a1835 !important;
}

/* Bloqueo de dorado al valor exacto de demo-law-firm-2 */
html .text-color-primary,
html .text-primary,
html .custom-read-more,
html a.text-color-primary {
    color: #ad9263 !important;
}

html .btn-primary,
html .btn-primary:focus,
html .btn-primary.focus,
html .btn-primary:active,
html .btn-primary.active,
html .show > .btn-primary.dropdown-toggle {
    background-color: #ad9263 !important;
    border-color: #ad9263 !important;
    color: #fff !important;
}

html .btn-primary:hover,
html .btn-primary.hover {
    background-color: #b69e74 !important;
    border-color: #b69e74 !important;
}
