.imovelhub-home-featured {
    width: 100%;
}

.imovelhub-home-featured .carousel-item {
    min-height: clamp(360px, 62vh, 640px);
}

.imovelhub-home-featured-slide {
    min-height: clamp(360px, 62vh, 640px);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.imovelhub-home-featured-content {
    max-width: 660px;
    color: #fff;
    padding: 1.25rem 0;
}

.imovelhub-home-featured-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: .75rem;
}

.imovelhub-home-featured-chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .85rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffd966;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    padding: .25rem .6rem;
}

.imovelhub-home-featured-chip .material-symbols-outlined {
    font-size: 1rem;
}

.imovelhub-home-featured-chip-type {
    color: #dbeafe;
}

.imovelhub-home-featured h2 {
    margin: 0 0 .35rem;
    font-size: clamp(1.6rem, 1.1rem + 2vw, 3rem);
    line-height: 1.15;
    color: #fff;
}

.imovelhub-home-featured-price {
    margin: 0 0 1rem;
    font-size: clamp(1.15rem, 1rem + .9vw, 2rem);
    font-weight: 800;
    color: #fff;
}

.imovelhub-home-featured .carousel-indicators {
    margin-bottom: 1.25rem;
}

.imovelhub-home-featured .carousel-indicators button {
    width: 28px;
}

.imovelhub-home-featured .carousel-control-prev,
.imovelhub-home-featured .carousel-control-next {
    width: 6%;
}

@media (max-width: 768px) {
    .imovelhub-home-featured .carousel-item,
    .imovelhub-home-featured-slide {
        min-height: 420px;
    }
}

.imovelhub-home-type-section {
    width: 100%;
}

.imovelhub-home-type-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.imovelhub-home-type-header h2 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: clamp(1.25rem, 1.1rem + .5vw, 1.7rem);
}

.imovelhub-home-type-header .material-symbols-outlined {
    color: #1e4ed8;
}

@media (max-width: 768px) {
    .imovelhub-home-type-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.imovelhub-location-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.imovelhub-location-card {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.imovelhub-location-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(2, 6, 23, .08);
}

.imovelhub-location-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 1rem;
}

.imovelhub-location-card-link .material-symbols-outlined {
    font-size: 1.35rem;
    color: #1e4ed8;
}

.imovelhub-location-card h3 {
    margin: .4rem 0 .2rem;
    font-size: 1.08rem;
}

.imovelhub-location-card p {
    margin: 0;
    color: #475467;
    font-size: .92rem;
}

@media (max-width: 992px) {
    .imovelhub-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .imovelhub-location-grid {
        grid-template-columns: 1fr;
    }
}

.imovelhub-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.imovelhub-category-card {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.imovelhub-category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(2, 6, 23, .08);
}

.imovelhub-category-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 1rem;
}

.imovelhub-category-card-link .material-symbols-outlined {
    font-size: 1.35rem;
    color: #7c3aed;
}

.imovelhub-category-card h3 {
    margin: .4rem 0 .2rem;
    font-size: 1.08rem;
}

.imovelhub-category-card p {
    margin: 0;
    color: #475467;
    font-size: .92rem;
}

@media (max-width: 992px) {
    .imovelhub-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .imovelhub-category-grid {
        grid-template-columns: 1fr;
    }
}
