{
    "id": 738,
    "date": "2026-04-09T03:40:33",
    "date_gmt": "2026-04-09T03:40:33",
    "guid": {
        "rendered": "https:\/\/mikazone.store\/?page_id=738"
    },
    "modified": "2026-04-22T05:16:58",
    "modified_gmt": "2026-04-22T05:16:58",
    "slug": "technical-support",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/mikazone.store\/en\/contact\/technical-support\/",
    "title": {
        "rendered": "Technical Support"
    },
    "content": {
        "rendered": "<style>\n:root{\n  --bg:#f6f4f1;\n  --bg-soft:#fbfaf8;\n  --panel:#ffffff;\n  --text:#1e1e20;\n  --muted:rgba(30,30,32,.72);\n  --soft:rgba(30,30,32,.52);\n  --line:rgba(30,30,32,.08);\n  --accent:#C73E3E;\n  --accent-dark:#8B1A1A;\n  --accent-soft:rgba(199,62,62,.08);\n  --accent-border:rgba(199,62,62,.18);\n  --shadow:0 10px 30px rgba(30,30,32,.06);\n  --max:1200px;\n}<\/p>\n<p>*{box-sizing:border-box}\nbody{\n  margin:0;\n  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;\n  background:var(--bg);\n  color:var(--text);\n}\na{text-decoration:none;color:inherit}<\/p>\n<p>\/* ========== HERO ========== *\/\n.ap-tech-hero{\n  position:relative;\n  overflow:hidden;\n  background:linear-gradient(180deg,#faf8f5 0%, #f3efeb 100%);\n  border-bottom:1px solid var(--line);\n}<\/p>\n<p>.ap-tech-hero-bg{\n  position:absolute;\n  inset:0;\n  z-index:1;\n}\n.ap-tech-hero-bg img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  filter:grayscale(.06) brightness(1.05) saturate(.74);\n  opacity:.15;\n}\n.ap-tech-hero-bg::after{\n  content:'';\n  position:absolute;\n  inset:0;\n  background:\n    radial-gradient(circle at 78% 30%, rgba(199,62,62,.08), transparent 20%),\n    linear-gradient(108deg,\n      rgba(250,248,245,.96) 0%,\n      rgba(250,248,245,.92) 34%,\n      rgba(250,248,245,.78) 64%,\n      rgba(250,248,245,.62) 100%\n    );\n}<\/p>\n<p>.ap-tech-hero-accent{\n  position:absolute;\n  top:0;bottom:0;left:0;\n  width:4px;\n  z-index:3;\n  background:linear-gradient(180deg,transparent,var(--accent) 30%,var(--accent-dark) 70%,transparent);\n}<\/p>\n<p>.ap-tech-hero-corner{\n  position:absolute;\n  top:32px;right:32px;\n  width:72px;height:72px;\n  z-index:3;\n  border-top:3px solid rgba(199,62,62,.18);\n  border-right:3px solid rgba(199,62,62,.18);\n  border-radius:0 12px 0 0;\n}<\/p>\n<p>.ap-tech-hero-inner{\n  position:relative;\n  z-index:2;\n  max-width:var(--max);\n  margin:0 auto;\n  padding:120px 48px 96px;\n  display:grid;\n  grid-template-columns:minmax(0, 1.1fr) minmax(320px, .72fr);\n  gap:40px;\n  align-items:end;\n}<\/p>\n<p>.ap-tech-copy{\n  max-width:780px;\n}<\/p>\n<p>.ap-tech-tag{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  margin-bottom:22px;\n}\n.ap-tech-tag .bar{\n  width:20px;\n  height:2px;\n  background:var(--accent);\n}\n.ap-tech-tag .lab{\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:3px;\n  text-transform:uppercase;\n  color:var(--accent);\n}<\/p>\n<p>.ap-tech-copy h1{\n  margin:0 0 22px;\n  font-size:58px;\n  font-weight:900;\n  line-height:1.06;\n  letter-spacing:-2.4px;\n  color:var(--text);\n}<\/p>\n<p>.ap-tech-sub{\n  max-width:740px;\n  font-size:15px;\n  line-height:1.9;\n  color:var(--muted);\n  margin-bottom:34px;\n}<\/p>\n<p>.ap-tech-highlights{\n  display:flex;\n  gap:12px;\n  flex-wrap:wrap;\n  margin-bottom:38px;\n}\n.ap-tech-hl{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  padding:12px 18px;\n  border-radius:8px;\n  background:rgba(255,255,255,.76);\n  border:1px solid rgba(30,30,32,.08);\n  box-shadow:0 6px 20px rgba(30,30,32,.04);\n  transition:.35s;\n}\n.ap-tech-hl:hover{\n  border-color:rgba(199,62,62,.20);\n  background:#fff;\n  transform:translateY(-1px);\n}\n.ap-tech-hl .dot{\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  background:var(--accent);\n  box-shadow:0 0 8px rgba(199,62,62,.24);\n  flex-shrink:0;\n}\n.ap-tech-hl span{\n  font-size:12.5px;\n  font-weight:600;\n  line-height:1.4;\n  color:rgba(30,30,32,.78);\n}<\/p>\n<p>.ap-tech-btns{\n  display:flex;\n  gap:14px;\n  flex-wrap:wrap;\n}\n.ap-tech-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:8px;\n  padding:14px 28px;\n  border-radius:6px;\n  font-size:13px;\n  font-weight:600;\n  transition:.35s;\n}\n.ap-tech-btn svg{\n  width:14px;height:14px;\n  fill:none;\n  stroke:currentColor;\n  stroke-width:2;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n  flex-shrink:0;\n}\n.ap-tech-btn.primary{\n  background:var(--accent-dark);\n  color:#fff;\n  border:none;\n  box-shadow:0 6px 20px rgba(139,26,26,.18);\n}\n.ap-tech-btn.primary:hover{\n  background:#A32626;\n  transform:translateY(-2px);\n  box-shadow:0 10px 30px rgba(139,26,26,.28);\n}\n.ap-tech-btn.ghost{\n  background:rgba(255,255,255,.72);\n  color:var(--text);\n  border:1.5px solid rgba(30,30,32,.10);\n}\n.ap-tech-btn.ghost:hover{\n  background:#fff;\n  color:var(--accent-dark);\n  border-color:rgba(199,62,62,.26);\n}<\/p>\n<p>\/* right panel *\/\n.ap-tech-side{\n  display:flex;\n  justify-content:flex-end;\n}\n.ap-tech-panel{\n  width:100%;\n  max-width:390px;\n  background:linear-gradient(180deg,#ffffff,#fcfbf9);\n  border:1px solid rgba(30,30,32,.08);\n  border-radius:16px;\n  box-shadow:var(--shadow);\n  overflow:hidden;\n}\n.ap-tech-panel-top{\n  padding:22px 22px 18px;\n  border-bottom:1px solid rgba(30,30,32,.06);\n}\n.ap-tech-panel-label{\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:2.2px;\n  text-transform:uppercase;\n  color:var(--accent);\n  margin-bottom:10px;\n}\n.ap-tech-panel h3{\n  margin:0;\n  font-size:20px;\n  line-height:1.3;\n  letter-spacing:-.4px;\n  color:var(--text);\n}\n.ap-tech-panel-body{\n  padding:18px 22px 22px;\n}\n.ap-tech-list{\n  list-style:none;\n  padding:0;\n  margin:0;\n  display:grid;\n  gap:12px;\n}\n.ap-tech-list li{\n  position:relative;\n  padding-left:18px;\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.7;\n}\n.ap-tech-list li::before{\n  content:'';\n  position:absolute;\n  left:0;\n  top:.74em;\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  background:var(--accent);\n  box-shadow:0 0 8px rgba(199,62,62,.18);\n  transform:translateY(-50%);\n}\n.ap-tech-note{\n  margin-top:16px;\n  padding:14px 14px;\n  border-radius:10px;\n  background:rgba(199,62,62,.05);\n  border:1px solid rgba(199,62,62,.10);\n  color:rgba(30,30,32,.72);\n  font-size:13px;\n  line-height:1.7;\n}<\/p>\n<p>.ap-tech-fade{\n  position:absolute;\n  bottom:0;left:0;right:0;\n  height:1px;\n  z-index:3;\n  background:linear-gradient(90deg,transparent,rgba(199,62,62,.22) 30%,rgba(199,62,62,.22) 70%,transparent);\n}<\/p>\n<p>\/* responsive *\/\n@media(max-width:1024px){\n  .ap-tech-hero-inner{\n    padding:100px 32px 80px;\n    grid-template-columns:1fr;\n    gap:28px;\n    align-items:start;\n  }\n  .ap-tech-copy h1{\n    font-size:46px;\n    letter-spacing:-2px;\n  }\n  .ap-tech-side{\n    justify-content:flex-start;\n  }\n  .ap-tech-hero-corner{\n    top:24px;right:24px;\n    width:56px;height:56px;\n  }\n}\n@media(max-width:640px){\n  .ap-tech-hero-inner{\n    padding:80px 20px 64px;\n  }\n  .ap-tech-copy h1{\n    font-size:36px;\n    letter-spacing:-1.4px;\n  }\n  .ap-tech-sub{\n    font-size:14px;\n  }\n  .ap-tech-highlights{\n    flex-direction:column;\n  }\n  .ap-tech-btns{\n    flex-direction:column;\n    align-items:stretch;\n  }\n  .ap-tech-btn{\n    width:100%;\n  }\n  .ap-tech-hero-corner{\n    display:none;\n  }\n}\n<\/style>\n<section class=\"ap-tech-hero\">\n<div class=\"ap-tech-hero-bg\">\n    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1581092160607-ee22731d8c67?w=1600&#038;q=80\" alt=\"Technical Support\" loading=\"eager\">\n  <\/div>\n<div class=\"ap-tech-hero-accent\"><\/div>\n<div class=\"ap-tech-hero-corner\"><\/div>\n<div class=\"ap-tech-hero-inner\">\n<div class=\"ap-tech-copy\">\n<div class=\"ap-tech-tag\">\n        <span class=\"bar\"><\/span><br \/>\n        <span class=\"lab\">Technical Support<\/span>\n      <\/div>\n<h1>Technical Support<\/h1>\n<p class=\"ap-tech-sub\">\n        Get practical support for product selection, formulation direction, dosage adjustment,<br \/>\n        trial optimization, and application performance with Mandalas and MikaZone-backed solutions.\n      <\/p>\n<div class=\"ap-tech-highlights\">\n<div class=\"ap-tech-hl\">\n          <span class=\"dot\"><\/span><br \/>\n          <span>Support for product selection and grade matching<\/span>\n        <\/div>\n<div class=\"ap-tech-hl\">\n          <span class=\"dot\"><\/span><br \/>\n          <span>Guidance for formulation and dosage direction<\/span>\n        <\/div>\n<div class=\"ap-tech-hl\">\n          <span class=\"dot\"><\/span><br \/>\n          <span>Practical help for trials and application performance<\/span>\n        <\/div>\n<\/p><\/div>\n<div class=\"ap-tech-btns\">\n        <a href=\"https:\/\/mikazone.store\/en\/service\/technical-support-fast-response\/\" class=\"ap-tech-btn primary\"><br \/>\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 20h9\"\/><path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"\/><\/svg><br \/>\n          Contact Technical Support<br \/>\n        <\/a><\/p>\n<p>        <a href=\"https:\/\/mikazone.store\/en\/contact\/\" class=\"ap-tech-btn ghost\"><br \/>\n          <svg viewbox=\"0 0 24 24\"><path d=\"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z\"\/><path d=\"m22 6-10 7L2 6\"\/><\/svg><br \/>\n          Email Our Team<br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<div class=\"ap-tech-side\">\n<div class=\"ap-tech-panel\">\n<div class=\"ap-tech-panel-top\">\n<div class=\"ap-tech-panel-label\">Support Areas<\/div>\n<h3>What our team can help you review<\/h3>\n<\/p><\/div>\n<div class=\"ap-tech-panel-body\">\n<ul class=\"ap-tech-list\">\n<li>Product suitability by application<\/li>\n<li>Formulation direction and dosage starting point<\/li>\n<li>Trial feedback and adjustment ideas<\/li>\n<li>Performance issues linked to real system needs<\/li>\n<\/ul>\n<div class=\"ap-tech-note\">\n            Share your application, current challenge, or trial target with our team to receive more practical and relevant technical guidance.\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"ap-tech-fade\"><\/div>\n<\/section>\n<style>\n:root{\n  --bg:#f6f4f1;\n  --bg-soft:#fbfaf8;\n  --panel:#ffffff;\n  --panel-2:#fcfbf9;\n  --text:#1e1e20;\n  --muted:rgba(30,30,32,.72);\n  --soft:rgba(30,30,32,.52);\n  --line:rgba(30,30,32,.08);\n  --line-strong:rgba(30,30,32,.12);\n  --accent:#C73E3E;\n  --accent-dark:#8B1A1A;\n  --accent-soft:rgba(199,62,62,.08);\n  --accent-border:rgba(199,62,62,.18);\n  --shadow:0 10px 30px rgba(30,30,32,.06);\n  --max:1200px;\n  --radius:14px;\n}<\/p>\n<p>*{box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{\n  margin:0;\n  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;\n  background:var(--bg);\n  color:var(--text);\n}\na{text-decoration:none;color:inherit}<\/p>\n<p>\/* ========== MAIN CONTENT ========== *\/\n.ap-page{\n  background:\n    radial-gradient(circle at top right, rgba(199,62,62,.05), transparent 24%),\n    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);\n}\n.ap-wrap{\n  max-width:var(--max);\n  margin:0 auto;\n  padding:72px 48px;\n}\n.ap-section{\n  padding:34px 0;\n  border-bottom:1px solid var(--line);\n}\n.ap-section:last-child{\n  border-bottom:none;\n}\n.ap-section-head{\n  display:flex;\n  gap:16px;\n  align-items:flex-start;\n  margin-bottom:20px;\n}\n.ap-section-head .bar{\n  width:4px;\n  min-width:4px;\n  height:42px;\n  border-radius:99px;\n  background:linear-gradient(180deg,var(--accent),var(--accent-dark));\n  box-shadow:0 0 18px rgba(199,62,62,.14);\n}\n.ap-kicker{\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:2.6px;\n  text-transform:uppercase;\n  color:var(--accent);\n  margin-bottom:8px;\n}\n.ap-section h2{\n  margin:0;\n  font-size:32px;\n  line-height:1.18;\n  letter-spacing:-1.2px;\n  color:var(--text);\n}\n.ap-lead,\n.ap-text{\n  max-width:980px;\n  color:var(--muted);\n  font-size:15px;\n  line-height:1.9;\n}\n.ap-text + .ap-text{\n  margin-top:14px;\n}<\/p>\n<p>\/* cards *\/\n.ap-card{\n  background:linear-gradient(180deg,#ffffff,#fdfcfa);\n  border:1px solid var(--line);\n  border-radius:var(--radius);\n  padding:26px 24px;\n  box-shadow:var(--shadow);\n}\n.ap-grid{\n  display:grid;\n  gap:20px;\n}\n.ap-grid-2{\n  grid-template-columns:repeat(2,minmax(0,1fr));\n}\n.ap-grid-3{\n  grid-template-columns:repeat(3,minmax(0,1fr));\n}<\/p>\n<p>\/* list *\/\n.ap-list-title{\n  font-size:13px;\n  font-weight:700;\n  color:var(--text);\n  margin-bottom:14px;\n  letter-spacing:.2px;\n}\n.ap-list{\n  list-style:none;\n  padding:0;\n  margin:0;\n  display:grid;\n  gap:12px;\n}\n.ap-list li{\n  position:relative;\n  padding-left:18px;\n  color:var(--muted);\n  line-height:1.7;\n  font-size:14px;\n}\n.ap-list li::before{\n  content:'';\n  position:absolute;\n  left:0;\n  top:.72em;\n  width:6px;height:6px;\n  border-radius:50%;\n  background:var(--accent);\n  box-shadow:0 0 8px rgba(199,62,62,.18);\n  transform:translateY(-50%);\n}<\/p>\n<p>\/* support cards *\/\n.ap-support-grid{\n  display:grid;\n  grid-template-columns:repeat(2, minmax(0,1fr));\n  gap:16px;\n  margin-top:22px;\n}\n.ap-support-item{\n  position:relative;\n  padding:18px 18px 18px 42px;\n  border-radius:12px;\n  background:linear-gradient(180deg,#ffffff,#fcfbf9);\n  border:1px solid var(--line);\n  box-shadow:0 6px 18px rgba(30,30,32,.04);\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.7;\n}\n.ap-support-item::before{\n  content:'';\n  position:absolute;\n  left:18px;\n  top:24px;\n  width:8px;height:8px;\n  border-radius:50%;\n  background:var(--accent);\n  box-shadow:0 0 8px rgba(199,62,62,.18);\n}<\/p>\n<p>\/* chips *\/\n.ap-chip-grid{\n  display:flex;\n  flex-wrap:wrap;\n  gap:12px;\n  margin-top:22px;\n}\n.ap-chip{\n  display:inline-flex;\n  align-items:center;\n  padding:11px 16px;\n  border-radius:999px;\n  background:#fff;\n  border:1px solid rgba(30,30,32,.08);\n  color:rgba(30,30,32,.82);\n  font-size:13px;\n  font-weight:600;\n  transition:.3s;\n  box-shadow:0 4px 16px rgba(30,30,32,.04);\n}\n.ap-chip:hover{\n  border-color:rgba(199,62,62,.24);\n  background:#fff8f8;\n  color:var(--accent-dark);\n  transform:translateY(-1px);\n}<\/p>\n<p>\/* emphasis \/ note boxes *\/\n.ap-highlight-box{\n  margin-top:22px;\n  border:1px solid rgba(199,62,62,.12);\n  background:linear-gradient(180deg,#fff,#fcfbf9);\n  border-radius:16px;\n  padding:26px 24px;\n  box-shadow:var(--shadow);\n}\n.ap-inline-em{\n  color:var(--accent-dark);\n  font-weight:700;\n}<\/p>\n<p>.ap-note-grid{\n  display:grid;\n  grid-template-columns:1.1fr .9fr;\n  gap:20px;\n  margin-top:22px;\n}\n.ap-note-card{\n  background:linear-gradient(180deg,#ffffff,#fcfbf9);\n  border:1px solid var(--line);\n  border-radius:14px;\n  padding:22px 20px;\n  box-shadow:0 6px 18px rgba(30,30,32,.04);\n}\n.ap-note-card h3{\n  margin:0 0 10px;\n  font-size:18px;\n  line-height:1.3;\n  color:var(--text);\n}\n.ap-note-card p{\n  margin:0;\n  font-size:14px;\n  line-height:1.8;\n  color:var(--muted);\n}<\/p>\n<p>\/* contact *\/\n.ap-contact-grid{\n  display:grid;\n  grid-template-columns:1.15fr .85fr;\n  gap:22px;\n  margin-top:24px;\n}\n.ap-info-block + .ap-info-block{\n  margin-top:22px;\n  padding-top:22px;\n  border-top:1px solid var(--line);\n}\n.ap-label{\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:2.3px;\n  text-transform:uppercase;\n  color:var(--accent);\n  margin-bottom:10px;\n}\n.ap-company{\n  font-size:18px;\n  font-weight:800;\n  margin-bottom:14px;\n  color:var(--text);\n}\n.ap-info-text{\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.85;\n}\n.ap-mini-list{\n  display:grid;\n  gap:14px;\n}\n.ap-mini-item{\n  padding:16px 18px;\n  border-radius:12px;\n  background:linear-gradient(180deg,#ffffff,#fcfbf9);\n  border:1px solid var(--line);\n}\n.ap-mini-item strong{\n  display:block;\n  margin-bottom:6px;\n  font-size:13px;\n  color:var(--text);\n}\n.ap-mini-item span,\n.ap-mini-item a{\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.7;\n  word-break:break-word;\n}\n.ap-mini-item a:hover{\n  color:var(--accent-dark);\n}<\/p>\n<p>\/* bottom cta *\/\n.ap-cta{\n  padding:38px 0 10px;\n}\n.ap-cta-box{\n  position:relative;\n  overflow:hidden;\n  border-radius:18px;\n  border:1px solid rgba(199,62,62,.14);\n  background:\n    linear-gradient(135deg, rgba(199,62,62,.06), rgba(255,255,255,.96) 48%),\n    linear-gradient(180deg,#ffffff,#fcfbf9);\n  padding:34px 30px;\n  box-shadow:0 16px 42px rgba(30,30,32,.06);\n}\n.ap-cta-box::before{\n  content:'';\n  position:absolute;\n  top:0;left:0;bottom:0;\n  width:4px;\n  background:linear-gradient(180deg,transparent,var(--accent),var(--accent-dark),transparent);\n}\n.ap-cta-box h3{\n  margin:0 0 12px;\n  font-size:30px;\n  line-height:1.15;\n  letter-spacing:-1px;\n  color:var(--text);\n}\n.ap-cta-box p{\n  max-width:820px;\n  margin:0 0 22px;\n  color:var(--muted);\n  font-size:15px;\n  line-height:1.85;\n}\n.ap-cta-actions{\n  display:flex;\n  gap:14px;\n  flex-wrap:wrap;\n}\n.ap-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:8px;\n  padding:14px 28px;\n  border-radius:6px;\n  font-size:13px;\n  font-weight:600;\n  transition:.35s;\n}\n.ap-btn svg{\n  width:14px;height:14px;\n  fill:none;\n  stroke:currentColor;\n  stroke-width:2;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n  flex-shrink:0;\n}\n.ap-btn.primary{\n  background:var(--accent-dark);\n  color:#fff;\n  border:none;\n  box-shadow:0 6px 20px rgba(139,26,26,.18);\n}\n.ap-btn.primary:hover{\n  background:#A32626;\n  transform:translateY(-2px);\n  box-shadow:0 10px 30px rgba(139,26,26,.28);\n}\n.ap-btn.ghost{\n  background:rgba(255,255,255,.72);\n  color:var(--text);\n  border:1.5px solid rgba(30,30,32,.10);\n}\n.ap-btn.ghost:hover{\n  background:#fff;\n  color:var(--accent-dark);\n  border-color:rgba(199,62,62,.26);\n}<\/p>\n<p>\/* responsive *\/\n@media(max-width:1024px){\n  .ap-wrap{padding:64px 32px}\n  .ap-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}\n  .ap-note-grid,\n  .ap-contact-grid{\n    grid-template-columns:1fr;\n  }\n}\n@media(max-width:768px){\n  .ap-grid-2,\n  .ap-grid-3,\n  .ap-support-grid{\n    grid-template-columns:1fr;\n  }\n  .ap-section h2{\n    font-size:26px;\n  }\n}\n@media(max-width:640px){\n  .ap-wrap{padding:52px 20px}\n  .ap-lead,\n  .ap-text,\n  .ap-cta-box p{\n    font-size:14px;\n  }\n  .ap-cta-actions{\n    flex-direction:column;\n    align-items:stretch;\n  }\n  .ap-btn{\n    width:100%;\n  }\n}\n<\/style>\n<div class=\"ap-page\">\n<div class=\"ap-wrap\">\n<p>    <!-- Section 1 --><\/p>\n<section class=\"ap-section\">\n<div class=\"ap-section-head\">\n        <span class=\"bar\"><\/span><\/p>\n<div>\n<div class=\"ap-kicker\">Section 1<\/div>\n<h2>Technical Support That Goes Beyond Product Supply<\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"ap-lead\">\n        Technical support is not only about recommending a product grade. In real projects, performance depends on how the full system works together\u2014raw materials, formulation structure, dosage, application method, and site conditions all matter. Mandalas supports customers with application-based coordination, and MikaZone publicly states that it has an experienced technical service team that provides technical advice and support.\n      <\/p>\n<p class=\"ap-text\">\n        Whether you are developing a new formula, improving an existing product, solving an application issue, or preparing for trials, our goal is to help you move forward with clearer direction and more practical next steps. MikaZone also publicly describes its support around application solutions, R&amp;D collaboration, and customized formulation assistance.\n      <\/p>\n<\/section>\n<p>    <!-- Section 2 --><\/p>\n<section class=\"ap-section\">\n<div class=\"ap-section-head\">\n        <span class=\"bar\"><\/span><\/p>\n<div>\n<div class=\"ap-kicker\">Section 2<\/div>\n<h2>Support Areas We Commonly Cover<\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"ap-text\">\n        Our technical support is designed to help customers reduce unnecessary trial-and-error and improve the speed of product matching, formulation adjustment, and commercial decision-making. MikaZone\u2019s public materials describe support for customized chemical products, formula testing, and product-performance modification through its R&amp;D center.\n      <\/p>\n<div class=\"ap-support-grid\">\n<div class=\"ap-support-item\">Product grade recommendation<\/div>\n<div class=\"ap-support-item\">Application-based product matching<\/div>\n<div class=\"ap-support-item\">Formula review and adjustment direction<\/div>\n<div class=\"ap-support-item\">Dosage optimization<\/div>\n<div class=\"ap-support-item\">Water retention and workability tuning<\/div>\n<div class=\"ap-support-item\">Adhesion and flexibility improvement direction<\/div>\n<div class=\"ap-support-item\">Open time, sag resistance, and rheology adjustment<\/div>\n<div class=\"ap-support-item\">Early strength or setting-time direction<\/div>\n<div class=\"ap-support-item\">Bubble, foam, or finish-quality troubleshooting<\/div>\n<div class=\"ap-support-item\">Sample and technical-document coordination<\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Section 3 --><\/p>\n<section class=\"ap-section\">\n<div class=\"ap-section-head\">\n        <span class=\"bar\"><\/span><\/p>\n<div>\n<div class=\"ap-kicker\">Section 3<\/div>\n<h2>Choosing the Right Product for the Right Application<\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"ap-text\">\n        Not every application needs the same grade, even within the same product family. A different viscosity, polymer level, or additive package can change how a product performs during mixing, application, drying, and long-term use. MikaZone\u2019s public product and application pages repeatedly position different grades for different systems such as wall putty, self-leveling, ETICS, waterproof mortar, coatings, and gypsum plaster.\n      <\/p>\n<p class=\"ap-text\">\n        We support customers by reviewing the application first, then narrowing the product direction based on performance goals, environment, and processing needs. This is consistent with MikaZone\u2019s public application-support and custom-formulation approach.\n      <\/p>\n<\/section>\n<p>    <!-- Section 4 --><\/p>\n<section class=\"ap-section\">\n<div class=\"ap-section-head\">\n        <span class=\"bar\"><\/span><\/p>\n<div>\n<div class=\"ap-kicker\">Section 4<\/div>\n<h2>Support for Formulation Development and Trial Work<\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"ap-text\">\n        Technical support is especially valuable during early trials. A formula that looks correct on paper may still fail in real use because of poor flow, insufficient open time, weak adhesion, foaming, or poor compatibility with the rest of the system.\n      <\/p>\n<p class=\"ap-text\">\n        MikaZone publicly states that if customers need formula assistance, its R&amp;D center can conduct formula testing and make modifications to improve project performance. It also states that it has dedicated HEC laboratories and HEC application formula laboratories for specialized technical support.\n      <\/p>\n<div class=\"ap-card\" style=\"margin-top:22px;\">\n<div class=\"ap-list-title\">That is why our support can include:<\/div>\n<ul class=\"ap-list\">\n<li>Starting-point product recommendations<\/li>\n<li>Trial adjustment direction<\/li>\n<li>Additive-combination review<\/li>\n<li>Formula simplification or upgrade suggestions<\/li>\n<li>Troubleshooting after initial sample testing<\/li>\n<\/ul><\/div>\n<\/section>\n<p>    <!-- Section 5 --><\/p>\n<section class=\"ap-section\">\n<div class=\"ap-section-head\">\n        <span class=\"bar\"><\/span><\/p>\n<div>\n<div class=\"ap-kicker\">Section 5<\/div>\n<h2>Practical Guidance on Dosage and Integration<\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"ap-text\">\n        Many performance problems are not caused by choosing the wrong product family, but by using the wrong dosage or adding the product in the wrong way. Small changes in dosage can affect viscosity, open time, adhesion, foam, film quality, strength development, or storage stability.\n      <\/p>\n<p class=\"ap-text\">\n        MikaZone publicly confirms dosage-optimization support for its Defoamer Powder and says it offers free 1-on-1 consultation with chemists, including typical dosage guidance and integration methods. This shows that technical support can include practical use guidance, not just product naming.\n      <\/p>\n<div class=\"ap-card\" style=\"margin-top:22px;\">\n<div class=\"ap-list-title\">We can help you review dosage direction for:<\/div>\n<div class=\"ap-grid ap-grid-2\">\n<ul class=\"ap-list\">\n<li>Cellulose ethers<\/li>\n<li>Polymer powders<\/li>\n<li>Superplasticizers<\/li>\n<li>Defoamers<\/li>\n<\/ul>\n<ul class=\"ap-list\">\n<li>Accelerators and retarders<\/li>\n<li>Hydrophobic additives<\/li>\n<li>Reinforcement additives<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Section 6 --><\/p>\n<section class=\"ap-section\">\n<div class=\"ap-section-head\">\n        <span class=\"bar\"><\/span><\/p>\n<div>\n<div class=\"ap-kicker\">Section 6<\/div>\n<h2>Help With Common Performance Problems<\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"ap-text\">\n        Technical support is often most useful when something is not working as expected. We help customers review the likely cause of the issue and identify the most practical next step based on the formulation and application.\n      <\/p>\n<div class=\"ap-card\" style=\"margin-top:22px;\">\n<div class=\"ap-list-title\">Common Issues We Can Help Review<\/div>\n<div class=\"ap-grid ap-grid-2\">\n<ul class=\"ap-list\">\n<li>Low water retention<\/li>\n<li>Weak adhesion<\/li>\n<li>Poor workability<\/li>\n<li>Short or unstable open time<\/li>\n<li>Sagging or slump<\/li>\n<\/ul>\n<ul class=\"ap-list\">\n<li>Cracking or shrinkage<\/li>\n<li>Too much foam or surface pinholes<\/li>\n<li>Weak early strength<\/li>\n<li>Unstable viscosity or storage performance<\/li>\n<li>Inconsistent finish quality<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<p class=\"ap-text\" style=\"margin-top:18px;\">\n        MikaZone\u2019s public application pages and technical articles repeatedly address these kinds of performance issues in wall putty, waterproof mortar, render, tile adhesive, and dry-mix mortar systems.\n      <\/p>\n<\/section>\n<p>    <!-- Section 7 --><\/p>\n<section class=\"ap-section\">\n<div class=\"ap-section-head\">\n        <span class=\"bar\"><\/span><\/p>\n<div>\n<div class=\"ap-kicker\">Section 7<\/div>\n<h2>Sample and Technical Document Coordination<\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"ap-text\">\n        Technical support often needs to be paired with the right sample and the right documentation. MikaZone publicly states that customers can request samples and technical support through its service team, and that sample requests are available across multiple products. It also publicly mentions free samples and technical datasheets for Defoamer Powder.\n      <\/p>\n<div class=\"ap-card\" style=\"margin-top:22px;\">\n<div class=\"ap-list-title\">Support can include coordination for:<\/div>\n<ul class=\"ap-list\">\n<li>Sample requests<\/li>\n<li>TDS \/ SDS support<\/li>\n<li>Application information<\/li>\n<li>Recommended product direction<\/li>\n<li>Follow-up after sample evaluation<\/li>\n<\/ul><\/div>\n<\/section>\n<p>    <!-- Section 8 --><\/p>\n<section class=\"ap-section\">\n<div class=\"ap-section-head\">\n        <span class=\"bar\"><\/span><\/p>\n<div>\n<div class=\"ap-kicker\">Section 8<\/div>\n<h2>Technical Support by Application<\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"ap-text\">\n        We provide support across a wide range of construction additive applications. MikaZone publicly highlights application support for tile adhesives, dry-mix mortars, wall putties, ETICS, renders, gypsum plaster, waterproof systems, coatings, and more.\n      <\/p>\n<div class=\"ap-card\" style=\"margin-top:22px;\">\n<div class=\"ap-list-title\">Common Applications<\/div>\n<div class=\"ap-grid ap-grid-3\">\n<ul class=\"ap-list\">\n<li>Tile Adhesives<\/li>\n<li>Wall Putty &amp; Skim Coat<\/li>\n<li>Gypsum Plaster &amp; Joint Filler<\/li>\n<li>Mortars &amp; Rendering<\/li>\n<li>ETICS \/ Insulation Systems<\/li>\n<\/ul>\n<ul class=\"ap-list\">\n<li>Self-Leveling<\/li>\n<li>Repair Mortars<\/li>\n<li>Waterproof Mortars<\/li>\n<li>Texture Coatings<\/li>\n<li>Putty Paste<\/li>\n<\/ul>\n<ul class=\"ap-list\">\n<li>Waterproofing<\/li>\n<li>Primers &amp; Bonding Agents<\/li>\n<li>Premixed Adhesives<\/li>\n<li>Premixed Grouts<\/li>\n<li>Sealants &amp; Repair Pastes<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Section 9 --><\/p>\n<section class=\"ap-section\">\n<div class=\"ap-section-head\">\n        <span class=\"bar\"><\/span><\/p>\n<div>\n<div class=\"ap-kicker\">Section 9<\/div>\n<h2>Why Customers Contact Us for Technical Support<\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"ap-text\">\n        Customers do not always need a completely new product. Sometimes they need a better grade match, a more suitable dosage, a clearer formula direction, or a more efficient trial starting point. Our role is to help connect the application need with the most practical next step.\n      <\/p>\n<p class=\"ap-text\">\n        MikaZone publicly presents itself as a supplier with application support, product quality monitoring, R&amp;D involvement, and customized formulation capabilities. Mandalas can help customers access this solution-oriented direction through local service and commercial coordination.\n      <\/p>\n<div class=\"ap-card\" style=\"margin-top:22px;\">\n<div class=\"ap-list-title\">Why Customers Use This Support<\/div>\n<div class=\"ap-grid ap-grid-2\">\n<ul class=\"ap-list\">\n<li>Clearer product selection<\/li>\n<li>Better trial direction<\/li>\n<li>Application-based communication<\/li>\n<li>Dosage and troubleshooting support<\/li>\n<\/ul>\n<ul class=\"ap-list\">\n<li>Easier sample follow-up<\/li>\n<li>Local coordination in Venezuela<\/li>\n<li>Quotation support when needed<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Section 10 --><\/p>\n<section class=\"ap-section\" id=\"technical-support-contact\">\n<div class=\"ap-section-head\">\n        <span class=\"bar\"><\/span><\/p>\n<div>\n<div class=\"ap-kicker\">Section 10<\/div>\n<h2>Contact Our Technical Support Team<\/h2>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"ap-contact-grid\">\n<div class=\"ap-card\">\n<div class=\"ap-info-block\">\n<div class=\"ap-company\">IMPORTADORA MANDALAS<\/div>\n<div class=\"ap-label\">Administrative Office<\/div>\n<div class=\"ap-info-text\">\n              Avenida Principal La Lagunita,<br \/>\n              Edificio Centro Empresarial La Lagunita, Floor 2, Office 212,<br \/>\n              Urbanizaci\u00f3n La Lagunita, El Hatillo, Caracas 1061, Venezuela.\n            <\/div>\n<\/p><\/div>\n<div class=\"ap-info-block\">\n<div class=\"ap-label\">Warehouse<\/div>\n<div class=\"ap-info-text\">\n              Calle Suapire, Local Galp\u00f3n Los Giordanos, PB,<br \/>\n              Urbanizaci\u00f3n La Suiza, San Antonio de los Altos, Venezuela.\n            <\/div>\n<\/p><\/div>\n<div class=\"ap-info-block\">\n<div class=\"ap-company\">MANCAM GLOBAL SUPPLIES (USA Branch)<\/div>\n<div class=\"ap-label\">Administrative Office &amp; Warehouse<\/div>\n<div class=\"ap-info-text\">\n              8239 NW 68th St, Miami, FL 33166, USA.\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"ap-card\">\n<div class=\"ap-mini-list\">\n<div class=\"ap-mini-item\">\n              <strong>Phone<\/strong><br \/>\n              <span>USA: <a href=\"tel:+17867079445\">+1 786 707 9445<\/a><\/span><br \/>\n              <span>Caracas: <a href=\"tel:+584142477568\">+58 414 2477568<\/a><\/span>\n            <\/div>\n<div class=\"ap-mini-item\">\n              <strong>General Inquiries<\/strong><br \/>\n              <a href=\"mailto:info@mandalasproductos.com\">info@mandalasproductos.com<\/a>\n            <\/div>\n<div class=\"ap-mini-item\">\n              <strong>Sales<\/strong><br \/>\n              <a href=\"mailto:ventas@mandalasproductos.com\">ventas@mandalasproductos.com<\/a>\n            <\/div>\n<div class=\"ap-mini-item\">\n              <strong>Operations<\/strong><br \/>\n              <a href=\"mailto:operacionesl@mandalasproductos.com\">operacionesl@mandalasproductos.com<\/a>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Bottom CTA --><\/p>\n<section class=\"ap-cta\">\n<div class=\"ap-cta-box\">\n<h3>Need Technical Support for Your Formula or Application?<\/h3>\n<p>\n          Share your product, application, or trial issue with our team. We\u2019ll help you identify a more suitable product direction, dosage path, or next trial step.\n        <\/p>\n<div class=\"ap-cta-actions\">\n          <a href=\"https:\/\/mikazone.store\/en\/contact\/send-your-formula\/\" class=\"ap-btn primary\"><br \/>\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 20h9\"\/><path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"\/><\/svg><br \/>\n            Send Your Formula<br \/>\n          <\/a><\/p>\n<p>          <a href=\"https:\/\/mikazone.store\/en\/contact\/\" class=\"ap-btn ghost\"><br \/>\n            <svg viewbox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.63 2.62a2 2 0 0 1-.45 2.11L8 9.91a16 16 0 0 0 6.09 6.09l1.46-1.29a2 2 0 0 1 2.11-.45c.84.3 1.72.51 2.62.63A2 2 0 0 1 22 16.92z\"\/><\/svg><br \/>\n            Talk to Our Team<br \/>\n          <\/a>\n        <\/div>\n<\/p><\/div>\n<\/section><\/div>\n<\/div>\n<style data-lemonx-boosted=\"true\">\n\/* Lemonx: User CSS ,Theme\/Elementor GlobalStyle *\/\n:root {\n  --bg:#f6f4f1;\n  --bg-soft:#fbfaf8;\n  --panel:#ffffff;\n  --text:#1e1e20;\n  --muted:rgba(30,30,32,.72);\n  --soft:rgba(30,30,32,.52);\n  --line:rgba(30,30,32,.08);\n  --accent:#C73E3E;\n  --accent-dark:#8B1A1A;\n  --accent-soft:rgba(199,62,62,.08);\n  --accent-border:rgba(199,62,62,.18);\n  --shadow:0 10px 30px rgba(30,30,32,.06);\n  --max:1200px;\n}<\/p>\n<p>.lemonx-visual-root * {box-sizing:border-box}\nbody {\n  margin:0;\n  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;\n  background:var(--bg);\n  color:var(--text);\n}\n.lemonx-visual-root a {text-decoration:none;color:inherit}<\/p>\n<p>\/* ========== HERO ========== *\/\n.lemonx-visual-root .ap-tech-hero {\n  position:relative;\n  overflow:hidden;\n  background:linear-gradient(180deg,#faf8f5 0%, #f3efeb 100%);\n  border-bottom:1px solid var(--line);\n}<\/p>\n<p>.lemonx-visual-root .ap-tech-hero-bg {\n  position:absolute;\n  inset:0;\n  z-index:1;\n}\n.lemonx-visual-root .ap-tech-hero-bg img {\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  filter:grayscale(.06) brightness(1.05) saturate(.74);\n  opacity:.15;\n}\n.lemonx-visual-root .ap-tech-hero-bg::after {\n  content:'';\n  position:absolute;\n  inset:0;\n  background:\n    radial-gradient(circle at 78% 30%, rgba(199,62,62,.08), transparent 20%),\n    linear-gradient(108deg,\n      rgba(250,248,245,.96) 0%,\n      rgba(250,248,245,.92) 34%,\n      rgba(250,248,245,.78) 64%,\n      rgba(250,248,245,.62) 100%\n    );\n}<\/p>\n<p>.lemonx-visual-root .ap-tech-hero-accent {\n  position:absolute;\n  top:0;bottom:0;left:0;\n  width:4px;\n  z-index:3;\n  background:linear-gradient(180deg,transparent,var(--accent) 30%,var(--accent-dark) 70%,transparent);\n}<\/p>\n<p>.lemonx-visual-root .ap-tech-hero-corner {\n  position:absolute;\n  top:32px;right:32px;\n  width:72px;height:72px;\n  z-index:3;\n  border-top:3px solid rgba(199,62,62,.18);\n  border-right:3px solid rgba(199,62,62,.18);\n  border-radius:0 12px 0 0;\n}<\/p>\n<p>.lemonx-visual-root .ap-tech-hero-inner {\n  position:relative;\n  z-index:2;\n  max-width:var(--max);\n  margin:0 auto;\n  padding:120px 48px 96px;\n  display:grid;\n  grid-template-columns:minmax(0, 1.1fr) minmax(320px, .72fr);\n  gap:40px;\n  align-items:end;\n}<\/p>\n<p>.lemonx-visual-root .ap-tech-copy {\n  max-width:780px;\n}<\/p>\n<p>.lemonx-visual-root .ap-tech-tag {\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  margin-bottom:22px;\n}\n.lemonx-visual-root .ap-tech-tag .bar {\n  width:20px;\n  height:2px;\n  background:var(--accent);\n}\n.lemonx-visual-root .ap-tech-tag .lab {\n  font-size:10px;\n  font-weight:700;\n  letter-spacing:3px;\n  text-transform:uppercase;\n  color:var(--accent);\n}<\/p>\n<p>.lemonx-visual-root .ap-tech-copy h1 {\n  margin:0 0 22px;\n  font-size:58px;\n  font-weight:900;\n  line-height:1.06;\n  letter-spacing:-2.4px;\n  color:var(--text);\n}<\/p>\n<p>.lemonx-visual-root .ap-tech-sub {\n  max-width:740px;\n  font-size:15px;\n  line-height:1.9;\n  color:var(--muted);\n  margin-bottom:34px;\n}<\/p>\n<p>.lemonx-visual-root .ap-tech-highlights {\n  display:flex;\n  gap:12px;\n  flex-wrap:wrap;\n  margin-bottom:38px;\n}\n.lemonx-visual-root .ap-tech-hl {\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  padding:12px 18px;\n  border-radius:8px;\n  background:rgba(255,255,255,.76);\n  border:1px solid rgba(30,30,32,.08);\n  box-shadow:0 6px 20px rgba(30,30,32,.04);\n  transition:.35s;\n}\n.lemonx-visual-root .ap-tech-hl:hover {\n  border-color:rgba(199,62,62,.20);\n  background:#fff;\n  transform:translateY(-1px);\n}\n.lemonx-visual-root .ap-tech-hl .dot {\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  background:var(--accent);\n  box-shadow:0 0 8px rgba(199,62,62,.24);\n  flex-shrink:0;\n}\n.lemonx-visual-root .ap-tech-hl span {\n  font-size:12.5px;\n  font-weight:600;\n  line-height:1.4;\n  color:rgba(30,30,32,.78);\n}<\/p>\n<p>.lemonx-visual-root .ap-tech-btns {\n  display:flex;\n  gap:14px;\n  flex-wrap:wrap;\n}\n.lemonx-visual-root .ap-tech-btn {\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:8px;\n  padding:14px 28px;\n  border-radius:6px;\n  font-size:13px;\n  font-weight:600;\n  transition:.35s;\n}\n.lemonx-visual-root .ap-tech-btn svg {\n  width:14px;height:14px;\n  fill:none;\n  stroke:currentColor;\n  stroke-width:2;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n  flex-shrink:0;\n}\n.lemonx-visual-root .ap-tech-btn.primary {\n  background:var(--accent-dark);\n  color:#fff;\n  border:none;\n  box-shadow:0 6px 20px rgba(139,26,26,.18);\n}\n.lemonx-visual-root .ap-tech-btn.primary:hover {\n  background:#A32626;\n  transform:translateY(-2px);\n  box-shadow:0 10px 30px rgba(139,26,26,.28);\n}\n.lemonx-visual-root .ap-tech-btn.ghost {\n  background:rgba(255,255,255,.72);\n  color:var(--text);\n  border:1.5px solid rgba(30,30,32,.10);\n}\n.lemonx-visual-root .ap-tech-btn.ghost:hover {\n  background:#fff;\n  color:var(--accent-dark);\n  border-color:rgba(199,62,62,.26);\n}<\/p>\n<p>\/* right panel *\/\n.lemonx-visual-root .ap-tech-side {\n  display:flex;\n  justify-content:flex-end;\n}\n.lemonx-visual-root .ap-tech-panel {\n  width:100%;\n  max-width:390px;\n  background:linear-gradient(180deg,#ffffff,#fcfbf9);\n  border:1px solid rgba(30,30,32,.08);\n  border-radius:16px;\n  box-shadow:var(--shadow);\n  overflow:hidden;\n}\n.lemonx-visual-root .ap-tech-panel-top {\n  padding:22px 22px 18px;\n  border-bottom:1px solid rgba(30,30,32,.06);\n}\n.lemonx-visual-root .ap-tech-panel-label {\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:2.2px;\n  text-transform:uppercase;\n  color:var(--accent);\n  margin-bottom:10px;\n}\n.lemonx-visual-root .ap-tech-panel h3 {\n  margin:0;\n  font-size:20px;\n  line-height:1.3;\n  letter-spacing:-.4px;\n  color:var(--text);\n}\n.lemonx-visual-root .ap-tech-panel-body {\n  padding:18px 22px 22px;\n}\n.lemonx-visual-root .ap-tech-list {\n  list-style:none;\n  padding:0;\n  margin:0;\n  display:grid;\n  gap:12px;\n}\n.lemonx-visual-root .ap-tech-list li {\n  position:relative;\n  padding-left:18px;\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.7;\n}\n.lemonx-visual-root .ap-tech-list li::before {\n  content:'';\n  position:absolute;\n  left:0;\n  top:.74em;\n  width:6px;\n  height:6px;\n  border-radius:50%;\n  background:var(--accent);\n  box-shadow:0 0 8px rgba(199,62,62,.18);\n  transform:translateY(-50%);\n}\n.lemonx-visual-root .ap-tech-note {\n  margin-top:16px;\n  padding:14px 14px;\n  border-radius:10px;\n  background:rgba(199,62,62,.05);\n  border:1px solid rgba(199,62,62,.10);\n  color:rgba(30,30,32,.72);\n  font-size:13px;\n  line-height:1.7;\n}<\/p>\n<p>.lemonx-visual-root .ap-tech-fade {\n  position:absolute;\n  bottom:0;left:0;right:0;\n  height:1px;\n  z-index:3;\n  background:linear-gradient(90deg,transparent,rgba(199,62,62,.22) 30%,rgba(199,62,62,.22) 70%,transparent);\n}<\/p>\n<p>\/* responsive *\/\n@media(max-width:1024px){\n  .lemonx-visual-root .ap-tech-hero-inner {\n    padding:100px 32px 80px;\n    grid-template-columns:1fr;\n    gap:28px;\n    align-items:start;\n  }\n  .lemonx-visual-root .ap-tech-copy h1 {\n    font-size:46px;\n    letter-spacing:-2px;\n  }\n  .lemonx-visual-root .ap-tech-side {\n    justify-content:flex-start;\n  }\n  .lemonx-visual-root .ap-tech-hero-corner {\n    top:24px;right:24px;\n    width:56px;height:56px;\n  }\n}\n@media(max-width:640px){\n  .lemonx-visual-root .ap-tech-hero-inner {\n    padding:80px 20px 64px;\n  }\n  .lemonx-visual-root .ap-tech-copy h1 {\n    font-size:36px;\n    letter-spacing:-1.4px;\n  }\n  .lemonx-visual-root .ap-tech-sub {\n    font-size:14px;\n  }\n  .lemonx-visual-root .ap-tech-highlights {\n    flex-direction:column;\n  }\n  .lemonx-visual-root .ap-tech-btns {\n    flex-direction:column;\n    align-items:stretch;\n  }\n  .lemonx-visual-root .ap-tech-btn {\n    width:100%;\n  }\n  .lemonx-visual-root .ap-tech-hero-corner {\n    display:none;\n  }\n}\n:root {\n  --bg:#f6f4f1;\n  --bg-soft:#fbfaf8;\n  --panel:#ffffff;\n  --panel-2:#fcfbf9;\n  --text:#1e1e20;\n  --muted:rgba(30,30,32,.72);\n  --soft:rgba(30,30,32,.52);\n  --line:rgba(30,30,32,.08);\n  --line-strong:rgba(30,30,32,.12);\n  --accent:#C73E3E;\n  --accent-dark:#8B1A1A;\n  --accent-soft:rgba(199,62,62,.08);\n  --accent-border:rgba(199,62,62,.18);\n  --shadow:0 10px 30px rgba(30,30,32,.06);\n  --max:1200px;\n  --radius:14px;\n}<\/p>\n<p>.lemonx-visual-root * {box-sizing:border-box}\nhtml {scroll-behavior:smooth}\nbody {\n  margin:0;\n  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;\n  background:var(--bg);\n  color:var(--text);\n}\n.lemonx-visual-root a {text-decoration:none;color:inherit}<\/p>\n<p>\/* ========== MAIN CONTENT ========== *\/\n.lemonx-visual-root .ap-page {\n  background:\n    radial-gradient(circle at top right, rgba(199,62,62,.05), transparent 24%),\n    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);\n}\n.lemonx-visual-root .ap-wrap {\n  max-width:var(--max);\n  margin:0 auto;\n  padding:72px 48px;\n}\n.lemonx-visual-root .ap-section {\n  padding:34px 0;\n  border-bottom:1px solid var(--line);\n}\n.lemonx-visual-root .ap-section:last-child {\n  border-bottom:none;\n}\n.lemonx-visual-root .ap-section-head {\n  display:flex;\n  gap:16px;\n  align-items:flex-start;\n  margin-bottom:20px;\n}\n.lemonx-visual-root .ap-section-head .bar {\n  width:4px;\n  min-width:4px;\n  height:42px;\n  border-radius:99px;\n  background:linear-gradient(180deg,var(--accent),var(--accent-dark));\n  box-shadow:0 0 18px rgba(199,62,62,.14);\n}\n.lemonx-visual-root .ap-kicker {\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:2.6px;\n  text-transform:uppercase;\n  color:var(--accent);\n  margin-bottom:8px;\n}\n.lemonx-visual-root .ap-section h2 {\n  margin:0;\n  font-size:32px;\n  line-height:1.18;\n  letter-spacing:-1.2px;\n  color:var(--text);\n}\n.lemonx-visual-root .ap-lead, .lemonx-visual-root .ap-text {\n  max-width:980px;\n  color:var(--muted);\n  font-size:15px;\n  line-height:1.9;\n}\n.lemonx-visual-root .ap-text + .ap-text {\n  margin-top:14px;\n}<\/p>\n<p>\/* cards *\/\n.lemonx-visual-root .ap-card {\n  background:linear-gradient(180deg,#ffffff,#fdfcfa);\n  border:1px solid var(--line);\n  border-radius:var(--radius);\n  padding:26px 24px;\n  box-shadow:var(--shadow);\n}\n.lemonx-visual-root .ap-grid {\n  display:grid;\n  gap:20px;\n}\n.lemonx-visual-root .ap-grid-2 {\n  grid-template-columns:repeat(2,minmax(0,1fr));\n}\n.lemonx-visual-root .ap-grid-3 {\n  grid-template-columns:repeat(3,minmax(0,1fr));\n}<\/p>\n<p>\/* list *\/\n.lemonx-visual-root .ap-list-title {\n  font-size:13px;\n  font-weight:700;\n  color:var(--text);\n  margin-bottom:14px;\n  letter-spacing:.2px;\n}\n.lemonx-visual-root .ap-list {\n  list-style:none;\n  padding:0;\n  margin:0;\n  display:grid;\n  gap:12px;\n}\n.lemonx-visual-root .ap-list li {\n  position:relative;\n  padding-left:18px;\n  color:var(--muted);\n  line-height:1.7;\n  font-size:14px;\n}\n.lemonx-visual-root .ap-list li::before {\n  content:'';\n  position:absolute;\n  left:0;\n  top:.72em;\n  width:6px;height:6px;\n  border-radius:50%;\n  background:var(--accent);\n  box-shadow:0 0 8px rgba(199,62,62,.18);\n  transform:translateY(-50%);\n}<\/p>\n<p>\/* support cards *\/\n.lemonx-visual-root .ap-support-grid {\n  display:grid;\n  grid-template-columns:repeat(2, minmax(0,1fr));\n  gap:16px;\n  margin-top:22px;\n}\n.lemonx-visual-root .ap-support-item {\n  position:relative;\n  padding:18px 18px 18px 42px;\n  border-radius:12px;\n  background:linear-gradient(180deg,#ffffff,#fcfbf9);\n  border:1px solid var(--line);\n  box-shadow:0 6px 18px rgba(30,30,32,.04);\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.7;\n}\n.lemonx-visual-root .ap-support-item::before {\n  content:'';\n  position:absolute;\n  left:18px;\n  top:24px;\n  width:8px;height:8px;\n  border-radius:50%;\n  background:var(--accent);\n  box-shadow:0 0 8px rgba(199,62,62,.18);\n}<\/p>\n<p>\/* chips *\/\n.lemonx-visual-root .ap-chip-grid {\n  display:flex;\n  flex-wrap:wrap;\n  gap:12px;\n  margin-top:22px;\n}\n.lemonx-visual-root .ap-chip {\n  display:inline-flex;\n  align-items:center;\n  padding:11px 16px;\n  border-radius:999px;\n  background:#fff;\n  border:1px solid rgba(30,30,32,.08);\n  color:rgba(30,30,32,.82);\n  font-size:13px;\n  font-weight:600;\n  transition:.3s;\n  box-shadow:0 4px 16px rgba(30,30,32,.04);\n}\n.lemonx-visual-root .ap-chip:hover {\n  border-color:rgba(199,62,62,.24);\n  background:#fff8f8;\n  color:var(--accent-dark);\n  transform:translateY(-1px);\n}<\/p>\n<p>\/* emphasis \/ note boxes *\/\n.lemonx-visual-root .ap-highlight-box {\n  margin-top:22px;\n  border:1px solid rgba(199,62,62,.12);\n  background:linear-gradient(180deg,#fff,#fcfbf9);\n  border-radius:16px;\n  padding:26px 24px;\n  box-shadow:var(--shadow);\n}\n.lemonx-visual-root .ap-inline-em {\n  color:var(--accent-dark);\n  font-weight:700;\n}<\/p>\n<p>.lemonx-visual-root .ap-note-grid {\n  display:grid;\n  grid-template-columns:1.1fr .9fr;\n  gap:20px;\n  margin-top:22px;\n}\n.lemonx-visual-root .ap-note-card {\n  background:linear-gradient(180deg,#ffffff,#fcfbf9);\n  border:1px solid var(--line);\n  border-radius:14px;\n  padding:22px 20px;\n  box-shadow:0 6px 18px rgba(30,30,32,.04);\n}\n.lemonx-visual-root .ap-note-card h3 {\n  margin:0 0 10px;\n  font-size:18px;\n  line-height:1.3;\n  color:var(--text);\n}\n.lemonx-visual-root .ap-note-card p {\n  margin:0;\n  font-size:14px;\n  line-height:1.8;\n  color:var(--muted);\n}<\/p>\n<p>\/* contact *\/\n.lemonx-visual-root .ap-contact-grid {\n  display:grid;\n  grid-template-columns:1.15fr .85fr;\n  gap:22px;\n  margin-top:24px;\n}\n.lemonx-visual-root .ap-info-block + .ap-info-block {\n  margin-top:22px;\n  padding-top:22px;\n  border-top:1px solid var(--line);\n}\n.lemonx-visual-root .ap-label {\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:2.3px;\n  text-transform:uppercase;\n  color:var(--accent);\n  margin-bottom:10px;\n}\n.lemonx-visual-root .ap-company {\n  font-size:18px;\n  font-weight:800;\n  margin-bottom:14px;\n  color:var(--text);\n}\n.lemonx-visual-root .ap-info-text {\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.85;\n}\n.lemonx-visual-root .ap-mini-list {\n  display:grid;\n  gap:14px;\n}\n.lemonx-visual-root .ap-mini-item {\n  padding:16px 18px;\n  border-radius:12px;\n  background:linear-gradient(180deg,#ffffff,#fcfbf9);\n  border:1px solid var(--line);\n}\n.lemonx-visual-root .ap-mini-item strong {\n  display:block;\n  margin-bottom:6px;\n  font-size:13px;\n  color:var(--text);\n}\n.lemonx-visual-root .ap-mini-item span, .lemonx-visual-root .ap-mini-item a {\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.7;\n  word-break:break-word;\n}\n.lemonx-visual-root .ap-mini-item a:hover {\n  color:var(--accent-dark);\n}<\/p>\n<p>\/* bottom cta *\/\n.lemonx-visual-root .ap-cta {\n  padding:38px 0 10px;\n}\n.lemonx-visual-root .ap-cta-box {\n  position:relative;\n  overflow:hidden;\n  border-radius:18px;\n  border:1px solid rgba(199,62,62,.14);\n  background:\n    linear-gradient(135deg, rgba(199,62,62,.06), rgba(255,255,255,.96) 48%),\n    linear-gradient(180deg,#ffffff,#fcfbf9);\n  padding:34px 30px;\n  box-shadow:0 16px 42px rgba(30,30,32,.06);\n}\n.lemonx-visual-root .ap-cta-box::before {\n  content:'';\n  position:absolute;\n  top:0;left:0;bottom:0;\n  width:4px;\n  background:linear-gradient(180deg,transparent,var(--accent),var(--accent-dark),transparent);\n}\n.lemonx-visual-root .ap-cta-box h3 {\n  margin:0 0 12px;\n  font-size:30px;\n  line-height:1.15;\n  letter-spacing:-1px;\n  color:var(--text);\n}\n.lemonx-visual-root .ap-cta-box p {\n  max-width:820px;\n  margin:0 0 22px;\n  color:var(--muted);\n  font-size:15px;\n  line-height:1.85;\n}\n.lemonx-visual-root .ap-cta-actions {\n  display:flex;\n  gap:14px;\n  flex-wrap:wrap;\n}\n.lemonx-visual-root .ap-btn {\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:8px;\n  padding:14px 28px;\n  border-radius:6px;\n  font-size:13px;\n  font-weight:600;\n  transition:.35s;\n}\n.lemonx-visual-root .ap-btn svg {\n  width:14px;height:14px;\n  fill:none;\n  stroke:currentColor;\n  stroke-width:2;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n  flex-shrink:0;\n}\n.lemonx-visual-root .ap-btn.primary {\n  background:var(--accent-dark);\n  color:#fff;\n  border:none;\n  box-shadow:0 6px 20px rgba(139,26,26,.18);\n}\n.lemonx-visual-root .ap-btn.primary:hover {\n  background:#A32626;\n  transform:translateY(-2px);\n  box-shadow:0 10px 30px rgba(139,26,26,.28);\n}\n.lemonx-visual-root .ap-btn.ghost {\n  background:rgba(255,255,255,.72);\n  color:var(--text);\n  border:1.5px solid rgba(30,30,32,.10);\n}\n.lemonx-visual-root .ap-btn.ghost:hover {\n  background:#fff;\n  color:var(--accent-dark);\n  border-color:rgba(199,62,62,.26);\n}<\/p>\n<p>\/* responsive *\/\n@media(max-width:1024px){\n  .lemonx-visual-root .ap-wrap {padding:64px 32px}\n  .lemonx-visual-root .ap-grid-3 {grid-template-columns:repeat(2,minmax(0,1fr))}\n  .lemonx-visual-root .ap-note-grid, .lemonx-visual-root .ap-contact-grid {\n    grid-template-columns:1fr;\n  }\n}\n@media(max-width:768px){\n  .lemonx-visual-root .ap-grid-2, .lemonx-visual-root .ap-grid-3, .lemonx-visual-root .ap-support-grid {\n    grid-template-columns:1fr;\n  }\n  .lemonx-visual-root .ap-section h2 {\n    font-size:26px;\n  }\n}\n@media(max-width:640px){\n  .lemonx-visual-root .ap-wrap {padding:52px 20px}\n  .lemonx-visual-root .ap-lead, .lemonx-visual-root .ap-text, .lemonx-visual-root .ap-cta-box p {\n    font-size:14px;\n  }\n  .lemonx-visual-root .ap-cta-actions {\n    flex-direction:column;\n    align-items:stretch;\n  }\n  .lemonx-visual-root .ap-btn {\n    width:100%;\n  }\n}\n<\/style>",
        "protected": false
    },
    "excerpt": {
        "rendered": "<p>Technical Support Technical Support Get practical support for product selection, formulation direction, dosage adjustment, trial optimization, and application performance with Mandalas and MikaZone-backed solutions. Support for product selection and grade matching Guidance for formulation and dosage direction Practical help for trials and application performance Contact Technical Support Email Our Team Support Areas What our team [&hellip;]<\/p>",
        "protected": false
    },
    "author": 1,
    "featured_media": 0,
    "parent": 720,
    "menu_order": 0,
    "comment_status": "closed",
    "ping_status": "closed",
    "template": "",
    "meta": {
        "footnotes": ""
    },
    "class_list": [
        "post-738",
        "page",
        "type-page",
        "status-publish",
        "hentry"
    ],
    "_links": {
        "self": [
            {
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/738",
                "targetHints": {
                    "allow": [
                        "GET"
                    ]
                }
            }
        ],
        "collection": [
            {
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages"
            }
        ],
        "about": [
            {
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/types\/page"
            }
        ],
        "author": [
            {
                "embeddable": true,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/users\/1"
            }
        ],
        "replies": [
            {
                "embeddable": true,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/comments?post=738"
            }
        ],
        "version-history": [
            {
                "count": 3,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/738\/revisions"
            }
        ],
        "predecessor-version": [
            {
                "id": 1155,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/738\/revisions\/1155"
            }
        ],
        "up": [
            {
                "embeddable": true,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/720"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/media?parent=738"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}