/*
|--------------------------------------------------------------------------
| VICVER REAL ESTATE — HOME
|--------------------------------------------------------------------------
| Hoja de estilos completa del Home modular.
| Incluye:
| - Hero + navegación
| - Buscador
| - Confianza
| - Propiedades destacadas
| - Alquilar
| - Vender
| - Servicios
| - Zonas
| - Nosotros
| - Blog
| - Contacto
| - Cierre / estadísticas
| - Menú móvil generado por home.js
| - Responsive + accesibilidad
|--------------------------------------------------------------------------
*/

.vr-home,
.vr-home *,
.vr-home *::before,
.vr-home *::after {
    box-sizing: border-box;
}

.vr-home {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111827;
    background: #f8f7f3;
}

.vr-home img {
    max-width: 100%;
}

.vr-home a {
    -webkit-tap-highlight-color: transparent;
}

/* =========================================================
   HEADER
========================================================= */

.vr-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: linear-gradient(to bottom, rgba(0,0,0,.48), rgba(0,0,0,0));
    transition: background .3s ease, backdrop-filter .3s ease;
}

.vr-header.is-scrolled {
    position: fixed;
    background: rgba(10,13,15,.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.vr-header-inner {
    width: min(1500px, calc(100% - 90px));
    min-height: 105px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.vr-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
}

.vr-logo-symbol {
    width: 43px;
    height: 43px;
    border: 1px solid rgba(211,181,125,.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 300;
    color: #d8bb83;
}

.vr-logo-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vr-logo-name strong {
    font-size: 21px;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 400;
}

.vr-logo-name small {
    font-size: 8px;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: 400;
    color: rgba(255,255,255,.78);
}

.vr-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex: 1;
}

.vr-navigation a {
    position: relative;
    color: rgba(255,255,255,.94);
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .3px;
}

.vr-navigation a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 1px;
    background: #d8bb83;
    transition: width .25s ease;
}

.vr-navigation a:hover,
.vr-navigation a:focus-visible {
    color: #d8bb83;
}

.vr-navigation a:hover::after,
.vr-navigation a:focus-visible::after {
    width: 100%;
}

.vr-header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.vr-favorite-button {
    width: 39px;
    height: 39px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 25px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
}

.vr-favorite-button.active {
    color: #d8bb83;
}

.vr-agent-button,
.vr-contact-button {
    min-width: 118px;
    padding: 13px 18px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none !important;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .5px;
    white-space: nowrap;
    transition: all .25s ease;
}

.vr-agent-button {
    border: 1px solid rgba(216,187,131,.75);
    color: #d8bb83 !important;
    background: rgba(0,0,0,.12);
}

.vr-agent-button:hover,
.vr-agent-button:focus-visible {
    background: #d8bb83;
    border-color: #d8bb83;
    color: #111 !important;
}

.vr-contact-button {
    padding-left: 21px;
    padding-right: 21px;
    border: 1px solid rgba(255,255,255,.55);
    color: #fff;
}

.vr-contact-button:hover,
.vr-contact-button:focus-visible {
    background: #d8bb83;
    border-color: #d8bb83;
    color: #111;
}

.vr-menu-button {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.vr-menu-button span {
    width: 23px;
    height: 1px;
    background: #fff;
    transition: transform .25s ease, opacity .25s ease;
}

.vr-menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
}

.vr-menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}

/* =========================================================
   MENÚ MÓVIL — generado por home.js
========================================================= */

.vr-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
    pointer-events: none;
}

.vr-mobile-menu.is-open,
.vr-mobile-menu.open {
    visibility: visible;
    pointer-events: auto;
}

.vr-mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4,7,9,.62);
    opacity: 0;
    transition: opacity .3s ease;
}

.vr-mobile-menu.is-open .vr-mobile-menu-backdrop,
.vr-mobile-menu.open .vr-mobile-menu-backdrop {
    opacity: 1;
}

.vr-mobile-menu-panel {
    position: relative;
    width: min(390px, 88vw);
    height: 100%;
    padding: 100px 28px 35px;
    overflow-y: auto;
    background: #101417;
    box-shadow: -20px 0 60px rgba(0,0,0,.25);
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.2,.65,.25,1);
}

.vr-mobile-menu.is-open .vr-mobile-menu-panel,
.vr-mobile-menu.open .vr-mobile-menu-panel {
    transform: translateX(0);
}

.vr-mobile-menu-close {
    position: absolute;
    top: 28px;
    right: 24px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(216,187,131,.45);
    border-radius: 50%;
    background: transparent;
    color: #d8bb83;
    font-size: 22px;
    cursor: pointer;
}

.vr-mobile-menu-nav {
    display: flex;
    flex-direction: column;
}

.vr-mobile-menu-nav a {
    padding: 17px 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
    color: rgba(255,255,255,.92);
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
}

.vr-mobile-menu-nav a:hover,
.vr-mobile-menu-nav a:focus-visible {
    color: #d8bb83;
}

.vr-mobile-menu-footer {
    margin-top: 35px;
    color: rgba(255,255,255,.45);
    font-size: 9px;
    letter-spacing: 3px;
}

/* =========================================================
   HERO
========================================================= */

.vr-hero {
    position: relative;
    width: 100%;
    min-height: 850px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    isolation: isolate;
}

.vr-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.01);
    z-index: -3;
}

