{
    "id": 112,
    "date": "2026-03-05T01:50:12",
    "date_gmt": "2026-03-05T01:50:12",
    "guid": {
        "rendered": "https:\/\/mikazone.store\/?page_id=112"
    },
    "modified": "2026-04-30T03:48:34",
    "modified_gmt": "2026-04-30T03:48:34",
    "slug": "why-choose-us",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/mikazone.store\/en\/company\/why-choose-us\/",
    "title": {
        "rendered": "Why Choose Us"
    },
    "content": {
        "rendered": "<style>\n  .why-hero {\n    position: relative;\n    width: 100%;\n    min-height: 62vh;\n    display: flex;\n    align-items: center;\n    overflow: hidden;\n    background: #1a1410;\n  }<\/p>\n<p>  .why-hero-bg {\n    position: absolute;\n    inset: 0;\n    z-index: 0;\n  }\n  .why-hero-bg img {\n    width: 100%; height: 100%;\n    object-fit: cover;\n    object-position: center 35%;\n    display: block;\n    filter: saturate(0.68) brightness(0.82);\n  }\n  .why-hero-bg::before {\n    content: '';\n    position: absolute; inset: 0; z-index: 1;\n    background: linear-gradient(\n      110deg,\n      rgba(15,10,8,0.85) 0%,\n      rgba(15,10,8,0.58) 48%,\n      rgba(15,10,8,0.16) 78%,\n      rgba(15,10,8,0.04) 100%\n    );\n  }\n  .why-hero-bg::after {\n    content: '';\n    position: absolute; inset: 0; z-index: 2;\n    background:\n      radial-gradient(ellipse 52% 58% at 0% 100%, rgba(139,26,26,0.24) 0%, transparent 65%),\n      radial-gradient(ellipse 28% 38% at 100% 0%,  rgba(139,26,26,0.07) 0%, transparent 58%);\n  }<\/p>\n<p>  \/* Top accent bar *\/\n  .why-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; height: 3px;\n    background: linear-gradient(90deg, #8B1A1A 0%, #D44040 50%, #8B1A1A 100%);\n    z-index: 10;\n  }<\/p>\n<p>  \/* Bottom fade *\/\n  .why-hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0; height: 130px;\n    background: linear-gradient(to bottom, transparent 0%, #111 100%);\n    z-index: 5;\n    pointer-events: none;\n  }<\/p>\n<p>  .why-hero-inner {\n    position: relative;\n    z-index: 6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 72px 40px 110px;\n    width: 100%;\n    display: grid;\n    grid-template-columns: 1fr 360px;\n    gap: 56px;\n    align-items: center;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }<\/p>\n<p>  \/* \u2500\u2500 LEFT \u2500\u2500 *\/\n  .why-hero-content { max-width: 600px; }<\/p>\n<p>  .why-hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 0.68rem;\n    font-weight: 800;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #D44040;\n    margin-bottom: 16px;\n  }\n  .why-hero-tag::before {\n    content: '';\n    display: block;\n    width: 28px; height: 2px;\n    background: #D44040;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .why-hero-headline {\n    font-size: clamp(1.9rem, 4.2vw, 3.1rem);\n    font-weight: 900;\n    line-height: 1.10;\n    letter-spacing: -0.03em;\n    color: #fff;\n    margin-bottom: 16px;\n  }\n  .why-hero-headline .why-accent {\n    display: block;\n    color: #D44040;\n  }<\/p>\n<p>  .why-hero-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 18px;\n  }\n  .why-hero-divider-line {\n    width: 40px; height: 2px;\n    background: linear-gradient(90deg, #8B1A1A, #D44040);\n    border-radius: 2px;\n    flex-shrink: 0;\n  }\n  .why-hero-divider-dot {\n    width: 5px; height: 5px;\n    border-radius: 50%;\n    background: #D44040;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .why-hero-sub {\n    font-size: 0.96rem;\n    color: rgba(255,255,255,0.76);\n    line-height: 1.80;\n    max-width: 560px;\n    margin-bottom: 30px;\n  }\n  .why-hero-sub strong {\n    color: rgba(255,255,255,0.95);\n    font-weight: 600;\n  }<\/p>\n<p>  .why-hero-btns {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    align-items: center;\n  }\n  .why-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 12px 24px;\n    border-radius: 5px;\n    font-size: 0.855rem;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    text-decoration: none;\n    cursor: pointer;\n    border: none;\n    transition: background 0.22s, box-shadow 0.22s, transform 0.18s;\n    white-space: nowrap;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .why-btn-primary {\n    background: #8B1A1A;\n    color: #fff;\n    box-shadow: 0 4px 16px rgba(139,26,26,0.32);\n  }\n  .why-btn-primary:hover {\n    background: #A52A2A;\n    box-shadow: 0 6px 26px rgba(139,26,26,0.52);\n    transform: translateY(-2px);\n  }\n  .why-btn-outline {\n    background: rgba(255,255,255,0.07);\n    color: #fff;\n    border: 1.5px solid rgba(255,255,255,0.30);\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n  }\n  .why-btn-outline:hover {\n    background: rgba(255,255,255,0.13);\n    border-color: rgba(255,255,255,0.62);\n    transform: translateY(-2px);\n  }<\/p>\n<p>  \/* \u2500\u2500 RIGHT: Highlights panel \u2500\u2500 *\/\n  .why-highlights {\n    display: flex;\n    flex-direction: column;\n    background: rgba(10,8,6,0.66);\n    border: 1px solid rgba(139,26,26,0.26);\n    border-radius: 10px;\n    overflow: hidden;\n    backdrop-filter: blur(18px);\n    -webkit-backdrop-filter: blur(18px);\n    box-shadow: 0 8px 36px rgba(0,0,0,0.32),\n                inset 0 1px 0 rgba(255,255,255,0.05);\n  }<\/p>\n<p>  .why-highlights-header {\n    padding: 14px 20px 13px;\n    border-bottom: 1px solid rgba(139,26,26,0.20);\n    display: flex;\n    align-items: center;\n    gap: 9px;\n  }\n  .why-highlights-dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: #D44040;\n    flex-shrink: 0;\n    box-shadow: 0 0 7px rgba(212,64,64,0.55);\n  }\n  .why-highlights-label {\n    font-size: 0.66rem;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #D44040;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }<\/p>\n<p>  .why-hi-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 15px 20px;\n    border-bottom: 1px solid rgba(255,255,255,0.05);\n    transition: background 0.2s;\n  }\n  .why-hi-item:last-child { border-bottom: none; }\n  .why-hi-item:hover { background: rgba(139,26,26,0.10); }<\/p>\n<p>  .why-hi-icon {\n    width: 34px; height: 34px;\n    border-radius: 7px;\n    background: rgba(139,26,26,0.18);\n    border: 1px solid rgba(139,26,26,0.28);\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n    color: #D44040;\n    margin-top: 1px;\n  }<\/p>\n<p>  .why-hi-title {\n    font-size: 0.835rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.95);\n    line-height: 1.38;\n    margin-bottom: 3px;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .why-hi-desc {\n    font-size: 0.74rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.55;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .why-hi-desc em {\n    font-style: normal;\n    color: rgba(212,64,64,0.85);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \u2500\u2500 Stat strip \u2500\u2500 *\/\n  .why-stat-strip {\n    position: absolute;\n    bottom: 0; left: 50%;\n    transform: translateX(-50%);\n    z-index: 7;\n    padding: 0 40px 32px;\n    display: flex;\n    max-width: 1200px;\n    width: 100%;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .why-stat-chip {\n    padding: 8px 20px 8px 0;\n    border-right: 1px solid rgba(255,255,255,0.11);\n    margin-right: 20px;\n  }\n  .why-stat-chip:last-child { border-right: none; margin-right: 0; }\n  .why-stat-value {\n    font-size: 1.05rem;\n    font-weight: 900;\n    color: #fff;\n    letter-spacing: -0.02em;\n    line-height: 1;\n  }\n  .why-stat-value span { color: #D44040; }\n  .why-stat-label {\n    font-size: 0.70rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.35;\n    font-weight: 500;\n    margin-top: 3px;\n  }<\/p>\n<p>  \/* \u2500\u2500 Scroll indicator \u2500\u2500 *\/\n  .why-scroll {\n    position: absolute;\n    bottom: 34px; left: 50%;\n    transform: translateX(-50%);\n    z-index: 7;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 7px;\n    opacity: 0.50;\n    animation: whyScrollBob 2.2s ease-in-out infinite;\n  }\n  .why-scroll span {\n    font-size: 0.60rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #fff;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .why-scroll-mouse {\n    width: 20px; height: 30px;\n    border: 2px solid rgba(255,255,255,0.50);\n    border-radius: 11px;\n    display: flex;\n    justify-content: center;\n    padding-top: 4px;\n  }\n  .why-scroll-mouse::before {\n    content: '';\n    width: 3px; height: 6px;\n    background: rgba(255,255,255,0.68);\n    border-radius: 2px;\n    animation: whyScrollDot 2.2s ease-in-out infinite;\n  }<\/p>\n<p>  @keyframes whyScrollDot {\n    0%, 100% { transform: translateY(0); opacity: 1; }\n    60%       { transform: translateY(7px); opacity: 0.28; }\n  }\n  @keyframes whyScrollBob {\n    0%, 100% { transform: translateX(-50%) translateY(0); }\n    50%       { transform: translateX(-50%) translateY(5px); }\n  }<\/p>\n<p>  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 960px) {\n    .why-hero-inner {\n      grid-template-columns: 1fr;\n      gap: 32px;\n      padding: 80px 32px 140px;\n    }\n    .why-highlights { max-width: 500px; }\n    .why-stat-strip { display: none; }\n    .why-scroll { display: none; }\n  }\n  @media (max-width: 600px) {\n    .why-hero { min-height: 70svh; }\n    .why-hero-inner { padding: 80px 20px 130px; }\n    .why-hero-headline { font-size: 1.85rem; }\n    .why-hero-btns { flex-direction: column; align-items: flex-start; }\n  }\n<\/style>\n<section class=\"why-hero\">\n<div class=\"why-hero-bg\">\n    <img height=\"2362\" width=\"2362\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/EmblemaGrafico_NegativoB_Mandalas.png\" alt=\"Why Choose Mandalas\">\n  <\/div>\n<div class=\"why-hero-inner\">\n<p>    <!-- LEFT --><\/p>\n<div class=\"why-hero-content\">\n<div class=\"why-hero-tag\">Mandalas \u00b7 Venezuela<\/div>\n<h1 class=\"why-hero-headline\">\n        Why Choose<br \/>\n        <span class=\"why-accent\">Mandalas<\/span><br \/>\n      <\/h1>\n<div class=\"why-hero-divider\">\n<div class=\"why-hero-divider-line\"><\/div>\n<div class=\"why-hero-divider-dot\"><\/div>\n<\/p><\/div>\n<p class=\"why-hero-sub\">\n        We help customers in Venezuela achieve<br \/>\n        <strong>stable production and predictable jobsite results<\/strong>\u2014combining<br \/>\n        MikaZone&#8217;s manufacturer-backed capability with local technical support<br \/>\n        and reliable supply coordination.\n      <\/p>\n<div class=\"why-hero-btns\">\n        <a href=\"https:\/\/mikazone.store\/en\/contact\/send-your-formula\/\" class=\"why-btn why-btn-primary\"><br \/>\n          <svg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.4 2 2 0 0 1 3.6 1.22h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.85a16 16 0 0 0 6 6l.95-.95a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"><\/path>\n          <\/svg><br \/>\n          Send Your Formula<br \/>\n        <\/a><br \/>\n        <a href=\"https:\/\/mikazone.store\/en\/contact\/request-a-quote\/\" class=\"why-btn why-btn-outline\"><br \/>\n          <svg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\n            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\n            <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line>\n            <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line>\n          <\/svg><br \/>\n          Request a Quote<br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<p>    <!-- RIGHT --><\/p>\n<div class=\"why-highlights\">\n<div class=\"why-highlights-header\">\n<div class=\"why-highlights-dot\"><\/div>\n<div class=\"why-highlights-label\">Why Mandalas<\/div>\n<\/p><\/div>\n<div class=\"why-hi-item\">\n<div class=\"why-hi-icon\">\n          <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path>\n          <\/svg>\n        <\/div>\n<div>\n<div class=\"why-hi-title\">Manufacturer-Backed Solutions<\/div>\n<div class=\"why-hi-desc\">\n            <em>HPMC \/ HEMC \/ HEC + RDP<\/em> \u2014 cellulose ether &amp; redispersible polymer powder sourced directly from MikaZone.\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"why-hi-item\">\n<div class=\"why-hi-icon\">\n          <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline>\n          <\/svg>\n        <\/div>\n<div>\n<div class=\"why-hi-title\">Lab-Measured Performance Focus<\/div>\n<div class=\"why-hi-desc\">\n            Open time \u00b7 water retention \u00b7 adhesion strength \u00b7<br \/>\n            <em>slip\/sag resistance<\/em> \u00b7 setting time \u00b7 workability\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"why-hi-item\">\n<div class=\"why-hi-icon\">\n          <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n            <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n          <\/svg>\n        <\/div>\n<div>\n<div class=\"why-hi-title\">Local Support &amp; Logistics in Venezuela<\/div>\n<div class=\"why-hi-desc\">\n            On-the-ground contact points for <em>technical guidance<\/em>,<br \/>\n            import planning, and delivery coordination.\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- Stat strip --><\/p>\n<div class=\"why-stat-strip\">\n<div class=\"why-stat-chip\">\n<div class=\"why-stat-value\">HPMC<span>\/<\/span>RDP<\/div>\n<div class=\"why-stat-label\">Manufacturer-<br \/>Backed Range<\/div>\n<\/p><\/div>\n<div class=\"why-stat-chip\">\n<div class=\"why-stat-value\"><span>6<\/span> KPIs<\/div>\n<div class=\"why-stat-label\">Lab-Measured<br \/>Performance<\/div>\n<\/p><\/div>\n<div class=\"why-stat-chip\">\n<div class=\"why-stat-value\">Local<span>+<\/span><\/div>\n<div class=\"why-stat-label\">Venezuela<br \/>Coordination<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- Scroll --><\/p>\n<div class=\"why-scroll\">\n<div class=\"why-scroll-mouse\"><\/div>\n<p>    <span>Scroll<\/span>\n  <\/div>\n<\/section>\n<style>\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 WHY CHOOSE \u2014 SECTIONS 1\u20135 \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n\/* \u2500\u2500 \u5171\u7528\u5de5\u5177 \u2500\u2500 *\/\n.wc-sec {position:relative;font-family:'Inter',system-ui,sans-serif;overflow:hidden}\n.wc-sec * {box-sizing:border-box;margin:0;padding:0}\n.wc-wrap {max-width:1140px;margin:0 auto}\n.wc-tag-s {display:inline-flex;align-items:center;gap:12px;margin-bottom:18px}\n.wc-tag-s .dot {width:5px;height:5px;background:#D44040;border-radius:50%}\n.wc-tag-s .txt {font-size:10.5px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#D44040}\n.wc-t2 {font-size:38px;font-weight:900;line-height:1.12;letter-spacing:-1.5px;margin-bottom:22px}\n.wc-p {font-size:15.5px;line-height:1.85}\n.wc-img-wrap {position:relative;border-radius:14px;overflow:hidden}\n.wc-img-wrap img {display:block;width:100%;height:100%;object-fit:cover;transition:transform .8s}\n.wc-img-wrap:hover img {transform:scale(1.04)}\n\/* \u56fe\u7247\u7ea2\u8272\u89d2\u6807\u88c5\u9970 *\/\n.wc-acc {position:absolute;z-index:2}\n.wc-acc-tr {top:-1px;right:-1px;width:56px;height:56px;border-top:3px solid #D44040;border-right:3px solid #D44040;border-radius:0 14px 0 0}\n.wc-acc-bl {bottom:-1px;left:-1px;width:56px;height:56px;border-bottom:3px solid #D44040;border-left:3px solid #D44040;border-radius:0 0 0 14px}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 1 \u2014 The Mandalas Difference \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.wc-s1 {background:#fff;padding:100px 48px}\n.wc-s1 .wc-t2 {color:#111}\n.wc-s1 .wc-p {color:#555}\n.wc-s1-grid {display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}\n.wc-s1-img {height:420px}\n.wc-s1-promise {\n  margin-top:28px;padding:20px 26px;\n  background:rgba(139,26,26,.04);border-left:3px solid #D44040;border-radius:0 10px 10px 0;\n}\n.wc-s1-promise p {font-size:14.5px;font-weight:600;color:#8B1A1A;letter-spacing:-.2px}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 2 \u2014 MikaZone \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.wc-s2 {background:#f8f8f8;padding:100px 48px}\n.wc-s2 .wc-t2 {color:#111}\n.wc-s2 .wc-p {color:#555}\n.wc-s2-top {display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-bottom:64px}\n.wc-s2-img {height:380px}\n.wc-s2-cards {display:grid;grid-template-columns:repeat(3,1fr);gap:24px}\n.wc-s2-card {\n  background:#fff;border:1px solid #eee;border-radius:14px;padding:32px 28px;\n  transition:.4s;\n}\n.wc-s2-card:hover {border-color:rgba(212,64,64,.25);transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.06)}\n.wc-s2-card .ic {\n  width:44px;height:44px;border-radius:10px;\n  background:rgba(139,26,26,.06);\n  display:flex;align-items:center;justify-content:center;margin-bottom:18px;\n}\n.wc-s2-card .ic svg {width:20px;height:20px;fill:#D44040}\n.wc-s2-card h4 {font-size:16px;font-weight:700;color:#111;margin-bottom:10px}\n.wc-s2-card p {font-size:13.5px;color:#666;line-height:1.7}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 3 \u2014 12 Reasons \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.wc-s3 {background:#fff;padding:100px 48px}\n.wc-s3 .wc-t2 {color:#111;text-align:center}\n.wc-s3-subtitle {text-align:center;color:#888;font-size:14px;margin-bottom:56px}\n.wc-s3-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:24px}\n.wc-s3-item {\n  position:relative;background:#fafafa;border:1px solid #f0f0f0;border-radius:14px;\n  padding:36px 28px 28px;transition:.4s;\n}\n.wc-s3-item:hover {background:#fff;border-color:rgba(212,64,64,.2);transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.05)}\n\/* \u9876\u90e8\u7ea2\u7ebf *\/\n.wc-s3-item::before {\n  content:'';position:absolute;top:0;left:28px;right:28px;height:2px;border-radius:1px;\n  background:linear-gradient(90deg,#D44040,transparent);opacity:0;transition:.4s;\n}\n.wc-s3-item:hover::before {opacity:1}\n.wc-s3-num {\n  display:inline-flex;align-items:center;justify-content:center;\n  width:32px;height:32px;border-radius:8px;\n  background:rgba(139,26,26,.06);color:#D44040;\n  font-size:12px;font-weight:800;letter-spacing:1px;margin-bottom:16px;\n}\n.wc-s3-item h4 {font-size:15px;font-weight:700;color:#111;margin-bottom:10px;line-height:1.35}\n.wc-s3-item p {font-size:13px;color:#666;line-height:1.75}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 4 \u2014 Results \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.wc-s4 {background:#f8f8f8;padding:100px 48px}\n.wc-s4 .wc-t2 {color:#111}\n.wc-s4 .wc-p {color:#555}\n.wc-s4-grid {display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}\n.wc-s4-img {height:440px}\n.wc-s4-list {display:flex;flex-direction:column;gap:14px;margin-top:28px}\n.wc-s4-li {\n  display:flex;align-items:flex-start;gap:14px;\n  background:#fff;border:1px solid #eee;border-radius:10px;padding:18px 22px;\n  transition:.35s;\n}\n.wc-s4-li:hover {border-color:rgba(212,64,64,.2);transform:translateX(6px)}\n.wc-s4-li .ck {\n  flex-shrink:0;width:22px;height:22px;border-radius:6px;margin-top:1px;\n  background:rgba(139,26,26,.07);display:flex;align-items:center;justify-content:center;\n}\n.wc-s4-li .ck svg {width:12px;height:12px;fill:#D44040}\n.wc-s4-li span {font-size:14px;color:#444;line-height:1.6}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 5 \u2014 Service Standards \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.wc-s5 {background:#fff;padding:100px 48px}\n.wc-s5 .wc-t2 {color:#111;text-align:center}\n.wc-s5-subtitle {text-align:center;color:#888;font-size:14px;margin-bottom:56px}\n.wc-s5-grid {display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}\n.wc-s5-img {height:520px;border-radius:14px;overflow:hidden;position:relative}\n.wc-s5-img img {width:100%;height:100%;object-fit:cover;transition:transform .8s}\n.wc-s5-img:hover img {transform:scale(1.04)}\n.wc-s5-list {display:flex;flex-direction:column;gap:0}\n.wc-s5-row {\n  display:flex;align-items:flex-start;gap:18px;\n  padding:20px 0;border-bottom:1px solid #f0f0f0;transition:.3s;\n}\n.wc-s5-row:last-child {border-bottom:none}\n.wc-s5-row:hover {padding-left:10px}\n.wc-s5-row .n {\n  flex-shrink:0;width:28px;height:28px;border-radius:50%;\n  border:2px solid rgba(212,64,64,.3);color:#D44040;\n  font-size:11px;font-weight:700;\n  display:flex;align-items:center;justify-content:center;transition:.3s;\n}\n.wc-s5-row:hover .n {background:#D44040;color:#fff;border-color:#D44040}\n.wc-s5-row span {font-size:14px;color:#444;line-height:1.65;padding-top:3px}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 \u54cd\u5e94\u5f0f \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n@media(max-width:1024px) {\n  .wc-s1-grid,.wc-s2-top,.wc-s4-grid,.wc-s5-grid{grid-template-columns:1fr;gap:40px}\n  .wc-s2-cards{grid-template-columns:repeat(2,1fr)}\n  .wc-s3-grid{grid-template-columns:repeat(2,1fr)}\n  .wc-s1,.wc-s2,.wc-s3,.wc-s4,.wc-s5{padding:72px 32px}\n  .wc-s1-img,.wc-s2-img,.wc-s4-img,.wc-s5-img{height:320px}\n}\n@media(max-width:640px){\n  .wc-t2 {font-size:28px;letter-spacing:-1px}\n  .wc-s2-cards,.wc-s3-grid {grid-template-columns:1fr}\n  .wc-s1,.wc-s2,.wc-s3,.wc-s4,.wc-s5 {padding:56px 20px}\n  .wc-s1-img,.wc-s2-img,.wc-s4-img,.wc-s5-img {height:240px}\n}\n<\/style>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 1 \u2014 The Mandalas Difference \u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"wc-sec wc-s1\">\n<div class=\"wc-wrap\">\n<div class=\"wc-s1-grid\">\n<div>\n<div class=\"wc-tag-s\"><span class=\"dot\"><\/span><span class=\"txt\">The Mandalas Difference<\/span><\/div>\n<h2 class=\"wc-t2\">Built for Reliability,<br \/>Focused on Performance<\/h2>\n<p class=\"wc-p\">In building materials, the difference between &#8220;acceptable&#8221; and &#8220;excellent&#8221; is often a few critical properties: workability, water retention, open time, sag resistance, bonding, and stability. Customers choose Mandalas because we don&#8217;t only supply products\u2014we help customers select, apply, and stabilize results across production and on-site conditions.<\/p>\n<div class=\"wc-s1-promise\">\n<p>Better selection \u2192 fewer trials \u2192 more repeatable performance.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"wc-img-wrap wc-s1-img\">\n        <img height=\"1224\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/Redlemon_shot-of-a-group-of-builders-assessing-progress-at-2026-03-25-05-43-53-utc_compressed.jpg\" alt=\"Construction site\" loading=\"lazy\"><br \/>\n        <span class=\"wc-acc wc-acc-tr\"><\/span>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 2 \u2014 Strength From MikaZone \u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"wc-sec wc-s2\">\n<div class=\"wc-wrap\">\n<div class=\"wc-s2-top\">\n<div class=\"wc-img-wrap wc-s2-img\">\n        <img height=\"1440\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/Redlemon_4DC6327A0590FC6DDFE0573B95929906_compressed.jpg\" alt=\"Industrial production\" loading=\"lazy\"><br \/>\n        <span class=\"wc-acc wc-acc-bl\"><\/span>\n      <\/div>\n<div>\n<div class=\"wc-tag-s\"><span class=\"dot\"><\/span><span class=\"txt\">MikaZone Partnership<\/span><\/div>\n<h2 class=\"wc-t2\">Manufacturer-Backed Know-How That Increases Confidence<\/h2>\n<p class=\"wc-p\">MikaZone is a leading brand of Shandong Meikai Chemical Technology Co., Ltd., specializing in premium cellulose ethers and also producing redispersible polymer powder (RDP). MikaZone operates its own production bases for cellulose ethers and RDP, emphasizing quality control and compliance across production.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- \u4e09\u680f\u80fd\u529b\u5361 --><\/p>\n<div class=\"wc-s2-cards\">\n<div class=\"wc-s2-card\">\n<div class=\"ic\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"><\/path><\/svg>\n        <\/div>\n<h4>Stronger Selection Logic<\/h4>\n<p>Product-to-application matching based on performance targets, not guesswork.<\/p>\n<\/p><\/div>\n<div class=\"wc-s2-card\">\n<div class=\"ic\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0 1 24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0c2.31 0 4.474.655 6.31 1.79\"><\/path><\/svg>\n        <\/div>\n<h4>More Predictable Quality<\/h4>\n<p>Manufacturer-level production and quality control focus across every batch.<\/p>\n<\/p><\/div>\n<div class=\"wc-s2-card\">\n<div class=\"ic\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M19.428 15.428a2 2 0 0 0-1.022-.547l-2.387-.477a6 6 0 0 0-7.038 0l-2.387.477a2 2 0 0 0-1.022.547M8 11V7a4 4 0 1 1 8 0v4m-9 8h10a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2z\"><\/path><\/svg>\n        <\/div>\n<h4>Clear Performance Metrics<\/h4>\n<p>Lab-style evaluation indicators guide recommendations: open time, water retention, adhesion, slip\/sag, setting time, workability.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 3 \u2014 12 Reasons \u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"wc-sec wc-s3\">\n<div class=\"wc-wrap\">\n<div class=\"wc-tag-s\" style=\"justify-content:center\"><span class=\"dot\"><\/span><span class=\"txt\">Why Customers Stay<\/span><\/div>\n<h2 class=\"wc-t2\">12 Reasons Customers<br \/>Choose Mandalas<\/h2>\n<p class=\"wc-s3-subtitle\">From fast recommendations to long-term optimization support<\/p>\n<div class=\"wc-s3-grid\">\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">01<\/div>\n<h4>Faster Recommendation &amp; Troubleshooting<\/h4>\n<p>We respond quickly to address real issues: short open time, sagging, poor workability, weak bonding, cracking risk, segregation, unstable viscosity, foaming, and finish defects.<\/p>\n<\/p><\/div>\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">02<\/div>\n<h4>Selection Based on System + Application + Target<\/h4>\n<p>Recommendations based on system type (dry-mix vs premixed), application (tile adhesives, putty, ETICS, waterproofing, coatings), and target performance metrics.<\/p>\n<\/p><\/div>\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">03<\/div>\n<h4>Support for Dry-Mix AND Premix Lines<\/h4>\n<p>Consistent solutions across both: dry-mix (tile adhesives, wall putty, mortars, ETICS, self-leveling) and premix (waterproofing, coatings, primers, adhesives\/grouts).<\/p>\n<\/p><\/div>\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">04<\/div>\n<h4>Broad Application Coverage<\/h4>\n<p>One partner, many lines. Standardize performance across your portfolio\u2014reducing the need to manage multiple suppliers for overlapping systems.<\/p>\n<\/p><\/div>\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">05<\/div>\n<h4>Practical Dosage Guidance<\/h4>\n<p>We provide starting dosage ranges and trial guidance\u2014not just product names\u2014to reduce trial cycles and speed up optimization.<\/p>\n<\/p><\/div>\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">06<\/div>\n<h4>Trial Support That Delivers Results<\/h4>\n<p>We help you run trials efficiently: what to test, how to evaluate, what to adjust, and how to stabilize the result.<\/p>\n<\/p><\/div>\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">07<\/div>\n<h4>Stable Supply Coordination<\/h4>\n<p>Planning and delivery coordination to reduce downtime risk and support production continuity.<\/p>\n<\/p><\/div>\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">08<\/div>\n<h4>Local Presence in Venezuela<\/h4>\n<p>Local contact points and on-the-ground coordination reduce communication friction and improve execution in real projects.<\/p>\n<\/p><\/div>\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">09<\/div>\n<h4>Documentation Support<\/h4>\n<p>TDS\/SDS and handling guidance provided when required\u2014helping your internal approval process move faster.<\/p>\n<\/p><\/div>\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">10<\/div>\n<h4>Real Performance Metrics Mindset<\/h4>\n<p>Recommendations aligned to the same performance indicators that MikaZone highlights through lab measurement and application evaluation.<\/p>\n<\/p><\/div>\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">11<\/div>\n<h4>Reduced Risk When Materials Change<\/h4>\n<p>When cement, sand, fillers, or polymers shift, performance can shift. We help re-balance selection and dosage to restore stability.<\/p>\n<\/p><\/div>\n<div class=\"wc-s3-item\">\n<div class=\"wc-s3-num\">12<\/div>\n<h4>Long-Term Support, Not One-Time Sales<\/h4>\n<p>We aim for repeatable results across seasons and batches, with continuous improvement through feedback and adjustments.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 4 \u2014 Results \u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"wc-sec wc-s4\">\n<div class=\"wc-wrap\">\n<div class=\"wc-s4-grid\">\n<div>\n<div class=\"wc-tag-s\"><span class=\"dot\"><\/span><span class=\"txt\">Customer Outcomes<\/span><\/div>\n<h2 class=\"wc-t2\">Outcomes You<br \/>Can Expect<\/h2>\n<p class=\"wc-p\">Customers typically work with us to achieve measurable improvements across production and jobsite performance.<\/p>\n<div class=\"wc-s4-list\">\n<div class=\"wc-s4-li\">\n            <span class=\"ck\"><svg viewbox=\"0 0 24 24\"><path d=\"M20 6L9 17l-5-5\"><\/path><\/svg><\/span><br \/>\n            <span>More consistent workability and application feel<\/span>\n          <\/div>\n<div class=\"wc-s4-li\">\n            <span class=\"ck\"><svg viewbox=\"0 0 24 24\"><path d=\"M20 6L9 17l-5-5\"><\/path><\/svg><\/span><br \/>\n            <span>Improved water retention for stable curing and performance<\/span>\n          <\/div>\n<div class=\"wc-s4-li\">\n            <span class=\"ck\"><svg viewbox=\"0 0 24 24\"><path d=\"M20 6L9 17l-5-5\"><\/path><\/svg><\/span><br \/>\n            <span>Longer open time for easier tile placement and finishing<\/span>\n          <\/div>\n<div class=\"wc-s4-li\">\n            <span class=\"ck\"><svg viewbox=\"0 0 24 24\"><path d=\"M20 6L9 17l-5-5\"><\/path><\/svg><\/span><br \/>\n            <span>Better anti-sag behavior in vertical applications<\/span>\n          <\/div>\n<div class=\"wc-s4-li\">\n            <span class=\"ck\"><svg viewbox=\"0 0 24 24\"><path d=\"M20 6L9 17l-5-5\"><\/path><\/svg><\/span><br \/>\n            <span>Stronger bonding &amp; toughness when polymer modification is required<\/span>\n          <\/div>\n<div class=\"wc-s4-li\">\n            <span class=\"ck\"><svg viewbox=\"0 0 24 24\"><path d=\"M20 6L9 17l-5-5\"><\/path><\/svg><\/span><br \/>\n            <span>Improved storage stability in premixed paste\/liquid systems<\/span>\n          <\/div>\n<div class=\"wc-s4-li\">\n            <span class=\"ck\"><svg viewbox=\"0 0 24 24\"><path d=\"M20 6L9 17l-5-5\"><\/path><\/svg><\/span><br \/>\n            <span>Fewer production disruptions through better supply planning<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"wc-img-wrap wc-s4-img\">\n        <img height=\"720\" width=\"1280\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/Redlemon_C0422T01_compressed.jpg\" alt=\"Construction materials application\" loading=\"lazy\"><br \/>\n        <span class=\"wc-acc wc-acc-tr\"><\/span>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 5 \u2014 Service Standards \u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"wc-sec wc-s5\">\n<div class=\"wc-wrap\">\n<div class=\"wc-tag-s\" style=\"justify-content:center\"><span class=\"dot\"><\/span><span class=\"txt\">Our Commitment<\/span><\/div>\n<h2 class=\"wc-t2\">What You Can Expect<br \/>Working With Us<\/h2>\n<p class=\"wc-s5-subtitle\">10 service standards that guide every customer engagement<\/p>\n<div class=\"wc-s5-grid\">\n<div class=\"wc-s5-img\">\n        <img height=\"1280\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/Redlemon_multiethnic-middle-aged-businesspeople-shaking-han-2026-01-08-08-15-04-utc_compressed.jpg\" alt=\"Business partnership handshake\" loading=\"lazy\"><br \/>\n        <span class=\"wc-acc wc-acc-bl\" style=\"position:absolute\"><\/span>\n      <\/div>\n<div class=\"wc-s5-list\">\n<div class=\"wc-s5-row\">\n          <span class=\"n\">01<\/span><br \/>\n          <span>Clear requirement intake: system, application, target performance<\/span>\n        <\/div>\n<div class=\"wc-s5-row\">\n          <span class=\"n\">02<\/span><br \/>\n          <span>Recommendations with a practical starting dosage range<\/span>\n        <\/div>\n<div class=\"wc-s5-row\">\n          <span class=\"n\">03<\/span><br \/>\n          <span>Trial guidance: what to measure and how to compare<\/span>\n        <\/div>\n<div class=\"wc-s5-row\">\n          <span class=\"n\">04<\/span><br \/>\n          <span>Troubleshooting support when conditions change<\/span>\n        <\/div>\n<div class=\"wc-s5-row\">\n          <span class=\"n\">05<\/span><br \/>\n          <span>Documentation support where needed (TDS \/ SDS)<\/span>\n        <\/div>\n<div class=\"wc-s5-row\">\n          <span class=\"n\">06<\/span><br \/>\n          <span>Storage and handling guidance to protect performance<\/span>\n        <\/div>\n<div class=\"wc-s5-row\">\n          <span class=\"n\">07<\/span><br \/>\n          <span>Supply coordination aligned with your schedule<\/span>\n        <\/div>\n<div class=\"wc-s5-row\">\n          <span class=\"n\">08<\/span><br \/>\n          <span>Transparent communication of next steps<\/span>\n        <\/div>\n<div class=\"wc-s5-row\">\n          <span class=\"n\">09<\/span><br \/>\n          <span>Support for both new formulations and reformulation projects<\/span>\n        <\/div>\n<div class=\"wc-s5-row\">\n          <span class=\"n\">10<\/span><br \/>\n          <span>Long-term partner mindset<\/span>\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<style>\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 WHY CHOOSE \u2014 SECTIONS 6\u20139 + CTA \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/<\/p>\n<p>\/* \u2500\u2500 S6: 4-Step Workflow \u2500\u2500 *\/\n.wc-s6 {background:#f8f8f8;padding:100px 48px}\n.wc-s6 .wc-t2 {color:#111;text-align:center}\n.wc-s6-sub {text-align:center;color:#888;font-size:14px;margin-bottom:64px}<\/p>\n<p>.wc-s6-flow {display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-bottom:56px}<\/p>\n<p>\/* \u8fde\u63a5\u7ebf *\/\n.wc-s6-flow::before {\n  content:'';position:absolute;top:38px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);\n  height:2px;background:linear-gradient(90deg,#D44040,#8B1A1A,#D44040,#8B1A1A);\n  z-index:1;\n}<\/p>\n<p>.wc-s6-step {position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px}<\/p>\n<p>.wc-s6-circle {\n  width:76px;height:76px;border-radius:50%;\n  background:#fff;border:2px solid rgba(212,64,64,.25);\n  display:flex;align-items:center;justify-content:center;\n  margin-bottom:24px;transition:.4s;\n  box-shadow:0 4px 20px rgba(0,0,0,.04);\n}\n.wc-s6-step:hover .wc-s6-circle {\n  background:#D44040;border-color:#D44040;\n  box-shadow:0 8px 32px rgba(212,64,64,.25);\n}\n.wc-s6-circle .num {font-size:22px;font-weight:900;color:#D44040;transition:.3s}\n.wc-s6-step:hover .wc-s6-circle .num {color:#fff}\n.wc-s6-step h4 {font-size:15px;font-weight:700;color:#111;margin-bottom:10px}\n.wc-s6-step p {font-size:13px;color:#666;line-height:1.7}<\/p>\n<p>.wc-s6-btns {display:flex;justify-content:center;gap:16px;flex-wrap:wrap}<\/p>\n<p>\/* \u2500\u2500 S7: Typical Issues \u2500\u2500 *\/\n.wc-s7 {background:#fff;padding:100px 48px}\n.wc-s7 .wc-t2 {color:#111;text-align:center;margin-bottom:12px}\n.wc-s7-sub {text-align:center;color:#888;font-size:14px;margin-bottom:56px}\n.wc-s7-cols {display:grid;grid-template-columns:repeat(3,1fr);gap:28px}<\/p>\n<p>.wc-s7-card {\n  background:#fafafa;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;\n  transition:.4s;\n}\n.wc-s7-card:hover {border-color:rgba(212,64,64,.2);transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,.06)}<\/p>\n<p>.wc-s7-card-img {height:200px;overflow:hidden}\n.wc-s7-card-img img {width:100%;height:100%;object-fit:cover;transition:transform .8s}\n.wc-s7-card:hover .wc-s7-card-img img {transform:scale(1.06)}<\/p>\n<p>.wc-s7-card-body {padding:28px 24px}\n.wc-s7-card-title {\n  font-size:17px;font-weight:800;color:#111;margin-bottom:20px;\n  padding-bottom:14px;border-bottom:2px solid rgba(212,64,64,.12);\n}<\/p>\n<p>.wc-s7-issue {display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}\n.wc-s7-issue:last-child {margin-bottom:0}\n.wc-s7-arrow {\n  flex-shrink:0;width:20px;height:20px;margin-top:2px;\n  color:#D44040;font-size:12px;font-weight:700;\n  display:flex;align-items:center;justify-content:center;\n}\n.wc-s7-issue p {font-size:13px;color:#555;line-height:1.7}\n.wc-s7-issue strong {color:#333;font-weight:600}<\/p>\n<p>\/* \u2500\u2500 S8: Who We Serve \u2500\u2500 *\/\n.wc-s8 {background:#f8f8f8;padding:100px 48px}\n.wc-s8 .wc-t2 {color:#111;text-align:center;margin-bottom:12px}\n.wc-s8-sub {text-align:center;color:#888;font-size:14px;margin-bottom:56px}\n.wc-s8-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:24px}<\/p>\n<p>.wc-s8-card {\n  background:#fff;border:1px solid #eee;border-radius:14px;\n  padding:36px 24px;text-align:center;transition:.4s;position:relative;overflow:hidden;\n}\n.wc-s8-card::before {\n  content:'';position:absolute;top:0;left:0;right:0;height:3px;\n  background:linear-gradient(90deg,#8B1A1A,#D44040);\n  transform:scaleX(0);transform-origin:left;transition:transform .4s;\n}\n.wc-s8-card:hover::before {transform:scaleX(1)}\n.wc-s8-card:hover {transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,.06);border-color:rgba(212,64,64,.15)}<\/p>\n<p>.wc-s8-icon {\n  width:56px;height:56px;border-radius:14px;margin:0 auto 20px;\n  background:rgba(139,26,26,.05);\n  display:flex;align-items:center;justify-content:center;transition:.35s;\n}\n.wc-s8-card:hover .wc-s8-icon {background:rgba(139,26,26,.1)}\n.wc-s8-icon svg {width:24px;height:24px;stroke:#D44040;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}<\/p>\n<p>.wc-s8-card h4 {font-size:16px;font-weight:700;color:#111;margin-bottom:10px}\n.wc-s8-card p {font-size:13px;color:#666;line-height:1.7}<\/p>\n<p>\/* \u2500\u2500 S9: FAQ \u2500\u2500 *\/\n.wc-s9 {background:#fff;padding:100px 48px}\n.wc-s9 .wc-t2 {color:#111;text-align:center;margin-bottom:48px}\n.wc-s9-list {max-width:760px;margin:0 auto}<\/p>\n<p>.wc-s9-item {border-bottom:1px solid #f0f0f0}\n.wc-s9-item:last-child {border-bottom:none}<\/p>\n<p>.wc-s9-q {\n  width:100%;background:none;border:none;cursor:pointer;\n  display:flex;align-items:center;justify-content:space-between;gap:16px;\n  padding:24px 0;text-align:left;transition:.3s;\n}\n.wc-s9-q h4 {font-size:15.5px;font-weight:600;color:#222;transition:.3s}\n.wc-s9-q:hover h4 {color:#8B1A1A}<\/p>\n<p>.wc-s9-q .icon {\n  flex-shrink:0;width:28px;height:28px;border-radius:50%;\n  background:rgba(139,26,26,.05);color:#D44040;\n  display:flex;align-items:center;justify-content:center;\n  font-size:18px;font-weight:300;transition:transform .35s;\n}\n.wc-s9-item.open .wc-s9-q .icon {transform:rotate(45deg)}<\/p>\n<p>.wc-s9-a {\n  max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;\n}\n.wc-s9-item.open .wc-s9-a {max-height:200px;padding-bottom:24px}\n.wc-s9-a p {font-size:14px;color:#666;line-height:1.8;padding-right:44px}<\/p>\n<p>\/* \u2500\u2500 CTA Strip \u2500\u2500 *\/\n.wc-cta {\n  position:relative;background:#0a0a0a;padding:88px 48px;text-align:center;\n  overflow:hidden;\n}\n.wc-cta::before {\n  content:'';position:absolute;inset:0;\n  background:\n    radial-gradient(ellipse 60% 80% at 30% 100%,rgba(139,26,26,.14) 0%,transparent 60%),\n    radial-gradient(ellipse 50% 60% at 70% 0%,rgba(212,64,64,.08) 0%,transparent 55%);\n  pointer-events:none;\n}\n\/* \u9876\u90e8\/\u5e95\u90e8\u7ea2\u7ebf *\/\n.wc-cta-bar-t,.wc-cta-bar-b {\n  position:absolute;left:0;width:100%;height:2px;\n  background:linear-gradient(90deg,transparent 5%,#8B1A1A 30%,#D44040 50%,#8B1A1A 70%,transparent 95%);\n}\n.wc-cta-bar-t {top:0}.wc-cta-bar-b {bottom:0}<\/p>\n<p>.wc-cta-inner {position:relative;z-index:2;max-width:680px;margin:0 auto}\n.wc-cta h2 {\n  font-size:36px;font-weight:900;color:#fff;letter-spacing:-1.5px;line-height:1.15;margin-bottom:20px;\n}\n.wc-cta h2 span {color:#D44040}\n.wc-cta p {font-size:15px;color:rgba(255,255,255,.45);line-height:1.85;margin-bottom:40px}\n.wc-cta-btns {display:flex;justify-content:center;gap:16px;flex-wrap:wrap}<\/p>\n<p>\/* \u2500\u2500 \u5171\u7528\u6309\u94ae\uff08\u4eae\u8272\u533a\uff09 \u2500\u2500 *\/\n.wc-btn-r {\n  display:inline-flex;align-items:center;gap:10px;\n  font-size:14px;font-weight:600;text-decoration:none;\n  background:linear-gradient(135deg,#8B1A1A,#a52a2a);color:#fff;border:none;\n  border-radius:8px;padding:16px 36px;cursor:pointer;transition:.4s;\n  box-shadow:0 4px 24px rgba(139,26,26,.25);\n}\n.wc-btn-r:hover {transform:translateY(-3px);box-shadow:0 14px 48px rgba(139,26,26,.45)}\n.wc-btn-g {\n  display:inline-flex;align-items:center;gap:10px;\n  font-size:14px;font-weight:600;text-decoration:none;\n  background:transparent;color:#555;border:1.5px solid #ddd;\n  border-radius:8px;padding:16px 36px;cursor:pointer;transition:.4s;\n}\n.wc-btn-g:hover {border-color:rgba(212,64,64,.35);color:#8B1A1A;background:rgba(139,26,26,.03)}\n\/* \u6697\u8272\u533a\u6309\u94ae *\/\n.wc-btn-o2 {\n  display:inline-flex;align-items:center;gap:10px;\n  font-size:14px;font-weight:600;text-decoration:none;\n  background:transparent;color:rgba(255,255,255,.6);border:1.5px solid rgba(255,255,255,.1);\n  border-radius:8px;padding:16px 36px;cursor:pointer;transition:.4s;\n}\n.wc-btn-o2:hover {border-color:rgba(212,64,64,.35);color:#fff;background:rgba(139,26,26,.06)}<\/p>\n<p>.wc-btn-r svg,.wc-btn-g svg,.wc-btn-o2 svg {width:16px;height:16px;fill:currentColor;flex-shrink:0}<\/p>\n<p>\/* \u2500\u2500 \u54cd\u5e94\u5f0f \u2500\u2500 *\/\n@media(max-width:1024px) {\n  .wc-s6,.wc-s7,.wc-s8,.wc-s9,.wc-cta{padding:72px 32px}\n  .wc-s6-flow{grid-template-columns:repeat(2,1fr);gap:40px}\n  .wc-s6-flow::before{display:none}\n  .wc-s7-cols{grid-template-columns:1fr}\n  .wc-s8-grid{grid-template-columns:repeat(2,1fr)}\n}\n@media(max-width:640px){\n  .wc-s6,.wc-s7,.wc-s8,.wc-s9,.wc-cta {padding:56px 20px}\n  .wc-s6-flow {grid-template-columns:1fr}\n  .wc-s8-grid {grid-template-columns:1fr}\n  .wc-t2 {font-size:28px!important;letter-spacing:-1px!important}\n  .wc-cta h2 {font-size:26px}\n  .wc-s6-btns,.wc-cta-btns {flex-direction:column;align-items:stretch}\n  .wc-btn-r,.wc-btn-g,.wc-btn-o2 {justify-content:center;width:100%}\n}\n<\/style>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 6 \u2014 4-Step Workflow \u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"wc-sec wc-s6\">\n<div class=\"wc-wrap\">\n<div class=\"wc-tag-s\" style=\"justify-content:center\"><span class=\"dot\"><\/span><span class=\"txt\">How We Work<\/span><\/div>\n<h2 class=\"wc-t2\">A 4-Step Workflow Designed<br \/>to Reduce Trial Cycles<\/h2>\n<p class=\"wc-s6-sub\">From requirement to stable, repeatable results<\/p>\n<div class=\"wc-s6-flow\">\n<div class=\"wc-s6-step\">\n<div class=\"wc-s6-circle\"><span class=\"num\">1<\/span><\/div>\n<h4>Define the Target<\/h4>\n<p>Share the application, system type, and performance goals (open time, sag resistance, water retention, workability, stability).<\/p>\n<\/p><\/div>\n<div class=\"wc-s6-step\">\n<div class=\"wc-s6-circle\"><span class=\"num\">2<\/span><\/div>\n<h4>Share Formula or Issues<\/h4>\n<p>Send formulation details, or describe symptoms and raw materials if you don&#8217;t have full data.<\/p>\n<\/p><\/div>\n<div class=\"wc-s6-step\">\n<div class=\"wc-s6-circle\"><span class=\"num\">3<\/span><\/div>\n<h4>Recommendation + Dosage<\/h4>\n<p>We propose suitable solutions, a starting dosage range, and usage notes tailored to your system.<\/p>\n<\/p><\/div>\n<div class=\"wc-s6-step\">\n<div class=\"wc-s6-circle\"><span class=\"num\">4<\/span><\/div>\n<h4>Trial &amp; Optimization<\/h4>\n<p>We support evaluation and adjustments until results become stable and repeatable.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"wc-s6-btns\">\n      <a href=\"https:\/\/mikazone.store\/en\/contact\/send-your-formula\/\" class=\"wc-btn-r\"><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-2zm0 4-8 5-8-5V6l8 5 8-5v2z\"><\/path><\/svg><br \/>\n        Send Your Formula<br \/>\n      <\/a><br \/>\n      <a href=\"#\" class=\"wc-btn-g\"><br \/>\n        <svg viewbox=\"0 0 24 24\"><path d=\"M12 20h9M16.5 3.5a2.121 2.121 0 1 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"><\/path><\/svg><br \/>\n        Get Technical Support<br \/>\n      <\/a>\n    <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 7 \u2014 Typical Issues \u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"wc-sec wc-s7\">\n<div class=\"wc-wrap\">\n<div class=\"wc-tag-s\" style=\"justify-content:center\"><span class=\"dot\"><\/span><span class=\"txt\">Problem Solving<\/span><\/div>\n<h2 class=\"wc-t2\">Common Problems and<br \/>How We Support<\/h2>\n<p class=\"wc-s7-sub\">Real issues from real production lines and jobsites<\/p>\n<div class=\"wc-s7-cols\">\n<p>      <!-- Card 1: Tile Adhesive --><\/p>\n<div class=\"wc-s7-card\">\n<div class=\"wc-s7-card-img\">\n          <img height=\"1280\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/residential-home-improvement-2026-03-24-06-28-33-utc.jpg\" alt=\"Tile adhesive application\" loading=\"lazy\">\n        <\/div>\n<div class=\"wc-s7-card-body\">\n<div class=\"wc-s7-card-title\">Tile Adhesive<\/div>\n<div class=\"wc-s7-issue\">\n            <span class=\"wc-s7-arrow\">\u2192<\/span><\/p>\n<p><strong>Short open time<\/strong> \u2014 adjust selection + dosage strategy<\/p>\n<\/p><\/div>\n<div class=\"wc-s7-issue\">\n            <span class=\"wc-s7-arrow\">\u2192<\/span><\/p>\n<p><strong>Sagging on wall<\/strong> \u2014 improve rheology build and stability<\/p>\n<\/p><\/div>\n<div class=\"wc-s7-issue\">\n            <span class=\"wc-s7-arrow\">\u2192<\/span><\/p>\n<p><strong>Weak bonding<\/strong> \u2014 review polymer modification and system balance<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Card 2: Wall Putty --><\/p>\n<div class=\"wc-s7-card\">\n<div class=\"wc-s7-card-img\">\n          <img height=\"1278\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/builder-on-ladder-using-spatula-for-plasterwork-an-2026-03-24-23-46-52-utc.jpg\" alt=\"Wall putty application\" loading=\"lazy\">\n        <\/div>\n<div class=\"wc-s7-card-body\">\n<div class=\"wc-s7-card-title\">Wall Putty \/ Skim Coat<\/div>\n<div class=\"wc-s7-issue\">\n            <span class=\"wc-s7-arrow\">\u2192<\/span><\/p>\n<p><strong>Dry feel \/ poor spread<\/strong> \u2014 improve water control and workability<\/p>\n<\/p><\/div>\n<div class=\"wc-s7-issue\">\n            <span class=\"wc-s7-arrow\">\u2192<\/span><\/p>\n<p><strong>Cracking risk<\/strong> \u2014 balance water retention and formulation structure<\/p>\n<\/p><\/div>\n<div class=\"wc-s7-issue\">\n            <span class=\"wc-s7-arrow\">\u2192<\/span><\/p>\n<p><strong>Inconsistent finish<\/strong> \u2014 stabilize batch behavior and application feel<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Card 3: Waterproofing \/ Coatings --><\/p>\n<div class=\"wc-s7-card\">\n<div class=\"wc-s7-card-img\">\n          <img height=\"1280\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/hand-worker-mix-cement-plastering-well-free-space-2026-03-16-06-08-23-utc.jpg\" alt=\"Waterproofing coatings production\" loading=\"lazy\">\n        <\/div>\n<div class=\"wc-s7-card-body\">\n<div class=\"wc-s7-card-title\">Premixed Waterproofing \/ Coatings<\/div>\n<div class=\"wc-s7-issue\">\n            <span class=\"wc-s7-arrow\">\u2192<\/span><\/p>\n<p><strong>Separation \/ thickening<\/strong> \u2014 improve stability strategy and compatibility<\/p>\n<\/p><\/div>\n<div class=\"wc-s7-issue\">\n            <span class=\"wc-s7-arrow\">\u2192<\/span><\/p>\n<p><strong>Foaming<\/strong> \u2014 apply foam-control strategy<\/p>\n<\/p><\/div>\n<div class=\"wc-s7-issue\">\n            <span class=\"wc-s7-arrow\">\u2192<\/span><\/p>\n<p><strong>Uneven application<\/strong> \u2014 rebalance rheology and application behavior<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 8 \u2014 Who We Serve \u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"wc-sec wc-s8\">\n<div class=\"wc-wrap\">\n<div class=\"wc-tag-s\" style=\"justify-content:center\"><span class=\"dot\"><\/span><span class=\"txt\">Who We Serve<\/span><\/div>\n<h2 class=\"wc-t2\">Designed for Manufacturers<br \/>and Project Teams<\/h2>\n<p class=\"wc-s8-sub\">Whether you produce or apply\u2014we support your performance goals<\/p>\n<div class=\"wc-s8-grid\">\n<div class=\"wc-s8-card\">\n<div class=\"wc-s8-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M3 21h18M3 7v1a3 3 0 0 0 6 0V7m0 0v1a3 3 0 0 0 6 0V7m0 0v1a3 3 0 0 0 6 0V7M4 21V10.7M20 21V10.7\"><\/path><\/svg>\n        <\/div>\n<h4>Dry-Mix Manufacturers<\/h4>\n<p>Stable production, repeatable performance across batches and seasons.<\/p>\n<\/p><\/div>\n<div class=\"wc-s8-card\">\n<div class=\"wc-s8-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 2v6m0 0a4 4 0 1 0 0 8m0-8a4 4 0 1 1 0 8m0 0v6\"><\/path><\/svg>\n        <\/div>\n<h4>Waterproofing &amp; Coatings Producers<\/h4>\n<p>Storage stability and application consistency for premixed systems.<\/p>\n<\/p><\/div>\n<div class=\"wc-s8-card\">\n<div class=\"wc-s8-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><\/svg>\n        <\/div>\n<h4>Contractors &amp; Applicators<\/h4>\n<p>Practical jobsite performance improvements you can feel and measure.<\/p>\n<\/p><\/div>\n<div class=\"wc-s8-card\">\n<div class=\"wc-s8-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n        <\/div>\n<h4>Project Teams<\/h4>\n<p>Fast response and predictable execution for time-sensitive projects.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 9 \u2014 FAQ \u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"wc-sec wc-s9\">\n<div class=\"wc-wrap\">\n<div class=\"wc-tag-s\" style=\"justify-content:center\"><span class=\"dot\"><\/span><span class=\"txt\">FAQ<\/span><\/div>\n<h2 class=\"wc-t2\">Quick Questions<\/h2>\n<div class=\"wc-s9-list\">\n<div class=\"wc-s9-item\">\n        <button class=\"wc-s9-q\" onclick=\"this.parentElement.classList.toggle('open')\"><\/p>\n<h4>Do I need to know the exact grade to start?<\/h4>\n<p>          <span class=\"icon\">+<\/span><br \/>\n        <\/button><\/p>\n<div class=\"wc-s9-a\">\n<p>No. Tell us the application and target performance\u2014we&#8217;ll guide selection and dosing from there.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"wc-s9-item\">\n        <button class=\"wc-s9-q\" onclick=\"this.parentElement.classList.toggle('open')\"><\/p>\n<h4>Can you support both dry-mix and premix production lines?<\/h4>\n<p>          <span class=\"icon\">+<\/span><br \/>\n        <\/button><\/p>\n<div class=\"wc-s9-a\">\n<p>Yes. We support selection and stabilization for both systems, including tile adhesives, mortars, putty, waterproofing, coatings, and more.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"wc-s9-item\">\n        <button class=\"wc-s9-q\" onclick=\"this.parentElement.classList.toggle('open')\"><\/p>\n<h4>Can you help reduce trial time?<\/h4>\n<p>          <span class=\"icon\">+<\/span><br \/>\n        <\/button><\/p>\n<div class=\"wc-s9-a\">\n<p>Yes. Our workflow is designed to start closer to the right solution and optimize efficiently\u2014reducing the number of trial cycles needed.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"wc-s9-item\">\n        <button class=\"wc-s9-q\" onclick=\"this.parentElement.classList.toggle('open')\"><\/p>\n<h4>Can you provide technical and safety documents?<\/h4>\n<p>          <span class=\"icon\">+<\/span><br \/>\n        <\/button><\/p>\n<div class=\"wc-s9-a\">\n<p>Yes, TDS\/SDS and handling guidance can be provided when required to support your purchasing and safety approval processes.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 CLOSING CTA \u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"wc-sec wc-cta\">\n<div class=\"wc-cta-bar-t\"><\/div>\n<div class=\"wc-cta-bar-b\"><\/div>\n<div class=\"wc-cta-inner\">\n<div class=\"wc-tag-s\" style=\"justify-content:center\"><span class=\"dot\"><\/span><span class=\"txt\" style=\"color:rgba(255,255,255,.35)\">Get Started<\/span><\/div>\n<h2>Want more predictable<br \/>performance\u2014<span>faster?<\/span><\/h2>\n<p>Send your application details and target results. We&#8217;ll recommend a suitable solution and dosage guidance, and support your trials until stable results are achieved.<\/p>\n<div class=\"wc-cta-btns\">\n      <a href=\"#\" class=\"wc-btn-r\"><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-2zm0 4-8 5-8-5V6l8 5 8-5v2z\"><\/path><\/svg><br \/>\n        Send Your Formula<br \/>\n      <\/a><br \/>\n      <a href=\"#\" class=\"wc-btn-o2\"><br \/>\n        <svg viewbox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"><\/path><\/svg><br \/>\n        Contact Us<br \/>\n      <\/a>\n    <\/div>\n<\/p><\/div>\n<\/section>\n<style data-lemonx-boosted=\"true\">\n\/* Lemonx: User CSS ,Theme\/Elementor GlobalStyle *\/\n.lemonx-visual-root .why-hero {\n    position: relative;\n    width: 100%;\n    min-height: 62vh;\n    display: flex;\n    align-items: center;\n    overflow: hidden;\n    background: #1a1410;\n  }<\/p>\n<p>  .lemonx-visual-root .why-hero-bg {\n    position: absolute;\n    inset: 0;\n    z-index: 0;\n  }\n  .lemonx-visual-root .why-hero-bg img {\n    width: 100%; height: 100%;\n    object-fit: cover;\n    object-position: center 35%;\n    display: block;\n    filter: saturate(0.68) brightness(0.82);\n  }\n  .lemonx-visual-root .why-hero-bg::before {\n    content: '';\n    position: absolute; inset: 0; z-index: 1;\n    background: linear-gradient(\n      110deg,\n      rgba(15,10,8,0.85) 0%,\n      rgba(15,10,8,0.58) 48%,\n      rgba(15,10,8,0.16) 78%,\n      rgba(15,10,8,0.04) 100%\n    );\n  }\n  .lemonx-visual-root .why-hero-bg::after {\n    content: '';\n    position: absolute; inset: 0; z-index: 2;\n    background:\n      radial-gradient(ellipse 52% 58% at 0% 100%, rgba(139,26,26,0.24) 0%, transparent 65%),\n      radial-gradient(ellipse 28% 38% at 100% 0%,  rgba(139,26,26,0.07) 0%, transparent 58%);\n  }<\/p>\n<p>  \/* Top accent bar *\/\n  .lemonx-visual-root .why-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; height: 3px;\n    background: linear-gradient(90deg, #8B1A1A 0%, #D44040 50%, #8B1A1A 100%);\n    z-index: 10;\n  }<\/p>\n<p>  \/* Bottom fade *\/\n  .lemonx-visual-root .why-hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0; height: 130px;\n    background: linear-gradient(to bottom, transparent 0%, #111 100%);\n    z-index: 5;\n    pointer-events: none;\n  }<\/p>\n<p>  .lemonx-visual-root .why-hero-inner {\n    position: relative;\n    z-index: 6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 72px 40px 110px;\n    width: 100%;\n    display: grid;\n    grid-template-columns: 1fr 360px;\n    gap: 56px;\n    align-items: center;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }<\/p>\n<p>  \/* \u2500\u2500 LEFT \u2500\u2500 *\/\n  .lemonx-visual-root .why-hero-content { max-width: 600px; }<\/p>\n<p>  .lemonx-visual-root .why-hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 0.68rem;\n    font-weight: 800;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #D44040;\n    margin-bottom: 16px;\n  }\n  .lemonx-visual-root .why-hero-tag::before {\n    content: '';\n    display: block;\n    width: 28px; height: 2px;\n    background: #D44040;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .lemonx-visual-root .why-hero-headline {\n    font-size: clamp(1.9rem, 4.2vw, 3.1rem);\n    font-weight: 900;\n    line-height: 1.10;\n    letter-spacing: -0.03em;\n    color: #fff;\n    margin-bottom: 16px;\n  }\n  .lemonx-visual-root .why-hero-headline .why-accent {\n    display: block;\n    color: #D44040;\n  }<\/p>\n<p>  .lemonx-visual-root .why-hero-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 18px;\n  }\n  .lemonx-visual-root .why-hero-divider-line {\n    width: 40px; height: 2px;\n    background: linear-gradient(90deg, #8B1A1A, #D44040);\n    border-radius: 2px;\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .why-hero-divider-dot {\n    width: 5px; height: 5px;\n    border-radius: 50%;\n    background: #D44040;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .lemonx-visual-root .why-hero-sub {\n    font-size: 0.96rem;\n    color: rgba(255,255,255,0.76);\n    line-height: 1.80;\n    max-width: 560px;\n    margin-bottom: 30px;\n  }\n  .lemonx-visual-root .why-hero-sub strong {\n    color: rgba(255,255,255,0.95);\n    font-weight: 600;\n  }<\/p>\n<p>  .lemonx-visual-root .why-hero-btns {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    align-items: center;\n  }\n  .lemonx-visual-root .why-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 12px 24px;\n    border-radius: 5px;\n    font-size: 0.855rem;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    text-decoration: none;\n    cursor: pointer;\n    border: none;\n    transition: background 0.22s, box-shadow 0.22s, transform 0.18s;\n    white-space: nowrap;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .why-btn-primary {\n    background: #8B1A1A;\n    color: #fff;\n    box-shadow: 0 4px 16px rgba(139,26,26,0.32);\n  }\n  .lemonx-visual-root .why-btn-primary:hover {\n    background: #A52A2A;\n    box-shadow: 0 6px 26px rgba(139,26,26,0.52);\n    transform: translateY(-2px);\n  }\n  .lemonx-visual-root .why-btn-outline {\n    background: rgba(255,255,255,0.07);\n    color: #fff;\n    border: 1.5px solid rgba(255,255,255,0.30);\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n  }\n  .lemonx-visual-root .why-btn-outline:hover {\n    background: rgba(255,255,255,0.13);\n    border-color: rgba(255,255,255,0.62);\n    transform: translateY(-2px);\n  }<\/p>\n<p>  \/* \u2500\u2500 RIGHT: Highlights panel \u2500\u2500 *\/\n  .lemonx-visual-root .why-highlights {\n    display: flex;\n    flex-direction: column;\n    background: rgba(10,8,6,0.66);\n    border: 1px solid rgba(139,26,26,0.26);\n    border-radius: 10px;\n    overflow: hidden;\n    backdrop-filter: blur(18px);\n    -webkit-backdrop-filter: blur(18px);\n    box-shadow: 0 8px 36px rgba(0,0,0,0.32),\n                inset 0 1px 0 rgba(255,255,255,0.05);\n  }<\/p>\n<p>  .lemonx-visual-root .why-highlights-header {\n    padding: 14px 20px 13px;\n    border-bottom: 1px solid rgba(139,26,26,0.20);\n    display: flex;\n    align-items: center;\n    gap: 9px;\n  }\n  .lemonx-visual-root .why-highlights-dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: #D44040;\n    flex-shrink: 0;\n    box-shadow: 0 0 7px rgba(212,64,64,0.55);\n  }\n  .lemonx-visual-root .why-highlights-label {\n    font-size: 0.66rem;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #D44040;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }<\/p>\n<p>  .lemonx-visual-root .why-hi-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 15px 20px;\n    border-bottom: 1px solid rgba(255,255,255,0.05);\n    transition: background 0.2s;\n  }\n  .lemonx-visual-root .why-hi-item:last-child { border-bottom: none; }\n  .lemonx-visual-root .why-hi-item:hover { background: rgba(139,26,26,0.10); }<\/p>\n<p>  .lemonx-visual-root .why-hi-icon {\n    width: 34px; height: 34px;\n    border-radius: 7px;\n    background: rgba(139,26,26,0.18);\n    border: 1px solid rgba(139,26,26,0.28);\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n    color: #D44040;\n    margin-top: 1px;\n  }<\/p>\n<p>  .lemonx-visual-root .why-hi-title {\n    font-size: 0.835rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.95);\n    line-height: 1.38;\n    margin-bottom: 3px;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .why-hi-desc {\n    font-size: 0.74rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.55;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .why-hi-desc em {\n    font-style: normal;\n    color: rgba(212,64,64,0.85);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \u2500\u2500 Stat strip \u2500\u2500 *\/\n  .lemonx-visual-root .why-stat-strip {\n    position: absolute;\n    bottom: 0; left: 50%;\n    transform: translateX(-50%);\n    z-index: 7;\n    padding: 0 40px 32px;\n    display: flex;\n    max-width: 1200px;\n    width: 100%;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .why-stat-chip {\n    padding: 8px 20px 8px 0;\n    border-right: 1px solid rgba(255,255,255,0.11);\n    margin-right: 20px;\n  }\n  .lemonx-visual-root .why-stat-chip:last-child { border-right: none; margin-right: 0; }\n  .lemonx-visual-root .why-stat-value {\n    font-size: 1.05rem;\n    font-weight: 900;\n    color: #fff;\n    letter-spacing: -0.02em;\n    line-height: 1;\n  }\n  .lemonx-visual-root .why-stat-value span { color: #D44040; }\n  .lemonx-visual-root .why-stat-label {\n    font-size: 0.70rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.35;\n    font-weight: 500;\n    margin-top: 3px;\n  }<\/p>\n<p>  \/* \u2500\u2500 Scroll indicator \u2500\u2500 *\/\n  .lemonx-visual-root .why-scroll {\n    position: absolute;\n    bottom: 34px; left: 50%;\n    transform: translateX(-50%);\n    z-index: 7;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 7px;\n    opacity: 0.50;\n    animation: whyScrollBob 2.2s ease-in-out infinite;\n  }\n  .lemonx-visual-root .why-scroll span {\n    font-size: 0.60rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #fff;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .why-scroll-mouse {\n    width: 20px; height: 30px;\n    border: 2px solid rgba(255,255,255,0.50);\n    border-radius: 11px;\n    display: flex;\n    justify-content: center;\n    padding-top: 4px;\n  }\n  .lemonx-visual-root .why-scroll-mouse::before {\n    content: '';\n    width: 3px; height: 6px;\n    background: rgba(255,255,255,0.68);\n    border-radius: 2px;\n    animation: whyScrollDot 2.2s ease-in-out infinite;\n  }<\/p>\n<p>  @keyframes whyScrollDot {\n    0%, 100% { transform: translateY(0); opacity: 1; }\n    60%       { transform: translateY(7px); opacity: 0.28; }\n  }\n  @keyframes whyScrollBob {\n    0%, 100% { transform: translateX(-50%) translateY(0); }\n    50%       { transform: translateX(-50%) translateY(5px); }\n  }<\/p>\n<p>  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 960px) {\n    .lemonx-visual-root .why-hero-inner {\n      grid-template-columns: 1fr;\n      gap: 32px;\n      padding: 80px 32px 140px;\n    }\n    .lemonx-visual-root .why-highlights { max-width: 500px; }\n    .lemonx-visual-root .why-stat-strip { display: none; }\n    .lemonx-visual-root .why-scroll { display: none; }\n  }\n  @media (max-width: 600px) {\n    .lemonx-visual-root .why-hero { min-height: 70svh; }\n    .lemonx-visual-root .why-hero-inner { padding: 80px 20px 130px; }\n    .lemonx-visual-root .why-hero-headline { font-size: 1.85rem; }\n    .lemonx-visual-root .why-hero-btns { flex-direction: column; align-items: flex-start; }\n  }\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 WHY CHOOSE \u2014 SECTIONS 1\u20135 \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n\/* \u2500\u2500 \u5171\u7528\u5de5\u5177 \u2500\u2500 *\/\n.lemonx-visual-root .wc-sec {position:relative;font-family:'Inter',system-ui,sans-serif;overflow:hidden}\n.lemonx-visual-root .wc-sec * {box-sizing:border-box;margin:0;padding:0}\n.lemonx-visual-root .wc-wrap {max-width:1140px;margin:0 auto}\n.lemonx-visual-root .wc-tag-s {display:inline-flex;align-items:center;gap:12px;margin-bottom:18px}\n.lemonx-visual-root .wc-tag-s .dot {width:5px;height:5px;background:#D44040;border-radius:50%}\n.lemonx-visual-root .wc-tag-s .txt {font-size:10.5px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#D44040}\n.lemonx-visual-root .wc-t2 {font-size:38px;font-weight:900;line-height:1.12;letter-spacing:-1.5px;margin-bottom:22px}\n.lemonx-visual-root .wc-p {font-size:15.5px;line-height:1.85}\n.lemonx-visual-root .wc-img-wrap {position:relative;border-radius:14px;overflow:hidden}\n.lemonx-visual-root .wc-img-wrap img {display:block;width:100%;height:100%;object-fit:cover;transition:transform .8s}\n.lemonx-visual-root .wc-img-wrap:hover img {transform:scale(1.04)}\n\/* \u56fe\u7247\u7ea2\u8272\u89d2\u6807\u88c5\u9970 *\/\n.lemonx-visual-root .wc-acc {position:absolute;z-index:2}\n.lemonx-visual-root .wc-acc-tr {top:-1px;right:-1px;width:56px;height:56px;border-top:3px solid #D44040;border-right:3px solid #D44040;border-radius:0 14px 0 0}\n.lemonx-visual-root .wc-acc-bl {bottom:-1px;left:-1px;width:56px;height:56px;border-bottom:3px solid #D44040;border-left:3px solid #D44040;border-radius:0 0 0 14px}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 1 \u2014 The Mandalas Difference \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.lemonx-visual-root .wc-s1 {background:#fff;padding:100px 48px}\n.lemonx-visual-root .wc-s1 .wc-t2 {color:#111}\n.lemonx-visual-root .wc-s1 .wc-p {color:#555}\n.lemonx-visual-root .wc-s1-grid {display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}\n.lemonx-visual-root .wc-s1-img {height:420px}\n.lemonx-visual-root .wc-s1-promise {\n  margin-top:28px;padding:20px 26px;\n  background:rgba(139,26,26,.04);border-left:3px solid #D44040;border-radius:0 10px 10px 0;\n}\n.lemonx-visual-root .wc-s1-promise p {font-size:14.5px;font-weight:600;color:#8B1A1A;letter-spacing:-.2px}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 2 \u2014 MikaZone \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.lemonx-visual-root .wc-s2 {background:#f8f8f8;padding:100px 48px}\n.lemonx-visual-root .wc-s2 .wc-t2 {color:#111}\n.lemonx-visual-root .wc-s2 .wc-p {color:#555}\n.lemonx-visual-root .wc-s2-top {display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-bottom:64px}\n.lemonx-visual-root .wc-s2-img {height:380px}\n.lemonx-visual-root .wc-s2-cards {display:grid;grid-template-columns:repeat(3,1fr);gap:24px}\n.lemonx-visual-root .wc-s2-card {\n  background:#fff;border:1px solid #eee;border-radius:14px;padding:32px 28px;\n  transition:.4s;\n}\n.lemonx-visual-root .wc-s2-card:hover {border-color:rgba(212,64,64,.25);transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.06)}\n.lemonx-visual-root .wc-s2-card .ic {\n  width:44px;height:44px;border-radius:10px;\n  background:rgba(139,26,26,.06);\n  display:flex;align-items:center;justify-content:center;margin-bottom:18px;\n}\n.lemonx-visual-root .wc-s2-card .ic svg {width:20px;height:20px;fill:#D44040}\n.lemonx-visual-root .wc-s2-card h4 {font-size:16px;font-weight:700;color:#111;margin-bottom:10px}\n.lemonx-visual-root .wc-s2-card p {font-size:13.5px;color:#666;line-height:1.7}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 3 \u2014 12 Reasons \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.lemonx-visual-root .wc-s3 {background:#fff;padding:100px 48px}\n.lemonx-visual-root .wc-s3 .wc-t2 {color:#111;text-align:center}\n.lemonx-visual-root .wc-s3-subtitle {text-align:center;color:#888;font-size:14px;margin-bottom:56px}\n.lemonx-visual-root .wc-s3-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:24px}\n.lemonx-visual-root .wc-s3-item {\n  position:relative;background:#fafafa;border:1px solid #f0f0f0;border-radius:14px;\n  padding:36px 28px 28px;transition:.4s;\n}\n.lemonx-visual-root .wc-s3-item:hover {background:#fff;border-color:rgba(212,64,64,.2);transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.05)}\n\/* \u9876\u90e8\u7ea2\u7ebf *\/\n.lemonx-visual-root .wc-s3-item::before {\n  content:'';position:absolute;top:0;left:28px;right:28px;height:2px;border-radius:1px;\n  background:linear-gradient(90deg,#D44040,transparent);opacity:0;transition:.4s;\n}\n.lemonx-visual-root .wc-s3-item:hover::before {opacity:1}\n.lemonx-visual-root .wc-s3-num {\n  display:inline-flex;align-items:center;justify-content:center;\n  width:32px;height:32px;border-radius:8px;\n  background:rgba(139,26,26,.06);color:#D44040;\n  font-size:12px;font-weight:800;letter-spacing:1px;margin-bottom:16px;\n}\n.lemonx-visual-root .wc-s3-item h4 {font-size:15px;font-weight:700;color:#111;margin-bottom:10px;line-height:1.35}\n.lemonx-visual-root .wc-s3-item p {font-size:13px;color:#666;line-height:1.75}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 4 \u2014 Results \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.lemonx-visual-root .wc-s4 {background:#f8f8f8;padding:100px 48px}\n.lemonx-visual-root .wc-s4 .wc-t2 {color:#111}\n.lemonx-visual-root .wc-s4 .wc-p {color:#555}\n.lemonx-visual-root .wc-s4-grid {display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}\n.lemonx-visual-root .wc-s4-img {height:440px}\n.lemonx-visual-root .wc-s4-list {display:flex;flex-direction:column;gap:14px;margin-top:28px}\n.lemonx-visual-root .wc-s4-li {\n  display:flex;align-items:flex-start;gap:14px;\n  background:#fff;border:1px solid #eee;border-radius:10px;padding:18px 22px;\n  transition:.35s;\n}\n.lemonx-visual-root .wc-s4-li:hover {border-color:rgba(212,64,64,.2);transform:translateX(6px)}\n.lemonx-visual-root .wc-s4-li .ck {\n  flex-shrink:0;width:22px;height:22px;border-radius:6px;margin-top:1px;\n  background:rgba(139,26,26,.07);display:flex;align-items:center;justify-content:center;\n}\n.lemonx-visual-root .wc-s4-li .ck svg {width:12px;height:12px;fill:#D44040}\n.lemonx-visual-root .wc-s4-li span {font-size:14px;color:#444;line-height:1.6}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 5 \u2014 Service Standards \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.lemonx-visual-root .wc-s5 {background:#fff;padding:100px 48px}\n.lemonx-visual-root .wc-s5 .wc-t2 {color:#111;text-align:center}\n.lemonx-visual-root .wc-s5-subtitle {text-align:center;color:#888;font-size:14px;margin-bottom:56px}\n.lemonx-visual-root .wc-s5-grid {display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}\n.lemonx-visual-root .wc-s5-img {height:520px;border-radius:14px;overflow:hidden;position:relative}\n.lemonx-visual-root .wc-s5-img img {width:100%;height:100%;object-fit:cover;transition:transform .8s}\n.lemonx-visual-root .wc-s5-img:hover img {transform:scale(1.04)}\n.lemonx-visual-root .wc-s5-list {display:flex;flex-direction:column;gap:0}\n.lemonx-visual-root .wc-s5-row {\n  display:flex;align-items:flex-start;gap:18px;\n  padding:20px 0;border-bottom:1px solid #f0f0f0;transition:.3s;\n}\n.lemonx-visual-root .wc-s5-row:last-child {border-bottom:none}\n.lemonx-visual-root .wc-s5-row:hover {padding-left:10px}\n.lemonx-visual-root .wc-s5-row .n {\n  flex-shrink:0;width:28px;height:28px;border-radius:50%;\n  border:2px solid rgba(212,64,64,.3);color:#D44040;\n  font-size:11px;font-weight:700;\n  display:flex;align-items:center;justify-content:center;transition:.3s;\n}\n.lemonx-visual-root .wc-s5-row:hover .n {background:#D44040;color:#fff;border-color:#D44040}\n.lemonx-visual-root .wc-s5-row span {font-size:14px;color:#444;line-height:1.65;padding-top:3px}<\/p>\n<p>\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 \u54cd\u5e94\u5f0f \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n@media(max-width:1024px) {\n  .lemonx-visual-root .wc-s1-grid, .lemonx-visual-root .wc-s2-top, .lemonx-visual-root .wc-s4-grid, .lemonx-visual-root .wc-s5-grid {grid-template-columns:1fr;gap:40px}\n  .lemonx-visual-root .wc-s2-cards {grid-template-columns:repeat(2,1fr)}\n  .lemonx-visual-root .wc-s3-grid {grid-template-columns:repeat(2,1fr)}\n  .lemonx-visual-root .wc-s1, .lemonx-visual-root .wc-s2, .lemonx-visual-root .wc-s3, .lemonx-visual-root .wc-s4, .lemonx-visual-root .wc-s5 {padding:72px 32px}\n  .lemonx-visual-root .wc-s1-img, .lemonx-visual-root .wc-s2-img, .lemonx-visual-root .wc-s4-img, .lemonx-visual-root .wc-s5-img {height:320px}\n}\n@media(max-width:640px){\n  .lemonx-visual-root .wc-t2 {font-size:28px;letter-spacing:-1px}\n  .lemonx-visual-root .wc-s2-cards, .lemonx-visual-root .wc-s3-grid {grid-template-columns:1fr}\n  .lemonx-visual-root .wc-s1, .lemonx-visual-root .wc-s2, .lemonx-visual-root .wc-s3, .lemonx-visual-root .wc-s4, .lemonx-visual-root .wc-s5 {padding:56px 20px}\n  .lemonx-visual-root .wc-s1-img, .lemonx-visual-root .wc-s2-img, .lemonx-visual-root .wc-s4-img, .lemonx-visual-root .wc-s5-img {height:240px}\n}\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 WHY CHOOSE \u2014 SECTIONS 6\u20139 + CTA \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/<\/p>\n<p>\/* \u2500\u2500 S6: 4-Step Workflow \u2500\u2500 *\/\n.lemonx-visual-root .wc-s6 {background:#f8f8f8;padding:100px 48px}\n.lemonx-visual-root .wc-s6 .wc-t2 {color:#111;text-align:center}\n.lemonx-visual-root .wc-s6-sub {text-align:center;color:#888;font-size:14px;margin-bottom:64px}<\/p>\n<p>.lemonx-visual-root .wc-s6-flow {display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-bottom:56px}<\/p>\n<p>\/* \u8fde\u63a5\u7ebf *\/\n.lemonx-visual-root .wc-s6-flow::before {\n  content:'';position:absolute;top:38px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);\n  height:2px;background:linear-gradient(90deg,#D44040,#8B1A1A,#D44040,#8B1A1A);\n  z-index:1;\n}<\/p>\n<p>.lemonx-visual-root .wc-s6-step {position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px}<\/p>\n<p>.lemonx-visual-root .wc-s6-circle {\n  width:76px;height:76px;border-radius:50%;\n  background:#fff;border:2px solid rgba(212,64,64,.25);\n  display:flex;align-items:center;justify-content:center;\n  margin-bottom:24px;transition:.4s;\n  box-shadow:0 4px 20px rgba(0,0,0,.04);\n}\n.lemonx-visual-root .wc-s6-step:hover .wc-s6-circle {\n  background:#D44040;border-color:#D44040;\n  box-shadow:0 8px 32px rgba(212,64,64,.25);\n}\n.lemonx-visual-root .wc-s6-circle .num {font-size:22px;font-weight:900;color:#D44040;transition:.3s}\n.lemonx-visual-root .wc-s6-step:hover .wc-s6-circle .num {color:#fff}\n.lemonx-visual-root .wc-s6-step h4 {font-size:15px;font-weight:700;color:#111;margin-bottom:10px}\n.lemonx-visual-root .wc-s6-step p {font-size:13px;color:#666;line-height:1.7}<\/p>\n<p>.lemonx-visual-root .wc-s6-btns {display:flex;justify-content:center;gap:16px;flex-wrap:wrap}<\/p>\n<p>\/* \u2500\u2500 S7: Typical Issues \u2500\u2500 *\/\n.lemonx-visual-root .wc-s7 {background:#fff;padding:100px 48px}\n.lemonx-visual-root .wc-s7 .wc-t2 {color:#111;text-align:center;margin-bottom:12px}\n.lemonx-visual-root .wc-s7-sub {text-align:center;color:#888;font-size:14px;margin-bottom:56px}\n.lemonx-visual-root .wc-s7-cols {display:grid;grid-template-columns:repeat(3,1fr);gap:28px}<\/p>\n<p>.lemonx-visual-root .wc-s7-card {\n  background:#fafafa;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;\n  transition:.4s;\n}\n.lemonx-visual-root .wc-s7-card:hover {border-color:rgba(212,64,64,.2);transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,.06)}<\/p>\n<p>.lemonx-visual-root .wc-s7-card-img {height:200px;overflow:hidden}\n.lemonx-visual-root .wc-s7-card-img img {width:100%;height:100%;object-fit:cover;transition:transform .8s}\n.lemonx-visual-root .wc-s7-card:hover .wc-s7-card-img img {transform:scale(1.06)}<\/p>\n<p>.lemonx-visual-root .wc-s7-card-body {padding:28px 24px}\n.lemonx-visual-root .wc-s7-card-title {\n  font-size:17px;font-weight:800;color:#111;margin-bottom:20px;\n  padding-bottom:14px;border-bottom:2px solid rgba(212,64,64,.12);\n}<\/p>\n<p>.lemonx-visual-root .wc-s7-issue {display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}\n.lemonx-visual-root .wc-s7-issue:last-child {margin-bottom:0}\n.lemonx-visual-root .wc-s7-arrow {\n  flex-shrink:0;width:20px;height:20px;margin-top:2px;\n  color:#D44040;font-size:12px;font-weight:700;\n  display:flex;align-items:center;justify-content:center;\n}\n.lemonx-visual-root .wc-s7-issue p {font-size:13px;color:#555;line-height:1.7}\n.lemonx-visual-root .wc-s7-issue strong {color:#333;font-weight:600}<\/p>\n<p>\/* \u2500\u2500 S8: Who We Serve \u2500\u2500 *\/\n.lemonx-visual-root .wc-s8 {background:#f8f8f8;padding:100px 48px}\n.lemonx-visual-root .wc-s8 .wc-t2 {color:#111;text-align:center;margin-bottom:12px}\n.lemonx-visual-root .wc-s8-sub {text-align:center;color:#888;font-size:14px;margin-bottom:56px}\n.lemonx-visual-root .wc-s8-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:24px}<\/p>\n<p>.lemonx-visual-root .wc-s8-card {\n  background:#fff;border:1px solid #eee;border-radius:14px;\n  padding:36px 24px;text-align:center;transition:.4s;position:relative;overflow:hidden;\n}\n.lemonx-visual-root .wc-s8-card::before {\n  content:'';position:absolute;top:0;left:0;right:0;height:3px;\n  background:linear-gradient(90deg,#8B1A1A,#D44040);\n  transform:scaleX(0);transform-origin:left;transition:transform .4s;\n}\n.lemonx-visual-root .wc-s8-card:hover::before {transform:scaleX(1)}\n.lemonx-visual-root .wc-s8-card:hover {transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,.06);border-color:rgba(212,64,64,.15)}<\/p>\n<p>.lemonx-visual-root .wc-s8-icon {\n  width:56px;height:56px;border-radius:14px;margin:0 auto 20px;\n  background:rgba(139,26,26,.05);\n  display:flex;align-items:center;justify-content:center;transition:.35s;\n}\n.lemonx-visual-root .wc-s8-card:hover .wc-s8-icon {background:rgba(139,26,26,.1)}\n.lemonx-visual-root .wc-s8-icon svg {width:24px;height:24px;stroke:#D44040;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}<\/p>\n<p>.lemonx-visual-root .wc-s8-card h4 {font-size:16px;font-weight:700;color:#111;margin-bottom:10px}\n.lemonx-visual-root .wc-s8-card p {font-size:13px;color:#666;line-height:1.7}<\/p>\n<p>\/* \u2500\u2500 S9: FAQ \u2500\u2500 *\/\n.lemonx-visual-root .wc-s9 {background:#fff;padding:100px 48px}\n.lemonx-visual-root .wc-s9 .wc-t2 {color:#111;text-align:center;margin-bottom:48px}\n.lemonx-visual-root .wc-s9-list {max-width:760px;margin:0 auto}<\/p>\n<p>.lemonx-visual-root .wc-s9-item {border-bottom:1px solid #f0f0f0}\n.lemonx-visual-root .wc-s9-item:last-child {border-bottom:none}<\/p>\n<p>.lemonx-visual-root .wc-s9-q {\n  width:100%;background:none;border:none;cursor:pointer;\n  display:flex;align-items:center;justify-content:space-between;gap:16px;\n  padding:24px 0;text-align:left;transition:.3s;\n}\n.lemonx-visual-root .wc-s9-q h4 {font-size:15.5px;font-weight:600;color:#222;transition:.3s}\n.lemonx-visual-root .wc-s9-q:hover h4 {color:#8B1A1A}<\/p>\n<p>.lemonx-visual-root .wc-s9-q .icon {\n  flex-shrink:0;width:28px;height:28px;border-radius:50%;\n  background:rgba(139,26,26,.05);color:#D44040;\n  display:flex;align-items:center;justify-content:center;\n  font-size:18px;font-weight:300;transition:transform .35s;\n}\n.lemonx-visual-root .wc-s9-item.open .wc-s9-q .icon {transform:rotate(45deg)}<\/p>\n<p>.lemonx-visual-root .wc-s9-a {\n  max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;\n}\n.lemonx-visual-root .wc-s9-item.open .wc-s9-a {max-height:200px;padding-bottom:24px}\n.lemonx-visual-root .wc-s9-a p {font-size:14px;color:#666;line-height:1.8;padding-right:44px}<\/p>\n<p>\/* \u2500\u2500 CTA Strip \u2500\u2500 *\/\n.lemonx-visual-root .wc-cta {\n  position:relative;background:#0a0a0a;padding:88px 48px;text-align:center;\n  overflow:hidden;\n}\n.lemonx-visual-root .wc-cta::before {\n  content:'';position:absolute;inset:0;\n  background:\n    radial-gradient(ellipse 60% 80% at 30% 100%,rgba(139,26,26,.14) 0%,transparent 60%),\n    radial-gradient(ellipse 50% 60% at 70% 0%,rgba(212,64,64,.08) 0%,transparent 55%);\n  pointer-events:none;\n}\n\/* \u9876\u90e8\/\u5e95\u90e8\u7ea2\u7ebf *\/\n.lemonx-visual-root .wc-cta-bar-t, .lemonx-visual-root .wc-cta-bar-b {\n  position:absolute;left:0;width:100%;height:2px;\n  background:linear-gradient(90deg,transparent 5%,#8B1A1A 30%,#D44040 50%,#8B1A1A 70%,transparent 95%);\n}\n.lemonx-visual-root .wc-cta-bar-t {top:0}.lemonx-visual-root .wc-cta-bar-b {bottom:0}<\/p>\n<p>.lemonx-visual-root .wc-cta-inner {position:relative;z-index:2;max-width:680px;margin:0 auto}\n.lemonx-visual-root .wc-cta h2 {\n  font-size:36px;font-weight:900;color:#fff;letter-spacing:-1.5px;line-height:1.15;margin-bottom:20px;\n}\n.lemonx-visual-root .wc-cta h2 span {color:#D44040}\n.lemonx-visual-root .wc-cta p {font-size:15px;color:rgba(255,255,255,.45);line-height:1.85;margin-bottom:40px}\n.lemonx-visual-root .wc-cta-btns {display:flex;justify-content:center;gap:16px;flex-wrap:wrap}<\/p>\n<p>\/* \u2500\u2500 \u5171\u7528\u6309\u94ae\uff08\u4eae\u8272\u533a\uff09 \u2500\u2500 *\/\n.lemonx-visual-root .wc-btn-r {\n  display:inline-flex;align-items:center;gap:10px;\n  font-size:14px;font-weight:600;text-decoration:none;\n  background:linear-gradient(135deg,#8B1A1A,#a52a2a);color:#fff;border:none;\n  border-radius:8px;padding:16px 36px;cursor:pointer;transition:.4s;\n  box-shadow:0 4px 24px rgba(139,26,26,.25);\n}\n.lemonx-visual-root .wc-btn-r:hover {transform:translateY(-3px);box-shadow:0 14px 48px rgba(139,26,26,.45)}\n.lemonx-visual-root .wc-btn-g {\n  display:inline-flex;align-items:center;gap:10px;\n  font-size:14px;font-weight:600;text-decoration:none;\n  background:transparent;color:#555;border:1.5px solid #ddd;\n  border-radius:8px;padding:16px 36px;cursor:pointer;transition:.4s;\n}\n.lemonx-visual-root .wc-btn-g:hover {border-color:rgba(212,64,64,.35);color:#8B1A1A;background:rgba(139,26,26,.03)}\n\/* \u6697\u8272\u533a\u6309\u94ae *\/\n.lemonx-visual-root .wc-btn-o2 {\n  display:inline-flex;align-items:center;gap:10px;\n  font-size:14px;font-weight:600;text-decoration:none;\n  background:transparent;color:rgba(255,255,255,.6);border:1.5px solid rgba(255,255,255,.1);\n  border-radius:8px;padding:16px 36px;cursor:pointer;transition:.4s;\n}\n.lemonx-visual-root .wc-btn-o2:hover {border-color:rgba(212,64,64,.35);color:#fff;background:rgba(139,26,26,.06)}<\/p>\n<p>.lemonx-visual-root .wc-btn-r svg, .lemonx-visual-root .wc-btn-g svg, .lemonx-visual-root .wc-btn-o2 svg {width:16px;height:16px;fill:currentColor;flex-shrink:0}<\/p>\n<p>\/* \u2500\u2500 \u54cd\u5e94\u5f0f \u2500\u2500 *\/\n@media(max-width:1024px) {\n  .lemonx-visual-root .wc-s6, .lemonx-visual-root .wc-s7, .lemonx-visual-root .wc-s8, .lemonx-visual-root .wc-s9, .lemonx-visual-root .wc-cta {padding:72px 32px}\n  .lemonx-visual-root .wc-s6-flow {grid-template-columns:repeat(2,1fr);gap:40px}\n  .lemonx-visual-root .wc-s6-flow::before {display:none}\n  .lemonx-visual-root .wc-s7-cols {grid-template-columns:1fr}\n  .lemonx-visual-root .wc-s8-grid {grid-template-columns:repeat(2,1fr)}\n}\n@media(max-width:640px){\n  .lemonx-visual-root .wc-s6, .lemonx-visual-root .wc-s7, .lemonx-visual-root .wc-s8, .lemonx-visual-root .wc-s9, .lemonx-visual-root .wc-cta {padding:56px 20px}\n  .lemonx-visual-root .wc-s6-flow {grid-template-columns:1fr}\n  .lemonx-visual-root .wc-s8-grid {grid-template-columns:1fr}\n  .lemonx-visual-root .wc-t2 {font-size:28px!important;letter-spacing:-1px!important}\n  .lemonx-visual-root .wc-cta h2 {font-size:26px}\n  .lemonx-visual-root .wc-s6-btns, .lemonx-visual-root .wc-cta-btns {flex-direction:column;align-items:stretch}\n  .lemonx-visual-root .wc-btn-r, .lemonx-visual-root .wc-btn-g, .lemonx-visual-root .wc-btn-o2 {justify-content:center;width:100%}\n}\n<\/style>",
        "protected": false
    },
    "excerpt": {
        "rendered": "<p>Mandalas \u00b7 Venezuela Why Choose Mandalas We help customers in Venezuela achieve stable production and predictable jobsite results\u2014combining MikaZone&#8217;s manufacturer-backed capability with local technical support and reliable supply coordination. Send Your Formula Request a Quote Why Mandalas Manufacturer-Backed Solutions HPMC \/ HEMC \/ HEC + RDP \u2014 cellulose ether &amp; redispersible polymer powder sourced directly [&hellip;]<\/p>",
        "protected": false
    },
    "author": 1,
    "featured_media": 0,
    "parent": 49,
    "menu_order": 0,
    "comment_status": "closed",
    "ping_status": "closed",
    "template": "",
    "meta": {
        "footnotes": ""
    },
    "class_list": [
        "post-112",
        "page",
        "type-page",
        "status-publish",
        "hentry"
    ],
    "_links": {
        "self": [
            {
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/112",
                "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=112"
            }
        ],
        "version-history": [
            {
                "count": 7,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/112\/revisions"
            }
        ],
        "predecessor-version": [
            {
                "id": 1198,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/112\/revisions\/1198"
            }
        ],
        "up": [
            {
                "embeddable": true,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/49"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/media?parent=112"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}