{"id":11367,"date":"2026-04-20T08:00:16","date_gmt":"2026-04-20T08:00:16","guid":{"rendered":"https:\/\/landercoll.com\/?page_id=11367"},"modified":"2026-04-20T09:55:13","modified_gmt":"2026-04-20T09:55:13","slug":"o-spolecnosti","status":"publish","type":"page","link":"https:\/\/landercoll.com\/cs\/o-spolecnosti\/","title":{"rendered":"Spole\u010dnost"},"content":{"rendered":"<p><!-- ==================== LANDERCOLL COMPANY BANNER START ==================== --><\/p>\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Raleway:wght@300;400;500;600;700&display=swap');<\/p>\n<p>\/* ===== RESET ===== *\/\n.ldc-cb *,.ldc-cb *::before,.ldc-cb *::after {\n  margin: 0; padding: 0; box-sizing: border-box;\n}<\/p>\n<p>\/* ===== CSS VARIABLES \u2014 self-contained ===== *\/\n.ldc-cb {\n  --it-arancio: #E8722A;\n  --it-arancio-deep: #C45A1A;\n  --it-terracotta: #B5451B;\n  --it-oro: #C8952E;\n  --it-oro-chiaro: #D4A843;\n  --it-crema: #FDF8F3;\n  --it-bianco: #FFFFFF;\n  --it-nero: #1A1108;\n  --it-nero-caldo: #2C1E0F;\n  --it-grigio: #5C5346;\n  --it-grigio-chiaro: #9B9286;\n  --it-sabbia: #F2EAE0;\n}<\/p>\n<p>\/* ============================================\n   COMPANY BANNER \u2014 MULTI-IMAGE HERO\n   ============================================ *\/\n.ldc-cb .it-company-banner {\n  position: relative;\n  background: var(--it-nero-caldo);\n  overflow: hidden;\n  min-height: 720px;\n  display: flex;\n  align-items: stretch;\n}<\/p>\n<p>\/* ===== BACKGROUND TEXTURE ===== *\/\n.ldc-cb .it-company-banner::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0; bottom: 0;\n  background:\n    repeating-linear-gradient(\n      90deg,\n      transparent,\n      transparent 120px,\n      rgba(200,149,46,0.03) 120px,\n      rgba(200,149,46,0.03) 121px\n    ),\n    repeating-linear-gradient(\n      0deg,\n      transparent,\n      transparent 120px,\n      rgba(200,149,46,0.02) 120px,\n      rgba(200,149,46,0.02) 121px\n    );\n  pointer-events: none;\n  z-index: 1;\n}<\/p>\n<p>\/* ===== LAYOUT: LEFT CONTENT + RIGHT IMAGES ===== *\/\n.ldc-cb .it-cb-wrapper {\n  max-width: 1440px;\n  margin: 0 auto;\n  width: 100%;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  min-height: 720px;\n  position: relative;\n  z-index: 2;\n}<\/p>\n<p>\/* ===== LEFT: TEXT CONTENT ===== *\/\n.ldc-cb .it-cb-content {\n  padding: 80px 64px 80px 48px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  position: relative;\n}<\/p>\n<p>\/* Decorative corner brackets *\/\n.ldc-cb .it-cb-content::before,.ldc-cb .it-cb-content::after {\n  content: '';\n  position: absolute;\n  width: 40px;\n  height: 40px;\n  border-color: rgba(200,149,46,0.2);\n  border-style: solid;\n}\n.ldc-cb .it-cb-content::before {\n  top: 48px; left: 48px;\n  border-width: 1px 0 0 1px;\n}\n.ldc-cb .it-cb-content::after {\n  bottom: 48px; left: 48px;\n  border-width: 0 0 1px 1px;\n}<\/p>\n<p>\/* Tag \/ Eyebrow *\/\n.ldc-cb .it-cb-tag {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--it-oro-chiaro);\n  margin-bottom: 24px;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n.ldc-cb .it-cb-tag::before {\n  content: '';\n  width: 40px;\n  height: 1.5px;\n  background: linear-gradient(90deg, var(--it-oro), var(--it-arancio));\n}<\/p>\n<p>\/* Title *\/\n.ldc-cb .it-cb-title {\n  font-family: 'Cinzel', serif;\n  font-size: 36px;\n  font-weight: 600;\n  color: var(--it-bianco);\n  line-height: 1.3;\n  margin-bottom: 20px;\n  letter-spacing: 0.5px;\n  max-width: 560px;\n}\n.ldc-cb .it-cb-title em {\n  font-style: normal;\n  color: var(--it-arancio);\n}<\/p>\n<p>\/* Subtitle *\/\n.ldc-cb .it-cb-subtitle {\n  font-family: 'Lora', serif;\n  font-size: 14.5px;\n  font-weight: 400;\n  font-style: italic;\n  color: rgba(255,255,255,0.6);\n  line-height: 1.8;\n  margin-bottom: 28px;\n  max-width: 520px;\n}<\/p>\n<p>\/* Decorative line divider *\/\n.ldc-cb .it-cb-line {\n  width: 60px;\n  height: 2px;\n  background: linear-gradient(90deg, var(--it-arancio), var(--it-oro), transparent);\n  margin-bottom: 28px;\n}<\/p>\n<p>\/* Body copy *\/\n.ldc-cb .it-cb-body {\n  font-family: 'Raleway', sans-serif;\n  font-size: 13px;\n  font-weight: 400;\n  color: rgba(255,255,255,0.5);\n  line-height: 1.85;\n  margin-bottom: 40px;\n  max-width: 500px;\n}\n.ldc-cb .it-cb-body p { margin-bottom: 16px; }\n.ldc-cb .it-cb-body p:last-child { margin-bottom: 0; }<\/p>\n<p>\/* CTA Buttons *\/\n.ldc-cb .it-cb-actions {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  flex-wrap: wrap;\n}<\/p>\n<p>.ldc-cb .it-cb-btn-primary,.ldc-cb .it-cb-btn-primary:link,.ldc-cb .it-cb-btn-primary:visited {\n  font-family: 'Raleway', sans-serif !important;\n  font-size: 10.5px !important;\n  font-weight: 700 !important;\n  letter-spacing: 2.5px !important;\n  text-transform: uppercase !important;\n  color: var(--it-bianco) !important;\n  background: linear-gradient(135deg, var(--it-arancio) 0%, var(--it-terracotta) 100%) !important;\n  padding: 14px 32px !important;\n  border: none !important;\n  text-decoration: none !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 10px !important;\n  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;\n  position: relative !important;\n  overflow: hidden !important;\n  cursor: pointer !important;\n  white-space: nowrap !important;\n  line-height: 1 !important;\n  box-shadow: none !important;\n  border-radius: 0 !important;\n}\n.ldc-cb .it-cb-btn-primary::before {\n  content: '';\n  position: absolute;\n  top: 0; left: -100%; width: 100%; height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);\n  transition: left 0.5s;\n}\n.ldc-cb .it-cb-btn-primary:hover::before { left: 100%; }\n.ldc-cb .it-cb-btn-primary:hover {\n  background: linear-gradient(135deg, var(--it-terracotta) 0%, #8B3A10 100%) !important;\n  transform: translateY(-2px) !important;\n  box-shadow: 0 8px 28px rgba(232,114,42,0.4) !important;\n}\n.ldc-cb .it-cb-btn-primary svg { width: 12px !important; height: 12px !important; }<\/p>\n<p>.ldc-cb .it-cb-btn-secondary,.ldc-cb .it-cb-btn-secondary:link,.ldc-cb .it-cb-btn-secondary:visited {\n  font-family: 'Raleway', sans-serif !important;\n  font-size: 10.5px !important;\n  font-weight: 700 !important;\n  letter-spacing: 2.5px !important;\n  text-transform: uppercase !important;\n  color: rgba(255,255,255,0.8) !important;\n  background: transparent !important;\n  padding: 14px 32px !important;\n  border: 1.5px solid rgba(255,255,255,0.2) !important;\n  text-decoration: none !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 10px !important;\n  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;\n  cursor: pointer !important;\n  white-space: nowrap !important;\n  line-height: 1 !important;\n  box-shadow: none !important;\n  border-radius: 0 !important;\n}\n.ldc-cb .it-cb-btn-secondary:hover {\n  border-color: var(--it-oro-chiaro) !important;\n  color: var(--it-oro-chiaro) !important;\n  transform: translateY(-2px) !important;\n  background: rgba(200,149,46,0.06) !important;\n}\n.ldc-cb .it-cb-btn-secondary svg { width: 12px !important; height: 12px !important; }<\/p>\n<p>\/* ===== TRUST BADGES ===== *\/\n.ldc-cb .it-cb-trust {\n  margin-top: 40px;\n  display: flex;\n  align-items: center;\n  gap: 32px;\n}\n.ldc-cb .it-cb-trust-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n.ldc-cb .it-cb-trust-icon {\n  width: 36px;\n  height: 36px;\n  border: 1px solid rgba(200,149,46,0.25);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transform: rotate(45deg);\n  flex-shrink: 0;\n}\n.ldc-cb .it-cb-trust-icon svg {\n  width: 14px;\n  height: 14px;\n  color: var(--it-oro-chiaro);\n  transform: rotate(-45deg);\n}\n.ldc-cb .it-cb-trust-text {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.45);\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  line-height: 1.3;\n}\n.ldc-cb .it-cb-trust-text strong {\n  display: block;\n  color: rgba(255,255,255,0.75);\n  font-weight: 700;\n  font-size: 11px;\n}<\/p>\n<p>\/* ===== RIGHT: IMAGE MOSAIC ===== *\/\n.ldc-cb .it-cb-images {\n  position: relative;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  grid-template-rows: 1fr 1fr 1fr;\n  gap: 4px;\n  min-height: 720px;\n}<\/p>\n<p>.ldc-cb .it-cb-img {\n  position: relative;\n  overflow: hidden;\n}\n.ldc-cb .it-cb-img img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s;\n  filter: brightness(0.75) saturate(0.85);\n}\n.ldc-cb .it-cb-img:hover img {\n  transform: scale(1.06);\n  filter: brightness(0.85) saturate(1);\n}<\/p>\n<p>\/* Image overlay *\/\n.ldc-cb .it-cb-img::after {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0; bottom: 0;\n  background: linear-gradient(135deg, rgba(44,30,15,0.35), rgba(44,30,15,0.15));\n  pointer-events: none;\n  transition: opacity 0.5s;\n}\n.ldc-cb .it-cb-img:hover::after { opacity: 0.5; }<\/p>\n<p>\/* Span configurations *\/\n.ldc-cb .it-cb-img.span-tall {\n  grid-row: span 2;\n}\n.ldc-cb .it-cb-img.span-wide {\n  grid-column: span 2;\n}<\/p>\n<p>\/* Image labels *\/\n.ldc-cb .it-cb-img-label {\n  position: absolute;\n  bottom: 16px;\n  left: 16px;\n  z-index: 3;\n  font-family: 'Raleway', sans-serif;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.85);\n  background: rgba(26,17,8,0.55);\n  backdrop-filter: blur(10px);\n  -webkit-backdrop-filter: blur(10px);\n  padding: 7px 14px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  transition: all 0.4s;\n}\n.ldc-cb .it-cb-img:hover .it-cb-img-label {\n  background: rgba(232,114,42,0.8);\n  color: #fff;\n}\n.ldc-cb .it-cb-img-label::before {\n  content: '';\n  width: 6px;\n  height: 6px;\n  border: 1px solid var(--it-oro-chiaro);\n  transform: rotate(45deg);\n  flex-shrink: 0;\n  transition: border-color 0.4s;\n}\n.ldc-cb .it-cb-img:hover .it-cb-img-label::before {\n  border-color: #fff;\n}<\/p>\n<p>\/* Gradient fade on left edge to blend with text *\/\n.ldc-cb .it-cb-images::before {\n  content: '';\n  position: absolute;\n  top: 0; left: -1px; bottom: 0;\n  width: 100px;\n  background: linear-gradient(90deg, var(--it-nero-caldo), transparent);\n  z-index: 4;\n  pointer-events: none;\n}<\/p>\n<p>\/* Decorative bottom gradient *\/\n.ldc-cb .it-cb-images::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 80px;\n  background: linear-gradient(0deg, var(--it-nero-caldo), transparent);\n  z-index: 4;\n  pointer-events: none;\n}<\/p>\n<p>\/* ===== BOTTOM ACCENT LINE ===== *\/\n.ldc-cb .it-company-banner-line {\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  right: 0;\n  height: 3px;\n  background: linear-gradient(90deg,\n    transparent 0%,\n    var(--it-oro) 20%,\n    var(--it-arancio) 40%,\n    var(--it-arancio) 60%,\n    var(--it-oro) 80%,\n    transparent 100%\n  );\n  z-index: 5;\n}<\/p>\n<p>\/* ===== SCROLL INDICATOR ===== *\/\n.ldc-cb .it-cb-scroll {\n  position: absolute;\n  bottom: 28px;\n  left: 50%;\n  transform: translateX(-50%);\n  z-index: 6;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n  animation: it-cb-float 2.5s ease-in-out infinite;\n}\n@keyframes it-cb-float {\n  0%, 100% { transform: translateX(-50%) translateY(0); }\n  50% { transform: translateX(-50%) translateY(6px); }\n}\n.ldc-cb .it-cb-scroll-text {\n  font-family: 'Raleway', sans-serif;\n  font-size: 8px;\n  font-weight: 600;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.3);\n}\n.ldc-cb .it-cb-scroll-line {\n  width: 1px;\n  height: 28px;\n  background: linear-gradient(180deg, rgba(200,149,46,0.4), transparent);\n}<\/p>\n<p>\/* ============================================\n   RESPONSIVE\n   ============================================ *\/\n@media (max-width: 1280px) {\n  .ldc-cb .it-cb-title { font-size: 30px; }\n  .ldc-cb .it-cb-content { padding: 60px 48px 60px 40px; }\n}<\/p>\n<p>@media (max-width: 1024px) {\n  .ldc-cb .it-cb-wrapper {\n    grid-template-columns: 1fr;\n    min-height: auto;\n  }\n  .ldc-cb .it-cb-content {\n    padding: 60px 24px;\n    order: 2;\n  }\n  .ldc-cb .it-cb-content::before,.ldc-cb .it-cb-content::after { display: none; }\n  .ldc-cb .it-cb-images {\n    min-height: 400px;\n    order: 1;\n  }\n  .ldc-cb .it-cb-images::before { display: none; }\n  .ldc-cb .it-cb-images::after {\n    height: 120px;\n    background: linear-gradient(0deg, var(--it-nero-caldo) 20%, transparent);\n  }\n  .ldc-cb .it-cb-title { max-width: 100%; }\n  .ldc-cb .it-cb-subtitle { max-width: 100%; }\n  .ldc-cb .it-cb-body { max-width: 100%; }\n  .ldc-cb .it-cb-trust { flex-wrap: wrap; gap: 20px; }\n  .ldc-cb .it-cb-scroll { display: none; }\n}<\/p>\n<p>@media (max-width: 768px) {\n  .ldc-cb .it-cb-title { font-size: 26px; }\n  .ldc-cb .it-cb-subtitle { font-size: 13px; }\n  .ldc-cb .it-cb-images {\n    min-height: 320px;\n    grid-template-columns: 1fr 1fr;\n    grid-template-rows: 1fr 1fr;\n  }\n  .ldc-cb .it-cb-img.span-tall { grid-row: span 2; }\n  .ldc-cb .it-cb-img:nth-child(5),.ldc-cb .it-cb-img:nth-child(6) { display: none; }\n  .ldc-cb .it-cb-actions { flex-direction: column; align-items: flex-start; }\n  .ldc-cb .it-cb-trust { flex-direction: column; gap: 16px; }\n}<\/p>\n<p>@media (max-width: 480px) {\n  .ldc-cb .it-cb-title { font-size: 22px; }\n  .ldc-cb .it-cb-content { padding: 40px 20px; }\n  .ldc-cb .it-cb-images { min-height: 260px; }\n}\n<\/style>\n<div class=\"ldc-cb\">\n<section class=\"it-company-banner\">\n<p>    <!-- ===== LEFT: TEXT CONTENT ===== --><\/p>\n<div class=\"it-cb-wrapper\">\n<div class=\"it-cb-content\">\n<p>        <span class=\"it-cb-tag\">O spole\u010dnosti Landercoll<\/span><\/p>\n<h1 class=\"it-cb-title\">Profesion\u00e1ln\u00ed spole\u010dnost zab\u00fdvaj\u00edc\u00ed se celul\u00f3zov\u00fdmi \u00e9tery zalo\u017een\u00e1 na <em>Kvalita<\/em>, schopnostech a dlouhodob\u00e9 <em>spolupr\u00e1ci<\/em><\/h1>\n<p class=\"it-cb-subtitle\">Zjist\u011bte v\u00edce o LANDERCOLL, na\u0161em v\u00fdrobn\u00edm p\u0159\u00edstupu, z\u00e1vazku k jakosti, zam\u011b\u0159en\u00ed na aplikace a oddanosti slu\u017eb\u00e1m glob\u00e1ln\u00edm pr\u016fmyslov\u00fdm z\u00e1kazn\u00edk\u016fm.<\/p>\n<div class=\"it-cb-line\"><\/div>\n<div class=\"it-cb-body\">\n<p>Siln\u00fd pr\u016fmyslov\u00fd partner je definov\u00e1n v\u00edce ne\u017e jen produkty, kter\u00e9 nab\u00edz\u00ed. Z\u00e1kazn\u00edci tak\u00e9 hodnot\u00ed spolehlivost v\u00fdroby, konzistenci kvality, technick\u00e9 porozum\u011bn\u00ed, efektivitu komunikace a schopnost dlouhodob\u00e9 slu\u017eby. LANDERCOLL je postaven na t\u011bchto priorit\u00e1ch.<\/p>\n<p>Jako profesion\u00e1ln\u00ed dodavatel zam\u011b\u0159en\u00fd na \u0159e\u0161en\u00ed s celul\u00f3zov\u00fdmi \u00e9tery, pracujeme na podpo\u0159e z\u00e1kazn\u00edk\u016f v oblasti stavebn\u00edch materi\u00e1l\u016f, n\u00e1t\u011br\u016f a povlak\u016f, dom\u00e1c\u00ed p\u00e9\u010de, osobn\u00ed p\u00e9\u010de, farmaceutik, potravinov\u00fdch syst\u00e9m\u016f a speci\u00e1ln\u00edch pr\u016fmyslov\u00fdch aplikac\u00ed.<\/p>\n<\/p><\/div>\n<div class=\"it-cb-actions\">\n          <a href=\"https:\/\/landercoll.com\/cs\/kontakt\/contact-us\/\" class=\"it-cb-btn-primary\"><br \/>\n            Kontaktujte n\u00e1s<br \/>\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><br \/>\n          <\/a><br \/>\n          <a href=\"https:\/\/landercoll.com\/cs\/produkty\/\" class=\"it-cb-btn-secondary\"><br \/>\n            Prozkoumejte produkty<br \/>\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><br \/>\n          <\/a>\n        <\/div>\n<div class=\"it-cb-trust\">\n<div class=\"it-cb-trust-item\">\n<div class=\"it-cb-trust-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n            <\/div>\n<p>            <span class=\"it-cb-trust-text\"><strong>ISO 9001<\/strong>Certifikovan\u00e1 kvalita<\/span>\n          <\/div>\n<div class=\"it-cb-trust-item\">\n<div class=\"it-cb-trust-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M2 12h20M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z\"><\/path><\/svg>\n            <\/div>\n<p>            <span class=\"it-cb-trust-text\"><strong>V\u00edce ne\u017e 60 zem\u00ed<\/strong>Celosv\u011btov\u00fd dosah<\/span>\n          <\/div>\n<div class=\"it-cb-trust-item\">\n<div class=\"it-cb-trust-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 00-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 010 7.75\"><\/path><\/svg>\n            <\/div>\n<p>            <span class=\"it-cb-trust-text\"><strong>1000+<\/strong>D\u016fv\u011bryhodn\u00ed partne\u0159i<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- ===== RIGHT: IMAGE MOSAIC ===== --><\/p>\n<div class=\"it-cb-images\">\n<p>        <!-- Image 1: Factory \/ Manufacturing (tall left) --><\/p>\n<div class=\"it-cb-img span-tall\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1504328345606-18bbc8c9d7d1?w=600&amp;h=800&amp;fit=crop&amp;crop=center\" alt=\"Modern\u00ed v\u00fdrobn\u00ed za\u0159\u00edzen\u00ed \u2014 pr\u016fmyslov\u00e1 v\u00fdrobn\u00ed linka\"><br \/>\n          <span class=\"it-cb-img-label\">V\u00fdroba<\/span>\n        <\/div>\n<p>        <!-- Image 2: Laboratory Quality Testing --><\/p>\n<div class=\"it-cb-img\">\n          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1582719471384-894fbb16e074?w=500&amp;h=400&amp;fit=crop&amp;crop=center\" alt=\"Laboratorn\u00ed testov\u00e1n\u00ed kontroly kvality\"><br \/>\n          <span class=\"it-cb-img-label\">Kontrola kvality<\/span>\n        <\/div>\n<p>        <!-- Image 3: Construction Application --><\/p>\n<div class=\"it-cb-img\">\n          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1504307651254-35680f356dfd?w=500&amp;h=400&amp;fit=crop&amp;crop=center\" alt=\"Aplikace stavebn\u00edch materi\u00e1l\u016f na m\u00edst\u011b\"><br \/>\n          <span class=\"it-cb-img-label\">Stavebnictv\u00ed<\/span>\n        <\/div>\n<p>        <!-- Image 4: Global Shipping \/ Warehouse --><\/p>\n<div class=\"it-cb-img\">\n          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1586528116311-ad8dd3c8310d?w=500&amp;h=400&amp;fit=crop&amp;crop=center\" alt=\"Pr\u016fmyslov\u00e1 skladov\u00e1 logistika a glob\u00e1ln\u00ed doprava\"><br \/>\n          <span class=\"it-cb-img-label\">Glob\u00e1ln\u00ed logistika<\/span>\n        <\/div>\n<p>        <!-- Image 5: Chemical\/Coatings\/Paints --><\/p>\n<div class=\"it-cb-img\">\n          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1562259929-b4e1fd3aef09?w=500&amp;h=400&amp;fit=crop&amp;crop=center\" alt=\"Pr\u016fmyslov\u00e9 pou\u017eit\u00ed n\u00e1t\u011br\u016f a lak\u016f\"><br \/>\n          <span class=\"it-cb-img-label\">N\u00e1t\u011bry<\/span>\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- Bottom accent line --><\/p>\n<div class=\"it-company-banner-line\"><\/div>\n<p>    <!-- Scroll indicator --><\/p>\n<div class=\"it-cb-scroll\">\n      <span class=\"it-cb-scroll-text\">Posouvat<\/span><br \/>\n      <span class=\"it-cb-scroll-line\"><\/span>\n    <\/div>\n<\/section>\n<\/div>\n<p><!-- ==================== LANDERCOLL COMPANY BANNER END ==================== --><\/p>\n<p><!-- ==================== LANDERCOLL COMPANY PAGE \u2014 ALL SECTIONS START ==================== --><\/p>\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Raleway:wght@300;400;500;600;700&display=swap');<\/p>\n<p>\/* ===== RESET ===== *\/\n.ldc-co *,.ldc-co *::before,.ldc-co *::after {\n  margin: 0; padding: 0; box-sizing: border-box;\n}<\/p>\n<p>\/* ===== CSS VARIABLES ===== *\/\n.ldc-co {\n  --it-arancio: #E8722A;\n  --it-arancio-deep: #C45A1A;\n  --it-terracotta: #B5451B;\n  --it-oro: #C8952E;\n  --it-oro-chiaro: #D4A843;\n  --it-crema: #FDF8F3;\n  --it-bianco: #FFFFFF;\n  --it-nero: #1A1108;\n  --it-nero-caldo: #2C1E0F;\n  --it-grigio: #5C5346;\n  --it-grigio-chiaro: #9B9286;\n  --it-sabbia: #F2EAE0;\n}<\/p>\n<p>\/* ============================================\n   SHARED COMPONENTS\n   ============================================ *\/<\/p>\n<p>\/* Section wrapper *\/\n.ldc-co .co-section {\n  position: relative;\n  overflow: hidden;\n  width: 100%;\n}\n.ldc-co .co-inner {\n  max-width: 1440px;\n  margin: 0 auto;\n  padding: 0 48px;\n}<\/p>\n<p>\/* Section header (centered) *\/\n.ldc-co .co-sec-header {\n  text-align: center;\n  margin-bottom: 48px;\n}\n.ldc-co .co-sec-eyebrow {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--it-arancio);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n}\n.ldc-co .co-sec-eyebrow::before,.ldc-co .co-sec-eyebrow::after {\n  content: '';\n  width: 32px;\n  height: 1.5px;\n  background: var(--it-arancio);\n}\n.ldc-co .co-sec-title {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(24px, 2.6vw, 36px);\n  font-weight: 600;\n  color: var(--it-nero);\n  line-height: 1.3;\n  margin-bottom: 12px;\n  letter-spacing: 0.5px;\n}\n.ldc-co .co-sec-title em {\n  font-style: normal;\n  color: var(--it-arancio);\n}\n.ldc-co .co-sec-ornament {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 12px;\n  margin-top: 20px;\n}\n.ldc-co .co-sec-ornament-dot {\n  width: 5px;\n  height: 5px;\n  background: var(--it-oro);\n  transform: rotate(45deg);\n}\n.ldc-co .co-sec-ornament-line {\n  height: 1px;\n  width: 40px;\n  background: linear-gradient(90deg, transparent, var(--it-oro), transparent);\n}<\/p>\n<p>\/* Dark section variants *\/\n.ldc-co .co-section.dark { background: var(--it-nero-caldo); }\n.ldc-co .co-section.dark .co-sec-title { color: var(--it-bianco); }\n.ldc-co .co-section.dark .co-sec-eyebrow { color: var(--it-oro-chiaro); }\n.ldc-co .co-section.dark .co-sec-eyebrow::before,.ldc-co .co-section.dark .co-sec-eyebrow::after { background: var(--it-oro-chiaro); }<\/p>\n<p>\/* Cream section variant *\/\n.ldc-co .co-section.cream { background: var(--it-crema); }<\/p>\n<p>\/* Sabbia section variant *\/\n.ldc-co .co-section.sabbia { background: var(--it-sabbia); }<\/p>\n<p>\/* Body text styles *\/\n.ldc-co .co-body {\n  font-family: 'Raleway', sans-serif;\n  font-size: 14px;\n  font-weight: 400;\n  color: var(--it-grigio);\n  line-height: 1.85;\n}\n.ldc-co .co-body p { margin-bottom: 20px; }\n.ldc-co .co-body p:last-child { margin-bottom: 0; }\n.ldc-co .co-body strong {\n  color: var(--it-nero);\n  font-weight: 600;\n}\n.ldc-co .co-section.dark .co-body { color: rgba(255,255,255,0.6); }\n.ldc-co .co-section.dark .co-body strong { color: rgba(255,255,255,0.88); }<\/p>\n<p>\/* Shared CTA button *\/\n.ldc-co .co-btn,.ldc-co .co-btn:link,.ldc-co .co-btn:visited {\n  font-family: 'Raleway', sans-serif !important;\n  font-size: 10.5px !important;\n  font-weight: 700 !important;\n  letter-spacing: 2.5px !important;\n  text-transform: uppercase !important;\n  color: var(--it-bianco) !important;\n  background: linear-gradient(135deg, var(--it-arancio) 0%, var(--it-terracotta) 100%) !important;\n  padding: 14px 32px !important;\n  border: none !important;\n  text-decoration: none !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 10px !important;\n  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;\n  position: relative !important;\n  overflow: hidden !important;\n  cursor: pointer !important;\n  white-space: nowrap !important;\n  line-height: 1 !important;\n  box-shadow: 0 6px 20px rgba(232,114,42,0.25) !important;\n  border-radius: 0 !important;\n}\n.ldc-co .co-btn::before {\n  content: '';\n  position: absolute;\n  top: 0; left: -100%; width: 100%; height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);\n  transition: left 0.5s;\n}\n.ldc-co .co-btn:hover::before { left: 100%; }\n.ldc-co .co-btn:hover {\n  background: linear-gradient(135deg, var(--it-terracotta) 0%, #8B3A10 100%) !important;\n  transform: translateY(-2px) !important;\n  box-shadow: 0 12px 32px rgba(232,114,42,0.38) !important;\n}\n.ldc-co .co-btn svg { width: 12px !important; height: 12px !important; }<\/p>\n<p>\/* Outline CTA *\/\n.ldc-co .co-btn-outline,.ldc-co .co-btn-outline:link,.ldc-co .co-btn-outline:visited {\n  font-family: 'Raleway', sans-serif !important;\n  font-size: 10.5px !important;\n  font-weight: 700 !important;\n  letter-spacing: 2.5px !important;\n  text-transform: uppercase !important;\n  color: var(--it-nero) !important;\n  background: transparent !important;\n  padding: 14px 32px !important;\n  border: 1.5px solid var(--it-nero) !important;\n  text-decoration: none !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 10px !important;\n  transition: all 0.4s !important;\n  cursor: pointer !important;\n  white-space: nowrap !important;\n  line-height: 1 !important;\n  box-shadow: none !important;\n  border-radius: 0 !important;\n}\n.ldc-co .co-btn-outline:hover {\n  background: var(--it-arancio) !important;\n  border-color: var(--it-arancio) !important;\n  color: #fff !important;\n}\n.ldc-co .co-btn-outline svg { width: 12px !important; height: 12px !important; }<\/p>\n<p>\/* Dark outline CTA *\/\n.ldc-co .co-section.dark .co-btn-outline,.ldc-co .co-section.dark .co-btn-outline:link,.ldc-co .co-section.dark .co-btn-outline:visited {\n  color: rgba(255,255,255,0.8) !important;\n  border-color: rgba(255,255,255,0.25) !important;\n}\n.ldc-co .co-section.dark .co-btn-outline:hover {\n  background: var(--it-arancio) !important;\n  border-color: var(--it-arancio) !important;\n  color: #fff !important;\n}<\/p>\n<p>\/* Arrow SVG used in links *\/\n.ldc-co .co-arrow { width: 12px; height: 12px; }<\/p>\n<p>\/* Section divider line *\/\n.ldc-co .co-divider {\n  height: 1px;\n  background: linear-gradient(90deg, transparent, rgba(200,149,46,0.2), transparent);\n}<\/p>\n<p>\/* ============================================\n   1. INTRO SECTION\n   ============================================ *\/\n.ldc-co .co-intro {\n  padding: 96px 0;\n  background: var(--it-bianco);\n}\n.ldc-co .co-intro-grid {\n  display: grid;\n  grid-template-columns: 360px 1fr;\n  gap: 72px;\n  align-items: start;\n}\n.ldc-co .co-intro-left {}\n.ldc-co .co-intro-label {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--it-arancio);\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 20px;\n}\n.ldc-co .co-intro-label::before {\n  content: '';\n  width: 32px;\n  height: 1.5px;\n  background: var(--it-arancio);\n}\n.ldc-co .co-intro-title {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(28px, 3vw, 44px);\n  font-weight: 600;\n  color: var(--it-nero);\n  line-height: 1.2;\n  margin-bottom: 24px;\n}\n.ldc-co .co-intro-title em {\n  font-style: normal;\n  color: var(--it-arancio);\n  display: block;\n}\n.ldc-co .co-intro-deco {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n.ldc-co .co-intro-deco-dot {\n  width: 6px;\n  height: 6px;\n  border: 1.5px solid var(--it-oro);\n  transform: rotate(45deg);\n}\n.ldc-co .co-intro-deco-line {\n  width: 48px;\n  height: 1px;\n  background: linear-gradient(90deg, var(--it-oro), transparent);\n}<\/p>\n<p>.ldc-co .co-intro-right {}\n.ldc-co .co-intro-right .co-body {\n  font-size: 14.5px;\n  line-height: 1.9;\n}\n.ldc-co .co-intro-right .co-body p:first-child {\n  font-family: 'Lora', serif;\n  font-size: 16px;\n  font-style: italic;\n  color: var(--it-nero);\n  line-height: 1.75;\n  padding-bottom: 24px;\n  margin-bottom: 24px;\n  border-bottom: 1px solid rgba(200,149,46,0.15);\n}<\/p>\n<p>\/* ============================================\n   2. COMPANY OVERVIEW\n   ============================================ *\/\n.ldc-co .co-overview {\n  padding: 96px 0;\n  background: var(--it-crema);\n  position: relative;\n}\n.ldc-co .co-overview::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, rgba(200,149,46,0.2), transparent);\n}\n.ldc-co .co-overview-layout {\n  display: grid;\n  grid-template-columns: 1fr 440px;\n  gap: 64px;\n  align-items: center;\n}\n.ldc-co .co-overview-img {\n  position: relative;\n  overflow: hidden;\n}\n.ldc-co .co-overview-img img {\n  width: 100%;\n  height: 480px;\n  object-fit: cover;\n  display: block;\n  filter: saturate(0.8) brightness(0.9);\n  transition: transform 0.7s ease;\n}\n.ldc-co .co-overview-img:hover img { transform: scale(1.04); }\n.ldc-co .co-overview-img::before {\n  content: '';\n  position: absolute;\n  top: 14px; left: 14px;\n  width: 32px; height: 32px;\n  border-top: 2px solid var(--it-oro);\n  border-left: 2px solid var(--it-oro);\n  z-index: 2;\n  pointer-events: none;\n}\n.ldc-co .co-overview-img::after {\n  content: '';\n  position: absolute;\n  bottom: 14px; right: 14px;\n  width: 32px; height: 32px;\n  border-bottom: 2px solid var(--it-oro);\n  border-right: 2px solid var(--it-oro);\n  z-index: 2;\n  pointer-events: none;\n}\n.ldc-co .co-overview-badge {\n  position: absolute;\n  bottom: 24px;\n  left: 24px;\n  background: var(--it-arancio);\n  padding: 14px 20px;\n  z-index: 3;\n  box-shadow: 0 8px 24px rgba(232,114,42,0.35);\n}\n.ldc-co .co-overview-badge-num {\n  font-family: 'Cinzel', serif;\n  font-size: 20px;\n  font-weight: 700;\n  color: #fff;\n  line-height: 1;\n  display: block;\n}\n.ldc-co .co-overview-badge-txt {\n  font-family: 'Raleway', sans-serif;\n  font-size: 9px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  display: block;\n  margin-top: 4px;\n}<\/p>\n<p>\/* ============================================\n   3. MISSION & VISION (side by side)\n   ============================================ *\/\n.ldc-co .co-mv {\n  padding: 96px 0;\n  background: var(--it-bianco);\n}\n.ldc-co .co-mv-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 0;\n}\n.ldc-co .co-mv-card {\n  padding: 56px 52px;\n  position: relative;\n}\n.ldc-co .co-mv-card:first-child {\n  border-right: 1px solid rgba(200,149,46,0.15);\n}\n.ldc-co .co-mv-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 52px;\n  width: 40px;\n  height: 2px;\n  background: linear-gradient(90deg, var(--it-arancio), var(--it-oro));\n}\n.ldc-co .co-mv-icon {\n  width: 52px;\n  height: 52px;\n  border: 1.5px solid rgba(200,149,46,0.3);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transform: rotate(45deg);\n  margin-bottom: 28px;\n}\n.ldc-co .co-mv-icon svg {\n  width: 20px;\n  height: 20px;\n  color: var(--it-arancio);\n  transform: rotate(-45deg);\n}\n.ldc-co .co-mv-label {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 3.5px;\n  text-transform: uppercase;\n  color: var(--it-oro);\n  margin-bottom: 14px;\n}\n.ldc-co .co-mv-title {\n  font-family: 'Cinzel', serif;\n  font-size: 24px;\n  font-weight: 600;\n  color: var(--it-nero);\n  margin-bottom: 20px;\n  letter-spacing: 0.5px;\n  line-height: 1.3;\n}\n.ldc-co .co-mv-body {\n  font-family: 'Raleway', sans-serif;\n  font-size: 13.5px;\n  color: var(--it-grigio);\n  line-height: 1.85;\n}\n.ldc-co .co-mv-body p { margin-bottom: 16px; }\n.ldc-co .co-mv-body p:last-child { margin-bottom: 0; }<\/p>\n<p>\/* ============================================\n   4. WHAT WE DO\n   ============================================ *\/\n.ldc-co .co-wwd {\n  padding: 96px 0;\n  background: var(--it-nero-caldo);\n  position: relative;\n}\n.ldc-co .co-wwd::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    repeating-linear-gradient(90deg, transparent, transparent 120px, rgba(200,149,46,0.03) 120px, rgba(200,149,46,0.03) 121px),\n    repeating-linear-gradient(0deg, transparent, transparent 120px, rgba(200,149,46,0.02) 120px, rgba(200,149,46,0.02) 121px);\n  pointer-events: none;\n}\n.ldc-co .co-wwd-layout {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 72px;\n  align-items: center;\n}\n.ldc-co .co-wwd-content {}\n.ldc-co .co-wwd-images {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  grid-template-rows: 200px 200px;\n  gap: 8px;\n}\n.ldc-co .co-wwd-img {\n  overflow: hidden;\n  position: relative;\n}\n.ldc-co .co-wwd-img img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  filter: saturate(0.7) brightness(0.8);\n  transition: transform 0.7s ease, filter 0.5s;\n}\n.ldc-co .co-wwd-img:hover img {\n  transform: scale(1.06);\n  filter: saturate(0.85) brightness(0.88);\n}\n.ldc-co .co-wwd-img.tall { grid-row: span 2; }\n.ldc-co .co-wwd-img::after {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(180deg, transparent 50%, rgba(26,17,8,0.5) 100%);\n  pointer-events: none;\n}\n.ldc-co .co-wwd-img-cap {\n  position: absolute;\n  bottom: 10px;\n  left: 12px;\n  z-index: 3;\n  font-family: 'Raleway', sans-serif;\n  font-size: 9px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.7);\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n}<\/p>\n<p>\/* ============================================\n   5. CORE STRENGTHS\n   ============================================ *\/\n.ldc-co .co-strengths {\n  padding: 96px 0;\n  background: var(--it-crema);\n}\n.ldc-co .co-str-grid {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 0;\n}\n.ldc-co .co-str-card {\n  padding: 44px 28px;\n  text-align: center;\n  position: relative;\n  transition: all 0.4s;\n}\n.ldc-co .co-str-card::after {\n  content: '';\n  position: absolute;\n  top: 24px;\n  right: 0;\n  bottom: 24px;\n  width: 1px;\n  background: rgba(200,149,46,0.15);\n}\n.ldc-co .co-str-card:last-child::after { display: none; }\n.ldc-co .co-str-card::before {\n  content: '';\n  position: absolute;\n  bottom: 0;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 0;\n  height: 2px;\n  background: var(--it-arancio);\n  transition: width 0.4s;\n}\n.ldc-co .co-str-card:hover::before { width: 50px; }\n.ldc-co .co-str-card:hover { background: rgba(255,255,255,0.6); }\n.ldc-co .co-str-icon {\n  width: 56px;\n  height: 56px;\n  margin: 0 auto 24px;\n  border: 1.5px solid rgba(200,149,46,0.3);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transform: rotate(45deg);\n  transition: all 0.4s;\n}\n.ldc-co .co-str-card:hover .co-str-icon {\n  background: var(--it-arancio);\n  border-color: var(--it-arancio);\n}\n.ldc-co .co-str-icon svg {\n  width: 20px;\n  height: 20px;\n  color: var(--it-arancio);\n  transform: rotate(-45deg);\n  transition: color 0.4s;\n}\n.ldc-co .co-str-card:hover .co-str-icon svg { color: #fff; }\n.ldc-co .co-str-title {\n  font-family: 'Cinzel', serif;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--it-nero);\n  letter-spacing: 0.5px;\n  margin-bottom: 14px;\n  line-height: 1.4;\n}\n.ldc-co .co-str-body {\n  font-family: 'Raleway', sans-serif;\n  font-size: 12.5px;\n  color: var(--it-grigio);\n  line-height: 1.75;\n}<\/p>\n<p>\/* ============================================\n   6. MANUFACTURING (Image left + Text right)\n   ============================================ *\/\n.ldc-co .co-mfg {\n  padding: 96px 0;\n  background: var(--it-bianco);\n}\n.ldc-co .co-split {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 72px;\n  align-items: center;\n}\n.ldc-co .co-split.reverse { direction: rtl; }\n.ldc-co .co-split.reverse > * { direction: ltr; }\n.ldc-co .co-split-img {\n  position: relative;\n  overflow: hidden;\n}\n.ldc-co .co-split-img img {\n  width: 100%;\n  height: 420px;\n  object-fit: cover;\n  display: block;\n  filter: saturate(0.8) brightness(0.88);\n  transition: transform 0.7s ease;\n}\n.ldc-co .co-split-img:hover img { transform: scale(1.04); }\n.ldc-co .co-split-img::before {\n  content: '';\n  position: absolute;\n  top: 14px; left: 14px;\n  width: 28px; height: 28px;\n  border-top: 2px solid rgba(200,149,46,0.5);\n  border-left: 2px solid rgba(200,149,46,0.5);\n  z-index: 2;\n  pointer-events: none;\n}\n.ldc-co .co-split-img::after {\n  content: '';\n  position: absolute;\n  bottom: 14px; right: 14px;\n  width: 28px; height: 28px;\n  border-bottom: 2px solid rgba(200,149,46,0.5);\n  border-right: 2px solid rgba(200,149,46,0.5);\n  z-index: 2;\n  pointer-events: none;\n}\n.ldc-co .co-split-content {}\n.ldc-co .co-split-label {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 3.5px;\n  text-transform: uppercase;\n  color: var(--it-arancio);\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n.ldc-co .co-split-label::before {\n  content: '';\n  width: 28px;\n  height: 1.5px;\n  background: var(--it-arancio);\n}\n.ldc-co .co-split-title {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(22px, 2.2vw, 30px);\n  font-weight: 600;\n  color: var(--it-nero);\n  line-height: 1.3;\n  margin-bottom: 20px;\n  letter-spacing: 0.5px;\n}\n.ldc-co .co-section.dark .co-split-title { color: var(--it-bianco); }\n.ldc-co .co-section.dark .co-split-label { color: var(--it-oro-chiaro); }\n.ldc-co .co-section.dark .co-split-label::before { background: var(--it-oro-chiaro); }\n.ldc-co .co-split-line {\n  width: 50px;\n  height: 2px;\n  background: linear-gradient(90deg, var(--it-arancio), var(--it-oro), transparent);\n  margin-bottom: 20px;\n}\n.ldc-co .co-split-cta {\n  margin-top: 32px;\n}<\/p>\n<p>\/* ============================================\n   7. WHY CHOOSE US\n   ============================================ *\/\n.ldc-co .co-why {\n  padding: 96px 0;\n  background: var(--it-nero-caldo);\n  position: relative;\n}\n.ldc-co .co-why::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    repeating-linear-gradient(90deg, transparent, transparent 120px, rgba(200,149,46,0.03) 120px, rgba(200,149,46,0.03) 121px);\n  pointer-events: none;\n}\n.ldc-co .co-why-layout {\n  position: relative;\n  z-index: 2;\n}\n.ldc-co .co-why-intro {\n  text-align: center;\n  max-width: 680px;\n  margin: 0 auto 52px;\n}\n.ldc-co .co-why-intro .co-body {\n  color: rgba(255,255,255,0.55);\n}\n.ldc-co .co-why-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n}\n.ldc-co .co-why-card {\n  padding: 36px 32px;\n  border: 1px solid rgba(200,149,46,0.12);\n  position: relative;\n  transition: all 0.4s;\n}\n.ldc-co .co-why-card:hover {\n  border-color: rgba(232,114,42,0.35);\n  background: rgba(200,149,46,0.04);\n}\n.ldc-co .co-why-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 32px;\n  width: 30px;\n  height: 2px;\n  background: var(--it-arancio);\n  opacity: 0;\n  transition: opacity 0.4s;\n}\n.ldc-co .co-why-card:hover::before { opacity: 1; }\n.ldc-co .co-why-num {\n  font-family: 'Cinzel', serif;\n  font-size: 32px;\n  font-weight: 700;\n  color: rgba(200,149,46,0.15);\n  margin-bottom: 16px;\n  line-height: 1;\n}\n.ldc-co .co-why-card-title {\n  font-family: 'Cinzel', serif;\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--it-bianco);\n  margin-bottom: 12px;\n  letter-spacing: 0.3px;\n  line-height: 1.4;\n}\n.ldc-co .co-why-card-body {\n  font-family: 'Raleway', sans-serif;\n  font-size: 12.5px;\n  color: rgba(255,255,255,0.45);\n  line-height: 1.75;\n}<\/p>\n<p>\/* ============================================\n   8. COMPANY PAGES PREVIEW\n   ============================================ *\/\n.ldc-co .co-pages {\n  padding: 96px 0;\n  background: var(--it-bianco);\n}\n.ldc-co .co-pages-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n}\n.ldc-co .co-page-card {\n  text-decoration: none;\n  display: block;\n  padding: 36px 28px;\n  border: 1px solid rgba(200,149,46,0.12);\n  position: relative;\n  transition: all 0.4s;\n  overflow: hidden;\n}\n.ldc-co .co-page-card::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 0;\n  height: 2px;\n  background: var(--it-arancio);\n  transition: width 0.4s;\n}\n.ldc-co .co-page-card:hover::after { width: 100%; }\n.ldc-co .co-page-card:hover {\n  background: var(--it-crema);\n  border-color: rgba(200,149,46,0.25);\n  transform: translateY(-3px);\n  box-shadow: 0 12px 32px rgba(26,17,8,0.06);\n}\n.ldc-co .co-page-icon {\n  width: 44px;\n  height: 44px;\n  border: 1.5px solid rgba(200,149,46,0.25);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transform: rotate(45deg);\n  margin-bottom: 22px;\n  transition: all 0.4s;\n}\n.ldc-co .co-page-card:hover .co-page-icon {\n  background: var(--it-arancio);\n  border-color: var(--it-arancio);\n}\n.ldc-co .co-page-icon svg {\n  width: 17px; height: 17px;\n  color: var(--it-arancio);\n  transform: rotate(-45deg);\n  transition: color 0.4s;\n}\n.ldc-co .co-page-card:hover .co-page-icon svg { color: #fff; }\n.ldc-co .co-page-title {\n  font-family: 'Cinzel', serif;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--it-nero);\n  margin-bottom: 10px;\n  letter-spacing: 0.3px;\n  transition: color 0.3s;\n}\n.ldc-co .co-page-card:hover .co-page-title { color: var(--it-arancio); }\n.ldc-co .co-page-desc {\n  font-family: 'Raleway', sans-serif;\n  font-size: 11.5px;\n  color: var(--it-grigio-chiaro);\n  line-height: 1.6;\n}\n.ldc-co .co-page-arrow {\n  margin-top: 18px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  color: var(--it-arancio);\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  opacity: 0;\n  transform: translateX(-8px);\n  transition: all 0.4s;\n}\n.ldc-co .co-page-card:hover .co-page-arrow {\n  opacity: 1;\n  transform: translateX(0);\n}<\/p>\n<p>\/* ============================================\n   9. CONTACT SECTION\n   ============================================ *\/\n.ldc-co .co-contact {\n  padding: 96px 0;\n  background: var(--it-crema);\n  text-align: center;\n}\n.ldc-co .co-contact-body {\n  max-width: 640px;\n  margin: 0 auto 40px;\n}\n.ldc-co .co-contact-btns {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 18px;\n  flex-wrap: wrap;\n}<\/p>\n<p>\/* ============================================\n   10. FINAL CTA\n   ============================================ *\/\n.ldc-co .co-final {\n  padding: 80px 0;\n  background: var(--it-nero-caldo);\n  text-align: center;\n  position: relative;\n}\n.ldc-co .co-final::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 3px;\n  background: linear-gradient(90deg, transparent, var(--it-oro), var(--it-arancio), var(--it-oro), transparent);\n}\n.ldc-co .co-final-title {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(20px, 2vw, 28px);\n  font-weight: 600;\n  color: var(--it-bianco);\n  margin-bottom: 16px;\n}\n.ldc-co .co-final-body {\n  font-family: 'Lora', serif;\n  font-size: 14px;\n  font-style: italic;\n  color: rgba(255,255,255,0.5);\n  line-height: 1.7;\n  max-width: 580px;\n  margin: 0 auto 36px;\n}\n.ldc-co .co-final-cta {\n  display: flex;\n  justify-content: center;\n}<\/p>\n<p>\/* ============================================\n   RESPONSIVE\n   ============================================ *\/\n@media (max-width: 1200px) {\n  .ldc-co .co-str-grid { grid-template-columns: repeat(3, 1fr); }\n  .ldc-co .co-str-card:nth-child(3)::after { display: none; }\n  .ldc-co .co-pages-grid { grid-template-columns: repeat(2, 1fr); }\n}<\/p>\n<p>@media (max-width: 1024px) {\n  .ldc-co .co-inner { padding: 0 32px; }\n  .ldc-co .co-intro-grid { grid-template-columns: 1fr; gap: 40px; }\n  .ldc-co .co-overview-layout { grid-template-columns: 1fr; gap: 40px; }\n  .ldc-co .co-overview-img { order: -1; }\n  .ldc-co .co-mv-grid { grid-template-columns: 1fr; }\n  .ldc-co .co-mv-card:first-child { border-right: none; border-bottom: 1px solid rgba(200,149,46,0.15); }\n  .ldc-co .co-split { grid-template-columns: 1fr; gap: 40px; }\n  .ldc-co .co-split.reverse { direction: ltr; }\n  .ldc-co .co-split-img { order: -1; }\n  .ldc-co .co-wwd-layout { grid-template-columns: 1fr; gap: 40px; }\n  .ldc-co .co-wwd-images { order: -1; }\n  .ldc-co .co-why-grid { grid-template-columns: repeat(2, 1fr); }\n}<\/p>\n<p>@media (max-width: 768px) {\n  .ldc-co .co-inner { padding: 0 24px; }\n  .ldc-co .co-section { padding: 64px 0 !important; }\n  .ldc-co .co-intro { padding: 64px 0 !important; }\n  .ldc-co .co-str-grid { grid-template-columns: 1fr 1fr; }\n  .ldc-co .co-str-card:nth-child(2n)::after { display: none; }\n  .ldc-co .co-pages-grid { grid-template-columns: 1fr 1fr; }\n  .ldc-co .co-why-grid { grid-template-columns: 1fr; }\n  .ldc-co .co-wwd-images { grid-template-rows: 160px 160px; }\n  .ldc-co .co-split-img img { height: 320px; }\n  .ldc-co .co-overview-img img { height: 360px; }\n}<\/p>\n<p>@media (max-width: 600px) {\n  .ldc-co .co-inner { padding: 0 20px; }\n  .ldc-co .co-str-grid { grid-template-columns: 1fr; }\n  .ldc-co .co-str-card::after { display: none; }\n  .ldc-co .co-pages-grid { grid-template-columns: 1fr; }\n  .ldc-co .co-contact-btns { flex-direction: column; }\n  .ldc-co .co-contact-btns .co-btn,.ldc-co .co-contact-btns .co-btn-outline { width: 100% !important; justify-content: center !important; }\n  .ldc-co .co-mv-card { padding: 40px 24px; }\n  .ldc-co .co-split-img img { height: 260px; }\n}\n<\/style>\n<div class=\"ldc-co\">\n<p>  <!-- ============================================\n       SECTION 1 \u2014 INTRO\n       ============================================ --><\/p>\n<section class=\"co-section co-intro\">\n<div class=\"co-inner\">\n<div class=\"co-intro-grid\">\n<div class=\"co-intro-left\">\n          <span class=\"co-intro-label\">\u00davod<\/span><\/p>\n<h2 class=\"co-intro-title\">O str\u00e1nk\u00e1ch<br \/><em>LANDERCOLL<\/em><\/h2>\n<div class=\"co-intro-deco\">\n            <span class=\"co-intro-deco-dot\"><\/span><br \/>\n            <span class=\"co-intro-deco-line\"><\/span>\n          <\/div>\n<\/p><\/div>\n<div class=\"co-intro-right\">\n<div class=\"co-body\">\n<p>LANDERCOLL je odhodl\u00e1n dod\u00e1vat produkty z celul\u00f3zov\u00fdch \u00e9ter\u016f a aplika\u010dn\u00ed podporu pro pr\u016fmyslov\u00e9 z\u00e1kazn\u00edky po cel\u00e9m sv\u011bt\u011b. Obsluhujeme v\u00fdrobce, formul\u00e1tory, distributory a t\u00fdmy pro n\u00e1kup, kter\u00e9 pot\u0159ebuj\u00ed spolehliv\u00e9 produkty, praktickou technickou komunikaci a profesion\u00e1ln\u00edho partnera schopn\u00e9ho podporovat dlouhodobou obchodn\u00ed spolupr\u00e1ci.<\/p>\n<p>Na\u0161e spole\u010dnost je postavena na my\u0161lence, \u017ee pr\u016fmyslov\u00e1 dod\u00e1vka by m\u011bla b\u00fdt jak <strong>spolehliv\u00e1, tak u\u017eite\u010dn\u00e1<\/strong>. Spolehliv\u00e1 znamen\u00e1 konzistentn\u00ed v\u00fdkon produktu, stabiln\u00ed kvalitu a rychlou slu\u017ebu. U\u017eite\u010dn\u00e1 znamen\u00e1 pochopen\u00ed chov\u00e1n\u00ed produkt\u016f v re\u00e1ln\u00fdch aplikac\u00edch a pomoc z\u00e1kazn\u00edk\u016fm s v\u00fdb\u011brem \u0159e\u0161en\u00ed, kter\u00e1 odpov\u00eddaj\u00ed jejich v\u00fdrobn\u00edm c\u00edl\u016fm a tr\u017en\u00edm pot\u0159eb\u00e1m.<\/p>\n<p>Nam\u00edsto toho, aby p\u016fsobila pouze jako prodejce surovin, se LANDERCOLL sna\u017e\u00ed b\u00fdt spole\u010dnost\u00ed, kter\u00e1 podporuje <strong>v\u00fdb\u011br produkt\u016f, porozum\u011bn\u00ed aplikac\u00edm a posiluje rozhodov\u00e1n\u00ed z\u00e1kazn\u00edk\u016f<\/strong>. To je z\u00e1klad na\u0161\u00ed firemn\u00ed filozofie a sm\u011br, kter\u00fdm se nad\u00e1le rozv\u00edj\u00edme.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- Divider --><\/p>\n<div class=\"co-divider\"><\/div>\n<p>  <!-- ============================================\n       SECTION 2 \u2014 COMPANY OVERVIEW\n       ============================================ --><\/p>\n<section class=\"co-section co-overview cream\">\n<div class=\"co-inner\">\n<div class=\"co-sec-header\">\n        <span class=\"co-sec-eyebrow\">P\u0159ehled spole\u010dnosti<\/span><\/p>\n<h2 class=\"co-sec-title\">Spole\u010dnost zam\u011b\u0159en\u00e1 na celul\u00f3zov\u00e9 etherov\u00e9 produkty<br \/>a <em>Pr\u016fmyslov\u00fd v\u00fdkon<\/em><\/h2>\n<div class=\"co-sec-ornament\">\n          <span class=\"co-sec-ornament-line\"><\/span><br \/>\n          <span class=\"co-sec-ornament-dot\"><\/span><br \/>\n          <span class=\"co-sec-ornament-line\"><\/span>\n        <\/div>\n<\/p><\/div>\n<div class=\"co-overview-layout\">\n<div class=\"co-body\">\n<p>LANDERCOLL se zam\u011b\u0159uje na produkty z celul\u00f3zov\u00e9ho etheru v\u010detn\u011b <strong>HPMC, HEMC, HEC a CMC<\/strong>. Tyto produkty se pou\u017e\u00edvaj\u00ed v \u0161irok\u00e9 \u0161k\u00e1le pr\u016fmyslov\u00fdch odv\u011btv\u00ed, kde je d\u016fle\u017eit\u00e1 retence vody, zahu\u0161\u0165ov\u00e1n\u00ed, \u0159\u00edzen\u00ed rheologie, stabilita suspenz\u00ed, vazba a konzistence formulac\u00ed.<\/p>\n<p>Na\u0161e spole\u010dnost obsluhuje z\u00e1kazn\u00edky nap\u0159\u00ed\u010d r\u016fzn\u00fdmi trhy, v\u010detn\u011b stavebnictv\u00ed a stavebn\u00edch materi\u00e1l\u016f, n\u00e1t\u011br\u016f a n\u00e1t\u011brov\u00fdch hmot, dom\u00e1c\u00ed p\u00e9\u010de a prac\u00edch prost\u0159edk\u016f, osobn\u00ed p\u00e9\u010de a kosmetiky, farmaceutik, potravin\u00e1\u0159sk\u00fdch syst\u00e9m\u016f, keramiky, ropn\u00fdch pol\u00ed a dal\u0161\u00edch speci\u00e1ln\u00edch pr\u016fmyslov\u00fdch pou\u017eit\u00ed. Tato \u0161irok\u00e1 oblast pou\u017eit\u00ed n\u00e1m poskytuje cenn\u00fd pohled na to, jak se po\u017eadavky na v\u00fdkon produkt\u016f li\u0161\u00ed od jednoho odv\u011btv\u00ed k druh\u00e9mu.<\/p>\n<p>Proto\u017ee pr\u016fmyslov\u00ed z\u00e1kazn\u00edci \u010dasto operuj\u00ed v slo\u017eit\u00fdch prost\u0159ed\u00edch n\u00e1kupu a v\u00fdvoje, klademe velk\u00fd d\u016fraz na <strong>profesion\u00e1ln\u00ed komunikaci, praktickou podporu a dlouhodobou spolupr\u00e1ci<\/strong>. V\u011b\u0159\u00edme, \u017ee spolehliv\u00fd dodavatel by m\u011bl pom\u00e1hat z\u00e1kazn\u00edk\u016fm p\u0159ej\u00edt od dotazu na produkt k sebev\u011bdom\u00e9mu v\u00fdb\u011bru produktu jasn\u00fdm a efektivn\u00edm zp\u016fsobem.<\/p>\n<\/p><\/div>\n<div class=\"co-overview-img\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1581091226033-d5c48150dbaa?w=600&amp;q=80&amp;auto=format&amp;fit=crop\" alt=\"Pr\u016fmyslov\u00e9 za\u0159\u00edzen\u00ed LANDERCOLL\" loading=\"lazy\"><\/p>\n<div class=\"co-overview-badge\">\n            <span class=\"co-overview-badge-num\">4<\/span><br \/>\n            <span class=\"co-overview-badge-txt\">Hlavn\u00ed produktov\u00e9 \u0159ady<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ============================================\n       SECTION 3 \u2014 MISSION & VISION\n       ============================================ --><\/p>\n<section class=\"co-section co-mv\">\n<div class=\"co-inner\">\n<div class=\"co-sec-header\">\n        <span class=\"co-sec-eyebrow\">\u00da\u010del a sm\u011br<\/span><\/p>\n<h2 class=\"co-sec-title\">Posl\u00e1n\u00ed &amp; <em>Vize<\/em><\/h2>\n<div class=\"co-sec-ornament\">\n          <span class=\"co-sec-ornament-line\"><\/span><br \/>\n          <span class=\"co-sec-ornament-dot\"><\/span><br \/>\n          <span class=\"co-sec-ornament-line\"><\/span>\n        <\/div>\n<\/p><\/div>\n<div class=\"co-mv-grid\">\n<p>        <!-- Mission --><\/p>\n<div class=\"co-mv-card\">\n<div class=\"co-mv-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle><\/svg>\n          <\/div>\n<p>          <span class=\"co-mv-label\">Na\u0161e posl\u00e1n\u00ed<\/span><\/p>\n<h3 class=\"co-mv-title\">Na\u0161e posl\u00e1n\u00ed<\/h3>\n<div class=\"co-mv-body\">\n<p>Na\u0161\u00edm posl\u00e1n\u00edm je poskytovat vysoce kvalitn\u00ed \u0159e\u0161en\u00ed z celul\u00f3zov\u00e9ho etheru, kter\u00e1 pom\u00e1haj\u00ed pr\u016fmyslov\u00fdm z\u00e1kazn\u00edk\u016fm zlep\u0161it v\u00fdkon formulac\u00ed, konzistenci v\u00fdroby a hodnotu kone\u010dn\u00e9ho produktu. Usilujeme o podporu z\u00e1kazn\u00edk\u016f nejen produkty, ale tak\u00e9 profesion\u00e1ln\u00edm p\u0159\u00edstupem a spoluprac\u00ed zalo\u017eenou na aplikac\u00edch.<\/p>\n<p>V\u011b\u0159\u00edme, \u017ee nejcenn\u011bj\u0161\u00ed pr\u016fmyslov\u00e1 partnerstv\u00ed jsou budov\u00e1na, kdy\u017e se ob\u011b strany zam\u011b\u0159uj\u00ed na jasnost, konzistenci a dlouhodob\u00e9 v\u00fdsledky. Proto na\u0161e posl\u00e1n\u00ed p\u0159esahuje dod\u00e1vky. Pracujeme na tom, aby z\u00e1kazn\u00edci mohli sn\u00ed\u017eit nejistotu, efektivn\u011bji hodnotit mo\u017enosti a budovat d\u016fv\u011bru v \u0159e\u0161en\u00ed, kter\u00e1 si vyberou.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Vision --><\/p>\n<div class=\"co-mv-card\">\n<div class=\"co-mv-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n          <\/div>\n<p>          <span class=\"co-mv-label\">Na\u0161e vize<\/span><\/p>\n<h3 class=\"co-mv-title\">Na\u0161e vize<\/h3>\n<div class=\"co-mv-body\">\n<p>Na\u0161\u00ed viz\u00ed je b\u00fdt d\u016fv\u011bryhodn\u00fdm glob\u00e1ln\u00edm partnerem v oblasti celul\u00f3zov\u00fdch ether\u016f, zn\u00e1m\u00fdm pro spolehlivost produkt\u016f, porozum\u011bn\u00ed aplikac\u00edm a odpov\u011bdn\u00fd dlouhodob\u00fd r\u016fst. Usilujeme o pos\u00edlen\u00ed na\u0161\u00ed pozice pokra\u010dov\u00e1n\u00edm ve zlep\u0161ov\u00e1n\u00ed kvality, prohlubov\u00e1n\u00edm porozum\u011bn\u00ed pr\u016fmyslov\u00fdm aplikac\u00edm a zlep\u0161ov\u00e1n\u00edm zp\u016fsobu, jak\u00fdm podporujeme z\u00e1kazn\u00edky na mezin\u00e1rodn\u00edch trz\u00edch.<\/p>\n<p>V\u011b\u0159\u00edme, \u017ee dlouhodob\u00fd \u00fasp\u011bch v tomto odv\u011btv\u00ed z\u00e1vis\u00ed na spojen\u00ed v\u00fdrobn\u00edch schopnost\u00ed s profesionalitou, inovacemi a hodnotou pro z\u00e1kazn\u00edka. Na\u0161e vize odr\u00e1\u017e\u00ed n\u00e1\u0161 z\u00e1vazek r\u016fstu zp\u016fsobem, kter\u00fd podporuje jak na\u0161e z\u00e1kazn\u00edky, tak na\u0161i \u0161ir\u0161\u00ed roli v modern\u00edm pr\u016fmyslov\u00e9m dodavatelsk\u00e9m \u0159et\u011bzci.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- Divider --><\/p>\n<div class=\"co-divider\"><\/div>\n<p>  <!-- ============================================\n       SECTION 4 \u2014 WHAT WE DO\n       ============================================ --><\/p>\n<section class=\"co-section co-wwd dark\">\n<div class=\"co-inner\">\n<div class=\"co-wwd-layout\">\n<div class=\"co-wwd-content\">\n          <span class=\"co-split-label\">Schopnosti<\/span><\/p>\n<h2 class=\"co-split-title\" style=\"color:var(--it-bianco);\">Co d\u011bl\u00e1me<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>LANDERCOLL dod\u00e1v\u00e1 produkty celul\u00f3zov\u00fdch ether\u016f pro \u0161irokou \u0161k\u00e1lu pr\u016fmyslov\u00fdch pou\u017eit\u00ed. Na\u0161e pr\u00e1ce zahrnuje <strong>v\u00fdvoj produkt\u016f, podporu v\u00fdroby, aplikac\u00ed orientovan\u00e9 slad\u011bn\u00ed produkt\u016f<\/strong> a z\u00e1kaznick\u00fd servis pro kupuj\u00edc\u00ed a technick\u00e9 t\u00fdmy na r\u016fzn\u00fdch trz\u00edch.<\/p>\n<p>Zam\u011b\u0159ujeme se na pomoc z\u00e1kazn\u00edk\u016fm p\u0159i identifikaci vhodn\u00fdch mo\u017enost\u00ed produkt\u016f pro aplikace, jako jsou such\u00e9 sm\u011bsi na maltu, lepidla na dla\u017edice, st\u011brky na st\u011bny, n\u00e1t\u011bry a povlaky, tekut\u00e9 \u010distic\u00ed prost\u0159edky, produkty osobn\u00ed p\u00e9\u010de, farmaceutick\u00e9 formulace, potravinov\u00e9 syst\u00e9my, keramiku a dal\u0161\u00ed pr\u016fmyslov\u00e9 produkty. Pochopen\u00edm jak rodiny produkt\u016f, tak prost\u0159ed\u00ed formulace pom\u00e1h\u00e1me z\u00e1kazn\u00edk\u016fm sm\u011b\u0159ovat k efektivn\u011bj\u0161\u00edm a spolehliv\u011bj\u0161\u00edm rozhodnut\u00edm.<\/p>\n<p>Na\u0161\u00ed rol\u00ed je poskytovat hodnotu produktu praktick\u00fdm zp\u016fsobem. To znamen\u00e1 nab\u00edzet \u0159e\u0161en\u00ed, kter\u00e1 podporuj\u00ed jak <strong>technick\u00e9 po\u017eadavky, tak obchodn\u00ed pot\u0159eby<\/strong>.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"co-wwd-images\">\n<div class=\"co-wwd-img tall\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1504307651254-35680f356dfd?w=500&amp;q=80&amp;auto=format&amp;fit=crop\" alt=\"Stavebn\u00ed aplikace\" loading=\"lazy\"><br \/>\n            <span class=\"co-wwd-img-cap\">Stavebnictv\u00ed<\/span>\n          <\/div>\n<div class=\"co-wwd-img\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1532187863486-abf9dbad1b69?w=500&amp;q=80&amp;auto=format&amp;fit=crop\" alt=\"Laboratorn\u00ed testov\u00e1n\u00ed\" loading=\"lazy\"><br \/>\n            <span class=\"co-wwd-img-cap\">Laboratorn\u00ed testov\u00e1n\u00ed<\/span>\n          <\/div>\n<div class=\"co-wwd-img\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1562259929-b4e1fd3aef09?w=500&amp;q=80&amp;auto=format&amp;fit=crop\" alt=\"Aplikace n\u00e1t\u011br\u016f\" loading=\"lazy\"><br \/>\n            <span class=\"co-wwd-img-cap\">N\u00e1t\u011bry<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ============================================\n       SECTION 5 \u2014 CORE STRENGTHS\n       ============================================ --><\/p>\n<section class=\"co-section co-strengths cream\">\n<div class=\"co-inner\">\n<div class=\"co-sec-header\">\n        <span class=\"co-sec-eyebrow\">Co n\u00e1s definuje<\/span><\/p>\n<h2 class=\"co-sec-title\">Na\u0161e j\u00e1dro <em>Siln\u00e9 str\u00e1nky<\/em><\/h2>\n<div class=\"co-sec-ornament\">\n          <span class=\"co-sec-ornament-line\"><\/span><br \/>\n          <span class=\"co-sec-ornament-dot\"><\/span><br \/>\n          <span class=\"co-sec-ornament-line\"><\/span>\n        <\/div>\n<\/p><\/div>\n<div class=\"co-str-grid\">\n<div class=\"co-str-card\">\n<div class=\"co-str-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle><\/svg>\n          <\/div>\n<h4 class=\"co-str-title\">Zam\u011b\u0159en\u00e9 portfolio produkt\u016f<\/h4>\n<p class=\"co-str-body\">Specializujeme se na \u0159e\u0161en\u00ed celul\u00f3zov\u00fdch ether\u016f. Tento zam\u011b\u0159en\u00fd sm\u011br produkt\u016f n\u00e1m pom\u00e1h\u00e1 l\u00e9pe porozum\u011bt funkc\u00edm v\u00fdkonu, pot\u0159eb\u00e1m aplikac\u00ed a priorit\u00e1m z\u00e1kazn\u00edk\u016f nap\u0159\u00ed\u010d r\u016fzn\u00fdmi pr\u016fmyslov\u00fdmi sektory.<\/p>\n<\/p><\/div>\n<div class=\"co-str-card\">\n<div class=\"co-str-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M2 12h20M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z\"><\/path><\/svg>\n          <\/div>\n<h4 class=\"co-str-title\">\u0160irok\u00e9 pokryt\u00ed aplikac\u00ed<\/h4>\n<p class=\"co-str-body\">Na\u0161e produkty se pou\u017e\u00edvaj\u00ed v oblasti stavebnictv\u00ed, n\u00e1t\u011br\u016f, dom\u00e1c\u00ed p\u00e9\u010de, osobn\u00ed p\u00e9\u010de, farmaceutik, potravin, keramiky, ropn\u00e9ho pr\u016fmyslu a speci\u00e1ln\u00edch pr\u016fmyslov\u00fdch aplikac\u00ed.<\/p>\n<\/p><\/div>\n<div class=\"co-str-card\">\n<div class=\"co-str-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"><\/polygon><\/svg>\n          <\/div>\n<h4 class=\"co-str-title\">Aplikac\u00ed orientovan\u00e9 my\u0161len\u00ed<\/h4>\n<p class=\"co-str-body\">Zva\u017eujeme, jak mus\u00ed produkt fungovat v re\u00e1ln\u00e9 formulaci a jak tento v\u00fdkon souvis\u00ed s procesem, pou\u017eitelnost\u00ed a po\u017eadavky na kone\u010dn\u00fd trh.<\/p>\n<\/p><\/div>\n<div class=\"co-str-card\">\n<div class=\"co-str-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z\"><\/path><\/svg>\n          <\/div>\n<h4 class=\"co-str-title\">Profesion\u00e1ln\u00ed komunikace<\/h4>\n<p class=\"co-str-body\">Pr\u016fmyslov\u00ed z\u00e1kazn\u00edci oce\u0148uj\u00ed jasnost, rychlost a spolehlivost. Zavazujeme se k komunika\u010dn\u00edmu stylu, kter\u00fd je vst\u0159\u00edcn\u00fd, strukturovan\u00fd a zam\u011b\u0159en\u00fd na efektivn\u00ed \u0159e\u0161en\u00ed praktick\u00fdch ot\u00e1zek.<\/p>\n<\/p><\/div>\n<div class=\"co-str-card\">\n<div class=\"co-str-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 00-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 010 7.75\"><\/path><\/svg>\n          <\/div>\n<h4 class=\"co-str-title\">Dlouhodob\u00e9 partnerstv\u00ed<\/h4>\n<p class=\"co-str-body\">V\u011b\u0159\u00edme, \u017ee siln\u00e9 obchodn\u00ed vztahy jsou budov\u00e1ny prost\u0159ednictv\u00edm d\u016fslednosti, d\u016fv\u011bry a spole\u010dn\u00e9ho pokroku. Podporujeme dlouhodobou spolupr\u00e1ci se z\u00e1kazn\u00edky v r\u016fzn\u00fdch regionech a odv\u011btv\u00edch.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ============================================\n       SECTION 6 \u2014 MANUFACTURING\n       ============================================ --><\/p>\n<section class=\"co-section co-mfg\">\n<div class=\"co-inner\">\n<div class=\"co-split\">\n<div class=\"co-split-img\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1565793298595-6a879b1d9492?w=700&amp;q=80&amp;auto=format&amp;fit=crop\" alt=\"V\u00fdrobn\u00ed schopnosti\" loading=\"lazy\">\n        <\/div>\n<div class=\"co-split-content\">\n          <span class=\"co-split-label\">V\u00fdroba<\/span><\/p>\n<h2 class=\"co-split-title\">V\u00fdrobn\u00ed schopnosti<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>V\u00fdroba je jedn\u00edm ze z\u00e1klad\u016f pr\u016fmyslov\u00e9 d\u016fv\u011bry. Z\u00e1kazn\u00edci pot\u0159ebuj\u00ed jistotu, \u017ee dodavatel za produktem rozum\u00ed <strong>\u0159\u00edzen\u00ed proces\u016f, \u0159\u00edzen\u00ed jakosti,<\/strong> a d\u016fle\u017eitosti konzistence od \u0161ar\u017ee ke \u0161ar\u017ei.<\/p>\n<p>LANDERCOLL se zavazuje k v\u00fdrobn\u00edmu p\u0159\u00edstupu, kter\u00fd klade d\u016fraz na spolehlivost, efektivitu a vhodnost pro pr\u016fmyslov\u00e9 aplikace. Ch\u00e1peme, \u017ee v\u00fdkon v\u00fdroby p\u0159\u00edmo ovliv\u0148uje v\u00fdsledky formulace z\u00e1kazn\u00edk\u016f, pl\u00e1nov\u00e1n\u00ed v\u00fdroby a dlouhodobou d\u016fv\u011bru v dodavatelsk\u00e9 \u0159et\u011bzce.<\/p>\n<p>N\u00e1\u0161 v\u00fdrobn\u00ed p\u0159\u00edstup nen\u00ed pouze o objemu v\u00fdroby. Jde tak\u00e9 o <strong>konzistenci produktu, discipl\u00ednu v procesech,<\/strong> a schopnost podporovat r\u016fzn\u00e9 po\u017eadavky trhu prost\u0159ednictv\u00edm stabiln\u00edho a profesion\u00e1ln\u00edho provozn\u00edho p\u0159\u00edstupu.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/our-manufacturing\/\" class=\"co-btn\"><br \/>\n              Zjist\u011bte v\u00edce o v\u00fdrob\u011b<br \/>\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><br \/>\n            <\/a>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- Divider --><\/p>\n<div class=\"co-divider\"><\/div>\n<p>  <!-- ============================================\n       SECTION 7 \u2014 QUALITY ASSURANCE\n       ============================================ --><\/p>\n<section class=\"co-section cream\" style=\"padding:96px 0;\">\n<div class=\"co-inner\">\n<div class=\"co-split reverse\">\n<div class=\"co-split-img\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1582719471384-894fbb16e074?w=700&amp;q=80&amp;auto=format&amp;fit=crop\" alt=\"Laborato\u0159 pro zaji\u0161t\u011bn\u00ed kvality\" loading=\"lazy\">\n        <\/div>\n<div class=\"co-split-content\">\n          <span class=\"co-split-label\">Kvalita<\/span><\/p>\n<h2 class=\"co-split-title\">Zaji\u0161t\u011bn\u00ed kvality<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>Kvalita je z\u00e1sadn\u00ed p\u0159i dod\u00e1vk\u00e1ch celul\u00f3zov\u00fdch ether\u016f, proto\u017ee v\u00fdkon produktu mus\u00ed z\u016fstat spolehliv\u00fd nap\u0159\u00ed\u010d aplikacemi, projekty a v\u00fdrobn\u00edmi cykly. Z\u00e1kazn\u00edci spol\u00e9haj\u00ed na kvalitu nejen kv\u016fli technick\u00e9mu v\u00fdkonu, ale tak\u00e9 kv\u016fli <strong>pl\u00e1nov\u00e1n\u00ed, opakovatelnosti a d\u016fv\u011b\u0159e<\/strong> v dlouhodobou spolupr\u00e1ci.<\/p>\n<p>Ve spole\u010dnosti LANDERCOLL je zaji\u0161t\u011bn\u00ed kvality pova\u017eov\u00e1no za kl\u00ed\u010dovou sou\u010d\u00e1st hodnoty na\u0161\u00ed firmy. Ch\u00e1peme, \u017ee spr\u00e1vn\u00fd produkt mus\u00ed d\u011blat v\u00edc ne\u017e jen splnit obecn\u00fd popis. Mus\u00ed podporovat skute\u010dn\u00e9 pot\u0159eby formulac\u00ed stabiln\u00edm a p\u0159edv\u00eddateln\u00fdm zp\u016fsobem.<\/p>\n<p>Na\u0161e filozofie kvality je postavena na <strong>\u0159\u00edzen\u00ed, konzistenci a d\u016fv\u011b\u0159e z\u00e1kazn\u00edk\u016f<\/strong>. Na\u0161\u00edm c\u00edlem je podporovat z\u00e1kazn\u00edky produkty, kter\u00e9 pom\u00e1haj\u00ed sni\u017eovat nejistotu a zlep\u0161ovat opakovatelnost v\u00fdkonu v praktick\u00e9m v\u00fdrobn\u00edm prost\u0159ed\u00ed.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/zajisteni-kvality\/\" class=\"co-btn\"><br \/>\n              Prozkoumejte zaji\u0161t\u011bn\u00ed kvality<br \/>\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><br \/>\n            <\/a>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ============================================\n       SECTION 8 \u2014 R&D AND INNOVATION\n       ============================================ --><\/p>\n<section class=\"co-section\" style=\"padding:96px 0;\">\n<div class=\"co-inner\">\n<div class=\"co-split\">\n<div class=\"co-split-img\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1532094349884-543bc11b234d?w=700&amp;q=80&amp;auto=format&amp;fit=crop\" alt=\"V\u00fdzkumn\u011b v\u00fdvojov\u00e1 a inova\u010dn\u00ed laborato\u0159\" loading=\"lazy\">\n        <\/div>\n<div class=\"co-split-content\">\n          <span class=\"co-split-label\">Inovace<\/span><\/p>\n<h2 class=\"co-split-title\">V\u00fdzkum a v\u00fdvoj a inovace<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>Pr\u016fmyslov\u00e9 trhy se nad\u00e1le vyv\u00edjej\u00ed a o\u010dek\u00e1v\u00e1n\u00ed z\u00e1kazn\u00edk\u016f st\u00e1le rostou. Aby z\u016fstal relevantn\u00ed a u\u017eite\u010dn\u00fd, spole\u010dnost vyr\u00e1b\u011bj\u00edc\u00ed celul\u00f3zov\u00e9 etherov\u00e9 l\u00e1tky mus\u00ed neust\u00e1le zlep\u0161ovat sv\u00e9 porozum\u011bn\u00ed <strong>v\u00fdkonu produktu, pot\u0159eb\u00e1m formulac\u00ed a trend\u016fm v aplikac\u00edch<\/strong>.<\/p>\n<p>LANDERCOLL si v\u00e1\u017e\u00ed v\u00fdzkumu, v\u00fdvoje a kontinu\u00e1ln\u00edho vzd\u011bl\u00e1v\u00e1n\u00ed jako sou\u010d\u00e1st na\u0161\u00ed dlouhodob\u00e9 strategie r\u016fstu. Inovace pro n\u00e1s neznamen\u00e1 pouze vytv\u00e1\u0159en\u00ed n\u011b\u010deho nov\u00e9ho. Znamen\u00e1 tak\u00e9 zlep\u0161ov\u00e1n\u00ed toho, jak podporujeme z\u00e1kazn\u00edky, jak ch\u00e1peme pot\u0159eby aplikac\u00ed a jak slad\u00edme v\u00fdb\u011br produkt\u016f s m\u011bn\u00edc\u00edmi se pr\u016fmyslov\u00fdmi po\u017eadavky.<\/p>\n<p>V\u011b\u0159\u00edme, \u017ee siln\u011bj\u0161\u00ed my\u0161len\u00ed zam\u011b\u0159en\u00e9 na inovace pom\u00e1h\u00e1 vytv\u00e1\u0159et <strong>lep\u0161\u00ed spolupr\u00e1ci, prakti\u010dt\u011bj\u0161\u00ed \u0159e\u0161en\u00ed,<\/strong> a udr\u017eiteln\u011bj\u0161\u00ed budoucnost spole\u010dnosti.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/rd-center\/\" class=\"co-btn\"><br \/>\n              Zjist\u011bte v\u00edce o na\u0161em v\u00fdzkumu a v\u00fdvoji<br \/>\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><br \/>\n            <\/a>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- Divider --><\/p>\n<div class=\"co-divider\"><\/div>\n<p>  <!-- ============================================\n       SECTION 9 \u2014 CERTIFICATIONS\n       ============================================ --><\/p>\n<section class=\"co-section cream\" style=\"padding:96px 0;\">\n<div class=\"co-inner\">\n<div class=\"co-split reverse\">\n<div class=\"co-split-img\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1454165804606-c3d57bc86b40?w=700&amp;q=80&amp;auto=format&amp;fit=crop\" alt=\"Dokumentace certifikac\u00ed a norem\" loading=\"lazy\">\n        <\/div>\n<div class=\"co-split-content\">\n          <span class=\"co-split-label\">Standardy<\/span><\/p>\n<h2 class=\"co-split-title\">Certifikace a normy<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>Pr\u016fmyslov\u00ed z\u00e1kazn\u00edci \u010dasto hodnot\u00ed dodavatele podle toho, jak v\u00e1\u017en\u011b p\u0159istupuje k <strong>syst\u00e9m\u016fm kvality, dokumentaci a profesion\u00e1ln\u00edm norm\u00e1m<\/strong>. Certifikace a normy pom\u00e1haj\u00ed komunikovat d\u016fv\u011bru, odpov\u011bdnost a organiza\u010dn\u00ed discipl\u00ednu.<\/p>\n<p>LANDERCOLL ch\u00e1pe hodnotu form\u00e1ln\u00edch syst\u00e9m\u016f a dokumentovan\u00fdch kvalitativn\u00edch praktik v glob\u00e1ln\u00edm podnik\u00e1n\u00ed. Nad\u00e1le posilujeme profil na\u0161\u00ed spole\u010dnosti podporou profesion\u00e1ln\u00edch operac\u00ed, odpov\u011bdn\u00e9ho v\u00fdrobn\u00edho chov\u00e1n\u00ed a struktury spole\u010dnosti, kter\u00e1 odpov\u00edd\u00e1 o\u010dek\u00e1v\u00e1n\u00edm z\u00e1kazn\u00edk\u016f na mezin\u00e1rodn\u00edch trz\u00edch.<\/p>\n<p>Pro mnoho z\u00e1kazn\u00edk\u016f nejsou certifikace pouze o souladu. Jsou tak\u00e9 sign\u00e1lem <strong>d\u016fv\u011bryhodnosti<\/strong>. Proto z\u016fst\u00e1v\u00e1 tato oblast d\u016fle\u017eitou sou\u010d\u00e1st\u00ed na\u0161\u00ed prezentace spole\u010dnosti a dlouhodob\u00e9ho rozvoje.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/certifications\/\" class=\"co-btn\"><br \/>\n              Zobrazit certifikace<br \/>\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><br \/>\n            <\/a>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ============================================\n       SECTION 10 \u2014 SUSTAINABILITY\n       ============================================ --><\/p>\n<section class=\"co-section\" style=\"padding:96px 0;\">\n<div class=\"co-inner\">\n<div class=\"co-split\">\n<div class=\"co-split-img\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1473341304170-971dccb5ac1e?w=700&amp;q=80&amp;auto=format&amp;fit=crop\" alt=\"Udr\u017eitelnost a odpov\u011bdn\u00fd r\u016fst\" loading=\"lazy\">\n        <\/div>\n<div class=\"co-split-content\">\n          <span class=\"co-split-label\">Odpov\u011bdnost<\/span><\/p>\n<h2 class=\"co-split-title\">Udr\u017eitelnost a odpov\u011bdn\u00fd r\u016fst<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>Modern\u00ed pr\u016fmyslov\u00e1 spole\u010dnost by m\u011bla zva\u017eovat nejen r\u016fst podnik\u00e1n\u00ed, ale tak\u00e9 \u0161ir\u0161\u00ed dopad sv\u00e9ho fungov\u00e1n\u00ed. V LANDERCOLL vid\u00edme udr\u017eitelnost jako sou\u010d\u00e1st <strong>odpov\u011bdn\u00fd rozvoj spole\u010dnosti<\/strong>. Je spojen s efektivitou v\u00fdroby, dlouhodob\u00fdm my\u0161len\u00edm, uv\u011bdom\u011bn\u00edm si zdroj\u016f, odpov\u011bdnost\u00ed na pracovi\u0161ti a kvalitou na\u0161ich vztah\u016f se z\u00e1kazn\u00edky a partnery.<\/p>\n<p>Odpov\u011bdn\u00fd r\u016fst znamen\u00e1 budovat spole\u010dnost, kter\u00e1 m\u016f\u017ee vytv\u00e1\u0159et hodnotu v \u010dase, p\u0159i\u010dem\u017e z\u016fst\u00e1v\u00e1 v\u011bdom\u00e1 si <strong>opera\u010dn\u00ed discipl\u00edny, d\u016fv\u011bry z\u00e1kazn\u00edk\u016f a budouc\u00edch o\u010dek\u00e1v\u00e1n\u00ed<\/strong> na glob\u00e1ln\u00edch trz\u00edch. V\u011b\u0159\u00edme, \u017ee udr\u017eitelnost by m\u011bla b\u00fdt p\u0159istupov\u00e1na prakticky a d\u016fv\u011bryhodn\u011b, s d\u016frazem na pokrok spole\u010dnosti i dlouhodobou obchodn\u00ed odpov\u011bdnost.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/sustainability\/\" class=\"co-btn\"><br \/>\n              Zjist\u011bte v\u00edce o udr\u017eitelnosti<br \/>\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><br \/>\n            <\/a>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- Divider --><\/p>\n<div class=\"co-divider\"><\/div>\n<p>  <!-- ============================================\n       SECTION 11 \u2014 GLOBAL MARKETS\n       ============================================ --><\/p>\n<section class=\"co-section cream\" style=\"padding:96px 0;\">\n<div class=\"co-inner\">\n<div class=\"co-split reverse\">\n<div class=\"co-split-img\">\n          <img height=\"1707\" width=\"2560\" decoding=\"async\" src=\"https:\/\/landercoll.com\/wp-content\/uploads\/2025\/12\/Landu-saleswoman-at-CHINACOAT-2025-scaled.jpg\" alt=\"Celosv\u011btov\u00e1 doprava a trhy\" loading=\"lazy\">\n        <\/div>\n<div class=\"co-split-content\">\n          <span class=\"co-split-label\">Celosv\u011btov\u00fd dosah<\/span><\/p>\n<h2 class=\"co-split-title\">Obsluhov\u00e1n\u00ed glob\u00e1ln\u00edch trh\u016f<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>Pr\u016fmyslov\u00e1 dod\u00e1vka dnes je p\u0159irozen\u011b glob\u00e1ln\u00ed. Z\u00e1kazn\u00edci v r\u016fzn\u00fdch zem\u00edch a regionech pot\u0159ebuj\u00ed dodavatele, kte\u0159\u00ed mohou <strong>jasn\u011b komunikovat, rozum\u011bt r\u016fzn\u00fdm o\u010dek\u00e1v\u00e1n\u00edm trhu,<\/strong> a podporovat spolupr\u00e1ci nap\u0159\u00ed\u010d mezin\u00e1rodn\u00edmi obchodn\u00edmi prost\u0159ed\u00edmi.<\/p>\n<p>LANDERCOLL je odhodl\u00e1n obsluhovat glob\u00e1ln\u00ed trhy s profesion\u00e1ln\u00edm a p\u0159izp\u016fsobiv\u00fdm p\u0159\u00edstupem. Pracujeme se z\u00e1kazn\u00edky z r\u016fzn\u00fdch odv\u011btv\u00ed, obchodn\u00edch model\u016f a region\u00e1ln\u00edch pot\u0159eb, a ch\u00e1peme d\u016fle\u017eitost budov\u00e1n\u00ed d\u016fv\u011bry nap\u0159\u00ed\u010d kulturami, normami a obchodn\u00edmi o\u010dek\u00e1v\u00e1n\u00edmi.<\/p>\n<p>Pro glob\u00e1ln\u00ed z\u00e1kazn\u00edky je cenn\u00fdm dodavatelem ten, kter\u00fd dok\u00e1\u017ee spojit <strong>zam\u011b\u0159en\u00ed na produkt s efektivitou komunikace a stabilitou partnerstv\u00ed<\/strong>. Tato je typem vztahu, kter\u00fd si p\u0159ejeme budovat.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ============================================\n       SECTION 12 \u2014 OEM AND PARTNERSHIP\n       ============================================ --><\/p>\n<section class=\"co-section\" style=\"padding:96px 0;\">\n<div class=\"co-inner\">\n<div class=\"co-split\">\n<div class=\"co-split-img\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1521791136064-7986c2920216?w=700&amp;q=80&amp;auto=format&amp;fit=crop\" alt=\"Obchodn\u00ed partnerstv\u00ed a spolupr\u00e1ce\" loading=\"lazy\">\n        <\/div>\n<div class=\"co-split-content\">\n          <span class=\"co-split-label\">spolupr\u00e1ci<\/span><\/p>\n<h2 class=\"co-split-title\">Podpora OEM a dlouhodob\u00fdch partnerstv\u00ed<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>N\u011bkte\u0159\u00ed z\u00e1kazn\u00edci vy\u017eaduj\u00ed v\u00edce ne\u017e standardn\u00ed zaji\u0161t\u011bn\u00ed produkt\u016f. Pot\u0159ebuj\u00ed spole\u010dnost, kter\u00e1 m\u016f\u017ee podpo\u0159it <strong>spolupr\u00e1ci OEM, dlouhodob\u00e9 pl\u00e1nov\u00e1n\u00ed dod\u00e1vek, rozvoj trhu,<\/strong> nebo zam\u011b\u0159en\u00ed na produktov\u00e9 um\u00edst\u011bn\u00ed podle aplikace.<\/p>\n<p>LANDERCOLL podporuje modely spolupr\u00e1ce, kter\u00e9 kladou d\u016fraz na flexibilitu, profesionalitu a dlouhodobou tvorbu hodnoty. A\u0165 u\u017e je z\u00e1kazn\u00edk distributorem, pr\u016fmyslov\u00fdm v\u00fdrobcem, partnerem s vlastn\u00edm ozna\u010den\u00edm nebo t\u00fdmem strategick\u00e9ho n\u00e1kupu, sna\u017e\u00edme se podporovat spolupr\u00e1ci s praktick\u00fdm a spolehliv\u00fdm p\u0159\u00edstupem.<\/p>\n<p>Dlouhodob\u00e9 partnerstv\u00ed je budov\u00e1no prost\u0159ednictv\u00edm <strong>d\u016fv\u011bry, konzistence a sd\u00edlen\u00e9ho r\u016fstu<\/strong>. To je d\u016fvod, pro\u010d klademe velk\u00fd d\u016fraz na stabiln\u00ed spolupr\u00e1ci a vz\u00e1jemn\u00fd rozvoj podnik\u00e1n\u00ed.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/oem-contract-manufacturing\/\" class=\"co-btn\"><br \/>\n              Diskutujte o p\u0159\u00edle\u017eitostech ke spolupr\u00e1ci<br \/>\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><br \/>\n            <\/a>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ============================================\n       SECTION 13 \u2014 WHY CHOOSE US\n       ============================================ --><\/p>\n<section class=\"co-section co-why dark\">\n<div class=\"co-inner\">\n<div class=\"co-why-layout\">\n<div class=\"co-why-intro\">\n          <span class=\"co-sec-eyebrow\">Rozd\u00edl Landercoll<\/span><\/p>\n<h2 class=\"co-sec-title\" style=\"color:var(--it-bianco);\">Pro\u010d si vyb\u00edraj\u00ed spole\u010dnosti <em>LANDERCOLL<\/em><\/h2>\n<div class=\"co-sec-ornament\" style=\"margin-bottom:24px;\">\n            <span class=\"co-sec-ornament-line\"><\/span><br \/>\n            <span class=\"co-sec-ornament-dot\"><\/span><br \/>\n            <span class=\"co-sec-ornament-line\"><\/span>\n          <\/div>\n<div class=\"co-body\">\n<p>Z\u00e1kazn\u00edci vyb\u00edraj\u00ed pr\u016fmyslov\u00e9 partnery na z\u00e1klad\u011b kombinace kvality produktu, d\u016fv\u011bry, reak\u010dn\u00ed doby a obchodn\u00edho souladu. LANDERCOLL se zavazuje poskytovat hodnotu v ka\u017ed\u00e9 z t\u011bchto oblast\u00ed prost\u0159ednictv\u00edm c\u00edlen\u00e9 produktov\u00e9 strategie a profesion\u00e1ln\u00ed podpory.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"co-why-grid\">\n<div class=\"co-why-card\">\n            <span class=\"co-why-num\">01<\/span><\/p>\n<h4 class=\"co-why-card-title\">Zam\u011b\u0159en\u00ed na odborn\u00e9 znalosti v oblasti celul\u00f3zov\u00fdch ether\u016f<\/h4>\n<p class=\"co-why-card-body\">Hlubok\u00e1 specializace na produkty HPMC, HEMC, HEC a CMC ve v\u0161ech pr\u016fmyslov\u00fdch t\u0159\u00edd\u00e1ch a aplikac\u00edch.<\/p>\n<\/p><\/div>\n<div class=\"co-why-card\">\n            <span class=\"co-why-num\">02<\/span><\/p>\n<h4 class=\"co-why-card-title\">\u0160irok\u00e9 porozum\u011bn\u00ed aplikac\u00edm<\/h4>\n<p class=\"co-why-card-body\">Praktick\u00e9 znalosti o tom, jak produkty funguj\u00ed v oblasti stavebnictv\u00ed, n\u00e1t\u011br\u016f, farmacie, potravin a speci\u00e1ln\u00edch pr\u016fmyslov\u00fdch pou\u017eit\u00ed.<\/p>\n<\/p><\/div>\n<div class=\"co-why-card\">\n            <span class=\"co-why-num\">03<\/span><\/p>\n<h4 class=\"co-why-card-title\">Kvalita a konzistence produktu<\/h4>\n<p class=\"co-why-card-body\">Z\u00e1vazek k stabiln\u00edmu v\u00fdkonu, spolehlivosti mezi \u0161ar\u017eemi a dokumentovan\u00fdm syst\u00e9mem \u0159\u00edzen\u00ed jakosti.<\/p>\n<\/p><\/div>\n<div class=\"co-why-card\">\n            <span class=\"co-why-num\">04<\/span><\/p>\n<h4 class=\"co-why-card-title\">Profesion\u00e1ln\u00ed komunikace<\/h4>\n<p class=\"co-why-card-body\">Reak\u010dn\u00ed, strukturovan\u00e1 a efektivn\u00ed podpora pro technick\u00e9 ot\u00e1zky, v\u00fdb\u011br produkt\u016f a \u010dasov\u00e9 pl\u00e1ny projekt\u016f.<\/p>\n<\/p><\/div>\n<div class=\"co-why-card\">\n            <span class=\"co-why-num\">05<\/span><\/p>\n<h4 class=\"co-why-card-title\">Dlouhodob\u00e9 my\u0161len\u00ed o partnerstv\u00ed<\/h4>\n<p class=\"co-why-card-body\">Budov\u00e1n\u00ed trval\u00fdch vztah\u016f prost\u0159ednictv\u00edm konzistence, d\u016fv\u011bry a spole\u010dn\u00e9ho pokroku na glob\u00e1ln\u00edch trz\u00edch.<\/p>\n<\/p><\/div>\n<div class=\"co-why-card\">\n            <span class=\"co-why-num\">06<\/span><\/p>\n<h4 class=\"co-why-card-title\">Siln\u011bj\u0161\u00ed d\u016fv\u011bra z\u00e1kazn\u00edk\u016f<\/h4>\n<p class=\"co-why-card-body\">Pom\u00e1h\u00e1 z\u00e1kazn\u00edk\u016fm sni\u017eovat nejistotu a p\u0159ech\u00e1zet od dotazu k sebev\u011bdom\u00e9 spolupr\u00e1ci s v\u011bt\u0161\u00ed jasnost\u00ed.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ============================================\n       SECTION 14 \u2014 COMPANY PAGES PREVIEW\n       ============================================ --><\/p>\n<section class=\"co-section co-pages\" style=\"padding:96px 0;\">\n<div class=\"co-inner\">\n<div class=\"co-sec-header\">\n        <span class=\"co-sec-eyebrow\">Navigovat<\/span><\/p>\n<h2 class=\"co-sec-title\">Prozkoumat v\u00edce o <em>Na\u0161\u00ed spole\u010dnosti<\/em><\/h2>\n<div class=\"co-sec-ornament\">\n          <span class=\"co-sec-ornament-line\"><\/span><br \/>\n          <span class=\"co-sec-ornament-dot\"><\/span><br \/>\n          <span class=\"co-sec-ornament-line\"><\/span>\n        <\/div>\n<\/p><\/div>\n<div class=\"co-pages-grid\">\n<p>        <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/about-us\/\" class=\"co-page-card\"><\/p>\n<div class=\"co-page-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2\"><\/path><circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle><\/svg>\n          <\/div>\n<h4 class=\"co-page-title\">O n\u00e1s<\/h4>\n<p class=\"co-page-desc\">Zjist\u011bte v\u00edce o na\u0161em firemn\u00edm z\u00e1zem\u00ed, hodnot\u00e1ch a sm\u011bru.<\/p>\n<p>          <span class=\"co-page-arrow\">Prozkoumejte str\u00e1nky <svg class=\"co-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><\/span><br \/>\n        <\/a><\/p>\n<p>        <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/our-manufacturing\/\" class=\"co-page-card\"><\/p>\n<div class=\"co-page-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2 20h20M5 20V10l7-7 7 7v10\"><\/path><rect x=\"9\" y=\"14\" width=\"6\" height=\"6\"><\/rect><\/svg>\n          <\/div>\n<h4 class=\"co-page-title\">V\u00fdroba<\/h4>\n<p class=\"co-page-desc\">Prozkoumejte na\u0161e v\u00fdrobn\u00ed schopnosti a p\u0159\u00edstup k procesu.<\/p>\n<p>          <span class=\"co-page-arrow\">Prozkoumejte str\u00e1nky <svg class=\"co-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><\/span><br \/>\n        <\/a><\/p>\n<p>        <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/zajisteni-kvality\/\" class=\"co-page-card\"><\/p>\n<div class=\"co-page-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n          <\/div>\n<h4 class=\"co-page-title\">Zaji\u0161t\u011bn\u00ed kvality<\/h4>\n<p class=\"co-page-desc\">N\u00e1\u0161 p\u0159\u00edstup ke kontrole kvality a konzistenci produktu.<\/p>\n<p>          <span class=\"co-page-arrow\">Prozkoumejte str\u00e1nky <svg class=\"co-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><\/span><br \/>\n        <\/a><\/p>\n<p>        <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/rd-center\/\" class=\"co-page-card\"><\/p>\n<div class=\"co-page-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline><\/svg>\n          <\/div>\n<h4 class=\"co-page-title\">V\u00fdzkumn\u00e9 a v\u00fdvojov\u00e9 centrum<\/h4>\n<p class=\"co-page-desc\">Inovace, v\u00fdzkum a schopnosti v\u00fdvoje produkt\u016f.<\/p>\n<p>          <span class=\"co-page-arrow\">Prozkoumejte str\u00e1nky <svg class=\"co-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><\/span><br \/>\n        <\/a><\/p>\n<p>        <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/certifications\/\" class=\"co-page-card\"><\/p>\n<div class=\"co-page-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"><\/rect><path d=\"M9 12l2 2 4-4\"><\/path><\/svg>\n          <\/div>\n<h4 class=\"co-page-title\">Certifikace<\/h4>\n<p class=\"co-page-desc\">ISO 9001, EU REACH a mezin\u00e1rodn\u00ed normy kvality.<\/p>\n<p>          <span class=\"co-page-arrow\">Prozkoumejte str\u00e1nky <svg class=\"co-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><\/span><br \/>\n        <\/a><\/p>\n<p>        <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/sustainability\/\" class=\"co-page-card\"><\/p>\n<div class=\"co-page-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"><\/path><path d=\"M7 13.5s1.5 2 5 2 5-2 5-2\"><\/path><path d=\"M12 2v10\"><\/path><\/svg>\n          <\/div>\n<h4 class=\"co-page-title\">Udr\u017eitelnost<\/h4>\n<p class=\"co-page-desc\">Odpov\u011bdn\u00fd r\u016fst a dlouhodob\u00e1 provozn\u00ed discipl\u00edna.<\/p>\n<p>          <span class=\"co-page-arrow\">Prozkoumejte str\u00e1nky <svg class=\"co-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><\/span><br \/>\n        <\/a><\/p>\n<p>        <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/global-markets\/\" class=\"co-page-card\"><\/p>\n<div class=\"co-page-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M2 12h20M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z\"><\/path><\/svg>\n          <\/div>\n<h4 class=\"co-page-title\">Glob\u00e1ln\u00ed trhy<\/h4>\n<p class=\"co-page-desc\">Obsluhujeme z\u00e1kazn\u00edky ve v\u00edce ne\u017e 60 zem\u00edch po cel\u00e9m sv\u011bt\u011b.<\/p>\n<p>          <span class=\"co-page-arrow\">Prozkoumejte str\u00e1nky <svg class=\"co-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><\/span><br \/>\n        <\/a><\/p>\n<p>        <a href=\"https:\/\/landercoll.com\/cs\/spolecnost\/oem-contract-manufacturing\/\" class=\"co-page-card\"><\/p>\n<div class=\"co-page-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 00-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 010 7.75\"><\/path><\/svg>\n          <\/div>\n<h4 class=\"co-page-title\">OEM \/ Partnerstv\u00ed<\/h4>\n<p class=\"co-page-desc\">Flexibiln\u00ed modely spolupr\u00e1ce pro distributory a zna\u010dky.<\/p>\n<p>          <span class=\"co-page-arrow\">Prozkoumejte str\u00e1nky <svg class=\"co-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><\/span><br \/>\n        <\/a><\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ============================================\n       SECTION 15 \u2014 CONTACT\n       ============================================ --><\/p>\n<section class=\"co-section co-contact cream\">\n<div class=\"co-inner\">\n<div class=\"co-sec-header\">\n        <span class=\"co-sec-eyebrow\">Kontaktujte n\u00e1s<\/span><\/p>\n<h2 class=\"co-sec-title\">Let&#8217;s Build a More <em>Spolehliv\u00e9 partnerstv\u00ed<\/em><\/h2>\n<div class=\"co-sec-ornament\">\n          <span class=\"co-sec-ornament-line\"><\/span><br \/>\n          <span class=\"co-sec-ornament-dot\"><\/span><br \/>\n          <span class=\"co-sec-ornament-line\"><\/span>\n        <\/div>\n<\/p><\/div>\n<div class=\"co-contact-body\">\n<div class=\"co-body\" style=\"text-align:center;\">\n<p>Pokud hled\u00e1te profesion\u00e1ln\u00edho dodavatele celul\u00f3zov\u00fdch ether\u016f s d\u016frazem na produkt, orientac\u00ed na aplikace a dlouhodob\u00fdm my\u0161len\u00edm na spolupr\u00e1ci, LANDERCOLL je p\u0159ipraven podpo\u0159it v\u00e1\u0161 dal\u0161\u00ed krok.<\/p>\n<p>V\u00edt\u00e1me dotazy od v\u00fdrobc\u016f, formul\u00e1tor\u016f, distributor\u016f, n\u00e1kupn\u00edch t\u00fdm\u016f a pr\u016fmyslov\u00fdch zna\u010dek hledaj\u00edc\u00edch spolehliv\u00e9 produkty celul\u00f3zov\u00fdch ether\u016f a praktickou obchodn\u00ed spolupr\u00e1ci.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"co-contact-btns\">\n        <a href=\"https:\/\/landercoll.com\/cs\/kontakt\/contact-us\/\" class=\"co-btn\"><br \/>\n          Kontaktujte n\u00e1s<br \/>\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><br \/>\n        <\/a><br \/>\n        <a href=\"https:\/\/landercoll.com\/cs\/kontakt\/request-a-quote\/\" class=\"co-btn-outline\"><br \/>\n          Po\u017e\u00e1dat o nab\u00eddku<br \/>\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ============================================\n       SECTION 16 \u2014 FINAL CTA\n       ============================================ --><\/p>\n<section class=\"co-section co-final dark\">\n<div class=\"co-inner\">\n      <span class=\"co-sec-eyebrow\">Za\u010dn\u011bte dnes<\/span><\/p>\n<h2 class=\"co-final-title\">Poznejte spole\u010dnost za produktem<\/h2>\n<p class=\"co-final-body\">Prozkoumejte LANDERCOLL a zjist\u011bte, jak n\u00e1\u0161 p\u0159\u00edstup ke spole\u010dnosti, zam\u011b\u0159en\u00ed na produkty a z\u00e1vazek k pr\u016fmyslov\u00e9 podpo\u0159e mohou pomoci vytvo\u0159it siln\u011bj\u0161\u00ed hodnotu pro va\u0161e podnik\u00e1n\u00ed.<\/p>\n<div class=\"co-final-cta\">\n        <a href=\"https:\/\/landercoll.com\/cs\/kontakt\/contact-us\/\" class=\"co-btn\"><br \/>\n          Za\u010dn\u011bte sv\u016fj dotaz<br \/>\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"><\/path><\/svg><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<\/section>\n<\/div>\n<p><!-- ==================== LANDERCOLL COMPANY PAGE \u2014 ALL SECTIONS END ==================== --><\/p>\n<style data-lemonx-boosted=\"true\">\n\/* Lemonx: User CSS ,Theme\/Elementor GlobalStyle *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;.lemonx-visual-root 500;600;700&family=Lora:ital, .lemonx-visual-root wght@0, .lemonx-visual-root 400;0, .lemonx-visual-root 500;0, .lemonx-visual-root 600;0, .lemonx-visual-root 700;1, .lemonx-visual-root 400;1, .lemonx-visual-root 500&family=Raleway:wght@300;400;500;600;700&display=swap');<\/p>\n<p>\/* ===== RESET ===== *\/\n.ldc-cb *, .lemonx-visual-root .ldc-cb *::before, .lemonx-visual-root .ldc-cb *::after {\n  margin: 0; padding: 0; box-sizing: border-box;\n}<\/p>\n<p>\/* ===== CSS VARIABLES \u2014 self-contained ===== *\/\n.lemonx-visual-root .ldc-cb {\n  --it-arancio: #E8722A;\n  --it-arancio-deep: #C45A1A;\n  --it-terracotta: #B5451B;\n  --it-oro: #C8952E;\n  --it-oro-chiaro: #D4A843;\n  --it-crema: #FDF8F3;\n  --it-bianco: #FFFFFF;\n  --it-nero: #1A1108;\n  --it-nero-caldo: #2C1E0F;\n  --it-grigio: #5C5346;\n  --it-grigio-chiaro: #9B9286;\n  --it-sabbia: #F2EAE0;\n}<\/p>\n<p>\/* ============================================\n   COMPANY BANNER \u2014 MULTI-IMAGE HERO\n   ============================================ *\/\n.lemonx-visual-root .ldc-cb .it-company-banner {\n  position: relative;\n  background: var(--it-nero-caldo);\n  overflow: hidden;\n  min-height: 720px;\n  display: flex;\n  align-items: stretch;\n}<\/p>\n<p>\/* ===== BACKGROUND TEXTURE ===== *\/\n.lemonx-visual-root .ldc-cb .it-company-banner::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0; bottom: 0;\n  background:\n    repeating-linear-gradient(\n      90deg,\n      transparent,\n      transparent 120px,\n      rgba(200,149,46,0.03) 120px,\n      rgba(200,149,46,0.03) 121px\n    ),\n    repeating-linear-gradient(\n      0deg,\n      transparent,\n      transparent 120px,\n      rgba(200,149,46,0.02) 120px,\n      rgba(200,149,46,0.02) 121px\n    );\n  pointer-events: none;\n  z-index: 1;\n}<\/p>\n<p>\/* ===== LAYOUT: LEFT CONTENT + RIGHT IMAGES ===== *\/\n.lemonx-visual-root .ldc-cb .it-cb-wrapper {\n  max-width: 1440px;\n  margin: 0 auto;\n  width: 100%;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  min-height: 720px;\n  position: relative;\n  z-index: 2;\n}<\/p>\n<p>\/* ===== LEFT: TEXT CONTENT ===== *\/\n.lemonx-visual-root .ldc-cb .it-cb-content {\n  padding: 80px 64px 80px 48px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  position: relative;\n}<\/p>\n<p>\/* Decorative corner brackets *\/\n.lemonx-visual-root .ldc-cb .it-cb-content::before, .lemonx-visual-root .ldc-cb .it-cb-content::after {\n  content: '';\n  position: absolute;\n  width: 40px;\n  height: 40px;\n  border-color: rgba(200,149,46,0.2);\n  border-style: solid;\n}\n.lemonx-visual-root .ldc-cb .it-cb-content::before {\n  top: 48px; left: 48px;\n  border-width: 1px 0 0 1px;\n}\n.lemonx-visual-root .ldc-cb .it-cb-content::after {\n  bottom: 48px; left: 48px;\n  border-width: 0 0 1px 1px;\n}<\/p>\n<p>\/* Tag \/ Eyebrow *\/\n.lemonx-visual-root .ldc-cb .it-cb-tag {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--it-oro-chiaro);\n  margin-bottom: 24px;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n.lemonx-visual-root .ldc-cb .it-cb-tag::before {\n  content: '';\n  width: 40px;\n  height: 1.5px;\n  background: linear-gradient(90deg, var(--it-oro), var(--it-arancio));\n}<\/p>\n<p>\/* Title *\/\n.lemonx-visual-root .ldc-cb .it-cb-title {\n  font-family: 'Cinzel', serif;\n  font-size: 36px;\n  font-weight: 600;\n  color: var(--it-bianco);\n  line-height: 1.3;\n  margin-bottom: 20px;\n  letter-spacing: 0.5px;\n  max-width: 560px;\n}\n.lemonx-visual-root .ldc-cb .it-cb-title em {\n  font-style: normal;\n  color: var(--it-arancio);\n}<\/p>\n<p>\/* Subtitle *\/\n.lemonx-visual-root .ldc-cb .it-cb-subtitle {\n  font-family: 'Lora', serif;\n  font-size: 14.5px;\n  font-weight: 400;\n  font-style: italic;\n  color: rgba(255,255,255,0.6);\n  line-height: 1.8;\n  margin-bottom: 28px;\n  max-width: 520px;\n}<\/p>\n<p>\/* Decorative line divider *\/\n.lemonx-visual-root .ldc-cb .it-cb-line {\n  width: 60px;\n  height: 2px;\n  background: linear-gradient(90deg, var(--it-arancio), var(--it-oro), transparent);\n  margin-bottom: 28px;\n}<\/p>\n<p>\/* Body copy *\/\n.lemonx-visual-root .ldc-cb .it-cb-body {\n  font-family: 'Raleway', sans-serif;\n  font-size: 13px;\n  font-weight: 400;\n  color: rgba(255,255,255,0.5);\n  line-height: 1.85;\n  margin-bottom: 40px;\n  max-width: 500px;\n}\n.lemonx-visual-root .ldc-cb .it-cb-body p { margin-bottom: 16px; }\n.lemonx-visual-root .ldc-cb .it-cb-body p:last-child { margin-bottom: 0; }<\/p>\n<p>\/* CTA Buttons *\/\n.lemonx-visual-root .ldc-cb .it-cb-actions {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  flex-wrap: wrap;\n}<\/p>\n<p>.lemonx-visual-root .ldc-cb .it-cb-btn-primary, .lemonx-visual-root .ldc-cb .it-cb-btn-primary:link, .lemonx-visual-root .ldc-cb .it-cb-btn-primary:visited {\n  font-family: 'Raleway', sans-serif !important;\n  font-size: 10.5px !important;\n  font-weight: 700 !important;\n  letter-spacing: 2.5px !important;\n  text-transform: uppercase !important;\n  color: var(--it-bianco) !important;\n  background: linear-gradient(135deg, var(--it-arancio) 0%, var(--it-terracotta) 100%) !important;\n  padding: 14px 32px !important;\n  border: none !important;\n  text-decoration: none !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 10px !important;\n  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;\n  position: relative !important;\n  overflow: hidden !important;\n  cursor: pointer !important;\n  white-space: nowrap !important;\n  line-height: 1 !important;\n  box-shadow: none !important;\n  border-radius: 0 !important;\n}\n.lemonx-visual-root .ldc-cb .it-cb-btn-primary::before {\n  content: '';\n  position: absolute;\n  top: 0; left: -100%; width: 100%; height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);\n  transition: left 0.5s;\n}\n.lemonx-visual-root .ldc-cb .it-cb-btn-primary:hover::before { left: 100%; }\n.lemonx-visual-root .ldc-cb .it-cb-btn-primary:hover {\n  background: linear-gradient(135deg, var(--it-terracotta) 0%, #8B3A10 100%) !important;\n  transform: translateY(-2px) !important;\n  box-shadow: 0 8px 28px rgba(232,114,42,0.4) !important;\n}\n.lemonx-visual-root .ldc-cb .it-cb-btn-primary svg { width: 12px !important; height: 12px !important; }<\/p>\n<p>.lemonx-visual-root .ldc-cb .it-cb-btn-secondary, .lemonx-visual-root .ldc-cb .it-cb-btn-secondary:link, .lemonx-visual-root .ldc-cb .it-cb-btn-secondary:visited {\n  font-family: 'Raleway', sans-serif !important;\n  font-size: 10.5px !important;\n  font-weight: 700 !important;\n  letter-spacing: 2.5px !important;\n  text-transform: uppercase !important;\n  color: rgba(255,255,255,0.8) !important;\n  background: transparent !important;\n  padding: 14px 32px !important;\n  border: 1.5px solid rgba(255,255,255,0.2) !important;\n  text-decoration: none !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 10px !important;\n  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;\n  cursor: pointer !important;\n  white-space: nowrap !important;\n  line-height: 1 !important;\n  box-shadow: none !important;\n  border-radius: 0 !important;\n}\n.lemonx-visual-root .ldc-cb .it-cb-btn-secondary:hover {\n  border-color: var(--it-oro-chiaro) !important;\n  color: var(--it-oro-chiaro) !important;\n  transform: translateY(-2px) !important;\n  background: rgba(200,149,46,0.06) !important;\n}\n.lemonx-visual-root .ldc-cb .it-cb-btn-secondary svg { width: 12px !important; height: 12px !important; }<\/p>\n<p>\/* ===== TRUST BADGES ===== *\/\n.lemonx-visual-root .ldc-cb .it-cb-trust {\n  margin-top: 40px;\n  display: flex;\n  align-items: center;\n  gap: 32px;\n}\n.lemonx-visual-root .ldc-cb .it-cb-trust-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n.lemonx-visual-root .ldc-cb .it-cb-trust-icon {\n  width: 36px;\n  height: 36px;\n  border: 1px solid rgba(200,149,46,0.25);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transform: rotate(45deg);\n  flex-shrink: 0;\n}\n.lemonx-visual-root .ldc-cb .it-cb-trust-icon svg {\n  width: 14px;\n  height: 14px;\n  color: var(--it-oro-chiaro);\n  transform: rotate(-45deg);\n}\n.lemonx-visual-root .ldc-cb .it-cb-trust-text {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.45);\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  line-height: 1.3;\n}\n.lemonx-visual-root .ldc-cb .it-cb-trust-text strong {\n  display: block;\n  color: rgba(255,255,255,0.75);\n  font-weight: 700;\n  font-size: 11px;\n}<\/p>\n<p>\/* ===== RIGHT: IMAGE MOSAIC ===== *\/\n.lemonx-visual-root .ldc-cb .it-cb-images {\n  position: relative;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  grid-template-rows: 1fr 1fr 1fr;\n  gap: 4px;\n  min-height: 720px;\n}<\/p>\n<p>.lemonx-visual-root .ldc-cb .it-cb-img {\n  position: relative;\n  overflow: hidden;\n}\n.lemonx-visual-root .ldc-cb .it-cb-img img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s;\n  filter: brightness(0.75) saturate(0.85);\n}\n.lemonx-visual-root .ldc-cb .it-cb-img:hover img {\n  transform: scale(1.06);\n  filter: brightness(0.85) saturate(1);\n}<\/p>\n<p>\/* Image overlay *\/\n.lemonx-visual-root .ldc-cb .it-cb-img::after {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0; bottom: 0;\n  background: linear-gradient(135deg, rgba(44,30,15,0.35), rgba(44,30,15,0.15));\n  pointer-events: none;\n  transition: opacity 0.5s;\n}\n.lemonx-visual-root .ldc-cb .it-cb-img:hover::after { opacity: 0.5; }<\/p>\n<p>\/* Span configurations *\/\n.lemonx-visual-root .ldc-cb .it-cb-img.span-tall {\n  grid-row: span 2;\n}\n.lemonx-visual-root .ldc-cb .it-cb-img.span-wide {\n  grid-column: span 2;\n}<\/p>\n<p>\/* Image labels *\/\n.lemonx-visual-root .ldc-cb .it-cb-img-label {\n  position: absolute;\n  bottom: 16px;\n  left: 16px;\n  z-index: 3;\n  font-family: 'Raleway', sans-serif;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.85);\n  background: rgba(26,17,8,0.55);\n  backdrop-filter: blur(10px);\n  -webkit-backdrop-filter: blur(10px);\n  padding: 7px 14px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  transition: all 0.4s;\n}\n.lemonx-visual-root .ldc-cb .it-cb-img:hover .it-cb-img-label {\n  background: rgba(232,114,42,0.8);\n  color: #fff;\n}\n.lemonx-visual-root .ldc-cb .it-cb-img-label::before {\n  content: '';\n  width: 6px;\n  height: 6px;\n  border: 1px solid var(--it-oro-chiaro);\n  transform: rotate(45deg);\n  flex-shrink: 0;\n  transition: border-color 0.4s;\n}\n.lemonx-visual-root .ldc-cb .it-cb-img:hover .it-cb-img-label::before {\n  border-color: #fff;\n}<\/p>\n<p>\/* Gradient fade on left edge to blend with text *\/\n.lemonx-visual-root .ldc-cb .it-cb-images::before {\n  content: '';\n  position: absolute;\n  top: 0; left: -1px; bottom: 0;\n  width: 100px;\n  background: linear-gradient(90deg, var(--it-nero-caldo), transparent);\n  z-index: 4;\n  pointer-events: none;\n}<\/p>\n<p>\/* Decorative bottom gradient *\/\n.lemonx-visual-root .ldc-cb .it-cb-images::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 80px;\n  background: linear-gradient(0deg, var(--it-nero-caldo), transparent);\n  z-index: 4;\n  pointer-events: none;\n}<\/p>\n<p>\/* ===== BOTTOM ACCENT LINE ===== *\/\n.lemonx-visual-root .ldc-cb .it-company-banner-line {\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  right: 0;\n  height: 3px;\n  background: linear-gradient(90deg,\n    transparent 0%,\n    var(--it-oro) 20%,\n    var(--it-arancio) 40%,\n    var(--it-arancio) 60%,\n    var(--it-oro) 80%,\n    transparent 100%\n  );\n  z-index: 5;\n}<\/p>\n<p>\/* ===== SCROLL INDICATOR ===== *\/\n.lemonx-visual-root .ldc-cb .it-cb-scroll {\n  position: absolute;\n  bottom: 28px;\n  left: 50%;\n  transform: translateX(-50%);\n  z-index: 6;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n  animation: it-cb-float 2.5s ease-in-out infinite;\n}\n@keyframes it-cb-float {\n  0%, 100% { transform: translateX(-50%) translateY(0); }\n  50% { transform: translateX(-50%) translateY(6px); }\n}\n.lemonx-visual-root .ldc-cb .it-cb-scroll-text {\n  font-family: 'Raleway', sans-serif;\n  font-size: 8px;\n  font-weight: 600;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.3);\n}\n.lemonx-visual-root .ldc-cb .it-cb-scroll-line {\n  width: 1px;\n  height: 28px;\n  background: linear-gradient(180deg, rgba(200,149,46,0.4), transparent);\n}<\/p>\n<p>\/* ============================================\n   RESPONSIVE\n   ============================================ *\/\n@media (max-width: 1280px) {\n  .lemonx-visual-root .ldc-cb .it-cb-title { font-size: 30px; }\n  .lemonx-visual-root .ldc-cb .it-cb-content { padding: 60px 48px 60px 40px; }\n}<\/p>\n<p>@media (max-width: 1024px) {\n  .lemonx-visual-root .ldc-cb .it-cb-wrapper {\n    grid-template-columns: 1fr;\n    min-height: auto;\n  }\n  .lemonx-visual-root .ldc-cb .it-cb-content {\n    padding: 60px 24px;\n    order: 2;\n  }\n  .lemonx-visual-root .ldc-cb .it-cb-content::before, .lemonx-visual-root .ldc-cb .it-cb-content::after { display: none; }\n  .lemonx-visual-root .ldc-cb .it-cb-images {\n    min-height: 400px;\n    order: 1;\n  }\n  .lemonx-visual-root .ldc-cb .it-cb-images::before { display: none; }\n  .lemonx-visual-root .ldc-cb .it-cb-images::after {\n    height: 120px;\n    background: linear-gradient(0deg, var(--it-nero-caldo) 20%, transparent);\n  }\n  .lemonx-visual-root .ldc-cb .it-cb-title { max-width: 100%; }\n  .lemonx-visual-root .ldc-cb .it-cb-subtitle { max-width: 100%; }\n  .lemonx-visual-root .ldc-cb .it-cb-body { max-width: 100%; }\n  .lemonx-visual-root .ldc-cb .it-cb-trust { flex-wrap: wrap; gap: 20px; }\n  .lemonx-visual-root .ldc-cb .it-cb-scroll { display: none; }\n}<\/p>\n<p>@media (max-width: 768px) {\n  .lemonx-visual-root .ldc-cb .it-cb-title { font-size: 26px; }\n  .lemonx-visual-root .ldc-cb .it-cb-subtitle { font-size: 13px; }\n  .lemonx-visual-root .ldc-cb .it-cb-images {\n    min-height: 320px;\n    grid-template-columns: 1fr 1fr;\n    grid-template-rows: 1fr 1fr;\n  }\n  .lemonx-visual-root .ldc-cb .it-cb-img.span-tall { grid-row: span 2; }\n  .lemonx-visual-root .ldc-cb .it-cb-img:nth-child(5), .lemonx-visual-root .ldc-cb .it-cb-img:nth-child(6) { display: none; }\n  .lemonx-visual-root .ldc-cb .it-cb-actions { flex-direction: column; align-items: flex-start; }\n  .lemonx-visual-root .ldc-cb .it-cb-trust { flex-direction: column; gap: 16px; }\n}<\/p>\n<p>@media (max-width: 480px) {\n  .lemonx-visual-root .ldc-cb .it-cb-title { font-size: 22px; }\n  .lemonx-visual-root .ldc-cb .it-cb-content { padding: 40px 20px; }\n  .lemonx-visual-root .ldc-cb .it-cb-images { min-height: 260px; }\n}\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;.lemonx-visual-root 500;600;700&family=Lora:ital, .lemonx-visual-root wght@0, .lemonx-visual-root 400;0, .lemonx-visual-root 500;0, .lemonx-visual-root 600;0, .lemonx-visual-root 700;1, .lemonx-visual-root 400;1, .lemonx-visual-root 500&family=Raleway:wght@300;400;500;600;700&display=swap');<\/p>\n<p>\/* ===== RESET ===== *\/\n.ldc-co *, .lemonx-visual-root .ldc-co *::before, .lemonx-visual-root .ldc-co *::after {\n  margin: 0; padding: 0; box-sizing: border-box;\n}<\/p>\n<p>\/* ===== CSS VARIABLES ===== *\/\n.lemonx-visual-root .ldc-co {\n  --it-arancio: #E8722A;\n  --it-arancio-deep: #C45A1A;\n  --it-terracotta: #B5451B;\n  --it-oro: #C8952E;\n  --it-oro-chiaro: #D4A843;\n  --it-crema: #FDF8F3;\n  --it-bianco: #FFFFFF;\n  --it-nero: #1A1108;\n  --it-nero-caldo: #2C1E0F;\n  --it-grigio: #5C5346;\n  --it-grigio-chiaro: #9B9286;\n  --it-sabbia: #F2EAE0;\n}<\/p>\n<p>\/* ============================================\n   SHARED COMPONENTS\n   ============================================ *\/<\/p>\n<p>\/* Section wrapper *\/\n.lemonx-visual-root .ldc-co .co-section {\n  position: relative;\n  overflow: hidden;\n  width: 100%;\n}\n.lemonx-visual-root .ldc-co .co-inner {\n  max-width: 1440px;\n  margin: 0 auto;\n  padding: 0 48px;\n}<\/p>\n<p>\/* Section header (centered) *\/\n.lemonx-visual-root .ldc-co .co-sec-header {\n  text-align: center;\n  margin-bottom: 48px;\n}\n.lemonx-visual-root .ldc-co .co-sec-eyebrow {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--it-arancio);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n}\n.lemonx-visual-root .ldc-co .co-sec-eyebrow::before, .lemonx-visual-root .ldc-co .co-sec-eyebrow::after {\n  content: '';\n  width: 32px;\n  height: 1.5px;\n  background: var(--it-arancio);\n}\n.lemonx-visual-root .ldc-co .co-sec-title {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(24px, 2.6vw, 36px);\n  font-weight: 600;\n  color: var(--it-nero);\n  line-height: 1.3;\n  margin-bottom: 12px;\n  letter-spacing: 0.5px;\n}\n.lemonx-visual-root .ldc-co .co-sec-title em {\n  font-style: normal;\n  color: var(--it-arancio);\n}\n.lemonx-visual-root .ldc-co .co-sec-ornament {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 12px;\n  margin-top: 20px;\n}\n.lemonx-visual-root .ldc-co .co-sec-ornament-dot {\n  width: 5px;\n  height: 5px;\n  background: var(--it-oro);\n  transform: rotate(45deg);\n}\n.lemonx-visual-root .ldc-co .co-sec-ornament-line {\n  height: 1px;\n  width: 40px;\n  background: linear-gradient(90deg, transparent, var(--it-oro), transparent);\n}<\/p>\n<p>\/* Dark section variants *\/\n.lemonx-visual-root .ldc-co .co-section.dark { background: var(--it-nero-caldo); }\n.lemonx-visual-root .ldc-co .co-section.dark .co-sec-title { color: var(--it-bianco); }\n.lemonx-visual-root .ldc-co .co-section.dark .co-sec-eyebrow { color: var(--it-oro-chiaro); }\n.lemonx-visual-root .ldc-co .co-section.dark .co-sec-eyebrow::before, .lemonx-visual-root .ldc-co .co-section.dark .co-sec-eyebrow::after { background: var(--it-oro-chiaro); }<\/p>\n<p>\/* Cream section variant *\/\n.lemonx-visual-root .ldc-co .co-section.cream { background: var(--it-crema); }<\/p>\n<p>\/* Sabbia section variant *\/\n.lemonx-visual-root .ldc-co .co-section.sabbia { background: var(--it-sabbia); }<\/p>\n<p>\/* Body text styles *\/\n.lemonx-visual-root .ldc-co .co-body {\n  font-family: 'Raleway', sans-serif;\n  font-size: 14px;\n  font-weight: 400;\n  color: var(--it-grigio);\n  line-height: 1.85;\n}\n.lemonx-visual-root .ldc-co .co-body p { margin-bottom: 20px; }\n.lemonx-visual-root .ldc-co .co-body p:last-child { margin-bottom: 0; }\n.lemonx-visual-root .ldc-co .co-body strong {\n  color: var(--it-nero);\n  font-weight: 600;\n}\n.lemonx-visual-root .ldc-co .co-section.dark .co-body { color: rgba(255,255,255,0.6); }\n.lemonx-visual-root .ldc-co .co-section.dark .co-body strong { color: rgba(255,255,255,0.88); }<\/p>\n<p>\/* Shared CTA button *\/\n.lemonx-visual-root .ldc-co .co-btn, .lemonx-visual-root .ldc-co .co-btn:link, .lemonx-visual-root .ldc-co .co-btn:visited {\n  font-family: 'Raleway', sans-serif !important;\n  font-size: 10.5px !important;\n  font-weight: 700 !important;\n  letter-spacing: 2.5px !important;\n  text-transform: uppercase !important;\n  color: var(--it-bianco) !important;\n  background: linear-gradient(135deg, var(--it-arancio) 0%, var(--it-terracotta) 100%) !important;\n  padding: 14px 32px !important;\n  border: none !important;\n  text-decoration: none !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 10px !important;\n  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;\n  position: relative !important;\n  overflow: hidden !important;\n  cursor: pointer !important;\n  white-space: nowrap !important;\n  line-height: 1 !important;\n  box-shadow: 0 6px 20px rgba(232,114,42,0.25) !important;\n  border-radius: 0 !important;\n}\n.lemonx-visual-root .ldc-co .co-btn::before {\n  content: '';\n  position: absolute;\n  top: 0; left: -100%; width: 100%; height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);\n  transition: left 0.5s;\n}\n.lemonx-visual-root .ldc-co .co-btn:hover::before { left: 100%; }\n.lemonx-visual-root .ldc-co .co-btn:hover {\n  background: linear-gradient(135deg, var(--it-terracotta) 0%, #8B3A10 100%) !important;\n  transform: translateY(-2px) !important;\n  box-shadow: 0 12px 32px rgba(232,114,42,0.38) !important;\n}\n.lemonx-visual-root .ldc-co .co-btn svg { width: 12px !important; height: 12px !important; }<\/p>\n<p>\/* Outline CTA *\/\n.lemonx-visual-root .ldc-co .co-btn-outline, .lemonx-visual-root .ldc-co .co-btn-outline:link, .lemonx-visual-root .ldc-co .co-btn-outline:visited {\n  font-family: 'Raleway', sans-serif !important;\n  font-size: 10.5px !important;\n  font-weight: 700 !important;\n  letter-spacing: 2.5px !important;\n  text-transform: uppercase !important;\n  color: var(--it-nero) !important;\n  background: transparent !important;\n  padding: 14px 32px !important;\n  border: 1.5px solid var(--it-nero) !important;\n  text-decoration: none !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 10px !important;\n  transition: all 0.4s !important;\n  cursor: pointer !important;\n  white-space: nowrap !important;\n  line-height: 1 !important;\n  box-shadow: none !important;\n  border-radius: 0 !important;\n}\n.lemonx-visual-root .ldc-co .co-btn-outline:hover {\n  background: var(--it-arancio) !important;\n  border-color: var(--it-arancio) !important;\n  color: #fff !important;\n}\n.lemonx-visual-root .ldc-co .co-btn-outline svg { width: 12px !important; height: 12px !important; }<\/p>\n<p>\/* Dark outline CTA *\/\n.lemonx-visual-root .ldc-co .co-section.dark .co-btn-outline, .lemonx-visual-root .ldc-co .co-section.dark .co-btn-outline:link, .lemonx-visual-root .ldc-co .co-section.dark .co-btn-outline:visited {\n  color: rgba(255,255,255,0.8) !important;\n  border-color: rgba(255,255,255,0.25) !important;\n}\n.lemonx-visual-root .ldc-co .co-section.dark .co-btn-outline:hover {\n  background: var(--it-arancio) !important;\n  border-color: var(--it-arancio) !important;\n  color: #fff !important;\n}<\/p>\n<p>\/* Arrow SVG used in links *\/\n.lemonx-visual-root .ldc-co .co-arrow { width: 12px; height: 12px; }<\/p>\n<p>\/* Section divider line *\/\n.lemonx-visual-root .ldc-co .co-divider {\n  height: 1px;\n  background: linear-gradient(90deg, transparent, rgba(200,149,46,0.2), transparent);\n}<\/p>\n<p>\/* ============================================\n   1. INTRO SECTION\n   ============================================ *\/\n.lemonx-visual-root .ldc-co .co-intro {\n  padding: 96px 0;\n  background: var(--it-bianco);\n}\n.lemonx-visual-root .ldc-co .co-intro-grid {\n  display: grid;\n  grid-template-columns: 360px 1fr;\n  gap: 72px;\n  align-items: start;\n}\n.lemonx-visual-root .ldc-co .co-intro-left {}\n.lemonx-visual-root .ldc-co .co-intro-label {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--it-arancio);\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 20px;\n}\n.lemonx-visual-root .ldc-co .co-intro-label::before {\n  content: '';\n  width: 32px;\n  height: 1.5px;\n  background: var(--it-arancio);\n}\n.lemonx-visual-root .ldc-co .co-intro-title {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(28px, 3vw, 44px);\n  font-weight: 600;\n  color: var(--it-nero);\n  line-height: 1.2;\n  margin-bottom: 24px;\n}\n.lemonx-visual-root .ldc-co .co-intro-title em {\n  font-style: normal;\n  color: var(--it-arancio);\n  display: block;\n}\n.lemonx-visual-root .ldc-co .co-intro-deco {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n.lemonx-visual-root .ldc-co .co-intro-deco-dot {\n  width: 6px;\n  height: 6px;\n  border: 1.5px solid var(--it-oro);\n  transform: rotate(45deg);\n}\n.lemonx-visual-root .ldc-co .co-intro-deco-line {\n  width: 48px;\n  height: 1px;\n  background: linear-gradient(90deg, var(--it-oro), transparent);\n}<\/p>\n<p>.lemonx-visual-root .ldc-co .co-intro-right {}\n.lemonx-visual-root .ldc-co .co-intro-right .co-body {\n  font-size: 14.5px;\n  line-height: 1.9;\n}\n.lemonx-visual-root .ldc-co .co-intro-right .co-body p:first-child {\n  font-family: 'Lora', serif;\n  font-size: 16px;\n  font-style: italic;\n  color: var(--it-nero);\n  line-height: 1.75;\n  padding-bottom: 24px;\n  margin-bottom: 24px;\n  border-bottom: 1px solid rgba(200,149,46,0.15);\n}<\/p>\n<p>\/* ============================================\n   2. COMPANY OVERVIEW\n   ============================================ *\/\n.lemonx-visual-root .ldc-co .co-overview {\n  padding: 96px 0;\n  background: var(--it-crema);\n  position: relative;\n}\n.lemonx-visual-root .ldc-co .co-overview::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, rgba(200,149,46,0.2), transparent);\n}\n.lemonx-visual-root .ldc-co .co-overview-layout {\n  display: grid;\n  grid-template-columns: 1fr 440px;\n  gap: 64px;\n  align-items: center;\n}\n.lemonx-visual-root .ldc-co .co-overview-img {\n  position: relative;\n  overflow: hidden;\n}\n.lemonx-visual-root .ldc-co .co-overview-img img {\n  width: 100%;\n  height: 480px;\n  object-fit: cover;\n  display: block;\n  filter: saturate(0.8) brightness(0.9);\n  transition: transform 0.7s ease;\n}\n.lemonx-visual-root .ldc-co .co-overview-img:hover img { transform: scale(1.04); }\n.lemonx-visual-root .ldc-co .co-overview-img::before {\n  content: '';\n  position: absolute;\n  top: 14px; left: 14px;\n  width: 32px; height: 32px;\n  border-top: 2px solid var(--it-oro);\n  border-left: 2px solid var(--it-oro);\n  z-index: 2;\n  pointer-events: none;\n}\n.lemonx-visual-root .ldc-co .co-overview-img::after {\n  content: '';\n  position: absolute;\n  bottom: 14px; right: 14px;\n  width: 32px; height: 32px;\n  border-bottom: 2px solid var(--it-oro);\n  border-right: 2px solid var(--it-oro);\n  z-index: 2;\n  pointer-events: none;\n}\n.lemonx-visual-root .ldc-co .co-overview-badge {\n  position: absolute;\n  bottom: 24px;\n  left: 24px;\n  background: var(--it-arancio);\n  padding: 14px 20px;\n  z-index: 3;\n  box-shadow: 0 8px 24px rgba(232,114,42,0.35);\n}\n.lemonx-visual-root .ldc-co .co-overview-badge-num {\n  font-family: 'Cinzel', serif;\n  font-size: 20px;\n  font-weight: 700;\n  color: #fff;\n  line-height: 1;\n  display: block;\n}\n.lemonx-visual-root .ldc-co .co-overview-badge-txt {\n  font-family: 'Raleway', sans-serif;\n  font-size: 9px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.85);\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  display: block;\n  margin-top: 4px;\n}<\/p>\n<p>\/* ============================================\n   3. MISSION & VISION (side by side)\n   ============================================ *\/\n.lemonx-visual-root .ldc-co .co-mv {\n  padding: 96px 0;\n  background: var(--it-bianco);\n}\n.lemonx-visual-root .ldc-co .co-mv-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 0;\n}\n.lemonx-visual-root .ldc-co .co-mv-card {\n  padding: 56px 52px;\n  position: relative;\n}\n.lemonx-visual-root .ldc-co .co-mv-card:first-child {\n  border-right: 1px solid rgba(200,149,46,0.15);\n}\n.lemonx-visual-root .ldc-co .co-mv-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 52px;\n  width: 40px;\n  height: 2px;\n  background: linear-gradient(90deg, var(--it-arancio), var(--it-oro));\n}\n.lemonx-visual-root .ldc-co .co-mv-icon {\n  width: 52px;\n  height: 52px;\n  border: 1.5px solid rgba(200,149,46,0.3);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transform: rotate(45deg);\n  margin-bottom: 28px;\n}\n.lemonx-visual-root .ldc-co .co-mv-icon svg {\n  width: 20px;\n  height: 20px;\n  color: var(--it-arancio);\n  transform: rotate(-45deg);\n}\n.lemonx-visual-root .ldc-co .co-mv-label {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 3.5px;\n  text-transform: uppercase;\n  color: var(--it-oro);\n  margin-bottom: 14px;\n}\n.lemonx-visual-root .ldc-co .co-mv-title {\n  font-family: 'Cinzel', serif;\n  font-size: 24px;\n  font-weight: 600;\n  color: var(--it-nero);\n  margin-bottom: 20px;\n  letter-spacing: 0.5px;\n  line-height: 1.3;\n}\n.lemonx-visual-root .ldc-co .co-mv-body {\n  font-family: 'Raleway', sans-serif;\n  font-size: 13.5px;\n  color: var(--it-grigio);\n  line-height: 1.85;\n}\n.lemonx-visual-root .ldc-co .co-mv-body p { margin-bottom: 16px; }\n.lemonx-visual-root .ldc-co .co-mv-body p:last-child { margin-bottom: 0; }<\/p>\n<p>\/* ============================================\n   4. WHAT WE DO\n   ============================================ *\/\n.lemonx-visual-root .ldc-co .co-wwd {\n  padding: 96px 0;\n  background: var(--it-nero-caldo);\n  position: relative;\n}\n.lemonx-visual-root .ldc-co .co-wwd::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    repeating-linear-gradient(90deg, transparent, transparent 120px, rgba(200,149,46,0.03) 120px, rgba(200,149,46,0.03) 121px),\n    repeating-linear-gradient(0deg, transparent, transparent 120px, rgba(200,149,46,0.02) 120px, rgba(200,149,46,0.02) 121px);\n  pointer-events: none;\n}\n.lemonx-visual-root .ldc-co .co-wwd-layout {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 72px;\n  align-items: center;\n}\n.lemonx-visual-root .ldc-co .co-wwd-content {}\n.lemonx-visual-root .ldc-co .co-wwd-images {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  grid-template-rows: 200px 200px;\n  gap: 8px;\n}\n.lemonx-visual-root .ldc-co .co-wwd-img {\n  overflow: hidden;\n  position: relative;\n}\n.lemonx-visual-root .ldc-co .co-wwd-img img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  filter: saturate(0.7) brightness(0.8);\n  transition: transform 0.7s ease, filter 0.5s;\n}\n.lemonx-visual-root .ldc-co .co-wwd-img:hover img {\n  transform: scale(1.06);\n  filter: saturate(0.85) brightness(0.88);\n}\n.lemonx-visual-root .ldc-co .co-wwd-img.tall { grid-row: span 2; }\n.lemonx-visual-root .ldc-co .co-wwd-img::after {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(180deg, transparent 50%, rgba(26,17,8,0.5) 100%);\n  pointer-events: none;\n}\n.lemonx-visual-root .ldc-co .co-wwd-img-cap {\n  position: absolute;\n  bottom: 10px;\n  left: 12px;\n  z-index: 3;\n  font-family: 'Raleway', sans-serif;\n  font-size: 9px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.7);\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n}<\/p>\n<p>\/* ============================================\n   5. CORE STRENGTHS\n   ============================================ *\/\n.lemonx-visual-root .ldc-co .co-strengths {\n  padding: 96px 0;\n  background: var(--it-crema);\n}\n.lemonx-visual-root .ldc-co .co-str-grid {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 0;\n}\n.lemonx-visual-root .ldc-co .co-str-card {\n  padding: 44px 28px;\n  text-align: center;\n  position: relative;\n  transition: all 0.4s;\n}\n.lemonx-visual-root .ldc-co .co-str-card::after {\n  content: '';\n  position: absolute;\n  top: 24px;\n  right: 0;\n  bottom: 24px;\n  width: 1px;\n  background: rgba(200,149,46,0.15);\n}\n.lemonx-visual-root .ldc-co .co-str-card:last-child::after { display: none; }\n.lemonx-visual-root .ldc-co .co-str-card::before {\n  content: '';\n  position: absolute;\n  bottom: 0;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 0;\n  height: 2px;\n  background: var(--it-arancio);\n  transition: width 0.4s;\n}\n.lemonx-visual-root .ldc-co .co-str-card:hover::before { width: 50px; }\n.lemonx-visual-root .ldc-co .co-str-card:hover { background: rgba(255,255,255,0.6); }\n.lemonx-visual-root .ldc-co .co-str-icon {\n  width: 56px;\n  height: 56px;\n  margin: 0 auto 24px;\n  border: 1.5px solid rgba(200,149,46,0.3);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transform: rotate(45deg);\n  transition: all 0.4s;\n}\n.lemonx-visual-root .ldc-co .co-str-card:hover .co-str-icon {\n  background: var(--it-arancio);\n  border-color: var(--it-arancio);\n}\n.lemonx-visual-root .ldc-co .co-str-icon svg {\n  width: 20px;\n  height: 20px;\n  color: var(--it-arancio);\n  transform: rotate(-45deg);\n  transition: color 0.4s;\n}\n.lemonx-visual-root .ldc-co .co-str-card:hover .co-str-icon svg { color: #fff; }\n.lemonx-visual-root .ldc-co .co-str-title {\n  font-family: 'Cinzel', serif;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--it-nero);\n  letter-spacing: 0.5px;\n  margin-bottom: 14px;\n  line-height: 1.4;\n}\n.lemonx-visual-root .ldc-co .co-str-body {\n  font-family: 'Raleway', sans-serif;\n  font-size: 12.5px;\n  color: var(--it-grigio);\n  line-height: 1.75;\n}<\/p>\n<p>\/* ============================================\n   6. MANUFACTURING (Image left + Text right)\n   ============================================ *\/\n.lemonx-visual-root .ldc-co .co-mfg {\n  padding: 96px 0;\n  background: var(--it-bianco);\n}\n.lemonx-visual-root .ldc-co .co-split {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 72px;\n  align-items: center;\n}\n.lemonx-visual-root .ldc-co .co-split.reverse { direction: rtl; }\n.lemonx-visual-root .ldc-co .co-split.reverse > * { direction: ltr; }\n.lemonx-visual-root .ldc-co .co-split-img {\n  position: relative;\n  overflow: hidden;\n}\n.lemonx-visual-root .ldc-co .co-split-img img {\n  width: 100%;\n  height: 420px;\n  object-fit: cover;\n  display: block;\n  filter: saturate(0.8) brightness(0.88);\n  transition: transform 0.7s ease;\n}\n.lemonx-visual-root .ldc-co .co-split-img:hover img { transform: scale(1.04); }\n.lemonx-visual-root .ldc-co .co-split-img::before {\n  content: '';\n  position: absolute;\n  top: 14px; left: 14px;\n  width: 28px; height: 28px;\n  border-top: 2px solid rgba(200,149,46,0.5);\n  border-left: 2px solid rgba(200,149,46,0.5);\n  z-index: 2;\n  pointer-events: none;\n}\n.lemonx-visual-root .ldc-co .co-split-img::after {\n  content: '';\n  position: absolute;\n  bottom: 14px; right: 14px;\n  width: 28px; height: 28px;\n  border-bottom: 2px solid rgba(200,149,46,0.5);\n  border-right: 2px solid rgba(200,149,46,0.5);\n  z-index: 2;\n  pointer-events: none;\n}\n.lemonx-visual-root .ldc-co .co-split-content {}\n.lemonx-visual-root .ldc-co .co-split-label {\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 3.5px;\n  text-transform: uppercase;\n  color: var(--it-arancio);\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n.lemonx-visual-root .ldc-co .co-split-label::before {\n  content: '';\n  width: 28px;\n  height: 1.5px;\n  background: var(--it-arancio);\n}\n.lemonx-visual-root .ldc-co .co-split-title {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(22px, 2.2vw, 30px);\n  font-weight: 600;\n  color: var(--it-nero);\n  line-height: 1.3;\n  margin-bottom: 20px;\n  letter-spacing: 0.5px;\n}\n.lemonx-visual-root .ldc-co .co-section.dark .co-split-title { color: var(--it-bianco); }\n.lemonx-visual-root .ldc-co .co-section.dark .co-split-label { color: var(--it-oro-chiaro); }\n.lemonx-visual-root .ldc-co .co-section.dark .co-split-label::before { background: var(--it-oro-chiaro); }\n.lemonx-visual-root .ldc-co .co-split-line {\n  width: 50px;\n  height: 2px;\n  background: linear-gradient(90deg, var(--it-arancio), var(--it-oro), transparent);\n  margin-bottom: 20px;\n}\n.lemonx-visual-root .ldc-co .co-split-cta {\n  margin-top: 32px;\n}<\/p>\n<p>\/* ============================================\n   7. WHY CHOOSE US\n   ============================================ *\/\n.lemonx-visual-root .ldc-co .co-why {\n  padding: 96px 0;\n  background: var(--it-nero-caldo);\n  position: relative;\n}\n.lemonx-visual-root .ldc-co .co-why::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    repeating-linear-gradient(90deg, transparent, transparent 120px, rgba(200,149,46,0.03) 120px, rgba(200,149,46,0.03) 121px);\n  pointer-events: none;\n}\n.lemonx-visual-root .ldc-co .co-why-layout {\n  position: relative;\n  z-index: 2;\n}\n.lemonx-visual-root .ldc-co .co-why-intro {\n  text-align: center;\n  max-width: 680px;\n  margin: 0 auto 52px;\n}\n.lemonx-visual-root .ldc-co .co-why-intro .co-body {\n  color: rgba(255,255,255,0.55);\n}\n.lemonx-visual-root .ldc-co .co-why-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n}\n.lemonx-visual-root .ldc-co .co-why-card {\n  padding: 36px 32px;\n  border: 1px solid rgba(200,149,46,0.12);\n  position: relative;\n  transition: all 0.4s;\n}\n.lemonx-visual-root .ldc-co .co-why-card:hover {\n  border-color: rgba(232,114,42,0.35);\n  background: rgba(200,149,46,0.04);\n}\n.lemonx-visual-root .ldc-co .co-why-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 32px;\n  width: 30px;\n  height: 2px;\n  background: var(--it-arancio);\n  opacity: 0;\n  transition: opacity 0.4s;\n}\n.lemonx-visual-root .ldc-co .co-why-card:hover::before { opacity: 1; }\n.lemonx-visual-root .ldc-co .co-why-num {\n  font-family: 'Cinzel', serif;\n  font-size: 32px;\n  font-weight: 700;\n  color: rgba(200,149,46,0.15);\n  margin-bottom: 16px;\n  line-height: 1;\n}\n.lemonx-visual-root .ldc-co .co-why-card-title {\n  font-family: 'Cinzel', serif;\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--it-bianco);\n  margin-bottom: 12px;\n  letter-spacing: 0.3px;\n  line-height: 1.4;\n}\n.lemonx-visual-root .ldc-co .co-why-card-body {\n  font-family: 'Raleway', sans-serif;\n  font-size: 12.5px;\n  color: rgba(255,255,255,0.45);\n  line-height: 1.75;\n}<\/p>\n<p>\/* ============================================\n   8. COMPANY PAGES PREVIEW\n   ============================================ *\/\n.lemonx-visual-root .ldc-co .co-pages {\n  padding: 96px 0;\n  background: var(--it-bianco);\n}\n.lemonx-visual-root .ldc-co .co-pages-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n}\n.lemonx-visual-root .ldc-co .co-page-card {\n  text-decoration: none;\n  display: block;\n  padding: 36px 28px;\n  border: 1px solid rgba(200,149,46,0.12);\n  position: relative;\n  transition: all 0.4s;\n  overflow: hidden;\n}\n.lemonx-visual-root .ldc-co .co-page-card::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 0;\n  height: 2px;\n  background: var(--it-arancio);\n  transition: width 0.4s;\n}\n.lemonx-visual-root .ldc-co .co-page-card:hover::after { width: 100%; }\n.lemonx-visual-root .ldc-co .co-page-card:hover {\n  background: var(--it-crema);\n  border-color: rgba(200,149,46,0.25);\n  transform: translateY(-3px);\n  box-shadow: 0 12px 32px rgba(26,17,8,0.06);\n}\n.lemonx-visual-root .ldc-co .co-page-icon {\n  width: 44px;\n  height: 44px;\n  border: 1.5px solid rgba(200,149,46,0.25);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transform: rotate(45deg);\n  margin-bottom: 22px;\n  transition: all 0.4s;\n}\n.lemonx-visual-root .ldc-co .co-page-card:hover .co-page-icon {\n  background: var(--it-arancio);\n  border-color: var(--it-arancio);\n}\n.lemonx-visual-root .ldc-co .co-page-icon svg {\n  width: 17px; height: 17px;\n  color: var(--it-arancio);\n  transform: rotate(-45deg);\n  transition: color 0.4s;\n}\n.lemonx-visual-root .ldc-co .co-page-card:hover .co-page-icon svg { color: #fff; }\n.lemonx-visual-root .ldc-co .co-page-title {\n  font-family: 'Cinzel', serif;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--it-nero);\n  margin-bottom: 10px;\n  letter-spacing: 0.3px;\n  transition: color 0.3s;\n}\n.lemonx-visual-root .ldc-co .co-page-card:hover .co-page-title { color: var(--it-arancio); }\n.lemonx-visual-root .ldc-co .co-page-desc {\n  font-family: 'Raleway', sans-serif;\n  font-size: 11.5px;\n  color: var(--it-grigio-chiaro);\n  line-height: 1.6;\n}\n.lemonx-visual-root .ldc-co .co-page-arrow {\n  margin-top: 18px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  font-family: 'Raleway', sans-serif;\n  font-size: 10px;\n  font-weight: 700;\n  color: var(--it-arancio);\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  opacity: 0;\n  transform: translateX(-8px);\n  transition: all 0.4s;\n}\n.lemonx-visual-root .ldc-co .co-page-card:hover .co-page-arrow {\n  opacity: 1;\n  transform: translateX(0);\n}<\/p>\n<p>\/* ============================================\n   9. CONTACT SECTION\n   ============================================ *\/\n.lemonx-visual-root .ldc-co .co-contact {\n  padding: 96px 0;\n  background: var(--it-crema);\n  text-align: center;\n}\n.lemonx-visual-root .ldc-co .co-contact-body {\n  max-width: 640px;\n  margin: 0 auto 40px;\n}\n.lemonx-visual-root .ldc-co .co-contact-btns {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 18px;\n  flex-wrap: wrap;\n}<\/p>\n<p>\/* ============================================\n   10. FINAL CTA\n   ============================================ *\/\n.lemonx-visual-root .ldc-co .co-final {\n  padding: 80px 0;\n  background: var(--it-nero-caldo);\n  text-align: center;\n  position: relative;\n}\n.lemonx-visual-root .ldc-co .co-final::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 3px;\n  background: linear-gradient(90deg, transparent, var(--it-oro), var(--it-arancio), var(--it-oro), transparent);\n}\n.lemonx-visual-root .ldc-co .co-final-title {\n  font-family: 'Cinzel', serif;\n  font-size: clamp(20px, 2vw, 28px);\n  font-weight: 600;\n  color: var(--it-bianco);\n  margin-bottom: 16px;\n}\n.lemonx-visual-root .ldc-co .co-final-body {\n  font-family: 'Lora', serif;\n  font-size: 14px;\n  font-style: italic;\n  color: rgba(255,255,255,0.5);\n  line-height: 1.7;\n  max-width: 580px;\n  margin: 0 auto 36px;\n}\n.lemonx-visual-root .ldc-co .co-final-cta {\n  display: flex;\n  justify-content: center;\n}<\/p>\n<p>\/* ============================================\n   RESPONSIVE\n   ============================================ *\/\n@media (max-width: 1200px) {\n  .lemonx-visual-root .ldc-co .co-str-grid { grid-template-columns: repeat(3, 1fr); }\n  .lemonx-visual-root .ldc-co .co-str-card:nth-child(3)::after { display: none; }\n  .lemonx-visual-root .ldc-co .co-pages-grid { grid-template-columns: repeat(2, 1fr); }\n}<\/p>\n<p>@media (max-width: 1024px) {\n  .lemonx-visual-root .ldc-co .co-inner { padding: 0 32px; }\n  .lemonx-visual-root .ldc-co .co-intro-grid { grid-template-columns: 1fr; gap: 40px; }\n  .lemonx-visual-root .ldc-co .co-overview-layout { grid-template-columns: 1fr; gap: 40px; }\n  .lemonx-visual-root .ldc-co .co-overview-img { order: -1; }\n  .lemonx-visual-root .ldc-co .co-mv-grid { grid-template-columns: 1fr; }\n  .lemonx-visual-root .ldc-co .co-mv-card:first-child { border-right: none; border-bottom: 1px solid rgba(200,149,46,0.15); }\n  .lemonx-visual-root .ldc-co .co-split { grid-template-columns: 1fr; gap: 40px; }\n  .lemonx-visual-root .ldc-co .co-split.reverse { direction: ltr; }\n  .lemonx-visual-root .ldc-co .co-split-img { order: -1; }\n  .lemonx-visual-root .ldc-co .co-wwd-layout { grid-template-columns: 1fr; gap: 40px; }\n  .lemonx-visual-root .ldc-co .co-wwd-images { order: -1; }\n  .lemonx-visual-root .ldc-co .co-why-grid { grid-template-columns: repeat(2, 1fr); }\n}<\/p>\n<p>@media (max-width: 768px) {\n  .lemonx-visual-root .ldc-co .co-inner { padding: 0 24px; }\n  .lemonx-visual-root .ldc-co .co-section { padding: 64px 0 !important; }\n  .lemonx-visual-root .ldc-co .co-intro { padding: 64px 0 !important; }\n  .lemonx-visual-root .ldc-co .co-str-grid { grid-template-columns: 1fr 1fr; }\n  .lemonx-visual-root .ldc-co .co-str-card:nth-child(2n)::after { display: none; }\n  .lemonx-visual-root .ldc-co .co-pages-grid { grid-template-columns: 1fr 1fr; }\n  .lemonx-visual-root .ldc-co .co-why-grid { grid-template-columns: 1fr; }\n  .lemonx-visual-root .ldc-co .co-wwd-images { grid-template-rows: 160px 160px; }\n  .lemonx-visual-root .ldc-co .co-split-img img { height: 320px; }\n  .lemonx-visual-root .ldc-co .co-overview-img img { height: 360px; }\n}<\/p>\n<p>@media (max-width: 600px) {\n  .lemonx-visual-root .ldc-co .co-inner { padding: 0 20px; }\n  .lemonx-visual-root .ldc-co .co-str-grid { grid-template-columns: 1fr; }\n  .lemonx-visual-root .ldc-co .co-str-card::after { display: none; }\n  .lemonx-visual-root .ldc-co .co-pages-grid { grid-template-columns: 1fr; }\n  .lemonx-visual-root .ldc-co .co-contact-btns { flex-direction: column; }\n  .lemonx-visual-root .ldc-co .co-contact-btns .co-btn, .lemonx-visual-root .ldc-co .co-contact-btns .co-btn-outline { width: 100% !important; justify-content: center !important; }\n  .lemonx-visual-root .ldc-co .co-mv-card { padding: 40px 24px; }\n  .lemonx-visual-root .ldc-co .co-split-img img { height: 260px; }\n}\n<\/style>","protected":false},"excerpt":{"rendered":"<p>About Landercoll A Professional Cellulose Ether Company Built on Quality, Capability, and Long-Term Cooperation Learn more about LANDERCOLL, our manufacturing approach, quality commitment, application focus, and dedication to serving global industrial customers. A strong industrial partner is defined by more than the products it offers. Customers also evaluate manufacturing reliability, quality consistency, technical understanding, communication [&hellip;]<\/p>","protected":false},"author":1,"featured_media":10431,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_theme","meta":{"footnotes":""},"class_list":["post-11367","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/landercoll.com\/cs\/wp-json\/wp\/v2\/pages\/11367","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/landercoll.com\/cs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/landercoll.com\/cs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/landercoll.com\/cs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/landercoll.com\/cs\/wp-json\/wp\/v2\/comments?post=11367"}],"version-history":[{"count":8,"href":"https:\/\/landercoll.com\/cs\/wp-json\/wp\/v2\/pages\/11367\/revisions"}],"predecessor-version":[{"id":11378,"href":"https:\/\/landercoll.com\/cs\/wp-json\/wp\/v2\/pages\/11367\/revisions\/11378"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/landercoll.com\/cs\/wp-json\/wp\/v2\/media\/10431"}],"wp:attachment":[{"href":"https:\/\/landercoll.com\/cs\/wp-json\/wp\/v2\/media?parent=11367"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}