.vr-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(
        90deg,
        rgba(6,9,11,.83) 0%,
        rgba(6,9,11,.58) 35%,
        rgba(6,9,11,.15) 68%,
        rgba(6,9,11,.20) 100%
    );
}

.vr-hero-container {
    position: relative;
    z-index: 5;
    width: min(1500px, calc(100% - 90px));
    margin: 0 auto;
    min-height: 850px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vr-hero-content {
    width: 850px;
    padding-top: 85px;
}

.vr-hero-eyebrow {
    margin-bottom: 24px;
    font-size: 11px;
    letter-spacing: 5px;
    font-weight: 500;
    color: rgba(255,255,255,.88);
}

.vr-hero-title {
    margin: 0;
    font-size: clamp(54px,5.6vw,88px);
    line-height: .99;
    letter-spacing: -3px;
    font-weight: 400;
    color: #fff;
}

.vr-hero-title span {
    color: #d8bb83;
}

.vr-hero-description {
    margin: 30px 0 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    color: rgba(255,255,255,.83);
}

/* =========================================================
   BUSCADOR
========================================================= */

.vr-search {
    width: min(820px,100%);
    margin-top: 42px;
}

.vr-search-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.vr-search-tabs button {
    padding: 9px 17px;
    border: 0;
    background: rgba(0,0,0,.25);
    color: rgba(255,255,255,.72);
    border-radius: 5px 5px 0 0;
    font-family: inherit;
    font-size: 11px;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.vr-search-tabs button:hover {
    color: #fff;
}

.vr-search-tabs button.active,
.vr-search-tabs button[aria-selected="true"] {
    background: #fff;
    color: #111;
}

.vr-search-box {
    min-height: 78px;
    padding: 9px;
    display: flex;
    align-items: stretch;
    gap: 2px;
    border-radius: 8px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 15px 45px rgba(0,0,0,.22);
}

.vr-search-field {
    min-width: 0;
    flex: 1;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid #e6e6e6;
    cursor: text;
}

.vr-search-field > span:not(.vr-search-pin):not(.vr-field-arrow) {
    min-width: 0;
    flex: 1;
}

.vr-search-field small {
    display: block;
    margin-bottom: 5px;
    color: #8b8b8b;
    font-size: 9px;
    letter-spacing: .4px;
}

.vr-search-field input,
.vr-search-field select {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #222;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
}

.vr-search-field input::placeholder {
    color: #222;
    opacity: 1;
}

.vr-search-field select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.vr-search-pin {
    flex: 0 0 auto;
    font-size: 22px;
    color: #b39460;
}

.vr-field-arrow {
    flex: 0 0 auto;
    margin-left: auto;
    color: #777;
    font-size: 12px;
    pointer-events: none;
}

.vr-search-submit {
    width: 61px;
    min-width: 61px;
    margin-left: 7px;
    border: 0;
    border-radius: 7px;
    background: #d2ad69;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: background .25s ease, transform .25s ease;
}

.vr-search-submit:hover {
    background: #b99554;
    transform: translateY(-1px);
}

/* =========================================================
   DISCOVER + TAGLINE
========================================================= */

.vr-discover {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-top: 27px;
    color: #fff;
    text-decoration: none;
}

.vr-play {
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .25s ease, background .25s ease;
}

.vr-discover:hover .vr-play {
    border-color: #d8bb83;
    background: rgba(216,187,131,.12);
}

.vr-play span {
    margin-left: 2px;
    font-size: 10px;
}

.vr-discover-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vr-discover-text strong {
    font-size: 12px;
    font-weight: 500;
}

.vr-discover-text small {
    font-size: 8px;
    letter-spacing: 2px;
    color: rgba(255,255,255,.6);
}

.vr-hero-tagline {
    align-self: flex-end;
    width: 300px;
    margin-bottom: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.vr-script-text {
    font-family: "Brush Script MT","Segoe Script",cursive;
    font-size: 54px;
    line-height: .88;
    text-align: right;
    color: rgba(255,255,255,.91);
    transform: rotate(-5deg);
}

.vr-script-line {
    width: 110px;
    height: 1px;
    margin-top: 18px;
    margin-right: 8px;
    background: #d8bb83;
    transform: rotate(-8deg);
}

.vr-hero-markers {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.vr-hero-markers > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    opacity: .45;
}

.vr-hero-markers > div.active {
    opacity: 1;
}

.vr-hero-markers strong {
    font-size: 10px;
    font-weight: 400;
}

.vr-hero-markers span {
    writing-mode: vertical-rl;
    font-size: 7px;
    letter-spacing: 2px;
}

.vr-hero-markers > div.active strong {
    color: #d8bb83;
}

/* =========================================================
   TRUST
========================================================= */

.vr-home .vr-trust {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 128px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    display: block !important;
    background: #111417 !important;
    border-top: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
    overflow: hidden;
}

.vr-home .vr-trust-inner {
    width: min(1280px,calc(100% - 80px)) !important;
    max-width: 1280px !important;
    min-height: 128px;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr));
    align-items: center;
    gap: 0 !important;
}

.vr-home .vr-trust-item {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 72px;
    margin: 0 !important;
    padding: 18px 30px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    border: 0 !important;
    background: transparent !important;
}

.vr-home .vr-trust-item + .vr-trust-item {
    border-left: 1px solid rgba(255,255,255,.12) !important;
}

.vr-home .vr-trust-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(216,187,131,.65) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #d8bb83 !important;
    font-size: 18px;
}

