/* ════════════════════════════════════════════════════════════════
   Realty público — Estilos modernos consistentes (Fase 10)
   - Filtros chip pro
   - Grid de cards mejorado
   - Lightbox de galería
   - Validación de formularios
   - Botones modernos
   ════════════════════════════════════════════════════════════════ */

/* ═══ FILTROS CHIP PRO (público) ════════════════════════════════ */
.rfp-filters {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 1.1rem 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .06);
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

/* Buscador grande */
.rfp-filters__search {
    position: relative;
    background: #f8fafc;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
    display: flex;
    align-items: center;
}
.rfp-filters__search:focus-within {
    border-color: #5e2ced;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(94, 44, 237, .12);
}
.rfp-filters__search-icon {
    margin: 0 1rem;
    color: #6b7280;
    font-size: 1rem;
    pointer-events: none;
}
.rfp-filters__search input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 1rem .5rem 1rem 0;
    font-size: 1rem;
    font-family: inherit;
    color: #1f2937;
    width: 100%;
    min-width: 0;
}
.rfp-filters__search input::placeholder { color: #9ca3af; }
.rfp-filters__search input::-webkit-search-cancel-button { display: none; }

.rfp-filters__search-clear {
    width: 30px; height: 30px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #6b7280;
    margin-right: 8px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background .15s ease, color .15s ease;
}
.rfp-filters__search-clear:hover { background: #fee2e2; color: #dc2626; }
.rfp-filters__search.has-value .rfp-filters__search-clear { display: flex; }

/* Chips */
.rfp-filters__chips {
    display: flex;
    gap: .55rem;
    flex-wrap: wrap;
    align-items: center;
}
.rfp-chip {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 999px;
    padding: .5rem 1rem .5rem 1rem;
    font-size: .87rem;
    font-weight: 600;
    color: #1f2937;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, transform .1s ease, box-shadow .15s ease;
    user-select: none;
    position: relative;
}
.rfp-chip:hover {
    border-color: #cbd5e1;
    background: #fafbfc;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
}
.rfp-chip:focus-within {
    border-color: #5e2ced;
    box-shadow: 0 0 0 3px rgba(94, 44, 237, .15);
}
.rfp-chip__icon {
    color: #6b7280;
    font-size: .82rem;
    flex-shrink: 0;
}
.rfp-chip__caret {
    color: #6b7280;
    font-size: .65rem;
    margin-left: 2px;
}
.rfp-chip select {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    outline: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: .87rem;
    font-weight: 600;
    color: inherit;
    padding: 0 18px 0 0;
    color-scheme: light;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
}
.rfp-chip select option {
    background: #fff;
    color: #1f2937;
}

/* Chip activo (con valor seleccionado) */
.rfp-chip:has(select option:checked:not([value=""])),
.rfp-chip--active {
    background: linear-gradient(135deg, rgba(94, 44, 237, .1), rgba(250, 204, 21, .1));
    border-color: #5e2ced;
    color: #5e2ced;
}
.rfp-chip:has(select option:checked:not([value=""])) .rfp-chip__icon,
.rfp-chip--active .rfp-chip__icon {
    color: #5e2ced;
}

/* Chip rango de precios (con 2 inputs adentro) */
.rfp-chip-price {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 999px;
    padding: .35rem .85rem;
    font-size: .85rem;
    color: #1f2937;
}
.rfp-chip-price__icon { color: #6b7280; margin-right: .2rem; }
.rfp-chip-price input {
    border: 0;
    outline: 0;
    background: transparent;
    width: 90px;
    font-family: inherit;
    font-size: .85rem;
    color: #1f2937;
}
.rfp-chip-price input::placeholder { color: #9ca3af; font-weight: 500; }
.rfp-chip-price__sep { color: #cbd5e1; font-weight: 300; }

.rfp-chip--clear {
    background: #fee2e2;
    border-color: #fecaca;
    color: #dc2626;
    text-decoration: none;
    cursor: pointer;
}
.rfp-chip--clear:hover { background: #fecaca; }

.rfp-chip--submit {
    background: linear-gradient(135deg, #5e2ced, #8b5cf6);
    border-color: #5e2ced;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
    border: 0;
    font-weight: 700;
    padding: .55rem 1.25rem;
}
.rfp-chip--submit:hover { filter: brightness(1.06); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(94, 44, 237, .35); }

/* Contador de resultados arriba de las cards */
.rfp-results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    padding: 0 .25rem;
}
.rfp-results-count {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
.rfp-results-count strong { color: #5e2ced; font-weight: 800; }
.rfp-results-sort {
    color: #6b7280;
    font-size: .85rem;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

/* Empty state mejorado */
.rfp-empty {
    text-align: center;
    padding: 4rem 1.5rem;
    background: #fff;
    border: 2px dashed #e5e7eb;
    border-radius: 18px;
    color: #6b7280;
}
.rfp-empty__icon {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(94, 44, 237, .1), rgba(250, 204, 21, .1));
    color: #5e2ced;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.rfp-empty strong {
    display: block;
    color: #1f2937;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: .35rem;
}
.rfp-empty p {
    margin: 0 0 1rem;
    font-size: .95rem;
}
.rfp-empty__btn {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: linear-gradient(135deg, #5e2ced, #8b5cf6);
    color: #fff;
    padding: .75rem 1.4rem;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: .92rem;
    transition: filter .15s ease, transform .15s ease, box-shadow .15s ease;
}
.rfp-empty__btn:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(94, 44, 237, .35);
}

/* ═══ GALERÍA LIGHTBOX (propiedad.php) ════════════════════════════ */
.rfp-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .94);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    backdrop-filter: blur(6px);
    animation: rfpLBFadeIn .25s ease;
}
.rfp-lightbox.is-open { display: flex; }
@keyframes rfpLBFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.rfp-lightbox__img {
    max-width: 92vw;
    max-height: 86vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .6);
    user-select: none;
}
.rfp-lightbox__btn {
    position: absolute;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    width: 52px; height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    backdrop-filter: blur(4px);
    transition: background .15s ease, transform .15s ease;
}
.rfp-lightbox__btn:hover { background: rgba(255, 255, 255, .25); transform: scale(1.06); }
.rfp-lightbox__close { top: 20px; right: 20px; }
.rfp-lightbox__prev  { left: 20px; top: 50%; transform: translateY(-50%); }
.rfp-lightbox__next  { right: 20px; top: 50%; transform: translateY(-50%); }
.rfp-lightbox__prev:hover, .rfp-lightbox__next:hover { transform: translateY(-50%) scale(1.06); }
.rfp-lightbox__counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: rgba(0, 0, 0, .55);
    padding: .55rem 1.1rem;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

/* Imágenes clickeables */
[data-lightbox] {
    cursor: zoom-in;
    transition: transform .25s ease, box-shadow .25s ease;
}
[data-lightbox]:hover {
    transform: scale(1.02);
}

/* ═══ FORM CONTACTO MEJORADO ═══════════════════════════════════ */
.rfp-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.rfp-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
@media (max-width: 640px) {
    .rfp-form__row { grid-template-columns: 1fr; }
}
.rfp-form__field {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.rfp-form__field label {
    font-size: .82rem;
    font-weight: 700;
    color: #1f2937;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.rfp-form__field label .req { color: #dc2626; }
.rfp-form__field input,
.rfp-form__field select,
.rfp-form__field textarea {
    background: #f8fafc;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: .8rem 1rem;
    font-size: .95rem;
    color: #1f2937;
    font-family: inherit;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
    color-scheme: light;
}
.rfp-form__field input:hover,
.rfp-form__field select:hover,
.rfp-form__field textarea:hover { border-color: #cbd5e1; background: #fff; }
.rfp-form__field input:focus,
.rfp-form__field select:focus,
.rfp-form__field textarea:focus {
    outline: 0;
    border-color: #5e2ced;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(94, 44, 237, .12);
}
.rfp-form__field input.has-error,
.rfp-form__field textarea.has-error { border-color: #dc2626; background: #fef2f2; }
.rfp-form__field .field-error {
    display: none;
    color: #dc2626;
    font-size: .78rem;
    margin-top: .15rem;
    font-weight: 600;
}
.rfp-form__field.has-error .field-error { display: block; }

.rfp-form__submit {
    background: linear-gradient(135deg, #5e2ced, #8b5cf6);
    color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    font-weight: 700;
    font-size: 1.02rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    font-family: inherit;
    transition: filter .15s ease, transform .15s ease, box-shadow .15s ease;
}
.rfp-form__submit:hover { filter: brightness(1.06); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(94, 44, 237, .4); }
.rfp-form__submit:disabled { opacity: .6; cursor: wait; }

/* Banner de asesor pre-asignado en el form */
.rfp-form__asesor-info {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, rgba(94, 44, 237, .12), rgba(250, 204, 21, .12));
    border: 1.5px solid rgba(94, 44, 237, .3);
    border-radius: 12px;
    margin-bottom: 1rem;
    color: #1f2937;
    font-size: .92rem;
}
.rfp-form__asesor-info__avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #5e2ced, #8b5cf6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.15rem;
    flex-shrink: 0;
}
.rfp-form__asesor-info__avatar img { width: 100%; height: 100%; object-fit: cover; }
.rfp-form__asesor-info__text { flex: 1; }
.rfp-form__asesor-info__text strong { display: block; color: #4338ca; font-weight: 800; }
.rfp-form__asesor-info__text small { color: #6b7280; }

/* Form contacto: select del proyecto SIN flecha nativa fea */
.rfp-form__field select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer;
    padding-right: 2.4rem !important;
    background: #f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right .9rem center / 14px !important;
}
.rfp-form__field select:hover {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right .9rem center / 14px !important;
}
.rfp-form__field select:focus {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235e2ced' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right .9rem center / 14px !important;
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER moderno (override completo del .vm-footer)
   ═══════════════════════════════════════════════════════════════ */
.vm-footer {
    background: linear-gradient(180deg, #0f172a, #1e293b) !important;
    color: rgba(255, 255, 255, .85);
    padding: 3rem 0 1.5rem;
    margin-top: 3rem;
}
.vm-footer .vm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.vm-footer-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}
@media (max-width: 720px) {
    .vm-footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}
.vm-footer-col {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.vm-footer-brand {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 .35rem;
    color: #fff;
    letter-spacing: -.01em;
}
.vm-footer-brand .vm-accent { color: #facc15; margin-left: 4px; font-weight: 700; }
.vm-footer-tagline {
    margin: 0 0 .85rem;
    color: rgba(255, 255, 255, .7);
    font-size: .92rem;
    line-height: 1.5;
    max-width: 420px;
}
.vm-footer-social {
    display: flex;
    gap: .5rem;
    margin-top: .35rem;
    flex-wrap: wrap;
}
.vm-footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1) !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: background .15s ease, transform .15s ease, color .15s ease;
    border: 1px solid rgba(255, 255, 255, .15);
    padding: 0 !important;
}
.vm-footer-social a:hover {
    background: linear-gradient(135deg, #5e2ced, #facc15) !important;
    transform: translateY(-2px);
    color: #fff !important;
    border-color: transparent;
}
/* SVG inline o icono FA — heredan color y tamaño */
.vm-footer-social a svg,
.vm-footer-social a i {
    width: 18px;
    height: 18px;
    fill: currentColor;
    color: currentColor;
    display: block;
    font-size: 1rem;
    line-height: 1;
}
.vm-footer-title {
    font-size: .8rem;
    font-weight: 700;
    color: #facc15;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 .5rem;
}
.vm-footer-links,
.vm-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}
.vm-footer-links a,
.vm-footer-contact a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    font-size: .9rem;
    transition: color .15s ease, padding-left .15s ease;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}
.vm-footer-links a:hover,
.vm-footer-contact a:hover {
    color: #facc15;
    padding-left: 4px;
}
.vm-footer-contact li {
    color: rgba(255, 255, 255, .8);
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}
.vm-footer-contact i {
    color: #facc15;
    width: 16px;
    text-align: center;
}
.vm-footer-bottom {
    text-align: center;
    color: rgba(255, 255, 255, .55);
    font-size: .82rem;
    padding-top: 1rem;
}
.vm-footer-bottom p { margin: 0; }

/* ═══════════════════════════════════════════════════════════════
   NAVEGACIÓN — Fix del dropdown "Propiedades" que se oculta
   ═══════════════════════════════════════════════════════════════ */
.vm-nav-dropdown {
    position: relative;
}
/* Padding del trigger para "puente" hacia el submenu sin perder el hover */
.vm-nav-dropdown > a {
    position: relative;
    padding-bottom: 1rem !important;
    margin-bottom: -1rem;
}
.vm-nav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .15);
    list-style: none;
    margin: 0;
    padding: .5rem;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
    z-index: 100;
    pointer-events: none;
}
.vm-nav-dropdown:hover > .vm-nav-sub,
.vm-nav-dropdown:focus-within > .vm-nav-sub,
.vm-nav-dropdown.open > .vm-nav-sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.vm-nav-sub li { margin: 0; }
.vm-nav-sub a {
    display: block;
    padding: .65rem .9rem !important;
    border-radius: 8px;
    color: #1f2937 !important;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
    transition: background .15s ease, color .15s ease;
    margin-bottom: 0 !important;
}
.vm-nav-sub a:hover {
    background: linear-gradient(135deg, rgba(94, 44, 237, .08), rgba(250, 204, 21, .08));
    color: #5e2ced !important;
}
@media (max-width: 768px) {
    .vm-nav-sub {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 0;
        background: rgba(0, 0, 0, .04);
        max-height: 0;
        overflow: hidden;
        padding: 0 .5rem;
        transition: max-height .25s ease, padding .25s ease;
        pointer-events: auto;
    }
    .vm-nav-dropdown.open > .vm-nav-sub {
        max-height: 400px;
        padding: .5rem;
    }
    .vm-nav-dropdown > a { padding-bottom: 0 !important; margin-bottom: 0; }
}

/* ═══════════════════════════════════════════════════════════════
   HERO "Contacta un Asesor" — fondo morado/dorado moderno
   ═══════════════════════════════════════════════════════════════ */
.vm-realty-hero,
.vm-section--dark.vm-realty-hero {
    background: linear-gradient(135deg, #1e1b4b 0%, #5e2ced 50%, #8b5cf6 100%) !important;
    color: #fff !important;
    padding: 4rem 0 3.5rem !important;
    position: relative;
    overflow: hidden;
}
.vm-realty-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(800px 300px at 90% 0%, rgba(250, 204, 21, .25), transparent 60%),
        radial-gradient(600px 250px at 10% 100%, rgba(255, 255, 255, .12), transparent 50%);
    pointer-events: none;
}
.vm-realty-hero--small {
    padding: 3rem 0 2.5rem !important;
}
.vm-realty-hero .vm-container { position: relative; z-index: 1; }
.vm-realty-hero .vm-section__title,
.vm-realty-hero h1 {
    color: #fff !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}
.vm-realty-hero .vm-section__subtitle,
.vm-realty-hero p {
    color: rgba(255, 255, 255, .92) !important;
}
.vm-realty-hero .vm-gold,
.vm-realty-hero .vm-accent {
    background: linear-gradient(135deg, #facc15, #fde047);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #facc15 !important;
}

/* Fix imágenes principales del detalle (vm-photo-main): fallback bonito */
.vm-photo-main-wrap {
    position: relative;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    min-height: 320px;
    border-radius: 12px;
    overflow: hidden;
}
.vm-photo-main {
    width: 100%;
    height: auto;
    display: block;
    background: #f1f5f9;
}
.vm-photo-main::before {
    /* Si la imagen rota, mostramos texto */
    content: 'Foto no disponible';
}

/* ════════════════════════════════════════════════════════════════════════
   VIMEDIA REALTY — Logo dinámico del header con icono + slogan rotativo
   Animaciones puras CSS, sin JS. Funciona aunque FontAwesome no cargue.
   ════════════════════════════════════════════════════════════════════════ */

.vm-realty-logo {
    display: inline-flex !important;
    align-items: center;
    gap: .7rem;
    text-decoration: none !important;
    padding: .25rem .35rem;
    border-radius: 10px;
    transition: transform .25s ease;
    /* Contención: que el tagline rotativo no se salga */
    overflow: hidden;
    max-width: 100%;
    flex-shrink: 0;
}
.vm-realty-logo:hover { transform: translateY(-1px); }

/* ── Icono casa ── */
.vm-realty-logo__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #5e2ced 0%, #8b5cf6 60%, #facc15 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 6px 18px rgba(94, 44, 237, .35);
    transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), box-shadow .25s, border-radius .35s;
    flex-shrink: 0;
    animation: realtyIconBreath 3.5s ease-in-out infinite;
}
.vm-realty-logo:hover .vm-realty-logo__icon {
    transform: rotate(-6deg) scale(1.06);
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(94, 44, 237, .55), 0 0 0 4px rgba(250, 204, 21, .25);
}
@keyframes realtyIconBreath {
    0%, 100% { box-shadow: 0 6px 18px rgba(94, 44, 237, .35); }
    50%      { box-shadow: 0 8px 22px rgba(94, 44, 237, .55), 0 0 0 6px rgba(250, 204, 21, .08); }
}
.vm-realty-logo__icon svg {
    display: block;
}

/* ── Texto ── */
.vm-realty-logo__txt {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    gap: 3px;
    min-width: 0;
    overflow: hidden;
}

/* Texto principal "VIMEDIA Realty" */
.vm-realty-logo__main {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -.01em;
    color: #1a0c47;
    white-space: nowrap;
    line-height: 1;
}
.vm-realty-logo__accent {
    margin-left: 4px;
    font-weight: 800;
    /* Gradient text animado morado→dorado→morado */
    background: linear-gradient(90deg, #5e2ced 0%, #8b5cf6 30%, #facc15 50%, #8b5cf6 70%, #5e2ced 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: realtyShimmer 4s linear infinite;
}
@keyframes realtyShimmer {
    0%   { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* ── Tagline rotativo (estrella reemplazada por punto pulsante; no se sale) ── */
.vm-realty-logo__tagline {
    display: block;
    height: 1em;
    overflow: hidden;
    line-height: 1;
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #6b46c1;
    position: relative;
    max-width: 240px;
    white-space: nowrap;
}
.vm-realty-logo__tagline::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #facc15;
    margin-right: .55em;
    vertical-align: middle;
    transform: translateY(-1px);
    box-shadow: 0 0 0 0 rgba(250, 204, 21, .6);
    animation: realtyDotPulse 2s ease-in-out infinite;
}
.vm-realty-logo__word {
    display: block;
    height: 1em;
    line-height: 1;
    animation: realtyRotate 14s ease-in-out infinite;
}
@keyframes realtyDotPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(250, 204, 21, .55); transform: translateY(-1px) scale(1); }
    50%      { box-shadow: 0 0 0 7px rgba(250, 204, 21, 0);  transform: translateY(-1px) scale(1.1); }
}
/* 7 palabras visibles + 1 duplicada al final para loop sin salto
   Cada palabra visible ~1.5s, transición 0.5s */
@keyframes realtyRotate {
    0%, 11.5%   { transform: translateY(0); }            /* Casas */
    14%, 25.5%  { transform: translateY(-1em); }          /* Apartamentos */
    28%, 39.5%  { transform: translateY(-2em); }          /* Terrenos */
    42%, 53.5%  { transform: translateY(-3em); }          /* Lotes */
    56%, 67.5%  { transform: translateY(-4em); }          /* Locales */
    70%, 81.5%  { transform: translateY(-5em); }          /* Bodegas */
    84%, 95.5%  { transform: translateY(-6em); }          /* Inversiones */
    98%, 100%   { transform: translateY(-7em); }          /* Casas (dup) */
}

/* ── Header scrolled: el logo se adapta al fondo blanco ── */
.vm-topnav.is-scrolled .vm-realty-logo__main,
body.is-scrolled .vm-realty-logo__main {
    color: #1a0c47;
}

/* ── Mobile: tagline oculto en pantallas chicas para ahorrar espacio ── */
@media (max-width: 540px) {
    .vm-realty-logo__icon { width: 36px; height: 36px; }
    .vm-realty-logo__main { font-size: 1.1rem; }
    .vm-realty-logo__tagline { display: none; }
}

/* ── Reduce motion: respetar preferencia del usuario ── */
@media (prefers-reduced-motion: reduce) {
    .vm-realty-logo__icon,
    .vm-realty-logo__accent,
    .vm-realty-logo__word,
    .vm-realty-logo__tagline::before {
        animation: none !important;
    }
    .vm-realty-logo__accent {
        background: linear-gradient(90deg, #5e2ced 0%, #facc15 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

/* ════════════════════════════════════════════════════════════════════════
   FOOTER brand: versión sutil del logo del header
   ════════════════════════════════════════════════════════════════════════ */

.vm-realty-footer-brand {
    display: inline-flex !important;
    align-items: center;
    gap: .55rem;
    margin: 0 0 .55rem !important;
}
.vm-realty-footer-brand__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #5e2ced 0%, #8b5cf6 60%, #facc15 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 12px rgba(94, 44, 237, .35);
    transition: transform .3s ease;
    flex-shrink: 0;
}
.vm-realty-footer-brand:hover .vm-realty-footer-brand__icon {
    transform: rotate(-6deg) scale(1.05);
}
.vm-realty-footer-brand__accent {
    margin-left: 4px;
    background: linear-gradient(90deg, #facc15 0%, #fbbf24 50%, #f59e0b 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: realtyShimmer 5s linear infinite;
}

/* ════════════════════════════════════════════════════════════════════════
   HEADER BALANCE — sin botón WhatsApp, asegurar logo-izquierda + menu-derecha
   ════════════════════════════════════════════════════════════════════════ */

.vm-topnav .vm-topnav__inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}
/* El menú se empuja hacia la derecha (margin-left auto) — natural sin WA */
.vm-topnav .vm-nav-links {
    margin-left: auto !important;
}
/* Ocultar definitivamente el botón WhatsApp del header del Realty
   (por si quedó algún residual en CSS de mayor especificidad) */
.vm-topnav .vm-nav-wa {
    display: none !important;
}

/* ════════════════════════════════════════════════════════════════════════
   LOGO CONFIGURABLE — cuando el admin sube imagen, reemplaza el icono SVG
   ════════════════════════════════════════════════════════════════════════ */

/* ────────────────────────────────────────────────────────────
   Logo subido renderizado como MÁSCARA → el color del logo se
   controla con CSS (background-color), no por la imagen original.

   Estructura HTML:
   <span class="...__icon">
       <i class="vm-realty-logo__mask"
          style="-webkit-mask-image:url(X); mask-image:url(X)"></i>
   </span>

   • Sin hover: fondo morado gradient + logo BLANCO
   • Hover:    fondo morado gradient + logo AMARILLO
   La imagen real (PNG/SVG) actúa como silueta — el color que se
   ve es el background-color del elemento con mask. Funciona con
   cualquier color de imagen original (negro, blanco, transparente).
   ──────────────────────────────────────────────────────────── */

/* Approach SIMPLE: contenedor con gradient morado por defecto, fondo BLANCO
   al hover. La imagen se renderiza tal cual con padding. Si el PNG tiene
   fondo negro, se nota poco porque `mix-blend-mode: lighten` lo "funde" con
   el gradient morado del padre. */

/* ─── DOS COLORES ÚNICAMENTE: morado #5e2ced + amarillo #facc15 ─────
   Reposo: fondo morado sólido + logo tal cual (mix-blend-mode lighten oculta
           el fondo oscuro del PNG y deja visible la silueta clara).
   Hover:  solo cambia tamaño/sombra. Sin cambio de color del logo.
   Nada más. */

.vm-realty-logo--has-img .vm-realty-logo__icon {
    background: #5e2ced !important;
    box-shadow: 0 6px 18px rgba(94, 44, 237, .35) !important;
    animation: none !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px !important;
    border: 0 !important;
    transition: box-shadow .25s ease, transform .25s ease;
}
.vm-realty-logo--has-img .vm-realty-logo__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    mix-blend-mode: lighten;
}
.vm-realty-logo--has-img:hover .vm-realty-logo__icon {
    transform: scale(1.06);
    box-shadow: 0 10px 26px rgba(94, 44, 237, .55), 0 0 0 3px #facc15 !important;
}

/* Footer brand */
.vm-realty-footer-brand--has-img .vm-realty-footer-brand__icon {
    background: #5e2ced !important;
    box-shadow: 0 4px 12px rgba(94, 44, 237, .3) !important;
    overflow: hidden;
    padding: 3px !important;
    border: 0 !important;
    transition: box-shadow .25s ease, transform .25s ease;
}
.vm-realty-footer-brand--has-img .vm-realty-footer-brand__icon .vm-realty-logo__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    mix-blend-mode: lighten;
}
.vm-realty-footer-brand--has-img:hover .vm-realty-footer-brand__icon {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(94, 44, 237, .45), 0 0 0 2px #facc15 !important;
}

/* Badge de heros */
.rl-page-hero__badge-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    mix-blend-mode: lighten;
    display: inline-block;
    vertical-align: middle;
}

/* ════════════════════════════════════════════════════════════════════════
   HEROS MODERNOS — banners de cada página pública con patrón + animación
   ════════════════════════════════════════════════════════════════════════ */

.rl-page-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 0 60px;
    color: #fff;
    background:
        radial-gradient(ellipse at top right, rgba(250, 204, 21, .22) 0%, transparent 50%),
        radial-gradient(ellipse at bottom left, rgba(139, 92, 246, .35) 0%, transparent 55%),
        linear-gradient(135deg, #1a0c47 0%, #2a1565 40%, #4520ad 100%);
}
.rl-page-hero::before {
    /* Patrón de puntos sutil de fondo */
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.07) 1.2px, transparent 1.2px);
    background-size: 28px 28px;
    pointer-events: none;
    opacity: .55;
}
.rl-page-hero__inner {
    position: relative;
    z-index: 2;
    text-align: center;
}
.rl-page-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    background: linear-gradient(135deg, rgba(250, 204, 21, .2), rgba(94, 44, 237, .25));
    border: 1px solid rgba(250, 204, 21, .55);
    color: #facc15;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px rgba(94, 44, 237, .2);
}
.rl-page-hero__badge img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.rl-page-hero__badge svg {
    width: 18px;
    height: 18px;
}
.rl-page-hero__title {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 14px;
    color: #fff;
    letter-spacing: -.015em;
    animation: rlHeroSlideIn .6s cubic-bezier(.34, 1.4, .55, 1) both;
}
.rl-page-hero__title .accent {
    background: linear-gradient(135deg, #facc15 0%, #fde047 50%, #fbbf24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.rl-page-hero__subtitle {
    font-size: clamp(.95rem, 1.5vw, 1.1rem);
    color: rgba(255, 255, 255, .82);
    margin: 0 auto;
    max-width: 640px;
    line-height: 1.55;
    animation: rlHeroSlideIn .7s cubic-bezier(.34, 1.4, .55, 1) .1s both;
}
.rl-page-hero__separator {
    display: block;
    margin: 18px auto 0;
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #facc15 0%, #5e2ced 100%);
    animation: rlHeroExpand .8s cubic-bezier(.34, 1.4, .55, 1) .25s both;
    transform-origin: center;
}
@keyframes rlHeroSlideIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes rlHeroExpand {
    from { opacity: 0; transform: scaleX(0); }
    to   { opacity: 1; transform: scaleX(1); }
}

/* Variante "tall" para páginas que necesitan más respiración */
.rl-page-hero--tall { padding: 100px 0 80px; }

/* Stats inline (opcional, debajo del título) */
.rl-page-hero__stats {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 28px;
    animation: rlHeroSlideIn .8s cubic-bezier(.34, 1.4, .55, 1) .3s both;
}
.rl-page-hero__stat {
    text-align: center;
    color: #fff;
}
.rl-page-hero__stat strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #facc15, #fbbf24);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rl-page-hero__stat span {
    display: block;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, .65);
    margin-top: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .rl-page-hero__title,
    .rl-page-hero__subtitle,
    .rl-page-hero__separator,
    .rl-page-hero__stats { animation: none !important; }
}

/* ════════════════════════════════════════════════════════════════════════
   CATÁLOGO ASESOR — avatar institucional usa logo (no inicial)
   ════════════════════════════════════════════════════════════════════════ */

.rcp-hero__avatar--logo {
    background: rgba(255, 255, 255, .12) !important;
    border: 2px solid rgba(255, 255, 255, .25) !important;
    backdrop-filter: blur(10px);
}
.rcp-hero__avatar--logo img {
    width: 70% !important;
    height: 70% !important;
    object-fit: contain !important;
    margin: auto;
    border-radius: 0 !important;
}

/* ════════════════════════════════════════════════════════════════════════
   FILTROS PÚBLICOS — form compacto horizontal (propiedades.php)
   ════════════════════════════════════════════════════════════════════════ */

.rl-public-filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr) auto auto;
    gap: .65rem;
    align-items: stretch;
    background: #fff;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid #ece6fa;
    box-shadow: 0 4px 14px rgba(94, 44, 237, .07);
    margin: -50px auto 2.5rem;
    position: relative;
    z-index: 5;
    max-width: 1100px;
}
.rl-public-filters select,
.rl-public-filters input {
    width: 100%;
    padding: .7rem .85rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
    color: #1f2937;
    font-family: inherit;
    font-size: .87rem;
    font-weight: 600;
    outline: 0;
    transition: border-color .15s, box-shadow .15s, background .15s;
    box-sizing: border-box;
}
.rl-public-filters select:hover,
.rl-public-filters input:hover {
    border-color: #cbd5e1;
}
.rl-public-filters select:focus,
.rl-public-filters input:focus {
    border-color: #5e2ced;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(94, 44, 237, .12);
}
.rl-public-filters__search {
    grid-column: 1 / -3;
}
.rl-public-filters__submit {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    background: linear-gradient(135deg, #5e2ced 0%, #8b5cf6 100%);
    color: #fff;
    border: 0;
    padding: .7rem 1.5rem;
    border-radius: 10px;
    font-weight: 800;
    font-size: .9rem;
    cursor: pointer;
    transition: filter .15s, transform .15s, box-shadow .2s;
    box-shadow: 0 4px 12px rgba(94, 44, 237, .3);
    white-space: nowrap;
}
.rl-public-filters__submit:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(94, 44, 237, .45);
}
.rl-public-filters__clear {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px;
    background: #fee2e2;
    color: #dc2626;
    border-radius: 10px;
    text-decoration: none;
    transition: background .15s, transform .15s;
    border: 1.5px solid #fecaca;
}
.rl-public-filters__clear:hover {
    background: #fecaca;
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 980px) {
    .rl-public-filters {
        grid-template-columns: repeat(2, 1fr);
        margin-top: -30px;
    }
    .rl-public-filters__search,
    .rl-public-filters__submit { grid-column: 1 / -1; }
    .rl-public-filters__clear { grid-column: 1 / -1; width: auto; padding: .6rem; }
}
@media (max-width: 540px) {
    .rl-public-filters { grid-template-columns: 1fr; margin-top: 1rem; }
}

