.landing-offers-container{display:flex;flex-direction:column;gap:0}.landing-offer{width:100vw;margin:0;position:relative;box-sizing:border-box;padding:60px 0;background:linear-gradient(135deg,#f8faff,#e8f0ff)}.landing-offer .header-section{text-align:center;margin-bottom:40px}.landing-offer .main-title{font-size:3rem;font-weight:700;color:#1a365d;margin-bottom:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-family:Rufina,sans-serif}.landing-offer .title-highlight{color:#4f7aff;position:relative}.landing-offer .title-highlight:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:60%;height:4px;background:linear-gradient(90deg,#4f7aff,#7c9dff);border-radius:2px}.landing-offer .offer-label{font-size:1.5rem;font-weight:500;color:#64748b;font-family:Raleway,sans-serif}.landing-offer .booking-controls{display:flex;justify-content:center;gap:40px;margin-bottom:20px;align-items:center}.landing-offer .control-group{display:flex;align-items:center;gap:12px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:12px 16px;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .3s ease}.landing-offer .control-group:hover{border-color:#4f7aff;box-shadow:0 4px 12px rgba(79,122,255,.15)}.landing-offer .control-icon{color:#1a365d;display:flex;align-items:center;justify-content:center}.landing-offer .control-counter{display:flex;align-items:center;gap:8px}.landing-offer .counter-btn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#1a365d}.landing-offer .counter-btn:hover:not(:disabled){background:#4f7aff;border-color:#4f7aff;color:#fff}.landing-offer .counter-btn:disabled{opacity:.4;cursor:not-allowed}.landing-offer .counter-value{font-size:1rem;font-weight:600;color:#1a365d;min-width:24px;text-align:center;font-family:Raleway,sans-serif}.landing-offer .offer-tabs{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;padding:0 20px}.landing-offer .offer-tab{background:#fff;border:2px solid #e2e8f0;border-radius:25px;padding:10px 24px;font-size:1rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .3s ease;font-family:Raleway,sans-serif}.landing-offer .offer-tab:hover{border-color:#4f7aff;color:#4f7aff}.landing-offer .offer-tab.active{background:#4f7aff;border-color:#4f7aff;color:#fff;font-weight:600;box-shadow:0 4px 12px rgba(79,122,255,.3)}.landing-offer .content-section{position:relative;padding:20px 0}.landing-offer .properties-container{display:flex;align-items:center;justify-content:center;position:relative;width:100%;max-width:100vw;overflow:hidden}.landing-offer .nav-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#fff;border:2px solid #e2e8f0;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#1a365d;box-shadow:0 4px 12px rgba(0,0,0,.1)}.landing-offer .nav-arrow:hover{background:#4f7aff;border-color:#4f7aff;color:#fff;box-shadow:0 6px 16px rgba(79,122,255,.3)}.landing-offer .nav-prev{left:20px}.landing-offer .nav-next{right:20px}.landing-offer .swiper-container{width:100%;max-width:calc(100vw - 160px);overflow:visible}.landing-offer .properties-swiper{width:100%;padding:20px 0;overflow:visible!important}.landing-offer .property-slide{display:flex;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.landing-offer .property-card-wrapper{position:relative;width:100%;max-width:350px;transition:all .4s cubic-bezier(.4,0,.2,1)}.landing-offer .property-card-wrapper .discount-badge{position:absolute;top:15px;left:15px;z-index:20;background:linear-gradient(135deg,#ff4757,#ff6b7a);color:#fff;padding:8px 14px;border-radius:20px;font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:6px;box-shadow:0 4px 12px rgba(255,71,87,.4);font-family:Raleway,sans-serif;animation:pulse 2s infinite;pointer-events:none}.last-minute-offer .property-card-wrapper{position:relative}.last-minute-offer .property-card-wrapper .discount-badge{position:absolute;top:15px;left:15px;z-index:20;background:linear-gradient(135deg,#ff4757,#ff6b7a);color:#fff;padding:8px 14px;border-radius:20px;font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:6px;box-shadow:0 4px 12px rgba(255,71,87,.4);font-family:Raleway,sans-serif;animation:pulse 2s infinite;pointer-events:none}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.landing-offer .property-card-wrapper .date-range-badge,.last-minute-offer .property-card-wrapper .date-range-badge{position:absolute;top:15px;right:15px;z-index:20;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:4px;box-shadow:0 4px 12px rgba(37,99,235,.4);font-family:Raleway,sans-serif;pointer-events:none}.landing-offer .swiper-slide-active .property-card-wrapper{transform:scale(1.05)}.landing-offer .swiper-slide-next .property-card-wrapper,.landing-offer .swiper-slide-prev .property-card-wrapper{transform:scale(.9);opacity:.7}.landing-offer .loading-container{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%}.landing-offer .loading-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#4f7aff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.landing-offer .no-properties{display:flex;justify-content:center;align-items:center;min-height:300px;width:100%;font-size:1.2rem;color:#64748b;font-family:Raleway,sans-serif}@media (max-width:1440px){.landing-offer .swiper-container{max-width:calc(100vw - 120px)}}@media (max-width:1024px){.landing-offer .main-title{font-size:2.5rem}.landing-offer .offer-label{font-size:1.3rem}.landing-offer .nav-arrow{width:44px;height:44px}.landing-offer .nav-prev{left:10px}.landing-offer .nav-next{right:10px}.landing-offer .swiper-container{max-width:calc(100vw - 100px)}}@media (max-width:768px){.landing-offer{padding:40px 0}.landing-offer .main-title{font-size:2rem;padding:0 20px}.landing-offer .title-highlight:after{height:3px}.landing-offer .offer-label{font-size:1.1rem}.landing-offer .booking-controls{margin-bottom:15px}.landing-offer .offer-tabs{gap:8px}.landing-offer .offer-tab{padding:8px 18px;font-size:.9rem}.landing-offer .nav-arrow{width:40px;height:40px}.landing-offer .nav-prev{left:5px}.landing-offer .nav-next{right:5px}.landing-offer .swiper-container{max-width:calc(100vw - 80px)}.landing-offer .property-card-wrapper .discount-badge,.last-minute-offer .property-card-wrapper .discount-badge{padding:6px 10px;font-size:.8rem;top:10px;left:10px}}@media (max-width:480px){.landing-offer .main-title{font-size:1.6rem}.landing-offer .offer-label{font-size:1rem}.landing-offer .control-group{padding:10px 12px}.landing-offer .offer-tab{padding:6px 14px;font-size:.85rem}.landing-offer .swiper-container{max-width:calc(100vw - 60px)}}