﻿img {
    width: 100%;
    height: 762px;
}

.divider {
    height: 1.5px;
    background: #e5e5e5;
}

.card-header {
    position: absolute;
    top: 110px;
    left: 65px;
    background-color: #FFFFFF;
    width: min(100%, 588px);
    /*height: 569px;*/
    border-radius: 15px;
    padding: 35px 27px 31px;
}

.search-card__eyebrow {
    margin: 0;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    color: #000000;
    display: inline-block;
}

.search-card__title {
    margin: 17px 0  32px;
    display: grid;
    gap: 0;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.26px;
    font-weight: 400;
    color: #000000;
    width:497px;
    height:84px;
}

    .search-card__title span {
        display: block;
    }

.search-card__toggle {
    display: grid;
    grid-template-columns: 188px 1fr;
    align-items: center;
    width: 395px;
    max-width: 100%;
    height: 54px;
    padding: 5px;
    border-radius: 40px;
    background: #e3e3e3;
    margin-bottom: 10px;
}

.search-card__toggle-option {
    height: 45px;
    border: 0;
    border-radius: 40px;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: -0.48px;
    font-weight: 700;
    color: #000000;
    padding: 0 20px;
    cursor: default;
}

.search-card__toggle-option--active {
    background: linear-gradient(90deg, #0080ff 0%, #0070df 70.756%), linear-gradient(107.722deg, #00b2ff 3.5528%, #00ffae 150.64%);
    color: #ffffff;
}

.search-card__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 10px;
}

.search-card__action {
    width: 100%;
    height: 48px;
    border-radius: 40px;
    font-family: inherit;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: -0.48px;
    font-weight: 500;
    text-align: center;
    margin-top: 13px;
}

