*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1e293b;background-color:#fff}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{margin-bottom:1rem;font-size:1.1rem;line-height:1.7}.btn{display:inline-block;padding:12px 30px;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none}.btn-primary:hover{background:linear-gradient(135deg,#9333ea,#db2777);transform:translateY(-2px);box-shadow:0 10px 25px #a855f74d}.btn-secondary{background:transparent;color:#a855f7;border:2px solid #a855f7}.btn-secondary:hover{background:#a855f7;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #a855f733}.btn-outline{background:transparent;color:#fff;border:2px solid white}.btn-outline:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;color:#1e293b;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url(/assets/realestate-Ku1E72PF.jpg) center/cover;z-index:-2;opacity:1}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffffe6,#f8fafccc,#f1f5f9b3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:-1}.hero-content{position:relative;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:1200px;margin:0 auto}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out;background:linear-gradient(135deg,#1e293b,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.95;animation:fadeInUp 1s ease-out .2s both}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out .4s both}.service-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(168,85,247,.2)}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #a855f733;border-color:#a855f766}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.service-card h3{color:#1e293b;margin-bottom:1rem}.service-card p{color:#64748b;font-size:1rem}.section{padding:5rem 0}.section-header h2{color:#1e293b;margin-bottom:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .8s ease-out}@media (max-width: 768px){.hero-content{margin:1rem;width:calc(100% - 2rem);height:calc(100vh - 2rem)}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:stretch}.services-grid{grid-template-columns:1fr;gap:1.5rem}h1{font-size:2.5rem}h2{font-size:2rem}.section{padding:3rem 0}}@media (max-width: 480px){.container{padding:0 15px}.hero h1{font-size:2rem}.service-card{padding:1.5rem}}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(168,85,247,.2);z-index:1000;transition:all .3s ease}.nav-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.nav-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:all .3s ease;position:relative}.nav-logo:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-mask:url(/assets/falconrelocation-WzIALCHs.png) no-repeat center;mask:url(/assets/falconrelocation-WzIALCHs.png) no-repeat center;-webkit-mask-size:contain;mask-size:contain;opacity:0;transition:opacity .3s ease;z-index:1}.nav-logo:hover{transform:scale(1.05)}.nav-logo:hover:before{opacity:1}.nav-logo:hover .logo-icon{opacity:0}.logo-icon{width:32px;height:32px;object-fit:contain;border-radius:4px;filter:hue-rotate(250deg) saturate(2) brightness(1.2) contrast(1.1);transition:all .3s ease}.logo-icon:hover{filter:hue-rotate(280deg) saturate(2.5) brightness(1.3) contrast(1.2);transform:scale(1.05)}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#64748b;text-decoration:none;font-weight:500;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#a855f7;background:#a855f71a}.nav-dropdown{position:relative}.dropdown-toggle{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;border:1px solid rgba(168,85,247,.2);padding:.5rem 0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{display:block;padding:.75rem 1.5rem;color:#64748b;text-decoration:none;transition:all .3s ease;border-radius:8px;margin:0 .5rem}.dropdown-link:hover{color:#a855f7;background:#a855f71a}.nav-actions{display:flex;align-items:center;gap:1rem}.menu-toggle{display:none;background:none;border:none;cursor:pointer;color:#64748b;transition:color .3s ease}.menu-toggle:hover{color:#2563eb}@media (max-width: 768px){.nav-menu{position:fixed;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 10px 30px #0000001a;border-top:1px solid rgba(168,85,247,.2);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-link{width:100%;justify-content:flex-start;padding:1rem;border-radius:8px}.nav-dropdown{width:100%}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#a855f70d;margin-top:.5rem;border-radius:8px}.dropdown-link{margin:0;border-radius:0}.menu-toggle{display:block}.nav-actions .btn{display:none}}.footer{background:#1e293b;color:#fff;padding:4rem 0 2rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h4{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#60a5fa;margin-bottom:1rem}.logo-icon{width:40px;height:40px}.footer-description{color:#cbd5e1;line-height:1.6;margin-bottom:2rem;font-size:1rem}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#60a5fa1a;color:#60a5fa;border-radius:50%;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#60a5fa;color:#fff;transform:translateY(-2px)}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a:hover{color:#60a5fa}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem;color:#cbd5e1;font-size:.95rem;line-height:1.5}.contact-item svg{color:#60a5fa;margin-top:.2rem;flex-shrink:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8;font-size:.9rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#60a5fa}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{gap:1rem}}@media (max-width: 480px){.footer{padding:3rem 0 2rem}.footer-content{gap:1.5rem}.social-links{justify-content:center}}.home{padding-top:80px}.stats-section{background:linear-gradient(135deg,#a855f7,#ec4899);color:#1e293b;padding:4rem 0;border-top:1px solid rgba(168,85,247,.2);border-bottom:1px solid rgba(168,85,247,.2)}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.feature-item{text-align:center;padding:2rem;border-radius:16px;background:#fff;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(168,85,247,.2)}.feature-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px #a855f733;border-color:#a855f766}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.feature-item h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.feature-item p{color:#64748b;line-height:1.6}.cta-section{background:linear-gradient(135deg,#a855f7,#ec4899);padding:5rem 0;border-top:1px solid rgba(168,85,247,.2)}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{color:#1e293b;margin-bottom:1.5rem;font-size:2.5rem}.cta-content p{color:#64748b;font-size:1.2rem;margin-bottom:2.5rem}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:2.5rem}.features-grid{grid-template-columns:1fr;gap:2rem}.feature-item{padding:1.5rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.stat-number{font-size:2rem}.cta-content h2{font-size:1.8rem}.cta-content p{font-size:1.1rem}}.service-page{padding-top:80px}.service-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0}.service-hero .hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{color:#1e293b;margin-bottom:1.5rem;font-size:3rem}.hero-text p{color:#64748b;font-size:1.2rem;margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero-image img{width:100%;height:400px;object-fit:cover}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0}.service-card{background:#fff;border-radius:16px;padding:2.5rem;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #f1f5f9}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-card h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.service-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.service-features{list-style:none;padding:0;text-align:left}.service-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#64748b;font-size:.95rem}.service-features svg{color:#10b981;flex-shrink:0}.process-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0}.process-steps{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.process-step{display:flex;align-items:center;gap:2rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}.step-content h3{color:#1e293b;margin-bottom:.5rem;font-size:1.3rem}.step-content p{color:#64748b;margin:0;line-height:1.6}.step-arrow{position:absolute;right:-1rem;top:50%;transform:translateY(-50%);color:#cbd5e1;z-index:1}.why-choose-us{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-content h2{color:#1e293b;margin-bottom:2rem;font-size:2.5rem}.why-features{display:flex;flex-direction:column;gap:1.5rem}.why-feature{display:flex;gap:1rem;align-items:flex-start}.why-feature svg{color:#10b981;margin-top:.25rem;flex-shrink:0}.why-feature h4{color:#1e293b;margin-bottom:.5rem;font-size:1.2rem}.why-feature p{color:#64748b;margin:0;line-height:1.6}.why-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.why-image img{width:100%;height:400px;object-fit:cover}@media (max-width: 768px){.service-hero .hero-content{grid-template-columns:1fr;gap:2rem}.hero-text h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:stretch}.services-grid{grid-template-columns:1fr;gap:1.5rem}.process-steps{gap:1.5rem}.process-step{flex-direction:column;text-align:center;gap:1rem}.step-arrow{display:none}.why-choose-us{grid-template-columns:1fr;gap:2rem}.why-content h2,.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}@media (max-width: 480px){.hero-text h1{font-size:2rem}.service-card,.process-step{padding:1.5rem}.why-content h2,.cta-content h2{font-size:1.8rem}}.about-page{padding-top:80px}.about-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0;text-align:center}.about-hero h1{color:#1e293b;margin-bottom:2rem;font-size:3.5rem}.about-hero p{color:#64748b;font-size:1.3rem;line-height:1.7;max-width:800px;margin:0 auto}.stats-section{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:1rem}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#fff}.stat-label{font-size:1.1rem;opacity:.9;font-weight:500}.mission-section{padding:5rem 0;background:#fff}.mission-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mission-text h2{color:#1e293b;margin-bottom:2rem;font-size:2.5rem}.mission-text p{color:#64748b;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.mission-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.mission-image img{width:100%;height:400px;object-fit:cover}.values-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:#1e293b;margin-bottom:1rem;font-size:2.5rem}.section-header p{color:#64748b;font-size:1.2rem;max-width:600px;margin:0 auto}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #f1f5f9}.value-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.value-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.value-card h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.value-card p{color:#64748b;line-height:1.6}.team-section{padding:5rem 0;background:#fff}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-member{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #f1f5f9}.team-member:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.member-image{width:100%;height:250px;overflow:hidden}.member-image img{width:100%;height:100%;object-fit:cover}.member-info{padding:2rem;text-align:center}.member-info h3{color:#1e293b;margin-bottom:.5rem;font-size:1.3rem}.member-role{color:#2563eb;font-weight:600;margin-bottom:1rem;font-size:1rem}.member-description{color:#64748b;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:2.5rem}.mission-content{grid-template-columns:1fr;gap:2rem}.mission-text h2{font-size:2rem}.values-grid,.team-grid{grid-template-columns:1fr;gap:1.5rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}@media (max-width: 480px){.about-hero h1{font-size:2rem}.stats-grid{grid-template-columns:1fr}.stat-number{font-size:2rem}.mission-text h2{font-size:1.8rem}.section-header h2{font-size:2rem}.cta-content h2{font-size:1.8rem}}.contact-page{padding-top:80px}.contact-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0;text-align:center}.contact-hero h1{color:#1e293b;margin-bottom:2rem;font-size:3.5rem}.contact-hero p{color:#64748b;font-size:1.3rem;line-height:1.7;max-width:800px;margin:0 auto}.contact-section{padding:5rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.contact-form-container{background:#f8fafc;padding:3rem;border-radius:16px;box-shadow:0 10px 30px #0000001a}.form-header{margin-bottom:2rem}.form-header h2{color:#1e293b;margin-bottom:.5rem;font-size:2rem}.form-header p{color:#64748b;font-size:1.1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{display:flex;align-items:center;gap:.5rem;color:#374151;font-weight:600;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 30px;font-size:1.1rem;margin-top:1rem}.success-message{text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a}.success-message svg{color:#10b981;margin-bottom:1rem}.success-message h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.success-message p{color:#64748b;font-size:1.1rem}.contact-info-container h2{color:#1e293b;margin-bottom:2rem;font-size:2rem}.contact-info-grid{display:flex;flex-direction:column;gap:2rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb;transition:all .3s ease}.contact-info-item:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.info-icon{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.info-content h3{color:#1e293b;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.info-content p{color:#64748b;margin:0;font-size:.95rem;line-height:1.5}.map-section{background:#f8fafc;padding:5rem 0}.map-section h2{color:#1e293b;text-align:center;margin-bottom:3rem;font-size:2.5rem}.map-container{border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.map-container iframe{display:block;width:100%;height:400px}.cta-section{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;padding:5rem 0;text-align:center}.cta-content h2{color:#fff;margin-bottom:1.5rem;font-size:2.5rem}.cta-content p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{display:flex;align-items:center;gap:.5rem}.cta-buttons .btn-secondary{background:transparent;color:#fff;border:2px solid white}.cta-buttons .btn-secondary:hover{background:#fff;color:#2563eb}@media (max-width: 768px){.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.1rem}.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form-container{padding:2rem}.form-header h2,.contact-info-container h2{font-size:1.8rem}.contact-info-item{flex-direction:column;text-align:center;gap:1rem}.map-section h2,.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}@media (max-width: 480px){.contact-hero h1{font-size:2rem}.contact-form-container{padding:1.5rem}.form-header h2,.contact-info-container h2{font-size:1.6rem}.map-section h2,.cta-content h2{font-size:1.8rem}}