/* ════════════════════════════════════════════════════════════════════════
   LOGO MASK — selectores adicionales para heros y catálogo
   ════════════════════════════════════════════════════════════════════════ */

/* Pill del catálogo asesor */
.rcp-hero__brand-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    mix-blend-mode: lighten;
}

/* Avatar institucional del catálogo — overrides al CSS legacy (realty-catalogo-public.css)
   para que use el MORADO sólido del resto del sitio en vez del bg blanco/negro. */
.rcp-hero__avatar.rcp-hero__avatar--logo {
    background: #5e2ced !important;
    border: 3px solid #facc15 !important;  /* halo amarillo */
    box-shadow: 0 12px 30px rgba(94, 44, 237, .35) !important;
    backdrop-filter: none !important;
    overflow: hidden;
}
.rcp-hero__avatar-img {
    width: 70%;
    height: 70%;
    margin: 15%;
    object-fit: contain;
    display: block;
    mix-blend-mode: lighten;
    transition: transform .3s ease;
}
.rcp-hero__avatar--logo:hover .rcp-hero__avatar-img {
    transform: scale(1.05);
}

/* ════════════════════════════════════════════════════════════════════════
   FASE 15.3 — Badges de estado en cards públicas (B1)
   + Bloque de estado en ficha de propiedad pública (B3)
   ════════════════════════════════════════════════════════════════════════ */

