/* HERO SECTION */ .hero-banner { background: url('/images/kitchen-or-lake.jpg') center center / cover no-repeat; padding: 120px 20px; text-align: center; color: white; } .hero-title { font-family: 'Georgia', serif; font-size: 48px; text-transform: uppercase; font-weight: bold; } .hero-subtitle { font-family: 'Open Sans', sans-serif; font-size: 20px; margin-top: 10px; } .heart { color: red; font-size: 24px; } /* BUTTON STYLE */ .button-primary { background-color: #1F2F44; color: white; padding: 12px 24px; text-transform: uppercase; font-weight: 600; border: none; border-radius: 4px; text-decoration: none; display: inline-block; margin-top: 20px; } .button-primary:hover { background-color: #2a3e59; } /* SECTION LAYOUT */ .section-light { background-color: #C6D2DC; padding: 60px 20px; text-align: center; } .area-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; } .area-card { background: white; border-radius: 6px; padding: 10px; width: 300px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); text-align: center; } .area-card img { width: 100%; border-radius: 4px; }