<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Ultralight Cleaning | Professional Home &amp; Office Cleaning in Auckland</title>
  <meta name="description" content="Quality cleaning for homes and offices across Auckland. Residential, deep cleaning, move in/out, AirBnB turnovers, and more. Eco-friendly products. Request a free quote today.">
  <meta name="robots" content="index, follow">
  <link rel="canonical" href="https://ultralightcleaning.com/">
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap" rel="stylesheet">
  <link rel="stylesheet" href="assets/css/style.css">
  <link rel="icon" type="image/png" href="assets/img/logo.png">
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "LocalBusiness",
    "name": "Ultralight Cleaning",
    "description": "Professional cleaning services for homes and offices across Auckland.",
    "url": "https://ultralightcleaning.com",
    "telephone": "+6402207208854",
    "email": "ultralightcleaning88@gmail.com",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "2 Arahoe Road",
      "addressLocality": "New Lynn",
      "addressRegion": "Auckland",
      "postalCode": "0600",
      "addressCountry": "NZ"
    },
    "areaServed": {
      "@type": "GeoCircle",
      "geoMidpoint": { "@type": "GeoCoordinates", "latitude": -36.9112, "longitude": 174.6839 },
      "geoRadius": "30000"
    },
    "openingHours": "Mo-Su 08:00-20:00",
    "priceRange": "$$"
  }
  </script>
