/* Identidad visual exclusiva de Romar Bienes Raíces. */
:root {
    --romar-navy: #062b5b;
    --romar-navy-deep: #031d3d;
    --romar-yellow: #ffd400;
    --romar-cream: #fffdf4;
}

body {
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 212, 0, .08), transparent 24rem),
        var(--modern-bg);
}

.modern-header-inner {
    min-height: 104px;
}

.modern-header:not(.is-scrolled) .modern-header-inner {
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.modern-nav > a:not(.modern-language) {
    font-weight: 750;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.modern-nav > a:not(.modern-language)::after {
    height: 4px;
    background: var(--romar-yellow);
}

.modern-language,
.modern-menu-button {
    border-radius: 10px;
}

.modern-hero-copy {
    max-width: 780px;
}

.modern-hero-copy h1 {
    line-height: .98;
    letter-spacing: -.045em;
}

.modern-hero-copy h1::after,
.modern-section-heading h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 6px;
    margin-top: 22px;
    border-radius: 1px;
    background: var(--romar-yellow);
}

.modern-hero-actions a,
.modern-search-panel button,
.modern-card-button,
.modern-property-contact-submit {
    border-radius: 8px !important;
    box-shadow: 0 10px 24px rgba(6, 43, 91, .18);
    font-weight: 850;
    letter-spacing: .02em;
}

.modern-search-panel {
    border: 1px solid rgba(6, 43, 91, .10);
    border-top: 6px solid var(--romar-yellow);
    border-radius: 12px !important;
    box-shadow: 0 28px 70px rgba(3, 29, 61, .20) !important;
}

.modern-search-tabs,
.modern-search-select-grid select,
.modern-search-input-wrap,
.modern-search-text-field input {
    border-radius: 7px !important;
}

.modern-section-heading h2 {
    color: var(--romar-navy);
    letter-spacing: -.035em;
}

.modern-property-card {
    overflow: hidden;
    border: 1px solid rgba(6, 43, 91, .10);
    border-radius: 10px !important;
    box-shadow: 0 14px 38px rgba(3, 29, 61, .09) !important;
    transition: transform .25s ease, box-shadow .25s ease;
}

.modern-property-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 54px rgba(3, 29, 61, .16) !important;
}

.modern-property-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--romar-yellow) 0 34%, var(--romar-navy) 34% 100%);
}

.modern-card-price {
    color: var(--romar-navy) !important;
}

.modern-zones-section,
.modern-info-panel,
.modern-footer {
    background-color: var(--romar-navy-deep) !important;
}

@media (max-width: 760px) {
    .modern-header-inner { min-height: 78px; }
    .modern-hero-copy h1::after { height: 4px; margin-top: 14px; }
    .modern-search-panel { border-top-width: 5px; }
    .modern-property-card:hover { transform: none; }
}
