{"id":336,"date":"2026-05-14T17:04:01","date_gmt":"2026-05-14T17:04:01","guid":{"rendered":"https:\/\/growplus.ge\/?page_id=336"},"modified":"2026-05-14T22:28:24","modified_gmt":"2026-05-14T22:28:24","slug":"services","status":"publish","type":"page","link":"https:\/\/growplus.ge\/ka\/services\/","title":{"rendered":"Services"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"336\" class=\"elementor elementor-336\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c0ac11 e-con-full e-flex e-con e-parent\" data-id=\"0c0ac11\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a629aa elementor-widget elementor-widget-html\" data-id=\"0a629aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- GrowPlus Choose Your Service - Light Theme Full Width -->\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500;600&display=swap');\n\n.gp-wrap {\n  background: #ffffff;\n  width: 100vw;\n  min-height: 100vh;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n  overflow: hidden;\n  padding: 72px 40px 64px;\n  font-family: 'DM Sans', sans-serif;\n  box-sizing: border-box;\n  margin-left: calc(-50vw + 50%);\n  margin-right: calc(-50vw + 50%);\n  left: 0;\n  right: 0;\n}\n\n.gp-wrap *, .gp-wrap *::before, .gp-wrap *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* Soft background blobs *\/\n.gp-blob {\n  position: absolute;\n  border-radius: 50%;\n  filter: blur(90px);\n  pointer-events: none;\n  opacity: 1;\n  animation: gp-blobDrift ease-in-out infinite alternate;\n}\n.gp-blob-1 { width: 500px; height: 500px; background: #dbeeff; top: -120px; left: -120px; animation-duration: 14s; }\n.gp-blob-2 { width: 400px; height: 400px; background: #ffe8f0; bottom: -100px; right: -100px; animation-duration: 18s; }\n.gp-blob-3 { width: 350px; height: 350px; background: #e8f0ff; top: 40%; left: 60%; animation-duration: 12s; animation-delay: -5s; }\n.gp-blob-4 { width: 300px; height: 300px; background: #fff3e0; top: 20%; right: 5%; animation-duration: 16s; animation-delay: -3s; }\n\n@keyframes gp-blobDrift {\n  0%   { transform: translate(0, 0) scale(1); }\n  100% { transform: translate(20px, 15px) scale(1.05); }\n}\n\n\/* subtle dot grid *\/\n.gp-wrap::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image: radial-gradient(circle, rgba(0,0,0,0.045) 1px, transparent 1px);\n  background-size: 28px 28px;\n  pointer-events: none;\n  z-index: 0;\n}\n\n\/* Header *\/\n.gp-header {\n  text-align: center;\n  margin-bottom: 52px;\n  position: relative;\n  z-index: 2;\n  animation: gp-fadeDown 0.8s cubic-bezier(.22,1,.36,1) both;\n}\n@keyframes gp-fadeDown {\n  from { opacity: 0; transform: translateY(-20px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n.gp-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: #4aa8d8;\n  margin-bottom: 16px;\n  background: rgba(74,168,216,0.09);\n  border: 1px solid rgba(74,168,216,0.2);\n  padding: 5px 14px;\n  border-radius: 999px;\n}\n.gp-eyebrow::before {\n  content: '';\n  width: 6px; height: 6px;\n  background: #4aa8d8;\n  border-radius: 50%;\n  animation: gp-pulse 2s ease-in-out infinite;\n}\n@keyframes gp-pulse {\n  0%,100% { opacity: 1; transform: scale(1); }\n  50%      { opacity: 0.4; transform: scale(0.7); }\n}\n\n.gp-title {\n  font-family: 'Syne', sans-serif;\n  font-size: clamp(34px, 5vw, 60px);\n  font-weight: 800;\n  line-height: 1.06;\n  letter-spacing: -2px;\n  color: #0f1923;\n  margin: 0 0 16px;\n}\n.gp-title .gp-accent {\n  background: linear-gradient(135deg, #4aa8d8 0%, #1a78b0 100%);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n}\n\n.gp-subtitle {\n  font-size: 15px;\n  color: #7a8a9a;\n  line-height: 1.65;\n  max-width: 440px;\n  margin: 0 auto;\n}\n\n\/* Grid *\/\n.gp-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  width: 100%;\n  max-width: 1400px;\n  position: relative;\n  z-index: 2;\n}\n@media (max-width: 660px) {\n  .gp-grid { grid-template-columns: 1fr; }\n  .gp-title { letter-spacing: -1px; }\n}\n\n\/* Card base *\/\n.gp-card {\n  position: relative;\n  border-radius: 20px;\n  border: 1.5px solid #e8edf2;\n  background: #ffffff;\n  padding: 28px 26px 24px;\n  cursor: pointer;\n  overflow: hidden;\n  transition: transform 0.35s cubic-bezier(.22,1,.36,1), border-color 0.3s, box-shadow 0.35s;\n  animation: gp-fadeUp 0.75s cubic-bezier(.22,1,.36,1) both;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n}\n.gp-card:nth-child(1) { animation-delay: 0.08s; }\n.gp-card:nth-child(2) { animation-delay: 0.16s; }\n.gp-card:nth-child(3) { animation-delay: 0.24s; }\n.gp-card:nth-child(4) { animation-delay: 0.32s; }\n@keyframes gp-fadeUp {\n  from { opacity: 0; transform: translateY(24px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n\/* coloured bg tint on hover *\/\n.gp-card::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  opacity: 0;\n  transition: opacity 0.35s;\n  border-radius: inherit;\n  pointer-events: none;\n}\n\n\/* bottom accent bar *\/\n.gp-card::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 25%; right: 25%;\n  height: 3px;\n  border-radius: 3px;\n  opacity: 0;\n  transition: opacity 0.35s, left 0.35s, right 0.35s;\n  pointer-events: none;\n}\n\n.gp-card:hover { transform: translateY(-5px); }\n.gp-card:hover::before { opacity: 1; }\n.gp-card:hover::after  { opacity: 1; left: 12%; right: 12%; }\n.gp-card.gp-sel { transform: translateY(-3px); }\n\n\/* shimmer *\/\n.gp-shim {\n  position: absolute;\n  top: 0; left: -100%;\n  width: 55%; height: 100%;\n  background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,0.7) 50%, transparent 80%);\n  transition: left 0.55s ease;\n  pointer-events: none;\n}\n.gp-card:hover .gp-shim { left: 150%; }\n\n\/* \u2500\u2500 per-platform colours \u2500\u2500 *\/\n\/* TikTok *\/\n.gp-tt::before { background: linear-gradient(160deg, rgba(255,45,85,0.05) 0%, rgba(0,242,234,0.04) 100%); }\n.gp-tt::after  { background: linear-gradient(90deg, #00f2ea, #ff2d55); }\n.gp-tt:hover, .gp-tt.gp-sel { border-color: rgba(255,45,85,0.35); box-shadow: 0 12px 40px rgba(255,45,85,0.12), 0 2px 12px rgba(0,0,0,0.04); }\n.gp-tt.gp-sel  { box-shadow: 0 0 0 3px rgba(255,45,85,0.18), 0 16px 48px rgba(255,45,85,0.14); }\n.gp-tt .gp-icon-bg { background: rgba(255,45,85,0.09); }\n.gp-tt .gp-tag { border-color: rgba(255,45,85,0.22); color: #d41f44; background: rgba(255,45,85,0.06); }\n.gp-tt.gp-sel  .gp-ring { background: #ff2d55; border-color: #ff2d55; }\n\n\/* YouTube *\/\n.gp-yt::before { background: linear-gradient(160deg, rgba(255,0,0,0.05) 0%, rgba(255,100,100,0.03) 100%); }\n.gp-yt::after  { background: linear-gradient(90deg, #ff6b6b, #ff0000); }\n.gp-yt:hover, .gp-yt.gp-sel { border-color: rgba(255,0,0,0.3); box-shadow: 0 12px 40px rgba(255,0,0,0.10), 0 2px 12px rgba(0,0,0,0.04); }\n.gp-yt.gp-sel  { box-shadow: 0 0 0 3px rgba(255,0,0,0.15), 0 16px 48px rgba(255,0,0,0.12); }\n.gp-yt .gp-icon-bg { background: rgba(255,0,0,0.09); }\n.gp-yt .gp-tag { border-color: rgba(255,0,0,0.2); color: #cc0000; background: rgba(255,0,0,0.05); }\n.gp-yt.gp-sel  .gp-ring { background: #ff0000; border-color: #ff0000; }\n\n\/* Facebook *\/\n.gp-fb::before { background: linear-gradient(160deg, rgba(24,119,242,0.06) 0%, rgba(96,165,250,0.04) 100%); }\n.gp-fb::after  { background: linear-gradient(90deg, #1877f2, #60a5fa); }\n.gp-fb:hover, .gp-fb.gp-sel { border-color: rgba(24,119,242,0.3); box-shadow: 0 12px 40px rgba(24,119,242,0.10), 0 2px 12px rgba(0,0,0,0.04); }\n.gp-fb.gp-sel  { box-shadow: 0 0 0 3px rgba(24,119,242,0.15), 0 16px 48px rgba(24,119,242,0.12); }\n.gp-fb .gp-icon-bg { background: rgba(24,119,242,0.09); }\n.gp-fb .gp-tag { border-color: rgba(24,119,242,0.22); color: #1055bb; background: rgba(24,119,242,0.06); }\n.gp-fb.gp-sel  .gp-ring { background: #1877f2; border-color: #1877f2; }\n\n\/* Instagram *\/\n.gp-ig::before { background: linear-gradient(160deg, rgba(245,133,41,0.05) 0%, rgba(221,42,123,0.05) 100%); }\n.gp-ig::after  { background: linear-gradient(90deg, #f58529, #dd2a7b, #515bd4); }\n.gp-ig:hover, .gp-ig.gp-sel { border-color: rgba(221,42,123,0.3); box-shadow: 0 12px 40px rgba(221,42,123,0.10), 0 2px 12px rgba(0,0,0,0.04); }\n.gp-ig.gp-sel  { box-shadow: 0 0 0 3px rgba(221,42,123,0.15), 0 16px 48px rgba(221,42,123,0.12); }\n.gp-ig .gp-icon-bg { background: rgba(221,42,123,0.09); }\n.gp-ig .gp-tag { border-color: rgba(221,42,123,0.2); color: #b02268; background: rgba(221,42,123,0.05); }\n.gp-ig.gp-sel  .gp-ring { background: linear-gradient(135deg,#f58529,#dd2a7b); border-color: #dd2a7b; }\n\n\/* Card layout *\/\n.gp-top {\n  display: flex;\n  align-items: flex-start;\n  justify-content: space-between;\n  margin-bottom: 20px;\n}\n\n.gp-icon-bg {\n  width: 52px; height: 52px;\n  border-radius: 14px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: transform 0.35s cubic-bezier(.22,1,.36,1);\n}\n.gp-card:hover .gp-icon-bg { transform: scale(1.1) rotate(-5deg); }\n.gp-icon-bg svg { width: 28px; height: 28px; }\n\n.gp-ring {\n  width: 26px; height: 26px;\n  border-radius: 50%;\n  border: 2px solid #d8e0e8;\n  display: flex; align-items: center; justify-content: center;\n  transition: border-color 0.3s, background 0.3s;\n  flex-shrink: 0;\n}\n.gp-ring svg { opacity: 0; transform: scale(0); transition: opacity 0.22s, transform 0.28s cubic-bezier(.34,1.56,.64,1); }\n.gp-sel .gp-ring svg { opacity: 1; transform: scale(1); }\n\n.gp-name {\n  font-family: 'Syne', sans-serif;\n  font-size: 22px;\n  font-weight: 800;\n  letter-spacing: -0.5px;\n  color: #0f1923;\n  margin-bottom: 3px;\n  line-height: 1;\n}\n.gp-sub {\n  font-size: 12px;\n  color: #a0aab4;\n  margin-bottom: 18px;\n}\n\n.gp-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 6px;\n  margin-bottom: 20px;\n}\n.gp-tag {\n  font-size: 11px;\n  font-weight: 500;\n  padding: 4px 10px;\n  border-radius: 999px;\n  border: 1px solid;\n  transition: transform 0.2s;\n}\n.gp-card:hover .gp-tag { transform: translateY(-1px); }\n\n.gp-stats {\n  display: flex;\n  gap: 20px;\n  padding-top: 18px;\n  border-top: 1px solid #f0f3f6;\n}\n.gp-sv {\n  font-family: 'Syne', sans-serif;\n  font-size: 17px;\n  font-weight: 700;\n  color: #0f1923;\n  line-height: 1;\n  margin-bottom: 3px;\n}\n.gp-sl {\n  font-size: 10px;\n  color: #b0bac4;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n\/* CTA *\/\n.gp-cta {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 12px;\n  margin-top: 44px;\n  position: relative;\n  z-index: 2;\n  animation: gp-fadeUp 0.75s cubic-bezier(.22,1,.36,1) 0.42s both;\n}\n\n.gp-lbl {\n  font-size: 12px;\n  padding: 6px 18px;\n  border-radius: 999px;\n  background: #f4f7fa;\n  border: 1px solid #e4eaf0;\n  color: #a0aab4;\n  transition: all 0.35s;\n  min-width: 210px;\n  text-align: center;\n}\n.gp-lbl.on {\n  color: #1a78b0;\n  background: rgba(74,168,216,0.08);\n  border-color: rgba(74,168,216,0.3);\n}\n\n.gp-btn {\n  padding: 15px 48px;\n  border-radius: 999px;\n  border: none;\n  background: linear-gradient(135deg, #4aa8d8, #1a78b0);\n  color: #fff;\n  font-family: 'Syne', sans-serif;\n  font-size: 15px;\n  font-weight: 700;\n  letter-spacing: 0.2px;\n  cursor: pointer;\n  transition: transform 0.3s cubic-bezier(.22,1,.36,1), box-shadow 0.3s, opacity 0.3s;\n  box-shadow: 0 6px 24px rgba(74,168,216,0.35);\n}\n.gp-btn:hover   { transform: scale(1.04); box-shadow: 0 10px 32px rgba(74,168,216,0.45); }\n.gp-btn:active  { transform: scale(0.97); }\n.gp-btn:disabled { opacity: 0.3; cursor: not-allowed; transform: none !important; box-shadow: none; }\n\n.gp-hint { font-size: 12px; color: #b8c4ce; }\n<\/style>\n\n<div class=\"gp-wrap\">\n  <div class=\"gp-blob gp-blob-1\"><\/div>\n  <div class=\"gp-blob gp-blob-2\"><\/div>\n  <div class=\"gp-blob gp-blob-3\"><\/div>\n  <div class=\"gp-blob gp-blob-4\"><\/div>\n\n  <div class=\"gp-header\">\n    <div class=\"gp-eyebrow\">Step 1 of 3<\/div>\n    <h2 class=\"gp-title\">Choose your <span class=\"gp-accent\">service<\/span><\/h2>\n    <p class=\"gp-subtitle\">Select the platform you want to grow on. We&rsquo;ll tailor the best strategy for you.<\/p>\n  <\/div>\n\n  <div class=\"gp-grid\">\n\n    <!-- TikTok -->\n    <div class=\"gp-card gp-tt\" data-p=\"TikTok\" onclick=\"gps(this)\">\n      <div class=\"gp-shim\"><\/div>\n      <div class=\"gp-top\">\n        <div class=\"gp-icon-bg\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\">\n            <path d=\"M19.59 6.69a4.83 4.83 0 01-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 01-5.77 0 2.89 2.89 0 012.89-2.89c.28 0 .54.04.79.1V9.01a6.34 6.34 0 00-6.13 6.33 6.34 6.34 0 0012.67 0V8.72a8.18 8.18 0 004.78 1.52V6.8a4.85 4.85 0 01-1.01-.11z\" fill=\"#ff2d55\"\/>\n            <path d=\"M19.59 6.69a4.83 4.83 0 01-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 01-5.77 0 2.89 2.89 0 012.89-2.89c.28 0 .54.04.79.1V9.01a6.34 6.34 0 00-6.13 6.33 6.34 6.34 0 0012.67 0V8.72a8.18 8.18 0 004.78 1.52V6.8a4.85 4.85 0 01-1.01-.11z\" fill=\"#00f2ea\" opacity=\"0.4\" transform=\"translate(1.2,1.2)\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"gp-ring\">\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 13 13\" fill=\"none\"><path d=\"M1.5 6.5l3.2 3.2 6.8-6.4\" stroke=\"white\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n      <\/div>\n      <div class=\"gp-name\">TikTok<\/div>\n      <div class=\"gp-sub\">Grow your TikTok presence fast<\/div>\n      <div class=\"gp-tags\">\n        <span class=\"gp-tag\">Followers<\/span><span class=\"gp-tag\">Likes<\/span><span class=\"gp-tag\">Views<\/span><span class=\"gp-tag\">Comments<\/span><span class=\"gp-tag\">Shares<\/span>\n      <\/div>\n      <div class=\"gp-stats\">\n        <div><div class=\"gp-sv\">500K+<\/div><div class=\"gp-sl\">Delivered<\/div><\/div>\n        <div><div class=\"gp-sv\">4.9 \u2605<\/div><div class=\"gp-sl\">Rating<\/div><\/div>\n        <div><div class=\"gp-sv\">24h<\/div><div class=\"gp-sl\">Delivery<\/div><\/div>\n      <\/div>\n    <\/div>\n\n    <!-- YouTube -->\n    <div class=\"gp-card gp-yt\" data-p=\"YouTube\" onclick=\"gps(this)\">\n      <div class=\"gp-shim\"><\/div>\n      <div class=\"gp-top\">\n        <div class=\"gp-icon-bg\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\">\n            <path d=\"M22.54 6.42a2.78 2.78 0 00-1.95-1.96C18.88 4 12 4 12 4s-6.88 0-8.59.46A2.78 2.78 0 001.46 6.42 29 29 0 001 12a29 29 0 00.46 5.58 2.78 2.78 0 001.95 1.96C5.12 20 12 20 12 20s6.88 0 8.59-.46a2.78 2.78 0 001.95-1.96A29 29 0 0023 12a29 29 0 00-.46-5.58z\" fill=\"#ff0000\"\/>\n            <path d=\"M9.75 15.02l5.75-3.02-5.75-3.02v6.04z\" fill=\"white\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"gp-ring\">\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 13 13\" fill=\"none\"><path d=\"M1.5 6.5l3.2 3.2 6.8-6.4\" stroke=\"white\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n      <\/div>\n      <div class=\"gp-name\">YouTube<\/div>\n      <div class=\"gp-sub\">Boost subscribers &amp; watch time<\/div>\n      <div class=\"gp-tags\">\n        <span class=\"gp-tag\">Subscribers<\/span><span class=\"gp-tag\">Views<\/span><span class=\"gp-tag\">Likes<\/span><span class=\"gp-tag\">Watch Time<\/span><span class=\"gp-tag\">Comments<\/span>\n      <\/div>\n      <div class=\"gp-stats\">\n        <div><div class=\"gp-sv\">1M+<\/div><div class=\"gp-sl\">Delivered<\/div><\/div>\n        <div><div class=\"gp-sv\">4.8 \u2605<\/div><div class=\"gp-sl\">Rating<\/div><\/div>\n        <div><div class=\"gp-sv\">48h<\/div><div class=\"gp-sl\">Delivery<\/div><\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Facebook -->\n    <div class=\"gp-card gp-fb\" data-p=\"Facebook\" onclick=\"gps(this)\">\n      <div class=\"gp-shim\"><\/div>\n      <div class=\"gp-top\">\n        <div class=\"gp-icon-bg\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\">\n            <path d=\"M24 12.07C24 5.41 18.63 0 12 0S0 5.41 0 12.07C0 18.1 4.39 23.1 10.13 24v-8.44H7.08v-3.49h3.05V9.41c0-3.02 1.8-4.7 4.54-4.7 1.31 0 2.68.24 2.68.24v2.97h-1.51c-1.49 0-1.95.93-1.95 1.88v2.27h3.32l-.53 3.49h-2.79V24C19.62 23.1 24 18.1 24 12.07z\" fill=\"#1877f2\"\/>\n            <path d=\"M16.67 15.56l.53-3.49h-3.32V9.8c0-.95.46-1.88 1.95-1.88h1.51V4.95s-1.37-.24-2.68-.24c-2.74 0-4.54 1.68-4.54 4.7v2.66H7.08v3.49h3.05V24a12.18 12.18 0 003.75 0v-8.44h2.79z\" fill=\"white\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"gp-ring\">\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 13 13\" fill=\"none\"><path d=\"M1.5 6.5l3.2 3.2 6.8-6.4\" stroke=\"white\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n      <\/div>\n      <div class=\"gp-name\">Facebook<\/div>\n      <div class=\"gp-sub\">Grow your page likes &amp; reach<\/div>\n      <div class=\"gp-tags\">\n        <span class=\"gp-tag\">Page Likes<\/span><span class=\"gp-tag\">Followers<\/span><span class=\"gp-tag\">Post Likes<\/span><span class=\"gp-tag\">Reach<\/span><span class=\"gp-tag\">Comments<\/span>\n      <\/div>\n      <div class=\"gp-stats\">\n        <div><div class=\"gp-sv\">750K+<\/div><div class=\"gp-sl\">Delivered<\/div><\/div>\n        <div><div class=\"gp-sv\">4.7 \u2605<\/div><div class=\"gp-sl\">Rating<\/div><\/div>\n        <div><div class=\"gp-sv\">12h<\/div><div class=\"gp-sl\">Delivery<\/div><\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Instagram -->\n    <div class=\"gp-card gp-ig\" data-p=\"Instagram\" onclick=\"gps(this)\">\n      <div class=\"gp-shim\"><\/div>\n      <div class=\"gp-top\">\n        <div class=\"gp-icon-bg\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\">\n            <defs>\n              <lineargradient id=\"gpig2\" x1=\"0\" y1=\"1\" x2=\"1\" y2=\"0\">\n                <stop offset=\"0%\" stop-color=\"#f58529\"\/>\n                <stop offset=\"50%\" stop-color=\"#dd2a7b\"\/>\n                <stop offset=\"100%\" stop-color=\"#515bd4\"\/>\n              <\/lineargradient>\n            <\/defs>\n            <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"6\" fill=\"url(#gpig2)\"\/>\n            <circle cx=\"12\" cy=\"12\" r=\"4\" stroke=\"white\" stroke-width=\"1.8\" fill=\"none\"\/>\n            <circle cx=\"17.5\" cy=\"6.5\" r=\"1.2\" fill=\"white\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"gp-ring\">\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 13 13\" fill=\"none\"><path d=\"M1.5 6.5l3.2 3.2 6.8-6.4\" stroke=\"white\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n      <\/div>\n      <div class=\"gp-name\">Instagram<\/div>\n      <div class=\"gp-sub\">Fastest delivery, highest rating<\/div>\n      <div class=\"gp-tags\">\n        <span class=\"gp-tag\">Followers<\/span><span class=\"gp-tag\">Likes<\/span><span class=\"gp-tag\">Views<\/span><span class=\"gp-tag\">Story Views<\/span><span class=\"gp-tag\">Saves<\/span>\n      <\/div>\n      <div class=\"gp-stats\">\n        <div><div class=\"gp-sv\">2M+<\/div><div class=\"gp-sl\">Delivered<\/div><\/div>\n        <div><div class=\"gp-sv\">5.0 \u2605<\/div><div class=\"gp-sl\">Rating<\/div><\/div>\n        <div><div class=\"gp-sv\">6h<\/div><div class=\"gp-sl\">Delivery<\/div><\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"gp-cta\">\n    <div class=\"gp-lbl\" id=\"gpL\">No platform selected yet<\/div>\n    <button class=\"gp-btn\" id=\"gpB\" disabled>Continue &rarr;<\/button>\n    <div class=\"gp-hint\">You can change your selection anytime<\/div>\n  <\/div>\n<\/div>\n\n<script>\n(function(){\n  var cur = null;\n  window.gps = function(c) {\n    if (cur && cur !== c) cur.classList.remove('gp-sel');\n    if (c.classList.contains('gp-sel')) {\n      c.classList.remove('gp-sel'); cur = null; gpU(null); return;\n    }\n    c.classList.add('gp-sel'); cur = c; gpU(c.getAttribute('data-p'));\n  };\n  function gpU(p) {\n    var b = document.getElementById('gpB'), l = document.getElementById('gpL');\n    if (p) { b.disabled = false; l.textContent = '\\u2713  ' + p + ' selected'; l.classList.add('on'); }\n    else    { b.disabled = true;  l.textContent = 'No platform selected yet'; l.classList.remove('on'); }\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Step 1 of 3 Choose your service Select the platform you want to grow on. We&rsquo;ll tailor the best strategy&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-336","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/growplus.ge\/ka\/wp-json\/wp\/v2\/pages\/336","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/growplus.ge\/ka\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/growplus.ge\/ka\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/growplus.ge\/ka\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/growplus.ge\/ka\/wp-json\/wp\/v2\/comments?post=336"}],"version-history":[{"count":10,"href":"https:\/\/growplus.ge\/ka\/wp-json\/wp\/v2\/pages\/336\/revisions"}],"predecessor-version":[{"id":361,"href":"https:\/\/growplus.ge\/ka\/wp-json\/wp\/v2\/pages\/336\/revisions\/361"}],"wp:attachment":[{"href":"https:\/\/growplus.ge\/ka\/wp-json\/wp\/v2\/media?parent=336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}