.home-page{background:var(--bg-primary);min-height:100vh;transition:background-color .3s}.home-hero{background:linear-gradient(135deg,var(--primary-color-dark)0%,var(--primary-color)100%);text-align:center;padding:120px 0 80px;position:relative;overflow:hidden}.home-hero:before{content:"";opacity:.5;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 1000\"><polygon fill=\"rgba(255,255,255,0.05)\" points=\"0,1000 1000,0 1000,1000\"/></svg>") 0 0/cover;position:absolute;top:0;bottom:0;left:0;right:0}.home-hero-content{z-index:2;max-width:800px;margin:0 auto;padding:0 24px;position:relative}.home-hero-title{color:#fff;margin-bottom:16px;font-size:48px;font-weight:700;line-height:1.2}.home-hero-subtitle{color:#ffffffe6;font-size:20px;line-height:1.5}.home-search-section{background:var(--bg-primary);z-index:10;margin-top:-60px;padding:0;position:relative}.home-search-form{background:var(--bg-primary);box-shadow:0 8px 24px var(--shadow-md);border:1px solid var(--border-color);border-radius:16px;grid-template-columns:1.2fr 1.4fr .7fr .7fr auto;align-items:end;gap:16px;padding:32px;display:grid}.home-search-field{flex-direction:column;gap:8px;display:flex}.home-search-label{color:var(--text-primary);font-size:14px;font-weight:600}.home-search-input{border:2px solid var(--border-color);background:var(--bg-primary);border-radius:8px;outline:none;width:100%;height:48px;padding:0 16px;font-size:16px;transition:all .15s}.home-search-input:hover{border-color:var(--border-color-hover)}.home-search-input:focus{border-color:var(--primary-color-dark);box-shadow:0 0 0 3px #0035801a}.home-search-button{background:var(--primary-color-dark);height:48px;color:var(--bg-primary);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:8px;padding:0 32px;font-size:16px;font-weight:600;transition:all .15s;display:flex}.home-search-button:hover{background:var(--primary-color-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0035804d}.home-features{background:var(--bg-primary);padding:80px 0}.home-features-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.home-feature-card{text-align:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:32px 24px;transition:all .3s}.home-feature-card:hover{box-shadow:0 4px 12px var(--shadow-sm);transform:translateY(-2px)}.home-feature-icon{background:#0035801a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.home-feature-title{color:var(--text-primary);margin-bottom:8px;font-size:18px;font-weight:700}.home-feature-description{color:var(--text-secondary);font-size:14px;line-height:1.5}.home-popular{background:var(--bg-tertiary);padding:80px 0}.home-loading{text-align:center;color:var(--text-secondary);padding:64px 24px;font-size:18px}.home-section-title{color:var(--text-primary);text-align:center;margin-bottom:8px;font-size:32px;font-weight:700}.home-section-subtitle{color:var(--text-secondary);text-align:center;margin-bottom:48px;font-size:18px}.home-hotels-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.home-hotel-card{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;transition:all .3s;overflow:hidden}.home-hotel-card:hover{border-color:var(--border-color-hover);transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.home-hotel-image-wrapper{background:var(--bg-secondary);width:100%;height:240px;position:relative;overflow:hidden}.home-hotel-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.home-hotel-card:hover .home-hotel-image{transform:scale(1.05)}.home-hotel-favorite{cursor:pointer;width:40px;height:40px;color:var(--text-primary);box-shadow:0 2px 8px var(--shadow-sm);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:12px;right:12px}.home-hotel-favorite:hover{background:var(--bg-primary);transform:scale(1.1)}.home-hotel-favorite.active{color:var(--bg-primary);background:#e74c3c}.home-hotel-content{padding:20px}.home-hotel-name{color:var(--text-primary);margin-bottom:8px;font-size:20px;font-weight:700;line-height:1.3}.home-hotel-location{color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:12px;font-size:14px;display:flex}.home-hotel-location svg{color:var(--primary-color);flex-shrink:0}.home-hotel-rating{align-items:center;gap:8px;margin-bottom:16px;display:flex}.home-hotel-stars{gap:2px;display:flex}.home-hotel-rating-text{color:var(--text-primary);font-size:14px;font-weight:600}.home-hotel-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.home-hotel-price{flex-direction:column;gap:2px;display:flex}.home-hotel-price-amount{color:var(--primary-color);font-size:24px;font-weight:700;line-height:1}.home-hotel-price-unit{color:var(--text-quaternary);font-size:14px;font-weight:400}.home-hotel-button{background:var(--primary-color-dark);color:var(--bg-primary);cursor:pointer;border:none;border-radius:8px;padding:10px 24px;font-size:16px;font-weight:600;transition:all .15s}.home-hotel-button:hover{background:var(--primary-color-hover);transform:translateY(-1px);box-shadow:0 4px 8px #0035804d}@media (max-width:1200px){.home-search-form{grid-template-columns:1fr 1fr}.home-hotels-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-hero{padding:80px 0 60px}.home-hero-title{font-size:32px}.home-hero-subtitle{font-size:16px}.home-search-section{margin-top:-40px}.home-search-form{grid-template-columns:1fr;padding:24px}.home-features-grid{grid-template-columns:repeat(2,1fr);gap:16px}.home-hotels-grid{grid-template-columns:1fr}.home-section-title{font-size:24px}}@media (max-width:480px){.home-features-grid{grid-template-columns:1fr}}
