﻿/* ============================================================
   ETAPA 11B - Elite Portal Premium UI
   Layout / Header / Footer / Global WhatsApp CTA
   ============================================================ */

:root {
    --elite-blue: #003DA5;
    --elite-blue-2: #002F7F;
    --elite-blue-deep: #001F4E;
    --elite-red: #DC1C2E;
    --elite-red-2: #B91827;
    --elite-sky: #009CDE;
    --elite-green: #22C55E;
    --elite-white: #FFFFFF;
    --elite-cream: #F7F1E7;
    --elite-cream-2: #FFFAF2;
    --elite-stone: #F4F1EA;
    --elite-soft-gray: #F6F7F9;
    --elite-ink: #111827;
    --elite-ink-2: #243044;
    --elite-muted: #6B7280;
    --elite-muted-2: #8A94A6;
    --elite-line: rgba(17, 24, 39, .11);
    --elite-radius-sm: 12px;
    --elite-radius-md: 18px;
    --elite-radius-lg: 26px;
    --elite-radius-xl: 34px;
    --elite-shadow-soft: 0 14px 38px rgba(15, 23, 42, .08);
    --elite-shadow-card: 0 18px 50px rgba(15, 23, 42, .10);
    --elite-shadow-red: 0 16px 34px rgba(220, 28, 46, .22);
    --elite-container-max: 1440px;
}

html {
    scroll-behavior: smooth;
}

body.elite-body.elite-portal-body {
    background: #ffffff;
    color: var(--elite-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.elite-portal-body a {
    color: var(--elite-blue);
    text-decoration: none;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

    body.elite-portal-body a:hover {
        color: var(--elite-red);
    }

.elite-main-content {
    min-height: 62vh;
}

.elite-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 5000;
    transform: translateY(-160%);
    background: var(--elite-blue);
    color: #fff;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 800;
}

    .elite-skip-link:focus {
        transform: translateY(0);
        color: #fff;
    }

.elite-site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.elite-site-navbar {
    min-height: 74px;
    padding: 0;
}

.elite-nav-container,
.elite-footer-container,
.elite-alert-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.elite-site-brand {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    line-height: 1;
    padding: 0;
    min-width: 132px;
}

    .elite-site-brand:hover {
        color: inherit;
    }

.elite-site-brand-rem,
.elite-footer-brand-rem {
    display: block;
    color: var(--elite-red);
    font-weight: 950;
    font-size: 1.62rem;
    line-height: .82;
    letter-spacing: -.045em;
}

.elite-site-brand-sub,
.elite-footer-brand-sub {
    display: block;
    color: var(--elite-blue);
    font-weight: 900;
    font-size: .88rem;
    line-height: 1;
    letter-spacing: .54em;
    margin-left: 3px;
    margin-top: 7px;
}

.elite-nav-collapse {
    gap: 22px;
}

.elite-main-nav {
    gap: 22px;
}

.elite-site-navbar .nav-link {
    color: var(--elite-ink-2);
    font-size: .92rem;
    font-weight: 750;
    letter-spacing: -.01em;
    padding: 26px 0;
}

    .elite-site-navbar .nav-link:hover,
    .elite-site-navbar .nav-link:focus,
    .elite-site-navbar .nav-link.show {
        color: var(--elite-blue);
    }

.elite-site-navbar .dropdown-toggle::after {
    margin-left: .35rem;
    vertical-align: .12em;
    border-top-width: .28em;
}

.elite-nav-dropdown {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 18px;
    padding: 9px;
    min-width: 238px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .12);
}

    .elite-nav-dropdown .dropdown-item {
        border-radius: 12px;
        color: var(--elite-ink);
        font-size: .92rem;
        font-weight: 700;
        padding: 11px 12px;
    }

        .elite-nav-dropdown .dropdown-item:hover,
        .elite-nav-dropdown .dropdown-item:focus {
            background: rgba(0, 61, 165, .07);
            color: var(--elite-blue);
        }

.elite-nav-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: 12px;
}

.elite-language-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    border: 1px solid rgba(17, 24, 39, .12);
    border-radius: 999px;
    color: var(--elite-ink);
    background: #fff;
    font-weight: 900;
    font-size: .82rem;
}

    .elite-language-switch:hover {
        border-color: rgba(0, 61, 165, .22);
        background: rgba(0, 61, 165, .06);
        color: var(--elite-blue);
    }

.elite-publish-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 21px;
    border-radius: 8px;
    background: var(--elite-red);
    color: #fff !important;
    font-size: .92rem;
    font-weight: 850;
    box-shadow: var(--elite-shadow-red);
    white-space: nowrap;
}

    .elite-publish-button:hover,
    .elite-publish-button:focus {
        background: var(--elite-red-2);
        color: #fff !important;
        transform: translateY(-1px);
    }

.elite-publish-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 7px;
    font-size: .9rem;
    line-height: 1;
}

.elite-menu-button {
    width: 46px;
    height: 42px;
    border: 1px solid rgba(17, 24, 39, .12);
    border-radius: 14px;
    padding: 0;
    background: #fff;
    box-shadow: none;
}

    .elite-menu-button:focus {
        box-shadow: 0 0 0 4px rgba(0, 61, 165, .12);
    }

.elite-menu-line {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    border-radius: 99px;
    background: var(--elite-blue);
}

.elite-alert-wrap {
    position: relative;
    z-index: 1005;
    background: #fff;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.elite-alert-container {
    padding-top: 14px;
    padding-bottom: 14px;
    display: grid;
    gap: 10px;
}

.elite-alert-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: 14px;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, .10);
    padding: 14px 14px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .06);
}

.elite-alert-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .76rem;
    font-weight: 950;
}

.elite-alert-success .elite-alert-icon {
    background: rgba(34, 197, 94, .12);
    color: #15803d;
}

.elite-alert-warning .elite-alert-icon {
    background: rgba(245, 158, 11, .14);
    color: #92400e;
}

.elite-alert-error .elite-alert-icon {
    background: rgba(220, 28, 46, .12);
    color: var(--elite-red);
}

.elite-alert-content strong {
    display: block;
    color: var(--elite-ink);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2px;
}

.elite-alert-content p {
    margin: 0;
    color: var(--elite-muted);
    line-height: 1.45;
}

.elite-alert-close {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 999px;
    background: #fff;
    color: var(--elite-muted);
    font-size: 1.35rem;
    line-height: 1;
}

    .elite-alert-close:hover {
        color: var(--elite-red);
        border-color: rgba(220, 28, 46, .18);
        background: #fff7f7;
    }

.elite-floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 9px 18px 9px 10px;
    border-radius: 999px;
    color: #fff !important;
    background: #23B75B;
    box-shadow: 0 18px 40px rgba(18, 128, 68, .32);
    font-weight: 900;
    letter-spacing: -.01em;
}

    .elite-floating-whatsapp:hover {
        transform: translateY(-2px);
        background: #1F9F50;
        color: #fff !important;
    }

.elite-floating-whatsapp-icon,
.elite-footer-whatsapp span {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    font-size: .72rem;
    font-weight: 950;
}

.elite-floating-whatsapp-text {
    font-size: .92rem;
    white-space: nowrap;
}

.elite-site-footer {
    background: radial-gradient(circle at 88% 12%, rgba(0, 156, 222, .16), transparent 34%), linear-gradient(135deg, #001A43 0%, #002F7F 100%);
    color: #fff;
    padding: 46px 0 20px;
}

.elite-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr .72fr .88fr 1.15fr 1fr;
    gap: 34px;
    align-items: start;
}

.elite-footer-brand {
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    margin-bottom: 18px;
}

    .elite-footer-brand:hover {
        color: #fff;
    }

.elite-footer-brand-rem {
    color: var(--elite-red);
    font-size: 1.8rem;
}

.elite-footer-brand-sub {
    color: #fff;
}

.elite-footer-copy,
.elite-footer-column p,
.elite-footer-bottom p,
.elite-footer-trust-card p {
    color: rgba(255, 255, 255, .76);
    line-height: 1.6;
    margin: 0;
}

.elite-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

    .elite-footer-social a {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        background: rgba(255, 255, 255, .10);
        border: 1px solid rgba(255, 255, 255, .18);
        font-size: .72rem;
        font-weight: 950;
        text-transform: uppercase;
    }

        .elite-footer-social a:hover {
            background: rgba(255, 255, 255, .20);
        }

.elite-footer-column {
    display: grid;
    gap: 10px;
}

    .elite-footer-column h2,
    .elite-footer-trust-card h2 {
        margin: 0 0 8px;
        color: #fff;
        font-size: .96rem;
        font-weight: 900;
        letter-spacing: -.01em;
    }

    .elite-footer-column a {
        color: rgba(255, 255, 255, .78);
        font-size: .93rem;
        line-height: 1.35;
    }

        .elite-footer-column a:hover {
            color: #fff;
        }

.elite-footer-office {
    gap: 12px;
}

.elite-footer-email {
    display: inline-flex;
    width: fit-content;
    color: #fff !important;
    font-weight: 800;
}

.elite-footer-whatsapp {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 6px 16px 6px 6px;
    border-radius: 999px;
    background: rgba(35, 183, 91, .95);
    color: #fff !important;
    font-weight: 900;
    box-shadow: 0 15px 34px rgba(0, 0, 0, .16);
}

    .elite-footer-whatsapp:hover {
        color: #fff !important;
        background: #1F9F50;
    }

.elite-footer-trust-card {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    padding: 22px;
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.elite-footer-balloon {
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--elite-blue);
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: -.04em;
}

.elite-footer-trust-card a {
    display: inline-flex;
    margin-top: 16px;
    color: #fff;
    font-weight: 900;
}

.elite-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-top: 26px;
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

    .elite-footer-bottom p {
        font-size: .84rem;
    }

.elite-card,
.elite-form-card,
.elite-search-card,
.elite-tool-card,
.elite-agent-card,
.elite-property-card {
    border-color: rgba(17, 24, 39, .10);
}

.elite-btn-primary,
.elite-btn-primary:focus {
    background: var(--elite-red);
    border-color: var(--elite-red);
    color: #fff;
    border-radius: 10px;
    font-weight: 900;
    box-shadow: var(--elite-shadow-red);
}

    .elite-btn-primary:hover {
        background: var(--elite-red-2);
        border-color: var(--elite-red-2);
        color: #fff;
    }

.elite-btn-secondary {
    background: var(--elite-blue);
    border-color: var(--elite-blue);
    color: #fff;
    border-radius: 10px;
    font-weight: 900;
}

    .elite-btn-secondary:hover {
        background: var(--elite-blue-2);
        color: #fff;
    }

@media (min-width: 992px) {
    .elite-site-navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 1199.98px) {
    .elite-main-nav {
        gap: 16px;
    }

    .elite-site-navbar .nav-link {
        font-size: .88rem;
    }

    .elite-footer-grid {
        grid-template-columns: 1.25fr .8fr .9fr 1.2fr;
    }

    .elite-footer-trust-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .elite-site-navbar {
        min-height: 68px;
    }

    .elite-nav-collapse {
        margin-top: 14px;
        padding: 18px;
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 22px 55px rgba(15, 23, 42, .12);
    }

    .elite-main-nav {
        gap: 0;
    }

    .elite-site-navbar .nav-link {
        padding: 13px 0;
        font-size: 1rem;
    }

    .elite-nav-actions {
        margin-left: 0;
        margin-top: 16px;
        width: 100%;
        display: grid;
        grid-template-columns: auto 1fr;
    }

    .elite-publish-button {
        width: 100%;
    }

    .elite-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .elite-footer-brand-block,
    .elite-footer-office,
    .elite-footer-trust-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .elite-nav-container,
    .elite-footer-container,
    .elite-alert-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .elite-site-brand {
        min-width: 116px;
    }

    .elite-site-brand-rem {
        font-size: 1.4rem;
    }

    .elite-site-brand-sub {
        font-size: .74rem;
        letter-spacing: .48em;
    }

    .elite-alert-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .elite-alert-close {
        grid-column: 1 / -1;
        justify-self: end;
    }

    .elite-floating-whatsapp {
        right: 16px;
        bottom: 16px;
        min-height: 52px;
        padding: 8px 14px 8px 8px;
    }

    .elite-floating-whatsapp-icon {
        width: 36px;
        height: 36px;
    }

    .elite-floating-whatsapp-text {
        max-width: 150px;
        font-size: .84rem;
        line-height: 1.15;
        white-space: normal;
    }

    .elite-site-footer {
        padding-top: 38px;
    }

    .elite-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .elite-footer-brand-block,
    .elite-footer-office,
    .elite-footer-trust-card {
        grid-column: auto;
    }

    .elite-footer-bottom {
        display: grid;
        gap: 10px;
    }
}

@media (max-width: 420px) {
    .elite-floating-whatsapp-text {
        display: none;
    }

    .elite-floating-whatsapp {
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
    }
}


/* ============================================================
   ETAPA 11B.1 - Real horizontal RE/MAX ELITE logo
   ============================================================ */

.elite-site-brand-logo {
    display: block;
    width: 138px;
    max-width: 138px;
    height: auto;
}

.elite-footer-brand-logo {
    display: block;
    width: 148px;
    max-width: 148px;
    height: auto;
}

.elite-footer-brand {
    margin-bottom: 18px;
}

@media (max-width: 767.98px) {
    .elite-site-brand-logo {
        width: 122px;
        max-width: 122px;
    }

    .elite-footer-brand-logo {
        width: 136px;
        max-width: 136px;
    }
}


/* ============================================================
   ETAPA 11C - Home Premium Portal Redesign
   ============================================================ */

.home11-page {
    background: #fff;
    color: var(--elite-ink);
}

.home11-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.home11-hero {
    position: relative;
    min-height: 560px;
    display: grid;
    align-items: end;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(15, 23, 42, .12) 0%, rgba(15, 23, 42, .48) 100%), var(--home11-hero-image), linear-gradient(135deg, #d8e7ef 0%, #f7f1e7 100%);
    background-size: cover;
    background-position: center;
}

.home11-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .16), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, rgba(0, 31, 78, .20) 100%);
    pointer-events: none;
}

.home11-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 46px 18px 38px;
}

.home11-hero-copy {
    max-width: 780px;
    margin: 0 auto 22px;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .26);
}

    .home11-hero-copy h1 {
        margin: 0;
        font-size: clamp(2.45rem, 5.3vw, 5.45rem);
        line-height: .96;
        letter-spacing: -.055em;
        font-weight: 900;
    }

    .home11-hero-copy p {
        margin: 14px 0 0;
        color: rgba(255, 255, 255, .92);
        font-size: clamp(1rem, 1.45vw, 1.28rem);
        font-weight: 700;
    }

.home11-search-shell {
    max-width: 890px;
    margin: 0 auto;
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .70);
    box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow: hidden;
}

.home11-search-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid rgba(17, 24, 39, .10);
    background: rgba(255, 255, 255, .78);
}

.home11-search-tab {
    position: relative;
    min-height: 58px;
    border: 0;
    background: transparent;
    color: var(--elite-ink-2);
    font-weight: 850;
    letter-spacing: -.01em;
}

    .home11-search-tab::after {
        content: "";
        position: absolute;
        left: 22%;
        right: 22%;
        bottom: 0;
        height: 3px;
        border-radius: 999px 999px 0 0;
        background: transparent;
    }

    .home11-search-tab.is-active {
        color: var(--elite-blue);
    }

        .home11-search-tab.is-active::after {
            background: var(--elite-red);
        }

.home11-search-form {
    padding: 22px;
}

.home11-search-main-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 174px;
    gap: 14px;
    align-items: stretch;
}

.home11-search-input-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 62px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid rgba(17, 24, 39, .12);
    border-radius: 12px;
    background: #fff;
}

.home11-search-icon {
    color: var(--elite-blue);
    font-size: 1.65rem;
    line-height: 1;
}

.home11-search-input-wrap input {
    width: 100%;
    border: 0;
    outline: 0;
    color: var(--elite-ink);
    font-weight: 700;
    font-size: 1rem;
    background: transparent;
}

    .home11-search-input-wrap input::placeholder {
        color: var(--elite-muted-2);
    }

.home11-search-submit {
    min-height: 62px;
    border: 0;
    border-radius: 10px;
    background: var(--elite-blue-deep);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 18px 34px rgba(0, 31, 78, .22);
}

    .home11-search-submit:hover,
    .home11-search-submit:focus {
        background: var(--elite-blue);
    }

.home11-search-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 150px;
    gap: 12px;
    margin-top: 16px;
}

    .home11-search-filters label {
        margin: 0;
    }

        .home11-search-filters label span {
            position: absolute;
            width: 1px;
            height: 1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
        }

    .home11-search-filters select,
    .home11-more-filters {
        width: 100%;
        min-height: 44px;
        border: 1px solid rgba(17, 24, 39, .12);
        border-radius: 8px;
        background: #fff;
        color: var(--elite-ink-2);
        padding: 0 13px;
        font-size: .9rem;
        font-weight: 760;
    }

.home11-more-filters {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.home11-search-filters.is-seller-mode {
    opacity: .55;
    pointer-events: none;
}

.home11-zone-strip {
    background: #fff;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.home11-zone-grid {
    min-height: 72px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
}

    .home11-zone-grid > span {
        color: var(--elite-ink-2);
        font-weight: 850;
        font-size: .94rem;
    }

.home11-zone-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .home11-zone-chips a {
        min-width: 118px;
        text-align: center;
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 9px;
        background: #fff;
        color: var(--elite-ink-2);
        padding: 9px 16px;
        font-size: .88rem;
        font-weight: 760;
    }

        .home11-zone-chips a:hover {
            border-color: rgba(0, 61, 165, .26);
            background: rgba(0, 61, 165, .06);
            color: var(--elite-blue);
        }

.home11-view-zones,
.home11-section-heading a {
    color: var(--elite-blue);
    font-weight: 900;
    white-space: nowrap;
}

.home11-ai-strip {
    padding: 28px 0 0;
    background: #fff;
}

.home11-ai-panel {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 22px;
    border: 1px solid rgba(0, 61, 165, .12);
    border-radius: 18px;
    background: radial-gradient(circle at 8% 25%, rgba(0, 156, 222, .12), transparent 32%), linear-gradient(135deg, #f8fbff 0%, #ffffff 60%, #f9fbff 100%);
    padding: 24px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.home11-ai-copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 15px;
    align-items: start;
}

.home11-ai-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: var(--elite-blue);
    font-size: 1.45rem;
    font-weight: 950;
}

.home11-ai-copy h2 {
    margin: 0;
    color: var(--elite-blue-deep);
    font-size: 1.28rem;
    font-weight: 950;
    letter-spacing: -.025em;
}

.home11-ai-copy p {
    margin: 9px 0 0;
    color: var(--elite-muted);
    line-height: 1.55;
    font-size: .95rem;
}

.home11-ai-chat-card {
    min-width: 0;
}

.home11-ai-form {
    margin: 0;
}

.home11-ai-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 174px;
    gap: 12px;
}

    .home11-ai-input-row input {
        min-height: 56px;
        border: 1px solid rgba(17, 24, 39, .12);
        border-radius: 10px;
        background: #fff;
        padding: 0 18px;
        color: var(--elite-ink);
        font-weight: 700;
        outline: none;
    }

        .home11-ai-input-row input:focus {
            border-color: rgba(0, 61, 165, .36);
            box-shadow: 0 0 0 4px rgba(0, 61, 165, .08);
        }

.home11-ai-submit {
    min-height: 56px;
    border: 0;
    border-radius: 10px;
    background: var(--elite-blue-deep);
    color: #fff;
    font-weight: 950;
    box-shadow: 0 18px 34px rgba(0, 31, 78, .16);
}

.home11-ai-examples {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 13px;
}

.home11-ai-example {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 8px;
    background: #fff;
    color: var(--elite-ink-2);
    padding: 8px 13px;
    font-size: .84rem;
    font-weight: 760;
}

    .home11-ai-example:hover {
        border-color: rgba(0, 61, 165, .24);
        background: #eef4ff;
        color: var(--elite-blue);
    }

.home11-ai-note {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 13px 0 0;
    color: var(--elite-muted);
    font-size: .86rem;
    line-height: 1.45;
}

.home11-ai-status {
    margin-top: 10px;
    color: var(--elite-blue);
    font-weight: 850;
    min-height: 20px;
    font-size: .9rem;
}

.home11-ai-response {
    margin-top: 16px;
    border-radius: 18px;
    border: 1px solid rgba(0, 61, 165, .12);
    background: #fff;
    padding: 18px;
}

    .home11-ai-response.is-warning {
        border-color: rgba(220, 28, 46, .20);
        background: #fff7f7;
    }

.home11-ai-response-message {
    color: var(--elite-ink);
    font-weight: 850;
    line-height: 1.55;
}

.home11-ai-response-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.home11-ai-response-actions {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.home11-section {
    padding: 34px 0;
}

.home11-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 18px;
}

.home11-kicker {
    display: block;
    margin-bottom: 6px;
    color: var(--elite-blue);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home11-section-heading h2 {
    margin: 0;
    color: var(--elite-ink);
    font-size: clamp(1.45rem, 2.2vw, 2.15rem);
    font-weight: 900;
    letter-spacing: -.04em;
}

.home11-property-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.home11-empty-featured {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: #fffaf2;
    padding: 24px;
}

    .home11-empty-featured h3 {
        margin: 0;
        font-weight: 900;
        color: var(--elite-ink);
    }

    .home11-empty-featured p {
        margin: 7px 0 0;
        color: var(--elite-muted);
    }

.home11-seller-section {
    padding: 10px 0 26px;
}

.home11-seller-card {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.15fr) 220px;
    gap: 30px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 18px;
    background: radial-gradient(circle at 88% 15%, rgba(220, 28, 46, .08), transparent 26%), linear-gradient(135deg, #fffaf2 0%, #ffffff 48%, #fff7f7 100%);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
    padding: 0 28px 0 0;
}

.home11-seller-image {
    min-height: 176px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .65)), url("/Content/images/home-seller-cta.jpg"), linear-gradient(135deg, #efe3d5 0%, #fffaf2 100%);
    background-size: cover;
    background-position: center;
}

.home11-seller-copy {
    padding: 26px 0;
}

    .home11-seller-copy h2 {
        margin: 0;
        color: var(--elite-ink);
        font-size: clamp(1.65rem, 2.5vw, 2.65rem);
        font-weight: 900;
        letter-spacing: -.045em;
    }

    .home11-seller-copy p {
        margin: 8px 0 18px;
        color: var(--elite-muted);
        line-height: 1.55;
    }

.home11-seller-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

    .home11-seller-benefits div {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: 10px;
        row-gap: 2px;
    }

    .home11-seller-benefits span {
        grid-row: span 2;
        width: 36px;
        height: 36px;
        border-radius: 999px;
        border: 1px solid rgba(0, 61, 165, .16);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--elite-blue);
        background: #fff;
        font-weight: 900;
    }

    .home11-seller-benefits strong {
        color: var(--elite-ink);
        font-size: .9rem;
        font-weight: 900;
    }

    .home11-seller-benefits small {
        color: var(--elite-muted);
        font-size: .82rem;
        line-height: 1.35;
    }

.home11-seller-action {
    display: grid;
    gap: 10px;
    justify-items: center;
}

    .home11-seller-action small {
        color: var(--elite-muted);
        text-align: center;
    }

.home11-red-button,
.home11-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 9px;
    font-weight: 900;
}

.home11-red-button {
    background: var(--elite-red);
    color: #fff !important;
    box-shadow: var(--elite-shadow-red);
}

    .home11-red-button:hover {
        background: var(--elite-red-2);
        color: #fff !important;
    }

.home11-outline-button {
    border: 1px solid rgba(0, 61, 165, .32);
    color: var(--elite-blue);
    background: #fff;
}

    .home11-outline-button:hover {
        background: #eef4ff;
        color: var(--elite-blue);
    }

.home11-tools-section {
    padding-top: 12px;
}

.home11-tool-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.home11-tool-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 112px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 14px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
}

    .home11-tool-card:hover {
        transform: translateY(-2px);
        border-color: rgba(0, 61, 165, .18);
        box-shadow: 0 24px 48px rgba(15, 23, 42, .08);
    }

.home11-tool-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: var(--elite-blue);
    font-size: 1.7rem;
    font-weight: 950;
}

.home11-tool-card strong {
    display: block;
    color: var(--elite-ink);
    font-weight: 950;
    margin-bottom: 5px;
}

.home11-tool-card small {
    display: block;
    color: var(--elite-muted);
    line-height: 1.45;
}

.home11-tool-card em {
    color: var(--elite-ink);
    font-size: 1.8rem;
    font-style: normal;
}

.home11-agents-section {
    padding-top: 10px;
    padding-bottom: 52px;
}

.home11-agent-panel {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.home11-agent-copy {
    border-radius: 18px;
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .10);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
}

    .home11-agent-copy h2 {
        margin: 0;
        color: var(--elite-ink);
        font-size: clamp(1.65rem, 2.35vw, 2.55rem);
        font-weight: 900;
        letter-spacing: -.045em;
        line-height: 1.03;
    }

    .home11-agent-copy p {
        margin: 14px 0 22px;
        color: var(--elite-muted);
        line-height: 1.6;
    }

.home11-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.home11-trust-card {
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, .10);
    background: #fff;
    padding: 22px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
}

    .home11-trust-card span {
        width: 46px;
        height: 46px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        background: #eef4ff;
        color: var(--elite-blue);
        font-weight: 950;
    }

    .home11-trust-card strong {
        display: block;
        color: var(--elite-ink);
        font-weight: 950;
        margin-bottom: 8px;
    }

    .home11-trust-card p {
        margin: 0;
        color: var(--elite-muted);
        line-height: 1.55;
        font-size: .93rem;
    }

.home11-trust-card-blue {
    background: linear-gradient(135deg, var(--elite-blue-deep), var(--elite-blue));
}

    .home11-trust-card-blue span {
        background: rgba(255, 255, 255, .14);
        color: #fff;
    }

    .home11-trust-card-blue strong,
    .home11-trust-card-blue p {
        color: #fff;
    }

@media (max-width: 1199.98px) {
    .home11-property-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home11-seller-card {
        grid-template-columns: .68fr 1fr;
        padding-right: 0;
    }

    .home11-seller-action {
        grid-column: 1 / -1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 28px 24px;
    }

    .home11-agent-panel {
        grid-template-columns: 1fr;
    }

    .home11-trust-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .home11-hero {
        min-height: auto;
    }

    .home11-hero-content {
        padding-top: 62px;
    }

    .home11-search-main-row,
    .home11-ai-input-row {
        grid-template-columns: 1fr;
    }

    .home11-search-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home11-more-filters {
        min-height: 44px;
    }

    .home11-zone-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .home11-view-zones {
        justify-self: start;
    }

    .home11-ai-panel {
        grid-template-columns: 1fr;
    }

    .home11-property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home11-seller-card {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .home11-seller-image {
        min-height: 220px;
    }

    .home11-seller-copy {
        padding: 0 24px;
    }

    .home11-seller-benefits {
        grid-template-columns: 1fr;
    }

    .home11-seller-action {
        justify-content: flex-start;
        padding: 0 24px 24px;
    }

    .home11-tool-grid {
        grid-template-columns: 1fr;
    }

    .home11-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .home11-hero-content {
        padding: 44px 16px 26px;
    }

    .home11-hero-copy {
        text-align: left;
        margin-bottom: 18px;
    }

        .home11-hero-copy h1 {
            font-size: clamp(2.35rem, 14vw, 3.8rem);
        }

    .home11-search-shell {
        border-radius: 18px;
    }

    .home11-search-tabs {
        min-width: 0;
    }

    .home11-search-tab {
        min-height: 52px;
        font-size: .92rem;
    }

    .home11-search-form {
        padding: 16px;
    }

    .home11-search-input-wrap,
    .home11-search-submit {
        min-height: 54px;
    }

    .home11-search-filters {
        grid-template-columns: 1fr;
    }

    .home11-zone-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

        .home11-zone-chips a {
            min-width: max-content;
        }

    .home11-ai-strip {
        padding-top: 18px;
    }

    .home11-ai-panel {
        padding: 18px;
        border-radius: 18px;
    }

    .home11-ai-copy {
        grid-template-columns: 1fr;
    }

    .home11-ai-examples {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .home11-ai-example {
        min-width: max-content;
    }

    .home11-ai-response-cards {
        grid-template-columns: 1fr;
    }

    .home11-section {
        padding: 26px 0;
    }

    .home11-section-heading {
        display: grid;
        align-items: start;
    }

    .home11-property-grid {
        grid-template-columns: 1fr;
    }

    .home11-empty-featured {
        display: grid;
    }

    .home11-seller-image {
        min-height: 190px;
    }

    .home11-seller-copy h2 {
        font-size: 2rem;
    }

    .home11-seller-action {
        display: grid;
        justify-items: stretch;
    }

    .home11-tool-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

        .home11-tool-card em {
            display: none;
        }

    .home11-trust-grid {
        grid-template-columns: 1fr;
    }
}


/* ============================================================
   ETAPA 11C FIX - Property card image sizing
   Corrige fallback SVG / fotos que no se ajustan en cards
   ============================================================ */

.home11-property-grid > .elite-property-card,
.elite-property-card {
    min-width: 0;
}

.elite-property-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}

.elite-property-photo {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    background: #f4f1ea;
    border-radius: 16px 16px 0 0;
}

    .elite-property-photo img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center;
    }

.elite-property-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
    padding: 14px;
}

.elite-property-title {
    color: var(--elite-ink);
    font-weight: 850;
    line-height: 1.25;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
}

.elite-property-location {
    color: var(--elite-muted);
    font-size: .9rem;
    line-height: 1.35;
}

.elite-property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 4px;
}

.elite-meta-pill {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f6f7f9;
    color: var(--elite-ink-2);
    font-size: .78rem;
    font-weight: 750;
}

.elite-property-content .elite-btn-secondary {
    margin-top: auto;
}


/* ============================================================
   ETAPA 11D - Property Cards + Search Results Premium
   ============================================================ */

/* Property cards */

.property11-card,
.elite-property-card.property11-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .property11-card:hover {
        transform: translateY(-3px);
        border-color: rgba(0, 61, 165, .22);
        box-shadow: 0 24px 54px rgba(15, 23, 42, .11);
    }

.property11-photo {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f4f1ea;
}

    .property11-photo img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center;
        transform: scale(1.001);
        transition: transform .35s ease;
    }

.property11-card:hover .property11-photo img {
    transform: scale(1.035);
}

.property11-photo-gradient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, .24) 0%, transparent 38%), linear-gradient(0deg, rgba(0, 18, 48, .70) 0%, transparent 48%);
}

.property11-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    padding: 5px 10px;
    color: #fff;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

    .property11-badge.is-sale {
        background: rgba(0, 61, 165, .96);
    }

    .property11-badge.is-rent {
        background: rgba(220, 28, 46, .96);
    }

    .property11-badge.is-default {
        background: rgba(17, 24, 39, .88);
    }

.property11-price {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 13px;
    z-index: 2;
    color: #fff;
    font-size: clamp(1.12rem, 1.3vw, 1.42rem);
    font-weight: 950;
    letter-spacing: -.035em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .35);
}

.property11-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
    padding: 15px;
}

.property11-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 7px;
    color: var(--elite-muted);
    font-size: .82rem;
    line-height: 1.35;
    font-weight: 750;
}

    .property11-topline span:not(:last-child)::after {
        content: "·";
        margin-left: 7px;
        color: rgba(107, 114, 128, .75);
    }

.property11-title {
    color: var(--elite-ink) !important;
    font-size: .98rem;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: -.015em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 2.42em;
    overflow: hidden;
}

    .property11-title:hover {
        color: var(--elite-blue) !important;
    }

.property11-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    padding-top: 2px;
    color: var(--elite-ink-2);
}

    .property11-meta span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        min-height: 28px;
        color: var(--elite-ink-2);
        font-size: .84rem;
        font-weight: 850;
        white-space: nowrap;
    }

    .property11-meta i {
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        background: #eef4ff;
        color: var(--elite-blue);
        font-size: .72rem;
        font-style: normal;
        line-height: 1;
    }

    .property11-meta small {
        color: var(--elite-muted);
        font-size: .76rem;
        font-weight: 750;
    }

.property11-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: auto;
    border: 1px solid rgba(0, 61, 165, .30);
    border-radius: 9px;
    background: #fff;
    color: var(--elite-blue) !important;
    font-size: .9rem;
    font-weight: 900;
}

    .property11-action:hover {
        background: #eef4ff;
        border-color: rgba(0, 61, 165, .42);
        color: var(--elite-blue) !important;
    }

/* Search results */

.search11-page {
    background: #fff;
    color: var(--elite-ink);
}

.search11-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.search11-hero {
    padding: 48px 0 30px;
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .10), transparent 34%), radial-gradient(circle at 92% 15%, rgba(220, 28, 46, .07), transparent 30%), linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.search11-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
    gap: 30px;
    align-items: end;
}

.search11-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.search11-copy h1 {
    max-width: 790px;
    margin: 0;
    color: var(--elite-ink);
    font-size: clamp(2.1rem, 4vw, 4.7rem);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -.06em;
}

.search11-copy p {
    max-width: 760px;
    margin: 16px 0 0;
    color: var(--elite-muted);
    font-size: 1.04rem;
    line-height: 1.6;
}

.search11-count-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin-top: 18px;
    padding: 7px 13px;
    border: 1px solid rgba(0, 61, 165, .15);
    border-radius: 999px;
    background: #fff;
    color: var(--elite-blue);
    font-size: .9rem;
    font-weight: 900;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.search11-quick-card {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    padding: 18px;
}

.search11-quick-form {
    margin: 0;
}

    .search11-quick-form label {
        display: block;
        margin-bottom: 8px;
        color: var(--elite-ink);
        font-size: .9rem;
        font-weight: 900;
    }

.search11-quick-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 10px;
}

    .search11-quick-row input {
        min-height: 50px;
        border: 1px solid rgba(17, 24, 39, .12);
        border-radius: 11px;
        background: #fff;
        padding: 0 14px;
        color: var(--elite-ink);
        font-weight: 750;
        outline: none;
    }

        .search11-quick-row input:focus,
        .search11-filter-group input:focus,
        .search11-filter-group select:focus {
            border-color: rgba(0, 61, 165, .34);
            box-shadow: 0 0 0 4px rgba(0, 61, 165, .08);
        }

    .search11-quick-row button {
        min-height: 50px;
        border: 0;
        border-radius: 10px;
        background: var(--elite-blue-deep);
        color: #fff;
        font-weight: 950;
    }

