PADI ReActivate Scuba Refresher Program
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --navy: #0a2540; --navy-mid: #163557; --water: #1e6fa8; --water-light: #e8f3fb; --aqua: #2ec4b6; - -sand: #f7f4ef; --ink: #1a1a2e; --muted: #5a6a7a; --white: #ffffff; --serif: 'DM Serif Display', Georgia, serif; --sans: 'DM Sans', system-ui, sans-serif; } body { font-family: var(--sans); background: var(--sand); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; } /* HERO */ .hero { background: var(--navy); padding: 72px 24px 88px; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 60px; background: var(--sand); clip-path: ellipse(60% 100% at 50% 100%); } .hero-eyebrow { display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--aqua); margin-bottom: 18px; } .hero h1 { font-family: var(--serif); font-size: clamp(28px, 5vw, 48px); color: var(--white); line-height: 1.15; max-width: 640px; margin: 0 auto 16px; } .hero h1 span { color: var(--aqua); font-style: italic; } .hero-sub { font-size: 16px; color: rgba(255,255,255,0.65); max-width: 520px; margin: 0 auto 28px; font-weight: 300; } .hero-price-row { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 24px; } .price-now { font-family: var(--serif); font-size: 32px; color: var(--aqua); } .price-was { font-size: 16px; color: rgba(255,255,255,0.4); text-decoration: line-through; } .price-save { font-size: 12px; font-weight: 500; color: var(--aqua); letter-spacing: 0.08em; text-transform: uppercase; } .hero-cta { display: inline-block; background: var(--aqua); color: var(--navy); font-family: var(--sans); font-size: 14px; font-weight: 500; padding: 14px 32px; border-radius: 40px; text-decoration: none; letter-spacing: 0.04em; } .hero-cta:hover { background: #25b0a3; } /* CLUB BANNER */ .club-banner { background: var(--navy-mid); padding: 28px 24px; text-align: center; } .club-banner strong { display: block; font-size: 16px; color: var(--white); margin-bottom: 8px; } .club-banner p { font-size: 14px; color: rgba(255,255,255,0.65); font-weight: 300; margin-bottom: 16px; max-width: 560px; margin-left: auto; margin-right: auto; } .club-perks { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; } .club-perk { background: rgba(46,196,182,0.15); color: var(--aqua); font-size: 12px; font-weight: 500; padding: 5px 14px; border-radius: 20px; border: 1px solid rgba(46,196,182,0.3); } /* REVIEWS */ .reviews-bar { background: var(--white); border-bottom: 1px solid rgba(10,37,64,0.08); padding: 18px 24px; text-align: center; font-size: 14px; color: var(--muted); } .reviews-bar strong { color: var(--navy); } /* CONTENT */ .content { max-width: 820px; margin: 0 auto; padding: 0 24px; } .section-label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--aqua); margin-bottom: 10px; margin-top: 56px; } .content h2 { font-family: var(--serif); font-size: clamp(22px, 3.5vw, 32px); color: var(--navy); margin-bottom: 16px; } .content p { font-size: 15px; color: var(--muted); font-weight: 300; line-height: 1.7; margin-bottom: 12px; } .content p strong { color: var(--ink); font-weight: 500; } .divider { border: none; border-top: 1px solid rgba(10,37,64,0.08); margin: 48px 0; } /* CARDS GRID */ .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; } .card { background: var(--white); border-radius: 16px; padding: 28px; box-shadow: 0 2px 12px rgba(10,37,64,0.07); border-top: 3px solid var(--aqua); } .card-icon { font-size: 28px; display: block; margin-bottom: 12px; } .card h3 { font-family: var(--serif); font-size: 20px; color: var(--navy); margin-bottom: 8px; } .card p { font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.65; margin: 0; } /* INCLUDED SECTION */ .included-section { margin-top: 8px; } .included-section h2 { font-family: var(--serif); font-size: clamp(22px,3.5vw,32px); color: var(--navy); margin-bottom: 24px; } .two-col-included { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .col-label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; } .col-label.yes { color: var(--aqua); } .col-label.no { color: #e67e22; } .checklist { list-style: none; display: flex; flex-direction: column; gap: 10px; } .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.5; } .icon.yes { color: var(--aqua); font-weight: 700; flex-shrink: 0; } .icon.no { color: #e67e22; font-weight: 700; flex-shrink: 0; } /* OTA DIFFERENCE */ .ota-diff { background: var(--navy); padding: 56px 24px; margin-top: 56px; } .ota-diff h2 { font-family: var(--serif); font-size: clamp(24px,4vw,36px); color: var(--white); margin-bottom: 8px; text-align: center; } .ota-diff .sub { font-size: 15px; color: rgba(255,255,255,0.6); font-weight: 300; text-align: center; margin-bottom: 40px; max-width: 520px; margin-left: auto; margin-right: auto; } .diff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 24px; max-width: 820px; margin: 0 auto; } .diff-item { background: rgba(255,255,255,0.06); border-radius: 16px; padding: 28px; border-top: 3px solid var(--aqua); } .diff-item h4 { font-family: var(--serif); font-size: 18px; color: var(--white); margin-bottom: 10px; } .diff-item p { font-size: 14px; color: rgba(255,255,255,0.65); font-weight: 300; line-height: 1.65; margin: 0; } /* HOW IT WORKS */ .how-section { margin-top: 8px; } .how-section h2 { font-family: var(--serif); font-size: clamp(22px,3.5vw,32px); color: var(--navy); margin-bottom: 28px; } .steps { display: flex; flex-direction: column; gap: 20px; } .step { background: var(--white); border-radius: 16px; padding: 28px; box-shadow: 0 2px 12px rgba(10,37,64,0.07); display: flex; gap: 20px; align-items: flex-start; } .step-num { font-family: var(--serif); font-size: 32px; color: var(--aqua); line-height: 1; flex-shrink: 0; } .step-body h4 { font-family: var(--serif); font-size: 20px; color: var(--navy); margin-bottom: 6px; } .step-body p { font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.65; margin: 0; } .step-body a { color: var(--water); font-weight: 500; } /* BOTTOM CTA */ .bottom-cta { background: var(--navy); text-align: center; padding: 56px 24px; margin-top: 56px; } .bottom-cta h2 { font-family: var(--serif); font-size: clamp(24px,4vw,36px); color: var(--white); margin-bottom: 12px; } .bottom-cta p { color: rgba(255,255,255,0.6); font-size: 15px; font-weight: 300; margin-bottom: 28px; } .cta-btn { display: inline-block; background: var(--aqua); color: var(--navy); font-family: var(--sans); font-size: 14px; font-weight: 500; padding: 14px 32px; border-radius: 40px; text-decoration: none; letter-spacing: 0.04em; } .cta-btn:hover { background: #25b0a3; } .cta-phone { display: block; margin-top: 16px; font-size: 14px; color: rgba(255,255,255,0.5); font-weight: 300; } .cta-phone a { color: var(--aqua); font-weight: 500; text-decoration: none; } /* FAQ */ .faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; } .faq-item { background: var(--white); border-radius: 12px; box-shadow: 0 2px 12px rgba(10,37,64,0.07); overflow: hidden; } .faq-q { width: 100%; background: none; border: none; padding: 20px 24px; text-align: left; font-family: var(--sans); font-size: 15px; font-weight: 500; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; } .faq-q::after { content: '+'; font-size: 20px; color: var(--aqua); flex-shrink: 0; } .faq-q[aria-expanded="true"]::after { content: '−'; } .faq-a { display: none; padding: 0 24px 20px; } .faq-a.open { display: block; } .faq-a p { font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.65; margin: 0; } .faq-a a { color: var(--water); font-weight: 500; } @media (max-width: 640px) { .grid-2 { grid-template-columns: 1fr; } .two-col-included { grid-template-columns: 1fr; } .step { flex-direction: column; gap: 12px; } .hero { padding: 56px 20px 72px; } } OTA Scuba & Swim · Katy, Texas PADI ReActivateScuba Refresher Your certification never expired. Your comfort in the water might have. Let's fix that. $249.95 $300Save 17% Enroll Now 🎁 Included Free: PADI Club Membership Every ReActivate enrollment at OTA comes with a complimentary PADI Club membership — a benefit most shops don't include. Here's what that gets you: Dive trip discounts worldwide Access to exclusive PADI content & courses Discounts on future PADI courses Digital certification card access ★★★★★ 4.98 · Over 250 Verified Reviews · All of our dive business comes from word of mouth. If someone sent you here, they trust us — and we don't take that lightly. Why ReActivate? You Earned That Certification.Don't Let It Collect Dust. Life gets busy. Dives get postponed. A year turns into three. That doesn't make you a bad diver — it makes you a normal one. The PADI ReActivate program exists for exactly this moment: when you're ready to get back in the water but want to feel solid before you do. At OTA, this isn't a checkbox exercise. We run your refresher the same way we run everything else — with real gear, a real pool with a 12ft deep end, and an instructor who's been through six months of professional mentorship before ever leading a solo session. What You'll Cover Two Phases. Zero Guesswork. 💻 Online at Your Pace Start with PADI's ReActivate digital course — knowledge reviews and skill assessments you complete on your own schedule, before you ever hit the pool. No classroom, no commute. 🤿 Pool Session at OTA Once your online work is done, you come in for a hands-on confined water session. We focus on the skills that matter most to you, not a cookie-cutter checklist. Your call, our guidance. 🪪 Updated PADI Card You leave with a replacement PADI certification card stamped with a "ReActivated Thru" date — recognized by dive operators everywhere you want to go next. 🎯 Your Next Dive, Planned Before you leave, we'll talk about where you're headed — a local quarry, a Caribbean trip, open water here in Texas. We'll make sure you're not just reactivated, but ready. What's Included — No Surprises ✓ Included ✓PADI ReActivate e-learning access (we send the link after enrollment) ✓Pool session with a certified PADI Instructor ✓BCD, regulator, and cylinder rental for your pool session ✓PADI Club membership (free, our treat) ✓Replacement PADI certification card ✗ Not Included ✗Mask, snorkel, fins, boots — your personal kit ✗Wetsuit or rashguard Don't have personal gear? We stock it. Call 855 OTA DIVE and we'll sort you out — purchase or rental, whatever works. The OTA Difference We've logged over 15,000 ocean dives between us. Here's what that taught us about teaching. No Hidden Costs. Ever. We spent years watching other shops quote one price and charge another — manual fees, certification fees, gear you "had" to buy. We built OTA on the opposite promise. What you see is what you pay. No surprises at the end of your pool session. Skills vs. Actually Diving Any shop can teach you to pass the skills checklist. We know the difference because we've been on the other end — guiding divers in extreme walls and currents in the Red Sea who were certified but had never really learned to dive. That's a problem we take personally. Max 4 Students. No Exceptions. We've both certified hundreds of people in weekend blitzes at other shops. We're not proud of it. Beyond 4 students, an instructor in a Texas lake is operating on faith. We don't teach on faith. How It Works From Enrollment to Back in the Water 1 Enroll & Pay Online Complete your enrollment here. We'll send you an email with your PADI e-learning access link and next steps within 24 hours. 2 Complete Your Online Refresher Work through the PADI ReActivate digital course on your own schedule — your couch, your timeline. Most people finish in an evening or two. 3 Schedule Your Pool Session Call us at 855 OTA DIVE once your online work is done and we'll lock in a time at our Katy facility. 4 Get Back in the Water You leave with your updated certification card, your PADI Club membership activated, and a plan for your next dive. Ready to Get Back In? Enroll today and we'll have you in the water — and confident — faster than you think. Enroll in ReActivate — $249.95 Questions first? Call us: 855 OTA DIVE Common Questions Before You Enroll Do I need to bring my own gear? We provide the BCD, regulator, and cylinder for your pool session. You do need your own mask, snorkel, fins, and boots — the personal items that touch your face and feet. Don't have them? Call us at 855 OTA DIVE and we'll sort out a rental or help you pick the right gear to own. How long has it been — is ReActivate still right for me? If it's been anywhere from one year to ten-plus years, ReActivate is the right course. Your PADI certification never expires — there's no such thing as a "lapsed" diver. ReActivate simply brings your comfort and muscle memory back up to where your card says you are. How long does the whole course take? The online portion takes most people one to two evenings at home. The pool session runs a few hours. Most students are fully reactivated within a week of enrolling — faster if you move through the online material quickly. What exactly is the free PADI Club membership? PADI Club is PADI's membership program. We include it with every ReActivate enrollment at no extra charge. It gets you discounts on future PADI courses and access to exclusive digital content and your certification card in digital format. Most shops don't include it — we do. Is there anything hidden in the $249.95 price? No. The e-learning, pool session, equipment rental, PADI Club membership, and your updated certification card are all included. The only things not covered are your personal gear items — mask, snorkel, fins, and boots. We tell you that upfront because we built this shop on not doing what every other shop used to do. document.querySelectorAll('.faq-q').forEach(btn => { btn.addEventListener('click', () => { const expanded = btn.getAttribute('aria-expanded') === 'true'; btn.setAttribute('aria-expanded', !expanded); btn.nextElementSibling.classList.toggle('open', !expanded); }); }); { "@context": "https://schema.org", "@graph": [ { "@type": "Course", "name": "PADI ReActivate Scuba Refresher", "description": "A scuba refresher course for certified divers who want to rebuild comfort and confidence in the water. Includes PADI e-learning, a pool session in our 12ft facility, equipment rental, updated PADI certification card, and a free PADI Club membership.", "provider": { "@type": "LocalBusiness", "name": "OTA Scuba and Swim", "url": "https://www.otadiving.com", "telephone": "+18556823483", "address": { "@type": "PostalAddress", "addressLocality": "Katy", "addressRegion": "TX", "addressCountry": "US" } }, "offers": { "@type": "Offer", "price": "249.95", "priceCurrency": "USD", "availability": "https://schema.org/InStock", "url": "https://www.otadiving.com/products/padi-reactivate-scuba-refresher-program" }, "courseMode": ["blended", "onsite"], "educationalLevel": "Beginner", "hasCourseInstance": { "@type": "CourseInstance", "courseMode": "blended", "location": { "@type": "Place", "name": "OTA Scuba and Swim", "address": { "@type": "PostalAddress", "addressLocality": "Katy", "addressRegion": "TX", "addressCountry": "US" } } } }, { "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Do I need to bring my own gear for the PADI ReActivate course?", "acceptedAnswer": { "@type": "Answer", "text": "We provide the BCD, regulator, and cylinder for your pool session. You need your own mask, snorkel, fins, and boots. Don't have them? Call us at 855 OTA DIVE and we'll help with a rental or purchase." } }, { "@type": "Question", "name": "Does my PADI certification expire if I haven't dived in years?", "acceptedAnswer": { "@type": "Answer", "text": "No. Your PADI certification never expires. Whether it's been one year or ten-plus years, ReActivate is appropriate. It rebuilds your comfort and muscle memory regardless of how long it's been." } }, { "@type": "Question", "name": "How long does the PADI ReActivate course take?", "acceptedAnswer": { "@type": "Answer", "text": "The online portion takes most people one to two evenings. The pool session runs a few hours. Most students complete the full course within a week of enrolling." } }, { "@type": "Question", "name": "What is included in the $249.95 PADI ReActivate price at OTA?", "acceptedAnswer": { "@type": "Answer", "text": "Everything: PADI e-learning access, pool session with a certified instructor, BCD/regulator/cylinder rental, updated PADI certification card with ReActivated date, and a free PADI Club membership. Personal gear (mask, snorkel, fins, boots) is not included." } }, { "@type": "Question", "name": "What is the free PADI Club membership included with ReActivate at OTA?", "acceptedAnswer": { "@type": "Answer", "text": "PADI Club offers discounts on future PADI courses, exclusive digital content, and digital certification card access. OTA includes it free with every ReActivate enrollment." } } ] } ] }