:root{--wcs-red:#ea2047;--wcs-red-dark:#c4183b;--wcs-red-light:#fdf0f3;--wcs-navy:#1a1a2e;--wcs-text:#1a1a2e;--wcs-muted:#6b7280;--wcs-border:#e5e7eb;--wcs-bg:#ffffff;--wcs-bg-soft:#f9fafb}.wcs-section,.wcs-section *,.wcs-section *::before,.wcs-section *::after{box-sizing:border-box!important}.wcs-section{pointer-events:auto!important}.wcs-section{background:var(--wcs-bg-soft);padding:72px 0 80px;position:relative;z-index:10}.wcs-page{max-width:1080px;margin:0 auto;padding:0 32px}.wcs-intro{text-align:center;margin-bottom:36px}.wcs-intro-h2{font-family:'Playfair Display',serif!important;font-size:clamp(1.7rem, 3vw, 2.3rem)!important;font-weight:700!important;color:var(--wcs-text)!important;margin-bottom:8px!important;line-height:1.2!important}.wcs-intro-p{color:var(--wcs-muted)!important;font-size:1rem!important;max-width:460px;margin:0 auto}.wcs-card{background:#fff;border-radius:18px;box-shadow:0 12px 40px rgb(0 0 0 / .08),0 2px 8px rgb(0 0 0 / .04);padding:32px 32px 28px;max-width:960px;margin:0 auto;overflow:visible!important}.wcs-section .wcs-chips{display:flex!important;gap:8px;flex-wrap:wrap;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.wcs-chip{padding:6px 14px;border-radius:20px;background:var(--wcs-bg-soft);border:none;font-size:.82rem;font-weight:600;color:var(--wcs-muted);cursor:pointer;transition:all 0.15s;font-family:'Source Sans 3',sans-serif;line-height:1.4}.wcs-chip:hover{background:var(--wcs-red-light);color:var(--wcs-red)}.wcs-chip.active{background:var(--wcs-red);color:#fff}.wcs-section .wcs-inputs{display:grid!important;grid-template-columns:2fr 1.2fr 1.2fr 1.3fr!important;gap:12px!important;margin-bottom:20px!important;width:100%!important;float:none!important}.wcs-section .wcs-field{display:flex!important;flex-direction:column!important;gap:5px!important;width:100%!important;float:none!important;margin:0!important;padding:0!important}.wcs-section .wcs-label{font-size:0.7rem!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.08em;color:var(--wcs-muted)!important;display:flex!important;align-items:center;gap:4px;font-family:'Source Sans 3',sans-serif;white-space:nowrap!important}.wcs-section .wcs-label svg{width:11px!important;height:11px!important;min-width:11px!important;min-height:11px!important;fill:var(--wcs-red)!important;flex-shrink:0;display:inline-block!important;visibility:visible!important;opacity:1!important;position:static!important}.wcs-section .wcs-input,.wcs-section input[type="date"]{width:100%!important;height:48px!important;padding:0 14px!important;border:none!important;border-radius:10px!important;background:#f5f5f5!important;font-size:0.93rem!important;color:var(--wcs-text)!important;font-family:'Source Sans 3',sans-serif!important;appearance:none!important;-webkit-appearance:none!important;outline:none!important;transition:background 0.15s,box-shadow 0.15s;box-sizing:border-box!important;float:none!important;margin:0!important}.wcs-section .wcs-input:focus,.wcs-section input[type="date"]:focus{background:#fff!important;box-shadow:0 0 0 2px var(--wcs-red)!important}.wcs-section .wcs-autocomplete{position:relative;display:block!important;width:100%!important}.wcs-section .wcs-autocomplete-input{width:100%!important;height:48px!important;padding:0 36px 0 14px!important;border:none!important;border-radius:10px!important;background:#f5f5f5!important;font-size:0.93rem!important;color:var(--wcs-text)!important;font-family:'Source Sans 3',sans-serif!important;outline:none!important;transition:background 0.15s,box-shadow 0.15s;box-sizing:border-box!important}.wcs-section .wcs-autocomplete-input:focus{background:#fff!important;box-shadow:0 0 0 2px var(--wcs-red)!important}.wcs-section .wcs-autocomplete-input::placeholder{color:#9ca3af}.wcs-autocomplete-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;display:none;align-items:center;justify-content:center;color:#fff;font-size:.75rem;line-height:1;font-family:monospace;padding:0;transition:background 0.15s}.wcs-autocomplete-clear:hover{background:var(--wcs-red)}.wcs-autocomplete-clear.visible{display:flex!important}.wcs-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgb(0 0 0 / .14),0 2px 8px rgb(0 0 0 / .06);z-index:99999!important;max-height:300px;overflow-y:auto;display:none;border:1px solid #f0f0f0}.wcs-dropdown.open{display:block!important}.wcs-dropdown::-webkit-scrollbar{width:4px}.wcs-dropdown::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}.wcs-dropdown-group-label{padding:10px 14px 4px;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--wcs-red);background:#fff;position:sticky;top:0;font-family:'Source Sans 3',sans-serif}.wcs-dropdown-item{padding:10px 14px;font-size:.9rem;color:var(--wcs-text);cursor:pointer;display:flex!important;align-items:center;gap:8px;transition:background 0.1s;font-family:'Source Sans 3',sans-serif}.wcs-dropdown-item:hover,.wcs-dropdown-item.highlighted{background:var(--wcs-red-light);color:var(--wcs-red)}.wcs-dropdown-item svg{width:13px;height:13px;fill:var(--wcs-muted);flex-shrink:0}.wcs-dropdown-item:hover svg,.wcs-dropdown-item.highlighted svg{fill:var(--wcs-red)}.wcs-dropdown-match{font-weight:700}.wcs-item-icon{display:flex;align-items:center;flex-shrink:0;line-height:1}.wcs-item-label{display:inline;line-height:1.4}.wcs-no-results{padding:16px 14px;font-size:.88rem;color:var(--wcs-muted);text-align:center;font-family:'Source Sans 3',sans-serif}.wcs-section .wcs-guests{display:flex!important;gap:8px;width:100%!important}.wcs-counter{flex:1;background:#f5f5f5;border-radius:10px;padding:8px 10px 9px;transition:background 0.15s}.wcs-counter:focus-within{background:#fff;box-shadow:0 0 0 2px var(--wcs-red)}.wcs-counter-lbl{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--wcs-muted);display:block;margin-bottom:3px;font-family:'Source Sans 3',sans-serif}.wcs-section .wcs-ctrl{display:flex!important;align-items:center;gap:4px}.wcs-rnd{width:24px;height:24px;border-radius:50%;border:none;background:rgb(0 0 0 / .07);font-size:1rem;line-height:1;cursor:pointer;display:flex!important;align-items:center;justify-content:center;color:var(--wcs-text);transition:background 0.15s;flex-shrink:0;font-family:monospace}.wcs-rnd:hover{background:var(--wcs-red);color:#fff}.wcs-n{width:26px;text-align:center;font-weight:700;font-size:.9rem;background:none!important;border:none!important;color:var(--wcs-text);font-family:'Source Sans 3',sans-serif}.wcs-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:20px}.wcs-bottom-right{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.wcs-section .wcs-more-filters{display:inline-flex!important;align-items:center;gap:6px;background:none;border:none;color:var(--wcs-muted);font-size:0.95rem!important;font-weight:600!important;cursor:pointer;padding:0;font-family:'Source Sans 3',sans-serif;transition:color 0.15s;white-space:nowrap}.wcs-more-filters:hover{color:var(--wcs-red)}.wcs-more-filters svg{width:15px;height:15px;fill:currentColor;flex-shrink:0}.wcs-more-filters.open{color:var(--wcs-red)}.wcs-more-filters.open svg{transform:rotate(180deg)}.wcs-extra-filters{display:none;margin-top:24px;padding-top:24px;border-top:1px solid #f0f0f0;grid-template-columns:repeat(3,1fr);gap:20px;animation:wcs-fade-in 0.2s ease}.wcs-extra-filters.open{display:grid!important}@keyframes wcs-fade-in{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.wcs-filter-group{display:flex;flex-direction:column;gap:8px}.wcs-filter-group--wide{grid-column:1 / -1}.wcs-section .wcs-filter-group-label{font-size:0.7rem!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.08em;color:var(--wcs-muted)!important;font-family:'Source Sans 3',sans-serif}.wcs-section .wcs-price-row{display:flex!important;align-items:center;gap:8px}.wcs-section .wcs-price-row input{flex:1;height:42px;padding:0 12px!important;border:none!important;border-radius:8px;background:#f5f5f5!important;font-size:.88rem;color:var(--wcs-text);font-family:'Source Sans 3',sans-serif;outline:none;box-sizing:border-box!important}.wcs-section .wcs-price-row input:focus{background:#fff!important;box-shadow:0 0 0 2px var(--wcs-red)}.wcs-price-dash{color:var(--wcs-muted);font-size:1rem;flex-shrink:0}html body .wcs-section .wcs-checkbox-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important;gap:8px 16px!important;list-style:none!important;padding:0!important;margin:0!important;width:100%!important;float:none!important}html body .wcs-section .wcs-check{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;cursor:pointer;font-size:0.875rem!important;color:var(--wcs-text)!important;font-family:'Source Sans 3',sans-serif;margin:0!important;padding:0!important;list-style:none!important;float:none!important;width:auto!important;text-align:left!important}html body .wcs-section .wcs-check input[type="checkbox"]{position:absolute!important;opacity:0!important;width:0!important;height:0!important;margin:0!important;padding:0!important}html body .wcs-section .wcs-check-box{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;border-radius:4px!important;border:2px solid var(--wcs-border)!important;background:#fff!important;flex-shrink:0;display:flex!important;align-items:center;justify-content:center;transition:all 0.15s;box-sizing:border-box}html body .wcs-section .wcs-check input:checked~.wcs-check-box{background:var(--wcs-red)!important;border-color:var(--wcs-red)!important}html body .wcs-section .wcs-check input:checked~.wcs-check-box::after{content:''!important;width:9px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px);display:block!important}html body .wcs-section .wcs-check:hover .wcs-check-box{border-color:var(--wcs-red)!important}.wcs-section .wcs-bedrooms-pills{display:flex!important;gap:6px;flex-wrap:wrap}.wcs-pill{padding:6px 14px;border-radius:20px;background:#f5f5f5;border:none;font-size:.82rem;font-weight:600;color:var(--wcs-muted);cursor:pointer;font-family:'Source Sans 3',sans-serif;transition:all 0.15s}.wcs-pill:hover{background:var(--wcs-red-light);color:var(--wcs-red)}.wcs-pill.active{background:var(--wcs-red);color:#fff}.wcs-section .wcs-trust{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:18px;align-items:center}.wcs-section .wcs-trust-item{font-size:0.82rem!important;font-weight:700!important;color:#1a1a2e!important;display:flex!important;align-items:center;gap:5px;font-family:'Source Sans 3',sans-serif;white-space:nowrap}.wcs-section .wcs-trust-item svg{width:14px!important;height:14px!important;fill:var(--wcs-red)!important;opacity:0.9!important}.wcs-section .wcs-trust-stars{display:flex!important;gap:1px;align-items:center}.wcs-section .wcs-trust-stars svg{width:12px!important;height:12px!important;fill:#f59e0b!important;opacity:1!important}.wcs-search-btn{display:inline-flex!important;align-items:center;gap:9px;background:var(--wcs-red)!important;color:#fff!important;border:none!important;border-radius:10px;padding:15px 40px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 6px 20px rgb(234 32 71 / .38);font-family:'Source Sans 3',sans-serif;transition:background 0.2s,transform 0.15s,box-shadow 0.2s;letter-spacing:.01em;white-space:nowrap}.wcs-search-btn svg{width:17px;height:17px;fill:currentColor}.wcs-search-btn:hover{background:var(--wcs-red-dark)!important;transform:translateY(-1px);box-shadow:0 8px 24px rgb(234 32 71 / .45)}@keyframes wcs-pulse{0%{box-shadow:0 0 0 0 rgb(234 32 71 / .5)}70%{box-shadow:0 0 0 10px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.wcs-search-btn.pulse{animation:wcs-pulse 0.6s ease-out}.wcs-mobile-sticky{display:none;position:fixed;bottom:0;left:0;right:0;z-index:99999!important;background:#fff;border-top:1px solid #e5e7eb;padding:12px 20px;box-shadow:0 -4px 20px rgb(0 0 0 / .1);gap:12px;align-items:center}.wcs-mobile-sticky-text{flex:1;font-size:.82rem;color:var(--wcs-muted);line-height:1.3;font-family:'Source Sans 3',sans-serif}.wcs-mobile-sticky-text strong{display:block;color:var(--wcs-text);font-size:.88rem}.wcs-mobile-sticky-btn{background:var(--wcs-red)!important;color:#fff!important;border:none!important;border-radius:8px;padding:12px 22px;font-size:.9rem;font-weight:700;cursor:pointer;white-space:nowrap;font-family:'Source Sans 3',sans-serif;box-shadow:0 4px 12px rgb(234 32 71 / .35);flex-shrink:0}@media (max-width:900px){.wcs-extra-filters.open{grid-template-columns:1fr 1fr!important}}@media (max-width:768px){.wcs-section .wcs-inputs{grid-template-columns:1fr!important}.wcs-chips{gap:6px}.wcs-bottom{flex-direction:column;align-items:stretch;gap:12px}.wcs-bottom-right{flex-direction:column;align-items:stretch;gap:16px}.wcs-search-btn{width:100%;justify-content:center}.wcs-section .wcs-more-filters{justify-content:center;margin-bottom:4px}.wcs-section .wcs-trust{flex-wrap:wrap!important;gap:10px}.wcs-mobile-sticky{display:flex!important;transform:translateY(100%);transition:transform 0.3s ease}.wcs-mobile-sticky.visible{transform:translateY(0)!important}body{padding-bottom:72px}.wcs-section .wcs-label svg{display:inline-block!important;visibility:visible!important}}@media (max-width:600px){.wcs-section{padding:48px 0 56px}.wcs-page{padding:0 20px}.wcs-card{padding:20px 18px 20px;border-radius:14px}.wcs-chips{padding-bottom:14px;margin-bottom:16px}.wcs-extra-filters.open{grid-template-columns:1fr!important}html body .wcs-section .wcs-checkbox-grid{grid-template-columns:1fr 1fr!important}.wcs-dropdown{max-height:200px}.wcs-section .wcs-trust{gap:8px}.wcs-section .wcs-trust-item{font-size:0.75rem!important}.wcs-section .wcs-trust-item:nth-child(3){display:none!important}}