{"product_id":"foundations-of-long-range-rifle-level-1-precision-rifle-training","title":"Foundations of Long Range Rifle Level 1 | Precision Rifle Training","description":"\u003cstyle\u003e\n  .prg-course-page {\n    --bg: #11120f;\n    --panel: #1a1c17;\n    --panel-light: #f2efe7;\n    --text: #f7f4ec;\n    --dark: #171812;\n    --muted: #c9c5bb;\n    --olive: #4d5737;\n    --orange: #d96d18;\n    --border: rgba(255,255,255,.14);\n\n    font-family: Arial, Helvetica, sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.55;\n  }\n\n  .prg-course-page * {\n    box-sizing: border-box;\n  }\n\n  .prg-course-page img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .prg-container {\n    width: min(1180px, 92%);\n    margin: 0 auto;\n  }\n\n  .prg-section {\n    padding: 72px 0;\n  }\n\n  .prg-eyebrow {\n    margin: 0 0 8px;\n    color: var(--orange);\n    text-transform: uppercase;\n    letter-spacing: .18em;\n    font-weight: 800;\n    font-size: .82rem;\n  }\n\n  .prg-heading {\n    margin: 0 0 18px;\n    font-size: clamp(2rem, 5vw, 3.8rem);\n    line-height: 1;\n    text-transform: uppercase;\n    letter-spacing: -.03em;\n  }\n\n  .prg-subheading {\n    margin: 0;\n    max-width: 760px;\n    color: var(--muted);\n    font-size: 1.15rem;\n  }\n\n  \/* HERO *\/\n  .prg-hero {\n    position: relative;\n    min-height: 680px;\n    display: flex;\n    align-items: flex-end;\n    background:\n      linear-gradient(\n        90deg,\n        rgba(11,12,9,.94) 0%,\n        rgba(11,12,9,.72) 45%,\n        rgba(11,12,9,.38) 100%\n      ),\n      url('YOUR-HERO-IMAGE-URL-HERE') center \/ cover no-repeat;\n  }\n\n  .prg-hero-inner {\n    padding: 95px 0 70px;\n    max-width: 820px;\n  }\n\n  .prg-hero h1 {\n    margin: 10px 0 20px;\n    font-size: clamp(2.8rem, 7vw, 5.8rem);\n    line-height: .92;\n    letter-spacing: -.05em;\n    text-transform: uppercase;\n  }\n\n  .prg-hero-copy {\n    max-width: 700px;\n    margin-bottom: 28px;\n    font-size: 1.2rem;\n    color: #e8e4da;\n  }\n\n  .prg-hero-price {\n    display: flex;\n    align-items: baseline;\n    gap: 12px;\n    margin: 24px 0;\n  }\n\n  .prg-hero-price strong {\n    font-size: clamp(2.8rem, 7vw, 4.8rem);\n    line-height: 1;\n  }\n\n  .prg-hero-price span {\n    text-transform: uppercase;\n    font-weight: 800;\n    letter-spacing: .08em;\n    color: var(--muted);\n  }\n\n  .prg-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 54px;\n    padding: 15px 26px;\n    border-radius: 3px;\n    background: var(--orange);\n    color: #fff !important;\n    font-weight: 900;\n    text-transform: uppercase;\n    text-decoration: none;\n    letter-spacing: .04em;\n    transition: .2s ease;\n  }\n\n  .prg-button:hover {\n    transform: translateY(-2px);\n    filter: brightness(1.08);\n  }\n\n  .prg-button-secondary {\n    background: transparent;\n    border: 2px solid rgba(255,255,255,.6);\n    margin-left: 10px;\n  }\n\n  \/* STATS *\/\n  .prg-stats {\n    position: relative;\n    margin-top: -36px;\n    z-index: 3;\n  }\n\n  .prg-stats-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    background: var(--panel-light);\n    color: var(--dark);\n    box-shadow: 0 16px 45px rgba(0,0,0,.32);\n  }\n\n  .prg-stat {\n    padding: 30px 22px;\n    text-align: center;\n    border-right: 1px solid #d6d1c7;\n  }\n\n  .prg-stat:last-child {\n    border-right: none;\n  }\n\n  .prg-stat-value {\n    display: block;\n    font-size: 1.7rem;\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n  }\n\n  .prg-stat-label {\n    display: block;\n    margin-top: 6px;\n    font-size: .82rem;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #626058;\n  }\n\n  \/* CONTENT GRID *\/\n  .prg-two-col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 55px;\n    align-items: start;\n  }\n\n  .prg-card {\n    padding: 36px;\n    background: var(--panel);\n    border: 1px solid var(--border);\n  }\n\n  .prg-card h3 {\n    margin: 0 0 18px;\n    font-size: 1.4rem;\n    text-transform: uppercase;\n  }\n\n  .prg-checklist {\n    padding: 0;\n    margin: 0;\n    list-style: none;\n  }\n\n  .prg-checklist li {\n    position: relative;\n    padding: 12px 0 12px 34px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .prg-checklist li:last-child {\n    border-bottom: none;\n  }\n\n  .prg-checklist li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 11px;\n    color: var(--orange);\n    font-weight: 900;\n  }\n\n  \/* LEARN SECTION *\/\n  .prg-learn {\n    background: #e9e5db;\n    color: var(--dark);\n  }\n\n  .prg-learn .prg-subheading {\n    color: #56554f;\n  }\n\n  .prg-skill-grid {\n    margin-top: 38px;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n\n  .prg-skill {\n    padding: 28px;\n    background: #fff;\n    border-top: 5px solid var(--olive);\n  }\n\n  .prg-skill h3 {\n    margin: 0 0 8px;\n    font-size: 1.14rem;\n    text-transform: uppercase;\n  }\n\n  .prg-skill p {\n    margin: 0;\n    color: #55544e;\n  }\n\n  \/* DISTANCE BAND *\/\n  .prg-distance {\n    padding: 55px 0;\n    background: var(--orange);\n    color: #fff;\n    text-align: center;\n  }\n\n  .prg-distance strong {\n    display: block;\n    margin-top: 8px;\n    font-size: clamp(3.2rem, 8vw, 6.2rem);\n    line-height: .95;\n  }\n\n  .prg-distance span {\n    display: block;\n    margin-top: 12px;\n    font-size: 1.1rem;\n  }\n\n  \/* WHO FOR *\/\n  .prg-audience-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin-top: 30px;\n  }\n\n  .prg-audience-item {\n    padding: 20px 22px;\n    background: var(--panel);\n    border-left: 4px solid var(--orange);\n  }\n\n  \/* ARIZONA EVENT *\/\n  .prg-event {\n    background:\n      linear-gradient(rgba(12,13,10,.87), rgba(12,13,10,.87)),\n      url('YOUR-PARABELLUM-IMAGE-URL-HERE') center \/ cover no-repeat;\n  }\n\n  .prg-event-box {\n    max-width: 850px;\n    padding: 42px;\n    border: 1px solid rgba(255,255,255,.2);\n    background: rgba(15,16,13,.75);\n    backdrop-filter: blur(4px);\n  }\n\n  .prg-date {\n    margin: 12px 0 22px;\n    color: var(--orange);\n    font-size: clamp(2.7rem, 6vw, 5rem);\n    line-height: .95;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .prg-schedule {\n    margin-top: 28px;\n    border-top: 1px solid var(--border);\n  }\n\n  .prg-schedule-row {\n    display: grid;\n    grid-template-columns: 160px 1fr;\n    gap: 20px;\n    padding: 18px 0;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .prg-schedule-date {\n    font-weight: 900;\n    color: var(--orange);\n  }\n\n  \/* LEVEL 2 *\/\n  .prg-level2 {\n    background: var(--olive);\n  }\n\n  .prg-level2-box {\n    display: grid;\n    grid-template-columns: 1.25fr .75fr;\n    gap: 45px;\n    align-items: center;\n  }\n\n  .prg-level2-price {\n    font-size: clamp(2.8rem, 6vw, 4.8rem);\n    font-weight: 900;\n  }\n\n  \/* DETAILS *\/\n  .prg-details {\n    background: #f1eee6;\n    color: var(--dark);\n  }\n\n  .prg-details .prg-card {\n    background: #fff;\n    border-color: #d9d4ca;\n  }\n\n  \/* CTA *\/\n  .prg-cta {\n    padding: 80px 0;\n    text-align: center;\n    background: #0d0e0c;\n  }\n\n  .prg-cta h2 {\n    margin: 0 0 15px;\n    font-size: clamp(2.4rem, 5vw, 4.2rem);\n    line-height: 1;\n    text-transform: uppercase;\n  }\n\n  .prg-cta .prg-button {\n    margin-top: 22px;\n    min-width: 260px;\n  }\n\n  .prg-contact {\n    margin-top: 28px;\n    color: var(--muted);\n  }\n\n  .prg-contact a {\n    color: #fff;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 900px) {\n    .prg-stats-grid,\n    .prg-skill-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .prg-two-col,\n    .prg-level2-box {\n      grid-template-columns: 1fr;\n    }\n\n    .prg-stat:nth-child(2) {\n      border-right: none;\n    }\n\n    .prg-stat:nth-child(-n+2) {\n      border-bottom: 1px solid #d6d1c7;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .prg-section {\n      padding: 52px 0;\n    }\n\n    .prg-hero {\n      min-height: 720px;\n      background-position: 60% center;\n    }\n\n    .prg-hero-inner {\n      padding-top: 150px;\n    }\n\n    .prg-stats {\n      margin-top: 0;\n    }\n\n    .prg-stats-grid,\n    .prg-skill-grid,\n    .prg-audience-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .prg-stat {\n      border-right: none;\n      border-bottom: 1px solid #d6d1c7;\n    }\n\n    .prg-stat:last-child {\n      border-bottom: none;\n    }\n\n    .prg-schedule-row {\n      grid-template-columns: 1fr;\n      gap: 4px;\n    }\n\n    .prg-card,\n    .prg-event-box {\n      padding: 26px;\n    }\n\n    .prg-button,\n    .prg-button-secondary {\n      width: 100%;\n      margin: 8px 0 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prg-course-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"prg-hero\"\u003e\n    \u003cdiv class=\"prg-container\"\u003e\n      \u003cdiv class=\"prg-hero-inner\"\u003e\n\n        \u003cp class=\"prg-eyebrow\"\u003e\n          Precision Rifle Group\n        \u003c\/p\u003e\n\n        \u003ch1\u003e\n          Foundations of\u003cbr\u003e\n          Long Range Rifle\u003cbr\u003e\n          Level 1\n        \u003c\/h1\u003e\n\n        \u003cp class=\"prg-hero-copy\"\u003e\n          Build the foundational skills needed to confidently engage targets\n          at extended distances. Learn rifle setup, ballistics, wind,\n          positional shooting and practical live-fire application.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"prg-hero-price\"\u003e\n          \u003cstrong\u003e$895\u003c\/strong\u003e\n          \u003cspan\u003eUSD\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ca href=\"#reserve\" class=\"prg-button\"\u003e\n          Reserve Your Spot\n        \u003c\/a\u003e\n\n        \u003ca href=\"#course-details\" class=\"prg-button prg-button-secondary\"\u003e\n          Course Details\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK STATS --\u003e\n  \u003cdiv class=\"prg-stats\"\u003e\n    \u003cdiv class=\"prg-container\"\u003e\n\n      \u003cdiv class=\"prg-stats-grid\"\u003e\n\n        \u003cdiv class=\"prg-stat\"\u003e\n          \u003cspan class=\"prg-stat-value\"\u003e10 Hours\u003c\/span\u003e\n          \u003cspan class=\"prg-stat-label\"\u003eOne Intensive Day\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"prg-stat\"\u003e\n          \u003cspan class=\"prg-stat-value\"\u003e100–1,200 Yards\u003c\/span\u003e\n          \u003cspan class=\"prg-stat-label\"\u003eLive-Fire Training\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"prg-stat\"\u003e\n          \u003cspan class=\"prg-stat-value\"\u003e8 Students\u003c\/span\u003e\n          \u003cspan class=\"prg-stat-label\"\u003eMaximum Class Size\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"prg-stat\"\u003e\n          \u003cspan class=\"prg-stat-value\"\u003e$895\u003c\/span\u003e\n          \u003cspan class=\"prg-stat-label\"\u003eCourse Tuition\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"prg-section\"\u003e\n    \u003cdiv class=\"prg-container\"\u003e\n\n      \u003cdiv class=\"prg-two-col\"\u003e\n\n        \u003cdiv\u003e\n          \u003cp class=\"prg-eyebrow\"\u003eLevel 1 Training\u003c\/p\u003e\n\n          \u003ch2 class=\"prg-heading\"\u003e\n            Build Real Long-Range Capability\n          \u003c\/h2\u003e\n\n          \u003cp class=\"prg-subheading\"\u003e\n            Foundations of Long Range Rifle Level 1 is an intensive\n            introductory course for hunters and shooters who want to\n            understand their equipment and extend their effective shooting\n            capability.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            This course combines outdoor classroom instruction with practical\n            live-fire training. Students learn how rifle systems, ammunition,\n            optics, atmospheric conditions, wind and shooter fundamentals work\n            together to determine where a bullet impacts.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            The objective is not simply to shoot farther. It is to understand\n            why a shot worked, why it missed and how to make a correct,\n            repeatable adjustment.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"prg-card\"\u003e\n\n          \u003ch3\u003eCourse Outcomes\u003c\/h3\u003e\n\n          \u003cul class=\"prg-checklist\"\u003e\n            \u003cli\u003eUnderstand ballistic trajectory and environmental effects\u003c\/li\u003e\n            \u003cli\u003eProperly zero and validate rifle optics\u003c\/li\u003e\n            \u003cli\u003eDevelop reliable ballistic data\u003c\/li\u003e\n            \u003cli\u003eRead wind and apply appropriate corrections\u003c\/li\u003e\n            \u003cli\u003eBuild stable field shooting positions\u003c\/li\u003e\n            \u003cli\u003eMake increasingly consistent hits at extended range\u003c\/li\u003e\n            \u003cli\u003eUnderstand practical and ethical shot limitations\u003c\/li\u003e\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHAT YOU LEARN --\u003e\n  \u003csection class=\"prg-section prg-learn\"\u003e\n    \u003cdiv class=\"prg-container\"\u003e\n\n      \u003cp class=\"prg-eyebrow\"\u003eTraining Curriculum\u003c\/p\u003e\n\n      \u003ch2 class=\"prg-heading\"\u003e\n        What You'll Learn\n      \u003c\/h2\u003e\n\n      \u003cp class=\"prg-subheading\"\u003e\n        Practical skills designed to improve your understanding of the\n        complete rifle system and your ability to use it in real-world\n        conditions.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"prg-skill-grid\"\u003e\n\n        \u003carticle class=\"prg-skill\"\u003e\n          \u003ch3\u003eRifle \u0026amp; Optic Setup\u003c\/h3\u003e\n          \u003cp\u003e\n            Evaluate rifle fit, optic setup, mounting, ammunition and\n            supporting equipment.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"prg-skill\"\u003e\n          \u003ch3\u003eZeroing\u003c\/h3\u003e\n          \u003cp\u003e\n            Establish a precise zero and understand how inconsistencies affect\n            ballistic data at distance.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"prg-skill\"\u003e\n          \u003ch3\u003eExternal Ballistics\u003c\/h3\u003e\n          \u003cp\u003e\n            Learn how velocity, atmospheric conditions, ballistic coefficient\n            and trajectory influence bullet flight.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"prg-skill\"\u003e\n          \u003ch3\u003eBallistic Validation\u003c\/h3\u003e\n          \u003cp\u003e\n            Compare predicted data with actual impacts and refine your\n            ballistic solution.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"prg-skill\"\u003e\n          \u003ch3\u003eWind Reading\u003c\/h3\u003e\n          \u003cp\u003e\n            Identify wind direction and speed and apply practical wind holds\n            and corrections.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"prg-skill\"\u003e\n          \u003ch3\u003eField Positions\u003c\/h3\u003e\n          \u003cp\u003e\n            Build stable shooting positions using techniques applicable to\n            hunting and field environments.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- RANGE DISTANCE --\u003e\n  \u003csection class=\"prg-distance\"\u003e\n\n    \u003cdiv class=\"prg-container\"\u003e\n\n      \u003cp class=\"prg-eyebrow\" style=\"color:#fff;\"\u003e\n        Live-Fire Application\n      \u003c\/p\u003e\n\n      \u003cstrong\u003e\n        100–1,200 YARDS\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Engagement distances depend on range conditions, equipment,\n        ammunition and demonstrated student proficiency.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHO SHOULD ATTEND --\u003e\n  \u003csection class=\"prg-section\"\u003e\n    \u003cdiv class=\"prg-container\"\u003e\n\n      \u003cp class=\"prg-eyebrow\"\u003e\n        Who Should Attend\n      \u003c\/p\u003e\n\n      \u003ch2 class=\"prg-heading\"\u003e\n        Built for Hunters and Precision Rifle Shooters\n      \u003c\/h2\u003e\n\n      \u003cp class=\"prg-subheading\"\u003e\n        You do not need to be an experienced long-range shooter to attend.\n        Basic firearms safety knowledge and previous hunting or shooting\n        experience are recommended.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"prg-audience-grid\"\u003e\n\n        \u003cdiv class=\"prg-audience-item\"\u003e\n          Hunters wanting to extend their practical shooting capability\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"prg-audience-item\"\u003e\n          New precision-rifle shooters\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"prg-audience-item\"\u003e\n          Shooters moving beyond traditional hunting distances\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"prg-audience-item\"\u003e\n          Hunters preparing for Western or backcountry hunts\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"prg-audience-item\"\u003e\n          Rifle owners who want more confidence in their equipment\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"prg-audience-item\"\u003e\n          Students preparing for Advanced Level 2 training\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ARIZONA EVENT --\u003e\n  \u003csection class=\"prg-section prg-event\"\u003e\n    \u003cdiv class=\"prg-container\"\u003e\n\n      \u003cdiv class=\"prg-event-box\"\u003e\n\n        \u003cp class=\"prg-eyebrow\"\u003e\n          Arizona Training Event\n        \u003c\/p\u003e\n\n        \u003ch2 class=\"prg-heading\"\u003e\n          Parabellum Range\n        \u003c\/h2\u003e\n\n        \u003cp class=\"prg-subheading\"\u003e\n          Kingman, Arizona\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"prg-date\"\u003e\n          December 3–5\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Train in the diverse desert terrain surrounding Parabellum Range\n          during our three-day Precision Rifle Group Arizona training event.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"prg-schedule\"\u003e\n\n          \u003cdiv class=\"prg-schedule-row\"\u003e\n            \u003cdiv class=\"prg-schedule-date\"\u003e\n              December 3\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003cstrong\u003eLevel 1 — Foundations of Long Range Rifle\u003c\/strong\u003e\u003cbr\u003e\n              10-hour foundational precision rifle course.\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"prg-schedule-row\"\u003e\n            \u003cdiv class=\"prg-schedule-date\"\u003e\n              December 4–5\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003cstrong\u003eLevel 2 — Advanced Long Range Rifle\u003c\/strong\u003e\u003cbr\u003e\n              Two-day advanced precision rifle course.\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- LEVEL 2 UPSELL --\u003e\n  \u003csection class=\"prg-section prg-level2\"\u003e\n    \u003cdiv class=\"prg-container\"\u003e\n\n      \u003cdiv class=\"prg-level2-box\"\u003e\n\n        \u003cdiv\u003e\n\n          \u003cp class=\"prg-eyebrow\" style=\"color:#f5a35c;\"\u003e\n            Continue Your Training\n          \u003c\/p\u003e\n\n          \u003ch2 class=\"prg-heading\"\u003e\n            Advanced Long Range Rifle — Level 2\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Continue directly into our two-day advanced course and build on\n            the fundamentals learned in Level 1.\n          \u003c\/p\u003e\n\n          \u003cul class=\"prg-checklist\"\u003e\n            \u003cli\u003eAdvanced wind reading and solutions\u003c\/li\u003e\n            \u003cli\u003eBallistic truing and data refinement\u003c\/li\u003e\n            \u003cli\u003eEquipment optimization\u003c\/li\u003e\n            \u003cli\u003eHigh-angle shooting\u003c\/li\u003e\n            \u003cli\u003eAdvanced positional shooting\u003c\/li\u003e\n            \u003cli\u003eTripod shooting techniques\u003c\/li\u003e\n            \u003cli\u003eAdvanced ballistic theory\u003c\/li\u003e\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"prg-card\"\u003e\n\n          \u003cp class=\"prg-eyebrow\"\u003e\n            Two-Day Course\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"prg-level2-price\"\u003e\n            $1,595\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            Approximately 20 hours of advanced training over two intensive\n            days.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Training distances can extend from approximately\n            \u003cstrong\u003e350 meters to 2,000+ meters\u003c\/strong\u003e, depending on range\n            conditions and student capability.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- DETAILS --\u003e\n  \u003csection id=\"course-details\" class=\"prg-section prg-details\"\u003e\n    \u003cdiv class=\"prg-container\"\u003e\n\n      \u003cp class=\"prg-eyebrow\"\u003e\n        Prepare for Class\n      \u003c\/p\u003e\n\n      \u003ch2 class=\"prg-heading\"\u003e\n        Course Details\n      \u003c\/h2\u003e\n\n\n      \u003cdiv class=\"prg-two-col\"\u003e\n\n        \u003cdiv class=\"prg-card\"\u003e\n\n          \u003ch3\u003eWhat to Bring\u003c\/h3\u003e\n\n          \u003cul class=\"prg-checklist\"\u003e\n            \u003cli\u003eCenterfire precision or hunting rifle\u003c\/li\u003e\n            \u003cli\u003eQuality rifle optic\u003c\/li\u003e\n            \u003cli\u003eAppropriate ammunition\u003c\/li\u003e\n            \u003cli\u003eBipod or preferred front support\u003c\/li\u003e\n            \u003cli\u003eRear shooting bag if available\u003c\/li\u003e\n            \u003cli\u003eEye and hearing protection\u003c\/li\u003e\n            \u003cli\u003eNotebook or rifle data book\u003c\/li\u003e\n            \u003cli\u003eWeather-appropriate clothing\u003c\/li\u003e\n            \u003cli\u003eWater, food and personal equipment\u003c\/li\u003e\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"prg-card\"\u003e\n\n          \u003ch3\u003eTraining Information\u003c\/h3\u003e\n\n          \u003cul class=\"prg-checklist\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eDuration:\u003c\/strong\u003e 10 hours\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClass Size:\u003c\/strong\u003e Maximum 8 students\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFormat:\u003c\/strong\u003e Classroom + live-fire\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePrice:\u003c\/strong\u003e $895 USD\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePrerequisite:\u003c\/strong\u003e Basic firearm safety knowledge\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eLocation:\u003c\/strong\u003e Varies by scheduled course\u003c\/li\u003e\n          \u003c\/ul\u003e\n\n          \u003cp\u003e\n            Ammunition requirements and additional equipment recommendations\n            can be provided before your scheduled class.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection id=\"reserve\" class=\"prg-cta\"\u003e\n    \u003cdiv class=\"prg-container\"\u003e\n\n      \u003cp class=\"prg-eyebrow\"\u003e\n        Maximum 8 Students\n      \u003c\/p\u003e\n\n      \u003ch2\u003e\n        Reserve Your Position\n      \u003c\/h2\u003e\n\n      \u003cp class=\"prg-subheading\" style=\"margin:0 auto;\"\u003e\n        Small class sizes provide more individual instruction and direct\n        feedback during live-fire training.\n      \u003c\/p\u003e\n\n      \u003c!-- Replace this link with your Shopify cart \/ variant URL --\u003e\n      \u003ca href=\"\/products\/foundations-of-long-range-rifle-1\" class=\"prg-button\"\u003e\n        Book Level 1 — $895\n      \u003c\/a\u003e\n\n\n      \u003cdiv class=\"prg-contact\"\u003e\n\n        \u003cstrong\u003eQuestions before booking?\u003c\/strong\u003e\u003cbr\u003e\n\n        Precision Rifle Group\u003cbr\u003e\n\n        \u003ca href=\"mailto:rangetechus@gmail.com\"\u003e\n          rangetechus@gmail.com\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Rangetech.us ","offers":[{"title":"Default Title","offer_id":47584932921378,"sku":null,"price":895.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0119\/0877\/5995\/files\/4ADB2AB4-8506-4219-86AA-6BFA8958C5A1_c48e6b7f-12d3-4b23-8f26-0c6b9b01e4ca.jpg?v=1629901214","url":"https:\/\/rangetech.us\/products\/foundations-of-long-range-rifle-level-1-precision-rifle-training","provider":"Rangetech.us ","version":"1.0","type":"link"}