{"id":2164,"date":"2026-06-12T01:55:57","date_gmt":"2026-06-11T17:55:57","guid":{"rendered":"https:\/\/winboxmy.online\/?page_id=2164"},"modified":"2026-06-12T01:55:59","modified_gmt":"2026-06-11T17:55:59","slug":"winbox-vip","status":"publish","type":"page","link":"https:\/\/winboxmy.online\/ms\/winbox-vip\/","title":{"rendered":"Winbox VIP"},"content":{"rendered":"\n<!-- ============================================================\n     WINBOX VIP PAGE \u2014 Full HTML for WordPress Custom HTML Block\n     WHITE \/ LIGHT THEME \u2014 matches your existing site\n     Paste into: Gutenberg > Custom HTML block\n     ============================================================ -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;600;700;900&#038;family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ================================================================\n   WINBOX VIP \u2014 Light Theme Design System\n   All classes prefixed .wbvip- to avoid WordPress conflicts\n   ================================================================ *\/\n\n.wbvip-page {\n  \/* Brand colours *\/\n  --c-primary:    #00C8F0;\n  --c-primary-dk: #0099BB;\n  --c-primary-lt: #E6F9FD;\n  --c-primary-gw: rgba(0,200,240,.12);\n  --c-gold:       #F5A800;\n  --c-gold-lt:    #FFD060;\n  --c-gold-bg:    #FFF8E6;\n  --c-gold-gw:    rgba(245,168,0,.15);\n\n  \/* Backgrounds *\/\n  --c-bg:         #FFFFFF;\n  --c-bg-alt:     #F3FAFD;\n  --c-bg-card:    #FFFFFF;\n  --c-bg-inset:   #EAF6FB;\n\n  \/* Text *\/\n  --c-text:       #1A2E3B;\n  --c-text-md:    #3A5568;\n  --c-muted:      #7A96A8;\n\n  \/* Borders & shadows *\/\n  --c-border:     rgba(0,200,240,.18);\n  --c-border-hv:  rgba(0,200,240,.50);\n  --c-border-gd:  rgba(245,168,0,.35);\n  --c-shadow:     0 4px 24px rgba(0,130,170,.08);\n  --c-shadow-hv:  0 12px 48px rgba(0,130,170,.15);\n\n  \/* Misc *\/\n  --r-lg: 20px;\n  --r-sm: 10px;\n  --tr:   all .35s cubic-bezier(.4,0,.2,1);\n  --f-display: 'Cinzel', serif;\n  --f-body:    'Nunito', sans-serif;\n\n  font-family: var(--f-body);\n  background:  var(--c-bg);\n  color:       var(--c-text);\n  overflow-x:  hidden;\n  width:       100%;\n  line-height: 1.65;\n  -webkit-font-smoothing: antialiased;\n}\n.wbvip-page *, .wbvip-page *::before, .wbvip-page *::after {\n  box-sizing: border-box; margin: 0; padding: 0;\n}\n.wbvip-page a   { text-decoration: none; color: inherit; }\n.wbvip-page ul  { list-style: none; }\n.wbvip-page img { max-width: 100%; }\n\n\/* ---- Layout ---- *\/\n.wbvip-wrap {\n  max-width: 1160px;\n  margin: 0 auto;\n  padding: 0 28px;\n}\n\n\/* ---- Scroll reveal ---- *\/\n.wbvip-reveal {\n  opacity: 0;\n  transform: translateY(28px);\n  transition: opacity .7s ease, transform .7s cubic-bezier(.4,0,.2,1);\n}\n.wbvip-reveal.wbvip-in { opacity:1; transform:none; }\n.wbvip-d1 { transition-delay:.10s; }\n.wbvip-d2 { transition-delay:.20s; }\n.wbvip-d3 { transition-delay:.30s; }\n.wbvip-d4 { transition-delay:.40s; }\n\n\/* ---- Typography helpers ---- *\/\n.wbvip-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 8px 22px;\n  border-radius: 100px;\n  background: var(--c-gold-bg);\n  border: 1px solid var(--c-border-gd);\n  color: #C07800;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  margin-bottom: 18px;\n}\n.wbvip-tag .dot {\n  width:6px; height:6px;\n  background: var(--c-gold);\n  border-radius:50%;\n  animation: wbvip-blink 2s ease-in-out infinite;\n}\n\n.wbvip-h1 {\n  font-family: var(--f-display);\n  font-size: clamp(48px,8vw,96px);\n  font-weight: 900;\n  line-height: 1.0;\n  color: var(--c-text);\n}\n.wbvip-h2 {\n  font-family: var(--f-display);\n  font-size: clamp(26px,3.8vw,46px);\n  font-weight: 700;\n  line-height: 1.15;\n  margin-bottom: 14px;\n  color: var(--c-text);\n}\n.wbvip-lead {\n  font-size: clamp(15px,1.8vw,17.5px);\n  color: var(--c-muted);\n  max-width: 660px;\n  margin: 0 auto;\n  line-height: 1.75;\n}\n\n\/* Gradient texts \u2014 kept for visual punch *\/\n.wbvip-grad {\n  background: linear-gradient(135deg,var(--c-primary) 0%,#008BB0 100%);\n  -webkit-background-clip:text; -webkit-text-fill-color:transparent;\n  background-clip:text;\n}\n.wbvip-gold {\n  background: linear-gradient(135deg,var(--c-gold) 0%,#E07000 100%);\n  -webkit-background-clip:text; -webkit-text-fill-color:transparent;\n  background-clip:text;\n}\n\n.wbvip-center { text-align:center; }\n\n.wbvip-rule {\n  width:72px; height:3px;\n  background: linear-gradient(90deg,var(--c-primary),var(--c-gold));\n  border-radius:2px;\n  margin: 14px auto 0;\n}\n\n\/* ---- Buttons ---- *\/\n.wbvip-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 15px 34px;\n  border-radius: 100px;\n  font-family: var(--f-body);\n  font-size: 15px;\n  font-weight: 800;\n  letter-spacing:.3px;\n  cursor: pointer;\n  border: none;\n  transition: var(--tr);\n  white-space: nowrap;\n}\n.wbvip-btn-gold {\n  background: linear-gradient(135deg,#F5A800 0%,#E06500 100%);\n  color: #fff;\n  box-shadow: 0 6px 28px rgba(245,168,0,.38);\n}\n.wbvip-btn-gold:hover {\n  transform: translateY(-3px) scale(1.02);\n  box-shadow: 0 12px 40px rgba(245,168,0,.48);\n  filter: brightness(1.06);\n}\n.wbvip-btn-cyan {\n  background: linear-gradient(135deg,var(--c-primary) 0%,var(--c-primary-dk) 100%);\n  color: #fff;\n  box-shadow: 0 6px 28px rgba(0,200,240,.30);\n}\n.wbvip-btn-cyan:hover {\n  transform: translateY(-3px) scale(1.02);\n  box-shadow: 0 12px 40px rgba(0,200,240,.40);\n}\n.wbvip-btn-outline {\n  background: transparent;\n  color: var(--c-primary-dk);\n  border: 2px solid var(--c-primary);\n}\n.wbvip-btn-outline:hover {\n  background: var(--c-primary-gw);\n  transform: translateY(-3px);\n}\n.wbvip-btn-xl { padding: 18px 50px; font-size: 16px; }\n\n\/* ================================================================\n   \u00a7 1  HERO\n   ================================================================ *\/\n.wbvip-hero {\n  position: relative;\n  background: var(--c-bg);\n  padding: 90px 0 80px;\n  overflow: hidden;\n  text-align: center;\n}\n\/* subtle diagonal stripe *\/\n.wbvip-hero::before {\n  content:'';\n  position:absolute;\n  top:0; left:0; right:0; bottom:0;\n  background:\n    radial-gradient(ellipse 75% 55% at 50% -10%, rgba(0,200,240,.10) 0%, transparent 65%),\n    linear-gradient(180deg, var(--c-primary-lt) 0%, transparent 45%);\n  pointer-events:none;\n}\n\/* dot grid *\/\n.wbvip-hero-dots {\n  position:absolute;\n  inset:0;\n  background-image: radial-gradient(rgba(0,170,210,.09) 1.5px, transparent 1.5px);\n  background-size: 32px 32px;\n  pointer-events:none;\n}\n\/* floating orbs *\/\n.wbvip-orb {\n  position:absolute;\n  border-radius:50%;\n  pointer-events:none;\n  opacity:.55;\n  animation: wbvip-float var(--dur,8s) ease-in-out infinite var(--delay,0s);\n}\n.wbvip-orb-1 {\n  width:340px; height:340px;\n  top:-120px; left:-100px;\n  background: radial-gradient(circle, rgba(0,200,240,.12) 0%, transparent 70%);\n}\n.wbvip-orb-2 {\n  width:280px; height:280px;\n  top:-80px; right:-60px;\n  background: radial-gradient(circle, rgba(245,168,0,.10) 0%, transparent 70%);\n  --delay:2s;\n}\n.wbvip-orb-3 {\n  width:200px; height:200px;\n  bottom:-60px; left:20%;\n  background: radial-gradient(circle, rgba(0,200,240,.08) 0%, transparent 70%);\n  --delay:4s; --dur:10s;\n}\n\n.wbvip-hero-inner {\n  position:relative;\n  z-index:2;\n}\n\n.wbvip-hero-eyebrow { animation: wbvip-fadeup .8s ease-out both; }\n.wbvip-hero .wbvip-h1 { animation: wbvip-fadeup .8s ease-out .15s both; }\n\n.wbvip-hero-sub {\n  font-family: var(--f-display);\n  font-size: clamp(12px,1.6vw,15px);\n  letter-spacing: 5px;\n  text-transform: uppercase;\n  color: var(--c-muted);\n  margin: 10px 0 20px;\n  animation: wbvip-fadeup .8s ease-out .25s both;\n}\n.wbvip-hero-desc {\n  font-size: clamp(15px,1.9vw,18px);\n  color: var(--c-text-md);\n  max-width: 660px;\n  margin: 0 auto 36px;\n  line-height: 1.8;\n  animation: wbvip-fadeup .8s ease-out .35s both;\n}\n.wbvip-hero-desc strong { color: var(--c-primary-dk); font-weight:800; }\n\n.wbvip-hero-btns {\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:14px;\n  flex-wrap:wrap;\n  margin-bottom:60px;\n  animation: wbvip-fadeup .8s ease-out .45s both;\n}\n\n\/* stat strip *\/\n.wbvip-stats-bar {\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:0;\n  border-top: 1px solid var(--c-border);\n  border-radius: var(--r-lg);\n  padding-top:40px;\n  animation: wbvip-fadeup .8s ease-out .58s both;\n}\n.wbvip-hstat {\n  padding: 0 36px;\n  text-align:center;\n  position:relative;\n}\n.wbvip-hstat + .wbvip-hstat::before {\n  content:'';\n  position:absolute;\n  left:0; top:8%; bottom:8%;\n  width:1px;\n  background: var(--c-border);\n}\n.wbvip-hstat-val {\n  display:block;\n  font-family:var(--f-display);\n  font-size:clamp(20px,3.2vw,34px);\n  font-weight:700;\n  background:linear-gradient(135deg,var(--c-gold),#E06500);\n  -webkit-background-clip:text; -webkit-text-fill-color:transparent;\n  background-clip:text;\n}\n.wbvip-hstat-lbl {\n  font-size:11.5px;\n  color:var(--c-muted);\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n  margin-top:4px;\n}\n\n\/* ================================================================\n   \u00a7 2  BENEFITS\n   ================================================================ *\/\n.wbvip-benefits {\n  background: var(--c-bg-alt);\n  padding: 96px 0;\n  position:relative;\n  overflow:hidden;\n}\n\/* top\/bottom hairlines *\/\n.wbvip-benefits::before {\n  content:'';\n  position:absolute; top:-1px; left:0; right:0; height:1px;\n  background:linear-gradient(90deg,transparent,var(--c-primary),transparent);\n}\n.wbvip-benefits::after {\n  content:'';\n  position:absolute; bottom:-1px; left:0; right:0; height:1px;\n  background:linear-gradient(90deg,transparent,rgba(245,168,0,.5),transparent);\n}\n\n.wbvip-benefits-grid {\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n  gap:22px;\n  margin-top:54px;\n}\n\n.wbvip-bcard {\n  background: var(--c-bg-card);\n  border: 1px solid var(--c-border);\n  border-radius: var(--r-lg);\n  padding: 36px 26px 30px;\n  text-align:center;\n  position:relative;\n  overflow:hidden;\n  transition: var(--tr);\n  box-shadow: var(--c-shadow);\n}\n.wbvip-bcard::before {\n  content:'';\n  position:absolute; top:0; left:0; right:0; height:3px;\n  background:linear-gradient(90deg,var(--c-primary),var(--c-gold));\n  transform:scaleX(0);\n  transform-origin:left;\n  transition:transform .4s ease;\n}\n.wbvip-bcard:hover {\n  border-color: var(--c-border-hv);\n  transform: translateY(-8px);\n  box-shadow: var(--c-shadow-hv);\n}\n.wbvip-bcard:hover::before { transform:scaleX(1); }\n\n.wbvip-bcard-icon {\n  width:72px; height:72px;\n  margin:0 auto 20px;\n  background: var(--c-bg-alt);\n  border:1px solid var(--c-border);\n  border-radius:50%;\n  display:flex; align-items:center; justify-content:center;\n  font-size:32px;\n  transition:var(--tr);\n}\n.wbvip-bcard:hover .wbvip-bcard-icon {\n  border-color:var(--c-primary);\n  background: var(--c-primary-lt);\n  box-shadow:0 0 18px rgba(0,200,240,.2);\n}\n.wbvip-bcard-val {\n  display:block;\n  font-family:var(--f-display);\n  font-size:clamp(18px,2.2vw,24px);\n  font-weight:700;\n  background:linear-gradient(135deg,var(--c-gold),#D06000);\n  -webkit-background-clip:text; -webkit-text-fill-color:transparent;\n  background-clip:text;\n  margin-bottom:8px;\n}\n.wbvip-bcard-name {\n  font-size:16px; font-weight:800;\n  color:var(--c-text);\n  margin-bottom:10px;\n}\n.wbvip-bcard-desc {\n  font-size:13.5px;\n  color:var(--c-muted);\n  line-height:1.65;\n}\n\n\/* ================================================================\n   \u00a7 3  COIN SYSTEM\n   ================================================================ *\/\n.wbvip-coins {\n  background: var(--c-bg);\n  padding: 96px 0;\n  position:relative;\n  overflow:hidden;\n}\n.wbvip-coins-wm {\n  position:absolute; top:50%; left:50%;\n  transform:translate(-50%,-50%);\n  font-family:var(--f-display);\n  font-size:clamp(120px,22vw,300px);\n  font-weight:900;\n  color:rgba(0,200,240,.04);\n  white-space:nowrap;\n  pointer-events:none;\n  user-select:none;\n  letter-spacing:10px;\n}\n\n.wbvip-per {\n  display:flex;\n  align-items:stretch;\n  justify-content:center;\n  gap:0;\n  margin:54px 0 48px;\n  flex-wrap:wrap;\n}\n.wbvip-per-box {\n  background: var(--c-bg-card);\n  border: 1px solid var(--c-border);\n  border-radius: var(--r-lg);\n  padding:34px 36px;\n  text-align:center;\n  flex:1; min-width:200px; max-width:250px;\n  transition:var(--tr);\n  box-shadow: var(--c-shadow);\n}\n.wbvip-per-box:hover {\n  border-color:var(--c-primary);\n  transform:translateY(-7px);\n  box-shadow:0 0 36px rgba(0,200,240,.14), var(--c-shadow-hv);\n}\n.wbvip-per-num {\n  width:36px; height:36px;\n  margin:0 auto 12px;\n  background:linear-gradient(135deg,var(--c-primary),var(--c-primary-dk));\n  border-radius:50%;\n  display:flex; align-items:center; justify-content:center;\n  font-weight:900; font-size:15px; color:#fff;\n  box-shadow:0 4px 14px rgba(0,200,240,.38);\n}\n.wbvip-per-emoji { font-size:38px; display:block; margin-bottom:12px; }\n.wbvip-per-title {\n  font-family:var(--f-display);\n  font-size:20px; font-weight:700;\n  color:var(--c-primary-dk);\n  margin-bottom:8px;\n}\n.wbvip-per-desc { font-size:13px; color:var(--c-muted); line-height:1.65; }\n\n.wbvip-per-arrow {\n  font-size:28px;\n  color:var(--c-gold);\n  padding:0 14px;\n  font-weight:700;\n  display:flex;\n  align-items:center;\n  flex-shrink:0;\n}\n\n\/* mini game cards *\/\n.wbvip-games {\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));\n  gap:18px;\n  margin-top:36px;\n}\n.wbvip-gcard {\n  background:var(--c-bg-card);\n  border:1px solid var(--c-border);\n  border-radius:var(--r-lg);\n  padding:26px;\n  display:flex; align-items:center; gap:18px;\n  transition:var(--tr);\n  box-shadow:var(--c-shadow);\n}\n.wbvip-gcard:hover {\n  border-color:var(--c-border-hv);\n  transform:translateX(6px);\n  box-shadow:var(--c-shadow-hv);\n}\n.wbvip-gcard-ico {\n  width:62px; height:62px; min-width:62px;\n  background:var(--c-bg-alt);\n  border:1px solid var(--c-border);\n  border-radius:var(--r-sm);\n  display:flex; align-items:center; justify-content:center;\n  font-size:28px;\n  transition:var(--tr);\n}\n.wbvip-gcard:hover .wbvip-gcard-ico {\n  border-color:var(--c-primary);\n  background:var(--c-primary-lt);\n}\n.wbvip-gcard-name { font-size:16px; font-weight:800; color:var(--c-text); margin-bottom:5px; }\n.wbvip-gcard-desc { font-size:13px; color:var(--c-muted); line-height:1.55; }\n.wbvip-chip {\n  display:inline-flex;\n  margin-top:8px; padding:4px 12px;\n  background:var(--c-primary-lt);\n  border:1px solid rgba(0,200,240,.3);\n  border-radius:100px;\n  font-size:10.5px; color:var(--c-primary-dk);\n  font-weight:800; letter-spacing:.8px; text-transform:uppercase;\n}\n\n\/* ================================================================\n   \u00a7 4  COMPARISON TABLE\n   ================================================================ *\/\n.wbvip-compare {\n  background:var(--c-bg-alt);\n  padding:96px 0;\n  position:relative;\n}\n.wbvip-compare::before {\n  content:'';\n  position:absolute; top:-1px; left:0; right:0; height:1px;\n  background:linear-gradient(90deg,transparent,var(--c-primary),transparent);\n}\n\n.wbvip-table-wrap {\n  margin-top:52px;\n  border-radius:var(--r-lg);\n  border:1px solid var(--c-border);\n  overflow:hidden;\n  box-shadow:var(--c-shadow);\n}\n.wbvip-table { width:100%; border-collapse:collapse; background:var(--c-bg-card); }\n.wbvip-table thead tr { background:var(--c-bg-inset); }\n.wbvip-table th {\n  padding:18px 22px;\n  text-align:center;\n  font-size:12px; font-weight:800;\n  letter-spacing:1.5px; text-transform:uppercase;\n  border-bottom:2px solid var(--c-border);\n  color:var(--c-muted);\n}\n.wbvip-table th:first-child { text-align:left; }\n.wbvip-table th.th-vip {\n  color: #B07000;\n  background: var(--c-gold-bg);\n  border-left:2px solid var(--c-border-gd);\n  border-right:2px solid var(--c-border-gd);\n}\n.wbvip-table td {\n  padding:15px 22px;\n  border-bottom:1px solid rgba(0,200,240,.08);\n  font-size:14px;\n  text-align:center;\n  color:var(--c-text-md);\n}\n.wbvip-table td:first-child { text-align:left; font-weight:700; color:var(--c-text); }\n.wbvip-table tbody tr:hover { background:rgba(0,200,240,.03); }\n.wbvip-table tbody tr:last-child td { border-bottom:none; }\n.wbvip-table td.td-vip {\n  background: rgba(255,248,230,.5);\n  border-left:1px solid var(--c-border-gd);\n  border-right:1px solid var(--c-border-gd);\n  font-weight:700;\n}\n.wbvip-tick-gold { color:#C07800; font-size:15px; font-weight:800; }\n.wbvip-cross     { color:rgba(0,0,0,.18); font-size:17px; }\n\n\/* ================================================================\n   \u00a7 5  HOW TO JOIN\n   ================================================================ *\/\n.wbvip-join {\n  background:var(--c-bg);\n  padding:96px 0;\n  position:relative;\n  overflow:hidden;\n}\n.wbvip-join::before {\n  content:'';\n  position:absolute; inset:0;\n  background:radial-gradient(ellipse 60% 40% at 50% 100%, rgba(0,200,240,.06) 0%, transparent 70%);\n  pointer-events:none;\n}\n\n.wbvip-tabs {\n  display:flex;\n  justify-content:center;\n  gap:8px;\n  margin:46px 0 38px;\n  flex-wrap:wrap;\n}\n.wbvip-tbtn {\n  padding:11px 26px;\n  border-radius:100px;\n  border:1.5px solid var(--c-border);\n  background:transparent;\n  color:var(--c-muted);\n  font-family:var(--f-body);\n  font-size:13.5px; font-weight:800;\n  cursor:pointer; transition:var(--tr);\n}\n.wbvip-tbtn:hover,\n.wbvip-tbtn.active {\n  background:var(--c-primary);\n  color:#fff;\n  border-color:var(--c-primary);\n  box-shadow:0 4px 20px rgba(0,200,240,.28);\n}\n\n.wbvip-tcontent { display:none; }\n.wbvip-tcontent.active { display:block; }\n\n.wbvip-steps {\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n  gap:20px;\n  position:relative;\n}\n.wbvip-steps::before {\n  content:'';\n  position:absolute;\n  top:40px; left:13%; right:13%;\n  height:2px;\n  background:linear-gradient(90deg,var(--c-primary),var(--c-gold),var(--c-primary));\n  opacity:.18; z-index:0;\n}\n.wbvip-scard {\n  background:var(--c-bg-card);\n  border:1px solid var(--c-border);\n  border-radius:var(--r-lg);\n  padding:34px 22px;\n  text-align:center;\n  position:relative; z-index:1;\n  transition:var(--tr);\n  box-shadow:var(--c-shadow);\n}\n.wbvip-scard:hover {\n  border-color:var(--c-primary);\n  transform:translateY(-7px);\n  box-shadow:var(--c-shadow-hv);\n}\n.wbvip-scard-num {\n  width:52px; height:52px;\n  margin:0 auto 18px;\n  background:linear-gradient(135deg,var(--c-primary),var(--c-primary-dk));\n  border-radius:50%;\n  display:flex; align-items:center; justify-content:center;\n  font-family:var(--f-display);\n  font-size:20px; font-weight:700; color:#fff;\n  box-shadow:0 6px 22px rgba(0,200,240,.38);\n  position:relative; z-index:1;\n}\n.wbvip-scard-title { font-size:15px; font-weight:800; color:var(--c-text); margin-bottom:9px; }\n.wbvip-scard-desc  { font-size:13px; color:var(--c-muted); line-height:1.65; }\n\n\/* ================================================================\n   \u00a7 6  TESTIMONIALS\n   ================================================================ *\/\n.wbvip-testi {\n  background:var(--c-bg-alt);\n  padding:96px 0;\n  position:relative;\n  overflow:hidden;\n}\n.wbvip-testi::before {\n  content:'';\n  position:absolute; top:-1px; left:0; right:0; height:1px;\n  background:linear-gradient(90deg,transparent,rgba(245,168,0,.55),transparent);\n}\n\n.wbvip-tgrid {\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(265px,1fr));\n  gap:20px;\n  margin-top:52px;\n}\n.wbvip-tcard {\n  background:var(--c-bg-card);\n  border:1px solid var(--c-border);\n  border-radius:var(--r-lg);\n  padding:28px;\n  position:relative;\n  overflow:hidden;\n  transition:var(--tr);\n  box-shadow:var(--c-shadow);\n}\n.wbvip-tcard::before {\n  content:'\\201C';\n  position:absolute; top:-14px; right:16px;\n  font-family:Georgia,serif;\n  font-size:110px;\n  color:rgba(0,200,240,.07);\n  line-height:1; pointer-events:none;\n}\n.wbvip-tcard:hover {\n  border-color:var(--c-border-hv);\n  transform:translateY(-7px);\n  box-shadow:var(--c-shadow-hv);\n}\n.wbvip-stars   { color:var(--c-gold); font-size:14px; letter-spacing:2px; margin-bottom:13px; display:block; }\n.wbvip-ttext   { font-size:14px; color:var(--c-text-md); line-height:1.75; margin-bottom:20px; font-style:italic; }\n.wbvip-tauthor { display:flex; align-items:center; gap:12px; }\n.wbvip-tavatar {\n  width:42px; height:42px;\n  border-radius:50%;\n  background:linear-gradient(135deg,var(--c-primary),var(--c-gold));\n  display:flex; align-items:center; justify-content:center;\n  font-weight:900; font-size:15px; color:#fff;\n  flex-shrink:0;\n}\n.wbvip-tname  { font-weight:800; font-size:14px; color:var(--c-text); }\n.wbvip-tloc   { font-size:12px; color:var(--c-primary-dk); font-weight:700; margin-top:2px; }\n\n\/* ================================================================\n   \u00a7 7  TRUST BADGES\n   ================================================================ *\/\n.wbvip-trust {\n  background:var(--c-bg);\n  padding:52px 0;\n  border-top:1px solid var(--c-border);\n  border-bottom:1px solid var(--c-border);\n}\n.wbvip-trust-inner {\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:38px;\n  flex-wrap:wrap;\n}\n.wbvip-trust-item {\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  gap:7px; text-align:center;\n}\n.wbvip-trust-ico { font-size:28px; }\n.wbvip-trust-lbl { font-size:11px; font-weight:800; color:var(--c-muted); letter-spacing:1px; text-transform:uppercase; }\n\n\/* ================================================================\n   \u00a7 8  FAQ\n   ================================================================ *\/\n.wbvip-faq {\n  background:var(--c-bg);\n  padding:96px 0;\n}\n.wbvip-faq-list { max-width:820px; margin:52px auto 0; }\n.wbvip-faq-item {\n  background:var(--c-bg-card);\n  border:1px solid var(--c-border);\n  border-radius:var(--r-sm);\n  margin-bottom:10px;\n  overflow:hidden;\n  transition:var(--tr);\n  box-shadow:var(--c-shadow);\n}\n.wbvip-faq-item.open {\n  border-color:var(--c-primary);\n  box-shadow:0 0 0 3px rgba(0,200,240,.06), var(--c-shadow);\n}\n.wbvip-faq-q {\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:14px;\n  padding:20px 22px;\n  cursor:pointer;\n  font-size:15px; font-weight:700;\n  color:var(--c-text);\n  user-select:none;\n  transition:color .25s;\n}\n.wbvip-faq-q:hover { color:var(--c-primary-dk); }\n.wbvip-faq-ico {\n  width:28px; height:28px; min-width:28px;\n  background:var(--c-bg-alt);\n  border:1px solid var(--c-border);\n  border-radius:50%;\n  display:flex; align-items:center; justify-content:center;\n  font-size:18px; font-weight:900;\n  color:var(--c-primary-dk);\n  transition:var(--tr);\n}\n.wbvip-faq-item.open .wbvip-faq-ico {\n  transform:rotate(45deg);\n  background:var(--c-primary);\n  color:#fff;\n  border-color:var(--c-primary);\n}\n.wbvip-faq-a {\n  padding:0 22px;\n  max-height:0; overflow:hidden;\n  transition:max-height .4s cubic-bezier(.4,0,.2,1), padding .3s;\n  font-size:14px;\n  color:var(--c-muted);\n  line-height:1.8;\n}\n.wbvip-faq-item.open .wbvip-faq-a { max-height:320px; padding:0 22px 20px; }\n\n\/* ================================================================\n   \u00a7 9  FINAL CTA  \u2014  Cyan brand gradient to match footer feel\n   ================================================================ *\/\n.wbvip-cta {\n  position:relative;\n  padding:120px 0;\n  text-align:center;\n  overflow:hidden;\n}\n.wbvip-cta-bg {\n  position:absolute; inset:0;\n  background: linear-gradient(135deg, #00B4D8 0%, #0096B4 50%, #007BA0 100%);\n  z-index:0;\n}\n\/* Subtle pattern on top of cyan bg *\/\n.wbvip-cta-bg::before {\n  content:'';\n  position:absolute; inset:0;\n  background-image: radial-gradient(rgba(255,255,255,.07) 1.5px, transparent 1.5px);\n  background-size:30px 30px;\n}\n.wbvip-cta-bg::after {\n  content:'';\n  position:absolute;\n  bottom:-120px; right:-120px;\n  width:500px; height:500px;\n  background:radial-gradient(circle, rgba(255,255,255,.10) 0%, transparent 65%);\n  border-radius:50%;\n}\n\n.wbvip-cta-inner { position:relative; z-index:1; max-width:740px; margin:0 auto; }\n\n\/* Override tag colour for cyan bg *\/\n.wbvip-cta-inner .wbvip-tag {\n  background:rgba(255,255,255,.15);\n  border-color:rgba(255,255,255,.3);\n  color:#fff;\n}\n.wbvip-cta-inner .wbvip-tag .dot { background:#fff; }\n\n.wbvip-cta-title {\n  font-family:var(--f-display);\n  font-size:clamp(30px,5vw,58px);\n  font-weight:900;\n  color:#fff;\n  line-height:1.08;\n  margin-bottom:18px;\n}\n.wbvip-cta-accent {\n  background:linear-gradient(135deg,#FFD060,#FFB800);\n  -webkit-background-clip:text; -webkit-text-fill-color:transparent;\n  background-clip:text;\n}\n.wbvip-cta-sub {\n  font-size:clamp(14px,1.8vw,17px);\n  color:rgba(255,255,255,.82);\n  max-width:600px;\n  margin:0 auto 36px;\n  line-height:1.75;\n}\n.wbvip-cta-note {\n  margin-top:20px;\n  font-size:12.5px;\n  color:rgba(255,255,255,.72);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:22px;\n  flex-wrap:wrap;\n}\n.wbvip-cta-note span {\n  font-weight:800;\n  color:#fff;\n  display:flex;\n  align-items:center;\n  gap:5px;\n}\n\n\/* Adjust CTA buttons on cyan bg *\/\n.wbvip-cta-inner .wbvip-btn-gold {\n  background:linear-gradient(135deg,#FFD060 0%,#FFB800 100%);\n  color:#0A0500;\n  box-shadow:0 8px 32px rgba(0,0,0,.25);\n}\n.wbvip-cta-inner .wbvip-btn-gold:hover {\n  transform:translateY(-3px) scale(1.02);\n  box-shadow:0 14px 40px rgba(0,0,0,.3);\n}\n.wbvip-cta-inner .wbvip-btn-outline {\n  border-color:rgba(255,255,255,.7);\n  color:#fff;\n}\n.wbvip-cta-inner .wbvip-btn-outline:hover {\n  background:rgba(255,255,255,.15);\n}\n\n\/* ================================================================\n   KEYFRAMES\n   ================================================================ *\/\n@keyframes wbvip-fadeup  { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:none} }\n@keyframes wbvip-float   { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-18px)} }\n@keyframes wbvip-blink   { 0%,100%{opacity:1} 50%{opacity:.25} }\n\n\/* ================================================================\n   RESPONSIVE\n   ================================================================ *\/\n@media (max-width:820px) {\n  .wbvip-benefits, .wbvip-coins, .wbvip-compare,\n  .wbvip-join, .wbvip-testi, .wbvip-faq, .wbvip-cta { padding:68px 0; }\n  .wbvip-per { flex-direction:column; align-items:center; }\n  .wbvip-per-arrow { transform:rotate(90deg); padding:10px 0; }\n  .wbvip-per-box { max-width:300px; width:100%; }\n  .wbvip-steps::before { display:none; }\n  .wbvip-hero-btns { flex-direction:column; align-items:center; }\n  .wbvip-btn { width:100%; max-width:320px; }\n  .wbvip-hstat { padding:0 18px; }\n}\n@media (max-width:520px) {\n  .wbvip-wrap { padding:0 16px; }\n  .wbvip-hero { padding:70px 0 60px; }\n  .wbvip-hstat + .wbvip-hstat::before { display:none; }\n  .wbvip-stats-bar { gap:16px; border-top:none; padding-top:24px; }\n  .wbvip-cta-note { flex-direction:column; gap:10px; }\n}\n<\/style>\n\n<!-- ============================================================\n     PAGE MARKUP\n     ============================================================ -->\n<div class=\"wbvip-page\" itemscope itemtype=\"https:\/\/schema.org\/WebPage\">\n\n  <!-- ===== \u00a7 1  HERO ===== -->\n  <section class=\"wbvip-hero\" aria-label=\"Winbox VIP hero\">\n    <div class=\"wbvip-hero-dots\" aria-hidden=\"true\"><\/div>\n    <div class=\"wbvip-orb wbvip-orb-1\" aria-hidden=\"true\"><\/div>\n    <div class=\"wbvip-orb wbvip-orb-2\" aria-hidden=\"true\"><\/div>\n    <div class=\"wbvip-orb wbvip-orb-3\" aria-hidden=\"true\"><\/div>\n\n    <div class=\"wbvip-wrap\">\n      <div class=\"wbvip-hero-inner\">\n        <div class=\"wbvip-tag wbvip-hero-eyebrow\">\n          <span class=\"dot\"><\/span> Malaysia&#8217;s #1 No-Deposit VIP Programme <span class=\"dot\"><\/span>\n        <\/div>\n\n        <h1 class=\"wbvip-h1\">\n          <span class=\"wbvip-grad\">Winbox<\/span><br>\n          <span class=\"wbvip-gold\">VIP<\/span>\n        <\/h1>\n\n        <p class=\"wbvip-hero-sub\">Real Rewards for Real Players<\/p>\n\n        <p class=\"wbvip-hero-desc\">\n          Unlock <strong>exclusive bonuses, daily rescue rewards<\/strong> and personalised VIP service\n          designed for players who deserve more. Membership is <strong>completely FREE<\/strong> \u2014 no high spending required.\n        <\/p>\n\n        <div class=\"wbvip-hero-btns\">\n          <a href=\"#wbvip-join\" class=\"wbvip-btn wbvip-btn-gold wbvip-btn-xl\">\ud83d\ude80 Upgrade to VIP Now<\/a>\n          <a href=\"#wbvip-benefits\" class=\"wbvip-btn wbvip-btn-outline wbvip-btn-xl\">Explore Benefits<\/a>\n        <\/div>\n\n        <div class=\"wbvip-stats-bar\">\n          <div class=\"wbvip-hstat\">\n            <span class=\"wbvip-hstat-val\">RM88,888<\/span>\n            <div class=\"wbvip-hstat-lbl\">Daily Rescue Bonus<\/div>\n          <\/div>\n          <div class=\"wbvip-hstat\">\n            <span class=\"wbvip-hstat-val\">RM288,888<\/span>\n            <div class=\"wbvip-hstat-lbl\">Monthly VIP Bonus<\/div>\n          <\/div>\n          <div class=\"wbvip-hstat\">\n            <span class=\"wbvip-hstat-val\">FREE<\/span>\n            <div class=\"wbvip-hstat-lbl\">Membership Cost<\/div>\n          <\/div>\n          <div class=\"wbvip-hstat\">\n            <span class=\"wbvip-hstat-val\">24\/7<\/span>\n            <div class=\"wbvip-hstat-lbl\">VIP Support<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== \u00a7 2  BENEFITS ===== -->\n  <section class=\"wbvip-benefits\" id=\"wbvip-benefits\" aria-labelledby=\"wbvip-bh2\">\n    <div class=\"wbvip-wrap\">\n      <div class=\"wbvip-center wbvip-reveal\">\n        <span class=\"wbvip-tag\">Exclusive VIP Privileges<\/span>\n        <h2 class=\"wbvip-h2\" id=\"wbvip-bh2\">Everything You Get as a <span class=\"wbvip-grad\">Winbox VIP<\/span><\/h2>\n        <div class=\"wbvip-rule\"><\/div>\n        <p class=\"wbvip-lead\" style=\"margin-top:18px\">\n          From daily cash-back to surprise gifts \u2014 every privilege is designed to make your gaming richer, fairer, and more rewarding than ever before.\n        <\/p>\n      <\/div>\n      <div class=\"wbvip-benefits-grid\">\n        <article class=\"wbvip-bcard wbvip-reveal wbvip-d1\">\n          <div class=\"wbvip-bcard-icon\" aria-hidden=\"true\">\ud83d\udee1\ufe0f<\/div>\n          <span class=\"wbvip-bcard-val\">Up to RM88,888<\/span>\n          <h3 class=\"wbvip-bcard-name\">Daily Rescue Bonus<\/h3>\n          <p class=\"wbvip-bcard-desc\">Had a rough session? Winbox has your back. VIPs receive a daily rescue bonus of up to RM88,888 to keep your momentum and confidence going strong.<\/p>\n        <\/article>\n        <article class=\"wbvip-bcard wbvip-reveal wbvip-d2\">\n          <div class=\"wbvip-bcard-icon\" aria-hidden=\"true\">\ud83d\udcb0<\/div>\n          <span class=\"wbvip-bcard-val\">Up to RM288,888<\/span>\n          <h3 class=\"wbvip-bcard-name\">Monthly VIP Bonus<\/h3>\n          <p class=\"wbvip-bcard-desc\">Powered by Lucky365, loyal VIP players receive meaningful monthly bonuses up to RM288,888 \u2014 a real return based on your activity and dedication.<\/p>\n        <\/article>\n        <article class=\"wbvip-bcard wbvip-reveal wbvip-d3\">\n          <div class=\"wbvip-bcard-icon\" aria-hidden=\"true\">\ud83c\udf81<\/div>\n          <span class=\"wbvip-bcard-val\">Exclusive Gifts<\/span>\n          <h3 class=\"wbvip-bcard-name\">Surprise Red Packets<\/h3>\n          <p class=\"wbvip-bcard-desc\">Festive giveaways and surprise red packets reserved exclusively for VIP members \u2014 rewards that arrive exactly when you need them most.<\/p>\n        <\/article>\n        <article class=\"wbvip-bcard wbvip-reveal wbvip-d4\">\n          <div class=\"wbvip-bcard-icon\" aria-hidden=\"true\">\ud83c\udfa7<\/div>\n          <span class=\"wbvip-bcard-val\">Dedicated Team<\/span>\n          <h3 class=\"wbvip-bcard-name\">Personalised VIP Support<\/h3>\n          <p class=\"wbvip-bcard-desc\">Priority withdrawals, faster cash-outs, and a real support team that knows you personally \u2014 responding quickly with genuine care for every VIP.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== \u00a7 3  COIN SYSTEM ===== -->\n  <section class=\"wbvip-coins\" id=\"wbvip-coins\" aria-labelledby=\"wbvip-ch2\">\n    <div class=\"wbvip-coins-wm\" aria-hidden=\"true\">VIP<\/div>\n    <div class=\"wbvip-wrap\">\n      <div class=\"wbvip-center wbvip-reveal\">\n        <span class=\"wbvip-tag\">Winbox Coin Rewards<\/span>\n        <h2 class=\"wbvip-h2\" id=\"wbvip-ch2\">\n          <span class=\"wbvip-gold\">Play<\/span> &bull; <span class=\"wbvip-grad\">Earn<\/span> &bull; <span class=\"wbvip-gold\">Redeem<\/span>\n        <\/h2>\n        <div class=\"wbvip-rule\"><\/div>\n        <p class=\"wbvip-lead\" style=\"margin-top:18px\">\n          VIP members earn exclusive <strong style=\"color:var(--c-primary-dk)\">Winbox Coins<\/strong> by playing free daily mini games \u2014 then redeem them for FREE credit or real cash. No deposit needed.\n        <\/p>\n      <\/div>\n\n      <div class=\"wbvip-per wbvip-reveal\">\n        <div class=\"wbvip-per-box\">\n          <div class=\"wbvip-per-num\">1<\/div>\n          <span class=\"wbvip-per-emoji\" aria-hidden=\"true\">\ud83c\udfae<\/span>\n          <div class=\"wbvip-per-title\">PLAY<\/div>\n          <p class=\"wbvip-per-desc\">Log in daily and enjoy free VIP mini games. Zero deposit, zero risk \u2014 purely for fun and rewards.<\/p>\n        <\/div>\n        <div class=\"wbvip-per-arrow\" aria-hidden=\"true\">&#8594;<\/div>\n        <div class=\"wbvip-per-box\">\n          <div class=\"wbvip-per-num\">2<\/div>\n          <span class=\"wbvip-per-emoji\" aria-hidden=\"true\">\ud83e\ude99<\/span>\n          <div class=\"wbvip-per-title\">EARN<\/div>\n          <p class=\"wbvip-per-desc\">Collect Winbox Coins for every game completed. The more consistently you play, the more you earn.<\/p>\n        <\/div>\n        <div class=\"wbvip-per-arrow\" aria-hidden=\"true\">&#8594;<\/div>\n        <div class=\"wbvip-per-box\">\n          <div class=\"wbvip-per-num\">3<\/div>\n          <span class=\"wbvip-per-emoji\" aria-hidden=\"true\">\ud83d\udcb5<\/span>\n          <div class=\"wbvip-per-title\">REDEEM<\/div>\n          <p class=\"wbvip-per-desc\">Exchange coins for free credit to place bets on any game, or withdraw them as actual real cash.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"wbvip-center wbvip-reveal\" style=\"margin-bottom:22px\">\n        <h3 class=\"wbvip-h2\" style=\"font-size:clamp(20px,2.5vw,28px);margin-bottom:6px\">VIP Mini Games \u2014 Available Now<\/h3>\n        <p style=\"font-size:13px;color:var(--c-muted)\">Each game resets daily. Log in every day to collect the maximum coins.<\/p>\n      <\/div>\n\n      <div class=\"wbvip-games\">\n        <div class=\"wbvip-gcard wbvip-reveal\">\n          <div class=\"wbvip-gcard-ico\" aria-hidden=\"true\">\ud83e\udd91<\/div>\n          <div>\n            <div class=\"wbvip-gcard-name\">Squid Game Challenge<\/div>\n            <div class=\"wbvip-gcard-desc\">Stay in the game, survive every round, and claim your Winbox Coins at the finish.<\/div>\n            <span class=\"wbvip-chip\">Daily Free Play<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"wbvip-gcard wbvip-reveal wbvip-d1\">\n          <div class=\"wbvip-gcard-ico\" aria-hidden=\"true\">\ud83c\udfcd\ufe0f<\/div>\n          <div>\n            <div class=\"wbvip-gcard-name\">Marc M\u00e1rquez Card Game<\/div>\n            <div class=\"wbvip-gcard-desc\">Find the correct odds across 10 rounds per day \u2014 earn 1 coin for every right pick.<\/div>\n            <span class=\"wbvip-chip\">10 Rounds Daily<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== \u00a7 4  COMPARISON TABLE ===== -->\n  <section class=\"wbvip-compare\" id=\"wbvip-compare\" aria-labelledby=\"wbvip-comph2\">\n    <div class=\"wbvip-wrap\">\n      <div class=\"wbvip-center wbvip-reveal\">\n        <span class=\"wbvip-tag\">Side-by-Side Comparison<\/span>\n        <h2 class=\"wbvip-h2\" id=\"wbvip-comph2\">\n          Regular Player <span class=\"wbvip-grad\">vs<\/span> <span class=\"wbvip-gold\">Winbox VIP<\/span>\n        <\/h2>\n        <div class=\"wbvip-rule\"><\/div>\n        <p class=\"wbvip-lead\" style=\"margin-top:18px\">\n          See exactly what you gain as a VIP \u2014 and what regular players miss out on every single day.\n        <\/p>\n      <\/div>\n      <div class=\"wbvip-table-wrap wbvip-reveal\">\n        <table class=\"wbvip-table\" role=\"table\" aria-label=\"VIP vs Regular player feature comparison\">\n          <thead>\n            <tr>\n              <th scope=\"col\">Feature<\/th>\n              <th scope=\"col\">Regular Player<\/th>\n              <th scope=\"col\" class=\"th-vip\">\u2b50 Winbox VIP<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>Daily Rescue Bonus<\/td>\n              <td><span class=\"wbvip-cross\" aria-label=\"Not available\">\u2717<\/span><\/td>\n              <td class=\"td-vip\"><span class=\"wbvip-tick-gold\">\u2714<\/span> Up to RM88,888<\/td>\n            <\/tr>\n            <tr>\n              <td>Monthly VIP Bonus<\/td>\n              <td><span class=\"wbvip-cross\">\u2717<\/span><\/td>\n              <td class=\"td-vip\"><span class=\"wbvip-tick-gold\">\u2714<\/span> Up to RM288,888<\/td>\n            <\/tr>\n            <tr>\n              <td>Daily Winbox Coin Earnings<\/td>\n              <td><span class=\"wbvip-cross\">\u2717<\/span><\/td>\n              <td class=\"td-vip\"><span class=\"wbvip-tick-gold\">\u2714<\/span> Every Day<\/td>\n            <\/tr>\n            <tr>\n              <td>Redeem Coins for Free Credit<\/td>\n              <td><span class=\"wbvip-cross\">\u2717<\/span><\/td>\n              <td class=\"td-vip\"><span class=\"wbvip-tick-gold\">\u2714<\/span> Yes<\/td>\n            <\/tr>\n            <tr>\n              <td>VIP-Exclusive Promotions<\/td>\n              <td><span class=\"wbvip-cross\">\u2717<\/span><\/td>\n              <td class=\"td-vip\"><span class=\"wbvip-tick-gold\">\u2714<\/span> Full Access<\/td>\n            <\/tr>\n            <tr>\n              <td>Surprise Red Packets<\/td>\n              <td><span class=\"wbvip-cross\">\u2717<\/span><\/td>\n              <td class=\"td-vip\"><span class=\"wbvip-tick-gold\">\u2714<\/span> Included<\/td>\n            <\/tr>\n            <tr>\n              <td>Daily Free Spins<\/td>\n              <td><span class=\"wbvip-cross\">\u2717<\/span><\/td>\n              <td class=\"td-vip\"><span class=\"wbvip-tick-gold\">\u2714<\/span> 1 Spin per RM30 Deposit<\/td>\n            <\/tr>\n            <tr>\n              <td>Priority Withdrawals<\/td>\n              <td><span class=\"wbvip-cross\">\u2717<\/span><\/td>\n              <td class=\"td-vip\"><span class=\"wbvip-tick-gold\">\u2714<\/span> Faster Processing<\/td>\n            <\/tr>\n            <tr>\n              <td>Dedicated Account Manager<\/td>\n              <td><span class=\"wbvip-cross\">\u2717<\/span><\/td>\n              <td class=\"td-vip\"><span class=\"wbvip-tick-gold\">\u2714<\/span> 24\/7 Personal Support<\/td>\n            <\/tr>\n            <tr>\n              <td>Membership Fee<\/td>\n              <td style=\"color:var(--c-muted)\">\u2014<\/td>\n              <td class=\"td-vip\"><span class=\"wbvip-tick-gold\">\u2714<\/span> <strong>100% FREE<\/strong><\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== \u00a7 5  HOW TO JOIN ===== -->\n  <section class=\"wbvip-join\" id=\"wbvip-join\" aria-labelledby=\"wbvip-jh2\">\n    <div class=\"wbvip-wrap\">\n      <div class=\"wbvip-center wbvip-reveal\">\n        <span class=\"wbvip-tag\">Get Started Today<\/span>\n        <h2 class=\"wbvip-h2\" id=\"wbvip-jh2\">How to Become a <span class=\"wbvip-grad\">Winbox VIP<\/span><\/h2>\n        <div class=\"wbvip-rule\"><\/div>\n        <p class=\"wbvip-lead\" style=\"margin-top:18px\">\n          No high spending. No complicated requirements. Just follow these simple steps and start enjoying VIP rewards immediately.\n        <\/p>\n      <\/div>\n\n      <div class=\"wbvip-tabs\" role=\"tablist\">\n        <button class=\"wbvip-tbtn active\" onclick=\"wbvipTab(this,'new')\" role=\"tab\" aria-selected=\"true\" aria-controls=\"wbvip-tab-new\">\ud83c\udd95 I&#8217;m a New Player<\/button>\n        <button class=\"wbvip-tbtn\" onclick=\"wbvipTab(this,'existing')\" role=\"tab\" aria-selected=\"false\" aria-controls=\"wbvip-tab-existing\">\ud83d\udd04 I Have an Existing Account<\/button>\n      <\/div>\n\n      <div class=\"wbvip-tcontent active\" id=\"wbvip-tab-new\" role=\"tabpanel\">\n        <div class=\"wbvip-steps\">\n          <div class=\"wbvip-scard wbvip-reveal\">\n            <div class=\"wbvip-scard-num\" aria-label=\"Step 1\">1<\/div>\n            <h3 class=\"wbvip-scard-title\">Visit the Winbox VIP Site<\/h3>\n            <p class=\"wbvip-scard-desc\">Head to the official Winbox VIP registration page and click &#8220;Register&#8221; to begin your VIP journey.<\/p>\n          <\/div>\n          <div class=\"wbvip-scard wbvip-reveal wbvip-d1\">\n            <div class=\"wbvip-scard-num\" aria-label=\"Step 2\">2<\/div>\n            <h3 class=\"wbvip-scard-title\">Fill In Your Details<\/h3>\n            <p class=\"wbvip-scard-desc\">Enter your UID, password, and phone number. Click &#8220;Check&#8221; to confirm your UID is unique and available.<\/p>\n          <\/div>\n          <div class=\"wbvip-scard wbvip-reveal wbvip-d2\">\n            <div class=\"wbvip-scard-num\" aria-label=\"Step 3\">3<\/div>\n            <h3 class=\"wbvip-scard-title\">Verify with OTP<\/h3>\n            <p class=\"wbvip-scard-desc\">Enter the one-time passcode sent to your mobile number to securely complete your registration.<\/p>\n          <\/div>\n          <div class=\"wbvip-scard wbvip-reveal wbvip-d3\">\n            <div class=\"wbvip-scard-num\" aria-label=\"Step 4\">4<\/div>\n            <h3 class=\"wbvip-scard-title\">Welcome to VIP!<\/h3>\n            <p class=\"wbvip-scard-desc\">You&#8217;re now an official Winbox VIP. Log in, play daily mini games, collect coins, and claim your exclusive rewards.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"wbvip-tcontent\" id=\"wbvip-tab-existing\" role=\"tabpanel\">\n        <div class=\"wbvip-steps\">\n          <div class=\"wbvip-scard wbvip-reveal\">\n            <div class=\"wbvip-scard-num\" aria-label=\"Step 1\">1<\/div>\n            <h3 class=\"wbvip-scard-title\">Visit the VIP Portal<\/h3>\n            <p class=\"wbvip-scard-desc\">Navigate to the Winbox VIP upgrade portal and click &#8220;Register&#8221; to begin your eligibility check.<\/p>\n          <\/div>\n          <div class=\"wbvip-scard wbvip-reveal wbvip-d1\">\n            <div class=\"wbvip-scard-num\" aria-label=\"Step 2\">2<\/div>\n            <h3 class=\"wbvip-scard-title\">Enter Your Existing UID<\/h3>\n            <p class=\"wbvip-scard-desc\">Submit your current Winbox UID and password to verify your account and check VIP upgrade eligibility.<\/p>\n          <\/div>\n          <div class=\"wbvip-scard wbvip-reveal wbvip-d2\">\n            <div class=\"wbvip-scard-num\" aria-label=\"Step 3\">3<\/div>\n            <h3 class=\"wbvip-scard-title\">Contact Our Support Team<\/h3>\n            <p class=\"wbvip-scard-desc\">If eligible, reach out to our Customer Support via WhatsApp to finalise your VIP account upgrade quickly.<\/p>\n          <\/div>\n          <div class=\"wbvip-scard wbvip-reveal wbvip-d3\">\n            <div class=\"wbvip-scard-num\" aria-label=\"Step 4\">4<\/div>\n            <h3 class=\"wbvip-scard-title\">Enjoy VIP Privileges!<\/h3>\n            <p class=\"wbvip-scard-desc\">Your account is upgraded. Start collecting Winbox Coins, claim your bonuses, and enjoy the full VIP treatment.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"wbvip-center\" style=\"margin-top:46px\">\n        <a href=\"#\" class=\"wbvip-btn wbvip-btn-gold wbvip-btn-xl\">\ud83d\ude80 Join Winbox VIP \u2014 It&#8217;s FREE<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== \u00a7 6  TESTIMONIALS ===== -->\n  <section class=\"wbvip-testi\" aria-labelledby=\"wbvip-th2\">\n    <div class=\"wbvip-wrap\">\n      <div class=\"wbvip-center wbvip-reveal\">\n        <span class=\"wbvip-tag\">Real Member Reviews<\/span>\n        <h2 class=\"wbvip-h2\" id=\"wbvip-th2\">What Winbox VIPs <span class=\"wbvip-grad\">Are Saying<\/span><\/h2>\n        <div class=\"wbvip-rule\"><\/div>\n        <p class=\"wbvip-lead\" style=\"margin-top:18px\">Trusted by thousands of players across Malaysia. Here&#8217;s what real VIP members say about their experience.<\/p>\n      <\/div>\n      <div class=\"wbvip-tgrid\">\n        <article class=\"wbvip-tcard wbvip-reveal\">\n          <span class=\"wbvip-stars\" aria-label=\"5 stars\">\u2605\u2605\u2605\u2605\u2605<\/span>\n          <p class=\"wbvip-ttext\">&#8220;I never imagined I could earn real credit just by playing mini games for free. It&#8217;s honestly the best VIP programme I&#8217;ve joined \u2014 and it doesn&#8217;t cost a single cent!&#8221;<\/p>\n          <div class=\"wbvip-tauthor\">\n            <div class=\"wbvip-tavatar\" aria-hidden=\"true\">M<\/div>\n            <div>\n              <div class=\"wbvip-tname\">Michael Chan<\/div>\n              <div class=\"wbvip-tloc\">VIP Member \u00b7 Kuala Lumpur<\/div>\n            <\/div>\n          <\/div>\n        <\/article>\n        <article class=\"wbvip-tcard wbvip-reveal wbvip-d1\">\n          <span class=\"wbvip-stars\" aria-label=\"5 stars\">\u2605\u2605\u2605\u2605\u2605<\/span>\n          <p class=\"wbvip-ttext\">&#8220;The free spins are incredible! Every RM30 I top up gives me extra coins. The daily rescue bonus has literally saved my sessions multiple times. Winbox VIP really gives back.&#8221;<\/p>\n          <div class=\"wbvip-tauthor\">\n            <div class=\"wbvip-tavatar\" aria-hidden=\"true\">N<\/div>\n            <div>\n              <div class=\"wbvip-tname\">Nazmi Adam<\/div>\n              <div class=\"wbvip-tloc\">VIP Member \u00b7 Johor Bahru<\/div>\n            <\/div>\n          <\/div>\n        <\/article>\n        <article class=\"wbvip-tcard wbvip-reveal wbvip-d2\">\n          <span class=\"wbvip-stars\" aria-label=\"5 stars\">\u2605\u2605\u2605\u2605\u2605<\/span>\n          <p class=\"wbvip-ttext\">&#8220;The withdrawal speed as a VIP is noticeably faster. Customer support actually knows my preferences. It feels like a proper premium experience \u2014 10\/10 recommend.&#8221;<\/p>\n          <div class=\"wbvip-tauthor\">\n            <div class=\"wbvip-tavatar\" aria-hidden=\"true\">J<\/div>\n            <div>\n              <div class=\"wbvip-tname\">Jason Manhattan<\/div>\n              <div class=\"wbvip-tloc\">VIP Member \u00b7 Penang<\/div>\n            <\/div>\n          <\/div>\n        <\/article>\n        <article class=\"wbvip-tcard wbvip-reveal wbvip-d3\">\n          <span class=\"wbvip-stars\" aria-label=\"5 stars\">\u2605\u2605\u2605\u2605\u2605<\/span>\n          <p class=\"wbvip-ttext\">&#8220;\u73a9Winbox VIP\u7684\u611f\u89c9\u771f\u7684\u5f88\u4e0d\u540c\uff01\u6bcf\u5929\u73a9\u5c0f\u6e38\u620f\uff0c\u8d5a\u91d1\u5e01\u518d\u5151\u6362\u771f\u6b63\u79ef\u5206\u3002\u5b8c\u5168\u514d\u8d39\uff0c\u7edd\u5bf9\u503c\u5f97\u3002\u670d\u52a1\u975e\u5e38\u597d\uff0c\u5f3a\u70c8\u63a8\u8350\uff01&#8221;<\/p>\n          <div class=\"wbvip-tauthor\">\n            <div class=\"wbvip-tavatar\" aria-hidden=\"true\">C<\/div>\n            <div>\n              <div class=\"wbvip-tname\">Chan Zi Xuan<\/div>\n              <div class=\"wbvip-tloc\">VIP Member \u00b7 Klang<\/div>\n            <\/div>\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== \u00a7 7  TRUST BADGES ===== -->\n  <section class=\"wbvip-trust\" aria-label=\"Trust and security certifications\">\n    <div class=\"wbvip-wrap\">\n      <div class=\"wbvip-trust-inner\">\n        <div class=\"wbvip-trust-item\"><span class=\"wbvip-trust-ico\">\ud83c\udfdb\ufe0f<\/span><span class=\"wbvip-trust-lbl\">PAGCOR Licensed<\/span><\/div>\n        <div class=\"wbvip-trust-item\"><span class=\"wbvip-trust-ico\">\ud83d\udd10<\/span><span class=\"wbvip-trust-lbl\">ThreatMetrix Secured<\/span><\/div>\n        <div class=\"wbvip-trust-item\"><span class=\"wbvip-trust-ico\">\u2705<\/span><span class=\"wbvip-trust-lbl\">bmm Certified<\/span><\/div>\n        <div class=\"wbvip-trust-item\"><span class=\"wbvip-trust-ico\">\ud83d\udee1\ufe0f<\/span><span class=\"wbvip-trust-lbl\">iovation Protected<\/span><\/div>\n        <div class=\"wbvip-trust-item\"><span class=\"wbvip-trust-ico\">\ud83c\udfe6<\/span><span class=\"wbvip-trust-lbl\">Major Banks Supported<\/span><\/div>\n        <div class=\"wbvip-trust-item\"><span class=\"wbvip-trust-ico\">\u26a1<\/span><span class=\"wbvip-trust-lbl\">Instant Withdrawals<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== \u00a7 8  FAQ ===== -->\n  <section class=\"wbvip-faq\" id=\"wbvip-faq\" aria-labelledby=\"wbvip-fh2\">\n    <div class=\"wbvip-wrap\">\n      <div class=\"wbvip-center wbvip-reveal\">\n        <span class=\"wbvip-tag\">Got Questions?<\/span>\n        <h2 class=\"wbvip-h2\" id=\"wbvip-fh2\">Frequently Asked <span class=\"wbvip-grad\">Questions<\/span><\/h2>\n        <div class=\"wbvip-rule\"><\/div>\n        <p class=\"wbvip-lead\" style=\"margin-top:18px\">Everything you need to know about the Winbox VIP Programme \u2014 answered clearly and honestly.<\/p>\n      <\/div>\n      <div class=\"wbvip-faq-list wbvip-reveal\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\">\n\n        <div class=\"wbvip-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n          <div class=\"wbvip-faq-q\" onclick=\"wbvipFaq(this)\" role=\"button\" aria-expanded=\"false\">\n            <span itemprop=\"name\">Is Winbox VIP membership really free to join?<\/span>\n            <div class=\"wbvip-faq-ico\" aria-hidden=\"true\">+<\/div>\n          <\/div>\n          <div class=\"wbvip-faq-a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n            <div itemprop=\"text\">Yes, 100% free! Winbox VIP membership costs absolutely nothing to join. Access is earned through consistent play and account activity. Once you meet the criteria, Winbox will automatically upgrade your membership \u2014 no payment required, no hidden fees.<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"wbvip-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n          <div class=\"wbvip-faq-q\" onclick=\"wbvipFaq(this)\" role=\"button\" aria-expanded=\"false\">\n            <span itemprop=\"name\">Do I need to make a deposit to become or maintain VIP status?<\/span>\n            <div class=\"wbvip-faq-ico\" aria-hidden=\"true\">+<\/div>\n          <\/div>\n          <div class=\"wbvip-faq-a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n            <div itemprop=\"text\">No deposit is required to become or maintain your Winbox VIP status. Simply stay active on the platform, play daily mini games, and meet the activity criteria. Your VIP status is maintained through engagement, not spending levels.<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"wbvip-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n          <div class=\"wbvip-faq-q\" onclick=\"wbvipFaq(this)\" role=\"button\" aria-expanded=\"false\">\n            <span itemprop=\"name\">How do I earn Winbox Coins as a VIP member?<\/span>\n            <div class=\"wbvip-faq-ico\" aria-hidden=\"true\">+<\/div>\n          <\/div>\n          <div class=\"wbvip-faq-a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n            <div itemprop=\"text\">Winbox Coins are earned exclusively through daily mini games on the Winbox VIP platform \u2014 including the Squid Game Challenge and Marc M\u00e1rquez Card Game. Each game can be played once per day, so log in daily to maximise your collection. More games are being added regularly!<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"wbvip-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n          <div class=\"wbvip-faq-q\" onclick=\"wbvipFaq(this)\" role=\"button\" aria-expanded=\"false\">\n            <span itemprop=\"name\">How do I redeem my Winbox Coins for free credit or cash?<\/span>\n            <div class=\"wbvip-faq-ico\" aria-hidden=\"true\">+<\/div>\n          <\/div>\n          <div class=\"wbvip-faq-a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n            <div itemprop=\"text\">You can redeem your accumulated Winbox Coins directly through the Winbox VIP platform. Coins convert to FREE CREDIT usable on any game at WinboxMY (slots, live casino, sports betting, 4D lottery), or be withdrawn as real cash \u2014 giving you complete flexibility over your rewards.<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"wbvip-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n          <div class=\"wbvip-faq-q\" onclick=\"wbvipFaq(this)\" role=\"button\" aria-expanded=\"false\">\n            <span itemprop=\"name\">Will I lose my VIP status if I don&#8217;t play for a while?<\/span>\n            <div class=\"wbvip-faq-ico\" aria-hidden=\"true\">+<\/div>\n          <\/div>\n          <div class=\"wbvip-faq-a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n            <div itemprop=\"text\">VIP membership is tied to consistent activity on the Winbox platform. As long as you remain active and continue meeting the VIP activity criteria, your status is secure. Inactive accounts may be reviewed periodically, so we recommend logging in regularly to maintain your privileges.<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"wbvip-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n          <div class=\"wbvip-faq-q\" onclick=\"wbvipFaq(this)\" role=\"button\" aria-expanded=\"false\">\n            <span itemprop=\"name\">Can I use the same account for both Winbox VIP and Winbox MY?<\/span>\n            <div class=\"wbvip-faq-ico\" aria-hidden=\"true\">+<\/div>\n          <\/div>\n          <div class=\"wbvip-faq-a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n            <div itemprop=\"text\">Yes! Your single Winbox UID grants access to both the Winbox VIP platform and Winbox MY. This unified account lets you enjoy VIP-exclusive benefits on the VIP platform while playing all your favourite games on Winbox MY \u2014 all with one login, zero hassle.<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"wbvip-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n          <div class=\"wbvip-faq-q\" onclick=\"wbvipFaq(this)\" role=\"button\" aria-expanded=\"false\">\n            <span itemprop=\"name\">What makes Winbox VIP different from other online casino VIP programmes?<\/span>\n            <div class=\"wbvip-faq-ico\" aria-hidden=\"true\">+<\/div>\n          <\/div>\n          <div class=\"wbvip-faq-a\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n            <div itemprop=\"text\">Unlike traditional VIP programmes that require thousands in deposits to qualify, Winbox VIP is completely free and based on activity \u2014 not spending. Our no-deposit Winbox Coin system, combined with daily rescue bonuses, personalised support, and exclusive promotions makes this the most accessible and rewarding VIP programme for Malaysian online casino players.<\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== \u00a7 9  FINAL CTA ===== -->\n  <section class=\"wbvip-cta\" aria-label=\"Call to action \u2014 join Winbox VIP\">\n    <div class=\"wbvip-cta-bg\" aria-hidden=\"true\"><\/div>\n    <div class=\"wbvip-wrap\">\n      <div class=\"wbvip-cta-inner wbvip-reveal\">\n        <span class=\"wbvip-tag\"><span class=\"dot\"><\/span>Ready to Level Up?<span class=\"dot\"><\/span><\/span>\n        <h2 class=\"wbvip-cta-title\">\n          Claim Your<br>\n          <span class=\"wbvip-cta-accent\">VIP Status Today<\/span>\n        <\/h2>\n        <p class=\"wbvip-cta-sub\">\n          No high spending. No complicated steps. Just instant access to exclusive rewards, daily rescue bonuses, and world-class VIP service built for Malaysian players.\n        <\/p>\n        <a href=\"#\" class=\"wbvip-btn wbvip-btn-gold wbvip-btn-xl\">\ud83d\ude80 Upgrade to Winbox VIP \u2014 It&#8217;s FREE<\/a>\n        <div class=\"wbvip-cta-note\">\n          <span>\u2713 Free Membership<\/span>\n          <span>\u2713 No Deposit Required<\/span>\n          <span>\u2713 Instant Rewards Access<\/span>\n          <span>\u2713 PAGCOR Licensed<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div><!-- \/.wbvip-page -->\n\n<script>\n(function () {\n  \/* ---- Scroll reveal ---- *\/\n  var revEls = document.querySelectorAll('.wbvip-reveal');\n  if ('IntersectionObserver' in window) {\n    var obs = new IntersectionObserver(function (entries) {\n      entries.forEach(function (e) {\n        if (e.isIntersecting) { e.target.classList.add('wbvip-in'); obs.unobserve(e.target); }\n      });\n    }, { threshold: 0.10 });\n    revEls.forEach(function (el) { obs.observe(el); });\n  } else {\n    revEls.forEach(function (el) { el.classList.add('wbvip-in'); });\n  }\n\n  \/* ---- FAQ accordion ---- *\/\n  window.wbvipFaq = function (btn) {\n    var item = btn.parentElement;\n    var isOpen = item.classList.contains('open');\n    document.querySelectorAll('.wbvip-faq-item.open').forEach(function (i) {\n      i.classList.remove('open');\n      i.querySelector('.wbvip-faq-q').setAttribute('aria-expanded','false');\n    });\n    if (!isOpen) { item.classList.add('open'); btn.setAttribute('aria-expanded','true'); }\n  };\n\n  \/* ---- Tab system ---- *\/\n  window.wbvipTab = function (btn, id) {\n    document.querySelectorAll('.wbvip-tbtn').forEach(function (b) {\n      b.classList.remove('active'); b.setAttribute('aria-selected','false');\n    });\n    document.querySelectorAll('.wbvip-tcontent').forEach(function (c) { c.classList.remove('active'); });\n    btn.classList.add('active'); btn.setAttribute('aria-selected','true');\n    var t = document.getElementById('wbvip-tab-' + id);\n    if (t) t.classList.add('active');\n  };\n\n  \/* ---- Smooth scroll for anchors ---- *\/\n  document.querySelectorAll('.wbvip-page a[href^=\"#\"]').forEach(function (a) {\n    a.addEventListener('click', function (e) {\n      var id = this.getAttribute('href').slice(1);\n      var target = document.getElementById(id);\n      if (target) { e.preventDefault(); target.scrollIntoView({ behavior:'smooth', block:'start' }); }\n    });\n  });\n}());\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Malaysia&#8217;s #1 No-Deposit VIP Programme Winbox VIP Real Rewards for Real Players Unlock exclusive bonuses, daily rescue rewards and personalised VIP service designed for players who deserve more. Membership is completely FREE \u2014 no high spending required. \ud83d\ude80 Upgrade to VIP Now Explore Benefits RM88,888 Daily Rescue Bonus RM288,888 Monthly VIP Bonus FREE Membership Cost &#8230; <a title=\"Winbox VIP\" class=\"read-more\" href=\"https:\/\/winboxmy.online\/ms\/winbox-vip\/\" aria-label=\"Read more about Winbox VIP\">Tengok Detail<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"iawp_total_views":0,"footnotes":""},"class_list":["post-2164","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/pages\/2164","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/comments?post=2164"}],"version-history":[{"count":4,"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/pages\/2164\/revisions"}],"predecessor-version":[{"id":2190,"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/pages\/2164\/revisions\/2190"}],"wp:attachment":[{"href":"https:\/\/winboxmy.online\/ms\/wp-json\/wp\/v2\/media?parent=2164"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}