.hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:900px;margin:0 auto;padding:6rem 1rem 4rem;transition:max-width .3s ease-in-out;display:flex}.hero-section.expanded{max-width:1300px}.hero-badge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;display:inline-flex;box-shadow:0 4px 12px #0000001a}.badge-dot{background:var(--accent-secondary);width:8px;height:8px;box-shadow:0 0 12px var(--accent-secondary);border-radius:50%;animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #06b6d4b3}70%{transform:scale(1);box-shadow:0 0 0 6px #06b6d400}to{transform:scale(.95);box-shadow:0 0 #06b6d400}}.hero-title{margin-bottom:1.5rem;font-size:4.5rem}.hero-subtitle{max-width:750px;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.search-box{background:var(--glass-bg);border:1px solid var(--glass-border-light);border-radius:20px;width:100%;padding:.5rem;transition:max-width .3s ease-in-out}.search-box.expanded{max-width:100%}.tooltip-container{cursor:help;color:var(--text-secondary);align-items:center;margin-left:.5rem;display:inline-flex;position:relative}.tooltip-container:hover{color:var(--accent-secondary)}.tooltip-text{visibility:hidden;background-color:var(--bg-card);width:200px;color:var(--text-primary);text-align:center;border:1px solid var(--border-color);z-index:10;opacity:0;text-transform:none;letter-spacing:normal;border-radius:6px;margin-left:-100px;padding:.5rem;font-size:.75rem;font-weight:400;transition:opacity .3s;position:absolute;bottom:150%;left:50%;box-shadow:0 4px 6px #0000001a}.tooltip-text:after{content:"";border-style:solid;border-width:5px;border-color:var(--bg-card)transparent transparent transparent;margin-left:-5px;position:absolute;top:100%;left:50%}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}.search-inputs{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.input-group{transition:var(--transition-smooth);border-radius:12px;flex-direction:column;flex:1;align-items:flex-start;padding:.75rem 1rem;display:flex}.input-group:focus-within{background:#ffffff08}.input-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:flex}.base-input{width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;font-family:inherit;font-size:1.1rem;font-weight:500}.base-input::placeholder{color:var(--text-muted)}.custom-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B8C9C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:100%;background-repeat:no-repeat;background-size:1em;padding-right:1.5rem}.custom-select option{background:var(--bg-secondary);color:var(--text-primary)}.custom-multi-select-container{width:100%;position:relative}.custom-multi-select-trigger{width:100%;min-width:200px;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;padding-right:1.5rem;font-family:inherit;font-size:1.1rem;font-weight:500;display:flex;position:relative}.custom-multi-select-trigger:after{content:"";background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B8C9C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;width:1em;height:1em;position:absolute;top:50%;right:0;transform:translateY(-50%)}.custom-multi-select-dropdown{background:var(--glass-bg);border:1px solid var(--glass-border);z-index:50;-webkit-backdrop-filter:blur(16px);border-radius:12px;flex-direction:column;gap:.2rem;width:max-content;min-width:100%;max-height:250px;padding:.5rem;display:flex;position:absolute;top:calc(100% + 15px);left:0;overflow-y:auto;box-shadow:0 10px 30px #0003}.custom-multi-select-dropdown::-webkit-scrollbar{width:6px}.custom-multi-select-dropdown::-webkit-scrollbar-track{background:0 0}.custom-multi-select-dropdown::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.custom-multi-select-option{cursor:pointer;color:var(--text-primary);border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.95rem;transition:background-color .2s;display:flex}.custom-multi-select-option:hover{background:#ffffff0d}.custom-multi-select-checkbox{appearance:none;border:2px solid var(--glass-border-light);cursor:pointer;background:0 0;border-radius:4px;width:18px;height:18px;transition:all .2s;position:relative}.custom-multi-select-checkbox:checked{background:var(--accent-primary);border-color:var(--accent-primary)}.custom-multi-select-checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:1px;left:4.5px;transform:rotate(45deg)}.budget-wrapper{align-items:center;gap:.2rem;display:flex}.currency-symbol{color:var(--text-secondary);font-size:1.1rem;font-weight:500}.input-divider{background:var(--glass-border);width:1px;height:40px}.search-btn{background:var(--accent-gradient);color:#fff;height:54px;box-shadow:var(--shadow-glow);transition:var(--transition-smooth);border:none;border-radius:14px;margin:0 .5rem;padding:0 2rem;font-size:1rem;font-weight:600}.search-btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 0 24px #4f46e580}.trusted-by{margin-top:3rem}@media (max-width:768px){.search-inputs{flex-direction:column}.input-divider{width:100%;height:1px;margin:.5rem 0}.search-btn{width:calc(100% - 1rem);margin:.5rem}.hero-title{font-size:3rem}}
