/**
 * Archive Hospedagem Styles
 * NewYorkCity.com.br
 */

/* ===================================================================
   GRID LAYOUT
   =================================================================== */
.archive-hospedagem-page #hospedagens{background:#f9fafb;}
.archive-hospedagem-page #experiencias{background:#eeeeee;}
.archive-hospedagem-page #dicas{background:#f9fafb;}
.hotels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

/* ===================================================================
   LOAD MORE BUTTON
   =================================================================== */

.load-more-wrapper {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
}
/*
.btn-load-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
*/
.btn-load-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.btn-load-more:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-load-more i {
    transition: transform 0.3s ease;
}

.btn-load-more:hover i {
    transform: translateY(4px);
}

.load-more-loading {
    color: #667eea;
    font-size: 16px;
    font-weight: 500;
}

.load-more-loading i {
    margin-right: 8px;
}

/* ===================================================================
   NO RESULTS
   =================================================================== */

.no-results {
    text-align: center;
    padding: 80px 20px;
    grid-column: 1 / -1;
}

.no-results i {
    font-size: 64px;
    color: #cbd5e0;
    margin-bottom: 24px;
}

.no-results h3 {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 12px;
}

.no-results p {
    font-size: 16px;
    color: #718096;
}

/* ===================================================================
   HOTEL CARDS
   =================================================================== */

.borough-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.borough-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.borough-card .card-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.borough-card .card-image {
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-color: #f3f4f6;
}

.borough-card .card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #d1d5db;
}

.borough-card .card-stars {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    gap: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.borough-card .card-stars .star {
    color: #f59e0b;
    font-size: 14px;
}

.borough-card .card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.borough-card .card-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #667eea;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.borough-card .card-category i {
    font-size: 12px;
}

.borough-card .card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.borough-card .card-address {
    font-size: 14px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.borough-card .card-address i {
    font-size: 12px;
    color: #9ca3af;
}

.borough-card .card-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f9fafb;
    border-radius: 12px;
    margin-top: auto;
}

.borough-card .rating-score {
    font-size: 24px;
    font-weight: 700;
    color: #667eea;
    background: white;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.borough-card .rating-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.borough-card .rating-label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.borough-card .rating-reviews {
    font-size: 12px;
    color: #6b7280;
}

.borough-card .card-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.borough-card .price-label {
    font-size: 13px;
    color: #6b7280;
}

.borough-card .price-amount {
    font-size: 20px;
    font-weight: 700;
    color: #10b981;
}

.borough-card .price-period {
    font-size: 13px;
    color: #6b7280;
}

/* ===================================================================
   EXPERIENCE CARDS
   =================================================================== */

.experience-card .card-rating-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #f59e0b;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.experience-card .card-rating-badge i {
    font-size: 12px;
}

.experience-card .card-duration-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
}

.experience-card .card-category--experience {
    color: #10b981;
}

.experience-card .card-excerpt {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===================================================================
   POST CARDS (Dicas e Guias)
   =================================================================== */

.post-card .card-category-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #667eea;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-card .card-type-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #667eea;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.post-card .card-excerpt {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card .card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
    margin-top: auto;
}

.post-card .card-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
}

.post-card .card-meta i {
    font-size: 12px;
    color: #9ca3af;
}

.mapa-card .card-category-badge {
    background: #10b981;
}

/* ===================================================================
   RESPONSIVE
   =================================================================== */

/* Tablet */
@media (max-width: 1024px) {
    .hotels-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hotels-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .btn-load-more {
        padding: 14px 28px;
        font-size: 15px;
    }
}
