File size: 44,917 Bytes
ceabe36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>About MaxRentals NZ - Transforming Property Management Across New Zealand</title>
    <link rel="stylesheet" href="../css/main.css" />
    <meta name="description" content="Discover MaxRentals NZ's story - from founding vision to becoming New Zealand's trusted property management experts. Meet our team and learn about our values." />
<script type="module" src="https://static.rocket.new/rocket-web.js?_cfg=https%3A%2F%2Fmaxrentals7057back.builtwithrocket.new&_be=https%3A%2F%2Fapplication.rocket.new&_v=0.1.5"></script>
</head>
<body class="bg-background">
    <!-- Smart Navigation Header -->
    <header class="bg-white shadow-subtle sticky top-0 z-50">
        <nav class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between items-center h-16">
                <!-- Logo -->
                <div class="flex-shrink-0">
                    <a href="homepage.html" class="flex items-center">
                        <svg class="h-8 w-8 text-primary mr-2" viewBox="0 0 32 32" fill="currentColor">
                            <path d="M16 2L3 14v16h8v-8h10v8h8V14L16 2zm0 4.5L24 14v12h-4v-8H12v8H8V14l8-7.5z"/>
                        </svg>
                        <span class="font-inter font-bold text-xl text-primary">MaxRentals NZ</span>
                    </a>
                </div>

                <!-- Desktop Navigation -->
                <div class="hidden md:block">
                    <div class="ml-10 flex items-baseline space-x-8">
                        <a href="homepage.html" class="text-text-secondary hover:text-primary px-3 py-2 rounded-md text-sm font-inter transition-colors duration-300">Home</a>
                        <a href="property_management_services.html" class="text-text-secondary hover:text-primary px-3 py-2 rounded-md text-sm font-inter transition-colors duration-300">Services</a>
                        <a href="available_properties.html" class="text-text-secondary hover:text-primary px-3 py-2 rounded-md text-sm font-inter transition-colors duration-300">Properties</a>
                        <a href="about_max_rentals.html" class="text-primary font-semibold px-3 py-2 rounded-md text-sm font-inter">About</a>
                        <a href="testimonials_success_stories.html" class="text-text-secondary hover:text-primary px-3 py-2 rounded-md text-sm font-inter transition-colors duration-300">Testimonials</a>
                        <a href="contact_consultation.html" class="bg-accent text-primary px-4 py-2 rounded-button font-semibold text-sm font-inter hover:bg-opacity-90 transition-all duration-300">Contact</a>
                    </div>
                </div>

                <!-- Mobile menu button -->
                <div class="md:hidden">
                    <button type="button" class="text-text-secondary hover:text-primary p-2" onclick="toggleMobileMenu()">
                        <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
                        </svg>
                    </button>
                </div>
            </div>

            <!-- Mobile Navigation Menu -->
            <div id="mobile-menu" class="md:hidden hidden">
                <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 bg-white border-t border-border">
                    <a href="homepage.html" class="text-text-secondary hover:text-primary block px-3 py-2 rounded-md text-base font-inter">Home</a>
                    <a href="property_management_services.html" class="text-text-secondary hover:text-primary block px-3 py-2 rounded-md text-base font-inter">Services</a>
                    <a href="available_properties.html" class="text-text-secondary hover:text-primary block px-3 py-2 rounded-md text-base font-inter">Properties</a>
                    <a href="about_max_rentals.html" class="text-primary font-semibold block px-3 py-2 rounded-md text-base font-inter">About</a>
                    <a href="testimonials_success_stories.html" class="text-text-secondary hover:text-primary block px-3 py-2 rounded-md text-base font-inter">Testimonials</a>
                    <a href="contact_consultation.html" class="bg-accent text-primary block px-3 py-2 rounded-button font-semibold text-base font-inter text-center mt-4">Contact</a>
                </div>
            </div>
        </nav>
    </header>

    <!-- Hero Section -->
    <section class="relative bg-primary overflow-hidden">
        <div class="absolute inset-0">
            <img src="https://images.pexels.com/photos/3184291/pexels-photo-3184291.jpeg?auto=compress&cs=tinysrgb&w=2940&h=1960&dpr=2" alt="MaxRentals team collaborating in modern office" class="w-full h-full object-cover" loading="lazy" onerror="this.src='https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'; this.onerror=null;" />
            <div class="absolute inset-0 bg-primary bg-opacity-80"></div>
        </div>
        
        <div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24 lg:py-32">
            <div class="text-center">
                <h1 class="text-4xl md:text-5xl lg:text-6xl font-inter font-bold text-white mb-6 leading-tight">
                    Transforming New Zealand's<br />
                    <span class="text-accent">Rental Experience</span>
                </h1>
                <p class="text-xl md:text-2xl text-gray-200 mb-8 max-w-3xl mx-auto font-source-sans">
                    From our founding vision to becoming New Zealand's most trusted property management platform, discover the story behind MaxRentals and the passionate team making it happen.
                </p>
                
                <div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
                    <a href="contact_consultation.html" class="bg-accent text-primary px-8 py-4 rounded-button font-inter font-semibold text-lg hover:bg-opacity-90 transition-all duration-300 shadow-subtle hover:shadow-card w-full sm:w-auto text-center">
                        Join Our Community
                    </a>
                    <a href="property_management_services.html" class="bg-transparent border-2 border-white text-white px-8 py-4 rounded-button font-inter font-semibold text-lg hover:bg-white hover:text-primary transition-all duration-300 w-full sm:w-auto text-center">
                        Explore Our Services
                    </a>
                </div>
            </div>
        </div>
    </section>

    <!-- Company Story Section -->
    <section class="py-16 lg:py-24 bg-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid lg:grid-cols-2 gap-12 items-center">
                <div>
                    <h2 class="text-3xl md:text-4xl font-inter font-bold text-primary mb-6">
                        Our Founding Vision
                    </h2>
                    <p class="text-lg text-text-secondary font-source-sans mb-6">
                        MaxRentals was born from a simple yet powerful belief: property management should be a partnership, not just a service. Founded in 2018 by a team of property professionals who experienced firsthand the frustrations of traditional rental management, we set out to create something different.
                    </p>
                    <p class="text-lg text-text-secondary font-source-sans mb-6">
                        Our vision was clear - transform the rental experience into a trust-driven digital ecosystem that genuinely serves both property owners and tenants. We believed that with the right combination of technology, transparency, and genuine care, we could revolutionize how New Zealanders experience rental property management.
                    </p>
                    <div class="bg-surface rounded-card p-6">
                        <h3 class="text-xl font-inter font-semibold text-primary mb-4">Our Mission</h3>
                        <p class="text-text-secondary font-source-sans italic">
                            "To make property management effortless while building lasting relationships that transform houses into homes and investments into thriving communities."
                        </p>
                    </div>
                </div>
                <div class="relative">
                    <img src="https://images.pixabay.com/photo/2015/07/17/22/43/student-849825_1280.jpg" alt="MaxRentals founders planning the company vision" class="w-full h-96 object-cover rounded-card shadow-card" loading="lazy" onerror="this.src='https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'; this.onerror=null;" />
                    <div class="absolute -bottom-6 -right-6 bg-accent text-primary p-4 rounded-card shadow-card">
                        <div class="text-center">
                            <div class="text-2xl font-inter font-bold">2018</div>
                            <div class="text-sm font-source-sans">Founded</div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Leadership Team Section -->
    <section class="py-16 lg:py-24 bg-surface">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-inter font-bold text-primary mb-4">
                    Meet Our Leadership Team
                </h2>
                <p class="text-xl text-text-secondary max-w-3xl mx-auto font-source-sans">
                    Experienced property professionals with deep roots in New Zealand communities
                </p>
            </div>

            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- CEO & Founder -->
                <div class="bg-white rounded-card p-8 text-center hover:shadow-card-hover transition-all duration-300">
                    <div class="relative mb-6">
                        <img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Michael Thompson - CEO & Founder" class="w-32 h-32 object-cover rounded-full mx-auto shadow-card" loading="lazy" onerror="this.src='https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'; this.onerror=null;" />
                    </div>
                    <h3 class="text-xl font-inter font-semibold text-primary mb-2">Michael Thompson</h3>
                    <p class="text-accent font-semibold mb-4">CEO & Founder</p>
                    <p class="text-text-secondary font-source-sans mb-4">
                        15+ years in NZ property management. Licensed Real Estate Agent with expertise in Auckland and Wellington markets. Passionate about building trust through transparency.
                    </p>
                    <div class="flex justify-center space-x-4">
                        <span class="bg-accent text-primary px-3 py-1 rounded-full text-sm font-semibold">REINZ Member</span>
                        <span class="bg-success text-white px-3 py-1 rounded-full text-sm font-semibold">Licensed Agent</span>
                    </div>
                </div>

                <!-- Operations Director -->
                <div class="bg-white rounded-card p-8 text-center hover:shadow-card-hover transition-all duration-300">
                    <div class="relative mb-6">
                        <img src="https://images.pexels.com/photos/1181424/pexels-photo-1181424.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" alt="Sarah Chen - Operations Director" class="w-32 h-32 object-cover rounded-full mx-auto shadow-card" loading="lazy" onerror="this.src='https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'; this.onerror=null;" />
                    </div>
                    <h3 class="text-xl font-inter font-semibold text-primary mb-2">Sarah Chen</h3>
                    <p class="text-accent font-semibold mb-4">Operations Director</p>
                    <p class="text-text-secondary font-source-sans mb-4">
                        Property management specialist with 12 years experience. Expert in tenant relations and maintenance coordination. Christchurch market leader.
                    </p>
                    <div class="flex justify-center space-x-4">
                        <span class="bg-accent text-primary px-3 py-1 rounded-full text-sm font-semibold">NZPM Certified</span>
                        <span class="bg-success text-white px-3 py-1 rounded-full text-sm font-semibold">12+ Years</span>
                    </div>
                </div>

                <!-- Technology Director -->
                <div class="bg-white rounded-card p-8 text-center hover:shadow-card-hover transition-all duration-300">
                    <div class="relative mb-6">
                        <img src="https://images.pixabay.com/photo/2016/11/21/12/42/beard-1845166_1280.jpg" alt="David Kumar - Technology Director" class="w-32 h-32 object-cover rounded-full mx-auto shadow-card" loading="lazy" onerror="this.src='https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'; this.onerror=null;" />
                    </div>
                    <h3 class="text-xl font-inter font-semibold text-primary mb-2">David Kumar</h3>
                    <p class="text-accent font-semibold mb-4">Technology Director</p>
                    <p class="text-text-secondary font-source-sans mb-4">
                        PropTech innovator with 10 years in digital transformation. Leads our platform development and owner portal systems. Auckland-based tech expert.
                    </p>
                    <div class="flex justify-center space-x-4">
                        <span class="bg-accent text-primary px-3 py-1 rounded-full text-sm font-semibold">PropTech Expert</span>
                        <span class="bg-success text-white px-3 py-1 rounded-full text-sm font-semibold">10+ Years</span>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Company Values Section -->
    <section class="py-16 lg:py-24 bg-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-inter font-bold text-primary mb-4">
                    Our Core Values
                </h2>
                <p class="text-xl text-text-secondary max-w-3xl mx-auto font-source-sans">
                    The principles that guide every decision and interaction at MaxRentals
                </p>
            </div>

            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Transparency -->
                <div class="bg-surface rounded-card p-8 text-center hover:shadow-card-hover transition-all duration-300">
                    <div class="w-16 h-16 bg-accent rounded-full flex items-center justify-center mx-auto mb-6">
                        <svg class="w-8 h-8 text-primary" fill="currentColor" viewBox="0 0 20 20">
                            <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"/>
                            <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"/>
                        </svg>
                    </div>
                    <h3 class="text-xl font-inter font-semibold text-primary mb-4">Transparency</h3>
                    <p class="text-text-secondary font-source-sans mb-4">
                        Open communication, detailed reporting, and honest advice. No hidden fees, no surprises - just clear, straightforward property management.
                    </p>
                    <div class="text-accent font-semibold">Real-time owner portal access</div>
                </div>

                <!-- Reliability -->
                <div class="bg-surface rounded-card p-8 text-center hover:shadow-card-hover transition-all duration-300">
                    <div class="w-16 h-16 bg-accent rounded-full flex items-center justify-center mx-auto mb-6">
                        <svg class="w-8 h-8 text-primary" fill="currentColor" viewBox="0 0 20 20">
                            <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
                        </svg>
                    </div>
                    <h3 class="text-xl font-inter font-semibold text-primary mb-4">Reliability</h3>
                    <p class="text-text-secondary font-source-sans mb-4">
                        Consistent service delivery, prompt responses, and dependable results. Your property is in safe hands with our proven track record.
                    </p>
                    <div class="text-accent font-semibold">24/7 emergency response</div>
                </div>

                <!-- Community Care -->
                <div class="bg-surface rounded-card p-8 text-center hover:shadow-card-hover transition-all duration-300">
                    <div class="w-16 h-16 bg-accent rounded-full flex items-center justify-center mx-auto mb-6">
                        <svg class="w-8 h-8 text-primary" fill="currentColor" viewBox="0 0 20 20">
                            <path d="M9 6a3 3 0 11-6 0 3 3 0 016 0zM17 6a3 3 0 11-6 0 3 3 0 016 0zM12.93 17c.046-.327.07-.66.07-1a6.97 6.97 0 00-1.5-4.33A5 5 0 0119 16v1h-6.07zM6 11a5 5 0 015 5v1H1v-1a5 5 0 015-5z"/>
                        </svg>
                    </div>
                    <h3 class="text-xl font-inter font-semibold text-primary mb-4">Community Care</h3>
                    <p class="text-text-secondary font-source-sans mb-4">
                        Genuine care for people's homes and lives. We understand that properties aren't just investments - they're the foundation of communities.
                    </p>
                    <div class="text-accent font-semibold">Local community partnerships</div>
                </div>
            </div>
        </div>
    </section>

    <!-- Growth Story & Statistics -->
    <section class="py-16 lg:py-24 bg-primary">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-inter font-bold text-white mb-4">
                    Our Growth Story
                </h2>
                <p class="text-xl text-gray-200 max-w-3xl mx-auto font-source-sans">
                    From startup to New Zealand's trusted property management platform
                </p>
            </div>

            <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
                <!-- Properties Managed -->
                <div class="text-center">
                    <div class="bg-white bg-opacity-10 rounded-card p-8 mb-4">
                        <div class="text-4xl font-inter font-bold text-accent mb-2">850+</div>
                        <div class="text-white font-source-sans">Properties Managed</div>
                    </div>
                    <p class="text-gray-300 text-sm">Across Auckland, Wellington & Christchurch</p>
                </div>

                <!-- Client Retention -->
                <div class="text-center">
                    <div class="bg-white bg-opacity-10 rounded-card p-8 mb-4">
                        <div class="text-4xl font-inter font-bold text-accent mb-2">94%</div>
                        <div class="text-white font-source-sans">Client Retention Rate</div>
                    </div>
                    <p class="text-gray-300 text-sm">Long-term partnerships built on trust</p>
                </div>

                <!-- Average Yield Increase -->
                <div class="text-center">
                    <div class="bg-white bg-opacity-10 rounded-card p-8 mb-4">
                        <div class="text-4xl font-inter font-bold text-accent mb-2">15%</div>
                        <div class="text-white font-source-sans">Average Yield Increase</div>
                    </div>
                    <p class="text-gray-300 text-sm">Optimized rental returns for owners</p>
                </div>

                <!-- Team Members -->
                <div class="text-center">
                    <div class="bg-white bg-opacity-10 rounded-card p-8 mb-4">
                        <div class="text-4xl font-inter font-bold text-accent mb-2">25+</div>
                        <div class="text-white font-source-sans">Team Members</div>
                    </div>
                    <p class="text-gray-300 text-sm">Dedicated property professionals</p>
                </div>
            </div>

            <div class="mt-16 text-center">
                <div class="bg-white bg-opacity-10 rounded-card p-8 max-w-4xl mx-auto">
                    <h3 class="text-2xl font-inter font-semibold text-white mb-4">Our Expansion Journey</h3>
                    <div class="grid md:grid-cols-3 gap-8 text-center">
                        <div>
                            <div class="text-accent font-inter font-bold text-lg mb-2">2018</div>
                            <div class="text-white font-source-sans">Founded in Auckland</div>
                        </div>
                        <div>
                            <div class="text-accent font-inter font-bold text-lg mb-2">2020</div>
                            <div class="text-white font-source-sans">Expanded to Wellington</div>
                        </div>
                        <div>
                            <div class="text-accent font-inter font-bold text-lg mb-2">2022</div>
                            <div class="text-white font-source-sans">Launched in Christchurch</div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Awards & Recognition -->
    <section class="py-16 lg:py-24 bg-surface">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-inter font-bold text-primary mb-4">
                    Awards & Recognition
                </h2>
                <p class="text-xl text-text-secondary max-w-3xl mx-auto font-source-sans">
                    Industry recognition and professional certifications that validate our expertise
                </p>
            </div>

            <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
                <!-- REINZ Excellence Award -->
                <div class="bg-white rounded-card p-6 text-center hover:shadow-card-hover transition-all duration-300">
                    <div class="w-16 h-16 bg-accent rounded-full flex items-center justify-center mx-auto mb-4">
                        <svg class="w-8 h-8 text-primary" fill="currentColor" viewBox="0 0 20 20">
                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"/>
                        </svg>
                    </div>
                    <h3 class="text-lg font-inter font-semibold text-primary mb-2">REINZ Excellence</h3>
                    <p class="text-text-secondary font-source-sans text-sm mb-2">Property Management Award</p>
                    <div class="text-accent font-semibold text-sm">2023</div>
                </div>

                <!-- Best Property Management -->
                <div class="bg-white rounded-card p-6 text-center hover:shadow-card-hover transition-all duration-300">
                    <div class="w-16 h-16 bg-accent rounded-full flex items-center justify-center mx-auto mb-4">
                        <svg class="w-8 h-8 text-primary" fill="currentColor" viewBox="0 0 20 20">
                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"/>
                        </svg>
                    </div>
                    <h3 class="text-lg font-inter font-semibold text-primary mb-2">Best Property Management</h3>
                    <p class="text-text-secondary font-source-sans text-sm mb-2">Auckland Business Awards</p>
                    <div class="text-accent font-semibold text-sm">2022</div>
                </div>

                <!-- Customer Service Excellence -->
                <div class="bg-white rounded-card p-6 text-center hover:shadow-card-hover transition-all duration-300">
                    <div class="w-16 h-16 bg-accent rounded-full flex items-center justify-center mx-auto mb-4">
                        <svg class="w-8 h-8 text-primary" fill="currentColor" viewBox="0 0 20 20">
                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"/>
                        </svg>
                    </div>
                    <h3 class="text-lg font-inter font-semibold text-primary mb-2">Customer Service Excellence</h3>
                    <p class="text-text-secondary font-source-sans text-sm mb-2">Wellington Chamber of Commerce</p>
                    <div class="text-accent font-semibold text-sm">2023</div>
                </div>

                <!-- PropTech Innovation -->
                <div class="bg-white rounded-card p-6 text-center hover:shadow-card-hover transition-all duration-300">
                    <div class="w-16 h-16 bg-accent rounded-full flex items-center justify-center mx-auto mb-4">
                        <svg class="w-8 h-8 text-primary" fill="currentColor" viewBox="0 0 20 20">
                            <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"/>
                        </svg>
                    </div>
                    <h3 class="text-lg font-inter font-semibold text-primary mb-2">PropTech Innovation</h3>
                    <p class="text-text-secondary font-source-sans text-sm mb-2">NZ Property Awards</p>
                    <div class="text-accent font-semibold text-sm">2024</div>
                </div>
            </div>
        </div>
    </section>

    <!-- Company Culture Section -->
    <section class="py-16 lg:py-24 bg-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-inter font-bold text-primary mb-4">
                    Our Company Culture
                </h2>
                <p class="text-xl text-text-secondary max-w-3xl mx-auto font-source-sans">
                    Behind-the-scenes look at the team and values that drive MaxRentals forward
                </p>
            </div>

            <div class="grid md:grid-cols-2 gap-12 items-center mb-16">
                <div>
                    <h3 class="text-2xl font-inter font-semibold text-primary mb-6">Kiwi Hospitality Values</h3>
                    <p class="text-lg text-text-secondary font-source-sans mb-6">
                        Our team embodies the warmth and genuine care that defines New Zealand hospitality. We believe that property management is fundamentally about people - creating positive experiences for both property owners and tenants.
                    </p>
                    <ul class="space-y-4">
                        <li class="flex items-start">
                            <svg class="w-6 h-6 text-success mr-3 mt-1 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
                                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
                            </svg>
                            <span class="text-text-secondary font-source-sans">Weekly team training on customer service excellence</span>
                        </li>
                        <li class="flex items-start">
                            <svg class="w-6 h-6 text-success mr-3 mt-1 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
                                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
                            </svg>
                            <span class="text-text-secondary font-source-sans">Monthly community volunteering initiatives</span>
                        </li>
                        <li class="flex items-start">
                            <svg class="w-6 h-6 text-success mr-3 mt-1 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
                                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
                            </svg>
                            <span class="text-text-secondary font-source-sans">Continuous professional development programs</span>
                        </li>
                    </ul>
                </div>
                <div class="relative">
                    <img src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2942&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="MaxRentals team collaboration and culture" class="w-full h-96 object-cover rounded-card shadow-card" loading="lazy" onerror="this.src='https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'; this.onerror=null;" />
                </div>
            </div>

            <!-- Community Partnerships -->
            <div class="bg-surface rounded-card p-8">
                <h3 class="text-2xl font-inter font-semibold text-primary mb-6 text-center">Community Partnerships</h3>
                <div class="grid md:grid-cols-3 gap-8">
                    <div class="text-center">
                        <div class="w-16 h-16 bg-accent rounded-full flex items-center justify-center mx-auto mb-4">
                            <svg class="w-8 h-8 text-primary" fill="currentColor" viewBox="0 0 20 20">
                                <path d="M10.394 2.08a1 1 0 00-.788 0l-7 3a1 1 0 000 1.84L5.25 8.051a.999.999 0 01.356-.257l4-1.714a1 1 0 11.788 1.838L7.667 9.088l1.94.831a1 1 0 00.787 0l7-3a1 1 0 000-1.838l-7-3zM3.31 9.397L5 10.12v4.102a8.969 8.969 0 00-1.05-.174 1 1 0 01-.89-.89 11.115 11.115 0 01.25-3.762zM9.3 16.573A9.026 9.026 0 007 14.935v-3.957l1.818.78a3 3 0 002.364 0l5.508-2.361a11.026 11.026 0 01.25 3.762 1 1 0 01-.89.89 8.968 8.968 0 00-5.35 2.524 1 1 0 01-1.4 0zM6 18a1 1 0 001-1v-2.065a8.935 8.935 0 00-2-.712V17a1 1 0 001 1z"/>
                            </svg>
                        </div>
                        <h4 class="text-lg font-inter font-semibold text-primary mb-2">Local Schools</h4>
                        <p class="text-text-secondary font-source-sans">Supporting education through property management scholarships</p>
                    </div>
                    <div class="text-center">
                        <div class="w-16 h-16 bg-accent rounded-full flex items-center justify-center mx-auto mb-4">
                            <svg class="w-8 h-8 text-primary" fill="currentColor" viewBox="0 0 20 20">
                                <path d="M9 6a3 3 0 11-6 0 3 3 0 016 0zM17 6a3 3 0 11-6 0 3 3 0 016 0zM12.93 17c.046-.327.07-.66.07-1a6.97 6.97 0 00-1.5-4.33A5 5 0 0119 16v1h-6.07zM6 11a5 5 0 015 5v1H1v-1a5 5 0 015-5z"/>
                            </svg>
                        </div>
                        <h4 class="text-lg font-inter font-semibold text-primary mb-2">Housing Charities</h4>
                        <p class="text-text-secondary font-source-sans">Partnering with organizations to support housing initiatives</p>
                    </div>
                    <div class="text-center">
                        <div class="w-16 h-16 bg-accent rounded-full flex items-center justify-center mx-auto mb-4">
                            <svg class="w-8 h-8 text-primary" fill="currentColor" viewBox="0 0 20 20">
                                <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"/>
                            </svg>
                        </div>
                        <h4 class="text-lg font-inter font-semibold text-primary mb-2">Environmental Groups</h4>
                        <p class="text-text-secondary font-source-sans">Promoting sustainable property management practices</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Future Vision Section -->
    <section class="py-16 lg:py-24 bg-primary">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-12">
                <h2 class="text-3xl md:text-4xl font-inter font-bold text-white mb-4">
                    Our Vision for the Future
                </h2>
                <p class="text-xl text-gray-200 max-w-3xl mx-auto font-source-sans">
                    Leading New Zealand's property management evolution through innovation and community focus
                </p>
            </div>

            <div class="grid md:grid-cols-2 gap-12 items-center">
                <div>
                    <h3 class="text-2xl font-inter font-semibold text-white mb-6">Expanding Across New Zealand</h3>
                    <p class="text-lg text-gray-200 font-source-sans mb-6">
                        Our goal is to bring MaxRentals' trusted property management approach to every major New Zealand city by 2026. We're committed to maintaining our personal touch while scaling our innovative technology platform.
                    </p>
                    <div class="space-y-4">
                        <div class="flex items-center">
                            <svg class="w-6 h-6 text-accent mr-3" fill="currentColor" viewBox="0 0 20 20">
                                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
                            </svg>
                            <span class="text-gray-200 font-source-sans">Hamilton & Tauranga expansion planned for 2025</span>
                        </div>
                        <div class="flex items-center">
                            <svg class="w-6 h-6 text-accent mr-3" fill="currentColor" viewBox="0 0 20 20">
                                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
                            </svg>
                            <span class="text-gray-200 font-source-sans">Advanced AI-powered property insights platform</span>
                        </div>
                        <div class="flex items-center">
                            <svg class="w-6 h-6 text-accent mr-3" fill="currentColor" viewBox="0 0 20 20">
                                <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
                            </svg>
                            <span class="text-gray-200 font-source-sans">Sustainable property management certification program</span>
                        </div>
                    </div>
                </div>
                <div class="text-center">
                    <div class="bg-white bg-opacity-10 rounded-card p-8">
                        <h4 class="text-2xl font-inter font-semibold text-white mb-4">Join Our Growing Community</h4>
                        <p class="text-gray-200 font-source-sans mb-6">
                            Be part of New Zealand's property management revolution. Whether you're a property owner, tenant, or industry professional, there's a place for you in the MaxRentals community.
                        </p>
                        <a href="contact_consultation.html" class="bg-accent text-primary px-8 py-4 rounded-button font-inter font-semibold text-lg hover:bg-opacity-90 transition-all duration-300 shadow-subtle hover:shadow-card inline-block">
                            Start Your Journey
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-primary-light text-white py-12">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid md:grid-cols-4 gap-8">
                <!-- Company Info -->
                <div>
                    <div class="flex items-center mb-4">
                        <svg class="h-8 w-8 text-accent mr-2" viewBox="0 0 32 32" fill="currentColor">
                            <path d="M16 2L3 14v16h8v-8h10v8h8V14L16 2zm0 4.5L24 14v12h-4v-8H12v8H8V14l8-7.5z"/>
                        </svg>
                        <span class="font-inter font-bold text-xl">MaxRentals NZ</span>
                    </div>
                    <p class="text-gray-300 font-source-sans mb-4">
                        Your trusted property management partner across New Zealand.
                    </p>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-300 hover:text-accent transition-colors duration-300">
                            <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
                                <path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/>
                            </svg>
                        </a>
                        <a href="#" class="text-gray-300 hover:text-accent transition-colors duration-300">
                            <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
                                <path d="M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z"/>
                            </svg>
                        </a>
                        <a href="#" class="text-gray-300 hover:text-accent transition-colors duration-300">
                            <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
                                <path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
                            </svg>
                        </a>
                    </div>
                </div>

                <!-- Quick Links -->
                <div>
                    <h4 class="font-inter font-semibold text-lg mb-4">Quick Links</h4>
                    <ul class="space-y-2 font-source-sans">
                        <li><a href="property_management_services.html" class="text-gray-300 hover:text-accent transition-colors duration-300">Services</a></li>
                        <li><a href="available_properties.html" class="text-gray-300 hover:text-accent transition-colors duration-300">Properties</a></li>
                        <li><a href="about_max_rentals.html" class="text-gray-300 hover:text-accent transition-colors duration-300">About Us</a></li>
                        <li><a href="testimonials_success_stories.html" class="text-gray-300 hover:text-accent transition-colors duration-300">Testimonials</a></li>
                    </ul>
                </div>

                <!-- Services -->
                <div>
                    <h4 class="font-inter font-semibold text-lg mb-4">Services</h4>
                    <ul class="space-y-2 font-source-sans">
                        <li><a href="property_management_services.html" class="text-gray-300 hover:text-accent transition-colors duration-300">Property Management</a></li>
                        <li><a href="property_management_services.html" class="text-gray-300 hover:text-accent transition-colors duration-300">Tenant Screening</a></li>
                        <li><a href="property_management_services.html" class="text-gray-300 hover:text-accent transition-colors duration-300">Maintenance</a></li>
                        <li><a href="property_management_services.html" class="text-gray-300 hover:text-accent transition-colors duration-300">Financial Reporting</a></li>
                    </ul>
                </div>

                <!-- Contact Info -->
                <div>
                    <h4 class="font-inter font-semibold text-lg mb-4">Contact</h4>
                    <div class="space-y-2 font-source-sans text-gray-300">
                        <p>πŸ“ž 0800 MAX RENT</p>
                        <p>βœ‰οΈ hello@maxrentals.co.nz</p>
                        <p>πŸ“ Auckland β€’ Wellington β€’ Christchurch</p>
                    </div>
                </div>
            </div>

            <div class="border-t border-gray-600 mt-8 pt-8 text-center">
                <p class="text-gray-300 font-source-sans">
                    Β© 2025 MaxRentals NZ. All Rights Reserved. | Licensed Property Management Company
                </p>
            </div>
        </div>
    </footer>

    <script>
        function toggleMobileMenu() {
            const mobileMenu = document.getElementById('mobile-menu');
            mobileMenu.classList.toggle('hidden');
        }
    </script>
<script id="dhws-dataInjector" src="../public/dhws-data-injector.js"></script>
</body>
</html>