﻿.stay-hotels-page {
    background: radial-gradient(circle at top left, rgba(13, 110, 253, .08), transparent 30rem), linear-gradient(180deg, #f7fbff 0%, #ffffff 38%, #f8fafc 100%);
    min-height: calc(100vh - 80px);
    padding: 42px 0 72px;
    color: #172033;
}

.stay-hotels-shell {
    width: min(100%, 1180px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.stay-hotels-hero {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
    margin-bottom: 24px;
}

.stay-hotels-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(13, 110, 253, .08);
    color: #0d6efd;
    font-weight: 700;
    font-size: .88rem;
    margin-bottom: 14px;
}

.stay-hotels-title {
    margin: 0;
    font-weight: 800;
    letter-spacing: -.03em;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.stay-hotels-lead {
    max-width: 660px;
    margin-top: 12px;
    color: #637083;
    line-height: 1.8;
}

.stay-hotels-hero-card {
    min-width: 240px;
    padding: 18px 20px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

    .stay-hotels-hero-card strong {
        display: block;
        font-size: 1.8rem;
        line-height: 1;
        color: #0d6efd;
    }

.stay-hotels-panel {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
    padding: 22px;
    margin-bottom: 24px;
}

.stay-hotels-filter-title {
    font-weight: 800;
    margin-bottom: 18px;
    font-size: 1.08rem;
}

.stay-hotels-filter-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.stay-filter-item {
    grid-column: span 3;
}

    .stay-filter-item.is-wide {
        grid-column: span 4;
    }

    .stay-filter-item.is-action {
        grid-column: span 2;
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

.stay-filter-label {
    font-weight: 700;
    font-size: .9rem;
    margin-bottom: 8px;
    color: #1f2937;
}

.stay-hotels-page .form-control,
.stay-hotels-page .form-select {
    height: 46px;
    border-radius: 12px;
    border-color: #dbe3ef;
    color: #293449;
    box-shadow: none;
}

    .stay-hotels-page .form-control:focus,
    .stay-hotels-page .form-select:focus {
        border-color: rgba(13, 110, 253, .55);
        box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .12);
    }

.stay-search-btn {
    height: 46px;
    min-width: 116px;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(13, 110, 253, .22);
}

.stay-clear-btn {
    height: 46px;
    min-width: 86px;
    border-radius: 12px;
    font-weight: 700;
}

.stay-hotels-result-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.stay-result-count {
    font-weight: 800;
    color: #1f2937;
}

.stay-result-note {
    color: #718096;
    font-size: .92rem;
}

.stay-hotels-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.stay-hotel-card {
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .stay-hotel-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 24px 52px rgba(15, 23, 42, .12);
        border-color: rgba(13, 110, 253, .22);
    }

.stay-hotel-media {
    position: relative;
    height: 172px;
    background: #e8eef7;
}

    .stay-hotel-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.stay-hotel-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(13, 110, 253, .92);
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.stay-hotel-fav {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: #0f172a;
    font-size: 1.35rem;
    line-height: 1;
    display: grid;
    place-items: center;
}

.stay-hotel-body {
    padding: 17px 18px 18px;
}

.stay-hotel-name {
    font-size: 1.05rem;
    line-height: 1.45;
    font-weight: 800;
    margin: 0 0 8px;
    color: #111827;
}

.stay-hotel-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: .9rem;
    margin-bottom: 8px;
}

.stay-stars {
    letter-spacing: 1px;
    color: #f59e0b;
    font-size: .9rem;
}

.stay-hotel-area {
    color: #667085;
    font-size: .9rem;
    margin-bottom: 10px;
}

.stay-hotel-desc {
    color: #667085;
    font-size: .92rem;
    line-height: 1.65;
    min-height: 3.1em;
    margin-bottom: 12px;
}

.stay-hotel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.stay-hotel-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(13, 110, 253, .08);
    color: #0d6efd;
    font-size: .8rem;
    font-weight: 700;
}

.stay-hotel-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.stay-hotel-price {
    font-size: 1.25rem;
    font-weight: 900;
    color: #111827;
    white-space: nowrap;
}

    .stay-hotel-price span {
        color: #667085;
        font-size: .82rem;
        font-weight: 600;
    }

.stay-detail-btn {
    border-radius: 12px;
    font-weight: 800;
    padding: 9px 13px;
    white-space: nowrap;
}

.stay-empty-state {
    display: none;
    border-radius: 24px;
    border: 1px dashed #bfd0e7;
    background: rgba(255, 255, 255, .8);
    padding: 34px 20px;
    text-align: center;
    color: #64748b;
}

    .stay-empty-state strong {
        display: block;
        color: #1f2937;
        font-size: 1.15rem;
        margin-bottom: 8px;
    }

@media (max-width: 1199.98px) {
    .stay-hotels-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .stay-filter-item,
    .stay-filter-item.is-wide {
        grid-column: span 4;
    }

        .stay-filter-item.is-action {
            grid-column: span 4;
        }
}

@media (max-width: 991.98px) {
    .stay-hotels-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .stay-hotels-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stay-filter-item,
    .stay-filter-item.is-wide {
        grid-column: span 6;
    }

        .stay-filter-item.is-action {
            grid-column: span 12;
        }
}

@media (max-width: 575.98px) {
    .stay-hotels-page {
        padding-top: 28px;
    }

    .stay-hotels-panel {
        padding: 18px;
        border-radius: 20px;
    }

    .stay-hotels-grid {
        grid-template-columns: 1fr;
    }

    .stay-filter-item,
    .stay-filter-item.is-wide,
    .stay-filter-item.is-action {
        grid-column: span 12;
    }

        .stay-filter-item.is-action {
            flex-direction: column;
            align-items: stretch;
        }

    .stay-search-btn,
    .stay-clear-btn {
        width: 100%;
    }
}
