.property-search{background-color:#1a1a1a;flex-direction:column;align-items:center;gap:24px;width:100%;padding:100px 20px;display:flex}.property-search__filters{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.property-search__filter-btn{color:#fff;cursor:pointer;background-color:#0000;border:1px solid #e5e5e5;border-radius:50px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .3s}.property-search__filter-btn:hover{background-color:#ffffff1a}.property-search__filter-btn--active{color:#1a1a1a;background-color:#fff;border-color:#fff}.property-search__filter-btn--active:hover{background-color:#f0f0f0}.property-search__box{background-color:#fff;border-radius:8px;align-items:center;width:100%;max-width:700px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0003}.property-search__input-wrapper{flex:1;position:relative}.property-search__input{color:#333;background-color:#0000;border:none;outline:none;width:100%;padding:18px 20px;font-size:15px}.property-search__input::placeholder{color:#888}.property-search__select-wrapper{border-left:1px solid #e5e5e5;position:relative}.property-search__select{appearance:none;color:#333;cursor:pointer;background-color:#0000;border:none;outline:none;min-width:120px;padding:18px 40px 18px 20px;font-size:15px}.property-search__select-arrow{pointer-events:none;color:#666;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.property-search__submit{cursor:pointer;background-color:#b8965c;border-radius:0 8px 8px 0;justify-content:center;align-items:center;padding:22px 28px;transition:background-color .3s;display:flex}.property-search__submit:hover{background-color:#a0805c}.property-search__submit-icon{color:#fff;width:20px;height:20px}.property-search__map-container{opacity:0;background-color:#2a2a2a;border-radius:12px;width:100%;max-width:900px;height:0;transition:height .4s,margin-top .4s,opacity .4s;overflow:hidden}.property-search__map-container--visible{opacity:1;height:400px;margin-top:24px}.property-search__map-placeholder{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;display:flex}.property-search__map-placeholder-icon{opacity:.5;width:48px;height:48px}[data-theme=light] .property-search{background-color:var(--bg-primary)}[data-theme=light] .property-search__filter-btn{color:var(--text-primary);border-color:#ddd}[data-theme=light] .property-search__submit-icon{color:var(--text-primary)}@media (max-width:768px){.property-search{padding:40px 16px}.property-search__filters{gap:8px}.property-search__filter-btn{padding:10px 16px;font-size:13px}.property-search__box{border-radius:12px;flex-direction:column}.property-search__input-wrapper{width:100%}.property-search__input{padding:16px}.property-search__select-wrapper{border-top:1px solid #e5e5e5;border-left:none;width:100%}.property-search__select,.property-search__submit{width:100%;padding:16px}.property-search__map-container--visible{height:300px}}.map{border:none;border-radius:12px;width:100%;height:100%}@media (max-width:480px){.property-search__filters{flex-direction:column;width:100%}.property-search__filter-btn{text-align:center;width:100%}}
.process{background-color:#1a1a1a;padding:100px 40px;position:relative;overflow:hidden}[data-theme=light] .process{background-color:var(--bg-primary)}[data-theme=light] .process__label,[data-theme=light] .process__title,[data-theme=light] .process__description,[data-theme=light] .process__step-title,[data-theme=light] .process__step-description{color:var(--text-primary)}[data-theme=light] .process__line{background:#0000001a}.process:before{content:"";pointer-events:none;background:radial-gradient(at 30% 20%,#ffffff05 0%,#0000 50%),radial-gradient(at 70% 80%,#fffcfc04 0%,#0000 40%);position:absolute;inset:0}.process__container{z-index:1;width:100%;max-width:1200px;margin:0 auto;position:relative}.process__header{text-align:center;opacity:0;margin-bottom:80px;transition:opacity .8s .2s,transform .8s .2s;transform:translateY(30px)}.process--visible .process__header{opacity:1;transform:translateY(0)}.process__label{letter-spacing:4px;text-transform:uppercase;color:#fff6;margin-bottom:20px;font-size:12px;font-weight:600}.process__title{color:#fff;font-size:48px;font-weight:700;line-height:1.2}.process__steps{justify-content:space-between;align-items:flex-start;gap:20px;display:flex;position:relative}.process__line{z-index:0;background:#0000001a;height:1px;position:absolute;top:60px;left:10%;right:10%}.process__line-progress{background:#b8a077;width:0;height:100%;transition:width 1.5s cubic-bezier(.65,0,.35,1) .8s;position:absolute;top:0;left:0}.process--visible .process__line-progress{width:100%}.process__step{text-align:center;z-index:1;opacity:0;flex-direction:column;flex:1;align-items:center;transition:opacity .6s,transform .6s;display:flex;position:relative;transform:translateY(40px)}.process--visible .process__step{opacity:1;transition-delay:calc(var(--step-index)*.15s);transform:translateY(0)}.process__icon-wrapper{margin-bottom:28px;position:relative}.process__icon-circle{background:#fff;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;transition:all .4s cubic-bezier(.65,0,.35,1);display:flex;box-shadow:0 4px 20px #00000008}.process__step:hover .process__icon-circle{border-color:#b8a077;transform:scale(1.08);box-shadow:0 8px 30px #00000014}.process__step--active .process__icon-circle{border:2px solid #b8a077;width:120px;height:120px;box-shadow:0 0 0 8px #b8a0771a}.process__icon{color:#666;width:32px;height:32px;transition:color .3s}.process__step:hover .process__icon{color:#b8a077}.process__step--active .process__icon{color:#b8a077;width:36px;height:36px}.process__number{color:#fff;background:#b8a077;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:-5px;right:-5px;transform:scale(0);box-shadow:0 4px 12px #b8a07766}.process--visible .process__number{transition-delay:calc(var(--step-index)*.15s + .5s);transform:scale(1)}.process__step--active .process__number{width:32px;height:32px;font-size:14px;top:-8px;right:-8px}.process__step-title{color:#fff;margin-bottom:12px;font-size:18px;font-weight:700;transition:color .3s}[data-theme=light] .process__step-title{color:#1a1a1a}.process__step:hover .process__step-title{color:#b8a077}.process__step-description{color:#fff;max-width:180px;font-size:14px;line-height:1.7}@media (max-width:1024px){.process{padding:80px 24px}.process__steps{flex-wrap:wrap;justify-content:center;gap:40px 60px}.process__step{flex:0 0 calc(33.333% - 40px)}.process__line{display:none}.process__title{font-size:36px}}@media (max-width:768px){.process__step{flex:0 0 calc(50% - 30px)}.process__header{margin-bottom:60px}}@media (max-width:480px){.process{padding:60px 16px}.process__title{font-size:30px}.process__step{flex:0 0 100%}.process__icon-circle{width:90px;height:90px}.process__step--active .process__icon-circle{width:100px;height:100px}.process__step-description{max-width:250px}}.process__hours{margin-top:70px;opacity:0;background:#b8a07714;border:1px solid #b8a0774d;border-radius:50px;justify-content:center;align-items:center;gap:12px;width:fit-content;margin-inline:auto;padding:14px 28px;transition:opacity .6s,transform .6s;display:flex;transform:translateY(20px)}.process--visible .process__hours{opacity:1;transition-delay:1.2s;transform:translateY(0)}.process__hours-icon{color:#b8a077;width:22px;height:22px}.process__hours p{color:#fff;letter-spacing:.02em;margin:0;font-size:15px}.process__hours span{color:#b8a077;text-transform:uppercase;letter-spacing:.05em;margin-right:5px;font-size:13px;font-weight:700}[data-theme=light] .process__hours p{color:#1a1a1a}
