<!DOCTYPE html>
<html lang="es-PR">
<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=AW-18023006486"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

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

  gtag('config', 'G-NLYREMWEPG');
</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 | Puerto Rico</title>
  <meta name="description" content="Únete a Freedom Boat Club y descubre una mejor forma de navegar. 400+ ubicaciones, 5,000+ botes, entrenamiento ilimitado incluido. Agenda tu tour gratis hoy." />

  <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 | La Mejor Forma de Navegar en Puerto Rico" />
  <meta property="og:description" content="Únete a Freedom Boat Club y descubre una mejor forma de navegar. Agenda tu tour gratis hoy." />
  <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">Obtén Información</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">El Club de Botes Más Grande de Puerto Rico</p>
    <h1>Navegación Hecho Simple</h1>
 <ul class="hero-checklist">
  <li><span class="hero-check">&#10003;</span> Te Unes al Club</li>
  <li><span class="hero-check">&#10003;</span> Entrenamiento GRATIS e Ilimitado</li>
  <li><span class="hero-check">&#10003;</span> Reserva un Bote y a Gozar</li>
</ul>
    <div>
      <a href="#lead-form" class="btn btn-primary">Obtén Info Ahora</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">La Temporada de Botes Llegó. <span>¿Estás Listo?</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>Acceso a Toda la Flota</h3>
        <p>Desde pontones hasta consolas centrales, escoge el bote perfecto pa' cada aventura. Tu membresía te abre la puerta a todos.</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>Llegas, Navegas y Te Vas</h3>
        <p>Nosotros nos encargamos de la limpieza, mantenimiento, almacenaje y seguro. Tú llegas, disfrutas y te vas. Así de fácil.</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>Entrenamiento Ilimitado, Incluido</h3>
        <p>¿Nuevo en la navegación? Nuestros capitanes cualificados te ofrecen instrucción ilimitada en el agua pa' que te sientas seguro al timón.</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+ Ubicaciones en el Mundo</h3>
        <p>Explora las aguas de tu área o descubre un lugar nuevo. Tu membresía viaja contigo a más de 400 ubicaciones en EE.UU., Canadá y más allá.</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>Una Comunidad en el Agua</h3>
        <p>Raft-ups, paseos al atardecer, eventos sociales. Freedom Boat Club te conecta con gente que vive pa' disfrutar el agua.</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>Reserva un Bote en Segundos</h3>
        <p>Escoge tu bote, elige el día y confirma por nuestra app. Salir al agua nunca había sido tan sencillo.</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);">Obtén Info Ahora</a>
    </div>
  </div>
</section>

<!-- Fleet -->
<section class="fleet">
  <div class="fleet-inner">
    <h2>Nuestra Flota</h2>
    <p>Con más de 5,000 botes en la flota de Freedom, siempre vas a encontrar el bote perfecto pa'l día. Consolas centrales, pontones, bowriders, botes de pesca offshore, wake boats. Explora lo que te llame, donde quiera que estés.</p>
    <div class="fleet-grid">
      <div class="fleet-card">
        <img src="https://fbclandingpage.wpengine.com/wp-content/uploads/2026/04/Untitled-design.webp" alt="Botes de Pesca" loading="lazy" />
        <div class="fleet-card-body">
          <h3>Botes de Pesca</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>Máx. Pasajeros 9</span>
          </div>
        </div>
      </div>
      <div class="fleet-card">
        <img src="https://fbclandingpage.wpengine.com/wp-content/uploads/2025/03/Black.webp" 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>Máx. Pasajeros 13</span>
          </div>
        </div>
      </div>
      <div class="fleet-card">
        <img src="https://fbclandingpage.wpengine.com/wp-content/uploads/2025/02/imb43492.webp" alt="Pontones/Tritones" loading="lazy" />
        <div class="fleet-card-body">
          <h3>Pontones/Tritones</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>Máx. Pasajeros 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);">Conoce Tu Flota Local</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>Una Compañía de Brunswick</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+ Ubicaciones en el Mundo</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+ Miembros en el Mundo</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+ Años en el Agua</span>
    </div>
  </div>
</section>

