@import url("https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css");@import url("https://fonts.googleapis.com/icon?family=Material+Icons");@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");:root{--primary-color:#13d1d1;--secondary-color:#e0f2f7;--accent-color:#13d1d1;--background-color:#f9f9f9;--text-primary:#374151;--text-secondary:#6b7280;--white:#ffffff;--black:#000000;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--font-family:"Plus Jakarta Sans","Roboto",sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--border-radius-sm:0.375rem;--border-radius-md:0.5rem;--border-radius-lg:0.75rem;--border-radius-xl:1rem;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1)}.icon{width:10px}.icon-0{width:12px}.icon-2{width:16px}.icon-3{width:18px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);line-height:1.6;color:var(--text-primary);background-color:var(--white);min-height:100vh;font-family:Roboto,sans-serif}.house-container{max-width:1400px;margin:0 auto;padding:0 var(--spacing-md)}.house-icon{width:10px}.house-icon-0{width:12px}.house-icon-2{width:16px}.house-icon-3{width:18px}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased}.material-icons.text-sm{font-size:16px}.header{position:fixed;top:0;width:100%;transition:background .3s ease;background:transparent;z-index:50;background:#fff}.header-content{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) 0}.logo,.menu-icon{filter:invert(0) brightness(0)}.header-logo .logo{height:3.1rem}.header-nav{display:none;align-items:center;gap:var(--spacing-xl)}@media (min-width:768px){.header-nav{display:flex}}.nav-link{color:var(--black);text-decoration:none;font-weight:500;font-size:var(--font-size-sm);transition:color .2s ease}.nav-link.active,.nav-link:hover{color:var(--primary-color)}.nav-link.active{font-weight:700}.nav-link.disabled{color:var(--text-secondary);cursor:not-allowed;opacity:.6}.nav-link.scrolled{color:var(--text-primary);transition:filter .3s ease}.header-cta{background:#313131;color:var(--primary-color);border:none;padding:var(--spacing-sm) var(--spacing-md);border-radius:35px;font-weight:600;font-size:var(--font-size-sm);cursor:pointer;transition:all .2s ease}.header-cta:hover{background:var(--primary-color);color:var(--white)}.mobile-menu-btn{display:block;background:none;border:none;cursor:pointer;color:var(--text-primary)}@media (min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu{display:flex;flex-direction:column;gap:var(--spacing-md);padding:var(--spacing-md) 0;border-top:1px solid var(--gray-200)}@media (min-width:768px){.mobile-menu{display:none}}.mobile-link{color:var(--text-primary);text-decoration:none;font-weight:500;padding:var(--spacing-sm) 0}.mobile-link.disabled{color:var(--text-secondary);cursor:not-allowed;opacity:.6}.house-hero-section{padding:var(--spacing-3xl) 0;background:var(--white);margin-top:var(--spacing-3xl)}.house-hero-content{display:grid;grid-template-columns:1fr;gap:var(--spacing-3xl);align-items:start;padding-bottom:var(--spacing-3xl);border-bottom:1px solid var(--gray-200)}@media (min-width:1024px){.house-hero-content{grid-template-columns:1fr 1fr;gap:var(--spacing-3xl)}}.house-hero-text{order:1}.house-hero-carousel-container{order:2;box-shadow:none!important}.house-hero-label{display:inline-block;background:var(--accent-color);color:var(--white);padding:var(--spacing-xs) var(--spacing-md);border-radius:35px;font-size:var(--font-size-xs);font-weight:700;text-transform:uppercase;margin-bottom:var(--spacing-md)}.house-hero-address{display:flex;font-size:var(--font-size-base);color:var(--text-secondary);line-height:1.5;align-items:center}.house-hero-title{font-size:var(--font-size-3xl);font-weight:800;line-height:1.2;color:var(--text-primary);margin-bottom:var(--spacing-lg)}.house-hero-favorite-btn{position:absolute;top:12px;right:12px;background:transparent;border:none;cursor:pointer;z-index:30;padding:4px}.house-hero-favorite-btn:hover svg{transform:scale(1.1);transition:transform .2s ease}@media (min-width:768px){.house-hero-title{font-size:var(--font-size-4xl)}}.house-hero-price-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--spacing-xl);gap:var(--spacing-md);border-top:1px solid var(--gray-200);padding-top:var(--spacing-xl)}@media (max-width:767px){.house-hero-price-row{flex-direction:column;gap:var(--spacing-sm)}}.house-hero-price{font-size:var(--font-size-4xl);font-weight:800;color:var(--text-primary)}.house-hero-price-details{display:flex;flex-direction:column;gap:var(--spacing-xs);font-size:var(--font-size-sm);color:var(--text-secondary);text-align:right}@media (max-width:767px){.house-hero-price-details{text-align:left}}.house-hero-actions{display:flex;flex-direction:column;gap:var(--spacing-md);margin-bottom:var(--spacing-xl);padding-bottom:var(--spacing-xl)}@media (min-width:768px){.house-hero-actions{flex-direction:row}}.house-hero-secondary-actions{display:flex;flex-direction:column;gap:var(--spacing-md);margin-bottom:var(--spacing-xl)}@media (min-width:768px){.house-hero-secondary-actions{flex-direction:row}}.house-hero-btn-primary{background:var(--accent-color);color:var(--white);border:none;padding:var(--spacing-md) var(--spacing-xl);border-radius:35px;font-weight:700;font-size:var(--font-size-base);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:var(--spacing-sm)}.house-hero-btn-primary:hover{background:#313131;color:var(--primary-color);transform:translateY(-1px)}.house-hero-btn-secondary{background:var(--gray-800);color:var(--white);border:none;padding:var(--spacing-md) var(--spacing-xl);border-radius:35px;font-weight:700;font-size:var(--font-size-base);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:var(--spacing-sm)}.house-hero-btn-secondary:hover{background:var(--gray-900);transform:translateY(-1px)}.house-hero-btn-outline{background:transparent;color:var(--text-primary);border:2px solid #000;padding:5px 25px;border-radius:35px;font-weight:600;font-size:var(--font-size-base);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:var(--spacing-sm)}.house-hero-btn-outline:hover{background:var(--gray-100);border-color:var(--gray-400);transform:translateY(-1px)}.house-hero-image{object-fit:cover!important;object-position:center!important;height:600px!important}@media (min-width:768px){.house-hero-image{height:600px}}.house-hero-image-overlay{top:var(--spacing-md);left:var(--spacing-md);gap:var(--spacing-sm)}.house-hero-image-overlay button{background:rgba(255,255,255,.9);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.house-hero-image-overlay button:hover{background:var(--white);transform:scale(1.1)}.house-hero-overlay-btn{width:40px;height:40px;transition:all .2s ease}.house-hero-overlay-btn:hover{background:var(--white)}.house-hero-image-counter{bottom:var(--spacing-md);left:var(--spacing-md);color:var(--white);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--border-radius-md);font-size:var(--font-size-sm);gap:var(--spacing-xs)}.house-hero-main-swiper{border-radius:var(--border-radius-lg);overflow:hidden}.house-hero-carousel-prev{left:36%!important}.house-hero-carousel-next{right:36%!important}.house-hero-carousel-next,.house-hero-carousel-prev{top:92%!important;height:35px!important;padding:0 38px!important;background:none!important;border:2px solid #fff!important;border-radius:20px!important}.house-hero-carousel-next .material-icons,.house-hero-carousel-prev .material-icons{color:#fff!important}.house-hero-carousel-pagination{bottom:var(--spacing-md);gap:var(--spacing-xs)}.house-hero-carousel-thumbs{margin-top:var(--spacing-md)}.house-hero-thumbs-swiper{padding:0}.house-hero-thumb-slide{width:80px;height:60px;cursor:pointer;border-radius:var(--border-radius-sm);overflow:hidden}.house-hero-thumb-image{transition:opacity .2s ease}.house-hero-thumb-slide:hover .house-hero-thumb-image{opacity:.8}.house-content-section{background:var(--white)}.house-content-section.gray{background:var(--gray-100)}.house-content-grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-3xl);align-items:start}@media (min-width:1024px){.house-content-grid{grid-template-columns:3fr 2fr;gap:var(--spacing-3xl)}}.house-content-main{order:1}.house-content-sidebar{order:2}.house-section-title{font-size:var(--font-size-5xl);line-height:1;font-weight:800;color:var(--text-primary);margin-bottom:var(--spacing-lg)}.house-section-description{font-size:var(--font-size-base);color:var(--text-secondary);line-height:1.7;margin-bottom:var(--spacing-lg)}.house-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-md);margin:var(--spacing-xl) 0;padding-top:var(--spacing-xl);border-top:1px solid var(--gray-200)}.house-features-title{font-size:var(--font-size-xl);color:var(--text-primary);font-weight:800;margin:0}@media (min-width:768px){.house-features-grid{grid-template-columns:repeat(4,1fr)}}.house-feature{display:flex}.house-feature-item{display:flex;align-items:center;gap:var(--spacing-sm);font-size:var(--font-size-sm);color:var(--text-secondary)}.house-feature-item .material-icons{color:var(--success);font-size:20px}.house-contact-form{background:var(--white);padding:0 var(--spacing-xl);border-left:1px solid var(--gray-200);animation:fadeInUp .6s ease-out}.house-form-title{font-size:var(--font-size-3xl);font-weight:800;color:var(--text-primary);margin-bottom:var(--spacing-xl)}.house-form-group{position:relative;margin-bottom:var(--spacing-lg);animation:fadeInUp .6s ease-out;animation-fill-mode:both}.house-form-group:first-child{animation-delay:.1s}.house-form-group:nth-child(2){animation-delay:.2s}.house-form-group:nth-child(3){animation-delay:.3s}.house-form-group:nth-child(4){animation-delay:.4s}.house-form-group:nth-child(5){animation-delay:.5s}.house-form-label{display:block;font-size:.85rem;color:var(--black);margin:20px 0 6px;font-weight:600;font-family:Roboto,sans-serif}.house-form-input,.house-form-textarea{width:100%;color:#a5a5a5;background:var(--white);border:none;border-bottom:2px solid #e5e7eb;outline:none;padding:2rem 0 2.5rem;font-size:1rem;font-weight:400;transition:border-color .2s,background-color .2s;resize:none;font-family:Roboto,sans-serif}.house-form-textarea{min-height:120px;resize:vertical}.house-form-input::placeholder,.house-form-textarea::placeholder{color:#a5a5a5;font-weight:600;font-family:Roboto,sans-serif}.house-form-input:focus,.house-form-textarea:focus{border-bottom-color:var(--accent-color);background:#fcfcff;color:var(--text-primary)}.house-form-input:valid,.house-form-textarea:valid{border-bottom-color:var(--success)}.house-form-submit{width:100%;appearance:none;border:0;border-radius:999px;padding:12px 28px;font-weight:700;cursor:pointer;background:var(--accent-color);color:var(--white);font-size:var(--font-size-base);transition:transform .15s ease,box-shadow .15s ease;margin-top:var(--spacing-md);font-family:Roboto,sans-serif}.house-form-submit:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(0,0,0,.22)}@media (max-width:430px){.house-container{padding:0 16px}.house-hero-section{padding:30px 0 40px;margin-top:60px}.house-hero-content{gap:24px;padding-bottom:24px}.house-hero-title{font-size:24px;line-height:1.2;margin-bottom:16px}.house-hero-address{font-size:14px;margin-bottom:16px}.house-hero-price-row{padding-top:16px;margin-bottom:24px}.house-hero-price{font-size:28px}.house-hero-actions{margin-bottom:16px;padding-bottom:16px}.house-hero-btn-primary,.house-hero-btn-secondary{padding:12px 24px;font-size:16px;font-weight:700}.house-hero-secondary-actions{margin-bottom:24px}.house-hero-btn-outline{padding:8px 20px;font-size:14px}.house-hero-image{height:300px!important;border-radius:12px}.house-content-section{padding:32px 0}.house-content-grid{gap:32px}.house-section-title{font-size:28px;line-height:1.1;margin-bottom:16px}.house-section-description{font-size:16px;line-height:1.5;margin-bottom:24px}.house-features-grid{grid-template-columns:1fr;gap:12px;margin:24px 0;padding-top:24px}.house-feature-item{font-size:14px}.house-map-container{margin:24px 0}.house-property-details-map{height:250px}.house-content-sidebar{padding:0;margin:0}.house-contact-form{padding:24px 16px;margin:0 16px;border-radius:12px}.house-contact-form .house-section-title{font-size:22px;line-height:1.1;margin-bottom:24px}.house-form-group{margin-bottom:20px}.house-form-label{font-size:12px;margin:16px 0 6px}.house-form-input,.house-form-textarea{padding:16px 0 12px;font-size:16px;font-weight:500}.house-form-textarea{min-height:100px}.house-form-submit{width:100%;padding:14px 24px;font-size:16px;margin-top:16px}.house-similar-properties-section{padding:40px 0}.house-properties-grid-home{grid-template-columns:1fr;gap:24px}.house-property-card{margin:0 16px}.house-property-image-container{height:180px;border-radius:12px;aspect-ratio:3/2}.house-mosaic-section{padding:40px 0}.house-mosaic-grid-areas{grid-template-rows:repeat(9,100px);gap:12px}.house-mosaic-content{bottom:12px;left:12px;right:12px}.house-mosaic-title{font-size:14px}.house-mosaic-subtitle{font-size:12px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.house-map-container{margin:var(--spacing-xl) 0;border-radius:var(--border-radius-lg);overflow:hidden}.house-map-image{width:100%;height:300px;object-fit:cover}.house-property-details-map{width:100%;height:300px;border-radius:var(--border-radius-lg)}.house-similar-properties-section{background:var(--white)}.house-section-header{display:grid;grid-template-columns:1fr 2fr;text-align:start;margin:40px 0}.house-similar-properties-container{position:relative}.house-properties-grid-home{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--spacing-xl);margin-bottom:var(--spacing-xl)}.house-property-card-home{background:var(--white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;cursor:pointer}.house-property-card-home:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.house-similar-properties-swiper{padding-bottom:var(--spacing-xl)}.house-swiper-button-next-similar,.house-swiper-button-prev-similar{color:var(--accent-color)}.house-swiper-pagination-similar{bottom:0}.house-hero-image,.house-property-card-home,.house-property-image{will-change:transform;backface-visibility:hidden}@media (prefers-reduced-motion:reduce){.house-hero-image,.house-property-image,.house-skeleton-shimmer{transition:none;animation:none}}.house-property-card{background:white;border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer}.house-property-card:hover{transform:translateY(-4px)}.house-property-image-container{position:relative;aspect-ratio:4/3;height:200px;overflow:hidden;border-radius:20px}.house-property-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;will-change:transform;backface-visibility:hidden}.house-property-image.loading{opacity:0;transform:scale(1.05)}.house-property-image.loaded{opacity:1;transform:scale(1)}.house-property-card:hover .house-property-image{transform:scale(1.05)}.house-property-status-badge{position:absolute;top:.75rem;left:.75rem;background:rgba(0,0,0,.8);color:white;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.house-property-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7));padding:1rem;color:white}.house-property-title{font-size:1rem;font-weight:700;margin-bottom:.25rem}.house-property-location{font-size:.875rem;opacity:.9}.house-property-details{padding:1rem 0;display:flex;justify-content:space-between;align-items:center}.house-property-price{font-size:1.25rem;font-weight:700;color:#1f2937}.house-property-features{color:#6b7280;border:1.2px solid #cecece;border-radius:25px;align-items:center;width:55%;display:flex;justify-content:space-between;padding:.25rem .75rem;font-size:.875rem}.house-feature .material-icons,.house-feature-icon{font-size:1rem}.house-image-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.9);z-index:1000;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(5px)}.house-image-modal-container{position:relative;width:90%;height:90%;max-width:1400px;max-height:800px;display:flex;flex-direction:column;gap:16px}.house-image-modal-close{position:absolute;top:-50px;right:0;background:rgba(255,255,255,.9);border:none;color:var(--text-primary);font-size:24px;cursor:pointer;z-index:1001;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.house-image-modal-close:hover{background:rgba(255,255,255,1);transform:scale(1.1)}.house-image-modal-main{position:relative;flex:1;border-radius:16px;overflow:hidden}.modal-main-swiper,.modal-main-swiper .swiper,.modal-main-swiper .swiper-slide,.modal-main-swiper .swiper-wrapper{width:100%;height:100%}.modal-main-swiper .swiper-slide{background:transparent}.modal-image,.modal-main-swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.modal-image{width:100%;height:100%}.modal-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block;border-radius:16px}.house-modal-button-next,.house-modal-button-prev{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;transition:all .3s ease}.house-modal-button-next{right:20px}.house-modal-button-prev{left:20px}.house-modal-button-next:hover,.house-modal-button-prev:hover{background:rgba(255,255,255,1);transform:translateY(-50%) scale(1.1)}.house-modal-carousel-thumbs{height:80px;padding:0 4px}.house-modal-thumbs-swiper{height:100%;padding:4px 0}.house-modal-thumb-slide{width:auto!important;margin-right:8px}.house-modal-thumb-container{width:100px;height:70px;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:3px solid transparent;background:#f1f5f9}.house-modal-thumb-container:hover{transform:scale(1.05);border-color:rgba(255,255,255,.5)}.house-modal-thumb-container.swiper-slide-thumb-active{border-color:#fff;transform:scale(1.05)}.house-modal-thumb-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s ease}.house-modal-thumbs-swiper{padding-bottom:18px;--thumbs-scrollbar-height:6px}.house-modal-thumbs-swiper .swiper-scrollbar{height:var(--thumbs-scrollbar-height);left:0;right:0;bottom:0;background:rgba(0,0,0,.08);border-radius:999px;opacity:1!important}.house-modal-thumbs-swiper .swiper-scrollbar-drag{background:rgba(0,0,0,.35);border-radius:999px}@media (max-width:768px){.house-modal-thumbs-swiper{--thumbs-scrollbar-height:8px}}.properties-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-top:2rem}.property-card{background:white;border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer}.property-card:hover{transform:translateY(-4px)}.property-image-container{position:relative;height:200px;overflow:hidden;border-radius:20px}.property-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.btn-see-all{background:black;color:white;padding:.4rem 2rem;border-radius:9999px;font-weight:600;transition:background .3s ease;border:none;cursor:pointer}.btn-see-all:hover{background:#333}.featured-controls{display:flex;gap:1rem}.custom-nav-btn{background:transparent;border:1px solid #ccc;border-radius:9999px;padding:.4rem 2rem;display:flex;align-items:center;justify-content:center;transition:background .2s ease;cursor:pointer}.custom-nav-btn:hover{background:#f3f4f6}.custom-nav-btn .material-icons{font-size:24px;color:#000}.property-favorite-btn{position:absolute;top:.5rem;right:.5rem;background:transparent;border:none;cursor:pointer;z-index:30;padding:4px;border-radius:50%;transition:transform .2s ease}.property-favorite-btn:hover{transform:scale(1.1)}.property-favorite-icon{width:26px;height:26px}.property-card:hover .property-image{transform:scale(1.05)}.property-status-badge{position:absolute;top:.75rem;left:.75rem;background:rgba(0,0,0,.8);color:white;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.property-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7));padding:1rem;color:white}.property-id-badge{color:#13d1d1;background:#fff;padding:.15rem .5rem;border-radius:25px;margin-right:10px;font-size:.8rem;font-weight:500}.property-title{font-size:1rem;font-weight:700}.property-location{font-size:.875rem;opacity:.9}.property-details{padding:1rem 0;display:flex;justify-content:space-between;align-items:center}.property-price{font-size:1.25rem;font-weight:700;color:#1f2937}.property-features-list{color:#6b7280;border:1.2px solid #cecece;border-radius:25px;align-items:center;width:55%;display:flex;justify-content:space-between;padding:.25rem .75rem;font-size:.875rem}.feature-item{display:flex;align-items:center;gap:.25rem}.feature-icon{font-size:1rem}.featured-controls-container{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.feature{display:flex}.feature .material-icons{font-size:1rem}.property-card .property-image-container{position:relative;height:200px;overflow:hidden;border-radius:20px;width:100%}.property-card .property-image-swiper{position:relative}.property-card .property-image-swiper,.property-card .property-image-swiper .swiper-wrapper{width:100%!important;height:100%!important}.property-card .property-image-swiper .swiper-slide{width:100%!important;height:100%!important;display:flex;align-items:center;justify-content:center;flex-shrink:0}.property-card .property-image-swiper .property-image{width:100%!important;height:100%!important;object-fit:cover;transition:transform .3s ease}.property-card:hover .property-image-swiper .property-image{transform:scale(1.05)}.property-card .property-swiper-nav-container{opacity:0;transition:opacity .3s ease;pointer-events:none}.property-card:hover .property-swiper-nav-container{opacity:1;pointer-events:auto}.property-card .property-swiper-nav-btn{transition:background-color .3s ease,transform .2s ease}.property-card .property-swiper-nav-btn:hover{background-color:rgba(19,209,209,.9)!important;transform:scale(1.1)}.property-card .property-swiper-nav-btn.swiper-button-disabled{opacity:.3!important;cursor:not-allowed}.property-card .property-image-swiper .swiper-pagination{bottom:50px!important;z-index:8;left:0!important;width:100%!important}.property-card .property-image-swiper .swiper-pagination-bullet{background:white;opacity:.7;width:8px;height:8px}.property-card .property-image-swiper .swiper-pagination-bullet-active{background:#13d1d1;opacity:1}.property-card .property-swiper-nav-container{z-index:10}.property-card .property-favorite-btn{z-index:30}.property-card .property-status-badge{z-index:9}.property-card .property-overlay{z-index:8}@media (max-width:768px){.property-card .property-swiper-nav-container{opacity:.8;pointer-events:auto}.property-card:hover .property-swiper-nav-container{opacity:1}.property-card .property-image-swiper .swiper-pagination{bottom:45px!important}.property-card .property-swiper-nav-btn{width:28px!important;height:28px!important}.property-card .property-swiper-nav-btn svg{width:14px;height:14px}}.properties-grid .property-card{display:flex;flex-direction:column;width:100%}.properties-grid .property-card .property-image-container{flex-shrink:0;width:100%}.properties-grid .property-card .property-image-swiper{border-radius:20px;width:100%!important}@media (max-width:768px){.logo{height:1.7rem!important}.menu-icon{height:1.25rem}.header-cta:hover{transform:translateY(-1px)}.header-cta{padding:var(--spacing-sm);border-radius:30px;font-weight:600;font-size:var(--font-size-xs);cursor:pointer;border:none;transition:all .2s;margin-right:-10px}.house-image-modal-container{width:95%;height:95%;gap:12px}.house-modal-carousel-thumbs{height:60px}.house-modal-thumb-container{width:70px;height:50px}.house-modal-button-next,.house-modal-button-prev{width:40px;height:40px}.house-hero-carousel-prev{left:30%!important;top:85%!important;zoom:.9}.house-hero-carousel-next{right:30%!important;top:85%!important;zoom:.9}.house-modal-button-next{right:10px}.house-modal-button-prev{left:10px}}body.modal-open{overflow:hidden}.mosaic-section{padding:var(--spacing-3xl) 0;background:var(--white)}.mosaic-grid-areas{display:grid;gap:24px;grid-template-columns:1fr}@media (min-width:768px){.mosaic-grid-areas{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.mosaic-grid-areas{grid-template-columns:repeat(6,1fr);grid-auto-rows:200px;grid-template-areas:"big1 big1 big1 small1 small2 small2" "small3 small3 big2  big2   big2   small4"}}.mosaic-card{position:relative;display:block;overflow:hidden;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:transform .25s ease,box-shadow .25s ease;min-height:180px}.mosaic-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(0,0,0,.12)}.mosaic-bg{position:absolute;inset:0;background-size:cover;background-position:50%}.mosaic-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,0,0,.55))}.mosaic-content{position:absolute;left:16px;right:16px;bottom:16px;color:#fff}.mosaic-title{margin:0 0 4px;font-weight:700;font-size:18px}.mosaic-subtitle{margin:0;font-size:12px;opacity:.9}@media (min-width:1024px){.area-big1{grid-area:big1}.area-big2{grid-area:big2}.area-big3{grid-area:big3}.area-small1{grid-area:small1}.area-small2{grid-area:small2}.area-small3{grid-area:small3}.area-small4{grid-area:small4}.area-small5{grid-area:small5}.area-small6{grid-area:small6}}@media (max-width:1023px){.mosaic-card{height:200px}}.about-footer-topbar{width:100%;height:4px;background:#13d1d1}.about-footer-section{font-size:12px}.about-footer{background-color:#1a1a1a;color:white;padding:0 0 20px}.about-footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:40px;padding:60px 0}.about-footer-section h4{font-size:1.1rem;margin-bottom:15px;color:#13d1d1}.about-footer-section ul{list-style:none;padding:0;margin:0}.about-footer-section ul li{margin-bottom:10px;font-size:13px}.about-footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s}.about-footer-section ul li a:hover{color:white}.about-footer-logo{height:60px;margin-bottom:20px}.about-footer-social{margin-top:20px;display:flex;gap:15px}.about-footer-bottom{border-top:1px solid #333;padding-top:20px;text-align:center;color:#999}.house-skeleton{background:var(--gray-100);border-radius:var(--border-radius-lg);overflow:hidden}.house-skeleton-image{height:200px;background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.house-skeleton-content{padding:var(--spacing-lg)}.house-skeleton-line{height:16px;background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;margin-bottom:var(--spacing-sm)}.house-skeleton-line.short{width:60%}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.house-loading{font-size:var(--font-size-lg);color:var(--text-secondary)}.house-error,.house-loading{display:flex;align-items:center;justify-content:center;min-height:200px}.house-error{flex-direction:column;text-align:center;color:var(--error)}.house-error h1{font-size:var(--font-size-2xl);font-weight:700;margin-bottom:var(--spacing-md)}.house-error a{color:var(--accent-color)}.house-error a:hover{color:#313131;color:var(--primary-color)}.house-page-container{min-height:100vh;display:flex;flex-direction:column}.house-custom-nav-btn{background:transparent;border:1px solid var(--gray-300);border-radius:9999px;padding:var(--spacing-sm) var(--spacing-lg);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:48px;height:48px}.house-custom-nav-btn:hover{background:var(--gray-100);border-color:var(--gray-400)}.house-custom-nav-btn .material-icons{font-size:20px;color:var(--text-primary)}@media (max-width:767px){.house-container{padding:0 16px}.house-hero-section{padding:20px 0 32px;margin-top:60px}.house-hero-content{gap:24px;padding-bottom:24px}.house-hero-title{font-size:22px;line-height:1.2}.house-hero-price{font-size:26px}.house-hero-actions{gap:12px}.house-hero-btn-primary,.house-hero-btn-secondary{padding:12px 24px;font-size:16px}.house-hero-secondary-actions{gap:2px;grid-template-columns:1fr 1fr 1fr;display:grid}.house-hero-btn-outline{padding:0 16px;font-size:12px}.house-hero-image{height:340px!important}.house-content-section{padding:32px 0}.house-section-title{font-size:26px}.house-features-grid{grid-template-columns:1fr 1fr;gap:12px}.house-contact-form{border-left:1px solid #fff;padding:20px 16px;margin:0 8px}.house-form-title{font-size:22px}.house-similar-properties-section{padding:32px 0}.house-properties-grid-home{grid-template-columns:1fr;gap:20px}.house-property-card{margin:0 8px}.house-hero-carousel-container,.house-hero-carousel-main{width:100%;max-width:100%;overflow:hidden}.house-hero-main-swiper,.house-hero-main-swiper .swiper-slide{width:100%!important;max-width:100%!important}.house-hero-main-swiper .swiper-slide{flex-shrink:0}.house-hero-carousel-next,.house-hero-carousel-prev{top:50%!important;transform:translateY(-50%);width:40px!important;height:40px!important;padding:0!important;border:none!important;background:rgba(255,255,255,.9)!important;border-radius:50%!important;box-shadow:0 4px 12px rgba(0,0,0,.15)}.house-hero-carousel-prev{left:12px!important;right:auto!important}.house-hero-carousel-next{right:12px!important;left:auto!important}.house-hero-image{height:280px!important;border-radius:12px!important}.house-hero-title{margin-bottom:12px!important}.mosaic-section{padding:24px 0}.mosaic-grid-areas{gap:12px;grid-template-columns:1fr 1fr}.mosaic-card{height:170px;min-height:0;border-radius:14px}.mosaic-content{left:12px;right:12px;bottom:12px}.mosaic-title{font-size:16px;margin:0 0 2px}.mosaic-subtitle{font-size:11px}.about-footer-content{grid-template-columns:1fr 1fr;gap:0;padding:40px 0 20px}.about-footer-section{margin-left:15px;text-align:start}.about-footer-section p{margin:0;font-size:10px}.about-footer-section .creci{margin:10px 0}.about-footer-logo{height:50px;margin:0 auto 20px}.about-footer-social{display:flex;justify-content:start;margin:30px 0}.about-footer-bottom{background:#13d1d1;color:#fff;font-weight:600;padding:10px}}.swiper-pagination-bullet{background:var(--gray-400);opacity:.5}.swiper-pagination-bullet-active{background:var(--accent-color);opacity:1}.swiper-button-next,.swiper-button-prev{color:var(--accent-color)}.swiper-button-next:after,.swiper-button-prev:after{font-size:20px}.house-hero-carousel-container{width:100%;max-width:600px;box-shadow:0 8px 32px rgba(0,0,0,.12);background:#f8fafc}.house-hero-carousel-container,.house-hero-carousel-main{position:relative;border-radius:16px;overflow:hidden}.house-hero-main-swiper{border-radius:16px;background:#f1f5f9}.house-hero-image-slide{position:relative;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1);background:#f8fafc}.house-hero-image-slide:hover{transform:scale(1.02)}.house-hero-image{width:100%;height:400px;object-fit:cover;object-position:center;display:block;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);will-change:transform;backface-visibility:hidden;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.house-hero-image.loading{opacity:0;transform:scale(1.05)}.house-hero-image.loaded{opacity:1;transform:scale(1)}.house-hero-image-fallback{width:100%;height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#64748b;border-radius:16px;gap:12px}.house-hero-fallback-icon{width:64px;height:64px;opacity:.6}.house-hero-fallback-text{font-size:16px;font-weight:500;opacity:.8}.house-hero-image-skeleton{width:100%;height:400px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:16px;position:relative;overflow:hidden}.house-hero-skeleton-shimmer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4) 50%,transparent);animation:heroShimmer 1.5s infinite}@keyframes heroShimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.house-hero-image-overlay{position:absolute;top:16px;right:16px;display:flex;gap:8px;opacity:0;transition:opacity .3s ease;z-index:15}.house-hero-image-slide:hover .house-hero-image-overlay{opacity:1}.house-hero-overlay-btn{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.house-hero-overlay-btn:hover{background:rgba(255,255,255,1);transform:scale(1.1)}.house-hero-overlay-btn svg{width:20px;height:20px;color:#333}.house-hero-image-counter{position:absolute;bottom:16px;left:16px;background:rgba(0,0,0,.7);color:white;padding:8px 12px;border-radius:20px;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;backdrop-filter:blur(10px);z-index:15}.house-hero-image-counter svg{width:16px;height:16px}.house-hero-carousel-next,.house-hero-carousel-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.house-hero-carousel-prev{left:16px}.house-hero-carousel-next{right:16px}.house-hero-carousel-next:hover,.house-hero-carousel-prev:hover{background:rgba(255,255,255,1)}.house-hero-carousel-next svg,.house-hero-carousel-prev svg{width:24px;height:24px;color:#333}.house-hero-carousel-pagination{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:20}.house-hero-carousel-pagination .swiper-pagination-bullet{width:10px;height:10px;background:rgba(255,255,255,.5);border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.house-hero-carousel-pagination .swiper-pagination-bullet-active{background:white;transform:scale(1.3)}.house-hero-carousel-thumbs{margin-top:12px;padding:0 4px}.house-hero-thumbs-swiper{padding:4px 0}.house-hero-thumb-slide{width:auto!important;margin-right:8px}.house-hero-thumb-container{width:80px;height:60px;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;background:#f1f5f9}.house-hero-thumb-container:hover{transform:scale(1.05);border-color:rgba(59,130,246,.5)}.house-hero-thumb-container.swiper-slide-thumb-active{border-color:#3b82f6;transform:scale(1.05)}.house-hero-thumb-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s ease;will-change:transform;backface-visibility:hidden}.house-hero-thumb-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#94a3b8}.house-hero-thumb-fallback svg{width:24px;height:24px}@media (max-width:768px){.house-hero-carousel-container{max-width:100%;border-radius:12px}.house-hero-image,.house-hero-image-fallback,.house-hero-image-skeleton{height:300px;border-radius:12px}.house-hero-carousel-next,.house-hero-carousel-prev{width:40px;height:40px}.house-hero-carousel-prev{left:12px}.house-hero-carousel-next{right:12px}.house-hero-thumb-container{width:60px;height:45px}}@media (max-width:480px){.house-hero-image,.house-hero-image-fallback,.house-hero-image-skeleton{height:250px;border-radius:8px}.house-hero-overlay-btn{width:36px;height:36px}.house-hero-overlay-btn svg{width:18px;height:18px}.house-hero-image-counter{font-size:12px;padding:6px 10px}.house-hero-carousel-next,.house-hero-carousel-prev{width:36px;height:36px}.house-hero-carousel-next svg,.house-hero-carousel-prev svg{width:20px;height:20px}.house-hero-thumb-container{width:50px;height:38px}}.house-hero-image,.house-hero-image-slide,.house-hero-thumb-container{will-change:transform;backface-visibility:hidden}.house-hero-carousel-next,.house-hero-carousel-pagination,.house-hero-carousel-prev,.house-hero-image-counter,.house-hero-image-overlay{transform:translateZ(0)}.house-hero-carousel-next:focus,.house-hero-carousel-prev:focus,.house-hero-overlay-btn:focus,.house-hero-thumb-container:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-reduced-motion:reduce){.house-hero-carousel-next,.house-hero-carousel-prev,.house-hero-image,.house-hero-image-slide,.house-hero-overlay-btn,.house-hero-thumb-container{transition:none}.house-hero-skeleton-shimmer{animation:none}}@media (prefers-contrast:high){.house-hero-carousel-next,.house-hero-carousel-prev,.house-hero-overlay-btn{border:2px solid #000}.house-hero-image-counter{background:rgba(0,0,0,.9);border:1px solid #fff}}