body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}a{color:inherit;text-decoration:none}.btn{justify-content:center;font-weight:600;border-radius:.5rem;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem;line-height:1.5}.btn-primary{background-color:#2563eb}.btn-primary:hover{background-color:#134cca}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:transparent;border:2px solid #2563eb;color:#2563eb}.btn-secondary:hover{background-color:#2563eb;color:#fff;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.btn-outline{background-color:transparent;border:2px solid;color:#1f2937}.btn-outline:hover{background-color:rgba(31,41,55,.1)}.btn-outline:active{transform:translateY(0)}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-icon{padding:.5rem;border-radius:50%}.btn-icon svg{width:1.25rem;height:1.25rem}.btn-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#1f2937;line-height:1.6;overflow-x:hidden}.container{padding:0 1rem}.navigation{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1)}.navigation .nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navigation .nav-logo{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none;transition:color .3s ease}.navigation .nav-logo:hover{color:#134cca}.navigation .nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navigation .nav-links li a{color:#1f2937;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.navigation .nav-links li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.navigation .nav-links li a.active,.navigation .nav-links li a:hover{color:#2563eb}.navigation .nav-links li a.active:after,.navigation .nav-links li a:hover:after{width:100%}.navigation .mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.navigation .mobile-menu-button .hamburger{display:block;width:24px;height:2px;background:#1f2937;position:relative;transition:background .3s ease}.navigation .mobile-menu-button .hamburger:after,.navigation .mobile-menu-button .hamburger:before{content:"";position:absolute;width:24px;height:2px;background:#1f2937;transition:transform .3s ease}.navigation .mobile-menu-button .hamburger:before{top:-8px}.navigation .mobile-menu-button .hamburger:after{bottom:-8px}.navigation .mobile-menu-button .hamburger.open{background:transparent}.navigation .mobile-menu-button .hamburger.open:before{transform:rotate(45deg);top:0}.navigation .mobile-menu-button .hamburger.open:after{transform:rotate(-45deg);bottom:0}@media(max-width:768px){.navigation .mobile-menu-button{display:block}.navigation .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;flex-direction:column;gap:1rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.navigation .nav-links.open{display:flex}}.about-page{padding-top:60px}.about-page .hero-section{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(https://via.placeholder.com/1920x600);background-size:cover;background-position:50%;color:#fff;padding:100px 0}.about-page .hero-section h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}@media(max-width:768px){.about-page .hero-section h1{font-size:2.5rem}}.about-page .hero-section .subtitle{font-size:1.5rem;opacity:.9;max-width:600px;margin:0 auto}@media(max-width:768px){.about-page .hero-section .subtitle{font-size:1.2rem}}.about-page .about-content{padding:80px 0;background:#f7fafc}.about-page .about-content .about-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:40px;gap:40px;align-items:start}@media(max-width:768px){.about-page .about-content .about-grid{grid-template-columns:1fr}}.about-page .about-content .about-text h2{color:#2563eb;margin-bottom:1.5rem;font-size:2rem}.about-page .about-content .about-text p{margin-bottom:2rem;line-height:1.8;font-size:1.1rem}.about-page .about-content .about-text .features-list{list-style:none;padding:0;margin-bottom:2rem}.about-page .about-content .about-text .features-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:1.1rem}.about-page .about-content .about-text .features-list li:before{content:"✓";color:#475569;position:absolute;left:0;font-weight:700}.about-page .about-content .about-sidebar .buyer-analysis-card,.about-page .about-content .about-sidebar .team-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:2rem;margin-bottom:2rem}.about-page .about-content .about-sidebar .buyer-analysis-card h2,.about-page .about-content .about-sidebar .team-card h2{color:#2563eb;margin-bottom:1.5rem;font-size:1.8rem}.about-page .about-content .about-sidebar .team-member{text-align:center}.about-page .about-content .about-sidebar .team-member .agent-image-placeholder{width:150px;height:150px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.about-page .about-content .about-sidebar .team-member .agent-image-placeholder .agent-image{width:100%;height:100%;object-fit:cover}.about-page .about-content .about-sidebar .team-member h3{margin-bottom:.5rem;font-size:1.4rem}.about-page .about-content .about-sidebar .team-member .agent-contact{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.about-page .testimonials{padding:80px 0;background:#fff}.about-page .testimonials h2{text-align:center;color:#2563eb;margin-bottom:3rem;font-size:2.5rem}.about-page .testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.about-page .testimonials .testimonials-grid .testimonial-card{background:#f7fafc;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.about-page .testimonials .testimonials-grid .testimonial-card p{font-style:italic;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.about-page .testimonials .testimonials-grid .testimonial-card cite{color:#2563eb;font-weight:500}.about-page .cta-section{background:#2563eb;padding:80px 0}.about-page .cta-section h2{margin-bottom:2rem;font-size:2.5rem}.about-page .cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center}@media(max-width:768px){.about-page .cta-section .cta-buttons{flex-direction:column;align-items:center}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;text-decoration:none;transition:all .2s ease}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#134cca;transform:translateY(-2px)}.btn-outline{border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}.btn-icon{font-size:1.2rem}.main-footer{background:#1f2937;color:#fff;padding:60px 0 20px}.main-footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.main-footer .footer-section h3{margin-bottom:1rem;font-size:1.2rem}.main-footer .footer-section ul{list-style:none}.main-footer .footer-section ul li{margin-bottom:.5rem}.main-footer .footer-section ul li a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .2s ease}.main-footer .footer-section ul li a:hover{color:#fff}.main-footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;margin-bottom:var(--spacing-md)}h1{font-size:2.5rem}@media(min-width:768px){h1{font-size:3rem}}h2{font-size:2rem}@media(min-width:768px){h2{font-size:2.5rem}}h3{font-size:1.75rem}p{margin-bottom:var(--spacing-md)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1;padding:var(--spacing-xl) 0}.about-page{padding-top:80px;min-height:100vh}.about-page .hero-section{max-width:1200px;margin:0 auto;padding:4rem 1rem;text-align:center}.about-page .hero-section h1{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem;line-height:1.2}.about-page .hero-section p{font-size:1.25rem;color:#475569;max-width:800px;margin:0 auto 2rem}.about-page .content-section{max-width:1200px;margin:0 auto;padding:4rem 1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.about-page .content-section .content-block{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease}.about-page .content-section .content-block:hover{transform:translateY(-5px)}.about-page .content-section .content-block h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.about-page .content-section .content-block p{color:#475569;margin-bottom:1.5rem}.about-page .content-section .content-block .icon{font-size:2rem;color:#2563eb;margin-bottom:1rem}.about-page .team-section{max-width:1200px;margin:0 auto;padding:4rem 1rem;text-align:center}.about-page .team-section h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.about-page .team-section .team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.about-page .team-section .team-grid .team-member{text-align:center}.about-page .team-section .team-grid .team-member img{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:4px solid #2563eb}.about-page .team-section .team-grid .team-member h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.about-page .team-section .team-grid .team-member p{color:#475569;margin-bottom:1rem}.about-page .team-section .team-grid .team-member .social-links{display:flex;justify-content:center;gap:1rem}.about-page .team-section .team-grid .team-member .social-links a{color:#475569;transition:color .3s ease}.about-page .team-section .team-grid .team-member .social-links a:hover{color:#2563eb}.about-page .cta-section{background:linear-gradient(90deg,#2563eb,#134cca);color:#fff;padding:4rem 1rem;text-align:center;margin-top:4rem}.about-page .cta-section .cta-container{max-width:1200px;margin:0 auto;padding:0 1rem}.about-page .cta-section .cta-container h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.about-page .cta-section .cta-container p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.about-page .cta-section .cta-container .cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.about-page .cta-section .cta-container .cta-buttons .btn-primary{background:#fff;color:#2563eb}.about-page .cta-section .cta-container .cta-buttons .btn-primary:hover{background:hsla(0,0%,100%,.9)}.about-page .cta-section .cta-container .cta-buttons .btn-secondary{border-color:#fff;color:#fff}.about-page .cta-section .cta-container .cta-buttons .btn-secondary:hover{background:hsla(0,0%,100%,.1)}@media(max-width:768px){.about-page .hero-section{padding:3rem 1rem}.about-page .hero-section h1{font-size:2.5rem}.about-page .hero-section p{font-size:1.125rem}.about-page .content-section{padding:3rem 1rem;grid-template-columns:1fr}.about-page .team-section{padding:3rem 1rem}.about-page .team-section h2{font-size:2rem}.about-page .team-section .team-grid{grid-template-columns:1fr}.about-page .cta-section{padding:3rem 1rem}.about-page .cta-section h2{font-size:2rem}.about-page .cta-section p{font-size:1.125rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{.no-print{display:none!important}}.featured-listings{margin:2rem 0}.featured-listings .listing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.featured-listings .listing-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s ease}.featured-listings .listing-card:hover{transform:translateY(-5px)}.featured-listings .listing-card .listing-image{position:relative;height:200px;overflow:hidden}.featured-listings .listing-card .listing-image img{width:100%;height:100%;object-fit:cover}.featured-listings .listing-card .listing-image .listing-price{position:absolute;bottom:1rem;right:1rem;background:rgba(0,0,0,.8);color:#fff;padding:.5rem 1rem;border-radius:4px;font-weight:700}.featured-listings .listing-card .listing-details{padding:1.5rem}.featured-listings .listing-card .listing-details h3{margin:0 0 .5rem;font-size:1.25rem;color:#333}.featured-listings .listing-card .listing-details p{margin:.25rem 0;color:#666}.market-stats{margin:3rem 0;padding:2rem;background:#f8f9fa;border-radius:8px}.market-stats h3{text-align:center;margin-bottom:2rem;color:#333}.market-stats .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.market-stats .stat-card{background:#fff;padding:1.5rem;border-radius:8px;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.05)}.market-stats .stat-card h4{color:#666;margin:0 0 1rem;font-size:1rem}.market-stats .stat-card .stat-value{font-size:2rem;font-weight:700;color:#2c5282;margin:.5rem 0}.market-stats .stat-card .stat-change{color:#48bb78;font-size:.875rem}.article-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.article-grid .article-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.article-grid .article-card img{width:100%;height:200px;object-fit:cover}.article-grid .article-card .article-content{padding:1.5rem}.article-grid .article-card .article-content h3{margin:0 0 1rem;font-size:1.25rem;color:#333}.article-grid .article-card .article-content p{color:#666;margin:0 0 1rem}.article-grid .article-card .article-content .read-more{color:#2c5282;text-decoration:none;font-weight:500}.article-grid .article-card .article-content .read-more:hover{text-decoration:underline}@media(max-width:768px){.article-grid,.listing-grid,.stats-grid{grid-template-columns:1fr}.market-stats{padding:1.5rem}.stat-card .stat-value{font-size:1.75rem}}