{
    "id": 100,
    "date": "2026-03-05T01:30:39",
    "date_gmt": "2026-03-05T01:30:39",
    "guid": {
        "rendered": "https:\/\/mikazone.store\/?page_id=100"
    },
    "modified": "2026-04-22T03:24:58",
    "modified_gmt": "2026-04-22T03:24:58",
    "slug": "warehousing-logistics",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/mikazone.store\/en\/company\/warehousing-logistics\/",
    "title": {
        "rendered": "Warehousing &#038; Logistics"
    },
    "content": {
        "rendered": "<style>\n  .hero {\n    position: relative;\n    width: 100%;\n    min-height: 62vh;\n    display: flex;\n    align-items: center;\n    overflow: hidden;\n    background: #1a1410;\n  }<\/p>\n<p>  .hero-bg {\n    position: absolute;\n    inset: 0;\n    z-index: 0;\n  }\n  .hero-bg img {\n    width: 100%; height: 100%;\n    object-fit: cover;\n    object-position: center 42%;\n    display: block;\n    filter: saturate(0.72) brightness(0.85);\n  }\n  .hero-bg::before {\n    content: '';\n    position: absolute; inset: 0; z-index: 1;\n    background: linear-gradient(\n      105deg,\n      rgba(15,10,8,0.80) 0%,\n      rgba(15,10,8,0.55) 45%,\n      rgba(15,10,8,0.18) 75%,\n      rgba(15,10,8,0.04) 100%\n    );\n  }\n  .hero-bg::after {\n    content: '';\n    position: absolute; inset: 0; z-index: 2;\n    background:\n      radial-gradient(ellipse 55% 60% at 0% 100%, rgba(139,26,26,0.26) 0%, transparent 65%),\n      radial-gradient(ellipse 30% 40% at 100% 0%, rgba(139,26,26,0.07) 0%, transparent 60%);\n  }<\/p>\n<p>  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #8B1A1A 0%, #D44040 50%, #8B1A1A 100%);\n    z-index: 10;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 130px;\n    background: linear-gradient(to bottom, transparent 0%, #f8f7f5 100%);\n    z-index: 5;\n    pointer-events: none;\n  }<\/p>\n<p>  .hero-inner {\n    position: relative;\n    z-index: 6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 72px 40px 110px;\n    width: 100%;\n    display: grid;\n    grid-template-columns: 1fr 340px;\n    gap: 56px;\n    align-items: center;\n  }<\/p>\n<p>  .hero-content { max-width: 600px; }<\/p>\n<p>  .hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 0.68rem;\n    font-weight: 800;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #D44040;\n    margin-bottom: 16px;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .hero-tag::before {\n    content: '';\n    display: block;\n    width: 28px; height: 2px;\n    background: #D44040;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .hero-headline {\n    font-size: clamp(1.9rem, 4.2vw, 3.1rem);\n    font-weight: 900;\n    line-height: 1.10;\n    letter-spacing: -0.03em;\n    color: #ffffff;\n    margin-bottom: 16px;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .hero-headline .line-accent {\n    display: block;\n    color: #D44040;\n  }<\/p>\n<p>  .hero-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 18px;\n  }\n  .hero-divider-line {\n    width: 40px; height: 2px;\n    background: linear-gradient(90deg, #8B1A1A, #D44040);\n    border-radius: 2px;\n    flex-shrink: 0;\n  }\n  .hero-divider-dot {\n    width: 5px; height: 5px;\n    border-radius: 50%;\n    background: #D44040;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .hero-sub {\n    font-size: 0.96rem;\n    color: rgba(255,255,255,0.76);\n    line-height: 1.78;\n    max-width: 560px;\n    margin-bottom: 28px;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .hero-sub strong {\n    color: rgba(255,255,255,0.95);\n    font-weight: 600;\n  }<\/p>\n<p>  .hero-btns {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    align-items: center;\n  }<\/p>\n<p>  .hero-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 12px 24px;\n    border-radius: 5px;\n    font-size: 0.855rem;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    text-decoration: none;\n    cursor: pointer;\n    border: none;\n    transition: background 0.22s, box-shadow 0.22s, transform 0.18s;\n    white-space: nowrap;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .hero-btn-primary {\n    background: #8B1A1A;\n    color: #fff;\n    box-shadow: 0 4px 16px rgba(139,26,26,0.32);\n  }\n  .hero-btn-primary:hover {\n    background: #A52A2A;\n    box-shadow: 0 6px 26px rgba(139,26,26,0.52);\n    transform: translateY(-2px);\n  }\n  .hero-btn-outline {\n    background: rgba(255,255,255,0.07);\n    color: #fff;\n    border: 1.5px solid rgba(255,255,255,0.30);\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n  }\n  .hero-btn-outline:hover {\n    background: rgba(255,255,255,0.13);\n    border-color: rgba(255,255,255,0.62);\n    transform: translateY(-2px);\n  }<\/p>\n<p>  .hero-highlights {\n    display: flex;\n    flex-direction: column;\n    background: rgba(10,8,6,0.66);\n    border: 1px solid rgba(139,26,26,0.26);\n    border-radius: 10px;\n    overflow: hidden;\n    backdrop-filter: blur(18px);\n    -webkit-backdrop-filter: blur(18px);\n    box-shadow: 0 8px 36px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.05);\n  }<\/p>\n<p>  .highlights-header {\n    padding: 14px 20px 13px;\n    border-bottom: 1px solid rgba(139,26,26,0.20);\n    display: flex;\n    align-items: center;\n    gap: 9px;\n  }\n  .highlights-header-dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: #D44040;\n    flex-shrink: 0;\n    box-shadow: 0 0 7px rgba(212,64,64,0.55);\n  }\n  .highlights-header-label {\n    font-size: 0.66rem;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #D44040;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }<\/p>\n<p>  .highlight-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 15px 20px;\n    border-bottom: 1px solid rgba(255,255,255,0.05);\n    transition: background 0.2s;\n  }\n  .highlight-item:last-child { border-bottom: none; }\n  .highlight-item:hover { background: rgba(139,26,26,0.10); }<\/p>\n<p>  .hi-icon-wrap {\n    width: 34px; height: 34px;\n    border-radius: 7px;\n    background: rgba(139,26,26,0.18);\n    border: 1px solid rgba(139,26,26,0.28);\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n    color: #D44040;\n    margin-top: 1px;\n  }<\/p>\n<p>  .hi-title {\n    font-size: 0.835rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.95);\n    line-height: 1.38;\n    margin-bottom: 3px;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .hi-desc {\n    font-size: 0.75rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.52;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }<\/p>\n<p>  .hero-stat-strip {\n    position: absolute;\n    bottom: 0; left: 50%;\n    transform: translateX(-50%);\n    z-index: 7;\n    padding: 0 40px 32px;\n    display: flex;\n    justify-content: flex-start;\n    max-width: 1200px;\n    width: 100%;\n  }<\/p>\n<p>  .stat-chip {\n    padding: 8px 20px 8px 0;\n    border-right: 1px solid rgba(255,255,255,0.11);\n    margin-right: 20px;\n  }\n  .stat-chip:last-child { border-right: none; margin-right: 0; }<\/p>\n<p>  .stat-chip-value {\n    font-size: 1.05rem;\n    font-weight: 900;\n    color: #fff;\n    letter-spacing: -0.02em;\n    line-height: 1;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .stat-chip-value span { color: #D44040; }<\/p>\n<p>  .stat-chip-label {\n    font-size: 0.70rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.35;\n    font-weight: 500;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }<\/p>\n<p>  .hero-scroll {\n    position: absolute;\n    bottom: 34px; left: 50%;\n    transform: translateX(-50%);\n    z-index: 7;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 7px;\n    opacity: 0.50;\n    animation: heroScrollBob 2.2s ease-in-out infinite;\n  }\n  .hero-scroll span {\n    font-size: 0.60rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #fff;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .scroll-mouse {\n    width: 20px; height: 30px;\n    border: 2px solid rgba(255,255,255,0.50);\n    border-radius: 11px;\n    display: flex;\n    justify-content: center;\n    padding-top: 4px;\n  }\n  .scroll-mouse::before {\n    content: '';\n    width: 3px; height: 6px;\n    background: rgba(255,255,255,0.68);\n    border-radius: 2px;\n    animation: heroScrollDot 2.2s ease-in-out infinite;\n  }<\/p>\n<p>  @keyframes heroScrollDot {\n    0%, 100% { transform: translateY(0); opacity: 1; }\n    60%       { transform: translateY(7px); opacity: 0.28; }\n  }\n  @keyframes heroScrollBob {\n    0%, 100% { transform: translateX(-50%) translateY(0); }\n    50%       { transform: translateX(-50%) translateY(5px); }\n  }<\/p>\n<p>  @media (max-width: 960px) {\n    .hero-inner {\n      grid-template-columns: 1fr;\n      gap: 32px;\n      padding: 80px 32px 140px;\n    }\n    .hero-highlights { max-width: 500px; }\n    .hero-stat-strip { display: none; }\n    .hero-scroll { display: none; }\n  }\n  @media (max-width: 600px) {\n    .hero { min-height: 70svh; }\n    .hero-inner { padding: 80px 20px 130px; }\n    .hero-headline { font-size: 1.85rem; }\n    .hero-btns { flex-direction: column; align-items: flex-start; }\n  }\n<\/style>\n<section class=\"hero\">\n<div class=\"hero-bg\">\n    <img height=\"1284\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/Redlemon_aerial-view-of-container-cargo-ship-in-the-export-2026-03-10-03-54-24-utc_compressed.jpg\" alt=\"Warehouse and logistics facility\" \/>\n  <\/div>\n<div class=\"hero-inner\">\n<div class=\"hero-content\">\n<div class=\"hero-tag\">Mandalas \u00b7 Venezuela<\/div>\n<h1 class=\"hero-headline\">\n        Warehousing<br \/>\n        <span class=\"line-accent\">&amp; Logistics<\/span><br \/>\n      <\/h1>\n<div class=\"hero-divider\">\n<div class=\"hero-divider-line\"><\/div>\n<div class=\"hero-divider-dot\"><\/div>\n<\/p><\/div>\n<p class=\"hero-sub\">\n        <strong>Reliable supply and clear delivery coordination<\/strong><br \/>\n        help customers reduce downtime risk. Mandalas supports import planning,<br \/>\n        local coordination, and practical handling guidance for<br \/>\n        construction additives in Venezuela.\n      <\/p>\n<div class=\"hero-btns\">\n        <a href=\"https:\/\/mikazone.store\/en\/contact\/request-a-quote\/\" class=\"hero-btn hero-btn-primary\"><br \/>\n          <svg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\"\n            stroke=\"currentColor\" stroke-width=\"2.5\"\n            stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/>\n            <polyline points=\"14 2 14 8 20 8\"\/>\n            <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/>\n            <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/>\n          <\/svg><br \/>\n          Request a Quote<br \/>\n        <\/a><br \/>\n        <a href=\"https:\/\/mikazone.store\/en\/contact\/\" class=\"hero-btn hero-btn-outline\"><br \/>\n          <svg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\"\n            stroke=\"currentColor\" stroke-width=\"2.5\"\n            stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.4 2 2 0 0 1 3.6 1.22h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.85a16 16 0 0 0 6 6l.95-.95a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\/>\n          <\/svg><br \/>\n          Contact Logistics<br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<div class=\"hero-highlights\">\n<div class=\"highlights-header\">\n<div class=\"highlights-header-dot\"><\/div>\n<div class=\"highlights-header-label\">Key Capabilities<\/div>\n<\/p><\/div>\n<div class=\"highlight-item\">\n<div class=\"hi-icon-wrap\">\n          <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\"\n            stroke=\"currentColor\" stroke-width=\"2\"\n            stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/>\n            <line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/>\n            <line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/>\n            <line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/>\n          <\/svg>\n        <\/div>\n<div class=\"hi-text-wrap\">\n<div class=\"hi-title\">Supply Planning Aligned with Production<\/div>\n<div class=\"hi-desc\">Import schedules coordinated around your production calendar to avoid material gaps.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"highlight-item\">\n<div class=\"hi-icon-wrap\">\n          <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\"\n            stroke=\"currentColor\" stroke-width=\"2\"\n            stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <rect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"1\"\/>\n            <path d=\"M16 8h4l3 5v3h-7V8z\"\/>\n            <circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\/>\n            <circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\/>\n          <\/svg>\n        <\/div>\n<div class=\"hi-text-wrap\">\n<div class=\"hi-title\">Delivery Coordination for Projects &amp; Factories<\/div>\n<div class=\"hi-desc\">Local logistics support to route materials to your site or production line on time.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"highlight-item\">\n<div class=\"hi-icon-wrap\">\n          <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\"\n            stroke=\"currentColor\" stroke-width=\"2\"\n            stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/>\n          <\/svg>\n        <\/div>\n<div class=\"hi-text-wrap\">\n<div class=\"hi-title\">Storage &amp; Handling Guidance<\/div>\n<div class=\"hi-desc\">Practical recommendations to protect product performance throughout the supply chain.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"hero-stat-strip\">\n<div class=\"stat-chip\">\n<div class=\"stat-chip-value\">Local<span>+<\/span><\/div>\n<div class=\"stat-chip-label\">Venezuela<br \/>Coordination<\/div>\n<\/p><\/div>\n<div class=\"stat-chip\">\n<div class=\"stat-chip-value\"><span>End-to-End<\/span><\/div>\n<div class=\"stat-chip-label\">Import to<br \/>Delivery<\/div>\n<\/p><\/div>\n<div class=\"stat-chip\">\n<div class=\"stat-chip-value\">TDS<span>\/<\/span>SDS<\/div>\n<div class=\"stat-chip-label\">Document<br \/>Support<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"hero-scroll\">\n<div class=\"scroll-mouse\"><\/div>\n<p>    <span>Scroll<\/span>\n  <\/div>\n<\/section>\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 --><br \/>\n<!-- WAREHOUSING & LOGISTICS \u2014 SECTIONS 1\u20135     --><br \/>\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 --><\/p>\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\n     GLOBAL SHARED\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 *\/\n  .wl-sec {\n    position: relative;\n    font-family: 'Inter', system-ui, -apple-system, sans-serif;\n    overflow: hidden; box-sizing: border-box;\n  }\n  .wl-sec *, .wl-sec *::before, .wl-sec *::after { margin:0; padding:0; box-sizing:border-box; }<\/p>\n<p>  .wl-sec .wl-inner { max-width:1200px; margin:0 auto; }\n  .wl-tag { display:inline-flex; align-items:center; gap:10px; margin-bottom:16px; }\n  .wl-tag-line { width:28px; height:2px; background:#D44040; flex-shrink:0; }\n  .wl-tag-text { font-size:10.5px; font-weight:600; color:#D44040; text-transform:uppercase; letter-spacing:2.5px; }\n  .wl-h2 { font-size:36px; font-weight:800; color:#111; line-height:1.15; letter-spacing:-1px; margin-bottom:20px; border:none; padding:0; text-transform:none; }\n  .wl-p { font-size:15.5px; color:#555; line-height:1.8; border:none; padding:0; }<\/p>\n<p>  \/* Image *\/\n  .wl-photo { position:relative; border-radius:10px; overflow:hidden; }\n  .wl-photo img { width:100%; height:100%; object-fit:cover; display:block; transition:transform 6s ease; }\n  .wl-photo:hover img { transform:scale(1.04); }\n  .wl-photo-shadow { box-shadow:0 24px 64px rgba(0,0,0,0.10); }<\/p>\n<p>  \/* Button *\/\n  .wl-btn-r {\n    display:inline-flex; align-items:center; gap:9px;\n    padding:14px 30px; background:#8B1A1A; color:#fff;\n    border:none; border-radius:6px; font-size:14px; font-weight:600;\n    text-decoration:none; cursor:pointer; transition:all 0.3s;\n    font-family:inherit; line-height:1; outline:none;\n  }\n  .wl-btn-r:hover { background:#A52A2A; box-shadow:0 10px 32px rgba(139,26,26,0.45); transform:translateY(-2px); color:#fff; text-decoration:none; }\n  .wl-btn-r i { font-size:11px; transition:transform 0.3s; }\n  .wl-btn-r:hover i { transform:translateX(3px); }\n  .wl-btn-g {\n    display:inline-flex; align-items:center; gap:9px;\n    padding:14px 30px; background:transparent; color:#555;\n    border:1.5px solid #ddd; border-radius:6px; font-size:14px; font-weight:500;\n    text-decoration:none; cursor:pointer; transition:all 0.3s;\n    font-family:inherit; line-height:1; outline:none;\n  }\n  .wl-btn-g:hover { border-color:rgba(212,64,64,0.4); color:#111; background:rgba(139,26,26,0.03); transform:translateY(-2px); text-decoration:none; }\n  .wl-btn-g i { font-size:11px; }<\/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\n     SECTION 1 \u2014 OVERVIEW  (White)\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 *\/\n  .wl-s1 { background:#fff; }\n  .wl-s1 .s1-hero {\n    padding:96px 64px;\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:64px; align-items:center;\n  }\n  .wl-s1 .s1-img { aspect-ratio:3\/2; }<\/p>\n<p>  \/* Full-width benefit strip *\/\n  .wl-s1 .s1-strip {\n    background:#f7f7f7;\n    border-top:1px solid #eee; border-bottom:1px solid #eee;\n  }\n  .wl-s1 .s1-strip-inner {\n    max-width:1200px; margin:0 auto;\n    padding:0 64px;\n    display:grid; grid-template-columns:repeat(4,1fr);\n    gap:0;\n  }\n  .wl-s1 .s1-ben {\n    padding:36px 28px;\n    border-right:1px solid #eee;\n    display:flex; flex-direction:column; gap:10px;\n  }\n  .wl-s1 .s1-ben:last-child { border-right:none; }\n  .wl-s1 .s1-ben-icon { font-size:20px; color:#D44040; }\n  .wl-s1 .s1-ben-t { font-size:14.5px; font-weight:700; color:#111; line-height:1.3; }\n  .wl-s1 .s1-ben-d { font-size:13px; color:#888; line-height:1.6; }<\/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\n     SECTION 2 \u2014 LOCAL PRESENCE (White)\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 *\/\n  .wl-s2 { background:#fff; }\n  .wl-s2 .s2-wrap {\n    padding:96px 64px;\n    display:grid; grid-template-columns:1.1fr 0.9fr;\n    gap:64px; align-items:stretch;\n  }<\/p>\n<p>  \/* Tall image *\/\n  .wl-s2 .s2-img-col { position:relative; min-height:480px; }\n  .wl-s2 .s2-img-col .wl-photo { height:100%; }<\/p>\n<p>  \/* Red vertical accent on image *\/\n  .wl-s2 .s2-img-col::before {\n    content:''; position:absolute;\n    top:20px; left:-4px; bottom:20px;\n    width:4px; background:linear-gradient(to bottom, #D44040, #8B1A1A);\n    border-radius:2px; z-index:2;\n  }<\/p>\n<p>  .wl-s2 .s2-text { display:flex; flex-direction:column; justify-content:center; }\n  .wl-s2 .s2-cards { display:flex; flex-direction:column; gap:14px; margin:28px 0 32px; }\n  .wl-s2 .s2-card {\n    background:#f7f7f7; border-radius:8px;\n    padding:20px 22px;\n    display:flex; gap:16px; align-items:center;\n    border:1px solid transparent;\n    transition:all 0.3s;\n  }\n  .wl-s2 .s2-card:hover { background:#f2f2f2; border-color:rgba(212,64,64,0.15); }\n  .wl-s2 .s2-card-icon {\n    width:42px; height:42px; flex-shrink:0;\n    background:rgba(139,26,26,0.07); border-radius:8px;\n    display:flex; align-items:center; justify-content:center;\n  }\n  .wl-s2 .s2-card-icon i { font-size:15px; color:#D44040; }\n  .wl-s2 .s2-card-label { font-size:10.5px; font-weight:600; color:#aaa; text-transform:uppercase; letter-spacing:1px; margin-bottom:2px; }\n  .wl-s2 .s2-card-value { font-size:14.5px; font-weight:600; color:#111; line-height:1.35; }<\/p>\n<p>  .wl-s2 .s2-btns { display:flex; gap:12px; flex-wrap:wrap; }<\/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\n     SECTION 3 \u2014 SUPPLY PLANNING (Light gray)\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 *\/\n  .wl-s3 { background:#f7f7f7; }\n  .wl-s3 .s3-wrap {\n    padding:96px 64px;\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:64px; align-items:center;\n  }<\/p>\n<p>  .wl-s3 .s3-img { aspect-ratio:4\/3; }<\/p>\n<p>  .wl-s3 .s3-list {\n    list-style:none; display:flex; flex-direction:column;\n    gap:0; margin:28px 0 32px;\n    border-radius:10px; overflow:hidden;\n    border:1px solid #e5e5e5;\n  }\n  .wl-s3 .s3-item {\n    display:flex; gap:14px; align-items:center;\n    padding:16px 20px;\n    background:#fff;\n    border-bottom:1px solid #eee;\n    transition:background 0.2s;\n  }\n  .wl-s3 .s3-item:last-child { border-bottom:none; }\n  .wl-s3 .s3-item:hover { background:#fafafa; }\n  .wl-s3 .s3-item-num {\n    flex-shrink:0; width:28px; height:28px;\n    background:rgba(139,26,26,0.07); border-radius:6px;\n    display:flex; align-items:center; justify-content:center;\n    font-size:11px; font-weight:800; color:#D44040;\n  }\n  .wl-s3 .s3-item-text { font-size:14px; color:#444; line-height:1.5; font-weight:500; }<\/p>\n<p>  \/* Inline CTA *\/\n  .wl-s3 .s3-cta {\n    padding:0 64px 96px;\n  }\n  .wl-s3 .s3-cta-box {\n    background:#fff; border:1px solid #e5e5e5; border-radius:10px;\n    padding:28px 32px;\n    display:flex; align-items:center; justify-content:space-between;\n    gap:24px; flex-wrap:wrap;\n  }\n  .wl-s3 .s3-cta-box p { font-size:15.5px; font-weight:600; color:#111; }<\/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\n     SECTION 4 \u2014 DELIVERY (White)\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 *\/\n  .wl-s4 { background:#fff; }\n  .wl-s4 .s4-wrap {\n    padding:96px 64px;\n    display:grid; grid-template-columns:0.9fr 1.1fr;\n    gap:64px; align-items:center;\n  }<\/p>\n<p>  .wl-s4 .s4-img { aspect-ratio:4\/3; }<\/p>\n<p>  .wl-s4 .s4-items {\n    display:flex; flex-direction:column; gap:10px;\n    margin:24px 0 32px;\n  }\n  .wl-s4 .s4-item {\n    display:flex; gap:12px; align-items:flex-start;\n    padding:14px 18px;\n    background:#f7f7f7; border-radius:6px;\n    border:1px solid transparent;\n    transition:all 0.25s;\n  }\n  .wl-s4 .s4-item:hover { border-color:rgba(212,64,64,0.15); background:#f2f2f2; }\n  .wl-s4 .s4-item i { font-size:12px; color:#D44040; flex-shrink:0; margin-top:3px; }\n  .wl-s4 .s4-item span { font-size:14px; color:#555; line-height:1.55; font-weight:500; }<\/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\n     SECTION 5 \u2014 STORAGE & HANDLING (Light gray)\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 *\/\n  .wl-s5 { background:#f7f7f7; }<\/p>\n<p>  .wl-s5 .s5-top {\n    padding:96px 64px 48px;\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:64px; align-items:center;\n  }\n  .wl-s5 .s5-img { aspect-ratio:4\/3; }<\/p>\n<p>  \/* 8 practices \u2014 2-column clean list *\/\n  .wl-s5 .s5-grid {\n    padding:0 64px 40px;\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:12px;\n  }\n  .wl-s5 .s5-prac {\n    display:flex; gap:14px; align-items:center;\n    padding:16px 20px;\n    background:#fff; border:1px solid #eee; border-radius:8px;\n    transition:border-color 0.25s, box-shadow 0.25s;\n  }\n  .wl-s5 .s5-prac:hover {\n    border-color:rgba(212,64,64,0.2);\n    box-shadow:0 4px 16px rgba(0,0,0,0.04);\n  }\n  .wl-s5 .s5-prac-n {\n    flex-shrink:0; width:32px; height:32px;\n    background:#fff; border:2px solid #D44040; border-radius:50%;\n    display:flex; align-items:center; justify-content:center;\n    font-size:12px; font-weight:800; color:#D44040;\n    transition:all 0.25s;\n  }\n  .wl-s5 .s5-prac:hover .s5-prac-n {\n    background:#D44040; color:#fff;\n  }\n  .wl-s5 .s5-prac-text { font-size:14px; color:#444; line-height:1.5; font-weight:500; }<\/p>\n<p>  \/* Alert *\/\n  .wl-s5 .s5-alert {\n    padding:0 64px 96px;\n  }\n  .wl-s5 .s5-alert-box {\n    display:flex; gap:16px; align-items:flex-start;\n    padding:22px 28px;\n    background:#fff;\n    border:1px solid rgba(212,64,64,0.18);\n    border-left:4px solid #D44040;\n    border-radius:8px;\n  }\n  .wl-s5 .s5-alert-box i { font-size:18px; color:#D44040; flex-shrink:0; margin-top:1px; }\n  .wl-s5 .s5-alert-box p { font-size:14px; color:#666; line-height:1.7; }\n  .wl-s5 .s5-alert-box strong { color:#111; }<\/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\n     RESPONSIVE\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 *\/\n  @media (max-width:1024px) {\n    .wl-s1 .s1-hero,\n    .wl-s2 .s2-wrap,\n    .wl-s3 .s3-wrap,\n    .wl-s4 .s4-wrap,\n    .wl-s5 .s5-top {\n      grid-template-columns:1fr; gap:40px;\n      padding-left:36px; padding-right:36px;\n    }\n    .wl-s1 .s1-strip-inner {\n      grid-template-columns:1fr 1fr; padding-left:36px; padding-right:36px;\n    }\n    .wl-s1 .s1-ben { border-right:none; border-bottom:1px solid #eee; }\n    .wl-s1 .s1-ben:nth-child(even) { border-right:none; }\n    .wl-s2 .s2-img-col { min-height:300px; order:-1; }\n    .wl-s2 .s2-img-col::before { display:none; }\n    .wl-s3 .s3-cta { padding-left:36px; padding-right:36px; }\n    .wl-s5 .s5-grid { grid-template-columns:1fr; padding-left:36px; padding-right:36px; }\n    .wl-s5 .s5-alert { padding-left:36px; padding-right:36px; }\n  }<\/p>\n<p>  @media (max-width:640px) {\n    .wl-s1 .s1-hero,\n    .wl-s2 .s2-wrap,\n    .wl-s3 .s3-wrap,\n    .wl-s4 .s4-wrap,\n    .wl-s5 .s5-top {\n      padding:56px 24px 48px;\n    }\n    .wl-h2 { font-size:28px; }\n    .wl-s1 .s1-strip-inner { grid-template-columns:1fr; padding:0 24px; }\n    .wl-s1 .s1-ben { border-right:none; }\n    .wl-s2 .s2-img-col { min-height:220px; }\n    .wl-s2 .s2-btns { flex-direction:column; }\n    .wl-s2 .s2-btns .wl-btn-r,\n    .wl-s2 .s2-btns .wl-btn-g { width:100%; justify-content:center; }\n    .wl-s3 .s3-cta { padding:0 24px 56px; }\n    .wl-s3 .s3-cta-box { flex-direction:column; text-align:center; }\n    .wl-s3 .s3-cta-box .wl-btn-r { width:100%; justify-content:center; }\n    .wl-s4 .s4-wrap { padding:56px 24px; }\n    .wl-s5 .s5-grid { padding:0 24px 32px; }\n    .wl-s5 .s5-alert { padding:0 24px 56px; }\n  }\n<\/style>\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 --><br \/>\n<!-- SECTION 1 \u2014 OVERVIEW                       --><br \/>\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 --><\/p>\n<section class=\"wl-sec wl-s1\">\n<div class=\"wl-inner s1-hero\">\n<div>\n<div class=\"wl-tag\">\n        <span class=\"wl-tag-line\"><\/span><br \/>\n        <span class=\"wl-tag-text\">Overview<\/span>\n      <\/div>\n<h2 class=\"wl-h2\">Built for Stable Operations<\/h2>\n<p class=\"wl-p\">Construction additive performance depends not only on formulation, but also on storage condition, packaging integrity, and on-time supply. Our logistics approach is designed to support continuous production and predictable project delivery.<\/p>\n<\/p><\/div>\n<div class=\"wl-photo wl-photo-shadow s1-img\">\n      <img height=\"1080\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/C0026.MP4_20240920_151838863.jpg\" alt=\"Aerial view of shipping containers at port\" loading=\"lazy\">\n    <\/div>\n<\/p><\/div>\n<div class=\"s1-strip\">\n<div class=\"s1-strip-inner\">\n<div class=\"s1-ben\">\n        <i class=\"fas fa-calendar-check s1-ben-icon\"><\/i><\/p>\n<div class=\"s1-ben-t\">Reduce Supply Risk<\/div>\n<div class=\"s1-ben-d\">Planning support to prevent supply interruptions<\/div>\n<\/p><\/div>\n<div class=\"s1-ben\">\n        <i class=\"fas fa-file-check s1-ben-icon\"><\/i><\/p>\n<div class=\"s1-ben-t\">Improve Receiving<\/div>\n<div class=\"s1-ben-d\">Clear documentation for efficient receiving<\/div>\n<\/p><\/div>\n<div class=\"s1-ben\">\n        <i class=\"fas fa-shield-halved s1-ben-icon\"><\/i><\/p>\n<div class=\"s1-ben-t\">Protect Performance<\/div>\n<div class=\"s1-ben-d\">Storage guidance to maintain material quality<\/div>\n<\/p><\/div>\n<div class=\"s1-ben\">\n        <i class=\"fas fa-truck-fast s1-ben-icon\"><\/i><\/p>\n<div class=\"s1-ben-t\">Coordinate Timing<\/div>\n<div class=\"s1-ben-d\">Delivery aligned with site and production cycles<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\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 --><br \/>\n<!-- SECTION 2 \u2014 LOCAL PRESENCE                 --><br \/>\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 --><\/p>\n<section class=\"wl-sec wl-s2\">\n<div class=\"wl-inner s2-wrap\">\n<div class=\"s2-img-col\">\n<div class=\"wl-photo\" style=\"height:100%;\">\n        <img height=\"2557\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/DSC04060.jpg\" alt=\"Caracas Venezuela city view with mountains\" loading=\"lazy\">\n      <\/div>\n<\/p><\/div>\n<div class=\"s2-text\">\n<div class=\"wl-tag\">\n        <span class=\"wl-tag-line\"><\/span><br \/>\n        <span class=\"wl-tag-text\">Our Local Presence<\/span>\n      <\/div>\n<h2 class=\"wl-h2\">Local Coordination<br \/>in Venezuela<\/h2>\n<p class=\"wl-p\">We operate with a local team and published contact points in Venezuela, supporting fast communication and coordination for orders, deliveries, and technical requests.<\/p>\n<div class=\"s2-cards\">\n<div class=\"s2-card\">\n<div class=\"s2-card-icon\"><i class=\"fas fa-building\"><\/i><\/div>\n<div>\n<div class=\"s2-card-label\">Administrative Office<\/div>\n<div class=\"s2-card-value\">Caracas, Venezuela<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"s2-card\">\n<div class=\"s2-card-icon\"><i class=\"fas fa-warehouse\"><\/i><\/div>\n<div>\n<div class=\"s2-card-label\">Warehouse<\/div>\n<div class=\"s2-card-value\">San Antonio de los Altos, Venezuela<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"s2-card\">\n<div class=\"s2-card-icon\"><i class=\"fas fa-headset\"><\/i><\/div>\n<div>\n<div class=\"s2-card-label\">Contact<\/div>\n<div class=\"s2-card-value\">Phone\/WhatsApp and email support available<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"s2-btns\">\n        <a href=\"https:\/\/mikazone.store\/en\/contact\/\" class=\"wl-btn-r\"><i class=\"fas fa-envelope\"><\/i> Contact Us<\/a><br \/>\n        <a href=\"https:\/\/mikazone.store\/en\/contact\/send-your-formula\/\" class=\"wl-btn-g\"><i class=\"fas fa-flask-vial\"><\/i> Send Your Formula<\/a>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\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 --><br \/>\n<!-- SECTION 3 \u2014 SUPPLY PLANNING                --><br \/>\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 --><\/p>\n<section class=\"wl-sec wl-s3\">\n<div class=\"wl-inner s3-wrap\">\n<div>\n<div class=\"wl-tag\">\n        <span class=\"wl-tag-line\"><\/span><br \/>\n        <span class=\"wl-tag-text\">Supply Planning<\/span>\n      <\/div>\n<h2 class=\"wl-h2\">Supply Planning for Continuous Production<\/h2>\n<p class=\"wl-p\">We support customers with supply planning discussions to align order timing with production schedules, project timelines, and forecasted consumption\u2014helping reduce urgent shortages and last-minute replacements.<\/p>\n<ul class=\"s3-list\">\n<li class=\"s3-item\">\n          <span class=\"s3-item-num\">1<\/span><br \/>\n          <span class=\"s3-item-text\">Consumption planning based on monthly volume and seasonality<\/span>\n        <\/li>\n<li class=\"s3-item\">\n          <span class=\"s3-item-num\">2<\/span><br \/>\n          <span class=\"s3-item-text\">Availability confirmation for key product families<\/span>\n        <\/li>\n<li class=\"s3-item\">\n          <span class=\"s3-item-num\">3<\/span><br \/>\n          <span class=\"s3-item-text\">Replenishment suggestions for continuous production lines<\/span>\n        <\/li>\n<li class=\"s3-item\">\n          <span class=\"s3-item-num\">4<\/span><br \/>\n          <span class=\"s3-item-text\">Delivery timing alignment for factory receiving capacity<\/span>\n        <\/li>\n<li class=\"s3-item\">\n          <span class=\"s3-item-num\">5<\/span><br \/>\n          <span class=\"s3-item-text\">Priority coordination for urgent project needs (when possible)<\/span>\n        <\/li>\n<\/ul><\/div>\n<div class=\"wl-photo wl-photo-shadow s3-img\">\n      <img height=\"1280\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/close-up-of-caucasian-human-hands-shaking-workin-2026-01-05-05-08-35-utc-1.jpg\" alt=\"Business planning with documents and laptop\" loading=\"lazy\">\n    <\/div>\n<\/p><\/div>\n<div class=\"wl-inner s3-cta\">\n<div class=\"s3-cta-box\">\n<p>Ready to align your supply with production?<\/p>\n<p>      <a href=\"https:\/\/mikazone.store\/en\/contact\/\" class=\"wl-btn-r\"><i class=\"fas fa-calendar-check\"><\/i> Share Your Monthly Volume Plan<\/a>\n    <\/div>\n<\/p><\/div>\n<\/section>\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 --><br \/>\n<!-- SECTION 4 \u2014 DELIVERY COORDINATION          --><br \/>\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 --><\/p>\n<section class=\"wl-sec wl-s4\">\n<div class=\"wl-inner s4-wrap\">\n<div class=\"wl-photo wl-photo-shadow s4-img\">\n      <img height=\"1080\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/Redlemon_van-mockup-isolated-concept-truck-mock-up-2026-03-17-00-31-09-utc_compressed.jpg\" alt=\"Delivery truck at warehouse loading dock\" loading=\"lazy\">\n    <\/div>\n<div>\n<div class=\"wl-tag\">\n        <span class=\"wl-tag-line\"><\/span><br \/>\n        <span class=\"wl-tag-text\">Delivery Coordination<\/span>\n      <\/div>\n<h2 class=\"wl-h2\">Clear Delivery Coordination<\/h2>\n<p class=\"wl-p\">We coordinate delivery timing and receiving requirements to reduce delays and improve efficiency\u2014especially for customers managing multiple projects or multiple product types.<\/p>\n<div class=\"s4-items\">\n<div class=\"s4-item\">\n          <i class=\"fas fa-check\"><\/i><br \/>\n          <span>Delivery schedule confirmation (date\/time windows)<\/span>\n        <\/div>\n<div class=\"s4-item\">\n          <i class=\"fas fa-check\"><\/i><br \/>\n          <span>Receiving requirements (access, unloading constraints, site readiness)<\/span>\n        <\/div>\n<div class=\"s4-item\">\n          <i class=\"fas fa-check\"><\/i><br \/>\n          <span>Packaging condition checks at receiving<\/span>\n        <\/div>\n<div class=\"s4-item\">\n          <i class=\"fas fa-check\"><\/i><br \/>\n          <span>Batch\/lot identification support (when available)<\/span>\n        <\/div>\n<div class=\"s4-item\">\n          <i class=\"fas fa-check\"><\/i><br \/>\n          <span>Delivery confirmation and basic follow-up<\/span>\n        <\/div>\n<div class=\"s4-item\">\n          <i class=\"fas fa-check\"><\/i><br \/>\n          <span>Special instructions for sensitive materials (moisture protection)<\/span>\n        <\/div>\n<\/p><\/div>\n<p>      <a href=\"https:\/\/mikazone.store\/en\/company\/warehousing-logistics\/\" class=\"wl-btn-r\"><i class=\"fas fa-truck\"><\/i> Contact Logistics<\/a>\n    <\/div>\n<\/p><\/div>\n<\/section>\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 --><br \/>\n<!-- SECTION 5 \u2014 STORAGE & HANDLING             --><br \/>\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 --><\/p>\n<section class=\"wl-sec wl-s5\">\n<div class=\"wl-inner s5-top\">\n<div>\n<div class=\"wl-tag\">\n        <span class=\"wl-tag-line\"><\/span><br \/>\n        <span class=\"wl-tag-text\">Storage &#038; Handling<\/span>\n      <\/div>\n<h2 class=\"wl-h2\">Storage &#038; Handling to Protect Performance<\/h2>\n<p class=\"wl-p\">Moisture exposure, improper storage, and damaged packaging can impact additive performance. We provide practical guidance to help customers preserve quality from receiving to production use.<\/p>\n<\/p><\/div>\n<div class=\"wl-photo wl-photo-shadow s5-img\">\n      <img height=\"1280\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/Redlemon_photo-of-a-warehouse-interior-2026-03-09-02-59-26-utc_compressed.jpg\" alt=\"Organized warehouse with pallets and shelves\" loading=\"lazy\">\n    <\/div>\n<\/p><\/div>\n<div class=\"wl-inner s5-grid\">\n<div class=\"s5-prac\">\n      <span class=\"s5-prac-n\">01<\/span><br \/>\n      <span class=\"s5-prac-text\">Store in a dry, cool, well-ventilated area<\/span>\n    <\/div>\n<div class=\"s5-prac\">\n      <span class=\"s5-prac-n\">02<\/span><br \/>\n      <span class=\"s5-prac-text\">Keep bags sealed and protected from moisture<\/span>\n    <\/div>\n<div class=\"s5-prac\">\n      <span class=\"s5-prac-n\">03<\/span><br \/>\n      <span class=\"s5-prac-text\">Avoid direct contact with floor water; use pallets<\/span>\n    <\/div>\n<div class=\"s5-prac\">\n      <span class=\"s5-prac-n\">04<\/span><br \/>\n      <span class=\"s5-prac-text\">Keep warehouse clean and free of contamination<\/span>\n    <\/div>\n<div class=\"s5-prac\">\n      <span class=\"s5-prac-n\">05<\/span><br \/>\n      <span class=\"s5-prac-text\">First-in-first-out (FIFO) for shelf-life management<\/span>\n    <\/div>\n<div class=\"s5-prac\">\n      <span class=\"s5-prac-n\">06<\/span><br \/>\n      <span class=\"s5-prac-text\">Inspect packaging integrity upon receiving<\/span>\n    <\/div>\n<div class=\"s5-prac\">\n      <span class=\"s5-prac-n\">07<\/span><br \/>\n      <span class=\"s5-prac-text\">Reseal opened bags to minimize moisture pickup<\/span>\n    <\/div>\n<div class=\"s5-prac\">\n      <span class=\"s5-prac-n\">08<\/span><br \/>\n      <span class=\"s5-prac-text\">Follow TDS\/SDS handling guidance where applicable<\/span>\n    <\/div>\n<\/p><\/div>\n<div class=\"wl-inner s5-alert\">\n<div class=\"s5-alert-box\">\n      <i class=\"fas fa-triangle-exclamation\"><\/i><\/p>\n<p><strong>Notice:<\/strong> If you notice lumps or moisture impact, isolate affected bags and contact us for evaluation.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\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 --><br \/>\n<!-- SECTIONS 6\u20139 + CTA \u2014 WAREHOUSING & LOGISTICS --><br \/>\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 --><\/p>\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\n     SECTION 6 \u2014 PACKAGING & LABELING (White)\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 *\/\n  .wl-s6 { background:#fff; }\n  .wl-s6 .s6-wrap {\n    padding:96px 64px;\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:64px; align-items:center;\n  }\n  .wl-s6 .s6-img { aspect-ratio:4\/3; }<\/p>\n<p>  .wl-s6 .s6-items {\n    display:flex; flex-direction:column; gap:0;\n    margin:28px 0 32px;\n    border-radius:10px; overflow:hidden;\n    border:1px solid #e5e5e5;\n  }\n  .wl-s6 .s6-item {\n    display:flex; gap:14px; align-items:center;\n    padding:16px 20px; background:#f7f7f7;\n    border-bottom:1px solid #eee;\n    transition:background 0.2s;\n  }\n  .wl-s6 .s6-item:last-child { border-bottom:none; }\n  .wl-s6 .s6-item:hover { background:#f2f2f2; }\n  .wl-s6 .s6-item-icon {\n    flex-shrink:0; width:32px; height:32px;\n    background:rgba(139,26,26,0.07); border-radius:7px;\n    display:flex; align-items:center; justify-content:center;\n  }\n  .wl-s6 .s6-item-icon i { font-size:13px; color:#D44040; }\n  .wl-s6 .s6-item-text { font-size:14px; color:#444; line-height:1.5; font-weight:500; }<\/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\n     SECTION 7 \u2014 DOCUMENTS & COMPLIANCE (Gray)\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 *\/\n  .wl-s7 { background:#f7f7f7; }\n  .wl-s7 .s7-wrap {\n    padding:96px 64px;\n    display:grid; grid-template-columns:1.1fr 0.9fr;\n    gap:64px; align-items:center;\n  }\n  .wl-s7 .s7-img-col { position:relative; min-height:400px; }\n  .wl-s7 .s7-img-col .wl-photo { height:100%; }\n  .wl-s7 .s7-img-col::before {\n    content:''; position:absolute;\n    top:20px; right:-4px; bottom:20px;\n    width:4px; background:linear-gradient(to bottom, #D44040, #8B1A1A);\n    border-radius:2px; z-index:2;\n  }<\/p>\n<p>  .wl-s7 .s7-docs {\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:14px; margin:28px 0 32px;\n  }\n  .wl-s7 .s7-doc {\n    background:#fff; border:1px solid #eee; border-radius:10px;\n    padding:24px 22px; text-align:center;\n    transition:border-color 0.3s, box-shadow 0.3s, transform 0.3s;\n  }\n  .wl-s7 .s7-doc:hover {\n    border-color:rgba(212,64,64,0.25);\n    box-shadow:0 8px 28px rgba(0,0,0,0.05);\n    transform:translateY(-3px);\n  }\n  .wl-s7 .s7-doc-icon {\n    width:42px; height:42px; margin:0 auto 12px;\n    background:rgba(139,26,26,0.07); border-radius:9px;\n    display:flex; align-items:center; justify-content:center;\n  }\n  .wl-s7 .s7-doc-icon i { font-size:16px; color:#D44040; }\n  .wl-s7 .s7-doc-t { font-size:14px; font-weight:700; color:#111; line-height:1.35; margin-bottom:4px; }\n  .wl-s7 .s7-doc-d { font-size:12px; color:#999; }<\/p>\n<p>  .wl-s7 .s7-btns { display:flex; gap:12px; flex-wrap:wrap; }<\/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\n     SECTION 8 \u2014 ORDERING PROCESS (White)\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 *\/\n  .wl-s8 { background:#fff; }\n  .wl-s8 .s8-head {\n    padding:96px 64px 48px;\n    text-align:center;\n  }\n  .wl-s8 .s8-head .wl-tag { justify-content:center; }<\/p>\n<p>  .wl-s8 .s8-steps {\n    padding:0 64px 48px;\n    display:grid; grid-template-columns:repeat(4,1fr);\n    gap:0; position:relative;\n  }\n  \/* Connecting line *\/\n  .wl-s8 .s8-steps::before {\n    content:''; position:absolute;\n    top:28px; left:12%; right:12%;\n    height:2px;\n    background:linear-gradient(to right, #D44040, rgba(212,64,64,0.12));\n    z-index:0;\n  }<\/p>\n<p>  .wl-s8 .s8-step {\n    position:relative; z-index:1;\n    text-align:center; padding:0 18px;\n  }\n  .wl-s8 .s8-step-num {\n    width:56px; height:56px; margin:0 auto 20px;\n    background:#fff; border:2.5px solid #D44040;\n    border-radius:50%;\n    display:flex; align-items:center; justify-content:center;\n    font-size:18px; font-weight:800; color:#D44040;\n    transition:all 0.3s;\n  }\n  .wl-s8 .s8-step:hover .s8-step-num {\n    background:#D44040; color:#fff;\n    box-shadow:0 0 0 6px rgba(212,64,64,0.1);\n  }\n  .wl-s8 .s8-step-t { font-size:15px; font-weight:700; color:#111; margin-bottom:8px; line-height:1.35; }\n  .wl-s8 .s8-step-d { font-size:13px; color:#777; line-height:1.65; }<\/p>\n<p>  .wl-s8 .s8-btns {\n    padding:0 64px 96px;\n    display:flex; gap:12px; justify-content:center; flex-wrap:wrap;\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\n     SECTION 9 \u2014 FAQ (Gray)\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 *\/\n  .wl-s9 { background:#f7f7f7; }\n  .wl-s9 .s9-wrap {\n    max-width:800px; margin:0 auto;\n    padding:96px 64px;\n  }\n  .wl-s9 .s9-head {\n    text-align:center; margin-bottom:48px;\n  }\n  .wl-s9 .s9-head .wl-tag { justify-content:center; }<\/p>\n<p>  .wl-s9 .s9-item { border-bottom:1px solid #ddd; }\n  .wl-s9 .s9-item:first-child { border-top:1px solid #ddd; }<\/p>\n<p>  .wl-s9 .s9-q {\n    width:100%; display:flex; align-items:center;\n    justify-content:space-between; gap:16px;\n    padding:22px 0; background:none; border:none;\n    cursor:pointer; outline:none; text-align:left;\n    font-family:'Inter',system-ui,sans-serif;\n  }\n  .wl-s9 .s9-q span { font-size:16px; font-weight:600; color:#111; line-height:1.4; }\n  .wl-s9 .s9-q i { font-size:14px; color:#D44040; transition:transform 0.3s; flex-shrink:0; }\n  .wl-s9 .s9-item.open .s9-q i { transform:rotate(45deg); }\n  .wl-s9 .s9-q:hover span { color:#8B1A1A; }<\/p>\n<p>  .wl-s9 .s9-a {\n    max-height:0; overflow:hidden;\n    transition:max-height 0.35s ease, padding 0.35s ease;\n  }\n  .wl-s9 .s9-item.open .s9-a { max-height:200px; padding-bottom:22px; }\n  .wl-s9 .s9-a p { font-size:14.5px; color:#666; line-height:1.75; }<\/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\n     CLOSING CTA (Dark)\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 *\/\n  .wl-cta {\n    position:relative; background:#111;\n    font-family:'Inter',system-ui,-apple-system,sans-serif;\n    overflow:hidden; box-sizing:border-box;\n  }\n  .wl-cta *, .wl-cta *::before, .wl-cta *::after { margin:0; padding:0; box-sizing:border-box; }<\/p>\n<p>  .wl-cta::before {\n    content:''; position:absolute; top:0; left:0; right:0; height:3px;\n    background:linear-gradient(90deg, #8B1A1A, #D44040, #8B1A1A); z-index:10;\n  }\n  .wl-cta .cta-tex {\n    position:absolute; inset:0;\n    background-image:\n      linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);\n    background-size:64px 64px; pointer-events:none;\n  }\n  .wl-cta .cta-glow {\n    position:absolute; top:50%; left:50%;\n    width:600px; height:400px;\n    background:radial-gradient(ellipse, rgba(139,26,26,0.12) 0%, transparent 70%);\n    transform:translate(-50%,-50%); pointer-events:none;\n  }<\/p>\n<p>  .wl-cta-inner {\n    max-width:720px; margin:0 auto;\n    padding:80px 64px; text-align:center;\n    position:relative; z-index:5;\n  }\n  .wl-cta-inner .cta-h {\n    font-size:32px; font-weight:800; color:#fff;\n    line-height:1.2; letter-spacing:-1px; margin-bottom:16px;\n    border:none; padding:0; text-transform:none;\n  }\n  .wl-cta-inner .cta-h span { color:#D44040; }\n  .wl-cta-inner .cta-p {\n    font-size:15.5px; color:rgba(255,255,255,0.50);\n    line-height:1.8; margin-bottom:32px; border:none; padding:0;\n  }\n  .wl-cta-inner .cta-btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }<\/p>\n<p>  .wl-cta-inner .cta-a {\n    display:inline-flex; align-items:center; gap:10px;\n    padding:15px 32px; background:#8B1A1A; color:#fff;\n    border:none; border-radius:6px; font-size:14.5px; font-weight:600;\n    text-decoration:none; cursor:pointer; transition:all 0.3s;\n    font-family:inherit; line-height:1; outline:none;\n  }\n  .wl-cta-inner .cta-a:hover { background:#A52A2A; box-shadow:0 10px 32px rgba(139,26,26,0.5); transform:translateY(-2px); color:#fff; text-decoration:none; }\n  .wl-cta-inner .cta-a i { font-size:11px; transition:transform 0.3s; }\n  .wl-cta-inner .cta-a:hover i { transform:translateX(4px); }<\/p>\n<p>  .wl-cta-inner .cta-b {\n    display:inline-flex; align-items:center; gap:10px;\n    padding:15px 32px; background:transparent;\n    color:rgba(255,255,255,0.68);\n    border:1.5px solid rgba(255,255,255,0.15); border-radius:6px;\n    font-size:14.5px; font-weight:500; text-decoration:none;\n    cursor:pointer; transition:all 0.3s; font-family:inherit;\n    line-height:1; outline:none;\n  }\n  .wl-cta-inner .cta-b:hover { border-color:rgba(255,255,255,0.40); color:#fff; background:rgba(255,255,255,0.04); transform:translateY(-2px); text-decoration:none; }\n  .wl-cta-inner .cta-b i { font-size:11px; }<\/p>\n<p>  .wl-cta::after {\n    content:''; position:absolute; bottom:0; left:0; right:0; height:3px;\n    background:linear-gradient(90deg, #8B1A1A, #D44040, #8B1A1A);\n    opacity:0.45; z-index:10;\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\n     RESPONSIVE \u2014 S6\u2013S9 + 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 *\/\n  @media (max-width:1024px) {\n    .wl-s6 .s6-wrap,\n    .wl-s7 .s7-wrap {\n      grid-template-columns:1fr; gap:40px;\n      padding-left:36px; padding-right:36px;\n    }\n    .wl-s7 .s7-img-col { min-height:280px; order:-1; }\n    .wl-s7 .s7-img-col::before { display:none; }\n    .wl-s7 .s7-docs { grid-template-columns:1fr 1fr; }\n    .wl-s8 .s8-head { padding-left:36px; padding-right:36px; }\n    .wl-s8 .s8-steps {\n      grid-template-columns:1fr 1fr; gap:32px;\n      padding-left:36px; padding-right:36px;\n    }\n    .wl-s8 .s8-steps::before { display:none; }\n    .wl-s8 .s8-btns { padding-left:36px; padding-right:36px; }\n    .wl-s9 .s9-wrap { padding-left:36px; padding-right:36px; }\n    .wl-cta-inner { padding-left:36px; padding-right:36px; }\n  }<\/p>\n<p>  @media (max-width:640px) {\n    .wl-s6 .s6-wrap { padding:56px 24px; }\n    .wl-s7 .s7-wrap { padding:56px 24px; }\n    .wl-s7 .s7-docs { grid-template-columns:1fr; }\n    .wl-s7 .s7-btns { flex-direction:column; }\n    .wl-s7 .s7-btns .wl-btn-r,\n    .wl-s7 .s7-btns .wl-btn-g { width:100%; justify-content:center; }\n    .wl-s8 .s8-head { padding:56px 24px 36px; }\n    .wl-s8 .s8-steps { grid-template-columns:1fr; padding:0 24px 36px; }\n    .wl-s8 .s8-btns { padding:0 24px 56px; flex-direction:column; }\n    .wl-s8 .s8-btns .wl-btn-r,\n    .wl-s8 .s8-btns .wl-btn-g { width:100%; justify-content:center; }\n    .wl-s9 .s9-wrap { padding:56px 24px; }\n    .wl-cta-inner { padding:56px 24px; }\n    .wl-cta-inner .cta-h { font-size:26px; }\n    .wl-cta-inner .cta-btns { flex-direction:column; }\n    .wl-cta-inner .cta-a,\n    .wl-cta-inner .cta-b { width:100%; justify-content:center; }\n  }\n<\/style>\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 --><br \/>\n<!-- SECTION 6 \u2014 PACKAGING & LABELING           --><br \/>\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 --><\/p>\n<section class=\"wl-sec wl-s6\">\n<div class=\"wl-inner s6-wrap\">\n<div>\n<div class=\"wl-tag\">\n        <span class=\"wl-tag-line\"><\/span><br \/>\n        <span class=\"wl-tag-text\">Packaging &#038; Labeling<\/span>\n      <\/div>\n<h2 class=\"wl-h2\">Packaging &#038; Labeling Support<\/h2>\n<p class=\"wl-p\">Clear packaging and labeling help reduce receiving errors and ensure safe storage. We support customers with practical guidance on packaging, identification, and handling requirements based on product type.<\/p>\n<div class=\"s6-items\">\n<div class=\"s6-item\">\n<div class=\"s6-item-icon\"><i class=\"fas fa-box\"><\/i><\/div>\n<p>          <span class=\"s6-item-text\">Practical packaging requirements for construction additives<\/span>\n        <\/div>\n<div class=\"s6-item\">\n<div class=\"s6-item-icon\"><i class=\"fas fa-tag\"><\/i><\/div>\n<p>          <span class=\"s6-item-text\">Label identification guidance for storage and internal tracking<\/span>\n        <\/div>\n<div class=\"s6-item\">\n<div class=\"s6-item-icon\"><i class=\"fas fa-droplet-slash\"><\/i><\/div>\n<p>          <span class=\"s6-item-text\">Handling reminders for moisture-sensitive products<\/span>\n        <\/div>\n<div class=\"s6-item\">\n<div class=\"s6-item-icon\"><i class=\"fas fa-file-lines\"><\/i><\/div>\n<p>          <span class=\"s6-item-text\">Documentation alignment when required for procurement or safety<\/span>\n        <\/div>\n<\/p><\/div>\n<p>      <a href=\"https:\/\/mikazone.store\/en\/contact\/request-a-quote\/\" class=\"wl-btn-r\"><i class=\"fas fa-file-invoice\"><\/i> Request Documentation<\/a>\n    <\/div>\n<div class=\"wl-photo wl-photo-shadow s6-img\">\n      <img height=\"2557\" width=\"1920\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/DSC04069.jpg\" alt=\"Organized warehouse with labeled packages on shelves\" loading=\"lazy\">\n    <\/div>\n<\/p><\/div>\n<\/section>\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 --><br \/>\n<!-- SECTION 7 \u2014 DOCUMENTS & COMPLIANCE         --><br \/>\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 --><\/p>\n<section class=\"wl-sec wl-s7\">\n<div class=\"wl-inner s7-wrap\">\n<div>\n<div class=\"wl-tag\">\n        <span class=\"wl-tag-line\"><\/span><br \/>\n        <span class=\"wl-tag-text\">Documents &#038; Compliance<\/span>\n      <\/div>\n<h2 class=\"wl-h2\">Documentation for Smooth Receiving<\/h2>\n<p class=\"wl-p\">To support purchasing and safety requirements, we can provide technical and safety documentation when needed.<\/p>\n<div class=\"s7-docs\">\n<div class=\"s7-doc\">\n<div class=\"s7-doc-icon\"><i class=\"fas fa-file-lines\"><\/i><\/div>\n<div class=\"s7-doc-t\">TDS<\/div>\n<div class=\"s7-doc-d\">Technical Data Sheet<\/div>\n<\/p><\/div>\n<div class=\"s7-doc\">\n<div class=\"s7-doc-icon\"><i class=\"fas fa-shield-halved\"><\/i><\/div>\n<div class=\"s7-doc-t\">SDS<\/div>\n<div class=\"s7-doc-d\">Safety Data Sheet<\/div>\n<\/p><\/div>\n<div class=\"s7-doc\">\n<div class=\"s7-doc-icon\"><i class=\"fas fa-warehouse\"><\/i><\/div>\n<div class=\"s7-doc-t\">Storage Guide<\/div>\n<div class=\"s7-doc-d\">Storage\/handling guidance<\/div>\n<\/p><\/div>\n<div class=\"s7-doc\">\n<div class=\"s7-doc-icon\"><i class=\"fas fa-flask-vial\"><\/i><\/div>\n<div class=\"s7-doc-t\">App Notes<\/div>\n<div class=\"s7-doc-d\">Application notes (when available)<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"s7-btns\">\n        <a href=\"https:\/\/mikazone.store\/en\/contact\/\" class=\"wl-btn-r\"><i class=\"fas fa-download\"><\/i> Download Center<\/a><br \/>\n        <a href=\"https:\/\/mikazone.store\/en\/contact\/technical-support\/\" class=\"wl-btn-g\"><i class=\"fas fa-headset\"><\/i> Contact Support<\/a>\n      <\/div>\n<\/p><\/div>\n<div class=\"s7-img-col\">\n<div class=\"wl-photo\">\n        <img height=\"1707\" width=\"2560\" decoding=\"async\" src=\"https:\/\/mikazone.store\/wp-content\/uploads\/2026\/04\/DSC34991-scaled.jpg\" alt=\"Technical documentation and compliance files organized\" loading=\"lazy\">\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\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 --><br \/>\n<!-- SECTION 8 \u2014 ORDERING PROCESS               --><br \/>\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 --><\/p>\n<section class=\"wl-sec wl-s8\">\n<div class=\"wl-inner s8-head\">\n<div class=\"wl-tag\">\n      <span class=\"wl-tag-line\"><\/span><br \/>\n      <span class=\"wl-tag-text\">Ordering Process<\/span>\n    <\/div>\n<h2 class=\"wl-h2\">Ordering and Delivery in 4 Steps<\/h2>\n<\/p><\/div>\n<div class=\"wl-inner s8-steps\">\n<div class=\"s8-step\">\n<div class=\"s8-step-num\">1<\/div>\n<div class=\"s8-step-t\">Send Your Request<\/div>\n<div class=\"s8-step-d\">Share product family, expected quantity, and preferred delivery timing.<\/div>\n<\/p><\/div>\n<div class=\"s8-step\">\n<div class=\"s8-step-num\">2<\/div>\n<div class=\"s8-step-t\">Confirm Availability<\/div>\n<div class=\"s8-step-d\">We confirm availability and coordinate delivery timing based on your plan.<\/div>\n<\/p><\/div>\n<div class=\"s8-step\">\n<div class=\"s8-step-num\">3<\/div>\n<div class=\"s8-step-t\">Delivery &#038; Receiving<\/div>\n<div class=\"s8-step-d\">Materials are delivered with coordination support; customers inspect packaging and store correctly.<\/div>\n<\/p><\/div>\n<div class=\"s8-step\">\n<div class=\"s8-step-num\">4<\/div>\n<div class=\"s8-step-t\">After-Delivery Support<\/div>\n<div class=\"s8-step-d\">We support product usage guidance and troubleshooting when needed.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"wl-inner s8-btns\">\n    <a href=\"https:\/\/mikazone.store\/en\/contact\/request-a-quote\/\" class=\"wl-btn-r\"><i class=\"fas fa-file-invoice\"><\/i> Request a Quote<\/a><br \/>\n    <a href=\"https:\/\/mikazone.store\/en\/contact\/\" class=\"wl-btn-g\"><i class=\"fas fa-truck\"><\/i> Contact Logistics<\/a>\n  <\/div>\n<\/section>\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 --><br \/>\n<!-- SECTION 9 \u2014 FAQ                            --><br \/>\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 --><\/p>\n<section class=\"wl-sec wl-s9\">\n<div class=\"s9-wrap\">\n<div class=\"s9-head\">\n<div class=\"wl-tag\">\n        <span class=\"wl-tag-line\"><\/span><br \/>\n        <span class=\"wl-tag-text\">FAQ<\/span>\n      <\/div>\n<h2 class=\"wl-h2\">Logistics FAQ<\/h2>\n<\/p><\/div>\n<div class=\"s9-item\">\n      <button class=\"s9-q\" onclick=\"this.parentElement.classList.toggle('open')\"><br \/>\n        <span>Do you support delivery planning for monthly consumption?<\/span><br \/>\n        <i class=\"fas fa-plus\"><\/i><br \/>\n      <\/button><\/p>\n<div class=\"s9-a\">\n<p>Yes. Share your forecasted volume and timeline and we can support planning discussions.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"s9-item\">\n      <button class=\"s9-q\" onclick=\"this.parentElement.classList.toggle('open')\"><br \/>\n        <span>What should we check when receiving materials?<\/span><br \/>\n        <i class=\"fas fa-plus\"><\/i><br \/>\n      <\/button><\/p>\n<div class=\"s9-a\">\n<p>Check packaging integrity, moisture exposure signs, and confirm storage conditions immediately.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"s9-item\">\n      <button class=\"s9-q\" onclick=\"this.parentElement.classList.toggle('open')\"><br \/>\n        <span>Do you provide documents for purchasing and safety teams?<\/span><br \/>\n        <i class=\"fas fa-plus\"><\/i><br \/>\n      <\/button><\/p>\n<div class=\"s9-a\">\n<p>Yes. TDS\/SDS and basic handling guidance are available upon request.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"s9-item\">\n      <button class=\"s9-q\" onclick=\"this.parentElement.classList.toggle('open')\"><br \/>\n        <span>How should we store moisture-sensitive products?<\/span><br \/>\n        <i class=\"fas fa-plus\"><\/i><br \/>\n      <\/button><\/p>\n<div class=\"s9-a\">\n<p>Store dry, sealed, off the ground, and follow FIFO. Contact us if moisture impact is suspected.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\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 --><br \/>\n<!-- CLOSING CTA                                --><br \/>\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 --><\/p>\n<section class=\"wl-cta\">\n<div class=\"cta-tex\"><\/div>\n<div class=\"cta-glow\"><\/div>\n<div class=\"wl-cta-inner\">\n<h2 class=\"cta-h\">Plan supply with <span>confidence.<\/span><\/h2>\n<p class=\"cta-p\">Tell us your monthly volume, delivery preference, and application system. We&#8217;ll support supply planning and coordinate delivery.<\/p>\n<div class=\"cta-btns\">\n      <a href=\"https:\/\/mikazone.store\/en\/contact\/\" class=\"cta-a\"><i class=\"fas fa-truck\"><\/i> Contact Logistics<\/a><br \/>\n      <a href=\"https:\/\/mikazone.store\/en\/contact\/request-a-quote\/\" class=\"cta-b\"><i class=\"fas fa-file-invoice\"><\/i> Request a Quote<\/a>\n    <\/div>\n<\/p><\/div>\n<\/section>\n<style data-lemonx-boosted=\"true\">\n\/* Lemonx: User CSS ,Theme\/Elementor GlobalStyle *\/\n.lemonx-visual-root .hero {\n    position: relative;\n    width: 100%;\n    min-height: 62vh;\n    display: flex;\n    align-items: center;\n    overflow: hidden;\n    background: #1a1410;\n  }<\/p>\n<p>  .lemonx-visual-root .hero-bg {\n    position: absolute;\n    inset: 0;\n    z-index: 0;\n  }\n  .lemonx-visual-root .hero-bg img {\n    width: 100%; height: 100%;\n    object-fit: cover;\n    object-position: center 42%;\n    display: block;\n    filter: saturate(0.72) brightness(0.85);\n  }\n  .lemonx-visual-root .hero-bg::before {\n    content: '';\n    position: absolute; inset: 0; z-index: 1;\n    background: linear-gradient(\n      105deg,\n      rgba(15,10,8,0.80) 0%,\n      rgba(15,10,8,0.55) 45%,\n      rgba(15,10,8,0.18) 75%,\n      rgba(15,10,8,0.04) 100%\n    );\n  }\n  .lemonx-visual-root .hero-bg::after {\n    content: '';\n    position: absolute; inset: 0; z-index: 2;\n    background:\n      radial-gradient(ellipse 55% 60% at 0% 100%, rgba(139,26,26,0.26) 0%, transparent 65%),\n      radial-gradient(ellipse 30% 40% at 100% 0%, rgba(139,26,26,0.07) 0%, transparent 60%);\n  }<\/p>\n<p>  .lemonx-visual-root .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #8B1A1A 0%, #D44040 50%, #8B1A1A 100%);\n    z-index: 10;\n  }\n  .lemonx-visual-root .hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 130px;\n    background: linear-gradient(to bottom, transparent 0%, #f8f7f5 100%);\n    z-index: 5;\n    pointer-events: none;\n  }<\/p>\n<p>  .lemonx-visual-root .hero-inner {\n    position: relative;\n    z-index: 6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 72px 40px 110px;\n    width: 100%;\n    display: grid;\n    grid-template-columns: 1fr 340px;\n    gap: 56px;\n    align-items: center;\n  }<\/p>\n<p>  .lemonx-visual-root .hero-content { max-width: 600px; }<\/p>\n<p>  .lemonx-visual-root .hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    font-size: 0.68rem;\n    font-weight: 800;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #D44040;\n    margin-bottom: 16px;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .hero-tag::before {\n    content: '';\n    display: block;\n    width: 28px; height: 2px;\n    background: #D44040;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .lemonx-visual-root .hero-headline {\n    font-size: clamp(1.9rem, 4.2vw, 3.1rem);\n    font-weight: 900;\n    line-height: 1.10;\n    letter-spacing: -0.03em;\n    color: #ffffff;\n    margin-bottom: 16px;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .hero-headline .line-accent {\n    display: block;\n    color: #D44040;\n  }<\/p>\n<p>  .lemonx-visual-root .hero-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 18px;\n  }\n  .lemonx-visual-root .hero-divider-line {\n    width: 40px; height: 2px;\n    background: linear-gradient(90deg, #8B1A1A, #D44040);\n    border-radius: 2px;\n    flex-shrink: 0;\n  }\n  .lemonx-visual-root .hero-divider-dot {\n    width: 5px; height: 5px;\n    border-radius: 50%;\n    background: #D44040;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .lemonx-visual-root .hero-sub {\n    font-size: 0.96rem;\n    color: rgba(255,255,255,0.76);\n    line-height: 1.78;\n    max-width: 560px;\n    margin-bottom: 28px;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .hero-sub strong {\n    color: rgba(255,255,255,0.95);\n    font-weight: 600;\n  }<\/p>\n<p>  .lemonx-visual-root .hero-btns {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    align-items: center;\n  }<\/p>\n<p>  .lemonx-visual-root .hero-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 12px 24px;\n    border-radius: 5px;\n    font-size: 0.855rem;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    text-decoration: none;\n    cursor: pointer;\n    border: none;\n    transition: background 0.22s, box-shadow 0.22s, transform 0.18s;\n    white-space: nowrap;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .hero-btn-primary {\n    background: #8B1A1A;\n    color: #fff;\n    box-shadow: 0 4px 16px rgba(139,26,26,0.32);\n  }\n  .lemonx-visual-root .hero-btn-primary:hover {\n    background: #A52A2A;\n    box-shadow: 0 6px 26px rgba(139,26,26,0.52);\n    transform: translateY(-2px);\n  }\n  .lemonx-visual-root .hero-btn-outline {\n    background: rgba(255,255,255,0.07);\n    color: #fff;\n    border: 1.5px solid rgba(255,255,255,0.30);\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n  }\n  .lemonx-visual-root .hero-btn-outline:hover {\n    background: rgba(255,255,255,0.13);\n    border-color: rgba(255,255,255,0.62);\n    transform: translateY(-2px);\n  }<\/p>\n<p>  .lemonx-visual-root .hero-highlights {\n    display: flex;\n    flex-direction: column;\n    background: rgba(10,8,6,0.66);\n    border: 1px solid rgba(139,26,26,0.26);\n    border-radius: 10px;\n    overflow: hidden;\n    backdrop-filter: blur(18px);\n    -webkit-backdrop-filter: blur(18px);\n    box-shadow: 0 8px 36px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.05);\n  }<\/p>\n<p>  .lemonx-visual-root .highlights-header {\n    padding: 14px 20px 13px;\n    border-bottom: 1px solid rgba(139,26,26,0.20);\n    display: flex;\n    align-items: center;\n    gap: 9px;\n  }\n  .lemonx-visual-root .highlights-header-dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: #D44040;\n    flex-shrink: 0;\n    box-shadow: 0 0 7px rgba(212,64,64,0.55);\n  }\n  .lemonx-visual-root .highlights-header-label {\n    font-size: 0.66rem;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #D44040;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }<\/p>\n<p>  .lemonx-visual-root .highlight-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 15px 20px;\n    border-bottom: 1px solid rgba(255,255,255,0.05);\n    transition: background 0.2s;\n  }\n  .lemonx-visual-root .highlight-item:last-child { border-bottom: none; }\n  .lemonx-visual-root .highlight-item:hover { background: rgba(139,26,26,0.10); }<\/p>\n<p>  .lemonx-visual-root .hi-icon-wrap {\n    width: 34px; height: 34px;\n    border-radius: 7px;\n    background: rgba(139,26,26,0.18);\n    border: 1px solid rgba(139,26,26,0.28);\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n    color: #D44040;\n    margin-top: 1px;\n  }<\/p>\n<p>  .lemonx-visual-root .hi-title {\n    font-size: 0.835rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.95);\n    line-height: 1.38;\n    margin-bottom: 3px;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .hi-desc {\n    font-size: 0.75rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.52;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }<\/p>\n<p>  .lemonx-visual-root .hero-stat-strip {\n    position: absolute;\n    bottom: 0; left: 50%;\n    transform: translateX(-50%);\n    z-index: 7;\n    padding: 0 40px 32px;\n    display: flex;\n    justify-content: flex-start;\n    max-width: 1200px;\n    width: 100%;\n  }<\/p>\n<p>  .lemonx-visual-root .stat-chip {\n    padding: 8px 20px 8px 0;\n    border-right: 1px solid rgba(255,255,255,0.11);\n    margin-right: 20px;\n  }\n  .lemonx-visual-root .stat-chip:last-child { border-right: none; margin-right: 0; }<\/p>\n<p>  .lemonx-visual-root .stat-chip-value {\n    font-size: 1.05rem;\n    font-weight: 900;\n    color: #fff;\n    letter-spacing: -0.02em;\n    line-height: 1;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .stat-chip-value span { color: #D44040; }<\/p>\n<p>  .lemonx-visual-root .stat-chip-label {\n    font-size: 0.70rem;\n    color: rgba(255,255,255,0.50);\n    line-height: 1.35;\n    font-weight: 500;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }<\/p>\n<p>  .lemonx-visual-root .hero-scroll {\n    position: absolute;\n    bottom: 34px; left: 50%;\n    transform: translateX(-50%);\n    z-index: 7;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 7px;\n    opacity: 0.50;\n    animation: heroScrollBob 2.2s ease-in-out infinite;\n  }\n  .lemonx-visual-root .hero-scroll span {\n    font-size: 0.60rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #fff;\n    font-family: 'Segoe UI', system-ui, sans-serif;\n  }\n  .lemonx-visual-root .scroll-mouse {\n    width: 20px; height: 30px;\n    border: 2px solid rgba(255,255,255,0.50);\n    border-radius: 11px;\n    display: flex;\n    justify-content: center;\n    padding-top: 4px;\n  }\n  .lemonx-visual-root .scroll-mouse::before {\n    content: '';\n    width: 3px; height: 6px;\n    background: rgba(255,255,255,0.68);\n    border-radius: 2px;\n    animation: heroScrollDot 2.2s ease-in-out infinite;\n  }<\/p>\n<p>  @keyframes heroScrollDot {\n    0%, 100% { transform: translateY(0); opacity: 1; }\n    60%       { transform: translateY(7px); opacity: 0.28; }\n  }\n  @keyframes heroScrollBob {\n    0%, 100% { transform: translateX(-50%) translateY(0); }\n    50%       { transform: translateX(-50%) translateY(5px); }\n  }<\/p>\n<p>  @media (max-width: 960px) {\n    .lemonx-visual-root .hero-inner {\n      grid-template-columns: 1fr;\n      gap: 32px;\n      padding: 80px 32px 140px;\n    }\n    .lemonx-visual-root .hero-highlights { max-width: 500px; }\n    .lemonx-visual-root .hero-stat-strip { display: none; }\n    .lemonx-visual-root .hero-scroll { display: none; }\n  }\n  @media (max-width: 600px) {\n    .lemonx-visual-root .hero { min-height: 70svh; }\n    .lemonx-visual-root .hero-inner { padding: 80px 20px 130px; }\n    .lemonx-visual-root .hero-headline { font-size: 1.85rem; }\n    .lemonx-visual-root .hero-btns { flex-direction: column; align-items: flex-start; }\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\n     GLOBAL SHARED\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 *\/\n  .lemonx-visual-root .wl-sec {\n    position: relative;\n    font-family: 'Inter', system-ui, -apple-system, sans-serif;\n    overflow: hidden; box-sizing: border-box;\n  }\n  .lemonx-visual-root .wl-sec *, .lemonx-visual-root .wl-sec *::before, .lemonx-visual-root .wl-sec *::after { margin:0; padding:0; box-sizing:border-box; }<\/p>\n<p>  .lemonx-visual-root .wl-sec .wl-inner { max-width:1200px; margin:0 auto; }\n  .lemonx-visual-root .wl-tag { display:inline-flex; align-items:center; gap:10px; margin-bottom:16px; }\n  .lemonx-visual-root .wl-tag-line { width:28px; height:2px; background:#D44040; flex-shrink:0; }\n  .lemonx-visual-root .wl-tag-text { font-size:10.5px; font-weight:600; color:#D44040; text-transform:uppercase; letter-spacing:2.5px; }\n  .lemonx-visual-root .wl-h2 { font-size:36px; font-weight:800; color:#111; line-height:1.15; letter-spacing:-1px; margin-bottom:20px; border:none; padding:0; text-transform:none; }\n  .lemonx-visual-root .wl-p { font-size:15.5px; color:#555; line-height:1.8; border:none; padding:0; }<\/p>\n<p>  \/* Image *\/\n  .lemonx-visual-root .wl-photo { position:relative; border-radius:10px; overflow:hidden; }\n  .lemonx-visual-root .wl-photo img { width:100%; height:100%; object-fit:cover; display:block; transition:transform 6s ease; }\n  .lemonx-visual-root .wl-photo:hover img { transform:scale(1.04); }\n  .lemonx-visual-root .wl-photo-shadow { box-shadow:0 24px 64px rgba(0,0,0,0.10); }<\/p>\n<p>  \/* Button *\/\n  .lemonx-visual-root .wl-btn-r {\n    display:inline-flex; align-items:center; gap:9px;\n    padding:14px 30px; background:#8B1A1A; color:#fff;\n    border:none; border-radius:6px; font-size:14px; font-weight:600;\n    text-decoration:none; cursor:pointer; transition:all 0.3s;\n    font-family:inherit; line-height:1; outline:none;\n  }\n  .lemonx-visual-root .wl-btn-r:hover { background:#A52A2A; box-shadow:0 10px 32px rgba(139,26,26,0.45); transform:translateY(-2px); color:#fff; text-decoration:none; }\n  .lemonx-visual-root .wl-btn-r i { font-size:11px; transition:transform 0.3s; }\n  .lemonx-visual-root .wl-btn-r:hover i { transform:translateX(3px); }\n  .lemonx-visual-root .wl-btn-g {\n    display:inline-flex; align-items:center; gap:9px;\n    padding:14px 30px; background:transparent; color:#555;\n    border:1.5px solid #ddd; border-radius:6px; font-size:14px; font-weight:500;\n    text-decoration:none; cursor:pointer; transition:all 0.3s;\n    font-family:inherit; line-height:1; outline:none;\n  }\n  .lemonx-visual-root .wl-btn-g:hover { border-color:rgba(212,64,64,0.4); color:#111; background:rgba(139,26,26,0.03); transform:translateY(-2px); text-decoration:none; }\n  .lemonx-visual-root .wl-btn-g i { font-size:11px; }<\/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\n     SECTION 1 \u2014 OVERVIEW  (White)\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 *\/\n  .lemonx-visual-root .wl-s1 { background:#fff; }\n  .lemonx-visual-root .wl-s1 .s1-hero {\n    padding:96px 64px;\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:64px; align-items:center;\n  }\n  .lemonx-visual-root .wl-s1 .s1-img { aspect-ratio:3\/2; }<\/p>\n<p>  \/* Full-width benefit strip *\/\n  .lemonx-visual-root .wl-s1 .s1-strip {\n    background:#f7f7f7;\n    border-top:1px solid #eee; border-bottom:1px solid #eee;\n  }\n  .lemonx-visual-root .wl-s1 .s1-strip-inner {\n    max-width:1200px; margin:0 auto;\n    padding:0 64px;\n    display:grid; grid-template-columns:repeat(4,1fr);\n    gap:0;\n  }\n  .lemonx-visual-root .wl-s1 .s1-ben {\n    padding:36px 28px;\n    border-right:1px solid #eee;\n    display:flex; flex-direction:column; gap:10px;\n  }\n  .lemonx-visual-root .wl-s1 .s1-ben:last-child { border-right:none; }\n  .lemonx-visual-root .wl-s1 .s1-ben-icon { font-size:20px; color:#D44040; }\n  .lemonx-visual-root .wl-s1 .s1-ben-t { font-size:14.5px; font-weight:700; color:#111; line-height:1.3; }\n  .lemonx-visual-root .wl-s1 .s1-ben-d { font-size:13px; color:#888; line-height:1.6; }<\/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\n     SECTION 2 \u2014 LOCAL PRESENCE (White)\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 *\/\n  .lemonx-visual-root .wl-s2 { background:#fff; }\n  .lemonx-visual-root .wl-s2 .s2-wrap {\n    padding:96px 64px;\n    display:grid; grid-template-columns:1.1fr 0.9fr;\n    gap:64px; align-items:stretch;\n  }<\/p>\n<p>  \/* Tall image *\/\n  .lemonx-visual-root .wl-s2 .s2-img-col { position:relative; min-height:480px; }\n  .lemonx-visual-root .wl-s2 .s2-img-col .wl-photo { height:100%; }<\/p>\n<p>  \/* Red vertical accent on image *\/\n  .lemonx-visual-root .wl-s2 .s2-img-col::before {\n    content:''; position:absolute;\n    top:20px; left:-4px; bottom:20px;\n    width:4px; background:linear-gradient(to bottom, #D44040, #8B1A1A);\n    border-radius:2px; z-index:2;\n  }<\/p>\n<p>  .lemonx-visual-root .wl-s2 .s2-text { display:flex; flex-direction:column; justify-content:center; }\n  .lemonx-visual-root .wl-s2 .s2-cards { display:flex; flex-direction:column; gap:14px; margin:28px 0 32px; }\n  .lemonx-visual-root .wl-s2 .s2-card {\n    background:#f7f7f7; border-radius:8px;\n    padding:20px 22px;\n    display:flex; gap:16px; align-items:center;\n    border:1px solid transparent;\n    transition:all 0.3s;\n  }\n  .lemonx-visual-root .wl-s2 .s2-card:hover { background:#f2f2f2; border-color:rgba(212,64,64,0.15); }\n  .lemonx-visual-root .wl-s2 .s2-card-icon {\n    width:42px; height:42px; flex-shrink:0;\n    background:rgba(139,26,26,0.07); border-radius:8px;\n    display:flex; align-items:center; justify-content:center;\n  }\n  .lemonx-visual-root .wl-s2 .s2-card-icon i { font-size:15px; color:#D44040; }\n  .lemonx-visual-root .wl-s2 .s2-card-label { font-size:10.5px; font-weight:600; color:#aaa; text-transform:uppercase; letter-spacing:1px; margin-bottom:2px; }\n  .lemonx-visual-root .wl-s2 .s2-card-value { font-size:14.5px; font-weight:600; color:#111; line-height:1.35; }<\/p>\n<p>  .lemonx-visual-root .wl-s2 .s2-btns { display:flex; gap:12px; flex-wrap:wrap; }<\/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\n     SECTION 3 \u2014 SUPPLY PLANNING (Light gray)\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 *\/\n  .lemonx-visual-root .wl-s3 { background:#f7f7f7; }\n  .lemonx-visual-root .wl-s3 .s3-wrap {\n    padding:96px 64px;\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:64px; align-items:center;\n  }<\/p>\n<p>  .lemonx-visual-root .wl-s3 .s3-img { aspect-ratio:4\/3; }<\/p>\n<p>  .lemonx-visual-root .wl-s3 .s3-list {\n    list-style:none; display:flex; flex-direction:column;\n    gap:0; margin:28px 0 32px;\n    border-radius:10px; overflow:hidden;\n    border:1px solid #e5e5e5;\n  }\n  .lemonx-visual-root .wl-s3 .s3-item {\n    display:flex; gap:14px; align-items:center;\n    padding:16px 20px;\n    background:#fff;\n    border-bottom:1px solid #eee;\n    transition:background 0.2s;\n  }\n  .lemonx-visual-root .wl-s3 .s3-item:last-child { border-bottom:none; }\n  .lemonx-visual-root .wl-s3 .s3-item:hover { background:#fafafa; }\n  .lemonx-visual-root .wl-s3 .s3-item-num {\n    flex-shrink:0; width:28px; height:28px;\n    background:rgba(139,26,26,0.07); border-radius:6px;\n    display:flex; align-items:center; justify-content:center;\n    font-size:11px; font-weight:800; color:#D44040;\n  }\n  .lemonx-visual-root .wl-s3 .s3-item-text { font-size:14px; color:#444; line-height:1.5; font-weight:500; }<\/p>\n<p>  \/* Inline CTA *\/\n  .lemonx-visual-root .wl-s3 .s3-cta {\n    padding:0 64px 96px;\n  }\n  .lemonx-visual-root .wl-s3 .s3-cta-box {\n    background:#fff; border:1px solid #e5e5e5; border-radius:10px;\n    padding:28px 32px;\n    display:flex; align-items:center; justify-content:space-between;\n    gap:24px; flex-wrap:wrap;\n  }\n  .lemonx-visual-root .wl-s3 .s3-cta-box p { font-size:15.5px; font-weight:600; color:#111; }<\/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\n     SECTION 4 \u2014 DELIVERY (White)\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 *\/\n  .lemonx-visual-root .wl-s4 { background:#fff; }\n  .lemonx-visual-root .wl-s4 .s4-wrap {\n    padding:96px 64px;\n    display:grid; grid-template-columns:0.9fr 1.1fr;\n    gap:64px; align-items:center;\n  }<\/p>\n<p>  .lemonx-visual-root .wl-s4 .s4-img { aspect-ratio:4\/3; }<\/p>\n<p>  .lemonx-visual-root .wl-s4 .s4-items {\n    display:flex; flex-direction:column; gap:10px;\n    margin:24px 0 32px;\n  }\n  .lemonx-visual-root .wl-s4 .s4-item {\n    display:flex; gap:12px; align-items:flex-start;\n    padding:14px 18px;\n    background:#f7f7f7; border-radius:6px;\n    border:1px solid transparent;\n    transition:all 0.25s;\n  }\n  .lemonx-visual-root .wl-s4 .s4-item:hover { border-color:rgba(212,64,64,0.15); background:#f2f2f2; }\n  .lemonx-visual-root .wl-s4 .s4-item i { font-size:12px; color:#D44040; flex-shrink:0; margin-top:3px; }\n  .lemonx-visual-root .wl-s4 .s4-item span { font-size:14px; color:#555; line-height:1.55; font-weight:500; }<\/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\n     SECTION 5 \u2014 STORAGE & HANDLING (Light gray)\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 *\/\n  .lemonx-visual-root .wl-s5 { background:#f7f7f7; }<\/p>\n<p>  .lemonx-visual-root .wl-s5 .s5-top {\n    padding:96px 64px 48px;\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:64px; align-items:center;\n  }\n  .lemonx-visual-root .wl-s5 .s5-img { aspect-ratio:4\/3; }<\/p>\n<p>  \/* 8 practices \u2014 2-column clean list *\/\n  .lemonx-visual-root .wl-s5 .s5-grid {\n    padding:0 64px 40px;\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:12px;\n  }\n  .lemonx-visual-root .wl-s5 .s5-prac {\n    display:flex; gap:14px; align-items:center;\n    padding:16px 20px;\n    background:#fff; border:1px solid #eee; border-radius:8px;\n    transition:border-color 0.25s, box-shadow 0.25s;\n  }\n  .lemonx-visual-root .wl-s5 .s5-prac:hover {\n    border-color:rgba(212,64,64,0.2);\n    box-shadow:0 4px 16px rgba(0,0,0,0.04);\n  }\n  .lemonx-visual-root .wl-s5 .s5-prac-n {\n    flex-shrink:0; width:32px; height:32px;\n    background:#fff; border:2px solid #D44040; border-radius:50%;\n    display:flex; align-items:center; justify-content:center;\n    font-size:12px; font-weight:800; color:#D44040;\n    transition:all 0.25s;\n  }\n  .lemonx-visual-root .wl-s5 .s5-prac:hover .s5-prac-n {\n    background:#D44040; color:#fff;\n  }\n  .lemonx-visual-root .wl-s5 .s5-prac-text { font-size:14px; color:#444; line-height:1.5; font-weight:500; }<\/p>\n<p>  \/* Alert *\/\n  .lemonx-visual-root .wl-s5 .s5-alert {\n    padding:0 64px 96px;\n  }\n  .lemonx-visual-root .wl-s5 .s5-alert-box {\n    display:flex; gap:16px; align-items:flex-start;\n    padding:22px 28px;\n    background:#fff;\n    border:1px solid rgba(212,64,64,0.18);\n    border-left:4px solid #D44040;\n    border-radius:8px;\n  }\n  .lemonx-visual-root .wl-s5 .s5-alert-box i { font-size:18px; color:#D44040; flex-shrink:0; margin-top:1px; }\n  .lemonx-visual-root .wl-s5 .s5-alert-box p { font-size:14px; color:#666; line-height:1.7; }\n  .lemonx-visual-root .wl-s5 .s5-alert-box strong { color:#111; }<\/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\n     RESPONSIVE\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 *\/\n  @media (max-width:1024px) {\n    .lemonx-visual-root .wl-s1 .s1-hero, .lemonx-visual-root .wl-s2 .s2-wrap, .lemonx-visual-root .wl-s3 .s3-wrap, .lemonx-visual-root .wl-s4 .s4-wrap, .lemonx-visual-root .wl-s5 .s5-top {\n      grid-template-columns:1fr; gap:40px;\n      padding-left:36px; padding-right:36px;\n    }\n    .lemonx-visual-root .wl-s1 .s1-strip-inner {\n      grid-template-columns:1fr 1fr; padding-left:36px; padding-right:36px;\n    }\n    .lemonx-visual-root .wl-s1 .s1-ben { border-right:none; border-bottom:1px solid #eee; }\n    .lemonx-visual-root .wl-s1 .s1-ben:nth-child(even) { border-right:none; }\n    .lemonx-visual-root .wl-s2 .s2-img-col { min-height:300px; order:-1; }\n    .lemonx-visual-root .wl-s2 .s2-img-col::before { display:none; }\n    .lemonx-visual-root .wl-s3 .s3-cta { padding-left:36px; padding-right:36px; }\n    .lemonx-visual-root .wl-s5 .s5-grid { grid-template-columns:1fr; padding-left:36px; padding-right:36px; }\n    .lemonx-visual-root .wl-s5 .s5-alert { padding-left:36px; padding-right:36px; }\n  }<\/p>\n<p>  @media (max-width:640px) {\n    .lemonx-visual-root .wl-s1 .s1-hero, .lemonx-visual-root .wl-s2 .s2-wrap, .lemonx-visual-root .wl-s3 .s3-wrap, .lemonx-visual-root .wl-s4 .s4-wrap, .lemonx-visual-root .wl-s5 .s5-top {\n      padding:56px 24px 48px;\n    }\n    .lemonx-visual-root .wl-h2 { font-size:28px; }\n    .lemonx-visual-root .wl-s1 .s1-strip-inner { grid-template-columns:1fr; padding:0 24px; }\n    .lemonx-visual-root .wl-s1 .s1-ben { border-right:none; }\n    .lemonx-visual-root .wl-s2 .s2-img-col { min-height:220px; }\n    .lemonx-visual-root .wl-s2 .s2-btns { flex-direction:column; }\n    .lemonx-visual-root .wl-s2 .s2-btns .wl-btn-r, .lemonx-visual-root .wl-s2 .s2-btns .wl-btn-g { width:100%; justify-content:center; }\n    .lemonx-visual-root .wl-s3 .s3-cta { padding:0 24px 56px; }\n    .lemonx-visual-root .wl-s3 .s3-cta-box { flex-direction:column; text-align:center; }\n    .lemonx-visual-root .wl-s3 .s3-cta-box .wl-btn-r { width:100%; justify-content:center; }\n    .lemonx-visual-root .wl-s4 .s4-wrap { padding:56px 24px; }\n    .lemonx-visual-root .wl-s5 .s5-grid { padding:0 24px 32px; }\n    .lemonx-visual-root .wl-s5 .s5-alert { padding:0 24px 56px; }\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\n     SECTION 6 \u2014 PACKAGING & LABELING (White)\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 *\/\n  .lemonx-visual-root .wl-s6 { background:#fff; }\n  .lemonx-visual-root .wl-s6 .s6-wrap {\n    padding:96px 64px;\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:64px; align-items:center;\n  }\n  .lemonx-visual-root .wl-s6 .s6-img { aspect-ratio:4\/3; }<\/p>\n<p>  .lemonx-visual-root .wl-s6 .s6-items {\n    display:flex; flex-direction:column; gap:0;\n    margin:28px 0 32px;\n    border-radius:10px; overflow:hidden;\n    border:1px solid #e5e5e5;\n  }\n  .lemonx-visual-root .wl-s6 .s6-item {\n    display:flex; gap:14px; align-items:center;\n    padding:16px 20px; background:#f7f7f7;\n    border-bottom:1px solid #eee;\n    transition:background 0.2s;\n  }\n  .lemonx-visual-root .wl-s6 .s6-item:last-child { border-bottom:none; }\n  .lemonx-visual-root .wl-s6 .s6-item:hover { background:#f2f2f2; }\n  .lemonx-visual-root .wl-s6 .s6-item-icon {\n    flex-shrink:0; width:32px; height:32px;\n    background:rgba(139,26,26,0.07); border-radius:7px;\n    display:flex; align-items:center; justify-content:center;\n  }\n  .lemonx-visual-root .wl-s6 .s6-item-icon i { font-size:13px; color:#D44040; }\n  .lemonx-visual-root .wl-s6 .s6-item-text { font-size:14px; color:#444; line-height:1.5; font-weight:500; }<\/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\n     SECTION 7 \u2014 DOCUMENTS & COMPLIANCE (Gray)\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 *\/\n  .lemonx-visual-root .wl-s7 { background:#f7f7f7; }\n  .lemonx-visual-root .wl-s7 .s7-wrap {\n    padding:96px 64px;\n    display:grid; grid-template-columns:1.1fr 0.9fr;\n    gap:64px; align-items:center;\n  }\n  .lemonx-visual-root .wl-s7 .s7-img-col { position:relative; min-height:400px; }\n  .lemonx-visual-root .wl-s7 .s7-img-col .wl-photo { height:100%; }\n  .lemonx-visual-root .wl-s7 .s7-img-col::before {\n    content:''; position:absolute;\n    top:20px; right:-4px; bottom:20px;\n    width:4px; background:linear-gradient(to bottom, #D44040, #8B1A1A);\n    border-radius:2px; z-index:2;\n  }<\/p>\n<p>  .lemonx-visual-root .wl-s7 .s7-docs {\n    display:grid; grid-template-columns:1fr 1fr;\n    gap:14px; margin:28px 0 32px;\n  }\n  .lemonx-visual-root .wl-s7 .s7-doc {\n    background:#fff; border:1px solid #eee; border-radius:10px;\n    padding:24px 22px; text-align:center;\n    transition:border-color 0.3s, box-shadow 0.3s, transform 0.3s;\n  }\n  .lemonx-visual-root .wl-s7 .s7-doc:hover {\n    border-color:rgba(212,64,64,0.25);\n    box-shadow:0 8px 28px rgba(0,0,0,0.05);\n    transform:translateY(-3px);\n  }\n  .lemonx-visual-root .wl-s7 .s7-doc-icon {\n    width:42px; height:42px; margin:0 auto 12px;\n    background:rgba(139,26,26,0.07); border-radius:9px;\n    display:flex; align-items:center; justify-content:center;\n  }\n  .lemonx-visual-root .wl-s7 .s7-doc-icon i { font-size:16px; color:#D44040; }\n  .lemonx-visual-root .wl-s7 .s7-doc-t { font-size:14px; font-weight:700; color:#111; line-height:1.35; margin-bottom:4px; }\n  .lemonx-visual-root .wl-s7 .s7-doc-d { font-size:12px; color:#999; }<\/p>\n<p>  .lemonx-visual-root .wl-s7 .s7-btns { display:flex; gap:12px; flex-wrap:wrap; }<\/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\n     SECTION 8 \u2014 ORDERING PROCESS (White)\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 *\/\n  .lemonx-visual-root .wl-s8 { background:#fff; }\n  .lemonx-visual-root .wl-s8 .s8-head {\n    padding:96px 64px 48px;\n    text-align:center;\n  }\n  .lemonx-visual-root .wl-s8 .s8-head .wl-tag { justify-content:center; }<\/p>\n<p>  .lemonx-visual-root .wl-s8 .s8-steps {\n    padding:0 64px 48px;\n    display:grid; grid-template-columns:repeat(4,1fr);\n    gap:0; position:relative;\n  }\n  \/* Connecting line *\/\n  .lemonx-visual-root .wl-s8 .s8-steps::before {\n    content:''; position:absolute;\n    top:28px; left:12%; right:12%;\n    height:2px;\n    background:linear-gradient(to right, #D44040, rgba(212,64,64,0.12));\n    z-index:0;\n  }<\/p>\n<p>  .lemonx-visual-root .wl-s8 .s8-step {\n    position:relative; z-index:1;\n    text-align:center; padding:0 18px;\n  }\n  .lemonx-visual-root .wl-s8 .s8-step-num {\n    width:56px; height:56px; margin:0 auto 20px;\n    background:#fff; border:2.5px solid #D44040;\n    border-radius:50%;\n    display:flex; align-items:center; justify-content:center;\n    font-size:18px; font-weight:800; color:#D44040;\n    transition:all 0.3s;\n  }\n  .lemonx-visual-root .wl-s8 .s8-step:hover .s8-step-num {\n    background:#D44040; color:#fff;\n    box-shadow:0 0 0 6px rgba(212,64,64,0.1);\n  }\n  .lemonx-visual-root .wl-s8 .s8-step-t { font-size:15px; font-weight:700; color:#111; margin-bottom:8px; line-height:1.35; }\n  .lemonx-visual-root .wl-s8 .s8-step-d { font-size:13px; color:#777; line-height:1.65; }<\/p>\n<p>  .lemonx-visual-root .wl-s8 .s8-btns {\n    padding:0 64px 96px;\n    display:flex; gap:12px; justify-content:center; flex-wrap:wrap;\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\n     SECTION 9 \u2014 FAQ (Gray)\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 *\/\n  .lemonx-visual-root .wl-s9 { background:#f7f7f7; }\n  .lemonx-visual-root .wl-s9 .s9-wrap {\n    max-width:800px; margin:0 auto;\n    padding:96px 64px;\n  }\n  .lemonx-visual-root .wl-s9 .s9-head {\n    text-align:center; margin-bottom:48px;\n  }\n  .lemonx-visual-root .wl-s9 .s9-head .wl-tag { justify-content:center; }<\/p>\n<p>  .lemonx-visual-root .wl-s9 .s9-item { border-bottom:1px solid #ddd; }\n  .lemonx-visual-root .wl-s9 .s9-item:first-child { border-top:1px solid #ddd; }<\/p>\n<p>  .lemonx-visual-root .wl-s9 .s9-q {\n    width:100%; display:flex; align-items:center;\n    justify-content:space-between; gap:16px;\n    padding:22px 0; background:none; border:none;\n    cursor:pointer; outline:none; text-align:left;\n    font-family:'Inter',system-ui,sans-serif;\n  }\n  .lemonx-visual-root .wl-s9 .s9-q span { font-size:16px; font-weight:600; color:#111; line-height:1.4; }\n  .lemonx-visual-root .wl-s9 .s9-q i { font-size:14px; color:#D44040; transition:transform 0.3s; flex-shrink:0; }\n  .lemonx-visual-root .wl-s9 .s9-item.open .s9-q i { transform:rotate(45deg); }\n  .lemonx-visual-root .wl-s9 .s9-q:hover span { color:#8B1A1A; }<\/p>\n<p>  .lemonx-visual-root .wl-s9 .s9-a {\n    max-height:0; overflow:hidden;\n    transition:max-height 0.35s ease, padding 0.35s ease;\n  }\n  .lemonx-visual-root .wl-s9 .s9-item.open .s9-a { max-height:200px; padding-bottom:22px; }\n  .lemonx-visual-root .wl-s9 .s9-a p { font-size:14.5px; color:#666; line-height:1.75; }<\/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\n     CLOSING CTA (Dark)\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 *\/\n  .lemonx-visual-root .wl-cta {\n    position:relative; background:#111;\n    font-family:'Inter',system-ui,-apple-system,sans-serif;\n    overflow:hidden; box-sizing:border-box;\n  }\n  .lemonx-visual-root .wl-cta *, .lemonx-visual-root .wl-cta *::before, .lemonx-visual-root .wl-cta *::after { margin:0; padding:0; box-sizing:border-box; }<\/p>\n<p>  .lemonx-visual-root .wl-cta::before {\n    content:''; position:absolute; top:0; left:0; right:0; height:3px;\n    background:linear-gradient(90deg, #8B1A1A, #D44040, #8B1A1A); z-index:10;\n  }\n  .lemonx-visual-root .wl-cta .cta-tex {\n    position:absolute; inset:0;\n    background-image:\n      linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);\n    background-size:64px 64px; pointer-events:none;\n  }\n  .lemonx-visual-root .wl-cta .cta-glow {\n    position:absolute; top:50%; left:50%;\n    width:600px; height:400px;\n    background:radial-gradient(ellipse, rgba(139,26,26,0.12) 0%, transparent 70%);\n    transform:translate(-50%,-50%); pointer-events:none;\n  }<\/p>\n<p>  .lemonx-visual-root .wl-cta-inner {\n    max-width:720px; margin:0 auto;\n    padding:80px 64px; text-align:center;\n    position:relative; z-index:5;\n  }\n  .lemonx-visual-root .wl-cta-inner .cta-h {\n    font-size:32px; font-weight:800; color:#fff;\n    line-height:1.2; letter-spacing:-1px; margin-bottom:16px;\n    border:none; padding:0; text-transform:none;\n  }\n  .lemonx-visual-root .wl-cta-inner .cta-h span { color:#D44040; }\n  .lemonx-visual-root .wl-cta-inner .cta-p {\n    font-size:15.5px; color:rgba(255,255,255,0.50);\n    line-height:1.8; margin-bottom:32px; border:none; padding:0;\n  }\n  .lemonx-visual-root .wl-cta-inner .cta-btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }<\/p>\n<p>  .lemonx-visual-root .wl-cta-inner .cta-a {\n    display:inline-flex; align-items:center; gap:10px;\n    padding:15px 32px; background:#8B1A1A; color:#fff;\n    border:none; border-radius:6px; font-size:14.5px; font-weight:600;\n    text-decoration:none; cursor:pointer; transition:all 0.3s;\n    font-family:inherit; line-height:1; outline:none;\n  }\n  .lemonx-visual-root .wl-cta-inner .cta-a:hover { background:#A52A2A; box-shadow:0 10px 32px rgba(139,26,26,0.5); transform:translateY(-2px); color:#fff; text-decoration:none; }\n  .lemonx-visual-root .wl-cta-inner .cta-a i { font-size:11px; transition:transform 0.3s; }\n  .lemonx-visual-root .wl-cta-inner .cta-a:hover i { transform:translateX(4px); }<\/p>\n<p>  .lemonx-visual-root .wl-cta-inner .cta-b {\n    display:inline-flex; align-items:center; gap:10px;\n    padding:15px 32px; background:transparent;\n    color:rgba(255,255,255,0.68);\n    border:1.5px solid rgba(255,255,255,0.15); border-radius:6px;\n    font-size:14.5px; font-weight:500; text-decoration:none;\n    cursor:pointer; transition:all 0.3s; font-family:inherit;\n    line-height:1; outline:none;\n  }\n  .lemonx-visual-root .wl-cta-inner .cta-b:hover { border-color:rgba(255,255,255,0.40); color:#fff; background:rgba(255,255,255,0.04); transform:translateY(-2px); text-decoration:none; }\n  .lemonx-visual-root .wl-cta-inner .cta-b i { font-size:11px; }<\/p>\n<p>  .lemonx-visual-root .wl-cta::after {\n    content:''; position:absolute; bottom:0; left:0; right:0; height:3px;\n    background:linear-gradient(90deg, #8B1A1A, #D44040, #8B1A1A);\n    opacity:0.45; z-index:10;\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\n     RESPONSIVE \u2014 S6\u2013S9 + 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 *\/\n  @media (max-width:1024px) {\n    .lemonx-visual-root .wl-s6 .s6-wrap, .lemonx-visual-root .wl-s7 .s7-wrap {\n      grid-template-columns:1fr; gap:40px;\n      padding-left:36px; padding-right:36px;\n    }\n    .lemonx-visual-root .wl-s7 .s7-img-col { min-height:280px; order:-1; }\n    .lemonx-visual-root .wl-s7 .s7-img-col::before { display:none; }\n    .lemonx-visual-root .wl-s7 .s7-docs { grid-template-columns:1fr 1fr; }\n    .lemonx-visual-root .wl-s8 .s8-head { padding-left:36px; padding-right:36px; }\n    .lemonx-visual-root .wl-s8 .s8-steps {\n      grid-template-columns:1fr 1fr; gap:32px;\n      padding-left:36px; padding-right:36px;\n    }\n    .lemonx-visual-root .wl-s8 .s8-steps::before { display:none; }\n    .lemonx-visual-root .wl-s8 .s8-btns { padding-left:36px; padding-right:36px; }\n    .lemonx-visual-root .wl-s9 .s9-wrap { padding-left:36px; padding-right:36px; }\n    .lemonx-visual-root .wl-cta-inner { padding-left:36px; padding-right:36px; }\n  }<\/p>\n<p>  @media (max-width:640px) {\n    .lemonx-visual-root .wl-s6 .s6-wrap { padding:56px 24px; }\n    .lemonx-visual-root .wl-s7 .s7-wrap { padding:56px 24px; }\n    .lemonx-visual-root .wl-s7 .s7-docs { grid-template-columns:1fr; }\n    .lemonx-visual-root .wl-s7 .s7-btns { flex-direction:column; }\n    .lemonx-visual-root .wl-s7 .s7-btns .wl-btn-r, .lemonx-visual-root .wl-s7 .s7-btns .wl-btn-g { width:100%; justify-content:center; }\n    .lemonx-visual-root .wl-s8 .s8-head { padding:56px 24px 36px; }\n    .lemonx-visual-root .wl-s8 .s8-steps { grid-template-columns:1fr; padding:0 24px 36px; }\n    .lemonx-visual-root .wl-s8 .s8-btns { padding:0 24px 56px; flex-direction:column; }\n    .lemonx-visual-root .wl-s8 .s8-btns .wl-btn-r, .lemonx-visual-root .wl-s8 .s8-btns .wl-btn-g { width:100%; justify-content:center; }\n    .lemonx-visual-root .wl-s9 .s9-wrap { padding:56px 24px; }\n    .lemonx-visual-root .wl-cta-inner { padding:56px 24px; }\n    .lemonx-visual-root .wl-cta-inner .cta-h { font-size:26px; }\n    .lemonx-visual-root .wl-cta-inner .cta-btns { flex-direction:column; }\n    .lemonx-visual-root .wl-cta-inner .cta-a, .lemonx-visual-root .wl-cta-inner .cta-b { width:100%; justify-content:center; }\n  }\n<\/style>",
        "protected": false
    },
    "excerpt": {
        "rendered": "<p>Mandalas \u00b7 Venezuela Warehousing &amp; Logistics Reliable supply and clear delivery coordination help customers reduce downtime risk. Mandalas supports import planning, local coordination, and practical handling guidance for construction additives in Venezuela. Request a Quote Contact Logistics Key Capabilities Supply Planning Aligned with Production Import schedules coordinated around your production calendar to avoid material gaps. [&hellip;]<\/p>",
        "protected": false
    },
    "author": 1,
    "featured_media": 0,
    "parent": 49,
    "menu_order": 0,
    "comment_status": "closed",
    "ping_status": "closed",
    "template": "",
    "meta": {
        "footnotes": ""
    },
    "class_list": [
        "post-100",
        "page",
        "type-page",
        "status-publish",
        "hentry"
    ],
    "_links": {
        "self": [
            {
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/100",
                "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=100"
            }
        ],
        "version-history": [
            {
                "count": 11,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/100\/revisions"
            }
        ],
        "predecessor-version": [
            {
                "id": 1151,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/100\/revisions\/1151"
            }
        ],
        "up": [
            {
                "embeddable": true,
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/pages\/49"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/mikazone.store\/en\/wp-json\/wp\/v2\/media?parent=100"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}