{"product_id":"try-sports-zpurs","title":"Try Sports Zpurs","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eTRY Sports | Touch Rugby\u003c\/title\u003e\n  \u003cstyle\u003e\n    :root {\n      --navy: #0f172a;\n      --blue: #1d4ed8;\n      --sky: #e0f2fe;\n      --gold: #f59e0b;\n      --white: #ffffff;\n      --text: #1f2937;\n      --muted: #6b7280;\n      --card: rgba(255, 255, 255, 0.92);\n      --shadow: 0 20px 50px rgba(15, 23, 42, 0.18);\n      --radius: 24px;\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    body {\n      margin: 0;\n      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      color: var(--text);\n      background:\n        radial-gradient(circle at top left, rgba(245, 158, 11, 0.18), transparent 30%),\n        radial-gradient(circle at bottom right, rgba(29, 78, 216, 0.14), transparent 32%),\n        linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);\n      min-height: 100vh;\n      line-height: 1.65;\n    }\n\n    .page {\n      width: min(1100px, calc(100% - 32px));\n      margin: 0 auto;\n      padding: 40px 0 56px;\n    }\n\n    .hero {\n      background: linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(29, 78, 216, 0.92));\n      color: var(--white);\n      border-radius: calc(var(--radius) + 8px);\n      padding: 56px;\n      box-shadow: var(--shadow);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before,\n    .hero::after {\n      content: \"\";\n      position: absolute;\n      border-radius: 999px;\n      background: rgba(255, 255, 255, 0.08);\n      pointer-events: none;\n    }\n\n    .hero::before {\n      width: 280px;\n      height: 280px;\n      top: -80px;\n      right: -40px;\n    }\n\n    .hero::after {\n      width: 180px;\n      height: 180px;\n      bottom: -60px;\n      left: -30px;\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1.1fr 0.9fr;\n      gap: 40px;\n      align-items: center;\n      position: relative;\n      z-index: 1;\n    }\n\n    .logo-wrap {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      background: rgba(255, 255, 255, 0.96);\n      padding: 18px 22px;\n      border-radius: 20px;\n      margin-bottom: 28px;\n      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);\n    }\n\n    .logo-wrap img {\n      display: block;\n      max-width: 260px;\n      width: 100%;\n      height: auto;\n    }\n\n    h1 {\n      margin: 0 0 16px;\n      font-size: clamp(2.2rem, 4vw, 4rem);\n      line-height: 1.05;\n      letter-spacing: -0.03em;\n    }\n\n    .intro {\n      margin: 0 0 28px;\n      font-size: 1.08rem;\n      color: rgba(255, 255, 255, 0.9);\n      max-width: 62ch;\n    }\n\n    .badge-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n    }\n\n    .badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 10px 16px;\n      border-radius: 999px;\n      background: rgba(255, 255, 255, 0.12);\n      border: 1px solid rgba(255, 255, 255, 0.14);\n      backdrop-filter: blur(8px);\n      font-size: 0.95rem;\n    }\n\n    .summary-card {\n      background: rgba(255, 255, 255, 0.1);\n      border: 1px solid rgba(255, 255, 255, 0.12);\n      border-radius: var(--radius);\n      padding: 28px;\n      backdrop-filter: blur(12px);\n    }\n\n    .summary-card h2 {\n      margin: 0 0 12px;\n      font-size: 1.35rem;\n    }\n\n    .summary-card p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.9);\n    }\n\n    .content {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 24px;\n      margin-top: 28px;\n    }\n\n    .card {\n      background: var(--card);\n      border-radius: var(--radius);\n      padding: 28px;\n      box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);\n      border: 1px solid rgba(255, 255, 255, 0.7);\n    }\n\n    .card h3 {\n      margin: 0 0 12px;\n      font-size: 1.3rem;\n      color: var(--navy);\n    }\n\n    .card p {\n      margin: 0;\n      color: var(--text);\n    }\n\n    .highlight {\n      grid-column: 1 \/ -1;\n      background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);\n      border-left: 8px solid var(--gold);\n    }\n\n    .highlight p {\n      font-size: 1.08rem;\n    }\n\n    .footer-note {\n      text-align: center;\n      color: var(--muted);\n      font-size: 0.95rem;\n      margin-top: 22px;\n      padding-bottom: 8px;\n    }\n\n    @media (max-width: 860px) {\n      .hero {\n        padding: 32px;\n      }\n\n      .hero-grid,\n      .content {\n        grid-template-columns: 1fr;\n      }\n\n      .summary-card,\n      .highlight {\n        grid-column: auto;\n      }\n    }\n\n    @media (max-width: 520px) {\n      .page {\n        width: min(100% - 20px, 1100px);\n        padding-top: 20px;\n      }\n\n      .hero {\n        padding: 24px;\n        border-radius: 24px;\n      }\n\n      .card {\n        padding: 22px;\n      }\n\n      .logo-wrap {\n        padding: 14px 16px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n  \u003cmain class=\"page\"\u003e\n    \u003csection class=\"hero\"\u003e\n      \u003cdiv class=\"hero-grid\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"logo-wrap\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0590\/3646\/7387\/files\/TRY-Main-Logo-Web.png?v=1776333107\" alt=\"TRY Sports logo\"\u003e\n          \u003c\/div\u003e\n          \u003ch1\u003eTouch Rugby with purpose, pathway, and performance\u003c\/h1\u003e\n          \u003cp class=\"intro\"\u003e\n            TRY Sports is all about Touch Rugby. TRY runs the National Schools Touch Rugby competition,\n            runs open access camps, and also operates the \u003cstrong\u003eCentre of Excellence\u003c\/strong\u003e with England Touch —\n            a performance pathway designed to support accelerated learning and prepare young athletes to pursue an international Touch Rugby cap.\n          \u003c\/p\u003e\n          \u003cdiv class=\"badge-row\"\u003e\n            \u003cspan class=\"badge\"\u003eNational Schools Competition\u003c\/span\u003e\n            \u003cspan class=\"badge\"\u003eOpen Access Camps\u003c\/span\u003e\n            \u003cspan class=\"badge\"\u003eCentre of Excellence\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003caside class=\"summary-card\"\u003e\n          \u003ch2\u003eWhat makes TRY different\u003c\/h2\u003e\n          \u003cp\u003e\n            Every programme is built around the person first, then skill development and teamwork.\n            That approach not only benefits Touch Rugby, but also massively develops Rugby players.\n          \u003c\/p\u003e\n        \u003c\/aside\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"content\"\u003e\n      \u003carticle class=\"card\"\u003e\n        \u003ch3\u003eCompetition\u003c\/h3\u003e\n        \u003cp\u003e\n          TRY delivers the National Schools Touch Rugby competition, giving young athletes the chance to compete,\n          grow, and experience the game in a structured and inspiring environment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"card\"\u003e\n        \u003ch3\u003eDevelopment\u003c\/h3\u003e\n        \u003cp\u003e\n          Open access camps are designed to welcome players in, sharpen individual skills, and build confidence\n          through high-quality coaching and teamwork-focused sessions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"card\"\u003e\n        \u003ch3\u003ePerformance Pathway\u003c\/h3\u003e\n        \u003cp\u003e\n          The Centre of Excellence, run with England Touch, supports an accelerated learning journey for talented\n          athletes working towards the highest levels of the sport.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"card\"\u003e\n        \u003ch3\u003ePerson First\u003c\/h3\u003e\n        \u003cp\u003e\n          TRY Sports puts character, confidence, communication, and collaboration at the heart of every programme,\n          creating better athletes and better teammates.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"card highlight\"\u003e\n        \u003ch3\u003eLooking ahead\u003c\/h3\u003e\n        \u003cp\u003e\n          Excited to see the \u003cstrong\u003eTRY Sports Zpurs\u003c\/strong\u003e out there!\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/section\u003e\n\n    \u003cp class=\"footer-note\"\u003eTRY Sports • Touch Rugby programmes for learning, teamwork, and performance\u003c\/p\u003e\n  \u003c\/main\u003e\n\n\n\u003c\/body\u003e","brand":"Neatcleats.cc","offers":[{"title":"Default Title","offer_id":55535048851841,"sku":"England Lecrosse","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0590\/3646\/7387\/files\/TRY-SPORTS-TOCH-RUGBY-BOOT-CLIPS.png?v=1776334453","url":"https:\/\/neatcleats.cc\/products\/try-sports-zpurs","provider":"Neatcleats.cc","version":"1.0","type":"link"}