.search-card__action--primary {
    border: 0;
    background: linear-gradient(90deg, #0080ff 0%, #0080ff 100%), linear-gradient(129.971deg, #00b2ff 3.5528%, #00ffae 150.64%);
    color: #ffffff;
}

.search-card__action--secondary {
    border: 1.5px solid #0080ff;
    background: transparent;
    color: #212121;
    margin-top: 12px;
}

.search-card-icon {
    background: linear-gradient(90deg, #0080ff, #00ffae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

@media (max-width: 640px) {
    .search-card {
        padding: 28px 18px 24px;
    }

    .search-card__eyebrow {
        font-size: 28px;
    }

    .search-card__title {
        font-size: 42px;
        line-height: 34px;
    }

    .search-card__toggle {
        grid-template-columns: 1fr 1fr;
    }

    .search-card__toggle-option {
        padding: 0 10px;
        font-size: 15px;
    }

    .search-card__row {
        grid-template-columns: 1fr;
    }
}


.property-card {
    position: absolute;
    top: 110px;
    right: 65px;
    width: 248px;
    height: 163px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 10px 13px 15px 0px rgba(0, 0, 0, 0.2);
}

.property-card__background {
    display: none;
}


.property-card__badge {
    margin-top: 12px;
    margin-left: 16px;
    background: #ffffff;
    border-radius: 20px;
    padding: 2px 14px;
    min-height: 24px;
    display: grid;
    place-items: center;
}

.property-card__badge-text {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 700;
    color: #0080ff;
    white-space: nowrap;
}

.property-card__content {
    width: 100%;
    padding: 10px 16px 0;
}

.property-card__title {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.54px;
    font-weight: 700;
    color: #ffffff;
}

.property-card__details {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.property-card__detail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.property-card__detail-label {
    display: none;
}

.property-card__detail-value {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.16px;
    font-weight: 400;
    color: #ffffff;
}

.property-card__cta {
    display: flex;
    position: absolute;
    top: 40rem;
    right: 65px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 20px;
    padding: 10px 35px;
    margin-top: 10px;
    background: linear-gradient(90deg, #0080ff 0%, #0080ff 100%), linear-gradient(108.02deg, #0080ff 4.4%, #00ffae 132.29%);
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.48px;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 42px;
    letter-spacing: -0.03em;
    margin: 90px 410px;
    user-select: none;
}


.featured-launch {
    width: 100%;
    max-width: 1280px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 396px);
    justify-content: flex-start;
    padding: 10px 50px 0;
    margin-bottom:50px
}

.featured-launch-card {
    width: 100%;
    background: #ffffff;
    border: 2px solid rgba(151, 151, 151, 0.2);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.featured-launch-card__media {
    display: grid;
    height: 239px;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}

    .featured-launch-card__media img {
        grid-area: 1 / 1;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.featured-launch-card__badges {
    grid-area: 1 / 1;
    align-self: start;
    justify-self: start;
    margin: 13px 0 0 17px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.featured-launch-card__badge {
    font-style: normal;
    color: #fff;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 20px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
    padding: 2px 14px;
}

.featured-launch-card__badge--light {
    background: #ffffff;
    color: #0080ff;
    /*width: 48px;*/
    padding: 2px 15px;
}

.featured-launch-card__badge--blue {
    background: #0080ff;
    color: #ffffff;
    /*width: 76px;*/
    padding: 2px 15px;
}

.featured-launch-card__body {
    padding: 20px 20px 20px 17px;
    background: #ffffff;
}

.featured-launch-card__title {
    margin: 0;
    line-height: 1.02;
    letter-spacing: -0.66px;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    white-space: nowrap;
}

.featured-launch-card__address {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.48px;
    font-weight: 500;
    color: #555555;
    white-space: nowrap;
}

.featured-launch-card__footer {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.featured-launch-card__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    row-gap: 4px;
    margin-top: 8px;
    min-width: 0;
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #555555;
}

.featured-launch-card__spec {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.featured-launch-card__spec span {
    min-width: 0;
}

.featured-launch-card__spec svg {
    flex: 0 0 auto;
    color: #555555;
}

.featured-launch-card__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #555555;
    flex: 0 0 auto;
}

.featured-launch-card__cta {
    color: #fff;
    font-style: normal;
    border: 0;
    width: 88px;
    height: 30px;
    border-radius: 20px;
    background: linear-gradient(106.853deg, #0080ff 4.3956%, #00ffae 132.29%);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.36px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    cursor: default;
    padding: 4px 0;
    flex: 0 0 auto;
}

.busca-card__nav {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    pointer-events: none;
}

.busca-card__nav-btn {
    pointer-events: all;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-launch__alignment {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items:center;
}

.featured-launch-more {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 24px 0;
    gap: 25px;
}

.featured-launch-more__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 25px;
    padding: 10px 20px;
    min-width: 180px;
    height: 46px;
    background: #0080ff;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: -0.48px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.featured-launch-more__service {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #0080ff;
    border-radius: 25px;
    padding: 10px 0 10px 20px;
    height: 46px;
    background: #00FFAE;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: -0.48px;
    font-weight: 500;
    color: #0f0067;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.featured-launch-more__service-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.featured-launch-more__service-icon {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.featured-launch-card__service-icon {
    display: block;
    width: 22px;
    object-fit: contain;
    color: #0080FF;
    cursor:pointer;
}

.featured-launch-card__service-icon-wrap {
    display: inline-flex;
    /*position: relative;*/
    align-items: center;
    justify-content: center; 
    width: 36px;
    height: 36px;
    /*left: 150px;*/
    background-color: #FFF;
    border-radius: 50%;
    flex: 0 0 auto;
}
/* ==========================================================
   CRIAR PERFIL
   ========================================================== */



.criar-perfil {
    width: 100%;
    border-top: 3px solid rgba(255, 255, 255, 0.05);
    border-bottom: 3px solid rgba(255, 255, 255, 0.05);
}

.criar-perfil__inner {
    display: grid;
    grid-template-columns: 456px 1fr;
    column-gap: 104px;
    margin: 0 auto;
    padding: 0 94px;
    width:100%;
    min-height: 859px; 
    align-items: start;
}

/* ==========================================================
   Left column
   ========================================================== */
.criar-perfil__col--left {
    display: flex;
    flex-direction: column;
    margin-left:65px;
    padding-top: 113px;
    padding-bottom: 80px;
}

/* ── Hero heading ── */
.hero-heading {
    font-size: 42px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: -1.26px;
    color: #fff;
    margin-bottom: 30px; 
}

.hero-heading__gradient {
    display: block;
    font-weight: 500;
    background: linear-gradient(90deg, #0080ff 0%, #00ffae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-heading__line {
    display: block;
    font-weight: 400;
    color:#000;
}

.criar-perfil__desc {
    max-width: 427px;
}

    .criar-perfil__desc p {
        font-size: 22px;
        line-height: 24px;
        letter-spacing: -0.66px;
        color: #3d3d3d;
        font-weight: 400;
    }

        .criar-perfil__desc p + p {
            margin-top: 24px; 
        }

.criar-perfil__highlight {
    color: #0080ff;
    font-weight: 700;
}

.criar-perfil__col--right {
    display: flex;
    flex-direction: column;
    padding-top: 77px;
    padding-bottom: 80px;
    overflow: hidden;
    align-items: center;
}

/* ==========================================================
   FAVORITOS section
   ========================================================== */
.favoritos {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
    text-align: center;
    place-items: center;
}

.favoritos__label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 8.4px;
    color: #585858;
    line-height: 14px;
    margin-bottom: 15px;
    margin-left: 8px;
    text-align: center;
}

.favoritos__stack {
    display: grid;
    margin-bottom: 25px;
}

.favoritos__images {
    /*grid-area: 1 / 1;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.favoritos__card-center {
    position: relative;
    z-index: 2;
    width: 396px;
    flex-shrink: 0;
}

.favoritos__img-wrap--side {
    flex-shrink: 0;
    width: 270px;
    height: 253px;
    overflow: hidden;
    filter: blur(2px);
    opacity: 0.75;
}

.favoritos__img-wrap--left {
    position: relative;
    z-index: 1;
    margin-right: -135px;
    border-radius: 15px 0 0 15px;
}

.favoritos__img-wrap--right {
    position: relative;
    z-index: 1;
    margin-left: -146px;
    border-radius: 0 15px 15px 0;
}

.favoritos__img-wrap--side .favoritos__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.favoritos__img-wrap--center {
    flex-shrink: 0;
    width: 381px;
    height: 357px;
    border-radius: 15px;
    overflow: hidden;
    display: grid;
    position: relative; 
    z-index: 1;
}

    .favoritos__img-wrap--center .favoritos__img {
        grid-area: 1 / 1;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.favoritos__img-overlay {
    grid-area: 1 / 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 13px 17px 0;
    z-index: 1;
}

.favoritos__img-badges {
    display: flex;
    align-items: center;
    gap: 7px;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.badge--white {
    background: #fff;
    color: #0080ff;
    padding: 2px 0;
    width: 48px;
}

.badge--blue {
    background: #0080ff;
    color: #fff;
    padding: 2px 0;
    width: 76px;
}

.favoritos__img-fav {
    display: block;
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.favoritos__card { 
    align-self: end;
    justify-self: center;
    z-index: 2;
    margin-bottom: 14px;
    margin-left: 50px; 
}

/* ==========================================================
   COMPARATIVO section
   ========================================================== */
.comparativo {
    display: flex;
    align-items: stretch;
    width: 600px;
    margin-right: 70px;
}


.comparativo__sidebar {
    width: 59px; 
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparativo__label {
    writing-mode: vertical-rl;
    transform: rotate(180deg); 
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 8.4px;
    color: #585858;
    white-space: nowrap;
}

.comparativo__card {
    flex: 1;
    border: 2px solid #ededed;
    border-radius: 20px;
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.comparativo__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.comparativo__row--header {
    border-bottom: 1px solid #e0e0e0;
}

.comparativo__col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 12px;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    letter-spacing: -0.54px;
    text-align: center;
}

    .comparativo__col:nth-child(1),
    .comparativo__col:nth-child(2) {
        border-right: 1px solid #e0e0e0;
    }

.comparativo__row--header .comparativo__col {
    font-size: 22px;
    font-weight: 500;
    color: #0080ff;
    letter-spacing: -0.66px;
    padding: 16px 12px;
}

.comparativo__strike {
    text-decoration: line-through;
    text-decoration-color: #666;
    color: #666;
}

.page-encontre {
    padding: 80px 65px;
    display: flex;
    flex-direction: column;
    gap: 90px; 
}

/* ==========================================================
   Section block
   ========================================================== */
.encontre-bloco {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ==========================================================
   Section title
   ========================================================== */
.encontre-titulo {
    font-size: 26px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: -0.78px;
    white-space: nowrap;
    margin-bottom: 56px;
}

.encontre-titulo__destaque {
    font-weight: 700; 
    color: #0080ff;
}

.encontre-titulo__normal {
    
}

/* ==========================================================
   Cards row  –  horizontal strip, hidden scrollbar
   ========================================================== */
.cards-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
}

    .cards-row::-webkit-scrollbar {
        display: none; 
    }

/* ==========================================================
   Individual card
   ========================================================== */
.card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: transparent;
    flex-shrink: 0;
    list-style: none;
    border: none;
}

.card__img-wrap {
    width: 221px;
    height: 221px;
    border-radius: 25px;
    overflow: hidden;
    flex-shrink: 0;
}

.card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card__label {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500; 
    letter-spacing: -0.72px;
    color: #6d6d6d;
}


/* ==========================================================
   Dúvidas section
   ========================================================== */
.duvidas {
    padding: 80px 0 100px;
}

.duvidas__inner {
    max-width: 979px;
    margin: 0 auto;
    padding: 0 197px;
    box-sizing: content-box;
}

.duvidas__header {
    text-align: center;
    margin-bottom: 80px;
}

.duvidas__titulo {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: -1.26px;
    background: linear-gradient(90deg, #0080ff, #00ffae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.duvidas__subtitulo {
    font-size: 24px;
    line-height: 42px;
    font-weight: 400; 
    letter-spacing: -0.72px;
    color: #000;
}

.faq-lista {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.faq-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.faq-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

    .faq-item__header:hover {
        opacity: 0.8;
    }

.faq-item__pergunta {
    font-size: 20px;
    line-height: 42px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.6px;
    color: #595959;
}

.faq-item__icone {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #595959;
    transition: transform 0.3s ease;
}

.faq-item__icone--aberto {
    transform: rotate(180deg);
}

.faq-item__resposta {
    font-size: 16px;
    line-height: 35px;
    color: #777777;
    padding-bottom: 24px;
    animation: fadeInResposta 0.3s ease;
}

@keyframes fadeInResposta {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.pesquisados-bloco{

}

.pesquisados-titulo {
    background: linear-gradient(90deg, #0080ff, #00ffae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: -0.78px;
    white-space: nowrap;
    margin-bottom: 56px;
    margin-top: 123px;
    text-align: center;
}

.buscas-populares {
    padding: 80px 0 100px;
}

.buscas-populares__inner {
    max-width: 979px;
    margin: 0 auto;
    padding: 0 197px;
    box-sizing: content-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
}

.buscas-col {
    list-style: none;
}

.buscas-col__item {
    font-size: 18px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: -0.54px;
    color: #4c4c4c;
    cursor: pointer;
    transition: color 0.2s ease;
}

.buscas-col__item:hover,
.buscas-col__item:focus {
    color: #0080ff;
    outline: none;
}



/* ----------------------------------------------------------
   TABLET / TELAS MÉDIAS  (até 1024px)
   ---------------------------------------------------------- */
@media (max-width: 1024px) {

    img {
        height: 480px;
    }

    .card-header {
        position: static;
        width: 100%;
        max-width: 588px;
        height: auto;
        margin: 20px auto;
    }

    .search-card__title {
        width: 100%;
        height: auto;
        font-size: 32px;
        line-height: 34px;
    }

    .search-card__toggle {
        width: 100%;
    }

    .property-card {
        display:none;
    }

    .property-card__cta {
        display:none;
    }

    .section-title {
        margin: 60px 40px;
        font-size: 34px;
    }

    .featured-launch {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 10px 60px 0;
        max-width: 100%;
    }

    .criar-perfil__inner {
        grid-template-columns: 1fr;
        padding: 0 40px;
        row-gap: 40px;
    }

    .criar-perfil__col--left {
        margin-left: 0;
        padding-top: 60px;
    }

    .perfil-card {
        width: 100%;
        max-width: 449px;
    }

    .criar-perfil__desc {
        max-width: 100%;
    }

    .favoritos__img-wrap--side {
        width: 180px;
        height: 180px;
    }

    .favoritos__img-wrap--center {
        width: 280px;
        height: 280px;
    }

    .page-encontre {
        padding: 60px 30px;
    }

    .duvidas__inner,
    .buscas-populares__inner {
        padding: 0 40px;
    }

    .buscas-populares__inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ----------------------------------------------------------
   TABLET PEQUENO / MOBILE GRANDE  (até 768px)
   ---------------------------------------------------------- */
@media (max-width: 768px) {

    img {
        height: 360px;
    }

    .card-header {
        left: 0;
        top: 0;
        padding: 24px 18px;
    }

    .search-card__eyebrow {
        font-size: 14px;
    }

    .search-card__title {
        font-size: 26px;
        line-height: 28px;
        margin: 12px 0 20px;
    }

    .search-card__toggle {
        grid-template-columns: 1fr 1fr;
        height: 46px;
    }

    .search-card__toggle-option {
        font-size: 13px;
        padding: 0 8px;
    }

    .search-card__row {
        grid-template-columns: 1fr;
    }

    .featured-launch {
        grid-template-columns: 1fr;
        padding: 10px 20px 0;
    }

    .featured-launch-card__title,
    .featured-launch-card__address,
    .featured-launch-card__meta {
        white-space: normal;
    }

    .featured-launch-more {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px 0;
    }

    .criar-perfil__inner {
        padding: 0 20px;
    }

    .hero-heading {
        font-size: 30px;
        line-height: 32px;
    }

    .perfil-card {
        padding: 20px 16px;
    }

    .criar-perfil {
        display: none;
    }

    .page-encontre {
        padding: 40px 20px;
        gap: 50px;
    }

    .encontre-titulo {
        white-space: normal;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .card__img-wrap {
        width: 160px;
        height: 160px;
    }

    .card__label {
        font-size: 18px;
    }

    /* Dúvidas / FAQ */
    .duvidas__inner {
        padding: 0 20px;
    }

    .duvidas__titulo {
        font-size: 30px;
        line-height: 32px;
    }

    .duvidas__subtitulo {
        font-size: 18px;
        line-height: 28px;
    }

    .faq-item__pergunta {
        font-size: 16px;
        line-height: 24px;
    }

    /* Buscas populares — 1 coluna */
    .buscas-populares__inner {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .pesquisados-titulo {
        font-size: 28px;
        line-height: 32px;
        margin-top: 60px;
    }
}

/* ----------------------------------------------------------
   MOBILE PEQUENO  (até 480px)
   ---------------------------------------------------------- */
@media (max-width: 480px) {

    img {
        height: 260px;
    }

    .search-card__title {
        font-size: 22px;
        line-height: 24px;
    }

    .property-card {
        max-width: 100%;
    }

    .section-title {
        margin: 40px 16px;
        font-size: 26px;
    }

    .featured-launch-card__title {
        font-size: 18px;
    }

    .hero-heading {
        font-size: 24px;
        line-height: 26px;
    }

    .criar-perfil__desc p {
        font-size: 18px;
        line-height: 22px;
    }


    .featured-launch-more__button,
    .featured-launch-more__service {
        width: 100%;
        min-width: 0;
    }

}