<!-- Testimonials -->
<section class="testimonials">
  <div class="testimonials-bg" style="background-image:url(https://fbclandingpage.wpengine.com/wp-content/uploads/2026/04/Fajardo_BoatingAttractions_Cayo-Icacos.webp)"></div>
  <div class="testimonials-overlay"></div>
  <div class="testimonials-inner">
    <p class="section-eyebrow">Historias de Miembros</p>
    <h2 class="section-title">Únete a 90,000+ Miembros Que Aman 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>"Me uní a Freedom Boat Club a finales de la primavera del 2025. El equipo del muelle en Deerfield siempre ha sido súper atento y dan un servicio de primera en una de las ubicaciones más ocupadas del sur de Florida. Los fines de semana son bien movidos pero Kate y Nick siempre te reciben con una sonrisa, repasan los protocolos y te preguntan si necesitas algo antes de salir."</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>"Sacamos el bote pa'l fin de semana del 4 de julio y tuvimos los dock masters más profesionales. Edgar y Ethan demostraron un profesionalismo brutal. Los caballeros más respetuosos y serviciales que he conocido. Gracias otra vez por hacer nuestra experiencia mucho mejor."</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>"Llevo como un año de miembro con FBC y el staff y los dock hands en la ubicación de Hutchinson se la botan cada vez. Zack y Jacob siempre están dispuestos a trabajar conmigo aunque sea con poco aviso y nunca fallan en entregar."</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">Ver Precios y Disponibilidad</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/04/Fajardo_BoatingAttractions_Cayo-Icacos.webp" alt="Navegando en Puerto Rico" 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 de Puerto Rico</h2>
</div>
              <p class="locations-desc">Puerto Rico fue hecho pa' navegar, y Freedom Boat Club lo hace bien fácil. Con marinas estratégicamente ubicadas por la isla, nuestras ubicaciones ponen botes premium al alcance de donde vives. Llegas, sales al agua y te vas. Entrenamiento gratis, apoyo en el muelle y reservas fáciles por app incluidos con cada membresía.</p>
<h3>Ubicaciones Locales:</h3>
        <!-- TODO: UPDATE WITH ACTUAL PR LOCATIONS -->
        <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>Cabo Rojo</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>Fajardo</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>Salinas</span></div>
         
        </div>
      </div>
    </div>
  </div>
</section>

<!-- How It Works -->
<section class="how-it-works">
  <div class="how-inner">
    <p class="section-eyebrow">Fácil como 1-2-3</p>
    <h2 class="section-title">Cómo Funciona</h2>
    <div class="steps-grid">
      <div class="step">
        <div class="step-number">01</div>
        <h3>Únete al Club</h3>
        <p>Escoge el plan de membresía que mejor se ajuste a tu estilo de vida y únete a la ubicación de Freedom Boat Club más cerca de ti.</p>
      </div>
      <div class="step">
        <div class="step-number">02</div>
        <h3>¡Sal al agua!</h3>
        <p>Completa tu entrenamiento gratis en el agua con un capitán cualificado y coge confianza al timón.</p>
      </div>
      <div class="step">
        <div class="step-number">03</div>
        <h3>Reserva y Explora</h3>
        <p>Reserva tu bote, escoge tu día y sal a navegar. Aguas nuevas, aventuras nuevas, cuando tú quieras.</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>¡Obtén Información Ahora!</h2>
      <p>Llena el formulario para recibir al instante los precios y la disponibilidad de botes en tiempo real.</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=5443&txtAddTag=info.fbcextension&txtClass1=22401&txtClass2=19871&txtClass4=10185&txtClass7=3511&txtCustom11=&txtCustom12=216.73.216.61&txtCustom14=&txtCustom18=&txtCustom19=&txtCity=&txtState=&txtZip=&txtContactNewProcID=28877&txtContactDupProcID=26021&txtFBCLookupClass5=1&txtIgnoreWebFormProcID=1&txtMetric1Title=Origin&txtMetric1Value=SalesOptima Lead Gen&txtMetric2Title=Ad Account&txtMetric2Value=&txtMetric3Title=IP&txtMetric3Value=216.73.216.61&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/puertoricothankyou/PH_ContactID" width='100%' height='500' frameBorder="0" ></iframe>
      </div>
      <p class="disclaimer">No requiere compromiso. Respetamos tu privacidad y nunca compartiremos tu información.</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. Todos los Derechos Reservados. La vida es buena en el 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>
