{"id":14,"date":"2026-04-26T00:52:35","date_gmt":"2026-04-26T00:52:35","guid":{"rendered":"https:\/\/indoorgolfrange.golf\/?page_id=14"},"modified":"2026-05-11T02:37:13","modified_gmt":"2026-05-11T02:37:13","slug":"elementor-14","status":"publish","type":"page","link":"https:\/\/indoorgolfrange.golf\/","title":{"rendered":"Elementor #14"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14\" class=\"elementor elementor-14\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19ec5ad e-flex e-con-boxed e-con e-parent\" data-id=\"19ec5ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0706db7 elementor-widget elementor-widget-html\" data-id=\"0706db7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\"\/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>850 Golf | Indoor Golf Simulator \u2014 Tallahassee, FL<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@300;400;700;900&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300&display=swap\" rel=\"stylesheet\"\/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --green: #2e7d52;\n      --green-dark: #1a4f32;\n      --green-light: #e8f5ee;\n      --gold: #c8a951;\n      --white: #ffffff;\n      --off-white: #f9f9f7;\n      --light-gray: #f2f2f0;\n      --border: #e0e0dc;\n      --text: #2b2b2b;\n      --text-mid: #555;\n      --text-muted: #888;\n      --nav-height: 70px;\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'Lato', sans-serif;\n      background: var(--white);\n      color: var(--text);\n      line-height: 1.6;\n      overflow-x: hidden;\n    }\n\n    a { color: var(--green); text-decoration: none; }\n    a:hover { text-decoration: underline; }\n\n    \/* \u2500\u2500 TOP SOCIAL BAR (exactly like Luca) \u2500\u2500 *\/\n    .top-bar {\n      background: var(--green-dark);\n      padding: 8px 0;\n      text-align: center;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 20px;\n    }\n    .top-bar a {\n      color: rgba(255,255,255,0.75);\n      font-size: 13px;\n      text-decoration: none;\n      transition: color 0.2s;\n    }\n    .top-bar a:hover { color: #fff; text-decoration: none; }\n    .top-bar-sep { color: rgba(255,255,255,0.3); font-size: 11px; }\n\n    \/* \u2500\u2500 NAV (exact Luca structure: logo center, links below or inline) \u2500\u2500 *\/\n    nav {\n      position: sticky;\n      top: 0;\n      z-index: 200;\n      background: var(--white);\n      border-bottom: 1px solid var(--border);\n      box-shadow: 0 1px 8px rgba(0,0,0,0.07);\n    }\n    .nav-inner {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 0 32px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      height: var(--nav-height);\n    }\n    .nav-logo {\n      font-family: 'Lato', sans-serif;\n      font-size: 22px;\n      font-weight: 900;\n      color: var(--green-dark);\n      letter-spacing: 1px;\n      text-decoration: none;\n      flex-shrink: 0;\n    }\n    .nav-logo span { color: var(--gold); }\n    .nav-links {\n      display: flex;\n      align-items: center;\n      gap: 4px;\n      list-style: none;\n    }\n    .nav-links > li { position: relative; }\n    .nav-links > li > a {\n      display: block;\n      padding: 10px 14px;\n      font-size: 14px;\n      font-weight: 700;\n      color: var(--text);\n      text-decoration: none;\n      letter-spacing: 0.3px;\n      transition: color 0.2s;\n      white-space: nowrap;\n    }\n    .nav-links > li > a:hover { color: var(--green); text-decoration: none; }\n    .nav-links > li > a.phone {\n      color: var(--green);\n      font-weight: 700;\n    }\n\n    \/* Dropdown *\/\n    .nav-links .dropdown {\n      display: none;\n      position: absolute;\n      top: 100%;\n      left: 0;\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-top: 3px solid var(--green);\n      min-width: 220px;\n      box-shadow: 0 8px 24px rgba(0,0,0,0.1);\n      z-index: 300;\n    }\n    .nav-links li:hover .dropdown { display: block; }\n    .nav-links .dropdown a {\n      display: block;\n      padding: 11px 18px;\n      font-size: 13px;\n      color: var(--text);\n      border-bottom: 1px solid var(--light-gray);\n      text-decoration: none;\n      transition: background 0.15s, color 0.15s;\n    }\n    .nav-links .dropdown a:last-child { border-bottom: none; }\n    .nav-links .dropdown a:hover { background: var(--green-light); color: var(--green-dark); }\n\n    .nav-cta-btn {\n      background: var(--green);\n      color: #fff !important;\n      padding: 10px 20px !important;\n      font-weight: 700 !important;\n      font-size: 13px !important;\n      letter-spacing: 0.5px;\n      border-radius: 3px;\n      transition: background 0.2s !important;\n      white-space: nowrap;\n    }\n    .nav-cta-btn:hover { background: var(--green-dark) !important; text-decoration: none !important; }\n\n    \/* \u2500\u2500 HERO \u2014 Full-width video background \u2500\u2500 *\/\n    .hero {\n      position: relative;\n      min-height: 92vh;\n      display: flex;\n      align-items: center;\n      overflow: hidden;\n      border-bottom: none;\n    }\n\n    .hero-video-wrap {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n    .hero-video-wrap video {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n    .hero-video-wrap::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(\n        105deg,\n        rgba(10, 30, 18, 0.82) 0%,\n        rgba(10, 30, 18, 0.65) 55%,\n        rgba(10, 30, 18, 0.35) 100%\n      );\n    }\n\n    .hero-inner {\n      position: relative;\n      z-index: 2;\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 120px 32px 100px;\n      width: 100%;\n    }\n\n    .hero-eyebrow {\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      color: #7ecfa0;\n      margin-bottom: 20px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n    .hero-eyebrow::before {\n      content: '';\n      display: block;\n      width: 28px;\n      height: 1px;\n      background: #7ecfa0;\n      flex-shrink: 0;\n    }\n\n    .hero-title {\n      font-family: 'Merriweather', serif;\n      font-size: clamp(38px, 5.5vw, 72px);\n      font-weight: 700;\n      line-height: 1.1;\n      color: #ffffff;\n      margin-bottom: 24px;\n      max-width: 700px;\n    }\n\n    .hero-sub {\n      font-size: 18px;\n      font-weight: 300;\n      line-height: 1.7;\n      color: rgba(255,255,255,0.82);\n      margin-bottom: 12px;\n      max-width: 560px;\n    }\n    .hero-sub strong { font-weight: 600; color: #ffffff; }\n\n    .hero-meta {\n      font-size: 13px;\n      color: rgba(255,255,255,0.55);\n      margin-bottom: 40px;\n      letter-spacing: 0.5px;\n    }\n\n    .hero-buttons {\n      display: flex;\n      gap: 16px;\n      flex-wrap: wrap;\n      align-items: center;\n    }\n\n    .hero-btn {\n      display: inline-block;\n      background: var(--green);\n      color: #fff;\n      padding: 16px 36px;\n      font-size: 15px;\n      font-weight: 700;\n      border-radius: 3px;\n      text-decoration: none;\n      transition: background 0.2s, transform 0.15s;\n    }\n    .hero-btn:hover { background: var(--green-dark); transform: translateY(-2px); text-decoration: none; }\n\n    .hero-btn-outline {\n      display: inline-block;\n      background: transparent;\n      color: #fff;\n      padding: 14px 32px;\n      font-size: 15px;\n      font-weight: 600;\n      border-radius: 3px;\n      text-decoration: none;\n      border: 2px solid rgba(255,255,255,0.4);\n      transition: border-color 0.2s, background 0.2s;\n    }\n    .hero-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); text-decoration: none; }\n\n    .hero-btn-note {\n      display: block;\n      font-size: 12px;\n      color: rgba(255,255,255,0.45);\n      margin-top: 16px;\n    }\n\n    .hero-image { display: none; }\n\n    \/* \u2500\u2500 SECTION WRAPPER \u2500\u2500 *\/\n    .section {\n      padding: 72px 0;\n    }\n    .section-alt { background: var(--off-white); }\n    .section-green { background: var(--green-dark); color: #fff; }\n    .section-inner {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 0 32px;\n    }\n    .section-label {\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      color: var(--green);\n      margin-bottom: 14px;\n    }\n    .section-green .section-label { color: var(--gold); }\n    .section-title {\n      font-family: 'Merriweather', serif;\n      font-size: clamp(26px, 3vw, 38px);\n      font-weight: 700;\n      line-height: 1.25;\n      color: var(--text);\n      margin-bottom: 20px;\n    }\n    .section-green .section-title { color: #fff; }\n    .section-body {\n      font-size: 16px;\n      font-weight: 300;\n      line-height: 1.8;\n      color: var(--text-mid);\n      max-width: 680px;\n    }\n    .section-green .section-body { color: rgba(255,255,255,0.8); }\n\n    \/* \u2500\u2500 NOT SURE WHERE TO START (Luca's chatbox section) \u2500\u2500 *\/\n    .not-sure {\n      background: var(--green-light);\n      border: 1px solid #c3e0d0;\n      border-radius: 6px;\n      padding: 40px 48px;\n      max-width: 1180px;\n      margin: 0 auto 0;\n    }\n    .not-sure h2 {\n      font-family: 'Merriweather', serif;\n      font-size: 24px;\n      font-weight: 700;\n      color: var(--green-dark);\n      margin-bottom: 14px;\n    }\n    .not-sure p {\n      font-size: 15px;\n      font-weight: 300;\n      color: var(--text-mid);\n      line-height: 1.7;\n      margin-bottom: 24px;\n      max-width: 600px;\n    }\n    .not-sure .btn-green {\n      display: inline-block;\n      background: var(--green);\n      color: #fff;\n      padding: 12px 28px;\n      font-size: 14px;\n      font-weight: 700;\n      border-radius: 3px;\n      text-decoration: none;\n      transition: background 0.2s;\n      margin-right: 16px;\n    }\n    .not-sure .btn-green:hover { background: var(--green-dark); text-decoration: none; }\n    .not-sure .btn-link {\n      font-size: 14px;\n      color: var(--green);\n      font-weight: 700;\n    }\n\n    \/* \u2500\u2500 WHY SECTION (3 icon cards like Luca) \u2500\u2500 *\/\n    .why-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 40px;\n      margin-top: 48px;\n    }\n    .why-card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-top: 4px solid var(--green);\n      padding: 36px 28px;\n      border-radius: 4px;\n    }\n    .why-icon {\n      font-size: 36px;\n      margin-bottom: 16px;\n      display: block;\n    }\n    .why-card h3 {\n      font-family: 'Merriweather', serif;\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--text);\n      margin-bottom: 12px;\n    }\n    .why-card p {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.7;\n      color: var(--text-mid);\n    }\n    .why-card .research {\n      margin-top: 14px;\n      font-size: 12px;\n      color: var(--text-muted);\n      font-style: italic;\n      line-height: 1.5;\n    }\n\n    \/* \u2500\u2500 NUMBERED STEPS (Luca's \"How it works\") \u2500\u2500 *\/\n    .steps-list {\n      margin-top: 48px;\n      display: flex;\n      flex-direction: column;\n      gap: 36px;\n      max-width: 760px;\n    }\n    .step-item {\n      display: grid;\n      grid-template-columns: 56px 1fr;\n      gap: 24px;\n      align-items: start;\n    }\n    .step-num {\n      width: 52px; height: 52px;\n      background: var(--green);\n      color: #fff;\n      border-radius: 50%;\n      display: flex; align-items: center; justify-content: center;\n      font-family: 'Merriweather', serif;\n      font-size: 20px;\n      font-weight: 700;\n      flex-shrink: 0;\n    }\n    .step-content h3 {\n      font-family: 'Merriweather', serif;\n      font-size: 20px;\n      font-weight: 700;\n      color: var(--text);\n      margin-bottom: 10px;\n    }\n    .step-content p {\n      font-size: 15px;\n      font-weight: 300;\n      line-height: 1.7;\n      color: var(--text-mid);\n    }\n    .step-content .research {\n      margin-top: 10px;\n      font-size: 12px;\n      color: var(--text-muted);\n      font-style: italic;\n    }\n\n    \/* \u2500\u2500 CHECKMARKS (Luca's \"what clients experience\") \u2500\u2500 *\/\n    .check-list {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n      margin: 24px 0;\n    }\n    .check-list li {\n      font-size: 15px;\n      font-weight: 400;\n      color: var(--text-mid);\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n    .check-list li::before {\n      content: '\u2713';\n      color: var(--green);\n      font-weight: 700;\n      font-size: 15px;\n      flex-shrink: 0;\n    }\n\n    \/* \u2500\u2500 TESTIMONIAL (Luca star review) \u2500\u2500 *\/\n    .testimonial {\n      background: var(--green-light);\n      border-left: 4px solid var(--green);\n      padding: 32px 36px;\n      border-radius: 0 4px 4px 0;\n      margin: 48px 0;\n    }\n    .testimonial-stars {\n      color: var(--gold);\n      font-size: 18px;\n      margin-bottom: 14px;\n      letter-spacing: 2px;\n    }\n    .testimonial-quote {\n      font-family: 'Merriweather', serif;\n      font-size: 17px;\n      font-style: italic;\n      font-weight: 300;\n      color: var(--text);\n      line-height: 1.7;\n      margin-bottom: 16px;\n    }\n    .testimonial-author {\n      font-size: 14px;\n      font-weight: 700;\n      color: var(--green-dark);\n    }\n    .testimonial-role {\n      font-size: 13px;\n      color: var(--text-muted);\n    }\n\n    \/* \u2500\u2500 FOR EVERYONE (Luca's \u2713 section with h3 cards) \u2500\u2500 *\/\n    .for-everyone-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 24px;\n      margin-top: 40px;\n    }\n    .for-card {\n      padding: 24px;\n      border: 1px solid var(--border);\n      border-radius: 4px;\n      background: var(--white);\n    }\n    .for-card h3 {\n      font-size: 15px;\n      font-weight: 700;\n      color: var(--green-dark);\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n    .for-card h3::before {\n      content: '\u2713';\n      color: var(--green);\n      font-size: 14px;\n    }\n    .for-card p {\n      font-size: 14px;\n      font-weight: 300;\n      color: var(--text-mid);\n      line-height: 1.6;\n    }\n\n    \/* \u2500\u2500 ABOUT \/ MEET (Luca: photo left, text right) \u2500\u2500 *\/\n    .meet-grid {\n      display: grid;\n      grid-template-columns: 340px 1fr;\n      gap: 64px;\n      align-items: start;\n    }\n    .meet-photo img {\n      width: 100%;\n      border-radius: 4px;\n      box-shadow: 0 8px 28px rgba(0,0,0,0.1);\n    }\n    .meet-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 16px;\n      margin-top: 28px;\n      padding-top: 28px;\n      border-top: 1px solid var(--border);\n    }\n    .badge-item {\n      background: var(--green-light);\n      border: 1px solid #c3e0d0;\n      border-radius: 3px;\n      padding: 8px 14px;\n      font-size: 12px;\n      font-weight: 700;\n      color: var(--green-dark);\n      text-align: center;\n    }\n    .meet-quote {\n      font-family: 'Merriweather', serif;\n      font-size: 20px;\n      font-style: italic;\n      font-weight: 300;\n      color: var(--text-mid);\n      border-left: 3px solid var(--gold);\n      padding-left: 20px;\n      margin: 28px 0;\n      line-height: 1.6;\n    }\n    .meet-attribution {\n      font-size: 13px;\n      font-weight: 700;\n      color: var(--text-muted);\n    }\n\n    \/* \u2500\u2500 READY TO START (Luca's CTA box) \u2500\u2500 *\/\n    .ready-box {\n      background: var(--green-dark);\n      color: #fff;\n      padding: 56px 48px;\n      border-radius: 6px;\n      max-width: 860px;\n    }\n    .ready-box h2 {\n      font-family: 'Merriweather', serif;\n      font-size: 30px;\n      font-weight: 700;\n      color: #fff;\n      margin-bottom: 18px;\n    }\n    .ready-box p {\n      font-size: 16px;\n      font-weight: 300;\n      line-height: 1.7;\n      color: rgba(255,255,255,0.8);\n      margin-bottom: 28px;\n      max-width: 560px;\n    }\n    .ready-box .check-list li { color: rgba(255,255,255,0.85); }\n    .ready-box .check-list li::before { color: var(--gold); }\n    .ready-btn {\n      display: inline-block;\n      background: var(--gold);\n      color: var(--text);\n      padding: 14px 32px;\n      font-size: 15px;\n      font-weight: 700;\n      border-radius: 3px;\n      text-decoration: none;\n      margin-top: 28px;\n      transition: background 0.2s;\n    }\n    .ready-btn:hover { background: #d4b45e; text-decoration: none; }\n    .ready-note {\n      display: block;\n      font-size: 12px;\n      color: rgba(255,255,255,0.5);\n      margin-top: 10px;\n    }\n\n    \/* \u2500\u2500 MEMBERSHIP PLANS (Luca's \"Ways to Work Together\") \u2500\u2500 *\/\n    .plans-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n      margin-top: 48px;\n    }\n    .plan-box {\n      border: 1px solid var(--border);\n      border-radius: 4px;\n      overflow: hidden;\n      background: var(--white);\n    }\n    .plan-box.featured {\n      border: 2px solid var(--green);\n      position: relative;\n    }\n    .plan-header {\n      background: var(--light-gray);\n      padding: 20px 24px;\n      border-bottom: 1px solid var(--border);\n    }\n    .plan-box.featured .plan-header {\n      background: var(--green-dark);\n    }\n    .plan-tag {\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      color: var(--green);\n      margin-bottom: 6px;\n    }\n    .plan-box.featured .plan-tag { color: var(--gold); }\n    .plan-name {\n      font-family: 'Merriweather', serif;\n      font-size: 22px;\n      font-weight: 700;\n      color: var(--text);\n    }\n    .plan-box.featured .plan-name { color: #fff; }\n    .plan-body { padding: 28px 24px; }\n    .plan-price {\n      font-family: 'Merriweather', serif;\n      font-size: 42px;\n      font-weight: 700;\n      color: var(--green-dark);\n      line-height: 1;\n      margin-bottom: 4px;\n    }\n    .plan-price sup { font-size: 20px; vertical-align: super; }\n    .plan-price sub { font-size: 16px; font-weight: 300; color: var(--text-muted); }\n    .plan-desc {\n      font-size: 14px;\n      font-weight: 300;\n      color: var(--text-mid);\n      line-height: 1.6;\n      margin: 16px 0 20px;\n    }\n    .plan-features {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 9px;\n      margin-bottom: 28px;\n    }\n    .plan-features li {\n      font-size: 14px;\n      color: var(--text-mid);\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n    .plan-features li::before {\n      content: '\u2192';\n      color: var(--green);\n      font-weight: 700;\n      font-size: 13px;\n      flex-shrink: 0;\n    }\n    .plan-btn {\n      display: block;\n      text-align: center;\n      background: var(--green);\n      color: #fff;\n      padding: 13px;\n      font-size: 14px;\n      font-weight: 700;\n      border-radius: 3px;\n      text-decoration: none;\n      transition: background 0.2s;\n    }\n    .plan-btn:hover { background: var(--green-dark); text-decoration: none; }\n\n    \/* \u2500\u2500 WALK-IN BOX \u2500\u2500 *\/\n    .walkin-box {\n      background: var(--green-light);\n      border: 1px solid #c3e0d0;\n      border-radius: 6px;\n      padding: 36px 40px;\n      margin-top: 32px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 32px;\n      flex-wrap: wrap;\n    }\n    .walkin-box h3 {\n      font-family: 'Merriweather', serif;\n      font-size: 22px;\n      font-weight: 700;\n      color: var(--green-dark);\n      margin-bottom: 8px;\n    }\n    .walkin-box p {\n      font-size: 15px;\n      font-weight: 300;\n      color: var(--text-mid);\n      max-width: 480px;\n    }\n\n    \/* \u2500\u2500 RESEARCH GRID (Luca's 6 research cards) \u2500\u2500 *\/\n    .research-section { background: var(--off-white); }\n    .research-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n      margin-top: 48px;\n    }\n    .research-card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-top: 3px solid var(--green);\n      padding: 28px 24px;\n      border-radius: 0 0 4px 4px;\n    }\n    .research-card-label {\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      color: var(--green);\n      margin-bottom: 12px;\n    }\n    .research-card p {\n      font-size: 13px;\n      font-weight: 300;\n      line-height: 1.6;\n      color: var(--text-mid);\n    }\n    .research-disclaimer {\n      font-size: 12px;\n      color: var(--text-muted);\n      font-style: italic;\n      margin-top: 32px;\n      padding-top: 24px;\n      border-top: 1px solid var(--border);\n    }\n\n    \/* \u2500\u2500 BLOG POSTS (Luca's insights section) \u2500\u2500 *\/\n    .blog-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 28px;\n      margin-top: 48px;\n    }\n    .blog-card {\n      border: 1px solid var(--border);\n      border-radius: 4px;\n      overflow: hidden;\n      background: var(--white);\n      transition: box-shadow 0.2s;\n    }\n    .blog-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.08); }\n    .blog-card img {\n      width: 100%; height: 200px;\n      object-fit: cover;\n      display: block;\n    }\n    .blog-card-body { padding: 24px; }\n    .blog-card-cat {\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      color: var(--green);\n      margin-bottom: 10px;\n    }\n    .blog-card-title {\n      font-family: 'Merriweather', serif;\n      font-size: 17px;\n      font-weight: 700;\n      color: var(--text);\n      margin-bottom: 10px;\n      line-height: 1.35;\n    }\n    .blog-card-excerpt {\n      font-size: 13px;\n      font-weight: 300;\n      color: var(--text-muted);\n      line-height: 1.6;\n      margin-bottom: 16px;\n    }\n    .blog-card a.read-more {\n      font-size: 13px;\n      font-weight: 700;\n      color: var(--green);\n    }\n\n    \/* \u2500\u2500 RESOURCES GRID (Luca's 8 icon boxes) \u2500\u2500 *\/\n    .resources-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n      margin-top: 48px;\n    }\n    .resource-box {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 4px;\n      padding: 24px 20px;\n      text-align: center;\n      text-decoration: none;\n      transition: border-color 0.2s, box-shadow 0.2s;\n      display: block;\n    }\n    .resource-box:hover {\n      border-color: var(--green);\n      box-shadow: 0 4px 16px rgba(0,0,0,0.07);\n      text-decoration: none;\n    }\n    .resource-icon { font-size: 28px; display: block; margin-bottom: 12px; }\n    .resource-box h3 {\n      font-size: 14px;\n      font-weight: 700;\n      color: var(--green-dark);\n      margin-bottom: 6px;\n      line-height: 1.3;\n    }\n    .resource-box p {\n      font-size: 12px;\n      font-weight: 300;\n      color: var(--text-muted);\n      line-height: 1.5;\n    }\n\n    \/* \u2500\u2500 FOOTER (exact Luca structure) \u2500\u2500 *\/\n    footer {\n      background: var(--green-dark);\n      color: rgba(255,255,255,0.8);\n      padding: 56px 0 32px;\n    }\n    .footer-inner {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 0 32px;\n    }\n    .footer-grid {\n      display: grid;\n      grid-template-columns: 2fr 1fr 1fr 1fr;\n      gap: 48px;\n      margin-bottom: 48px;\n    }\n    .footer-brand {\n      font-size: 20px;\n      font-weight: 900;\n      color: #fff;\n      letter-spacing: 1px;\n      margin-bottom: 14px;\n    }\n    .footer-brand span { color: var(--gold); }\n    .footer-tagline {\n      font-size: 14px;\n      font-weight: 300;\n      line-height: 1.7;\n      color: rgba(255,255,255,0.6);\n      margin-bottom: 20px;\n    }\n    .footer-contact-line {\n      font-size: 13px;\n      color: rgba(255,255,255,0.6);\n      margin-bottom: 6px;\n    }\n    .footer-contact-line a { color: rgba(255,255,255,0.75); }\n    .footer-col-heading {\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 18px;\n    }\n    .footer-links {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n    .footer-links a {\n      font-size: 14px;\n      font-weight: 300;\n      color: rgba(255,255,255,0.65);\n      text-decoration: none;\n      transition: color 0.2s;\n    }\n    .footer-links a:hover { color: #fff; text-decoration: none; }\n    .footer-bottom {\n      border-top: 1px solid rgba(255,255,255,0.12);\n      padding-top: 28px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      flex-wrap: wrap;\n      gap: 12px;\n    }\n    .footer-copy {\n      font-size: 12px;\n      color: rgba(255,255,255,0.4);\n    }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 960px) {\n      .hero-inner { grid-template-columns: 1fr; }\n      .hero-image { display: none; }\n      .meet-grid { grid-template-columns: 1fr; }\n      .why-grid { grid-template-columns: 1fr; }\n      .plans-grid { grid-template-columns: 1fr; }\n      .for-everyone-grid { grid-template-columns: 1fr; }\n      .research-grid { grid-template-columns: repeat(2, 1fr); }\n      .resources-grid { grid-template-columns: repeat(2, 1fr); }\n      .blog-grid { grid-template-columns: 1fr; }\n      .footer-grid { grid-template-columns: 1fr 1fr; }\n      .nav-links { display: none; }\n    }\n    @media (max-width: 600px) {\n      .research-grid { grid-template-columns: 1fr; }\n      .resources-grid { grid-template-columns: repeat(2, 1fr); }\n      .footer-grid { grid-template-columns: 1fr; }\n      .ready-box { padding: 36px 24px; }\n      .not-sure { padding: 28px 24px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- TOP BAR -->\n<div class=\"top-bar\">\n  <span style=\"color:rgba(255,255,255,0.65);font-size:13px;\">Tallahassee's Indoor Golf Simulator Facility<\/span>\n  <span class=\"top-bar-sep\">\u00b7<\/span>\n  <span style=\"color:rgba(255,255,255,0.65);font-size:13px;\">Uneekor EYE XO2 \u00b7 3 Private Bays<\/span>\n  <span class=\"top-bar-sep\">\u00b7<\/span>\n  <span style=\"color:rgba(255,255,255,0.65);font-size:13px;\">Opening Fall 2026 \u00b7 North Tallahassee, FL<\/span>\n<\/div>\n\n<!-- NAV -->\n<nav>\n  <div class=\"nav-inner\">\n    <a href=\"#home\" class=\"nav-logo\">850 <span>Golf<\/span><\/a>\n    <ul class=\"nav-links\">\n      <li><a href=\"#home\">Home<\/a><\/li>\n      <li>\n        <a href=\"#about\">About \u25be<\/a>\n        <div class=\"dropdown\">\n          <a href=\"#about\">About the Facility<\/a>\n          <a href=\"#about\">Meet Kel<\/a>\n          <a href=\"#technology\">Our Technology<\/a>\n        <\/div>\n      <\/li>\n      <li>\n        <a href=\"#facility\">The Facility \u25be<\/a>\n        <div class=\"dropdown\">\n          <a href=\"#facility\">Simulator Bays<\/a>\n          <a href=\"#facility\">Virtual Courses<\/a>\n          <a href=\"#technology\">Launch Monitor<\/a>\n        <\/div>\n      <\/li>\n      <li><a href=\"#how\">How It Works<\/a><\/li>\n      <li><a href=\"#blog\">Blog<\/a><\/li>\n      <li><a href=\"#about\">About<\/a><\/li>\n      <li><a href=\"#technology\" class=\"nav-cta-btn\">EYE XO2 \u2192<\/a><\/li>\n    <\/ul>\n  <\/div>\n<\/nav>\n\n<!-- HERO -->\n<div class=\"hero\" id=\"home\">\n  <div class=\"hero-video-wrap\">\n    <img decoding=\"async\" src=\"https:\/\/shopindoorgolf.com\/cdn\/shop\/files\/eye-xo-2-commercial-angle.jpg?v=1763148643&width=1920\"\n         onerror=\"this.onerror=null;this.src='https:\/\/uneekor.com\/img\/studio-package\/eye_xo2_overhead_design.webp';\"\n         alt=\"Indoor golf simulator bay with Uneekor EYE XO2\"\n         style=\"width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0;\"\/>\n  <\/div>\n\n  <div class=\"hero-inner\">\n    <p class=\"hero-eyebrow\">Tallahassee, Florida \u00b7 Opening Fall 2026<\/p>\n    <h1 class=\"hero-title\">The Uneekor EYE XO2.<br\/>In Your Own<br\/>Private Bay.<\/h1>\n    <p class=\"hero-sub\"><strong>850 Golf LLC<\/strong> is bringing Tallahassee's first premium indoor simulator facility \u2014 three private bays, each built around the Uneekor EYE XO2, the most advanced overhead launch monitor on the market.<\/p>\n    <p class=\"hero-meta\"><strong>3 Private Bays \u00b7 Uneekor EYE XO2 \u00b7 24 Data Points Per Swing<\/strong> \u00b7 North Tallahassee, FL 32309<\/p>\n    <div class=\"hero-buttons\">\n      <a href=\"#technology\" class=\"hero-btn\">Explore the Technology<\/a>\n      <a href=\"#how\" class=\"hero-btn-outline\">How It Works<\/a>\n    <\/div>\n    <span class=\"hero-btn-note\">No tee times. No weather. No waiting.<\/span>\n  <\/div>\n<\/div>\n\n<!-- TECH TEASER STRIP -->\n<div style=\"background:var(--green-dark);padding:28px 0;\">\n  <div class=\"section-inner\" style=\"display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;\">\n    <div style=\"display:flex;gap:40px;flex-wrap:wrap;\">\n      <div style=\"text-align:center;\">\n        <div style=\"font-size:28px;font-weight:700;color:#fff;font-family:'Merriweather',serif;\">3<\/div>\n        <div style=\"font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.55);\">Private Bays<\/div>\n      <\/div>\n      <div style=\"text-align:center;\">\n        <div style=\"font-size:28px;font-weight:700;color:#fff;font-family:'Merriweather',serif;\">24<\/div>\n        <div style=\"font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.55);\">Data Points<\/div>\n      <\/div>\n      <div style=\"text-align:center;\">\n        <div style=\"font-size:28px;font-weight:700;color:#fff;font-family:'Merriweather',serif;\">3<\/div>\n        <div style=\"font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.55);\">IR Cameras<\/div>\n      <\/div>\n      <div style=\"text-align:center;\">\n        <div style=\"font-size:28px;font-weight:700;color:#fff;font-family:'Merriweather',serif;\">100+<\/div>\n        <div style=\"font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.55);\">Courses<\/div>\n      <\/div>\n    <\/div>\n    <a href=\"#technology\" style=\"background:var(--gold);color:#111;padding:12px 28px;font-size:13px;font-weight:700;border-radius:3px;text-decoration:none;white-space:nowrap;\">See the EYE XO2 \u2192<\/a>\n  <\/div>\n<\/div>\n\n<!-- TECHNOLOGY \u2014 UNEEKOR EYE XO2 SHOWCASE -->\n<div class=\"section\" id=\"technology\" style=\"background:var(--white);\">\n  <div class=\"section-inner\">\n    <p class=\"section-label\">Technology<\/p>\n    <h2 class=\"section-title\">Built Around the Uneekor EYE XO2<\/h2>\n    <p class=\"section-body\">Every bay at 850 Golf is equipped with the EYE XO2 \u2014 a commercial-grade overhead launch monitor with three high-speed cameras, 24 data points, and the largest hitting zone of any system on the market. No ball stickers. No floor sensors. No compromise.<\/p>\n\n    <!-- FULL-WIDTH SIM BAY IMAGE -->\n    <div style=\"margin:48px 0 40px;border-radius:8px;overflow:hidden;box-shadow:0 12px 48px rgba(0,0,0,0.15);background:#1a1a1a;min-height:200px;\">\n      <img decoding=\"async\"\n        src=\"https:\/\/shopindoorgolf.com\/cdn\/shop\/files\/eye-xo-2-commercial-angle.jpg?v=1763148643&width=1400\"\n        onerror=\"this.onerror=null;this.src='https:\/\/uneekor.com\/img\/studio-package\/eye_xo2_overhead_design.webp';\"\n        alt=\"Uneekor EYE XO2 commercial golf simulator bay\"\n        style=\"width:100%;display:block;max-height:520px;object-fit:cover;\"\/>\n    <\/div>\n\n    <!-- PRODUCT UNIT + SPECS -->\n    <div style=\"display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:56px;align-items:start;\">\n      <div>\n        <img decoding=\"async\"\n          src=\"https:\/\/uneekor.com\/img\/studio-package\/eye_xo2_angled.webp\"\n          onerror=\"this.onerror=null;this.src='https:\/\/images.unsplash.com\/photo-1587174486073-ae5e5cff23aa?w=800&q=80';\"\n          alt=\"Uneekor EYE XO2 unit\"\n          style=\"width:100%;border-radius:6px;box-shadow:0 8px 32px rgba(0,0,0,0.1);\"\/>\n      <\/div>\n      <div>\n        <p class=\"section-label\" style=\"margin-bottom:12px;\">The Hardware<\/p>\n        <h3 style=\"font-family:'Merriweather',serif;font-size:26px;font-weight:700;color:var(--green-dark);margin-bottom:16px;\">EYE XO2 \u2014 Overhead Precision<\/h3>\n        <p style=\"font-size:15px;font-weight:300;color:var(--text-mid);line-height:1.8;margin-bottom:24px;\">The EYE XO2 mounts overhead and tracks every shot with three high-speed infrared cameras \u2014 no stickers on the ball, no floor mat sensors, no alignment delays. It reads standard golf balls using Dimple Optix\u00ae technology, capturing spin, speed, and trajectory data at impact with tour-level accuracy.<\/p>\n        <div style=\"display:grid;grid-template-columns:1fr 1fr;gap:12px;\">\n          <div style=\"background:var(--white);border:1px solid var(--border);border-top:3px solid var(--green);padding:16px;border-radius:3px;\">\n            <div style=\"font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--green);margin-bottom:6px;\">Cameras<\/div>\n            <div style=\"font-size:22px;font-weight:700;color:var(--green-dark);\">3<\/div>\n            <div style=\"font-size:12px;color:var(--text-muted);\">High-speed infrared<\/div>\n          <\/div>\n          <div style=\"background:var(--white);border:1px solid var(--border);border-top:3px solid var(--green);padding:16px;border-radius:3px;\">\n            <div style=\"font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--green);margin-bottom:6px;\">Data Points<\/div>\n            <div style=\"font-size:22px;font-weight:700;color:var(--green-dark);\">24<\/div>\n            <div style=\"font-size:12px;color:var(--text-muted);\">Ball + club combined<\/div>\n          <\/div>\n          <div style=\"background:var(--white);border:1px solid var(--border);border-top:3px solid var(--green);padding:16px;border-radius:3px;\">\n            <div style=\"font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--green);margin-bottom:6px;\">Mounting<\/div>\n            <div style=\"font-size:22px;font-weight:700;color:var(--green-dark);\">Overhead<\/div>\n            <div style=\"font-size:12px;color:var(--text-muted);\">Front-mounted ceiling<\/div>\n          <\/div>\n          <div style=\"background:var(--white);border:1px solid var(--border);border-top:3px solid var(--green);padding:16px;border-radius:3px;\">\n            <div style=\"font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--green);margin-bottom:6px;\">Ball Tracking<\/div>\n            <div style=\"font-size:22px;font-weight:700;color:var(--green-dark);\">Any Ball<\/div>\n            <div style=\"font-size:12px;color:var(--text-muted);\">No stickers required<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- DATA POINTS GRID -->\n    <div style=\"margin-bottom:56px;\">\n      <p class=\"section-label\" style=\"margin-bottom:8px;\">What It Measures<\/p>\n      <h3 style=\"font-family:'Merriweather',serif;font-size:24px;font-weight:700;color:var(--text);margin-bottom:32px;\">24 Data Points. Every Shot.<\/h3>\n      <div class=\"research-grid\">\n        <div class=\"research-card\">\n          <div class=\"research-card-label\">Ball Data<\/div>\n          <p>Ball speed, launch angle, launch direction, backspin, sidespin, total spin, and carry distance \u2014 captured the instant the ball leaves the face.<\/p>\n        <\/div>\n        <div class=\"research-card\">\n          <div class=\"research-card-label\">Club Data<\/div>\n          <p>Club head speed, club path, face angle, angle of attack, dynamic loft, smash factor, and impact location \u2014 everything at the moment of contact.<\/p>\n        <\/div>\n        <div class=\"research-card\">\n          <div class=\"research-card-label\">Dimple Optix\u00ae Technology<\/div>\n          <p>The EYE XO2 reads the dimple pattern of any standard golf ball at 2,500 frames at impact. No special markings, no prep between shots.<\/p>\n        <\/div>\n        <div class=\"research-card\">\n          <div class=\"research-card-label\">Club Optix\u00ae Impact Replay<\/div>\n          <p>High-speed slow-motion capture of your clubface at impact \u2014 see exactly how you're delivering the club, every single swing.<\/p>\n        <\/div>\n        <div class=\"research-card\">\n          <div class=\"research-card-label\">300% Larger Hitting Zone<\/div>\n          <p>Three cameras create the largest hitting zone in the Uneekor lineup \u2014 consistent, accurate reads from heel to toe, tee to fairway to bunker.<\/p>\n        <\/div>\n        <div class=\"research-card\">\n          <div class=\"research-card-label\">Course Simulation<\/div>\n          <p>Photorealistic course simulation with 100+ courses. Play a full round, work on approach shots, or run focused practice \u2014 all in the same bay.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- SWING OPTIX + OVERHEAD DESIGN -->\n    <div style=\"display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:40px;align-items:center;\">\n      <div>\n        <p class=\"section-label\" style=\"margin-bottom:12px;\">Swing Analysis<\/p>\n        <h3 style=\"font-family:'Merriweather',serif;font-size:24px;font-weight:700;color:var(--green-dark);margin-bottom:16px;\">See Your Swing, Frame by Frame<\/h3>\n        <p style=\"font-size:15px;font-weight:300;color:var(--text-mid);line-height:1.8;margin-bottom:16px;\">Swing Optix\u00ae cameras capture your full swing from two synchronized angles \u2014 face-on and down the line \u2014 at 120 frames per second. Instant replay after every shot.<\/p>\n        <ul class=\"check-list\">\n          <li>Face-on and down-the-line simultaneously<\/li>\n          <li>120fps high-speed capture<\/li>\n          <li>Instant replay after every shot<\/li>\n          <li>Synced with all 24 data points<\/li>\n        <\/ul>\n      <\/div>\n      <div>\n        <img decoding=\"async\"\n          src=\"https:\/\/uneekor.com\/img\/studio-package\/swing_optix_cameras.webp\"\n          onerror=\"this.onerror=null;this.src='https:\/\/images.unsplash.com\/photo-1535131749006-b7f58c99034b?w=800&q=80';\"\n          alt=\"Swing Optix cameras\"\n          style=\"width:100%;border-radius:6px;box-shadow:0 8px 32px rgba(0,0,0,0.1);\"\/>\n      <\/div>\n    <\/div>\n\n    <!-- DARK OVERHEAD BANNER -->\n    <div style=\"background:var(--green-dark);border-radius:8px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center;margin-bottom:16px;\">\n      <img decoding=\"async\"\n        src=\"https:\/\/uneekor.com\/img\/studio-package\/eye_xo2_overhead_design.webp\"\n        onerror=\"this.onerror=null;this.src='https:\/\/images.unsplash.com\/photo-1587174486073-ae5e5cff23aa?w=800&q=80';\"\n        alt=\"Uneekor EYE XO2 installed overhead in simulator bay\"\n        style=\"width:100%;height:360px;object-fit:cover;display:block;\"\/>\n      <div style=\"padding:48px 40px;\">\n        <p style=\"font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:14px;\">Overhead Design<\/p>\n        <h3 style=\"font-family:'Merriweather',serif;font-size:24px;font-weight:700;color:#fff;margin-bottom:16px;\">Stays Out of Your Way<\/h3>\n        <p style=\"font-size:15px;font-weight:300;color:rgba(255,255,255,0.75);line-height:1.8;\">The EYE XO2 mounts to the ceiling \u2014 completely clear of the hitting area. No floor units, no interference. Step up and swing. The system is already tracking.<\/p>\n        <p style=\"font-size:14px;font-weight:300;color:rgba(255,255,255,0.6);margin-top:16px;\">Works for right and left-handed players from the same fixed position.<\/p>\n      <\/div>\n    <\/div>\n\n    <p class=\"research-disclaimer\">850 Golf LLC is an independently owned facility. Technology brands referenced (Uneekor) are trademarks of their respective owners and do not imply endorsement of 850 Golf LLC.<\/p>\n  <\/div>\n<\/div>\n\n<!-- WHY SECTION -->\n<div class=\"section section-alt\" id=\"facility\">\n  <div class=\"section-inner\">\n    <p class=\"section-label\">Why 850 Golf<\/p>\n    <h2 class=\"section-title\">There's a Reason Most Golfers Stop Improving<\/h2>\n    <p class=\"section-body\">They practice without feedback. They play in conditions that aren't repeatable. They don't have access to the data that tells them what's actually happening in their swing. 850 Golf solves all three.<\/p>\n    <div class=\"why-grid\">\n      <div class=\"why-card\">\n        <span class=\"why-icon\">\ud83d\udcca<\/span>\n        <h3>Real Data, Every Swing<\/h3>\n        <p>The Uneekor EYE XO2 delivers ball speed, launch angle, spin rate, club path, and face angle on every shot \u2014 the same data tour professionals use to dial in their game.<\/p>\n        <p class=\"research\">Trackman research: golfers who practice with launch monitor feedback improve 3x faster than those who practice without it.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <span class=\"why-icon\">\ud83d\udd50<\/span>\n        <h3>Practice on Your Schedule<\/h3>\n        <p>Book a bay online and show up when it works for you \u2014 before work, after dark, on weekends. No tee times, no weather dependencies, no waiting for a spot on the range.<\/p>\n        <p class=\"research\">Florida averages 85 days\/year of rain and 90+ days of dangerous heat. 850 Golf eliminates both as practice barriers.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <span class=\"why-icon\">\u26f3<\/span>\n        <h3>Play World-Class Courses<\/h3>\n        <p>Choose from 100+ photorealistic courses and play a full simulated round in a private bay \u2014 no gallery, no pressure, and full swing analytics on every shot.<\/p>\n        <p class=\"research\">Simulation research confirms that playing virtual course variants builds course management skills that transfer directly to real-round performance.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- HOW IT WORKS -->\n<div class=\"section\" id=\"how\">\n  <div class=\"section-inner\">\n    <p class=\"section-label\">How It Works<\/p>\n    <h2 class=\"section-title\">Simple by Design. Powerful by Technology.<\/h2>\n    <p class=\"section-body\">850 Golf is built for serious golfers. The entire experience \u2014 from booking to hitting \u2014 is designed to be simple, fast, and friction-free.<\/p>\n    <div class=\"steps-list\">\n      <div class=\"step-item\">\n        <div class=\"step-num\">1<\/div>\n        <div class=\"step-content\">\n          <h3>Choose Your Session<\/h3>\n          <p>Book a bay by the hour through our online portal. Pricing and membership options will be announced before opening. No long-term contracts required to get started.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step-item\">\n        <div class=\"step-num\">2<\/div>\n        <div class=\"step-content\">\n          <h3>Book Your Bay Online<\/h3>\n          <p>Reserve a simulator bay in seconds through our online booking portal. See real-time availability, select your slot, and confirm \u2014 all from your phone.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step-item\">\n        <div class=\"step-num\">3<\/div>\n        <div class=\"step-content\">\n          <h3>Show Up and Play<\/h3>\n          <p>Step into your bay and start hitting. Launch monitor data, full swing analytics, and 100+ virtual courses \u2014 all ready the moment you walk in.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- WHAT MEMBERS EXPERIENCE -->\n<div class=\"section section-alt\">\n  <div class=\"section-inner\">\n    <p class=\"section-label\">The Experience<\/p>\n    <h2 class=\"section-title\">What 850 Golf Delivers<\/h2>\n    <ul class=\"check-list\">\n      <li>Measurable improvement in swing consistency and ball-striking<\/li>\n      <li>Access to pro-grade launch monitor data on every shot<\/li>\n      <li>A private, distraction-free environment to work on your game<\/li>\n      <li>Flexible scheduling \u2014 book when it works for you<\/li>\n      <li>Virtual rounds on 100+ photorealistic courses<\/li>\n      <li>Full ball and club data on every single swing<\/li>\n    <\/ul>\n\n\n  <\/div>\n<\/div>\n\n<!-- FOR EVERYONE -->\n<div class=\"section\">\n  <div class=\"section-inner\">\n    <p class=\"section-label\">Who It's For<\/p>\n    <h2 class=\"section-title\">850 Golf Is Built for Every Kind of Golfer<\/h2>\n    <p class=\"section-body\">You don't have to be a scratch golfer to get value from simulator training. This facility is for anyone who takes their game seriously enough to want real feedback.<\/p>\n    <div class=\"for-everyone-grid\">\n      <div class=\"for-card\">\n        <h3>Competitive golfers chasing their handicap<\/h3>\n        <p>You want data, consistency, and a private space to grind \u2014 without fighting for a spot on the range.<\/p>\n      <\/div>\n      <div class=\"for-card\">\n        <h3>Recreational golfers who want to improve<\/h3>\n        <p>You enjoy the game and want to get better without the pressure of playing in front of others.<\/p>\n      <\/div>\n      <div class=\"for-card\">\n        <h3>Golfers frustrated by Florida weather<\/h3>\n        <p>Rain, heat, and lightning cancel your plans. 850 Golf never closes due to weather.<\/p>\n      <\/div>\n      <div class=\"for-card\">\n        <h3>Busy professionals with limited time<\/h3>\n        <p>You need an efficient practice environment. 45 minutes in a simulator bay beats 2 hours on a crowded range.<\/p>\n      <\/div>\n\n      <div class=\"for-card\">\n        <h3>Anyone who just wants to have fun<\/h3>\n        <p>You don't need a reason beyond wanting to play a simulator round on a Wednesday night with friends.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ABOUT \/ MEET -->\n<div class=\"section section-alt\" id=\"about\">\n  <div class=\"section-inner\">\n\n    <!-- ABOUT THE FACILITY \u2014 FIRST -->\n    <div class=\"meet-grid\" style=\"margin-bottom:56px;\">\n      <div class=\"meet-photo\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1587174486073-ae5e5cff23aa?w=600&q=80\" alt=\"850 Golf simulator facility\"\/>\n        <div class=\"meet-badges\">\n          <div class=\"badge-item\">Uneekor EYE XO2<\/div>\n          <div class=\"badge-item\">Online Booking<\/div>\n          <div class=\"badge-item\">3 Private Bays<\/div>\n          <div class=\"badge-item\">North Tallahassee<\/div>\n        <\/div>\n      <\/div>\n      <div>\n        <p class=\"section-label\">About the Facility<\/p>\n        <h2 class=\"section-title\"><em>Designed for Golfers.<\/em><\/h2>\n        <p class=\"section-body\" style=\"margin-bottom:20px;\">850 Golf LLC is a solo-owned, privately operated indoor golf simulator facility launching in north Tallahassee in fall 2026. The concept is simple: give serious golfers access to professional-grade practice technology without the overhead, the crowds, or the restrictions of a traditional golf facility.<\/p>\n        <p class=\"section-body\">Three private bays. Each equipped with the Uneekor EYE XO2 ceiling-mounted launch monitor \u2014 no stickers, no setup, no calibration delays. Simple online booking means the facility works on your schedule.<\/p>\n        <div class=\"meet-quote\">\"Better golf starts with better information. Every session gives you the same data the pros use \u2014 on every single swing.\"<\/div>\n        <div class=\"meet-attribution\">\u2014 850 Golf LLC \u00b7 Tallahassee, Florida<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"rule\"><\/div>\n\n    <!-- BUILT AROUND THE MEMBERS \u2014 FIRST -->\n    <div class=\"meet-grid\" style=\"margin-bottom:48px;\">\n      <div class=\"meet-photo\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1535131749006-b7f58c99034b?w=600&q=80\" alt=\"Kel - Founder of 850 Golf\"\/>\n        <!-- REPLACE WITH YOUR OWN PHOTO -->\n        <div class=\"meet-badges\">\n          <div class=\"badge-item\">Tallahassee Since 2019<\/div>\n          <div class=\"badge-item\">Fitness Industry Veteran<\/div>\n          <div class=\"badge-item\">Founder & Owner<\/div>\n        <\/div>\n      <\/div>\n      <div>\n        <h2 class=\"section-title\">Built Around the Members.<br\/><em>Not the Other Way Around.<\/em><\/h2>\n        <p class=\"section-body\" style=\"margin-bottom:20px;\">850 Golf started the way most good ideas do: out of frustration and a genuine love for the game. Between Florida's unpredictable summers, packed public courses, and the sheer cost of time, getting a real round in feels harder than it should. I wanted to build something that removed every one of those barriers \u2014 a place where you can step onto a world-class course on a Tuesday evening, work on your swing without judgment, or host a group that's never touched a club before.<\/p>\n        <p class=\"section-body\" style=\"margin-bottom:20px;\">Before founding 850 Golf, I spent years managing a high-volume fitness facility, where I learned that the businesses people love aren't just well-run \u2014 they're built around the members. That experience shapes everything about how 850 Golf is designed: straightforward access, honest value, and a space that feels like it belongs to the community using it.<\/p>\n        <p class=\"section-body\" style=\"margin-bottom:32px;\">This was built for you \u2014 for the serious player who wants to train daily, for fans who want something to do on game day, for retirees rediscovering golf, and for coworkers looking for a different kind of happy hour.<\/p>\n        <div class=\"meet-quote\">\"Golf shouldn't be limited to perfect weather or an open tee time. This is golf on your schedule, year-round, right here in Tallahassee.\"<\/div>\n        <div class=\"meet-attribution\">\u2014 Kel, Founder \u00b7 850 Golf LLC<\/div>\n        <p style=\"font-family:'Merriweather',serif;font-size:17px;font-style:italic;color:var(--green-dark);margin-top:24px;margin-bottom:28px;\">Welcome to 850 Golf. Come see what your game can do.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- ABOUT THE FOUNDER CALLOUT \u2014 SECOND -->\n    <div style=\"background:var(--green-light);border-left:4px solid var(--green);padding:28px 36px;border-radius:0 4px 4px 0;max-width:820px;\">\n      <p class=\"section-label\" style=\"margin-bottom:10px;\">About the Founder<\/p>\n      <p style=\"font-family:'Merriweather',serif;font-size:18px;font-style:italic;font-weight:300;color:var(--text);line-height:1.75;\">I'm Kel, the founder of 850 Golf \u2014 Tallahassee's indoor golf simulator experience. I've spent years in the fitness and recreation industry, including managing one of the area's top-performing health clubs, and I know firsthand what it takes to build a space people genuinely want to come back to. 850 Golf grew out of a simple idea: that great golf shouldn't be limited to perfect weather or an open tee time. This is golf on your schedule, year-round, right here in Tallahassee.<\/p>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<!-- RESOURCES -->\n<div class=\"section section-alt\">\n  <div class=\"section-inner\">\n    <p class=\"section-label\">Explore<\/p>\n    <h2 class=\"section-title\">Everything You Need to Know<\/h2>\n    <div class=\"resources-grid\">\n      <a href=\"#about\" class=\"resource-box\">\n        <span class=\"resource-icon\">\ud83c\udfcc\ufe0f<\/span>\n        <h3>About the Facility<\/h3>\n        <p>3 private bays in north Tallahassee.<\/p>\n      <\/a>\n      <a href=\"#technology\" class=\"resource-box\">\n        <span class=\"resource-icon\">\ud83d\udce1<\/span>\n        <h3>EYE XO2 Technology<\/h3>\n        <p>24 data points. Every shot. No stickers.<\/p>\n      <\/a>\n      <a href=\"#how\" class=\"resource-box\">\n        <span class=\"resource-icon\">\ud83d\udcc5<\/span>\n        <h3>How Booking Works<\/h3>\n        <p>Reserve a bay online. Simple and fast.<\/p>\n      <\/a>\n      <a href=\"#facility\" class=\"resource-box\">\n        <span class=\"resource-icon\">\u26f3<\/span>\n        <h3>Virtual Courses<\/h3>\n        <p>100+ photorealistic courses to play.<\/p>\n      <\/a>\n      <a href=\"#technology\" class=\"resource-box\">\n        <span class=\"resource-icon\">\ud83c\udfaf<\/span>\n        <h3>Swing Analysis<\/h3>\n        <p>Swing Optix\u00ae cameras, 120fps, instant replay.<\/p>\n      <\/a>\n      <a href=\"#facility\" class=\"resource-box\">\n        <span class=\"resource-icon\">\ud83d\udccd<\/span>\n        <h3>Location<\/h3>\n        <p>North Tallahassee, FL. Opening Fall 2026.<\/p>\n      <\/a>\n      <a href=\"#about\" class=\"resource-box\">\n        <span class=\"resource-icon\">\ud83d\udc64<\/span>\n        <h3>About Kel<\/h3>\n        <p>The founder and vision behind 850 Golf.<\/p>\n      <\/a>\n      <a href=\"#blog\" class=\"resource-box\">\n        <span class=\"resource-icon\">\ud83d\udcdd<\/span>\n        <h3>Blog<\/h3>\n        <p>Golf improvement tips and facility news.<\/p>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- BLOG (Luca's \"Insights\" section) -->\n<div class=\"section\" id=\"blog\">\n  <div class=\"section-inner\">\n    <p class=\"section-label\">From the Blog<\/p>\n    <h2 class=\"section-title\">Golf Improvement Insights<\/h2>\n    <div class=\"blog-grid\">\n      <div class=\"blog-card\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1535131749006-b7f58c99034b?w=600&q=80\" alt=\"Golf simulator\"\/>\n        <div class=\"blog-card-body\">\n          <div class=\"blog-card-cat\">Training & Improvement<\/div>\n          <div class=\"blog-card-title\">Why Driving Range Practice Isn't Making You Better<\/div>\n          <p class=\"blog-card-excerpt\">Most golfers practice the wrong way. Here's what the data says about effective improvement \u2014 and why simulators change everything.<\/p>\n          <a href=\"#\" class=\"read-more\">Read More \u2192<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"blog-card\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1587174486073-ae5e5cff23aa?w=600&q=80\" alt=\"Launch monitor\"\/>\n        <div class=\"blog-card-body\">\n          <div class=\"blog-card-cat\">Technology<\/div>\n          <div class=\"blog-card-title\">What Is a Launch Monitor and Why Does It Matter?<\/div>\n          <p class=\"blog-card-excerpt\">Ball speed, spin rate, launch angle \u2014 a plain-English breakdown of what the Uneekor EYE XO2 measures and why it matters to your game.<\/p>\n          <a href=\"#\" class=\"read-more\">Read More \u2192<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"blog-card\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1496561673598-3f6f51b43565?w=600&q=80\" alt=\"Golf course\"\/>\n        <div class=\"blog-card-body\">\n          <div class=\"blog-card-cat\">Facility & Experience<\/div>\n          <div class=\"blog-card-title\">Indoor vs. Outdoor: Why Serious Golfers Train Both Ways<\/div>\n          <p class=\"blog-card-excerpt\">The range has its place \u2014 but simulator training fills gaps that outdoor practice simply can't. Here's how to use both to your advantage.<\/p>\n          <a href=\"#\" class=\"read-more\">Read More \u2192<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- FOOTER -->\n<footer>\n  <div class=\"footer-inner\">\n    <div class=\"footer-grid\">\n      <div>\n        <div class=\"footer-brand\">850 <span>Golf<\/span><\/div>\n        <p class=\"footer-tagline\">Tallahassee's private indoor golf simulator facility. Three bays. Pro-grade technology. Open year-round. Opening Fall 2026.<\/p>\n        <p class=\"footer-contact-line\">\ud83d\udccd North Tallahassee, FL 32309<\/p>\n      <\/div>\n      <div>\n        <div class=\"footer-col-heading\">Facility<\/div>\n        <ul class=\"footer-links\">\n          <li><a href=\"#facility\">The Bays<\/a><\/li>\n          <li><a href=\"#technology\">Technology<\/a><\/li>\n          <li><a href=\"#how\">How It Works<\/a><\/li>\n          <li><a href=\"#about\">About 850 Golf<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div>\n        <div class=\"footer-col-heading\">Experience<\/div>\n        <ul class=\"footer-links\">\n          <li><a href=\"#technology\">EYE XO2 Technology<\/a><\/li>\n          <li><a href=\"#technology\">Swing Analysis<\/a><\/li>\n          <li><a href=\"#about\">About the Facility<\/a><\/li>\n          <li><a href=\"#about\">About Kel<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div>\n        <div class=\"footer-col-heading\">Quick Links<\/div>\n        <ul class=\"footer-links\">\n          <li><a href=\"#technology\">EYE XO2<\/a><\/li>\n          <li><a href=\"#blog\">Blog<\/a><\/li>\n          <li><a href=\"#how\">How It Works<\/a><\/li>\n          <li><a href=\"#about\">About 850 Golf<\/a><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n    <div class=\"footer-bottom\">\n      <span class=\"footer-copy\">\u00a9 2026 850 Golf LLC \u00b7 Tallahassee, Florida \u00b7 All rights reserved.<\/span>\n      <span class=\"footer-copy\">Opening Fall 2026 \u00b7 North Tallahassee, FL 32309<\/span>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3946725 e-flex e-con-boxed e-con e-parent\" data-id=\"3946725\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>850 Golf | Indoor Golf Simulator \u2014 Tallahassee, FL Tallahassee&#8217;s Indoor Golf Simulator Facility \u00b7 Uneekor EYE XO2 \u00b7 3 Private Bays \u00b7 Opening Fall 2026 \u00b7 North Tallahassee, FL 850 Golf Home About \u25be About the Facility Meet Kel Our Technology The Facility \u25be Simulator Bays Virtual Courses Launch Monitor How It Works Blog [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/indoorgolfrange.golf\/index.php?rest_route=\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/indoorgolfrange.golf\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/indoorgolfrange.golf\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/indoorgolfrange.golf\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/indoorgolfrange.golf\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14"}],"version-history":[{"count":19,"href":"https:\/\/indoorgolfrange.golf\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":36,"href":"https:\/\/indoorgolfrange.golf\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions\/36"}],"wp:attachment":[{"href":"https:\/\/indoorgolfrange.golf\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}