.search11-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-top: 24px;
}

    .search11-active-filters span {
        color: var(--elite-muted);
        font-size: .88rem;
        font-weight: 900;
    }

    .search11-active-filters em {
        display: inline-flex;
        align-items: center;
        min-height: 31px;
        padding: 5px 10px;
        border-radius: 999px;
        background: #eef4ff;
        color: var(--elite-blue);
        font-size: .82rem;
        font-style: normal;
        font-weight: 850;
    }

    .search11-active-filters a {
        display: inline-flex;
        align-items: center;
        min-height: 31px;
        padding: 5px 10px;
        border-radius: 999px;
        background: #fff7f7;
        color: var(--elite-red);
        font-size: .82rem;
        font-weight: 900;
    }

.search11-main {
    padding: 28px 0 58px;
    background: #fff;
}

.search11-layout {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.search11-filter-column {
    position: sticky;
    top: 96px;
    z-index: 5;
}

.search11-filter-card {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
    padding: 20px;
}

.search11-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
    margin-bottom: 18px;
}

    .search11-filter-header span {
        display: block;
        margin-bottom: 4px;
        color: var(--elite-blue);
        font-size: .72rem;
        font-weight: 950;
        letter-spacing: .10em;
        text-transform: uppercase;
    }

    .search11-filter-header h2 {
        margin: 0;
        color: var(--elite-ink);
        font-size: 1.18rem;
        font-weight: 950;
        letter-spacing: -.025em;
    }

    .search11-filter-header a {
        color: var(--elite-red);
        font-size: .84rem;
        font-weight: 900;
    }

.search11-filter-group {
    margin-bottom: 13px;
}

    .search11-filter-group label {
        display: block;
        margin-bottom: 6px;
        color: var(--elite-ink-2);
        font-size: .84rem;
        font-weight: 900;
    }

    .search11-filter-group input,
    .search11-filter-group select {
        width: 100%;
        min-height: 44px;
        border: 1px solid rgba(17, 24, 39, .12);
        border-radius: 10px;
        background: #fff;
        color: var(--elite-ink);
        padding: 0 12px;
        font-size: .92rem;
        font-weight: 720;
        outline: none;
    }

.search11-filter-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
}

.search11-more-filters {
    margin-top: 4px;
}

    .search11-more-filters summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 44px;
        border-top: 1px solid rgba(17, 24, 39, .08);
        border-bottom: 1px solid rgba(17, 24, 39, .08);
        color: var(--elite-blue);
        font-weight: 950;
        cursor: pointer;
        list-style: none;
    }

        .search11-more-filters summary::-webkit-details-marker {
            display: none;
        }

        .search11-more-filters summary::after {
            content: "+";
        }

    .search11-more-filters[open] summary::after {
        content: "–";
    }

.search11-filter-actions {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

    .search11-filter-actions button,
    .search11-filter-actions a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-height: 45px;
        border-radius: 10px;
        font-weight: 950;
    }

    .search11-filter-actions button {
        border: 0;
        background: var(--elite-red);
        color: #fff;
        box-shadow: var(--elite-shadow-red);
    }

    .search11-filter-actions a {
        border: 1px solid rgba(0, 61, 165, .28);
        background: #fff;
        color: var(--elite-blue);
    }

.search11-results-column {
    min-width: 0;
}

.search11-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 16px;
    background: #fff;
    padding: 14px 16px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

    .search11-toolbar strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1rem;
        font-weight: 950;
    }

    .search11-toolbar span {
        display: block;
        color: var(--elite-muted);
        font-size: .9rem;
        font-weight: 700;
    }

.search11-sort-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

    .search11-sort-links a {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 5px 10px;
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 999px;
        background: #fff;
        color: var(--elite-ink-2);
        font-size: .8rem;
        font-weight: 900;
    }

        .search11-sort-links a.is-active {
            border-color: var(--elite-blue);
            background: var(--elite-blue);
            color: #fff;
        }

.search11-map-toggle {
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .04);
}

.search11-map-button {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 0;
    background: #fff;
    color: var(--elite-blue);
    text-align: left;
    padding: 14px 16px;
    font-weight: 950;
}

    .search11-map-button.is-active {
        color: var(--elite-red);
    }

.search11-map-placeholder {
    margin: 0 16px 16px;
    padding: 16px;
    border-radius: 14px;
    background: #fffaf2;
    border: 1px solid rgba(17, 24, 39, .08);
}

    .search11-map-placeholder strong {
        display: block;
        margin-bottom: 5px;
        color: var(--elite-ink);
        font-weight: 950;
    }

    .search11-map-placeholder p {
        margin: 0;
        color: var(--elite-muted);
        line-height: 1.55;
    }

.search11-property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.search11-empty-state {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: radial-gradient(circle at 16% 18%, rgba(0, 156, 222, .10), transparent 32%), linear-gradient(135deg, #fffaf2 0%, #ffffff 54%, #f8fbff 100%);
    padding: 34px;
    text-align: center;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.search11-empty-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 24px;
    background: #eef4ff;
    color: var(--elite-blue);
    font-size: 2rem;
    font-weight: 950;
}

.search11-empty-state h2 {
    margin: 0;
    color: var(--elite-ink);
    font-size: clamp(1.7rem, 2.5vw, 2.6rem);
    font-weight: 950;
    letter-spacing: -.045em;
}

.search11-empty-state p {
    max-width: 670px;
    margin: 12px auto 0;
    color: var(--elite-muted);
    line-height: 1.62;
}

.search11-empty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
}

.search11-empty-form-wrap {
    max-width: 860px;
    margin: 28px auto 0;
    text-align: left;
}

.search11-red-button,
.search11-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 950;
}

.search11-red-button {
    border: 0;
    background: var(--elite-red);
    color: #fff !important;
    box-shadow: var(--elite-shadow-red);
}

.search11-outline-button {
    border: 1px solid rgba(0, 61, 165, .30);
    background: #fff;
    color: var(--elite-blue) !important;
}

.search11-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 16px;
    background: #fff;
    padding: 16px;
    color: var(--elite-muted);
    font-weight: 850;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

    .search11-pagination > div:last-child {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

.search11-mobile-filter-toggle {
    display: none;
}

@media (max-width: 1199.98px) {
    .search11-layout {
        grid-template-columns: 300px minmax(0, 1fr);
    }

    .search11-property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .search11-hero-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .search11-layout {
        grid-template-columns: 1fr;
    }

    .search11-mobile-filter-toggle {
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        margin-bottom: 16px;
        border: 1px solid rgba(0, 61, 165, .18);
        border-radius: 14px;
        background: #eef4ff;
        color: var(--elite-blue);
        font-weight: 950;
    }

    .search11-filter-column {
        position: static;
        display: none;
    }

        .search11-filter-column.is-open {
            display: block;
        }

    .search11-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .search11-sort-links {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .search11-hero {
        padding: 34px 0 24px;
    }

    .search11-copy h1 {
        font-size: clamp(2rem, 12vw, 3.35rem);
    }

    .search11-quick-card {
        padding: 14px;
        border-radius: 16px;
    }

    .search11-quick-row {
        grid-template-columns: 1fr;
    }

    .search11-active-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 3px;
        -webkit-overflow-scrolling: touch;
    }

        .search11-active-filters em,
        .search11-active-filters a {
            white-space: nowrap;
        }

    .search11-main {
        padding-top: 20px;
    }

    .search11-filter-card {
        padding: 16px;
    }

    .search11-filter-two {
        grid-template-columns: 1fr;
    }

    .search11-property-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .search11-pagination {
        align-items: stretch;
        flex-direction: column;
    }

        .search11-pagination > div:last-child {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

    .property11-photo {
        aspect-ratio: 16 / 10;
    }
}

/* ============================================================
   ETAPA 11D FIX - Property card icons + rent price format
   ============================================================ */

.property11-meta i {
    display: none;
}

.property11-meta svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    padding: 4px;
    border-radius: 7px;
    background: #eef4ff;
    color: var(--elite-blue);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.property11-price {
    font-size: clamp(1rem, 1.15vw, 1.26rem);
}

.property11-meta span {
    gap: 6px;
}


/* ============================================================
   ETAPA 11D FIX - Home inline SVG icons
   Quita símbolos dependientes del font/browser
   ============================================================ */

.home11-search-icon svg,
.home11-more-filters svg,
.home11-ai-icon svg,
.home11-ai-submit svg,
.home11-ai-note svg,
.home11-seller-benefits svg,
.home11-tool-icon svg,
.home11-trust-card svg {
    display: block;
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home11-ai-icon svg,
.home11-tool-icon svg,
.home11-trust-card svg {
    width: 26px;
    height: 26px;
}

.home11-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .home11-search-icon svg {
        width: 24px;
        height: 24px;
    }

.home11-more-filters svg {
    width: 18px;
    height: 18px;
}

.home11-ai-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .home11-ai-submit svg {
        width: 18px;
        height: 18px;
    }

.home11-ai-note svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.home11-seller-benefits span svg {
    width: 19px;
    height: 19px;
}

.home11-tool-icon svg {
    width: 28px;
    height: 28px;
}

.home11-trust-card span svg {
    width: 24px;
    height: 24px;
}


/* ============================================================
   ETAPA 11E - Property Detail Premium
   ============================================================ */

.property11-page {
    background: #fff;
    color: var(--elite-ink);
}

.property11-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.property11-empty {
    padding: 90px 0;
    text-align: center;
}

    .property11-empty h1 {
        color: var(--elite-ink);
        font-weight: 950;
        letter-spacing: -.04em;
    }

    .property11-empty p {
        color: var(--elite-muted);
    }

.property11-unavailable-banner {
    background: #fff7f7;
    border-bottom: 1px solid rgba(220, 28, 46, .16);
}

    .property11-unavailable-banner .property11-container {
        min-height: 78px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 22px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .property11-unavailable-banner span {
        display: block;
        color: var(--elite-red);
        font-size: .78rem;
        font-weight: 950;
        letter-spacing: .12em;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .property11-unavailable-banner p {
        margin: 0;
        color: var(--elite-ink-2);
        line-height: 1.45;
        font-weight: 700;
    }

    .property11-unavailable-banner a {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        border-radius: 10px;
        background: var(--elite-red);
        color: #fff !important;
        padding: 0 18px;
        font-weight: 950;
    }

.property11-hero {
    padding: 26px 0 0;
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .08), transparent 34%), linear-gradient(180deg, #fffaf2 0%, #ffffff 62%);
}

.property11-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: var(--elite-muted);
    font-size: .86rem;
    font-weight: 800;
}

    .property11-breadcrumb a {
        color: var(--elite-blue);
        font-weight: 900;
    }

.property11-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(260px, .78fr);
    gap: 16px;
    min-height: 460px;
}

.property11-main-photo,
.property11-thumb-button,
.property11-thumb-placeholder {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f4f1ea;
    border: 0;
    padding: 0;
}

.property11-main-photo {
    min-height: 460px;
    border-radius: 22px 0 0 22px;
}

    .property11-main-photo img,
    .property11-thumb-button img,
    .property11-thumb-placeholder img {
        width: 100%;
        height: 100%;
        max-width: none;
        display: block;
        object-fit: cover;
        object-position: center;
    }

.property11-main-photo-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .22) 0%, transparent 40%), linear-gradient(0deg, rgba(0, 18, 48, .62) 0%, transparent 48%);
    pointer-events: none;
}

.property11-operation-badge,
.property11-photo-count {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border-radius: 999px;
    padding: 6px 12px;
    color: #fff;
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.property11-operation-badge {
    top: 18px;
    left: 18px;
}

    .property11-operation-badge.is-rent {
        background: var(--elite-red);
    }

    .property11-operation-badge.is-sale {
        background: var(--elite-blue);
    }

.property11-photo-count {
    right: 18px;
    bottom: 18px;
    background: rgba(17, 24, 39, .76);
    backdrop-filter: blur(10px);
}

.property11-thumb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.property11-thumb-button,
.property11-thumb-placeholder {
    min-height: 222px;
    cursor: pointer;
}

    .property11-thumb-button:hover,
    .property11-thumb-button.is-selected {
        outline: 3px solid rgba(220, 28, 46, .75);
        outline-offset: -3px;
    }

.property11-thumb-grid .property11-thumb-button:nth-child(2),
.property11-thumb-grid .property11-thumb-placeholder:nth-child(2) {
    border-radius: 0 22px 0 0;
}

.property11-thumb-grid .property11-thumb-button:nth-child(4),
.property11-thumb-grid .property11-thumb-placeholder:nth-child(4) {
    border-radius: 0 0 22px 0;
}

.property11-title-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 26px;
    align-items: end;
    padding: 28px 0 24px;
}

.property11-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 13px;
}

    .property11-status-row > span {
        display: inline-flex;
        align-items: center;
        min-height: 31px;
        padding: 6px 10px;
        border-radius: 999px;
        background: #fff;
        color: var(--elite-ink-2);
        border: 1px solid rgba(17, 24, 39, .10);
        font-size: .78rem;
        font-weight: 900;
    }

.property11-status-pill.is-active {
    background: rgba(34, 197, 94, .11);
    border-color: rgba(34, 197, 94, .22);
    color: #15803d;
}

.property11-status-pill.is-inactive {
    background: rgba(220, 28, 46, .10);
    border-color: rgba(220, 28, 46, .20);
    color: var(--elite-red);
}

.property11-title-main h1 {
    margin: 0;
    color: var(--elite-ink);
    font-size: clamp(2rem, 4.1vw, 4.55rem);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -.06em;
}

.property11-location {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 14px 0 0;
    color: var(--elite-ink-2);
    font-size: 1.02rem;
    font-weight: 850;
}

    .property11-location svg,
    .property11-spec svg {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .property11-location svg {
        color: var(--elite-blue);
    }

.property11-address {
    margin: 7px 0 0;
    color: var(--elite-muted);
    line-height: 1.55;
}

.property11-price-card {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    padding: 20px;
}

    .property11-price-card span {
        display: block;
        color: var(--elite-muted);
        font-size: .82rem;
        font-weight: 900;
        margin-bottom: 6px;
    }

    .property11-price-card strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: clamp(1.55rem, 2vw, 2.2rem);
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.04em;
    }

.property11-price-actions {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.property11-primary-button,
.property11-whatsapp-button,
.property11-outline-button,
.property11-agent-whatsapp {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 18px;
    font-weight: 950;
}

.property11-primary-button {
    background: var(--elite-red);
    color: #fff !important;
    box-shadow: var(--elite-shadow-red);
}

.property11-whatsapp-button,
.property11-agent-whatsapp {
    background: #23B75B;
    color: #fff !important;
}

.property11-outline-button {
    border: 1px solid rgba(0, 61, 165, .28);
    background: #fff;
    color: var(--elite-blue) !important;
}

.property11-content-section {
    padding: 18px 0 46px;
}

.property11-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 28px;
    align-items: start;
}

.property11-main-column,
.property11-side-column {
    min-width: 0;
}

.property11-spec-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.property11-spec {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 3px;
    align-items: center;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 16px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

    .property11-spec svg {
        grid-row: span 2;
        width: 28px;
        height: 28px;
        padding: 5px;
        border-radius: 10px;
        color: var(--elite-blue);
        background: #eef4ff;
    }

    .property11-spec span {
        color: var(--elite-muted);
        font-size: .8rem;
        font-weight: 850;
    }

    .property11-spec strong {
        color: var(--elite-ink);
        font-size: 1rem;
        font-weight: 950;
    }

.property11-card-section {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 20px;
    background: #fff;
    padding: 24px;
    margin-bottom: 18px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
}

.property11-section-heading {
    margin-bottom: 18px;
}

    .property11-section-heading span {
        display: block;
        margin-bottom: 6px;
        color: var(--elite-blue);
        font-size: .76rem;
        font-weight: 950;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .property11-section-heading h2 {
        margin: 0;
        color: var(--elite-ink);
        font-size: clamp(1.45rem, 2vw, 2.2rem);
        font-weight: 950;
        letter-spacing: -.04em;
    }

    .property11-section-heading p {
        max-width: 760px;
        margin: 8px 0 0;
        color: var(--elite-muted);
        line-height: 1.58;
    }

.property11-description {
    color: var(--elite-ink-2);
    line-height: 1.78;
    font-size: 1.02rem;
}

.property11-muted {
    color: var(--elite-muted);
    line-height: 1.6;
}

.property11-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.property11-feature {
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 14px;
    background: #fffaf2;
    padding: 14px;
}

    .property11-feature.is-highlighted {
        background: #eef4ff;
        border-color: rgba(0, 61, 165, .14);
    }

    .property11-feature span {
        display: block;
        color: var(--elite-muted);
        font-size: .82rem;
        font-weight: 850;
        margin-bottom: 5px;
    }

    .property11-feature strong {
        display: block;
        color: var(--elite-ink);
        font-weight: 950;
    }

.property11-detail-table {
    border-top: 1px solid rgba(17, 24, 39, .08);
}

.property11-detail-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

    .property11-detail-row span {
        color: var(--elite-muted);
        font-weight: 800;
    }

    .property11-detail-row strong {
        color: var(--elite-ink);
        font-weight: 950;
        text-align: right;
    }

.property11-address-large {
    color: var(--elite-ink-2);
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 16px;
}

.property11-location-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

    .property11-location-tags span {
        min-height: 32px;
        display: inline-flex;
        align-items: center;
        border-radius: 999px;
        background: #eef4ff;
        color: var(--elite-blue);
        padding: 6px 11px;
        font-size: .83rem;
        font-weight: 900;
    }

.property11-video-embed,
.property11-map {
    overflow: hidden;
    border-radius: 18px;
    background: #f4f1ea;
}

    .property11-video-embed iframe,
    .property11-map iframe {
        display: block;
        width: 100%;
        min-height: 390px;
        border: 0;
    }

.property11-sticky-panel {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 16px;
}

.property11-lead-form {
    border-radius: 20px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}

    .property11-lead-form .elite-card-body {
        padding: 22px;
    }

.property11-agent-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 20px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
}

.property11-agent-photo {
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 22px;
    background: #f4f1ea;
}

    .property11-agent-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.property11-agent-info span {
    display: block;
    color: var(--elite-blue);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.property11-agent-info strong {
    display: block;
    color: var(--elite-ink);
    font-size: 1.04rem;
    font-weight: 950;
}

.property11-agent-info p,
.property11-agent-info small {
    display: block;
    margin: 4px 0 0;
    color: var(--elite-muted);
    line-height: 1.4;
    font-size: .9rem;
}

.property11-agent-info a:not(.property11-agent-whatsapp) {
    display: inline-flex;
    margin-top: 8px;
    color: var(--elite-blue);
    font-weight: 900;
    font-size: .9rem;
}

.property11-agent-whatsapp {
    width: 100%;
    margin-top: 12px;
}

.property11-similar-section {
    padding: 30px 0 72px;
    background: #fffaf2;
    border-top: 1px solid rgba(17, 24, 39, .08);
}

.property11-similar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.property11-mobile-cta {
    display: none;
}

@media (max-width: 1199.98px) {
    .property11-layout {
        grid-template-columns: minmax(0, 1fr) 350px;
    }

    .property11-gallery {
        grid-template-columns: 1.4fr .8fr;
    }

    .property11-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .property11-gallery {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .property11-main-photo {
        min-height: 420px;
        border-radius: 22px;
    }

    .property11-thumb-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .property11-thumb-button,
    .property11-thumb-placeholder {
        min-height: 120px;
        border-radius: 16px !important;
    }

    .property11-title-bar {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .property11-layout {
        grid-template-columns: 1fr;
    }

    .property11-sticky-panel {
        position: static;
    }

    .property11-similar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .property11-mobile-cta {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 1040;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 10px;
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 18px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 18px 42px rgba(15, 23, 42, .20);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .property11-mobile-info,
    .property11-mobile-whatsapp {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        color: #fff !important;
        font-size: .9rem;
        font-weight: 950;
        text-align: center;
    }

    .property11-mobile-info {
        background: var(--elite-red);
    }

    .property11-mobile-whatsapp {
        background: #23B75B;
    }

    body.property11-body {
        padding-bottom: 82px;
    }
}

@media (max-width: 767.98px) {
    .property11-hero {
        padding-top: 16px;
    }

    .property11-main-photo {
        min-height: 320px;
    }

    .property11-thumb-grid {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .property11-thumb-button,
    .property11-thumb-placeholder {
        min-width: 120px;
        min-height: 86px;
    }

    .property11-title-main h1 {
        font-size: clamp(2rem, 11vw, 3.15rem);
    }

    .property11-price-card {
        padding: 16px;
    }

    .property11-spec-grid,
    .property11-feature-grid,
    .property11-similar-grid {
        grid-template-columns: 1fr;
    }

    .property11-card-section {
        padding: 18px;
        border-radius: 18px;
    }

    .property11-unavailable-banner .property11-container {
        display: grid;
    }

    .property11-unavailable-banner a {
        width: 100%;
    }

    .property11-detail-row {
        display: grid;
        gap: 4px;
    }

        .property11-detail-row strong {
            text-align: left;
        }
}


/* ============================================================
   ETAPA 11E FIX - Property gallery modal + hidden honeypot
   ============================================================ */

.elite-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.property11-main-photo,
.property11-thumb-button {
    cursor: pointer;
}

.property11-main-photo {
    border: 0;
    padding: 0;
    text-align: left;
}

.property11-gallery-open {
    overflow: hidden;
}

.property11-gallery-modal[hidden] {
    display: none !important;
}

.property11-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 6000;
    display: grid;
    place-items: center;
}

.property11-gallery-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 7, 18, .84);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.property11-gallery-dialog {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100vw - 28px));
    height: min(780px, calc(100vh - 28px));
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    border-radius: 24px;
    overflow: hidden;
    background: #050816;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .50);
}

.property11-gallery-stage {
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    background: #050816;
}

    .property11-gallery-stage img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }

.property11-gallery-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.property11-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 48px;
    height: 62px;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 3rem;
    line-height: 1;
}

.property11-gallery-prev {
    left: 18px;
}

.property11-gallery-next {
    right: 18px;
}

.property11-gallery-close:hover,
.property11-gallery-nav:hover {
    background: rgba(255, 255, 255, .22);
}

.property11-gallery-caption {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    color: rgba(255, 255, 255, .84);
    background: rgba(255, 255, 255, .07);
    border-top: 1px solid rgba(255, 255, 255, .10);
}

    .property11-gallery-caption span {
        display: inline-flex;
        align-items: center;
        min-height: 30px;
        padding: 4px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .12);
        font-size: .86rem;
        font-weight: 900;
    }

    .property11-gallery-caption strong {
        font-size: .92rem;
        font-weight: 800;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

@media (max-width: 767.98px) {
    .property11-gallery-dialog {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }

    .property11-gallery-close {
        top: 12px;
        right: 12px;
    }

    .property11-gallery-nav {
        width: 42px;
        height: 54px;
        font-size: 2.4rem;
    }

    .property11-gallery-prev {
        left: 10px;
    }

    .property11-gallery-next {
        right: 10px;
    }

    .property11-gallery-caption {
        padding-bottom: 22px;
    }
}


/* ============================================================
   ETAPA 11E FIX 2 - Flexible gallery / address capitalization / agent photo
   ============================================================ */

.property11-gallery.is-single-photo {
    grid-template-columns: 1fr;
}

    .property11-gallery.is-single-photo .property11-main-photo {
        border-radius: 22px;
        min-height: 520px;
    }

.property11-gallery.has-multiple-photos .property11-thumb-grid {
    min-height: 460px;
    height: 100%;
    grid-auto-rows: minmax(0, 1fr);
}

.property11-thumb-grid.count-1 {
    grid-template-columns: 1fr;
}

.property11-thumb-grid.count-2 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.property11-thumb-grid.count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

    .property11-thumb-grid.count-3 .property11-thumb-button:nth-child(3) {
        grid-column: 1 / -1;
    }

.property11-thumb-grid.count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.property11-thumb-button {
    min-height: 0;
    height: 100%;
}

.property11-more-photos {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 31, 78, .58);
    color: #fff;
    font-size: 2rem;
    font-weight: 950;
    letter-spacing: -.04em;
}

.property11-address,
.property11-address-large {
    text-transform: capitalize;
}

.property11-agent-photo img {
    object-position: top center;
}

@media (max-width: 991.98px) {
    .property11-gallery.is-single-photo .property11-main-photo {
        min-height: 420px;
    }

    .property11-gallery.has-multiple-photos .property11-thumb-grid {
        min-height: 120px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .property11-gallery.is-single-photo .property11-main-photo {
        min-height: 320px;
    }

    .property11-thumb-grid.count-1,
    .property11-thumb-grid.count-2,
    .property11-thumb-grid.count-3,
    .property11-thumb-grid.count-4 {
        display: flex;
        grid-template-columns: none;
        grid-template-rows: none;
    }

        .property11-thumb-grid.count-3 .property11-thumb-button:nth-child(3) {
            grid-column: auto;
        }

    .property11-thumb-button {
        height: auto;
    }
}


/* ============================================================
   ETAPA 11F-A - Seller Landing + Lead Form Polish
   ============================================================ */

.seller11-page {
    background: #fff;
    color: var(--elite-ink);
}

.seller11-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.seller11-hero {
    padding: 54px 0 42px;
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .11), transparent 34%), radial-gradient(circle at 86% 10%, rgba(220, 28, 46, .08), transparent 31%), linear-gradient(180deg, #fffaf2 0%, #ffffff 72%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.seller11-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 465px);
    gap: 34px;
    align-items: start;
}

.seller11-copy {
    padding-top: 18px;
}

.seller11-kicker,
.seller11-section-heading span {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.seller11-copy h1,
.seller11-benefit-copy h2,
.seller11-section-heading h2 {
    margin: 0;
    color: var(--elite-ink);
    font-weight: 950;
    letter-spacing: -.06em;
}

.seller11-copy h1 {
    max-width: 820px;
    font-size: clamp(2.4rem, 5vw, 5.25rem);
    line-height: .96;
}

.seller11-copy p {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--elite-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}

.seller11-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.seller11-primary-button,
.seller11-secondary-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 20px;
    font-weight: 950;
}

.seller11-primary-button {
    background: var(--elite-red);
    color: #fff !important;
    box-shadow: var(--elite-shadow-red);
}

    .seller11-primary-button:hover {
        background: var(--elite-red-2);
        color: #fff !important;
    }

.seller11-secondary-button {
    border: 1px solid rgba(0, 61, 165, .28);
    background: #fff;
    color: var(--elite-blue) !important;
}

.seller11-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 850px;
    margin-top: 32px;
}

    .seller11-trust-row div {
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 16px;
        background: #fff;
        padding: 16px;
        box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
    }

    .seller11-trust-row strong {
        display: block;
        color: var(--elite-ink);
        font-size: .96rem;
        font-weight: 950;
        margin-bottom: 4px;
    }

    .seller11-trust-row span {
        display: block;
        color: var(--elite-muted);
        font-size: .85rem;
        line-height: 1.4;
        font-weight: 700;
    }

.seller11-form-panel {
    position: sticky;
    top: 96px;
}

.seller11-lead-form {
    border-radius: 22px;
    border: 1px solid rgba(17, 24, 39, .10);
    background: #fff;
    box-shadow: 0 24px 64px rgba(15, 23, 42, .12);
}

    .seller11-lead-form .elite-card-body {
        padding: 24px;
    }

    .seller11-lead-form h3 {
        color: var(--elite-ink);
        font-weight: 950;
        letter-spacing: -.03em;
    }

    .seller11-lead-form .form-label {
        color: var(--elite-ink-2);
        font-size: .86rem;
        font-weight: 900;
    }

    .seller11-lead-form .form-control {
        min-height: 46px;
        border-radius: 11px;
        border-color: rgba(17, 24, 39, .13);
        color: var(--elite-ink);
        font-weight: 700;
    }

    .seller11-lead-form textarea.form-control {
        min-height: 112px;
    }

    .seller11-lead-form .form-control:focus {
        border-color: rgba(0, 61, 165, .34);
        box-shadow: 0 0 0 4px rgba(0, 61, 165, .08);
    }

.seller11-process-section,
.seller11-benefits-section,
.seller11-tools-section {
    padding: 46px 0;
}

.seller11-section-heading {
    max-width: 850px;
    margin-bottom: 22px;
}

    .seller11-section-heading h2 {
        font-size: clamp(1.7rem, 3vw, 3.35rem);
        line-height: 1.02;
    }

    .seller11-section-heading p {
        margin: 12px 0 0;
        color: var(--elite-muted);
        font-size: 1rem;
        line-height: 1.65;
    }

.seller11-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.seller11-process-card {
    position: relative;
    min-height: 270px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 20px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
    overflow: hidden;
}

    .seller11-process-card::after {
        content: "";
        position: absolute;
        right: -38px;
        top: -38px;
        width: 108px;
        height: 108px;
        border-radius: 999px;
        background: rgba(0, 61, 165, .06);
    }

.seller11-step-number {
    display: block;
    color: rgba(0, 61, 165, .22);
    font-size: 2.35rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.07em;
    margin-bottom: 18px;
}

