.hotel-hero-section {
    background:
        radial-gradient(circle at top left, rgba(214, 231, 226, 0.68), transparent 34%),
        linear-gradient(180deg, #f8f2e8 0%, #f7f9f7 48%, #ffffff 100%);
}

.hotel-hero-shell {
    background:
        radial-gradient(circle at top right, rgba(217, 111, 50, 0.16), transparent 30%),
        linear-gradient(135deg, #f5eee3 0%, #fffdf8 44%, #eef5f4 100%);
    box-shadow: 0 28px 64px rgba(15, 34, 30, 0.08);
    overflow: hidden;
}

.hotel-hero-copy {
    max-width: 70rem;
}

.hotel-hero-heading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1.15rem;
    width: 100%;
}

.hotel-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.78rem;
    border-radius: 999px;
    background: rgba(23, 49, 58, 0.08);
    color: #17313a;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hotel-hero-title {
    color: #17313a;
    font-size: clamp(2rem, 2.9vw, 3.2rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.05em;
    margin-bottom: 0;
}

.hotel-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.hotel-hero-meta-centered {
    justify-content: center;
}

.hotel-hero-meta-card {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 3.75rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(76, 59, 38, 0.08);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.92);
    color: #52606d;
}

.hotel-hero-score {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
    color: #17313a;
}

.hotel-hero-stars {
    color: #d99018;
    line-height: 1;
}

.hotel-hero-meta-link {
    color: #7c5c2b;
    font-weight: 600;
    text-decoration: none;
}

.hotel-hero-meta-link:hover {
    color: #5f451f;
}

.hotel-hero-map-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #7c5c2b;
    font-weight: 700;
    font-size: 0.98rem;
    text-decoration: none;
}

.hotel-hero-map-link:hover,
.hotel-hero-map-link:focus {
    color: #5f451f;
}

