{"product_id":"private-time-intensive","title":"Private Time Intensive","description":"\u003cstyle\u003e\n.pti-wrap{\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 14px 18px 40px;\n  line-height: 1.8;\n  color: #1f2937;\n  font-family: inherit;\n  font-size: 17px;\n}\n\n.pti-wrap,\n.pti-wrap h1,\n.pti-wrap h2,\n.pti-wrap h3,\n.pti-wrap p,\n.pti-wrap li,\n.pti-wrap a,\n.pti-wrap span,\n.pti-wrap div,\n.pti-wrap strong{\n  font-family: inherit !important;\n}\n\n.pti-hero{\n  position: relative;\n  overflow: hidden;\n  border-radius: 28px;\n  padding: 34px 26px 28px;\n  background: linear-gradient(135deg, #e9f4ff 0%, #f7fbff 42%, #fff6e7 100%);\n  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);\n  border: 1px solid rgba(148, 163, 184, 0.16);\n}\n\n.pti-kicker{\n  display: inline-block;\n  margin: 0 0 12px;\n  padding: 7px 14px;\n  border-radius: 999px;\n  background: rgba(255,255,255,0.8);\n  border: 1px solid rgba(148,163,184,0.18);\n  color: #1f3c88;\n  font-size: 14px;\n  font-weight: 800;\n  letter-spacing: 0.03em;\n  text-transform: uppercase;\n}\n\n.pti-hero h1{\n  margin: 0 0 10px;\n  font-size: clamp(34px, 4.8vw, 56px);\n  line-height: 1.05;\n  letter-spacing: -0.02em;\n  color: #0f172a;\n}\n\n.pti-sub{\n  margin: 0 0 18px;\n  font-size: clamp(20px, 2.3vw, 28px);\n  line-height: 1.45;\n  color: #334155;\n  font-weight: 700;\n  max-width: 950px;\n}\n\n.pti-intro{\n  margin: 0 0 18px;\n  font-size: 18px;\n  color: #334155;\n  max-width: 940px;\n}\n\n.pti-card{\n  background: rgba(255,255,255,0.72);\n  border: 1px solid rgba(148,163,184,0.16);\n  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);\n  border-radius: 22px;\n  padding: 18px 18px;\n  margin: 18px 0 0;\n}\n\n.pti-card p{\n  margin: 0;\n  font-size: 18px;\n  color: #1e293b;\n  font-weight: 700;\n}\n\n.pti-pill-row{\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin: 18px 0 0;\n}\n\n.pti-pill{\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 10px 16px;\n  border-radius: 999px;\n  font-weight: 700;\n  font-size: 16px;\n  color: #334155;\n  background: rgba(255,255,255,0.74);\n  border: 1px solid rgba(148,163,184,0.18);\n  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);\n}\n\n.pti-pill.blue{ background: #e9f3ff; }\n.pti-pill.purple{ background: #f1ebff; }\n.pti-pill.gold{ background: #fff4e5; }\n.pti-pill.green{ background: #eaf8ef; }\n.pti-pill.pink{ background: #fff0f3; }\n\n.pti-button-row{\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin: 22px 0 0;\n}\n\n.pti-btn{\n  display: inline-block;\n  text-decoration: none !important;\n  text-align: center;\n  font-weight: 800;\n  font-size: 18px;\n  line-height: 1.2;\n  padding: 16px 22px;\n  border-radius: 16px;\n  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;\n}\n\n.pti-btn:hover{\n  transform: translateY(-1px);\n  opacity: 0.96;\n}\n\n.pti-btn.primary{\n  background: linear-gradient(135deg, #1f3c88 0%, #2747a8 100%);\n  color: #ffffff !important;\n  box-shadow: 0 16px 34px rgba(31, 60, 136, 0.25);\n}\n\n.pti-btn.secondary{\n  background: #ffffff;\n  color: #1f3c88 !important;\n  border: 1px solid rgba(31, 60, 136, 0.16);\n  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07);\n}\n\n.pti-section{\n  margin: 28px 0 0;\n}\n\n.pti-section h2{\n  margin: 0 0 10px;\n  font-size: clamp(24px, 3vw, 34px);\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n  color: #0f172a;\n}\n\n.pti-section p{\n  margin: 0 0 14px;\n  font-size: 17px;\n  color: #334155;\n}\n\n.pti-grid{\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 16px;\n  margin: 18px 0 0;\n}\n\n.pti-box{\n  background: #ffffff;\n  border-radius: 22px;\n  padding: 20px;\n  border: 1px solid rgba(148, 163, 184, 0.16);\n  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);\n}\n\n.pti-box h3{\n  margin: 0 0 8px;\n  font-size: 22px;\n  line-height: 1.2;\n  color: #0f172a;\n}\n\n.pti-box p{\n  margin: 0;\n  color: #475569;\n  font-size: 16px;\n}\n\n.pti-steps{\n  counter-reset: ptiStep;\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 16px;\n  margin: 18px 0 0;\n}\n\n.pti-step{\n  position: relative;\n  background: #ffffff;\n  border-radius: 22px;\n  padding: 22px 20px 20px;\n  border: 1px solid rgba(148, 163, 184, 0.16);\n  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);\n}\n\n.pti-step::before{\n  counter-increment: ptiStep;\n  content: counter(ptiStep);\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 34px;\n  height: 34px;\n  border-radius: 999px;\n  background: linear-gradient(135deg, #1f3c88 0%, #2747a8 100%);\n  color: #ffffff;\n  font-weight: 800;\n  font-size: 16px;\n  margin-bottom: 12px;\n}\n\n.pti-step h3{\n  margin: 0 0 8px;\n  font-size: 21px;\n  line-height: 1.2;\n  color: #0f172a;\n}\n\n.pti-step p{\n  margin: 0;\n  color: #475569;\n  font-size: 16px;\n}\n\n.pti-policy{\n  margin: 18px 0 0;\n  padding: 20px 22px;\n  border-radius: 22px;\n  background: #ffffff;\n  border: 1px solid rgba(148, 163, 184, 0.16);\n  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);\n}\n\n.pti-policy h3{\n  margin: 0 0 10px;\n  font-size: 22px;\n  color: #0f172a;\n}\n\n.pti-policy ul{\n  margin: 0;\n  padding-left: 20px;\n}\n\n.pti-policy li{\n  margin: 0 0 10px;\n  color: #334155;\n  font-size: 16px;\n}\n\n.pti-note{\n  margin-top: 18px;\n  padding: 16px 18px;\n  border-radius: 18px;\n  background: #f8fbff;\n  border: 1px solid rgba(148, 163, 184, 0.16);\n  color: #475569;\n  font-size: 15px;\n}\n\n@media (max-width: 900px){\n  .pti-grid,\n  .pti-steps{\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 640px){\n  .pti-wrap{\n    padding: 8px 10px 30px;\n    font-size: 16px;\n  }\n\n  .pti-hero{\n    padding: 24px 16px 20px;\n    border-radius: 22px;\n  }\n\n  .pti-sub{\n    font-size: 19px;\n  }\n\n  .pti-intro,\n  .pti-card p,\n  .pti-section p,\n  .pti-box p,\n  .pti-step p,\n  .pti-policy li{\n    font-size: 16px;\n  }\n\n  .pti-btn{\n    width: 100%;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pti-wrap\"\u003e\n  \u003csection class=\"pti-hero\"\u003e\n    \u003cdiv class=\"pti-kicker\"\u003eSpecial Product\u003c\/div\u003e\n    \u003ch1\u003ePrivate Time Intensive\u003c\/h1\u003e\n    \u003cp class=\"pti-sub\"\u003e10 focused hours in 20 days or less for learners who want serious, structured progress.\u003c\/p\u003e\n    \u003cp class=\"pti-intro\"\u003eThis is a premium short-term option designed for people who want to move quickly, stay accountable, and make meaningful progress in a concentrated period of time. It is ideal for motivated learners who want a plan, steady contact, and a clear push forward.\u003c\/p\u003e\n\n    \u003cdiv class=\"pti-card\"\u003e\n      \u003cp\u003ePrivate Time Intensive is for serious learners. It is structured, time-sensitive, and designed to help you build momentum fast.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pti-pill-row\"\u003e\n      \u003cspan class=\"pti-pill blue\"\u003e10 hours\u003c\/span\u003e\n      \u003cspan class=\"pti-pill purple\"\u003e20 days or less\u003c\/span\u003e\n      \u003cspan class=\"pti-pill gold\"\u003ePremium intensive option\u003c\/span\u003e\n      \u003cspan class=\"pti-pill green\"\u003eFocused progress\u003c\/span\u003e\n      \u003cspan class=\"pti-pill pink\"\u003eStructured support\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pti-button-row\"\u003e\n      \u003ca class=\"pti-btn primary\" href=\"https:\/\/rosscline.com\/appointment\"\u003eMeet First in the Zoom Room\u003c\/a\u003e\n      \u003ca class=\"pti-btn secondary\" href=\"https:\/\/rosscline.com\/register\"\u003eRegister\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pti-section\"\u003e\n    \u003ch2\u003eWho is this for?\u003c\/h2\u003e\n    \u003cp\u003eThis option is best for learners who do not want to drift along slowly. It is for people who want to commit, meet consistently, and make real use of a short window of time.\u003c\/p\u003e\n\n    \u003cdiv class=\"pti-grid\"\u003e\n      \u003cdiv class=\"pti-box\"\u003e\n        \u003ch3\u003eSerious learners\u003c\/h3\u003e\n        \u003cp\u003eFor people who want focused English support and are ready to put the time in over a short period.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pti-box\"\u003e\n        \u003ch3\u003eFast-moving goals\u003c\/h3\u003e\n        \u003cp\u003eUseful for interviews, travel, deadlines, presentations, relocation, or moments when steady progress matters now.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pti-box\"\u003e\n        \u003ch3\u003eStructured accountability\u003c\/h3\u003e\n        \u003cp\u003eThe shorter time frame helps keep motivation high and reduces the chance of losing momentum.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pti-box\"\u003e\n        \u003ch3\u003ePremium personal guidance\u003c\/h3\u003e\n        \u003cp\u003eThis is a more committed, high-focus option built around planning, consistency, and real forward movement.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pti-section\"\u003e\n    \u003ch2\u003eHow it works\u003c\/h2\u003e\n    \u003cdiv class=\"pti-steps\"\u003e\n      \u003cdiv class=\"pti-step\"\u003e\n        \u003ch3\u003eMeet first\u003c\/h3\u003e\n        \u003cp\u003eLet’s meet and make a plan. I prefer to begin in the Zoom room so we can discuss your goals, timing, and whether this intensive option is the right fit.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pti-step\"\u003e\n        \u003ch3\u003eRegister clearly\u003c\/h3\u003e\n        \u003cp\u003eRegister and include your preferred weekly meeting times. This option is built around one-hour meetings and a clear short-term schedule.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pti-step\"\u003e\n        \u003ch3\u003eBegin with confirmation\u003c\/h3\u003e\n        \u003cp\u003eI will reply with confirmation, and once everything is arranged, we can begin and move forward with a focused plan.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pti-section\"\u003e\n    \u003ch2\u003ePolicy\u003c\/h2\u003e\n    \u003cdiv class=\"pti-policy\"\u003e\n      \u003ch3\u003ePlease read carefully\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eYou must first pay in full.\u003c\/li\u003e\n        \u003cli\u003eIf the teacher you are looking for cannot be arranged, you will receive a full refund.\u003c\/li\u003e\n        \u003cli\u003eAfter the first hour of time, your consultant cannot be changed.\u003c\/li\u003e\n        \u003cli\u003eYou will be charged if you do not give at least five or more hours’ notice of a cancellation.\u003c\/li\u003e\n        \u003cli\u003eEmail and text messages require a response to be validated.\u003c\/li\u003e\n        \u003cli\u003eYour time will be lost if you do not finish it within 20 days or less.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pti-note\"\u003eThis is a special intensive product and is meant for learners who are ready to move with purpose. It works best when communication is clear and scheduling is taken seriously from the start.\u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"rosscline.com","offers":[{"title":"Default Title","offer_id":40669390209072,"sku":"","price":5505.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0567\/6148\/3312\/products\/private-time-intensive-606354.jpg?v=1691658156","url":"https:\/\/rosscline.com\/en-za\/products\/private-time-intensive","provider":"rosscline.com","version":"1.0","type":"link"}