@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--white);transition:all .3s ease;border-bottom:1px solid transparent}.header.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #00000014;border-bottom:1px solid rgba(255,107,53,.1)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0}.logo{display:flex;align-items:center;gap:.75rem;font-weight:700;transition:all .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{width:40px;height:40px;color:var(--primary-color);stroke-width:2.5}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-name{font-size:1.5rem;color:var(--text-dark)}.logo-subtitle{font-size:.75rem;color:var(--primary-color);font-weight:600;letter-spacing:1px;text-transform:uppercase}.nav-menu{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-link{display:flex;align-items:center;gap:.5rem;font-weight:500;color:var(--text-dark);padding:.5rem 0;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active,.nav-link:hover{color:var(--primary-color)}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--text-dark);padding:.5rem}@media(max-width:768px){.navbar{padding:1rem 0}.logo-icon{width:32px;height:32px}.logo-name{font-size:1.25rem}.mobile-menu-toggle{display:block}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;flex-direction:column;background:var(--white);padding:2rem;gap:1rem;box-shadow:0 10px 30px #0000001a;transition:left .3s ease;align-items:flex-start}.nav-menu.active{left:0}.nav-link{width:100%;padding:.75rem 0;font-size:1.125rem}}.footer{background:linear-gradient(135deg,#1f2937,#374151);color:var(--white);padding:4rem 0 2rem;margin-top:5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1.25rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer-logo .logo-icon{width:36px;height:36px;color:var(--accent-color)}.footer-logo .logo-name{font-size:1.5rem;color:var(--white);font-weight:700}.footer-logo .logo-subtitle{font-size:.75rem;color:var(--accent-color);font-weight:600;letter-spacing:1px}.footer-description{color:#ffffffb3;font-size:.95rem;line-height:1.6}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-link{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-link:hover{background:var(--primary-color);transform:translateY(-3px)}.footer-title{font-size:1.25rem;color:var(--white);margin-bottom:.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#ffffffb3;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:var(--accent-color);padding-left:5px}.footer-contact{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;color:#ffffffb3;font-size:.95rem}.footer-contact svg{color:var(--accent-color);margin-top:2px;flex-shrink:0}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#fff9;font-size:.9rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#fff9;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--accent-color)}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-links{flex-direction:column;gap:.5rem}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}.custom-select-wrapper{position:relative;width:100%}.custom-select-label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:.75rem;font-size:.95rem}.custom-select{width:100%;padding:.875rem 1rem;border:1px solid #e0e7ee;border-radius:8px;background:var(--white);color:var(--text-dark);font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;-webkit-user-select:none;user-select:none}.custom-select:hover{border-color:var(--primary-color);box-shadow:0 0 0 3px #2c5f7c0d}.custom-select.open{border-color:var(--primary-color);box-shadow:0 0 0 3px #2c5f7c1a}.custom-select-value{flex:1;color:var(--text-dark);font-weight:500}.custom-select-icon{color:var(--text-light);transition:all .25s ease;flex-shrink:0;margin-left:.5rem}.custom-select-icon.rotate{transform:rotate(180deg);color:var(--primary-color)}.custom-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--white);border:1px solid #e0e7ee;border-radius:8px;max-height:280px;overflow-y:auto;z-index:1000;box-shadow:0 10px 40px #0000001f;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{padding:.875rem 1rem;cursor:pointer;transition:all .15s ease;color:var(--text-dark);font-size:.95rem;font-weight:500}.custom-select-option:hover{background:#f8fafc;color:var(--primary-color)}.custom-select-option.selected{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);font-weight:600}.custom-select-option.selected:hover{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white)}.custom-select-dropdown::-webkit-scrollbar{width:5px}.custom-select-dropdown::-webkit-scrollbar-track{background:transparent}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=1920&h=1080&fit=crop);background-size:cover;background-position:center;opacity:.15}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);opacity:.95}.hero-content{position:relative;z-index:1;text-align:center;padding:3rem 0}.hero-title{color:var(--white);font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 20px rgba(0,0,0,.2)}.hero-title .highlight{color:var(--accent-color);position:relative;display:inline-block}.hero-subtitle{color:#fffffff2;font-size:1.5rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.search-box{background:var(--white);border-radius:20px;padding:2rem;max-width:1000px;margin:0 auto;box-shadow:0 20px 60px #0000004d}.search-tabs{display:flex;gap:1rem;margin-bottom:1.5rem}.search-tab{flex:1;padding:1rem;border:none;background:var(--gray-light);border-radius:12px;font-weight:600;font-size:1rem;color:var(--text-dark);transition:all .3s ease}.search-tab.active{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white)}.search-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.search-input-group{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--gray-light);border-radius:12px;transition:all .3s ease;position:relative}.search-input-group:focus-within{background:var(--bg-cream);box-shadow:0 0 0 2px var(--primary-color)}.search-input-group>svg{color:var(--primary-color);flex-shrink:0;order:-1}.search-input-group input{flex:1;border:none;background:none;font-size:1rem;color:var(--text-dark);outline:none}.search-input-group .custom-select-wrapper{flex:1}.search-input-group .custom-select{background:transparent;border:none;padding:0;padding-right:.5rem}.search-input-group .custom-select:hover{background:transparent;border:none;box-shadow:none}.search-input-group .custom-select.open{box-shadow:none}.search-input-group input::placeholder{color:var(--text-light)}.search-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 2rem;white-space:nowrap;line-height:1;font-size:1rem}.search-btn svg{flex-shrink:0;width:20px;height:20px}.stats-section{background:var(--bg-cream);padding:4rem 0;margin-top:-3rem;position:relative;z-index:2}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-card{text-align:center;padding:2rem}.stat-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--white)}.stat-value{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-light)}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.property-card{display:block;transition:all .3s ease;overflow:hidden}.property-image{position:relative;height:250px;overflow:hidden}.property-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;color:var(--white)}.property-features{display:flex;gap:1.5rem;padding:1rem 0;border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light);margin-bottom:1rem;font-size:.9rem;color:var(--text-light)}.property-features span{display:inline-flex;align-items:center;gap:.4rem;line-height:1}.section-cta{text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;background:var(--bg-cream);border-radius:16px;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--white)}.feature-icon svg{width:40px;height:40px}.feature-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-light);font-size:1rem}.testimonials-section{background:var(--bg-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{padding:2rem;text-align:center}.testimonial-rating{font-size:1.5rem;color:var(--accent-color);margin-bottom:1rem}.star{display:inline-block;margin:0 2px}.testimonial-text{font-size:1rem;font-style:italic;color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.testimonial-author{display:flex;align-items:center;gap:1rem;justify-content:center}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.testimonial-author h4{font-size:1rem;margin-bottom:.25rem}.testimonial-author p{font-size:.875rem;color:var(--text-light)}.cta-section{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));padding:5rem 0;text-align:center}.cta-content h2{color:var(--white);font-size:2.5rem;margin-bottom:1rem}.cta-content p{color:#fffffff2;font-size:1.25rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons .btn-secondary:hover{background:var(--bg-cream);transform:translateY(-2px)}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.search-box{padding:1.5rem}.search-inputs,.properties-grid{grid-template-columns:1fr}.search-tabs{flex-direction:column}}.properties-page{min-height:100vh}.properties-header{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);padding:4rem 0 3rem;text-align:center}.properties-header h1{color:var(--white);font-size:3rem;margin-bottom:1rem}.properties-header p{color:#fffffff2;font-size:1.25rem}.properties-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem;padding:3rem 0}.filters-sidebar{background:var(--white);border-radius:16px;padding:2rem;box-shadow:var(--shadow);height:fit-content;position:sticky;top:100px}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.filters-header h3{font-size:1.5rem;color:var(--text-dark)}.close-filters{display:none;background:none;border:none;color:var(--text-dark);padding:.5rem;cursor:pointer}.filter-group{margin-bottom:2rem}.filter-group label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.filter-group input[type=text],.filter-group input[type=number]{width:100%;padding:.875rem;border:2px solid var(--gray-light);border-radius:12px;font-size:1rem;transition:all .3s ease;background:var(--white);color:var(--text-dark)}.filter-group input:focus{outline:none;border-color:var(--primary-color);background:var(--bg-cream)}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-label{display:flex;align-items:center;gap:10px;padding:.75rem 1rem;border:2px solid var(--gray-light);border-radius:12px;cursor:pointer;transition:all .3s ease;font-weight:500}.radio-label:hover{border-color:var(--primary-color);background:var(--bg-cream)}.radio-label input[type=radio]{width:18px;height:18px;margin:0 10px 0 0;accent-color:var(--primary-color);flex-shrink:0;cursor:pointer;vertical-align:middle}.radio-label span{line-height:18px;vertical-align:middle}.radio-label input[type=radio]:checked+span{color:var(--primary-color);font-weight:600}.price-inputs{display:flex;align-items:center;gap:.5rem}.price-inputs input{flex:1}.price-inputs span{color:var(--text-light);font-weight:600}.reset-btn{width:100%;margin-top:1rem}.properties-content{min-height:500px}.properties-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:var(--white);border-radius:16px;box-shadow:var(--shadow)}.filters-toggle{display:none}.filters-toggle svg{flex-shrink:0;width:20px;height:20px}.sort-select{display:flex;align-items:center;gap:1rem;min-width:280px}.sort-select .custom-select-label{margin-bottom:0;white-space:nowrap}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.property-card{display:block;transition:all .3s ease}.property-image{position:relative;height:220px;overflow:hidden;border-radius:16px 16px 0 0}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.property-card:hover .property-image img{transform:scale(1.1)}.property-badge{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;color:var(--white)}.property-badge.vanzare{background:linear-gradient(135deg,#27ae60,#2ecc71)}.property-badge.inchiriere{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.featured-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white)}.property-content{padding:1.5rem}.property-title{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-dark)}.property-location{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-light);margin-bottom:1rem;font-size:.95rem;line-height:1.4}.property-location svg{color:var(--primary-color);flex-shrink:0;width:16px;height:16px}.property-features{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 0;border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light);margin-bottom:1rem}.property-features span{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-light);line-height:1.2}.property-features svg{color:var(--primary-color);flex-shrink:0;width:16px;height:16px}.property-features .feature-text{display:inline;line-height:1.2}.property-price-section{padding:1.25rem 1.5rem;border-top:1px solid #e0e7ee;border-bottom:1px solid #e0e7ee}.property-footer{padding:1.25rem 1.5rem;text-align:right}.property-price{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.property-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:600;font-size:.95rem;line-height:1;cursor:pointer;transition:opacity .3s ease}.property-link:hover{opacity:.7}.property-link svg{flex-shrink:0;width:16px;height:16px}.no-results{text-align:center;padding:4rem 2rem;background:var(--bg-cream);border-radius:16px}.no-results p{font-size:1.25rem;margin-bottom:2rem}@media(max-width:1024px){.properties-layout{grid-template-columns:1fr}.filters-sidebar{position:fixed;top:0;left:-100%;width:90%;max-width:400px;height:100vh;overflow-y:auto;z-index:1001;transition:left .3s ease}.filters-sidebar.active{left:0}.filters-sidebar:before{content:"";position:fixed;inset:0;background:#00000080;z-index:-1;opacity:0;transition:opacity .3s ease}.filters-sidebar.active:before{opacity:1}.close-filters{display:block}.filters-toggle{display:inline-flex;align-items:center;gap:.5rem}.properties-toolbar{flex-wrap:wrap;gap:1rem}.sort-select{width:100%;justify-content:space-between}}@media(max-width:768px){.properties-header h1{font-size:2rem}.properties-header p{font-size:1rem}.properties-grid{grid-template-columns:1fr}}.property-details-page{padding:2rem 0 5rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:600;margin-bottom:2rem;transition:all .3s ease}.back-link:hover{gap:.75rem}.property-details-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.property-main-info{flex:1}.property-main-info h1{font-size:2.5rem;margin:1rem 0;color:var(--text-dark)}.property-main-info .property-location{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;color:var(--text-light)}.property-main-info .property-location svg{color:var(--primary-color)}.property-actions{display:flex;gap:1rem}.action-btn{width:50px;height:50px;border-radius:50%;border:2px solid var(--gray-light);background:var(--white);color:var(--text-dark);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.action-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--bg-cream)}.property-gallery{margin-bottom:3rem}.main-image{width:100%;height:500px;border-radius:20px;overflow:hidden;margin-bottom:1rem}.main-image img{width:100%;height:100%;object-fit:cover}.image-thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.thumbnail{height:120px;border-radius:12px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease}.thumbnail:hover,.thumbnail.active{border-color:var(--primary-color)}.thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.thumbnail:hover img{transform:scale(1.1)}.property-details-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem}.property-main-content{display:flex;flex-direction:column;gap:2rem}.details-card{background:var(--white);border-radius:16px;padding:2rem;box-shadow:var(--shadow)}.details-card h2,.details-card h3{margin-bottom:1.5rem;color:var(--text-dark)}.property-price{font-size:2.5rem;color:var(--primary-color);font-weight:800;margin-bottom:2rem}.property-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem}.spec-item{display:flex;align-items:center;gap:1rem}.spec-icon{width:50px;height:50px;background:var(--bg-cream);border-radius:12px;color:var(--primary-color);padding:12px;flex-shrink:0}.spec-item div{display:flex;flex-direction:column}.spec-value{font-size:1.5rem;font-weight:700;color:var(--text-dark)}.spec-label{font-size:.875rem;color:var(--text-light)}.property-description{line-height:1.8;color:var(--text-light);font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-cream);border-radius:12px}.feature-item svg{color:var(--primary-color);flex-shrink:0}.feature-item span{color:var(--text-dark);font-size:.95rem}.property-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.875rem;color:var(--text-light);font-weight:500}.info-value{font-size:1rem;color:var(--text-dark);font-weight:600}.property-sidebar{display:flex;flex-direction:column;gap:1.5rem}.agent-card,.inquiry-card,.schedule-card{padding:1.5rem;position:sticky;top:100px}.agent-card h3,.inquiry-card h3,.schedule-card h3{font-size:1.25rem;margin-bottom:1.5rem;color:var(--text-dark)}.agent-info{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.agent-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover}.agent-info h4{font-size:1.125rem;margin-bottom:.25rem;color:var(--text-dark)}.agent-info p{font-size:.875rem;color:var(--text-light)}.agent-contact{display:flex;flex-direction:column;gap:.75rem}.contact-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem;background:var(--bg-cream);border-radius:12px;font-weight:600;color:var(--text-dark);transition:all .3s ease}.contact-btn:hover{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);transform:translateY(-2px)}.contact-btn svg{flex-shrink:0}.inquiry-form,.schedule-form{display:flex;flex-direction:column;gap:1rem}.inquiry-form input,.inquiry-form textarea,.schedule-form input{padding:.875rem;border:2px solid var(--gray-light);border-radius:12px;font-size:1rem;transition:all .3s ease}.inquiry-form input:focus,.inquiry-form textarea:focus,.schedule-form input:focus{outline:none;border-color:var(--primary-color);background:var(--bg-cream)}.inquiry-form textarea{resize:vertical;font-family:inherit}.inquiry-form button,.schedule-form button{margin-top:.5rem;width:100%}.schedule-form button{display:flex;align-items:center;justify-content:center;gap:.5rem}@media(max-width:1024px){.property-details-layout{grid-template-columns:1fr}.property-sidebar{order:-1}.agent-card,.inquiry-card,.schedule-card{position:static}}@media(max-width:768px){.property-details-header{flex-direction:column}.property-main-info h1{font-size:2rem}.main-image{height:300px}.property-specs{grid-template-columns:repeat(2,1fr)}.features-grid,.property-info-grid{grid-template-columns:1fr}.image-thumbnails{grid-template-columns:repeat(3,1fr)}}.agents-page{min-height:100vh}.agents-header{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);padding:4rem 0 3rem;text-align:center}.agents-header h1{color:var(--white);font-size:3rem;margin-bottom:1rem}.agents-header p{color:#fffffff2;font-size:1.25rem}.agents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.agent-card{display:flex;flex-direction:column;transition:all .3s ease}.agent-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.agent-image-wrapper{position:relative;height:280px;overflow:hidden;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.agent-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.agent-card:hover .agent-image{transform:scale(1.1)}.agent-badge{position:absolute;bottom:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:50px;display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;color:var(--primary-color);box-shadow:0 4px 15px #0003}.agent-badge svg{color:var(--accent-color)}.agent-content{padding:2rem;display:flex;flex-direction:column;gap:1.25rem;flex:1}.agent-name{font-size:1.5rem;color:var(--text-dark);margin:0}.agent-role{font-size:1rem;color:var(--text-light);margin:-.5rem 0 0}.agent-specialization{display:flex;gap:.5rem}.spec-badge{padding:.5rem 1rem;background:var(--bg-cream);color:var(--primary-color);border-radius:50px;font-size:.875rem;font-weight:600}.agent-stats{display:flex;gap:1.5rem;padding:1rem 0;border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light)}.stat{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:.95rem;line-height:1}.stat svg{color:var(--primary-color);flex-shrink:0;width:18px;height:18px}.agent-details{display:flex;flex-direction:column;gap:.75rem;font-size:.95rem}.detail-item{display:flex;align-items:flex-start;gap:.5rem;color:var(--text-light)}.detail-item svg{color:var(--primary-color);margin-top:2px;flex-shrink:0;width:16px;height:16px}.detail-content{display:flex;flex-direction:column;gap:.25rem}.detail-item strong{color:var(--text-dark);font-weight:600;margin-right:.5rem}.agent-contact{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:auto}.contact-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .3s ease;line-height:1}.contact-btn svg{flex-shrink:0;width:18px;height:18px}.phone-btn{background:var(--bg-cream);color:var(--primary-color)}.phone-btn:hover{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);transform:translateY(-2px)}.email-btn{background:var(--gray-light);color:var(--text-dark)}.email-btn:hover{background:var(--primary-color);color:var(--white);transform:translateY(-2px)}.cta-section-agents{background:var(--bg-cream);border-radius:20px;padding:4rem 2rem;text-align:center;margin-top:3rem}.cta-section-agents h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark)}.cta-section-agents p{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:768px){.agents-header h1{font-size:2rem}.agents-header p{font-size:1rem}.agents-grid,.agent-contact{grid-template-columns:1fr}.cta-section-agents h2{font-size:2rem}.cta-section-agents p{font-size:1rem}}.about-page{min-height:100vh}.about-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);padding:5rem 0 4rem;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&h=800&fit=crop);background-size:cover;background-position:center;opacity:.1}.about-hero .container{position:relative;z-index:1}.about-hero h1{color:var(--white);font-size:3.5rem;margin-bottom:1rem}.about-hero p{color:#fffffff2;font-size:1.5rem}.mission-vision{padding-top:0;margin-top:-3rem;position:relative;z-index:2}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.mission-card,.vision-card{padding:3rem;text-align:center}.icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--white)}.mission-card h2,.vision-card h2{font-size:2rem;margin-bottom:1.5rem;color:var(--text-dark)}.mission-card p,.vision-card p{font-size:1.05rem;line-height:1.8;color:var(--text-light)}.values-section{background:var(--bg-light);border-radius:20px;padding:4rem 2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:var(--white);padding:2rem;border-radius:16px;text-align:center;transition:all .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.value-icon{width:70px;height:70px;background:var(--bg-cream);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary-color)}.value-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.value-card p{color:var(--text-light);line-height:1.6}.achievements-section{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:20px;padding:4rem 2rem;color:var(--white)}.achievements-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.achievements-text h2{color:var(--white);font-size:2.5rem;margin-bottom:1.5rem}.achievements-text p{color:#fffffff2;font-size:1.125rem;line-height:1.8}.achievements-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.achievement-item{text-align:center;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.2)}.achievement-item h3{font-size:3rem;color:var(--white);margin-bottom:.5rem;font-weight:800}.achievement-item p{color:#ffffffe6;font-size:1rem}.timeline{max-width:800px;margin:0 auto;padding:2rem 0}.timeline-item{display:grid;grid-template-columns:80px 1fr;gap:2rem;margin-bottom:2rem}.timeline-item:last-child .timeline-line{display:none}.timeline-marker{position:relative;display:flex;flex-direction:column;align-items:center}.timeline-dot{width:20px;height:20px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;border:4px solid var(--white);box-shadow:0 0 0 3px var(--bg-cream);position:relative;z-index:1}.timeline-line{width:2px;flex:1;background:var(--bg-cream);margin-top:.5rem}.timeline-content{padding:1.5rem 2rem;margin-bottom:1rem}.timeline-year{display:inline-block;padding:.375rem 1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);border-radius:50px;font-weight:700;font-size:.875rem;margin-bottom:1rem}.timeline-content h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-dark)}.timeline-content p{color:var(--text-light);line-height:1.6}.why-choose-section{background:var(--bg-cream);border-radius:20px;padding:4rem 2rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-item{display:flex;gap:1rem;padding:1.5rem;background:var(--white);border-radius:12px;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.benefit-item svg{color:var(--primary-color);flex-shrink:0;margin-top:4px;width:24px;height:24px}.benefit-item h4{font-size:1.125rem;margin-bottom:.5rem;color:var(--text-dark)}.benefit-item p{font-size:.95rem;color:var(--text-light);line-height:1.5}.cta-section-about{text-align:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:20px;padding:4rem 2rem;color:var(--white)}.cta-section-about h2{color:var(--white);font-size:2.5rem;margin-bottom:1rem}.cta-section-about p{color:#fffffff2;font-size:1.25rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn-secondary{background:var(--white);color:var(--primary-color);border:none}.cta-buttons .btn-secondary:hover{background:var(--bg-cream)}@media(max-width:1024px){.achievements-content{grid-template-columns:1fr}.achievements-stats{order:-1}}@media(max-width:768px){.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.125rem}.mission-vision-grid,.values-grid,.achievements-stats{grid-template-columns:1fr}.timeline-item{grid-template-columns:60px 1fr;gap:1rem}.benefits-grid{grid-template-columns:1fr}.cta-section-about h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}.contact-page{min-height:100vh}.contact-header{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);padding:4rem 0 3rem;text-align:center}.contact-header h1{color:var(--white);font-size:3rem;margin-bottom:1rem}.contact-header p{color:#fffffff2;font-size:1.25rem}.contact-info-section{padding-top:0;margin-top:-2rem;position:relative;z-index:2}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-card{text-align:center;padding:2rem 1.5rem;transition:all .3s ease}.info-card:hover{transform:translateY(-5px)}.info-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--white)}.info-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text-dark)}.info-details{display:flex;flex-direction:column;gap:.5rem}.info-details p{color:var(--text-light);font-size:.95rem;line-height:1.5}.contact-main{padding:4rem 0}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-form-wrapper{background:var(--white);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow)}.contact-form-wrapper h2{font-size:2rem;margin-bottom:.75rem;color:var(--text-dark)}.form-description{color:var(--text-light);margin-bottom:2rem;font-size:1rem}.success-message{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#d4edda;border:1px solid #c3e6cb;border-radius:12px;color:#155724;margin-bottom:1.5rem;animation:slideIn .3s ease;line-height:1.4}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-message svg{flex-shrink:0;width:20px;height:20px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem;margin-bottom:.75rem}.form-group input,.form-group textarea{padding:.875rem 1rem;border:2px solid var(--gray-light);border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--white);color:var(--text-dark)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);background:var(--bg-cream)}.form-group .custom-select{border:2px solid var(--gray-light);border-radius:12px;padding:.875rem 1rem}.form-group .custom-select:hover{border-color:var(--primary-color);box-shadow:0 0 0 3px #2c5f7c0d}.form-group .custom-select-label{display:none}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;font-size:1.05rem;margin-top:.5rem;line-height:1}.submit-btn svg{flex-shrink:0;width:20px;height:20px}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.map-wrapper{padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.map-wrapper h3{font-size:1.5rem;color:var(--text-dark)}.map-placeholder{border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.offices-section{background:var(--bg-light);border-radius:20px;padding:4rem 2rem}.offices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.office-card{padding:2rem;transition:all .3s ease}.office-card:hover{transform:translateY(-5px)}.office-card h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-dark);padding-bottom:1rem;border-bottom:2px solid var(--bg-cream)}.office-details{display:flex;flex-direction:column;gap:1rem}.office-detail{display:flex;align-items:flex-start;gap:.75rem;color:var(--text-light);line-height:1.5}.office-detail svg{color:var(--primary-color);margin-top:2px;flex-shrink:0;width:18px;height:18px}.office-detail a{color:var(--text-light);transition:color .3s ease}.office-detail a:hover{color:var(--primary-color)}@media(max-width:1024px){.contact-layout{grid-template-columns:1fr}.map-wrapper{order:-1}}@media(max-width:768px){.contact-header h1{font-size:2rem}.contact-header p{font-size:1rem}.contact-info-grid,.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:2rem 1.5rem}.contact-form-wrapper h2{font-size:1.75rem}.map-wrapper{padding:1.5rem}.map-placeholder iframe{height:300px}.offices-grid{grid-template-columns:1fr}}:root{--primary-color: #2C5F7C;--secondary-color: #4A90A4;--accent-color: #D4A574;--text-dark: #2C3E50;--text-light: #6B7280;--bg-light: #F9FAFB;--bg-cream: #FFF9F0;--white: #FFFFFF;--gray-light: #F3F4F6;--shadow: 0 4px 20px rgba(44, 95, 124, .08);--shadow-hover: 0 8px 30px rgba(44, 95, 124, .12)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background-color:var(--white);line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-dark)}h1{font-size:3.5rem;margin-bottom:1rem}h2{font-size:2.5rem;margin-bottom:1rem}h3{font-size:1.75rem;margin-bottom:.75rem}p{color:var(--text-light);font-size:1.1rem;line-height:1.8}a{text-decoration:none;color:inherit;transition:all .3s ease}button{font-family:inherit;cursor:pointer;transition:all .3s ease}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;border:none;transition:all .3s ease;text-align:center;line-height:1}.btn svg{flex-shrink:0;width:20px;height:20px}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);box-shadow:var(--shadow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background:var(--white);color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:var(--white)}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;margin-bottom:1rem;position:relative;display:inline-block}.section-title h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px}.section-title p{font-size:1.125rem;color:var(--text-light);max-width:600px;margin:1rem auto 0}.card{background:var(--white);border-radius:16px;box-shadow:var(--shadow);transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.container{padding:0 1rem}.section{padding:3rem 0}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