.vr-home .vr-trust-text {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 4px !important;
}

.vr-home .vr-trust-text strong {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    white-space: nowrap;
}

.vr-home .vr-trust-text span {
    margin: 0 !important;
    padding: 0 !important;
    color: #d8bb83 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 300 !important;
    white-space: nowrap;
}

/* =========================================================
   PROPIEDADES DESTACADAS
========================================================= */

.vr-featured-properties {
    width: 100%;
    background: #f8f7f3;
    padding: 72px 0 74px;
    overflow: hidden;
}

.vr-featured-inner {
    width: min(1140px,calc(100% - 80px));
    margin: 0 auto;
}

.vr-featured-intro {
    width: 58%;
    padding-bottom: 26px;
}

.vr-section-eyebrow {
    margin-bottom: 14px;
    color: #8e7751;
    font-size: 10px;
    letter-spacing: 6px;
    font-weight: 500;
}

.vr-featured-intro h2 {
    margin: 0;
    color: #101728;
    font-size: clamp(40px,4.1vw,58px);
    line-height: .99;
    letter-spacing: -2px;
    font-weight: 400;
}

.vr-section-accent {
    width: 43px;
    height: 3px;
    margin-top: 22px;
    background: #c7a463;
}

.vr-featured-copy {
    width: 42%;
    margin-left: auto;
    margin-top: -91px;
    padding-bottom: 31px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.vr-featured-copy p {
    width: 100%;
    margin: 0 0 20px;
    color: #77766f;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 300;
}

.vr-all-properties {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 11px 17px;
    border: 1px solid #c9a76d;
    border-radius: 24px;
    color: #171a21;
    text-decoration: none;
    font-size: 11px;
    background: transparent;
    transition: all .25s ease;
}

.vr-all-properties strong {
    color: #9c7a42;
    font-size: 17px;
    font-weight: 400;
}

.vr-all-properties:hover,
.vr-all-properties:focus-visible {
    background: #c9a76d;
    color: #fff;
}

.vr-all-properties:hover strong,
.vr-all-properties:focus-visible strong {
    color: #fff;
}

.vr-properties-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr)) 250px;
    gap: 18px;
    align-items: stretch;
}

.vr-property-card {
    position: relative;
    min-width: 0;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 7px 25px rgba(25,27,30,.07);
}

.vr-property-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.vr-property-card-link:hover {
    color: inherit;
}

.vr-property-image-wrap {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.vr-property-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.vr-property-card:hover .vr-property-image {
    transform: scale(1.045);
}

.vr-property-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 13px;
    border-radius: 20px;
    background: rgba(47,61,70,.86);
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.vr-property-favorite {
    position: absolute;
    top: 10px;
    right: 11px;
    z-index: 4;
    width: 33px;
    height: 33px;
    border: 0;
    background: transparent;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0,0,0,.35);
    font-size: 27px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
}

.vr-property-favorite.active {
    color: #d8bb83;
}

.vr-property-body {
    padding: 13px 15px 17px;
}

.vr-property-location {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 9px;
    color: #88857d;
    font-size: 10px;
}

.vr-property-location > span:first-child {
    color: #b39460;
    font-size: 13px;
}

.vr-property-body h3 {
    min-height: 35px;
    margin: 0 0 11px;
    color: #151a27;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 500;
}

.vr-property-features {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
    color: #72736f;
    font-size: 10px;
}

.vr-property-features > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.vr-property-features i {
    color: #555a5c;
    font-size: 12px;
    font-style: normal;
}

.vr-property-price {
    color: #121722;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.vr-next-home-panel {
    position: relative;
    min-height: 100%;
    border-radius: 125px 125px 7px 7px;
    overflow: hidden;
    background: #15181a;
}

.vr-next-home-image {
    position: absolute;
    inset: 0;
    background-image: url("https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=900&q=90");
    background-size: cover;
    background-position: center;
}

.vr-next-home-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(7,12,14,.15) 0%,
        rgba(7,12,14,.48) 40%,
        rgba(7,12,14,.90) 100%
    );
}

.vr-next-home-content {
    position: relative;
    z-index: 2;
    min-height: 100%;
    padding: 235px 25px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.vr-next-home-title {
    color: #fff;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 4px;
    font-weight: 400;
}

.vr-next-home-line {
    width: 34px;
    height: 2px;
    margin: 17px 0 18px;
    background: #d8bb83;
}

.vr-next-home-content p {
    margin: 0 0 23px;
    color: rgba(255,255,255,.84);
    font-size: 12px;
    line-height: 1.55;
}

.vr-next-home-button {
    width: 49px;
    height: 49px;
    border: 1px solid #d8bb83;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8bb83;
    text-decoration: none;
    font-size: 22px;
    transition: all .25s ease;
}

.vr-next-home-button:hover,
.vr-next-home-button:focus-visible {
    background: #d8bb83;
    color: #15181a;
}

/* =========================================================
   ALQUILAR / VENDER
========================================================= */

.vr-realestate-feature {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: #fff;
}

.vr-realestate-feature + .vr-realestate-feature {
    border-top: 1px solid rgba(20,25,30,.06);
}

.vr-sell-feature {
    background: #f3f1eb;
}

.vr-realestate-feature-inner {
    width: min(1180px,calc(100% - 80px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 88px;
    align-items: center;
}

.vr-realestate-feature-reverse {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}

.vr-realestate-feature-visual {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    background: #ddd9d0;
}

.vr-realestate-feature-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(12,16,20,.02) 45%,rgba(12,16,20,.42) 100%);
    pointer-events: none;
}

.vr-realestate-feature-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 570px;
    object-fit: cover;
    object-position: center;
    transition: transform .8s cubic-bezier(.2,.65,.25,1);
}