</head>
<body>

  <!-- Navigation -->
  <nav class="nav">
    <div class="container nav-inner">
      <a href="index.html" class="nav-logo">
        <img src="assets/img/logo.png" alt="Ultralight Cleaning" width="139" height="70">
      </a>
      <div class="nav-links">
        <a href="index.html" class="active">Home</a>
        <div class="has-dropdown">
          <a href="services.html" class="dropdown-toggle">
            Services
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>
          </a>
          <div class="dropdown">
            <a href="residential-cleaning.html">Residential Cleaning</a>
            <a href="deep-cleaning.html">Deep Cleaning</a>
            <a href="move-in-out-cleaning.html">Move In/Out Cleaning</a>
            <a href="commercial-cleaning.html">Commercial &amp; Specialty</a>
          </div>
        </div>
        <a href="about.html">About</a>
        <a href="contact.html">Contact</a>
      </div>
      <a href="tel:02207208854" class="nav-phone">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z"></path></svg>
        (022) 072 0854
      </a>
      <a href="contact.html" class="btn btn-primary nav-cta">Free Quote</a>
      <button class="nav-toggle" aria-label="Toggle navigation">
        <span></span><span></span><span></span>
      </button>
    </div>
  </nav>

  <!-- Hero -->
  <section class="hero">
    <div class="hero-image">
      <img src="assets/img/hero-home.jpg" alt="Bright, spotless Auckland home interior with natural light" width="1920" height="1080">
    </div>
    <div class="hero-content">
      <span class="eyebrow">Auckland's Trusted Cleaners</span>
      <h1>Clean Spaces,<br>Happy Faces</h1>
      <p class="hero-tagline">Professional home and office cleaning across Auckland. Meticulous attention to detail, eco-friendly products, and a team you can trust with your keys.</p>
      <div class="hero-btns">
        <a href="contact.html" class="btn btn-primary">
          Get a Free Quote
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>
        </a>
        <a href="tel:02207208854" class="btn btn-secondary">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z"></path></svg>
          Call Us
        </a>
      </div>
      <div class="hero-trust">
        <span class="hero-trust-badge">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg>
          Vetted &amp; Trusted
        </span>
        <span class="hero-trust-badge">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg>
          30km Auckland
        </span>
        <span class="hero-trust-badge">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M3 10v2a9 9 0 0 0 18 0v-2"></path></svg>
          Eco-Friendly
        </span>
      </div>
    </div>
  </section>

  <!-- Why Choose Us -->
  <section class="bg-soft">
    <div class="container">
      <div class="text-center mb-40 reveal">
        <span class="eyebrow">Why Ultralight</span>
        <h2>Quality Matters &mdash; It's in Our Name</h2>
        <p class="section-intro mx-auto">Every clean we do reflects our belief that your space deserves genuine care, not a quick once-over.</p>
      </div>
      <div class="features-grid">
        <div class="feature-card reveal reveal-delay-1">
          <div class="feature-icon">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg>
          </div>
          <h4>Trusted Professionals</h4>
          <p>Our team is reliable and vetted. You can hand over your keys and know your home is in safe hands, every single time.</p>
        </div>
        <div class="feature-card reveal reveal-delay-2">
          <div class="feature-icon">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
          </div>
          <h4>Consistent Quality</h4>
          <p>We don't do "good enough." Every corner, every surface, every room gets the same meticulous attention to detail.</p>
        </div>
        <div class="feature-card reveal reveal-delay-3">
          <div class="feature-icon">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M3 10v2a9 9 0 0 0 18 0v-2"></path></svg>
          </div>
          <h4>Eco-Friendly Products</h4>
          <p>We use sustainable cleaning products that are safe for your family, your pets, and the environment &mdash; without compromising results.</p>
        </div>
        <div class="feature-card reveal reveal-delay-4">
          <div class="feature-icon">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path></svg>
          </div>
          <h4>Fair, Transparent Pricing</h4>
          <p>No hidden fees, no surprises. Flexible packages from Basic to Ultimate &mdash; there's a plan that fits your budget and your standards.</p>
        </div>
      </div>
    </div>
  </section>

  <!-- Services Overview -->
  <section>
    <div class="container">
      <div class="text-center mb-40 reveal">
        <span class="eyebrow">What We Do</span>
        <h2>Cleaning Services That Cover Every Need</h2>
        <p class="section-intro mx-auto">From weekly house cleans to post-construction site cleanup &mdash; if it needs to be spotless, we handle it.</p>
      </div>
      <div class="services-grid">
        <a href="residential-cleaning.html" class="service-card reveal reveal-delay-1">
          <div class="service-card-img">
            <img src="assets/img/existing-005.webp" alt="Clean, bright living room" width="563" height="433">
          </div>
          <div class="service-card-body">
            <h3>Residential Cleaning</h3>
            <p>Regular home cleaning tailored to your household. Kitchens, bathrooms, bedrooms, living areas &mdash; every room, every time.</p>
            <span class="service-card-link">Learn more <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg></span>
          </div>
        </a>
        <a href="deep-cleaning.html" class="service-card reveal reveal-delay-2">
          <div class="service-card-img">
            <img src="assets/img/bathroom-clean.jpg" alt="Pristine white bathroom" width="1920" height="1080">
          </div>
          <div class="service-card-body">
            <h3>Deep Cleaning</h3>
            <p>An intensive, top-to-bottom clean for when your home needs a reset. We tackle the grime regular cleans don't reach.</p>
            <span class="service-card-link">Learn more <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg></span>
          </div>
        </a>
        <a href="move-in-out-cleaning.html" class="service-card reveal reveal-delay-3">
          <div class="service-card-img">
            <img src="assets/img/move-in-ready.jpg" alt="Empty apartment ready for new tenants" width="1920" height="1080">
          </div>
          <div class="service-card-body">
            <h3>Move In / Move Out</h3>
            <p>Leaving a rental or settling into a new place? We make sure the property is inspection-ready and bond-back clean.</p>
            <span class="service-card-link">Learn more <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg></span>
          </div>
        </a>
        <a href="commercial-cleaning.html" class="service-card reveal reveal-delay-1">
          <div class="service-card-img">
            <img src="assets/img/office-clean.jpg" alt="Clean modern Auckland office space" width="1920" height="1080">
          </div>
          <div class="service-card-body">
            <h3>Office Cleaning</h3>
            <p>Professional workspace cleaning with flexible scheduling. We keep your office clean so your team can focus on work.</p>
            <span class="service-card-link">Learn more <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg></span>
          </div>
        </a>
        <a href="commercial-cleaning.html#airbnb" class="service-card reveal reveal-delay-2">
          <div class="service-card-img">
            <img src="assets/img/existing-015.webp" alt="Beautiful modern kitchen" width="576" height="576">
          </div>
          <div class="service-card-body">
            <h3>AirBnB Turnovers</h3>
            <p>Fast, reliable guest-ready cleans between bookings. Your property sparkles, your reviews stay five-star.</p>
            <span class="service-card-link">Learn more <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg></span>
          </div>
        </a>
        <a href="services.html" class="service-card reveal reveal-delay-3">
          <div class="service-card-img">
            <img src="assets/img/existing-008.jpeg" alt="Professional oven cleaning" width="364" height="273">
          </div>
          <div class="service-card-body">
            <h3>Specialty Services</h3>
            <p>Oven cleaning, carpet cleaning, builders cleans, and hourly cleaning. Whatever the job, we've got you covered.</p>
            <span class="service-card-link">View all services <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg></span>
          </div>
        </a>
      </div>
    </div>
  </section>

  <!-- Our Work -->
  <section class="bg-soft">
    <div class="container">
      <div class="text-center mb-40 reveal">
        <span class="eyebrow">Our Work</span>
        <h2>See the Ultralight Difference</h2>
        <p class="section-intro mx-auto">Real results from real Auckland homes. These are spaces we've cleaned &mdash; not stock photos.</p>
      </div>
      <div class="work-grid reveal">
        <div class="work-item">
          <img src="assets/img/existing-002.jpeg" alt="Spotless kitchen with gleaming black countertops" width="461" height="346">
          <div class="work-item-overlay"><span>Kitchen Deep Clean</span></div>
        </div>
        <div class="work-item">
          <img src="assets/img/existing-007.jpeg" alt="Clean kitchen benchtop and splashback" width="364" height="273">
          <div class="work-item-overlay"><span>Kitchen Surfaces</span></div>
        </div>
        <div class="work-item">
          <img src="assets/img/existing-006.jpeg" alt="Professionally cleaned oven interior" width="563" height="424">
          <div class="work-item-overlay"><span>Oven Cleaning</span></div>
        </div>
        <div class="work-item">
          <img src="assets/img/existing-012.jpeg" alt="Oven before cleaning" width="364" height="274">
          <div class="work-item-overlay"><span>Before &mdash; Oven</span></div>
        </div>
        <div class="work-item">
          <img src="assets/img/existing-011.jpeg" alt="Oven after professional cleaning" width="364" height="274">
          <div class="work-item-overlay"><span>After &mdash; Oven</span></div>
        </div>
        <div class="work-item">
          <img src="assets/img/existing-004.webp" alt="Detail cleaning of cabinet handle" width="563" height="476">
          <div class="work-item-overlay"><span>Attention to Detail</span></div>
        </div>
      </div>
    </div>
  </section>

  <!-- How It Works -->
  <section>
    <div class="container">
      <div class="text-center mb-40 reveal">
        <span class="eyebrow">How It Works</span>
        <h2>Booking Is Easy</h2>
      </div>
      <div class="process-steps reveal">
        <div class="process-step">
          <div class="process-step-num">1</div>
          <div>
            <h4>Request a Quote</h4>
            <p>Tell us about your space and what you need. Use our online form or give us a call &mdash; we respond fast.</p>
          </div>
        </div>
        <div class="process-step">
          <div class="process-step-num">2</div>
          <div>
            <h4>Choose Your Plan</h4>
            <p>Pick from Basic, Standard, Premium, or Ultimate. We'll recommend the right fit for your home or office.</p>
          </div>
        </div>
        <div class="process-step">
          <div class="process-step-num">3</div>
          <div>
            <h4>We Clean</h4>
            <p>Our vetted team arrives on time with everything needed. Eco-friendly products, professional equipment, real attention to detail.</p>
          </div>
        </div>
        <div class="process-step">
          <div class="process-step-num">4</div>
          <div>
            <h4>Walk Into Fresh</h4>
            <p>Come home to spotless spaces. If something's not right, let us know &mdash; we'll make it right.</p>
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- Testimonials -->
  <section class="testimonials-section">
    <div class="container">
      <div class="text-center mb-40 reveal">
        <span class="eyebrow">What Our Customers Say</span>
        <h2>Real Feedback from Real Clients</h2>
        <p class="section-intro mx-auto">We're proud of the relationships we build with every household and business we serve across Auckland.</p>
      </div>
      <div class="testimonials-grid reveal">
        <div class="testimonial-card">
          <svg class="testimonial-quote-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/></svg>
          <div class="testimonial-stars">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
          </div>
          <p class="testimonial-text">"The team was incredibly thorough. They cleaned areas I didn't even think to mention. My kitchen has never looked this good &mdash; the oven alone was worth the price of the whole clean."</p>
          <p class="testimonial-author">Verified Customer</p>
          <p class="testimonial-role">Residential Cleaning &mdash; Grey Lynn</p>
        </div>
        <div class="testimonial-card">
          <svg class="testimonial-quote-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/></svg>
          <div class="testimonial-stars">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
          </div>
          <p class="testimonial-text">"I manage three AirBnBs in Ponsonby and Ultralight handles all the turnovers. They're fast, reliable, and my guest ratings went up after I switched to them. Can't recommend enough."</p>
          <p class="testimonial-author">Verified Customer</p>
          <p class="testimonial-role">AirBnB Turnovers &mdash; Ponsonby</p>
        </div>
        <div class="testimonial-card">
          <svg class="testimonial-quote-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/></svg>
          <div class="testimonial-stars">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
          </div>
          <p class="testimonial-text">"We had them do a move-out clean on our rental in Remuera. Got the full bond back without a single issue at the inspection. Professional, on time, and the place looked brand new."</p>
          <p class="testimonial-author">Verified Customer</p>
          <p class="testimonial-role">Move Out Cleaning &mdash; Remuera</p>
        </div>
      </div>
    </div>
  </section>

  <!-- Areas Served -->
  <section>
    <div class="container">
      <div class="two-col-text reveal">
        <div>
          <span class="eyebrow">Service Areas</span>
          <h2 class="mb-16">Cleaning Across Auckland</h2>
          <p class="section-intro">We service homes and businesses within 30km of central Auckland. From the North Shore to Onehunga, Ponsonby to Ellerslie &mdash; we bring our gear and our standards to your doorstep.</p>
        </div>
        <div class="areas-grid">
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> Auckland CBD</span>
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> Grey Lynn</span>
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> Ponsonby</span>
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> Mt Eden</span>
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> Remuera</span>
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> Epsom</span>
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> Herne Bay</span>
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> Newmarket</span>
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> Kingsland</span>
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> North Shore</span>
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> Parnell</span>
          <span class="area-tag"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> Ellerslie</span>
        </div>
      </div>
    </div>
  </section>

  <!-- CTA Banner -->
  <section class="cta-banner">
    <div class="container reveal">
      <h2>Ready for a Cleaner Space?</h2>
      <p>Get a free, no-obligation quote in minutes. Tell us what you need and we'll take care of the rest.</p>
      <a href="contact.html" class="btn btn-white">Request a Free Quote</a>
    </div>
  </section>

  <!-- Footer -->
  <footer class="footer">
    <div class="container">
      <div class="footer-grid">
        <div class="footer-brand">
          <img src="assets/img/logo.png" alt="Ultralight Cleaning" width="139" height="70">
          <p>Professional cleaning for homes and offices across Auckland. Quality matters &mdash; it's in our name.</p>
        </div>
        <div class="footer-col">
          <h4>Services</h4>
          <a href="residential-cleaning.html">Residential Cleaning</a>
          <a href="deep-cleaning.html">Deep Cleaning</a>
          <a href="move-in-out-cleaning.html">Move In/Out Cleaning</a>
          <a href="commercial-cleaning.html">Office Cleaning</a>
          <a href="commercial-cleaning.html#airbnb">AirBnB Turnovers</a>
          <a href="services.html">All Services</a>
        </div>
        <div class="footer-col">
          <h4>Company</h4>
          <a href="about.html">About Us</a>
          <a href="about.html#faq">FAQ</a>
          <a href="contact.html">Contact</a>
        </div>
        <div class="footer-col">
          <h4>Get in Touch</h4>
          <div class="footer-contact-item">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z"></path></svg>
            <a href="tel:02207208854">(022) 072 0854</a>
          </div>
          <div class="footer-contact-item">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>
            <a href="mailto:ultralightcleaning88@gmail.com">ultralightcleaning88@gmail.com</a>
          </div>
          <div class="footer-contact-item">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg>
            2 Arahoe Road, New Lynn, Auckland 0600
          </div>
          <div class="footer-contact-item">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
            Open 8:00 AM &ndash; 8:00 PM, 7 days
          </div>
        </div>
      </div>
      <div class="footer-bottom">
        &copy; 2026 Ultralight Cleaning Services. All rights reserved.
      </div>
    </div>
  </footer>

  <!-- Sticky Phone CTA (mobile) -->
  <a href="tel:02207208854" class="sticky-phone">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z"></path></svg>
    Call (022) 072 0854
  </a>

  <script src="assets/js/main.js"></script>
</body>
</html>
