<!DOCTYPE html>
<html lang="en-US">
<head>

<!-- custom HEAD code-->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WWCZJ6D');</script>
<!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FQPF3VNKXV"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-FQPF3VNKXV');
</script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FQPF3VNKXV"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-FQPF3VNKXV');
</script>




  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta name="robots" content="noindex, nofollow" />
  <title>Freedom Boat Club | South Florida</title>
  <meta name="description" content="Join Freedom Boat Club and discover a better way to boat. 400+ locations, 5,000+ boats, unlimited training included. Book your free tour today." />

  <link rel="icon" type="image/x-icon" href="/content/dam/fbc/brand-assets/logos/favicon.ico"/>
  <link rel="shortcut icon" type="image/x-icon" href="/content/dam/fbc/brand-assets/logos/favicon.ico"/>
  <link rel="icon" type="image/png" sizes="16x16" href="/content/dam/fbc/brand-assets/logos/favicon-16x16.png"/>
  <link rel="icon" type="image/png" sizes="32x32" href="/content/dam/fbc/brand-assets/logos/favicon-32x32.png"/>
  <link rel="apple-touch-icon" href="/content/dam/fbc/brand-assets/logos/apple-touch-icon.png"/>
  <link rel="andriod-chrome-icon" sizes="192x192" href="/content/dam/fbc/brand-assets/logos/android-chrome-192x192.png"/>
  <link rel="andriod-chrome-icon" sizes="512x512" href="/content/dam/fbc/brand-assets/logos/android-chrome-512x512.png"/>

  <meta property="og:title" content="Freedom Boat Club | The World's Ultimate Gateway to Freedom on the Water" />
  <meta property="og:description" content="Join Freedom Boat Club and discover a better way to boat. Book your free tour today." />
  <meta property="og:type" content="website" />

  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link rel="preconnect" href="https://brunswick.scene7.com" />

  <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;700&family=Lato:wght@400;700&display=swap" onload="this.onload=null;this.rel='stylesheet'" />
  <noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;700&family=Lato:wght@400;700&display=swap" /></noscript>

  <style>
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

    :root {
      --background: #f5f7f9;
      --foreground: #002856;
      --card: #ffffff;
      --card-foreground: #1a2d3d;
      --primary: #1f3852;
      --primary-foreground: #ffffff;
      --secondary: #e4e8ed;
      --secondary-foreground: #002856;
      --muted: #eef0f3;
      --muted-foreground: #5c6e7f;
      --accent: #3a89b5;
      --accent-foreground: #ffffff;
      --border: #dce2e8;
      --ocean: #3a89b5;
      --ocean-foreground: #ffffff;
      --ocean-deep: #002856;
      --ocean-deep-foreground: #ffffff;
      --sand: #eef0f3;
      --star: #d4952a;
      --gradient-ocean: linear-gradient(135deg, #002856, #1f3852, #3a89b5);
      --gradient-hero: linear-gradient(180deg, rgba(31,56,82,0.75) 0%, rgba(31,56,82,0.35) 50%, rgba(31,56,82,0.65) 100%);
      --shadow-ocean: 0 10px 40px -10px rgba(31,56,82,0.3);
      --shadow-card: 0 4px 20px -4px rgba(31,56,82,0.08);
      --shadow-card-hover: 0 12px 40px -8px rgba(31,56,82,0.15);
      --font-display: 'Raleway', sans-serif;
      --font-body: 'Lato', sans-serif;
    }

    body { font-family: var(--font-body); background: var(--background); color: var(--foreground); overflow-x: hidden; }
    h1, h2, h3, h4 { font-family: var(--font-display); }
    img { max-width: 100%; display: block; }

    @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes bounce { 0%, 100% { transform: translateY(0) translateX(-50%); } 50% { transform: translateY(10px) translateX(-50%); } }
    .animate-fade-in { animation: fadeInUp 0.8s ease-out both; }

    .sticky-cta { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(31,56,82,0.95); backdrop-filter: blur(12px); box-shadow: var(--shadow-ocean); transform: translateY(-100%); transition: transform 0.3s ease; }
    .sticky-cta.visible { transform: translateY(0); }
    .sticky-cta-inner { max-width: 72rem; margin: 0 auto; padding: 0.75rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
    .sticky-cta img { height: 40px; width: auto; }
    @media (max-width: 639px) { .sticky-cta img { display: none; } }

    .btn { display: inline-block; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.16px; border: none; cursor: pointer; border-radius: 0.5rem; transition: background 0.2s; text-decoration: none; }
    .btn-primary { background: var(--primary-foreground); color: var(--primary); padding: 1rem 3rem; font-size: 1.125rem; box-shadow: var(--shadow-ocean); }
    .btn-primary:hover { background: rgba(255,255,255,0.9); }
    .btn-sm { background: var(--primary-foreground); color: var(--primary); padding: 0.5rem 1.25rem; font-size: 0.875rem; }
    .btn-sm:hover { background: rgba(255,255,255,0.9); }

    .hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
    .hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .hero-overlay { position: absolute; inset: 0; background: var(--gradient-hero); }
    .hero nav { position: absolute; top: 0; left: 0; right: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 1.5rem; }
    @media (min-width: 768px) { .hero nav { padding: 1.5rem 3rem; } }
    .hero-logo { height: 70px; width: auto; }
    @media (min-width: 768px) { .hero-logo { height: 140px; } }
    .hero-content { position: relative; z-index: 10; text-align: center; padding: 0 1.5rem; max-width: 56rem; margin: 0 auto; }
    .hero-eyebrow { color: rgba(255,255,255,0.7); font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; font-size: 0.875rem; margin-bottom: 1rem; }
    .hero h1 { font-size: clamp(3rem, 8vw, 6rem); font-weight: 200; color: var(--primary-foreground); line-height: 1.1; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.05em; }
    .hero-sub { font-size: 1.125rem; color: rgba(255,255,255,0.8); max-width: 42rem; margin: 0 auto 2rem; font-weight: 300; }
    @media (min-width: 768px) { .hero-sub { font-size: 1.25rem; } }
    .hero-micro { color: rgba(255,255,255,0.6); font-size: 0.75rem; margin-top: 1rem; }
    .hero-chevron { position: absolute; bottom: 2rem; left: 50%; z-index: 10; animation: bounce 2s infinite; }
    .hero-chevron svg { width: 2rem; height: 2rem; color: rgba(255,255,255,0.5); }

    .benefits { padding: 6rem 1.5rem; background: var(--background); }
    .benefits-inner { max-width: 72rem; margin: 0 auto; }
    .section-eyebrow { color: var(--primary); font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; font-size: 0.875rem; margin-bottom: 0.75rem; text-align: center; }
    .section-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 200; text-align: center; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4rem; }
    .section-title span { color: var(--accent); }
    .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
    @media (min-width: 768px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) { .benefits-grid { grid-template-columns: repeat(3, 1fr); } }
    .benefit-card { padding: 2rem; border-radius: 1rem; background: var(--card); box-shadow: var(--shadow-card); border: 1px solid rgba(220,226,232,0.5); transition: box-shadow 0.3s; }
    .benefit-card:hover { box-shadow: var(--shadow-card-hover); }
    .benefit-card.primary { border-left: 4px solid var(--primary); }
    .benefit-icon { width: 3.5rem; height: 3.5rem; border-radius: 0.75rem; background: var(--secondary); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; transition: background 0.3s; }
    .benefit-card.primary .benefit-icon { width: 4rem; height: 4rem; }
    .benefit-card:hover .benefit-icon { background: var(--primary); }
    .benefit-icon svg { width: 1.75rem; height: 1.75rem; color: var(--primary); transition: color 0.3s; }
    .benefit-card:hover .benefit-icon svg { color: var(--primary-foreground); }
    .benefit-card h3 { font-size: 1.25rem; font-weight: 200; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; color: var(--foreground); }
    .benefit-card p { color: var(--muted-foreground); line-height: 1.6; }

    .fleet { padding: 5rem 1.5rem; background: var(--muted); }
    .fleet-inner { max-width: 72rem; margin: 0 auto; }
    .fleet h2 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; color: var(--primary); text-align: center; margin-bottom: 1.5rem; }
    .fleet > .fleet-inner > p { color: var(--muted-foreground); text-align: center; max-width: 48rem; margin: 0 auto 3.5rem; font-size: 1.125rem; line-height: 1.7; }
    .fleet-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
    @media (min-width: 768px) { .fleet-grid { grid-template-columns: repeat(3, 1fr); } }
    .fleet-card { background: var(--card); border-radius: 0.75rem; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
    .fleet-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
    .fleet-card-body { padding: 1.5rem; }
    .fleet-card h3 { font-size: 1.5rem; font-weight: 700; color: var(--foreground); margin-bottom: 1rem; }
    .fleet-card hr { border: none; border-top: 1px solid var(--border); margin-bottom: 1rem; }
    .fleet-card .passengers { display: flex; align-items: center; gap: 0.5rem; color: var(--muted-foreground); font-size: 0.875rem; }
    .fleet-card .passengers svg { width: 1rem; height: 1rem; }

    .trust { padding: 2rem 1.5rem; background: var(--secondary); }
    .trust-inner { max-width: 72rem; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2rem; }
    @media (min-width: 768px) { .trust-inner { gap: 3.5rem; } }
    .trust-badge { display: flex; align-items: center; gap: 0.625rem; }
    .trust-badge svg { width: 1.25rem; height: 1.25rem; color: var(--primary); }
    .trust-badge span { font-family: var(--font-display); font-size: 0.875rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 0.16px; }

    .testimonials { position: relative; padding: 6rem 1.5rem; overflow: hidden; }
    .testimonials-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
    .testimonials-overlay { position: absolute; inset: 0; background: rgba(0,40,86,0.85); }
    .testimonials-inner { position: relative; z-index: 10; max-width: 72rem; margin: 0 auto; }
    .testimonials .section-eyebrow { color: var(--primary-foreground); }
    .testimonials .section-title { color: var(--ocean-deep-foreground); }
    .testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
    @media (min-width: 768px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
   .testimonial-card { 
  background: rgba(255,255,255,0.1); 
  backdrop-filter: blur(12px); 
  border-radius: 1rem; 
  padding: 2rem; 
  border: 1px solid rgba(255,255,255,0.1); 
  text-align: center;
  display: flex;
  flex-direction: column;
}
    .testimonial-avatar { width: 4rem; height: 4rem; border-radius: 50%; margin: 0 auto 1.25rem; background: rgba(255,255,255,0.15); border: 2px solid rgba(255,255,255,0.3); display: flex; align-items: center; justify-content: center; }
    .testimonial-avatar svg { width: 2rem; height: 2rem; color: rgba(255,255,255,0.6); }
    .testimonial-stars { display: flex; gap: 0.25rem; justify-content: center; margin-bottom: 1rem; }
    .testimonial-stars svg { width: 1.25rem; height: 1.25rem; fill: var(--star); color: var(--star); }
 .testimonial-card blockquote { 
  flex: 1;
  color: rgba(255,255,255,0.9); 
  line-height: 1.6; 
  margin-bottom: 1.5rem; 
  font-style: italic; 
  font-size: 0.875rem; 
}
    .testimonial-card .name { font-weight: 600; color: var(--ocean-deep-foreground); }
    .testimonial-card .location { color: rgba(255,255,255,0.6); font-size: 0.875rem; font-weight: 600; }
    .testimonial-card .since { color: rgba(255,255,255,0.4); font-size: 0.75rem; margin-top: 0.25rem; }

    .locations { padding: 6rem 1.5rem; background: var(--background); }
    .locations-inner { max-width: 72rem; margin: 0 auto; }
    .locations-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
    @media (min-width: 768px) { .locations-grid { grid-template-columns: 1fr 1fr; } }
    .locations-img { border-radius: 1rem; overflow: hidden; box-shadow: var(--shadow-card); }
    .locations-img img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
    .locations-icon { width: 3rem; height: 3rem; border-radius: 50%; background: rgba(31,56,82,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
    .locations-icon svg { width: 1.5rem; height: 1.5rem; color: var(--primary); }
    .locations h2 { font-size: clamp(1.5rem, 4vw, 2.25rem); font-weight: 200; color: var(--foreground); margin-bottom: 0.75rem; }
    .locations h3 { font-size: 1.125rem; font-weight: 600; color: var(--foreground); margin-bottom: 1rem; }
    .locations-desc { color: var(--muted-foreground); line-height: 1.6; margin-bottom: 1.5rem; }
    .locations-desc strong { color: var(--foreground); }
    .locations-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.625rem 1.5rem; }
    .locations-list-item { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); }
    .locations-list-item svg { width: 1rem; height: 1rem; color: var(--primary); margin-top: 0.125rem; flex-shrink: 0; }

    .how-it-works { padding: 6rem 1.5rem; background: var(--gradient-ocean); }
    .how-inner { max-width: 64rem; margin: 0 auto; }
    .how-it-works .section-eyebrow { color: rgba(255,255,255,0.7); }
    .how-it-works .section-title { color: var(--ocean-deep-foreground); }
    .steps-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
    @media (min-width: 768px) { .steps-grid { grid-template-columns: repeat(3, 1fr); gap: 3rem; } }
    .step { text-align: center; }
    .step-number { font-family: var(--font-display); font-size: 4.5rem; font-weight: 200; color: rgba(255,255,255,0.2); margin-bottom: 1rem; }
    .step h3 { font-size: 1.5rem; font-weight: 200; color: var(--ocean-foreground); margin-bottom: 0.75rem; }
    .step p { color: rgba(255,255,255,0.7); line-height: 1.6; }

    .lead-form { padding: 6rem 1.5rem; background: var(--sand); }
    .lead-form-inner { max-width: 30rem; margin: 0 auto; }
    .lead-form-header { text-align: center; margin-bottom: 3rem; }
    .lead-form-icon { width: 4rem; height: 4rem; border-radius: 50%; background: rgba(31,56,82,0.1); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }
    .lead-form-icon svg { width: 2rem; height: 2rem; color: var(--primary); }
    .lead-form-header h2 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 200; color: var(--foreground); margin-bottom: 1rem; }
    .lead-form-header p { color: var(--muted-foreground); font-size: 1.125rem; }
    .lead-form-card { background: var(--gradient-ocean); border-radius: 1rem; box-shadow: var(--shadow-card); padding: 2rem; }
    @media (min-width: 768px) { .lead-form-card { padding: 2.5rem; } }
    .lead-form-card .form-container { width: 100%; min-height: auto; }
    .lead-form-card .disclaimer { color: rgba(255, 255, 255, 0.8); }

    .footer { background: var(--ocean-deep); padding: 4rem 1.5rem; }
    .footer-inner { max-width: 72rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
    .footer img { height: 5rem; width: auto; }
    .footer p { color: rgba(255,255,255,0.5); font-size: 0.875rem; text-align: center; }
.hero-checklist {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-checklist li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
}

.hero-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  font-size: 13px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .hero-checklist {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-left: 1rem;
  }

  .hero-checklist li {
    white-space: normal;
  }
}
  </style>
</head>
<body>

<!-- Sticky CTA -->
<div class="sticky-cta" id="stickyCta">
  <div class="sticky-cta-inner">
    <img src="https://brunswick.scene7.com/is/image/brunswick/fbc-logo2?$H-2000-2000$&fit=constrain&fmt=webp-alpha" alt="Freedom Boat Club" />
    <div style="margin-left:auto;">
      <a href="#lead-form" class="btn btn-sm">Get Location Information</a>
    </div>
  </div>
</div>

<!-- Hero -->
<section class="hero">
  <video autoplay muted loop playsinline preload="auto">
    <source src="https://brunswick.scene7.com/is/content/brunswick/FBC_no_logo_April_25" type="video/mp4" />
  </video>
  <div class="hero-overlay"></div>

  <nav>
    <img src="https://brunswick.scene7.com/is/image/brunswick/fbc-logo2?$H-2000-2000$&fit=constrain&fmt=webp-alpha" alt="Freedom Boat Club" class="hero-logo" />
    <div></div>
  </nav>

  <div class="hero-content animate-fade-in">
    <p class="hero-eyebrow">South Florida's Largest Boat Club</p>
    <h1>Boating Made Simple</h1>
 <ul class="hero-checklist">
  <li><span class="hero-check">&#10003;</span> You Join the Club</li>
  <li><span class="hero-check">&#10003;</span> Get Unlimited FREE Training</li>
  <li><span class="hero-check">&#10003;</span> Reserve a Boat &amp; Enjoy</li>
</ul>
    <div>
      <a href="#lead-form" class="btn btn-primary">Get Info Now</a>
      <p class="hero-micro"></p>
    </div>
  </div>

  <div class="hero-chevron">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7"/></svg>
  </div>
</section>

<!-- Benefits -->
<section class="benefits">
  <div class="benefits-inner">
   
    <h2 class="section-title">Boating Season Is Here. <span>Are You Ready?</span></h2>
    <div class="benefits-grid">
      <div class="benefit-card primary">
        <div class="benefit-icon">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M2 20a1 1 0 001 1h18a1 1 0 001-1v-1a7 7 0 00-7-7h-6a7 7 0 00-7 7v1z"/><path d="M12 5a3 3 0 100 6 3 3 0 000-6z"/></svg>
        </div>
        <h3>Access Our Entire Fleet</h3>
        <p>From pontoons to center consoles, choose the right boat for every adventure. Your membership opens the door to it all.</p>
      </div>
      <div class="benefit-card primary">
        <div class="benefit-icon">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.77-3.77a6 6 0 01-7.94 7.94l-6.91 6.91a2.12 2.12 0 01-3-3l6.91-6.91a6 6 0 017.94-7.94l-3.76 3.76z"/></svg>
        </div>
        <h3>Walk On, Walk Off</h3>
        <p>We handle the cleaning, maintenance, storage, and insurance. You show up, enjoy, and leave. That's it.</p>
      </div>
      <div class="benefit-card primary">
        <div class="benefit-icon">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M22 10v6M2 10l10-5 10 5-10 5z"/><path d="M6 12v5c3 3 9 3 12 0v-5"/></svg>
        </div>
        <h3>Unlimited Training, Included</h3>
        <p>New to boating? Our qualified captains offer unlimited on-water instruction so you feel confident at the helm.</p>
      </div>
      <div class="benefit-card">
        <div class="benefit-icon">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
        </div>
        <h3>400+ Locations Worldwide</h3>
        <p>Explore home waters or discover somewhere new. Your membership travels with you to over 400 locations across the U.S., Canada, and beyond.</p>
      </div>
      <div class="benefit-card">
        <div class="benefit-icon">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 00-3-3.87"/><path d="M16 3.13a4 4 0 010 7.75"/></svg>
        </div>
        <h3>A Community on the Water</h3>
        <p>Raft-ups, sunset cruises, social events. Freedom Boat Club connects you to a community of people who live for time on the water.</p>
      </div>
      <div class="benefit-card">
        <div class="benefit-icon">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>
        </div>
        <h3>Reserve a Boat in Seconds</h3>
        <p>Pick your boat, choose your day, and confirm through our easy-to-use mobile app. Getting on the water has never been simpler.</p>
      </div>
    </div>
    <div style="text-align:center;margin-top:3rem;">
      <a href="#lead-form" class="btn btn-primary" style="background:var(--primary);color:var(--primary-foreground);">Get Info Now</a>
    </div>
  </div>
</section>

<!-- Fleet -->
<section class="fleet">
  <div class="fleet-inner">
    <h2>Our Fleet</h2>
    <p>With over 5,000 boats across the Freedom fleet, you'll always find the right boat for the day. Center consoles, pontoons, bowriders, offshore fishing boats, wake boats. Explore whatever calls to you, wherever you are.</p>
    <div class="fleet-grid">
      <div class="fleet-card">
        <img src="https://soimg.azureedge.net/ibank/imb42197.jpg" alt="Fishing Boats" loading="lazy" />
        <div class="fleet-card-body">
          <h3>Fishing Boats</h3>
          <hr />
          <div class="passengers">
            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 00-3-3.87"/><path d="M16 3.13a4 4 0 010 7.75"/></svg>
            <span>Max Passenger 9</span>
          </div>
        </div>
      </div>
      <div class="fleet-card">
        <img src=https://soimg.azureedge.net/ibank/imb42192.jpg alt="Deck Boats" loading="lazy" />
        <div class="fleet-card-body">
          <h3>Deck Boats</h3>
          <hr />
          <div class="passengers">
            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 00-3-3.87"/><path d="M16 3.13a4 4 0 010 7.75"/></svg>
            <span>Max Passenger 13</span>
          </div>
        </div>
      </div>
      <div class="fleet-card">
        <img src=https://soimg.azureedge.net/ibank/imb42196.jpg alt="Pontoons/Tritoons" loading="lazy" />
        <div class="fleet-card-body">
          <h3>Pontoons/Tritoons</h3>
          <hr />
          <div class="passengers">
            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 00-3-3.87"/><path d="M16 3.13a4 4 0 010 7.75"/></svg>
            <span>Max Passenger 12</span>
          </div>
        </div>
      </div>
    </div>
    <div style="text-align:center;margin-top:3rem;">
      <a href="#lead-form" class="btn btn-primary" style="background:var(--primary);color:var(--primary-foreground);">Learn About Your Local Fleet</a>
    </div>
  </div>
</section>

<!-- Trust Badges -->
<section class="trust">
  <div class="trust-inner">
    <div class="trust-badge">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
      <span>A Brunswick Company</span>
    </div>
    <div class="trust-badge">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
      <span>400+ Locations Worldwide</span>
    </div>
    <div class="trust-badge">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 00-3-3.87"/><path d="M16 3.13a4 4 0 010 7.75"/></svg>
      <span>90,000+ Members Worldwide</span>
    </div>
    <div class="trust-badge">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>
      <span>25+ Years on the Water</span>
    </div>
  </div>
</section>

<!-- Testimonials -->
<section class="testimonials">
  <div class="testimonials-bg" style="background-image:url(https://fbclandingpage.wpengine.com/wp-content/uploads/2026/03/Lifestyle.webp)"></div>
  <div class="testimonials-overlay"></div>
  <div class="testimonials-inner">
    <p class="section-eyebrow">Member Stories</p>
    <h2 class="section-title">Join 90,000+ Members Who Love Freedom Boat Club</h2>
    <div class="testimonials-grid">
      <div class="testimonial-card">
        <div class="testimonial-avatar">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>
        </div>
        <div class="testimonial-stars">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
        </div>
        <blockquote>"Joined Freedom Boat Club late spring 2025. The dock team in Deerfield has always been very accommodating and provide top-notch service at what is considered one of the busiest South Florida locations. Their weekends are hectic yet Kate and Nick always greet you with a smile, review protocols and ask if you need anything before casting off. When you come back from being out on the water they expertly and calmly guide you to the dock."</blockquote>
        <p class="name">Eric M.</p>
        <p class="location">Deerfield Beach</p>
       
      </div>
      <div class="testimonial-card">
        <div class="testimonial-avatar">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>
        </div>
        <div class="testimonial-stars">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
        </div>
       <blockquote>"We took the boat out for the 4th of July weekend and had the most professional dock masters ever. Both Edgar & Ethan showed extreme professionalism. The most respectful and helpful gentleman I have ever met. Thank you again for making our experience that much better."</blockquote>
        <p class="name">Charlie A.</p>
        <p class="location">Pompano Oceanside</p>
       
      </div>
      <div class="testimonial-card">
        <div class="testimonial-avatar">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>
        </div>
        <div class="testimonial-stars">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
        </div>
        <blockquote>"I've been a member with FBC for about a year and the staff and dock hands at the Hutchinson location absolutely blow it out of the water each and every time. Zack and Jacob are always willing to work with me even on short notice and they never fail to deliver."</blockquote>
        <p class="name">Jason T.</p>
        <p class="location">Hutchinson Island</p>
     
      </div>
    </div>
    <div style="text-align:center;margin-top:3rem;">
      <a href="#lead-form" class="btn btn-primary">See Pricing & Availability</a>
    </div>
  </div>
</section>

<!-- Locations -->
<section class="locations">
  <div class="locations-inner">
    <div class="locations-grid">
      <div class="locations-img">
        <img src="https://fbclandingpage.wpengine.com/wp-content/uploads/2026/03/Lifestyle.webp" alt="Boating in South Florida" loading="lazy" />
      </div>
      <div>
       <div style="display: flex; align-items: center; gap: 12px;">
  <div class="locations-icon">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
      <path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/>
      <circle cx="12" cy="10" r="3"/>
    </svg>
  </div>
  <h2>Freedom Boat Club of South Florida</h2>
</div>
              <p class="locations-desc">South Florida was made for boating, and Freedom Boat Club makes it effortless. From Stuart and Hutchinson Island down through Jupiter, Riviera Beach, West Palm Beach, Boynton Beach, Deerfield Beach, and Pompano Beach, our 13 marina locations put premium boats within reach of where you live. Walk on, explore the water, and walk off. Free training, dockside support, and easy mobile booking included with every membership.</p>
<h3>Local Locations:</h3>
        <div class="locations-list">
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Boynton Beach</span></div>
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Deerfield Beach</span></div>
        
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Jupiter - North</span></div>
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Jupiter - South (Elite Boats Only)</span></div>
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Pompano - Atlantic Blvd</span></div>
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Pompano - Lighthouse Point Marina</span></div>
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Pompano - Oceanside</span></div>
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Riviera Beach</span></div>
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Stuart - Harborage Yacht Club</span></div>  <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Stuart - Hutchinson Island</span></div>
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Stuart - Pirates Cove Marina</span></div>
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>Stuart - Riverwatch Marina</span></div>
          <div class="locations-list-item"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><polyline points="9 18 15 12 9 6"/></svg><span>West Palm Beach - Lake Park</span></div>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- How It Works -->
<section class="how-it-works">
  <div class="how-inner">
    <p class="section-eyebrow">Simple as 1-2-3</p>
    <h2 class="section-title">How It Works</h2>
    <div class="steps-grid">
      <div class="step">
        <div class="step-number">01</div>
        <h3>Join the Club</h3>
        <p>Choose a membership plan that fits your lifestyle and join your nearest Freedom Boat Club location.</p>
      </div>
      <div class="step">
        <div class="step-number">02</div>
        <h3>Get on the Water</h3>
        <p>Complete your complimentary on-water training with a qualified captain and get confident at the helm.</p>
      </div>
      <div class="step">
        <div class="step-number">03</div>
        <h3>Reserve &amp; Explore</h3>
        <p>Book your boat, choose your day, and head out. New waters, new adventures, whenever you're ready.</p>
      </div>
    </div>
  </div>
</section>

<!-- Lead Form -->
<section class="lead-form" id="lead-form">
  <div class="lead-form-inner">
    <div class="lead-form-header">
      <div class="lead-form-icon">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><circle cx="12" cy="5" r="3"/><line x1="12" y1="22" x2="12" y2="8"/><path d="M5 12H2a10 10 0 0020 0h-3"/></svg>
      </div>
      <h2>Get Location Information Now</h2>
      <p>Fill out the form below to instantly receive pricing and real-time boat availability!</p>
    </div>
    <div class="lead-form-card">
      <div class="form-container">
        <iframe src="https://info.freedomboatclub.com/kioskform.aspx?bt=Get%20Info%20Now&bc=df0b18&tm=4703&txtAddTag=info.fbcextension&txtClass1=22401&txtClass2=19871&txtClass4=10185&txtClass7=3511&txtCustom11=&txtCustom12=216.73.216.215&txtCustom14=&txtCustom18=&txtCustom19=&txtCity=&txtState=&txtZip=&txtContactNewProcID=25790&txtContactDupProcID=26021&txtFBCLookupClass5=1&txtIgnoreWebFormProcID=1&txtMetric1Title=Origin&txtMetric1Value=SalesOptima Lead Gen&txtMetric2Title=Ad Account&txtMetric2Value=&txtMetric3Title=IP&txtMetric3Value=216.73.216.215&txtMetric4Title=Referral URL&txtMetric4Value=&txtMetric5Title=Advertising Channel&txtMetric5Value=&txtMetric6Title=Campaign Name&txtMetric6Value=&txtMetric7Title=Ad Set / Ad Group&txtMetric7Value=&txtMetric8Title=Term&txtMetric8Value=&txtMetric9Title=GCLID&txtMetric9Value=&txtMetric10Title=Ad Type&txtMetric10Value=&txtMetric11Title=Conversion Source&txtMetric11Value=&txtMetric12Title=Ad Channel&txtMetric12Value=3511&txtMetric13Title=FBCLID&txtMetric13Value=&txtMetric14Title=Ad Name&txtMetric14Value=&rdr=https://info.freedomboatclub.com/dp/southfloridathankyou/PH_ContactID" width='100%' height='500' frameBorder="0" ></iframe>
      </div>
      <p class="disclaimer">No commitment required. We respect your privacy and will never share your information.</p>
    </div>
  </div>
</section>

<!-- Footer -->
<footer class="footer">
  <div class="footer-inner">
    <img src="https://brunswick.scene7.com/is/image/brunswick/fbc-logo2?$H-2000-2000$&fit=constrain&fmt=webp-alpha" alt="Freedom Boat Club" />
    <p>&copy; 2026 Freedom Boat Club. All Rights Reserved. Life is good in the club.</p>
  </div>
</footer>

<script>
  var stickyCta = document.getElementById('stickyCta');
  window.addEventListener('scroll', function() {
    if (window.scrollY > window.innerHeight * 0.85) {
      stickyCta.classList.add('visible');
    } else {
      stickyCta.classList.remove('visible');
    }
  }, { passive: true });

  document.querySelectorAll('a[href="#lead-form"]').forEach(function(link) {
    link.addEventListener('click', function(e) {
      e.preventDefault();
      document.getElementById('lead-form').scrollIntoView({ behavior: 'smooth' });
    });
  });
</script>

</body>
</html>