.vr-realestate-feature:hover .vr-realestate-feature-visual img {
    transform: scale(1.025);
}

.vr-realestate-feature-badge {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 17px 19px;
    background: rgba(16,20,24,.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
}

.vr-realestate-feature-badge strong {
    color: #d8bb83;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: 500;
}

.vr-realestate-feature-badge span {
    font-size: 11px;
    letter-spacing: .2px;
    color: rgba(255,255,255,.78);
}

.vr-realestate-feature-copy {
    max-width: 540px;
}

.vr-realestate-feature-copy .vr-section-eyebrow {
    display: block;
    margin-bottom: 20px;
}

.vr-realestate-feature-copy h2 {
    margin: 0 0 26px;
    color: #101728;
    font-size: clamp(40px,4.2vw,64px);
    line-height: .99;
    letter-spacing: -2.4px;
    font-weight: 400;
}

.vr-realestate-feature-copy > p {
    margin: 0;
    color: #65655f;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 300;
}

.vr-realestate-feature-copy > p strong {
    color: #34342f;
    font-weight: 500;
}

.vr-feature-points {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    margin: 38px 0 32px;
    border-top: 1px solid rgba(20,25,30,.13);
    border-bottom: 1px solid rgba(20,25,30,.13);
}

.vr-feature-points > div {
    min-width: 0;
    padding: 20px 16px 20px 0;
}

.vr-feature-points > div + div {
    padding-left: 16px;
    border-left: 1px solid rgba(20,25,30,.13);
}

.vr-feature-points span,
.vr-sell-process > div > span {
    display: block;
    margin-bottom: 17px;
    color: #a17e48;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 2.5px;
}

.vr-feature-points strong,
.vr-sell-process strong {
    display: block;
    margin-bottom: 7px;
    color: #171b26;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 500;
}

.vr-feature-points small,
.vr-sell-process small {
    display: block;
    color: #77766f;
    font-size: 11px;
    line-height: 1.55;
    font-weight: 300;
}

.vr-feature-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    min-height: 52px;
    padding: 0 5px 0 0;
    border-bottom: 1px solid rgba(142,110,62,.5);
    color: #8e6e3e;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: gap .25s ease,color .25s ease,border-color .25s ease;
}

.vr-feature-cta strong {
    margin: 0;
    color: inherit;
    font-size: 18px;
    font-weight: 400;
}

.vr-feature-cta:hover,
.vr-feature-cta:focus-visible {
    gap: 46px;
    color: #5d4728;
    border-color: #8e6e3e;
}

.vr-sell-process {
    margin: 38px 0 32px;
}

.vr-sell-process > div {
    display: grid;
    grid-template-columns: 45px minmax(0,1fr);
    gap: 14px;
    padding: 16px 0;
    border-top: 1px solid rgba(20,25,30,.13);
}

.vr-sell-process > div:last-child {
    border-bottom: 1px solid rgba(20,25,30,.13);
}

.vr-sell-process > div > span {
    margin: 3px 0 0;
}

.vr-sell-process p {
    margin: 0;
}

.vr-sell-process strong {
    margin-bottom: 5px;
}

.vr-sell-visual {
    min-height: 610px;
}

.vr-sell-visual img {
    min-height: 610px;
}

.vr-realestate-feature-caption {
    position: absolute;
    z-index: 2;
    right: 28px;
    bottom: 28px;
    max-width: 230px;
    color: #fff;
    text-align: right;
}

.vr-realestate-feature-caption span {
    display: block;
    margin-bottom: 10px;
    color: #d8bb83;
    font-size: 8px;
    letter-spacing: 3px;
}

.vr-realestate-feature-caption strong {
    display: block;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -.6px;
    font-weight: 300;
}

/* =========================================================
   SERVICIOS
========================================================= */

.vr-services {
    width: 100%;
    padding: 96px 0;
    background: #111417;
}

.vr-services-inner {
    width: min(1140px,calc(100% - 80px));
    margin: 0 auto;
}

.vr-services-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.vr-services h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(34px,4vw,56px);
    line-height: 1.04;
    letter-spacing: -1.8px;
    font-weight: 400;
}

.vr-services-heading > p {
    margin: 0;
    color: rgba(255,255,255,.68);
    max-width: 680px;
    font-size: 15px;
    line-height: 1.85;
    font-weight: 300;
}

.vr-services .vr-section-eyebrow {
    color: #d8bb83;
}

.vr-services-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 1px;
    background: rgba(255,255,255,.13);
}

.vr-services-grid article {
    min-height: 250px;
    padding: 30px 28px;
    background: #111417;
    transition: background .25s ease;
}

.vr-services-grid article:hover {
    background: #171c1f;
}

.vr-services-grid article > span {
    color: #d8bb83;
    font-size: 10px;
    letter-spacing: 2px;
}

