{"id":879,"date":"2024-04-02T11:55:30","date_gmt":"2024-04-02T11:55:30","guid":{"rendered":"https:\/\/msianpestcontrol.com\/?page_id=879"},"modified":"2026-08-10T13:34:00","modified_gmt":"2026-08-10T13:34:00","slug":"about-home-lizards","status":"publish","type":"page","link":"https:\/\/msianpestcontrol.com\/ms\/tentang-biawak-rumah\/","title":{"rendered":"Mengenai Cicak Rumah"},"content":{"rendered":"<!-- =========================================================\n     MPC ABOUT HOME LIZARDS (CICAK) \u2014 Custom HTML Block\n     Paste into a WordPress Custom HTML block on\n     \/about-home-lizards\/\n     Scoped to .mpc-cicak to avoid affecting theme.\n\n     CONVERSION STRATEGY:\n     - Preserve all existing content verbatim\n     - Add hero + breadcrumb\n     - Add \"Why food-source approach works\" strategy section\n     - Zone 1: Mid-page pest awareness bar\n     - Zone 3: Emotional trust strip\n     - Zone 2: 4-card conversion bridge (mosquitoes\/cockroaches\/ants\/flies)\n     - Direct treatment acknowledgment (repellents\/traps via WhatsApp)\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=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&#038;family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ============================================================\n   MPC ABOUT HOME LIZARDS (CICAK) \u2014 scoped to .mpc-cicak\n   ============================================================ *\/\n.mpc-cicak {\n  --mpc-blue: #0B3B8C;\n  --mpc-blue-deep: #072560;\n  --mpc-blue-ink: #061B44;\n  --mpc-gold: #C9A34A;\n  --mpc-paper: #FAF8F3;\n  --mpc-line: #E6E1D5;\n  --mpc-ink: #14161C;\n  --mpc-ink-soft: #3A3E4A;\n  --mpc-ink-muted: #6B6F7A;\n  --mpc-wa-green: #25D366;\n  --mpc-warning: #B85B25;\n  --mpc-success: #1F8A4F;\n  --mpc-serif: 'Fraunces', Georgia, serif;\n  --mpc-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n\n  font-family: var(--mpc-sans);\n  color: var(--mpc-ink);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n.mpc-cicak *,\n.mpc-cicak *::before,\n.mpc-cicak *::after { box-sizing: border-box; }\n.mpc-cicak a { color: inherit; text-decoration: none; }\n.mpc-cicak img { max-width: 100%; display: block; }\n.mpc-cicak p { margin: 0 0 1em 0; }\n.mpc-cicak ul { list-style: none; padding: 0; margin: 0; }\n.mpc-cicak h1, .mpc-cicak h2, .mpc-cicak h3,\n.mpc-cicak h4, .mpc-cicak h5 { margin: 0; }\n\n.mpc-container {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n\/* ============ BUTTONS ============ *\/\n.mpc-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 13px 24px;\n  font-family: var(--mpc-sans);\n  font-weight: 600;\n  font-size: 14px;\n  letter-spacing: 0.01em;\n  border-radius: 2px;\n  cursor: pointer;\n  transition: all 0.2s ease;\n  text-decoration: none !important;\n  border: none;\n}\n.mpc-btn-wa { background: var(--mpc-wa-green); color: #fff !important; }\n.mpc-btn-wa:hover { background: #1EBE5D; transform: translateY(-1px); color: #fff !important; }\n.mpc-btn-ghost { background: transparent; color: var(--mpc-blue) !important; border: 1px solid var(--mpc-blue); }\n.mpc-btn-ghost:hover { background: var(--mpc-blue); color: #fff !important; }\n.mpc-btn-gold { background: var(--mpc-gold); color: var(--mpc-blue-ink) !important; }\n.mpc-btn-gold:hover { background: #D9B45D; transform: translateY(-1px); }\n\n\/* ============ EYEBROW ============ *\/\n.mpc-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 11px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n  margin-bottom: 20px;\n}\n.mpc-eyebrow::before {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n}\n\n.mpc-section {\n  padding: 60px 0;\n  margin: 0 -24px;\n}\n.mpc-section .mpc-container { padding: 0 24px; }\n.mpc-section-paper { background: var(--mpc-paper); }\n.mpc-section-white { background: #fff; }\n\n.mpc-section-head {\n  max-width: 760px;\n  margin-bottom: 40px;\n}\n.mpc-section-head.center {\n  margin-left: auto; margin-right: auto;\n  text-align: center;\n}\n.mpc-section-head.center .mpc-eyebrow { justify-content: center; }\n.mpc-section-head.center .mpc-eyebrow::before { display: none; }\n.mpc-section-head.center .mpc-eyebrow::after {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n  margin-left: 10px;\n}\n.mpc-section-head h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3.2vw, 38px);\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 14px;\n}\n.mpc-section-head h2 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-section-head p {\n  font-size: 15.5px;\n  line-height: 1.65;\n  color: var(--mpc-ink-soft);\n  margin: 0;\n}\n\n\/* ============ HERO ============ *\/\n.mpc-hero {\n  background: linear-gradient(180deg, #FAF8F3 0%, #F2EEE2 100%);\n  padding: 70px 0 80px;\n  margin: 0 -24px;\n  border-bottom: 1px solid var(--mpc-line);\n  position: relative;\n  overflow: hidden;\n}\n.mpc-hero::before {\n  content: '';\n  position: absolute;\n  top: -150px; right: -150px;\n  width: 460px; height: 460px;\n  background: radial-gradient(circle, rgba(11,59,140,0.08) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-hero-grid {\n  display: grid;\n  grid-template-columns: 1.1fr 1fr;\n  gap: 50px;\n  align-items: center;\n  position: relative;\n}\n@media (max-width: 900px) { .mpc-hero-grid { grid-template-columns: 1fr; gap: 36px; } }\n.mpc-hero-breadcrumb {\n  font-size: 12px;\n  color: var(--mpc-ink-muted);\n  margin-bottom: 16px;\n}\n.mpc-hero-breadcrumb a { color: var(--mpc-blue); font-weight: 500; }\n.mpc-hero-breadcrumb a:hover { text-decoration: underline !important; }\n.mpc-hero h1 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(34px, 4.8vw, 54px);\n  line-height: 1.05;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 22px;\n}\n.mpc-hero h1 em { font-style: italic; color: var(--mpc-blue); font-weight: 400; }\n.mpc-hero-lead {\n  font-size: 17px;\n  line-height: 1.65;\n  color: var(--mpc-ink-soft);\n  max-width: 520px;\n  margin-bottom: 24px;\n}\n.mpc-hero-lead em { font-style: italic; color: var(--mpc-blue); }\n.mpc-hero-meta {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: var(--mpc-line);\n  border: 1px solid var(--mpc-line);\n  margin-top: 4px;\n}\n@media (max-width: 540px) { .mpc-hero-meta { grid-template-columns: 1fr; } }\n.mpc-hero-meta-item {\n  background: #fff;\n  padding: 16px 18px;\n}\n.mpc-hero-meta-label {\n  font-size: 10px;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--mpc-ink-muted);\n  font-weight: 600;\n  margin-bottom: 4px;\n}\n.mpc-hero-meta-val {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 15px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n}\n.mpc-hero-meta-val em {\n  font-style: italic;\n  color: var(--mpc-gold);\n  font-size: 13.5px;\n}\n.mpc-hero-img {\n  position: relative;\n  aspect-ratio: 16 \/ 9;\n  overflow: hidden;\n  box-shadow: 0 30px 60px -30px rgba(11,59,140,0.35);\n}\n.mpc-hero-img img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n}\n.mpc-hero-tag {\n  position: absolute;\n  bottom: 18px; left: 18px;\n  background: var(--mpc-gold);\n  color: var(--mpc-blue-ink);\n  padding: 6px 12px;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  z-index: 2;\n}\n\n\/* ============ INTRO SPLIT (2 species) ============ *\/\n.mpc-intro-split {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n  margin-bottom: 20px;\n}\n@media (max-width: 720px) { .mpc-intro-split { grid-template-columns: 1fr; } }\n\n.mpc-species {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 26px 28px;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  transition: all 0.25s;\n}\n.mpc-species:hover {\n  border-color: var(--mpc-blue);\n  transform: translateY(-2px);\n  box-shadow: 0 10px 28px -18px rgba(11,59,140,0.18);\n}\n.mpc-species-tag {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 12px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  letter-spacing: 0.04em;\n}\n.mpc-species h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 20px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n}\n.mpc-species h3 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-species p {\n  font-size: 14px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.7;\n  margin: 0;\n}\n.mpc-species p strong { color: var(--mpc-blue-ink); font-weight: 600; }\n\n\/* ============ PROSE BLOCK ============ *\/\n.mpc-prose {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 26px 30px;\n  margin-bottom: 40px;\n}\n.mpc-prose p {\n  font-size: 15px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.75;\n  margin: 0 0 14px 0;\n}\n.mpc-prose p:last-child { margin-bottom: 0; }\n.mpc-prose p strong { color: var(--mpc-blue-ink); font-weight: 600; }\n.mpc-prose ul {\n  margin: 14px 0 0 0;\n  padding: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.mpc-prose ul li {\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 14px;\n  font-size: 14.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.7;\n  align-items: start;\n}\n.mpc-prose ul li::before {\n  content: '';\n  width: 6px; height: 6px;\n  background: var(--mpc-gold);\n  border-radius: 50%;\n  margin-top: 9px;\n}\n.mpc-prose ul li strong {\n  color: var(--mpc-blue-ink);\n  font-weight: 600;\n}\n.mpc-prose ul li em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n\n\/* ============ DROPPINGS CALLOUT (the real problem) ============ *\/\n.mpc-droppings {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  border-left: 4px solid var(--mpc-warning);\n  padding: 30px 34px;\n  margin-bottom: 20px;\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 24px;\n  align-items: start;\n}\n@media (max-width: 640px) {\n  .mpc-droppings { grid-template-columns: 1fr; padding: 24px; gap: 16px; }\n}\n.mpc-droppings-icon {\n  width: 60px; height: 60px;\n  background: rgba(184,91,37,0.08);\n  border: 1.5px solid var(--mpc-warning);\n  color: var(--mpc-warning);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  flex-shrink: 0;\n}\n.mpc-droppings-icon svg { width: 30px; height: 30px; }\n.mpc-droppings-label {\n  font-size: 10.5px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--mpc-warning);\n  font-weight: 700;\n  margin-bottom: 10px;\n}\n.mpc-droppings h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(20px, 2.2vw, 26px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 10px;\n  letter-spacing: -0.01em;\n}\n.mpc-droppings h3 em { font-style: italic; color: var(--mpc-warning); }\n.mpc-droppings p {\n  font-size: 14.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.7;\n  margin: 0;\n}\n.mpc-droppings p strong { color: var(--mpc-blue-ink); font-weight: 600; }\n\n\/* ============ TWO-COL BLOCK ============ *\/\n.mpc-twocol {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  align-items: center;\n}\n@media (max-width: 820px) { .mpc-twocol { grid-template-columns: 1fr; gap: 32px; } }\n.mpc-twocol.reverse > div:first-child { order: 2; }\n@media (max-width: 820px) { .mpc-twocol.reverse > div:first-child { order: 0; } }\n\n.mpc-twocol h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(22px, 2.4vw, 30px);\n  line-height: 1.15;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 14px;\n  letter-spacing: -0.01em;\n}\n.mpc-twocol h3 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-twocol p {\n  color: var(--mpc-ink-soft);\n  font-size: 14.5px;\n  line-height: 1.7;\n  margin-bottom: 14px;\n}\n.mpc-twocol p strong { color: var(--mpc-blue-ink); font-weight: 600; }\n.mpc-twocol-img {\n  background: var(--mpc-paper);\n  position: relative;\n  overflow: hidden;\n  aspect-ratio: 4 \/ 3;\n  box-shadow: 0 20px 40px -28px rgba(11,59,140,0.25);\n}\n.mpc-twocol-img img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n}\n\n\/* ============ FOOD CHAIN STRATEGY (new \u2014 the smart pivot) ============ *\/\n.mpc-strategy {\n  background: linear-gradient(135deg, var(--mpc-blue-ink) 0%, var(--mpc-blue-deep) 100%);\n  color: #fff;\n  padding: 60px 0;\n  margin: 0 -24px;\n  position: relative;\n  overflow: hidden;\n}\n.mpc-strategy::before {\n  content: '';\n  position: absolute;\n  top: -100px; right: -100px;\n  width: 400px; height: 400px;\n  background: radial-gradient(circle, rgba(201,163,74,0.18) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-strategy-inner {\n  position: relative;\n  max-width: 860px;\n  margin: 0 auto;\n}\n.mpc-strategy-eyebrow {\n  font-size: 10.5px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 16px;\n}\n.mpc-strategy h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3vw, 36px);\n  line-height: 1.15;\n  color: #fff;\n  margin-bottom: 20px;\n  letter-spacing: -0.01em;\n}\n.mpc-strategy h2 em { font-style: italic; color: var(--mpc-gold); }\n.mpc-strategy > .mpc-container > .mpc-strategy-inner > p {\n  color: rgba(255,255,255,0.9);\n  font-size: 15.5px;\n  line-height: 1.75;\n  margin: 0 0 16px 0;\n  max-width: 720px;\n}\n.mpc-strategy > .mpc-container > .mpc-strategy-inner > p strong { color: #fff; }\n.mpc-strategy > .mpc-container > .mpc-strategy-inner > p em {\n  font-style: italic;\n  color: var(--mpc-gold);\n}\n\n.mpc-strategy-flow {\n  display: grid;\n  grid-template-columns: 1fr auto 1fr auto 1fr;\n  gap: 12px;\n  align-items: center;\n  margin: 32px 0 22px 0;\n  padding: 24px 0;\n  border-top: 1px dashed rgba(255,255,255,0.2);\n  border-bottom: 1px dashed rgba(255,255,255,0.2);\n}\n@media (max-width: 720px) {\n  .mpc-strategy-flow {\n    grid-template-columns: 1fr;\n    gap: 8px;\n  }\n  .mpc-strategy-arrow {\n    transform: rotate(90deg);\n    justify-self: center;\n    padding: 4px 0;\n  }\n}\n.mpc-strategy-step {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.12);\n  padding: 16px 18px;\n  text-align: center;\n}\n.mpc-strategy-step-num {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 12px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  margin-bottom: 6px;\n}\n.mpc-strategy-step-text {\n  font-size: 13.5px;\n  color: #fff;\n  line-height: 1.4;\n  font-weight: 500;\n}\n.mpc-strategy-arrow {\n  color: var(--mpc-gold);\n  font-size: 18px;\n  display: grid;\n  place-items: center;\n}\n\n.mpc-strategy-note {\n  font-size: 13.5px;\n  color: rgba(255,255,255,0.75);\n  font-style: italic;\n  line-height: 1.6;\n  margin: 0;\n}\n.mpc-strategy-note strong { color: var(--mpc-gold); font-style: normal; }\n\n\/* ============ MID-PAGE PEST AWARENESS BAR (Zone 1) ============ *\/\n.mpc-midbar {\n  background: var(--mpc-paper);\n  border-top: 1px solid var(--mpc-line);\n  border-bottom: 1px solid var(--mpc-line);\n  padding: 24px 0;\n  margin: 0 -24px;\n}\n.mpc-midbar-inner {\n  display: grid;\n  grid-template-columns: auto 1fr auto;\n  gap: 22px;\n  align-items: center;\n}\n@media (max-width: 720px) {\n  .mpc-midbar-inner {\n    grid-template-columns: 1fr;\n    text-align: center;\n    gap: 14px;\n  }\n}\n.mpc-midbar-icon {\n  width: 44px; height: 44px;\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  flex-shrink: 0;\n}\n@media (max-width: 720px) {\n  .mpc-midbar-icon { margin: 0 auto; }\n}\n.mpc-midbar-icon svg { width: 22px; height: 22px; }\n.mpc-midbar-text {\n  font-family: var(--mpc-serif);\n  font-size: 15.5px;\n  color: var(--mpc-blue-ink);\n  line-height: 1.5;\n  letter-spacing: -0.005em;\n}\n.mpc-midbar-text em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n.mpc-midbar-link {\n  font-size: 12.5px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  letter-spacing: 0.02em;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  padding: 10px 18px;\n  border: 1px solid var(--mpc-blue);\n  transition: all 0.2s;\n  white-space: nowrap;\n}\n.mpc-midbar-link:hover {\n  background: var(--mpc-blue);\n  color: #fff !important;\n}\n\n\/* ============ TRUST STRIP (Zone 3) ============ *\/\n.mpc-trust-strip {\n  background: var(--mpc-paper);\n  border-top: 1px solid var(--mpc-line);\n  padding: 44px 0;\n  margin: 0 -24px;\n  text-align: center;\n}\n.mpc-trust-strip-inner {\n  max-width: 780px;\n  margin: 0 auto;\n}\n.mpc-trust-strip-label {\n  font-size: 10.5px;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 14px;\n}\n.mpc-trust-strip h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(22px, 2.6vw, 30px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  margin-bottom: 14px;\n}\n.mpc-trust-strip h3 em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n.mpc-trust-strip-badges {\n  display: flex;\n  justify-content: center;\n  gap: 24px;\n  flex-wrap: wrap;\n  margin-top: 18px;\n  padding-top: 16px;\n  border-top: 1px dashed var(--mpc-line);\n}\n.mpc-trust-strip-badge {\n  font-size: 12px;\n  color: var(--mpc-ink-muted);\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n}\n.mpc-trust-strip-badge strong {\n  font-family: var(--mpc-serif);\n  color: var(--mpc-blue-ink);\n  font-weight: 500;\n  font-size: 15px;\n  font-style: italic;\n}\n\n\/* ============ CONVERSION BRIDGE \u2014 4 PEST CARDS (Zone 2) ============ *\/\n.mpc-conv-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  margin-top: 8px;\n}\n@media (max-width: 720px) { .mpc-conv-grid { grid-template-columns: 1fr; } }\n\n.mpc-conv-card {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 26px 28px;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n  height: 100%;\n  min-width: 0;\n}\n.mpc-conv-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 0;\n  height: 3px;\n  background: var(--mpc-gold);\n  transition: width 0.3s ease;\n}\n.mpc-conv-card:hover {\n  border-color: var(--mpc-blue);\n  transform: translateY(-3px);\n  box-shadow: 0 14px 32px -20px rgba(11,59,140,0.22);\n}\n.mpc-conv-card:hover::before {\n  width: 100%;\n}\n\n.mpc-conv-icon {\n  width: 48px; height: 48px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  transition: all 0.3s;\n  flex-shrink: 0;\n}\n.mpc-conv-card:hover .mpc-conv-icon {\n  background: var(--mpc-blue);\n  color: #fff;\n}\n.mpc-conv-icon svg { width: 24px; height: 24px; }\n\n.mpc-conv-hook {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(17px, 1.9vw, 19px);\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.005em;\n  line-height: 1.25;\n}\n.mpc-conv-hook em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n\n.mpc-conv-price-row {\n  display: flex;\n  align-items: baseline;\n  gap: 8px;\n  padding-top: 4px;\n  border-top: 1px dashed var(--mpc-line);\n  margin-top: 4px;\n}\n.mpc-conv-price-label {\n  font-size: 10.5px;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--mpc-ink-muted);\n  font-weight: 600;\n}\n.mpc-conv-price {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 22px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  letter-spacing: -0.01em;\n  line-height: 1;\n}\n\n.mpc-conv-link {\n  margin-top: auto;\n  font-size: 12.5px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  letter-spacing: 0.02em;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  transition: gap 0.2s;\n}\n.mpc-conv-card:hover .mpc-conv-link { gap: 10px; }\n\n.mpc-conv-below {\n  margin-top: 26px;\n  text-align: center;\n  font-size: 13.5px;\n  color: var(--mpc-ink-soft);\n}\n.mpc-conv-below a {\n  color: var(--mpc-blue);\n  font-weight: 600;\n  border-bottom: 1px solid rgba(11,59,140,0.3);\n  transition: border-color 0.2s;\n}\n.mpc-conv-below a:hover {\n  border-bottom-color: var(--mpc-blue);\n}\n.mpc-conv-below em {\n  font-style: italic;\n  color: var(--mpc-blue-ink);\n}\n\n\/* ============ DIRECT TREATMENT CARD ============ *\/\n.mpc-direct {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 32px 36px;\n  margin-top: 32px;\n  display: grid;\n  grid-template-columns: auto 1fr auto;\n  gap: 30px;\n  align-items: center;\n}\n@media (max-width: 820px) {\n  .mpc-direct { grid-template-columns: 1fr; gap: 20px; text-align: center; }\n}\n.mpc-direct-icon {\n  width: 64px; height: 64px;\n  background: var(--mpc-paper);\n  border: 1px solid var(--mpc-gold);\n  color: var(--mpc-gold);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  flex-shrink: 0;\n}\n@media (max-width: 820px) {\n  .mpc-direct-icon { margin: 0 auto; }\n}\n.mpc-direct-icon svg { width: 30px; height: 30px; }\n.mpc-direct-label {\n  font-size: 10.5px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 8px;\n}\n.mpc-direct h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(18px, 2.2vw, 22px);\n  line-height: 1.25;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 8px;\n  letter-spacing: -0.01em;\n}\n.mpc-direct h4 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-direct p {\n  font-size: 13.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.65;\n  margin: 0;\n}\n\n\/* ============ RELATED PAGES ============ *\/\n.mpc-related-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: var(--mpc-line);\n  border: 1px solid var(--mpc-line);\n}\n@media (max-width: 820px) { .mpc-related-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 480px) { .mpc-related-grid { grid-template-columns: 1fr; } }\n\n.mpc-related {\n  background: #fff;\n  padding: 22px 22px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: background 0.25s;\n  position: relative;\n}\n.mpc-related:hover {\n  background: var(--mpc-paper);\n}\n.mpc-related-icon {\n  width: 36px; height: 36px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  margin-bottom: 6px;\n}\n.mpc-related-icon svg { width: 18px; height: 18px; }\n.mpc-related-name {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 16px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n}\n.mpc-related-link {\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  transition: gap 0.2s;\n  margin-top: 6px;\n}\n.mpc-related:hover .mpc-related-link { gap: 9px; }\n<\/style>\n\n<!-- =====================================================\n     PAGE CONTENT STARTS HERE\n     ===================================================== -->\n<div class=\"mpc-cicak\">\n\n  <!-- HERO -->\n  <section class=\"mpc-hero\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-hero-grid\">\n        <div>\n          <div class=\"mpc-hero-breadcrumb\">\n            <a href=\"https:\/\/msianpestcontrol.com\/ms\/serangga-perosak-dan-serangga-perosak\/\">Pepijat &amp; Perosak<\/a> &nbsp;\u203a&nbsp; About Home Lizards\n          <\/div>\n          <div class=\"mpc-eyebrow\">Ensiklopedia Pepijat &amp; Perosak<\/div>\n          <h1>Home Lizards (Cicak) \u2014 <em>helpful, but leaving droppings everywhere?<\/em><\/h1>\n          <p class=\"mpc-hero-lead\">The house geckos that scurry across your walls at night eat mosquitoes, moths, and flies. They&#8217;re <em>ecologically helpful<\/em> \u2014 but the droppings on walls, ceilings, and curtains are a real complaint most Malaysian homeowners share.<\/p>\n\n          <div class=\"mpc-hero-meta\">\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">Spesies<\/div>\n              <div class=\"mpc-hero-meta-val\"><em>Hemidactylus frenatus<\/em><\/div>\n            <\/div>\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">Saiz<\/div>\n              <div class=\"mpc-hero-meta-val\">3 \u2013 6 inches<\/div>\n            <\/div>\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">Also Known As<\/div>\n              <div class=\"mpc-hero-meta-val\">Cicak \/ Biawak Rumah<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"mpc-hero-img\">\n          <span class=\"mpc-hero-tag\">HOUSE GECKO \u00b7 CICAK<\/span>\n          <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/Protecting-Your-Homes16-1024x576.jpg\" alt=\"House Gecko (Cicak) on a wall \u2014 Hemidactylus frenatus commonly found in Malaysian homes\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- INTRODUCTION (preserved verbatim) -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">pengenalan<\/div>\n        <h2>The two species most often <em>found in homes.<\/em><\/h2>\n        <p>When it comes to lizards commonly found in homes, which some consider pests due to their presence being unwelcome or simply due to personal discomfort, the species vary by region. However, two of the most commonly encountered types of lizards in and around homes in many parts of the world include the House Gecko and the Common Wall Gecko.<\/p>\n      <\/div>\n\n      <div class=\"mpc-intro-split\">\n\n        <div class=\"mpc-species\">\n          <div class=\"mpc-species-tag\">Species 01 \u00b7 Most common in Malaysia<\/div>\n          <h3>House Gecko <em>(Hemidactylus frenatus)<\/em><\/h3>\n          <p>Often seen on walls and ceilings, house geckos are small, usually measuring about <strong>3 to 6 inches<\/strong> in length. They have soft, translucent skin, allowing some internal organs to be faintly visible, and their color can vary from light brown to gray. They are known for their <strong>distinctive chirping sounds<\/strong> \u2014 the classic &#8220;chak chak chak&#8221; heard in Malaysian homes at night.<\/p>\n        <\/div>\n\n        <div class=\"mpc-species\">\n          <div class=\"mpc-species-tag\">Species 02 \u00b7 Larger cousin<\/div>\n          <h3>Common Wall Gecko <em>(Tarentola mauritanica)<\/em><\/h3>\n          <p>These geckos are <strong>a bit larger<\/strong> and have a more robust build compared to house geckos. Their skin is <strong>rougher, with a mottled pattern<\/strong> that helps them blend into their surroundings.<\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BIOLOGY & LIFECYCLE (preserved) -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">Biologi &amp; Kitaran Hayat<\/div>\n        <h2>How house geckos <em>reproduce and grow.<\/em><\/h2>\n        <p>Understanding how cicak populations grow explains why simply killing individual lizards rarely solves the problem \u2014 they reproduce quickly and colonise new spaces just as fast.<\/p>\n      <\/div>\n\n      <div class=\"mpc-prose\">\n        <ul>\n          <li><div><strong>Pembiakan:<\/strong> Kedua-dua spesies bertelur, dengan tokek rumah menghasilkan cengkaman dua telur beberapa kali setahun. Tokek dinding mempunyai tabiat pembiakan yang sama, dengan sedikit variasi bergantung pada keadaan persekitaran.<\/div><\/li>\n          <li><div><strong>Pertumbuhan:<\/strong> Young geckos hatch from eggs <em>fully formed and independent<\/em> from birth. They grow rapidly in the first year and can live for several years, depending on the species and conditions.<\/div><\/li>\n          <li><div><strong>Adaptasi:<\/strong> Tokek ini telah menyesuaikan diri dengan baik dengan persekitaran bandar, mencari makanan dan tempat tinggal yang mencukupi di kediaman manusia.<\/div><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BEHAVIOUR & HABITAT (preserved) -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-twocol\">\n        <div>\n          <div class=\"mpc-eyebrow\">Tingkah Laku &amp; Habitat<\/div>\n          <h3>Nocturnal insect hunters, <em>drawn to light.<\/em><\/h3>\n          <p><strong>Tabiat Pemakanan:<\/strong> Both species are nocturnal and feed on insects, making them <em>natural pest controllers<\/em>. They are particularly fond of moths, mosquitoes, and other small insects attracted to lights.<\/p>\n          <p><strong>Keutamaan Habitat:<\/strong> While they are often found on walls and ceilings, these lizards prefer <strong>warm, humid environments<\/strong> and can be found hiding behind furniture, in wall cracks, or among potted plants during the day.<\/p>\n        <\/div>\n        <div class=\"mpc-twocol-img\">\n          <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/04\/Protecting-Your-Homes16-1024x576.jpg\" alt=\"House gecko hunting insects on a wall near a light source\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- INTERACTION WITH HUMANS & PETS + DROPPINGS CALLOUT -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">Interaction With Humans &#038; Pets<\/div>\n        <h2>Are cicak <em>actually dangerous?<\/em><\/h2>\n        <p>The honest answer: no \u2014 they&#8217;re generally harmless. But that doesn&#8217;t mean their presence is welcome for everyone.<\/p>\n      <\/div>\n\n      <div class=\"mpc-prose\">\n        <p><strong>Status Perosak:<\/strong> While these geckos are <em>harmless and beneficial<\/em> due to their diet of insects, they are often considered pests due to their droppings and sometimes their sheer numbers. They <strong>do not bite or pose any direct threat<\/strong> to humans or pets.<\/p>\n        <p><strong>Penghantaran Penyakit:<\/strong> There is <em>minimal risk of disease transmission<\/em> from these lizards. However, like any wild animal, they can potentially carry bacteria or parasites that could contaminate surfaces.<\/p>\n      <\/div>\n\n      <!-- The real problem \u2014 droppings -->\n      <div class=\"mpc-droppings\">\n        <div class=\"mpc-droppings-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"8\" cy=\"8\" r=\"1.5\" fill=\"currentColor\"\/><circle cx=\"14\" cy=\"6\" r=\"1.2\" fill=\"currentColor\"\/><circle cx=\"17\" cy=\"12\" r=\"1.5\" fill=\"currentColor\"\/><circle cx=\"10\" cy=\"14\" r=\"1.3\" fill=\"currentColor\"\/><circle cx=\"15\" cy=\"17\" r=\"1.4\" fill=\"currentColor\"\/><circle cx=\"7\" cy=\"18\" r=\"1.2\" fill=\"currentColor\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"mpc-droppings-label\">The Real Complaint \u00b7 Droppings<\/div>\n          <h3>The problem most homeowners raise <em>isn&#8217;t the cicak \u2014 it&#8217;s what they leave behind.<\/em><\/h3>\n          <p>Cicak droppings appear as <strong>small dark pellets with a white tip<\/strong>, scattered on walls, ceilings, curtains, and window sills wherever geckos rest during the day. They&#8217;re difficult to clean, unsightly, and can stain surfaces. Many of our clients don&#8217;t mind the cicak themselves \u2014 but they&#8217;ve had enough of the daily wiping.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PREVENTION (preserved) -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">Management &#038; Prevention<\/div>\n        <h2>What actually works <em>to reduce cicak numbers.<\/em><\/h2>\n        <p>Two basic approaches most Malaysian homeowners already know \u2014 but they only address the symptoms, not the root cause.<\/p>\n      <\/div>\n\n      <div class=\"mpc-prose\">\n        <ul>\n          <li><div><strong>Pengecualian:<\/strong> Mengedap pintu masuk, seperti celah di sekeliling pintu, tingkap dan talian utiliti, boleh membantu menghalang cicak daripada memasuki rumah.<\/div><\/li>\n          <li><div><strong>Pengubahsuaian Habitat:<\/strong> Mengurangkan pencahayaan luar boleh membantu meminimumkan tarikan serangga, secara tidak langsung mengurangkan populasi biawak. Mengeluarkan air dan serpihan yang bertakung juga boleh mengehadkan tempat persembunyian cicak.<\/div><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ ZONE 1: MID-PAGE PEST AWARENESS BAR ============ -->\n  <section class=\"mpc-midbar\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-midbar-inner\">\n        <div class=\"mpc-midbar-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83\"\/><circle cx=\"12\" cy=\"12\" r=\"4\"\/><\/svg>\n        <\/div>\n        <div class=\"mpc-midbar-text\">\n          Lots of cicak usually means lots of <em>flying insects<\/em> for them to eat. If you&#8217;re seeing mosquitoes, moths, or small flies around your lights at night \u2014 those are what cicak are chasing.\n        <\/div>\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/perkhidmatan-kawalan-perosak-2\/\" class=\"mpc-midbar-link\">Lihat semua perkhidmatan perosak \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- ============ END ZONE 1 ============ -->\n\n  <!-- ENVIRONMENTAL CONSIDERATION (preserved) -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">Pertimbangan Alam Sekitar<\/div>\n        <h2>Why we recommend <em>not killing cicak directly.<\/em><\/h2>\n      <\/div>\n\n      <div class=\"mpc-prose\">\n        <p>It&#8217;s important to remember that these lizards play a <strong>beneficial role in controlling insect populations<\/strong>. Their presence is a <em>sign of a healthy ecosystem<\/em>. Considering humane and non-lethal management methods is encouraged to maintain biodiversity and ecological balance.<\/p>\n        <p>In summary, while house and wall geckos can be considered pests when they invade homes, their role in natural pest control often <strong>outweighs the negatives<\/strong>. Understanding their habits and ecological benefits can help homeowners make informed decisions about managing their presence.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOOD CHAIN STRATEGY \u2014 the smart pivot -->\n  <section class=\"mpc-strategy\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-strategy-inner\">\n        <div class=\"mpc-strategy-eyebrow\">The Smart Approach<\/div>\n        <h2>Cut the food supply \u2014 <em>and cicak numbers drop naturally.<\/em><\/h2>\n        <p>Cicak reproduce fast, hide in crevices you can&#8217;t reach, and if you eliminate 10 of them today, more move in within weeks if the insects are still around. The <strong>root cause<\/strong> isn&#8217;t the lizards themselves \u2014 it&#8217;s the flying insect population that draws them in.<\/p>\n        <p>Reducing mosquitoes, cockroaches, ants, and flies means <em>less food for cicak<\/em>. Fewer feeding opportunities means fewer cicak taking residence \u2014 and dramatically fewer droppings to clean up.<\/p>\n\n        <div class=\"mpc-strategy-flow\">\n          <div class=\"mpc-strategy-step\">\n            <div class=\"mpc-strategy-step-num\">Langkah 01<\/div>\n            <div class=\"mpc-strategy-step-text\">Treat flying insects (mosquitoes, flies, moths)<\/div>\n          <\/div>\n          <div class=\"mpc-strategy-arrow\">\u2192<\/div>\n          <div class=\"mpc-strategy-step\">\n            <div class=\"mpc-strategy-step-num\">Langkah 02<\/div>\n            <div class=\"mpc-strategy-step-text\">Cicak lose their food source<\/div>\n          <\/div>\n          <div class=\"mpc-strategy-arrow\">\u2192<\/div>\n          <div class=\"mpc-strategy-step\">\n            <div class=\"mpc-strategy-step-num\">Langkah 03<\/div>\n            <div class=\"mpc-strategy-step-text\">Cicak population naturally decreases<\/div>\n          <\/div>\n        <\/div>\n\n        <p class=\"mpc-strategy-note\"><strong>Bonus:<\/strong> reducing mosquitoes and flies also protects your family from dengue and food contamination \u2014 so you get two problems solved with one treatment programme.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ ZONE 3: EMOTIONAL TRUST STRIP ============ -->\n  <section class=\"mpc-trust-strip\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-trust-strip-inner\">\n        <div class=\"mpc-trust-strip-label\">Every Malaysian Home Has Cicak<\/div>\n        <h3>Some love them, some hate the droppings. <em>We&#8217;ve helped both since 1967.<\/em><\/h3>\n        <div class=\"mpc-trust-strip-badges\">\n          <div class=\"mpc-trust-strip-badge\"><strong>59 tahun<\/strong>&nbsp;kepakaran<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>1,000+<\/strong>&nbsp;pelanggan yang dilayan<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>ISO 9001<\/strong>&nbsp;diperakui<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>Sejak tahun 1967<\/strong><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- ============ END ZONE 3 ============ -->\n\n  <!-- ============ ZONE 2: CONVERSION BRIDGE \u2014 4 PEST CARDS ============ -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head center\">\n        <div class=\"mpc-eyebrow\">Reduce The Cicak Food Supply<\/div>\n        <h2>The insects cicak eat \u2014 <em>and how we treat them.<\/em><\/h2>\n        <p>Each of these pests is a food source for house geckos. Treating them reduces both the pest problem AND the cicak population feeding on them.<\/p>\n      <\/div>\n\n      <div class=\"mpc-conv-grid\">\n\n        <!-- Card 1: Mosquitoes -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/kawalan-nyamuk\/\" class=\"mpc-conv-card\">\n          <div class=\"mpc-conv-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 22V8M9 4l3 4 3-4M4 12l4 3M20 12l-4 3M6 18l2 1M18 18l-2 1\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-conv-hook\">Cicak eat mosquitoes \u2014 <em>fewer mosquitoes, fewer cicak.<\/em><\/div>\n          <div class=\"mpc-conv-price-row\">\n            <div class=\"mpc-conv-price-label\">Bermula dari<\/div>\n            <div class=\"mpc-conv-price\">RM150<\/div>\n          <\/div>\n          <span class=\"mpc-conv-link\">Mosquito control \u2192<\/span>\n        <\/a>\n\n        <!-- Card 2: Cockroaches -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/kawalan-lipas\/\" class=\"mpc-conv-card\">\n          <div class=\"mpc-conv-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"14\" rx=\"6\" ry=\"8\"\/><path d=\"M6 10l-3-3M18 10l3-3M8 3l1 3M16 3l-1 3M4 16l-2 2M20 16l2 2\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-conv-hook\">Small cockroaches are <em>prime cicak food<\/em> \u2014 reduce both.<\/div>\n          <div class=\"mpc-conv-price-row\">\n            <div class=\"mpc-conv-price-label\">Bermula dari<\/div>\n            <div class=\"mpc-conv-price\">RM130<\/div>\n          <\/div>\n          <span class=\"mpc-conv-link\">Kawalan lipas \u2192<\/span>\n        <\/a>\n\n        <!-- Card 3: Ants -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/kawalan-semut\/\" class=\"mpc-conv-card\">\n          <div class=\"mpc-conv-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"8\" rx=\"2\" ry=\"2.5\"\/><ellipse cx=\"12\" cy=\"13\" rx=\"2.5\" ry=\"3\"\/><ellipse cx=\"12\" cy=\"19\" rx=\"2\" ry=\"2.5\"\/><path d=\"M10 8l-4-2M14 8l4-2M10 13l-5 1M14 13l5 1M10 19l-4 2M14 19l4 2\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-conv-hook\">Flying ants and worker ants \u2014 <em>a cicak snack.<\/em><\/div>\n          <div class=\"mpc-conv-price-row\">\n            <div class=\"mpc-conv-price-label\">Bermula dari<\/div>\n            <div class=\"mpc-conv-price\">RM130<\/div>\n          <\/div>\n          <span class=\"mpc-conv-link\">Kawalan semut \u2192<\/span>\n        <\/a>\n\n        <!-- Card 4: Flies -->\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/kawalan-lalat\/\" class=\"mpc-conv-card\">\n          <div class=\"mpc-conv-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"12\" rx=\"4\" ry=\"3\"\/><path d=\"M12 12l-6-4M12 12l6-4M12 12l-6 4M12 12l6 4M12 8V4M12 20v-4\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-conv-hook\">Moths and flies drawn to lights \u2014 <em>cicak&#8217;s favourite dinner.<\/em><\/div>\n          <div class=\"mpc-conv-price-row\">\n            <div class=\"mpc-conv-price-label\">Bermula dari<\/div>\n            <div class=\"mpc-conv-price\">RM 60\/unit<\/div>\n          <\/div>\n          <span class=\"mpc-conv-link\">Kawalan lalat \u2192<\/span>\n        <\/a>\n\n      <\/div>\n\n      <!-- Direct cicak treatment card -->\n      <div class=\"mpc-direct\">\n        <div class=\"mpc-direct-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"><path d=\"M3 12c3-3 6-3 9 0s6 3 9 0M6 8c1-1 2-1 3 0M15 8c1-1 2-1 3 0M9 16v3M15 16v3\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"mpc-direct-label\">Want Direct Cicak Treatment?<\/div>\n          <h4>We also offer <em>cicak repellents and physical exclusion<\/em> on request.<\/h4>\n          <p>For clients who prefer a direct approach \u2014 such as gecko repellent treatments, glue traps, or professional physical exclusion (sealing entry points) \u2014 WhatsApp us with your premise details and we&#8217;ll discuss options.<\/p>\n        <\/div>\n        <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-wa\" target=\"_blank\" rel=\"noopener\">\n          <svg viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"currentColor\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"\/><\/svg>\n          WhatsApp Kami\n        <\/a>\n      <\/div>\n\n      <div class=\"mpc-conv-below\">\n        Ingin melihat <em>senarai harga penuh dahulu?<\/em> Lihat telus kami <a href=\"https:\/\/msianpestcontrol.com\/ms\/harga-atau-caj-kawalan-perosak\/\">panduan harga kawalan perosak<\/a> \u2014 tiada kejutan, tiada yang tidak disengajakan.\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- ============ END ZONE 2 ============ -->\n\n  <!-- RELATED BUGS -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head center\">\n        <div class=\"mpc-eyebrow\">Teruskan Membaca<\/div>\n        <h2>Perosak lain <em>terdapat di rumah-rumah di Malaysia.<\/em><\/h2>\n        <p>If you found this useful, our other pest guides cover the most common insects and creatures you&#8217;ll encounter around the house.<\/p>\n      <\/div>\n\n      <div class=\"mpc-related-grid\">\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/tentang-nyamuk\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 22V8M9 4l3 4 3-4M4 12l4 3M20 12l-4 3\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">Mengenai Nyamuk<\/div>\n          <span class=\"mpc-related-link\">Baca lebih lanjut \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/tentang-lipas\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"14\" rx=\"6\" ry=\"8\"\/><path d=\"M6 10l-3-3M18 10l3-3\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">Mengenai Lipas<\/div>\n          <span class=\"mpc-related-link\">Baca lebih lanjut \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/tentang-semut\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"8\" rx=\"2\" ry=\"2.5\"\/><ellipse cx=\"12\" cy=\"13\" rx=\"2.5\" ry=\"3\"\/><ellipse cx=\"12\" cy=\"19\" rx=\"2\" ry=\"2.5\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">Mengenai Semut<\/div>\n          <span class=\"mpc-related-link\">Baca lebih lanjut \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/tentang-labah-labah\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"12\" cy=\"12\" r=\"3\"\/><path d=\"M9 9L3 3M15 9l6-6M9 15L3 21M15 15l6 6\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">Mengenai Labah-labah<\/div>\n          <span class=\"mpc-related-link\">Baca lebih lanjut \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/tentang-lipan\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 12h18M5 8v8M8 6v12M11 8v8M14 6v12M17 8v8M20 6v12\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">About Centipedes<\/div>\n          <span class=\"mpc-related-link\">Baca lebih lanjut \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/ular\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 12c3-3 6-3 9 0s6 3 9 0M12 12v6M9 21h6\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">Mengenai Ular<\/div>\n          <span class=\"mpc-related-link\">Baca lebih lanjut \u2192<\/span>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<!-- END MPC ABOUT HOME LIZARDS PAGE -->","protected":false},"excerpt":{"rendered":"<p>Bugs &#038; Pests &nbsp;\u203a&nbsp; About Home Lizards Bug &#038; Pest Encyclopaedia Home Lizards (Cicak) \u2014 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-879","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/pages\/879","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/comments?post=879"}],"version-history":[{"count":3,"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/pages\/879\/revisions"}],"predecessor-version":[{"id":1375,"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/pages\/879\/revisions\/1375"}],"wp:attachment":[{"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/media?parent=879"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}