route1-vbeta1-02 / index.html
privateuserh's picture
Update index.html
50bc5b2 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Route 1 Rewards™ Program</title>
<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>
.hero-gradient {
background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}
.badge-card {
transition: all 0.3s ease;
}
.badge-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.tier-card {
transition: all 0.3s ease;
}
.tier-card:hover {
transform: scale(1.03);
}
.bronze-gradient {
background: linear-gradient(135deg, #cd7f32 0%, #b87333 100%);
}
.silver-gradient {
background: linear-gradient(135deg, #c0c0c0 0%, #a8a8a8 100%);
}
.gold-gradient {
background: linear-gradient(135deg, #ffd700 0%, #daa520 100%);
}
.floating {
animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
0% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}
.road-animation {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%233b82f6" fill-opacity="0.3" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') repeat-x;
animation: roadMove 60s linear infinite;
background-size: 1440px 200px;
}
@keyframes roadMove {
0% { background-position: 0 0; }
100% { background-position: -1440px 0; }
}
.icon-container {
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
border-radius: 20px;
margin-bottom: 20px;
}
.icon-bg-blue {
background-color: #3b82f620;
}
.icon-bg-purple {
background-color: #8b5cf620;
}
.icon-bg-green {
background-color: #10b98120;
}
.icon-bg-yellow {
background-color: #f59e0b20;
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i class="fas fa-route text-blue-500 text-2xl mr-2"></i>
<span class="text-xl font-bold text-blue-600">Route 1 Rewards™</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#how-it-works" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">How It Works</a>
<a href="#benefits" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Benefits</a>
<a href="#tiers" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Tiers</a>
<a href="#partners" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Partners</a>
<a href="#signup" class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">Sign Up</a>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="hidden md:hidden" id="mobile-menu">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#how-it-works" class="text-gray-900 hover:text-blue-600 block px-3 py-2 rounded-md text-base font-medium">How It Works</a>
<a href="#benefits" class="text-gray-900 hover:text-blue-600 block px-3 py-2 rounded-md text-base font-medium">Benefits</a>
<a href="#tiers" class="text-gray-900 hover:text-blue-600 block px-3 py-2 rounded-md text-base font-medium">Tiers</a>
<a href="#partners" class="text-gray-900 hover:text-blue-600 block px-3 py-2 rounded-md text-base font-medium">Partners</a>
<a href="#signup" class="bg-blue-600 hover:bg-blue-700 text-white block px-3 py-2 rounded-md text-base font-medium">Sign Up</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-32">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Make Every Mile Count</h1>
<p class="text-xl mb-8">Turn your seasonal driving and RV adventures into exclusive rewards, discounts, and recognition with the <b>Route 1 Rewards™</b> Program.</p>
<div class="flex flex-col sm:flex-row gap-4">
<a href="#signup" class="bg-white text-blue-600 hover:bg-gray-100 font-bold py-3 px-6 rounded-lg text-center transition duration-300">Join Now</a>
<a href="#how-it-works" class="border-2 border-white text-white hover:bg-white hover:text-blue-600 font-bold py-3 px-6 rounded-lg text-center transition duration-300">Learn More</a>
</div>
</div>
<div class="relative">
<div class="icon-container icon-bg-blue floating">
<i class="fas fa-car text-blue-600 text-4xl"></i>
</div>
<div class="absolute -bottom-6 -right-6 bg-yellow-400 text-gray-900 px-6 py-3 rounded-lg shadow-lg font-bold">
<i class="fas fa-trophy mr-2"></i> Earn Rewards
</div>
</div>
</div>
</div>
<div class="road-animation h-12 w-full"></div>
</section>
<!-- Stats Section -->
<section class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
<div class="bg-white p-6 rounded-xl shadow-md">
<div class="text-blue-600 text-4xl font-bold mb-2">10K+</div>
<div class="text-gray-600">Members</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-md">
<div class="text-blue-600 text-4xl font-bold mb-2">500+</div>
<div class="text-gray-600">Partner Locations</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-md">
<div class="text-blue-600 text-4xl font-bold mb-2">1M+</div>
<div class="text-gray-600">Miles Tracked</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-md">
<div class="text-blue-600 text-4xl font-bold mb-2">$250K+</div>
<div class="text-gray-600">In Rewards</div>
</div>
</div>
</div>
</section>
<!-- How It Works Section -->
<section id="how-it-works" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">How It Works</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Verified Mileage, Real Rewards - A simple process to turn your miles into benefits</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-xl">
<div class="icon-container icon-bg-blue">
<i class="fas fa-car text-blue-600 text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-center mb-4">1. Enroll Your Vehicle</h3>
<p class="text-gray-600 text-center">Register your RV or car camper in our program with basic details and your starting odometer reading.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl">
<div class="icon-container icon-bg-purple">
<i class="fas fa-road text-purple-600 text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-center mb-4">2. Drive & Verify</h3>
<p class="text-gray-600 text-center">Visit participating locations where hosts will verify your odometer reading to track your mileage.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl">
<div class="icon-container icon-bg-green">
<i class="fas fa-gift text-green-600 text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-center mb-4">3. Earn Rewards</h3>
<p class="text-gray-600 text-center">As you accumulate verified miles, unlock tiered benefits and exclusive partner discounts.</p>
</div>
</div>
<div class="mt-16 bg-blue-50 rounded-xl p-8 md:p-12">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<h3 class="text-2xl font-bold text-gray-900 mb-4">Odometer Verification Process</h3>
<p class="text-gray-600 mb-6">Our secure verification system ensures your mileage is accurately tracked at participating locations:</p>
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-600 mt-1 mr-3"></i>
<span class="text-gray-700">Hosts enter your current odometer reading into our secure system</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-600 mt-1 mr-3"></i>
<span class="text-gray-700">System calculates miles driven since last verification</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-600 mt-1 mr-3"></i>
<span class="text-gray-700">New mileage total updates instantly in your account</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-600 mt-1 mr-3"></i>
<span class="text-gray-700">Eligibility for rewards is determined based on your tier</span>
</li>
</ul>
</div>
<div class="relative">
<div class="icon-container icon-bg-yellow">
<i class="fas fa-shield-alt text-yellow-600 text-4xl"></i>
</div>
<div class="absolute -bottom-6 -left-6 bg-white p-4 rounded-xl shadow-lg">
<div class="flex items-center">
<div class="bg-blue-100 p-3 rounded-full mr-3">
<i class="fas fa-shield-alt text-blue-600"></i>
</div>
<div>
<div class="font-bold">Secure Verification</div>
<div class="text-sm text-gray-600">Fraud-proof system</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Benefits Section -->
<section id="benefits" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Program Benefits</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">More than just rewards - we celebrate your journey</p>
</div>
<div class="grid md:grid-cols-2 gap-8 mb-16">
<div class="bg-white p-8 rounded-xl shadow-md">
<h3 class="text-2xl font-bold text-gray-900 mb-6 flex items-center">
<i class="fas fa-trophy text-yellow-500 mr-3"></i>
<span>Bragging Rights & Recognition</span>
</h3>
<p class="text-gray-600 mb-6">We know that RVing is about the freedom of the journey and the incredible memories you create along the way.</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-chart-line text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Public Leaderboards</h4>
<p class="text-gray-600">See how your travels stack up! Our leaderboards (with your permission) showcase top mileage earners.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-star text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Featured Traveler Spotlights</h4>
<p class="text-gray-600">High-mileage members might be highlighted in our newsletter or social media.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-calendar-check text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Exclusive Recognition Events</h4>
<p class="text-gray-600">Our most dedicated road warriors receive invitations to special appreciation events.</p>
</div>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<h3 class="text-2xl font-bold text-gray-900 mb-6 flex items-center">
<i class="fas fa-handshake text-green-500 mr-3"></i>
<span>Partner Perks</span>
</h3>
<p class="text-gray-600 mb-6">We're building a comprehensive network of partners to provide tangible benefits for every mile you drive.</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-campground text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Camping Site Discounts</h4>
<p class="text-gray-600">After odometer verification, see participating campgrounds with exclusive discounts along your route.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-gas-pump text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Fuel & Charging Discounts</h4>
<p class="text-gray-600">Save on fuel and charging at participating stations based on your tier level.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-users text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Exclusive Community & Events</h4>
<p class="text-gray-600">Access unique RV rallies, workshops, and meet-ups as you progress through tiers.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Badges Section -->
<div class="text-center mb-12">
<h3 class="text-2xl font-bold text-gray-900 mb-4">Earn Digital Badges & Achievements</h3>
<p class="text-gray-600 max-w-3xl mx-auto">Display these proudly on your profile or share them with friends on social media</p>
</div>
<div class="grid sm:grid-cols-2 md:grid-cols-3 gap-6">
<div class="badge-card bg-white p-6 rounded-xl shadow-md text-center border-t-4 border-blue-500">
<div class="icon-container icon-bg-blue">
<i class="fas fa-award text-blue-600 text-4xl"></i>
</div>
<h4 class="font-bold text-lg mb-2">10,000 Miles Master</h4>
<p class="text-gray-600 text-sm">Achieved when you reach 10,000 verified miles</p>
</div>
<div class="badge-card bg-white p-6 rounded-xl shadow-md text-center border-t-4 border-purple-500">
<div class="icon-container icon-bg-purple">
<i class="fas fa-flag-usa text-purple-600 text-4xl"></i>
</div>
<h4 class="font-bold text-lg mb-2">Cross-Country Conqueror</h4>
<p class="text-gray-600 text-sm">Awarded for completing a coast-to-coast journey</p>
</div>
<div class="badge-card bg-white p-6 rounded-xl shadow-md text-center border-t-4 border-yellow-500">
<div class="icon-container icon-bg-yellow">
<i class="fas fa-medal text-yellow-600 text-4xl"></i>
</div>
<h4 class="font-bold text-lg mb-2">Million-Mile Maverick</h4>
<p class="text-gray-600 text-sm">The ultimate achievement for 1,000,000 miles</p>
</div>
</div>
</div>
</section>
<!-- Tiers Section -->
<section id="tiers" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Program Tiers</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Your verified mileage unlocks increasing benefits</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Bronze Tier -->
<div class="tier-card bg-white rounded-xl shadow-lg overflow-hidden border-b-8 border-bronze-500">
<div class="bronze-gradient py-6 px-8">
<h3 class="text-2xl font-bold text-white text-center">Bronze Traveler</h3>
<p class="text-white text-center">0-10,000 miles/year</p>
</div>
<div class="p-8">
<ul class="space-y-4 mb-8">
<li class="flex items-start">
<i class="fas fa-check text-bronze-500 mt-1 mr-3"></i>
<span class="text-gray-700">Basic charging and fuel discounts</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-bronze-500 mt-1 mr-3"></i>
<span class="text-gray-700">Small percentage off campground stays</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-bronze-500 mt-1 mr-3"></i>
<span class="text-gray-700">Access to general community forum</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-bronze-500 mt-1 mr-3"></i>
<span class="text-gray-700">Basic roadside assistance discounts</span>
</li>
</ul>
<div class="text-center">
<div class="text-4xl font-bold text-gray-900 mb-2">$0</div>
<div class="text-gray-600 mb-6">No enrollment fee</div>
<a href="#signup" class="bg-bronze-500 hover:bg-bronze-600 text-white font-bold py-3 px-6 rounded-lg w-full block transition duration-300">Get Started</a>
</div>
</div>
</div>
<!-- Silver Tier -->
<div class="tier-card bg-white rounded-xl shadow-lg overflow-hidden border-b-8 border-gray-400 transform scale-105 z-10">
<div class="silver-gradient py-6 px-8">
<h3 class="text-2xl font-bold text-gray-900 text-center">Silver Nomad</h3>
<p class="text-gray-900 text-center">10,001-25,000 miles/year</p>
</div>
<div class="p-8">
<div class="absolute top-0 right-0 bg-yellow-400 text-gray-900 px-4 py-1 text-sm font-bold rounded-bl-lg">POPULAR</div>
<ul class="space-y-4 mb-8">
<li class="flex items-start">
<i class="fas fa-check text-gray-500 mt-1 mr-3"></i>
<span class="text-gray-700">Increased charging and fuel discounts</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-gray-500 mt-1 mr-3"></i>
<span class="text-gray-700">Higher percentage off campgrounds</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-gray-500 mt-1 mr-3"></i>
<span class="text-gray-700">Minor discounts on RV accessories</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-gray-500 mt-1 mr-3"></i>
<span class="text-gray-700">Exclusive online workshops</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-gray-500 mt-1 mr-3"></i>
<span class="text-gray-700">Enhanced roadside assistance</span>
</li>
</ul>
<div class="text-center">
<div class="text-4xl font-bold text-gray-900 mb-2">$0</div>
<div class="text-gray-600 mb-6">No enrollment fee</div>
<a href="#signup" class="bg-gray-500 hover:bg-gray-600 text-white font-bold py-3 px-6 rounded-lg w-full block transition duration-300">Upgrade Now</a>
</div>
</div>
</div>
<!-- Gold Tier -->
<div class="tier-card bg-white rounded-xl shadow-lg overflow-hidden border-b-8 border-yellow-500">
<div class="gold-gradient py-6 px-8">
<h3 class="text-2xl font-bold text-gray-900 text-center">Gold Adventurer</h3>
<p class="text-gray-900 text-center">25,001+ miles/year</p>
</div>
<div class="p-8">
<ul class="space-y-4 mb-8">
<li class="flex items-start">
<i class="fas fa-check text-yellow-500 mt-1 mr-3"></i>
<span class="text-gray-700">Top-tier charging and fuel discounts</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-yellow-500 mt-1 mr-3"></i>
<span class="text-gray-700">Significant campground discounts</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-yellow-500 mt-1 mr-3"></i>
<span class="text-gray-700">Substantial RV maintenance discounts</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-yellow-500 mt-1 mr-3"></i>
<span class="text-gray-700">Complimentary premium roadside assistance</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-yellow-500 mt-1 mr-3"></i>
<span class="text-gray-700">Priority access to exclusive events</span>
</li>
</ul>
<div class="text-center">
<div class="text-4xl font-bold text-gray-900 mb-2">$0</div>
<div class="text-gray-600 mb-6">No enrollment fee</div>
<a href="#signup" class="bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-3 px-6 rounded-lg w-full block transition duration-300">Join Elite</a>
</div>
</div>
</div>
</div>
<div class="mt-16 bg-gray-50 rounded-xl p-8 md:p-12">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div class="order-2 md:order-1">
<h3 class="text-2xl font-bold text-gray-900 mb-4">Tier Progression</h3>
<p class="text-gray-600 mb-6">Your tier is calculated annually based on verified mileage. Progress resets each calendar year, giving everyone a fresh start.</p>
<div class="w-full bg-gray-200 rounded-full h-4 mb-6">
<div class="bg-gradient-to-r from-bronze-500 via-gray-400 to-yellow-500 h-4 rounded-full" style="width: 100%"></div>
</div>
<div class="grid grid-cols-3 gap-4 text-center">
<div>
<div class="font-bold">Bronze</div>
<div class="text-sm text-gray-600">0-10K miles</div>
</div>
<div>
<div class="font-bold">Silver</div>
<div class="text-sm text-gray-600">10K-25K miles</div>
</div>
<div>
<div class="font-bold">Gold</div>
<div class="text-sm text-gray-600">25K+ miles</div>
</div>
</div>
</div>
<div class="order-1 md:order-2">
<div class="icon-container icon-bg-green">
<i class="fas fa-mountain text-green-600 text-4xl"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Partners Section -->
<section id="partners" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Our Partners</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">A growing network of campgrounds, service centers, and more</p>
</div>
<div class="grid sm:grid-cols-2 md:grid-cols-3 gap-8 mb-16">
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="icon-container icon-bg-blue">
<i class="fas fa-campground text-blue-600 text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-center mb-4">For Campgrounds</h3>
<p class="text-gray-600 text-center mb-6">Offer exclusive discounts to our members and get more bookings.</p>
<a href="#" class="text-blue-600 font-semibold flex items-center justify-center">
<span>Partner Portal</span>
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="icon-container icon-bg-purple">
<i class="fas fa-tools text-purple-600 text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-center mb-4">For Service Centers</h3>
<p class="text-gray-600 text-center mb-6">Attract more customers by offering tiered discounts to our members.</p>
<a href="#" class="text-blue-600 font-semibold flex items-center justify-center">
<span>Join Our Network</span>
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="icon-container icon-bg-green">
<i class="fas fa-calendar-alt text-green-600 text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-center mb-4">For Event Hosts</h3>
<p class="text-gray-600 text-center mb-6">Submit your event proposals for our community of RV enthusiasts.</p>
<a href="#" class="text-blue-600 font-semibold flex items-center justify-center">
<span>Host Application</span>
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
<div class="bg-white rounded-xl shadow-lg overflow-hidden">
<div class="grid md:grid-cols-2">
<div class="p-8 md:p-12">
<h3 class="text-2xl font-bold text-gray-900 mb-4">Become a Partner</h3>
<p class="text-gray-600 mb-6">Join our network of partners and connect with thousands of RV enthusiasts who are eager to explore and spend.</p>
<div class="space-y-4">
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-chart-line text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Increased Visibility</h4>
<p class="text-gray-600">Get featured in our partner directory and member app.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-users text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Targeted Audience</h4>
<p class="text-gray-600">Reach passionate RVers who are actively traveling.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-2 rounded-full mr-4">
<i class="fas fa-cog text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Easy Management</h4>
<p class="text-gray-600">Set your own discounts and blackout dates through our portal.</p>
</div>
</div>
</div>
<a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg mt-8 transition duration-300">Learn About Partnership</a>
</div>
<div class="bg-blue-50 flex items-center justify-center p-8">
<div class="icon-container icon-bg-blue">
<i class="fas fa-handshake text-blue-600 text-4xl"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-20 bg-blue-600 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold mb-4">What Our Members Say</h2>
<p class="text-xl text-blue-100 max-w-3xl mx-auto">Hear from RV enthusiasts who are already enjoying the benefits</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white bg-opacity-10 p-8 rounded-xl backdrop-blur-sm">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-blue-500 flex items-center justify-center text-xl font-bold mr-4">JD</div>
<div>
<div class="font-bold">James D.</div>
<div class="text-blue-200 text-sm">Silver Nomad</div>
</div>
</div>
<p class="italic mb-4">"The campground discounts alone have saved me over $500 this season. Verification is quick and easy at partner locations."</p>
<div class="flex text-yellow-400">
<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>
<div class="bg-white bg-opacity-10 p-8 rounded-xl backdrop-blur-sm">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-blue-500 flex items-center justify-center text-xl font-bold mr-4">SM</div>
<div>
<div class="font-bold">Sarah M.</div>
<div class="text-blue-200 text-sm">Gold Adventurer</div>
</div>
</div>
<p class="italic mb-4">"As full-time RVers, the fuel discounts make a huge difference. We love seeing our progress on the leaderboard too!"</p>
<div class="flex text-yellow-400">
<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>
<div class="bg-white bg-opacity-10 p-8 rounded-xl backdrop-blur-sm">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-blue-500 flex items-center justify-center text-xl font-bold mr-4">RT</div>
<div>
<div class="font-bold">Robert T.</div>
<div class="text-blue-200 text-sm">Bronze Traveler</div>
</div>
</div>
<p class="italic mb-4">"Even with just weekend trips, I've already earned enough for a free night's stay. The verification process is seamless."</p>
<div class="flex text-yellow-400">
<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-half-alt"></i>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section id="signup" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="bg-blue-600 rounded-2xl shadow-xl overflow-hidden">
<div class="grid md:grid-cols-2">
<div class="p-12">
<h2 class="text-3xl font-bold text-white mb-4">Ready to Join?</h2>
<p class="text-blue-100 mb-8">Sign up today and start turning your miles into rewards on your next adventure.</p>
<form id="enrollment-form" class="space-y-4">
<div>
<label for="name" class="block text-sm font-medium text-white mb-1">Full Name</label>
<input type="text" id="name" class="w-full px-4 py-3 rounded-lg bg-blue-500 bg-opacity-50 border border-blue-400 text-white placeholder-blue-200 focus:outline-none focus:ring-2 focus:ring-white focus:border-white" required>
</div>
<div>
<label for="email" class="block text-sm font-medium text-white mb-1">Email</label>
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg bg-blue-500 bg-opacity-50 border border-blue-400 text-white placeholder-blue-200 focus:outline-none focus:ring-2 focus:ring-white focus:border-white" required>
</div>
<div class="grid grid-cols-2 gap-4">
<div>
<label for="vehicle-year" class="block text-sm font-medium text-white mb-1">Vehicle Year</label>
<input type="number" id="vehicle-year" min="1900" max="2024" class="w-full px-4 py-3 rounded-lg bg-blue-500 bg-opacity-50 border border-blue-400 text-white placeholder-blue-200 focus:outline-none focus:ring-2 focus:ring-white focus:border-white" required>
</div>
<div>
<label for="vehicle-make" class="block text-sm font-medium text-white mb-1">Vehicle Make</label>
<input type="text" id="vehicle-make" class="w-full px-4 py-3 rounded-lg bg-blue-500 bg-opacity-50 border border-blue-400 text-white placeholder-blue-200 focus:outline-none focus:ring-2 focus:ring-white focus:border-white" required>
</div>
</div>
<div>
<label for="vehicle-model" class="block text-sm font-medium text-white mb-1">Vehicle Model</label>
<input type="text" id="vehicle-model" class="w-full px-4 py-3 rounded-lg bg-blue-500 bg-opacity-50 border border-blue-400 text-white placeholder-blue-200 focus:outline-none focus:ring-2 focus:ring-white focus:border-white" required>
</div>
<div>
<label for="starting-mileage" class="block text-sm font-medium text-white mb-1">Starting Mileage</label>
<input type="number" id="starting-mileage" min="0" class="w-full px-4 py-3 rounded-lg bg-blue-500 bg-opacity-50 border border-blue-400 text-white placeholder-blue-200 focus:outline-none focus:ring-2 focus:ring-white focus:border-white" required>
<p class="text-blue-200 text-xs mt-1">This will be verified at your first partner location</p>
</div>
<div class="flex items-center">
<input id="terms" type="checkbox" class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded" required>
<label for="terms" class="ml-2 block text-sm text-white">
I agree to the <a href="#" class="font-medium underline">Terms & Conditions</a>
</label>
</div>
<button type="submit" class="w-full bg-white text-blue-600 hover:bg-gray-100 font-bold py-3 px-6 rounded-lg transition duration-300">Enroll Now</button>
</form>
<div id="success-message" class="hidden mt-6 p-4 bg-green-100 text-green-800 rounded-lg">
<div class="flex items-center">
<i class="fas fa-check-circle text-green-600 mr-2"></i>
<span>Success! Your enrollment is complete.</span>
</div>
<div class="mt-4">
<p class="font-bold">Your unique ID: <span id="member-id" class="font-mono">R1-XXXXXX</span></p>
<p class="text-sm mt-2">Please save this ID for future reference. You'll need it when verifying your mileage at partner locations.</p>
</div>
</div>
</div>
<div class="hidden md:block relative bg-blue-700 flex items-center justify-center">
<div class="icon-container icon-bg-blue">
<i class="fas fa-id-card text-blue-600 text-4xl"></i>
</div>
<div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-blue-600 to-transparent p-6">
<div class="flex items-center">
<i class="fas fa-lock text-white text-2xl mr-3"></i>
<div class="text-white">
<div class="font-bold">Secure Enrollment</div>
<div class="text-sm">Your information is protected</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Frequently Asked Questions</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Get answers to common questions about the Route 1 Rewards™ Program</p>
</div>
<div class="max-w-3xl mx-auto">
<div class="space-y-4">
<div class="bg-white p-6 rounded-xl shadow-md">
<button class="faq-toggle w-full flex justify-between items-center text-left">
<h3 class="text-lg font-semibold text-gray-900">How does the odometer verification work?</h3>
<i class="fas fa-chevron-down text-blue-600"></i>
</button>
<div class="faq-content mt-4 hidden">
<p class="text-gray-600">When you visit a participating location, the host or provider will enter your current odometer reading into our secure system. The system calculates miles driven since your last verification and updates your total mileage instantly. This ensures accurate tracking of your adventures.</p>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-md">
<button class="faq-toggle w-full flex justify-between items-center text-left">
<h3 class="text-lg font-semibold text-gray-900">Is there a cost to join the program?</h3>
<i class="fas fa-chevron-down text-blue-600"></i>
</button>
<div class="faq-content mt-4 hidden">
<p class="text-gray-600">No! The Route 1 Rewards™ Program is completely free to join. There are no enrollment fees or hidden costs. You simply earn rewards based on your verified mileage.</p>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-md">
<button class="faq-toggle w-full flex justify-between items-center text-left">
<h3 class="text-lg font-semibold text-gray-900">How often do tiers reset?</h3>
<i class="fas fa-chevron-down text-blue-600"></i>
</button>
<div class="faq-content mt-4 hidden">
<p class="text-gray-600">Tiers are calculated annually based on your verified mileage from January 1st to December 31st each year. Your progress resets at the beginning of each calendar year, giving everyone a fresh start.</p>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-md">
<button class="faq-toggle w-full flex justify-between items-center text-left">
<h3 class="text-lg font-semibold text-gray-900">Can I opt out of the leaderboard?</h3>
<i class="fas fa-chevron-down text-blue-600"></i>
</button>
<div class="faq-content mt-4 hidden">
<p class="text-gray-600">Absolutely! While we think it's fun to see how your travels compare, you can choose to keep your mileage private in your account settings. Your rewards and benefits won't be affected.</p>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-md">
<button class="faq-toggle w-full flex justify-between items-center text-left">
<h3 class="text-lg font-semibold text-gray-900">What if I change RVs during the year?</h3>
<i class="fas fa-chevron-down text-blue-600"></i>
</button>
<div class="faq-content mt-4 hidden">
<p class="text-gray-600">You can update your vehicle information in your account at any time. When you get a new RV, simply add it to your profile with the current odometer reading. Your mileage will continue to accumulate based on verifications with the new vehicle.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Final CTA -->
<section class="py-16 bg-blue-600 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold mb-6">Turn Your Miles Into Memories</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto">Join thousands of RV enthusiasts who are already enjoying exclusive rewards and recognition.</p>
<a href="#signup" class="inline-block bg-white text-blue-600 hover:bg-gray-100 font-bold py-3 px-8 rounded-lg text-lg transition duration-300">Enroll Today</a>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div class="grid grid-cols-2 md:grid-cols-4 gap-12">
<div>
<h3 class="text-lg font-semibold mb-4">Route 1 Rewards™</h3>
<p class="text-gray-400">Making every mile count for driving and RV enthusiasts across the country.</p>
<div class="flex space-x-4 mt-6">
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Program</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">How It Works</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Benefits</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Tiers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Partners</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">FAQ</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">RV Tips</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Road Trip Planner</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Member Stories</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Event Calendar</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Contact</h3>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-map-marker-alt text-gray-400 mt-1 mr-3"></i>
<span class="text-gray-400">2029 Century Park E, Century City, USA</span>
</li>
<li class="flex items-start">
<i class="fas fa-calendar-alt text-gray-400 mt-1 mr-3"></i>
<span class="text-gray-400">By Appointment Only</span>
</li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm">© 2025 Route 1 Rewards™ Program. All rights reserved.</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-white text-sm">Cookie Policy</a>
</div>
</div>
</div>
</footer>
<!-- Back to Top Button -->
<button id="back-to-top" class="fixed bottom-8 right-8 bg-blue-600 text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center hidden">
<i class="fas fa-arrow-up"></i>
</button>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// FAQ accordion
const faqToggles = document.querySelectorAll('.faq-toggle');
faqToggles.forEach(toggle => {
toggle.addEventListener('click', function() {
const content = this.nextElementSibling;
const icon = this.querySelector('i');
content.classList.toggle('hidden');
icon.classList.toggle('fa-chevron-down');
icon.classList.toggle('fa-chevron-up');
});
});
// Back to top button
const backToTopButton = document.getElementById('back-to-top');
window.addEventListener('scroll', function() {
if (window.pageYOffset > 300) {
backToTopButton.classList.remove('hidden');
} else {
backToTopButton.classList.add('hidden');
}
});
backToTopButton.addEventListener('click', function() {
window.scrollTo({ top: 0, behavior: 'smooth' });
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
// Enrollment form submission
document.getElementById('enrollment-form').addEventListener('submit', function(e) {
e.preventDefault();
// Generate a random member ID
const memberId = 'R1-' + Math.random().toString(36).substr(2, 6).toUpperCase();
// Display success message with member ID
document.getElementById('member-id').textContent = memberId;
document.getElementById('success-message').classList.remove('hidden');
// Scroll to show the success message
document.getElementById('success-message').scrollIntoView({ behavior: 'smooth' });
// Store the member ID in localStorage (simplified example)
localStorage.setItem('route1_member_id', memberId);
// You would typically send this data to your server here
// For this demo, we're just showing the success message
});
</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=privateuserh/route1-vbeta1-02" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>