.vr-services-grid h3 {
    margin: 55px 0 14px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

.vr-services-grid p {
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    line-height: 1.7;
}

/* =========================================================
   ZONAS
========================================================= */

.vr-zones {
    width: 100%;
    padding: 92px 0;
    background: #f8f7f3;
}

.vr-zones-inner {
    width: min(1140px,calc(100% - 80px));
    margin: 0 auto;
}

.vr-zones-intro {
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 42px;
}

.vr-zones h2 {
    max-width: 780px;
    margin: 0;
    color: #101728;
    font-size: clamp(34px,4vw,56px);
    line-height: 1.04;
    letter-spacing: -1.8px;
    font-weight: 400;
}

.vr-zones-intro > p {
    margin: 0;
    color: #66665f;
    font-size: 15px;
    line-height: 1.85;
    font-weight: 300;
}

.vr-zones-showcase {
    display: grid;
    grid-template-columns: 1.35fr .82fr .82fr;
    grid-template-rows: 245px 245px;
    gap: 14px;
}

.vr-zone-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #1a1e20;
    color: #fff;
    text-decoration: none;
}

.vr-zone-card-large {
    grid-row: 1 / -1;
}

.vr-zone-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.65,.25,1);
}

.vr-zone-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(8,11,13,.05) 25%,rgba(8,11,13,.82) 100%);
}

.vr-zone-card-content {
    position: absolute;
    left: 24px;
    right: 20px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vr-zone-card-content small {
    margin-bottom: 7px;
    color: #d8bb83;
    font-size: 8px;
    letter-spacing: 3px;
}

.vr-zone-card-content strong {
    color: #fff;
    font-size: clamp(23px,2.5vw,38px);
    line-height: 1;
    font-weight: 300;
    letter-spacing: -.7px;
}

.vr-zone-card:not(.vr-zone-card-large) .vr-zone-card-content strong {
    font-size: 25px;
}

.vr-zone-card-content em {
    margin-top: 9px;
    color: rgba(255,255,255,.7);
    font-size: 10px;
    font-style: normal;
    letter-spacing: .4px;
}

.vr-zone-card:hover img {
    transform: scale(1.045);
}

.vr-zones-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.vr-zones-links a {
    padding: 12px 18px;
    border: 1px solid #d6c39e;
    border-radius: 24px;
    color: #5d4d35;
    text-decoration: none;
    font-size: 12px;
    transition: background .25s ease,color .25s ease,border-color .25s ease;
}

.vr-zones-links a:hover,
.vr-zones-links a:focus-visible {
    background: #d8bb83;
    border-color: #d8bb83;
    color: #111;
}

/* =========================================================
   NOSOTROS
========================================================= */

.vr-about {
    width: 100%;
    padding: 105px 0;
    background: #fff;
}

.vr-about-inner {
    width: min(1140px,calc(100% - 80px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0,1fr) 420px;
    gap: 90px;
    align-items: center;
}

.vr-about-copy {
    max-width: 720px;
}

.vr-about h2 {
    margin: 0 0 28px;
    color: #101728;
    font-size: clamp(34px,4vw,56px);
    line-height: 1.04;
    letter-spacing: -1.8px;
    font-weight: 400;
}

.vr-about-copy p {
    margin: 0 0 18px;
    color: #66665f;
    font-size: 15px;
    line-height: 1.85;
    font-weight: 300;
}

.vr-about-cta {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 14px;
    color: #8e6e3e;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid rgba(142,110,62,.35);
    padding-bottom: 8px;
    transition: gap .25s ease,color .25s ease;
}

.vr-about-cta span {
    font-size: 18px;
}

.vr-about-cta:hover,
.vr-about-cta:focus-visible {
    gap: 30px;
    color: #5d4728;
}

.vr-about-visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #15191b;
    border-radius: 190px 190px 10px 10px;
}

.vr-about-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(8,11,13,.02) 35%,rgba(8,11,13,.58) 100%);
    pointer-events: none;
}

.vr-about-visual img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
}

.vr-about-highlight {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: rgba(15,19,21,.76);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    text-align: center;
}

.vr-about-highlight strong,
.vr-about-highlight span,
.vr-about-highlight em {
    font-size: 13px;
    line-height: 1;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 2px;
}

.vr-about-highlight strong {
    color: #d8bb83;
}

.vr-about-highlight span {
    color: #fff;
}

.vr-about-highlight em {
    color: rgba(255,255,255,.48);
}

/* =========================================================
   BLOG
========================================================= */

.vr-blog {
    width: 100%;
    padding: 92px 0;
    background: #f3f1eb;
}

.vr-blog-inner {
    width: min(1140px,calc(100% - 80px));
    margin: 0 auto;
}

.vr-blog-heading {
    max-width: 850px;
    margin-bottom: 46px;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(260px,.75fr);
    gap: 55px;
    align-items: end;
}

.vr-blog-heading h2 {
    margin: 0;
    color: #101728;
    font-size: clamp(34px,4vw,56px);
    line-height: 1.04;
    letter-spacing: -1.8px;
    font-weight: 400;
}

.vr-blog-heading > p {
    margin: 0;
    color: #66665f;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
}

.vr-blog-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}

.vr-blog-grid article {
    min-width: 0;
    background: #fff;
    border: 1px solid rgba(20,25,30,.06);
    overflow: hidden;
    transition: transform .3s ease,box-shadow .3s ease;
}

.vr-blog-grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(25,27,30,.08);
}

