File size: 35,829 Bytes
de07077
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
602
603
604
605
606
607
608
609
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Goodwin Estates | Luxury Coastal Living in Eliot, Maine</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta charset="UTF-8">
    <meta name="description" content="Discover Goodwin Estates - exclusive 3-4 acre home sites in Eliot, Maine featuring custom coastal homes by Coastal Custom Homes.">
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap');
        
        body {
            font-family: 'Montserrat', sans-serif;
            color: #333;
            overflow-x: hidden;
        }
        
        h1, h2, h3, h4 {
            font-family: 'Playfair Display', serif;
            font-weight: 600;
        }
        
        .hero-gradient {
            background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 100%);
        }
        
        .nav-link:hover {
            color: #000;
        }
        
        .btn-primary {
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .testimonial-card {
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        
        .testimonial-card:hover {
            transform: translateY(-5px);
        }
        
        .plan-card {
            transition: all 0.3s ease;
        }
        
        .plan-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .section-divider {
            height: 100px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M1200 120L0 16.48 0 0 1200 0 1200 120z" fill="%23fff"/></svg>') no-repeat center;
            background-size: cover;
        }
        
        .map-container {
            height: 400px;
            background-color: #f5f5f5;
        }
        
        @media (max-width: 768px) {
            .hero-content {
                padding-top: 100px;
            }
            
            .section-divider {
                height: 50px;
            }
        }
    </style>
</head>
<body class="bg-white">
    <!-- Navigation -->
    <nav class="fixed w-full bg-white z-50 shadow-sm">
        <div class="container mx-auto px-6 py-4">
            <div class="flex justify-between items-center">
                <div class="text-2xl font-bold text-gray-800">
                    <span class="text-gray-600">GOODWIN</span> ESTATES
                </div>
                <div class="hidden md:flex space-x-8">
                    <a href="#homes" class="nav-link text-gray-600 hover:text-gray-900 transition duration-300">The Homes</a>
                    <a href="#neighborhood" class="nav-link text-gray-600 hover:text-gray-900 transition duration-300">The Neighborhood</a>
                    <a href="#builder" class="nav-link text-gray-600 hover:text-gray-900 transition duration-300">The Builder</a>
                    <a href="#start" class="nav-link text-gray-600 hover:text-gray-900 transition duration-300">How to Start</a>
                </div>
                <div class="md:hidden">
                    <button id="menu-btn" class="text-gray-600 focus:outline-none">
                        <i class="fas fa-bars text-2xl"></i>
                    </button>
                </div>
            </div>
        </div>
        <!-- Mobile menu -->
        <div id="mobile-menu" class="hidden md:hidden bg-white w-full px-6 pb-4">
            <div class="flex flex-col space-y-4">
                <a href="#homes" class="nav-link text-gray-600 hover:text-gray-900">The Homes</a>
                <a href="#neighborhood" class="nav-link text-gray-600 hover:text-gray-900">The Neighborhood</a>
                <a href="#builder" class="nav-link text-gray-600 hover:text-gray-900">The Builder</a>
                <a href="#start" class="nav-link text-gray-600 hover:text-gray-900">How to Start</a>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <section class="relative h-screen bg-gray-100 flex items-center justify-center">
        <div class="absolute inset-0 bg-[url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80')] bg-cover bg-center"></div>
        <div class="absolute inset-0 hero-gradient"></div>
        <div class="container mx-auto px-6 relative hero-content">
            <div class="text-center max-w-3xl mx-auto">
                <h1 class="text-4xl md:text-6xl font-bold text-gray-800 mb-6">GOODWIN ESTATES</h1>
                <p class="text-xl md:text-2xl text-gray-600 mb-8">Luxury Coastal Living on 3-4 Acre Home Sites in Eliot, Maine</p>
                <a href="#start" class="btn-primary inline-block bg-gray-800 text-white px-8 py-3 rounded-sm font-medium">Schedule a Consultation</a>
            </div>
        </div>
        <div class="absolute bottom-10 left-1/2 transform -translate-x-1/2 animate-bounce">
            <i class="fas fa-chevron-down text-gray-600 text-2xl"></i>
        </div>
    </section>

    <!-- Lead Capture Form -->
    <section class="py-16 bg-gray-50">
        <div class="container mx-auto px-6">
            <div class="max-w-4xl mx-auto bg-white p-8 md:p-12 shadow-sm">
                <h2 class="text-3xl font-bold text-center text-gray-800 mb-8">Request More Information</h2>
                <form class="grid grid-cols-1 md:grid-cols-2 gap-6">
                    <div>
                        <label for="name" class="block text-gray-600 mb-2">Full Name</label>
                        <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 focus:outline-none focus:border-gray-600">
                    </div>
                    <div>
                        <label for="email" class="block text-gray-600 mb-2">Email</label>
                        <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 focus:outline-none focus:border-gray-600">
                    </div>
                    <div>
                        <label for="phone" class="block text-gray-600 mb-2">Phone</label>
                        <input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 focus:outline-none focus:border-gray-600">
                    </div>
                    <div>
                        <label for="interest" class="block text-gray-600 mb-2">I'm interested in</label>
                        <select id="interest" class="w-full px-4 py-2 border border-gray-300 focus:outline-none focus:border-gray-600">
                            <option>Learning more about Goodwin Estates</option>
                            <option>Scheduling a consultation</option>
                            <option>Receiving floor plans</option>
                            <option>Visiting the neighborhood</option>
                        </select>
                    </div>
                    <div class="md:col-span-2">
                        <label for="message" class="block text-gray-600 mb-2">Message</label>
                        <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 focus:outline-none focus:border-gray-600"></textarea>
                    </div>
                    <div class="md:col-span-2 text-center">
                        <button type="submit" class="btn-primary bg-gray-800 text-white px-8 py-3 rounded-sm font-medium">Submit Request</button>
                    </div>
                </form>
            </div>
        </div>
    </section>

    <!-- The Homes Section -->
    <section id="homes" class="py-20 bg-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">The Homes</h2>
                <div class="w-20 h-1 bg-gray-800 mx-auto"></div>
                <p class="max-w-2xl mx-auto mt-6 text-gray-600">Custom coastal homes designed for modern living with premium finishes and energy-efficient features.</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <!-- Plan 1 -->
                <div class="plan-card bg-white shadow-md overflow-hidden">
                    <div class="h-64 bg-[url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80')] bg-cover bg-center"></div>
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-800 mb-2">The Coastal Retreat</h3>
                        <p class="text-gray-600 mb-4">3,200 sq. ft. | 4 Bed | 3.5 Bath</p>
                        <ul class="space-y-2 mb-6">
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Open-concept living with vaulted ceilings</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Chef's kitchen with premium appliances</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Primary suite with spa-like bathroom</span>
                            </li>
                        </ul>
                        <a href="#" class="inline-block text-gray-800 font-medium hover:text-gray-600 transition duration-300">
                            View Details <i class="fas fa-arrow-right ml-2"></i>
                        </a>
                    </div>
                </div>
                
                <!-- Plan 2 -->
                <div class="plan-card bg-white shadow-md overflow-hidden">
                    <div class="h-64 bg-[url('https://images.unsplash.com/photo-1605276374104-dee2a0ed3cd6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80')] bg-cover bg-center"></div>
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-800 mb-2">The Harbor View</h3>
                        <p class="text-gray-600 mb-4">4,100 sq. ft. | 5 Bed | 4.5 Bath</p>
                        <ul class="space-y-2 mb-6">
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Expansive waterfront views</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Custom millwork throughout</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Outdoor living with fireplace</span>
                            </li>
                        </ul>
                        <a href="#" class="inline-block text-gray-800 font-medium hover:text-gray-600 transition duration-300">
                            View Details <i class="fas fa-arrow-right ml-2"></i>
                        </a>
                    </div>
                </div>
                
                <!-- Plan 3 -->
                <div class="plan-card bg-white shadow-md overflow-hidden">
                    <div class="h-64 bg-[url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80')] bg-cover bg-center"></div>
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-800 mb-2">The Eliot Farmhouse</h3>
                        <p class="text-gray-600 mb-4">2,800 sq. ft. | 3 Bed | 2.5 Bath</p>
                        <ul class="space-y-2 mb-6">
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Modern farmhouse aesthetic</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Energy-efficient construction</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Flexible living spaces</span>
                            </li>
                        </ul>
                        <a href="#" class="inline-block text-gray-800 font-medium hover:text-gray-600 transition duration-300">
                            View Details <i class="fas fa-arrow-right ml-2"></i>
                        </a>
                    </div>
                </div>
            </div>
            
            <div class="mt-16 text-center">
                <a href="#" class="btn-primary inline-block bg-gray-800 text-white px-8 py-3 rounded-sm font-medium">
                    <i class="fas fa-download mr-2"></i> Download All Floor Plans
                </a>
            </div>
        </div>
    </section>

    <!-- The Neighborhood Section -->
    <section id="neighborhood" class="py-20 bg-gray-50">
        <div class="section-divider"></div>
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">The Neighborhood</h2>
                <div class="w-20 h-1 bg-gray-800 mx-auto"></div>
                <p class="max-w-2xl mx-auto mt-6 text-gray-600">Private 3-4 acre home sites surrounded by natural beauty, just minutes from Eliot's coastal charm.</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center mb-16">
                <div>
                    <h3 class="text-2xl font-bold text-gray-800 mb-4">Experience Coastal Maine Living</h3>
                    <p class="text-gray-600 mb-6">Goodwin Estates offers the perfect balance of privacy and convenience. Each generously sized lot provides ample space to enjoy the natural beauty of Southern Maine while being just minutes from beaches, Portsmouth, and conservation land.</p>
                    <ul class="space-y-3">
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
                            <span class="text-gray-600">3-4 acre home sites with mature trees</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
                            <span class="text-gray-600">10 minutes to Portsmouth's vibrant downtown</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
                            <span class="text-gray-600">15 minutes to multiple beaches</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
                            <span class="text-gray-600">Adjacent to 100+ acres of conservation land</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
                            <span class="text-gray-600">Top-rated Eliot school district</span>
                        </li>
                    </ul>
                </div>
                <div class="map-container rounded-lg shadow-md">
                    <!-- Map placeholder - would be replaced with actual map embed -->
                    <div class="h-full flex items-center justify-center bg-gray-200">
                        <div class="text-center p-6">
                            <i class="fas fa-map-marked-alt text-4xl text-gray-400 mb-4"></i>
                            <p class="text-gray-500">Interactive neighborhood map coming soon</p>
                        </div>
                    </div>
                </div>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
                <div class="bg-white p-6 rounded-lg shadow-sm">
                    <div class="text-3xl text-gray-800 mb-4">
                        <i class="fas fa-umbrella-beach"></i>
                    </div>
                    <h4 class="text-xl font-bold text-gray-800 mb-2">Beach Access</h4>
                    <p class="text-gray-600">Multiple beautiful beaches within a 15-minute drive, including popular spots in York and Kittery.</p>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-sm">
                    <div class="text-3xl text-gray-800 mb-4">
                        <i class="fas fa-tree"></i>
                    </div>
                    <h4 class="text-xl font-bold text-gray-800 mb-2">Natural Beauty</h4>
                    <p class="text-gray-600">Each lot preserves mature trees and natural features, creating a private retreat atmosphere.</p>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-sm">
                    <div class="text-3xl text-gray-800 mb-4">
                        <i class="fas fa-utensils"></i>
                    </div>
                    <h4 class="text-xl font-bold text-gray-800 mb-2">Dining & Culture</h4>
                    <p class="text-gray-600">Nearby Portsmouth offers world-class restaurants, shopping, and cultural attractions.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- The Builder Section -->
    <section id="builder" class="py-20 bg-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">The Builder</h2>
                <div class="w-20 h-1 bg-gray-800 mx-auto"></div>
                <p class="max-w-2xl mx-auto mt-6 text-gray-600">Coastal Custom Homes brings decades of experience crafting exceptional residences along the Maine coast.</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center mb-16">
                <div class="order-2 md:order-1">
                    <h3 class="text-2xl font-bold text-gray-800 mb-4">Quality Craftsmanship Since 1995</h3>
                    <p class="text-gray-600 mb-6">Founded by John and Sarah Whitmore, Coastal Custom Homes has built a reputation for attention to detail and commitment to quality. Each Goodwin Estates home reflects our philosophy of blending timeless design with modern functionality.</p>
                    <p class="text-gray-600 mb-6">We work closely with each homeowner throughout the entire process, from selecting the perfect lot to the final walkthrough. Our team of experienced craftsmen takes pride in every detail, ensuring your home meets the highest standards.</p>
                    <div class="flex items-center space-x-4">
                        <div class="w-16 h-16 rounded-full bg-gray-200 overflow-hidden">
                            <!-- Builder photo placeholder -->
                            <div class="h-full flex items-center justify-center">
                                <i class="fas fa-user text-2xl text-gray-400"></i>
                            </div>
                        </div>
                        <div>
                            <p class="font-medium text-gray-800">John Whitmore</p>
                            <p class="text-gray-600">Founder, Coastal Custom Homes</p>
                        </div>
                    </div>
                </div>
                <div class="order-1 md:order-2">
                    <div class="bg-[url('https://images.unsplash.com/photo-1600585152220-90363fe7e115?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80')] bg-cover bg-center h-96 rounded-lg shadow-md"></div>
                </div>
            </div>
            
            <h3 class="text-2xl font-bold text-center text-gray-800 mb-8">What Our Clients Say</h3>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="testimonial-card bg-white p-8 rounded-lg">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="text-gray-600 mb-6">"Working with Coastal Custom Homes was an absolute pleasure. Their attention to detail and commitment to quality is unmatched. Our home is perfect in every way."</p>
                    <div class="flex items-center">
                        <div class="w-12 h-12 rounded-full bg-gray-200 mr-4 overflow-hidden">
                            <!-- Client photo placeholder -->
                            <div class="h-full flex items-center justify-center">
                                <i class="fas fa-user text-xl text-gray-400"></i>
                            </div>
                        </div>
                        <div>
                            <p class="font-medium text-gray-800">Michael & Sarah T.</p>
                            <p class="text-gray-500 text-sm">York, Maine</p>
                        </div>
                    </div>
                </div>
                
                <div class="testimonial-card bg-white p-8 rounded-lg">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="text-gray-600 mb-6">"The entire process was seamless. Coastal Custom Homes listened to our needs and delivered a home that exceeded our expectations. We couldn't be happier."</p>
                    <div class="flex items-center">
                        <div class="w-12 h-12 rounded-full bg-gray-200 mr-4 overflow-hidden">
                            <!-- Client photo placeholder -->
                            <div class="h-full flex items-center justify-center">
                                <i class="fas fa-user text-xl text-gray-400"></i>
                            </div>
                        </div>
                        <div>
                            <p class="font-medium text-gray-800">David R.</p>
                            <p class="text-gray-500 text-sm">Kennebunkport, Maine</p>
                        </div>
                    </div>
                </div>
                
                <div class="testimonial-card bg-white p-8 rounded-lg">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="text-gray-600 mb-6">"From design to completion, Coastal Custom Homes was professional, responsive, and detail-oriented. Our custom home is exactly what we envisioned."</p>
                    <div class="flex items-center">
                        <div class="w-12 h-12 rounded-full bg-gray-200 mr-4 overflow-hidden">
                            <!-- Client photo placeholder -->
                            <div class="h-full flex items-center justify-center">
                                <i class="fas fa-user text-xl text-gray-400"></i>
                            </div>
                        </div>
                        <div>
                            <p class="font-medium text-gray-800">Jennifer L.</p>
                            <p class="text-gray-500 text-sm">Portsmouth, NH</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- How to Start Section -->
    <section id="start" class="py-20 bg-gray-50">
        <div class="section-divider"></div>
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">How to Start</h2>
                <div class="w-20 h-1 bg-gray-800 mx-auto"></div>
                <p class="max-w-2xl mx-auto mt-6 text-gray-600">Begin your journey to owning a custom coastal home in Goodwin Estates.</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-16">
                <div class="text-center">
                    <div class="w-16 h-16 bg-gray-800 text-white rounded-full flex items-center justify-center mx-auto mb-4 text-2xl">1</div>
                    <h3 class="text-xl font-bold text-gray-800 mb-2">Reserve Your Lot</h3>
                    <p class="text-gray-600">Select your preferred 3-4 acre home site with a fully refundable deposit.</p>
                </div>
                <div class="text-center">
                    <div class="w-16 h-16 bg-gray-800 text-white rounded-full flex items-center justify-center mx-auto mb-4 text-2xl">2</div>
                    <h3 class="text-xl font-bold text-gray-800 mb-2">Customize Your Plan</h3>
                    <p class="text-gray-600">Work with our design team to personalize your home's layout and finishes.</p>
                </div>
                <div class="text-center">
                    <div class="w-16 h-16 bg-gray-800 text-white rounded-full flex items-center justify-center mx-auto mb-4 text-2xl">3</div>
                    <h3 class="text-xl font-bold text-gray-800 mb-2">Begin Construction</h3>
                    <p class="text-gray-600">Our team begins building your custom home with regular progress updates.</p>
                </div>
                <div class="text-center">
                    <div class="w-16 h-16 bg-gray-800 text-white rounded-full flex items-center justify-center mx-auto mb-4 text-2xl">4</div>
                    <h3 class="text-xl font-bold text-gray-800 mb-2">Move In</h3>
                    <p class="text-gray-600">Complete final walkthrough and enjoy your new coastal lifestyle.</p>
                </div>
            </div>
            
            <div class="max-w-4xl mx-auto bg-white p-8 md:p-12 shadow-sm">
                <div class="text-center mb-8">
                    <h3 class="text-2xl font-bold text-gray-800">Schedule Your Consultation</h3>
                    <p class="text-gray-600 mt-2">Contact us today to begin the process or request more information.</p>
                </div>
                <form class="grid grid-cols-1 md:grid-cols-2 gap-6">
                    <div>
                        <label for="consult-name" class="block text-gray-600 mb-2">Full Name</label>
                        <input type="text" id="consult-name" class="w-full px-4 py-2 border border-gray-300 focus:outline-none focus:border-gray-600">
                    </div>
                    <div>
                        <label for="consult-email" class="block text-gray-600 mb-2">Email</label>
                        <input type="email" id="consult-email" class="w-full px-4 py-2 border border-gray-300 focus:outline-none focus:border-gray-600">
                    </div>
                    <div>
                        <label for="consult-phone" class="block text-gray-600 mb-2">Phone</label>
                        <input type="tel" id="consult-phone" class="w-full px-4 py-2 border border-gray-300 focus:outline-none focus:border-gray-600">
                    </div>
                    <div>
                        <label for="consult-date" class="block text-gray-600 mb-2">Preferred Date</label>
                        <input type="date" id="consult-date" class="w-full px-4 py-2 border border-gray-300 focus:outline-none focus:border-gray-600">
                    </div>
                    <div class="md:col-span-2">
                        <label for="consult-message" class="block text-gray-600 mb-2">Message</label>
                        <textarea id="consult-message" rows="4" class="w-full px-4 py-2 border border-gray-300 focus:outline-none focus:border-gray-600"></textarea>
                    </div>
                    <div class="md:col-span-2 text-center">
                        <button type="submit" class="btn-primary bg-gray-800 text-white px-8 py-3 rounded-sm font-medium">Schedule Consultation</button>
                    </div>
                </form>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-800 text-white py-12">
        <div class="container mx-auto px-6">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <div>
                    <h3 class="text-xl font-bold mb-4">GOODWIN ESTATES</h3>
                    <p class="text-gray-300">Luxury coastal living in Eliot, Maine featuring custom homes by Coastal Custom Homes.</p>
                </div>
                <div>
                    <h4 class="text-lg font-semibold mb-4">Quick Links</h4>
                    <ul class="space-y-2">
                        <li><a href="#homes" class="text-gray-300 hover:text-white transition duration-300">The Homes</a></li>
                        <li><a href="#neighborhood" class="text-gray-300 hover:text-white transition duration-300">The Neighborhood</a></li>
                        <li><a href="#builder" class="text-gray-300 hover:text-white transition duration-300">The Builder</a></li>
                        <li><a href="#start" class="text-gray-300 hover:text-white transition duration-300">How to Start</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="text-lg font-semibold mb-4">Contact</h4>
                    <ul class="space-y-2 text-gray-300">
                        <li class="flex items-start">
                            <i class="fas fa-map-marker-alt mt-1 mr-3"></i>
                            <span>Eliot, Maine</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-phone-alt mt-1 mr-3"></i>
                            <span>(207) 555-0123</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-envelope mt-1 mr-3"></i>
                            <span></span>
                        </li>
                    </ul>
                </div>
                <div>
                    <h4 class="text-lg font-semibold mb-4">Stay Updated</h4>
                    <p class="text-gray-300 mb-4">Sign up for updates on availability and community news.</p>
                    <form class="flex">
                        <input type="email" placeholder="Your email" class="px-4 py-2 w-full text-gray-800 focus:outline-none">
                        <button type="submit" class="bg-gray-600 px-4 py-2 hover:bg-gray-700 transition duration-300">
                            <i class="fas fa-paper-plane"></i>
                        </button>
                    </form>
                </div>
            </div>
            <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
                <p>&copy; 2023 Goodwin Estates. All rights reserved. | <a href="#" class="hover:text-white transition duration-300">Privacy Policy</a> | <a href="#" class="hover:text-white transition duration-300">Terms of Use</a></p>
            </div>
        </div>
    </footer>

    <script>
        // Mobile menu toggle
        document.getElementById('menu-btn').addEventListener('click', function() {
            const menu = document.getElementById('mobile-menu');
            menu.classList.toggle('hidden');
        });
        
        // Smooth scrolling for navigation links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                
                const targetId = this.getAttribute('href');
                const targetElement = document.querySelector(targetId);
                
                if (targetElement) {
                    window.scrollTo({
                        top: targetElement.offsetTop - 80,
                        behavior: 'smooth'
                    });
                    
                    // Close mobile menu if open
                    const mobileMenu = document.getElementById('mobile-menu');
                    if (!mobileMenu.classList.contains('hidden')) {
                        mobileMenu.classList.add('hidden');
                    }
                }
            });
        });
        
        // Form submission handling (would be connected to actual form processing in production)
        document.querySelectorAll('form').forEach(form => {
            form.addEventListener('submit', function(e) {
                e.preventDefault();
                alert('Thank you for your submission! We will contact you shortly.');
                this.reset();
            });
        });
    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=TheBuildersRealtor/goodwin-draft" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>