{"product_id":"volleyball-lifetime-training-pass-bundle","title":"Volleyball Lifetime Training Pass Bundle","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;0,800;1,700\u0026amp;family=Inter:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n.pc360 {\n  width: 100vw;\n  position: relative;\n  font-family: 'Inter', sans-serif;\n  line-height: 1.7;\n  color: #111827;\n}\n.pc360 *, .pc360 *::before, .pc360 *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.pc360 .w    { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }\n.pc360 .wsm  { width: 100%; max-width: 780px;  margin: 0 auto; padding: 0 24px; }\n\n\/* Buttons *\/\n.pc360 .btn-o {\n  display: inline-flex; align-items: center; justify-content: center; gap: 8px;\n  background: #F28C00; color: #fff;\n  font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; font-weight: 700;\n  letter-spacing: 0.06em; text-transform: uppercase;\n  padding: 16px 36px; border-radius: 4px; text-decoration: none; border: none; cursor: pointer;\n  box-shadow: 0 3px 0 #b86800, 0 6px 20px rgba(242,140,0,0.22);\n  transition: background 0.12s ease, transform 0.12s ease, box-shadow 0.12s ease;\n  position: relative; top: 0;\n}\n.pc360 .btn-o:hover  { background: #D97A00; box-shadow: 0 2px 0 #b86800, 0 8px 24px rgba(242,140,0,0.35); transform: translateY(-1px); }\n.pc360 .btn-o:active { background: #b86800; box-shadow: none; transform: translateY(2px); top: 2px; }\n\n\/* Typography helpers *\/\n.pc360 .label {\n  display: inline-block;\n  font-family: 'Barlow Condensed', sans-serif; font-size: 0.74rem; font-weight: 700;\n  letter-spacing: 0.18em; text-transform: uppercase; color: #F28C00; margin-bottom: 0.5rem;\n}\n.pc360 .divider { width: 40px; height: 3px; background: #F28C00; border-radius: 2px; margin: 0 0 20px; }\n.pc360 .divider-c { width: 40px; height: 3px; background: #F28C00; border-radius: 2px; margin: 0 auto 20px; }\n.pc360 .h2d {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05;\n  color: #111827; margin-bottom: 1.25rem;\n}\n.pc360 .h2l {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05;\n  color: #fff; margin-bottom: 1.25rem;\n}\n.pc360 .stars { color: #F28C00; }\n.pc360 .accent { color: #F28C00; }\n\n\/* Cards *\/\n.pc360 .card {\n  background: #fff; border: 1px solid #E5E7EB; border-radius: 10px; overflow: hidden;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n  transition: transform 0.22s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.22s ease;\n}\n.pc360 .card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }\n\n\/* Grids *\/\n.pc360 .g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n.pc360 .g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }\n.pc360 .g5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }\n\n\/* Value stack rows *\/\n.pc360 .value-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }\n.pc360 .value-row:last-of-type { border-bottom: none; }\n\n\/* Ticker *\/\n.pc360 .ticker-track {\n  display: flex; white-space: nowrap;\n  animation: pc360tick 24s linear infinite;\n}\n@keyframes pc360tick { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }\n.pc360 .tick-dot { animation: pc360pulse 1.5s ease-in-out infinite; }\n@keyframes pc360pulse { 0%,100% { opacity:1; } 50% { opacity:0.4; } }\n\n\/* FAQ *\/\n.pc360 details.faq { border-bottom: 1px solid #E5E7EB; }\n.pc360 details.faq:last-child { border-bottom: none; }\n.pc360 details.faq summary {\n  list-style: none; cursor: pointer;\n  display: flex; justify-content: space-between; align-items: center;\n  padding: 1.25rem 0;\n  font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 700; color: #111827;\n}\n.pc360 details.faq summary::-webkit-details-marker { display: none; }\n.pc360 details.faq summary::marker { display: none; }\n.pc360 details.faq summary:hover { color: #F28C00; }\n.pc360 details.faq .chev { flex-shrink: 0; color: #6B7280; transition: transform 0.25s ease; }\n.pc360 details.faq[open] .chev { transform: rotate(180deg); }\n.pc360 details.faq .ans { padding-bottom: 1.25rem; font-size: 0.94rem; color: #6B7280; line-height: 1.75; }\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .pc360 .g2 { grid-template-columns: 1fr !important; gap: 32px !important; }\n  .pc360 .g3 { grid-template-columns: 1fr !important; }\n  .pc360 .g5 { grid-template-columns: 1fr 1fr !important; }\n}\n@media (max-width: 480px) {\n  .pc360 .g5 { grid-template-columns: 1fr !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pc360\"\u003e\n\n\u003c!-- ░░ TICKER ░░ --\u003e\n\u003cdiv style=\"background:#0F1117;border-top:1px solid rgba(255,255,255,0.05);padding:13px 0;overflow:hidden;\"\u003e\n  \u003cdiv class=\"ticker-track\"\u003e\n    \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:0.77rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.42);padding:0 2.5rem;\"\u003e🏐 2 Clinics Per Year\u003c\/span\u003e\n    \u003cspan style=\"color:#F28C00;font-size:0.7rem;padding:0 0.5rem;\"\u003e✦\u003c\/span\u003e\n    \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:0.77rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.42);padding:0 2.5rem;\"\u003e📱 Lifetime Platform Access\u003c\/span\u003e\n    \u003cspan style=\"color:#F28C00;font-size:0.7rem;padding:0 0.5rem;\"\u003e✦\u003c\/span\u003e\n    \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:0.77rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.42);padding:0 2.5rem;\"\u003e💪 Unlimited Masterclasses\u003c\/span\u003e\n    \u003cspan style=\"color:#F28C00;font-size:0.7rem;padding:0 0.5rem;\"\u003e✦\u003c\/span\u003e\n    \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:0.77rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.42);padding:0 2.5rem;\"\u003e👥 Direct Coach Access\u003c\/span\u003e\n    \u003cspan style=\"color:#F28C00;font-size:0.7rem;padding:0 0.5rem;\"\u003e✦\u003c\/span\u003e\n    \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:0.77rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:#F28C00;padding:0 2.5rem;\"\u003e$31,915 Total Value\u003c\/span\u003e\n    \u003cspan style=\"color:#F28C00;font-size:0.7rem;padding:0 0.5rem;\"\u003e✦\u003c\/span\u003e\n    \u003c!-- duplicate for seamless loop --\u003e\n    \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:0.77rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.42);padding:0 2.5rem;\"\u003e🏐 2 Clinics Per Year\u003c\/span\u003e\n    \u003cspan style=\"color:#F28C00;font-size:0.7rem;padding:0 0.5rem;\"\u003e✦\u003c\/span\u003e\n    \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:0.77rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.42);padding:0 2.5rem;\"\u003e📱 Lifetime Platform Access\u003c\/span\u003e\n    \u003cspan style=\"color:#F28C00;font-size:0.7rem;padding:0 0.5rem;\"\u003e✦\u003c\/span\u003e\n    \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:0.77rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.42);padding:0 2.5rem;\"\u003e💪 Unlimited Masterclasses\u003c\/span\u003e\n    \u003cspan style=\"color:#F28C00;font-size:0.7rem;padding:0 0.5rem;\"\u003e✦\u003c\/span\u003e\n    \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:0.77rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.42);padding:0 2.5rem;\"\u003e👥 Direct Coach Access\u003c\/span\u003e\n    \u003cspan style=\"color:#F28C00;font-size:0.7rem;padding:0 0.5rem;\"\u003e✦\u003c\/span\u003e\n    \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:0.77rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:#F28C00;padding:0 2.5rem;\"\u003e$31,915 Total Value\u003c\/span\u003e\n    \u003cspan style=\"color:#F28C00;font-size:0.7rem;padding:0 0.5rem;\"\u003e✦\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ░░ OVERVIEW ░░ --\u003e\n\u003cdiv style=\"padding:88px 0;background:#F8F6F2;\"\u003e\n  \u003cdiv class=\"w\"\u003e\n    \u003cdiv class=\"g2\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe All-Access Ticket\u003c\/span\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n        \u003ch2 class=\"h2d\"\u003eA Coach, A System,\u003cbr\u003eA \u003cspan style=\"color:#F28C00;\"\u003eCommitment.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp style=\"color:#6B7280;margin-bottom:1.5rem;font-size:0.98rem;\"\u003eThe Lifetime Training Pass is your all-access ticket to transform your game from freshman year through senior year and beyond. Work directly with our coaching staff, unlock every training program we offer, and get lifetime access to the platform where champions are built.\u003c\/p\u003e\n        \u003cp style=\"color:#6B7280;margin-bottom:2rem;font-size:0.98rem;\"\u003eWhether you're grinding through your high school career or continuing to compete at the next level, we're with you every step. You're removing the friction of piecing together programs, finding clinics, and hoping you're training the right way.\u003c\/p\u003e\n        \u003cul style=\"list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;\"\u003e\n          \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.95rem;color:#374151;\"\u003e\n\u003cspan style=\"color:#F28C00;font-size:1.1rem;margin-top:1px;flex-shrink:0;\"\u003e✓\u003c\/span\u003eA relationship with coaches who know your game and push you every day\u003c\/li\u003e\n          \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.95rem;color:#374151;\"\u003e\n\u003cspan style=\"color:#F28C00;font-size:1.1rem;margin-top:1px;flex-shrink:0;\"\u003e✓\u003c\/span\u003eUnlimited masterclass cycles built around your school year\u003c\/li\u003e\n          \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.95rem;color:#374151;\"\u003e\n\u003cspan style=\"color:#F28C00;font-size:1.1rem;margin-top:1px;flex-shrink:0;\"\u003e✓\u003c\/span\u003eA pass that never expires — keep training as your level advances\u003c\/li\u003e\n          \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.95rem;color:#374151;\"\u003e\n\u003cspan style=\"color:#F28C00;font-size:1.1rem;margin-top:1px;flex-shrink:0;\"\u003e✓\u003c\/span\u003eLimited spots to maintain coaching quality and community\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,0.12),0 2px 6px rgba(0,0,0,0.06);\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2429\/7801\/files\/Volleyball_Clinic_Training_1.2.1.jpg?v=1778084598\" alt=\"Volleyball athlete training with PC360 coaching staff\" style=\"width:100%;display:block;\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ░░ WHAT'S INCLUDED ░░ --\u003e\n\u003cdiv style=\"padding:88px 0;background:#fff;\"\u003e\n  \u003cdiv class=\"w\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:52px;\"\u003e\n      \u003cspan class=\"label\"\u003eEverything You Need\u003c\/span\u003e\n      \u003cdiv class=\"divider-c\"\u003e\u003c\/div\u003e\n      \u003ch2 class=\"h2d\"\u003eWhat's \u003cspan style=\"color:#F28C00;\"\u003eIncluded\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp style=\"font-size:0.95rem;color:#6B7280;max-width:560px;margin:0.75rem auto 0;\"\u003eOne pass. Every program we offer. Access that grows with your game.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"g3\"\u003e\n      \u003cdiv class=\"card\" style=\"padding:2rem 1.75rem;\"\u003e\n        \u003cdiv style=\"font-size:1.75rem;margin-bottom:0.75rem;\"\u003e🏐\u003c\/div\u003e\n        \u003ch3 style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:0.5rem;\"\u003e2 Clinics Per Year\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.88rem;color:#6B7280;line-height:1.7;margin-bottom:0.75rem;\"\u003eMaster-level training sessions with elite coaches — new techniques, team chemistry, real-time feedback. 8 clinics over your high school career.\u003c\/p\u003e\n        \u003cp style=\"font-size:0.78rem;color:#F28C00;font-weight:600;\"\u003ePersonalized coaching · Small group instruction\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\" style=\"padding:2rem 1.75rem;\"\u003e\n        \u003cdiv style=\"font-size:1.75rem;margin-bottom:0.75rem;\"\u003e📱\u003c\/div\u003e\n        \u003ch3 style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:0.5rem;\"\u003eLifetime Platform Access\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.88rem;color:#6B7280;line-height:1.7;margin-bottom:0.75rem;\"\u003eYour complete training hub — technique breakdowns, game film analysis, conditioning programs, and training logs that follow you every season.\u003c\/p\u003e\n        \u003cp style=\"font-size:0.78rem;color:#F28C00;font-weight:600;\"\u003e$39\/month value — yours forever\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\" style=\"padding:2rem 1.75rem;\"\u003e\n        \u003cdiv style=\"font-size:1.75rem;margin-bottom:0.75rem;\"\u003e💪\u003c\/div\u003e\n        \u003ch3 style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:0.5rem;\"\u003eHitting Masterclass\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.88rem;color:#6B7280;line-height:1.7;margin-bottom:0.75rem;\"\u003eDeep dive into offensive mastery. Take it as many times as you need, with cycles built around the school year so you flow between season and off-season.\u003c\/p\u003e\n        \u003cp style=\"font-size:0.78rem;color:#F28C00;font-weight:600;\"\u003e$599 per 8-week cycle — unlimited\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\" style=\"padding:2rem 1.75rem;\"\u003e\n        \u003cdiv style=\"font-size:1.75rem;margin-bottom:0.75rem;\"\u003e⬆️\u003c\/div\u003e\n        \u003ch3 style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:0.5rem;\"\u003eVert Program\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.88rem;color:#6B7280;line-height:1.7;margin-bottom:0.75rem;\"\u003eJump higher, hit harder, dominate the court. Run it when your body is fresh — designed to complement your season or peak during recruiting windows.\u003c\/p\u003e\n        \u003cp style=\"font-size:0.78rem;color:#F28C00;font-weight:600;\"\u003e$399 per 8-week cycle — unlimited\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\" style=\"padding:2rem 1.75rem;\"\u003e\n        \u003cdiv style=\"font-size:1.75rem;margin-bottom:0.75rem;\"\u003e🎯\u003c\/div\u003e\n        \u003ch3 style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:0.5rem;\"\u003eFull System Product\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.88rem;color:#6B7280;line-height:1.7;margin-bottom:0.75rem;\"\u003eThe complete technical blueprint for elite volleyball — footwork fundamentals to advanced positioning strategies. The entire system, unlocked.\u003c\/p\u003e\n        \u003cp style=\"font-size:0.78rem;color:#F28C00;font-weight:600;\"\u003e$499 one-time access value\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\" style=\"padding:2rem 1.75rem;\"\u003e\n        \u003cdiv style=\"font-size:1.75rem;margin-bottom:0.75rem;\"\u003e👥\u003c\/div\u003e\n        \u003ch3 style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:0.5rem;\"\u003eCoach Access \u0026amp; Support\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.88rem;color:#6B7280;line-height:1.7;margin-bottom:0.75rem;\"\u003eA direct line to our coaching staff throughout your high school career and beyond, as you advance to the next level.\u003c\/p\u003e\n        \u003cp style=\"font-size:0.78rem;color:#F28C00;font-weight:600;\"\u003eIncluded for life\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ░░ THE MATH ░░ --\u003e\n\u003cdiv style=\"padding:88px 0;background:#0F1117;\"\u003e\n  \u003cdiv class=\"w\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:48px;\"\u003e\n      \u003cspan class=\"label\"\u003eDo The Math\u003c\/span\u003e\n      \u003cdiv class=\"divider-c\"\u003e\u003c\/div\u003e\n      \u003ch2 class=\"h2l\"\u003eWhat You're \u003cspan style=\"color:#F28C00;\"\u003eActually Getting\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"max-width:640px;margin:0 auto;background:#161B24;border:1px solid rgba(242,140,0,0.15);border-radius:10px;padding:2rem 2.25rem;\"\u003e\n      \u003cdiv class=\"value-row\"\u003e\n        \u003cspan style=\"font-size:0.95rem;color:rgba(255,255,255,0.65);\"\u003e2 Clinics\/year × 4 years\u003c\/span\u003e\n        \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.15rem;font-weight:700;color:#fff;\"\u003e$5,592\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"value-row\"\u003e\n        \u003cspan style=\"font-size:0.95rem;color:rgba(255,255,255,0.65);\"\u003ePlatform access × 4 years\u003c\/span\u003e\n        \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.15rem;font-weight:700;color:#fff;\"\u003e$1,872\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"value-row\"\u003e\n        \u003cspan style=\"font-size:0.95rem;color:rgba(255,255,255,0.65);\"\u003eHitting Masterclass (24 cycles)\u003c\/span\u003e\n        \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.15rem;font-weight:700;color:#fff;\"\u003e$14,376\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"value-row\"\u003e\n        \u003cspan style=\"font-size:0.95rem;color:rgba(255,255,255,0.65);\"\u003eVert Program (24 cycles)\u003c\/span\u003e\n        \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.15rem;font-weight:700;color:#fff;\"\u003e$9,576\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"value-row\"\u003e\n        \u003cspan style=\"font-size:0.95rem;color:rgba(255,255,255,0.65);\"\u003eFull System Product\u003c\/span\u003e\n        \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.15rem;font-weight:700;color:#fff;\"\u003e$499\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"value-row\" style=\"border-top:2px solid rgba(242,140,0,0.25);margin-top:8px;padding-top:20px;\"\u003e\n        \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;color:rgba(255,255,255,0.85);\"\u003eTotal Value\u003c\/span\u003e\n        \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.9rem;font-weight:800;color:#F28C00;\"\u003e$31,915\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"text-align:center;margin-top:28px;padding-top:28px;border-top:1px dashed rgba(255,255,255,0.15);\"\u003e\n        \u003cdiv style=\"font-family:'Barlow Condensed',sans-serif;font-size:0.78rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:8px;\"\u003eYour Investment\u003c\/div\u003e\n        \u003cdiv style=\"font-family:'Barlow Condensed',sans-serif;font-size:3.4rem;font-weight:800;color:#fff;letter-spacing:-0.03em;line-height:1;\"\u003e$2,399\u003c\/div\u003e\n        \u003cdiv style=\"font-size:0.85rem;color:rgba(255,255,255,0.4);margin-top:10px;\"\u003eThat's $600\/year, or less than $50\/month, for everything above.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ░░ BUILT FOR YOUR JOURNEY ░░ --\u003e\n\u003cdiv style=\"padding:88px 0;background:#F8F6F2;\"\u003e\n  \u003cdiv class=\"w\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:52px;\"\u003e\n      \u003cspan class=\"label\"\u003eFour Years, One System\u003c\/span\u003e\n      \u003cdiv class=\"divider-c\"\u003e\u003c\/div\u003e\n      \u003ch2 class=\"h2d\"\u003eBuilt For Your \u003cspan style=\"color:#F28C00;\"\u003eJourney\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"g5\"\u003e\n      \u003cdiv style=\"text-align:center;padding:1.75rem 1.25rem;background:#fff;border:1px solid #E5E7EB;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.05);\"\u003e\n        \u003cdiv style=\"width:44px;height:44px;background:rgba(242,140,0,0.08);border:1px solid rgba(242,140,0,0.2);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;\"\u003e\n          \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.3rem;font-weight:800;color:#F28C00;\"\u003e1\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ch3 style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:0.5rem;\"\u003eFreshman Year\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.8rem;color:#6B7280;line-height:1.6;\"\u003eBuild foundation. Master the basics. Prove yourself.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"text-align:center;padding:1.75rem 1.25rem;background:#fff;border:1px solid #E5E7EB;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.05);\"\u003e\n        \u003cdiv style=\"width:44px;height:44px;background:rgba(242,140,0,0.08);border:1px solid rgba(242,140,0,0.2);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;\"\u003e\n          \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.3rem;font-weight:800;color:#F28C00;\"\u003e2\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ch3 style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:0.5rem;\"\u003eSophomore Year\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.8rem;color:#6B7280;line-height:1.6;\"\u003eEvolve. Start dominating at your level. Coaches take notice.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"text-align:center;padding:1.75rem 1.25rem;background:#fff;border:2px solid #F28C00;border-radius:10px;box-shadow:0 4px 16px rgba(242,140,0,0.1);\"\u003e\n        \u003cdiv style=\"width:44px;height:44px;background:rgba(242,140,0,0.1);border:1px solid rgba(242,140,0,0.25);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;\"\u003e\n          \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.3rem;font-weight:800;color:#F28C00;\"\u003e3\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ch3 style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:0.5rem;\"\u003eJunior Year\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.8rem;color:#6B7280;line-height:1.6;\"\u003eRefine. Recruiting talk starts. Training becomes intentional.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"text-align:center;padding:1.75rem 1.25rem;background:#fff;border:1px solid #E5E7EB;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.05);\"\u003e\n        \u003cdiv style=\"width:44px;height:44px;background:rgba(242,140,0,0.08);border:1px solid rgba(242,140,0,0.2);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;\"\u003e\n          \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.3rem;font-weight:800;color:#F28C00;\"\u003e4\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ch3 style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:0.5rem;\"\u003eSenior Year\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.8rem;color:#6B7280;line-height:1.6;\"\u003ePeak. Everything comes together. You're ready for what's next.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"text-align:center;padding:1.75rem 1.25rem;background:#111827;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,0.15);\"\u003e\n        \u003cdiv style=\"width:44px;height:44px;background:rgba(242,140,0,0.15);border:1px solid rgba(242,140,0,0.3);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;\"\u003e\n          \u003cspan style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.3rem;font-weight:800;color:#F28C00;\"\u003e∞\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ch3 style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:0.5rem;\"\u003eBeyond\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.8rem;color:rgba(255,255,255,0.55);line-height:1.6;\"\u003eCollege or club ball — your pass doesn't expire. Keep growing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ░░ WHY THIS MATTERS ░░ --\u003e\n\u003cdiv style=\"padding:88px 0;background:#fff;\"\u003e\n  \u003cdiv class=\"wsm\" style=\"text-align:center;\"\u003e\n    \u003cspan class=\"label\"\u003eWhy This Matters\u003c\/span\u003e\n    \u003cdiv class=\"divider-c\"\u003e\u003c\/div\u003e\n    \u003ch2 class=\"h2d\"\u003eYou're Not Just Buying Access.\u003cbr\u003e\u003cspan style=\"color:#F28C00;\"\u003eYou're Investing In Consistency.\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp style=\"font-size:1rem;color:#6B7280;line-height:1.8;max-width:620px;margin:0 auto 1.25rem;\"\u003eYou're securing a relationship with coaches who know your game, see your growth, and push you to be better every single day. You're removing the friction of piecing together programs, finding clinics, and hoping you're training the right way.\u003c\/p\u003e\n    \u003cp style=\"font-size:1rem;color:#6B7280;line-height:1.8;max-width:620px;margin:0 auto;\"\u003eEvery elite player has this: a system, a coach, and a commitment to daily improvement. This pass is how you build it.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ░░ COACH QUOTE ░░ --\u003e\n\u003cdiv style=\"padding:72px 0;background:#F8F6F2;\"\u003e\n  \u003cdiv class=\"wsm\"\u003e\n    \u003cdiv class=\"card\" style=\"padding:2.5rem 2.75rem;text-align:center;position:relative;\"\u003e\n      \u003cdiv style=\"position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,rgba(242,140,0,0.4),transparent);border-radius:10px 10px 0 0;\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"stars\" style=\"font-size:1rem;margin-bottom:1rem;\"\u003e★★★★★\u003c\/div\u003e\n      \u003cp style=\"font-family:'Barlow Condensed',sans-serif;font-size:1.4rem;font-weight:600;font-style:italic;color:#111827;line-height:1.5;margin-bottom:1.25rem;\"\u003e\"The players who commit to this program don't just improve — they transform. They have accountability, structure, and the resources to handle anything their game demands.\"\u003c\/p\u003e\n      \u003cp style=\"font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1rem;color:#111827;\"\u003eCoach Name\u003c\/p\u003e\n      \u003cp style=\"font-size:0.78rem;color:#F28C00;font-family:'Barlow Condensed',sans-serif;letter-spacing:0.08em;text-transform:uppercase;\"\u003eElite Volleyball Program\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ░░ RE-ENGAGEMENT CTA ░░ --\u003e\n\u003cdiv style=\"padding:72px 0;background:#0F1117;\"\u003e\n  \u003cdiv class=\"wsm\" style=\"text-align:center;\"\u003e\n    \u003ch2 style=\"font-family:'Barlow Condensed',sans-serif;font-size:clamp(1.75rem,3.5vw,2.6rem);font-weight:800;letter-spacing:-0.02em;color:#fff;margin-bottom:0.75rem;\"\u003eElite Isn't An Accident.\u003c\/h2\u003e\n    \u003cp style=\"font-size:1rem;color:rgba(255,255,255,0.5);max-width:480px;margin:0 auto 1.75rem;line-height:1.75;\"\u003eIt's built with the right coach, the right system, and the commitment to show up every day. This pass gives you all three.\u003c\/p\u003e\n    \u003ca href=\"javascript:window.scrollTo({top:0,behavior:'smooth'})\" class=\"btn-o\" style=\"font-size:1.1rem;padding:17px 40px;\"\u003eSecure Your Lifetime Pass — $2,399 →\u003c\/a\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-top:1.25rem;font-size:0.8rem;color:rgba(255,255,255,0.3);flex-wrap:wrap;\"\u003e\n      \u003cspan\u003e✓ Lifetime Access\u003c\/span\u003e\u003cspan\u003e✓ Limited Spots\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ░░ FAQ ░░ --\u003e\n\u003cdiv style=\"padding:88px 0;background:#F8F6F2;\"\u003e\n  \u003cdiv class=\"wsm\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:52px;\"\u003e\n      \u003cspan class=\"label\"\u003eQuestions\u003c\/span\u003e\n      \u003cdiv class=\"divider-c\"\u003e\u003c\/div\u003e\n      \u003ch2 class=\"h2d\"\u003eFrequently Asked \u003cspan style=\"color:#F28C00;\"\u003eQuestions\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:0 2rem;box-shadow:0 2px 8px rgba(0,0,0,0.05);\"\u003e\n      \u003cdetails class=\"faq\"\u003e\n        \u003csummary\u003eWhat exactly is included in the Lifetime Training Pass?\u003csvg class=\"chev\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n        \u003cp class=\"ans\"\u003eTwo coaching clinics per year, lifetime access to our training platform, unlimited Hitting Masterclass and Vert Program cycles, our Full System Product, and direct access to our coaching staff — for life.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq\"\u003e\n        \u003csummary\u003eHow does \"unlimited\" masterclass access actually work?\u003csvg class=\"chev\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n        \u003cp class=\"ans\"\u003eYou can run the Hitting Masterclass and Vert Program as often as you want — once a year, twice a year, or every cycle. Cycles are built around the school year so you can flow between season and off-season.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq\"\u003e\n        \u003csummary\u003eDoes the pass ever expire?\u003csvg class=\"chev\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n        \u003cp class=\"ans\"\u003eNo. Your pass doesn't expire when you graduate high school. If you continue playing in college or club\/elite competition, the platform, the programs, and coach access are still yours.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq\"\u003e\n        \u003csummary\u003eWhy are spots limited?\u003csvg class=\"chev\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n        \u003cp class=\"ans\"\u003eWe cap the number of Lifetime Pass athletes to maintain coaching quality and keep our clinics and coach access genuinely personal — not a mass-market program.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq\"\u003e\n        \u003csummary\u003eWhat if it doesn't work out for me?\u003csvg class=\"chev\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n        \u003cp class=\"ans\"\u003eContact us at \u003ca href=\"mailto:info@powercore360.com\" style=\"color:#F28C00;\"\u003einfo@powercore360.com\u003c\/a\u003e or call \u003ca href=\"tel:8777236014\" style=\"color:#F28C00;\"\u003e877-723-6014\u003c\/a\u003e. Real people answer.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ░░ FINAL CTA ░░ --\u003e\n\u003cdiv style=\"padding:88px 0;background:#0F1117;position:relative;overflow:hidden;\"\u003e\n  \u003cdiv style=\"position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 50%,rgba(242,140,0,0.07) 0%,transparent 70%);pointer-events:none;\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"wsm\" style=\"position:relative;z-index:2;text-align:center;\"\u003e\n    \u003cspan class=\"label\"\u003eYour Move\u003c\/span\u003e\n    \u003cdiv class=\"divider-c\"\u003e\u003c\/div\u003e\n    \u003ch2 class=\"h2l\" style=\"margin-bottom:1.25rem;\"\u003eLock In Your Training\u003cbr\u003eJourney \u003cspan class=\"accent\"\u003eToday.\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp style=\"font-size:1rem;color:rgba(255,255,255,0.52);max-width:460px;margin:0 auto 2.5rem;line-height:1.75;\"\u003eLimited spots available to maintain our coaching quality and community. Every year you wait is a year of training you can't get back.\u003c\/p\u003e\n    \u003ca href=\"javascript:window.scrollTo({top:0,behavior:'smooth'})\" class=\"btn-o\" style=\"font-size:1.2rem;padding:20px 52px;\"\u003eJoin the Program — $2,399 →\u003c\/a\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-top:1.5rem;font-size:0.82rem;color:rgba(255,255,255,0.32);flex-wrap:wrap;\"\u003e\n      \u003cspan\u003e✓ Lifetime Access\u003c\/span\u003e\u003cspan\u003e✓ Limited Spots Available\u003c\/span\u003e\u003cspan\u003e✓ 877-723-6014\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- end .pc360 --\u003e\n\n\u003cscript\u003e\n(function() {\n  function fixPC360() {\n    var el = document.querySelector('.pc360');\n    if (!el) return;\n    el.style.marginLeft = '';\n    var left = el.getBoundingClientRect().left;\n    if (left !== 0) el.style.marginLeft = (-left) + 'px';\n  }\n  window.addEventListener('load', fixPC360);\n  window.addEventListener('resize', fixPC360);\n})();\n\u003c\/script\u003e\n","brand":"Powercore 360","offers":[{"title":"X Small\/Small 25-32\" \/ X Small\/Small 25-32\"","offer_id":46727236059297,"sku":"PC360-Masterclassvb-hip xs\/sm-torso xs\/sm-2022","price":2999.0,"currency_code":"USD","in_stock":true},{"title":"X Small\/Small 25-32\" \/ Medium\/Large 33-40+\"","offer_id":46727236092065,"sku":"PC360-Masterclassvb-hip xs\/sm-torso med\/lg-2022","price":2999.0,"currency_code":"USD","in_stock":true},{"title":"Medium\/Large 33-40+\" \/ X Small\/Small 25-32\"","offer_id":46727236124833,"sku":"PC360-Masterclassvb-hip med\/lg-torso med\/lg-2022","price":2999.0,"currency_code":"USD","in_stock":true},{"title":"Medium\/Large 33-40+\" \/ Medium\/Large 33-40+\"","offer_id":46727236157601,"sku":"PC360-Masterclassvb-hip med\/lg-torso med\/lg-2022","price":2999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2429\/7801\/products\/BillyGlisan_Full-body-training-System-Product-image_640px-plus-pack.jpg?v=1655229648","url":"https:\/\/powercore360.com\/products\/volleyball-lifetime-training-pass-bundle","provider":"Powercore 360","version":"1.0","type":"link"}