.vr-blog-image {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.vr-blog-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.vr-blog-grid article:hover .vr-blog-image img {
    transform: scale(1.04);
}

.vr-blog-image > span {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 7px 11px;
    background: rgba(16,20,24,.78);
    color: #d8bb83;
    font-size: 8px;
    letter-spacing: 2px;
}

.vr-blog-card-copy {
    padding: 27px 28px 30px;
}

.vr-blog-card-copy h3 {
    min-height: 58px;
    margin: 0 0 15px;
    color: #171b26;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
}

.vr-blog-card-copy p {
    min-height: 66px;
    margin: 0 0 22px;
    color: #72716b;
    font-size: 13px;
    line-height: 1.7;
}

.vr-blog-card-copy a {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #8e6e3e;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
}

.vr-blog-card-copy a span {
    font-size: 17px;
    transition: transform .2s ease;
}

.vr-blog-card-copy a:hover span {
    transform: translateX(4px);
}

/* =========================================================
   CONTACTO
========================================================= */

.vr-contact {
    width: 100%;
    padding: 80px 0;
    background: #15191b;
}

.vr-contact-inner {
    width: min(1140px,calc(100% - 80px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.vr-contact-copy {
    max-width: 760px;
}

.vr-contact .vr-section-eyebrow {
    color: #d8bb83;
}

.vr-contact h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(34px,4vw,56px);
    line-height: 1.04;
    letter-spacing: -1.8px;
    font-weight: 400;
}

.vr-contact p {
    margin: 0;
    color: rgba(255,255,255,.66);
    font-size: 15px;
    line-height: 1.85;
    font-weight: 300;
}

.vr-contact-action {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 13px;
}

.vr-contact-action > span {
    color: rgba(255,255,255,.4);
    font-size: 8px;
    letter-spacing: 3px;
}

.vr-contact-cta {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    min-height: 56px;
    padding: 0 24px;
    border: 1px solid #d8bb83;
    border-radius: 30px;
    color: #d8bb83;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
    transition: background .25s ease,color .25s ease;
}

.vr-contact-cta span {
    font-size: 18px;
}

.vr-contact-cta:hover,
.vr-contact-cta:focus-visible {
    background: #d8bb83;
    color: #15191b;
}

/* =========================================================
   CIERRE / STATS
========================================================= */

.vr-stats {
    position: relative;
    min-height: 160px;
    overflow: hidden;
    background: #101315;
}

.vr-stats-image {
    position: absolute;
    inset: 0;
    background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=80");
    background-size: cover;
    background-position: center 62%;
    opacity: .38;
}

.vr-stats-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7,10,12,.60);
}

.vr-stats-inner {
    position: relative;
    z-index: 2;
    width: min(1140px,calc(100% - 80px));
    min-height: 160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr) 170px;
    align-items: center;
}

.vr-stat {
    min-height: 70px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.20);
}

.vr-stat strong {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
}

.vr-stat span {
    margin-top: 8px;
    color: rgba(255,255,255,.78);
    font-size: 10px;
}

.vr-stats-script {
    padding-left: 22px;
    color: #d8bb83;
    font-family: "Brush Script MT","Segoe Script",cursive;
    font-size: 28px;
    line-height: .95;
    transform: rotate(-5deg);
}

/* =========================================================
   FOCUS / ACCESIBILIDAD
========================================================= */

.vr-home .vr-search-tabs button:focus-visible,
.vr-home .vr-search-submit:focus-visible,
.vr-home .vr-menu-button:focus-visible,
.vr-home .vr-favorite-button:focus-visible,
.vr-home .vr-property-favorite:focus-visible,
.vr-home .vr-mobile-menu-close:focus-visible,
.vr-home a:focus-visible,
.vr-home input:focus-visible,
.vr-home select:focus-visible {
    outline: 2px solid #d8bb83;
    outline-offset: 3px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width:1150px) {
    .vr-header-inner,
    .vr-hero-container {
        width: calc(100% - 50px);
    }

    .vr-navigation {
        gap: 18px;
    }

    .vr-navigation a {
        font-size: 11px;
    }

    .vr-hero-content {
        width: 700px;
    }

    .vr-hero-tagline {
        width: 220px;
    }

    .vr-script-text {
        font-size: 43px;
    }

    .vr-home .vr-trust-inner {
        width: calc(100% - 40px) !important;
    }

    .vr-home .vr-trust-item {
        padding-left: 15px !important;
        padding-right: 15px !important;
        gap: 10px !important;
    }

    .vr-home .vr-trust-icon {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }

    .vr-featured-inner,
    .vr-stats-inner {
        width: calc(100% - 50px);
    }

    .vr-properties-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .vr-next-home-panel {
        grid-column: 1 / -1;
        min-height: 250px;
        border-radius: 80px 80px 7px 7px;
    }

    .vr-next-home-content {
        min-height: 250px;
        padding: 90px 35px 30px;
    }

    .vr-stats-inner {
        grid-template-columns: repeat(4,1fr);
    }

    .vr-stats-script {
        display: none;
    }

    .vr-zones-intro {
        gap: 45px;
    }

    .vr-about-inner {
        grid-template-columns: minmax(0,1fr) 350px;
        gap: 55px;
    }
}

/* =========================================================
   TABLET PEQUEÑO
========================================================= */

