.loading-page{height:100vh;width:100%;background-color:#0000003c;position:fixed;z-index:1000;display:flex;align-items:center;justify-content:center}.svgg{width:4em;transform-origin:center;animation:rotate4 2s linear infinite}.circlee{fill:none;stroke:#3189fc;stroke-width:2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(360deg)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.form-container{display:flex;justify-content:center;align-items:center;padding:4vw 0}.form{display:flex;flex-direction:column;gap:10px;width:70%;max-width:80%;background-color:#fff;padding:20px;border-radius:20px;position:relative;box-shadow:#32325d40 0 50px 100px -20px,#0000004d 0 30px 60px -30px}.title{font-size:28px;color:#4169e1;font-weight:600;letter-spacing:-1px;position:relative;display:flex;align-items:center;padding-left:30px}.title:before,.title:after{position:absolute;content:"";height:16px;width:16px;border-radius:50%;left:0;background-color:#4169e1}.title:before{width:18px;height:18px;background-color:#4169e1}.title:after{width:18px;height:18px;animation:pulse 1s linear infinite}.message,.signin{color:#585757d2;font-size:14px}.signin{text-align:center}.signin a{color:#4169e1}.signin a:hover{text-decoration:underline royalblue}.flex{display:flex;width:100%;gap:6px}.form label{position:relative}.form label .input{width:100%;padding:15px 15px 20px 10px;outline:0;border:1px solid rgba(105,105,105,.397);border-radius:10px}.form label .input+span{position:absolute;left:10px;top:15px;color:gray;font-size:.9em;cursor:text;transition:.3s ease}.form label .input:placeholder-shown+span{top:15px;font-size:.9em}.form label .input:focus+span,.form label .input:valid+span{top:30px;font-size:.7em;font-weight:600}.form label .input:valid+span{color:green}.submit{border:none;outline:none;background-color:#4169e1;padding:10px;border-radius:10px;color:#fff;font-size:16px;transform:.3s ease;cursor:pointer}.submit:hover{background-color:#385ac2}@keyframes pulse{0%{transform:scale(.9);opacity:1}to{transform:scale(1.8);opacity:0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}@media (max-width: 768px){.main-content{flex-direction:column;padding:1rem;gap:1rem}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.btn-secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6}.btn-secondary:hover{background:#3b82f6;color:#fff}.btn-ghost{background:transparent;color:#6b7280;border:1px solid #e5e7eb}.btn-ghost:hover{background:#f9fafb;border-color:#d1d5db}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .2s ease}.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000;height:100vh;width:100vw}.modal-content{background:#fff;border-radius:16px;max-width:70vw;width:100%;height:500px;max-height:90vh;overflow-y:hidden;overflow-x:hidden;position:relative;padding:0 1vw;display:flex;flex-direction:row;justify-content:center;gap:5px}.close-modal{position:absolute;top:1rem;right:1rem;background:#0000001a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;z-index:1001}.close-modal:hover{background-color:#dc143c}.modal-image-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.modal-image{height:100%;width:100%;object-fit:contain;object-position:center;z-index:1}@media (max-width: 640px){.btn{padding:.5rem 1rem;font-size:.875rem}.card{margin:.5rem}}.arrows{background:#0000001a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;z-index:1001}.arrows:hover{background-color:#6495ed}.modal-one{display:flex;align-items:center}.modal-two{background-color:#e6e6e6;width:100%}.modal-three{display:flex;flex-direction:column;align-items:center;justify-content:center}.del-btn{padding:3px 5px;border:none;cursor:pointer;background-color:#ff8484;color:#fff;font-weight:500;transition:all .5s}.del-btn:hover{box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;background-color:red}.logout{cursor:pointer;transition:all ease .3s;background-color:#dbdbdb;font-weight:500}.logout:hover{color:#fff;background-color:red}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;box-shadow:#110c2e33 0 48px 100px}.header-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}.logo{display:flex;align-items:center;gap:.5rem;color:#000000eb;font-size:1.5rem;font-weight:700;text-decoration:none}.logo-text{color:#1f2937}.desktop-nav{display:flex;gap:2rem}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s ease;position:relative}.nav-link:hover,.nav-link.active{color:#2563eb}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background-color:#000;border-radius:1px}.header-actions{display:flex;align-items:center;gap:1rem}.contact-info{display:flex;align-items:flex-start;gap:.5rem;color:#6b7280;font-size:.875rem;font-weight:500}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:#6b7280}@media (max-width: 768px){.desktop-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 2rem;box-shadow:0 4px 6px -1px #0000001a}.desktop-nav.mobile-nav-open{display:flex}.mobile-menu-btn{display:block}.contact-info,.header-actions .btn{display:none}.header-actions .btn:last-child{display:flex}}.main-wrapper{min-height:calc(100vh - 80px)}.page-header{background:#1f2937;color:#fff;padding:4rem 2rem 2rem;text-align:center}.page-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.page-header p{font-size:1.25rem;opacity:.9}.hero{background-color:#1f2937;color:#fff;padding:4rem 2rem;text-align:center}.hero-content{max-width:1200px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.highlight{color:#fbbf24}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-search{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 25px 50px -12px #00000040;margin-bottom:3rem}.search-form{display:flex;flex-direction:column;gap:1.5rem}.search-tabs{display:flex;gap:1rem;justify-content:center}.search-tab{padding:.75rem 2rem;border:2px solid transparent;border-radius:8px;background:none;font-weight:600;cursor:pointer;transition:all .2s ease;color:#6b7280}.search-tab.active{background:#2563eb;color:#fff}.search-inputs{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1rem;align-items:center}.search-input-group{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151}.search-input{border:none;outline:none;flex:1;font-size:1rem;color:#374151}.search-button{padding:1rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;gap:.5rem}.search-button:hover{background:#1d4ed8}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:800px;margin:0 auto}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#fbbf24;margin-bottom:.5rem}.stat-label{opacity:.9}.featured-properties{padding:4rem 2rem;background:#f8fafc}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#6b7280}.properties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.property-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;cursor:pointer}.property-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000040}.property-image{position:relative;height:240px;overflow:hidden}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.property-card:hover .property-image img{transform:scale(1.05)}.property-badge{position:absolute;top:1rem;left:1rem;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.badge-sale{background:#10b981;color:#fff}.badge-rent{background:#3b82f6;color:#fff}.badge-sold{background:#6b7280;color:#fff}.badge-new{background:#f59e0b;color:#fff}.property-price{position:absolute;top:1rem;right:1rem;background:#000c;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:700}.price-change{position:absolute;bottom:1rem;right:1rem;background:#10b981;color:#fff;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.property-content{padding:1.5rem}.property-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.property-title{font-size:1.25rem;font-weight:700;color:#1f2937}.property-rating{display:flex;align-items:center;gap:.25rem;color:#fbbf24;font-weight:600}.property-location{display:flex;align-items:center;gap:.5rem;color:#6b7280;margin-bottom:1rem}.property-features{display:flex;gap:1rem;margin-bottom:1rem}.feature{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem}.property-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.property-type{background:#f3f4f6;color:#374151;padding:.25rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500}.listing-date{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem}.agent-info{display:flex;align-items:center;gap:.75rem}.agent-photo{width:40px;height:40px;border-radius:50%;object-fit:cover}.agent-name{font-weight:600;color:#1f2937;font-size:.875rem}.agent-title{color:#6b7280;font-size:.75rem}.market-insights{padding:4rem 2rem;background:#fff}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.insight-card{background:#f8fafc;padding:2rem;border-radius:12px;text-align:center;transition:transform .3s ease}.insight-card:hover{transform:translateY(-4px)}.insight-icon{color:#2563eb;margin-bottom:1rem}.insight-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.insight-card p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.insight-link{color:#2563eb;text-decoration:none;font-weight:600}.insight-link:hover{text-decoration:underline}.why-choose-us{padding:4rem 2rem;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;border-radius:12px;background:#fff;transition:transform .3s ease;box-shadow:0 2px 4px #0000001a}.feature-card:hover{transform:translateY(-4px)}.feature-icon{color:#2563eb;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.feature-card p{color:#6b7280;line-height:1.6}.services-section{padding:4rem 2rem;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#f8fafc;padding:2rem;border-radius:12px;box-shadow:#64646f33 0 7px 29px}.service-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.service-card p{color:#6b7280;margin-bottom:1.5rem}.service-card ul{list-style:none}.service-card li{color:#6b7280;margin-bottom:.5rem;padding-left:1rem;position:relative}.service-card li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.cta-section{background-color:#1f2937;color:#fff;padding:3rem 2rem;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.contact-quick{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.quick-contact{display:flex;align-items:center;gap:.5rem;opacity:.9}.filters-sidebar{width:280px;background:#fff;border-radius:12px;padding:1.5rem;height:fit-content;position:sticky;top:100px}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filters-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#1f2937}.clear-filters{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#6b7280;cursor:pointer;font-size:.875rem}.clear-filters:hover{color:#2563eb}.filter-group{margin-bottom:1.5rem}.filter-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.bedroom-options{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.bedroom-btn{padding:.5rem;border:2px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease}.bedroom-btn:hover{border-color:#2563eb;background:#f0f9ff}.amenity-checkboxes{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:1rem;height:1rem;accent-color:#2563eb}.property-listings{flex:1}.listings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.listings-header h2{font-size:2rem;font-weight:700;color:#1f2937}.listings-count{color:#6b7280;font-size:1rem}.listings-grid{display:grid;gap:1.5rem}.listing-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:all .3s ease;cursor:pointer;display:flex;gap:1rem}.listing-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.listing-image{position:relative;width:200px;height:100%;flex-shrink:0}.listing-image img{width:100%;height:100%;object-fit:cover}.favorite-btn{position:absolute;top:.5rem;right:.5rem;background:#ffffffe6;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.favorite-btn:hover{background:#fff;color:#ef4444}.listing-badge{position:absolute;bottom:.5rem;left:.5rem;background:#2563eb;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.listing-content{padding:1rem;flex:1}.listing-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.5rem}.listing-title{font-size:1.125rem;font-weight:700;color:#1f2937}.listing-price{font-size:1.125rem;font-weight:700;color:#2563eb}.listing-location{display:flex;align-items:center;gap:.25rem;color:#6b7280;margin-bottom:.75rem;font-size:.875rem}.listing-features{display:flex;gap:1rem;margin-bottom:.75rem}.listing-amenities{display:flex;flex-wrap:wrap;gap:.25rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:8px;color:#2563eb}.feature-value{font-size:1.25rem;font-weight:700;color:#1f2937}.feature-label{font-size:.875rem;color:#6b7280}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#6b7280}.modal-footer{display:flex;gap:1rem;padding:2rem;border-top:1px solid #e5e7eb}.about-content{padding:4rem 2rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-text h2{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem}.about-text p{color:#6b7280;line-height:1.8;margin-bottom:1.5rem}.company-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.highlight{text-align:center;padding:1rem;background:#f8fafc;border-radius:8px}.highlight strong{display:block;color:#1f2937;font-weight:700;margin-bottom:.25rem}.highlight span{color:#6b7280;font-size:.875rem}.about-image img{width:100%;border-radius:12px}.mission-section{padding:4rem 2rem;background:#f8fafc}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px -1px #0000001a}.value-card svg{color:#2563eb;margin-bottom:1rem}.value-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.value-card p{color:#6b7280;line-height:1.6}.stats-section{padding:4rem 2rem;background:#1f2937;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:800;color:#fbbf24;margin-bottom:.5rem}.stat-label{font-size:1.125rem;opacity:.9}.team-section{padding:4rem 2rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-member{text-align:center;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.team-member img{width:150px;height:150px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.team-member h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.team-member p{color:#2563eb;font-weight:600;margin-bottom:1rem}.member-details{display:flex;flex-direction:column;gap:.25rem}.member-details span{color:#6b7280;font-size:.875rem}.certifications-section{padding:4rem 2rem;background:#f8fafc}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.cert-item{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 2px 4px #0000001a}.cert-item svg{color:#2563eb;margin-bottom:1rem}.cert-item h4{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.cert-item p{color:#6b7280;font-size:.875rem}.contact-content{padding:4rem 2rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem}.contact-info p{color:#6b7280;line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem}.contact-item svg{color:#2563eb;flex-shrink:0;margin-top:.25rem}.contact-item h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.contact-item p{color:#6b7280;margin:0}.contact-form-container{background:#f8fafc;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;padding:2rem;border-radius:12px}.contact-form h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s ease}.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.map-section{padding:4rem 2rem;background:#f8fafc}.map-section h2{text-align:center;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.map-placeholder{height:300px;background-image:url(/assets/Map-BrMq0s1f.png);background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;border-radius:12px;display:flex;align-items:center;justify-content:center}.map-content{text-align:center;color:#6b7280}.map-content svg{color:#2563eb;margin-bottom:1rem}.map-content h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.signin-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f8fafc}.signin-container{display:grid;grid-template-columns:1fr 1fr;max-width:1000px;width:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.signin-content{padding:3rem}.signin-header{text-align:center;margin-bottom:2rem}.signin-header .logo{justify-content:center;margin-bottom:1rem}.signin-header h1{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:.5rem}.signin-header p{color:#6b7280}.user-type-toggle{display:flex;background:#f3f4f6;border-radius:8px;padding:.25rem;margin-bottom:2rem}.user-type-btn{flex:1;padding:.75rem 1rem;border:none;border-radius:6px;background:transparent;color:#6b7280;font-weight:600;cursor:pointer;transition:all .2s ease}.user-type-btn.active{background:#fff;color:#2563eb;box-shadow:0 2px 4px #0000001a}.signin-form{margin-bottom:2rem}.input-wrapper{position:relative;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;transition:border-color .2s ease}.input-wrapper:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input-wrapper svg{color:#6b7280;flex-shrink:0}.input-wrapper input{border:none;outline:none;flex:1;font-size:1rem;color:#374151}.password-toggle{background:none;border:none;cursor:pointer;color:#6b7280;padding:0}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.forgot-link{color:#2563eb;text-decoration:none;font-size:.875rem}.forgot-link:hover{text-decoration:underline}.signin-btn{width:100%;padding:.875rem;font-size:1rem}.signin-divider{text-align:center;margin:1.5rem 0;position:relative}.signin-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.signin-divider span{background:#fff;padding:0 1rem;color:#6b7280;font-size:.875rem}.social-signin{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.btn-social{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-social:hover{border-color:#d1d5db;background:#f9fafb}.btn-social img{width:20px;height:20px}.facebook-icon{width:20px;height:20px;background:#1877f2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.signin-footer{text-align:center}.toggle-form{background:none;border:none;color:#2563eb;cursor:pointer;font-weight:600}.toggle-form:hover{text-decoration:underline}.agent-note{color:#6b7280;font-size:.875rem;margin-top:1rem;font-style:italic}.signin-image{position:relative;background:linear-gradient(135deg,#1e40af,#3730a3)}.signin-image img{width:100%;height:100%;object-fit:cover;opacity:.8}.image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1e40afcc,#3730a3cc);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:2rem}.image-overlay h2{font-size:2rem;font-weight:800;margin-bottom:1rem}.image-overlay p{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.overlay-stats{display:flex;gap:2rem}.overlay-stat{text-align:center}.overlay-stat strong{display:block;font-size:1.5rem;font-weight:800;color:#fbbf24}.overlay-stat span{font-size:.875rem;opacity:.9}.user-type-selection{padding:4rem 2rem}.user-types{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.user-type-card{background:#fff;border:3px solid #e5e7eb;border-radius:16px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease}.user-type-card:hover,.user-type-card.selected{border-color:#2563eb;background:#f0f9ff;transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.user-type-card svg{color:#2563eb;margin-bottom:1rem}.user-type-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.user-type-card p{color:#6b7280;margin-bottom:1.5rem}.user-type-card ul{list-style:none;text-align:left}.user-type-card li{display:flex;align-items:center;gap:.5rem;color:#6b7280;margin-bottom:.5rem}.user-type-card li svg{color:#10b981;margin:0}.next-steps{background:#fff;border-radius:16px;padding:2rem;margin-top:2rem}.next-steps h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.step{text-align:center}.step-number{width:48px;height:48px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.step h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.step p{color:#6b7280;font-size:.875rem}.benefits-section{padding:4rem 2rem;background:#f8fafc}.benefits-section h2{text-align:center;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-item{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 2px 4px #0000001a}.benefit-icon{color:#2563eb;margin-bottom:1rem}.benefit-item h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.benefit-item p{color:#6b7280;font-size:.875rem}.testimonials-section{padding:4rem 2rem}.testimonials-section h2{text-align:center;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.testimonial p{color:#6b7280;font-style:italic;margin-bottom:1.5rem;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-author img{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-author h4{font-weight:700;color:#1f2937;margin-bottom:.25rem}.testimonial-author span{color:#6b7280;font-size:.875rem}.footer{background:#1f2937;color:#fff;padding:3rem 2rem 1rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:1rem}.footer-description{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.certifications{margin-bottom:1.5rem}.cert-item{display:flex;align-items:center;gap:.5rem;padding:5px;color:#9ca3af;font-size:.875rem;margin-bottom:.5rem}.cert-item svg{color:#fbbf24}.social-links{display:flex;gap:1rem}.social-links svg{color:#9ca3af;cursor:pointer;transition:color .2s ease}.social-links svg:hover{color:#2563eb}.footer-section h4{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#fff}.business-hours{margin-top:1rem}.business-hours h5{font-weight:600;margin-bottom:.5rem}.business-hours p{color:#9ca3af;font-size:.875rem;line-height:1.4}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}@media (max-width: 768px){.hero-title{font-size:2.5rem}.search-inputs{grid-template-columns:1fr}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.main-content{flex-direction:column;padding:1rem;gap:1rem}.filters-sidebar{width:100%;position:static}.listing-card{flex-direction:column}.listing-image{width:100%;height:200px}.modal-features{grid-template-columns:repeat(2,1fr)}.modal-footer{flex-direction:column}.footer-content,.about-grid,.contact-grid,.form-row,.signin-container{grid-template-columns:1fr}.signin-image{display:none}.user-types,.testimonials-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.contact-quick,.overlay-stats{flex-direction:column;gap:1rem}.company-highlights{grid-template-columns:1fr}}@media (max-width: 640px){.btn{padding:.5rem 1rem;font-size:.875rem}.card{margin:.5rem}.page-header h1,.section-title{font-size:2rem}.hero-stats{grid-template-columns:1fr}}
