.hotels-page{background:var(--bg-main);min-height:100vh}.hm-header{border-bottom:1px solid var(--border);background:#fff;padding:6.5rem 1.5rem 1.5rem}.hm-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;max-width:1180px;margin:0 auto;display:flex}.hm-title{font-family:var(--font-main);color:var(--text-dark);letter-spacing:-.02em;margin:0 0 .4rem;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:800}.hm-sub{color:var(--text-mute);margin:0;font-size:.95rem;line-height:1.6}.hm-search{background:var(--bg-main);border:1px solid var(--border);min-width:250px;color:var(--text-mute);border-radius:10px;align-items:center;gap:.5rem;padding:.55rem .9rem;transition:border-color .2s,box-shadow .2s;display:flex}.hm-search:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px #29b2b71f}.hm-search input{font-size:.9rem;font-family:var(--font-main);color:var(--text-dark);background:0 0;border:0;outline:0;width:100%}.hm-search input::placeholder{color:#94a3b8}.hm-section{padding:2rem 1.5rem 5rem}.hm-inner{max-width:1180px;margin:0 auto}.hm-count{color:var(--text-mute);letter-spacing:.03em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.85rem;font-weight:700}.hm-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:700px){.hm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1080px){.hm-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.hm-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;overflow:hidden;box-shadow:0 6px 18px #0d233a0d}.hm-card:hover{border-color:#29b2b74d;transform:translateY(-3px);box-shadow:0 14px 32px #0d233a1a}.hm-card-media{aspect-ratio:16/10;background:#0d233a0f;width:100%;position:relative}.hm-badge{z-index:2;color:#fff;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#29b2b7e6;border-radius:50px;padding:.3rem .65rem;font-size:.65rem;font-weight:800;position:absolute;top:.75rem;left:.75rem}.hm-card-body{flex-direction:column;flex:1;gap:.55rem;padding:1.1rem 1.15rem 1.2rem;display:flex}.hm-card-title{font-family:var(--font-main);color:var(--text-dark);font-size:1.05rem;font-weight:700;line-height:1.3}.hm-card-city{color:var(--text-mute);align-items:center;gap:.3rem;font-size:.8rem;display:inline-flex}.hm-card-desc{color:var(--text-mute);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.55;display:-webkit-box;overflow:hidden}.hm-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:.75rem;display:flex}.hm-price{color:var(--text-dark);font-size:.95rem;font-weight:800}.hm-book-link{color:#fff;white-space:nowrap;background:#0d233a;border-radius:8px;align-items:center;gap:.35rem;padding:.5rem .95rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.hm-book-link:hover{background:var(--teal)}.hm-skeleton .hm-card-media{animation:1.4s ease-in-out infinite hmPulse}@keyframes hmPulse{0%,to{opacity:.5}50%{opacity:1}}.hm-empty{background:var(--bg-card);border:1px dashed var(--border);text-align:center;border-radius:14px;padding:3.5rem 2rem}.hm-empty h2{font-family:var(--font-main);color:var(--text-dark);margin:0 0 .5rem;font-size:1.25rem}.hm-empty p{color:var(--text-mute);margin:0;font-size:.9rem}.hotels-hero{text-align:center;justify-content:center;align-items:center;min-height:360px;padding:100px 1.5rem 50px;display:flex;position:relative;overflow:hidden}.hotels-hero-bg{z-index:0;position:absolute;inset:0}.hotels-hero-scrim{z-index:1;background:linear-gradient(#07111ed9 0%,#0d233af0 100%);position:absolute;inset:0}.hotels-hero-content{z-index:2;max-width:720px;position:relative}.hotels-hero-eyebrow{border:1px solid var(--teal);color:var(--teal);letter-spacing:.1em;text-transform:uppercase;background:#29b2b72e;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.75rem;font-weight:800;display:inline-block}.hotels-hero-title{font-family:var(--font-head);color:#fff;margin-bottom:.85rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15}.hotels-hero-sub{color:#ffffffd9;font-size:clamp(.95rem,1.8vw,1.1rem);line-height:1.6}.hotels-coming{padding:4rem 1.5rem 5rem}.hotels-coming-inner{max-width:720px;margin:0 auto}.hotels-coming-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-card);padding:2.5rem 2rem}.hotels-coming-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem;font-size:.75rem;font-weight:800;display:inline-block}.hotels-coming-card h2{font-family:var(--font-head);color:var(--text-dark);margin-bottom:.75rem;font-size:1.6rem}.hotels-coming-card p{color:var(--text-mute);line-height:1.65}.hotels-list-section{padding:3.5rem 1.5rem 5rem}.hotels-list-inner{max-width:1180px;margin:0 auto}.hotels-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.25rem;margin-bottom:2rem;display:flex}.hotels-toolbar-title{font-family:var(--font-head);color:var(--text-dark);margin-bottom:.3rem;font-size:clamp(1.35rem,3vw,1.8rem)}.hotels-toolbar-count{color:var(--text-mute);font-size:.9rem}.hotels-search{background:var(--bg-card);border:1px solid var(--border);min-width:260px;color:var(--text-mute);border-radius:50px;align-items:center;gap:.6rem;padding:.6rem 1.1rem;display:flex}.hotels-search:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px #29b2b726}.hotels-search input{color:var(--text-dark);background:0 0;border:0;outline:0;width:100%;font-size:.92rem}.hotels-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:700px){.hotels-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1080px){.hotels-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.hotel-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.hotel-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0d233a29}.hotel-card-media{aspect-ratio:16/10;background:#0d233a14;width:100%;position:relative}.hotel-badge{z-index:2;background:var(--teal);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:50px;padding:.35rem .7rem;font-size:.68rem;font-weight:800;position:absolute;top:.85rem;left:.85rem}.hotel-rating{z-index:2;color:#fff;background:#0d233a;border-radius:8px;padding:.35rem .6rem;font-size:.85rem;font-weight:800;position:absolute;top:.85rem;right:.85rem}.hotel-thumbs{z-index:2;gap:.4rem;display:flex;position:absolute;bottom:.7rem;right:.7rem}.hotel-thumb{cursor:pointer;opacity:.75;background:0 0;border:2px solid #ffffffbf;border-radius:6px;width:44px;height:34px;padding:0;transition:opacity .2s,border-color .2s;position:relative;overflow:hidden}.hotel-thumb.active,.hotel-thumb:hover{opacity:1;border-color:var(--teal)}.hotel-card-body{flex-direction:column;flex:1;gap:.75rem;padding:1.25rem 1.25rem 1.35rem;display:flex}.hotel-card-head{flex-direction:column;gap:.3rem;display:flex}.hotel-card-title{font-family:var(--font-head);color:var(--text-dark);font-size:1.15rem;font-weight:700;line-height:1.3}.hotel-card-city{color:var(--text-mute);align-items:center;gap:.35rem;font-size:.85rem;display:inline-flex}.hotel-card-desc{color:var(--text-mute);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.6;display:-webkit-box;overflow:hidden}.hotel-card-footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:.5rem;display:flex}.hotel-price{flex-direction:column;display:flex}.hotel-price-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-mute);font-size:.7rem}.hotel-price-value{color:var(--text-dark);font-size:1.02rem;font-weight:800}.hotel-book-btn{color:#fff;white-space:nowrap;background:#0d233a;border-radius:50px;align-items:center;gap:.4rem;padding:.65rem 1.15rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.hotel-book-btn:hover{background:var(--teal);transform:translateY(-1px)}.hotel-card-skeleton{pointer-events:none}.hotel-card-skeleton .skeleton-line{background:#0d233a1a;border-radius:6px;height:12px;display:block}.hotel-card-skeleton .skeleton-line-lg{width:70%;height:18px}.hotel-card-skeleton .skeleton-line-sm{width:45%}.hotel-list{flex-direction:column;gap:5rem;width:100%;max-width:800px;margin:0 auto;padding:1rem 0;display:flex}.hotel-item{flex-direction:column;width:100%;display:flex}.hotel-item-title{font-family:var(--font-head);color:#0b4b80;text-align:left;margin-bottom:1.2rem;font-size:1.85rem;font-weight:700;line-height:1.3}.hotel-item-image-wrapper{aspect-ratio:16/10;background:#0d233a0d;border-radius:4px;width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 18px #0d233a0a}.hotel-item-desc{font-family:var(--font-main);color:#334155;text-align:left;margin-bottom:1.25rem;font-size:.95rem;line-height:1.65}.hotel-item-price{font-family:var(--font-main);color:#334155;text-align:left;margin-bottom:1.5rem;font-size:.95rem}.hotel-item-button-wrapper{justify-content:center;width:100%;margin-top:.5rem;display:flex}.hotel-item-button{color:#fff;font-family:var(--font-main);background-color:#209aa0;border-radius:6px;justify-content:center;align-items:center;padding:.65rem 1.8rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 12px #29b2b726}.hotel-item-button:hover{background-color:#1a8186;transform:translateY(-1px);box-shadow:0 6px 18px #29b2b740}.hotel-item-button:active{transform:translateY(0)}.hotel-skeleton .hotel-item-title-skeleton{background:#0d233a0f;border-radius:4px;width:40%;height:28px;margin-bottom:1.2rem;animation:1.4s ease-in-out infinite hmPulse}.hotel-skeleton .hotel-item-image-skeleton{aspect-ratio:16/10;background:#0d233a0f;border-radius:4px;width:100%;margin-bottom:1.5rem;animation:1.4s ease-in-out infinite hmPulse}.hotel-skeleton .hotel-item-desc-skeleton{background:#0d233a0f;border-radius:4px;width:100%;height:80px;animation:1.4s ease-in-out infinite hmPulse}@media (max-width:768px){.hm-section{padding:1.5rem 1rem 4rem}.hm-count{margin-bottom:1rem;font-size:.78rem}.hotel-list{gap:3.5rem;padding:.5rem 0}.hotel-item-title{margin-bottom:.9rem;font-size:1.5rem}.hotel-item-image-wrapper{aspect-ratio:16/11;margin-bottom:1.1rem}.hotel-item-desc{margin-bottom:1rem;font-size:.88rem;line-height:1.6}.hotel-item-price{margin-bottom:1.1rem;font-size:.88rem}.hotel-item-button{padding:.6rem 1.5rem;font-size:.85rem}.hm-empty{padding:2.5rem 1.25rem}.hm-empty h2{font-size:1.1rem}.hm-empty p{font-size:.85rem}}@media (max-width:480px){.hm-section{padding:1.25rem .75rem 3.5rem}.hotel-list{gap:3rem}.hotel-item-title{font-size:1.35rem}.hotel-item-desc{font-size:.85rem}.hotel-item-button{width:100%;max-width:280px}}