@media (max-width:900px) {
    .vr-header-inner {
        min-height: 85px;
    }

    .vr-navigation {
        display: none;
    }

    .vr-menu-button {
        display: flex;
    }

    .vr-hero,
    .vr-hero-container {
        min-height: 760px;
    }

    .vr-hero-content {
        width: 100%;
        max-width: 720px;
    }

    .vr-hero-tagline,
    .vr-hero-markers {
        display: none;
    }

    .vr-home .vr-trust-inner {
        grid-template-columns: repeat(2,minmax(0,1fr));
        width: calc(100% - 30px) !important;
        min-height: auto;
    }

    .vr-home .vr-trust {
        min-height: auto;
    }

    .vr-home .vr-trust-item {
        min-height: 90px;
    }

    .vr-home .vr-trust-item + .vr-trust-item {
        border-left: 0 !important;
    }

    .vr-home .vr-trust-item:nth-child(2),
    .vr-home .vr-trust-item:nth-child(4) {
        border-left: 1px solid rgba(255,255,255,.12) !important;
    }

    .vr-featured-properties {
        padding: 55px 0 60px;
    }

    .vr-featured-intro,
    .vr-featured-copy {
        width: 100%;
    }

    .vr-featured-copy {
        margin-top: 0;
        align-items: flex-start;
    }

    .vr-properties-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .vr-next-home-panel {
        grid-column: 1 / -1;
    }

    .vr-stats-inner {
        grid-template-columns: repeat(2,1fr);
        padding: 25px 0;
    }

    .vr-stat {
        min-height: 70px;
        border-bottom: 1px solid rgba(255,255,255,.14);
    }

    .vr-stat:nth-child(2n) {
        border-right: 0;
    }

    .vr-realestate-feature {
        padding: 76px 0;
    }

    .vr-realestate-feature-inner,
    .vr-realestate-feature-reverse {
        width: calc(100% - 44px);
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .vr-realestate-feature-reverse .vr-realestate-feature-copy {
        order: 1;
    }

    .vr-realestate-feature-reverse .vr-realestate-feature-visual {
        order: 2;
    }

    .vr-realestate-feature-visual,
    .vr-realestate-feature-visual img,
    .vr-sell-visual,
    .vr-sell-visual img {
        min-height: 460px;
    }

    .vr-realestate-feature-copy {
        max-width: none;
    }

    .vr-feature-points {
        grid-template-columns: 1fr;
    }

    .vr-feature-points > div,
    .vr-feature-points > div + div {
        padding: 17px 0;
        border-left: 0;
    }

    .vr-feature-points > div + div {
        border-top: 1px solid rgba(20,25,30,.13);
    }

    .vr-services-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .vr-zones-intro {
        grid-template-columns: 1fr;
        gap: 25px;
        align-items: start;
    }

    .vr-zones-showcase {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 300px 220px 220px;
    }

    .vr-zone-card-large {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .vr-about-inner {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .vr-about-copy {
        max-width: none;
    }

    .vr-about-visual {
        max-width: 430px;
    }

    .vr-blog-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vr-blog-grid {
        grid-template-columns: 1fr;
    }

    .vr-blog-grid article {
        display: grid;
        grid-template-columns: 300px minmax(0,1fr);
    }

    .vr-blog-image {
        height: 100%;
        min-height: 240px;
    }

    .vr-contact-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .vr-contact-action {
        align-items: flex-start;
    }
}

/* =========================================================
   MÓVIL
========================================================= */

@media (max-width:650px) {
    .vr-header-inner {
        width: calc(100% - 32px);
    }

    .vr-logo-symbol {
        width: 37px;
        height: 37px;
        font-size: 18px;
    }

    .vr-logo-name strong {
        font-size: 17px;
        letter-spacing: 4px;
    }

    .vr-logo-name small {
        font-size: 7px;
        letter-spacing: 2px;
    }

    .vr-favorite-button {
        display: none;
    }

    .vr-agent-button {
        min-width: auto;
        padding: 10px 13px;
        font-size: 10px;
    }

    .vr-contact-button {
        min-width: auto;
        padding: 10px 14px;
        font-size: 10px;
    }

    .vr-hero,
    .vr-hero-container {
        min-height: 800px;
    }

    .vr-hero-container {
        width: calc(100% - 32px);
    }

    .vr-hero-content {
        padding-top: 80px;
    }

    .vr-hero-eyebrow {
        font-size: 9px;
        letter-spacing: 3px;
        margin-bottom: 18px;
    }

    .vr-hero-title {
        font-size: clamp(43px,12vw,65px);
        letter-spacing: -2px;
    }

    .vr-hero-description {
        font-size: 14px;
    }

    .vr-search {
        margin-top: 30px;
    }

    .vr-search-tabs {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .vr-search-tabs::-webkit-scrollbar {
        display: none;
    }

    .vr-search-tabs button {
        flex-shrink: 0;
        padding: 8px 12px;
        font-size: 10px;
    }

    .vr-search-box {
        flex-direction: column;
        padding: 5px;
    }

    .vr-search-field {
        min-height: 60px;
        flex: none;
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .vr-search-submit {
        width: 100%;
        height: 54px;
        min-width: 0;
        margin: 5px 0 0;
    }

    .vr-discover {
        margin-top: 22px;
    }

    .vr-hero-overlay {
        background: linear-gradient(
            90deg,
            rgba(6,9,11,.88) 0%,
            rgba(6,9,11,.58) 100%
        );
    }

    .vr-home .vr-trust-inner {
        grid-template-columns: repeat(2,minmax(0,1fr));
        width: calc(100% - 20px) !important;
    }

    .vr-home .vr-trust-item {
        min-height: 105px;
        padding: 15px 10px !important;
        gap: 9px !important;
    }

    .vr-home .vr-trust-icon {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
    }

    .vr-home .vr-trust-text strong {
        font-size: 10px !important;
    }

    .vr-home .vr-trust-text span {
        font-size: 9px !important;
    }

    .vr-featured-inner,
    .vr-stats-inner {
        width: calc(100% - 28px);
    }

    .vr-featured-intro h2 {
        font-size: 40px;
    }

    .vr-featured-copy p {
        font-size: 12px;
    }

    .vr-properties-grid {
        grid-template-columns: 1fr;
    }

    .vr-property-image-wrap {
        height: 220px;
    }

    .vr-next-home-panel {
        min-height: 360px;
        border-radius: 100px 100px 7px 7px;
    }

    .vr-next-home-content {
        min-height: 360px;
        padding: 150px 28px 30px;
    }

    .vr-stats-inner {
        grid-template-columns: repeat(2,1fr);
    }

    .vr-stat {
        padding: 12px 8px;
    }

    .vr-stat strong {
        font-size: 22px;
    }

    .vr-realestate-feature {
        padding: 62px 0;
    }

    .vr-realestate-feature-inner,
    .vr-realestate-feature-reverse {
        width: calc(100% - 36px);
        gap: 34px;
    }

    .vr-realestate-feature-copy h2 {
        margin-bottom: 20px;
        font-size: clamp(36px,11vw,48px);
        letter-spacing: -1.7px;
    }

    .vr-realestate-feature-copy > p {
        font-size: 14px;
        line-height: 1.8;
    }

    .vr-realestate-feature-visual,
    .vr-realestate-feature-visual img,
    .vr-sell-visual,
    .vr-sell-visual img {
        min-height: 370px;
    }

    .vr-realestate-feature-badge {
        left: 18px;
        bottom: 18px;
        padding: 14px 15px;
    }

    .vr-realestate-feature-caption {
        right: 18px;
        bottom: 18px;
    }

    .vr-realestate-feature-caption strong {
        font-size: 20px;
    }

    .vr-feature-points,
    .vr-sell-process {
        margin-top: 30px;
        margin-bottom: 27px;
    }

    .vr-services,
    .vr-zones,
    .vr-about,
    .vr-blog {
        padding: 68px 0;
    }

    .vr-services-inner,
    .vr-zones-inner,
    .vr-about-inner,
    .vr-blog-inner,
    .vr-contact-inner {
        width: calc(100% - 36px);
    }

    .vr-services-grid {
        grid-template-columns: 1fr;
    }

    .vr-services-grid article {
        min-height: auto;
    }

    .vr-services-grid h3 {
        margin-top: 35px;
    }

    .vr-zones-showcase {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4,230px);
    }

    .vr-zone-card-large {
        grid-column: auto;
        grid-row: auto;
    }

    .vr-zone-card-content {
        left: 18px;
        bottom: 18px;
    }

    .vr-about-inner {
        gap: 35px;
    }

    .vr-about-visual {
        min-height: 430px;
        border-radius: 150px 150px 10px 10px;
    }

    .vr-about-visual img {
        min-height: 430px;
    }

    .vr-about-highlight {
        left: 15px;
        right: 15px;
        bottom: 15px;
        gap: 6px;
        padding: 16px 10px;
    }

    .vr-about-highlight strong,
    .vr-about-highlight span,
    .vr-about-highlight em {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .vr-blog-grid article {
        display: block;
    }

    .vr-blog-image {
        height: 220px;
        min-height: 0;
    }

    .vr-blog-card-copy {
        padding: 24px 22px 26px;
    }

    .vr-blog-card-copy h3 {
        min-height: 0;
        font-size: 20px;
    }

    .vr-blog-card-copy p {
        min-height: 0;
    }

    .vr-contact {
        padding: 62px 0;
    }

    .vr-contact-cta {
        width: 100%;
        justify-content: space-between;
    }

    .vr-mobile-menu-panel {
        width: min(360px, 90vw);
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* =========================================================
   MÓVIL MUY PEQUEÑO
========================================================= */

@media (max-width:420px) {
    .vr-logo-name strong {
        font-size: 15px;
    }

    .vr-agent-button,
    .vr-contact-button {
        display: none;
    }

    .vr-hero-title {
        font-size: 42px;
    }

    .vr-home .vr-trust-item {
        flex-direction: column !important;
        text-align: center;
    }

    .vr-home .vr-trust-text {
        align-items: center !important;
    }

    .vr-home .vr-trust-item:nth-child(2),
    .vr-home .vr-trust-item:nth-child(4) {
        border-left: 1px solid rgba(255,255,255,.12) !important;
    }

    .vr-featured-intro h2 {
        font-size: 34px;
    }

    .vr-section-eyebrow {
        letter-spacing: 4px;
    }

    .vr-property-image-wrap {
        height: 200px;
    }

    .vr-about-visual {
        min-height: 380px;
        border-radius: 120px 120px 10px 10px;
    }

    .vr-about-visual img {
        min-height: 380px;
    }

    .vr-zones-links a {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .vr-home *,
    .vr-home *::before,
    .vr-home *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .vr-realestate-feature:hover .vr-realestate-feature-visual img,
    .vr-property-card:hover .vr-property-image,
    .vr-zone-card:hover img,
    .vr-blog-grid article:hover .vr-blog-image img {
        transform: none;
    }
}

