
:root {
    --inmoblo-primary: #17233c;
    --inmoblo-primary-soft: #eef2f7;
    --inmoblo-page: #f7f8fb;
    --inmoblo-border: #e7ebf1;
    --inmoblo-text: #253044;
}

html {
    scroll-behavior: smooth;
}

.public-body {
    background: var(--inmoblo-page);
    color: var(--inmoblo-text);
}

.public-nav {
    min-height: 72px;
    z-index: 1030;
}

.public-brand-mark {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--inmoblo-primary);
    color: #fff;
    margin-right: 8px;
}

.public-hero {
    padding: 70px 0 60px;
    background:
        radial-gradient(circle at 80% 20%, rgba(23,35,60,.11), transparent 30%),
        linear-gradient(180deg, #ffffff, #f7f8fb);
}

.public-hero h1 {
    font-weight: 750;
    letter-spacing: -.035em;
    max-width: 760px;
}

.public-search-box {
    background: #fff;
    border: 1px solid var(--inmoblo-border);
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(31,41,55,.07);
}

.section-title {
    font-weight: 720;
    letter-spacing: -.02em;
}

.property-card {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 22px rgba(31,41,55,.055);
    transition: transform .18s ease, box-shadow .18s ease;
}

.property-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(31,41,55,.09);
}

.property-card-image {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    background: #eef1f5;
}

.property-badge {
    position: absolute;
    top: 12px;
    left: 12px;
}

.property-price {
    font-size: 1.2rem;
    font-weight: 700;
}

.property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: .875rem;
    color: #687386;
}

.property-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.public-filter-card {
    border: 0;
    box-shadow: 0 5px 22px rgba(31,41,55,.055);
}

.detail-gallery-main {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 16px;
    background: #eef1f5;
}

.detail-gallery-thumb {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 12px;
}

.detail-card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 5px 22px rgba(31,41,55,.055);
}

.contact-sticky {
    position: sticky;
    top: 92px;
}

.public-footer {
    background: #fff;
    border-top: 1px solid var(--inmoblo-border);
}

.public-footer a {
    color: #5e6879;
    text-decoration: none;
}

.public-footer a:hover {
    color: var(--inmoblo-primary);
}

.how-card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(31,41,55,.045);
}

.how-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--inmoblo-primary-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.empty-image {
    aspect-ratio: 16/10;
    background: #eef1f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca5b4;
    font-size: 2rem;
}

@media (max-width: 991.98px) {
    .public-hero {
        padding: 46px 0;
    }

    .contact-sticky {
        position: static;
    }
}


/* Home / Branding V1 nav refinements */
.public-nav .navbar-brand img {
    max-height: 48px;
}

.public-nav .nav-link {
    font-weight: 500;
}

.public-nav .nav-link.active {
    color: var(--inmoblo-teal-dark);
}

.public-nav .btn-primary {
    color: #fff;
}
