.marketing-header{background:transparent;position:fixed;top:0;left:0;right:0;z-index:1000;padding:0;height:120px;transition:all .3s ease,height .3s ease}.marketing-header.scrolled{background:var(--background-secondary);border-bottom:1px solid var(--border);height:80px}.header-container{max-width:calc(1400px + 4rem);margin:0 auto;padding:1rem 2rem;justify-content:space-between;height:100%}.header-container,.header-left{display:flex;align-items:center}.header-left{gap:3rem}.logo{gap:.75rem;text-decoration:none;color:white}.logo,.logo-icon{display:flex;align-items:center}.logo-icon{width:32px;height:32px;border-radius:6px;justify-content:center;overflow:hidden}.logo-text{font-size:1.6rem;font-weight:500;color:var(--foreground)}.header-nav{gap:1.5rem}.header-nav,.nav-item{display:flex;align-items:center}.nav-item{gap:.25rem;position:relative}.nav-item a,.nav-link{color:var(--foreground);text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .3s ease;cursor:pointer}.nav-item:last-child a,.nav-item:nth-last-child(2) a{margin-left:4px}.nav-item a:hover,.nav-link:hover{color:var(--primary)}.dropdown-arrow{color:var(--foreground);transition:all .3s ease;margin-right:-2px;stroke-width:2.5}.dropdown-trigger.active .dropdown-arrow{transform:rotate(180deg);color:var(--primary)}.dropdown-trigger.active .nav-link{color:var(--primary)}.header-right{gap:1rem}.header-right,.start-free-link{display:flex;align-items:center}.start-free-link{gap:.5rem;color:var(--accent);text-decoration:none;font-weight:500;font-size:1.1rem;transition:opacity .3s ease;margin-right:.5rem}.start-free-link:hover{opacity:.8}.start-free-link svg{transition:transform .3s ease}.start-free-link:hover svg{transform:translateX(2px)}.valuation-link{color:var(--foreground);text-decoration:none;font-weight:500;font-size:.9rem;padding:.5rem 1rem;border-radius:6px;transition:background-color .3s ease}.valuation-link:hover{background-color:var(--background-tertiary)}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .3s ease;color:var(--foreground)}.menu-toggle svg{width:28px!important;height:28px!important}.menu-toggle:hover{background-color:var(--background-tertiary)}@media (max-width:1200px){.header-nav{display:none}.marketing-header{height:80px}.header-container{padding:1rem 2rem}}@media (max-width:1000px){.marketing-header{min-height:80px}.header-container{padding:1rem 2rem}}@media (max-width:768px){.marketing-header{min-height:70px}.header-container{padding:.75rem 1rem}.logo-text{font-size:1.5rem}.menu-toggle,.start-free-link{display:none}}.dropdown-menu{position:fixed;top:0;left:0;right:0;width:100%;min-height:120px;background:var(--background-secondary);box-shadow:0 8px 32px rgba(0,0,0,.1);z-index:999;animation:dropdownFadeIn .3s ease-out}@keyframes dropdownFadeIn{0%{opacity:0}to{opacity:1}}.dropdown-content{max-width:calc(1400px + 4rem);margin:0 auto;padding:8rem 2rem 3rem;box-sizing:border-box}.dropdown-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;width:100%;box-sizing:border-box}.dropdown-card{background:var(--background-tertiary);border:none;border-radius:16px;padding:2rem;text-align:left;transition:all .3s ease;cursor:pointer;position:relative}.dropdown-card:hover{transform:translateY(-2px)}.card-icon-circle{width:48px;height:48px;border-radius:50%;background:rgba(59,130,246,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary)}[data-theme=dark] .card-icon-circle{background:rgba(59,130,246,.2)}.dropdown-card h3{font-size:1.25rem;font-weight:600;color:var(--foreground);margin:0 0 .75rem;line-height:1.3}.dropdown-card p{font-size:.95rem;color:var(--foreground-secondary);line-height:1.6;margin:0}.dropdown-trigger{position:relative;cursor:pointer}@media (max-width:1600px){.card-icon-circle{margin-bottom:1rem}.dropdown-card h3{font-size:1.1rem;font-weight:600}.dropdown-card p{font-size:.85rem;line-height:1.5}}@media (max-width:1200px){.dropdown-content{padding:6rem 2rem 3rem}.card-icon-circle{width:40px;height:40px;margin-bottom:1.25rem}.card-icon-circle svg{width:18px;height:18px}.dropdown-card p{font-size:.8rem;line-height:1.4}}@media (max-width:1000px){.dropdown-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:768px){.dropdown-menu{min-height:120px}.dropdown-content{padding:8rem 1.5rem 1.5rem}.dropdown-grid{grid-template-columns:1fr;gap:1.25rem}.dropdown-card{padding:1.5rem}.card-icon-circle{width:40px;height:40px;margin-bottom:1rem}.card-icon-circle svg{width:18px;height:18px}}@media (max-width:480px){.header-container{padding:1rem}.logo-text{display:inline}.theme-switcher{display:none!important}}@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");.marketing-container{font-family:Syne,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--background)}.hero,.marketing-container{min-height:100vh;color:var(--foreground)}.hero{background:var(--hero-background);padding:4rem 2rem 0;display:flex;flex-direction:column;justify-content:space-between}.hero-content{max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;flex:1 1;padding:0 2rem}.hero-left{display:flex;flex-direction:column;gap:2rem;width:90%}.hero-right{display:flex;justify-content:center;align-items:center;position:relative}.hero-image-container{max-width:600px;height:400px;overflow:hidden}.hero-image,.hero-image-container{width:100%;position:relative;border-radius:16px}.hero-image{height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:opacity .4s ease}.property-image{background:linear-gradient(135deg,#667eea,#764ba2)}.broker-image{background:linear-gradient(135deg,#f093fb,#f5576c)}.agent-image{background:linear-gradient(135deg,#4facfe,#00f2fe)}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;text-align:center;padding:2rem}.image-overlay h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:white}.image-overlay p{font-size:1.1rem;opacity:.9;color:white}.hero-illustration{position:relative;width:100%;max-width:500px;height:400px}.illustration-card{position:absolute;background:var(--background-secondary);border:1px solid var(--border);border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.illustration-card:hover{transform:translateY(-2px)}.top-card{top:0;left:0;width:280px;z-index:3}.middle-card{top:60px;right:0;width:200px;z-index:2}.bottom-card{bottom:0;left:20px;width:300px;z-index:1}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-header span:first-child{color:var(--foreground-tertiary);font-size:.9rem}.price{font-weight:700;font-size:1.2rem;color:var(--foreground)}.card-charts{display:flex;gap:1rem;align-items:center}.chart-bars{display:flex;gap:.25rem;align-items:flex-end}.bar{width:8px;background:var(--primary);border-radius:2px}.bar:first-child{height:20px}.bar:nth-child(2){height:30px}.bar:nth-child(3){height:15px}.chart-circle{width:40px;height:40px;border-radius:50%;border:3px solid var(--primary);border-top:3px solid transparent;transform:rotate(-45deg)}.advisor-info{gap:.75rem}.advisor-avatar,.advisor-info{display:flex;align-items:center}.advisor-avatar{width:40px;height:40px;background:var(--primary);border-radius:50%;justify-content:center;font-weight:600;color:white;font-size:.9rem}.advisor-details{display:flex;flex-direction:column;gap:.25rem}.advisor-details span:first-child{color:var(--foreground-tertiary);font-size:.8rem}.advisor-details span:last-child{color:var(--foreground);font-weight:600;font-size:.9rem}.buyer-header{gap:.75rem;margin-bottom:1rem}.buyer-avatar,.buyer-header{display:flex;align-items:center}.buyer-avatar{width:40px;height:40px;background:var(--primary);border-radius:50%;justify-content:center;font-weight:600;color:white;font-size:.9rem}.buyer-info{display:flex;flex-direction:column;gap:.25rem}.buyer-info span:first-child{color:var(--foreground-tertiary);font-size:.8rem}.buyer-info span:last-child{color:var(--foreground);font-weight:600;font-size:.9rem}.buyer-details{display:flex;flex-direction:column;gap:1rem}.verified-funds{display:flex;align-items:center;gap:.5rem;color:var(--accent);font-size:.9rem;font-weight:500}.buyer-stats{display:flex;flex-direction:column;gap:.5rem}.stat{display:flex;justify-content:space-between;font-size:.85rem}.stat span:first-child{color:var(--foreground-tertiary)}.stat span:last-child{color:var(--foreground);font-weight:500}.buyer-actions{display:flex;gap:.5rem}.approve-btn,.reject-btn{padding:.5rem 1rem;border-radius:6px;border:none;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease}.reject-btn{background:var(--background-tertiary);color:var(--foreground-tertiary)}.reject-btn:hover{background:var(--border)}.approve-btn{background:var(--primary);color:white}.approve-btn:hover{background:var(--primary-dark)}.company-gallery{border-top:1px solid var(--border);padding:3rem 2rem;max-width:1400px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;overflow:hidden;position:relative}.company-gallery:after,.company-gallery:before{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.company-gallery:before{left:0;background:linear-gradient(to right,var(--background),transparent)}.company-gallery:after{right:0;background:linear-gradient(to left,var(--background),transparent)}.company-gallery-track{display:flex;align-items:center;gap:3.5rem;animation:slide 45s linear infinite;white-space:nowrap}.company-gallery-item{display:flex;align-items:center;opacity:.6;transition:opacity .3s ease;flex-shrink:0}.company-gallery-item:hover{opacity:1}.company-gallery-item:has(img[alt=Compass]){opacity:.8}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.company-gallery-item img.company-logo[alt="Douglas Elliman"]{max-height:64px}.company-gallery-item img.company-logo[alt="Keller Williams"],.company-gallery-item img.company-logo[alt="RE/MAX"],.company-gallery-item img.company-logo[alt="eXp Realty"],.company-gallery-item img.company-logo[alt=Redfin]{max-height:36px}.company-logo{filter:grayscale(100%);transition:filter .3s ease;height:auto;max-height:50px;width:auto}[data-theme=dark] .company-logo{filter:grayscale(100%) invert(1)}.company-logo-small{max-height:40px}.company-logo-large{max-height:60px}.company-gallery-item:hover .company-logo{filter:grayscale(0)}[data-theme=dark] .company-gallery-item:hover .company-logo{filter:grayscale(0) invert(1)}@media (max-width:1200px){.company-logo{max-height:34px}.company-logo-small{max-height:28px}.company-logo-large{max-height:42px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;border-radius:8px;font-size:.95rem;border:none;cursor:pointer;line-height:1}.btn svg{transition:transform .3s ease;flex-shrink:0;margin-left:.5rem;line-height:0;vertical-align:middle}.btn:hover svg{transform:translateX(2px)}.btn-primary{background:var(--primary);color:white}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-large{font-size:1rem}.btn-outline{color:var(--foreground);border:1px solid var(--border)}.btn-outline:hover{background:var(--background-tertiary);border-color:var(--border-secondary)}.hero-content h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:600;line-height:1.1;color:var(--foreground);letter-spacing:-.02em}.dynamic-text{color:var(--primary);display:inline-block;transition:opacity .3s ease,transform .3s ease}.dynamic-text.fade-in{opacity:1;transform:translateY(0)}.dynamic-text.fade-out{opacity:0;transform:translateY(-5px)}.hero-content p{font-size:1.2rem;margin-bottom:1.5rem;opacity:.9;max-width:500px;line-height:1.6;color:var(--foreground-secondary)}.hero-actions{justify-content:flex-start;margin-bottom:2rem}.hero-actions,.hero-rating{display:flex;gap:1rem;flex-wrap:wrap}.hero-rating{align-items:center}.hero-rating .stars{color:#ffd700;font-size:1.75rem}.stars-wrapper{display:flex;align-items:center;gap:0}.partial-star-wrapper{display:inline-block}.hero-rating .partial-star{color:#ffd700;font-size:1.75rem;display:inline-block;-webkit-clip-path:inset(0 30% 0 0);clip-path:inset(0 30% 0 0)}.hero-rating span{color:var(--foreground-tertiary);font-size:.9rem;font-family:DM Sans,sans-serif}.review-platforms{display:flex;gap:0;margin-right:.5rem}.platform-image{width:40px;height:40px;border-radius:50%;border:2px solid var(--accent);overflow:hidden;background:var(--background-tertiary);position:relative}.platform-image img{width:100%;height:100%;object-fit:cover}.platform-image:nth-child(2),.platform-image:nth-child(3){margin-left:-8px}.btn{padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent;display:inline-block}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-secondary{background:transparent;color:var(--foreground);border:1px solid var(--border)}.btn-secondary:hover{background:var(--background-tertiary);border-color:var(--border-secondary)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:white}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:1400px){.hero-content h1{font-size:3.25rem}.btn{padding:.65rem 1.25rem;gap:.6rem;font-size:.9rem}.btn-large{padding:.85rem 1.5rem;font-size:.95rem}.btn svg{width:18px;height:18px}}@media (max-width:1000px){.company-gallery{padding:2rem 1rem}.company-gallery-track{gap:2rem}.company-logo{max-height:28px}.company-logo-small{max-height:24px}.company-logo-large{max-height:36px}}.features{padding:6rem 0;background:#f8f9fa}.features h2{text-align:center;font-size:2.5rem;margin-bottom:4rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem}.feature{text-align:center;padding:2rem;background:white;border-radius:1rem}.feature h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.feature p{color:#666;line-height:1.6}.marketing-footer{background:var(--background-secondary);color:var(--foreground);padding:4rem 0 2rem}.footer-container{max-width:calc(1400px + 4rem);margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;grid-gap:6rem;gap:6rem;align-items:start}.footer-left{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo img{height:32px;width:auto}.footer-logo-text{font-size:1.6rem;font-weight:500;color:var(--foreground)}.footer-description{font-size:.9rem;color:var(--foreground-secondary);line-height:1.6;margin:0}.footer-contact{display:flex;flex-direction:column;gap:1.25rem}.footer-contact-item{display:flex;align-items:center;gap:1rem;font-size:.95rem;color:var(--foreground-secondary)}.footer-contact-item a{color:var(--foreground-secondary);text-decoration:none}.footer-location{font-size:.9rem;color:var(--foreground-tertiary);font-style:italic}.footer-right{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.footer-column h3{font-size:1.2rem;font-weight:600;color:var(--foreground);margin:0 0 2rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:1rem}.footer-column a{color:var(--foreground-secondary);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-column a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);margin-top:4rem;padding-top:2rem;text-align:center}.footer-bottom p{color:var(--foreground-tertiary);font-size:.9rem;margin:0}@media (max-width:1000px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-right{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.marketing-footer{padding:3rem 0}.footer-container{padding:0 2rem}.footer-content{gap:2rem}.footer-right{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-column{text-align:left}}@media (max-width:1200px){.hero{padding:8.5rem 2rem 0}.hero-content{grid-template-columns:1fr;gap:3rem;justify-items:center;text-align:center;margin-bottom:2.5rem}.hero-left{width:100%;text-align:center}.hero-right{order:2;width:100%;max-width:none}.hero-actions{justify-content:center}.hero-content h1,.hero-content p{margin-left:auto;margin-right:auto}.hero-content h1{max-width:700px;font-size:4rem;margin-bottom:0}.hero-rating{justify-content:center}.hero-image-container{width:100%;max-width:none;aspect-ratio:3/2;height:auto}.hero-image{width:100%;height:100%}}@media (max-width:768px){.hero{padding:7.5rem 1rem 0}.hero-content{grid-template-columns:1fr;gap:2rem;padding:0}.hero-content h1{font-size:3.5rem;max-width:500px;margin-bottom:0}.stats-container{flex-direction:column;gap:1rem}.stat-divider{width:100%;height:1px;border-style:dashed;border-width:1px 0 0}}@media (max-width:700px){.hero-content h1{font-size:3rem}}@media (max-width:500px){.hero-content h1{font-size:2.4rem;max-width:420px;margin-bottom:.75rem}.hero-left{gap:1.1rem}.hero-content p{margin-bottom:1rem;font-size:.9rem;max-width:320px}.hero-actions{gap:.75rem;flex-wrap:nowrap;justify-content:center}.btn{padding:.6rem 1.1rem;font-size:.85rem}.btn-large{padding:.75rem 1.3rem;font-size:.95rem}.btn svg{width:16px;height:16px}}@media (max-width:400px){.hero-content h1{font-size:2.25rem;max-width:400px}.btn{padding:.75rem .9rem;font-size:.8rem}.btn-large{padding:.75rem 1.1rem;font-size:.9rem}.btn svg{width:14px;height:14px}}