.seller11-step-icon,
.seller11-tool-card > span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #eef4ff;
    color: var(--elite-blue);
    margin-bottom: 18px;
}

    .seller11-step-icon svg,
    .seller11-tool-card svg {
        width: 24px;
        height: 24px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.seller11-process-card h3 {
    margin: 0;
    color: var(--elite-ink);
    font-size: 1.12rem;
    font-weight: 950;
    letter-spacing: -.02em;
}

.seller11-process-card p {
    margin: 10px 0 0;
    color: var(--elite-muted);
    line-height: 1.58;
    font-size: .94rem;
}

.seller11-benefits-section {
    background: #fffaf2;
    border-top: 1px solid rgba(17, 24, 39, .08);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.seller11-benefit-panel {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: stretch;
}

.seller11-benefit-copy {
    border-radius: 24px;
    background: radial-gradient(circle at 90% 10%, rgba(220, 28, 46, .10), transparent 34%), linear-gradient(135deg, #ffffff 0%, #fff7f7 100%);
    border: 1px solid rgba(17, 24, 39, .10);
    padding: 30px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

    .seller11-benefit-copy h2 {
        font-size: clamp(1.8rem, 3vw, 3.25rem);
        line-height: 1.02;
    }

    .seller11-benefit-copy p {
        margin: 14px 0 22px;
        color: var(--elite-muted);
        line-height: 1.68;
    }

.seller11-benefit-list {
    display: grid;
    gap: 16px;
}

    .seller11-benefit-list div {
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 18px;
        background: #fff;
        padding: 22px;
        box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
    }

    .seller11-benefit-list strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1.05rem;
        font-weight: 950;
        margin-bottom: 8px;
    }

    .seller11-benefit-list p {
        margin: 0;
        color: var(--elite-muted);
        line-height: 1.55;
    }

.seller11-tools-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.seller11-tool-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 18px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
}

    .seller11-tool-card:hover {
        transform: translateY(-2px);
        border-color: rgba(0, 61, 165, .22);
        box-shadow: 0 24px 54px rgba(15, 23, 42, .09);
    }

    .seller11-tool-card > span {
        margin-bottom: 0;
    }

    .seller11-tool-card strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1.02rem;
        font-weight: 950;
        margin-bottom: 6px;
    }

    .seller11-tool-card p {
        margin: 0;
        color: var(--elite-muted);
        line-height: 1.5;
        font-size: .93rem;
    }

@media (max-width: 1199.98px) {
    .seller11-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seller11-tools-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .seller11-hero-grid,
    .seller11-benefit-panel {
        grid-template-columns: 1fr;
    }

    .seller11-form-panel {
        position: static;
    }

    .seller11-trust-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .seller11-hero {
        padding: 34px 0 30px;
    }

    .seller11-copy {
        padding-top: 0;
    }

        .seller11-copy h1 {
            font-size: clamp(2.1rem, 12vw, 3.55rem);
        }

    .seller11-hero-actions {
        display: grid;
    }

    .seller11-primary-button,
    .seller11-secondary-button {
        width: 100%;
    }

    .seller11-process-section,
    .seller11-benefits-section,
    .seller11-tools-section {
        padding: 34px 0;
    }

    .seller11-process-grid,
    .seller11-tools-grid {
        grid-template-columns: 1fr;
    }

    .seller11-benefit-copy {
        padding: 22px;
    }

    .seller11-tool-card {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   ETAPA 11F-B - Agent Index + Agent Detail Premium
   ============================================================ */

.agent11-page {
    background: #fff;
    color: var(--elite-ink);
}

.agent11-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.agent11-hero,
.agent11-detail-hero {
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .10), transparent 34%), radial-gradient(circle at 90% 8%, rgba(220, 28, 46, .07), transparent 30%), linear-gradient(180deg, #fffaf2 0%, #ffffff 72%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.agent11-hero {
    padding: 54px 0 42px;
}

.agent11-detail-hero {
    padding: 34px 0 42px;
}

.agent11-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
    align-items: end;
}

.agent11-kicker,
.agent11-section-heading span,
.agent11-profile-copy span {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.agent11-copy h1,
.agent11-section-heading h2,
.agent11-profile-copy h1 {
    margin: 0;
    color: var(--elite-ink);
    font-weight: 950;
    letter-spacing: -.06em;
}

.agent11-copy h1 {
    max-width: 850px;
    font-size: clamp(2.35rem, 5vw, 5.15rem);
    line-height: .96;
}

.agent11-copy p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--elite-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}

.agent11-hero-actions,
.agent11-profile-actions,
.agent11-empty-actions,
.agent11-owner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.agent11-primary-button,
.agent11-secondary-button,
.agent11-card-action {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 18px;
    font-weight: 950;
}

.agent11-primary-button {
    background: var(--elite-red);
    color: #fff !important;
    box-shadow: var(--elite-shadow-red);
}

    .agent11-primary-button:hover {
        background: var(--elite-red-2);
        color: #fff !important;
    }

.agent11-secondary-button,
.agent11-card-action {
    border: 1px solid rgba(0, 61, 165, .30);
    background: #fff;
    color: var(--elite-blue) !important;
}

    .agent11-secondary-button:hover,
    .agent11-card-action:hover {
        background: #eef4ff;
        color: var(--elite-blue) !important;
    }

.agent11-hero-card {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    padding: 26px;
}

.agent11-hero-icon,
.agent11-empty-icon,
.agent11-owner-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #eef4ff;
    color: var(--elite-blue);
    margin-bottom: 18px;
}

    .agent11-hero-icon svg,
    .agent11-empty-icon svg,
    .agent11-owner-icon svg {
        width: 28px;
        height: 28px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.agent11-hero-card strong {
    display: block;
    color: var(--elite-ink);
    font-size: 2.15rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}

.agent11-hero-card p {
    margin: 10px 0 0;
    color: var(--elite-muted);
    line-height: 1.55;
}

.agent11-list-section,
.agent11-properties-section,
.agent11-empty-section {
    padding: 46px 0 64px;
}

.agent11-section-heading {
    max-width: 850px;
    margin-bottom: 24px;
}

    .agent11-section-heading h2 {
        font-size: clamp(1.75rem, 3vw, 3.25rem);
        line-height: 1.02;
    }

    .agent11-section-heading p {
        margin: 12px 0 0;
        color: var(--elite-muted);
        font-size: 1rem;
        line-height: 1.65;
    }

.agent11-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.agent11-card {
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .agent11-card:hover {
        transform: translateY(-3px);
        border-color: rgba(0, 61, 165, .22);
        box-shadow: 0 24px 54px rgba(15, 23, 42, .11);
    }

.agent11-card-photo {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f1ea;
}

    .agent11-card-photo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: top center;
    }

.agent11-card-body {
    padding: 18px;
}

    .agent11-card-body > span {
        display: block;
        margin-bottom: 7px;
        color: var(--elite-blue);
        font-size: .72rem;
        font-weight: 950;
        letter-spacing: .10em;
        text-transform: uppercase;
    }

    .agent11-card-body h3 {
        margin: 0;
        font-size: 1.16rem;
        line-height: 1.18;
        font-weight: 950;
        letter-spacing: -.025em;
    }

        .agent11-card-body h3 a {
            color: var(--elite-ink) !important;
        }

            .agent11-card-body h3 a:hover {
                color: var(--elite-blue) !important;
            }

    .agent11-card-body p {
        min-height: 2.7em;
        margin: 8px 0 16px;
        color: var(--elite-muted);
        line-height: 1.45;
        font-size: .92rem;
    }

.agent11-card-action {
    width: 100%;
}

.agent11-empty-state {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: radial-gradient(circle at 12% 16%, rgba(0, 156, 222, .10), transparent 32%), linear-gradient(135deg, #fffaf2 0%, #ffffff 55%, #f8fbff 100%);
    padding: 34px;
    text-align: center;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

    .agent11-empty-state h1,
    .agent11-empty-state h2 {
        margin: 0;
        color: var(--elite-ink);
        font-weight: 950;
        letter-spacing: -.045em;
    }

    .agent11-empty-state p {
        max-width: 680px;
        margin: 12px auto 0;
        color: var(--elite-muted);
        line-height: 1.62;
    }

.agent11-empty-actions {
    justify-content: center;
}

/* Agent detail */

.agent11-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: var(--elite-muted);
    font-size: .86rem;
    font-weight: 800;
}

    .agent11-breadcrumb a {
        color: var(--elite-blue);
        font-weight: 900;
    }

.agent11-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    gap: 30px;
    align-items: start;
}

.agent11-profile-card {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 26px;
    align-items: center;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 58px rgba(15, 23, 42, .09);
    padding: 22px;
}

.agent11-profile-photo {
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
    background: #f4f1ea;
}

    .agent11-profile-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

.agent11-profile-copy h1 {
    font-size: clamp(2rem, 4vw, 4.2rem);
    line-height: .98;
}

.agent11-profile-copy p {
    margin: 14px 0 0;
    color: var(--elite-muted);
    font-size: 1.06rem;
    line-height: 1.6;
}

.agent11-detail-form {
    position: sticky;
    top: 96px;
}

.agent11-lead-form {
    border-radius: 22px;
    border: 1px solid rgba(17, 24, 39, .10);
    background: #fff;
    box-shadow: 0 24px 64px rgba(15, 23, 42, .12);
}

    .agent11-lead-form .elite-card-body {
        padding: 24px;
    }

    .agent11-lead-form h3 {
        color: var(--elite-ink);
        font-weight: 950;
        letter-spacing: -.03em;
    }

    .agent11-lead-form .form-label {
        color: var(--elite-ink-2);
        font-size: .86rem;
        font-weight: 900;
    }

    .agent11-lead-form .form-control {
        min-height: 46px;
        border-radius: 11px;
        border-color: rgba(17, 24, 39, .13);
        color: var(--elite-ink);
        font-weight: 700;
    }

    .agent11-lead-form textarea.form-control {
        min-height: 112px;
    }

    .agent11-lead-form .form-control:focus {
        border-color: rgba(0, 61, 165, .34);
        box-shadow: 0 0 0 4px rgba(0, 61, 165, .08);
    }

.agent11-property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.agent11-owner-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: radial-gradient(circle at 88% 16%, rgba(220, 28, 46, .08), transparent 30%), linear-gradient(135deg, #fffaf2 0%, #ffffff 55%, #f8fbff 100%);
    padding: 26px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.agent11-owner-icon {
    margin-bottom: 0;
}

.agent11-owner-cta h3 {
    margin: 0;
    color: var(--elite-ink);
    font-size: 1.35rem;
    font-weight: 950;
    letter-spacing: -.03em;
}

.agent11-owner-cta p {
    margin: 8px 0 0;
    color: var(--elite-muted);
    line-height: 1.55;
}

.agent11-owner-actions {
    margin-top: 0;
    justify-content: flex-end;
}

@media (max-width: 1199.98px) {
    .agent11-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .agent11-property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .agent11-profile-card {
        grid-template-columns: 190px minmax(0, 1fr);
    }
}

@media (max-width: 991.98px) {
    .agent11-hero-grid,
    .agent11-detail-grid,
    .agent11-owner-cta {
        grid-template-columns: 1fr;
    }

    .agent11-detail-form {
        position: static;
    }

    .agent11-owner-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .agent11-hero,
    .agent11-detail-hero {
        padding: 34px 0 30px;
    }

    .agent11-copy h1 {
        font-size: clamp(2.1rem, 12vw, 3.55rem);
    }

    .agent11-hero-actions,
    .agent11-profile-actions,
    .agent11-owner-actions {
        display: grid;
    }

    .agent11-primary-button,
    .agent11-secondary-button {
        width: 100%;
    }

    .agent11-grid,
    .agent11-property-grid {
        grid-template-columns: 1fr;
    }

    .agent11-profile-card {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .agent11-profile-photo {
        max-height: 430px;
    }

    .agent11-list-section,
    .agent11-properties-section,
    .agent11-empty-section {
        padding: 34px 0 48px;
    }
}


/* ============================================================
   ETAPA 11G - Complete Calculators Premium UI
   Tax Calculator + Capital Gain Calculator
   Full-page modern layout / white background / centered header
   Visual-only. Does not change formulas, IDs, JS, backend or lead logic.
   ============================================================ */


/* ------------------------------------------------------------
   11G.1 - Global calculator page foundation
   ------------------------------------------------------------ */

.tax-calculator-page,
.capital-gain-page {
    position: relative;
    background: #ffffff !important;
    color: var(--elite-ink, #111827) !important;
    padding-top: 0 !important;
    padding-bottom: 72px !important;
    overflow-x: hidden;
}

    .tax-calculator-page *,
    .capital-gain-page * {
        box-sizing: border-box;
    }

    .tax-calculator-page .container,
    .capital-gain-page .container {
        width: 100%;
        max-width: var(--elite-container-max, 1440px) !important;
        padding-left: clamp(18px, 4vw, 56px) !important;
        padding-right: clamp(18px, 4vw, 56px) !important;
    }

    /* Header background, same modern portal feeling, no cream */
    .tax-calculator-page::before,
    .capital-gain-page::before {
        content: "";
        display: block;
        height: 225px;
        margin-bottom: -122px;
        background: radial-gradient(circle at 15% 12%, rgba(0, 61, 165, .13), transparent 34%), radial-gradient(circle at 88% 16%, rgba(220, 28, 46, .08), transparent 30%), linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
        border-bottom: 1px solid rgba(17, 24, 39, .08);
    }


    /* ------------------------------------------------------------
   11G.2 - Header typography
   ------------------------------------------------------------ */

    .tax-calculator-page h1,
    .capital-gain-page h1,
    .capital-hero-copy h1 {
        max-width: 920px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        color: var(--elite-ink, #111827) !important;
        text-align: center !important;
        font-size: clamp(2rem, 3.3vw, 3.45rem) !important;
        line-height: 1.04 !important;
        font-weight: 950 !important;
        letter-spacing: -.045em !important;
    }

    .tax-calculator-page .elite-eyebrow,
    .capital-gain-page .elite-eyebrow,
    .capital-hero-copy .elite-eyebrow,
    .capital-form-section-heading > span,
    .capital-scenario-kicker span {
        color: var(--elite-blue, #003DA5) !important;
        text-align: center !important;
        font-size: .76rem !important;
        font-weight: 950 !important;
        letter-spacing: .12em !important;
        text-transform: uppercase !important;
    }

    .tax-calculator-page h1 + p,
    .capital-gain-page h1 + p,
    .capital-hero-copy p {
        max-width: 760px !important;
        margin: 16px auto 0 !important;
        color: var(--elite-muted, #6B7280) !important;
        text-align: center !important;
        font-size: 1rem !important;
        line-height: 1.65 !important;
    }


    /* ------------------------------------------------------------
   11G.3 - Remove old two-column / sidebar feeling
   ------------------------------------------------------------ */

    .tax-calculator-page > .container > .row,
    .capital-gain-page > .container > .row,
    .capital-hero-panel {
        display: block !important;
    }

        .tax-calculator-page > .container > .row > [class*="col-"],
        .capital-gain-page > .container > .row > [class*="col-"] {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
        }

.capital-hero-panel {
    margin-bottom: 26px !important;
}

.capital-hero-copy {
    max-width: 980px !important;
    margin: 0 auto 24px !important;
    display: block !important;
}

.capital-hero-card {
    max-width: 980px !important;
    min-height: auto !important;
    margin: 0 auto !important;
    text-align: center !important;
}


/* ------------------------------------------------------------
   11G.4 - Shared cards / panels
   ------------------------------------------------------------ */

.tax-calculator-content-card,
.tax-calculator-tool,
.tax-result,
.capital-gain-tool-card,
.capital-result-redesign,
.capital-seo-card,
.capital-form-section,
.tax-info-box,
.tax-calculator-intro,
.tax-calculator-seo-text,
.capital-reference-note,
.capital-question-card,
.capital-scenario-redesign-card,
.capital-legal-disclaimer,
.capital-treatment-alert-redesign,
.calculator-lead-form {
    background: #ffffff !important;
    color: var(--elite-ink, #111827) !important;
    border: 1px solid rgba(17, 24, 39, .10) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06) !important;
}

.tax-calculator-content-card,
.tax-calculator-tool,
.tax-result,
.capital-gain-tool-card,
.capital-result-redesign,
.capital-seo-card,
.capital-form-section,
.calculator-lead-form {
    max-width: 1040px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.tax-calculator-content-card,
.capital-gain-tool-card {
    position: relative !important;
    z-index: 2 !important;
    margin-top: -72px !important;
}

.tax-calculator-page .elite-card-body,
.capital-gain-page .elite-card-body {
    padding: clamp(22px, 3vw, 34px) !important;
}

/* Light information blocks: blue/white, no cream */
.tax-calculator-intro,
.tax-calculator-seo-text,
.capital-reference-note {
    background: #f8fbff !important;
    border-color: rgba(0, 61, 165, .12) !important;
    box-shadow: none !important;
}


/* ------------------------------------------------------------
   11G.5 - Text color safety
   White background must always use dark text
   ------------------------------------------------------------ */

.tax-calculator-page,
.tax-calculator-page h1,
.tax-calculator-page h2,
.tax-calculator-page h3,
.tax-calculator-page h4,
.tax-calculator-page h5,
.tax-calculator-page h6,
.tax-calculator-page label,
.tax-calculator-page .form-label,
.tax-calculator-page strong,
.capital-gain-page,
.capital-gain-page h1,
.capital-gain-page h2,
.capital-gain-page h3,
.capital-gain-page h4,
.capital-gain-page h5,
.capital-gain-page h6,
.capital-gain-page label,
.capital-gain-page .form-label,
.capital-gain-page strong {
    color: var(--elite-ink, #111827) !important;
}

    .tax-calculator-page p,
    .tax-calculator-page small,
    .tax-calculator-page .text-muted,
    .tax-calculator-intro,
    .tax-calculator-seo-text,
    .tax-calculator-seo-text p,
    .tax-info-box p,
    .capital-gain-page p,
    .capital-gain-page small,
    .capital-gain-page .text-muted,
    .capital-seo-card p,
    .capital-hero-copy p,
    .capital-form-section-heading p,
    .capital-question-card label,
    .capital-legal-disclaimer p,
    .capital-reference-note small,
    .capital-scenario-kicker p {
        color: var(--elite-muted, #6B7280) !important;
    }

    .tax-calculator-page .elite-card,
    .capital-gain-page .elite-card,
    .tax-calculator-tool,
    .capital-form-section,
    .capital-seo-card,
    .capital-scenario-redesign-card,
    .calculator-lead-form {
        color-scheme: light;
    }


    /* ------------------------------------------------------------
   11G.6 - Forms and inputs
   ------------------------------------------------------------ */

    .tax-calculator-page .form-label,
    .capital-gain-page .form-label,
    .capital-question-card label {
        color: var(--elite-ink-2, #243044) !important;
        font-size: .86rem !important;
        font-weight: 900 !important;
    }

    .tax-calculator-page .form-control,
    .tax-calculator-page .form-select,
    .tax-calculator-page .input-group-text,
    .capital-gain-page .form-control,
    .capital-gain-page .form-select,
    .capital-gain-page .input-group-text {
        min-height: 48px !important;
        background: #ffffff !important;
        color: var(--elite-ink, #111827) !important;
        border-color: rgba(17, 24, 39, .14) !important;
        font-weight: 750 !important;
    }

    .tax-calculator-page .form-control,
    .tax-calculator-page .form-select,
    .capital-gain-page .form-control,
    .capital-gain-page .form-select {
        border-radius: 0 11px 11px 0 !important;
    }

    .tax-calculator-page .input-group-text,
    .capital-gain-page .input-group-text {
        border-radius: 11px 0 0 11px !important;
        background: #f8fbff !important;
        color: var(--elite-blue, #003DA5) !important;
        font-weight: 950 !important;
    }

    .tax-calculator-page .form-control:focus,
    .tax-calculator-page .form-select:focus,
    .capital-gain-page .form-control:focus,
    .capital-gain-page .form-select:focus {
        border-color: rgba(0, 61, 165, .34) !important;
        box-shadow: 0 0 0 4px rgba(0, 61, 165, .08) !important;
    }


/* ------------------------------------------------------------
   11G.7 - Tax Calculator specific
   ------------------------------------------------------------ */

.tax-calculator-tool {
    padding: clamp(20px, 3vw, 34px) !important;
}

.tax-calculator-intro {
    margin-top: 22px !important;
    padding: 22px !important;
    line-height: 1.66 !important;
}

    .tax-calculator-intro p:last-child {
        margin-bottom: 0 !important;
    }

.tax-calculator-explanation {
    max-width: 1040px !important;
    margin: 28px auto 0 !important;
}

    .tax-calculator-explanation .row {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

        .tax-calculator-explanation .row > [class*="col-"] {
            width: auto !important;
            max-width: none !important;
            flex: none !important;
        }

.tax-info-box {
    height: 100%;
    padding: 20px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05) !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

    .tax-info-box:hover {
        transform: translateY(-2px);
        border-color: rgba(0, 61, 165, .20) !important;
        box-shadow: 0 20px 44px rgba(15, 23, 42, .08) !important;
    }

    .tax-info-box > span {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
        border-radius: 16px;
        background: #eef4ff;
        color: var(--elite-blue, #003DA5) !important;
        font-size: .92rem;
        font-weight: 950;
    }

    .tax-info-box h3 {
        margin: 0 0 8px;
        color: var(--elite-ink, #111827) !important;
        font-size: 1.02rem;
        font-weight: 950;
        letter-spacing: -.02em;
    }

    .tax-info-box p {
        margin: 0;
        color: var(--elite-muted, #6B7280) !important;
        font-size: .92rem;
        line-height: 1.55;
    }


/* Tax result */

.tax-result {
    margin-top: 22px !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.tax-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px;
    background: #ffffff !important;
    color: var(--elite-ink, #111827) !important;
    border-bottom: 1px solid rgba(17, 24, 39, .08) !important;
}

    .tax-result-header h3,
    .tax-result-header p {
        color: var(--elite-ink, #111827) !important;
    }

.tax-result-total {
    min-width: 185px;
    border-radius: 18px;
    background: var(--elite-blue-deep, #001F4E) !important;
    color: #ffffff !important;
    padding: 16px 18px;
    text-align: right;
}

    .tax-result-total span {
        display: block;
        color: rgba(255, 255, 255, .72) !important;
        font-size: .78rem;
        font-weight: 850;
        margin-bottom: 4px;
    }

    .tax-result-total strong {
        display: block;
        color: #ffffff !important;
        font-size: 1.55rem;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.04em;
    }

.tax-breakdown-table {
    margin: 0 !important;
    padding: 6px 22px 18px !important;
}

.tax-breakdown-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

    .tax-breakdown-row:last-child {
        border-bottom: 0;
    }

    .tax-breakdown-row span {
        color: var(--elite-muted, #6B7280) !important;
        font-weight: 850;
    }

    .tax-breakdown-row strong {
        color: var(--elite-ink, #111827) !important;
        font-weight: 950;
    }

.tax-calculator-seo-text {
    margin-top: 22px !important;
    padding: 22px !important;
}

    .tax-calculator-seo-text h2 {
        color: var(--elite-ink, #111827) !important;
        letter-spacing: -.035em;
    }

    .tax-calculator-seo-text p:last-child {
        margin-bottom: 0;
    }


/* ------------------------------------------------------------
   11G.8 - Capital Gain Calculator specific
   ------------------------------------------------------------ */

.capital-gain-redesign {
    padding-top: 0 !important;
}

.capital-hero-panel {
    max-width: 1040px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.capital-hero-card {
    padding: 24px !important;
    background: #ffffff !important;
    color: var(--elite-ink, #111827) !important;
    border: 1px solid rgba(17, 24, 39, .10) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06) !important;
}

    .capital-hero-card strong {
        display: block;
        color: var(--elite-red, #DC1C2E) !important;
        font-size: clamp(1.8rem, 3.3vw, 3rem) !important;
        line-height: 1 !important;
        font-weight: 950 !important;
        letter-spacing: -.055em !important;
    }

    .capital-hero-card span {
        display: block;
        margin-top: 10px;
        color: var(--elite-ink, #111827) !important;
        font-weight: 950;
        letter-spacing: -.02em;
    }

    .capital-hero-card p {
        margin: 10px 0 0;
        color: var(--elite-muted, #6B7280) !important;
        line-height: 1.55;
    }

.capital-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

    .capital-hero-badges span {
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid rgba(17, 24, 39, .10);
        color: var(--elite-blue, #003DA5) !important;
        padding: 6px 12px;
        font-size: .84rem;
        font-weight: 900;
    }

.capital-gain-tool-card {
    overflow: hidden !important;
}

.capital-calculator-header {
    display: block !important;
    max-width: 850px !important;
    margin: 0 auto 22px !important;
    text-align: center !important;
}

    .capital-calculator-header h2 {
        color: var(--elite-ink, #111827) !important;
        text-align: center !important;
        font-size: clamp(1.55rem, 2.4vw, 2.45rem) !important;
        line-height: 1.08 !important;
        font-weight: 950 !important;
        letter-spacing: -.04em !important;
    }

    .capital-calculator-header p {
        color: var(--elite-muted, #6B7280) !important;
        text-align: center !important;
        line-height: 1.6 !important;
    }

.capital-form-shell {
    max-width: 1040px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid;
    gap: 18px;
}

.capital-form-section {
    padding: 22px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05) !important;
}

.capital-form-section-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 18px;
}

    .capital-form-section-heading > span {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: #eef4ff;
        color: var(--elite-blue, #003DA5) !important;
        letter-spacing: 0 !important;
    }

    .capital-form-section-heading h3 {
        margin: 0;
        color: var(--elite-ink, #111827) !important;
        font-size: 1.12rem;
        font-weight: 950;
        letter-spacing: -.025em;
    }

    .capital-form-section-heading p {
        margin: 5px 0 0;
        color: var(--elite-muted, #6B7280) !important;
        font-size: .94rem;
    }

.capital-question-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px;
}

.capital-question-card {
    padding: 16px !important;
    background: #ffffff !important;
}

    .capital-question-card.is-auto {
        background: #f8fbff !important;
    }

    .capital-question-card label {
        display: block;
        margin-bottom: 10px;
        color: var(--elite-ink-2, #243044) !important;
    }

.capital-auto-status {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, .10);
    color: var(--elite-muted, #6B7280) !important;
    padding: 10px 12px;
    font-size: .9rem;
    font-weight: 850;
    line-height: 1.35;
}

    .capital-auto-status.is-valid {
        background: rgba(34, 197, 94, .10);
        border-color: rgba(34, 197, 94, .25);
        color: #15803d !important;
    }

    .capital-auto-status.is-invalid {
        background: rgba(220, 28, 46, .10);
        border-color: rgba(220, 28, 46, .22);
        color: var(--elite-red, #DC1C2E) !important;
    }

.capital-reference-note {
    margin-top: 16px;
    padding: 16px !important;
}

    .capital-reference-note span {
        display: block;
        color: var(--elite-blue, #003DA5) !important;
        font-size: .75rem;
        font-weight: 950;
        letter-spacing: .10em;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .capital-reference-note strong {
        display: block;
        color: var(--elite-ink, #111827) !important;
        font-weight: 900;
        line-height: 1.45;
    }

    .capital-reference-note small {
        display: block;
        margin-top: 5px;
        color: var(--elite-muted, #6B7280) !important;
    }


/* Capital result */

.capital-result-redesign {
    margin-top: 22px !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.capital-result-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px;
    background: #ffffff !important;
    color: var(--elite-ink, #111827) !important;
    border-bottom: 1px solid rgba(17, 24, 39, .08) !important;
}

    .capital-result-top h3 {
        margin: 0;
        color: var(--elite-ink, #111827) !important;
        font-weight: 950;
    }

    .capital-result-top p {
        color: var(--elite-muted, #6B7280) !important;
    }

.capital-result-difference {
    min-width: 210px;
    border-radius: 18px;
    background: var(--elite-blue-deep, #001F4E) !important;
    color: #ffffff !important;
    padding: 16px 18px;
    text-align: right;
}

    .capital-result-difference span {
        display: block;
        color: rgba(255, 255, 255, .72) !important;
        font-size: .78rem;
        font-weight: 850;
        margin-bottom: 4px;
    }

    .capital-result-difference strong {
        display: block;
        color: #ffffff !important;
        font-size: 1.55rem;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.04em;
    }

.capital-treatment-alert-redesign {
    margin: 18px 22px 0;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 1px solid rgba(245, 158, 11, .28) !important;
    color: #92400e !important;
    padding: 16px !important;
    font-weight: 800;
    line-height: 1.55;
}

.capital-scenario-redesign-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 22px;
}

.capital-scenario-redesign-card {
    padding: 20px !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .04) !important;
}

    .capital-scenario-redesign-card.is-featured {
        border-color: rgba(0, 61, 165, .22) !important;
        background: #f8fbff !important;
    }

.capital-scenario-kicker {
    margin-bottom: 16px;
}

    .capital-scenario-kicker span {
        display: inline-flex;
        align-items: center;
        min-height: 30px;
        border-radius: 999px;
        background: #eef4ff;
        padding: 5px 10px;
        color: var(--elite-blue, #003DA5) !important;
    }

    .capital-scenario-kicker h4 {
        margin: 10px 0 0;
        color: var(--elite-ink, #111827) !important;
        font-size: 1.12rem;
        font-weight: 950;
        letter-spacing: -.025em;
    }

    .capital-scenario-kicker p {
        margin: 6px 0 0;
        color: var(--elite-muted, #6B7280) !important;
        line-height: 1.45;
    }

.capital-metric {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-top: 1px solid rgba(17, 24, 39, .08);
}

    .capital-metric span {
        color: var(--elite-muted, #6B7280) !important;
        font-weight: 850;
    }

    .capital-metric strong {
        color: var(--elite-ink, #111827) !important;
        font-weight: 950;
    }

.capital-summary-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(17, 24, 39, .08);
    border-top: 1px solid rgba(17, 24, 39, .08);
}

    .capital-summary-strip > div {
        background: #ffffff !important;
        padding: 16px;
    }

    .capital-summary-strip span {
        display: block;
        color: var(--elite-muted, #6B7280) !important;
        font-size: .78rem;
        font-weight: 850;
        margin-bottom: 5px;
    }

    .capital-summary-strip strong {
        display: block;
        color: var(--elite-ink, #111827) !important;
        font-size: 1.02rem;
        font-weight: 950;
    }

.capital-legal-disclaimer {
    margin: 22px;
    padding: 18px !important;
    background: #ffffff !important;
    border: 1px solid rgba(220, 28, 46, .16) !important;
}

    .capital-legal-disclaimer h4 {
        margin: 0 0 8px;
        color: var(--elite-red, #DC1C2E) !important;
        font-weight: 950;
    }

    .capital-legal-disclaimer p {
        margin: 0;
        color: var(--elite-muted, #6B7280) !important;
        font-size: .92rem;
    }

.capital-seo-card {
    margin-top: 22px !important;
    padding: 24px !important;
    background: #f8fbff !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05) !important;
}

    .capital-seo-card h2 {
        margin: 0 0 10px;
        color: var(--elite-ink, #111827) !important;
        font-size: clamp(1.35rem, 2vw, 2rem);
    }

    .capital-seo-card p {
        color: var(--elite-muted, #6B7280) !important;
    }

.capital-sticky-side {
    position: static !important;
    max-width: 1040px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid;
    gap: 18px;
}


/* ------------------------------------------------------------
   11G.9 - Calculator lead form polish
   ------------------------------------------------------------ */

.calculator-lead-form {
    margin-top: 24px !important;
}

    .calculator-lead-form .elite-card-body {
        padding: 24px !important;
    }

    .calculator-lead-form h3 {
        color: var(--elite-ink, #111827) !important;
        font-weight: 950;
        letter-spacing: -.03em;
    }

    .calculator-lead-form p,
    .calculator-lead-form .text-muted {
        color: var(--elite-muted, #6B7280) !important;
    }

    .calculator-lead-form .form-label {
        color: var(--elite-ink-2, #243044) !important;
        font-size: .86rem !important;
        font-weight: 900 !important;
    }

    .calculator-lead-form .form-control {
        min-height: 46px;
        border-radius: 11px !important;
        border-color: rgba(17, 24, 39, .13) !important;
        color: var(--elite-ink, #111827) !important;
        background: #ffffff !important;
        font-weight: 700;
    }

    .calculator-lead-form textarea.form-control {
        min-height: 112px;
    }

    .calculator-lead-form .form-control:focus {
        border-color: rgba(0, 61, 165, .34) !important;
        box-shadow: 0 0 0 4px rgba(0, 61, 165, .08) !important;
    }


/* ------------------------------------------------------------
   11G.10 - Buttons
   ------------------------------------------------------------ */

.tax-calculator-page .elite-btn-primary,
.capital-gain-page .elite-btn-primary,
.tax-calculator-page .btn-primary,
.capital-gain-page .btn-primary {
    background: var(--elite-red, #DC1C2E) !important;
    border-color: var(--elite-red, #DC1C2E) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-weight: 950 !important;
    box-shadow: var(--elite-shadow-red, 0 16px 34px rgba(220, 28, 46, .22)) !important;
}

    .tax-calculator-page .elite-btn-primary:hover,
    .capital-gain-page .elite-btn-primary:hover,
    .tax-calculator-page .btn-primary:hover,
    .capital-gain-page .btn-primary:hover {
        background: var(--elite-red-2, #B91827) !important;
        border-color: var(--elite-red-2, #B91827) !important;
        color: #ffffff !important;
    }


/* ------------------------------------------------------------
   11G.11 - Responsive
   ------------------------------------------------------------ */

@media (max-width: 1199.98px) {
    .tax-calculator-explanation .row {
        grid-template-columns: 1fr !important;
    }

    .capital-question-grid {
        grid-template-columns: 1fr !important;
    }

    .capital-summary-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991.98px) {
    .tax-calculator-page::before,
    .capital-gain-page::before {
        height: 190px;
        margin-bottom: -96px;
    }

    .tax-calculator-content-card,
    .capital-gain-tool-card {
        margin-top: -54px !important;
    }

    .tax-result-header,
    .capital-result-top {
        display: block !important;
        text-align: center !important;
    }

    .tax-result-total,
    .capital-result-difference {
        width: 100% !important;
        margin-top: 16px !important;
        text-align: center !important;
    }

    .capital-scenario-redesign-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767.98px) {
    .tax-calculator-page,
    .capital-gain-page {
        padding-bottom: 50px !important;
    }

        .tax-calculator-page::before,
        .capital-gain-page::before {
            height: 170px;
            margin-bottom: -84px;
        }

        .tax-calculator-page h1,
        .capital-gain-page h1,
        .capital-hero-copy h1 {
            font-size: clamp(1.75rem, 9vw, 2.65rem) !important;
            line-height: 1.08 !important;
        }

            .tax-calculator-page h1 + p,
            .capital-gain-page h1 + p,
            .capital-hero-copy p {
                font-size: .96rem !important;
            }

    .tax-calculator-content-card,
    .capital-gain-tool-card,
    .tax-calculator-tool,
    .tax-result,
    .capital-result-redesign,
    .capital-form-section,
    .capital-seo-card,
    .calculator-lead-form,
    .tax-info-box,
    .tax-calculator-intro,
    .tax-calculator-seo-text,
    .capital-question-card,
    .capital-reference-note,
    .capital-scenario-redesign-card {
        border-radius: 18px !important;
    }

        .tax-calculator-page .elite-card-body,
        .capital-gain-page .elite-card-body,
        .tax-calculator-tool,
        .capital-form-section,
        .capital-seo-card,
        .calculator-lead-form .elite-card-body {
            padding: 18px !important;
        }

    .tax-calculator-intro,
    .tax-calculator-seo-text,
    .tax-info-box,
    .capital-question-card,
    .capital-reference-note,
    .capital-scenario-redesign-card,
    .capital-legal-disclaimer {
        padding: 18px !important;
    }

    .tax-result-header,
    .capital-result-top,
    .capital-scenario-redesign-grid {
        padding: 18px !important;
    }

    .tax-breakdown-table {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .tax-breakdown-row,
    .capital-metric {
        display: grid !important;
        gap: 5px;
    }

    .capital-summary-strip {
        grid-template-columns: 1fr !important;
    }

    .capital-legal-disclaimer {
        margin: 18px !important;
    }

    .capital-hero-badges {
        justify-content: flex-start;
    }
}


/* ============================================================
   ETAPA 11H COMPLETE - Home AI Search + AI Lead Assistant
   Paste at the END of Content/site.css
   ============================================================ */


/* ------------------------------------------------------------
   11H.1 - Home AI Search Panel
   ------------------------------------------------------------ */

.home11-ai-strip {
    padding: 32px 0 0;
    background: #ffffff;
}

.home11-ai-panel {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
    padding: 22px;
}

.home11-ai-copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    border-radius: 18px;
    background: radial-gradient(circle at 90% 12%, rgba(0, 156, 222, .10), transparent 30%), linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid rgba(0, 61, 165, .10);
    padding: 22px;
}

.home11-ai-icon {
    width: 48px;
    height: 48px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: var(--elite-blue, #003DA5);
}

    .home11-ai-icon svg,
    .home11-ai-submit svg,
    .home11-ai-note svg {
        stroke: currentColor;
        fill: none;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .home11-ai-icon svg {
        width: 26px;
        height: 26px;
    }

.home11-ai-copy h2 {
    margin: 0;
    color: var(--elite-ink, #111827);
    font-size: clamp(1.45rem, 2.2vw, 2.3rem);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -.045em;
}

.home11-ai-copy p {
    margin: 10px 0 0;
    color: var(--elite-muted, #6B7280);
    line-height: 1.62;
    font-size: .96rem;
}

.home11-ai-chat-card {
    min-width: 0;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, .10);
    padding: 20px;
}

.home11-ai-form {
    margin: 0;
}

.home11-ai-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 12px;
    align-items: stretch;
}

    .home11-ai-input-row input,
    .home11-ai-input-row textarea {
        width: 100%;
        min-height: 54px;
        border: 1px solid rgba(17, 24, 39, .13);
        border-radius: 14px;
        background: #ffffff;
        color: var(--elite-ink, #111827);
        padding: 14px 16px;
        font-weight: 750;
        line-height: 1.45;
        outline: none;
        resize: vertical;
    }

        .home11-ai-input-row input:focus,
        .home11-ai-input-row textarea:focus {
            border-color: rgba(0, 61, 165, .34);
            box-shadow: 0 0 0 4px rgba(0, 61, 165, .08);
        }

.home11-ai-submit {
    min-height: 54px;
    border: 0;
    border-radius: 14px;
    background: var(--elite-blue-deep, #001F4E);
    color: #ffffff !important;
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    box-shadow: 0 18px 34px rgba(0, 31, 78, .18);
    padding: 0 18px;
    white-space: nowrap;
}

    .home11-ai-submit:hover {
        background: var(--elite-blue, #003DA5);
        color: #ffffff !important;
    }

    .home11-ai-submit svg {
        width: 18px;
        height: 18px;
    }

.home11-ai-examples {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 13px;
}

.home11-ai-example {
    min-height: 33px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 999px;
    background: #ffffff;
    color: var(--elite-ink-2, #243044);
    padding: 6px 12px;
    font-size: .83rem;
    font-weight: 850;
}

    .home11-ai-example:hover {
        border-color: rgba(0, 61, 165, .24);
        background: #eef4ff;
        color: var(--elite-blue, #003DA5);
    }

.home11-ai-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 13px 0 0;
    color: var(--elite-muted, #6B7280);
    font-size: .86rem;
    line-height: 1.45;
}

    .home11-ai-note svg {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        color: var(--elite-blue, #003DA5);
    }

.home11-ai-status {
    min-height: 22px;
    margin-top: 10px;
    color: var(--elite-blue, #003DA5);
    font-size: .9rem;
    font-weight: 850;
}

.home11-ai-response {
    margin-top: 16px;
    border: 1px solid rgba(0, 61, 165, .12);
    border-radius: 18px;
    background: #ffffff;
    padding: 18px;
}

    .home11-ai-response[hidden] {
        display: none !important;
    }

    .home11-ai-response.is-warning {
        border-color: rgba(220, 28, 46, .18);
        background: #fff7f7;
    }

.home11-ai-response-message {
    color: var(--elite-ink, #111827);
    font-weight: 850;
    line-height: 1.55;
}

.home11-ai-response-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

    .home11-ai-response-cards .property11-card {
        box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
    }

.home11-ai-response-actions {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}


/* ------------------------------------------------------------
   11H.2 - AI Lead Assistant Start CTA
   ------------------------------------------------------------ */

.elite-ai-lead-start-actions {
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
}

    .elite-ai-lead-start-actions .btn,
    .elite-ai-lead-start-actions .elite-btn-primary {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 14px;
        background: var(--elite-red, #DC1C2E) !important;
        color: #ffffff !important;
        padding: 0 20px;
        font-size: .95rem;
        font-weight: 950;
        line-height: 1;
        box-shadow: 0 18px 34px rgba(220, 28, 46, .22);
    }

        .elite-ai-lead-start-actions .btn:hover,
        .elite-ai-lead-start-actions .elite-btn-primary:hover {
            background: var(--elite-red-2, #B91827) !important;
            color: #ffffff !important;
        }


/* ------------------------------------------------------------
   11H.3 - AI Lead Assistant Panel
   ------------------------------------------------------------ */

.elite-ai-lead-panel {
    margin-top: 18px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 20px;
    background: #ffffff;
    color: var(--elite-ink, #111827);
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    overflow: hidden;
}

    .elite-ai-lead-panel[hidden] {
        display: none !important;
    }

.elite-ai-lead-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    background: radial-gradient(circle at 90% 10%, rgba(0, 156, 222, .10), transparent 32%), linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

    .elite-ai-lead-header span {
        display: block;
        margin-bottom: 6px;
        color: var(--elite-blue, #003DA5);
        font-size: .74rem;
        font-weight: 950;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .elite-ai-lead-header h3 {
        margin: 0;
        color: var(--elite-ink, #111827);
        font-size: clamp(1.25rem, 2vw, 1.75rem);
        line-height: 1.08;
        font-weight: 950;
        letter-spacing: -.035em;
    }

.elite-ai-lead-close {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 24, 39, .12);
    border-radius: 999px;
    background: #ffffff;
    color: var(--elite-ink, #111827);
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 700;
}

    .elite-ai-lead-close:hover {
        background: #fff7f7;
        border-color: rgba(220, 28, 46, .22);
        color: var(--elite-red, #DC1C2E);
    }


/* ------------------------------------------------------------
   11H.4 - AI Lead Transcript
   ------------------------------------------------------------ */

.elite-ai-lead-transcript {
    max-height: 320px;
    overflow-y: auto;
    display: grid;
    gap: 12px;
    padding: 18px 20px;
    background: #ffffff;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.elite-ai-lead-bubble {
    max-width: 82%;
    border: 1px solid rgba(17, 24, 39, .09);
    border-radius: 16px;
    background: #f8fbff;
    color: var(--elite-ink, #111827);
    padding: 12px 14px;
    font-size: .95rem;
    line-height: 1.55;
    font-weight: 750;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

    .elite-ai-lead-bubble.is-assistant {
        justify-self: start;
        background: #f8fbff;
        color: var(--elite-ink, #111827);
    }

    .elite-ai-lead-bubble.is-user {
        justify-self: end;
        background: var(--elite-blue-deep, #001F4E);
        color: #ffffff;
        border-color: var(--elite-blue-deep, #001F4E);
    }

    .elite-ai-lead-bubble.is-warning {
        justify-self: start;
        background: #fff7f7;
        color: var(--elite-red, #DC1C2E);
        border-color: rgba(220, 28, 46, .22);
    }

    .elite-ai-lead-bubble.is-success {
        justify-self: start;
        background: rgba(34, 197, 94, .10);
        color: #15803d;
        border: 1px solid rgba(34, 197, 94, .25);
    }


/* ------------------------------------------------------------
   11H.5 - AI Lead Form
   ------------------------------------------------------------ */

#eliteAiLeadAssistantForm {
    padding: 18px 20px 20px;
    background: #ffffff;
}

    #eliteAiLeadAssistantForm.is-loading {
        opacity: .75;
        pointer-events: none;
    }

    #eliteAiLeadAssistantForm.is-complete {
        border-top: 1px solid rgba(34, 197, 94, .20);
        background: linear-gradient(180deg, rgba(34, 197, 94, .05), #ffffff 58%);
    }

.elite-ai-lead-quick-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

    .elite-ai-lead-quick-fields .form-control,
    .elite-ai-lead-input-row textarea {
        width: 100%;
        min-height: 46px;
        border: 1px solid rgba(17, 24, 39, .13);
        border-radius: 12px;
        background: #ffffff;
        color: var(--elite-ink, #111827);
        padding: 11px 13px;
        font-size: .95rem;
        font-weight: 750;
        outline: none;
    }

        .elite-ai-lead-quick-fields .form-control::placeholder,
        .elite-ai-lead-input-row textarea::placeholder {
            color: rgba(36, 48, 68, .65);
        }

        .elite-ai-lead-quick-fields .form-control:focus,
        .elite-ai-lead-input-row textarea:focus {
            border-color: rgba(0, 61, 165, .34);
            box-shadow: 0 0 0 4px rgba(0, 61, 165, .08);
        }

.elite-ai-lead-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 12px;
    align-items: stretch;
}

    .elite-ai-lead-input-row textarea {
        min-height: 86px;
        resize: vertical;
        line-height: 1.45;
    }

    .elite-ai-lead-submit,
    .elite-ai-lead-input-row .elite-ai-lead-submit,
    .elite-ai-lead-input-row .btn.elite-ai-lead-submit {
        min-height: 46px;
        align-self: end;
        border: 0;
        border-radius: 12px;
        background: var(--elite-red, #DC1C2E) !important;
        color: #ffffff !important;
        padding: 0 18px;
        font-size: .95rem;
        font-weight: 950;
        box-shadow: 0 18px 34px rgba(220, 28, 46, .20);
    }

        .elite-ai-lead-submit:hover,
        .elite-ai-lead-input-row .btn.elite-ai-lead-submit:hover {
            background: var(--elite-red-2, #B91827) !important;
            color: #ffffff !important;
        }

.elite-ai-lead-disclaimer {
    margin: 12px 0 0;
    color: var(--elite-muted, #6B7280);
    font-size: .86rem;
    line-height: 1.5;
}


/* ------------------------------------------------------------
   11H.6 - Responsive
   ------------------------------------------------------------ */

@media (max-width: 991.98px) {
    .home11-ai-panel {
        grid-template-columns: 1fr;
    }

    .home11-ai-input-row {
        grid-template-columns: 1fr;
    }

    .home11-ai-response-cards {
        grid-template-columns: 1fr;
    }

    .elite-ai-lead-quick-fields {
        grid-template-columns: 1fr;
    }

    .elite-ai-lead-input-row {
        grid-template-columns: 1fr;
    }

        .elite-ai-lead-submit,
        .elite-ai-lead-input-row .btn.elite-ai-lead-submit {
            width: 100%;
            align-self: stretch;
        }
}

@media (max-width: 767.98px) {
    .home11-ai-strip {
        padding-top: 20px;
    }

    .home11-ai-panel,
    .home11-ai-copy,
    .home11-ai-chat-card,
    .elite-ai-lead-panel {
        border-radius: 18px;
    }

    .home11-ai-panel,
    .home11-ai-copy,
    .home11-ai-chat-card {
        padding: 16px;
    }

    .home11-ai-copy {
        grid-template-columns: 1fr;
    }

    .home11-ai-examples {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .home11-ai-example {
        min-width: max-content;
    }

    .elite-ai-lead-start-actions .btn {
        width: 100%;
    }

    .elite-ai-lead-header {
        padding: 16px;
    }

    .elite-ai-lead-transcript,
    #eliteAiLeadAssistantForm {
        padding: 16px;
    }

    .elite-ai-lead-bubble {
        max-width: 100%;
    }

    .elite-ai-lead-header h3 {
        font-size: 1.25rem;
    }
}


/* ============================================================
   ETAPA 11I - Error pages / Empty states / Lead forms / Accessibility
   Paste at the END of Content/site.css
   ============================================================ */

/* Error pages */

.error11-body .elite-main-content {
    background: #ffffff;
}

.error11-page {
    min-height: 72vh;
    padding: 56px 0 70px;
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .11), transparent 34%), radial-gradient(circle at 88% 8%, rgba(220, 28, 46, .07), transparent 30%), linear-gradient(180deg, #f8fbff 0%, #ffffff 64%);
}

.error11-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.error11-hero-card {
    position: relative;
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
    padding: clamp(28px, 5vw, 58px);
    text-align: center;
}

    .error11-hero-card::before {
        content: "";
        position: absolute;
        inset: -140px auto auto -120px;
        width: 320px;
        height: 320px;
        border-radius: 999px;
        background: rgba(0, 156, 222, .10);
    }

    .error11-hero-card::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -120px;
        width: 300px;
        height: 300px;
        border-radius: 999px;
        background: rgba(220, 28, 46, .08);
    }

.error11-code {
    position: relative;
    z-index: 2;
    width: 86px;
    height: 86px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 28px;
    background: var(--elite-blue-deep);
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.04em;
    box-shadow: 0 18px 38px rgba(0, 31, 78, .22);
}

.error11-kicker {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.error11-hero-card h1 {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    color: var(--elite-ink);
    font-size: clamp(2rem, 4vw, 4.25rem);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -.055em;
}

.error11-hero-card p {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 16px auto 0;
    color: var(--elite-muted);
    font-size: 1.04rem;
    line-height: 1.65;
}

.error11-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 26px;
}

.error11-primary-button,
.error11-secondary-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 0 20px;
    font-weight: 950;
}

.error11-primary-button {
    border: 0;
    background: var(--elite-red);
    color: #ffffff !important;
    box-shadow: var(--elite-shadow-red);
}

    .error11-primary-button:hover,
    .error11-primary-button:focus {
        background: var(--elite-red-2);
        color: #ffffff !important;
    }

.error11-secondary-button {
    border: 1px solid rgba(0, 61, 165, .28);
    background: #ffffff;
    color: var(--elite-blue) !important;
}

    .error11-secondary-button:hover,
    .error11-secondary-button:focus {
        background: #eef4ff;
        color: var(--elite-blue) !important;
    }

.error11-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
    gap: 24px;
    max-width: 1120px;
    margin: 26px auto 0;
}

.error11-suggestion-panel,
.error11-form-panel,
.error11-mini-card {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.error11-suggestion-panel {
    padding: 24px;
}

    .error11-suggestion-panel h2 {
        margin: 0;
        color: var(--elite-ink);
        font-size: clamp(1.45rem, 2.2vw, 2.3rem);
        line-height: 1.05;
        font-weight: 950;
        letter-spacing: -.04em;
    }

.error11-suggestion-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

    .error11-suggestion-list a {
        display: block;
        border: 1px solid rgba(17, 24, 39, .09);
        border-radius: 16px;
        background: #f8fbff;
        padding: 16px;
    }

        .error11-suggestion-list a:hover {
            border-color: rgba(0, 61, 165, .22);
            transform: translateY(-2px);
        }

    .error11-suggestion-list strong {
        display: block;
        color: var(--elite-ink);
        font-weight: 950;
        margin-bottom: 4px;
    }

    .error11-suggestion-list span {
        display: block;
        color: var(--elite-muted);
        line-height: 1.45;
        font-size: .92rem;
    }

.error11-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1120px;
    margin: 26px auto 0;
}

.error11-mini-card {
    padding: 20px;
}

    .error11-mini-card:hover {
        transform: translateY(-2px);
        border-color: rgba(0, 61, 165, .22);
        box-shadow: 0 24px 54px rgba(15, 23, 42, .10);
    }

    .error11-mini-card strong {
        display: block;
        color: var(--elite-ink);
        font-weight: 950;
        margin-bottom: 6px;
    }

    .error11-mini-card span {
        color: var(--elite-muted);
        line-height: 1.5;
    }

/* Search empty state v2 */

.search11-empty-state-v2 {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: 24px;
    align-items: start;
    text-align: left;
    padding: 26px;
    background: radial-gradient(circle at 12% 8%, rgba(0, 156, 222, .10), transparent 32%), linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.search11-empty-content {
    padding: 10px;
}

.search11-empty-state-v2 .search11-empty-icon {
    width: 66px;
    height: 66px;
    margin: 0 0 18px;
    border-radius: 22px;
}

    .search11-empty-state-v2 .search11-empty-icon svg {
        width: 30px;
        height: 30px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.search11-empty-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.search11-empty-state-v2 h2 {
    max-width: 620px;
    margin: 0;
}

.search11-empty-state-v2 p {
    max-width: 620px;
    margin: 12px 0 0;
}

.search11-empty-tips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

    .search11-empty-tips span {
        min-height: 32px;
        display: inline-flex;
        align-items: center;
        border: 1px solid rgba(0, 61, 165, .14);
        border-radius: 999px;
        background: #ffffff;
        color: var(--elite-blue);
        padding: 5px 10px;
        font-size: .82rem;
        font-weight: 900;
    }

.search11-empty-state-v2 .search11-empty-actions {
    justify-content: flex-start;
}

.search11-empty-state-v2 .search11-empty-form-wrap {
    margin: 0;
    max-width: none;
}

/* Lead forms */

.lead11-card {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .07);
}

.lead11-card-body {
    padding: 24px;
}

.lead11-heading {
    margin-bottom: 18px;
}

    .lead11-heading span {
        display: block;
        margin-bottom: 7px;
        color: var(--elite-blue);
        font-size: .74rem;
        font-weight: 950;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .lead11-heading h3 {
        margin: 0;
        color: var(--elite-ink);
        font-size: clamp(1.25rem, 2vw, 1.75rem);
        line-height: 1.08;
        font-weight: 950;
        letter-spacing: -.035em;
    }

    .lead11-heading p {
        margin: 10px 0 0;
        color: var(--elite-muted);
        line-height: 1.6;
    }

.lead11-form-inner {
    position: relative;
}

.lead11-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.lead11-field-full {
    grid-column: 1 / -1;
}

.lead11-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--elite-ink-2);
    font-size: .86rem;
    font-weight: 900;
}

    .lead11-field label span {
        color: var(--elite-red);
    }

.lead11-field .form-control,
.lead11-form-inner .form-control {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(17, 24, 39, .13);
    border-radius: 12px;
    background: #ffffff;
    color: var(--elite-ink);
    padding: 11px 13px;
    font-weight: 750;
}

.lead11-field textarea.form-control,
.lead11-form-inner textarea.form-control {
    min-height: 112px;
    resize: vertical;
}

.lead11-field .form-control:focus,
.lead11-form-inner .form-control:focus {
    border-color: rgba(0, 61, 165, .34);
    box-shadow: 0 0 0 4px rgba(0, 61, 165, .08);
}

.lead11-submit {
    width: 100%;
    min-height: 48px;
    border-radius: 12px !important;
    font-weight: 950 !important;
}

.lead11-privacy-note {
    margin: 10px 0 0;
    color: var(--elite-muted);
    font-size: .82rem;
    line-height: 1.45;
    text-align: center;
}

.lead11-honeypot,
.elite-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

/* TempData alerts */

.alert11-wrap {
    animation: alert11SlideDown .22s ease both;
}

.alert11-card {
    transition: opacity .18s ease, transform .18s ease;
}

    .alert11-card.is-hiding {
        opacity: 0;
        transform: translateY(-8px);
    }

.alert11-icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@keyframes alert11SlideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Microinteractions + accessibility */

body.elite-portal-body :focus-visible,
.error11-page :focus-visible,
.search11-page :focus-visible,
.lead11-card :focus-visible {
    outline: 3px solid rgba(0, 61, 165, .32);
    outline-offset: 3px;
}

.error11-primary-button,
.error11-secondary-button,
.error11-mini-card,
.error11-suggestion-list a,
.search11-red-button,
.search11-outline-button,
.lead11-submit,
.alert11-close {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease, opacity .18s ease;
}

    .error11-primary-button:hover,
    .error11-secondary-button:hover,
    .search11-red-button:hover,
    .search11-outline-button:hover,
    .lead11-submit:hover {
        transform: translateY(-1px);
    }

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
}

@media (max-width: 991.98px) {
    .error11-grid,
    .search11-empty-state-v2 {
        grid-template-columns: 1fr;
    }

    .error11-mini-grid {
        grid-template-columns: 1fr;
    }

    .search11-empty-state-v2 {
        padding: 22px;
    }
}

@media (max-width: 767.98px) {
    .error11-page {
        padding: 34px 0 50px;
    }

    .error11-hero-card,
    .error11-suggestion-panel,
    .error11-form-panel,
    .error11-mini-card,
    .lead11-card {
        border-radius: 18px;
    }

    .error11-actions,
    .search11-empty-state-v2 .search11-empty-actions {
        display: grid;
    }

    .error11-primary-button,
    .error11-secondary-button,
    .search11-red-button,
    .search11-outline-button {
        width: 100%;
    }

    .lead11-grid {
        grid-template-columns: 1fr;
    }

    .lead11-card-body {
        padding: 18px;
    }

    .search11-empty-tips {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

        .search11-empty-tips span {
            min-width: max-content;
        }
}


/* ============================================================
   ETAPA 11K - Footer redesign / Join page / Contact page
   ============================================================ */

/* Footer */

.footer11 {
    background: #050816;
    color: #ffffff;
    padding: 54px 0 24px;
}

.footer11-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.footer11-top {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 34px;
    align-items: start;
}

.footer11-brand-panel {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    background: radial-gradient(circle at 88% 12%, rgba(220, 28, 46, .22), transparent 32%), linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    padding: 26px;
}

.footer11-logo img {
    width: min(240px, 80%);
    height: auto;
    display: block;
}

.footer11-brand-panel p,
.footer11-column p,
.footer11-network p,
.footer11-bottom p {
    color: rgba(255, 255, 255, .72);
    line-height: 1.62;
}

.footer11-brand-panel p {
    margin: 22px 0 0;
    font-size: 1rem;
}

.footer11-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.footer11-primary-link,
.footer11-secondary-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 0 16px;
    font-weight: 950;
}

.footer11-primary-link {
    background: var(--elite-red);
    color: #ffffff !important;
}

.footer11-secondary-link {
    border: 1px solid rgba(255, 255, 255, .22);
    color: #ffffff !important;
}

.footer11-links-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.footer11-column h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: .86rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.footer11-column a {
    display: block;
    color: rgba(255, 255, 255, .72) !important;
    padding: 5px 0;
    font-weight: 750;
}

    .footer11-column a:hover {
        color: #ffffff !important;
    }

.footer11-contact-column p {
    margin: 0 0 10px;
}

.footer11-network {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

    .footer11-network > div {
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 20px;
        background: rgba(255, 255, 255, .045);
        padding: 20px;
    }

    .footer11-network span {
        display: block;
        color: rgba(255, 255, 255, .52);
        font-size: .72rem;
        font-weight: 950;
        letter-spacing: .12em;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .footer11-network strong {
        display: block;
        color: #ffffff;
        font-size: 1.08rem;
        font-weight: 950;
        margin-bottom: 8px;
    }

    .footer11-network p {
        margin: 0;
        font-size: .92rem;
    }

.footer11-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

    .footer11-bottom p {
        margin: 0;
        font-size: .86rem;
    }

/* Join page */

.join11-page,
.contact11-page {
    background: #ffffff;
    color: var(--elite-ink);
}

.join11-container,
.contact11-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.join11-hero,
.contact11-hero {
    padding: 62px 0 46px;
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .12), transparent 34%), radial-gradient(circle at 88% 10%, rgba(220, 28, 46, .08), transparent 30%), linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.join11-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: center;
}

.join11-kicker,
.contact11-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.join11-hero-copy h1,
.contact11-hero h1,
.join11-heading h2,
.join11-dark-card h2,
.join11-cta-copy h2 {
    margin: 0;
    color: var(--elite-ink);
    font-weight: 950;
    letter-spacing: -.055em;
}

.join11-hero-copy h1,
.contact11-hero h1 {
    max-width: 920px;
    font-size: clamp(2.25rem, 4.6vw, 4.8rem);
    line-height: .98;
}

.join11-hero-copy p,
.contact11-hero p,
.join11-heading p,
.join11-dark-card p,
.join11-cta-copy p {
    color: var(--elite-muted);
    line-height: 1.65;
}

.join11-hero-copy p,
.contact11-hero p {
    max-width: 780px;
    margin: 18px 0 0;
    font-size: 1.06rem;
}

.join11-actions,
.contact11-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.join11-primary-button,
.join11-secondary-button,
.contact11-primary-button,
.contact11-secondary-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 0 20px;
    font-weight: 950;
}

.join11-primary-button,
.contact11-primary-button {
    background: var(--elite-red);
    color: #ffffff !important;
    box-shadow: var(--elite-shadow-red);
}

.join11-secondary-button,
.contact11-secondary-button {
    border: 1px solid rgba(0, 61, 165, .28);
    background: #ffffff;
    color: var(--elite-blue) !important;
}

.join11-legal-note {
    max-width: 720px;
    margin-top: 18px !important;
    font-size: .92rem !important;
}

.join11-hero-card {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(15, 23, 42, .10);
    padding: 28px;
    text-align: center;
}

    .join11-hero-card img {
        max-width: 240px;
        width: 100%;
        height: auto;
    }

.join11-we-are {
    margin-top: 28px;
    border-radius: 22px;
    background: var(--elite-blue-deep);
    padding: 24px;
    color: #ffffff;
}

    .join11-we-are span {
        display: block;
        text-transform: uppercase;
        letter-spacing: .16em;
        font-weight: 950;
        color: rgba(255,255,255,.64);
    }

    .join11-we-are strong {
        display: block;
        font-size: 3rem;
        line-height: .95;
        font-weight: 950;
        letter-spacing: -.06em;
    }

    .join11-we-are p {
        margin: 10px 0 0;
        color: rgba(255,255,255,.76);
    }

.join11-stats {
    padding: 24px 0;
}

    .join11-stats .join11-container {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

.join11-stat-card,
.join11-feature-card,
.contact11-info-card,
.contact11-map,
.contact11-form-panel,
.join11-form-panel {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.join11-stat-card {
    padding: 22px;
}

    .join11-stat-card strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: 2.1rem;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.05em;
    }

    .join11-stat-card span {
        display: block;
        margin-top: 8px;
        color: var(--elite-muted);
        font-weight: 800;
    }

.join11-section {
    padding: 42px 0;
}

.join11-heading {
    max-width: 880px;
    margin-bottom: 24px;
}

    .join11-heading h2,
    .join11-dark-card h2,
    .join11-cta-copy h2 {
        font-size: clamp(1.8rem, 3vw, 3.25rem);
        line-height: 1.04;
    }

    .join11-heading p {
        margin: 12px 0 0;
    }

.join11-pillars,
.join11-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

    .join11-pillars article,
    .join11-feature-card {
        padding: 22px;
    }

    .join11-pillars article {
        border-radius: 22px;
        background: #f8fbff;
        border: 1px solid rgba(0, 61, 165, .10);
    }

    .join11-pillars span {
        color: rgba(0, 61, 165, .28);
        font-size: 2rem;
        font-weight: 950;
    }

    .join11-pillars h3,
    .join11-feature-card h3 {
        margin: 12px 0 8px;
        color: var(--elite-ink);
        font-size: 1.08rem;
        font-weight: 950;
        letter-spacing: -.02em;
    }

    .join11-pillars p,
    .join11-feature-card p {
        margin: 0;
        color: var(--elite-muted);
        line-height: 1.55;
    }

.join11-dark-section {
    padding: 36px 0;
}

.join11-dark-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: center;
    border-radius: 28px;
    background: radial-gradient(circle at 88% 12%, rgba(220, 28, 46, .22), transparent 32%), linear-gradient(135deg, #050816 0%, #0a1f44 100%);
    padding: clamp(24px, 4vw, 42px);
}

    .join11-dark-card .join11-kicker,
    .join11-dark-card h2 {
        color: #ffffff;
    }

    .join11-dark-card p {
        color: rgba(255,255,255,.74);
    }

.join11-dark-badges {
    display: grid;
    gap: 10px;
}

    .join11-dark-badges span {
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 16px;
        color: #ffffff;
        padding: 14px;
        font-weight: 950;
        text-align: center;
    }

.join11-cta-section {
    padding: 48px 0 70px;
    background: #f8fbff;
    border-top: 1px solid rgba(17, 24, 39, .08);
}

.join11-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
    gap: 26px;
    align-items: start;
}

.join11-cta-copy {
    padding: 28px;
}

/* Contact page */

.contact11-hero {
    text-align: center;
}

    .contact11-hero h1,
    .contact11-hero p {
        margin-left: auto;
        margin-right: auto;
    }

.contact11-actions {
    justify-content: center;
}

.contact11-content {
    padding: 42px 0 70px;
}

.contact11-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
    gap: 26px;
    align-items: start;
}

.contact11-info-panel {
    display: grid;
    gap: 16px;
}

.contact11-info-card {
    padding: 22px;
}

    .contact11-info-card span {
        display: block;
        color: var(--elite-blue);
        font-size: .76rem;
        font-weight: 950;
        letter-spacing: .12em;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .contact11-info-card h2 {
        margin: 0 0 8px;
        color: var(--elite-ink);
        font-size: 1.35rem;
        font-weight: 950;
    }

    .contact11-info-card p,
    .contact11-info-card li {
        color: var(--elite-muted);
        line-height: 1.58;
    }

    .contact11-info-card ul {
        margin: 0;
        padding-left: 18px;
    }

.contact11-map {
    overflow: hidden;
}

    .contact11-map iframe {
        width: 100%;
        min-height: 340px;
        display: block;
        border: 0;
    }

/* Responsive */

@media (max-width: 1199.98px) {
    .footer11-top,
    .join11-hero-grid,
    .join11-dark-card,
    .join11-cta-grid,
    .contact11-grid {
        grid-template-columns: 1fr;
    }

    .footer11-links-grid,
    .join11-pillars,
    .join11-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .footer11-network,
    .join11-stats .join11-container {
        grid-template-columns: 1fr;
    }

    .footer11-bottom {
        display: grid;
    }
}

@media (max-width: 767.98px) {
    .footer11 {
        padding-top: 38px;
    }

    .footer11-links-grid,
    .join11-pillars,
    .join11-feature-grid {
        grid-template-columns: 1fr;
    }

    .join11-hero,
    .contact11-hero {
        padding: 42px 0 34px;
    }

        .join11-hero-copy h1,
        .contact11-hero h1 {
            font-size: clamp(2rem, 11vw, 3.2rem);
        }

    .join11-actions,
    .contact11-actions,
    .footer11-cta-row {
        display: grid;
    }

    .join11-primary-button,
    .join11-secondary-button,
    .contact11-primary-button,
    .contact11-secondary-button,
    .footer11-primary-link,
    .footer11-secondary-link {
        width: 100%;
    }

    .join11-cta-copy {
        padding: 0;
    }
}


/* ============================================================
   ETAPA 11K-L - Location City / Area Landing UI
   Applies to:
   /city/{slug}
   /en/city/{slug}
   /area/{slug}
   /en/area/{slug}
   ============================================================ */

.location11-page {
    background: #ffffff;
    color: var(--elite-ink);
}

.location11-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.location11-hero {
    padding: 34px 0 44px;
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .11), transparent 34%), radial-gradient(circle at 88% 10%, rgba(220, 28, 46, .07), transparent 30%), linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.location11-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 22px;
    color: var(--elite-muted);
    font-size: .86rem;
    font-weight: 800;
}

    .location11-breadcrumb a {
        color: var(--elite-blue);
        font-weight: 900;
    }

.location11-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: end;
}

.location11-kicker,
.location11-section-heading span,
.location11-form-copy span {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.location11-hero-copy h1,
.location11-section-heading h2,
.location11-bottom-cta h2,
.location11-empty-card h2,
.location11-form-copy h2 {
    margin: 0;
    color: var(--elite-ink);
    font-weight: 950;
    letter-spacing: -.055em;
}

.location11-hero-copy h1 {
    max-width: 920px;
    font-size: clamp(2.15rem, 4.3vw, 4.55rem);
    line-height: .98;
}

.location11-hero-copy p {
    max-width: 780px;
    margin: 16px 0 0;
    color: var(--elite-muted);
    font-size: 1.04rem;
    line-height: 1.65;
}

.location11-actions,
.location11-empty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.location11-primary-button,
.location11-secondary-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 0 20px;
    font-weight: 950;
}

.location11-primary-button {
    border: 0;
    background: var(--elite-red);
    color: #ffffff !important;
    box-shadow: var(--elite-shadow-red);
}

    .location11-primary-button:hover {
        background: var(--elite-red-2);
        color: #ffffff !important;
    }

.location11-secondary-button {
    border: 1px solid rgba(0, 61, 165, .28);
    background: #ffffff;
    color: var(--elite-blue) !important;
}

    .location11-secondary-button:hover {
        background: #eef4ff;
        color: var(--elite-blue) !important;
    }

.location11-summary-card {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    padding: 24px;
}

    .location11-summary-card span {
        display: block;
        color: var(--elite-blue);
        font-size: .76rem;
        font-weight: 950;
        letter-spacing: .12em;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .location11-summary-card strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: 3rem;
        line-height: .9;
        font-weight: 950;
        letter-spacing: -.06em;
    }

    .location11-summary-card p {
        margin: 12px 0 0;
        color: var(--elite-muted);
        line-height: 1.5;
    }

.location11-content {
    padding: 44px 0 72px;
}

.location11-section-heading {
    max-width: 850px;
    margin-bottom: 24px;
}

    .location11-section-heading h2 {
        font-size: clamp(1.7rem, 3vw, 3.25rem);
        line-height: 1.04;
    }

    .location11-section-heading p {
        margin: 12px 0 0;
        color: var(--elite-muted);
        line-height: 1.65;
    }

.location11-property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.location11-bottom-cta,
.location11-form-section,
.location11-empty-card,
.location11-form-panel {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.location11-bottom-cta {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
    padding: 26px;
    background: radial-gradient(circle at 92% 12%, rgba(220, 28, 46, .08), transparent 32%), linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

    .location11-bottom-cta h2 {
        font-size: clamp(1.35rem, 2vw, 2rem);
    }

    .location11-bottom-cta p {
        max-width: 680px;
        margin: 8px 0 0;
        color: var(--elite-muted);
        line-height: 1.58;
    }

.location11-empty-grid,
.location11-form-section {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: 24px;
    align-items: start;
}

.location11-empty-card,
.location11-form-copy {
    padding: 28px;
}

.location11-empty-card {
    background: radial-gradient(circle at 12% 10%, rgba(0, 156, 222, .10), transparent 32%), linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

    .location11-empty-card h2,
    .location11-form-copy h2 {
        font-size: clamp(1.7rem, 3vw, 3.1rem);
        line-height: 1.04;
    }

    .location11-empty-card p,
    .location11-form-copy p {
        margin: 14px 0 0;
        color: var(--elite-muted);
        line-height: 1.65;
    }

.location11-form-section {
    margin-top: 34px;
    padding: 0;
    background: #f8fbff;
}

.location11-form-panel {
    overflow: hidden;
}

.location11-lead-form {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 24px !important;
}

@media (max-width: 1199.98px) {
    .location11-property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .location11-hero-grid,
    .location11-empty-grid,
    .location11-form-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .location11-hero {
        padding: 28px 0 34px;
    }

    .location11-hero-copy h1 {
        font-size: clamp(2rem, 11vw, 3.2rem);
    }

    .location11-property-grid {
        grid-template-columns: 1fr;
    }

    .location11-actions,
    .location11-empty-actions,
    .location11-bottom-cta {
        display: grid;
    }

    .location11-primary-button,
    .location11-secondary-button {
        width: 100%;
    }

    .location11-bottom-cta,
    .location11-empty-card,
    .location11-form-copy {
        padding: 20px;
        border-radius: 18px;
    }
}


/* ============================================================
   ETAPA 11K-M - City / Area Pagination
   ============================================================ */

.location11-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}

.location11-page-link,
.location11-page-ellipsis {
    min-width: 42px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 950;
}

.location11-page-link {
    border: 1px solid rgba(17, 24, 39, .11);
    background: #ffffff;
    color: var(--elite-ink) !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
}

    .location11-page-link:hover {
        border-color: rgba(0, 61, 165, .24);
        background: #eef4ff;
        color: var(--elite-blue) !important;
        transform: translateY(-1px);
    }

    .location11-page-link.is-active {
        border-color: var(--elite-blue);
        background: var(--elite-blue);
        color: #ffffff !important;
        box-shadow: 0 16px 34px rgba(0, 61, 165, .20);
    }

.location11-page-prev,
.location11-page-next {
    padding-left: 15px;
    padding-right: 15px;
}

.location11-page-disabled {
    opacity: .42;
    pointer-events: none;
}

.location11-page-ellipsis {
    color: var(--elite-muted);
    background: transparent;
}

@media (max-width: 767.98px) {
    .location11-pagination {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
        -webkit-overflow-scrolling: touch;
    }

    .location11-page-link,
    .location11-page-ellipsis {
        min-width: 42px;
        flex: 0 0 auto;
    }
}


/* ============================================================
   ETAPA 11L PRE - Contact Page Lead Generation Redesign
   Paste at the END of Content/site.css
   ============================================================ */

.contact12-page {
    background: #ffffff;
    color: var(--elite-ink);
}

.contact12-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.contact12-hero {
    padding: 62px 0 48px;
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .13), transparent 34%), radial-gradient(circle at 88% 10%, rgba(220, 28, 46, .08), transparent 30%), linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.contact12-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: center;
}

.contact12-kicker,
.contact12-panel-label,
.contact12-heading span,
.contact12-info-card span,
.contact12-map-heading span {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact12-hero-copy h1,
.contact12-heading h2,
.contact12-hero-panel h2,
.contact12-info-card h2,
.contact12-map-heading h2,
.contact12-bottom-card h2 {
    margin: 0;
    color: var(--elite-ink);
    font-weight: 950;
    letter-spacing: -.055em;
}

.contact12-hero-copy h1 {
    max-width: 920px;
    font-size: clamp(2.25rem, 4.6vw, 4.8rem);
    line-height: .98;
}

.contact12-hero-copy p {
    max-width: 780px;
    margin: 18px 0 0;
    color: var(--elite-muted);
    font-size: 1.06rem;
    line-height: 1.65;
}

.contact12-actions,
.contact12-info-actions,
.contact12-bottom-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

    .contact12-primary-button,
    .contact12-secondary-button,
    .contact12-info-actions a,
    .contact12-whatsapp-button {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        padding: 0 20px;
        font-weight: 950;
    }

.contact12-primary-button,
.contact12-whatsapp-button {
    border: 0;
    background: var(--elite-red);
    color: #ffffff !important;
    box-shadow: var(--elite-shadow-red);
}

    .contact12-primary-button:hover,
    .contact12-whatsapp-button:hover {
        background: var(--elite-red-2);
        color: #ffffff !important;
    }

.contact12-secondary-button,
.contact12-info-actions a {
    border: 1px solid rgba(0, 61, 165, .28);
    background: #ffffff;
    color: var(--elite-blue) !important;
}

    .contact12-secondary-button:hover,
    .contact12-info-actions a:hover {
        background: #eef4ff;
        color: var(--elite-blue) !important;
    }

.contact12-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
    max-width: 880px;
}

    .contact12-trust-strip div {
        border: 1px solid rgba(17, 24, 39, .09);
        border-radius: 16px;
        background: #ffffff;
        padding: 16px;
        box-shadow: 0 12px 30px rgba(15, 23, 42, .04);
    }

    .contact12-trust-strip strong {
        display: block;
        color: var(--elite-ink);
        font-weight: 950;
        margin-bottom: 4px;
    }

    .contact12-trust-strip span {
        color: var(--elite-muted);
        font-size: .86rem;
        line-height: 1.45;
    }

.contact12-hero-panel,
.contact12-info-card,
.contact12-map-card,
.contact12-form-panel,
.contact12-intent-card,
.contact12-bottom-card {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.contact12-hero-panel {
    padding: 26px;
    background: radial-gradient(circle at 88% 12%, rgba(220, 28, 46, .10), transparent 32%), linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

    .contact12-hero-panel h2 {
        font-size: clamp(1.45rem, 2.4vw, 2.35rem);
        line-height: 1.05;
    }

.contact12-quick-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

    .contact12-quick-list a {
        display: block;
        border: 1px solid rgba(17, 24, 39, .09);
        border-radius: 16px;
        background: #ffffff;
        padding: 16px;
    }

        .contact12-quick-list a:hover {
            border-color: rgba(0, 61, 165, .22);
            transform: translateY(-2px);
        }

    .contact12-quick-list strong {
        display: block;
        color: var(--elite-ink);
        font-weight: 950;
        margin-bottom: 4px;
    }

    .contact12-quick-list span {
        display: block;
        color: var(--elite-muted);
        line-height: 1.45;
        font-size: .92rem;
    }

.contact12-intent-section {
    padding: 44px 0;
}

.contact12-heading {
    max-width: 880px;
    margin-bottom: 24px;
}

    .contact12-heading h2,
    .contact12-bottom-card h2 {
        font-size: clamp(1.75rem, 3vw, 3.25rem);
        line-height: 1.04;
    }

    .contact12-heading p,
    .contact12-bottom-card p {
        margin: 12px 0 0;
        color: var(--elite-muted);
        line-height: 1.65;
    }

.contact12-intent-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.contact12-intent-card {
    padding: 22px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .contact12-intent-card:hover {
        transform: translateY(-3px);
        border-color: rgba(0, 61, 165, .22);
        box-shadow: 0 24px 54px rgba(15, 23, 42, .10);
    }

    .contact12-intent-card > span {
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 17px;
        background: #eef4ff;
        color: var(--elite-blue);
        margin-bottom: 18px;
    }

    .contact12-intent-card svg {
        width: 25px;
        height: 25px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .contact12-intent-card strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1.05rem;
        line-height: 1.2;
        font-weight: 950;
        margin-bottom: 8px;
    }

    .contact12-intent-card p {
        margin: 0;
        color: var(--elite-muted);
        line-height: 1.55;
        font-size: .92rem;
    }

.contact12-main-section {
    padding: 18px 0 56px;
}

.contact12-main-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(380px, 1.12fr);
    gap: 26px;
    align-items: start;
}

.contact12-left-column {
    display: grid;
    gap: 16px;
}

.contact12-info-card {
    padding: 22px;
}

.contact12-info-card-main {
    background: radial-gradient(circle at 88% 12%, rgba(0, 156, 222, .10), transparent 32%), linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.contact12-info-card h2 {
    font-size: 1.35rem;
    line-height: 1.15;
}

.contact12-info-card p,
.contact12-info-card li {
    color: var(--elite-muted);
    line-height: 1.58;
}

.contact12-info-card p {
    margin: 8px 0 0;
}

.contact12-map-card {
    overflow: hidden;
}

.contact12-map-heading {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

    .contact12-map-heading h2 {
        font-size: 1.25rem;
    }

    .contact12-map-heading a {
        color: var(--elite-blue) !important;
        font-weight: 950;
        white-space: nowrap;
    }

.contact12-map-card iframe {
    width: 100%;
    min-height: 360px;
    display: block;
    border: 0;
}

.contact12-form-panel {
    position: sticky;
    top: 96px;
    overflow: hidden;
}

.contact12-lead-form {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 24px !important;
}

.contact12-form-note {
    margin: 0 24px 24px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid rgba(0, 61, 165, .12);
    padding: 18px;
}

    .contact12-form-note strong {
        display: block;
        color: var(--elite-ink);
        font-weight: 950;
        margin-bottom: 6px;
    }

    .contact12-form-note p {
        margin: 0 0 14px;
        color: var(--elite-muted);
        line-height: 1.55;
        font-size: .92rem;
    }

.contact12-bottom-section {
    padding: 0 0 72px;
}

.contact12-bottom-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: clamp(24px, 4vw, 36px);
    background: radial-gradient(circle at 88% 14%, rgba(220, 28, 46, .10), transparent 32%), linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.contact12-bottom-actions {
    margin-top: 0;
    justify-content: flex-end;
}

@media (max-width: 1199.98px) {
    .contact12-hero-grid,
    .contact12-main-grid,
    .contact12-bottom-card {
        grid-template-columns: 1fr;
    }

    .contact12-intent-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact12-form-panel {
        position: static;
    }

    .contact12-bottom-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    .contact12-trust-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .contact12-hero {
        padding: 42px 0 34px;
    }

    .contact12-hero-copy h1 {
        font-size: clamp(2rem, 11vw, 3.2rem);
    }

    .contact12-actions,
    .contact12-info-actions,
    .contact12-bottom-actions {
        display: grid;
    }

        .contact12-primary-button,
        .contact12-secondary-button,
        .contact12-info-actions a,
        .contact12-whatsapp-button {
            width: 100%;
        }

    .contact12-intent-grid {
        grid-template-columns: 1fr;
    }

    .contact12-hero-panel,
    .contact12-info-card,
    .contact12-map-card,
    .contact12-form-panel,
    .contact12-intent-card,
    .contact12-bottom-card {
        border-radius: 18px;
    }

    .contact12-map-heading {
        display: grid;
    }

    .contact12-form-note {
        margin: 0 18px 18px;
    }
}


/* ============================================================
   ETAPA 11L PRE - Join Page Lead Generation Redesign
   Paste at the END of Content/site.css
   ============================================================ */

.join12-page {
    background: #ffffff;
    color: var(--elite-ink);
}

.join12-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.join12-hero {
    padding: 62px 0 48px;
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .13), transparent 34%), radial-gradient(circle at 88% 10%, rgba(220, 28, 46, .08), transparent 30%), linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.join12-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: center;
}

.join12-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.join12-hero-copy h1,
.join12-proof-copy h2,
.join12-heading h2,
.join12-global-card h2,
.join12-cta-copy h2 {
    margin: 0;
    color: var(--elite-ink);
    font-weight: 950;
    letter-spacing: -.055em;
}

.join12-hero-copy h1 {
    max-width: 940px;
    font-size: clamp(2.25rem, 4.6vw, 4.8rem);
    line-height: .98;
}

.join12-hero-copy p,
.join12-proof-copy p,
.join12-heading p,
.join12-global-card p,
.join12-cta-copy p {
    color: var(--elite-muted);
    line-height: 1.65;
}

.join12-hero-copy p {
    max-width: 820px;
    margin: 18px 0 0;
    font-size: 1.06rem;
}

.join12-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.join12-primary-button,
.join12-secondary-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 0 20px;
    font-weight: 950;
}

.join12-primary-button {
    background: var(--elite-red);
    color: #ffffff !important;
    box-shadow: var(--elite-shadow-red);
}

    .join12-primary-button:hover {
        background: var(--elite-red-2);
        color: #ffffff !important;
    }

.join12-secondary-button {
    border: 1px solid rgba(0, 61, 165, .28);
    background: #ffffff;
    color: var(--elite-blue) !important;
}

    .join12-secondary-button:hover {
        background: #eef4ff;
        color: var(--elite-blue) !important;
    }

.join12-legal-note {
    max-width: 780px;
    margin: 18px 0 0 !important;
    color: var(--elite-muted);
    font-size: .9rem !important;
    line-height: 1.55 !important;
}

.join12-hero-panel,
.join12-proof-card,
.join12-growth-grid article,
.join12-service-grid article,
.join12-global-card,
.join12-fit-grid article,
.join12-form-panel {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.join12-hero-panel {
    padding: 28px;
    text-align: center;
    background: radial-gradient(circle at 88% 12%, rgba(220, 28, 46, .10), transparent 32%), linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

    .join12-hero-panel img {
        width: min(240px, 82%);
        height: auto;
        display: block;
        margin: 0 auto;
    }

.join12-hero-panel-text {
    margin-top: 24px;
    border-radius: 22px;
    background: var(--elite-blue-deep);
    padding: 24px;
    color: #ffffff;
}

    .join12-hero-panel-text span {
        display: block;
        color: rgba(255, 255, 255, .68);
        font-weight: 950;
        letter-spacing: .16em;
        text-transform: uppercase;
    }

    .join12-hero-panel-text strong {
        display: block;
        color: #ffffff;
        font-size: 3rem;
        line-height: .95;
        font-weight: 950;
        letter-spacing: -.06em;
    }

    .join12-hero-panel-text p {
        margin: 10px 0 0;
        color: rgba(255, 255, 255, .76);
    }

.join12-hero-mini-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

    .join12-hero-mini-stats div {
        border-radius: 16px;
        border: 1px solid rgba(0, 61, 165, .12);
        background: #ffffff;
        padding: 16px;
    }

    .join12-hero-mini-stats strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: 1.85rem;
        line-height: 1;
        font-weight: 950;
    }

    .join12-hero-mini-stats span {
        display: block;
        margin-top: 6px;
        color: var(--elite-muted);
        font-size: .82rem;
        font-weight: 850;
        line-height: 1.35;
    }

.join12-proof-section,
.join12-growth-section,
.join12-services-section,
.join12-fit-section {
    padding: 46px 0;
}

.join12-proof-card {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
    gap: 28px;
    align-items: center;
    padding: clamp(24px, 4vw, 38px);
    background: radial-gradient(circle at 90% 12%, rgba(0, 156, 222, .10), transparent 32%), linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.join12-proof-copy h2,
.join12-heading h2,
.join12-global-card h2,
.join12-cta-copy h2 {
    font-size: clamp(1.8rem, 3vw, 3.25rem);
    line-height: 1.04;
}

.join12-proof-copy p {
    margin: 14px 0 0;
}

.join12-proof-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

    .join12-proof-metrics div,
    .join12-global-metrics div {
        border: 1px solid rgba(17, 24, 39, .09);
        border-radius: 18px;
        background: #ffffff;
        padding: 18px;
    }

    .join12-proof-metrics strong,
    .join12-global-metrics strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: .95;
        font-weight: 950;
        letter-spacing: -.055em;
    }

    .join12-proof-metrics span,
    .join12-global-metrics span {
        display: block;
        margin-top: 8px;
        color: var(--elite-muted);
        font-size: .88rem;
        font-weight: 850;
        line-height: 1.4;
    }

.join12-heading {
    max-width: 900px;
    margin-bottom: 24px;
}

    .join12-heading p {
        margin: 12px 0 0;
    }

.join12-growth-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

    .join12-growth-grid article {
        padding: 22px;
    }

        .join12-growth-grid article span {
            display: inline-flex;
            margin-bottom: 14px;
            border-radius: 999px;
            background: #eef4ff;
            color: var(--elite-blue);
            padding: 6px 10px;
            font-size: .76rem;
            font-weight: 950;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        .join12-growth-grid article strong {
            display: block;
            color: var(--elite-ink);
            font-size: 1.5rem;
            line-height: 1.05;
            font-weight: 950;
            letter-spacing: -.035em;
        }

        .join12-growth-grid article p {
            margin: 10px 0 0;
            color: var(--elite-muted);
            line-height: 1.5;
            font-size: .92rem;
        }

.join12-services-section {
    background: #f8fbff;
    border-top: 1px solid rgba(17, 24, 39, .08);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.join12-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

    .join12-service-grid article {
        padding: 22px;
        background: #ffffff;
    }

.join12-service-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: #eef4ff;
    color: var(--elite-blue);
}

    .join12-service-icon svg {
        width: 26px;
        height: 26px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.join12-service-grid h3,
.join12-fit-grid h3 {
    margin: 0 0 8px;
    color: var(--elite-ink);
    font-size: 1.12rem;
    font-weight: 950;
    letter-spacing: -.025em;
}

.join12-service-grid p,
.join12-fit-grid p {
    margin: 0;
    color: var(--elite-muted);
    line-height: 1.58;
}

.join12-global-section {
    padding: 46px 0;
}

.join12-global-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 28px;
    align-items: center;
    padding: clamp(24px, 4vw, 38px);
    background: radial-gradient(circle at 88% 12%, rgba(220, 28, 46, .16), transparent 32%), linear-gradient(135deg, #050816 0%, #0a1f44 100%);
}

    .join12-global-card .join12-kicker,
    .join12-global-card h2 {
        color: #ffffff;
    }

    .join12-global-card p {
        margin: 14px 0 0;
        color: rgba(255, 255, 255, .74);
    }

.join12-global-metrics {
    display: grid;
    gap: 12px;
}

    .join12-global-metrics div {
        background: rgba(255, 255, 255, .08);
        border-color: rgba(255, 255, 255, .14);
    }

    .join12-global-metrics strong {
        color: #ffffff;
    }

    .join12-global-metrics span {
        color: rgba(255, 255, 255, .72);
    }

.join12-fit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

    .join12-fit-grid article {
        padding: 22px;
    }

.join12-cta-section {
    padding: 48px 0 72px;
    background: #f8fbff;
    border-top: 1px solid rgba(17, 24, 39, .08);
}

.join12-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(380px, 1.18fr);
    gap: 28px;
    align-items: start;
}

.join12-cta-copy {
    padding: 28px;
}

    .join12-cta-copy p {
        margin: 14px 0 0;
    }

.join12-cta-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 22px 0;
}

    .join12-cta-highlights span {
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        border: 1px solid rgba(0, 61, 165, .14);
        border-radius: 999px;
        background: #ffffff;
        color: var(--elite-blue);
        padding: 6px 12px;
        font-size: .84rem;
        font-weight: 900;
    }

.join12-legal-note-bottom {
    margin-top: 18px !important;
}

.join12-form-panel {
    overflow: hidden;
}

.join12-lead-form {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 24px !important;
}

@media (max-width: 1199.98px) {
    .join12-hero-grid,
    .join12-proof-card,
    .join12-global-card,
    .join12-cta-grid {
        grid-template-columns: 1fr;
    }

    .join12-growth-grid,
    .join12-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .join12-proof-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .join12-global-card {
        background: radial-gradient(circle at 88% 12%, rgba(220, 28, 46, .16), transparent 32%), linear-gradient(135deg, #050816 0%, #0a1f44 100%);
    }
}

@media (max-width: 991.98px) {
    .join12-fit-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .join12-hero {
        padding: 42px 0 34px;
    }

    .join12-hero-copy h1 {
        font-size: clamp(2rem, 11vw, 3.2rem);
    }

    .join12-actions {
        display: grid;
    }

    .join12-primary-button,
    .join12-secondary-button {
        width: 100%;
    }

    .join12-hero-panel,
    .join12-proof-card,
    .join12-growth-grid article,
    .join12-service-grid article,
    .join12-global-card,
    .join12-fit-grid article,
    .join12-form-panel {
        border-radius: 18px;
    }

    .join12-hero-panel,
    .join12-proof-card,
    .join12-growth-grid article,
    .join12-service-grid article,
    .join12-global-card,
    .join12-fit-grid article,
    .join12-cta-copy {
        padding: 20px;
    }

    .join12-hero-mini-stats,
    .join12-proof-metrics,
    .join12-growth-grid,
    .join12-service-grid {
        grid-template-columns: 1fr;
    }

    .join12-cta-copy {
        padding-left: 0;
        padding-right: 0;
    }

    .join12-cta-highlights {
        display: grid;
    }

        .join12-cta-highlights span {
            width: 100%;
            justify-content: center;
        }
}



/* ============================================================
   ETAPA 11 - Policies / Legal Pages
   ============================================================ */

.policy11-page {
    background: #ffffff;
    color: var(--elite-ink);
    padding: 48px 0 72px;
}

.policy11-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.policy11-hero {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 28px;
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .11), transparent 34%), radial-gradient(circle at 88% 12%, rgba(220, 28, 46, .08), transparent 30%), linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
    padding: clamp(28px, 5vw, 54px);
    text-align: center;
}

.policy11-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.policy11-hero h1 {
    max-width: 920px;
    margin: 0 auto;
    color: var(--elite-ink);
    font-size: clamp(2.1rem, 4vw, 4.2rem);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -.055em;
}

.policy11-hero p {
    max-width: 780px;
    margin: 16px auto 0;
    color: var(--elite-muted);
    font-size: 1.04rem;
    line-height: 1.65;
}

.policy11-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-top: 30px;
}

.policy11-sidebar {
    position: sticky;
    top: 96px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
    padding: 14px;
}

    .policy11-sidebar a {
        display: block;
        border-radius: 13px;
        color: var(--elite-ink-2);
        padding: 11px 12px;
        font-size: .92rem;
        font-weight: 850;
    }

        .policy11-sidebar a:hover {
            background: #eef4ff;
            color: var(--elite-blue);
        }

.policy11-content {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
    padding: clamp(24px, 4vw, 42px);
}

    .policy11-content section {
        padding-bottom: 26px;
        margin-bottom: 26px;
        border-bottom: 1px solid rgba(17, 24, 39, .08);
    }

        .policy11-content section:last-of-type {
            border-bottom: 0;
            margin-bottom: 0;
        }

    .policy11-content h2 {
        margin: 0 0 12px;
        color: var(--elite-ink);
        font-size: clamp(1.35rem, 2vw, 2rem);
        line-height: 1.08;
        font-weight: 950;
        letter-spacing: -.035em;
    }

    .policy11-content p,
    .policy11-content li {
        color: var(--elite-muted);
        font-size: .98rem;
        line-height: 1.72;
    }

    .policy11-content p {
        margin: 0 0 12px;
    }

    .policy11-content ul {
        margin: 12px 0 0;
        padding-left: 22px;
    }

.policy11-highlight {
    border: 1px solid rgba(0, 61, 165, .14) !important;
    border-radius: 20px;
    background: radial-gradient(circle at 92% 12%, rgba(0, 156, 222, .10), transparent 32%), linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    padding: 22px !important;
}

.policy11-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: var(--elite-red);
    color: #ffffff !important;
    padding: 0 20px;
    font-weight: 950;
    box-shadow: var(--elite-shadow-red);
}

    .policy11-button:hover {
        background: var(--elite-red-2);
        color: #ffffff !important;
    }

.policy11-footer-note {
    margin-top: 28px;
    color: var(--elite-muted);
    font-size: .88rem;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .policy11-grid {
        grid-template-columns: 1fr;
    }

    .policy11-sidebar {
        position: static;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .policy11-sidebar a {
            min-width: max-content;
        }
}

@media (max-width: 767.98px) {
    .policy11-page {
        padding: 32px 0 54px;
    }

    .policy11-hero,
    .policy11-content,
    .policy11-sidebar {
        border-radius: 18px;
    }

    .policy11-content {
        padding: 20px;
    }

    .policy11-highlight {
        border-radius: 16px;
        padding: 18px !important;
    }

    .policy11-button {
        width: 100%;
    }
}

/* ============================================================
   Footer legal policy links - horizontal bottom row
   ============================================================ */

.footer11-policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

    .footer11-policy-links a {
        color: rgba(255, 255, 255, .68) !important;
        font-size: .84rem;
        font-weight: 800;
        line-height: 1.35;
    }

        .footer11-policy-links a:hover,
        .footer11-policy-links a:focus {
            color: #ffffff !important;
            text-decoration: underline;
            text-underline-offset: 4px;
        }

@media (max-width: 767.98px) {
    .footer11-policy-links {
        justify-content: flex-start;
        gap: 9px 14px;
    }

        .footer11-policy-links a {
            font-size: .82rem;
        }
}



/* ============================================================
   Language Switcher Mobile Header Position
   Keeps language switch visible outside collapsed menu
   ============================================================ */

.elite-language-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: auto;
    min-height: 42px;
    padding: 5px 11px 5px 6px;
    border: 1px solid rgba(17, 24, 39, .12);
    border-radius: 999px;
    color: var(--elite-ink);
    background: #ffffff;
    font-weight: 950;
    font-size: .82rem;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

    .elite-language-switch:hover,
    .elite-language-switch:focus {
        border-color: rgba(0, 61, 165, .24);
        background: #f8fbff;
        color: var(--elite-blue);
        transform: translateY(-1px);
    }

.elite-language-flag {
    width: 30px;
    height: 30px;
    display: block;
    flex: 0 0 30px;
    border-radius: 999px;
    object-fit: cover;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, .10);
    box-shadow: 0 5px 14px rgba(15, 23, 42, .10);
}

.elite-language-code {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-weight: 950;
    letter-spacing: .02em;
}

.elite-language-switch-mobile {
    display: none;
}

@media (min-width: 992px) {
    .elite-language-switch-mobile {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .elite-language-switch-mobile {
        display: inline-flex !important;
        margin-left: auto;
        margin-right: 10px;
    }

    .elite-language-switch-desktop {
        display: none !important;
    }

    .elite-nav-container {
        display: flex;
        align-items: center;
    }

    .elite-site-brand {
        margin-right: 0;
    }

    .elite-menu-button {
        flex: 0 0 auto;
    }
}

@media (max-width: 420px) {
    .elite-language-switch {
        padding-right: 9px;
    }

    .elite-language-flag {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .elite-language-code {
        font-size: .78rem;
    }
}

/* ============================================================
   Home - RE/MAX ELITE Proof Section
   Replaces left-column + card-grid layout with stacked premium sections
   ============================================================ */

.home11-elite-proof-section {
    padding-top: 42px;
    padding-bottom: 62px;
    background: #ffffff;
}

.home11-elite-proof-header {
    max-width: 980px;
    margin: 0 auto 26px;
    text-align: center;
}

    .home11-elite-proof-header h2 {
        margin: 0;
        color: var(--elite-ink);
        font-size: clamp(2rem, 4vw, 4.45rem);
        line-height: .98;
        font-weight: 950;
        letter-spacing: -.06em;
    }

    .home11-elite-proof-header p {
        max-width: 790px;
        margin: 16px auto 0;
        color: var(--elite-muted);
        font-size: 1.04rem;
        line-height: 1.66;
    }

.home11-elite-proof-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

.home11-elite-proof-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 24px;
}

    .home11-elite-proof-stats div {
        min-height: 128px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 20px;
        background: #ffffff;
        padding: 20px;
        text-align: center;
        box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
    }

    .home11-elite-proof-stats strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: clamp(1.55rem, 2.3vw, 2.45rem);
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.05em;
    }

    .home11-elite-proof-stats span {
        display: block;
        margin-top: 8px;
        color: var(--elite-muted);
        font-size: .9rem;
        line-height: 1.42;
        font-weight: 800;
    }

.home11-elite-proof-blocks {
    display: grid;
    gap: 16px;
}

.home11-elite-proof-block {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

    .home11-elite-proof-block:nth-child(odd) {
        background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    }

    .home11-elite-proof-block:nth-child(even) {
        background: linear-gradient(135deg, #ffffff 0%, #fffaf2 100%);
    }

.home11-elite-proof-icon {
    width: 76px;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #eef4ff;
    color: var(--elite-blue);
    border: 1px solid rgba(0, 61, 165, .12);
}

    .home11-elite-proof-icon svg {
        width: 34px;
        height: 34px;
        display: block;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.85;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.home11-elite-proof-copy span {
    display: block;
    margin-bottom: 7px;
    color: var(--elite-blue);
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home11-elite-proof-copy h3 {
    margin: 0;
    color: var(--elite-ink);
    font-size: clamp(1.35rem, 2vw, 2.05rem);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -.04em;
}

.home11-elite-proof-copy p {
    max-width: 920px;
    margin: 9px 0 0;
    color: var(--elite-muted);
    font-size: .98rem;
    line-height: 1.62;
}

.home11-elite-proof-block-blue {
    background: radial-gradient(circle at 92% 8%, rgba(0, 156, 222, .20), transparent 32%), linear-gradient(135deg, var(--elite-blue-deep), var(--elite-blue)) !important;
    border-color: rgba(255, 255, 255, .18);
}

    .home11-elite-proof-block-blue .home11-elite-proof-icon {
        background: rgba(255, 255, 255, .12);
        color: #ffffff;
        border-color: rgba(255, 255, 255, .20);
    }

    .home11-elite-proof-block-blue .home11-elite-proof-copy span,
    .home11-elite-proof-block-blue .home11-elite-proof-copy h3,
    .home11-elite-proof-block-blue .home11-elite-proof-copy p {
        color: #ffffff;
    }

    .home11-elite-proof-block-blue .home11-elite-proof-copy p {
        color: rgba(255, 255, 255, .82);
    }

@media (max-width: 991.98px) {
    .home11-elite-proof-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home11-elite-proof-block {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 18px;
        padding: 20px;
    }

    .home11-elite-proof-icon {
        width: 64px;
        height: 64px;
        border-radius: 20px;
    }

        .home11-elite-proof-icon svg {
            width: 30px;
            height: 30px;
        }
}

@media (max-width: 767.98px) {
    .home11-elite-proof-section {
        padding-top: 30px;
        padding-bottom: 42px;
    }

    .home11-elite-proof-header {
        text-align: left;
    }

        .home11-elite-proof-header h2 {
            font-size: clamp(2rem, 11vw, 3.35rem);
        }

    .home11-elite-proof-actions {
        display: grid;
        justify-content: stretch;
    }

        .home11-elite-proof-actions a {
            width: 100%;
        }

    .home11-elite-proof-stats {
        grid-template-columns: 1fr;
    }

        .home11-elite-proof-stats div {
            min-height: auto;
            text-align: left;
            align-items: flex-start;
        }

    .home11-elite-proof-block {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .home11-elite-proof-icon {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

        .home11-elite-proof-icon svg {
            width: 28px;
            height: 28px;
        }
}


/* ============================================================
   Home Full Page Story Redesign
   Keeps existing IDs and JS intact
   ============================================================ */

.home11-explore-section,
.home11-ai-story-section,
.home11-featured-premium-section,
.home11-seller-story-section,
.home11-tools-story-section,
.home11-elite-proof-section {
    background: #ffffff;
}

.home11-explore-section {
    padding: 44px 0 36px;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.home11-explore-header,
.home11-ai-story-header,
.home11-featured-header,
.home11-seller-story-header,
.home11-tools-story-header,
.home11-elite-proof-header {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

    .home11-explore-header h2,
    .home11-ai-story-header h2,
    .home11-featured-header h2,
    .home11-seller-story-header h2,
    .home11-tools-story-header h2,
    .home11-elite-proof-header h2 {
        margin: 0;
        color: var(--elite-ink);
        font-size: clamp(2rem, 4vw, 4.45rem);
        line-height: .98;
        font-weight: 950;
        letter-spacing: -.06em;
    }

    .home11-explore-header p,
    .home11-ai-story-header p,
    .home11-featured-header p,
    .home11-seller-story-header p,
    .home11-tools-story-header p,
    .home11-elite-proof-header p {
        max-width: 790px;
        margin: 16px auto 0;
        color: var(--elite-muted);
        font-size: 1.04rem;
        line-height: 1.66;
    }

.home11-explore-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 26px auto 0;
    max-width: 980px;
}

    .home11-explore-chips a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 999px;
        background: #ffffff;
        color: var(--elite-ink-2);
        padding: 8px 18px;
        font-size: .92rem;
        font-weight: 900;
        box-shadow: 0 12px 28px rgba(15, 23, 42, .04);
    }

        .home11-explore-chips a:hover {
            border-color: rgba(0, 61, 165, .22);
            background: #eef4ff;
            color: var(--elite-blue);
            transform: translateY(-1px);
        }

.home11-explore-footer,
.home11-elite-proof-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

.home11-ai-story-section {
    padding: 50px 0;
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .08), transparent 34%), linear-gradient(180deg, #f8fbff 0%, #ffffff 78%);
}

.home11-ai-panel-redesigned {
    margin-top: 28px;
}

    .home11-ai-panel-redesigned .home11-ai-copy {
        align-content: start;
    }

.home11-featured-premium-section {
    padding-top: 54px;
    padding-bottom: 54px;
}

.home11-featured-header {
    margin-bottom: 28px;
}

    .home11-featured-header .home11-outline-button {
        margin-top: 22px;
    }

.home11-seller-story-section {
    padding: 56px 0;
    background: #fffaf2;
    border-top: 1px solid rgba(17, 24, 39, .08);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.home11-seller-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

    .home11-seller-story-grid article {
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 22px;
        background: #ffffff;
        padding: 24px;
        box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
    }

        .home11-seller-story-grid article span {
            width: 56px;
            height: 56px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
            border-radius: 18px;
            background: #eef4ff;
            color: var(--elite-blue);
        }

        .home11-seller-story-grid article svg,
        .home11-tool-story-card svg,
        .home11-elite-proof-icon svg {
            display: block;
            stroke: currentColor;
            fill: none;
            stroke-width: 1.9;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .home11-seller-story-grid article span svg {
            width: 26px;
            height: 26px;
        }

    .home11-seller-story-grid h3 {
        margin: 0;
        color: var(--elite-ink);
        font-size: 1.22rem;
        line-height: 1.12;
        font-weight: 950;
        letter-spacing: -.03em;
    }

    .home11-seller-story-grid p {
        margin: 10px 0 0;
        color: var(--elite-muted);
        line-height: 1.58;
    }

.home11-seller-story-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 22px;
    border: 1px solid rgba(0, 61, 165, .13);
    border-radius: 22px;
    background: #ffffff;
    padding: 22px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

    .home11-seller-story-cta strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1.18rem;
        font-weight: 950;
        letter-spacing: -.025em;
    }

    .home11-seller-story-cta span {
        display: block;
        margin-top: 5px;
        color: var(--elite-muted);
        line-height: 1.5;
    }

.home11-tools-story-section {
    padding: 58px 0;
    background: #ffffff;
}

.home11-tool-story-layout {
    display: grid;
    gap: 18px;
    max-width: 1040px;
    margin: 28px auto 0;
}

.home11-tool-story-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

    .home11-tool-story-card:hover {
        border-color: rgba(0, 61, 165, .22);
        transform: translateY(-2px);
        box-shadow: 0 24px 58px rgba(15, 23, 42, .10);
    }

    .home11-tool-story-card .home11-tool-icon {
        margin: 0;
    }

        .home11-tool-story-card .home11-tool-icon svg {
            width: 28px;
            height: 28px;
        }

    .home11-tool-story-card small {
        display: block;
        color: var(--elite-blue);
        font-size: .75rem;
        font-weight: 950;
        letter-spacing: .10em;
        text-transform: uppercase;
        margin-bottom: 6px;
    }

    .home11-tool-story-card strong {
        display: block;
        color: var(--elite-ink);
        font-size: clamp(1.25rem, 2vw, 1.95rem);
        line-height: 1.08;
        font-weight: 950;
        letter-spacing: -.04em;
    }

    .home11-tool-story-card p {
        margin: 8px 0 0;
        color: var(--elite-muted);
        line-height: 1.58;
    }

    .home11-tool-story-card em {
        color: var(--elite-blue);
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
    }

.home11-elite-proof-section {
    padding-top: 56px;
    padding-bottom: 66px;
    background: radial-gradient(circle at 88% 10%, rgba(0, 156, 222, .08), transparent 32%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home11-elite-proof-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 24px;
}

    .home11-elite-proof-stats div {
        min-height: 128px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 20px;
        background: #ffffff;
        padding: 20px;
        text-align: center;
        box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
    }

    .home11-elite-proof-stats strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: clamp(1.55rem, 2.3vw, 2.45rem);
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.05em;
    }

    .home11-elite-proof-stats span {
        display: block;
        margin-top: 8px;
        color: var(--elite-muted);
        font-size: .9rem;
        line-height: 1.42;
        font-weight: 800;
    }

.home11-elite-proof-blocks {
    display: grid;
    gap: 16px;
}

.home11-elite-proof-block {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

    .home11-elite-proof-block:nth-child(odd) {
        background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    }

    .home11-elite-proof-block:nth-child(even) {
        background: linear-gradient(135deg, #ffffff 0%, #fffaf2 100%);
    }

.home11-elite-proof-icon {
    width: 76px;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #eef4ff;
    color: var(--elite-blue);
    border: 1px solid rgba(0, 61, 165, .12);
}

    .home11-elite-proof-icon svg {
        width: 34px;
        height: 34px;
    }

.home11-elite-proof-copy span {
    display: block;
    margin-bottom: 7px;
    color: var(--elite-blue);
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home11-elite-proof-copy h3 {
    margin: 0;
    color: var(--elite-ink);
    font-size: clamp(1.35rem, 2vw, 2.05rem);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -.04em;
}

.home11-elite-proof-copy p {
    max-width: 920px;
    margin: 9px 0 0;
    color: var(--elite-muted);
    font-size: .98rem;
    line-height: 1.62;
}

.home11-elite-proof-block-blue {
    background: radial-gradient(circle at 92% 8%, rgba(0, 156, 222, .20), transparent 32%), linear-gradient(135deg, var(--elite-blue-deep), var(--elite-blue)) !important;
    border-color: rgba(255, 255, 255, .18);
}

    .home11-elite-proof-block-blue .home11-elite-proof-icon {
        background: rgba(255, 255, 255, .12);
        color: #ffffff;
        border-color: rgba(255, 255, 255, .20);
    }

    .home11-elite-proof-block-blue .home11-elite-proof-copy span,
    .home11-elite-proof-block-blue .home11-elite-proof-copy h3,
    .home11-elite-proof-block-blue .home11-elite-proof-copy p {
        color: #ffffff;
    }

    .home11-elite-proof-block-blue .home11-elite-proof-copy p {
        color: rgba(255, 255, 255, .82);
    }

@media (max-width: 1199.98px) {
    .home11-elite-proof-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .home11-seller-story-grid {
        grid-template-columns: 1fr;
    }

    .home11-seller-story-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .home11-tool-story-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

        .home11-tool-story-card em {
            display: none;
        }

    .home11-elite-proof-block {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 18px;
        padding: 20px;
    }

    .home11-elite-proof-icon {
        width: 64px;
        height: 64px;
        border-radius: 20px;
    }

        .home11-elite-proof-icon svg {
            width: 30px;
            height: 30px;
        }
}

@media (max-width: 767.98px) {
    .home11-explore-section,
    .home11-ai-story-section,
    .home11-featured-premium-section,
    .home11-seller-story-section,
    .home11-tools-story-section,
    .home11-elite-proof-section {
        padding-top: 34px;
        padding-bottom: 42px;
    }

    .home11-explore-header,
    .home11-ai-story-header,
    .home11-featured-header,
    .home11-seller-story-header,
    .home11-tools-story-header,
    .home11-elite-proof-header {
        text-align: left;
    }

        .home11-explore-header h2,
        .home11-ai-story-header h2,
        .home11-featured-header h2,
        .home11-seller-story-header h2,
        .home11-tools-story-header h2,
        .home11-elite-proof-header h2 {
            font-size: clamp(2rem, 11vw, 3.35rem);
        }

    .home11-explore-chips {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

        .home11-explore-chips a {
            min-width: max-content;
        }

    .home11-explore-footer,
    .home11-elite-proof-actions {
        display: grid;
        justify-content: stretch;
    }

        .home11-explore-footer a,
        .home11-elite-proof-actions a,
        .home11-seller-story-cta a {
            width: 100%;
        }

    .home11-seller-story-grid article,
    .home11-tool-story-card,
    .home11-elite-proof-block {
        border-radius: 20px;
    }

    .home11-tool-story-card {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .home11-elite-proof-stats {
        grid-template-columns: 1fr;
    }

        .home11-elite-proof-stats div {
            min-height: auto;
            text-align: left;
            align-items: flex-start;
        }

    .home11-elite-proof-block {
        grid-template-columns: 1fr;
    }

    .home11-elite-proof-icon {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

        .home11-elite-proof-icon svg {
            width: 28px;
            height: 28px;
        }
}


/* ============================================================
   Contact Page Full Story Redesign
   Keeps LeadForm, tracking endpoints and map intact
   ============================================================ */

.contact13-page {
    background: #ffffff;
    color: var(--elite-ink);
}

.contact13-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.contact13-hero {
    padding: 68px 0 52px;
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .13), transparent 34%), radial-gradient(circle at 88% 12%, rgba(220, 28, 46, .08), transparent 30%), linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.contact13-hero-inner,
.contact13-section-heading {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.contact13-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact13-hero h1,
.contact13-section-heading h2,
.contact13-bottom-card h2 {
    margin: 0;
    color: var(--elite-ink);
    font-size: clamp(2.15rem, 4.5vw, 5rem);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -.06em;
}

.contact13-section-heading h2 {
    font-size: clamp(2rem, 4vw, 4.25rem);
}

.contact13-hero p,
.contact13-section-heading p,
.contact13-bottom-card p {
    max-width: 790px;
    margin: 16px auto 0;
    color: var(--elite-muted);
    font-size: 1.04rem;
    line-height: 1.66;
}

.contact13-hero-actions,
.contact13-bottom-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

.contact13-primary-button,
.contact13-secondary-button,
.contact13-ghost-button,
.contact13-whatsapp-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 0 20px;
    font-weight: 950;
}

.contact13-primary-button {
    border: 0;
    background: var(--elite-red);
    color: #ffffff !important;
    box-shadow: var(--elite-shadow-red);
}

    .contact13-primary-button:hover {
        background: var(--elite-red-2);
        color: #ffffff !important;
    }

.contact13-secondary-button {
    border: 1px solid rgba(0, 61, 165, .28);
    background: #ffffff;
    color: var(--elite-blue) !important;
}

    .contact13-secondary-button:hover,
    .contact13-ghost-button:hover {
        background: #eef4ff;
        color: var(--elite-blue) !important;
    }

.contact13-ghost-button {
    border: 1px solid rgba(17, 24, 39, .12);
    background: rgba(255, 255, 255, .74);
    color: var(--elite-ink-2) !important;
}

.contact13-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 32px auto 0;
    max-width: 980px;
}

    .contact13-hero-proof div {
        min-height: 116px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 20px;
        background: #ffffff;
        padding: 18px;
        box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
    }

    .contact13-hero-proof strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: clamp(1.2rem, 2vw, 1.75rem);
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.04em;
    }

    .contact13-hero-proof span {
        display: block;
        margin-top: 8px;
        color: var(--elite-muted);
        font-size: .9rem;
        font-weight: 800;
        line-height: 1.42;
    }

.contact13-path-section,
.contact13-form-section,
.contact13-office-section,
.contact13-bottom-section {
    padding: 58px 0;
}

.contact13-path-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.contact13-path-card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

    .contact13-path-card:hover {
        border-color: rgba(0, 61, 165, .22);
        transform: translateY(-3px);
        box-shadow: 0 24px 58px rgba(15, 23, 42, .10);
    }

    .contact13-path-card span,
    .contact13-office-card > span {
        display: block;
    }

    .contact13-path-card > span {
        width: 56px;
        height: 56px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        border-radius: 18px;
        background: #eef4ff;
        color: var(--elite-blue);
    }

    .contact13-path-card svg,
    .contact13-map-heading svg {
        display: block;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .contact13-path-card svg {
        width: 26px;
        height: 26px;
    }

    .contact13-path-card strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1.18rem;
        line-height: 1.14;
        font-weight: 950;
        letter-spacing: -.03em;
    }

    .contact13-path-card p {
        margin: 10px 0 0;
        color: var(--elite-muted);
        line-height: 1.58;
    }

.contact13-form-section {
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .08), transparent 34%), linear-gradient(180deg, #f8fbff 0%, #ffffff 76%);
    border-top: 1px solid rgba(17, 24, 39, .08);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.contact13-form-shell {
    max-width: 920px;
    margin: 28px auto 0;
}

.contact13-lead-form {
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(15, 23, 42, .10);
}

.contact13-fast-contact {
    max-width: 920px;
    margin: 18px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: #ffffff;
    padding: 22px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .05);
}

    .contact13-fast-contact strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1.1rem;
        font-weight: 950;
        letter-spacing: -.025em;
    }

    .contact13-fast-contact span {
        display: block;
        margin-top: 5px;
        color: var(--elite-muted);
        line-height: 1.5;
    }

.contact13-whatsapp-button {
    background: #23B75B;
    color: #ffffff !important;
    white-space: nowrap;
}

    .contact13-whatsapp-button:hover {
        background: #1F9F50;
        color: #ffffff !important;
    }

.contact13-office-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.contact13-office-card,
.contact13-map-card,
.contact13-bottom-card {
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.contact13-office-card {
    padding: 24px;
}

    .contact13-office-card > span,
    .contact13-map-heading span {
        display: block;
        margin-bottom: 8px;
        color: var(--elite-blue);
        font-size: .74rem;
        font-weight: 950;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .contact13-office-card h3,
    .contact13-map-heading h3 {
        margin: 0;
        color: var(--elite-ink);
        font-size: clamp(1.35rem, 2vw, 2.1rem);
        line-height: 1.08;
        font-weight: 950;
        letter-spacing: -.04em;
    }

    .contact13-office-card p {
        margin: 12px 0 0;
        color: var(--elite-muted);
        line-height: 1.62;
    }

.contact13-office-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

    .contact13-office-actions a {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0, 61, 165, .22);
        border-radius: 999px;
        background: #ffffff;
        color: var(--elite-blue) !important;
        padding: 0 15px;
        font-weight: 900;
    }

        .contact13-office-actions a:hover {
            background: #eef4ff;
        }

.contact13-map-card {
    margin-top: 18px;
    overflow: hidden;
}

.contact13-map-heading {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 22px;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

    .contact13-map-heading a {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0, 61, 165, .28);
        border-radius: 999px;
        background: #ffffff;
        color: var(--elite-blue) !important;
        padding: 0 15px;
        font-weight: 900;
        white-space: nowrap;
    }

.contact13-map-card iframe {
    display: block;
    width: 100%;
    min-height: 430px;
    border: 0;
}

.contact13-bottom-section {
    background: #fffaf2;
    border-top: 1px solid rgba(17, 24, 39, .08);
}

.contact13-bottom-card {
    display: flex;
    justify-content: space-between;
    gap: 26px;
    align-items: center;
    padding: clamp(24px, 4vw, 42px);
}

    .contact13-bottom-card h2 {
        font-size: clamp(1.9rem, 3.4vw, 3.7rem);
    }

    .contact13-bottom-card p {
        margin-left: 0;
        margin-right: 0;
    }

@media (max-width: 1199.98px) {
    .contact13-path-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .contact13-hero-proof,
    .contact13-office-grid {
        grid-template-columns: 1fr;
    }

    .contact13-fast-contact,
    .contact13-bottom-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact13-bottom-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .contact13-hero,
    .contact13-path-section,
    .contact13-form-section,
    .contact13-office-section,
    .contact13-bottom-section {
        padding-top: 36px;
        padding-bottom: 42px;
    }

    .contact13-hero-inner,
    .contact13-section-heading {
        text-align: left;
    }

        .contact13-hero h1,
        .contact13-section-heading h2,
        .contact13-bottom-card h2 {
            font-size: clamp(2rem, 11vw, 3.35rem);
        }

    .contact13-hero-actions,
    .contact13-bottom-actions {
        display: grid;
        justify-content: stretch;
    }

        .contact13-hero-actions a,
        .contact13-bottom-actions a,
        .contact13-fast-contact a {
            width: 100%;
        }

    .contact13-path-grid {
        grid-template-columns: 1fr;
    }

    .contact13-path-card,
    .contact13-office-card,
    .contact13-map-card,
    .contact13-bottom-card,
    .contact13-fast-contact {
        border-radius: 20px;
    }

    .contact13-map-heading {
        align-items: flex-start;
        flex-direction: column;
    }

        .contact13-map-heading a {
            width: 100%;
        }

    .contact13-map-card iframe {
        min-height: 330px;
    }
}


/* ============================================================
   Agent / Join RE/MAX ELITE Page Redesign
   Main objective: recruit advisors and sell the office
   ============================================================ */

.agent14-page {
    background: #ffffff;
    color: var(--elite-ink);
}

.agent14-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.agent14-hero {
    padding: 76px 0 56px;
    background: radial-gradient(circle at 14% 0%, rgba(0, 61, 165, .14), transparent 35%), radial-gradient(circle at 88% 12%, rgba(220, 28, 46, .10), transparent 32%), linear-gradient(180deg, #f8fbff 0%, #ffffff 74%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.agent14-hero-inner,
.agent14-section-heading {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}

.agent14-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.agent14-hero h1,
.agent14-section-heading h2,
.agent14-office-copy h2,
.agent14-secondary-path-card h2,
.agent14-bottom-card h2 {
    margin: 0;
    color: var(--elite-ink);
    font-size: clamp(2.2rem, 4.8vw, 5.35rem);
    line-height: .96;
    font-weight: 950;
    letter-spacing: -.065em;
}

.agent14-section-heading h2,
.agent14-office-copy h2,
.agent14-secondary-path-card h2,
.agent14-bottom-card h2 {
    font-size: clamp(2rem, 4vw, 4.35rem);
}

.agent14-hero p,
.agent14-section-heading p,
.agent14-office-copy p,
.agent14-secondary-path-card p,
.agent14-bottom-card p {
    max-width: 820px;
    margin: 16px auto 0;
    color: var(--elite-muted);
    font-size: 1.04rem;
    line-height: 1.68;
}

.agent14-hero-actions,
.agent14-process-cta,
.agent14-empty-actions,
.agent14-bottom-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

.agent14-primary-button,
.agent14-secondary-button,
.agent14-ghost-button,
.agent14-card-action {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 0 20px;
    font-weight: 950;
}

.agent14-primary-button {
    border: 0;
    background: var(--elite-red);
    color: #ffffff !important;
    box-shadow: var(--elite-shadow-red);
}

    .agent14-primary-button:hover {
        background: var(--elite-red-2);
        color: #ffffff !important;
        transform: translateY(-1px);
    }

.agent14-secondary-button,
.agent14-card-action {
    border: 1px solid rgba(0, 61, 165, .28);
    background: #ffffff;
    color: var(--elite-blue) !important;
}

    .agent14-secondary-button:hover,
    .agent14-card-action:hover,
    .agent14-ghost-button:hover {
        background: #eef4ff;
        color: var(--elite-blue) !important;
        transform: translateY(-1px);
    }

.agent14-ghost-button {
    border: 1px solid rgba(17, 24, 39, .12);
    background: rgba(255, 255, 255, .74);
    color: var(--elite-ink-2) !important;
}

.agent14-hero-disclaimer {
    max-width: 780px !important;
    margin-top: 18px !important;
    font-size: .9rem !important;
    color: var(--elite-muted) !important;
}

.agent14-proof-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 1080px;
    margin: 34px auto 0;
}

    .agent14-proof-row div {
        min-height: 122px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 20px;
        background: #ffffff;
        padding: 18px;
        box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
    }

    .agent14-proof-row strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: clamp(1.35rem, 2.2vw, 2.2rem);
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.04em;
    }

    .agent14-proof-row span {
        display: block;
        margin-top: 8px;
        color: var(--elite-muted);
        font-size: .9rem;
        font-weight: 800;
        line-height: 1.42;
    }

.agent14-why-section,
.agent14-office-section,
.agent14-process-section,
.agent14-team-section,
.agent14-secondary-path-section,
.agent14-bottom-section {
    padding: 62px 0;
}

.agent14-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.agent14-benefit-card {
    min-height: 270px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

    .agent14-benefit-card:hover {
        border-color: rgba(0, 61, 165, .22);
        transform: translateY(-3px);
        box-shadow: 0 24px 58px rgba(15, 23, 42, .10);
    }

    .agent14-benefit-card > span,
    .agent14-empty-icon {
        width: 58px;
        height: 58px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        border-radius: 18px;
        background: #eef4ff;
        color: var(--elite-blue);
    }

        .agent14-benefit-card svg,
        .agent14-empty-icon svg,
        .agent14-card svg {
            display: block;
            width: 27px;
            height: 27px;
            stroke: currentColor;
            fill: none;
            stroke-width: 1.9;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

    .agent14-benefit-card strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1.16rem;
        line-height: 1.14;
        font-weight: 950;
        letter-spacing: -.03em;
    }

    .agent14-benefit-card p {
        margin: 10px 0 0;
        color: var(--elite-muted);
        line-height: 1.58;
    }

.agent14-office-section {
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .08), transparent 34%), linear-gradient(180deg, #f8fbff 0%, #ffffff 76%);
    border-top: 1px solid rgba(17, 24, 39, .08);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.agent14-office-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 32px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 30px;
    background: #ffffff;
    padding: clamp(24px, 4vw, 44px);
    box-shadow: 0 24px 64px rgba(15, 23, 42, .09);
}

.agent14-office-copy p {
    margin-left: 0;
    margin-right: 0;
}

.agent14-office-highlights {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0;
}

    .agent14-office-highlights div {
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 18px;
        background: #f8fbff;
        padding: 16px;
    }

    .agent14-office-highlights strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: 1.35rem;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.04em;
    }

    .agent14-office-highlights span {
        display: block;
        margin-top: 7px;
        color: var(--elite-muted);
        font-size: .86rem;
        line-height: 1.38;
        font-weight: 800;
    }

.agent14-office-visual {
    min-height: 380px;
    position: relative;
    display: grid;
    place-items: center;
    border-radius: 26px;
    background: radial-gradient(circle at 70% 16%, rgba(0, 156, 222, .28), transparent 32%), linear-gradient(135deg, var(--elite-blue-deep), var(--elite-blue));
    overflow: hidden;
}

    .agent14-office-visual::before {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        right: -90px;
        top: -80px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .12);
    }

    .agent14-office-visual::after {
        content: "";
        position: absolute;
        width: 230px;
        height: 230px;
        left: -90px;
        bottom: -90px;
        border-radius: 999px;
        background: rgba(220, 28, 46, .24);
    }

.agent14-office-badge {
    position: relative;
    z-index: 2;
    width: 190px;
    height: 190px;
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 42px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .20);
    text-align: center;
}

    .agent14-office-badge strong {
        display: block;
        color: var(--elite-red);
        font-size: 2rem;
        line-height: .9;
        font-weight: 950;
        letter-spacing: -.055em;
    }

    .agent14-office-badge span {
        display: block;
        margin-top: 7px;
        color: var(--elite-blue);
        font-size: 1rem;
        font-weight: 950;
        letter-spacing: .36em;
        padding-left: .36em;
    }

.agent14-office-mini {
    position: absolute;
    z-index: 3;
    left: 22px;
    bottom: 22px;
    max-width: 190px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    padding: 16px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

    .agent14-office-mini span {
        display: block;
        color: rgba(255, 255, 255, .72);
        font-size: .76rem;
        font-weight: 950;
        letter-spacing: .12em;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .agent14-office-mini strong {
        display: block;
        color: #ffffff;
        font-size: 1.02rem;
        line-height: 1.16;
        font-weight: 950;
    }

.agent14-process-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

    .agent14-process-list article {
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 22px;
        background: #ffffff;
        padding: 24px;
        box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
    }

    .agent14-process-list span {
        display: block;
        color: rgba(0, 61, 165, .22);
        font-size: 2.4rem;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.07em;
        margin-bottom: 18px;
    }

    .agent14-process-list strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1.22rem;
        line-height: 1.12;
        font-weight: 950;
        letter-spacing: -.03em;
    }

    .agent14-process-list p {
        margin: 10px 0 0;
        color: var(--elite-muted);
        line-height: 1.58;
    }

.agent14-team-section {
    background: #fffaf2;
    border-top: 1px solid rgba(17, 24, 39, .08);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.agent14-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
}

.agent14-card {
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .agent14-card:hover {
        transform: translateY(-3px);
        border-color: rgba(0, 61, 165, .22);
        box-shadow: 0 24px 58px rgba(15, 23, 42, .10);
    }

.agent14-card-photo {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f1ea;
}

    .agent14-card-photo img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: top center;
    }

.agent14-card-body {
    padding: 18px;
}

    .agent14-card-body > span {
        display: block;
        margin-bottom: 7px;
        color: var(--elite-blue);
        font-size: .72rem;
        font-weight: 950;
        letter-spacing: .10em;
        text-transform: uppercase;
    }

    .agent14-card-body h3 {
        margin: 0;
        color: var(--elite-ink);
        font-size: 1.16rem;
        line-height: 1.18;
        font-weight: 950;
        letter-spacing: -.025em;
    }

        .agent14-card-body h3 a {
            color: var(--elite-ink) !important;
        }

            .agent14-card-body h3 a:hover {
                color: var(--elite-blue) !important;
            }

    .agent14-card-body p {
        min-height: 2.7em;
        margin: 8px 0 16px;
        color: var(--elite-muted);
        line-height: 1.45;
        font-size: .92rem;
    }

.agent14-card-action {
    width: 100%;
}

.agent14-empty-state {
    max-width: 920px;
    margin: 30px auto 0;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: #ffffff;
    padding: 34px;
    text-align: center;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

.agent14-empty-icon {
    margin-left: auto;
    margin-right: auto;
}

.agent14-empty-state h2 {
    margin: 0;
    color: var(--elite-ink);
    font-size: clamp(1.7rem, 2.5vw, 2.6rem);
    font-weight: 950;
    letter-spacing: -.045em;
}

.agent14-empty-state p {
    max-width: 680px;
    margin: 12px auto 0;
    color: var(--elite-muted);
    line-height: 1.62;
}

.agent14-secondary-path-section {
    background: #ffffff;
}

.agent14-secondary-path-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 28px;
    align-items: center;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 24px;
    background: #ffffff;
    padding: clamp(24px, 4vw, 42px);
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

    .agent14-secondary-path-card h2 {
        font-size: clamp(1.7rem, 3vw, 3rem);
    }

    .agent14-secondary-path-card p {
        margin-left: 0;
        margin-right: 0;
    }

.agent14-secondary-links {
    display: grid;
    gap: 10px;
}

    .agent14-secondary-links a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0, 61, 165, .24);
        border-radius: 999px;
        background: #ffffff;
        color: var(--elite-blue) !important;
        padding: 0 16px;
        font-weight: 900;
    }

        .agent14-secondary-links a:hover {
            background: #eef4ff;
        }

.agent14-bottom-section {
    background: radial-gradient(circle at 88% 10%, rgba(220, 28, 46, .08), transparent 30%), linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
    border-top: 1px solid rgba(17, 24, 39, .08);
}

.agent14-bottom-card {
    display: flex;
    justify-content: space-between;
    gap: 26px;
    align-items: center;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 26px;
    background: #ffffff;
    padding: clamp(24px, 4vw, 42px);
    box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
}

    .agent14-bottom-card h2 {
        font-size: clamp(1.9rem, 3.4vw, 3.7rem);
    }

    .agent14-bottom-card p {
        margin-left: 0;
        margin-right: 0;
    }

@media (max-width: 1199.98px) {
    .agent14-proof-row,
    .agent14-benefit-grid,
    .agent14-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .agent14-office-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .agent14-office-card,
    .agent14-secondary-path-card {
        grid-template-columns: 1fr;
    }

    .agent14-office-visual {
        min-height: 300px;
    }

    .agent14-process-list {
        grid-template-columns: 1fr;
    }

    .agent14-bottom-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .agent14-bottom-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .agent14-hero,
    .agent14-why-section,
    .agent14-office-section,
    .agent14-process-section,
    .agent14-team-section,
    .agent14-secondary-path-section,
    .agent14-bottom-section {
        padding-top: 38px;
        padding-bottom: 44px;
    }

    .agent14-hero-inner,
    .agent14-section-heading {
        text-align: left;
    }

        .agent14-hero h1,
        .agent14-section-heading h2,
        .agent14-office-copy h2,
        .agent14-secondary-path-card h2,
        .agent14-bottom-card h2 {
            font-size: clamp(2rem, 11vw, 3.35rem);
        }

    .agent14-hero-actions,
    .agent14-process-cta,
    .agent14-empty-actions,
    .agent14-bottom-actions {
        display: grid;
        justify-content: stretch;
    }

        .agent14-hero-actions a,
        .agent14-process-cta a,
        .agent14-empty-actions a,
        .agent14-bottom-actions a,
        .agent14-office-copy .agent14-primary-button {
            width: 100%;
        }

    .agent14-proof-row,
    .agent14-benefit-grid,
    .agent14-office-highlights,
    .agent14-grid {
        grid-template-columns: 1fr;
    }

        .agent14-proof-row div {
            min-height: auto;
            text-align: left;
            align-items: flex-start;
        }

    .agent14-benefit-card,
    .agent14-office-card,
    .agent14-process-list article,
    .agent14-card,
    .agent14-empty-state,
    .agent14-secondary-path-card,
    .agent14-bottom-card {
        border-radius: 20px;
    }

    .agent14-office-card {
        padding: 22px;
    }

    .agent14-office-visual {
        min-height: 250px;
        border-radius: 20px;
    }

    .agent14-office-badge {
        width: 150px;
        height: 150px;
        border-radius: 34px;
    }

        .agent14-office-badge strong {
            font-size: 1.58rem;
        }

    .agent14-office-mini {
        left: 14px;
        right: 14px;
        bottom: 14px;
        max-width: none;
    }
}


/* ============================================================
   Join RE/MAX ELITE Page - Recruiting Landing
   Keeps LeadForm, WhatsApp tracking and join-elite-form intact
   ============================================================ */

.join14-page {
    background: #ffffff;
    color: var(--elite-ink);
}

.join14-container {
    width: 100%;
    max-width: var(--elite-container-max);
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
}

.join14-hero {
    padding: 78px 0 58px;
    background: radial-gradient(circle at 14% 0%, rgba(0, 61, 165, .15), transparent 35%), radial-gradient(circle at 88% 12%, rgba(220, 28, 46, .10), transparent 32%), linear-gradient(180deg, #f8fbff 0%, #ffffff 74%);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.join14-hero-inner,
.join14-section-heading {
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
}

.join14-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.join14-hero h1,
.join14-section-heading h2,
.join14-office-copy h2,
.join14-model-card h2,
.join14-cta-copy h2 {
    margin: 0;
    color: var(--elite-ink);
    font-size: clamp(2.25rem, 5vw, 5.55rem);
    line-height: .96;
    font-weight: 950;
    letter-spacing: -.065em;
}

.join14-section-heading h2,
.join14-office-copy h2,
.join14-model-card h2,
.join14-cta-copy h2 {
    font-size: clamp(2rem, 4vw, 4.35rem);
}

.join14-hero p,
.join14-section-heading p,
.join14-office-copy p,
.join14-model-card p,
.join14-cta-copy p {
    max-width: 850px;
    margin: 16px auto 0;
    color: var(--elite-muted);
    font-size: 1.04rem;
    line-height: 1.68;
}

.join14-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.join14-primary-button,
.join14-secondary-button,
.join14-ghost-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 0 20px;
    font-weight: 950;
}

.join14-primary-button {
    border: 0;
    background: var(--elite-red);
    color: #ffffff !important;
    box-shadow: var(--elite-shadow-red);
}

    .join14-primary-button:hover {
        background: var(--elite-red-2);
        color: #ffffff !important;
        transform: translateY(-1px);
    }

.join14-secondary-button {
    border: 1px solid rgba(0, 61, 165, .28);
    background: #ffffff;
    color: var(--elite-blue) !important;
}

    .join14-secondary-button:hover,
    .join14-ghost-button:hover {
        background: #eef4ff;
        color: var(--elite-blue) !important;
        transform: translateY(-1px);
    }

.join14-ghost-button {
    border: 1px solid rgba(17, 24, 39, .12);
    background: rgba(255, 255, 255, .74);
    color: var(--elite-ink-2) !important;
}

.join14-legal-note {
    max-width: 780px !important;
    margin-top: 18px !important;
    font-size: .9rem !important;
    color: var(--elite-muted) !important;
}

.join14-hero-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 1080px;
    margin: 34px auto 0;
}

    .join14-hero-metrics div {
        min-height: 122px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 20px;
        background: #ffffff;
        padding: 18px;
        box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
    }

    .join14-hero-metrics strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: clamp(1.35rem, 2.2vw, 2.2rem);
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.04em;
    }

    .join14-hero-metrics span {
        display: block;
        margin-top: 8px;
        color: var(--elite-muted);
        font-size: .9rem;
        font-weight: 800;
        line-height: 1.42;
    }

.join14-office-section,
.join14-services-section,
.join14-model-section,
.join14-fit-section,
.join14-process-section,
.join14-cta-section {
    padding: 62px 0;
}

.join14-office-section,
.join14-process-section {
    background: radial-gradient(circle at 12% 0%, rgba(0, 61, 165, .08), transparent 34%), linear-gradient(180deg, #f8fbff 0%, #ffffff 76%);
    border-top: 1px solid rgba(17, 24, 39, .08);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.join14-office-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 32px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 30px;
    background: #ffffff;
    padding: clamp(24px, 4vw, 44px);
    box-shadow: 0 24px 64px rgba(15, 23, 42, .09);
}

.join14-office-copy p {
    margin-left: 0;
    margin-right: 0;
}

.join14-office-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0;
}

    .join14-office-highlights div {
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 18px;
        background: #f8fbff;
        padding: 16px;
    }

    .join14-office-highlights strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: 1.35rem;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.04em;
    }

    .join14-office-highlights span {
        display: block;
        margin-top: 7px;
        color: var(--elite-muted);
        font-size: .86rem;
        line-height: 1.38;
        font-weight: 800;
    }

.join14-office-visual {
    min-height: 380px;
    position: relative;
    display: grid;
    place-items: center;
    border-radius: 26px;
    background: radial-gradient(circle at 70% 16%, rgba(0, 156, 222, .28), transparent 32%), linear-gradient(135deg, var(--elite-blue-deep), var(--elite-blue));
    overflow: hidden;
}

    .join14-office-visual::before {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        right: -90px;
        top: -80px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .12);
    }

    .join14-office-visual::after {
        content: "";
        position: absolute;
        width: 230px;
        height: 230px;
        left: -90px;
        bottom: -90px;
        border-radius: 999px;
        background: rgba(220, 28, 46, .24);
    }

    .join14-office-visual img {
        position: relative;
        z-index: 2;
        width: min(230px, 70%);
        height: auto;
        display: block;
        padding: 26px;
        border-radius: 36px;
        background: #ffffff;
        box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
    }

.join14-office-badge {
    position: absolute;
    z-index: 3;
    left: 22px;
    bottom: 22px;
    max-width: 210px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    padding: 16px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

    .join14-office-badge span {
        display: block;
        color: rgba(255, 255, 255, .72);
        font-size: .76rem;
        font-weight: 950;
        letter-spacing: .12em;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .join14-office-badge strong {
        display: block;
        color: #ffffff;
        font-size: 1.02rem;
        line-height: 1.16;
        font-weight: 950;
    }

.join14-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

    .join14-service-grid article,
    .join14-fit-grid article,
    .join14-process-list article {
        border: 1px solid rgba(17, 24, 39, .10);
        border-radius: 22px;
        background: #ffffff;
        padding: 24px;
        box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
    }

    .join14-service-grid article {
        min-height: 250px;
    }

        .join14-service-grid article:hover,
        .join14-fit-grid article:hover,
        .join14-process-list article:hover {
            border-color: rgba(0, 61, 165, .22);
            transform: translateY(-3px);
            box-shadow: 0 24px 58px rgba(15, 23, 42, .10);
        }

        .join14-service-grid article > span {
            width: 58px;
            height: 58px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
            border-radius: 18px;
            background: #eef4ff;
            color: var(--elite-blue);
        }

    .join14-service-grid svg {
        display: block;
        width: 27px;
        height: 27px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .join14-service-grid strong,
    .join14-fit-grid strong,
    .join14-process-list strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1.16rem;
        line-height: 1.14;
        font-weight: 950;
        letter-spacing: -.03em;
    }

    .join14-service-grid p,
    .join14-fit-grid p,
    .join14-process-list p {
        margin: 10px 0 0;
        color: var(--elite-muted);
        line-height: 1.58;
    }

.join14-model-section {
    background: #fffaf2;
    border-top: 1px solid rgba(17, 24, 39, .08);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.join14-model-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 30px;
    align-items: center;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 28px;
    background: #ffffff;
    padding: clamp(24px, 4vw, 42px);
    box-shadow: 0 24px 64px rgba(15, 23, 42, .09);
}

    .join14-model-card p {
        margin-left: 0;
        margin-right: 0;
    }

.join14-global-metrics {
    display: grid;
    gap: 12px;
}

    .join14-global-metrics div {
        border: 1px solid rgba(0, 61, 165, .12);
        border-radius: 18px;
        background: #f8fbff;
        padding: 18px;
    }

    .join14-global-metrics strong {
        display: block;
        color: var(--elite-blue-deep);
        font-size: clamp(1.5rem, 2.4vw, 2.25rem);
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.05em;
    }

    .join14-global-metrics span {
        display: block;
        margin-top: 7px;
        color: var(--elite-muted);
        font-weight: 850;
        line-height: 1.42;
    }

.join14-fit-grid,
.join14-process-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

    .join14-process-list span {
        display: block;
        color: rgba(0, 61, 165, .22);
        font-size: 2.4rem;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -.07em;
        margin-bottom: 18px;
    }

.join14-cta-section {
    background: radial-gradient(circle at 88% 10%, rgba(220, 28, 46, .08), transparent 30%), linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
    border-top: 1px solid rgba(17, 24, 39, .08);
}

.join14-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
    gap: 30px;
    align-items: start;
}

.join14-cta-copy {
    position: sticky;
    top: 110px;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 28px;
    background: #ffffff;
    padding: clamp(24px, 4vw, 42px);
    box-shadow: 0 24px 64px rgba(15, 23, 42, .09);
}

    .join14-cta-copy p {
        margin-left: 0;
        margin-right: 0;
    }

.join14-cta-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0;
}

    .join14-cta-highlights span {
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        border: 1px solid rgba(0, 61, 165, .16);
        border-radius: 999px;
        background: #f8fbff;
        color: var(--elite-blue);
        padding: 0 14px;
        font-size: .85rem;
        font-weight: 900;
    }

.join14-form-panel {
    border-radius: 28px;
}

.join14-lead-form {
    border-radius: 28px;
    box-shadow: 0 24px 64px rgba(15, 23, 42, .10);
}

.join14-legal-note-bottom {
    margin-top: 18px !important;
    margin-bottom: 0 !important;
}

@media (max-width: 1199.98px) {
    .join14-hero-metrics,
    .join14-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .join14-model-card,
    .join14-cta-grid {
        grid-template-columns: 1fr;
    }

    .join14-cta-copy {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .join14-office-card {
        grid-template-columns: 1fr;
    }

    .join14-office-visual {
        min-height: 300px;
    }

    .join14-fit-grid,
    .join14-process-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .join14-hero,
    .join14-office-section,
    .join14-services-section,
    .join14-model-section,
    .join14-fit-section,
    .join14-process-section,
    .join14-cta-section {
        padding-top: 38px;
        padding-bottom: 44px;
    }

    .join14-hero-inner,
    .join14-section-heading {
        text-align: left;
    }

        .join14-hero h1,
        .join14-section-heading h2,
        .join14-office-copy h2,
        .join14-model-card h2,
        .join14-cta-copy h2 {
            font-size: clamp(2rem, 11vw, 3.35rem);
        }

    .join14-hero-actions {
        display: grid;
        justify-content: stretch;
    }

        .join14-hero-actions a,
        .join14-office-copy .join14-primary-button,
        .join14-cta-copy .join14-secondary-button {
            width: 100%;
        }

    .join14-hero-metrics,
    .join14-office-highlights,
    .join14-service-grid {
        grid-template-columns: 1fr;
    }

        .join14-hero-metrics div {
            min-height: auto;
            text-align: left;
            align-items: flex-start;
        }

        .join14-office-card,
        .join14-model-card,
        .join14-service-grid article,
        .join14-fit-grid article,
        .join14-process-list article,
        .join14-cta-copy,
        .join14-lead-form {
            border-radius: 20px;
        }

    .join14-office-card,
    .join14-model-card,
    .join14-cta-copy {
        padding: 22px;
    }

    .join14-office-visual {
        min-height: 250px;
        border-radius: 20px;
    }

        .join14-office-visual img {
            width: min(190px, 72%);
            border-radius: 28px;
            padding: 22px;
        }

    .join14-office-badge {
        left: 14px;
        right: 14px;
        bottom: 14px;
        max-width: none;
    }
}


/* ============================================================
   Footer Social Media Links
   ============================================================ */

.footer11-social-group {
    margin-top: 18px;
}

.footer11-social-title {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.footer11-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer11-social-link {
    width: 42px;
    height: 42px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #ffffff !important;
    padding: 0 !important;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

    .footer11-social-link:hover,
    .footer11-social-link:focus {
        background: rgba(255, 255, 255, .16);
        border-color: rgba(255, 255, 255, .32);
        color: #ffffff !important;
        transform: translateY(-2px);
    }

    .footer11-social-link svg {
        width: 20px;
        height: 20px;
        display: block;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .footer11-social-link[aria-label="Facebook"] svg path {
        fill: currentColor;
        stroke: none;
    }

@media (max-width: 767.98px) {
    .footer11-social-links {
        gap: 12px;
    }

    .footer11-social-link {
        width: 44px;
        height: 44px;
    }
}


/* ============================================================
   ETAPA 13Y-C - Search Map / Leaflet / Low-cost map search
   ============================================================ */

.search11-map-panel {
    margin: 0 16px 16px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, .10);
    overflow: hidden;
}

    .search11-map-panel[hidden] {
        display: none !important;
    }

.search11-map-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
    background: #ffffff;
}

    .search11-map-toolbar strong {
        display: block;
        color: var(--elite-ink);
        font-weight: 950;
        margin-bottom: 3px;
    }

    .search11-map-toolbar span {
        display: block;
        color: var(--elite-muted);
        font-size: .9rem;
        line-height: 1.45;
        font-weight: 750;
    }

.search11-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.search11-map-count {
    min-height: 34px;
    display: inline-flex !important;
    align-items: center;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--elite-blue) !important;
    border: 1px solid rgba(0, 61, 165, .14);
    padding: 6px 11px;
    font-size: .82rem !important;
    font-weight: 950 !important;
    white-space: nowrap;
}

    .search11-map-count[hidden] {
        display: none !important;
    }

.search11-map-area-button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: var(--elite-red);
    color: #ffffff;
    padding: 0 15px;
    font-size: .88rem;
    font-weight: 950;
    box-shadow: 0 14px 26px rgba(220, 28, 46, .18);
    white-space: nowrap;
}

    .search11-map-area-button:hover,
    .search11-map-area-button:focus {
        background: var(--elite-red-2);
        color: #ffffff;
    }

    .search11-map-area-button[hidden] {
        display: none !important;
    }

.search11-map-canvas {
    position: relative;
    width: 100%;
    min-height: 520px;
    background: #f4f1ea;
    z-index: 1;
}

.search11-map-loading {
    padding: 12px 16px;
    background: #fffaf2;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
    color: var(--elite-blue);
    font-size: .9rem;
    font-weight: 950;
}

    .search11-map-loading[hidden] {
        display: none !important;
    }

.search11-map-message {
    margin: 14px 16px 0;
    border: 1px solid rgba(0, 61, 165, .14);
    border-radius: 14px;
    background: #f8fbff;
    color: var(--elite-ink-2);
    padding: 12px 14px;
    font-size: .92rem;
    line-height: 1.45;
    font-weight: 800;
}

    .search11-map-message.is-error {
        background: #fff7f7;
        border-color: rgba(220, 28, 46, .20);
        color: var(--elite-red);
    }

    .search11-map-message[hidden] {
        display: none !important;
    }

.search11-map-note {
    padding: 12px 16px 14px;
    color: var(--elite-muted);
    font-size: .84rem;
    line-height: 1.45;
    background: #ffffff;
    border-top: 1px solid rgba(17, 24, 39, .08);
}

.search11-map-price-pin {
    background: transparent;
    border: 0;
}

    .search11-map-price-pin span {
        min-width: 62px;
        min-height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px 999px 999px 4px;
        background: var(--elite-blue-deep);
        color: #ffffff;
        border: 2px solid #ffffff;
        padding: 5px 9px;
        font-size: .78rem;
        line-height: 1;
        font-weight: 950;
        box-shadow: 0 10px 26px rgba(15, 23, 42, .26);
        white-space: nowrap;
    }

.search11-map-popup-shell .leaflet-popup-content-wrapper {
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .18);
}

.search11-map-popup-shell .leaflet-popup-content {
    width: 260px !important;
    margin: 0;
}

.search11-map-popup-shell .leaflet-popup-tip {
    background: #ffffff;
}

.search11-map-popup {
    background: #ffffff;
    color: var(--elite-ink);
}

.search11-map-popup-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f4f1ea;
}

    .search11-map-popup-photo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

.search11-map-popup-body {
    padding: 12px;
}

.search11-map-popup-price {
    display: block;
    color: var(--elite-blue-deep);
    font-size: 1.05rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.03em;
    margin-bottom: 7px;
}

.search11-map-popup-title {
    display: -webkit-box;
    color: var(--elite-ink) !important;
    font-size: .94rem;
    line-height: 1.25;
    font-weight: 900;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 7px;
}

    .search11-map-popup-title:hover {
        color: var(--elite-blue) !important;
    }

.search11-map-popup-meta {
    display: block;
    color: var(--elite-muted);
    font-size: .82rem;
    line-height: 1.35;
    font-weight: 750;
    margin-bottom: 10px;
}

.search11-map-popup-button {
    min-height: 36px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--elite-blue);
    color: #ffffff !important;
    font-size: .84rem;
    font-weight: 950;
}

    .search11-map-popup-button:hover {
        background: var(--elite-blue-2);
        color: #ffffff !important;
    }

.search11-map-canvas .leaflet-control-attribution {
    font-size: 10px;
}

.search11-map-canvas .marker-cluster-small,
.search11-map-canvas .marker-cluster-medium,
.search11-map-canvas .marker-cluster-large {
    background-color: rgba(0, 61, 165, .20);
}

    .search11-map-canvas .marker-cluster-small div,
    .search11-map-canvas .marker-cluster-medium div,
    .search11-map-canvas .marker-cluster-large div {
        background-color: var(--elite-blue);
        color: #ffffff;
        font-weight: 950;
    }

@media (max-width: 991.98px) {
    .search11-map-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .search11-map-actions {
        width: 100%;
        justify-content: space-between;
    }

    .search11-map-area-button {
        flex: 1 1 auto;
    }

    .search11-map-canvas {
        min-height: 480px;
    }
}

@media (max-width: 767.98px) {
    .search11-map-panel {
        margin: 0 12px 12px;
        border-radius: 14px;
    }

    .search11-map-toolbar {
        padding: 13px;
    }

    .search11-map-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .search11-map-count,
    .search11-map-area-button {
        width: 100%;
        justify-content: center;
    }

    .search11-map-canvas {
        min-height: 430px;
    }

    .search11-map-popup-shell .leaflet-popup-content {
        width: 240px !important;
    }

    .search11-map-note {
        font-size: .8rem;
    }
}

/* ============================================================
   ETAPA 13Y-D - Draw area map search
   ============================================================ */

.search11-map-draw-button,
.search11-map-clear-draw-button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 15px;
    font-size: .88rem;
    font-weight: 950;
    white-space: nowrap;
}

.search11-map-draw-button {
    border: 1px solid rgba(0, 61, 165, .24);
    background: #eef4ff;
    color: var(--elite-blue);
}

    .search11-map-draw-button:hover,
    .search11-map-draw-button:focus {
        background: var(--elite-blue);
        color: #ffffff;
    }

.search11-map-clear-draw-button {
    border: 1px solid rgba(17, 24, 39, .12);
    background: #ffffff;
    color: var(--elite-ink-2);
}

    .search11-map-clear-draw-button:hover,
    .search11-map-clear-draw-button:focus {
        border-color: rgba(220, 28, 46, .22);
        background: #fff7f7;
        color: var(--elite-red);
    }

    .search11-map-draw-button[hidden],
    .search11-map-clear-draw-button[hidden] {
        display: none !important;
    }

.search11-map-canvas .leaflet-draw-toolbar {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .16);
}

    .search11-map-canvas .leaflet-draw-toolbar a {
        background-color: #ffffff;
    }

.search11-map-canvas .leaflet-draw-actions a {
    color: #ffffff !important;
}

.search11-map-canvas .leaflet-draw-tooltip {
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
}

@media (max-width: 767.98px) {
    .search11-map-draw-button,
    .search11-map-clear-draw-button {
        width: 100%;
    }
}
/*:root {
    --elite-blue: #003DA5;
    --elite-blue-dark: #002E7A;
    --elite-red: #DC1C2E;
    --elite-red-dark: #B91827;
    --elite-sky: #009CDE;
    --elite-green: #57B66A;
    --elite-green-soft: #EAF4E8;
    --elite-cream: #F7F1E7;
    --elite-cream-2: #FFFAF2;
    --elite-warm: #EFE5D5;
    --elite-ink: #151A23;
    --elite-muted: #6B7280;
    --elite-line: rgba(21, 26, 35, .12);
    --elite-card: #FFFFFF;
    --elite-radius: 26px;
    --elite-shadow: 0 24px 70px rgba(21, 26, 35, .11);
}

html {
    scroll-behavior: smooth;
}

body.elite-body {
    background: var(--elite-cream);
    color: var(--elite-ink);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: var(--elite-blue);
    text-decoration: none;
}

    a:hover {
        color: var(--elite-red);
    }

.elite-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(247, 241, 231, .92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--elite-line);
}

.elite-navbar {
    min-height: 76px;
}

.elite-brand {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    letter-spacing: -.02em;
}

.elite-brand-mark {
    color: var(--elite-blue);
    font-weight: 900;
    font-size: 1.45rem;
}

.elite-brand-name {
    color: var(--elite-red);
    font-weight: 900;
    font-size: 1.16rem;
}

.elite-toggler {
    border: 0;
}

.elite-lang-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 38px;
    border: 1px solid var(--elite-line);
    border-radius: 999px;
    color: var(--elite-ink);
    font-weight: 800;
    background: rgba(255,255,255,.55);
}

.elite-btn-primary,
.elite-btn-primary:focus {
    background: var(--elite-red);
    border-color: var(--elite-red);
    color: #fff;
    border-radius: 999px;
    font-weight: 800;
    padding: .78rem 1.2rem;
    box-shadow: 0 12px 28px rgba(220, 28, 46, .18);
}

    .elite-btn-primary:hover {
        background: var(--elite-red-dark);
        border-color: var(--elite-red-dark);
        color: #fff;
    }

.elite-btn-secondary {
    background: var(--elite-blue);
    border-color: var(--elite-blue);
    color: #fff;
    border-radius: 999px;
    font-weight: 800;
    padding: .78rem 1.2rem;
}

    .elite-btn-secondary:hover {
        background: var(--elite-blue-dark);
        color: #fff;
    }

.elite-btn-outline {
    background: #fff;
    border: 1px solid var(--elite-line);
    color: var(--elite-ink);
    border-radius: 999px;
    font-weight: 800;
    padding: .78rem 1.2rem;
}

.elite-section {
    padding: 78px 0;
}

.elite-section-tight {
    padding: 54px 0;
}

.elite-hero {
    padding: 88px 0 62px;
    background: radial-gradient(circle at 16% 10%, rgba(0, 61, 165, .14), transparent 32%), radial-gradient(circle at 84% 12%, rgba(220, 28, 46, .12), transparent 32%), linear-gradient(180deg, #FBF7EF 0%, #F7F1E7 100%);
    overflow: hidden;
}

.elite-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .42rem .75rem;
    border: 1px solid var(--elite-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: var(--elite-blue);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.elite-hero-title {
    margin-top: 18px;
    font-size: clamp(2.45rem, 5.2vw, 5.4rem);
    line-height: .96;
    letter-spacing: -.065em;
    font-weight: 900;
}

    .elite-hero-title span {
        color: var(--elite-red);
    }

.elite-hero-copy {
    color: var(--elite-muted);
    font-size: 1.13rem;
    max-width: 760px;
    margin: 20px auto 0;
}

.elite-search-card {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .78);
    box-shadow: var(--elite-shadow);
    border-radius: 34px;
    padding: 18px;
    max-width: 980px;
    margin: 36px auto 0;
}

.elite-search-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.elite-search-tab {
    border: 1px solid var(--elite-line);
    background: #fff;
    color: var(--elite-ink);
    border-radius: 999px;
    padding: .68rem 1.08rem;
    font-weight: 900;
}

    .elite-search-tab.active {
        background: var(--elite-blue);
        border-color: var(--elite-blue);
        color: #fff;
    }

.elite-search-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
}

.elite-search-input {
    border: 1px solid var(--elite-line);
    border-radius: 999px;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    min-height: 58px;
}

.elite-card {
    background: var(--elite-card);
    border: 1px solid rgba(21, 26, 35, .09);
    border-radius: var(--elite-radius);
    box-shadow: 0 16px 45px rgba(21, 26, 35, .08);
}

.elite-card-body {
    padding: 26px;
}

.elite-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 28px;
}

.elite-section-title {
    font-size: clamp(2rem, 3.5vw, 3.75rem);
    line-height: 1;
    letter-spacing: -.055em;
    font-weight: 900;
    margin: 0;
}

.elite-property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.elite-property-card {
    overflow: hidden;
    height: 100%;
}

.elite-property-photo {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    background: #f1f3f6;
    overflow: hidden;
}

    .elite-property-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.elite-property-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: .35rem .65rem;
    border-radius: 999px;
    background: rgba(0, 61, 165, .92);
    color: #fff;
    font-weight: 900;
    font-size: .78rem;
}

.elite-property-content {
    padding: 18px;
}

.elite-price {
    color: var(--elite-red);
    font-size: 1.2rem;
    font-weight: 900;
}

.elite-property-title {
    color: var(--elite-ink);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.25;
    margin: 8px 0;
}

.elite-property-location {
    color: var(--elite-muted);
    font-size: .92rem;
}

.elite-property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0;
}

.elite-meta-pill {
    border: 1px solid var(--elite-line);
    border-radius: 999px;
    padding: .32rem .58rem;
    color: var(--elite-muted);
    font-weight: 700;
    font-size: .82rem;
}

.elite-action-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.elite-action-card {
    padding: 34px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.elite-action-icon {
    width: 112px;
    height: 112px;
    border-radius: 32px;
    background: var(--elite-green-soft);
    color: var(--elite-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom: 26px;
}

.elite-action-title {
    font-size: clamp(1.65rem, 2.5vw, 2.2rem);
    line-height: 1.08;
    letter-spacing: -.04em;
    font-weight: 900;
}

.elite-action-copy {
    color: var(--elite-muted);
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 22px 0;
}

.elite-action-link {
    color: var(--elite-green);
    font-weight: 900;
    margin-bottom: 24px;
}

.elite-action-card .btn {
    margin-top: auto;
}

.elite-split-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 0;
}

.elite-split-panel {
    padding: 58px 48px;
    min-height: 420px;
    position: relative;
}

    .elite-split-panel.green {
        background: #E5EDE0;
    }

    .elite-split-panel.light {
        background: #F3F3F3;
    }

.elite-split-title {
    font-size: clamp(2.4rem, 4.1vw, 4.3rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 900;
}

.elite-split-copy {
    color: var(--elite-muted);
    max-width: 480px;
    font-size: 1.1rem;
    line-height: 1.55;
    margin: 26px 0 72px;
}

.elite-split-art {
    position: absolute;
    right: 42px;
    bottom: 42px;
    width: 220px;
    height: 180px;
    border-radius: 34px;
    background: var(--elite-green);
    opacity: .95;
}

    .elite-split-art:before {
        content: "";
        position: absolute;
        inset: 38px;
        border: 14px solid #143C22;
        border-radius: 18px;
    }

.elite-frequent-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.elite-frequent-title {
    color: var(--elite-green);
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 18px;
}

.elite-frequent-list {
    display: grid;
    gap: 12px;
}

    .elite-frequent-list a {
        color: #4b5563;
        font-size: 1.02rem;
    }

        .elite-frequent-list a:hover {
            color: var(--elite-red);
        }

.elite-lead-form .form-control,
.elite-lead-form .form-select,
.elite-lead-form-inner .form-control,
.elite-lead-form-inner .form-select {
    border-radius: 16px;
    border-color: var(--elite-line);
    min-height: 48px;
}

.elite-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.elite-alert-wrap {
    position: fixed;
    z-index: 1300;
    left: 0;
    right: 0;
    top: 86px;
    pointer-events: none;
}

.elite-alert {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: var(--elite-shadow);
    pointer-events: auto;
}

.elite-floating-whatsapp {
    position: fixed;
    z-index: 1200;
    right: 22px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: #1FAF5B;
    color: #fff;
    border-radius: 999px;
    padding: 12px 18px;
    box-shadow: 0 18px 45px rgba(31, 175, 91, .28);
    font-size: .78rem;
    line-height: 1.05;
}

    .elite-floating-whatsapp:hover {
        color: #fff;
        background: #178E49;
    }

    .elite-floating-whatsapp strong {
        font-size: .95rem;
    }

.elite-footer {
    padding: 58px 0;
    background: #111827;
    color: #fff;
}

.elite-footer-brand {
    font-size: 1.45rem;
    font-weight: 900;
    color: #fff;
}

.elite-footer-title {
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}

.elite-footer-text {
    color: rgba(255, 255, 255, .72);
}

.elite-footer a {
    display: block;
    color: rgba(255, 255, 255, .72);
    margin-bottom: 8px;
}

    .elite-footer a:hover {
        color: #fff;
    }

.elite-footer-legal {
    color: rgba(255, 255, 255, .62);
    font-size: .9rem;
}

.elite-meta-verified {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .78);
    font-weight: 800;
    font-size: .9rem;
    margin: 6px 0 14px;
}

.elite-meta-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--elite-sky);
    box-shadow: 0 0 0 4px rgba(0, 156, 222, .16);
}

.elite-footer-social {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

    .elite-footer-social a {
        margin: 0;
        padding: .5rem .75rem;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 999px;
    }

@media (max-width: 991px) {
    .elite-section {
        padding: 56px 0;
    }

    .elite-search-row,
    .elite-split-cta {
        grid-template-columns: 1fr;
    }

    .elite-property-grid,
    .elite-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .elite-frequent-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .elite-split-art {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .elite-hero {
        padding: 54px 0 38px;
    }

    .elite-search-card {
        border-radius: 24px;
        padding: 14px;
    }

    .elite-property-grid,
    .elite-action-grid,
    .elite-frequent-grid {
        grid-template-columns: 1fr;
    }

    .elite-section-heading {
        display: block;
    }

    .elite-card-body {
        padding: 20px;
    }

    .elite-action-card {
        min-height: auto;
        padding: 26px;
    }

    .elite-split-panel {
        padding: 36px 24px;
        min-height: auto;
    }

    .elite-split-copy {
        margin-bottom: 32px;
    }

    .elite-floating-whatsapp {
        left: 14px;
        right: 14px;
        bottom: 14px;
        align-items: center;
    }

    body {
        padding-bottom: 76px;
    }
}



.property-detail-hero {
    background: #f7f1e8;
    padding: 34px 0 24px;
}

.property-unavailable-alert {
    align-items: flex-start;
    background: #fff7d6;
    border: 1px solid rgba(164, 120, 0, .22);
    border-radius: 18px;
    color: #6b4d00;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 18px;
    padding: 14px 18px;
}

.property-detail-heading {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.property-detail-breadcrumb {
    align-items: center;
    color: #6b7280;
    display: flex;
    flex-wrap: wrap;
    font-size: .9rem;
    gap: 8px;
    margin-bottom: 10px;
}

    .property-detail-breadcrumb a {
        color: #003da5;
        font-weight: 700;
        text-decoration: none;
    }

.property-detail-heading h1 {
    color: #142240;
    font-size: clamp(1.8rem, 3.4vw, 3.4rem);
    font-weight: 850;
    line-height: 1.05;
    margin: 0;
    max-width: 900px;
}

.property-detail-location {
    color: #5f6878;
    font-size: 1.05rem;
    margin-top: 10px;
}

.property-detail-price-box {
    background: #ffffff;
    border: 1px solid rgba(20, 34, 64, .10);
    border-radius: 20px;
    box-shadow: 0 16px 38px rgba(20, 34, 64, .07);
    min-width: 220px;
    padding: 18px;
    text-align: right;
}

    .property-detail-price-box span {
        color: #dc1c2e;
        display: block;
        font-size: .8rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .property-detail-price-box strong {
        color: #003da5;
        display: block;
        font-size: 1.7rem;
        font-weight: 900;
    }

.property-detail-main {
    padding: 36px 0 70px;
}

.property-detail-grid {
    align-items: flex-start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 380px;
}

.property-detail-content {
    min-width: 0;
}

.property-gallery {
    background: #ffffff;
    border: 1px solid rgba(20, 34, 64, .10);
    border-radius: 26px;
    box-shadow: 0 18px 46px rgba(20, 34, 64, .07);
    overflow: hidden;
}

.property-gallery-main {
    background: #f3efe7;
    height: 520px;
    overflow: hidden;
}

    .property-gallery-main img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.property-gallery-thumbs {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);
    padding: 10px;
}

    .property-gallery-thumbs img {
        background: #f3efe7;
        border-radius: 14px;
        height: 115px;
        object-fit: cover;
        width: 100%;
    }

.property-facts-panel {
    background: #ffffff;
    border: 1px solid rgba(20, 34, 64, .10);
    border-radius: 24px;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 22px;
    overflow: hidden;
}

.property-fact {
    background: #fffaf3;
    padding: 18px;
}

    .property-fact span {
        color: #697386;
        display: block;
        font-size: .82rem;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .property-fact strong {
        color: #142240;
        display: block;
        font-size: 1rem;
        font-weight: 850;
    }

.property-description-card,
.property-map-card,
.property-similar-section {
    background: #ffffff;
    border: 1px solid rgba(20, 34, 64, .10);
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(20, 34, 64, .05);
    margin-top: 22px;
    padding: 24px;
}

    .property-description-card h2,
    .property-map-card h2 {
        color: #142240;
        font-weight: 850;
        margin-bottom: 14px;
    }

    .property-description-card p {
        color: #3f4756;
        font-size: 1.02rem;
        line-height: 1.7;
    }

.property-map-frame {
    border-radius: 18px;
    height: 360px;
    overflow: hidden;
}

    .property-map-frame iframe {
        border: 0;
        height: 100%;
        width: 100%;
    }

.property-detail-sidebar {
    position: sticky;
    top: 94px;
}

.property-contact-card {
    background: #fffaf3;
    border: 1px solid rgba(20, 34, 64, .12);
    border-radius: 26px;
    box-shadow: 0 22px 60px rgba(20, 34, 64, .10);
    padding: 22px;
}

    .property-contact-card h2 {
        color: #142240;
        font-size: 1.35rem;
        font-weight: 850;
    }

    .property-contact-card p {
        color: #5f6878;
    }

.property-agent-mini {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(20, 34, 64, .10);
    border-radius: 18px;
    display: flex;
    gap: 12px;
    margin: 16px 0;
    padding: 12px;
}

    .property-agent-mini img {
        background: #f3efe7;
        border-radius: 999px;
        height: 58px;
        object-fit: cover;
        width: 58px;
    }

    .property-agent-mini strong,
    .property-agent-mini span,
    .property-agent-mini a {
        display: block;
    }

    .property-agent-mini strong {
        color: #142240;
        font-weight: 850;
    }

    .property-agent-mini span {
        color: #5f6878;
        font-size: .9rem;
    }

    .property-agent-mini a {
        color: #003da5;
        font-size: .88rem;
        font-weight: 800;
        margin-top: 2px;
        text-decoration: none;
    }

.property-agent-note {
    background: #ffffff;
    border: 1px solid rgba(20, 34, 64, .10);
    border-radius: 18px;
    color: #5f6878;
    font-weight: 650;
    margin: 16px 0;
    padding: 14px;
}

.property-lead-form .form-label {
    color: #344054;
    font-size: .9rem;
    font-weight: 750;
}

.property-contact-note {
    color: #697386;
    font-size: .78rem;
    margin-top: 12px;
    text-align: center;
}

.property-mobile-cta {
    background: rgba(255, 250, 243, .96);
    border-top: 1px solid rgba(20, 34, 64, .10);
    bottom: 0;
    display: none;
    gap: 10px;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 1040;
}

    .property-mobile-cta .btn {
        flex: 1;
    }

@media (max-width: 991.98px) {
    .property-detail-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .property-detail-price-box {
        text-align: left;
        width: 100%;
    }

    .property-detail-grid {
        grid-template-columns: 1fr;
    }

    .property-detail-sidebar {
        position: static;
    }

    .property-gallery-main {
        height: 360px;
    }

    .property-facts-panel {
        grid-template-columns: repeat(2, 1fr);
    }

    .property-mobile-cta {
        display: flex;
    }

    .property-detail-main {
        padding-bottom: 92px;
    }
}

@media (max-width: 575.98px) {
    .property-gallery-main {
        height: 280px;
    }

    .property-gallery-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }

        .property-gallery-thumbs img {
            height: 96px;
        }

    .property-facts-panel {
        grid-template-columns: 1fr;
    }
}*/



/* ============================================================
   ETAPA 4E - Property detail
   ============================================================ */

/*.property-detail-page {
    background: #f7f2ea;
    color: #111827;
}

.property-detail-hero {
    padding: 32px 0 36px;
    background: radial-gradient(circle at top left, rgba(0, 61, 165, 0.08), transparent 34%), linear-gradient(180deg, #fffaf2 0%, #f7f2ea 100%);
}

.property-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: #6b7280;
    font-size: 0.92rem;
}

    .property-detail-breadcrumb a {
        color: #003DA5;
        text-decoration: none;
    }

        .property-detail-breadcrumb a:hover {
            text-decoration: underline;
        }

.property-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
    gap: 24px;
    align-items: start;
}

.property-detail-gallery,
.property-detail-summary-card,
.property-detail-card {
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.property-detail-gallery {
    overflow: hidden;
}

.property-main-photo-wrap {
    position: relative;
    background: #e5e7eb;
}

.property-main-photo {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.property-status-pill {
    position: absolute;
    left: 18px;
    top: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #ffffff;
    backdrop-filter: blur(8px);
}

    .property-status-pill.is-active {
        background: rgba(0, 61, 165, 0.92);
    }

    .property-status-pill.is-inactive {
        background: rgba(220, 28, 46, 0.94);
    }

.property-photo-strip {
    display: flex;
    gap: 10px;
    padding: 14px;
    overflow-x: auto;
    background: #ffffff;
}

.property-thumb-button {
    flex: 0 0 94px;
    height: 72px;
    border: 2px solid transparent;
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    background: #f3f4f6;
    cursor: pointer;
}

    .property-thumb-button img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .property-thumb-button.is-selected {
        border-color: #003DA5;
    }

.property-detail-summary-card {
    padding: 26px;
    position: sticky;
    top: 18px;
}

.property-operation-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

    .property-operation-line span {
        display: inline-flex;
        align-items: center;
        border-radius: 999px;
        padding: 6px 11px;
        font-size: 0.82rem;
        font-weight: 700;
        color: #003DA5;
        background: #EEF4FF;
    }

.property-detail-summary-card h1 {
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    color: #111827;
}

.property-detail-price {
    margin-bottom: 12px;
    font-size: clamp(1.7rem, 2.5vw, 2.6rem);
    line-height: 1;
    font-weight: 800;
    color: #DC1C2E;
}

.property-location-line {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
    color: #4b5563;
    font-size: 0.98rem;
}

    .property-location-line span:not(:last-child)::after {
        content: "·";
        margin-left: 6px;
        color: #9ca3af;
    }

.property-unavailable-alert {
    margin: 18px 0;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(220, 28, 46, 0.18);
    background: #FFF1F2;
    color: #7f1d1d;
}

    .property-unavailable-alert strong {
        display: block;
        margin-bottom: 6px;
    }

    .property-unavailable-alert p {
        margin: 0;
        color: #7f1d1d;
    }

.property-feature-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0;
}

.property-feature-mini,
.property-feature-item {
    border-radius: 18px;
    background: #f9fafb;
    border: 1px solid rgba(17, 24, 39, 0.06);
    padding: 13px;
}

    .property-feature-mini span,
    .property-feature-item span {
        display: block;
        margin-bottom: 5px;
        color: #6b7280;
        font-size: 0.82rem;
    }

    .property-feature-mini strong,
    .property-feature-item strong {
        display: block;
        color: #111827;
        font-size: 1rem;
    }

.property-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
}

.property-main-cta,
.property-whatsapp-cta {
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 700;
}

.property-agent-mini-card {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 18px;
    padding: 14px;
    border-radius: 20px;
    background: #f9fafb;
    border: 1px solid rgba(17, 24, 39, 0.06);
}

    .property-agent-mini-card img,
    .property-agent-profile img {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        object-fit: cover;
        background: #e5e7eb;
    }

    .property-agent-mini-card span,
    .property-agent-profile span,
    .property-agent-profile small {
        display: block;
        color: #6b7280;
        font-size: 0.85rem;
    }

    .property-agent-mini-card strong,
    .property-agent-profile strong {
        display: block;
        color: #111827;
    }

    .property-agent-mini-card a {
        display: inline-block;
        margin-top: 2px;
        color: #003DA5;
        font-size: 0.9rem;
        text-decoration: none;
    }

        .property-agent-mini-card a:hover {
            text-decoration: underline;
        }

.property-detail-content {
    padding: 34px 0;
}

.property-detail-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    gap: 24px;
    align-items: start;
}

.property-detail-main-column,
.property-detail-side-column {
    display: grid;
    gap: 22px;
}

.property-detail-side-column {
    position: sticky;
    top: 18px;
}

.property-detail-card {
    padding: 24px;
}

    .property-detail-card h2 {
        margin: 0 0 16px;
        font-size: 1.35rem;
        line-height: 1.15;
        color: #111827;
        letter-spacing: -0.02em;
    }

.property-description {
    color: #374151;
    line-height: 1.7;
    font-size: 1.02rem;
}

.property-muted {
    color: #6b7280;
}

.property-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.property-detail-table {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.property-detail-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

    .property-detail-row span {
        color: #6b7280;
    }

    .property-detail-row strong {
        text-align: right;
        color: #111827;
    }

.property-address {
    margin-bottom: 14px;
    color: #374151;
    line-height: 1.6;
}

.property-location-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .property-location-tags span {
        border-radius: 999px;
        background: #EEF4FF;
        color: #003DA5;
        padding: 7px 12px;
        font-weight: 700;
        font-size: 0.85rem;
    }

.property-map-shell {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #f3f4f6;
}

    .property-map-shell iframe {
        display: block;
        width: 100%;
        height: 360px;
        border: 0;
    }

.property-lead-card {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

    .property-lead-card p {
        color: #4b5563;
    }

.property-lead-form .form-label {
    font-weight: 700;
    color: #374151;
}

.property-lead-form .form-control {
    border-radius: 14px;
    min-height: 46px;
    border-color: rgba(17, 24, 39, 0.14);
}

.property-lead-form textarea.form-control {
    min-height: 120px;
}

.lead-hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.property-agent-card {
    background: #ffffff;
}

.property-agent-profile {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
}

.property-similar-section {
    padding: 18px 0 58px;
}

.property-section-heading {
    margin-bottom: 18px;
}

    .property-section-heading h2 {
        margin: 0;
        font-size: clamp(1.6rem, 2vw, 2.2rem);
        letter-spacing: -0.03em;
    }

    .property-section-heading p {
        margin: 8px 0 0;
        color: #6b7280;
    }

.property-similar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.property-mobile-cta-bar {
    display: none;
}

@media (max-width: 991.98px) {
    .property-detail-hero {
        padding-top: 22px;
    }

    .property-detail-hero-grid,
    .property-detail-main-grid {
        grid-template-columns: 1fr;
    }

    .property-detail-summary-card,
    .property-detail-side-column {
        position: static;
    }

    .property-main-photo {
        height: 420px;
    }

    .property-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .property-similar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .property-detail-page {
        padding-bottom: 82px;
    }

    .property-detail-breadcrumb {
        font-size: 0.85rem;
    }

    .property-main-photo {
        height: 300px;
    }

    .property-detail-summary-card,
    .property-detail-card {
        border-radius: 20px;
        padding: 18px;
    }

    .property-feature-mini-grid,
    .property-feature-grid,
    .property-similar-grid {
        grid-template-columns: 1fr;
    }

    .property-photo-strip {
        padding: 10px;
    }

    .property-thumb-button {
        flex-basis: 78px;
        height: 60px;
        border-radius: 12px;
    }

    .property-detail-row {
        display: block;
    }

        .property-detail-row strong {
            display: block;
            text-align: left;
            margin-top: 3px;
        }

    .property-map-shell iframe {
        height: 280px;
    }

    .property-mobile-cta-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1030;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid rgba(17, 24, 39, 0.1);
        box-shadow: 0 -12px 30px rgba(15, 23, 42, 0.12);
        backdrop-filter: blur(14px);
    }

    .property-mobile-cta-primary,
    .property-mobile-cta-secondary {
        display: flex;
        min-height: 46px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        font-weight: 800;
        text-decoration: none;
        text-align: center;
    }

    .property-mobile-cta-primary {
        color: #ffffff;
        background: #003DA5;
    }

    .property-mobile-cta-secondary {
        color: #003DA5;
        background: #EEF4FF;
        border: 1px solid rgba(0, 61, 165, 0.18);
    }
}*/



/* ============================================================
   ETAPA 5E - Search results / filters
   ============================================================ */

/*.search-results-page {
    background: var(--elite-cream);
}

.search-results-hero {
    padding: 48px 0 28px;
    background: radial-gradient(circle at 18% 0%, rgba(0, 61, 165, .10), transparent 32%), radial-gradient(circle at 86% 10%, rgba(220, 28, 46, .08), transparent 34%), linear-gradient(180deg, #fffaf2 0%, var(--elite-cream) 100%);
}

.search-results-heading-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 24px;
    align-items: end;
}

.search-results-title {
    margin: 18px 0 12px;
    color: var(--elite-ink);
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 900;
}

.search-results-subtitle {
    max-width: 720px;
    margin: 0;
    color: var(--elite-muted);
    font-size: 1.05rem;
    line-height: 1.55;
}

.search-results-count-pill {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    padding: .52rem .82rem;
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    border: 1px solid var(--elite-line);
    color: var(--elite-blue);
    font-size: .9rem;
    font-weight: 900;
}

.search-results-quick-card {
    overflow: hidden;
}

.search-quick-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.search-results-layout {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.search-filter-sidebar {
    position: sticky;
    top: 96px;
}

.search-filter-card {
    overflow: hidden;
}

.search-filter-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.search-filter-kicker {
    display: block;
    color: var(--elite-blue);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.search-filter-header h2 {
    margin: 4px 0 0;
    color: var(--elite-ink);
    font-size: 1.35rem;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.025em;
}

.search-clear-link {
    color: var(--elite-red);
    font-size: .88rem;
    font-weight: 900;
}

.search-filter-group {
    margin-bottom: 14px;
}

.search-filter-card .form-label {
    margin-bottom: 6px;
    color: #374151;
    font-size: .84rem;
    font-weight: 800;
}

.search-filter-card .form-control,
.search-filter-card .form-select {
    min-height: 46px;
    border-color: var(--elite-line);
    border-radius: 16px;
    font-size: .94rem;
}

.search-advanced-details {
    margin-top: 8px;
}

    .search-advanced-details summary {
        cursor: pointer;
        margin-bottom: 14px;
        padding: 10px 12px;
        border-radius: 16px;
        background: #fffaf2;
        color: var(--elite-blue);
        font-weight: 900;
        list-style: none;
    }

        .search-advanced-details summary::-webkit-details-marker {
            display: none;
        }

        .search-advanced-details summary:after {
            content: "+";
            float: right;
            color: var(--elite-red);
            font-weight: 900;
        }

    .search-advanced-details[open] summary:after {
        content: "–";
    }

.search-filter-grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
}

.search-filter-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.search-results-content {
    min-width: 0;
}

.search-results-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
    padding: 16px 18px;
}

    .search-results-toolbar strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1rem;
        font-weight: 900;
    }

    .search-results-toolbar span {
        display: block;
        color: var(--elite-muted);
        font-size: .9rem;
    }

.search-sort-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

    .search-sort-links a {
        display: inline-flex;
        align-items: center;
        min-height: 36px;
        padding: .45rem .7rem;
        border: 1px solid var(--elite-line);
        border-radius: 999px;
        background: #fff;
        color: var(--elite-ink);
        font-size: .82rem;
        font-weight: 900;
    }

        .search-sort-links a.is-active {
            border-color: var(--elite-blue);
            background: var(--elite-blue);
            color: #fff;
        }

.search-map-toggle {
    margin-bottom: 18px;
    overflow: hidden;
}

.search-map-button {
    width: 100%;
    min-height: 46px;
    border: 0;
    background: #fff;
    color: var(--elite-blue);
    font-weight: 900;
    text-align: left;
    padding: 14px 18px;
}

    .search-map-button.is-active {
        color: var(--elite-red);
    }

.search-map-placeholder {
    margin: 0 18px 18px;
    padding: 18px;
    border-radius: 18px;
    background: #fffaf2;
    border: 1px solid var(--elite-line);
}

    .search-map-placeholder strong {
        display: block;
        color: var(--elite-ink);
        font-weight: 900;
        margin-bottom: 6px;
    }

    .search-map-placeholder p {
        margin: 0;
        color: var(--elite-muted);
        line-height: 1.55;
    }

.search-property-grid {
    align-items: stretch;
}

.search-empty-state {
    overflow: hidden;
}

    .search-empty-state h2 {
        margin: 0 0 10px;
        color: var(--elite-ink);
        font-size: clamp(1.55rem, 2.2vw, 2.3rem);
        font-weight: 900;
        letter-spacing: -.035em;
    }

    .search-empty-state p {
        max-width: 650px;
        margin: 0 auto;
        color: var(--elite-muted);
        line-height: 1.6;
    }

.search-empty-icon {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 24px;
    background: #EEF4FF;
    color: var(--elite-blue);
    font-size: 2rem;
    font-weight: 900;
}

.search-empty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
}

.search-empty-form-wrap {
    max-width: 820px;
    margin: 28px auto 0;
    text-align: left;
}

.search-pagination-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 26px;
    padding: 18px;
    border-radius: var(--elite-radius);
    background: #fff;
    border: 1px solid rgba(21, 26, 35, .09);
    box-shadow: 0 16px 45px rgba(21, 26, 35, .06);
}

.search-pagination-summary {
    color: var(--elite-muted);
    font-weight: 800;
}

.search-pagination-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .search-results-heading-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .search-results-layout {
        grid-template-columns: 1fr;
    }

    .search-filter-sidebar {
        position: static;
    }

    .search-results-toolbar {
        display: block;
    }

    .search-sort-links {
        justify-content: flex-start;
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .search-results-hero {
        padding: 34px 0 22px;
    }

    .search-quick-form {
        grid-template-columns: 1fr;
    }

    .search-filter-grid-two {
        grid-template-columns: 1fr;
    }

    .search-results-toolbar {
        padding: 14px;
    }

    .search-sort-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .search-sort-links a {
            justify-content: center;
        }

    .search-pagination-bar {
        display: grid;
    }

    .search-pagination-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .search-empty-actions {
        display: grid;
    }
}*/


/* ETAPA 6I.A - Tax Calculator */
/*.tax-calculator-page .tax-calculator-content-card {
    overflow: hidden;
}

.tax-calculator-intro p,
.tax-calculator-seo-text p {
    color: var(--elite-muted, #667085);
    line-height: 1.75;
}

.tax-info-box {
    background: #fffaf2;
    border: 1px solid rgba(0, 61, 165, .10);
    border-radius: 18px;
    padding: 18px;
}

    .tax-info-box span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 34px;
        height: 34px;
        border-radius: 12px;
        background: rgba(0, 61, 165, .10);
        color: #003DA5;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .tax-info-box h3 {
        font-size: 1rem;
        font-weight: 800;
        margin-bottom: 8px;
        color: #151a23;
    }

    .tax-info-box p {
        margin: 0;
        color: var(--elite-muted, #667085);
        font-size: .95rem;
        line-height: 1.55;
    }

.tax-calculator-tool {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

.tax-result {
    border: 1px solid rgba(0, 61, 165, .12);
    border-radius: 20px;
    padding: 20px;
    background: #ffffff;
}

.tax-result-header {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(21, 26, 35, .08);
    padding-bottom: 16px;
}

.tax-result-total {
    text-align: right;
}

    .tax-result-total span {
        display: block;
        color: var(--elite-muted, #667085);
        font-size: .85rem;
    }

    .tax-result-total strong {
        display: block;
        color: #003DA5;
        font-size: 1.5rem;
        font-weight: 900;
    }

.tax-breakdown-table {
    display: grid;
    gap: 10px;
}

.tax-breakdown-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(21, 26, 35, .07);
}

    .tax-breakdown-row:last-child {
        border-bottom: none;
    }

    .tax-breakdown-row span {
        color: #344054;
    }

    .tax-breakdown-row strong {
        color: #151a23;
        white-space: nowrap;
    }

@media (max-width: 767.98px) {
    .tax-result-header {
        display: block;
    }

    .tax-result-total {
        text-align: left;
        margin-top: 14px;
    }

    .tax-breakdown-row {
        display: block;
    }

        .tax-breakdown-row strong {
            display: block;
            margin-top: 4px;
        }
}*/


/* ETAPA 6I.B - Capital Gain Calculator */
/*.capital-gain-page .capital-gain-content-card {
    overflow: hidden;
}

.capital-gain-intro p,
.capital-gain-seo-text p {
    color: var(--elite-muted, #667085);
    line-height: 1.75;
}

.capital-gain-highlight {
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
    border: 1px solid rgba(0, 61, 165, .12);
    border-radius: 22px;
    padding: 22px;
}

    .capital-gain-highlight p {
        color: var(--elite-muted, #667085);
        line-height: 1.65;
    }

.capital-gain-tool {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

.capital-step {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(21, 26, 35, .08);
}

    .capital-step:last-of-type {
        border-bottom: none;
    }

.capital-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: rgba(0, 61, 165, .10);
    color: #003DA5;
    font-weight: 900;
}

.capital-step-content h3 {
    font-size: 1.05rem;
    font-weight: 900;
    margin-bottom: 14px;
    color: #151a23;
}

.capital-result {
    border: 1px solid rgba(0, 61, 165, .12);
    border-radius: 22px;
    padding: 20px;
    background: #ffffff;
}

.capital-result-header {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(21, 26, 35, .08);
    padding-bottom: 16px;
}

.capital-result-main {
    text-align: right;
}

    .capital-result-main span {
        display: block;
        color: var(--elite-muted, #667085);
        font-size: .85rem;
    }

    .capital-result-main strong {
        display: block;
        color: #003DA5;
        font-size: 1.6rem;
        font-weight: 900;
    }

.capital-treatment-alert {
    background: #fff7e6;
    border: 1px solid rgba(245, 158, 11, .28);
    border-radius: 16px;
    padding: 14px 16px;
    color: #7a4b00;
    line-height: 1.55;
}

.capital-scenario-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.capital-scenario-card {
    border: 1px solid rgba(21, 26, 35, .10);
    border-radius: 18px;
    padding: 18px;
    background: #ffffff;
}

    .capital-scenario-card.is-highlighted {
        border-color: rgba(0, 61, 165, .28);
        background: #f7fbff;
    }

.capital-scenario-label {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(0, 61, 165, .08);
    color: #003DA5;
    font-size: .78rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.capital-scenario-card h4 {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 14px;
    color: #151a23;
}

.capital-result-row,
.capital-breakdown-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(21, 26, 35, .07);
}

    .capital-result-row:last-child,
    .capital-breakdown-row:last-child {
        border-bottom: none;
    }

    .capital-result-row span,
    .capital-breakdown-row span {
        color: #344054;
    }

    .capital-result-row strong,
    .capital-breakdown-row strong {
        color: #151a23;
        white-space: nowrap;
    }

.capital-breakdown {
    border-top: 1px solid rgba(21, 26, 35, .08);
    padding-top: 12px;
}

@media (max-width: 991.98px) {
    .capital-scenario-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .capital-step {
        grid-template-columns: 1fr;
    }

    .capital-result-header {
        display: block;
    }

    .capital-result-main {
        text-align: left;
        margin-top: 14px;
    }

    .capital-result-row,
    .capital-breakdown-row {
        display: block;
    }

        .capital-result-row strong,
        .capital-breakdown-row strong {
            display: block;
            margin-top: 4px;
        }
}*/

/* ETAPA 6I - Header calculators dropdown */
/*.elite-navbar .elite-nav-dropdown {
    border: 1px solid rgba(21, 26, 35, .10);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
    background: #ffffff;
    min-width: 230px;
}

    .elite-navbar .elite-nav-dropdown .dropdown-item {
        border-radius: 12px;
        padding: 10px 12px;
        color: #151a23;
        font-weight: 600;
    }

        .elite-navbar .elite-nav-dropdown .dropdown-item:hover,
        .elite-navbar .elite-nav-dropdown .dropdown-item:focus {
            background: #fff4e6;
            color: #003DA5;
        }

@media (max-width: 991.98px) {
    .elite-navbar .elite-nav-dropdown {
        box-shadow: none;
        border-radius: 14px;
        margin-top: 6px;
    }
}*/


/* ETAPA 6I.B - Capital Gain Calculator */
/*.capital-gain-page .capital-gain-content-card {
    overflow: hidden;
}

.capital-gain-intro p,
.capital-gain-seo-text p {
    color: var(--elite-muted, #667085);
    line-height: 1.75;
}

.capital-gain-highlight {
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
    border: 1px solid rgba(0, 61, 165, .12);
    border-radius: 22px;
    padding: 22px;
}

    .capital-gain-highlight p {
        color: var(--elite-muted, #667085);
        line-height: 1.65;
    }

.capital-gain-tool {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

.capital-step {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(21, 26, 35, .08);
}

    .capital-step:last-of-type {
        border-bottom: none;
    }

.capital-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: rgba(0, 61, 165, .10);
    color: #003DA5;
    font-weight: 900;
}

.capital-step-content h3 {
    font-size: 1.05rem;
    font-weight: 900;
    margin-bottom: 14px;
    color: #151a23;
}

.capital-result {
    border: 1px solid rgba(0, 61, 165, .12);
    border-radius: 22px;
    padding: 20px;
    background: #ffffff;
}

.capital-result-header {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(21, 26, 35, .08);
    padding-bottom: 16px;
}

.capital-result-main {
    text-align: right;
}

    .capital-result-main span {
        display: block;
        color: var(--elite-muted, #667085);
        font-size: .85rem;
    }

    .capital-result-main strong {
        display: block;
        color: #003DA5;
        font-size: 1.6rem;
        font-weight: 900;
    }

.capital-treatment-alert {
    background: #fff7e6;
    border: 1px solid rgba(245, 158, 11, .28);
    border-radius: 16px;
    padding: 14px 16px;
    color: #7a4b00;
    line-height: 1.55;
}

.capital-scenario-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.capital-scenario-card {
    border: 1px solid rgba(21, 26, 35, .10);
    border-radius: 18px;
    padding: 18px;
    background: #ffffff;
}

    .capital-scenario-card.is-highlighted {
        border-color: rgba(0, 61, 165, .28);
        background: #f7fbff;
    }

.capital-scenario-label {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(0, 61, 165, .08);
    color: #003DA5;
    font-size: .78rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.capital-scenario-card h4 {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 14px;
    color: #151a23;
}

.capital-result-row,
.capital-breakdown-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(21, 26, 35, .07);
}

    .capital-result-row:last-child,
    .capital-breakdown-row:last-child {
        border-bottom: none;
    }

    .capital-result-row span,
    .capital-breakdown-row span {
        color: #344054;
    }

    .capital-result-row strong,
    .capital-breakdown-row strong {
        color: #151a23;
        white-space: nowrap;
    }

.capital-breakdown {
    border-top: 1px solid rgba(21, 26, 35, .08);
    padding-top: 12px;
}

@media (max-width: 991.98px) {
    .capital-scenario-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .capital-step {
        grid-template-columns: 1fr;
    }

    .capital-result-header {
        display: block;
    }

    .capital-result-main {
        text-align: left;
        margin-top: 14px;
    }

    .capital-result-row,
    .capital-breakdown-row {
        display: block;
    }

        .capital-result-row strong,
        .capital-breakdown-row strong {
            display: block;
            margin-top: 4px;
        }
}*/


/* ETAPA 6I.C - Capital Gain Calculator redesign */
/*.capital-gain-redesign {
    background: radial-gradient(circle at top left, rgba(0, 61, 165, .07), transparent 34rem), linear-gradient(180deg, #fffaf2 0%, #ffffff 42%, #fffaf2 100%);
}

.capital-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: stretch;
    padding: 34px;
    border: 1px solid rgba(0, 61, 165, .12);
    border-radius: 34px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
}

.capital-hero-copy h1 {
    max-width: 820px;
    margin: 14px 0;
    color: #111827;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 950;
}

.capital-hero-copy p {
    max-width: 760px;
    margin: 0;
    color: #667085;
    font-size: 1.12rem;
    line-height: 1.75;
}

.capital-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

    .capital-hero-badges span {
        display: inline-flex;
        align-items: center;
        border-radius: 999px;
        padding: 8px 13px;
        background: #f1f5ff;
        color: #003DA5;
        font-weight: 800;
        font-size: .86rem;
    }

.capital-hero-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 260px;
    border-radius: 28px;
    padding: 24px;
    color: #ffffff;
    background: linear-gradient(145deg, rgba(0, 61, 165, .96), rgba(18, 33, 71, .96)), radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 18rem);
    box-shadow: 0 18px 45px rgba(0, 61, 165, .24);
}

    .capital-hero-card span {
        color: rgba(255, 255, 255, .72);
        font-size: .78rem;
        text-transform: uppercase;
        letter-spacing: .12em;
        font-weight: 900;
    }

    .capital-hero-card strong {
        display: block;
        margin-top: 10px;
        font-size: 1.45rem;
        line-height: 1.18;
        font-weight: 950;
    }

    .capital-hero-card p {
        margin: 12px 0 0;
        color: rgba(255, 255, 255, .82);
        line-height: 1.6;
    }

.capital-gain-tool-card {
    border-radius: 30px;
    overflow: hidden;
}

.capital-calculator-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(21, 26, 35, .08);
}

    .capital-calculator-header h2 {
        margin: 8px 0;
        font-size: clamp(1.5rem, 2vw, 2.2rem);
        font-weight: 950;
        letter-spacing: -.035em;
        color: #111827;
    }

    .capital-calculator-header p {
        max-width: 760px;
        margin: 0;
        color: #667085;
        line-height: 1.7;
    }

.capital-form-shell {
    display: grid;
    gap: 18px;
    margin-top: 22px;
}

.capital-form-section {
    border: 1px solid rgba(21, 26, 35, .08);
    border-radius: 24px;
    padding: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
}

.capital-form-section-heading {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

    .capital-form-section-heading > span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 17px;
        background: #f1f5ff;
        color: #003DA5;
        font-weight: 950;
    }

    .capital-form-section-heading h3 {
        margin: 0;
        color: #111827;
        font-size: 1.12rem;
        font-weight: 950;
    }

    .capital-form-section-heading p {
        margin: 4px 0 0;
        color: #667085;
        line-height: 1.5;
    }

.capital-money-input .input-group-text {
    border-color: rgba(0, 61, 165, .12);
    background: #f8fbff;
    color: #003DA5;
    font-weight: 900;
}

.capital-question-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.capital-question-card {
    border: 1px solid rgba(21, 26, 35, .08);
    border-radius: 20px;
    padding: 16px;
    background: #ffffff;
}

    .capital-question-card label {
        display: block;
        min-height: 48px;
        margin-bottom: 10px;
        color: #111827;
        font-weight: 900;
        line-height: 1.35;
    }

    .capital-question-card.is-auto {
        background: #f8fbff;
        border-color: rgba(0, 61, 165, .16);
    }

.capital-auto-status {
    min-height: 38px;
    border-radius: 14px;
    padding: 10px 12px;
    background: #f3f4f6;
    color: #667085;
    font-weight: 800;
    line-height: 1.35;
}

    .capital-auto-status.is-valid {
        background: #eaf7ef;
        color: #087443;
    }

    .capital-auto-status.is-invalid {
        background: #fff4e6;
        color: #9a5b00;
    }

.capital-reference-note {
    margin-top: 16px;
    border-radius: 20px;
    padding: 16px;
    background: #f8fbff;
    border: 1px solid rgba(0, 61, 165, .12);
}

    .capital-reference-note span {
        display: block;
        color: #003DA5;
        font-weight: 950;
        font-size: .8rem;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

    .capital-reference-note strong {
        display: block;
        margin-top: 5px;
        color: #111827;
        line-height: 1.45;
    }

    .capital-reference-note small {
        display: block;
        margin-top: 6px;
        color: #667085;
        line-height: 1.45;
    }

.capital-result-redesign {
    border-radius: 30px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 61, 165, .14);
    box-shadow: 0 22px 60px rgba(15, 23, 42, .08);
}

.capital-result-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(21, 26, 35, .08);
}

    .capital-result-top h3 {
        margin: 8px 0 0;
        color: #111827;
        font-weight: 950;
        letter-spacing: -.025em;
    }

.capital-result-difference {
    text-align: right;
    min-width: 220px;
}

    .capital-result-difference span {
        display: block;
        color: #667085;
        font-size: .86rem;
        font-weight: 700;
    }

    .capital-result-difference strong {
        display: block;
        margin-top: 4px;
        color: #003DA5;
        font-size: 2rem;
        font-weight: 950;
        letter-spacing: -.035em;
    }

.capital-treatment-alert-redesign {
    margin-top: 16px;
    border-radius: 18px;
    padding: 14px 16px;
    background: #fff7e6;
    border: 1px solid rgba(245, 158, 11, .28);
    color: #7a4b00;
    line-height: 1.55;
    font-weight: 700;
}

.capital-scenario-redesign-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.capital-scenario-redesign-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 22px;
    border: 1px solid rgba(21, 26, 35, .10);
    background: #ffffff;
}

    .capital-scenario-redesign-card.is-featured {
        border-color: rgba(0, 61, 165, .26);
        background: radial-gradient(circle at top right, rgba(0, 61, 165, .08), transparent 14rem), #f8fbff;
    }

.capital-scenario-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 11px;
    background: #f1f5ff;
    color: #003DA5;
    font-weight: 950;
    font-size: .78rem;
}

.capital-scenario-redesign-card h4 {
    margin: 14px 0 8px;
    color: #111827;
    font-weight: 950;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.capital-scenario-redesign-card p {
    min-height: 52px;
    margin: 0 0 14px;
    color: #667085;
    line-height: 1.55;
}

.capital-metric {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-top: 1px solid rgba(21, 26, 35, .08);
}

    .capital-metric span {
        color: #344054;
        line-height: 1.35;
    }

    .capital-metric strong {
        color: #111827;
        font-weight: 950;
        white-space: nowrap;
    }

.capital-summary-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

    .capital-summary-strip div {
        border-radius: 18px;
        padding: 14px;
        background: #fffaf2;
        border: 1px solid rgba(21, 26, 35, .07);
    }

    .capital-summary-strip span {
        display: block;
        color: #667085;
        font-size: .82rem;
        font-weight: 700;
    }

    .capital-summary-strip strong {
        display: block;
        margin-top: 5px;
        color: #111827;
        font-weight: 950;
    }

.capital-legal-disclaimer {
    margin-top: 18px;
    border-radius: 20px;
    padding: 18px;
    background: #fafafa;
    border: 1px solid rgba(21, 26, 35, .08);
}

    .capital-legal-disclaimer h4 {
        margin: 0 0 8px;
        color: #111827;
        font-size: 1rem;
        font-weight: 950;
    }

    .capital-legal-disclaimer p {
        margin: 0;
        color: #667085;
        line-height: 1.65;
        font-size: .94rem;
    }

.capital-seo-card {
    margin-top: 22px;
    border-radius: 28px;
    padding: 26px;
    background: #ffffff;
    border: 1px solid rgba(21, 26, 35, .08);
}

    .capital-seo-card h2 {
        margin: 0 0 10px;
        color: #111827;
        font-weight: 950;
        letter-spacing: -.025em;
    }

    .capital-seo-card p {
        margin: 0;
        color: #667085;
        line-height: 1.75;
    }

.capital-sticky-side {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 16px;
}

.capital-side-note {
    border-radius: 24px;
    padding: 18px;
    background: #111827;
    color: #ffffff;
}

    .capital-side-note span {
        display: block;
        color: rgba(255, 255, 255, .72);
        text-transform: uppercase;
        letter-spacing: .08em;
        font-size: .75rem;
        font-weight: 900;
    }

    .capital-side-note p {
        margin: 8px 0 0;
        color: rgba(255, 255, 255, .84);
        line-height: 1.55;
    }

@media (max-width: 991.98px) {
    .capital-hero-panel {
        grid-template-columns: 1fr;
    }

    .capital-question-grid,
    .capital-scenario-redesign-grid,
    .capital-summary-strip {
        grid-template-columns: 1fr;
    }

    .capital-sticky-side {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .capital-hero-panel {
        padding: 22px;
        border-radius: 26px;
    }

    .capital-form-section {
        padding: 18px;
    }

    .capital-result-top {
        display: block;
    }

    .capital-result-difference {
        text-align: left;
        margin-top: 14px;
    }

    .capital-metric {
        display: block;
    }

        .capital-metric strong {
            display: block;
            margin-top: 5px;
        }
}*/


/* ============================================================
   ETAPA 8G - AI Property Search Chat
   ============================================================ */

/*.elite-ai-search-section {
    background: linear-gradient(180deg, var(--elite-cream) 0%, #fffaf2 100%);
}

.elite-ai-search-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 24px;
    align-items: stretch;
    border: 1px solid rgba(21, 26, 35, .08);
    border-radius: 34px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 24px 70px rgba(21, 26, 35, .08);
    padding: 26px;
}

.elite-ai-search-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
    padding: 24px;
    border-radius: 28px;
    background: radial-gradient(circle at top left, rgba(0, 61, 165, .10), transparent 18rem), linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

    .elite-ai-search-copy h2 {
        max-width: 720px;
        margin: 16px 0 14px;
        color: var(--elite-ink);
        font-size: clamp(2rem, 3.5vw, 3.8rem);
        line-height: .98;
        letter-spacing: -.055em;
        font-weight: 900;
    }

    .elite-ai-search-copy p {
        max-width: 720px;
        color: var(--elite-muted);
        font-size: 1.05rem;
        line-height: 1.7;
        margin: 0;
    }

.elite-ai-search-examples {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.elite-ai-example {
    border: 1px solid rgba(0, 61, 165, .14);
    border-radius: 999px;
    background: #ffffff;
    color: var(--elite-blue);
    font-size: .9rem;
    font-weight: 900;
    padding: .62rem .85rem;
}

    .elite-ai-example:hover {
        border-color: var(--elite-blue);
        background: #eef4ff;
    }

.elite-ai-chat-card {
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(21, 26, 35, .09);
    box-shadow: 0 18px 45px rgba(21, 26, 35, .07);
    padding: 22px;
}

.elite-ai-chat-label {
    display: block;
    margin-bottom: 10px;
    color: var(--elite-blue);
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.elite-ai-chat-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: stretch;
}

    .elite-ai-chat-input-row textarea {
        min-height: 118px;
        resize: vertical;
        border: 1px solid var(--elite-line);
        border-radius: 22px;
        padding: 16px 18px;
        color: var(--elite-ink);
        font-size: 1rem;
        line-height: 1.5;
        outline: none;
    }

        .elite-ai-chat-input-row textarea:focus {
            border-color: rgba(0, 61, 165, .42);
            box-shadow: 0 0 0 4px rgba(0, 61, 165, .08);
        }

.elite-ai-chat-submit {
    align-self: stretch;
    min-width: 122px;
}

.elite-ai-chat-note {
    margin: 12px 0 0;
    color: var(--elite-muted);
    font-size: .86rem;
    line-height: 1.55;
}

.elite-ai-chat-status {
    min-height: 22px;
    margin-top: 14px;
    color: var(--elite-blue);
    font-size: .92rem;
    font-weight: 800;
}

.elite-ai-chat-response {
    margin-top: 14px;
    border-radius: 24px;
    border: 1px solid rgba(0, 61, 165, .12);
    background: #f8fbff;
    padding: 18px;
}

    .elite-ai-chat-response.is-warning {
        border-color: rgba(220, 28, 46, .18);
        background: #fff7f7;
    }

.elite-ai-chat-message {
    color: var(--elite-ink);
    font-weight: 850;
    line-height: 1.5;
}

.elite-ai-chat-results-wrap {
    margin-top: 18px;
}

.elite-ai-chat-results-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

    .elite-ai-chat-results-grid .elite-property-card {
        box-shadow: 0 14px 34px rgba(21, 26, 35, .07);
    }

    .elite-ai-chat-results-grid .elite-property-content {
        padding: 16px;
    }

.elite-ai-chat-actions {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

@media (max-width: 991.98px) {
    .elite-ai-search-panel {
        grid-template-columns: 1fr;
    }

    .elite-ai-search-copy {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .elite-ai-search-panel {
        border-radius: 26px;
        padding: 16px;
    }

    .elite-ai-search-copy,
    .elite-ai-chat-card {
        border-radius: 22px;
        padding: 18px;
    }

    .elite-ai-chat-input-row {
        grid-template-columns: 1fr;
    }

    .elite-ai-chat-submit {
        min-height: 48px;
    }

    .elite-ai-chat-results-grid {
        grid-template-columns: 1fr;
    }
}*/


/* ============================================================
   ETAPA 9D - AI Lead Assistant Home UI
   ============================================================ */

/*.elite-ai-lead-copy-box {
    margin-top: 24px;
    border: 1px solid rgba(0, 61, 165, .12);
    border-radius: 22px;
    background: rgba(255, 255, 255, .78);
    padding: 18px;
}

    .elite-ai-lead-copy-box span {
        display: block;
        color: var(--elite-blue);
        font-size: .78rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .08em;
        margin-bottom: 6px;
    }

    .elite-ai-lead-copy-box strong {
        display: block;
        color: var(--elite-ink);
        font-size: 1rem;
        line-height: 1.45;
    }

.elite-ai-chat-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.elite-ai-lead-panel {
    margin-top: 18px;
    border: 1px solid rgba(0, 61, 165, .14);
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
    box-shadow: 0 18px 45px rgba(21, 26, 35, .08);
    overflow: hidden;
}

.elite-ai-lead-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(21, 26, 35, .08);
    background: #ffffff;
}

    .elite-ai-lead-header span {
        display: block;
        color: var(--elite-blue);
        font-size: .76rem;
        font-weight: 900;
        letter-spacing: .08em;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .elite-ai-lead-header h3 {
        margin: 0;
        color: var(--elite-ink);
        font-size: 1.15rem;
        font-weight: 900;
        line-height: 1.15;
        letter-spacing: -.02em;
    }

.elite-ai-lead-close {
    width: 38px;
    height: 38px;
    border: 1px solid var(--elite-line);
    border-radius: 999px;
    background: #fff;
    color: var(--elite-muted);
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 800;
}

    .elite-ai-lead-close:hover {
        color: var(--elite-red);
        border-color: rgba(220, 28, 46, .20);
        background: #fff7f7;
    }

.elite-ai-lead-transcript {
    display: grid;
    gap: 10px;
    max-height: 300px;
    overflow-y: auto;
    padding: 18px;
    background: #f8fbff;
}

.elite-ai-lead-bubble {
    max-width: 86%;
    border-radius: 18px;
    padding: 12px 14px;
    font-size: .95rem;
    line-height: 1.5;
    word-break: break-word;
}

    .elite-ai-lead-bubble.is-assistant {
        justify-self: start;
        background: #ffffff;
        color: var(--elite-ink);
        border: 1px solid rgba(0, 61, 165, .10);
    }

    .elite-ai-lead-bubble.is-user {
        justify-self: end;
        background: var(--elite-blue);
        color: #ffffff;
    }

    .elite-ai-lead-bubble.is-warning {
        background: #fff7f7;
        color: #7f1d1d;
        border-color: rgba(220, 28, 46, .20);
    }

.elite-ai-lead-panel form {
    padding: 18px;
}

.elite-ai-lead-quick-fields {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 12px;
}

    .elite-ai-lead-quick-fields .form-control {
        min-height: 44px;
        border-radius: 15px;
        border-color: var(--elite-line);
        font-size: .92rem;
    }

.elite-ai-lead-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: stretch;
}

    .elite-ai-lead-input-row textarea {
        min-height: 78px;
        resize: vertical;
        border: 1px solid var(--elite-line);
        border-radius: 18px;
        padding: 13px 14px;
        color: var(--elite-ink);
        font-size: .95rem;
        line-height: 1.5;
        outline: none;
    }

        .elite-ai-lead-input-row textarea:focus,
        .elite-ai-lead-quick-fields .form-control:focus {
            border-color: rgba(0, 61, 165, .42);
            box-shadow: 0 0 0 4px rgba(0, 61, 165, .08);
        }

.elite-ai-lead-submit {
    min-width: 104px;
    align-self: stretch;
}

.elite-ai-lead-disclaimer {
    margin: 10px 0 0;
    color: var(--elite-muted);
    font-size: .78rem;
    line-height: 1.45;
}

#eliteAiLeadAssistantForm.is-loading {
    opacity: .72;
    pointer-events: none;
}

#eliteAiLeadAssistantForm.is-complete .elite-ai-lead-quick-fields,
#eliteAiLeadAssistantForm.is-complete .elite-ai-lead-input-row {
    opacity: .55;
}

@media (max-width: 991.98px) {
    .elite-ai-lead-quick-fields {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .elite-ai-chat-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .elite-ai-lead-header {
        padding: 16px;
    }

    .elite-ai-lead-transcript {
        max-height: 260px;
        padding: 14px;
    }

    .elite-ai-lead-panel form {
        padding: 14px;
    }

    .elite-ai-lead-input-row {
        grid-template-columns: 1fr;
    }

    .elite-ai-lead-submit {
        min-height: 46px;
    }

    .elite-ai-lead-bubble {
        max-width: 94%;
    }
}*/