<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <base href="/">
    
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-W71XLDE9HJ"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-W71XLDE9HJ');
    </script>
    
    <title>Steve Crossland – Austin Realtor Serving Clients Since 1993</title>
    <meta name="description" content="Austin Realtor with decades of experience in residential sales and investment properties. Fiduciary representation with a proven track record.">
    <link rel="canonical" href="https://crosslandteam.com/">
    <link rel="stylesheet" href="css/style.css">
</head>
<body>
    <header>
        <div class="container">
            <a href="#"><img src="images/logo.png" alt="Crossland Real Estate" class="logo"></a>
            <nav>
                <a href="#about">About</a>
                <a href="#experience">Experience</a>
                <a href="#contact">Contact</a>
            </nav>
        </div>
    </header>

    <main>
        <section id="about" class="introduction">
            <div class="container">
                <div class="intro-grid">
                    <div class="intro-image">
                        <img src="images/steve-crossland.png" alt="Steve Crossland">
                    </div>
                    <div class="intro-text">
                        <h1>Steve Crossland – Austin Realtor Serving Clients Since 1993</h1>
                        <p>I'm Steve Crossland, an Austin-based Realtor and founder of Crossland Real Estate. I've been representing buyers, sellers, and real estate investors in the Austin area since 1993.</p>
                        <p>Crossland Real Estate is intentionally small. I work directly with every client and handle each transaction personally, from first conversation through closing. My approach is straightforward and fiduciary-minded: clear advice, careful analysis, and no pressure. Most of my business comes from repeat clients and referrals, which I take as the best measure of trust and long-term value.</p>
                    </div>
                </div>
            </div>
        </section>

        <section id="experience" class="experience">
            <div class="container">
                <div class="experience-grid">
                    <div class="experience-text">
                        <h2>Experience & Expertise</h2>
                        <p>Over the past three decades, I've helped clients navigate hundreds of residential and investment transactions across Austin and the surrounding communities. That experience spans changing markets, cycles, and property types, giving me a practical perspective that goes beyond theory or trend-driven advice.</p>
                        <p>I focus on helping clients make sound decisions, avoid common pitfalls, and understand the trade-offs involved in each transaction. Whether you're buying, selling, or investing, my role is to provide clear guidance grounded in experience and local market knowledge.</p>
                    </div>
                    <div class="experience-visual">
                        <img src="images/transaction-map.jpg" alt="Transaction map" class="map-image">
                        <p class="map-caption">Over 1,000 Closed Transactions</p>
                    </div>
                </div>
            </div>
        </section>

        <section id="contact" class="contact">
            <div class="container">
                <h2>Contact</h2>
                <p>I'm always happy to talk and answer questions. You can reach me directly at <a href="tel:+15123273900">(512) 327-3900</a> or use the form below.</p>
                
                <form id="contactForm" action="/contact" method="POST" class="contact-form">
                    <input type="hidden" name="timestamp" id="timestamp">
                    <input type="text" name="website" class="honeypot" tabindex="-1" autocomplete="off">
                    
                    <div class="form-group">
                        <label for="name">Name *</label>
                        <input type="text" id="name" name="name" required>
                    </div>
                    
                    <div class="form-group">
                        <label for="email">Email *</label>
                        <input type="email" id="email" name="email" required>
                    </div>
                    
                    <div class="form-group">
                        <label for="phone">Phone</label>
                        <input type="tel" id="phone" name="phone">
                    </div>
                    
                    <div class="form-group">
                        <label for="message">Message *</label>
                        <textarea id="message" name="message" rows="5" required></textarea>
                    </div>
                    
                    <button type="submit" class="submit-btn">Send Message</button>
                </form>
            </div>
        </section>
    </main>

    <footer>
        <div class="container">
            <div class="footer-content">
                <div class="footer-section">
                    <h4>Crossland Real Estate</h4>
                    <p>Licensed Texas Real Estate Broker</p>
                    <p>License #415913</p>
                </div>
                <div class="footer-section">
                    <h4>Contact</h4>
                    <p><a href="tel:+15123273900">(512) 327-3900</a></p>
                    <p>Austin, Texas</p>
                </div>
                <div class="footer-section">
                    <h4>Compliance</h4>
                    <p><a href="docs/TREC-Information-About-Brokerage-Services.pdf" target="_blank">TREC Information About Brokerage Services</a></p>
                    <p><a href="docs/TREC-Consumer-Protection-Notice.pdf" target="_blank">TREC Consumer Protection Notice</a></p>
                </div>
            </div>
            <div class="footer-bottom">
                <p>&copy; <span id="year"></span> Crossland Real Estate | <a href="#about">About</a> | <a href="#experience">Experience</a> | <a href="#contact">Contact</a></p>
            </div>
        </div>
    </footer>
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
        document.getElementById('year').textConte