TrackFIT Licensee Registration
.tf-license-product { --tf-green: #87B938; --tf-green-dark: #658B2A; --tf-orange: #FF6A00; --tf-blue: #2F7BFF; --tf-dark: #07131f; --tf-white: #ffffff; --tf-text: #d6dee5; --tf-mut ed: #9ba8b3; --tf-border: rgba(255, 255, 255, 0.14); width: 100%; padding: 48px 20px 70px; color: var(--tf-white); font-family: 'Barlow', Arial, Helvetica, sans-serif; } .tf-license-product, .tf-license-product * { box-sizing: border-box; } .tf-license-wrap { display: grid; grid-template-columns: minmax(280px, 360px) minmax(0, 610px); gap: 50px; align-items: start; width: 100%; max-width: 1040px; margin: 0 auto; } .tf-license-media { position: sticky; top: 30px; width: 100%; } .tf-license-image { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 18px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4); } .tf-license-eyebrow { margin-bottom: 12px; color: var(--tf-green); font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; } .tf-license-title { margin: 0 0 15px; color: var(--tf-white); font-family: 'Barlow Condensed', sans-serif; font-size: clamp(38px, 4.5vw, 54px); font-weight: 900; line-height: 0.98; letter-spacing: -0.8px; text-transform: uppercase; } .tf-license-tagline { margin: 0 0 24px; color: var(--tf-text); font-size: 18px; line-height: 1.5; } .tf-license-tagline strong { color: var(--tf-green); } /* EARLY LAUNCH */ .tf-license-launch { margin: 0 0 24px; padding: 20px 21px; border: 1px solid rgba(135, 185, 56, 0.45); border-radius: 14px; background: linear-gradient( 135deg, rgba(135, 185, 56, 0.16), rgba(47, 123, 255, 0.06) ); } .tf-license-launch-badge { display: inline-flex; align-items: center; justify-content: center; margin: 0 0 11px; padding: 7px 11px; border-radius: 6px; background: var(--tf-orange); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 900; letter-spacing: 1.4px; line-height: 1; text-transform: uppercase; } .tf-license-launch-title { margin: 0 0 8px; color: var(--tf-white); font-family: 'Barlow Condensed', sans-serif; font-size: 27px; font-weight: 900; line-height: 1.05; text-transform: uppercase; } .tf-license-launch-title span { color: var(--tf-green); } .tf-license-launch-copy { margin: 0; color: var(--tf-text); font-size: 15px; line-height: 1.6; } .tf-license-launch-copy strong { color: var(--tf-white); } /* PRICE */ .tf-license-price-label { margin: 0 0 4px; color: var(--tf-muted); font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; } .tf-license-price { margin: 0 0 6px; color: var(--tf-white); font-family: 'Barlow Condensed', sans-serif; font-size: 46px; font-weight: 900; line-height: 1; } .tf-license-deadline { margin: 0 0 7px; color: var(--tf-green); font-size: 14px; font-weight: 800; } .tf-license-regular { margin: 0 0 25px; color: var(--tf-muted); font-size: 14px; line-height: 1.5; } .tf-license-regular strong { color: var(--tf-white); } .tf-license-copy p { margin: 0 0 14px; color: var(--tf-text); font-size: 16px; line-height: 1.65; } .tf-license-copy strong { color: var(--tf-white); } /* NOTICE */ .tf-license-notice { margin: 22px 0; padding: 18px 19px; border-left: 4px solid var(--tf-green); border-radius: 0 12px 12px 0; background: rgba(135, 185, 56, 0.1); } .tf-license-notice-title { margin: 0 0 6px; color: var(--tf-white); font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 900; text-transform: uppercase; } .tf-license-notice p { margin: 0; color: var(--tf-text); font-size: 15px; line-height: 1.6; } .tf-license-notice strong { color: var(--tf-white); } /* INCLUDED */ .tf-license-includes { margin: 24px 0; padding: 21px; border: 1px solid var(--tf-border); border-radius: 14px; background: rgba(255, 255, 255, 0.04); } .tf-license-includes h3 { margin: 0 0 15px; color: var(--tf-white); font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 900; text-transform: uppercase; } .tf-license-item { position: relative; margin-bottom: 11px; padding-left: 26px; color: var(--tf-text); font-size: 15px; line-height: 1.5; } .tf-license-item:last-child { margin-bottom: 0; } .tf-license-item::before { content: "✓"; position: absolute; left: 0; color: var(--tf-green); font-weight: 900; } .tf-license-item strong { color: var(--tf-white); } /* AFTER EARLY LAUNCH */ .tf-license-standard { margin: 22px 0 0; padding: 18px 19px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 12px; background: rgba(255, 255, 255, 0.035); } .tf-license-standard h3 { margin: 0 0 7px; color: var(--tf-white); font-family: 'Barlow Condensed', sans-serif; font-size: 19px; font-weight: 900; text-transform: uppercase; } .tf-license-standard p { margin: 0; color: var(--tf-muted); font-size: 14px; line-height: 1.6; } .tf-license-standard strong { color: var(--tf-white); } /* CHECKOUT */ .tf-license-checkout { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 58px; margin-top: 28px; padding: 15px 24px; border: 2px solid var(--tf-green); border-radius: 10px; background: var(--tf-green); color: var(--tf-dark); font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 900; letter-spacing: 0.7px; text-align: center; text-decoration: none; text-transform: uppercase; transition: 0.2s ease; } .tf-license-checkout:hover { background: var(--tf-green-dark); border-color: var(--tf-green-dark); color: var(--tf-dark); transform: translateY(-1px); } .tf-license-secure { margin: 13px 0 0; color: var(--tf-muted); font-size: 13px; text-align: center; } /* TERMS */ .tf-license-terms { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--tf-border); } .tf-license-terms p { margin: 0 0 9px; color: var(--tf-muted); font-size: 13px; line-height: 1.55; } .tf-license-terms strong { color: var(--tf-text); } @media screen and (max-width: 800px) { .tf-license-product { padding: 24px 16px 50px; } .tf-license-wrap { grid-template-columns: 1fr; gap: 30px; max-width: 600px; } .tf-license-media { position: static; max-width: 320px; margin: 0 auto; } .tf-license-title { font-size: 38px; } } @media screen and (max-width: 480px) { .tf-license-product { padding-left: 12px; padding-right: 12px; } .tf-license-media { max-width: 280px; } .tf-license-title { font-size: 33px; } .tf-license-tagline { font-size: 16px; } .tf-license-price { font-size: 42px; } } TrackFIT TV Territory Opportunity Reserve Your TrackFIT Territory Your Territory. Your Impact. Our Support. Early Launch Offer Get Your Entire First-Year Territory License for $995 Submit your application and Territory Reservation Deposit by September 27, 2026. If TrackFIT TV approves your territory and you accept the award, your $995 deposit covers your entire first-year Territory License. That is a $2,000 Early Launch savings from the regular $2,995 first-year license fee. Territory Reservation Deposit {{ product.selected_or_first_available_variant.price | money }} Early Launch pricing available through September 27, 2026 Regular first-year Territory License: $2,995 beginning September 28, 2026. The $995 Territory Reservation Deposit completes the payment portion of your application and places your requested market into formal review. During Early Launch, approved applicants who accept their territory owe no additional first-year Territory License balance. Applied to Your License or Refunded If TrackFIT TV awards you a territory and you accept it, your $995 deposit is applied to your Territory License. If TrackFIT TV does not award you a territory, your $995 deposit is refunded in full. Your First-Year Territory License Includes: Authorization to develop an approved TrackFIT TV territory. TrackFIT technology, equipment, event production, technical staffing, reports, rankings, platform systems, and ongoing support. One TrackFIT Green Belt Coach Certification for the Licensee or one designated representative. Eligibility to receive 20% to 40% of Net Event Revenue from approved events within the territory, subject to the final Territory License Agreement. TrackFIT-funded approved direct event expenses and national platform support. What Happens After Early Launch? Beginning September 28, 2026, the standard first-year Territory License fee is $2,995. Applicants will still reserve a territory with the same $995 deposit. The remaining $2,000 is due only after TrackFIT TV approves the territory and the applicant accepts the award. {% if product.selected_or_first_available_variant.available %} Submit $995 Territory Reservation Deposit {% else %} Currently Unavailable {% endif %} Secure checkout. Your application and deposit must both be received before your requested territory enters formal review. Payment of the Territory Reservation Deposit does not automatically grant a territory, exclusivity, event rights, guaranteed events, guaranteed revenue, or a Territory License. A territory is awarded only after TrackFIT TV approval, applicant acceptance, execution of the final Territory License Agreement, and confirmation of the license effective date. The first-year Territory License includes one TrackFIT Green Belt Coach Certification. Green Belt certification is an individual credential and does not independently grant territory rights or Territory Licensee revenue participation. Additional Green Belt certifications are separate.
More you might like
Related
Coach Certification
Related
Health Coach Certification
Related
Running Coach Certification
Related