body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
        body {
            font-family: 'Inter', sans-serif;
        }
        .hero-bg {
            background-image: linear-gradient(rgba(0, 20, 40, 0.7), rgba(0, 20, 40, 0.7)), url('https://placehold.co/1920x1080/001f3f/ffffff?text=Modern+Yacht');
            background-size: cover;
            background-position: center;
        }
        .section-title {
            @apply text-3xl md:text-4xl font-bold text-gray-800 mb-4 text-center;
        }
        .section-subtitle {
            @apply text-lg text-gray-600 mb-12 text-center max-w-3xl mx-auto;
        }
    