{
    "id": 660,
    "date": "2026-04-09T01:04:05",
    "date_gmt": "2026-04-09T01:04:05",
    "guid": {
        "rendered": "https:\/\/mikazone.store\/?page_id=660"
    },
    "modified": "2026-04-30T03:29:29",
    "modified_gmt": "2026-04-30T03:29:29",
    "slug": "mortars-rendering",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/mikazone.store\/en\/applications\/mortars-rendering\/",
    "title": {
        "rendered": "Mortars &#038; Rendering"
    },
    "content": {
        "rendered": "<style>\n  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     MORTAR HERO \u2014 \"Floating Shelf\" Compact Layout\n     Scoped with .mr-hero prefix\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/<\/p>\n<p>  .mr-hero {\n    position: relative;\n    width: 100%;\n    min-height: 58vh;\n    display: flex;\n    align-items: center;\n    overflow: hidden;\n    background: #10130f;\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n  }<\/p>\n<p>  \/* \u2500\u2500 Background \u2500\u2500 *\/\n  .mr-hero-bg {\n    position: absolute;\n    inset: 0;\n    z-index: 0;\n  }\n  .mr-hero-bg img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center 40%;\n    display: block;\n    filter: saturate(0.55) brightness(0.70);\n  }\n  .mr-hero-bg::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    z-index: 1;\n    background: linear-gradient(\n      135deg,\n      rgba(10,13,10,0.93) 0%,\n      rgba(10,13,10,0.74) 40%,\n      rgba(10,13,10,0.46) 65%,\n      rgba(10,13,10,0.82) 100%\n    );\n  }\n  .mr-hero-bg::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    z-index: 2;\n    background:\n      radial-gradient(ellipse 55% 65% at 5% 95%, rgba(180,120,40,0.16) 0%, transparent 60%),\n      radial-gradient(ellipse 35% 40% at 90% 5%, rgba(180,120,40,0.06) 0%, transparent 55%);\n  }<\/p>\n<p>  \/* Top accent *\/\n  .mr-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, transparent 0%, #8B6914 15%, #C49A2A 50%, #8B6914 85%, transparent 100%);\n    z-index: 20;\n  }<\/p>\n<p>  \/* Bottom fade *\/\n  .mr-hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 100px;\n    background: linear-gradient(to bottom, transparent, #111);\n    z-index: 5;\n    pointer-events: none;\n  }<\/p>\n<p>  \/* \u2500\u2500 Container \u2500\u2500 *\/\n  .mr-hero-container {\n    position: relative;\n    z-index: 10;\n    max-width: 1200px;\n    width: 100%;\n    margin: 0 auto;\n    padding: 52px 40px 68px;\n    display: grid;\n    grid-template-columns: 1fr 400px;\n    gap: 48px;\n    align-items: center;\n  }<\/p>\n<p>  \/* \u2500\u2500 Left Content \u2500\u2500 *\/\n  .mr-hero-left {}<\/p>\n<p>  .mr-breadcrumb {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 18px;\n  }\n  .mr-breadcrumb-icon {\n    width: 26px;\n    height: 26px;\n    border-radius: 6px;\n    background: rgba(180,130,40,0.20);\n    border: 1px solid rgba(180,130,40,0.35);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .mr-breadcrumb-text {\n    font-size: 0.64rem;\n    font-weight: 800;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #C49A2A;\n  }\n  .mr-breadcrumb-text span {\n    color: rgba(255,255,255,0.28);\n    margin: 0 5px;\n    font-weight: 400;\n  }<\/p>\n<p>  .mr-h1 {\n    font-size: clamp(1.7rem, 3.8vw, 2.65rem);\n    font-weight: 900;\n    line-height: 1.10;\n    letter-spacing: -0.035em;\n    color: #fff;\n    margin: 0 0 4px;\n  }\n  .mr-h1 .mr-accent {\n    color: #C49A2A;\n    position: relative;\n    display: inline;\n  }<\/p>\n<p>  .mr-deco {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    margin: 14px 0 16px;\n  }\n  .mr-deco i {\n    width: 5px;\n    height: 5px;\n    background: #C49A2A;\n    transform: rotate(45deg);\n    flex-shrink: 0;\n  }\n  .mr-deco::after {\n    content: '';\n    flex: 1;\n    max-width: 160px;\n    height: 1px;\n    background: linear-gradient(90deg, rgba(196,154,42,0.55), transparent);\n  }<\/p>\n<p>  .mr-sub {\n    font-size: 0.90rem;\n    color: rgba(255,255,255,0.68);\n    line-height: 1.80;\n    max-width: 580px;\n    margin-bottom: 24px;\n  }\n  .mr-sub strong {\n    color: rgba(255,255,255,0.90);\n    font-weight: 600;\n  }<\/p>\n<p>  .mr-btn-row {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    align-items: center;\n  }\n  .mr-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 11px 24px;\n    border-radius: 6px;\n    font-size: 0.82rem;\n    font-weight: 700;\n    letter-spacing: 0.02em;\n    text-decoration: none;\n    cursor: pointer;\n    border: none;\n    transition: all 0.25s;\n    white-space: nowrap;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .mr-btn-primary {\n    background: linear-gradient(135deg, #8B6914 0%, #A57D1E 100%);\n    color: #fff;\n    box-shadow: 0 4px 18px rgba(139,105,20,0.35), inset 0 1px 0 rgba(255,255,255,0.08);\n  }\n  .mr-btn-primary:hover {\n    background: linear-gradient(135deg, #A57D1E 0%, #C49A2A 100%);\n    box-shadow: 0 6px 28px rgba(139,105,20,0.55);\n    transform: translateY(-2px);\n  }\n  .mr-btn-ghost {\n    background: transparent;\n    color: rgba(255,255,255,0.78);\n    border: 1.5px solid rgba(255,255,255,0.22);\n    backdrop-filter: blur(6px);\n    -webkit-backdrop-filter: blur(6px);\n  }\n  .mr-btn-ghost:hover {\n    color: #fff;\n    background: rgba(255,255,255,0.08);\n    border-color: rgba(255,255,255,0.48);\n    transform: translateY(-2px);\n  }<\/p>\n<p>  \/* \u2500\u2500 Right: Highlight Shelf \u2500\u2500 *\/\n  .mr-shelf {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    background: rgba(10,8,6,0.50);\n    border: 1px solid rgba(255,255,255,0.06);\n    border-radius: 12px;\n    overflow: hidden;\n    backdrop-filter: blur(20px);\n    -webkit-backdrop-filter: blur(20px);\n    box-shadow:\n      0 8px 32px rgba(0,0,0,0.28),\n      inset 0 1px 0 rgba(255,255,255,0.04);\n  }<\/p>\n<p>  \/* Shelf header *\/\n  .mr-shelf-head {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    padding: 12px 20px 11px;\n    border-bottom: 1px solid rgba(255,255,255,0.06);\n    background: rgba(180,130,40,0.06);\n  }\n  .mr-shelf-head-dot {\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: #C49A2A;\n    box-shadow: 0 0 8px rgba(196,154,42,0.50);\n    flex-shrink: 0;\n  }\n  .mr-shelf-head-label {\n    font-size: 0.62rem;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #C49A2A;\n  }<\/p>\n<p>  \/* Shelf item *\/\n  .mr-shelf-item {\n    display: grid;\n    grid-template-columns: 38px 1fr;\n    gap: 14px;\n    padding: 16px 20px;\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n    transition: background 0.2s;\n    align-items: start;\n  }\n  .mr-shelf-item:last-child {\n    border-bottom: none;\n  }\n  .mr-shelf-item:hover {\n    background: rgba(180,130,40,0.08);\n  }<\/p>\n<p>  .mr-shelf-icon {\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    background: rgba(180,130,40,0.12);\n    border: 1px solid rgba(180,130,40,0.25);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .mr-shelf-title {\n    font-size: 0.80rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.93);\n    line-height: 1.35;\n    margin-bottom: 3px;\n  }\n  .mr-shelf-desc {\n    font-size: 0.71rem;\n    color: rgba(255,255,255,0.46);\n    line-height: 1.58;\n  }\n  .mr-shelf-desc em {\n    font-style: normal;\n    color: rgba(196,154,42,0.80);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \u2500\u2500 Bottom chip bar \u2500\u2500 *\/\n  .mr-chip-bar {\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 12;\n    max-width: 1200px;\n    width: 100%;\n    padding: 0 40px 22px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .mr-chips {\n    display: flex;\n    gap: 6px;\n    flex-wrap: wrap;\n  }\n  .mr-chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    padding: 4px 13px;\n    border-radius: 100px;\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.07);\n    font-size: 0.62rem;\n    font-weight: 600;\n    color: rgba(255,255,255,0.48);\n    letter-spacing: 0.02em;\n    transition: border-color 0.25s;\n  }\n  .mr-chip:hover {\n    border-color: rgba(180,130,40,0.35);\n  }\n  .mr-chip-dot {\n    width: 4px;\n    height: 4px;\n    border-radius: 50%;\n    background: #C49A2A;\n    opacity: 0.55;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .mr-scroll-cue {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    opacity: 0.36;\n    animation: mrBob 2.6s ease-in-out infinite;\n  }\n  .mr-scroll-cue span {\n    font-size: 0.56rem;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #fff;\n  }\n  .mr-scroll-cue-arrows {\n    display: flex;\n    flex-direction: column;\n    gap: 1px;\n    align-items: center;\n  }\n  .mr-scroll-cue-arrows i {\n    display: block;\n    width: 7px;\n    height: 7px;\n    border-right: 1.5px solid rgba(255,255,255,0.55);\n    border-bottom: 1.5px solid rgba(255,255,255,0.55);\n    transform: rotate(45deg);\n  }\n  .mr-scroll-cue-arrows i:nth-child(2) {\n    opacity: 0.35;\n    margin-top: -3px;\n  }<\/p>\n<p>  @keyframes mrBob {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(3px); }\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 RESPONSIVE \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  @media (max-width: 960px) {\n    .mr-hero-container {\n      grid-template-columns: 1fr;\n      gap: 28px;\n      padding: 48px 32px 90px;\n    }\n    .mr-shelf {\n      max-width: 480px;\n    }\n    .mr-chip-bar {\n      display: none;\n    }\n  }<\/p>\n<p>  @media (max-width: 600px) {\n    .mr-hero {\n      min-height: auto;\n    }\n    .mr-hero-container {\n      padding: 44px 20px 60px;\n    }\n    .mr-h1 {\n      font-size: 1.6rem;\n    }\n    .mr-sub {\n      font-size: 0.84rem;\n    }\n    .mr-btn-row {\n      flex-direction: column;\n      align-items: flex-start;\n    }\n  }\n<\/style>\n<section class=\"mr-hero\">\n<p>  <!-- Background --><\/p>\n<div class=\"mr-hero-bg\">\n    <img decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/the-man-master-plasters-the-wall-makes-repairs-in-2026-03-17-14-47-45-utc-scaled.jpg\" alt=\"Cement mortar rendering plastering construction wall surface\">\n  <\/div>\n<p>  <!-- Main Content --><\/p>\n<div class=\"mr-hero-container\">\n<p>    <!-- LEFT --><\/p>\n<div class=\"mr-hero-left\">\n<div class=\"mr-breadcrumb\">\n<div class=\"mr-breadcrumb-icon\">\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"><\/rect><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"><\/rect>\n            <rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"><\/rect><rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"><\/rect>\n          <\/svg>\n        <\/div>\n<div class=\"mr-breadcrumb-text\">\n          Solutions <span>\/<\/span> Mortars &amp; Rendering\n        <\/div>\n<\/p><\/div>\n<h1 class=\"mr-h1\">\n        Mortars &amp; Rendering<br \/>\n        <span class=\"mr-accent\">Solutions<\/span><br \/>\n      <\/h1>\n<div class=\"mr-deco\"><i><\/i><\/div>\n<p class=\"mr-sub\">\n        Performance-driven additive solutions for masonry mortar, rendering mortar, repair mortar, spray mortar,<br \/>\n        grouting systems, and other cement-based formulations that require<br \/>\n        <strong>reliable workability<\/strong>, water retention, adhesion,<br \/>\n        <strong>durability<\/strong>, and crack resistance.\n      <\/p>\n<div class=\"mr-btn-row\">\n        <a href=\"https:\/\/mikazone.store\/en\/service\/product-recommendation\/\" class=\"mr-btn mr-btn-primary\"><br \/>\n          <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 18l6-6-6-6\"><\/path><\/svg><br \/>\n          Get a Recommendation<br \/>\n        <\/a><br \/>\n        <a href=\"https:\/\/mikazone.store\/en\/contact\/send-your-formula\/\" class=\"mr-btn mr-btn-ghost\"><br \/>\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"><\/line><polygon points=\"22 2 15 22 11 13 2 9 22 2\"><\/polygon>\n          <\/svg><br \/>\n          Send Your Formula<br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<p>    <!-- RIGHT: Highlight Shelf --><\/p>\n<div class=\"mr-shelf\">\n<div class=\"mr-shelf-head\">\n<div class=\"mr-shelf-head-dot\"><\/div>\n<div class=\"mr-shelf-head-label\">Why This Solution<\/div>\n<\/p><\/div>\n<div class=\"mr-shelf-item\">\n<div class=\"mr-shelf-icon\">\n          <!-- Bricks \/ Wall icon --><br \/>\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            <rect x=\"1\" y=\"3\" width=\"22\" height=\"6\" rx=\"1\"><\/rect>\n            <rect x=\"1\" y=\"15\" width=\"22\" height=\"6\" rx=\"1\"><\/rect>\n            <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"9\"><\/line>\n            <rect x=\"1\" y=\"9\" width=\"22\" height=\"6\" rx=\"1\"><\/rect>\n            <line x1=\"7\" y1=\"9\" x2=\"7\" y2=\"15\"><\/line>\n            <line x1=\"17\" y1=\"9\" x2=\"17\" y2=\"15\"><\/line>\n            <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"21\"><\/line>\n          <\/svg>\n        <\/div>\n<div>\n<div class=\"mr-shelf-title\">Broad Mortar System Coverage<\/div>\n<div class=\"mr-shelf-desc\">\n            Suitable for <em>masonry mortar<\/em>, cement-based render, repair mortar, spray mortar, <em>waterproof mortar<\/em>, and grouting materials.\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mr-shelf-item\">\n<div class=\"mr-shelf-icon\">\n          <!-- Chemistry \/ Beaker icon --><br \/>\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=\"M9 3h6\"><\/path>\n            <path d=\"M10 3v7.4a2 2 0 0 1-.5 1.3L4 18.6a1 1 0 0 0 .7 1.7h14.6a1 1 0 0 0 .7-1.7l-5.5-6.9a2 2 0 0 1-.5-1.3V3\"><\/path>\n            <path d=\"M8.5 14h7\"><\/path>\n          <\/svg>\n        <\/div>\n<div>\n<div class=\"mr-shelf-title\">Cellulose Ether, Polymer &amp; Functional Core<\/div>\n<div class=\"mr-shelf-desc\">\n            Built around <em>cellulose ether<\/em>, polymer modifiers, and selected functional additives for balanced <em>fresh-state and hardened-state<\/em> performance.\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mr-shelf-item\">\n<div class=\"mr-shelf-icon\">\n          <!-- Location pin icon --><br \/>\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=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path>\n            <circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle>\n          <\/svg>\n        <\/div>\n<div>\n<div class=\"mr-shelf-title\">Local Support in Venezuela<\/div>\n<div class=\"mr-shelf-desc\">\n            Local recommendation, <em>supply coordination<\/em>, and technical support available in Venezuela.\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- Bottom chip bar --><\/p>\n<div class=\"mr-chip-bar\">\n<div class=\"mr-chips\">\n<div class=\"mr-chip\">\n        <span class=\"mr-chip-dot\"><\/span><br \/>\n        Masonry Mortar\n      <\/div>\n<div class=\"mr-chip\">\n        <span class=\"mr-chip-dot\"><\/span><br \/>\n        Rendering\n      <\/div>\n<div class=\"mr-chip\">\n        <span class=\"mr-chip-dot\"><\/span><br \/>\n        Repair Mortar\n      <\/div>\n<div class=\"mr-chip\">\n        <span class=\"mr-chip-dot\"><\/span><br \/>\n        Waterproof Mortar\n      <\/div>\n<div class=\"mr-chip\">\n        <span class=\"mr-chip-dot\"><\/span><br \/>\n        Grouting\n      <\/div>\n<\/p><\/div>\n<div class=\"mr-scroll-cue\">\n      <span>Explore<\/span><\/p>\n<div class=\"mr-scroll-cue-arrows\">\n        <i><\/i><br \/>\n        <i><\/i>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<style>\n  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     MORTAR PAGE BODY \u2014 Scoped with .mrp- prefix\n     Does NOT affect the banner (.mr-hero)\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/<\/p>\n<p>  \/* \u2500\u2500 Global reset for this page \u2500\u2500 *\/\n  .mrp-page {\n    background: #111;\n    color: rgba(255,255,255,0.82);\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    line-height: 1.75;\n    overflow-x: hidden;\n  }<\/p>\n<p>  \/* \u2500\u2500 Shared Section Wrapper \u2500\u2500 *\/\n  .mrp-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 80px 40px;\n  }\n  .mrp-section--wide {\n    max-width: 100%;\n    padding-left: 0;\n    padding-right: 0;\n  }<\/p>\n<p>  \/* \u2500\u2500 Section number pill \u2500\u2500 *\/\n  .mrp-num {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 16px;\n  }\n  .mrp-num-badge {\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.12);\n    border: 1px solid rgba(196,154,42,0.28);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.66rem;\n    font-weight: 800;\n    color: #C49A2A;\n  }\n  .mrp-num-label {\n    font-size: 0.60rem;\n    font-weight: 800;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #C49A2A;\n  }<\/p>\n<p>  \/* \u2500\u2500 Section titles \u2500\u2500 *\/\n  .mrp-title {\n    font-size: clamp(1.35rem, 2.8vw, 1.85rem);\n    font-weight: 800;\n    color: #fff;\n    line-height: 1.22;\n    letter-spacing: -0.025em;\n    margin: 0 0 10px;\n  }\n  .mrp-title .mrp-taccent {\n    color: #C49A2A;\n  }<\/p>\n<p>  .mrp-title-deco {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    margin: 12px 0 22px;\n  }\n  .mrp-title-deco i {\n    width: 5px;\n    height: 5px;\n    background: #C49A2A;\n    transform: rotate(45deg);\n    flex-shrink: 0;\n  }\n  .mrp-title-deco::after {\n    content: '';\n    flex: 1;\n    max-width: 120px;\n    height: 1px;\n    background: linear-gradient(90deg, rgba(196,154,42,0.50), transparent);\n  }<\/p>\n<p>  \/* \u2500\u2500 Body prose \u2500\u2500 *\/\n  .mrp-prose {\n    font-size: 0.90rem;\n    color: rgba(255,255,255,0.64);\n    line-height: 1.85;\n    max-width: 780px;\n  }\n  .mrp-prose strong {\n    color: rgba(255,255,255,0.90);\n    font-weight: 600;\n  }\n  .mrp-prose + .mrp-prose {\n    margin-top: 18px;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 1 \u2014 What Makes a Good Mortar\n     Two-column image + text\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .mrp-s1 {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 56px;\n    align-items: center;\n  }\n  .mrp-s1-img {\n    position: relative;\n    border-radius: 14px;\n    overflow: hidden;\n    aspect-ratio: 4 \/ 3;\n  }\n  .mrp-s1-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    filter: saturate(0.7) brightness(0.85);\n  }\n  .mrp-s1-img::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    border-radius: 14px;\n    border: 1px solid rgba(255,255,255,0.06);\n    pointer-events: none;\n  }\n  \/* Floating stat badge *\/\n  .mrp-s1-badge {\n    position: absolute;\n    bottom: 16px;\n    left: 16px;\n    background: rgba(10,10,8,0.82);\n    backdrop-filter: blur(14px);\n    -webkit-backdrop-filter: blur(14px);\n    border: 1px solid rgba(196,154,42,0.22);\n    border-radius: 10px;\n    padding: 12px 18px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .mrp-s1-badge-icon {\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.14);\n    border: 1px solid rgba(196,154,42,0.30);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .mrp-s1-badge-text {\n    font-size: 0.68rem;\n    color: rgba(255,255,255,0.70);\n    line-height: 1.45;\n  }\n  .mrp-s1-badge-text strong {\n    display: block;\n    font-size: 0.78rem;\n    color: #fff;\n    font-weight: 700;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 2 \u2014 Key Performance Targets\n     Card grid\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .mrp-s2-bg {\n    background: rgba(255,255,255,0.015);\n    border-top: 1px solid rgba(255,255,255,0.04);\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n  }\n  .mrp-target-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n    gap: 20px;\n    margin-top: 36px;\n  }\n  .mrp-target-card {\n    background: rgba(255,255,255,0.025);\n    border: 1px solid rgba(255,255,255,0.05);\n    border-radius: 12px;\n    padding: 28px 26px;\n    transition: border-color 0.3s, background 0.3s;\n  }\n  .mrp-target-card:hover {\n    border-color: rgba(196,154,42,0.25);\n    background: rgba(196,154,42,0.04);\n  }\n  .mrp-target-icon {\n    width: 42px;\n    height: 42px;\n    border-radius: 10px;\n    background: rgba(196,154,42,0.10);\n    border: 1px solid rgba(196,154,42,0.22);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    margin-bottom: 16px;\n  }\n  .mrp-target-h {\n    font-size: 0.88rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.93);\n    margin-bottom: 8px;\n    line-height: 1.35;\n  }\n  .mrp-target-p {\n    font-size: 0.78rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.72;\n  }\n  .mrp-target-p em {\n    font-style: normal;\n    color: rgba(196,154,42,0.80);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 3 \u2014 Recommended Product Package\n     Product cards with image header\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .mrp-prod-list {\n    display: flex;\n    flex-direction: column;\n    gap: 28px;\n    margin-top: 36px;\n  }<\/p>\n<p>  .mrp-prod-card {\n    display: grid;\n    grid-template-columns: 340px 1fr;\n    background: rgba(255,255,255,0.020);\n    border: 1px solid rgba(255,255,255,0.05);\n    border-radius: 14px;\n    overflow: hidden;\n    transition: border-color 0.3s;\n  }\n  .mrp-prod-card:hover {\n    border-color: rgba(196,154,42,0.22);\n  }\n  .mrp-prod-card:nth-child(even) {\n    direction: rtl;\n  }\n  .mrp-prod-card:nth-child(even) > * {\n    direction: ltr;\n  }<\/p>\n<p>  .mrp-prod-img {\n    position: relative;\n    overflow: hidden;\n    min-height: 260px;\n  }\n  .mrp-prod-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    filter: saturate(0.6) brightness(0.75);\n  }\n  .mrp-prod-img::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, rgba(10,10,8,0.30), rgba(10,10,8,0.60));\n  }\n  .mrp-prod-img-num {\n    position: absolute;\n    top: 16px;\n    left: 16px;\n    z-index: 2;\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.18);\n    border: 1px solid rgba(196,154,42,0.40);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.72rem;\n    font-weight: 800;\n    color: #C49A2A;\n  }<\/p>\n<p>  .mrp-prod-body {\n    padding: 32px 34px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .mrp-prod-label {\n    font-size: 0.58rem;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #C49A2A;\n    margin-bottom: 8px;\n  }\n  .mrp-prod-h {\n    font-size: 1.08rem;\n    font-weight: 800;\n    color: #fff;\n    line-height: 1.28;\n    margin-bottom: 12px;\n  }\n  .mrp-prod-desc {\n    font-size: 0.82rem;\n    color: rgba(255,255,255,0.56);\n    line-height: 1.78;\n    margin-bottom: 20px;\n  }\n  .mrp-prod-desc strong {\n    color: rgba(255,255,255,0.85);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \"Best for\" tags *\/\n  .mrp-best-label {\n    font-size: 0.60rem;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(196,154,42,0.70);\n    margin-bottom: 8px;\n  }\n  .mrp-best-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-bottom: 18px;\n  }\n  .mrp-best-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    padding: 4px 12px;\n    border-radius: 100px;\n    background: rgba(196,154,42,0.08);\n    border: 1px solid rgba(196,154,42,0.18);\n    font-size: 0.64rem;\n    font-weight: 600;\n    color: rgba(255,255,255,0.60);\n  }\n  .mrp-best-tag::before {\n    content: '';\n    width: 4px;\n    height: 4px;\n    border-radius: 50%;\n    background: #C49A2A;\n    opacity: 0.55;\n    flex-shrink: 0;\n  }<\/p>\n<p>  \/* Related products *\/\n  .mrp-rel-label {\n    font-size: 0.58rem;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.32);\n    margin-bottom: 6px;\n  }\n  .mrp-rel-items {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n  }\n  .mrp-rel-item {\n    padding: 3px 10px;\n    border-radius: 4px;\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.06);\n    font-size: 0.62rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.50);\n    font-family: 'Courier New', monospace;\n    letter-spacing: 0.03em;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 4 \u2014 Product Architecture by Mortar Type\n     Tab-style cards\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .mrp-s4-bg {\n    background: rgba(255,255,255,0.015);\n    border-top: 1px solid rgba(255,255,255,0.04);\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n  }\n  .mrp-arch-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));\n    gap: 18px;\n    margin-top: 36px;\n  }\n  .mrp-arch-card {\n    background: rgba(10,10,8,0.60);\n    border: 1px solid rgba(255,255,255,0.05);\n    border-radius: 12px;\n    overflow: hidden;\n    transition: border-color 0.3s;\n  }\n  .mrp-arch-card:hover {\n    border-color: rgba(196,154,42,0.22);\n  }\n  .mrp-arch-head {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 18px 22px 16px;\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n    background: rgba(196,154,42,0.04);\n  }\n  .mrp-arch-icon {\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    background: rgba(196,154,42,0.12);\n    border: 1px solid rgba(196,154,42,0.25);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .mrp-arch-name {\n    font-size: 0.86rem;\n    font-weight: 700;\n    color: #fff;\n  }\n  .mrp-arch-body {\n    padding: 20px 22px 22px;\n  }\n  .mrp-arch-desc {\n    font-size: 0.78rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.72;\n    margin-bottom: 16px;\n  }\n  .mrp-arch-desc em {\n    font-style: normal;\n    color: rgba(196,154,42,0.80);\n    font-weight: 600;\n  }\n  .mrp-arch-dir-label {\n    font-size: 0.58rem;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(196,154,42,0.60);\n    margin-bottom: 8px;\n  }\n  .mrp-arch-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n  }\n  .mrp-arch-pill {\n    padding: 4px 12px;\n    border-radius: 100px;\n    font-size: 0.64rem;\n    font-weight: 600;\n    color: rgba(255,255,255,0.60);\n    border: 1px solid rgba(255,255,255,0.08);\n    background: rgba(255,255,255,0.025);\n  }\n  .mrp-arch-pill--core {\n    background: rgba(196,154,42,0.10);\n    border-color: rgba(196,154,42,0.25);\n    color: #C49A2A;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 5 \u2014 Dosage Reference\n     Dark panel\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .mrp-dose-panel {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 28px;\n    margin-top: 32px;\n  }\n  .mrp-dose-box {\n    background: rgba(255,255,255,0.025);\n    border: 1px solid rgba(255,255,255,0.05);\n    border-radius: 12px;\n    padding: 26px 26px;\n  }\n  .mrp-dose-box-h {\n    font-size: 0.72rem;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #C49A2A;\n    margin-bottom: 14px;\n  }\n  .mrp-dose-row {\n    display: flex;\n    align-items: baseline;\n    gap: 10px;\n    padding: 8px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.03);\n  }\n  .mrp-dose-row:last-child {\n    border-bottom: none;\n  }\n  .mrp-dose-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #C49A2A;\n    opacity: 0.50;\n    flex-shrink: 0;\n    margin-top: 7px;\n  }\n  .mrp-dose-text {\n    font-size: 0.78rem;\n    color: rgba(255,255,255,0.56);\n    line-height: 1.65;\n  }\n  .mrp-dose-text strong {\n    color: rgba(255,255,255,0.85);\n    font-weight: 600;\n  }\n  .mrp-dose-text em {\n    font-style: normal;\n    color: rgba(196,154,42,0.85);\n    font-weight: 600;\n  }<\/p>\n<p>  .mrp-note {\n    margin-top: 24px;\n    padding: 18px 22px;\n    border-radius: 10px;\n    background: rgba(196,154,42,0.06);\n    border: 1px solid rgba(196,154,42,0.18);\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .mrp-note-icon {\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.12);\n    border: 1px solid rgba(196,154,42,0.30);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .mrp-note-text {\n    font-size: 0.78rem;\n    color: rgba(255,255,255,0.56);\n    line-height: 1.72;\n  }\n  .mrp-note-text strong {\n    color: rgba(255,255,255,0.85);\n    font-weight: 700;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 6 \u2014 Selection Logic\n     Two-column: flow + image\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .mrp-s6-bg {\n    background: rgba(255,255,255,0.015);\n    border-top: 1px solid rgba(255,255,255,0.04);\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n  }\n  .mrp-s6-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 56px;\n    align-items: start;\n  }\n  .mrp-logic-list {\n    margin: 20px 0 0;\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .mrp-logic-item {\n    display: grid;\n    grid-template-columns: 32px 1fr;\n    gap: 14px;\n    padding: 14px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n    align-items: start;\n  }\n  .mrp-logic-item:last-child {\n    border-bottom: none;\n  }\n  .mrp-logic-num {\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.12);\n    border: 1px solid rgba(196,154,42,0.28);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.64rem;\n    font-weight: 800;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .mrp-logic-text {\n    font-size: 0.82rem;\n    color: rgba(255,255,255,0.60);\n    line-height: 1.70;\n    padding-top: 3px;\n  }\n  .mrp-logic-text strong {\n    color: rgba(255,255,255,0.88);\n    font-weight: 600;\n  }<\/p>\n<p>  .mrp-factor-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-top: 24px;\n  }\n  .mrp-factor {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    padding: 10px 14px;\n    border-radius: 8px;\n    background: rgba(255,255,255,0.025);\n    border: 1px solid rgba(255,255,255,0.05);\n    transition: border-color 0.25s;\n  }\n  .mrp-factor:hover {\n    border-color: rgba(196,154,42,0.22);\n  }\n  .mrp-factor-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #C49A2A;\n    opacity: 0.50;\n    flex-shrink: 0;\n  }\n  .mrp-factor-text {\n    font-size: 0.72rem;\n    color: rgba(255,255,255,0.56);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* Right side image panel *\/\n  .mrp-s6-img-wrap {\n    position: relative;\n    border-radius: 14px;\n    overflow: hidden;\n    aspect-ratio: 3 \/ 4;\n    max-height: 520px;\n  }\n  .mrp-s6-img-wrap img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    filter: saturate(0.6) brightness(0.78);\n  }\n  .mrp-s6-img-wrap::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to top, rgba(10,10,8,0.70) 0%, transparent 50%);\n    pointer-events: none;\n  }\n  .mrp-s6-overlay {\n    position: absolute;\n    bottom: 20px;\n    left: 20px;\n    right: 20px;\n    z-index: 2;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n  .mrp-s6-overlay-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    padding: 10px 16px;\n    border-radius: 8px;\n    background: rgba(10,10,8,0.72);\n    backdrop-filter: blur(12px);\n    -webkit-backdrop-filter: blur(12px);\n    border: 1px solid rgba(255,255,255,0.06);\n  }\n  .mrp-s6-overlay-icon {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.14);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .mrp-s6-overlay-text {\n    font-size: 0.68rem;\n    color: rgba(255,255,255,0.65);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \u2500\u2500 CTA buttons (shared) \u2500\u2500 *\/\n  .mrp-cta-row {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    align-items: center;\n    margin-top: 28px;\n  }\n  .mrp-cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 12px 26px;\n    border-radius: 6px;\n    font-size: 0.82rem;\n    font-weight: 700;\n    letter-spacing: 0.02em;\n    text-decoration: none;\n    cursor: pointer;\n    border: none;\n    transition: all 0.25s;\n    white-space: nowrap;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .mrp-cta-primary {\n    background: linear-gradient(135deg, #8B6914 0%, #A57D1E 100%);\n    color: #fff;\n    box-shadow: 0 4px 18px rgba(139,105,20,0.35), inset 0 1px 0 rgba(255,255,255,0.08);\n  }\n  .mrp-cta-primary:hover {\n    background: linear-gradient(135deg, #A57D1E 0%, #C49A2A 100%);\n    box-shadow: 0 6px 28px rgba(139,105,20,0.55);\n    transform: translateY(-2px);\n  }\n  .mrp-cta-ghost {\n    background: transparent;\n    color: rgba(255,255,255,0.78);\n    border: 1.5px solid rgba(255,255,255,0.22);\n  }\n  .mrp-cta-ghost:hover {\n    color: #fff;\n    background: rgba(255,255,255,0.08);\n    border-color: rgba(255,255,255,0.48);\n    transform: translateY(-2px);\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 7 \u2014 Why Choose Us\n     Split: text + feature grid\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .mrp-s7-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    margin-top: 32px;\n  }\n  .mrp-s7-feat {\n    display: flex;\n    align-items: start;\n    gap: 14px;\n    padding: 16px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n  }\n  .mrp-s7-feat:last-child {\n    border-bottom: none;\n  }\n  .mrp-s7-feat-icon {\n    width: 34px;\n    height: 34px;\n    border-radius: 8px;\n    background: rgba(196,154,42,0.10);\n    border: 1px solid rgba(196,154,42,0.22);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .mrp-s7-feat-h {\n    font-size: 0.80rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.90);\n    margin-bottom: 3px;\n  }\n  .mrp-s7-feat-p {\n    font-size: 0.72rem;\n    color: rgba(255,255,255,0.46);\n    line-height: 1.60;\n  }<\/p>\n<p>  .mrp-supply-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 20px;\n  }\n  .mrp-supply-tag {\n    padding: 6px 16px;\n    border-radius: 6px;\n    background: rgba(196,154,42,0.08);\n    border: 1px solid rgba(196,154,42,0.18);\n    font-size: 0.72rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.65);\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 8 \u2014 FAQ\n     Accordion style\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .mrp-s8-bg {\n    background: rgba(255,255,255,0.015);\n    border-top: 1px solid rgba(255,255,255,0.04);\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n  }\n  .mrp-faq-list {\n    max-width: 800px;\n    margin-top: 32px;\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .mrp-faq {\n    border-bottom: 1px solid rgba(255,255,255,0.05);\n  }\n  .mrp-faq:last-child {\n    border-bottom: none;\n  }\n  .mrp-faq-q {\n    width: 100%;\n    background: none;\n    border: none;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding: 20px 0;\n    text-align: left;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n    transition: opacity 0.2s;\n  }\n  .mrp-faq-q:hover {\n    opacity: 0.85;\n  }\n  .mrp-faq-q-icon {\n    width: 28px;\n    height: 28px;\n    border-radius: 6px;\n    background: rgba(196,154,42,0.10);\n    border: 1px solid rgba(196,154,42,0.22);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    transition: transform 0.3s;\n  }\n  .mrp-faq-q-icon svg {\n    color: #C49A2A;\n    transition: transform 0.3s;\n  }\n  .mrp-faq.is-open .mrp-faq-q-icon svg {\n    transform: rotate(45deg);\n  }\n  .mrp-faq-q-text {\n    font-size: 0.88rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.88);\n    line-height: 1.40;\n  }\n  .mrp-faq-a {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.35s ease, padding 0.35s ease;\n    padding: 0 0 0 42px;\n  }\n  .mrp-faq.is-open .mrp-faq-a {\n    max-height: 300px;\n    padding: 0 0 20px 42px;\n  }\n  .mrp-faq-a-text {\n    font-size: 0.82rem;\n    color: rgba(255,255,255,0.52);\n    line-height: 1.78;\n  }\n  .mrp-faq-a-text strong {\n    color: rgba(255,255,255,0.80);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 9 \u2014 Closing CTA\n     Full-width dark panel with bg\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .mrp-cta-section {\n    position: relative;\n    overflow: hidden;\n    padding: 80px 40px;\n    text-align: center;\n    background: #0a0a08;\n  }\n  .mrp-cta-section::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 50% 60% at 50% 110%, rgba(196,154,42,0.10) 0%, transparent 60%),\n      radial-gradient(ellipse 30% 30% at 50% 0%, rgba(196,154,42,0.06) 0%, transparent 50%);\n    pointer-events: none;\n  }\n  .mrp-cta-section::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(196,154,42,0.30), transparent);\n  }\n  .mrp-cta-inner {\n    position: relative;\n    z-index: 2;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n  .mrp-cta-h {\n    font-size: clamp(1.3rem, 2.6vw, 1.7rem);\n    font-weight: 800;\n    color: #fff;\n    line-height: 1.28;\n    margin-bottom: 16px;\n  }\n  .mrp-cta-h .mrp-taccent {\n    color: #C49A2A;\n  }\n  .mrp-cta-p {\n    font-size: 0.88rem;\n    color: rgba(255,255,255,0.55);\n    line-height: 1.80;\n    margin-bottom: 28px;\n  }\n  .mrp-cta-buttons {\n    display: flex;\n    gap: 12px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 RESPONSIVE \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  @media (max-width: 960px) {\n    .mrp-s1 {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n    .mrp-prod-card {\n      grid-template-columns: 1fr;\n    }\n    .mrp-prod-card:nth-child(even) {\n      direction: ltr;\n    }\n    .mrp-prod-img {\n      min-height: 200px;\n    }\n    .mrp-dose-panel {\n      grid-template-columns: 1fr;\n    }\n    .mrp-s6-grid {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n    .mrp-s7-grid {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n    .mrp-arch-grid {\n      grid-template-columns: 1fr;\n    }\n    .mrp-factor-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 600px) {\n    .mrp-section {\n      padding: 56px 20px;\n    }\n    .mrp-cta-section {\n      padding: 56px 20px;\n    }\n    .mrp-target-grid {\n      grid-template-columns: 1fr;\n    }\n    .mrp-cta-buttons {\n      flex-direction: column;\n      align-items: center;\n    }\n  }\n<\/style>\n<div class=\"mrp-page\">\n<p>  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 1 \u2014 What Makes a Good Mortar or Render?\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<div class=\"mrp-section\">\n<div class=\"mrp-s1\">\n<p>      <!-- Image --><\/p>\n<div class=\"mrp-s1-img\">\n        <img loading=\"lazy\" height=\"1280\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/hand-worker-plastering-cement-wall-with-rough-conc-2026-01-07-06-15-25-utc-1.jpg\" alt=\"Construction worker applying cement mortar on a wall with trowel\"><\/p>\n<div class=\"mrp-s1-badge\">\n<div class=\"mrp-s1-badge-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 class=\"mrp-s1-badge-text\">\n            <strong>System-Level Approach<\/strong><br \/>\n            Balanced additives for every mortar stage\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Text --><\/p>\n<div>\n<div class=\"mrp-num\">\n<div class=\"mrp-num-badge\">01<\/div>\n<div class=\"mrp-num-label\">Understanding Mortar Performance<\/div>\n<\/p><\/div>\n<h2 class=\"mrp-title\">\n          Built for Stable Workability and<br \/>\n          <span class=\"mrp-taccent\">Long-Term Performance<\/span><br \/>\n        <\/h2>\n<div class=\"mrp-title-deco\"><i><\/i><\/div>\n<p class=\"mrp-prose\">\n          A good mortar or render must do more than mix easily. It must retain enough water for proper hydration, spread or spray consistently, adhere well to the substrate, resist cracking during curing, and maintain <strong>durable performance over time<\/strong>.\n        <\/p>\n<p class=\"mrp-prose\">\n          In practical formulation work, mortar performance depends on a <strong>balanced additive system<\/strong>. HPMC is a key additive for water retention and workability, RDP serves as the polymer modifier for better adhesion and flexibility, polypropylene fibers act as anti-crack agents, and Calcium Formate functions as a set modifier for rapid strength gain and cold-weather setting.\n        <\/p>\n<p class=\"mrp-prose\">\n          For more advanced render and repair systems, a stronger combination of cellulose ether, RDP, water-reducing admixtures, reinforcement fibers, and setting-control additives is often required \u2014 following a <strong>system-level approach<\/strong> rather than relying on a single additive.\n        <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 2 \u2014 Key Performance Targets\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<div class=\"mrp-s2-bg\">\n<div class=\"mrp-section\">\n<div class=\"mrp-num\">\n<div class=\"mrp-num-badge\">02<\/div>\n<div class=\"mrp-num-label\">Performance Targets<\/div>\n<\/p><\/div>\n<h2 class=\"mrp-title\">\n        What a Mortar or Render Formula<br \/>\n        <span class=\"mrp-taccent\">Must Deliver<\/span><br \/>\n      <\/h2>\n<div class=\"mrp-title-deco\"><i><\/i><\/div>\n<div class=\"mrp-target-grid\">\n<p>        <!-- Card 1: Water Retention --><\/p>\n<div class=\"mrp-target-card\">\n<div class=\"mrp-target-icon\">\n            <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"><\/path>\n            <\/svg>\n          <\/div>\n<div class=\"mrp-target-h\">Strong Water Retention<\/div>\n<div class=\"mrp-target-p\">\n            Mortar must retain enough water to support proper cement hydration, maintain workability, and reduce premature drying. <em>HPMC<\/em> improves workability, adhesion, and water retention \u2014 water retention is crucial to hydration and long-term performance.\n          <\/div>\n<\/p><\/div>\n<p>        <!-- Card 2: Workability --><\/p>\n<div class=\"mrp-target-card\">\n<div class=\"mrp-target-icon\">\n            <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"><\/path>\n            <\/svg>\n          <\/div>\n<div class=\"mrp-target-h\">Good Workability and Easy Application<\/div>\n<div class=\"mrp-target-p\">\n            A mortar or render should spread smoothly, pump reliably if machine-applied, and feel stable during troweling. <em>HPMC<\/em> is the main additive for workability, while <em>HEMC<\/em> connects with better slip resistance and smoother spreading in mortar formulas.\n          <\/div>\n<\/p><\/div>\n<p>        <!-- Card 3: Open Time --><\/p>\n<div class=\"mrp-target-card\">\n<div class=\"mrp-target-icon\">\n            <svg width=\"18\" height=\"18\" 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><polyline points=\"12 6 12 12 16 14\"><\/polyline>\n            <\/svg>\n          <\/div>\n<div class=\"mrp-target-h\">Adequate Open Time and Cohesion<\/div>\n<div class=\"mrp-target-p\">\n            Mortar systems need enough working time for placement and finishing. <em>HPMC<\/em> extends mortar workability and lengthens open time, giving workers the control they need.\n          <\/div>\n<\/p><\/div>\n<p>        <!-- Card 4: Adhesion --><\/p>\n<div class=\"mrp-target-card\">\n<div class=\"mrp-target-icon\">\n            <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"><\/path>\n              <path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"><\/path>\n            <\/svg>\n          <\/div>\n<div class=\"mrp-target-h\">Strong Adhesion<\/div>\n<div class=\"mrp-target-p\">\n            Adhesion to masonry units, concrete, or old substrates is critical, especially in rendering and repair systems. <em>HPMC<\/em>, <em>RDP<\/em>, and <em>PCE<\/em> work together to deliver stronger adhesion, flexibility, and durability in mortars.\n          <\/div>\n<\/p><\/div>\n<p>        <!-- Card 5: Flexibility --><\/p>\n<div class=\"mrp-target-card\">\n<div class=\"mrp-target-icon\">\n            <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M2 12c0-3.5 2.5-6 6-6 4 0 5 4 8 4 2.5 0 4-1.5 4-4\"><\/path>\n              <path d=\"M2 20c0-3.5 2.5-6 6-6 4 0 5 4 8 4 2.5 0 4-1.5 4-4\"><\/path>\n            <\/svg>\n          <\/div>\n<div class=\"mrp-target-h\">Better Flexibility and Crack Resistance<\/div>\n<div class=\"mrp-target-p\">\n            For repair mortar, waterproof mortar, and polymer-modified render systems, flexibility and crack resistance become much more important. <em>RDP<\/em> directly provides improved flexibility, crack resistance, and durable bonding.\n          <\/div>\n<\/p><\/div>\n<p>        <!-- Card 6: Fast Set --><\/p>\n<div class=\"mrp-target-card\">\n<div class=\"mrp-target-icon\">\n            <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"><\/polygon>\n            <\/svg>\n          <\/div>\n<div class=\"mrp-target-h\">Faster Setting or Early Strength When Needed<\/div>\n<div class=\"mrp-target-p\">\n            For cold-weather work, fast-turnaround repairs, or accelerated systems, faster early strength can be important. <em>Calcium Formate<\/em> is the set modifier for cold-weather setting and rapid strength gain.\n          <\/div>\n<\/p><\/div>\n<p>        <!-- Card 7: Crack Control --><\/p>\n<div class=\"mrp-target-card\">\n<div class=\"mrp-target-icon\">\n            <svg width=\"18\" height=\"18\" 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 class=\"mrp-target-h\">Crack Control and Toughness<\/div>\n<div class=\"mrp-target-p\">\n            For shrinkage-prone or movement-sensitive systems, fiber reinforcement may be needed. <em>PP fibers<\/em> (3\u201312 mm) act as anti-crack agents, and concrete reinforcing fibers extend this direction.\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 3 \u2014 Recommended Product Package\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<div class=\"mrp-section\">\n<div class=\"mrp-num\">\n<div class=\"mrp-num-badge\">03<\/div>\n<div class=\"mrp-num-label\">Product Package<\/div>\n<\/p><\/div>\n<h2 class=\"mrp-title\">\n      Additives We Recommend for<br \/>\n      <span class=\"mrp-taccent\">Mortar and Render Formulations<\/span><br \/>\n    <\/h2>\n<div class=\"mrp-title-deco\"><i><\/i><\/div>\n<div class=\"mrp-prod-list\">\n<p>      <!-- \u2500\u2500 Product 1: HPMC \u2500\u2500 --><\/p>\n<div class=\"mrp-prod-card\">\n<div class=\"mrp-prod-img\">\n          <img loading=\"lazy\" height=\"533\" width=\"800\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/03\/DSC8624.jpg\" alt=\"Worker applying cement mortar plaster on construction wall\"><\/p>\n<div class=\"mrp-prod-img-num\">1<\/div>\n<\/p><\/div>\n<div class=\"mrp-prod-body\">\n<div class=\"mrp-prod-label\">Core Water-Retention Additive<\/div>\n<div class=\"mrp-prod-h\">HPMC \u2014 Core Water-Retention and Workability Additive<\/div>\n<div class=\"mrp-prod-desc\">\n            HPMC is one of the most important additives in mortar systems \u2014 critical for <strong>water retention and workability<\/strong>. It also supports longer workability, reduced shrinkage, longer open time, improved bond strength, and enhanced water resistance across masonry mortar systems.\n          <\/div>\n<div class=\"mrp-best-label\">Best For<\/div>\n<div class=\"mrp-best-tags\">\n            <span class=\"mrp-best-tag\">Water retention<\/span><br \/>\n            <span class=\"mrp-best-tag\">Workability<\/span><br \/>\n            <span class=\"mrp-best-tag\">Open time<\/span><br \/>\n            <span class=\"mrp-best-tag\">Adhesion support<\/span><br \/>\n            <span class=\"mrp-best-tag\">Reduced shrinkage risk<\/span><br \/>\n            <span class=\"mrp-best-tag\">General mortar consistency<\/span>\n          <\/div>\n<div class=\"mrp-rel-label\">Related Products<\/div>\n<div class=\"mrp-rel-items\">\n            <span class=\"mrp-rel-item\">MK20P<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK40P<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK75P<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK100P<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK150P<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK200P<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- \u2500\u2500 Product 2: HEMC \u2500\u2500 --><\/p>\n<div class=\"mrp-prod-card\">\n<div class=\"mrp-prod-img\">\n          <img loading=\"lazy\" height=\"533\" width=\"800\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/03\/DSC8544.jpg\" alt=\"Smooth cement render finishing on a modern building wall\"><\/p>\n<div class=\"mrp-prod-img-num\">2<\/div>\n<\/p><\/div>\n<div class=\"mrp-prod-body\">\n<div class=\"mrp-prod-label\">Alternative Cellulose Ether<\/div>\n<div class=\"mrp-prod-h\">HEMC \u2014 Alternative \/ Complementary Cellulose Ether for Mortars<\/div>\n<div class=\"mrp-prod-desc\">\n            HEMC is also highly relevant in mortar formulations. MK150E is designed for <strong>cement- and gypsum-based mortars<\/strong>, especially tile adhesives, and provides good workability and enhanced water retention. HEMC also connects with <strong>consistent viscosity, smoother spreading, and better slip resistance<\/strong> in mortar formulas.\n          <\/div>\n<div class=\"mrp-best-label\">Best For<\/div>\n<div class=\"mrp-best-tags\">\n            <span class=\"mrp-best-tag\">Cement-based mortars<\/span><br \/>\n            <span class=\"mrp-best-tag\">Balanced workability<\/span><br \/>\n            <span class=\"mrp-best-tag\">Stable rheology<\/span><br \/>\n            <span class=\"mrp-best-tag\">Water retention<\/span><br \/>\n            <span class=\"mrp-best-tag\">Selected HEMC-fit formulations<\/span>\n          <\/div>\n<div class=\"mrp-rel-label\">Related Products<\/div>\n<div class=\"mrp-rel-items\">\n            <span class=\"mrp-rel-item\">MK75E<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK100E<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK150E<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK200E<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- \u2500\u2500 Product 3: RDP \u2500\u2500 --><\/p>\n<div class=\"mrp-prod-card\">\n<div class=\"mrp-prod-img\">\n          <img loading=\"lazy\" height=\"533\" width=\"800\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/03\/DSC8553.jpg\" alt=\"Repair mortar application on concrete surface with strong adhesion\"><\/p>\n<div class=\"mrp-prod-img-num\">3<\/div>\n<\/p><\/div>\n<div class=\"mrp-prod-body\">\n<div class=\"mrp-prod-label\">Adhesion &amp; Flexibility Modifier<\/div>\n<div class=\"mrp-prod-h\">RDP \u2014 Adhesion, Flexibility, and Durability Modifier<\/div>\n<div class=\"mrp-prod-desc\">\n            RDP is one of the main upgrade additives for mortars and render systems. In repair mortar, RDP significantly improves <strong>bonding strength and flexibility<\/strong>, preventing flaking and detachment. It also delivers better flexibility, adhesion, water resistance, and longer life in polymer-modified mortar systems.\n          <\/div>\n<div class=\"mrp-best-label\">Best For<\/div>\n<div class=\"mrp-best-tags\">\n            <span class=\"mrp-best-tag\">Repair mortars<\/span><br \/>\n            <span class=\"mrp-best-tag\">Polymer-modified renders<\/span><br \/>\n            <span class=\"mrp-best-tag\">Bonding mortars<\/span><br \/>\n            <span class=\"mrp-best-tag\">Waterproof mortars<\/span><br \/>\n            <span class=\"mrp-best-tag\">Higher-durability systems<\/span>\n          <\/div>\n<div class=\"mrp-rel-label\">Related Products<\/div>\n<div class=\"mrp-rel-items\">\n            <span class=\"mrp-rel-item\">MK8028H<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK8025H<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK8022H<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK3520N-MTG<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK3530N-LTG<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK3510N-HTG<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK1620N<\/span><br \/>\n            <span class=\"mrp-rel-item\">MK1610N<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- \u2500\u2500 Product 4: PCE \u2500\u2500 --><\/p>\n<div class=\"mrp-prod-card\">\n<div class=\"mrp-prod-img\">\n          <img loading=\"lazy\" height=\"533\" width=\"800\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/03\/DSC8523.jpg\" alt=\"High-performance concrete mortar pouring spray application\"><\/p>\n<div class=\"mrp-prod-img-num\">4<\/div>\n<\/p><\/div>\n<div class=\"mrp-prod-body\">\n<div class=\"mrp-prod-label\">Water Reduction &amp; Flow<\/div>\n<div class=\"mrp-prod-h\">PCE \u2014 Water Reduction and Flow Optimization<\/div>\n<div class=\"mrp-prod-desc\">\n            PCE is especially useful where stronger flowability or lower water demand is required. It is manufactured specifically for <strong>optimal mortar adhesion solutions<\/strong>, while its technical properties emphasize stronger dispersion, lower water-cement ratio, and better workability retention. PCE is most relevant when dense or high-performance mortars are needed, pumping or sprayability must be optimized, strength needs to be improved without excess water, or premium waterproof\/repair systems require tighter structure.\n          <\/div>\n<div class=\"mrp-best-label\">Best For<\/div>\n<div class=\"mrp-best-tags\">\n            <span class=\"mrp-best-tag\">Spray mortar<\/span><br \/>\n            <span class=\"mrp-best-tag\">High-performance repair mortar<\/span><br \/>\n            <span class=\"mrp-best-tag\">Dense render systems<\/span><br \/>\n            <span class=\"mrp-best-tag\">Waterproof mortars<\/span><br \/>\n            <span class=\"mrp-best-tag\">Lower water optimization<\/span>\n          <\/div>\n<div class=\"mrp-rel-label\">Related Products<\/div>\n<div class=\"mrp-rel-items\">\n            <span class=\"mrp-rel-item\">PCE 201<\/span><br \/>\n            <span class=\"mrp-rel-item\">PCE 202<\/span><br \/>\n            <span class=\"mrp-rel-item\">PCE 203<\/span><br \/>\n            <span class=\"mrp-rel-item\">PCE 204<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- \u2500\u2500 Product 5: Calcium Formate \u2500\u2500 --><\/p>\n<div class=\"mrp-prod-card\">\n<div class=\"mrp-prod-img\">\n          <img loading=\"lazy\" height=\"533\" width=\"800\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/03\/DSC8546.jpg\" alt=\"Cold weather construction site with cement mortar work\"><\/p>\n<div class=\"mrp-prod-img-num\">5<\/div>\n<\/p><\/div>\n<div class=\"mrp-prod-body\">\n<div class=\"mrp-prod-label\">Fast Set \/ Early Strength<\/div>\n<div class=\"mrp-prod-h\">Calcium Formate \u2014 Fast Set \/ Early Strength Support<\/div>\n<div class=\"mrp-prod-desc\">\n            Calcium Formate is a set modifier for <strong>cold-weather setting and rapid strength gain<\/strong>, with a typical dosage of 0.5%\u20132%. It connects directly with mortar performance and efficiency, making it particularly useful in cold-weather mortar work, fast-repair mortars, accelerated construction schedules, and rapid-strength render systems.\n          <\/div>\n<div class=\"mrp-best-label\">Best For<\/div>\n<div class=\"mrp-best-tags\">\n            <span class=\"mrp-best-tag\">Faster set<\/span><br \/>\n            <span class=\"mrp-best-tag\">Early strength gain<\/span><br \/>\n            <span class=\"mrp-best-tag\">Cold-weather mortar<\/span><br \/>\n            <span class=\"mrp-best-tag\">Quick-turnaround repair<\/span>\n          <\/div>\n<div class=\"mrp-rel-label\">Related Products<\/div>\n<div class=\"mrp-rel-items\">\n            <span class=\"mrp-rel-item\">Calcium Formate \/ CaFo<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- \u2500\u2500 Product 6: PP Fiber \u2500\u2500 --><\/p>\n<div class=\"mrp-prod-card\">\n<div class=\"mrp-prod-img\">\n          <img loading=\"lazy\" height=\"533\" width=\"800\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/03\/DSC8637.jpg\" alt=\"Construction reinforcement fiber mortar crack resistant application\"><\/p>\n<div class=\"mrp-prod-img-num\">6<\/div>\n<\/p><\/div>\n<div class=\"mrp-prod-body\">\n<div class=\"mrp-prod-label\">Crack Resistance &amp; Toughness<\/div>\n<div class=\"mrp-prod-h\">PP Fiber \u2014 Crack Resistance and Toughness Support<\/div>\n<div class=\"mrp-prod-desc\">\n            PP fibers (3\u201312 mm) act as <strong>anti-crack agents<\/strong> with a typical dosage of 0.05%\u20130.2%, specifically for plastic shrinkage crack control. Fiber-reinforced dry-mix mortar is also used in ETICS-related applications. PP fiber is especially useful when mortar or render systems need reduced shrinkage cracking, improved dimensional stability, better toughness, and better long-term integrity.\n          <\/div>\n<div class=\"mrp-best-label\">Best For<\/div>\n<div class=\"mrp-best-tags\">\n            <span class=\"mrp-best-tag\">Rendering mortars<\/span><br \/>\n            <span class=\"mrp-best-tag\">Repair mortars<\/span><br \/>\n            <span class=\"mrp-best-tag\">Anti-crack systems<\/span><br \/>\n            <span class=\"mrp-best-tag\">ETICS reinforcement<\/span><br \/>\n            <span class=\"mrp-best-tag\">Exterior mortar systems<\/span>\n          <\/div>\n<div class=\"mrp-rel-label\">Related Products<\/div>\n<div class=\"mrp-rel-items\">\n            <span class=\"mrp-rel-item\">PP Fiber<\/span><br \/>\n            <span class=\"mrp-rel-item\">PP Monofilament Fiber<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- \u2500\u2500 Product 7: Defoamer \u2500\u2500 --><\/p>\n<div class=\"mrp-prod-card\">\n<div class=\"mrp-prod-img\">\n          <img loading=\"lazy\" height=\"533\" width=\"800\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/03\/DSC8477.jpg\" alt=\"Grouting mortar application smooth finish construction\"><\/p>\n<div class=\"mrp-prod-img-num\">7<\/div>\n<\/p><\/div>\n<div class=\"mrp-prod-body\">\n<div class=\"mrp-prod-label\">Optional Foam Control<\/div>\n<div class=\"mrp-prod-h\">Defoamer Powder \u2014 Optional Foam Control<\/div>\n<div class=\"mrp-prod-desc\">\n            While not a core mortar ingredient in every formula, defoamer powder becomes relevant when foam or entrapped air affects density, finish, or filling quality. Trapped foam <strong>lowers density and creates weak spots<\/strong> \u2014 defoamer is explicitly relevant for mortar, concrete, and grouting applications.\n          <\/div>\n<div class=\"mrp-best-label\">Best For<\/div>\n<div class=\"mrp-best-tags\">\n            <span class=\"mrp-best-tag\">Grouting materials<\/span><br \/>\n            <span class=\"mrp-best-tag\">Foam-sensitive mortars<\/span><br \/>\n            <span class=\"mrp-best-tag\">Better compactness<\/span><br \/>\n            <span class=\"mrp-best-tag\">Fewer surface voids<\/span><br \/>\n            <span class=\"mrp-best-tag\">Improved finish consistency<\/span>\n          <\/div>\n<div class=\"mrp-rel-label\">Related Products<\/div>\n<div class=\"mrp-rel-items\">\n            <span class=\"mrp-rel-item\">DE401<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 4 \u2014 Product Architecture by Mortar Type\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<div class=\"mrp-s4-bg\">\n<div class=\"mrp-section\">\n<div class=\"mrp-num\">\n<div class=\"mrp-num-badge\">04<\/div>\n<div class=\"mrp-num-label\">Product Architecture<\/div>\n<\/p><\/div>\n<h2 class=\"mrp-title\">\n        Recommended Additive Package by<br \/>\n        <span class=\"mrp-taccent\">Mortar Category<\/span><br \/>\n      <\/h2>\n<div class=\"mrp-title-deco\"><i><\/i><\/div>\n<div class=\"mrp-arch-grid\">\n<p>        <!-- Masonry Mortar --><\/p>\n<div class=\"mrp-arch-card\">\n<div class=\"mrp-arch-head\">\n<div class=\"mrp-arch-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                <rect x=\"1\" y=\"3\" width=\"22\" height=\"6\" rx=\"1\"><\/rect>\n                <rect x=\"1\" y=\"9\" width=\"22\" height=\"6\" rx=\"1\"><\/rect>\n                <rect x=\"1\" y=\"15\" width=\"22\" height=\"6\" rx=\"1\"><\/rect>\n                <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"9\"><\/line>\n                <line x1=\"7\" y1=\"9\" x2=\"7\" y2=\"15\"><\/line>\n                <line x1=\"17\" y1=\"9\" x2=\"17\" y2=\"15\"><\/line>\n                <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"21\"><\/line>\n              <\/svg>\n            <\/div>\n<div class=\"mrp-arch-name\">Masonry Mortar<\/div>\n<\/p><\/div>\n<div class=\"mrp-arch-body\">\n<div class=\"mrp-arch-desc\">\n              For masonry mortar, <em>HPMC<\/em> is the clearest core additive, highlighting workability, adhesion, water retention, open time, reduced shrinkage, and water resistance.\n            <\/div>\n<div class=\"mrp-arch-dir-label\">Typical Product Direction<\/div>\n<div class=\"mrp-arch-pills\">\n              <span class=\"mrp-arch-pill mrp-arch-pill--core\">HPMC or HEMC<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional RDP<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional Calcium Formate<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Cement-Based Render --><\/p>\n<div class=\"mrp-arch-card\">\n<div class=\"mrp-arch-head\">\n<div class=\"mrp-arch-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=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path>\n                <polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n              <\/svg>\n            <\/div>\n<div class=\"mrp-arch-name\">Cement-Based Render \/ Rendering Mortar<\/div>\n<\/p><\/div>\n<div class=\"mrp-arch-body\">\n<div class=\"mrp-arch-desc\">\n              Render systems need good spreadability, water retention, adhesion to the wall, and crack control. A <em>HPMC\/HEMC + RDP + fiber<\/em> structure delivers higher performance where needed.\n            <\/div>\n<div class=\"mrp-arch-dir-label\">Typical Product Direction<\/div>\n<div class=\"mrp-arch-pills\">\n              <span class=\"mrp-arch-pill mrp-arch-pill--core\">HPMC or HEMC<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional RDP<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional PP Fiber<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional PCE<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Repair Mortar --><\/p>\n<div class=\"mrp-arch-card\">\n<div class=\"mrp-arch-head\">\n<div class=\"mrp-arch-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=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"><\/path>\n              <\/svg>\n            <\/div>\n<div class=\"mrp-arch-name\">Repair Mortar<\/div>\n<\/p><\/div>\n<div class=\"mrp-arch-body\">\n<div class=\"mrp-arch-desc\">\n              Repair mortars need stronger adhesion, flexibility, and durability than standard mortar. <em>RDP<\/em> significantly improves bonding strength and flexibility, helping resist minor movements and prevent flaking or detachment.\n            <\/div>\n<div class=\"mrp-arch-dir-label\">Typical Product Direction<\/div>\n<div class=\"mrp-arch-pills\">\n              <span class=\"mrp-arch-pill mrp-arch-pill--core\">HPMC or HEMC<\/span><br \/>\n              <span class=\"mrp-arch-pill mrp-arch-pill--core\">RDP<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional PCE<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional Calcium Formate<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional PP Fiber<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Spray Mortar --><\/p>\n<div class=\"mrp-arch-card\">\n<div class=\"mrp-arch-head\">\n<div class=\"mrp-arch-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 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"><\/path>\n              <\/svg>\n            <\/div>\n<div class=\"mrp-arch-name\">Spray Mortar<\/div>\n<\/p><\/div>\n<div class=\"mrp-arch-body\">\n<div class=\"mrp-arch-desc\">\n              Spray systems require <em>stable rheology<\/em>, pumpability, water retention, and finish consistency. Spray mortar is specifically listed among supported dry-mix solutions.\n            <\/div>\n<div class=\"mrp-arch-dir-label\">Typical Product Direction<\/div>\n<div class=\"mrp-arch-pills\">\n              <span class=\"mrp-arch-pill mrp-arch-pill--core\">HPMC or HEMC<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional PCE<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional Defoamer<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional Calcium Formate<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Grouting Materials --><\/p>\n<div class=\"mrp-arch-card\">\n<div class=\"mrp-arch-head\">\n<div class=\"mrp-arch-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                <rect x=\"2\" y=\"7\" width=\"20\" height=\"15\" rx=\"2\" ry=\"2\"><\/rect>\n                <polyline points=\"17 2 12 7 7 2\"><\/polyline>\n              <\/svg>\n            <\/div>\n<div class=\"mrp-arch-name\">Grouting Materials<\/div>\n<\/p><\/div>\n<div class=\"mrp-arch-body\">\n<div class=\"mrp-arch-desc\">\n              Grouting systems require specific attention because <em>foam control<\/em> is critical \u2014 voids can weaken performance. Defoamer is a key consideration alongside standard additives.\n            <\/div>\n<div class=\"mrp-arch-dir-label\">Typical Product Direction<\/div>\n<div class=\"mrp-arch-pills\">\n              <span class=\"mrp-arch-pill mrp-arch-pill--core\">HPMC or HEMC<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional RDP<\/span><br \/>\n              <span class=\"mrp-arch-pill mrp-arch-pill--core\">Defoamer<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional PCE<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional Calcium Formate<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Waterproof Mortars --><\/p>\n<div class=\"mrp-arch-card\">\n<div class=\"mrp-arch-head\">\n<div class=\"mrp-arch-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 class=\"mrp-arch-name\">Waterproof Mortars<\/div>\n<\/p><\/div>\n<div class=\"mrp-arch-body\">\n<div class=\"mrp-arch-desc\">\n              Waterproof mortar additive systems tie <em>HPMC, RDP, and PCE<\/em> together for high-performance waterproofing, often with fiber and accelerator support depending on environment.\n            <\/div>\n<div class=\"mrp-arch-dir-label\">Typical Product Direction<\/div>\n<div class=\"mrp-arch-pills\">\n              <span class=\"mrp-arch-pill mrp-arch-pill--core\">HPMC<\/span><br \/>\n              <span class=\"mrp-arch-pill mrp-arch-pill--core\">RDP<\/span><br \/>\n              <span class=\"mrp-arch-pill mrp-arch-pill--core\">PCE<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional PP Fiber<\/span><br \/>\n              <span class=\"mrp-arch-pill\">Optional Calcium Formate<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 5 \u2014 Public Reference Dosage Guidance\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<div class=\"mrp-section\">\n<div class=\"mrp-num\">\n<div class=\"mrp-num-badge\">05<\/div>\n<div class=\"mrp-num-label\">Reference Guidance<\/div>\n<\/p><\/div>\n<h2 class=\"mrp-title\">\n      Public Reference Guidance from<br \/>\n      <span class=\"mrp-taccent\">MikaZone<\/span><br \/>\n    <\/h2>\n<div class=\"mrp-title-deco\"><i><\/i><\/div>\n<div class=\"mrp-dose-panel\">\n<p>      <!-- Left: Reference Points --><\/p>\n<div class=\"mrp-dose-box\">\n<div class=\"mrp-dose-box-h\">Public MikaZone Reference Points<\/div>\n<div class=\"mrp-dose-row\">\n<div class=\"mrp-dose-dot\"><\/div>\n<div class=\"mrp-dose-text\">\n            <strong>PP fibers:<\/strong> <em>0.05%\u20130.2%<\/em> in dry-mix mortar as anti-crack agents.\n          <\/div>\n<\/p><\/div>\n<div class=\"mrp-dose-row\">\n<div class=\"mrp-dose-dot\"><\/div>\n<div class=\"mrp-dose-text\">\n            <strong>Calcium Formate:<\/strong> <em>0.5%\u20132%<\/em> in dry-mix mortar as a set modifier for cold-weather setting and rapid strength gain.\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Right: Performance Direction --><\/p>\n<div class=\"mrp-dose-box\">\n<div class=\"mrp-dose-box-h\">Public Performance Direction<\/div>\n<div class=\"mrp-dose-row\">\n<div class=\"mrp-dose-dot\"><\/div>\n<div class=\"mrp-dose-text\">\n            <strong>HPMC:<\/strong> core water retention, workability, open time, reduced shrinkage, and adhesion support in masonry mortar.\n          <\/div>\n<\/p><\/div>\n<div class=\"mrp-dose-row\">\n<div class=\"mrp-dose-dot\"><\/div>\n<div class=\"mrp-dose-text\">\n            <strong>RDP:<\/strong> improved adhesion and flexibility in dry-mix mortar and repair mortar.\n          <\/div>\n<\/p><\/div>\n<div class=\"mrp-dose-row\">\n<div class=\"mrp-dose-dot\"><\/div>\n<div class=\"mrp-dose-text\">\n            <strong>PCE:<\/strong> mortar-adhesion and workability optimization in higher-performance systems.\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- Important Note --><\/p>\n<div class=\"mrp-note\">\n<div class=\"mrp-note-icon\">\n        <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"><\/line>\n        <\/svg>\n      <\/div>\n<div class=\"mrp-note-text\">\n        <strong>Important Note \u2014<\/strong> The indexed public pages do not expose a full unified dosage table for every mortar additive. Final dosage must therefore be confirmed through raw-material review, performance targets, and formulation trials.\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 6 \u2014 Selection Logic\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<div class=\"mrp-s6-bg\">\n<div class=\"mrp-section\">\n<div class=\"mrp-num\">\n<div class=\"mrp-num-badge\">06<\/div>\n<div class=\"mrp-num-label\">Selection Logic<\/div>\n<\/p><\/div>\n<h2 class=\"mrp-title\">\n        Selection Logic for<br \/>\n        <span class=\"mrp-taccent\">Mortars &amp; Rendering Formulations<\/span><br \/>\n      <\/h2>\n<div class=\"mrp-title-deco\"><i><\/i><\/div>\n<div class=\"mrp-s6-grid\">\n<p>        <!-- Left: Logic flow --><\/p>\n<div>\n<p class=\"mrp-prose\">\n            At Mandalas, we recommend mortar additives based on the specific mortar type, application method, performance targets, and practical trial feedback. Every recommendation follows a structured evaluation path.\n          <\/p>\n<p>          <!-- Factor chips --><\/p>\n<div class=\"mrp-factor-grid\">\n<div class=\"mrp-factor\">\n<div class=\"mrp-factor-dot\"><\/div>\n<div class=\"mrp-factor-text\">Mortar type<\/div>\n<\/p><\/div>\n<div class=\"mrp-factor\">\n<div class=\"mrp-factor-dot\"><\/div>\n<div class=\"mrp-factor-text\">Application method<\/div>\n<\/p><\/div>\n<div class=\"mrp-factor\">\n<div class=\"mrp-factor-dot\"><\/div>\n<div class=\"mrp-factor-text\">Water retention target<\/div>\n<\/p><\/div>\n<div class=\"mrp-factor\">\n<div class=\"mrp-factor-dot\"><\/div>\n<div class=\"mrp-factor-text\">Adhesion target<\/div>\n<\/p><\/div>\n<div class=\"mrp-factor\">\n<div class=\"mrp-factor-dot\"><\/div>\n<div class=\"mrp-factor-text\">Flexibility \/ crack resistance<\/div>\n<\/p><\/div>\n<div class=\"mrp-factor\">\n<div class=\"mrp-factor-dot\"><\/div>\n<div class=\"mrp-factor-text\">Fast set \/ early strength<\/div>\n<\/p><\/div>\n<div class=\"mrp-factor\">\n<div class=\"mrp-factor-dot\"><\/div>\n<div class=\"mrp-factor-text\">Foam control needs<\/div>\n<\/p><\/div>\n<div class=\"mrp-factor\">\n<div class=\"mrp-factor-dot\"><\/div>\n<div class=\"mrp-factor-text\">Trial feedback<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>          <!-- Typical Flow --><\/p>\n<div style=\"margin-top: 32px;\">\n<div class=\"mrp-best-label\">Typical Recommendation Flow<\/div>\n<div class=\"mrp-logic-list\">\n<div class=\"mrp-logic-item\">\n<div class=\"mrp-logic-num\">1<\/div>\n<div class=\"mrp-logic-text\"><strong>Define<\/strong> the mortar category and target performance.<\/div>\n<\/p><\/div>\n<div class=\"mrp-logic-item\">\n<div class=\"mrp-logic-num\">2<\/div>\n<div class=\"mrp-logic-text\"><strong>Select<\/strong> the core cellulose ether system.<\/div>\n<\/p><\/div>\n<div class=\"mrp-logic-item\">\n<div class=\"mrp-logic-num\">3<\/div>\n<div class=\"mrp-logic-text\"><strong>Add RDP<\/strong> if stronger adhesion, flexibility, or durability is needed.<\/div>\n<\/p><\/div>\n<div class=\"mrp-logic-item\">\n<div class=\"mrp-logic-num\">4<\/div>\n<div class=\"mrp-logic-text\"><strong>Add PCE, Calcium Formate, PP Fiber, or Defoamer<\/strong> according to the specific performance gap.<\/div>\n<\/p><\/div>\n<div class=\"mrp-logic-item\">\n<div class=\"mrp-logic-num\">5<\/div>\n<div class=\"mrp-logic-text\"><strong>Validate<\/strong> with lab and plant trials.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mrp-cta-row\">\n            <a href=\"https:\/\/mikazone.store\/en\/service\/product-recommendation\/\" class=\"mrp-cta-btn mrp-cta-primary\"><br \/>\n              <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 18l6-6-6-6\"><\/path><\/svg><br \/>\n              Get a Recommendation<br \/>\n            <\/a><br \/>\n            <a href=\"https:\/\/mikazone.store\/en\/service\/technical-support-fast-response\/\" class=\"mrp-cta-btn mrp-cta-ghost\"><br \/>\n              <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline>\n              <\/svg><br \/>\n              Contact Technical Team<br \/>\n            <\/a>\n          <\/div>\n<\/p><\/div>\n<p>        <!-- Right: Image panel --><\/p>\n<div class=\"mrp-s6-img-wrap\">\n          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/the-process-of-smearing-plaster-mortar-putty-with-2026-03-17-17-47-19-utc-scaled.jpg\" alt=\"Construction worker with mortar trowel on building site\"><\/p>\n<div class=\"mrp-s6-overlay\">\n<div class=\"mrp-s6-overlay-row\">\n<div class=\"mrp-s6-overlay-icon\">\n                <svg width=\"11\" height=\"11\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n              <\/div>\n<div class=\"mrp-s6-overlay-text\">Masonry \u00b7 Render \u00b7 Repair \u00b7 Spray \u00b7 Grout \u00b7 Waterproof<\/div>\n<\/p><\/div>\n<div class=\"mrp-s6-overlay-row\">\n<div class=\"mrp-s6-overlay-icon\">\n                <svg width=\"11\" height=\"11\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n              <\/div>\n<div class=\"mrp-s6-overlay-text\">Hand \u00b7 Spray \u00b7 Pump \u00b7 Fill application<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 7 \u2014 Why Choose Us\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<div class=\"mrp-section\">\n<div class=\"mrp-num\">\n<div class=\"mrp-num-badge\">07<\/div>\n<div class=\"mrp-num-label\">Why Choose Us<\/div>\n<\/p><\/div>\n<h2 class=\"mrp-title\">\n      Why Choose Mandalas for<br \/>\n      <span class=\"mrp-taccent\">Mortar &amp; Rendering Formulation Support<\/span><br \/>\n    <\/h2>\n<div class=\"mrp-title-deco\"><i><\/i><\/div>\n<p class=\"mrp-prose\">\n      We do not treat mortar as a one-additive application. We help build a <strong>complete performance package<\/strong> based on the exact mortar category and construction target.\n    <\/p>\n<div class=\"mrp-s7-grid\">\n<p>      <!-- Left: What We Help With --><\/p>\n<div>\n<div class=\"mrp-best-label\" style=\"margin-bottom:12px; margin-top:12px;\">What We Help With<\/div>\n<div class=\"mrp-s7-feat\">\n<div class=\"mrp-s7-feat-icon\">\n            <svg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n          <\/div>\n<div>\n<div class=\"mrp-s7-feat-h\">Masonry Mortar Improvement<\/div>\n<div class=\"mrp-s7-feat-p\">Water retention, workability, and open time optimization for masonry systems.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mrp-s7-feat\">\n<div class=\"mrp-s7-feat-icon\">\n            <svg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n          <\/div>\n<div>\n<div class=\"mrp-s7-feat-h\">Cement Render &amp; Spray Mortar Optimization<\/div>\n<div class=\"mrp-s7-feat-p\">Spreadability, adhesion, and crack control for rendering systems.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mrp-s7-feat\">\n<div class=\"mrp-s7-feat-icon\">\n            <svg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n          <\/div>\n<div>\n<div class=\"mrp-s7-feat-h\">Repair Mortar Performance Upgrade<\/div>\n<div class=\"mrp-s7-feat-p\">Bonding strength, flexibility, and durability for repair applications.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mrp-s7-feat\">\n<div class=\"mrp-s7-feat-icon\">\n            <svg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n          <\/div>\n<div>\n<div class=\"mrp-s7-feat-h\">Waterproof Mortar Formulation Support<\/div>\n<div class=\"mrp-s7-feat-p\">High-performance waterproofing additive packages.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mrp-s7-feat\">\n<div class=\"mrp-s7-feat-icon\">\n            <svg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n          <\/div>\n<div>\n<div class=\"mrp-s7-feat-h\">Grouting Material Performance Balancing<\/div>\n<div class=\"mrp-s7-feat-p\">Density, flow, and foam control for grouting systems.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mrp-s7-feat\">\n<div class=\"mrp-s7-feat-icon\">\n            <svg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n          <\/div>\n<div>\n<div class=\"mrp-s7-feat-h\">Trial Support and Formula Adjustment<\/div>\n<div class=\"mrp-s7-feat-p\">Practical lab and field trial guidance with formula tuning.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Right: What We Supply --><\/p>\n<div>\n<div class=\"mrp-best-label\" style=\"margin-bottom:12px; margin-top:12px;\">What We Supply for Mortar &amp; Rendering<\/div>\n<div class=\"mrp-supply-grid\">\n<div class=\"mrp-supply-tag\">HPMC<\/div>\n<div class=\"mrp-supply-tag\">HEMC<\/div>\n<div class=\"mrp-supply-tag\">RDP<\/div>\n<div class=\"mrp-supply-tag\">PCE<\/div>\n<div class=\"mrp-supply-tag\">Calcium Formate<\/div>\n<div class=\"mrp-supply-tag\">PP Fiber<\/div>\n<div class=\"mrp-supply-tag\">Defoamer<\/div>\n<\/p><\/div>\n<p>        <!-- Decorative image --><\/p>\n<div style=\"margin-top: 24px; border-radius: 12px; overflow: hidden; aspect-ratio: 16\/9; position: relative;\">\n          <img loading=\"lazy\" height=\"533\" width=\"800\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/03\/DSC8662.jpg\" alt=\"Modern building exterior with clean rendered facade\" style=\"width:100%; height:100%; object-fit:cover; display:block; filter:saturate(0.6) brightness(0.78);\"><\/p>\n<div style=\"position:absolute; inset:0; background:linear-gradient(135deg, rgba(10,10,8,0.50), rgba(10,10,8,0.70)); pointer-events:none;\"><\/div>\n<div style=\"position:absolute; bottom:16px; left:18px; z-index:2;\">\n<div style=\"font-size:0.60rem; font-weight:800; letter-spacing:0.14em; text-transform:uppercase; color:#C49A2A; margin-bottom:4px;\">Complete Solution<\/div>\n<div style=\"font-size:0.82rem; font-weight:700; color:#fff; line-height:1.35;\">7 additive categories for<br \/>every mortar challenge<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 8 \u2014 FAQ\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<div class=\"mrp-s8-bg\">\n<div class=\"mrp-section\">\n<div class=\"mrp-num\">\n<div class=\"mrp-num-badge\">08<\/div>\n<div class=\"mrp-num-label\">FAQ<\/div>\n<\/p><\/div>\n<h2 class=\"mrp-title\">\n        Mortars &amp; Rendering<br \/>\n        <span class=\"mrp-taccent\">FAQ<\/span><br \/>\n      <\/h2>\n<div class=\"mrp-title-deco\"><i><\/i><\/div>\n<div class=\"mrp-faq-list\">\n<p>        <!-- Q1 --><\/p>\n<div class=\"mrp-faq is-open\">\n          <button class=\"mrp-faq-q\" onclick=\"this.parentElement.classList.toggle('is-open')\"><\/p>\n<div class=\"mrp-faq-q-icon\">\n              <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><\/svg>\n            <\/div>\n<p>            <span class=\"mrp-faq-q-text\">What is the most important additive in mortar?<\/span><br \/>\n          <\/button><\/p>\n<div class=\"mrp-faq-a\">\n<div class=\"mrp-faq-a-text\">\n              For many mortar systems, <strong>cellulose ether<\/strong> is the core additive because it controls water retention, workability, and open time. HPMC is specifically presented in this role for masonry mortar systems.\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Q2 --><\/p>\n<div class=\"mrp-faq\">\n          <button class=\"mrp-faq-q\" onclick=\"this.parentElement.classList.toggle('is-open')\"><\/p>\n<div class=\"mrp-faq-q-icon\">\n              <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><\/svg>\n            <\/div>\n<p>            <span class=\"mrp-faq-q-text\">Which additive improves adhesion and flexibility in repair mortar?<\/span><br \/>\n          <\/button><\/p>\n<div class=\"mrp-faq-a\">\n<div class=\"mrp-faq-a-text\">\n              <strong>RDP<\/strong> is explicitly identified as the additive that significantly improves bonding strength and flexibility in repair mortar, helping prevent flaking and detachment.\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Q3 --><\/p>\n<div class=\"mrp-faq\">\n          <button class=\"mrp-faq-q\" onclick=\"this.parentElement.classList.toggle('is-open')\"><\/p>\n<div class=\"mrp-faq-q-icon\">\n              <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><\/svg>\n            <\/div>\n<p>            <span class=\"mrp-faq-q-text\">Which additives help reduce cracking in dry-mix mortar?<\/span><br \/>\n          <\/button><\/p>\n<div class=\"mrp-faq-a\">\n<div class=\"mrp-faq-a-text\">\n              <strong>PP fibers<\/strong> are specifically listed as anti-crack agents, and <strong>HPMC<\/strong> is connected with reduced shrinkage \u2014 both contributing to crack control in dry-mix mortar systems.\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Q4 --><\/p>\n<div class=\"mrp-faq\">\n          <button class=\"mrp-faq-q\" onclick=\"this.parentElement.classList.toggle('is-open')\"><\/p>\n<div class=\"mrp-faq-q-icon\">\n              <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><\/svg>\n            <\/div>\n<p>            <span class=\"mrp-faq-q-text\">Which additive helps mortar set faster in cold weather?<\/span><br \/>\n          <\/button><\/p>\n<div class=\"mrp-faq-a\">\n<div class=\"mrp-faq-a-text\">\n              <strong>Calcium Formate<\/strong> is directly identified for cold-weather setting and rapid strength gain, with a typical dosage of 0.5%\u20132% in dry-mix mortar.\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Q5 --><\/p>\n<div class=\"mrp-faq\">\n          <button class=\"mrp-faq-q\" onclick=\"this.parentElement.classList.toggle('is-open')\"><\/p>\n<div class=\"mrp-faq-q-icon\">\n              <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><\/svg>\n            <\/div>\n<p>            <span class=\"mrp-faq-q-text\">Can you recommend dosage ranges?<\/span><br \/>\n          <\/button><\/p>\n<div class=\"mrp-faq-a\">\n<div class=\"mrp-faq-a-text\">\n              Yes. We can suggest a <strong>practical starting range<\/strong> based on your mortar type, raw materials, and target performance. Contact our technical team for a tailored recommendation.\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 9 \u2014 Closing CTA\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<div class=\"mrp-cta-section\">\n<div class=\"mrp-cta-inner\">\n<div class=\"mrp-num\" style=\"justify-content: center;\">\n<div class=\"mrp-num-badge\">09<\/div>\n<div class=\"mrp-num-label\">Get Started<\/div>\n<\/p><\/div>\n<h2 class=\"mrp-cta-h\">\n        Need the right additive package for your<br \/>\n        <span class=\"mrp-taccent\">mortar or render system?<\/span><br \/>\n      <\/h2>\n<p class=\"mrp-cta-p\">\n        Tell us whether you are developing masonry mortar, repair mortar, spray mortar, waterproof mortar, grouting material, or cement render. We&#8217;ll recommend the right product combination and starting selection logic to help you begin trials faster and reach stable results sooner.\n      <\/p>\n<div class=\"mrp-cta-buttons\">\n        <a href=\"https:\/\/mikazone.store\/en\/service\/product-recommendation\/\" class=\"mrp-cta-btn mrp-cta-primary\"><br \/>\n          <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 18l6-6-6-6\"><\/path><\/svg><br \/>\n          Get a Recommendation<br \/>\n        <\/a><br \/>\n        <a href=\"https:\/\/mikazone.store\/en\/contact\/send-your-formula\/\" class=\"mrp-cta-btn mrp-cta-ghost\"><br \/>\n          <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"><\/line><polygon points=\"22 2 15 22 11 13 2 9 22 2\"><\/polygon>\n          <\/svg><br \/>\n          Send Your Formula<br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<style data-lemonx-boosted=\"true\">\n\/* Lemonx: User CSS ,Theme\/Elementor GlobalStyle *\/\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     MORTAR HERO \u2014 \"Floating Shelf\" Compact Layout\n     Scoped with .mr-hero prefix\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/<\/p>\n<p>  .lemonx-visual-root .mr-hero {\n    position: relative;\n    width: 100%;\n    min-height: 58vh;\n    display: flex;\n    align-items: center;\n    overflow: hidden;\n    background: #10130f;\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n  }<\/p>\n<p>  \/* \u2500\u2500 Background \u2500\u2500 *\/\n  .lemonx-visual-root .mr-hero-bg {\n    position: absolute;\n    inset: 0;\n    z-index: 0;\n  }\n  .lemonx-visual-root .mr-hero-bg img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center 40%;\n    display: block;\n    filter: saturate(0.55) brightness(0.70);\n  }\n  .lemonx-visual-root .mr-hero-bg::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    z-index: 1;\n    background: linear-gradient(\n      135deg,\n      rgba(10,13,10,0.93) 0%,\n      rgba(10,13,10,0.74) 40%,\n      rgba(10,13,10,0.46) 65%,\n      rgba(10,13,10,0.82) 100%\n    );\n  }\n  .lemonx-visual-root .mr-hero-bg::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    z-index: 2;\n    background:\n      radial-gradient(ellipse 55% 65% at 5% 95%, rgba(180,120,40,0.16) 0%, transparent 60%),\n      radial-gradient(ellipse 35% 40% at 90% 5%, rgba(180,120,40,0.06) 0%, transparent 55%);\n  }<\/p>\n<p>  \/* Top accent *\/\n  .lemonx-visual-root .mr-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, transparent 0%, #8B6914 15%, #C49A2A 50%, #8B6914 85%, transparent 100%);\n    z-index: 20;\n  }<\/p>\n<p>  \/* Bottom fade *\/\n  .lemonx-visual-root .mr-hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 100px;\n    background: linear-gradient(to bottom, transparent, #111);\n    z-index: 5;\n    pointer-events: none;\n  }<\/p>\n<p>  \/* \u2500\u2500 Container \u2500\u2500 *\/\n  .lemonx-visual-root .mr-hero-container {\n    position: relative;\n    z-index: 10;\n    max-width: 1200px;\n    width: 100%;\n    margin: 0 auto;\n    padding: 52px 40px 68px;\n    display: grid;\n    grid-template-columns: 1fr 400px;\n    gap: 48px;\n    align-items: center;\n  }<\/p>\n<p>  \/* \u2500\u2500 Left Content \u2500\u2500 *\/\n  .lemonx-visual-root .mr-hero-left {}<\/p>\n<p>  .lemonx-visual-root .mr-breadcrumb {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 18px;\n  }\n  .lemonx-visual-root .mr-breadcrumb-icon {\n    width: 26px;\n    height: 26px;\n    border-radius: 6px;\n    background: rgba(180,130,40,0.20);\n    border: 1px solid rgba(180,130,40,0.35);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .mr-breadcrumb-text {\n    font-size: 0.64rem;\n    font-weight: 800;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #C49A2A;\n  }\n  .lemonx-visual-root .mr-breadcrumb-text span {\n    color: rgba(255,255,255,0.28);\n    margin: 0 5px;\n    font-weight: 400;\n  }<\/p>\n<p>  .lemonx-visual-root .mr-h1 {\n    font-size: clamp(1.7rem, 3.8vw, 2.65rem);\n    font-weight: 900;\n    line-height: 1.10;\n    letter-spacing: -0.035em;\n    color: #fff;\n    margin: 0 0 4px;\n  }\n  .lemonx-visual-root .mr-h1 .mr-accent {\n    color: #C49A2A;\n    position: relative;\n    display: inline;\n  }<\/p>\n<p>  .lemonx-visual-root .mr-deco {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    margin: 14px 0 16px;\n  }\n  .lemonx-visual-root .mr-deco i {\n    width: 5px;\n    height: 5px;\n    background: #C49A2A;\n    transform: rotate(45deg);\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .mr-deco::after {\n    content: '';\n    flex: 1;\n    max-width: 160px;\n    height: 1px;\n    background: linear-gradient(90deg, rgba(196,154,42,0.55), transparent);\n  }<\/p>\n<p>  .lemonx-visual-root .mr-sub {\n    font-size: 0.90rem;\n    color: rgba(255,255,255,0.68);\n    line-height: 1.80;\n    max-width: 580px;\n    margin-bottom: 24px;\n  }\n  .lemonx-visual-root .mr-sub strong {\n    color: rgba(255,255,255,0.90);\n    font-weight: 600;\n  }<\/p>\n<p>  .lemonx-visual-root .mr-btn-row {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    align-items: center;\n  }\n  .lemonx-visual-root .mr-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 11px 24px;\n    border-radius: 6px;\n    font-size: 0.82rem;\n    font-weight: 700;\n    letter-spacing: 0.02em;\n    text-decoration: none;\n    cursor: pointer;\n    border: none;\n    transition: all 0.25s;\n    white-space: nowrap;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .mr-btn-primary {\n    background: linear-gradient(135deg, #8B6914 0%, #A57D1E 100%);\n    color: #fff;\n    box-shadow: 0 4px 18px rgba(139,105,20,0.35), inset 0 1px 0 rgba(255,255,255,0.08);\n  }\n  .lemonx-visual-root .mr-btn-primary:hover {\n    background: linear-gradient(135deg, #A57D1E 0%, #C49A2A 100%);\n    box-shadow: 0 6px 28px rgba(139,105,20,0.55);\n    transform: translateY(-2px);\n  }\n  .lemonx-visual-root .mr-btn-ghost {\n    background: transparent;\n    color: rgba(255,255,255,0.78);\n    border: 1.5px solid rgba(255,255,255,0.22);\n    backdrop-filter: blur(6px);\n    -webkit-backdrop-filter: blur(6px);\n  }\n  .lemonx-visual-root .mr-btn-ghost:hover {\n    color: #fff;\n    background: rgba(255,255,255,0.08);\n    border-color: rgba(255,255,255,0.48);\n    transform: translateY(-2px);\n  }<\/p>\n<p>  \/* \u2500\u2500 Right: Highlight Shelf \u2500\u2500 *\/\n  .lemonx-visual-root .mr-shelf {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    background: rgba(10,8,6,0.50);\n    border: 1px solid rgba(255,255,255,0.06);\n    border-radius: 12px;\n    overflow: hidden;\n    backdrop-filter: blur(20px);\n    -webkit-backdrop-filter: blur(20px);\n    box-shadow:\n      0 8px 32px rgba(0,0,0,0.28),\n      inset 0 1px 0 rgba(255,255,255,0.04);\n  }<\/p>\n<p>  \/* Shelf header *\/\n  .lemonx-visual-root .mr-shelf-head {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    padding: 12px 20px 11px;\n    border-bottom: 1px solid rgba(255,255,255,0.06);\n    background: rgba(180,130,40,0.06);\n  }\n  .lemonx-visual-root .mr-shelf-head-dot {\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: #C49A2A;\n    box-shadow: 0 0 8px rgba(196,154,42,0.50);\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .mr-shelf-head-label {\n    font-size: 0.62rem;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #C49A2A;\n  }<\/p>\n<p>  \/* Shelf item *\/\n  .lemonx-visual-root .mr-shelf-item {\n    display: grid;\n    grid-template-columns: 38px 1fr;\n    gap: 14px;\n    padding: 16px 20px;\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n    transition: background 0.2s;\n    align-items: start;\n  }\n  .lemonx-visual-root .mr-shelf-item:last-child {\n    border-bottom: none;\n  }\n  .lemonx-visual-root .mr-shelf-item:hover {\n    background: rgba(180,130,40,0.08);\n  }<\/p>\n<p>  .lemonx-visual-root .mr-shelf-icon {\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    background: rgba(180,130,40,0.12);\n    border: 1px solid rgba(180,130,40,0.25);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .lemonx-visual-root .mr-shelf-title {\n    font-size: 0.80rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.93);\n    line-height: 1.35;\n    margin-bottom: 3px;\n  }\n  .lemonx-visual-root .mr-shelf-desc {\n    font-size: 0.71rem;\n    color: rgba(255,255,255,0.46);\n    line-height: 1.58;\n  }\n  .lemonx-visual-root .mr-shelf-desc em {\n    font-style: normal;\n    color: rgba(196,154,42,0.80);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \u2500\u2500 Bottom chip bar \u2500\u2500 *\/\n  .lemonx-visual-root .mr-chip-bar {\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 12;\n    max-width: 1200px;\n    width: 100%;\n    padding: 0 40px 22px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .lemonx-visual-root .mr-chips {\n    display: flex;\n    gap: 6px;\n    flex-wrap: wrap;\n  }\n  .lemonx-visual-root .mr-chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    padding: 4px 13px;\n    border-radius: 100px;\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.07);\n    font-size: 0.62rem;\n    font-weight: 600;\n    color: rgba(255,255,255,0.48);\n    letter-spacing: 0.02em;\n    transition: border-color 0.25s;\n  }\n  .lemonx-visual-root .mr-chip:hover {\n    border-color: rgba(180,130,40,0.35);\n  }\n  .lemonx-visual-root .mr-chip-dot {\n    width: 4px;\n    height: 4px;\n    border-radius: 50%;\n    background: #C49A2A;\n    opacity: 0.55;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .lemonx-visual-root .mr-scroll-cue {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    opacity: 0.36;\n    animation: mrBob 2.6s ease-in-out infinite;\n  }\n  .lemonx-visual-root .mr-scroll-cue span {\n    font-size: 0.56rem;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #fff;\n  }\n  .lemonx-visual-root .mr-scroll-cue-arrows {\n    display: flex;\n    flex-direction: column;\n    gap: 1px;\n    align-items: center;\n  }\n  .lemonx-visual-root .mr-scroll-cue-arrows i {\n    display: block;\n    width: 7px;\n    height: 7px;\n    border-right: 1.5px solid rgba(255,255,255,0.55);\n    border-bottom: 1.5px solid rgba(255,255,255,0.55);\n    transform: rotate(45deg);\n  }\n  .lemonx-visual-root .mr-scroll-cue-arrows i:nth-child(2) {\n    opacity: 0.35;\n    margin-top: -3px;\n  }<\/p>\n<p>  @keyframes mrBob {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(3px); }\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 RESPONSIVE \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  @media (max-width: 960px) {\n    .lemonx-visual-root .mr-hero-container {\n      grid-template-columns: 1fr;\n      gap: 28px;\n      padding: 48px 32px 90px;\n    }\n    .lemonx-visual-root .mr-shelf {\n      max-width: 480px;\n    }\n    .lemonx-visual-root .mr-chip-bar {\n      display: none;\n    }\n  }<\/p>\n<p>  @media (max-width: 600px) {\n    .lemonx-visual-root .mr-hero {\n      min-height: auto;\n    }\n    .lemonx-visual-root .mr-hero-container {\n      padding: 44px 20px 60px;\n    }\n    .lemonx-visual-root .mr-h1 {\n      font-size: 1.6rem;\n    }\n    .lemonx-visual-root .mr-sub {\n      font-size: 0.84rem;\n    }\n    .lemonx-visual-root .mr-btn-row {\n      flex-direction: column;\n      align-items: flex-start;\n    }\n  }\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     MORTAR PAGE BODY \u2014 Scoped with .mrp- prefix\n     Does NOT affect the banner (.mr-hero)\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/<\/p>\n<p>  \/* \u2500\u2500 Global reset for this page \u2500\u2500 *\/\n  .lemonx-visual-root .mrp-page {\n    background: #111;\n    color: rgba(255,255,255,0.82);\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    line-height: 1.75;\n    overflow-x: hidden;\n  }<\/p>\n<p>  \/* \u2500\u2500 Shared Section Wrapper \u2500\u2500 *\/\n  .lemonx-visual-root .mrp-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 80px 40px;\n  }\n  .lemonx-visual-root .mrp-section--wide {\n    max-width: 100%;\n    padding-left: 0;\n    padding-right: 0;\n  }<\/p>\n<p>  \/* \u2500\u2500 Section number pill \u2500\u2500 *\/\n  .lemonx-visual-root .mrp-num {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 16px;\n  }\n  .lemonx-visual-root .mrp-num-badge {\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.12);\n    border: 1px solid rgba(196,154,42,0.28);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.66rem;\n    font-weight: 800;\n    color: #C49A2A;\n  }\n  .lemonx-visual-root .mrp-num-label {\n    font-size: 0.60rem;\n    font-weight: 800;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #C49A2A;\n  }<\/p>\n<p>  \/* \u2500\u2500 Section titles \u2500\u2500 *\/\n  .lemonx-visual-root .mrp-title {\n    font-size: clamp(1.35rem, 2.8vw, 1.85rem);\n    font-weight: 800;\n    color: #fff;\n    line-height: 1.22;\n    letter-spacing: -0.025em;\n    margin: 0 0 10px;\n  }\n  .lemonx-visual-root .mrp-title .mrp-taccent {\n    color: #C49A2A;\n  }<\/p>\n<p>  .lemonx-visual-root .mrp-title-deco {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    margin: 12px 0 22px;\n  }\n  .lemonx-visual-root .mrp-title-deco i {\n    width: 5px;\n    height: 5px;\n    background: #C49A2A;\n    transform: rotate(45deg);\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .mrp-title-deco::after {\n    content: '';\n    flex: 1;\n    max-width: 120px;\n    height: 1px;\n    background: linear-gradient(90deg, rgba(196,154,42,0.50), transparent);\n  }<\/p>\n<p>  \/* \u2500\u2500 Body prose \u2500\u2500 *\/\n  .lemonx-visual-root .mrp-prose {\n    font-size: 0.90rem;\n    color: rgba(255,255,255,0.64);\n    line-height: 1.85;\n    max-width: 780px;\n  }\n  .lemonx-visual-root .mrp-prose strong {\n    color: rgba(255,255,255,0.90);\n    font-weight: 600;\n  }\n  .lemonx-visual-root .mrp-prose + .mrp-prose {\n    margin-top: 18px;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 1 \u2014 What Makes a Good Mortar\n     Two-column image + text\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .lemonx-visual-root .mrp-s1 {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 56px;\n    align-items: center;\n  }\n  .lemonx-visual-root .mrp-s1-img {\n    position: relative;\n    border-radius: 14px;\n    overflow: hidden;\n    aspect-ratio: 4 \/ 3;\n  }\n  .lemonx-visual-root .mrp-s1-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    filter: saturate(0.7) brightness(0.85);\n  }\n  .lemonx-visual-root .mrp-s1-img::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    border-radius: 14px;\n    border: 1px solid rgba(255,255,255,0.06);\n    pointer-events: none;\n  }\n  \/* Floating stat badge *\/\n  .lemonx-visual-root .mrp-s1-badge {\n    position: absolute;\n    bottom: 16px;\n    left: 16px;\n    background: rgba(10,10,8,0.82);\n    backdrop-filter: blur(14px);\n    -webkit-backdrop-filter: blur(14px);\n    border: 1px solid rgba(196,154,42,0.22);\n    border-radius: 10px;\n    padding: 12px 18px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .lemonx-visual-root .mrp-s1-badge-icon {\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.14);\n    border: 1px solid rgba(196,154,42,0.30);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .mrp-s1-badge-text {\n    font-size: 0.68rem;\n    color: rgba(255,255,255,0.70);\n    line-height: 1.45;\n  }\n  .lemonx-visual-root .mrp-s1-badge-text strong {\n    display: block;\n    font-size: 0.78rem;\n    color: #fff;\n    font-weight: 700;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 2 \u2014 Key Performance Targets\n     Card grid\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .lemonx-visual-root .mrp-s2-bg {\n    background: rgba(255,255,255,0.015);\n    border-top: 1px solid rgba(255,255,255,0.04);\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n  }\n  .lemonx-visual-root .mrp-target-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n    gap: 20px;\n    margin-top: 36px;\n  }\n  .lemonx-visual-root .mrp-target-card {\n    background: rgba(255,255,255,0.025);\n    border: 1px solid rgba(255,255,255,0.05);\n    border-radius: 12px;\n    padding: 28px 26px;\n    transition: border-color 0.3s, background 0.3s;\n  }\n  .lemonx-visual-root .mrp-target-card:hover {\n    border-color: rgba(196,154,42,0.25);\n    background: rgba(196,154,42,0.04);\n  }\n  .lemonx-visual-root .mrp-target-icon {\n    width: 42px;\n    height: 42px;\n    border-radius: 10px;\n    background: rgba(196,154,42,0.10);\n    border: 1px solid rgba(196,154,42,0.22);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    margin-bottom: 16px;\n  }\n  .lemonx-visual-root .mrp-target-h {\n    font-size: 0.88rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.93);\n    margin-bottom: 8px;\n    line-height: 1.35;\n  }\n  .lemonx-visual-root .mrp-target-p {\n    font-size: 0.78rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.72;\n  }\n  .lemonx-visual-root .mrp-target-p em {\n    font-style: normal;\n    color: rgba(196,154,42,0.80);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 3 \u2014 Recommended Product Package\n     Product cards with image header\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .lemonx-visual-root .mrp-prod-list {\n    display: flex;\n    flex-direction: column;\n    gap: 28px;\n    margin-top: 36px;\n  }<\/p>\n<p>  .lemonx-visual-root .mrp-prod-card {\n    display: grid;\n    grid-template-columns: 340px 1fr;\n    background: rgba(255,255,255,0.020);\n    border: 1px solid rgba(255,255,255,0.05);\n    border-radius: 14px;\n    overflow: hidden;\n    transition: border-color 0.3s;\n  }\n  .lemonx-visual-root .mrp-prod-card:hover {\n    border-color: rgba(196,154,42,0.22);\n  }\n  .lemonx-visual-root .mrp-prod-card:nth-child(even) {\n    direction: rtl;\n  }\n  .lemonx-visual-root .mrp-prod-card:nth-child(even) > * {\n    direction: ltr;\n  }<\/p>\n<p>  .lemonx-visual-root .mrp-prod-img {\n    position: relative;\n    overflow: hidden;\n    min-height: 260px;\n  }\n  .lemonx-visual-root .mrp-prod-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    filter: saturate(0.6) brightness(0.75);\n  }\n  .lemonx-visual-root .mrp-prod-img::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, rgba(10,10,8,0.30), rgba(10,10,8,0.60));\n  }\n  .lemonx-visual-root .mrp-prod-img-num {\n    position: absolute;\n    top: 16px;\n    left: 16px;\n    z-index: 2;\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.18);\n    border: 1px solid rgba(196,154,42,0.40);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.72rem;\n    font-weight: 800;\n    color: #C49A2A;\n  }<\/p>\n<p>  .lemonx-visual-root .mrp-prod-body {\n    padding: 32px 34px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .lemonx-visual-root .mrp-prod-label {\n    font-size: 0.58rem;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #C49A2A;\n    margin-bottom: 8px;\n  }\n  .lemonx-visual-root .mrp-prod-h {\n    font-size: 1.08rem;\n    font-weight: 800;\n    color: #fff;\n    line-height: 1.28;\n    margin-bottom: 12px;\n  }\n  .lemonx-visual-root .mrp-prod-desc {\n    font-size: 0.82rem;\n    color: rgba(255,255,255,0.56);\n    line-height: 1.78;\n    margin-bottom: 20px;\n  }\n  .lemonx-visual-root .mrp-prod-desc strong {\n    color: rgba(255,255,255,0.85);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \"Best for\" tags *\/\n  .lemonx-visual-root .mrp-best-label {\n    font-size: 0.60rem;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(196,154,42,0.70);\n    margin-bottom: 8px;\n  }\n  .lemonx-visual-root .mrp-best-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-bottom: 18px;\n  }\n  .lemonx-visual-root .mrp-best-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    padding: 4px 12px;\n    border-radius: 100px;\n    background: rgba(196,154,42,0.08);\n    border: 1px solid rgba(196,154,42,0.18);\n    font-size: 0.64rem;\n    font-weight: 600;\n    color: rgba(255,255,255,0.60);\n  }\n  .lemonx-visual-root .mrp-best-tag::before {\n    content: '';\n    width: 4px;\n    height: 4px;\n    border-radius: 50%;\n    background: #C49A2A;\n    opacity: 0.55;\n    flex-shrink: 0;\n  }<\/p>\n<p>  \/* Related products *\/\n  .lemonx-visual-root .mrp-rel-label {\n    font-size: 0.58rem;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.32);\n    margin-bottom: 6px;\n  }\n  .lemonx-visual-root .mrp-rel-items {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n  }\n  .lemonx-visual-root .mrp-rel-item {\n    padding: 3px 10px;\n    border-radius: 4px;\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.06);\n    font-size: 0.62rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.50);\n    font-family: 'Courier New', monospace;\n    letter-spacing: 0.03em;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 4 \u2014 Product Architecture by Mortar Type\n     Tab-style cards\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .lemonx-visual-root .mrp-s4-bg {\n    background: rgba(255,255,255,0.015);\n    border-top: 1px solid rgba(255,255,255,0.04);\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n  }\n  .lemonx-visual-root .mrp-arch-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));\n    gap: 18px;\n    margin-top: 36px;\n  }\n  .lemonx-visual-root .mrp-arch-card {\n    background: rgba(10,10,8,0.60);\n    border: 1px solid rgba(255,255,255,0.05);\n    border-radius: 12px;\n    overflow: hidden;\n    transition: border-color 0.3s;\n  }\n  .lemonx-visual-root .mrp-arch-card:hover {\n    border-color: rgba(196,154,42,0.22);\n  }\n  .lemonx-visual-root .mrp-arch-head {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 18px 22px 16px;\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n    background: rgba(196,154,42,0.04);\n  }\n  .lemonx-visual-root .mrp-arch-icon {\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    background: rgba(196,154,42,0.12);\n    border: 1px solid rgba(196,154,42,0.25);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .mrp-arch-name {\n    font-size: 0.86rem;\n    font-weight: 700;\n    color: #fff;\n  }\n  .lemonx-visual-root .mrp-arch-body {\n    padding: 20px 22px 22px;\n  }\n  .lemonx-visual-root .mrp-arch-desc {\n    font-size: 0.78rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.72;\n    margin-bottom: 16px;\n  }\n  .lemonx-visual-root .mrp-arch-desc em {\n    font-style: normal;\n    color: rgba(196,154,42,0.80);\n    font-weight: 600;\n  }\n  .lemonx-visual-root .mrp-arch-dir-label {\n    font-size: 0.58rem;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(196,154,42,0.60);\n    margin-bottom: 8px;\n  }\n  .lemonx-visual-root .mrp-arch-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n  }\n  .lemonx-visual-root .mrp-arch-pill {\n    padding: 4px 12px;\n    border-radius: 100px;\n    font-size: 0.64rem;\n    font-weight: 600;\n    color: rgba(255,255,255,0.60);\n    border: 1px solid rgba(255,255,255,0.08);\n    background: rgba(255,255,255,0.025);\n  }\n  .lemonx-visual-root .mrp-arch-pill--core {\n    background: rgba(196,154,42,0.10);\n    border-color: rgba(196,154,42,0.25);\n    color: #C49A2A;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 5 \u2014 Dosage Reference\n     Dark panel\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .lemonx-visual-root .mrp-dose-panel {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 28px;\n    margin-top: 32px;\n  }\n  .lemonx-visual-root .mrp-dose-box {\n    background: rgba(255,255,255,0.025);\n    border: 1px solid rgba(255,255,255,0.05);\n    border-radius: 12px;\n    padding: 26px 26px;\n  }\n  .lemonx-visual-root .mrp-dose-box-h {\n    font-size: 0.72rem;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #C49A2A;\n    margin-bottom: 14px;\n  }\n  .lemonx-visual-root .mrp-dose-row {\n    display: flex;\n    align-items: baseline;\n    gap: 10px;\n    padding: 8px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.03);\n  }\n  .lemonx-visual-root .mrp-dose-row:last-child {\n    border-bottom: none;\n  }\n  .lemonx-visual-root .mrp-dose-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #C49A2A;\n    opacity: 0.50;\n    flex-shrink: 0;\n    margin-top: 7px;\n  }\n  .lemonx-visual-root .mrp-dose-text {\n    font-size: 0.78rem;\n    color: rgba(255,255,255,0.56);\n    line-height: 1.65;\n  }\n  .lemonx-visual-root .mrp-dose-text strong {\n    color: rgba(255,255,255,0.85);\n    font-weight: 600;\n  }\n  .lemonx-visual-root .mrp-dose-text em {\n    font-style: normal;\n    color: rgba(196,154,42,0.85);\n    font-weight: 600;\n  }<\/p>\n<p>  .lemonx-visual-root .mrp-note {\n    margin-top: 24px;\n    padding: 18px 22px;\n    border-radius: 10px;\n    background: rgba(196,154,42,0.06);\n    border: 1px solid rgba(196,154,42,0.18);\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .lemonx-visual-root .mrp-note-icon {\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.12);\n    border: 1px solid rgba(196,154,42,0.30);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .mrp-note-text {\n    font-size: 0.78rem;\n    color: rgba(255,255,255,0.56);\n    line-height: 1.72;\n  }\n  .lemonx-visual-root .mrp-note-text strong {\n    color: rgba(255,255,255,0.85);\n    font-weight: 700;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 6 \u2014 Selection Logic\n     Two-column: flow + image\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .lemonx-visual-root .mrp-s6-bg {\n    background: rgba(255,255,255,0.015);\n    border-top: 1px solid rgba(255,255,255,0.04);\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n  }\n  .lemonx-visual-root .mrp-s6-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 56px;\n    align-items: start;\n  }\n  .lemonx-visual-root .mrp-logic-list {\n    margin: 20px 0 0;\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .lemonx-visual-root .mrp-logic-item {\n    display: grid;\n    grid-template-columns: 32px 1fr;\n    gap: 14px;\n    padding: 14px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n    align-items: start;\n  }\n  .lemonx-visual-root .mrp-logic-item:last-child {\n    border-bottom: none;\n  }\n  .lemonx-visual-root .mrp-logic-num {\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.12);\n    border: 1px solid rgba(196,154,42,0.28);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.64rem;\n    font-weight: 800;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .mrp-logic-text {\n    font-size: 0.82rem;\n    color: rgba(255,255,255,0.60);\n    line-height: 1.70;\n    padding-top: 3px;\n  }\n  .lemonx-visual-root .mrp-logic-text strong {\n    color: rgba(255,255,255,0.88);\n    font-weight: 600;\n  }<\/p>\n<p>  .lemonx-visual-root .mrp-factor-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-top: 24px;\n  }\n  .lemonx-visual-root .mrp-factor {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    padding: 10px 14px;\n    border-radius: 8px;\n    background: rgba(255,255,255,0.025);\n    border: 1px solid rgba(255,255,255,0.05);\n    transition: border-color 0.25s;\n  }\n  .lemonx-visual-root .mrp-factor:hover {\n    border-color: rgba(196,154,42,0.22);\n  }\n  .lemonx-visual-root .mrp-factor-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #C49A2A;\n    opacity: 0.50;\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .mrp-factor-text {\n    font-size: 0.72rem;\n    color: rgba(255,255,255,0.56);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* Right side image panel *\/\n  .lemonx-visual-root .mrp-s6-img-wrap {\n    position: relative;\n    border-radius: 14px;\n    overflow: hidden;\n    aspect-ratio: 3 \/ 4;\n    max-height: 520px;\n  }\n  .lemonx-visual-root .mrp-s6-img-wrap img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    filter: saturate(0.6) brightness(0.78);\n  }\n  .lemonx-visual-root .mrp-s6-img-wrap::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to top, rgba(10,10,8,0.70) 0%, transparent 50%);\n    pointer-events: none;\n  }\n  .lemonx-visual-root .mrp-s6-overlay {\n    position: absolute;\n    bottom: 20px;\n    left: 20px;\n    right: 20px;\n    z-index: 2;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n  .lemonx-visual-root .mrp-s6-overlay-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    padding: 10px 16px;\n    border-radius: 8px;\n    background: rgba(10,10,8,0.72);\n    backdrop-filter: blur(12px);\n    -webkit-backdrop-filter: blur(12px);\n    border: 1px solid rgba(255,255,255,0.06);\n  }\n  .lemonx-visual-root .mrp-s6-overlay-icon {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: rgba(196,154,42,0.14);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .mrp-s6-overlay-text {\n    font-size: 0.68rem;\n    color: rgba(255,255,255,0.65);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \u2500\u2500 CTA buttons (shared) \u2500\u2500 *\/\n  .lemonx-visual-root .mrp-cta-row {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    align-items: center;\n    margin-top: 28px;\n  }\n  .lemonx-visual-root .mrp-cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 12px 26px;\n    border-radius: 6px;\n    font-size: 0.82rem;\n    font-weight: 700;\n    letter-spacing: 0.02em;\n    text-decoration: none;\n    cursor: pointer;\n    border: none;\n    transition: all 0.25s;\n    white-space: nowrap;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .mrp-cta-primary {\n    background: linear-gradient(135deg, #8B6914 0%, #A57D1E 100%);\n    color: #fff;\n    box-shadow: 0 4px 18px rgba(139,105,20,0.35), inset 0 1px 0 rgba(255,255,255,0.08);\n  }\n  .lemonx-visual-root .mrp-cta-primary:hover {\n    background: linear-gradient(135deg, #A57D1E 0%, #C49A2A 100%);\n    box-shadow: 0 6px 28px rgba(139,105,20,0.55);\n    transform: translateY(-2px);\n  }\n  .lemonx-visual-root .mrp-cta-ghost {\n    background: transparent;\n    color: rgba(255,255,255,0.78);\n    border: 1.5px solid rgba(255,255,255,0.22);\n  }\n  .lemonx-visual-root .mrp-cta-ghost:hover {\n    color: #fff;\n    background: rgba(255,255,255,0.08);\n    border-color: rgba(255,255,255,0.48);\n    transform: translateY(-2px);\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 7 \u2014 Why Choose Us\n     Split: text + feature grid\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .lemonx-visual-root .mrp-s7-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    margin-top: 32px;\n  }\n  .lemonx-visual-root .mrp-s7-feat {\n    display: flex;\n    align-items: start;\n    gap: 14px;\n    padding: 16px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n  }\n  .lemonx-visual-root .mrp-s7-feat:last-child {\n    border-bottom: none;\n  }\n  .lemonx-visual-root .mrp-s7-feat-icon {\n    width: 34px;\n    height: 34px;\n    border-radius: 8px;\n    background: rgba(196,154,42,0.10);\n    border: 1px solid rgba(196,154,42,0.22);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #C49A2A;\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .mrp-s7-feat-h {\n    font-size: 0.80rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.90);\n    margin-bottom: 3px;\n  }\n  .lemonx-visual-root .mrp-s7-feat-p {\n    font-size: 0.72rem;\n    color: rgba(255,255,255,0.46);\n    line-height: 1.60;\n  }<\/p>\n<p>  .lemonx-visual-root .mrp-supply-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 20px;\n  }\n  .lemonx-visual-root .mrp-supply-tag {\n    padding: 6px 16px;\n    border-radius: 6px;\n    background: rgba(196,154,42,0.08);\n    border: 1px solid rgba(196,154,42,0.18);\n    font-size: 0.72rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.65);\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 8 \u2014 FAQ\n     Accordion style\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .lemonx-visual-root .mrp-s8-bg {\n    background: rgba(255,255,255,0.015);\n    border-top: 1px solid rgba(255,255,255,0.04);\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n  }\n  .lemonx-visual-root .mrp-faq-list {\n    max-width: 800px;\n    margin-top: 32px;\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .lemonx-visual-root .mrp-faq {\n    border-bottom: 1px solid rgba(255,255,255,0.05);\n  }\n  .lemonx-visual-root .mrp-faq:last-child {\n    border-bottom: none;\n  }\n  .lemonx-visual-root .mrp-faq-q {\n    width: 100%;\n    background: none;\n    border: none;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding: 20px 0;\n    text-align: left;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n    transition: opacity 0.2s;\n  }\n  .lemonx-visual-root .mrp-faq-q:hover {\n    opacity: 0.85;\n  }\n  .lemonx-visual-root .mrp-faq-q-icon {\n    width: 28px;\n    height: 28px;\n    border-radius: 6px;\n    background: rgba(196,154,42,0.10);\n    border: 1px solid rgba(196,154,42,0.22);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    transition: transform 0.3s;\n  }\n  .lemonx-visual-root .mrp-faq-q-icon svg {\n    color: #C49A2A;\n    transition: transform 0.3s;\n  }\n  .lemonx-visual-root .mrp-faq.is-open .mrp-faq-q-icon svg {\n    transform: rotate(45deg);\n  }\n  .lemonx-visual-root .mrp-faq-q-text {\n    font-size: 0.88rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.88);\n    line-height: 1.40;\n  }\n  .lemonx-visual-root .mrp-faq-a {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.35s ease, padding 0.35s ease;\n    padding: 0 0 0 42px;\n  }\n  .lemonx-visual-root .mrp-faq.is-open .mrp-faq-a {\n    max-height: 300px;\n    padding: 0 0 20px 42px;\n  }\n  .lemonx-visual-root .mrp-faq-a-text {\n    font-size: 0.82rem;\n    color: rgba(255,255,255,0.52);\n    line-height: 1.78;\n  }\n  .lemonx-visual-root .mrp-faq-a-text strong {\n    color: rgba(255,255,255,0.80);\n    font-weight: 600;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 9 \u2014 Closing CTA\n     Full-width dark panel with bg\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .lemonx-visual-root .mrp-cta-section {\n    position: relative;\n    overflow: hidden;\n    padding: 80px 40px;\n    text-align: center;\n    background: #0a0a08;\n  }\n  .lemonx-visual-root .mrp-cta-section::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 50% 60% at 50% 110%, rgba(196,154,42,0.10) 0%, transparent 60%),\n      radial-gradient(ellipse 30% 30% at 50% 0%, rgba(196,154,42,0.06) 0%, transparent 50%);\n    pointer-events: none;\n  }\n  .lemonx-visual-root .mrp-cta-section::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(196,154,42,0.30), transparent);\n  }\n  .lemonx-visual-root .mrp-cta-inner {\n    position: relative;\n    z-index: 2;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n  .lemonx-visual-root .mrp-cta-h {\n    font-size: clamp(1.3rem, 2.6vw, 1.7rem);\n    font-weight: 800;\n    color: #fff;\n    line-height: 1.28;\n    margin-bottom: 16px;\n  }\n  .lemonx-visual-root .mrp-cta-h .mrp-taccent {\n    color: #C49A2A;\n  }\n  .lemonx-visual-root .mrp-cta-p {\n    font-size: 0.88rem;\n    color: rgba(255,255,255,0.55);\n    line-height: 1.80;\n    margin-bottom: 28px;\n  }\n  .lemonx-visual-root .mrp-cta-buttons {\n    display: flex;\n    gap: 12px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }<\/p>\n<p>  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550 RESPONSIVE \u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  @media (max-width: 960px) {\n    .lemonx-visual-root .mrp-s1 {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n    .lemonx-visual-root .mrp-prod-card {\n      grid-template-columns: 1fr;\n    }\n    .lemonx-visual-root .mrp-prod-card:nth-child(even) {\n      direction: ltr;\n    }\n    .lemonx-visual-root .mrp-prod-img {\n      min-height: 200px;\n    }\n    .lemonx-visual-root .mrp-dose-panel {\n      grid-template-columns: 1fr;\n    }\n    .lemonx-visual-root .mrp-s6-grid {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n    .lemonx-visual-root .mrp-s7-grid {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n    .lemonx-visual-root .mrp-arch-grid {\n      grid-template-columns: 1fr;\n    }\n    .lemonx-visual-root .mrp-factor-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 600px) {\n    .lemonx-visual-root .mrp-section {\n      padding: 56px 20px;\n    }\n    .lemonx-visual-root .mrp-cta-section {\n      padding: 56px 20px;\n    }\n    .lemonx-visual-root .mrp-target-grid {\n      grid-template-columns: 1fr;\n    }\n    .lemonx-visual-root .mrp-cta-buttons {\n      flex-direction: column;\n      align-items: center;\n    }\n  }\n<\/style>",
        "protected": false
    },
    "excerpt": {
        "rendered": "<p>Solutions \/ Mortars &amp; Rendering Mortars &amp; Rendering Solutions Performance-driven additive solutions for masonry mortar, rendering mortar, repair mortar, spray mortar, grouting systems, and other cement-based formulations that require reliable workability, water retention, adhesion, durability, and crack resistance. Get a Recommendation Send Your Formula Why This Solution Broad Mortar System Coverage Suitable for masonry mortar, [&hellip;]<\/p>",
        "protected": false
    },
    "author": 1,
    "featured_media": 0,
    "parent": 164,
    "menu_order": 0,
    "comment_status": "closed",
    "ping_status": "closed",
    "template": "",
    "meta": {
        "footnotes": ""
    },
    "class_list": [
        "post-660",
        "page",
        "type-page",
        "status-publish",
        "hentry"
    ],
    "_links": {
        "self": [
            {
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/660",
                "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=660"
            }
        ],
        "version-history": [
            {
                "count": 7,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/660\/revisions"
            }
        ],
        "predecessor-version": [
            {
                "id": 1188,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/660\/revisions\/1188"
            }
        ],
        "up": [
            {
                "embeddable": true,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/164"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/media?parent=660"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}