<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <!-- ── Primary SEO ── -->
    <title>Reaixo | Property Analysis for Home Buyers, Sellers &amp; Investors</title>
    <meta name="description" content="Evaluate any property for buying, selling, remodeling or investing. Enter your address, choose your goal, and select your analysis depth. Analyses start at $19." />
    <meta name="author" content="Reaixo" />
    <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
    <meta name="theme-color" content="#1e40af" />
    <meta name="geo.region" content="US-PA" />

    <!-- ── Canonical ── -->
    <link rel="canonical" href="https://reaixo.com/" />
    <link rel="alternate" hreflang="en-us" href="https://reaixo.com/" />
    <link rel="alternate" hreflang="x-default" href="https://reaixo.com/" />

    <!-- ── Open Graph ── -->
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Reaixo" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:title" content="Reaixo | Property Analysis for Home Buyers, Sellers &amp; Investors" />
    <meta property="og:description" content="Evaluate any property for buying, selling, remodeling or investing. Enter your address, choose your goal, and select your analysis depth. Analyses start at $19." />
    <meta property="og:url" content="https://reaixo.com/" />
    <meta property="og:image" content="https://reaixo.com/images/og-default.png" />
    <meta property="og:image:type" content="image/png" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="630" />
    <meta property="og:image:alt" content="Reaixo — Property Analysis for Buyers, Sellers, Homeowners &amp; Investors" />

    <!-- ── Twitter Card ── -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:site" content="@TheReaixo" />
    <meta name="twitter:creator" content="@TheReaixo" />
    <meta name="twitter:title" content="Reaixo | Property Analysis for Home Buyers, Sellers &amp; Investors" />
    <meta name="twitter:description" content="Evaluate any property for buying, selling, remodeling or investing. Enter your address, choose your goal, and select your analysis depth. Analyses start at $19." />
    <meta name="twitter:image" content="https://reaixo.com/images/og-default.png" />
    <meta name="twitter:image:alt" content="Reaixo — Property Analysis for Buyers, Sellers, Homeowners &amp; Investors" />

    <!-- ── Google Search Console verification ── -->
    <meta name="google-site-verification" content="auDwrF27hncfaER99hKvyess52fxhxcxPcILN53ZggM" />

    <!-- ── Bing Webmaster Tools verification ── -->
    <!-- Uncomment and replace with your verification code from Bing Webmaster Tools -->
    <!-- <meta name="msvalidate.01" content="REPLACE_WITH_BING_CODE" /> -->

    <!-- ── Favicons ── -->
    <link rel="icon" type="image/x-icon" href="/favicon.ico" />
    <link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png" />
    <link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png" />
    <link rel="icon" type="image/png" sizes="48x48" href="/images/favicons/favicon-48x48.png" />
    <link rel="icon" type="image/png" sizes="64x64" href="/images/favicons/favicon-64x64.png" />
    <link rel="icon" type="image/png" sizes="128x128" href="/images/favicons/favicon-128x128.png" />
    <link rel="icon" type="image/png" sizes="192x192" href="/images/favicons/favicon-192x192.png" />
    <link rel="icon" type="image/png" sizes="256x256" href="/images/favicons/favicon-256x256.png" />
    <link rel="icon" type="image/png" sizes="512x512" href="/images/favicons/favicon-512x512.png" />
    <link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/favicon-180x180.png" />
    <link rel="manifest" href="/site.webmanifest" />

    <!-- ── Sitemap discovery ── -->
    <link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />

    <!-- ── Anti-FOUC critical styles ── -->
    <!-- Anti-FOUC critical styles — intentionally inline for fastest first paint.
         SEO tools may flag this as "inline styles" but removing it causes visible
         content flash on page load which harms user experience and Core Web Vitals. -->
    <!-- Sets background white to match the React app's actual first paint. -->
    <!-- The hero section has its own navy gradient inline — body must be white. -->
    <style>
      *, *::before, *::after { box-sizing: border-box; }
      html, body { margin: 0; padding: 0; overflow-x: hidden; }
      body {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        background: #ffffff;
        color: #0f172a;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      /* Nav placeholder height so content doesn't jump when nav renders */
      #root { min-height: 100vh; }
      /* Prevent unstyled root flash before React mounts */
      #root:empty::before {
        content: '';
        display: block;
        min-height: 64px;
        background: #ffffff;
      }
      a { text-decoration: none; }
      button { font-family: inherit; }
      input, textarea, select { font-family: inherit; }
    </style>

    <!-- ── Preconnect for performance ── -->
    <!-- preconnect: scripts loaded on every page load, worth the extra TCP/TLS handshake now -->
    <link rel="preconnect" href="https://www.googletagmanager.com" />
    <link rel="preconnect" href="https://connect.facebook.net" />
    <!-- dns-prefetch: only hit conditionally (checkout flow, pixel fallback), so a lighter DNS-only hint is enough -->
    <link rel="dns-prefetch" href="https://hc32atw92c.execute-api.us-east-1.amazonaws.com" />
    <link rel="dns-prefetch" href="https://www.facebook.com" />
    <link rel="dns-prefetch" href="https://checkout.stripe.com" />

    <!-- ── Global JSON-LD Schema (static — always visible to crawlers) ── -->
    

    <!-- ── Google tag (gtag.js) ── -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=AW-18124167182"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'AW-18124167182');
      gtag('config', 'AW-18299743269');
    </script>

    <!-- ── Meta Pixel (Facebook) ── -->
    <script>
      !function(f,b,e,v,n,t,s)
      {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
      n.callMethod.apply(n,arguments):n.queue.push(arguments)};
      if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
      n.queue=[];t=b.createElement(e);t.async=!0;
      t.src=v;s=b.getElementsByTagName(e)[0];
      s.parentNode.insertBefore(t,s)}(window, document,'script',
      'https://connect.facebook.net/en_US/fbevents.js');
      fbq('init', '1065029659283429');
      fbq('track', 'PageView');
    </script>
    <script type="module" crossorigin src="/assets/index-CmbZK3Ib.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/vendor-react-CQ7BmgdI.js">
    <link rel="modulepreload" crossorigin href="/assets/vendor-router-CzpGoMo_.js">
    <link rel="preload" href="/assets/index-Bdw7cyJ8.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
    <noscript><link rel="stylesheet" href="/assets/index-Bdw7cyJ8.css"></noscript>
    <style>*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:system-ui,-apple-system,sans-serif;background:#fff;color:#0f172a}#root{min-height:100vh}</style>
  </head>
  <body>
    <!-- Meta Pixel noscript fallback — must be immediately after <body> opens;
         <noscript> inside <head> may only contain link/style/meta per the HTML5 spec. -->
    <noscript>
      <img height="1" width="1" style="display:none"
        src="https://www.facebook.com/tr?id=1065029659283429&ev=PageView&noscript=1"
        alt="" />
    </noscript>

    

    <div id="root"><div style="min-height:100vh;display:flex;flex-direction:column"><nav style="background-color:#ffffff;box-shadow:0 1px 0 rgba(0,0,0,0.06);padding:0 1.25rem;position:sticky;top:0;z-index:1000;transition:box-shadow 0.2s"><div style="max-width:1280px;margin:0 auto;display:flex;align-items:center;height:64px;gap:1.5rem"><a style="color:#2563eb;text-decoration:none;display:flex;align-items:center;gap:0.5rem;flex-shrink:0" href="/"><picture><source srcSet="/images/logo.webp" type="image/webp"/><img src="/images/logo.png" alt="Reaixo" title="Reaixo — Property Intelligence Platform" width="54" height="36" loading="eager" fetchPriority="high" style="height:36px;width:auto"/></picture></a><div class="desktop-nav" style="display:flex;gap:1.75rem;align-items:center;flex:1"><a style="color:#1e293b;text-decoration:none;font-weight:500;font-size:0.9rem;padding:0.25rem 0;transition:color 0.15s" href="/buy">Buy</a><a style="color:#1e293b;text-decoration:none;font-weight:500;font-size:0.9rem;padding:0.25rem 0;transition:color 0.15s" href="/sell">Sell</a><a style="color:#1e293b;text-decoration:none;font-weight:500;font-size:0.9rem;padding:0.25rem 0;transition:color 0.15s" href="/remodel">Remodel</a><a style="color:#1e293b;text-decoration:none;font-weight:500;font-size:0.9rem;padding:0.25rem 0;transition:color 0.15s" href="/invest">Invest</a><a style="color:#1e293b;text-decoration:none;font-weight:500;font-size:0.9rem;padding:0.25rem 0;transition:color 0.15s" href="/new-construction">New Construction</a><a style="color:#1e293b;text-decoration:none;font-weight:500;font-size:0.9rem;padding:0.25rem 0;transition:color 0.15s" href="/property-reports">Property Analyses</a><a style="color:#1e293b;text-decoration:none;font-weight:500;font-size:0.9rem;padding:0.25rem 0;transition:color 0.15s" href="/insights">Resources</a></div><div class="desktop-nav" style="display:flex;gap:1rem;align-items:center;justify-content:flex-end;flex-shrink:0"><a rel="nofollow" style="color:#1e293b;text-decoration:none;font-weight:500;font-size:0.9rem;padding:0.25rem 0;transition:color 0.15s" href="/login">Sign In</a><a style="padding:0.5rem 1.25rem;background-color:#1e40af;color:#ffffff;text-decoration:none;border-radius:7px;font-weight:700;font-size:0.875rem" href="/property-analysis">Analyze a Property</a></div><button class="mobile-menu-button" aria-label="Toggle menu" style="display:none;margin-left:auto;background:none;border:none;cursor:pointer;padding:0.5rem;flex-shrink:0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#1e293b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu" aria-hidden="true"><line x1="4" x2="20" y1="12" y2="12"></line><line x1="4" x2="20" y1="6" y2="6"></line><line x1="4" x2="20" y1="18" y2="18"></line></svg></button></div></nav><main style="flex:1"><!--$--><div style="font-family:system-ui, -apple-system, sans-serif"><script type="application/ld+json">[{"@context":"https://schema.org","@type":"Organization","name":"Reaixo","url":"https://reaixo.com","logo":"https://reaixo.com/images/logo.png","description":"Property intelligence platform for home buyers, sellers, homeowners and investors. Property analyses from $19, delivered to your account the same day — usually within 1–2 hours.","sameAs":["https://www.facebook.com/Reaixo","https://www.instagram.com/TheReaixo","https://www.linkedin.com/company/Reaixo","https://x.com/TheReaixo"],"areaServed":["Philadelphia PA","Main Line PA","Chester County PA","Bucks County PA","Montgomery County PA","Delaware County PA","South Jersey NJ"]},{"@context":"https://schema.org","@type":"WebSite","name":"Reaixo","url":"https://reaixo.com"},{"@context":"https://schema.org","@type":"LocalBusiness","name":"Reaixo","url":"https://reaixo.com","logo":"https://reaixo.com/images/logo.png","description":"AI-assisted property analyses for home buyers, sellers, homeowners and investors. Reports from $19, delivered to your account the same day.","areaServed":[{"@type":"City","name":"Philadelphia"},{"@type":"AdministrativeArea","name":"Main Line Philadelphia"},{"@type":"County","name":"Chester County"},{"@type":"County","name":"Bucks County"},{"@type":"County","name":"Montgomery County"},{"@type":"County","name":"Delaware County"}],"priceRange":"$19+","openingHours":"Mo-Fr 09:00-18:00"},{"@context":"https://schema.org","@type":"Service","name":"Property Analysis","description":"AI-assisted property analyses for home buyers, sellers, homeowners and investors covering value, remodeling, buying, selling, rental analysis and investment decisions.","url":"https://reaixo.com/property-reports","provider":{"@type":"Organization","name":"Reaixo","url":"https://reaixo.com"},"areaServed":"Philadelphia PA and surrounding areas","offers":{"@type":"Offer","price":"19","priceCurrency":"USD"}},{"@context":"https://schema.org","@type":"HowTo","name":"How to Get a Property Analysis from Reaixo","description":"Get a property analysis in three steps: enter the property address, choose your goal, and select your analysis depth.","step":[{"@type":"HowToStep","position":1,"name":"Enter the Property Address","text":"Type in the address of any property you want to analyze. Reaixo works for any residential property address in the United States.","url":"https://reaixo.com/property-reports"},{"@type":"HowToStep","position":2,"name":"Choose Your Goal","text":"Select whether you are buying, selling, remodeling, or investing. Choose the analysis depth that matches your decision.","url":"https://reaixo.com/property-reports"},{"@type":"HowToStep","position":3,"name":"Review Your Analysis Online","text":"Your analysis will be available in your Reaixo account the same day — usually within 1–2 hours. You will receive an email when it is ready, and a downloadable PDF is included. Analyses start at $19 with no subscription required.","url":"https://reaixo.com/property-reports"}]},{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is Reaixo?","acceptedAnswer":{"@type":"Answer","text":"Reaixo is an AI-assisted property analysis platform that helps home buyers, sellers, homeowners and investors understand any property before making a decision. Analyses start at $19 and are available in your Reaixo account the same day — usually within 1–2 hours."}},{"@type":"Question","name":"What property analyses does Reaixo offer?","acceptedAnswer":{"@type":"Answer","text":"Reaixo offers three analysis plans — Essential ($19), Property Decision ($49), and Professional ($99) — for five goals: buying, selling, remodeling, investing, and new construction. No subscription is required."}},{"@type":"Question","name":"How much do Reaixo property analyses cost?","acceptedAnswer":{"@type":"Answer","text":"Analysis plans are priced at $19 (Essential), $49 (Property Decision), and $99 (Professional) — the same three depths regardless of goal. No subscription is required; every analysis is a one-time purchase."}},{"@type":"Question","name":"How are Reaixo analyses delivered?","acceptedAnswer":{"@type":"Answer","text":"All analyses are delivered to your Reaixo account the same day — usually within 1–2 hours of your order. A downloadable PDF is included and you will receive an email notification when your analysis is ready."}},{"@type":"Question","name":"Are Reaixo reports real appraisals?","acceptedAnswer":{"@type":"Answer","text":"No. Reaixo reports are AI-assisted and provided for informational purposes only. They are not licensed appraisals, home inspections, engineering assessments or financial advice. Users should independently verify all information with qualified professionals before making real estate decisions."}},{"@type":"Question","name":"What information does Reaixo need to generate a report?","acceptedAnswer":{"@type":"Answer","text":"Most reports require a property address, property type, number of bedrooms and bathrooms, square footage and year built. Some reports also ask for asking price, current condition, remodeling goals or financing assumptions."}},{"@type":"Question","name":"Does Reaixo serve areas outside Philadelphia?","acceptedAnswer":{"@type":"Answer","text":"Reaixo property reports are available for properties nationwide. Professional marketing services are focused on the Philadelphia region including Main Line Philadelphia, Chester County, Bucks County, Montgomery County, Delaware County and South Jersey."}},{"@type":"Question","name":"What is Reaixo and what does it do?","acceptedAnswer":{"@type":"Answer","text":"Reaixo is an independent property analysis platform. You enter a property address, choose your goal (buying, selling, remodeling, or investing), and receive an AI-assisted analysis covering value estimates, comparable sales, risk factors, costs, and recommendations. Analyses start at $19 and are delivered the same day."}},{"@type":"Question","name":"How is Reaixo different from Zillow or Redfin?","acceptedAnswer":{"@type":"Answer","text":"Zillow and Redfin provide general listing data and automated value estimates. Reaixo provides decision-focused analysis — not just an estimated value, but a full picture of what a property costs to own, what the risks are, whether it makes a good rental, and what improvements would add value. Reaixo works for the buyer, seller, or investor making the decision, not for the transaction."}},{"@type":"Question","name":"Is Reaixo a licensed real estate service?","acceptedAnswer":{"@type":"Answer","text":"No. Reaixo provides AI-assisted property analyses for informational and educational purposes. Reaixo is not a licensed real estate broker, appraiser, home inspector, attorney, or financial advisor. All outputs should be independently verified with qualified professionals before making any real estate decision."}},{"@type":"Question","name":"How much does a Reaixo property analysis cost?","acceptedAnswer":{"@type":"Answer","text":"Reaixo offers three plans: Essential Property Analysis at $19, Property Decision Analysis at $49, and Professional Property Analysis at $99. All are one-time purchases with no subscription. The $49 Property Decision Analysis is the most popular and includes multiple related analyses for your specific goal."}},{"@type":"Question","name":"How quickly do I receive my analysis?","acceptedAnswer":{"@type":"Answer","text":"Analyses are delivered to your Reaixo account the same day — usually within one to two hours of your order. You receive an email notification when it is ready, and a downloadable PDF is included."}}]},{"@context":"https://schema.org","@type":"WebPage","url":"https://reaixo.com/","speakable":{"@type":"SpeakableSpecification","cssSelector":["h1","#speakable-hero-desc"]}}]</script><section style="background:linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #1e40af 100%);color:#fff;padding:clamp(2.5rem,5vw,5rem) 1.25rem;position:relative;overflow:hidden"><div style="max-width:1200px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:52fr 48fr;gap:3rem;align-items:center" class="hero-grid"><div><h1 style="font-size:clamp(1.9rem,3.5vw,3rem);font-weight:900;line-height:1.15;margin:0 0 1.25rem;letter-spacing:-0.5px;max-width:560px">Make Better Decisions About Any Property</h1><p id="speakable-hero-desc" style="font-size:1.05rem;color:rgba(255,255,255,0.78);line-height:1.75;margin:0 0 1.75rem;max-width:480px">Evaluate home value, buying costs, remodeling potential, sale readiness and investment returns — all from one address.</p><form style="display:flex;gap:0.75rem;flex-wrap:wrap;align-items:stretch"><input type="text" placeholder="Enter a property address" style="flex:1 1 260px;min-width:0;padding:0.75rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,0.25);background-color:rgba(255,255,255,0.08);color:#fff;font-size:0.9rem" value=""/><button type="submit" style="display:flex;align-items:center;padding:0.75rem 1.5rem;background-color:#2563eb;color:#fff;border:2px solid rgba(217,119,6,0.4);border-radius:8px;font-weight:700;font-size:0.9rem;cursor:pointer;white-space:nowrap">Analyze This Property →</button></form><div style="margin-top:1rem"><a style="font-size:0.85rem;color:rgba(255,255,255,0.75);font-weight:600;text-decoration:underline" href="/sample-reports">View a Sample Report</a></div><p style="font-size:0.82rem;color:rgba(255,255,255,0.6);margin:1.25rem 0 0;line-height:1.5">Enter your address, choose your goal, and select your analysis depth.</p><p style="font-size:0.78rem;color:rgba(255,255,255,0.5);margin:0.5rem 0 0;line-height:1.5">Analyses from $19 · No subscription · View online · PDF download included</p></div><div class="hero-right"><div style="background-color:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.14);border-radius:16px;padding:1.75rem;backdrop-filter:blur(8px)"><div style="font-size:0.68rem;font-weight:800;color:rgba(255,255,255,0.45);letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem">Sample Analysis Preview</div><div style="background-color:rgba(255,255,255,0.06);border-radius:10px;padding:0.75rem 1rem;margin-bottom:1.25rem;font-size:0.82rem;color:rgba(255,255,255,0.6)">📍 123 Maple Street, Philadelphia, PA</div><div style="display:flex;flex-direction:column;gap:0.75rem;margin-bottom:1.5rem"><div style="display:flex;justify-content:space-between;align-items:center;background-color:rgba(255,255,255,0.05);border-radius:8px;padding:0.65rem 0.875rem"><span style="font-size:0.82rem;color:rgba(255,255,255,0.65)">💰<!-- --> <!-- -->Estimated Value Range</span><span style="font-size:0.85rem;font-weight:700;color:#93c5fd">$420k – $455k</span></div><div style="display:flex;justify-content:space-between;align-items:center;background-color:rgba(255,255,255,0.05);border-radius:8px;padding:0.65rem 0.875rem"><span style="font-size:0.82rem;color:rgba(255,255,255,0.65)">🔨<!-- --> <!-- -->Top Remodeling Opportunity</span><span style="font-size:0.85rem;font-weight:700;color:#93c5fd">Kitchen refresh</span></div><div style="display:flex;justify-content:space-between;align-items:center;background-color:rgba(255,255,255,0.05);border-radius:8px;padding:0.65rem 0.875rem"><span style="font-size:0.82rem;color:rgba(255,255,255,0.65)">📈<!-- --> <!-- -->Est. Rental Yield</span><span style="font-size:0.85rem;font-weight:700;color:#93c5fd">5.8% cap rate</span></div><div style="display:flex;justify-content:space-between;align-items:center;background-color:rgba(255,255,255,0.05);border-radius:8px;padding:0.65rem 0.875rem"><span style="font-size:0.82rem;color:rgba(255,255,255,0.65)">❓<!-- --> <!-- -->Questions to Investigate</span><span style="font-size:0.85rem;font-weight:700;color:#93c5fd">7 flagged items</span></div></div><div style="border-top:1px solid rgba(255,255,255,0.1);padding-top:1rem;font-size:0.75rem;color:rgba(255,255,255,0.35);text-align:center">Illustrative sample — not a real property analysis</div></div></div></div></section><section style="padding:clamp(2.5rem,4vw,4rem) 1.25rem;background-color:#fff"><div style="max-width:1000px;margin:0 auto"><div style="text-align:center;margin-bottom:2rem"><h2 style="font-size:clamp(1.4rem,2.5vw,1.875rem);font-weight:800;color:#0f172a;margin:0">Trusted Experience Behind Every Report</h2></div><div style="display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:1.25rem;margin-bottom:1.75rem"><div style="background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0.75rem"><div aria-hidden="true" style="width:48px;height:48px;border-radius:12px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;flex-shrink:0"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-users" aria-hidden="true"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M22 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg></div><div style="font-weight:800;font-size:1rem;color:#0f172a;line-height:1.4">500+ Customers Helped</div></div><div style="background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0.75rem"><div aria-hidden="true" style="width:48px;height:48px;border-radius:12px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;flex-shrink:0"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-badge-dollar-sign" aria-hidden="true"><path d="M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"></path><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"></path><path d="M12 18V6"></path></svg></div><div style="font-weight:800;font-size:1rem;color:#0f172a;line-height:1.4">$100M+ in Property Decisions Supported</div></div><div style="background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0.75rem"><div aria-hidden="true" style="width:48px;height:48px;border-radius:12px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;flex-shrink:0"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-star" aria-hidden="true"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg></div><div style="font-weight:800;font-size:1rem;color:#0f172a;line-height:1.4">Consistently Positive Customer Feedback</div></div></div><p style="text-align:center;color:#64748b;font-size:0.95rem;line-height:1.7;max-width:640px;margin:0 auto">Our team has helped 500+ customers make property decisions involving more than $100 million in combined real estate value.</p></div></section><section style="background-color:#eff6ff;border-top:1px solid #bfdbfe;border-bottom:1px solid #bfdbfe;padding:1rem 1.25rem"><div style="max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap"><div style="display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center"><span style="font-size:0.82rem;font-weight:600;color:#1e40af">🏠 Know What a Home Is Worth</span><span style="font-size:0.82rem;font-weight:600;color:#1e40af">🔨 Find the Right Upgrades</span><span style="font-size:0.82rem;font-weight:600;color:#1e40af">💼 Analyze Investment Returns</span><span style="font-size:0.82rem;font-weight:600;color:#1e40af">✅ Buy With Confidence</span></div><a style="flex-shrink:0;padding:0.55rem 1.25rem;background-color:#2563eb;color:#fff;border-radius:8px;font-weight:700;text-decoration:none;font-size:0.85rem;white-space:nowrap" href="/sample-reports">View Full Sample Reports →</a></div></section><section style="padding:clamp(2.5rem,4vw,4rem) 1.25rem;background-color:#f8fafc"><div style="max-width:1000px;margin:0 auto"><div style="text-align:center;margin-bottom:2rem"><h2 style="font-size:clamp(1.4rem,2.5vw,1.875rem);font-weight:800;color:#0f172a;margin:0">What Customers Value</h2></div><div style="display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:1.25rem"><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;display:flex;flex-direction:column;gap:0.5rem"><div aria-hidden="true" style="width:48px;height:48px;border-radius:12px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;flex-shrink:0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text" aria-hidden="true"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg></div><div style="font-weight:700;font-size:1rem;color:#0f172a">Clear Analysis</div><p style="margin:0;color:#64748b;font-size:0.875rem;line-height:1.6">Property information presented in a practical, easy-to-understand format.</p></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;display:flex;flex-direction:column;gap:0.5rem"><div aria-hidden="true" style="width:48px;height:48px;border-radius:12px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;flex-shrink:0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-no-axes-column" aria-hidden="true"><line x1="18" x2="18" y1="20" y2="10"></line><line x1="12" x2="12" y1="20" y2="4"></line><line x1="6" x2="6" y1="20" y2="14"></line></svg></div><div style="font-weight:700;font-size:1rem;color:#0f172a">Detailed Insights</div><p style="margin:0;color:#64748b;font-size:0.875rem;line-height:1.6">Helpful analysis of value, risks, opportunities and next steps.</p></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;display:flex;flex-direction:column;gap:0.5rem"><div aria-hidden="true" style="width:48px;height:48px;border-radius:12px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;flex-shrink:0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big" aria-hidden="true"><path d="M21.801 10A10 10 0 1 1 17 3.335"></path><path d="m9 11 3 3L22 4"></path></svg></div><div style="font-weight:700;font-size:1rem;color:#0f172a">Better Decision Support</div><p style="margin:0;color:#64748b;font-size:0.875rem;line-height:1.6">Practical information that helps buyers, sellers, homeowners and investors move forward confidently.</p></div></div></div></section><section style="padding:clamp(3rem,5vw,5rem) 1.25rem;background-color:#fff"><div style="max-width:1100px;margin:0 auto"><div style="text-align:center;margin-bottom:3rem"><h2 style="font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#0f172a;margin:0 0 0.75rem">What Would You Like to Understand?</h2><p style="color:#64748b;font-size:1rem;max-width:480px;margin:0 auto">Choose your goal and we&#x27;ll show you the right analysis.</p></div><div class="goal-grid" style="display:grid;gap:1.25rem"><div style="background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:0.75rem"><div aria-hidden="true" style="width:48px;height:48px;border-radius:12px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;flex-shrink:0"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-key" aria-hidden="true"><path d="m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4"></path><path d="m21 2-9.6 9.6"></path><circle cx="7.5" cy="15.5" r="5.5"></circle></svg></div><h3 style="margin:0;font-weight:800;font-size:1rem;color:#0f172a">Buying a Home</h3><p style="margin:0;font-size:0.85rem;color:#64748b;line-height:1.6;flex:1">Understand pricing, monthly ownership costs, property risks and remodeling opportunities before making an offer.</p><a style="display:block;padding:0.65rem 1rem;background-color:#2563eb;color:#fff;text-decoration:none;border-radius:8px;font-weight:700;font-size:0.825rem;text-align:center" href="/buy">Analyze a Home<!-- --> →</a></div><div style="background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:0.75rem"><div aria-hidden="true" style="width:48px;height:48px;border-radius:12px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;flex-shrink:0"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-badge-dollar-sign" aria-hidden="true"><path d="M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"></path><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"></path><path d="M12 18V6"></path></svg></div><h3 style="margin:0;font-weight:800;font-size:1rem;color:#0f172a">Selling a Home</h3><p style="margin:0;font-size:0.85rem;color:#64748b;line-height:1.6;flex:1">Estimate value, identify improvements worth making, and understand your potential sale proceeds.</p><a style="display:block;padding:0.65rem 1rem;background-color:#2563eb;color:#fff;text-decoration:none;border-radius:8px;font-weight:700;font-size:0.825rem;text-align:center" href="/sell">Check Sale Readiness<!-- --> →</a></div><div style="background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:0.75rem"><div aria-hidden="true" style="width:48px;height:48px;border-radius:12px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;flex-shrink:0"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-hammer" aria-hidden="true"><path d="m15 12-8.373 8.373a1 1 0 1 1-3-3L12 9"></path><path d="m18 15 4-4"></path><path d="m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5"></path></svg></div><h3 style="margin:0;font-weight:800;font-size:1rem;color:#0f172a">Planning a Remodel</h3><p style="margin:0;font-size:0.85rem;color:#64748b;line-height:1.6;flex:1">Estimate project costs, potential value impact and remodeling ROI before you hire anyone.</p><a style="display:block;padding:0.65rem 1rem;background-color:#2563eb;color:#fff;text-decoration:none;border-radius:8px;font-weight:700;font-size:0.825rem;text-align:center" href="/remodel">Estimate a Remodel<!-- --> →</a></div><div style="background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:0.75rem"><div aria-hidden="true" style="width:48px;height:48px;border-radius:12px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;flex-shrink:0"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-trending-up" aria-hidden="true"><polyline points="22 7 13.5 15.5 8.5 10.5 2 17"></polyline><polyline points="16 7 22 7 22 13"></polyline></svg></div><h3 style="margin:0;font-weight:800;font-size:1rem;color:#0f172a">Evaluating an Investment</h3><p style="margin:0;font-size:0.85rem;color:#64748b;line-height:1.6;flex:1">Calculate cash flow, cap rate, ownership costs and potential returns on any property.</p><a style="display:block;padding:0.65rem 1rem;background-color:#2563eb;color:#fff;text-decoration:none;border-radius:8px;font-weight:700;font-size:0.825rem;text-align:center" href="/invest">Analyze an Investment<!-- --> →</a></div></div></div></section><section style="padding:clamp(3rem,5vw,5rem) 1.25rem;background-color:#f8fafc"><div style="max-width:900px;margin:0 auto"><div style="text-align:center;margin-bottom:3rem"><h2 style="font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#0f172a;margin:0 0 0.75rem">How It Works</h2></div><div style="display:grid;grid-template-columns:repeat(auto-fit, minmax(220px,1fr));gap:2rem"><div style="display:flex;flex-direction:column;align-items:center;text-align:center;position:relative"><div style="position:absolute;right:-1rem;top:1.5rem;font-size:1.25rem;color:#cbd5e1">›</div><div style="width:52px;height:52px;border-radius:50%;background-color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem;box-shadow:0 4px 12px rgba(37,99,235,0.25)"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin" aria-hidden="true"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg></div><div style="font-size:0.65rem;font-weight:800;color:#94a3b8;letter-spacing:1px;margin-bottom:0.35rem">STEP <!-- -->01</div><h3 style="margin:0;font-weight:700;font-size:1rem;color:#0f172a;margin-bottom:0.5rem">Enter an Address</h3><p style="color:#64748b;font-size:0.85rem;line-height:1.6;margin:0">Reaixo identifies available property and local market information.</p></div><div style="display:flex;flex-direction:column;align-items:center;text-align:center;position:relative"><div style="position:absolute;right:-1rem;top:1.5rem;font-size:1.25rem;color:#cbd5e1">›</div><div style="width:52px;height:52px;border-radius:50%;background-color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem;box-shadow:0 4px 12px rgba(37,99,235,0.25)"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-no-axes-column" aria-hidden="true"><line x1="18" x2="18" y1="20" y2="10"></line><line x1="12" x2="12" y1="20" y2="4"></line><line x1="6" x2="6" y1="20" y2="14"></line></svg></div><div style="font-size:0.65rem;font-weight:800;color:#94a3b8;letter-spacing:1px;margin-bottom:0.35rem">STEP <!-- -->02</div><h3 style="margin:0;font-weight:700;font-size:1rem;color:#0f172a;margin-bottom:0.5rem">Tell Us Your Goal</h3><p style="color:#64748b;font-size:0.85rem;line-height:1.6;margin:0">Choose whether you are buying, selling, remodeling or investing.</p></div><div style="display:flex;flex-direction:column;align-items:center;text-align:center;position:relative"><div style="width:52px;height:52px;border-radius:50%;background-color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem;box-shadow:0 4px 12px rgba(37,99,235,0.25)"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text" aria-hidden="true"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg></div><div style="font-size:0.65rem;font-weight:800;color:#94a3b8;letter-spacing:1px;margin-bottom:0.35rem">STEP <!-- -->03</div><h3 style="margin:0;font-weight:700;font-size:1rem;color:#0f172a;margin-bottom:0.5rem">Review Your Analysis</h3><p style="color:#64748b;font-size:0.85rem;line-height:1.6;margin:0">Select your analysis depth — Essential, Property Decision, or Professional — and get the analysis delivered to your account.</p></div></div></div></section><section style="background-color:#fff;padding:clamp(2.5rem,4vw,4rem) 1.25rem"><div style="max-width:860px;margin:0 auto"><h2 style="font-size:1.3rem;font-weight:800;color:#0f172a;margin:0 0 2rem">Common Questions About Reaixo</h2><div style="margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0"><h3 style="font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 0.5rem;line-height:1.4">What is Reaixo and what does it do?</h3><p style="font-size:0.875rem;color:#475569;line-height:1.75;margin:0">Reaixo is an independent property analysis platform. You enter a property address, choose your goal (buying, selling, remodeling, or investing), and receive an AI-assisted analysis covering value estimates, comparable sales, risk factors, costs, and recommendations. Analyses start at $19 and are delivered the same day.</p></div><div style="margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0"><h3 style="font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 0.5rem;line-height:1.4">How is Reaixo different from Zillow or Redfin?</h3><p style="font-size:0.875rem;color:#475569;line-height:1.75;margin:0">Zillow and Redfin provide general listing data and automated value estimates. Reaixo provides decision-focused analysis — not just an estimated value, but a full picture of what a property costs to own, what the risks are, whether it makes a good rental, and what improvements would add value. Reaixo works for the buyer, seller, or investor making the decision, not for the transaction.</p></div><div style="margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0"><h3 style="font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 0.5rem;line-height:1.4">Is Reaixo a licensed real estate service?</h3><p style="font-size:0.875rem;color:#475569;line-height:1.75;margin:0">No. Reaixo provides AI-assisted property analyses for informational and educational purposes. Reaixo is not a licensed real estate broker, appraiser, home inspector, attorney, or financial advisor. All outputs should be independently verified with qualified professionals before making any real estate decision.</p></div><div style="margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0"><h3 style="font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 0.5rem;line-height:1.4">How much does a Reaixo property analysis cost?</h3><p style="font-size:0.875rem;color:#475569;line-height:1.75;margin:0">Reaixo offers three plans: Essential Property Analysis at $19, Property Decision Analysis at $49, and Professional Property Analysis at $99. All are one-time purchases with no subscription. The $49 Property Decision Analysis is the most popular and includes multiple related analyses for your specific goal.</p></div><div style="margin-bottom:0;padding-bottom:0;border-bottom:none"><h3 style="font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 0.5rem;line-height:1.4">How quickly do I receive my analysis?</h3><p style="font-size:0.875rem;color:#475569;line-height:1.75;margin:0">Analyses are delivered to your Reaixo account the same day — usually within one to two hours of your order. You receive an email notification when it is ready, and a downloadable PDF is included.</p></div></div></section><section style="padding:clamp(3rem,5vw,5rem) 1.25rem;background-color:#f8fafc"><div style="max-width:1100px;margin:0 auto"><div style="text-align:center;margin-bottom:2rem"><h2 style="font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#0f172a;margin:0 0 0.75rem">See What&#x27;s Inside a Property Decision Analysis</h2><p style="color:#64748b;font-size:1rem;max-width:480px;margin:0 auto;line-height:1.6">No email required. Here&#x27;s a real excerpt from a Reaixo Property Decision Analysis.</p></div><div style="display:grid;grid-template-columns:repeat(auto-fit, minmax(200px,1fr));gap:1rem;margin-bottom:2rem"><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:0.35rem"><span style="font-size:0.78rem;font-weight:700;color:#64748b">💰<!-- --> <!-- -->Estimated Value Range</span><span style="font-size:1rem;font-weight:800;color:#0f172a">$420k – $455k</span></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:0.35rem"><span style="font-size:0.78rem;font-weight:700;color:#64748b">🏠<!-- --> <!-- -->Property Facts</span><span style="font-size:1rem;font-weight:800;color:#0f172a">4 bd · 2.5 ba · 2,180 sqft</span></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:0.35rem"><span style="font-size:0.78rem;font-weight:700;color:#64748b">💵<!-- --> <!-- -->Monthly Cost Estimate</span><span style="font-size:1rem;font-weight:800;color:#0f172a">$2,940 / mo</span></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:0.35rem"><span style="font-size:0.78rem;font-weight:700;color:#64748b">📊<!-- --> <!-- -->Comparable Sales</span><span style="font-size:1rem;font-weight:800;color:#0f172a">6 nearby sales analyzed</span></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:0.35rem"><span style="font-size:0.78rem;font-weight:700;color:#64748b">🔨<!-- --> <!-- -->Remodel Opportunities</span><span style="font-size:1rem;font-weight:800;color:#0f172a">Kitchen, primary bath</span></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:0.35rem"><span style="font-size:0.78rem;font-weight:700;color:#64748b">❓<!-- --> <!-- -->Risk &amp; Verification Items</span><span style="font-size:1rem;font-weight:800;color:#0f172a">7 flagged items</span></div></div><div style="text-align:center;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:clamp(2.5rem,4vw,4rem)"><a style="display:inline-block;padding:0.875rem 2rem;background-color:#2563eb;color:#fff;text-decoration:none;border-radius:8px;font-weight:800;font-size:0.95rem" href="/sample-reports">View Full Sample Report</a></div><div style="border-top:1px solid #e2e8f0;padding-top:clamp(2.5rem,4vw,4rem)"><h2 style="font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800;color:#0f172a;text-align:center;margin:0 0 2rem">Property Insights You Can Understand — and Verify</h2><div style="display:grid;grid-template-columns:repeat(auto-fit, minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem"><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:0.5rem"><div style="width:40px;height:40px;border-radius:10px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-info" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 16v-4"></path><path d="M12 8h.01"></path></svg></div><h3 style="margin:0;font-weight:700;font-size:0.95rem;color:#0f172a">Information Sources</h3><p style="margin:0;font-size:0.82rem;color:#64748b;line-height:1.6">Analyses draw on public records, comparable sales, and local market data — not guesswork.</p></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:0.5rem"><div style="width:40px;height:40px;border-radius:10px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-no-axes-column" aria-hidden="true"><line x1="18" x2="18" y1="20" y2="10"></line><line x1="12" x2="12" y1="20" y2="4"></line><line x1="6" x2="6" y1="20" y2="14"></line></svg></div><h3 style="margin:0;font-weight:700;font-size:0.95rem;color:#0f172a">How Estimates Are Calculated</h3><p style="margin:0;font-size:0.82rem;color:#64748b;line-height:1.6">Estimates are generated using analytical systems that weigh comparable sales, property specifics and local market signals.</p></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:0.5rem"><div style="width:40px;height:40px;border-radius:10px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big" aria-hidden="true"><path d="M21.801 10A10 10 0 1 1 17 3.335"></path><path d="m9 11 3 3L22 4"></path></svg></div><h3 style="margin:0;font-weight:700;font-size:0.95rem;color:#0f172a">Facts vs. Estimates</h3><p style="margin:0;font-size:0.82rem;color:#64748b;line-height:1.6">Each report clearly separates verified property facts from AI-assisted estimates, so you know which is which.</p></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:0.5rem"><div style="width:40px;height:40px;border-radius:10px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-alert" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><line x1="12" x2="12" y1="8" y2="12"></line><line x1="12" x2="12.01" y1="16" y2="16"></line></svg></div><h3 style="margin:0;font-weight:700;font-size:0.95rem;color:#0f172a">Report Limitations</h3><p style="margin:0;font-size:0.82rem;color:#64748b;line-height:1.6">Reports do not replace licensed appraisers, inspectors, attorneys or financial advisors — and should be verified independently.</p></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:0.5rem"><div style="width:40px;height:40px;border-radius:10px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar" aria-hidden="true"><path d="M8 2v4"></path><path d="M16 2v4"></path><rect width="18" height="18" x="3" y="4" rx="2"></rect><path d="M3 10h18"></path></svg></div><h3 style="margin:0;font-weight:700;font-size:0.95rem;color:#0f172a">Generation Date</h3><p style="margin:0;font-size:0.82rem;color:#64748b;line-height:1.6">Every report shows the date its data was generated, since property and market conditions change over time.</p></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:0.5rem"><div style="width:40px;height:40px;border-radius:10px;background-color:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#2563eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-no-axes-column" aria-hidden="true"><line x1="18" x2="18" y1="20" y2="10"></line><line x1="12" x2="12" y1="20" y2="4"></line><line x1="6" x2="6" y1="20" y2="14"></line></svg></div><h3 style="margin:0;font-weight:700;font-size:0.95rem;color:#0f172a">Three Levels of Depth</h3><p style="margin:0;font-size:0.82rem;color:#64748b;line-height:1.6">Choose Essential ($19), Property Decision ($49) or Professional ($99) based on how much detail your decision requires.</p></div></div><div style="text-align:center;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap"><a style="font-size:0.82rem;color:#2563eb;text-decoration:none;font-weight:600" href="/about">About</a><a style="font-size:0.82rem;color:#2563eb;text-decoration:none;font-weight:600" href="/privacy">Privacy</a><a style="font-size:0.82rem;color:#2563eb;text-decoration:none;font-weight:600" href="/terms">Terms</a><a style="font-size:0.82rem;color:#2563eb;text-decoration:none;font-weight:600" href="/property-reports">Report Disclaimer</a></div></div></div></section><section style="padding:1.5rem 1.25rem;background-color:#f1f5f9;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0"><div style="max-width:900px;margin:0 auto;text-align:center"><p style="margin:0;font-size:0.875rem;color:#475569"><strong>Are you a real-estate professional?</strong> <!-- -->Explore branded property reports and Reaixo tools for your clients.<!-- --> <a style="color:#2563eb;font-weight:700;text-decoration:none" href="/realtors">Reaixo for Professionals →</a></p></div></section><section style="padding:clamp(2.5rem,4vw,4rem) 1.25rem;background-color:#f8fafc;border-top:1px solid #e2e8f0"><div style="max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem"><div><h2 style="font-size:1.1rem;font-weight:800;color:#0f172a;margin:0 0 1.25rem">Helpful Resources</h2><div style="display:grid;grid-template-columns:repeat(auto-fill, minmax(220px,1fr));gap:1rem"><a style="text-decoration:none;display:flex;flex-direction:column;gap:0.4rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1.25rem" href="/pricing"><span style="font-weight:700;font-size:0.875rem;color:#0f172a;line-height:1.4;flex:1">Pricing &amp; Plans</span><span style="font-size:0.78rem;color:#2563eb;font-weight:700">Explore →</span></a><a style="text-decoration:none;display:flex;flex-direction:column;gap:0.4rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1.25rem" href="/why-trust-reaixo"><span style="font-weight:700;font-size:0.875rem;color:#0f172a;line-height:1.4;flex:1">Why Trust Reaixo</span><span style="font-size:0.78rem;color:#2563eb;font-weight:700">Explore →</span></a><a style="text-decoration:none;display:flex;flex-direction:column;gap:0.4rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1.25rem" href="/property-reports"><span style="font-weight:700;font-size:0.875rem;color:#0f172a;line-height:1.4;flex:1">All Property Reports</span><span style="font-size:0.78rem;color:#2563eb;font-weight:700">Explore →</span></a><a style="text-decoration:none;display:flex;flex-direction:column;gap:0.4rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1.25rem" href="/analyze"><span style="font-weight:700;font-size:0.875rem;color:#0f172a;line-height:1.4;flex:1">Analyze a Property</span><span style="font-size:0.78rem;color:#2563eb;font-weight:700">Explore →</span></a><a style="text-decoration:none;display:flex;flex-direction:column;gap:0.4rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1.25rem" href="/sample-reports"><span style="font-weight:700;font-size:0.875rem;color:#0f172a;line-height:1.4;flex:1">Sample Reports</span><span style="font-size:0.78rem;color:#2563eb;font-weight:700">Explore →</span></a><a style="text-decoration:none;display:flex;flex-direction:column;gap:0.4rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1.25rem" href="/glossary"><span style="font-weight:700;font-size:0.875rem;color:#0f172a;line-height:1.4;flex:1">Real Estate Glossary</span><span style="font-size:0.78rem;color:#2563eb;font-weight:700">Explore →</span></a><a style="text-decoration:none;display:flex;flex-direction:column;gap:0.4rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1.25rem" href="/home-value"><span style="font-weight:700;font-size:0.875rem;color:#0f172a;line-height:1.4;flex:1">Free Home Value Estimate</span><span style="font-size:0.78rem;color:#2563eb;font-weight:700">Explore →</span></a></div></div></div></section><section style="padding:clamp(3rem,5vw,5rem) 1.25rem;background-color:#f8fafc;border-top:1px solid #e2e8f0"><div style="max-width:860px;margin:0 auto"><div style="text-align:center;margin-bottom:2.5rem"><h2 style="font-size:clamp(1.5rem,3vw,2.25rem);font-weight:900;color:#0f172a;margin:0 0 0.75rem">Take Reaixo With You</h2><p style="color:#64748b;font-size:1rem;max-width:480px;margin:0 auto;line-height:1.65">Analyze properties, explore real estate tools, and access Reaixo from your phone.</p></div><div style="text-align:center;margin-bottom:2.5rem"><a href="https://apps.apple.com/us/app/reaixo/id6794789642" target="_blank" rel="noopener noreferrer" style="display:inline-block;padding:0.875rem 2.25rem;background-color:#2563eb;color:#fff;border-radius:8px;font-weight:800;text-decoration:none;font-size:1rem;box-shadow:0 4px 16px rgba(37,99,235,0.25)">Get the Reaixo App →</a></div><div style="display:grid;grid-template-columns:1fr 1fr;gap:1.5rem" class="app-cards-grid"><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center"><div style="display:flex;align-items:center;gap:0.5rem;margin-bottom:0.25rem"><svg width="24" height="24" viewBox="0 0 24 24" fill="#0f172a" aria-hidden="true"><path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.8-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"></path></svg><span style="font-weight:800;font-size:1rem;color:#0f172a">iPhone / iOS</span></div><p style="margin:0;font-size:0.85rem;color:#64748b">Download on the App Store</p><img src="/images/reaixo-ios-qr.png" alt="QR code to download Reaixo on the Apple App Store" width="160" height="160" loading="lazy" style="border-radius:8px;border:1px solid #e2e8f0;padding:8px;background-color:#fff;display:block"/><a href="https://apps.apple.com/us/app/reaixo/id6794789642" target="_blank" rel="noopener noreferrer" aria-label="Download Reaixo on the Apple App Store" style="display:block;width:100%;padding:0.75rem 1rem;background-color:#0f172a;color:#fff;border-radius:8px;font-weight:700;text-decoration:none;font-size:0.9rem;box-sizing:border-box">Download for iPhone →</a></div><div style="background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center"><div style="display:flex;align-items:center;gap:0.5rem;margin-bottom:0.25rem"><svg width="24" height="24" viewBox="0 0 24 24" fill="#3ddc84" aria-hidden="true"><path d="M17.523 15.341c-.217.063-.444.099-.677.099-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5c.233 0 .46.036.677.099L19 9.061A5.48 5.48 0 0 0 17 8.5c-2.038 0-3.801 1.116-4.75 2.762l-5.13-2.962A5.45 5.45 0 0 0 7 7c-3.038 0-5.5 2.462-5.5 5.5s2.462 5.5 5.5 5.5c1.092 0 2.111-.318 2.97-.866l4.99 2.882A5.48 5.48 0 0 0 17 20.5c2.038 0 3.801-1.116 4.75-2.762l-4.227-2.397zm-10.523.659c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"></path></svg><span style="font-weight:800;font-size:1rem;color:#0f172a">Android</span></div><p style="margin:0;font-size:0.85rem;color:#64748b">Get it on Google Play</p><img src="/images/reaixo-android-qr.png" alt="QR code to download Reaixo on Google Play" width="160" height="160" loading="lazy" style="border-radius:8px;border:1px solid #e2e8f0;padding:8px;background-color:#fff;display:block"/><a href="https://play.google.com/store/apps/details?id=com.reaixo.mobile&amp;hl=en_US" target="_blank" rel="noopener noreferrer" aria-label="Download Reaixo on Google Play" style="display:block;width:100%;padding:0.75rem 1rem;background-color:#3ddc84;color:#0f172a;border-radius:8px;font-weight:700;text-decoration:none;font-size:0.9rem;box-sizing:border-box">Download for Android →</a></div></div><p style="text-align:center;margin-top:1.5rem;font-size:0.78rem;color:#94a3b8">Scan the QR code with your phone camera, or tap the button on your device.</p></div></section><section style="padding:clamp(4rem,6vw,6rem) 1.25rem;background-color:#0f172a;text-align:center"><div style="max-width:700px;margin:0 auto"><h2 style="font-size:clamp(1.5rem,3vw,2.25rem);font-weight:900;color:#fff;margin:0 0 1rem">Start With Any Property Address</h2><p style="color:rgba(255,255,255,0.65);font-size:1rem;margin-bottom:2rem;line-height:1.7">Enter your address, choose your goal, and select your analysis depth. Analyses start at $19.</p><div style="display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;align-items:stretch"><a style="display:flex;align-items:center;padding:0.875rem 2.25rem;background-color:#2563eb;color:#fff;border-radius:8px;font-weight:700;text-decoration:none;font-size:1rem" href="/analyze">Analyze a Property →</a><a style="display:flex;align-items:center;padding:0.875rem 2rem;background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,0.35);border-radius:8px;font-weight:600;text-decoration:none;font-size:1rem" href="/sample-reports">View Sample Reports</a></div></div></section><div style="background-color:#f1f5f9;padding:1rem 2rem"><div style="max-width:1200px;margin:0 auto;text-align:center;font-size:0.78rem;color:#94a3b8">AI-assisted analyses for informational purposes only — not legal, tax, financial or investment advice. Always consult a licensed professional before making real estate decisions.</div></div></div><!--/$--></main><footer style="background-color:#0f172a;color:#ffffff;padding:4rem 2rem 2rem"><div style="max-width:1280px;margin:0 auto"><div style="display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:2.5rem;margin-bottom:3rem"><div><div style="margin-bottom:0.75rem"><picture><source srcSet="/images/logo.webp" type="image/webp"/><img src="/images/logo.png" alt="Reaixo" title="Reaixo — Property Intelligence Platform" width="54" height="36" loading="lazy" style="height:36px;width:auto"/></picture></div><p style="color:rgba(255,255,255,0.55);font-size:0.8rem;line-height:1.7;margin:0 0 1rem">Property decisions made clearer. Analyses starting at $19.</p><div style="display:flex;gap:0.75rem;margin-bottom:1.25rem"><a href="https://www.facebook.com/Reaixo" target="_blank" rel="noopener noreferrer" title="Facebook" style="color:rgba(255,255,255,0.6);display:flex;align-items:center;transition:color 0.2s"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path></svg></a><a href="https://www.instagram.com/TheReaixo" target="_blank" rel="noopener noreferrer" title="Instagram" style="color:rgba(255,255,255,0.6);display:flex;align-items:center;transition:color 0.2s"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line></svg></a><a href="https://www.linkedin.com/company/Reaixo" target="_blank" rel="noopener noreferrer" title="LinkedIn" style="color:rgba(255,255,255,0.6);display:flex;align-items:center;transition:color 0.2s"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle></svg></a><a href="https://www.tiktok.com/@TheReaixo" target="_blank" rel="noopener noreferrer" title="TikTok" style="color:rgba(255,255,255,0.6);display:flex;align-items:center;transition:color 0.2s"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1V9.01a6.33 6.33 0 0 0-.79-.05 6.34 6.34 0 0 0-6.34 6.34 6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.33-6.34V8.69a8.18 8.18 0 0 0 4.78 1.52V6.75a4.85 4.85 0 0 1-1.01-.06z"></path></svg></a><a href="https://x.com/TheReaixo" target="_blank" rel="noopener noreferrer" title="X" style="color:rgba(255,255,255,0.6);display:flex;align-items:center;transition:color 0.2s"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.737-8.835L2.25 2.25h6.988l4.26 5.632 4.746-5.632zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></svg></a><a href="https://www.pinterest.com/theReaixo/" target="_blank" rel="noopener noreferrer" title="Pinterest" style="color:rgba(255,255,255,0.6);display:flex;align-items:center;transition:color 0.2s"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C5.373 0 0 5.373 0 12c0 5.084 3.163 9.426 7.627 11.174-.105-.949-.2-2.405.042-3.441.218-.937 1.407-5.965 1.407-5.965s-.359-.719-.359-1.782c0-1.668.967-2.914 2.171-2.914 1.023 0 1.518.769 1.518 1.69 0 1.029-.655 2.568-.994 3.995-.283 1.194.599 2.169 1.777 2.169 2.133 0 3.772-2.249 3.772-5.495 0-2.873-2.064-4.882-5.012-4.882-3.414 0-5.418 2.561-5.418 5.207 0 1.031.397 2.138.893 2.738a.36.36 0 0 1 .083.345l-.333 1.36c-.053.22-.174.267-.402.161-1.499-.698-2.436-2.889-2.436-4.649 0-3.785 2.75-7.262 7.929-7.262 4.163 0 7.398 2.967 7.398 6.931 0 4.136-2.607 7.464-6.227 7.464-1.216 0-2.359-.632-2.75-1.378l-.748 2.853c-.271 1.043-1.002 2.35-1.492 3.146C9.57 23.812 10.763 24 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0z"></path></svg></a></div><a style="display:inline-block;padding:0.5rem 1.1rem;background-color:#2563eb;color:#ffffff;text-decoration:none;border-radius:6px;font-weight:700;font-size:0.8rem" href="/property-analysis">Analyze a Property</a></div><div><div style="margin-bottom:0.875rem;font-weight:700;font-size:0.72rem;text-transform:uppercase;letter-spacing:1px;color:#94a3b8">Buyers</div><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem"><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/buy">Buy a Home</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/mortgage-payment-calculator">Mortgage Payment Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/home-affordability-calculator">Home Affordability Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/buy-vs-rent-calculator">Buy vs Rent Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/mortgage-rate-comparison-calculator">Mortgage Rate Comparison</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/mortgage-rate-lock-calculator">Mortgage Rate Lock Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/offer-price-calculator">Offer Price Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/cash-to-close-calculator">Cash-to-Close Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/closing-cost-calculator">Closing-Cost Calculator</a></li></ul></div><div><div style="margin-bottom:0.875rem;font-weight:700;font-size:0.72rem;text-transform:uppercase;letter-spacing:1px;color:#94a3b8">Sellers</div><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem"><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/sell">Sell Your Home</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/home-value">Home Value</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/cost-to-sell-calculator">Cost to Sell Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/seller-net-proceeds-calculator">Seller Net Proceeds Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/repair-before-selling-calculator">Repair Before Selling Calculator</a></li></ul></div><div><div style="margin-bottom:0.875rem;font-weight:700;font-size:0.72rem;text-transform:uppercase;letter-spacing:1px;color:#94a3b8">Remodelers</div><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem"><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/remodel">Remodel</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/remodel-roi-calculator">Remodel ROI Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/home-improvement-roi-calculator">Home Improvement ROI Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/kitchen-remodel-roi">Kitchen Remodel ROI Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/bathroom-remodel-roi-calculator">Bathroom Remodel ROI Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/deck-roi-calculator">Deck ROI Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/basement-roi-calculator">Basement ROI Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/home-addition-roi-calculator">Home Addition ROI Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/remodel-vs-move-calculator">Remodel vs. Move Calculator</a></li></ul></div><div><div style="margin-bottom:0.875rem;font-weight:700;font-size:0.72rem;text-transform:uppercase;letter-spacing:1px;color:#94a3b8">Investors</div><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem"><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/invest">Invest</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/rental-cash-flow-calculator">Rental Cash Flow Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/cap-rate-calculator">Cap Rate Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/cash-on-cash-calculator">Cash-on-Cash Return Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/maximum-allowable-offer-calculator">Maximum Allowable Offer Calculator</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/fix-and-flip-calculator">Fix-and-Flip Calculator</a></li></ul></div><div><div style="margin-bottom:0.875rem;font-weight:700;font-size:0.72rem;text-transform:uppercase;letter-spacing:1px;color:#94a3b8">New Construction</div><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem"><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/new-construction">New Construction</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/articles/new-construction/builder-incentives-guide">Builder Incentives Guide</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/articles/new-construction/new-construction-vs-existing-homes">New Construction vs. Existing</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/articles/new-construction/design-center-guide">Design Center Guide</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/articles/new-construction/builder-contract-guide">Builder Contract Guide</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/guides/new-construction-final-walkthrough-checklist">Final Walk-Through Checklist</a></li></ul></div><div><div style="margin-bottom:0.875rem;font-weight:700;font-size:0.72rem;text-transform:uppercase;letter-spacing:1px;color:#94a3b8">For Professionals</div><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem"><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/realtors">Realtors</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/builders">Builders</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/remodelers">Contractors</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/listing-media">Listing Media</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/lead-generation">Lead Generation</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/professionals/resources">Professional Resources</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/book-demo">Book a Demo</a></li></ul></div><div><div style="margin-bottom:0.875rem;font-weight:700;font-size:0.72rem;text-transform:uppercase;letter-spacing:1px;color:#94a3b8">Resources</div><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem"><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/property-reports">Property Reports</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/sample-reports">Sample Reports</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/insights">Guides &amp; Resource Center</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/help">Help Center</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/glossary">Glossary</a></li></ul></div><div><div style="margin-bottom:0.875rem;font-weight:700;font-size:0.72rem;text-transform:uppercase;letter-spacing:1px;color:#94a3b8">Company</div><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem"><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/about">About</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/why-trust-reaixo">Why Trust Reaixo</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/contact">Contact</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/pricing">Pricing</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/privacy">Privacy</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/terms">Terms</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/fair-housing">Fair Housing</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/cookies">Cookies</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/ad-choices">Ad Choices</a></li><li><a style="color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.825rem" href="/sitemap">Sitemap</a></li></ul></div></div><hr style="border-color:rgba(255,255,255,0.08);margin:0 0 1.5rem"/><p style="margin:0 0 0.75rem;font-size:0.78rem;color:rgba(255,255,255,0.45)">© <!-- -->2026<!-- --> Reaixo LLC. All rights reserved.</p><p style="margin:0;font-size:0.72rem;color:rgba(255,255,255,0.3);line-height:1.6;max-width:860px">Reaixo LLC provides property analysis tools, reports, and educational content for informational purposes only. Reaixo LLC is not a licensed real estate broker, appraiser, financial advisor, mortgage lender, or law firm. Users should independently verify all information before making real estate, financial, legal, or investment decisions.</p></div></footer></div><div style="position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:0.5rem"></div></div>
  </body>
</html>
