*,*:before,*:after{box-sizing:border-box}:root{font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--brand-primary: #03a9f4;--brand-primary-hover: #0288d1;--brand-dark: #1a1a1a;--brand-light: #fff;--gray-100: #f8f8f8;--gray-200: #e8e8e8;--gray-400: #9ca3af;--gray-600: #4b5563;--radius: 8px;--radius-lg: 12px;--shadow: 0 4px 20px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12)}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:var(--brand-primary)}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none;margin:0;padding:0}input,select{font-family:inherit;font-size:inherit}img{max-width:100%;height:auto;display:block}#root{min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}.app main{flex:1}.header{width:100%;background:var(--brand-light);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.header__inner{width:100%;padding:.75rem 1.5rem;display:flex;align-items:center;gap:2rem}.header__logo{display:flex;align-items:center}.header__logo-img{width:180px;height:auto;display:block}.header__nav{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;flex:1}.header__nav-link{font-weight:600;color:var(--brand-dark);font-size:.95rem;display:inline-flex;align-items:center;gap:.25rem}.header__nav-link:hover{color:var(--brand-primary)}.header__nav-link--dropdown i,.header__nav-link--dropdown .bx{flex-shrink:0;font-size:1rem}.header__social{display:flex;align-items:center;gap:.5rem}.header__social-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;color:var(--brand-dark);border-radius:var(--radius);transition:background .2s,color .2s}.header__social-link i{font-size:1.35rem}.header__social-link:hover{background:var(--gray-100);color:var(--brand-primary)}.header__actions{display:flex;align-items:center;gap:.75rem}.header__icon-btn{padding:.5rem;color:var(--brand-dark);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.header__icon-btn i{font-size:1.4rem}.header__icon-btn:hover{background:var(--gray-100);color:var(--brand-primary)}.header__btn{padding:.5rem 1rem;font-weight:600;font-size:.9rem;border-radius:var(--radius);transition:background .2s,color .2s}.header__btn--outline{border:2px solid var(--brand-dark);color:var(--brand-dark);background:transparent}.header__btn--outline:hover{background:var(--brand-dark);color:var(--brand-light)}.header__btn--primary{background:var(--brand-primary);color:var(--brand-light)}.header__btn--primary:hover{background:var(--brand-primary-hover);color:var(--brand-light)}.header__toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;color:var(--brand-dark);border-radius:var(--radius);cursor:pointer;transition:background .2s,color .2s}.header__toggle i{font-size:1.75rem}.header__toggle:hover{background:var(--gray-100);color:var(--brand-primary)}.header__overlay{position:fixed;inset:0;background:#0006;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.header__overlay--open{opacity:1;visibility:visible;pointer-events:auto}.header__drawer{position:fixed;top:0;left:0;width:280px;max-width:85vw;height:100%;background:var(--brand-light);box-shadow:4px 0 24px #00000026;z-index:1002;transform:translate(-100%);transition:transform .3s ease;padding-top:4rem;padding-left:1.5rem;padding-right:1.5rem}.header__drawer--open{transform:translate(0)}.header__drawer-nav{display:flex;flex-direction:column;gap:.25rem}.header__drawer-link{display:block;padding:.85rem 0;font-weight:500;font-size:1.05rem;color:var(--brand-dark);text-decoration:none;border-bottom:1px solid var(--gray-200);transition:color .2s}.header__drawer-link:hover{color:var(--brand-primary)}@media(max-width:900px){.header__nav{display:none}.header__social{margin-left:auto}.header__toggle{display:flex}}.search-widget{background:var(--brand-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:0;width:100%;max-width:720px;overflow:visible}.search-widget__tabs{display:flex;border-bottom:1px solid var(--gray-200);padding:.875rem 1.25rem 0;position:relative}.search-widget__tab{padding:1rem 1.5rem;font-weight:600;font-size:.95rem;color:var(--gray-600);position:relative;border-radius:10px;transition:color .2s ease,background-color .2s ease}.search-widget__tab:hover{color:var(--brand-dark)}.search-widget__tab--active{color:var(--brand-primary);background-color:var(--gray-200)}.search-widget__indicator{position:absolute;bottom:-1px;height:3px;background:var(--brand-primary);border-radius:2px 2px 0 0;transition:left .3s ease,width .3s ease}.search-widget__form{padding:1.25rem 1.5rem}.search-widget__row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.search-widget__select-wrap{position:relative;flex-shrink:0;min-width:200px}.search-widget__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.65rem .75rem;border:1px solid var(--gray-400);border-radius:var(--radius);background:var(--brand-light);color:var(--brand-dark);cursor:pointer;text-align:left;font-family:inherit;font-size:inherit}.search-widget__trigger:hover{border-color:var(--gray-600)}.search-widget__trigger:focus{outline:none;border-color:var(--brand-primary)}.search-widget__trigger--open{border-color:var(--brand-primary);border-bottom-left-radius:0;border-bottom-right-radius:0}.search-widget__trigger-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-widget__select-arrow{flex-shrink:0;font-size:1.25rem;color:var(--gray-600);transition:transform .2s ease}.search-widget__trigger--open .search-widget__select-arrow{transform:rotate(180deg)}.search-widget__dropdown{position:absolute;top:100%;left:0;right:0;margin-top:-1px;background:var(--brand-light);border:1px solid var(--brand-primary);border-top:none;border-radius:0 0 var(--radius) var(--radius);box-shadow:0 12px 28px #00000026;max-height:280px;overflow-y:auto;z-index:150;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s}.search-widget__dropdown--open{opacity:1;visibility:visible;transform:translateY(0)}.search-widget__option{display:block;width:100%;padding:.75rem 1rem;border:none;background:none;color:var(--brand-dark);font-family:inherit;font-size:.95rem;text-align:left;cursor:pointer;transition:background-color .15s ease}.search-widget__option:hover{background-color:var(--gray-100)}.search-widget__option--selected{background-color:var(--gray-200);color:var(--brand-primary);font-weight:600}.search-widget__option:not(:last-child){border-bottom:1px solid var(--gray-200)}.search-widget__input{flex:1;min-width:200px;padding:.65rem 1rem;border:1px solid var(--gray-400);border-radius:var(--radius);color:var(--brand-dark)}.search-widget__input::placeholder{color:var(--gray-400)}.search-widget__input:focus{outline:none;border-color:var(--brand-primary)}.search-widget__btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.5rem;background:var(--brand-primary);color:var(--brand-light);font-weight:600;border-radius:var(--radius);flex-shrink:0;white-space:nowrap}.search-widget__btn i{font-size:1.15rem}.search-widget__btn:hover{background:var(--brand-primary-hover)}@media(max-width:600px){.search-widget__row{flex-direction:column;align-items:stretch}.search-widget__select-wrap{min-width:100%}}.hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem 4rem}.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000059,#00000080)}.hero__content{position:relative;z-index:1;width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:2rem}.hero__title{margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--brand-light);text-shadow:0 2px 12px rgba(0,0,0,.4);text-align:center}.locations{padding:2rem 1.5rem 3rem;max-width:1280px;margin:0 auto}.locations__title{margin:0 0 1.25rem;font-size:1.5rem;font-weight:700;color:var(--brand-dark)}.locations__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.location-card{height:380px;border-radius:var(--radius-lg);overflow:hidden;position:relative;display:block}.location-card__img{position:absolute;inset:0;background-size:cover;background-position:center}.location-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 50%)}.location-card__content{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;display:flex;flex-direction:column;gap:.25rem}.location-card__name{font-weight:700;font-size:24px;color:var(--brand-light)}.location-card__count{font-size:.85rem;color:#ffffffd9}.location-card:hover .location-card__overlay{background:linear-gradient(to top,#000000d9,#0003)}.location-card:hover .location-card__name{color:var(--brand-light)}@media(max-width:768px){.locations__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.locations__grid{grid-template-columns:1fr}}.property-cards{padding:3rem 1.5rem;max-width:1280px;margin:0 auto}.property-cards__inner{width:100%}.property-cards__title{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;color:var(--brand-dark)}.property-cards__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.property-card{display:block;background:var(--brand-light);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:box-shadow .2s ease,transform .2s ease}.property-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);color:inherit}.property-card__img-wrap{position:relative;aspect-ratio:4/3;overflow:hidden}.property-card__img{width:100%;height:100%;background-size:cover;background-position:center;transition:transform .3s ease}.property-card:hover .property-card__img{transform:scale(1.03)}.property-card__fav i{font-size:1.4rem}.property-card__fav{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--brand-light);border-radius:var(--radius);color:var(--gray-600);box-shadow:0 2px 8px #0000001a;transition:color .2s,background .2s}.property-card__fav:hover,.property-card__fav--active{color:var(--brand-primary)}.property-card__body{padding:1rem 1.25rem}.property-card__type{margin:0 0 .5rem;font-size:.85rem;color:var(--gray-600)}.property-card__row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.property-card__price{font-size:1.35rem;font-weight:700;color:var(--brand-dark)}.property-card__address{margin:0 0 .25rem;font-size:.95rem;font-weight:500;color:var(--brand-dark)}.property-card__location{margin:0 0 .5rem;font-size:.9rem;color:var(--gray-600)}.property-card__features{margin:0;font-size:.85rem;color:var(--gray-600)}@media(max-width:600px){.property-cards{padding:0 1rem 2rem}.property-cards__grid{grid-template-columns:1fr}}.terms-modal__backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;animation:terms-modal-fade .2s ease}@keyframes terms-modal-fade{0%{opacity:0}to{opacity:1}}.terms-modal__box{background:var(--brand-light);border-radius:var(--radius-lg);box-shadow:0 20px 60px #00000040;max-width:560px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:terms-modal-slide .25s ease}@keyframes terms-modal-slide{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.terms-modal__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200);flex-shrink:0}.terms-modal__title{margin:0;font-size:1.25rem;font-weight:700;color:var(--brand-dark)}.terms-modal__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--gray-600);border-radius:var(--radius);cursor:pointer;transition:background .2s,color .2s}.terms-modal__close:hover{background:var(--gray-200);color:var(--brand-dark)}.terms-modal__close i{font-size:1.5rem}.terms-modal__body{padding:1.5rem;overflow-y:auto;font-size:.9rem;line-height:1.6;color:var(--gray-700)}.terms-modal__body .terms-modal__updated{color:var(--gray-500);font-size:.85rem;margin-bottom:1rem}.terms-modal__body p{margin:0 0 .75rem}.terms-modal__body ul{margin:0 0 1rem;padding-left:1.25rem}.terms-modal__body li{margin-bottom:.4rem}.terms-modal__body h3{margin:1.25rem 0 .5rem;font-size:1.05rem;font-weight:700;color:var(--brand-dark)}.terms-modal__body h4{margin:1rem 0 .35rem;font-size:.95rem;font-weight:700;color:var(--brand-dark)}.terms-modal__body a{color:var(--brand-primary);text-decoration:none}.terms-modal__body a:hover{text-decoration:underline}.support-modal__form{display:flex;flex-direction:column;gap:1rem}.support-modal__label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600;color:var(--brand-dark)}.support-modal__input,.support-modal__textarea{padding:.6rem .75rem;border:1px solid var(--gray-400);border-radius:var(--radius);font-family:inherit;font-size:.9rem;color:var(--brand-dark)}.support-modal__input:focus,.support-modal__textarea:focus{outline:none;border-color:var(--brand-primary)}.support-modal__textarea{resize:vertical;min-height:80px}.support-modal__submit{padding:.65rem 1.25rem;background:var(--brand-primary);color:var(--brand-light);font-weight:600;font-size:.95rem;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s;margin-top:.25rem}.support-modal__submit:hover{background:var(--brand-primary-hover)}.footer{margin-top:auto;background:var(--gray-100);color:var(--gray-600)}.footer__main{background:var(--gray-100);padding:3rem 1.5rem 2rem}.footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr auto;gap:2.5rem;align-items:start}.footer__column{min-width:0}.footer__column--logo{justify-self:end}.footer__heading{margin:0 0 1rem;font-size:.95rem;font-weight:700;color:var(--brand-dark)}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.5rem}.footer__links a{font-size:.9rem;color:var(--gray-600);text-decoration:none}.footer__links a:hover{color:var(--brand-primary)}.footer__logo{display:inline-block}.footer__logo:hover{opacity:.9}.footer__logo-img{width:160px;height:auto;display:block;filter:grayscale(100%)}.footer__bottom{background:var(--gray-200);padding:1rem 1.5rem;border-top:1px solid var(--gray-300)}.footer__bottom-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.footer__bottom-left{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem .5rem}.footer__copyright{font-size:.85rem;color:var(--gray-600)}.footer__legal{font-size:.85rem}.footer__legal a{color:var(--gray-600);text-decoration:none}.footer__legal a:hover{color:var(--brand-primary)}.footer__legal-btn{background:none;border:none;padding:0;font-size:inherit;font-family:inherit;color:var(--gray-600);cursor:pointer;text-decoration:none}.footer__legal-btn:hover{color:var(--brand-primary)}.footer__separator{color:var(--gray-400);margin:0 .25rem}.footer__bottom-right{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.footer__locale,.footer__currency{font-size:.85rem;color:var(--gray-600)}.footer__social{display:flex;gap:.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--gray-300);color:var(--gray-600);border-radius:var(--radius);transition:background-color .2s,color .2s,transform .2s}.footer__social-link i{font-size:1.25rem}.footer__social-link:hover{background:var(--brand-primary);color:var(--brand-light);transform:translateY(-2px)}@media(max-width:1024px){.footer__inner{grid-template-columns:1fr 1fr;gap:2rem}.footer__column--logo{justify-self:start}}.footer__links .footer__legal-btn{margin:0;text-align:left}@media(max-width:768px){.footer__main{padding:2rem 1rem 1.5rem}.footer__inner{grid-template-columns:1fr;gap:1.5rem}.footer__bottom-inner{flex-direction:column;align-items:flex-start;text-align:left}.footer__bottom-right{width:100%}}@media(max-width:480px){.footer__bottom-left{flex-direction:column;align-items:flex-start}}.property-single{width:100%;padding:1rem 1.5rem 3rem;max-width:100%;box-sizing:border-box}.property-single__inner{width:100%;max-width:1280px;margin:0 auto}.property-single--not-found{min-height:40vh;display:flex;align-items:center;justify-content:center}.property-single__back-btn{margin-bottom:1rem;padding:.5rem 0;color:var(--gray-600);font-size:.9rem;transition:color .2s}.property-single__back-btn:hover{color:var(--brand-primary)}.property-single__gallery{position:relative;margin-bottom:2rem}.property-single__gallery-wrap{position:relative;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr;gap:5px;height:450px;border-radius:15px;overflow:hidden;background:var(--gray-200)}.property-single__gallery-main{position:relative;min-height:0;min-width:0;border-radius:15px 0 0 15px;overflow:hidden}.property-single__gallery-img{width:100%;height:100%;min-height:100%;background-size:cover;background-position:center}.property-single__gallery-counter{position:absolute;bottom:.75rem;left:.75rem;display:flex;align-items:center;gap:.4rem;padding:.35rem .65rem;background:#0009;color:var(--brand-light);font-size:.9rem;font-weight:600;border-radius:8px}.property-single__gallery-counter i,.property-single__gallery-cta i{font-size:1.1rem}.property-single__gallery-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:5px;min-height:0}.property-single__gallery-grid-item{position:relative;min-height:0;padding:0;border:none;background:var(--gray-200);cursor:pointer;overflow:hidden}.property-single__gallery-grid-item:nth-child(2){border-top-right-radius:15px}.property-single__gallery-grid-item:nth-child(4){border-bottom-right-radius:15px}.property-single__gallery-grid-item>div{width:100%;height:100%;min-height:100%;background-size:cover;background-position:center;transition:transform .2s}.property-single__gallery-grid-item:hover>div{transform:scale(1.05)}.property-single__gallery-grid-item--active{outline:2px solid var(--brand-primary);outline-offset:-2px}.property-single__gallery-cta{position:absolute;bottom:.75rem;right:.75rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fffffff2;color:var(--brand-dark);font-size:.9rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;box-shadow:0 2px 10px #0003;transition:background .2s,transform .2s}.property-single__gallery-cta:hover{background:var(--brand-light);transform:translateY(-1px)}@media(max-width:768px){.property-single__gallery-wrap{grid-template-columns:1fr;grid-template-rows:1fr auto;height:auto;min-height:450px}.property-single__gallery-main{min-height:280px;border-radius:15px 15px 0 0}.property-single__gallery-grid-item:nth-child(2){border-top-right-radius:0}.property-single__gallery-grid-item:nth-child(3){border-bottom-left-radius:15px}.property-single__gallery-grid-item:nth-child(4){border-bottom-right-radius:15px}.property-single__gallery-cta{bottom:.5rem;right:.5rem;padding:.45rem .9rem;font-size:.85rem}}.property-single__gallery-main{cursor:pointer}.property-single__lightbox{position:fixed;inset:0;background:#000000eb;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.property-single__lightbox-close{position:absolute;top:1rem;right:1rem;width:48px;height:48px;border:none;background:#ffffff26;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .2s}.property-single__lightbox-close:hover{background:#ffffff4d}.property-single__lightbox-close i{font-size:1.75rem}.property-single__lightbox-prev,.property-single__lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;background:#ffffff26;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .2s}.property-single__lightbox-prev{left:1rem}.property-single__lightbox-next{right:1rem}.property-single__lightbox-prev:hover,.property-single__lightbox-next:hover{background:#ffffff4d}.property-single__lightbox-prev i,.property-single__lightbox-next i{font-size:2rem}.property-single__lightbox-content{max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.property-single__lightbox-content img{max-width:100%;max-height:calc(100vh - 6rem);width:auto;height:auto;object-fit:contain}.property-single__lightbox-counter{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#ffffffe6;font-size:.95rem;font-weight:600}.property-single__content{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.property-single__sidebar{position:sticky;top:6rem}.property-single__price-card{background:var(--brand-light);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem;border:1px solid var(--gray-200)}.property-single__price{display:block;font-size:1.75rem;font-weight:700;color:var(--brand-dark)}.property-single__price-period{font-weight:500;font-size:1rem;color:var(--gray-600)}.property-single__contact-form{margin-top:1rem;display:flex;flex-direction:column;gap:.6rem}.property-single__form-input,.property-single__form-textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--gray-400);border-radius:var(--radius);font-family:inherit;font-size:.95rem;color:var(--brand-dark);box-sizing:border-box}.property-single__form-input::placeholder,.property-single__form-textarea::placeholder{color:var(--gray-400)}.property-single__form-input:focus,.property-single__form-textarea:focus{outline:none;border-color:var(--brand-primary)}.property-single__form-textarea{resize:vertical;min-height:70px}.property-single__cta{display:block;width:100%;margin-top:.25rem;padding:.85rem 1.5rem;background:var(--brand-primary);color:var(--brand-light);font-weight:600;font-size:1rem;border-radius:var(--radius);cursor:pointer;transition:background .2s}.property-single__cta:hover{background:var(--brand-primary-hover)}.property-single__whatsapp-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;margin-top:.5rem;padding:.65rem;background:#25d366;color:#fff;font-size:.9rem;font-weight:600;border:none;border-radius:var(--radius);text-decoration:none;cursor:pointer;transition:background .2s,transform .2s}.property-single__whatsapp-btn i{font-size:1.4rem}.property-single__whatsapp-btn:hover{background:#20bd5a;color:#fff;transform:translateY(-1px)}.property-single__main{min-width:0}.property-single__type{margin:0 0 .5rem;font-size:.9rem;color:var(--gray-600)}.property-single__title{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:var(--brand-dark);line-height:1.3}.property-single__address{margin:0 0 1.5rem;font-size:.95rem;color:var(--gray-600)}.property-single__features{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding:1rem 0;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.property-single__feature{display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem;color:var(--brand-dark)}.property-single__feature i{font-size:1.25rem;color:var(--brand-primary)}.property-single__feature strong{color:var(--brand-primary)}.property-single__section{margin-bottom:2rem}.property-single__section h3{margin:0 0 1rem;font-size:1.2rem;font-weight:700;color:var(--brand-dark)}.property-single__description{margin:0;font-size:1rem;line-height:1.7;color:var(--gray-600)}.property-single__amenities{display:flex;flex-wrap:wrap;gap:.5rem 1rem;list-style:none;padding:0;margin:0}.property-single__amenities li{padding:.4rem .85rem;background:var(--gray-100);border-radius:var(--radius);font-size:.9rem;color:var(--brand-dark)}.property-single__location{margin:0 0 1rem;font-size:.95rem;color:var(--gray-600);line-height:1.6}.property-single__map-wrap{height:280px;border-radius:var(--radius);overflow:hidden;background:var(--gray-200)}.property-single__map{width:100%;height:100%;border:none;display:block}.property-single__similar{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--gray-200)}.property-single__similar h2{margin:0 0 1.5rem;font-size:1.35rem;font-weight:700;color:var(--brand-dark)}.property-single__similar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.property-single__similar-card{display:block;background:var(--brand-light);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}.property-single__similar-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);color:inherit}.property-single__similar-img{aspect-ratio:4/3;background-size:cover;background-position:center}.property-single__similar-body{padding:1rem}.property-single__similar-price{display:block;font-weight:700;font-size:1.1rem;color:var(--brand-dark);margin-bottom:.35rem}.property-single__similar-title{margin:0 0 .5rem;font-size:.95rem;color:var(--brand-dark);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-single__similar-features{font-size:.85rem;color:var(--gray-600)}.property-single__back{display:inline-block;margin-top:1rem;color:var(--brand-primary)}@media(max-width:900px){.property-single__content{grid-template-columns:1fr}.property-single__sidebar{position:static}.property-single__price-card{max-width:400px}}.property-single__toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;border-radius:var(--radius);font-size:.95rem;color:#fff;box-shadow:0 4px 16px #0003;z-index:9999;animation:toast-in .3s ease;max-width:90vw}.property-single__toast--success{background:#25d366}.property-single__toast--error{background:#e53e3e}.property-single__toast button{background:none;border:none;color:#fff;font-size:1.3rem;cursor:pointer;padding:0;line-height:1;opacity:.8}.property-single__toast button:hover{opacity:1}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(1rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:600px){.property-single{padding:1rem 1rem 2rem}.property-single__title{font-size:1.4rem}.property-single__gallery-main{aspect-ratio:4/3}.property-single__similar-grid{grid-template-columns:1fr}}.properties-archive{padding:2rem 1.5rem 3rem;max-width:1280px;margin:0 auto}.properties-archive__inner{width:100%}.properties-archive__title{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;color:var(--brand-dark)}.properties-archive__filters{display:flex;flex-wrap:wrap;gap:1rem;padding:1.25rem;background:var(--gray-100);border-radius:var(--radius-lg);margin-bottom:1.5rem}.properties-archive__filter{display:flex;flex-direction:column;gap:.35rem}.properties-archive__filter label{font-size:.8rem;font-weight:600;color:var(--gray-600)}.properties-archive__filter label i{margin-right:.25rem;color:var(--brand-primary)}.properties-archive__filter select,.properties-archive__filter input{padding:.5rem .75rem;border:1px solid var(--gray-400);border-radius:var(--radius);font-family:inherit;font-size:.9rem;min-width:120px}.properties-archive__filter input[type=number]{min-width:100px}.properties-archive__filter select:focus,.properties-archive__filter input:focus{outline:none;border-color:var(--brand-primary)}.properties-archive__clear{align-self:flex-end;padding:.5rem 1rem;background:transparent;color:var(--gray-600);font-size:.9rem;border:1px solid var(--gray-400);border-radius:var(--radius);cursor:pointer;transition:border-color .2s,color .2s}.properties-archive__clear:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.properties-archive__count{margin:0 0 1rem;font-size:.95rem;color:var(--gray-600)}.properties-archive__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.properties-archive__card{display:block;background:var(--brand-light);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}.properties-archive__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);color:inherit}.properties-archive__card-img{aspect-ratio:4/3;background-size:cover;background-position:center}.properties-archive__card-body{padding:1rem}.properties-archive__card-type{margin:0 0 .35rem;font-size:.8rem;color:var(--gray-600)}.properties-archive__card-price{display:block;font-weight:700;font-size:1.1rem;color:var(--brand-dark);margin-bottom:.35rem}.properties-archive__card-title{margin:0 0 .35rem;font-size:1rem;font-weight:600;color:var(--brand-dark);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.properties-archive__card-location{margin:0 0 .5rem;font-size:.85rem;color:var(--gray-600)}.properties-archive__card-features{margin:0;font-size:.85rem;color:var(--gray-600)}.properties-archive__empty{text-align:center;padding:3rem;color:var(--gray-600)}@media(max-width:600px){.properties-archive{padding:1rem 1rem 2rem}.properties-archive__filters{flex-direction:column}.properties-archive__filter select,.properties-archive__filter input{min-width:100%}.properties-archive__grid{grid-template-columns:1fr}}