.hotel-hero-map-link:hover .hotel-hero-map-link-text,
.hotel-hero-map-link:focus .hotel-hero-map-link-text {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.hotel-hero-address-card {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.hotel-hero-address-main {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.hotel-hero-address-separator {
    color: #a7afb7;
    font-size: 0.8rem;
    line-height: 1;
}

.hotel-hero-description {
    margin-bottom: 0;
    color: #5f7278;
    font-size: clamp(1.18rem, 1.1rem + 0.32vw, 1.38rem);
    line-height: 1.9;
    text-align: center;
    width: 100%;
}

.hotel-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.hotel-hero-primary,
.hotel-hero-secondary {
    min-height: 3.15rem;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hotel-hero-primary {
    border: 0;
    background: linear-gradient(135deg, #17313a 0%, #244650 100%);
    box-shadow: 0 14px 28px rgba(23,49,58,.18);
    color: #fff;
}

.hotel-photo-section {
    padding-top: 1.25rem;
    padding-bottom: 1.6rem;
}

.hotel-photo-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 58rem;
    margin: 0 auto;
}

.hotel-photo-frame img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 34rem;
    display: block;
    border-radius: 1.7rem;
    transition: transform 0.45s ease;
}

.hotel-photo-frame > a {
    display: block;
}

.hotel-detail-content-section {
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
}

.hotel-description-section {
    padding-top: 0;
    padding-bottom: 0.75rem;
}

.hotel-recommend-section {
    padding-top: 0.75rem;
}

.hotel-detail-content-card {
    background: #fff;
    border: 1px solid rgba(23, 49, 58, 0.08);
    border-radius: 1.5rem;
    box-shadow: 0 18px 38px rgba(15, 34, 30, 0.05);
}

.hotel-detail-roomy {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
}

.hotel-detail-roomy-compact {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}

.hotel-detail-balanced-card {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}

.hotel-description-card,
.hotel-recommend-card {
    padding: 1.05rem 1.35rem !important;
}

.hotel-city-tags-card {
    background:
        radial-gradient(circle at top right, rgba(214, 231, 226, 0.36), transparent 38%),
        #fff;
}

.hotel-city-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hotel-city-tag {
    display: inline-flex;
    align-items: center;
    min-height: 2.8rem;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: #eef5f4;
    color: #17313a;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.2;
}

.hotel-detail-description-body {
    color: #455a64;
    font-size: clamp(0.95rem, 0.92rem + 0.12vw, 1.03rem);
    line-height: 1.72;
}

.hotel-description-card .hotel-detail-description-body > :first-child {
    margin-top: 0;
}

.hotel-detail-description-body > :last-child {
    margin-bottom: 0;
}

.hotel-description-card .hotel-detail-description-body :last-child {
    margin-bottom: 0;
}

.hotel-recommend-card .d-flex.justify-content-between.align-items-end.mb-4 {
    margin-bottom: 0.95rem !important;
}

.hotel-amenities-card {
    background:
        radial-gradient(circle at top right, rgba(23, 49, 58, 0.05), transparent 34%),
        #fff;
}

.hotel-show-prices-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.9rem 1.55rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #c96a2f 0%, #df8745 100%);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(201, 106, 47, 0.24);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.hotel-show-prices-btn:hover,
.hotel-show-prices-btn:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(201, 106, 47, 0.28);
    filter: brightness(1.02);
}

.hotel-amenities-featured {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.8rem;
}

.hotel-amenity-pill {
    display: inline-flex;
    align-items: center;
    min-height: 2.9rem;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: #17313a;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.2;
}

.hotel-amenities-more-label {
    margin-bottom: 0.9rem;
    color: #17313a;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hotel-amenities-grid {
    row-gap: 0.85rem;
}

.hotel-amenity-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-height: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(23, 49, 58, 0.08);
    border-radius: 1rem;
    background: #f9fbfb;
    color: #455a64;
}

.hotel-amenity-item-icon {
    color: #2c5a66;
    line-height: 1.4;
}

.hotel-amenity-item-text {
    line-height: 1.6;
}

.hotel-things-section {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.hotel-things-card {
    background:
        radial-gradient(circle at top left, rgba(214, 231, 226, 0.42), transparent 36%),
        linear-gradient(135deg, #eef6f5 0%, #f8fcfb 50%, #fffdf8 100%);
    border: 1px solid rgba(44, 90, 102, 0.12);
    border-radius: 1.5rem;
    box-shadow: 0 18px 38px rgba(25, 54, 60, 0.06);
    padding-top: 2.4rem !important;
    padding-bottom: 2.2rem !important;
}

.hotel-things-lead {
    color: #5f7278;
    font-size: 1.02rem;
    line-height: 1.75;
}

.hotel-things-content {
    color: #455a64;
}

.hotel-things-content > :last-child {
    margin-bottom: 0;
}

.hotel-things-card .btn {
    min-height: 3.05rem;
    padding: 0.82rem 1.35rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.hotel-things-card .section-title,
.hotel-things-card .star-section-title,
.hotel-things-card h2:first-child,
.hotel-things-card .mb-4:first-child {
    margin-top: 0 !important;
    margin-bottom: 0.50rem !important;
}

.hotel-things-lead {
    margin-bottom: 1rem !important;
}

.hotel-related-blogs-section {
    background:
        radial-gradient(circle at top left, rgba(214, 231, 226, 0.22), transparent 34%),
        #fff;
}

.hotel-related-blogs-card {
    background:
        radial-gradient(circle at top right, rgba(23, 49, 58, 0.04), transparent 34%),
        linear-gradient(135deg, #fffefd 0%, #ffffff 56%, #f4f8f7 100%);
}

.hotel-related-blogs-header {
    max-width: 42rem;
    margin: 0 auto 2.2rem;
}

.hotel-related-blogs-header h2 {
    color: #17313a;
    letter-spacing: -0.02em;
}

.hotel-related-blogs-header .text-muted {
    color: #5f7278 !important;
    font-size: 1rem;
    line-height: 1.7;
}

.hotel-related-blogs-grid {
    align-items: stretch;
}

.hotel-related-blog-card {
    height: 100%;
}

.hotel-related-blog-media {
    height: 190px;
}

.hotel-related-blog-card .blog-home-side-title {
    font-size: 1.08rem;
}

.hotel-related-blog-card .blog-home-side-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hotel-related-blogs-actions {
    margin-top: 2.1rem;
}

.hotel-related-blogs-btn {
    text-decoration: none;
}

.hotel-top-hotels-block > section {
    position: relative;
}

.hotel-top-hotels-primary {
    background:
        radial-gradient(circle at top left, rgba(217, 111, 50, 0.12), transparent 26%),
        linear-gradient(180deg, #fffdf8 0%, #f9f4eb 100%);
}

.hotel-top-hotels-primary > section {
    background: transparent;
    padding-bottom: 1.2rem;
}

.hotel-top-hotels-secondary {
    background:
        radial-gradient(circle at top right, rgba(214, 231, 226, 0.34), transparent 28%),
        linear-gradient(180deg, #f8fbfa 0%, #f1f7f6 100%);
}

.hotel-top-hotels-secondary > section {
    background: transparent;
    padding-bottom: 1.2rem;
}

.hotel-top-hotels-primary .container,
.hotel-top-hotels-secondary .container {
    position: relative;
}

.hotel-top-hotels-primary .text-center.mb-5,
.hotel-top-hotels-secondary .text-center.mb-5 {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
}

.hotel-top-hotels-primary h2,
.hotel-top-hotels-secondary h2 {
    color: #17313a;
    letter-spacing: -0.03em;
}

.hotel-top-hotels-primary .text-muted,
.hotel-top-hotels-secondary .text-muted {
    color: #61747a !important;
}

.hotel-top-hotels-primary .hotel-list-card {
    box-shadow: 0 22px 48px rgba(201, 106, 47, 0.09);
}

.hotel-top-hotels-secondary .hotel-list-card {
    box-shadow: 0 22px 48px rgba(23, 49, 58, 0.08);
}

.hotel-top-hotels-primary-cta {
    padding-bottom: 2.4rem;
}

.hotel-top-hotels-secondary-cta {
    padding-bottom: 2.4rem;
}

.hotel-top-hotels-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    padding: 0.92rem 1.65rem;
    border: 1px solid rgba(23, 49, 58, 0.14);
    border-radius: 999px;
    background: linear-gradient(135deg, #17313a 0%, #214752 100%);
    box-shadow: 0 18px 34px rgba(23, 49, 58, 0.18);
    color: #fff8f0;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background-color .18s ease;
}

.hotel-top-hotels-filter-btn:hover,
.hotel-top-hotels-filter-btn:focus {
    border-color: rgba(23, 49, 58, 0.24);
    background: linear-gradient(135deg, #1d3e49 0%, #295562 100%);
    box-shadow: 0 22px 38px rgba(23, 49, 58, 0.22);
    color: #ffffff;
    transform: translateY(-1px);
}

.hotel-top-hotels-city-btn {
    border-color: rgba(23, 49, 58, 0.12);
    background: linear-gradient(135deg, #ffffff 0%, #f7fbfb 100%);
    box-shadow: 0 16px 32px rgba(23, 49, 58, 0.12);
    color: #17313a;
}

.hotel-top-hotels-city-btn:hover,
.hotel-top-hotels-city-btn:focus {
    border-color: rgba(23, 49, 58, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, #eef7f6 100%);
    box-shadow: 0 20px 38px rgba(23, 49, 58, 0.16);
    color: #17313a;
}

.hotel-section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(23, 49, 58, 0.14) 16%, rgba(23, 49, 58, 0.14) 84%, transparent 100%);
}

.hotel-photo-frame:hover img {
    transform: scale(1.03);
}

.hotel-hero-media-actions {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.hotel-hero-primary:hover,
.hotel-hero-primary:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(23,49,58,.22);
    filter: brightness(1.02);
}

.hotel-hero-secondary.btn {
    border-color: rgba(76, 59, 38, 0.14);
    background: #fff;
    color: #5f451f;
}

.hotel-hero-secondary.btn:hover {
    border-color: rgba(76, 59, 38, 0.24);
    background: #f7f3ec;
    color: #5f451f;
}

@media (max-width: 991.98px) {
    .hotel-hero-heading {
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .hotel-hero-title {
        font-size: 2.1rem;
        line-height: 1.02;
    }

    .hotel-hero-description {
        font-size: 1rem;
        line-height: 1.72;
    }

    .hotel-hero-primary {
        width: 100%;
    }

    .hotel-photo-frame img {
        max-height: 24rem;
    }

    .hotel-detail-roomy {
        padding-top: 2.4rem !important;
        padding-bottom: 2.4rem !important;
    }

    .hotel-detail-roomy-compact {
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }

    .hotel-detail-balanced-card {
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }

    .hotel-description-card,
    .hotel-recommend-card {
        padding: 0.9rem 1rem !important;
    }

    .hotel-show-prices-btn {
        width: 100%;
    }

    .hotel-detail-content-section {
        padding-top: 1.15rem;
        padding-bottom: 1.15rem;
    }

    .hotel-things-card {
        padding-top: 1.8rem !important;
        padding-bottom: 1.6rem !important;
    }

    .hotel-description-section {
        padding-bottom: 0.6rem;
    }

    .hotel-recommend-section {
        padding-top: 0.6rem;
    }

    .hotel-related-blogs-header {
        margin-bottom: 1.6rem;
    }

    .hotel-related-blogs-actions {
        margin-top: 1.6rem;
    }

    .hotel-related-blog-media {
        height: 170px;
    }

    .hotel-related-blogs-btn {
        width: 100%;
    }

    .hotel-top-hotels-primary > section {
        padding-bottom: 0.9rem;
    }

    .hotel-top-hotels-secondary > section {
        padding-bottom: 0.9rem;
    }

    .hotel-top-hotels-primary-cta {
        padding-bottom: 1.9rem;
    }

    .hotel-top-hotels-secondary-cta {
        padding-bottom: 1.9rem;
    }

    .hotel-top-hotels-filter-btn {
        width: 100%;
    }
}
