.hl-page{background:var(--theme-bg-light)}.hl-hero{position:relative;height:360px;background:linear-gradient(135deg,var(--theme-primary) 0%,#2a5654 60%,#1C3D3C 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.hl-hero-bg{position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 20% 80%,rgb(136 123 99 / .15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgb(136 123 99 / .1) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgb(255 255 255 / .03) 0%,transparent 70%)}.hl-hero-content{position:relative;z-index:2;text-align:center;color:var(--theme-bg);max-width:800px;padding:2rem 1.5rem}.hl-hero-title{font-family:'Playfair Display',serif;font-size:clamp(2.2rem, 5vw, 3.2rem);font-weight:700;line-height:1.15;margin:0 0 .5rem;letter-spacing:-.02em}.hl-hero-title::after{content:'';display:block;width:60px;height:3px;background:var(--theme-accent);margin:1rem auto 0;border-radius:2px}.hl-hero-subtitle{font-family:'Inter',sans-serif;font-size:clamp(1rem, 2vw, 1.15rem);line-height:1.7;margin:0;opacity:.9;max-width:600px;margin-inline:auto}.hl-hero-subtitle p{margin:0}.hl-hero-stats{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.hl-hero-stat{font-family:'Plus Jakarta Sans',sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-accent);background:rgb(255 255 255 / .1);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:.4rem 1rem;border-radius:2rem;border:1px solid rgb(136 123 99 / .3)}.hl-filter-bar{position:sticky;top:0;z-index:100;background:rgb(245 242 236 / .95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:none;border-bottom:1px solid var(--theme-border);padding:1rem 0;margin-bottom:2rem;transition:box-shadow var(--theme-transition)}.hl-filter-bar.scrolled{box-shadow:0 4px 20px rgb(28 61 60 / .1)}.hl-filter-bar-inner{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.hl-filter-group{display:flex;flex-direction:column;gap:.3rem}.hl-filter-bar label{font-family:'Plus Jakarta Sans',sans-serif;font-size:.7rem;font-weight:600;color:var(--theme-primary);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.3rem}.hl-filter-bar label svg{width:13px;height:13px;color:var(--theme-primary);flex-shrink:0}.hl-filter-bar select,.hl-filter-input{padding:.55rem .85rem;border-radius:var(--theme-radius-sm);border:1.5px solid var(--theme-border);font-size:.88rem;font-family:'Inter',sans-serif;color:var(--theme-primary);background:#fff;transition:border-color var(--theme-transition),box-shadow var(--theme-transition);min-width:130px}.hl-filter-bar select:focus,.hl-filter-input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px rgb(28 61 60 / .08);outline:none}.hl-filter-search{flex:1;min-width:160px;max-width:240px}.hl-filter-input{width:100%}.hl-filter-input::placeholder{color:#b0a99d;font-style:italic}.hl-filter-bar .submit-button{display:inline-flex;align-items:center;gap:.4rem;background:var(--theme-primary);color:#fff;border:none;border-radius:2rem;padding:.6rem 1.5rem;font-weight:600;font-size:.88rem;font-family:'Inter',sans-serif;cursor:pointer;transition:background var(--theme-transition),transform var(--theme-transition),box-shadow var(--theme-transition)}.hl-filter-bar .submit-button:hover{background:#15302f;transform:translateY(-2px);box-shadow:0 4px 12px rgb(28 61 60 / .25)}.hl-filter-bar .submit-button svg{flex-shrink:0}.hl-results-count{font-family:'Plus Jakarta Sans',sans-serif;font-size:.78rem;color:var(--theme-primary);font-weight:600;background:rgb(28 61 60 / .06);padding:.45rem .85rem;border-radius:2rem;margin-left:auto;white-space:nowrap}.hl-map-wrap{margin-bottom:2rem;text-align:center}.hl-map-toggle{display:inline-flex;align-items:center;gap:.5rem;background:#fff0;color:var(--theme-primary);border:1.5px solid var(--theme-primary);border-radius:2rem;padding:.5rem 1.5rem;font-weight:600;font-size:.9rem;font-family:'Inter',sans-serif;cursor:pointer;margin-bottom:1rem;transition:all var(--theme-transition)}.hl-map-toggle:hover{background:var(--theme-primary);color:#fff}.hl-map-container{height:400px;width:100%;border-radius:var(--theme-radius);box-shadow:var(--theme-shadow-lg);margin:0 auto;display:none}.hl-hotels-listing{padding-bottom:1rem}.hl-hotels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-bottom:2.5rem}.hl-card{background:#fff;border-radius:var(--theme-radius);box-shadow:var(--theme-shadow);border:1px solid var(--theme-border);overflow:hidden;transition:box-shadow var(--theme-transition),transform var(--theme-transition);display:flex;flex-direction:column;min-width:0;animation:hl-card-enter 0.45s ease backwards}.hl-card:nth-child(1){animation-delay:0.04s}.hl-card:nth-child(2){animation-delay:0.08s}.hl-card:nth-child(3){animation-delay:0.12s}.hl-card:nth-child(4){animation-delay:0.16s}.hl-card:nth-child(5){animation-delay:0.2s}.hl-card:nth-child(6){animation-delay:0.24s}.hl-card:nth-child(n+7){animation-delay:0.28s}@keyframes hl-card-enter{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hl-card:hover{box-shadow:var(--theme-shadow-lg);transform:translateY(-6px)}.hl-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.hl-card-img{position:relative;height:240px;overflow:hidden}.hl-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease}.hl-card:hover .hl-card-img img{transform:scale(1.08)}.hl-card-img-overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgb(28 61 60 / .3) 0%,transparent 100%);pointer-events:none;z-index:1}.hl-card-rating{position:absolute;top:.75rem;right:.75rem;z-index:2;display:inline-flex;align-items:center;gap:.3rem;background:rgb(255 255 255 / .92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--theme-primary);padding:.3rem .7rem;border-radius:2rem;font-size:.78rem;font-weight:700;font-family:'Plus Jakarta Sans',sans-serif;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.hl-card-rating svg{flex-shrink:0}.hl-card-rating-score{color:var(--theme-primary);font-weight:800;font-size:.82rem}.hl-card-rating-label{color:var(--theme-text);font-weight:500;font-size:.7rem}.hl-card-price-badge{position:absolute;bottom:.75rem;left:.75rem;z-index:2;display:flex;flex-direction:column;align-items:flex-start;background:rgb(28 61 60 / .85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.35rem .7rem;border-radius:var(--theme-radius-sm);color:#fff;box-shadow:0 2px 8px rgb(0 0 0 / .15)}.hl-card-price-from{font-family:'Plus Jakarta Sans',sans-serif;font-size:.6rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;opacity:.85}.hl-card-price-value{font-size:1.05rem;font-weight:700;line-height:1.2}.hl-card-body{padding:1.15rem 1.25rem;flex:1;display:flex;flex-direction:column;gap:.4rem}.hl-card-title{font-family:'Playfair Display',serif;font-size:1.08rem;font-weight:700;color:var(--theme-primary);margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hl-card-location{display:flex;align-items:center;gap:.3rem;font-size:.82rem;color:var(--theme-text);margin:0;font-family:'Inter',sans-serif}.hl-card-location svg{color:var(--theme-primary);flex-shrink:0}.hl-card-amenities{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.2rem}.hl-card-amenity{display:inline-flex;align-items:center;gap:.2rem;font-size:.7rem;font-weight:500;font-family:'Plus Jakarta Sans',sans-serif;color:var(--theme-primary);background:var(--theme-bg);border:1px solid var(--theme-border);padding:.18rem .5rem;border-radius:2rem;white-space:nowrap}.hl-card-amenity svg{color:var(--theme-green);flex-shrink:0}.hl-card-desc{font-size:.83rem;color:var(--theme-text);margin:0;line-height:1.55;font-family:'Inter',sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:auto}.hl-no-results{text-align:center;color:var(--theme-text);font-size:1.1rem;margin:3rem 0;font-family:'Inter',sans-serif}.hl-prose{padding:2.5rem 0}.hl-prose p{font-size:1rem;line-height:1.8;color:var(--theme-text)}.pagination{display:flex;justify-content:center;gap:.4rem;margin:2.5rem 0 2rem;padding-top:2rem;border-top:1px solid var(--theme-border)}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:.5rem .75rem;border:1.5px solid var(--theme-border);border-radius:var(--theme-radius-sm);text-decoration:none;color:var(--theme-primary);font-weight:600;font-size:.9rem;font-family:'Inter',sans-serif;background:#fff;transition:all var(--theme-transition)}.pagination a:hover,.pagination .current{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary);transform:translateY(-1px)}.pagination .prev,.pagination .next{background:#fff0;border:1.5px solid var(--theme-primary);color:var(--theme-primary);border-radius:2rem;padding:.5rem 1rem}.pagination .prev:hover,.pagination .next:hover{background:var(--theme-primary);color:#fff}.hl-page .loader{border:8px solid var(--theme-border);border-top:8px solid var(--theme-primary);border-radius:50%;width:60px;height:60px;animation:spin 2s linear infinite;z-index:100}.hl-page .loader-container{background-color:rgb(28 61 60 / .12)}@media (max-width:1024px){.hl-hotels-grid{grid-template-columns:repeat(2,1fr)}.hl-hero{height:280px}}@media (max-width:768px){.hl-hotels-grid{grid-template-columns:1fr;gap:1rem}.hl-hero{height:220px}.hl-hero-title::after{width:40px;margin-top:.75rem}.hl-hero-stats{margin-top:1rem}.hl-hero-stat{font-size:.72rem;padding:.3rem .75rem}.hl-filter-bar-inner{flex-direction:column;gap:.75rem;align-items:stretch}.hl-filter-search{max-width:none}.hl-filter-bar select,.hl-filter-input{width:100%}.hl-results-count{margin-left:0;text-align:center}.hl-filter-bar .submit-button{width:100%;justify-content:center}.hl-card-link{flex-direction:row}.hl-card-img{width:140px;height:auto;min-height:160px;flex-shrink:0}.hl-card-img-overlay{display:none}.hl-card-price-badge{position:static;display:inline-flex;flex-direction:row;gap:.3rem;align-items:baseline;background:var(--theme-bg);color:var(--theme-primary);padding:.2rem .5rem;border-radius:var(--theme-radius-sm);margin-top:auto;width:fit-content;box-shadow:none;backdrop-filter:none}.hl-card-price-from{font-size:.65rem;color:var(--theme-text)}.hl-card-price-value{font-size:.9rem;color:var(--theme-primary)}.hl-card-rating{top:.5rem;right:.5rem;padding:.2rem .5rem;font-size:.72rem}.hl-card-rating-label{display:none}.hl-card-body{padding:1rem}.hl-card-desc{-webkit-line-clamp:2}}@media (max-width:480px){.hl-hero{height:180px}.hl-hero-stat{font-size:.65rem}.hl-card-img{width:120px;min-height:140px}.hl-card-amenities{display:none}.hl-card-title{font-size:.95rem}}.hl-card-body .hotel-stars{margin-top:.15rem}.hl-card-body .hotel-stars .star-icon{width:13px;height:13px}