.heroContainer{background:linear-gradient(3.45deg,rgba(18,18,18,.45) 22.93%,rgba(18,18,18,0) 89.67%);display:flex;flex-direction:column;color:#fff}.heroContent{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding:0 clamp(1rem,4vw,4.25rem) 1.5rem}@media(max-width:768px){.heroContent{flex-direction:column;align-items:stretch;gap:.75rem;margin-top:.5rem;padding:0 1rem 1rem}}.heroText{display:flex;flex-direction:column;gap:clamp(.75rem,2vw,1.5rem);min-width:0;flex:1 1 auto}@media(max-width:768px){.heroText{gap:.5rem}}.heroText .heroTitle{font-size:clamp(2rem,7vw,84px);font-weight:700;line-height:1;margin:0;display:flex;flex-direction:column;gap:4px}.heroText .heroTitle span{display:block}@media(max-width:768px){.heroText .heroTitle{font-size:2rem}}.heroText .heroDescription{align-self:flex-start;background:linear-gradient(90.05deg,rgba(73,73,73,.9) .04%,rgba(46,46,46,.9) 99.96%);padding:14px 22px;border-radius:12px;font-size:clamp(.875rem,1.2vw,16px);font-weight:500;line-height:1.5;max-width:min(640px,90%);margin:0}@media(max-width:768px){.heroText .heroDescription{align-self:stretch;padding:10px 14px;font-size:.8125rem;line-height:1.45;border-radius:10px;max-width:none}}.heroStats{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;gap:12px;flex-shrink:0}@media(max-width:768px){.heroStats{display:none}}.statsItem{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;padding:12px 18px;background:hsla(0,0%,100%,.08);backdrop-filter:blur(6px);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;min-width:96px}.statsNumber{font-size:clamp(1.125rem,1.6vw,1.5rem);font-weight:700;line-height:1;color:#fff}.statsLabel{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.78);white-space:nowrap}.hotel-section .hotel-container{padding:clamp(1.25rem,4vw,3rem) 0}.hotel-section .hotel-container .hotel-section-header{display:flex;flex-direction:column;align-items:center;text-align:center}.hotel-section .hotel-container .hotel-section-header .title{font-size:clamp(1.5rem,4vw,40px);font-weight:700;color:#121212;line-height:1.2}.hotel-section .hotel-container .hotel-section-header .subtitle{font-size:clamp(.9rem,1.4vw,18px);font-weight:500;line-height:1.5;color:#6c757d;max-width:640px;margin:.75rem auto 0}.hotel-section .hotels-list{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:1024px){.hotel-section .hotels-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hotel-section .hotels-list{grid-template-columns:1fr;gap:.75rem}}.hotel-section .hotels-list .empty-state{grid-column:1/-1;color:#666;text-align:center;padding:1.5rem 0;margin:0}.hotel-section .hotels-list .oxy-skeleton-card{background:#fff;border:1px solid #ececec;border-radius:14px;padding:12px}.oxy-skeleton{display:inline-block;background:linear-gradient(90deg,#ececec,#f5f5f5 50%,#ececec);background-size:200% 100%;animation:oxy-skeleton-shimmer 1.4s ease-in-out infinite}.oxy-skeleton-card{background:#fff;border:1px solid #ececec;border-radius:12px;padding:12px}.oxy-skeleton-card .oxy-skeleton{display:block}.oxy-skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1280px){.oxy-skeleton-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.oxy-skeleton-grid{grid-template-columns:1fr}}@keyframes oxy-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}