/* Badge superpuesto en la card (esquina superior derecha, debajo del badge de transacción) */
.rl-card__state {
    position: absolute;
    top: .65rem;
    left: .65rem;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .3rem .65rem;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
    backdrop-filter: blur(6px);
    z-index: 3;
}
.rl-card__state i { font-size: .55rem; }

.rl-card__state--hold     { background: linear-gradient(135deg, #f59e0b, #fbbf24); color: #1a0c47; }
.rl-card__state--reserved { background: linear-gradient(135deg, #ea580c, #fb923c); color: #fff; }
.rl-card__state--closed   { background: linear-gradient(135deg, #b91c1c, #dc2626); color: #fff; }

/* Cards con estado no-disponible: imagen + overlay sutil */
.rl-card--state-hold .rl-card__img::after,
.rl-card--state-reserved .rl-card__img::after,
.rl-card--state-closed .rl-card__img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .22);
    pointer-events: none;
    transition: background .25s;
    z-index: 2;
}
.rl-card--state-closed .rl-card__img::after { background: rgba(0, 0, 0, .35); }
.rl-card--state-closed .rl-card__img img    { filter: grayscale(.4); }
.rl-card--state-closed .rl-card__price       { opacity: .75; }

.rl-card--state-hold:hover .rl-card__img::after,
.rl-card--state-reserved:hover .rl-card__img::after { background: rgba(0, 0, 0, .12); }

/* ── Bloque de estado en ficha pública (propiedad.php) — Fase 15.3 B3 ── */
.rfp-state-panel {
    margin: 1.5rem 0 1rem;
    padding: 1.25rem 1.4rem;
    border-radius: 14px;
    border: 1.5px solid transparent;
    display: flex;
    flex-direction: column;
    gap: .85rem;
}
.rfp-state-panel__head {
    display: flex; align-items: center; gap: .65rem;
    font-size: 1rem; font-weight: 800;
}
.rfp-state-panel__head i { font-size: 1.15rem; }
.rfp-state-panel__msg { margin: 0; font-size: .92rem; line-height: 1.5; }
.rfp-state-panel__actions {
    display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .35rem;
}
.rfp-state-panel__cta {
    display: inline-flex; align-items: center; gap: .5rem;
    padding: .75rem 1.4rem; border-radius: 10px;
    font-weight: 800; font-size: .95rem; text-decoration: none;
    transition: transform .12s, box-shadow .15s;
}
.rfp-state-panel__cta--primary {
    background: linear-gradient(135deg, #5e2ced, #8b5cf6);
    color: #fff;
    box-shadow: 0 6px 18px rgba(94, 44, 237, .35);
}
.rfp-state-panel__cta--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(94, 44, 237, .45);
}
.rfp-state-panel__cta--reserve {
    background: linear-gradient(135deg, #facc15, #fbbf24);
    color: #1a0c47;
    box-shadow: 0 6px 18px rgba(250, 204, 21, .35);
}
.rfp-state-panel__cta--reserve:hover { transform: translateY(-1px); }
.rfp-state-panel__cta--ghost {
    background: transparent;
    border: 1.5px solid currentColor;
}

/* Variantes por estado */
.rfp-state-panel--avail    { background: linear-gradient(135deg, #ecfdf5, #d1fae5); border-color: #6ee7b7; color: #065f46; }
.rfp-state-panel--hold     { background: linear-gradient(135deg, #fffbeb, #fef3c7); border-color: #fcd34d; color: #92400e; }
.rfp-state-panel--reserved { background: linear-gradient(135deg, #fff7ed, #ffedd5); border-color: #fdba74; color: #9a3412; }
.rfp-state-panel--closed   { background: linear-gradient(135deg, #fef2f2, #fee2e2); border-color: #fca5a5; color: #991b1b; }

/* Mini info "Te atiende: [nombre]" arriba del form de contacto */
.rfp-form__asesor-info {
    display: flex; align-items: center; gap: .9rem;
    padding: .85rem 1.1rem;
    background: linear-gradient(135deg, rgba(94, 44, 237, .08), rgba(250, 204, 21, .12));
    border: 1px solid #ddd6fe;
    border-radius: 12px;
    margin-bottom: 1.25rem;
}
.rfp-form__asesor-info__avatar {
    width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg, #5e2ced, #facc15);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 1.2rem; overflow: hidden;
}
.rfp-form__asesor-info__avatar img { width: 100%; height: 100%; object-fit: cover; }
.rfp-form__asesor-info__text strong { display: block; color: #1a0c47; font-size: .95rem; }
.rfp-form__asesor-info__text small { display: block; color: #6b7280; font-size: .8rem; margin-top: .15rem; }
