.catalog-hero {
    background: #0a0f1c;
    padding: 100px 0 80px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
    .catalog-hero h1 {
        font-size: 2rem !important;
    }
}

.filter-chip {
    background: #fff;
    border: 1px solid #cbd5e1;
    color: #475569;
    padding: 10px 24px;
    border-radius: 3px !important;
    font-weight: 700;
    font-size: 0.92rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.filter-chip:hover,
.filter-chip.active {
    background: var(--land-blue);
    color: #fff;
    border-color: var(--land-blue);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.catalog-sub-filters {
    margin-top: 32px;
}

.btn-filter-pill {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 24px;
    border-radius: 3px !important;
    font-size: 0.85rem;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-filter-pill:hover,
.btn-filter-pill.active {
    background: #fff;
    color: #0f172a;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-filter-pill.dropdown-toggle::after {
    margin-left: 10px;
}

.company-card {
    background: var(--bg-white, #fff);
    border: 1px solid var(--border-color, rgba(15, 23, 42, 0.05));
    border-radius: 3px !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.company-card:hover {
    border-color: var(--land-blue);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.card-img-wrapper {
    height: 200px;
    background: var(--bg-white, #f8fafc);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #cbd5e1;
    position: relative;
    border-bottom: 1px solid var(--border-color, #f1f5f9);
}

.category-pill {
    display: inline-block;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    padding: 4px 10px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 3px !important;
    margin-bottom: 10px;
}

.card-content {
    padding: 24px;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--color-text-main, #0f172a) !important;
    letter-spacing: -0.5px;
}

.rating-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.rating-wrap .stars {
    color: #f59e0b;
    font-size: 0.8rem;
    display: flex;
    gap: 2px;
}

.rating-val {
    font-weight: 800;
    font-size: 0.9rem;
    color: var(--color-text-main, #0f172a) !important;
}

.reviews-count {
    color: var(--color-text-muted, #64748b);
    font-size: 0.78rem;
    font-weight: 600;
}

.address-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: var(--color-text-muted, #334155) !important;
    margin-bottom: 16px;
}

.desc-truncate {
    font-size: 0.92rem;
    color: var(--color-text-muted, #1e293b) !important;
    line-height: 1.6;
    margin-bottom: 24px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-book-premium {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    text-align: center;
    padding: 14px;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 3px !important;
}

.btn-book-premium i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.btn-book-premium:hover {
    background: #0f172a;
    color: #fff;
    border-color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

.btn-book-premium:hover i {
    transform: translateX(4px);
}

.btn-quick-book {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #2563eb;
    border: 1px solid #2563eb;
    color: #fff !important;
    text-align: center;
    padding: 14px;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 3px !important;
    margin-bottom: 16px;
}

.btn-quick-book:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

.btn-quick-book-vendor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: rgba(234, 88, 12, 0.1);
    border: 1px solid rgba(234, 88, 12, 0.2);
    color: #ea580c !important;
    text-align: center;
    padding: 14px;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 3px !important;
    margin-bottom: 16px;
}

.btn-quick-book-vendor:hover {
    background: #ea580c;
    border-color: #ea580c;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.25);
}