.market-shell {
    --market-accent: #2563eb;
    --market-soft: #eff6ff;
}

.market-shell .hero-hotel,
.market-shell .hero-rentacar,
.market-shell .hero-imovel {
    height: 420px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.market-shell .hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 40px;
}

.market-shell .hero-search {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

.market-shell .hero-search button {
    background: var(--market-accent);
}

.market-shell .market-stats,
.market-shell .resultado-header,
.market-shell .sidebar-stack,
.market-shell .hotel-cta {
    border-radius: 22px;
}

.market-shell .resultado-header {
    padding: 20px 24px;
    margin-bottom: 24px;
    background: linear-gradient(135deg, var(--market-soft), #fff);
    border-left: 4px solid var(--market-accent);
}

.market-shell .resultado-header p { margin: 5px 0 0; color: #64748b; }
.market-shell .sidebar-stack { position: sticky; top: 20px; }
.market-shell .rent-card-horizontal,
.market-shell .hotel-card-horizontal,
.market-shell .property-card-mini {
    min-height: 210px;
    border: 1px solid #e8edf3;
    box-shadow: 0 10px 30px rgba(15,23,42,.07);
}

.market-shell .rent-image { position: relative; height: 210px; }
.market-shell .pagination { justify-content: center; }

.market-shell .stat-card {
    border-top: 3px solid var(--market-accent);
    background: linear-gradient(180deg, #fff, var(--market-soft));
}

.market-shell .resultado-header h3,
.market-shell .stat-card h3 {
    color: var(--market-accent);
}

.market-hotel { --market-accent:#059669; --market-soft:#ecfdf5; }
.market-car { --market-accent:#2563eb; --market-soft:#eff6ff; }
.market-property { --market-accent:#d97706; --market-soft:#fffbeb; }

/* Marketplace profissional: hotéis e imobiliárias */
.market-hotel .hero-overlay,
.market-property .hero-overlay { background:linear-gradient(110deg,rgba(15,23,42,.88),color-mix(in srgb,var(--market-accent) 65%,transparent)); }
.market-hotel .hero-badge,
.market-property .hero-badge { display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);padding:9px 16px;border-radius:999px;font-size:13px;font-weight:800;margin-bottom:18px; }
.market-hotel .hero-content h1,
.market-property .hero-content h1 { font-size:clamp(34px,5vw,54px);font-weight:900;letter-spacing:-.04em;margin-bottom:12px; }
.market-hotel .hero-content p,
.market-property .hero-content p { font-size:18px;opacity:.92;margin-bottom:28px; }
.market-hotel .hero-search-form,
.market-property .hero-search-form { width:100%;max-width:880px; }
.market-hotel .hero-search,
.market-property .hero-search { display:flex;align-items:center;background:#fff;border:5px solid rgba(255,255,255,.25);background-clip:padding-box;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.25); }
.market-hotel .hero-search-icon,
.market-property .hero-search-icon { color:#64748b;font-size:20px;margin-left:20px; }
.market-hotel .hero-search input,
.market-property .hero-search input { flex:1;min-width:0;border:0;padding:19px 15px;outline:0; }
.market-hotel .hero-search button,
.market-property .hero-search button { align-self:stretch;border:0;background:var(--market-accent);color:#fff;padding:0 30px;font-weight:800;display:flex;align-items:center;gap:8px; }

.market-hotel .sidebar-stack,
.market-property .sidebar-stack { top:100px; }
.market-hotel .sidebar-card,
.market-property .sidebar-card { background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 14px 40px rgba(15,23,42,.08); }
.market-hotel .sidebar-heading,
.market-property .sidebar-heading { display:flex;align-items:center;gap:12px;padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid #e2e8f0; }
.market-hotel .sidebar-icon,
.market-property .sidebar-icon { flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:var(--market-soft);color:var(--market-accent);font-size:20px; }
.market-hotel .sidebar-title,
.market-property .sidebar-title { font-size:18px;font-weight:900;color:#0f172a;margin:0; }
.market-hotel .sidebar-heading p,
.market-property .sidebar-heading p { font-size:12px;color:#64748b;margin:3px 0 0; }
.market-hotel .sidebar-card label,
.market-property .sidebar-card label { display:block;font-size:12px;font-weight:800;color:#334155;margin:0 0 7px; }
.market-hotel .sidebar-card .form-control,.market-hotel .sidebar-card .form-select,.market-hotel .sidebar-card .input-group-text,
.market-property .sidebar-card .form-control,.market-property .sidebar-card .form-select,.market-property .sidebar-card .input-group-text { min-height:48px;border:1px solid #e2e8f0;background:#f8fafc;font-size:13px; }
.market-hotel .sidebar-card .form-control,.market-hotel .sidebar-card .form-select,
.market-property .sidebar-card .form-control,.market-property .sidebar-card .form-select { border-radius:12px; }
.market-hotel .sidebar-card .input-group .form-control,
.market-property .sidebar-card .input-group .form-control { border-radius:0 12px 12px 0; }
.market-hotel .sidebar-card .input-group-text,
.market-property .sidebar-card .input-group-text { border-radius:12px 0 0 12px;color:var(--market-accent);font-weight:800; }
.market-hotel .sidebar-card .btn,
.market-property .sidebar-card .btn { min-height:50px;border-radius:12px;font-weight:800; }
.property-filter-button { background:#d97706;color:#fff;border:0; }.property-filter-button:hover { background:#b45309;color:#fff; }
.market-hotel .clear-filters,.market-property .clear-filters { display:flex;justify-content:center;gap:7px;margin-top:13px;color:#64748b;font-size:13px;text-decoration:none; }
.market-hotel .sidebar-trust,.market-property .sidebar-trust { border-top:1px solid #e2e8f0;margin-top:22px;padding-top:20px; }
.market-hotel .sidebar-trust h6,.market-property .sidebar-trust h6 { font-size:13px;font-weight:900;margin-bottom:14px; }
.market-hotel .sidebar-trust>div,.market-property .sidebar-trust>div { display:flex;gap:11px;margin-top:13px; }
.market-hotel .sidebar-trust>div>i,.market-property .sidebar-trust>div>i { color:var(--market-accent);font-size:17px; }
.market-hotel .sidebar-trust span,.market-property .sidebar-trust span { display:flex;flex-direction:column; }
.market-hotel .sidebar-trust strong,.market-property .sidebar-trust strong { font-size:12px;color:#334155; }
.market-hotel .sidebar-trust small,.market-property .sidebar-trust small { font-size:10px;color:#94a3b8;line-height:1.4; }

.market-hotel .hotel-card-link,.market-property .property-card-link { display:block;text-decoration:none;color:inherit; }
.market-hotel .hotel-card-horizontal,.market-property .property-card-mini { display:flex;align-items:stretch;min-height:225px;background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.07);transition:.3s; }
.market-hotel .hotel-card-horizontal:hover,.market-property .property-card-mini:hover { transform:translateY(-5px);border-color:color-mix(in srgb,var(--market-accent) 30%,white);box-shadow:0 22px 50px color-mix(in srgb,var(--market-accent) 14%,transparent); }
.market-hotel .hotel-image,.market-property .property-image { width:290px;min-width:290px;height:auto;position:relative;overflow:hidden; }
.market-hotel .hotel-image:after,.market-property .property-image:after { content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(15,23,42,.72)); }
.market-hotel .hotel-image img,.market-property .property-image img { width:100%;height:100%;object-fit:cover;transition:.4s; }
.market-hotel .hotel-card-horizontal:hover img,.market-property .property-card-mini:hover img { transform:scale(1.05); }
.market-hotel .hotel-badge,.market-property .property-badge { position:absolute;z-index:2;top:14px;left:14px;display:flex;gap:6px;align-items:center;background:#fff;color:var(--market-accent);padding:7px 11px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 6px 18px rgba(0,0,0,.14); }
.market-hotel .room-count,.market-property .property-count { position:absolute;z-index:2;bottom:14px;left:14px;color:#fff;font-size:12px;font-weight:700; }
.market-hotel .hotel-content,.market-property .property-body { flex:1;min-width:0;padding:22px 24px;display:flex;flex-direction:column;justify-content:space-between; }
.market-hotel .hotel-header,.market-property .property-header { display:flex;justify-content:space-between;gap:20px; }
.market-hotel .hotel-eyebrow,.market-property .property-eyebrow { display:block;color:var(--market-accent);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:5px; }
.market-hotel .hotel-header h4,.market-property .property-header h5 { font-size:22px;font-weight:900;color:#0f172a;margin:0 0 7px; }
.market-hotel .hotel-location,.market-property .property-location { color:#64748b;font-size:13px; }.market-hotel .hotel-location i,.market-property .property-location i { color:var(--market-accent); }
.market-hotel .rating-summary,.market-property .rating-summary { text-align:right;display:grid;grid-template-columns:auto 50px;align-items:center;gap:2px 8px; }.market-hotel .rating-label,.market-property .rating-label { font-size:11px;font-weight:800;color:#334155; }
.market-hotel .rating-box,.market-property .rating-box { grid-row:span 2;width:50px;height:50px;display:grid;place-items:center;border-radius:13px;background:var(--market-accent);color:#fff;font-weight:900; }.market-hotel .rating-summary small,.market-property .rating-summary small { font-size:10px;color:#94a3b8; }
.market-hotel .hotel-features,.market-property .property-features { display:flex;flex-wrap:wrap;gap:8px;margin:17px 0; }.market-hotel .hotel-features span,.market-property .property-features span { background:#f8fafc;border:1px solid #e2e8f0;padding:7px 10px;border-radius:10px;font-size:11px;color:#475569; }.market-hotel .hotel-features i,.market-property .property-features i { color:var(--market-accent);margin-right:4px; }
.market-hotel .hotel-footer,.market-property .property-footer { display:flex;justify-content:space-between;align-items:flex-end;padding-top:15px;border-top:1px solid #f1f5f9; }.market-hotel .hotel-price,.market-property .property-price { background:none;border:0;padding:0;margin:0;text-align:left;display:flex;flex-direction:column; }.market-hotel .hotel-price small,.market-property .property-price small { font-size:10px;color:#94a3b8;margin:0; }.market-hotel .price-value,.market-property .price-value { font-size:27px;font-weight:900;color:#0f172a;line-height:1.2; }
.market-hotel .hotel-action,.market-property .property-action { display:inline-flex;align-items:center;gap:8px;background:var(--market-accent);color:#fff;border-radius:12px;padding:12px 17px;font-size:12px;font-weight:800; }
.market-empty-state { text-align:center;background:#fff;border:1px dashed color-mix(in srgb,var(--market-accent) 35%,white);border-radius:24px;padding:55px 25px; }.market-empty-state>span { width:70px;height:70px;display:grid;place-items:center;margin:0 auto 18px;border-radius:20px;background:var(--market-soft);color:var(--market-accent);font-size:30px; }.market-empty-state h4 { font-weight:900; }.market-empty-state p { max-width:520px;margin:8px auto 20px;color:#64748b; }
.market-hotel .hotel-cta { background:linear-gradient(135deg,#059669,#047857);box-shadow:0 18px 40px rgba(5,150,105,.2); }.market-property .imovel-promo { background:linear-gradient(135deg,#d97706,#92400e);box-shadow:0 18px 40px rgba(217,119,6,.2); }

@media (max-width: 767px) {
    .market-shell { padding-left: 12px !important; padding-right: 12px !important; }
    .market-shell .hero-hotel,
    .market-shell .hero-rentacar,
    .market-shell .hero-imovel { height: 360px; }
    .market-shell .hero-content { padding: 28px 20px; }
    .market-shell .hero-search { flex-direction: column; }
    .market-shell .hero-search button { min-height: 54px; }
    .market-shell .rent-card-horizontal,
    .market-shell .hotel-card-horizontal,
    .market-shell .property-card-mini { flex-direction: column; }
    .market-shell .rent-image,
    .market-shell .hotel-image,
    .market-shell .property-image { width: 100%; min-width: 100%; height: 220px; }
    .market-hotel .hero-search,.market-property .hero-search { flex-wrap:wrap; }.market-hotel .hero-search-icon,.market-property .hero-search-icon { display:none; }.market-hotel .hero-search input,.market-property .hero-search input { width:100%;flex-basis:100%;padding:17px; }.market-hotel .hero-search button,.market-property .hero-search button { width:100%;min-height:50px;justify-content:center; }
    .market-hotel .hotel-content,.market-property .property-body { padding:19px; }.market-hotel .rating-label,.market-hotel .rating-summary small,.market-property .rating-label,.market-property .rating-summary small { display:none; }.market-hotel .rating-summary,.market-property .rating-summary { display:block; }
}
