{"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-nas","status":"publish","type":"page","link":"https:\/\/landercoll.com\/sk\/o-nas\/","title":{"rendered":"Spolo\u010dnos\u0165"},"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 spolo\u010dnosti Landercoll<\/span><\/p>\n<h1 class=\"it-cb-title\">Profesion\u00e1lna spolo\u010dnos\u0165 zaoberaj\u00faca sa celul\u00f3zov\u00fdmi et\u00e9rmi zalo\u017een\u00e1 na <em>Kvalita<\/em>, schopnostiach a dlhodobej <em>spolupr\u00e1ci<\/em><\/h1>\n<p class=\"it-cb-subtitle\">Zistite viac o LANDERCOLL, na\u0161om v\u00fdrobnom pr\u00edstupe, z\u00e1v\u00e4zku k kvalite, zameran\u00ed na aplik\u00e1cie a oddanosti slu\u017ebe glob\u00e1lnym priemyseln\u00fdm z\u00e1kazn\u00edkom.<\/p>\n<div class=\"it-cb-line\"><\/div>\n<div class=\"it-cb-body\">\n<p>Siln\u00fd priemyseln\u00fd partner je definovan\u00fd nielen produktmi, ktor\u00e9 pon\u00faka. Z\u00e1kazn\u00edci tie\u017e hodnotia spo\u013eahlivos\u0165 v\u00fdroby, konzistenciu kvality, technick\u00e9 porozumenie, efekt\u00edvnos\u0165 komunik\u00e1cie a dlhodob\u00fa schopnos\u0165 slu\u017eby. LANDERCOLL je postaven\u00fd na t\u00fdchto priorit\u00e1ch.<\/p>\n<p>Ako profesion\u00e1lny dod\u00e1vate\u013e zameran\u00fd na rie\u0161enia s celul\u00f3zov\u00fdmi et\u00e9rmi, pracujeme na podpore z\u00e1kazn\u00edkov v oblasti stavebn\u00fdch materi\u00e1lov, farieb a n\u00e1terov, dom\u00e1cej starostlivosti, osobnej starostlivosti, farm\u00e1cie, potravin\u00e1rskych syst\u00e9mov a \u0161pecializovan\u00fdch priemyseln\u00fdch aplik\u00e1ci\u00ed.<\/p>\n<\/p><\/div>\n<div class=\"it-cb-actions\">\n          <a href=\"https:\/\/landercoll.com\/sk\/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\/sk\/produkty\/\" class=\"it-cb-btn-secondary\"><br \/>\n            Presk\u00fama\u0165 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>Viac ako 60 kraj\u00edn<\/strong>Global Reach<\/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\u00f4veryhodn\u00ed partneri<\/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\u00e9 v\u00fdrobn\u00e9 zariadenie \u2014 priemyseln\u00e1 v\u00fdrobn\u00e1 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=\"Laborat\u00f3rne testovanie 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=\"Aplik\u00e1cia stavebn\u00fdch materi\u00e1lov na mieste\"><br \/>\n          <span class=\"it-cb-img-label\">Stavebn\u00edctvo<\/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=\"Priemyseln\u00e1 logistika skladov a glob\u00e1lna doprava\"><br \/>\n          <span class=\"it-cb-img-label\">Glob\u00e1lna 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=\"Priemyseln\u00e1 aplik\u00e1cia farieb a n\u00e1terov\"><br \/>\n          <span class=\"it-cb-img-label\">N\u00e1tery<\/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\">Pos\u00favajte<\/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\u00e1nke<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 odhodlan\u00fd poskytova\u0165 produkty s celul\u00f3zov\u00fdmi et\u00e9rmi a aplika\u010dne orientovan\u00fa podporu pre priemyseln\u00fdch z\u00e1kazn\u00edkov po celom svete. Obsluhujeme v\u00fdrobcov, formul\u00e1torov, distrib\u00fatorov a n\u00e1kupn\u00e9 t\u00edmy, ktor\u00e9 potrebuj\u00fa spo\u013eahliv\u00e9 produkty, praktick\u00fa technick\u00fa komunik\u00e1ciu a profesion\u00e1lneho partnera schopn\u00e9ho podporova\u0165 dlhodob\u00fa obchodn\u00fa spolupr\u00e1cu.<\/p>\n<p>Na\u0161a spolo\u010dnos\u0165 je postaven\u00e1 na my\u0161lienke, \u017ee priemyseln\u00e1 dod\u00e1vka by mala by\u0165 nielen <strong>spo\u013eahliv\u00e1 a u\u017eito\u010dn\u00e1<\/strong>. Spo\u013eahliv\u00e1 znamen\u00e1 konzistentn\u00fd v\u00fdkon produktu, stabiln\u00fa kvalitu a r\u00fdchlu slu\u017ebu. U\u017eito\u010dn\u00e1 znamen\u00e1 pochopenie spr\u00e1vania produktov v re\u00e1lnych aplik\u00e1ci\u00e1ch a pomoc z\u00e1kazn\u00edkom pri v\u00fdbere rie\u0161en\u00ed, ktor\u00e9 zodpovedaj\u00fa ich v\u00fdrobn\u00fdm cie\u013eom a trhov\u00fdm potreb\u00e1m.<\/p>\n<p>Namiesto toho, aby sme p\u00f4sobili len ako predajca surov\u00edn, LANDERCOLL sa sna\u017e\u00ed by\u0165 spolo\u010dnos\u0165ou, ktor\u00e1 podporuje <strong>v\u00fdber produktov, pochopenie aplik\u00e1ci\u00ed a silnej\u0161ie rozhodovanie z\u00e1kazn\u00edkov<\/strong>. Toto je z\u00e1klad na\u0161ej firemnej filozofie a smer, ktor\u00fdm pokra\u010dujeme v raste.<\/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\">Preh\u013ead spolo\u010dnosti<\/span><\/p>\n<h2 class=\"co-sec-title\">Spolo\u010dnos\u0165 zameran\u00e1 na celul\u00f3zov\u00e9 et\u00e9ry<br \/>a <em>Priemyseln\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 sa zameriava na produkty celul\u00f3zov\u00fdch \u00e9terov vr\u00e1tane <strong>HPMC, HEMC, HEC a CMC<\/strong>. Tieto produkty sa pou\u017e\u00edvaj\u00fa v \u0161irokom spektre priemyseln\u00fdch odvetv\u00ed, kde je d\u00f4le\u017eit\u00e1 zadr\u017eanie vody, zahus\u0165ovanie, kontrola rheol\u00f3gie, stabilita suspenzie, viazanie a konzistencia formul\u00e1cie.<\/p>\n<p>Na\u0161a spolo\u010dnos\u0165 obsluhuje z\u00e1kazn\u00edkov na viacer\u00fdch trhoch, vr\u00e1tane stavebn\u00edctva a stavebn\u00fdch materi\u00e1lov, farieb a n\u00e1terov, dom\u00e1cej starostlivosti a prac\u00edch prostriedkov, osobnej starostlivosti a kozmetiky, farmaceut\u00edk, potravin\u00e1rskych syst\u00e9mov, keramiky, ropn\u00fdch pol\u00ed a \u010fal\u0161\u00edch \u0161pecializovan\u00fdch priemyseln\u00fdch odvetv\u00ed. T\u00e1to \u0161irok\u00e1 aplik\u00e1cia n\u00e1m poskytuje cenn\u00fd poh\u013ead na to, ako sa po\u017eiadavky na v\u00fdkon produktov l\u00ed\u0161ia od odvetvia k odvetviu.<\/p>\n<p>Preto\u017ee priemyseln\u00ed z\u00e1kazn\u00edci \u010dasto p\u00f4sobia v komplexn\u00fdch prostrediach n\u00e1kupu a v\u00fdvoja, kladieme ve\u013ek\u00fd d\u00f4raz na <strong>profesion\u00e1lnu komunik\u00e1ciu, praktick\u00fa podporu a dlhodob\u00fa spolupr\u00e1cu<\/strong>. Ver\u00edme, \u017ee spo\u013eahliv\u00fd dod\u00e1vate\u013e by mal pom\u00e1ha\u0165 z\u00e1kazn\u00edkom prejs\u0165 od dopytu po produkt k sebavedom\u00e9mu v\u00fdberu produktu jasn\u00fdm a efekt\u00edvnym sp\u00f4sobom.<\/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=\"Priemyseln\u00e9 zariadenie 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\u00e9 produktov\u00e9 l\u00ednie<\/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 smer<\/span><\/p>\n<h2 class=\"co-sec-title\">Misija a <em>V\u00edzia<\/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\u0161a misia<\/span><\/p>\n<h3 class=\"co-mv-title\">Na\u0161a misia<\/h3>\n<div class=\"co-mv-body\">\n<p>Na\u0161ou misiou je poskytova\u0165 vysokokvalitn\u00e9 rie\u0161enia celul\u00f3zov\u00fdch \u00e9terov, ktor\u00e9 pom\u00e1haj\u00fa priemyseln\u00fdm z\u00e1kazn\u00edkom zlep\u0161i\u0165 v\u00fdkon formul\u00e1cie, konzistenciu v\u00fdroby a hodnotu koncov\u00e9ho produktu. Cie\u013eom je podporova\u0165 z\u00e1kazn\u00edkov nielen produktmi, ale aj profesion\u00e1lnym pr\u00edstupom a spolupr\u00e1cou zalo\u017eenou na aplik\u00e1ci\u00e1ch.<\/p>\n<p>Ver\u00edme, \u017ee najcennej\u0161ie priemyseln\u00e9 partnerstv\u00e1 sa buduj\u00fa, ke\u010f obe strany klad\u00fa d\u00f4raz na jasnos\u0165, konzistenciu a dlhodob\u00e9 v\u00fdsledky. Preto na\u0161a misia presahuje samotn\u00fa dod\u00e1vku. Pracujeme na tom, aby sme pomohli z\u00e1kazn\u00edkom zn\u00ed\u017ei\u0165 neistotu, efekt\u00edvnej\u0161ie hodnoti\u0165 mo\u017enosti a budova\u0165 d\u00f4veru v vybran\u00e9 rie\u0161enia.<\/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\u0161a v\u00edzia<\/span><\/p>\n<h3 class=\"co-mv-title\">Na\u0161a v\u00edzia<\/h3>\n<div class=\"co-mv-body\">\n<p>Na\u0161ou v\u00edziou je by\u0165 d\u00f4veryhodn\u00fdm glob\u00e1lnym partnerom v oblasti celul\u00f3zov\u00fdch \u00e9terov, zn\u00e1my pre spo\u013eahlivos\u0165 produktov, pochopenie aplik\u00e1ci\u00ed a zodpovedn\u00fd dlhodob\u00fd rast. Cie\u013eom je posilni\u0165 na\u0161u poz\u00edciu neust\u00e1lym zlep\u0161ovan\u00edm kvality, prehlbovan\u00edm porozumenia priemyseln\u00fdm aplik\u00e1ci\u00e1m a zlep\u0161ovan\u00edm sp\u00f4sobu, ak\u00fdm podporujeme z\u00e1kazn\u00edkov na medzin\u00e1rodn\u00fdch trhoch.<\/p>\n<p>Ver\u00edme, \u017ee dlhodob\u00fd \u00faspech v tomto odvetv\u00ed z\u00e1vis\u00ed od kombin\u00e1cie v\u00fdrobn\u00fdch schopnost\u00ed s profesionalitou, inov\u00e1ciami a hodnotou pre z\u00e1kazn\u00edka. Na\u0161a v\u00edzia odr\u00e1\u017ea n\u00e1\u0161 z\u00e1v\u00e4zok r\u00e1s\u0165 sp\u00f4sobom, ktor\u00fd podporuje na\u0161ich z\u00e1kazn\u00edkov aj na\u0161u \u0161ir\u0161iu \u00falohu v modernom priemyselnom dod\u00e1vate\u013eskom re\u0165azci.<\/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);\">\u010co rob\u00edme<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>LANDERCOLL dod\u00e1va produkty celul\u00f3zov\u00fdch \u00e9terov pre \u0161irok\u00fa \u0161k\u00e1lu priemyseln\u00fdch pou\u017eit\u00ed. Na\u0161a pr\u00e1ca zah\u0155\u0148a <strong>v\u00fdvoj produktov, podporu v\u00fdroby, prisp\u00f4sobenie produktov na z\u00e1klade aplik\u00e1cie,<\/strong> a z\u00e1kazn\u00edcky servis pre kupuj\u00facich a technick\u00e9 t\u00edmy na r\u00f4znych trhoch.<\/p>\n<p>Zameriavame sa na pomoc z\u00e1kazn\u00edkom pri identifik\u00e1cii vhodn\u00fdch mo\u017enost\u00ed produktov pre aplik\u00e1cie ako such\u00e9 maltov\u00e9 zmesi, lepidl\u00e1 na obklady, stierky na steny, farby a n\u00e1tery, tekut\u00e9 \u010distiace prostriedky, produkty osobnej starostlivosti, farmaceutick\u00e9 formul\u00e1cie, potravinov\u00e9 syst\u00e9my, keramiku a \u010fal\u0161ie priemyseln\u00e9 produkty. Pochopen\u00edm rodiny produktov aj prostredia formul\u00e1cie pom\u00e1hame z\u00e1kazn\u00edkom pos\u00fava\u0165 sa smerom k efekt\u00edvnej\u0161iemu a spo\u013eahlivej\u0161iemu rozhodovaniu.<\/p>\n<p>Na\u0161ou \u00falohou je poskytova\u0165 hodnotu produktu praktick\u00fdm sp\u00f4sobom. To znamen\u00e1 pon\u00faka\u0165 rie\u0161enia, ktor\u00e9 podporuj\u00fa <strong>technick\u00e9 po\u017eiadavky aj obchodn\u00e9 potreby<\/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\u00e1 aplik\u00e1cia\" loading=\"lazy\"><br \/>\n            <span class=\"co-wwd-img-cap\">Stavebn\u00edctvo<\/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=\"Laborat\u00f3rne testovanie\" loading=\"lazy\"><br \/>\n            <span class=\"co-wwd-img-cap\">Laborat\u00f3rne testovanie<\/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=\"Aplik\u00e1cia n\u00e1terov\" loading=\"lazy\"><br \/>\n            <span class=\"co-wwd-img-cap\">N\u00e1tery<\/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\">\u010co n\u00e1s definuje<\/span><\/p>\n<h2 class=\"co-sec-title\">Na\u0161e jadro <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\">Zameran\u00fd portf\u00f3lio produktov<\/h4>\n<p class=\"co-str-body\">Sme \u0161pecializovan\u00ed na rie\u0161enia celul\u00f3zov\u00fdch \u00e9terov. Tento zameran\u00fd smer produktov n\u00e1m pom\u00e1ha lep\u0161ie porozumie\u0165 v\u00fdkonnostn\u00fdm funkci\u00e1m, potreb\u00e1m aplik\u00e1ci\u00ed a priorit\u00e1m z\u00e1kazn\u00edkov v r\u00f4znych priemyseln\u00fdch odvetviach.<\/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 pokrytie aplik\u00e1ci\u00ed<\/h4>\n<p class=\"co-str-body\">Na\u0161e produkty sa pou\u017e\u00edvaj\u00fa v stavebn\u00edctve, n\u00e1teroch, dom\u00e1cej starostlivosti, osobnej starostlivosti, farmaceutike, potravin\u00e1rstve, keramike, ropn\u00fdch poliach a \u0161pecializovan\u00fdch priemyseln\u00fdch aplik\u00e1ci\u00e1ch.<\/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\">Zameranie na aplik\u00e1cie<\/h4>\n<p class=\"co-str-body\">Zva\u017eujeme, ako mus\u00ed produkt fungova\u0165 v re\u00e1lnej formul\u00e1cii a ako tento v\u00fdkon s\u00favis\u00ed s procesom, pou\u017eite\u013enos\u0165ou a po\u017eiadavkami 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\u00e1lna komunik\u00e1cia<\/h4>\n<p class=\"co-str-body\">Priemyseln\u00ed z\u00e1kazn\u00edci oce\u0148uj\u00fa jasnos\u0165, r\u00fdchlos\u0165 a spo\u013eahlivos\u0165. Zav\u00e4zujeme sa k \u0161t\u00fdlu komunik\u00e1cie, ktor\u00fd je reak\u010dn\u00fd, \u0161trukt\u00farovan\u00fd a zameran\u00fd na efekt\u00edvne rie\u0161enie praktick\u00fdch ot\u00e1zok.<\/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\">Dlhodob\u00e9 partnerstvo<\/h4>\n<p class=\"co-str-body\">Ver\u00edme, \u017ee siln\u00e9 obchodn\u00e9 vz\u0165ahy sa buduj\u00fa prostredn\u00edctvom konzistencie, d\u00f4very a spolo\u010dn\u00e9ho pokroku. Podporujeme dlhodob\u00fa spolupr\u00e1cu so z\u00e1kazn\u00edkmi v r\u00f4znych regi\u00f3noch a odvetviach.<\/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\u00e9 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\u00e1 schopnos\u0165<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>V\u00fdroba je jedn\u00fdm zo z\u00e1kladov priemyselnej d\u00f4very. Z\u00e1kazn\u00edci potrebuj\u00fa istotu, \u017ee dod\u00e1vate\u013e za produktom rozumie <strong>kontrole procesov, riadeniu kvality,<\/strong> a d\u00f4le\u017eitosti konzistencie od \u0161ar\u017ee k \u0161ar\u017ei.<\/p>\n<p>LANDERCOLL sa zav\u00e4zuje k v\u00fdrobnej strat\u00e9gii, ktor\u00e1 kladie d\u00f4raz na spo\u013eahlivos\u0165, efekt\u00edvnos\u0165 a vhodnos\u0165 pre priemyseln\u00e9 aplik\u00e1cie. Ch\u00e1peme, \u017ee v\u00fdkon v\u00fdroby priamo ovplyv\u0148uje v\u00fdsledky formul\u00e1ci\u00ed z\u00e1kazn\u00edkov, pl\u00e1novanie v\u00fdroby a dlhodob\u00fa d\u00f4veru v zdroje.<\/p>\n<p>N\u00e1\u0161 v\u00fdrobn\u00fd pr\u00edstup nie je len o objeme v\u00fdroby. Ide aj o <strong>konsistenciu produktu, discipl\u00ednu v procese,<\/strong> a schopnos\u0165 podpori\u0165 r\u00f4zne po\u017eiadavky trhu prostredn\u00edctvom stabiln\u00e9ho a profesion\u00e1lneho prev\u00e1dzkov\u00e9ho pr\u00edstupu.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/sk\/spolocnost\/our-manufacturing\/\" class=\"co-btn\"><br \/>\n              Zisti\u0165 viac o v\u00fdrobe<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=\"Laborat\u00f3rium na zabezpe\u010denie 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\">Zabezpe\u010denie kvality<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>Kvalita je nevyhnutn\u00e1 pri dod\u00e1vke celul\u00f3zov\u00fdch \u00e9terov, preto\u017ee v\u00fdkon produktu mus\u00ed zosta\u0165 spo\u013eahliv\u00fd naprie\u010d aplik\u00e1ciami, projektmi a v\u00fdrobn\u00fdmi cyklami. Z\u00e1kazn\u00edci sa spoliehaj\u00fa na kvalitu nielen pre technick\u00fd v\u00fdkon, ale aj pre <strong>pl\u00e1novanie, opakovate\u013enos\u0165 a d\u00f4veru<\/strong> v dlhodobej spolupr\u00e1ci.<\/p>\n<p>V LANDERCOLL je zabezpe\u010denie kvality pova\u017eovan\u00e9 za k\u013e\u00fa\u010dov\u00fa s\u00fa\u010das\u0165 na\u0161ej hodnoty spolo\u010dnosti. Ch\u00e1peme, \u017ee spr\u00e1vny produkt mus\u00ed robi\u0165 viac ne\u017e len sp\u013a\u0148a\u0165 v\u0161eobecn\u00fd opis. Mus\u00ed podporova\u0165 skuto\u010dn\u00e9 potreby formul\u00e1ci\u00ed stabiln\u00fdm a predv\u00eddate\u013en\u00fdm sp\u00f4sobom.<\/p>\n<p>Na\u0161a filozofia kvality je postaven\u00e1 na <strong>kontrole, konzistencii a d\u00f4vere z\u00e1kazn\u00edkov<\/strong>. Na\u0161\u00edm cie\u013eom je podporova\u0165 z\u00e1kazn\u00edkov produktmi, ktor\u00e9 pom\u00e1haj\u00fa zni\u017eova\u0165 neistotu a zlep\u0161ova\u0165 opakovate\u013en\u00fd v\u00fdkon v praktick\u00fdch v\u00fdrobn\u00fdch prostrediach.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/sk\/spolocnost\/zabezpecenie-kvality\/\" class=\"co-btn\"><br \/>\n              Presk\u00fama\u0165 zabezpe\u010denie 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\u00fdskumno-v\u00fdvojov\u00e9 a inova\u010dn\u00e9 laborat\u00f3rium\" loading=\"lazy\">\n        <\/div>\n<div class=\"co-split-content\">\n          <span class=\"co-split-label\">Inov\u00e1cie<\/span><\/p>\n<h2 class=\"co-split-title\">V\u00fdskum a v\u00fdvoj a inov\u00e1cie<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>Priemyseln\u00e9 trhy sa neust\u00e1le vyv\u00edjaj\u00fa a o\u010dak\u00e1vania z\u00e1kazn\u00edkov st\u00e1le rast\u00fa. Aby zostala relevantn\u00e1 a u\u017eito\u010dn\u00e1, spolo\u010dnos\u0165 zaoberaj\u00faca sa celul\u00f3zov\u00fdmi \u00e9termi mus\u00ed neust\u00e1le zlep\u0161ova\u0165 svoje porozumenie <strong>v\u00fdkonnos\u0165 produktu, po\u017eiadavky na formul\u00e1ciu a trendy v aplik\u00e1cii<\/strong>.<\/p>\n<p>LANDERCOLL si v\u00e1\u017ei v\u00fdskum, v\u00fdvoj a neust\u00e1le vzdel\u00e1vanie ako s\u00fa\u010das\u0165 na\u0161ej dlhodobej strat\u00e9gie rastu. Inov\u00e1cia pre n\u00e1s neznamen\u00e1 len vytv\u00e1ranie nie\u010doho nov\u00e9ho. Znamen\u00e1 tie\u017e zlep\u0161ovanie sp\u00f4sobu, ak\u00fdm podporujeme z\u00e1kazn\u00edkov, ako rozumieme potreb\u00e1m aplik\u00e1cie a ako zos\u00fala\u010fujeme v\u00fdber produktov s meniacimi sa priemyseln\u00fdmi po\u017eiadavkami.<\/p>\n<p>Ver\u00edme, \u017ee silnej\u0161\u00ed inova\u010dn\u00fd sp\u00f4sob myslenia pom\u00e1ha vytv\u00e1ra\u0165 <strong>lep\u0161iu spolupr\u00e1cu, praktickej\u0161ie rie\u0161enia,<\/strong> a udr\u017eate\u013enej\u0161iu bud\u00facnos\u0165 spolo\u010dnosti.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/sk\/spolocnost\/rd-center\/\" class=\"co-btn\"><br \/>\n              Zistite viac o na\u0161om v\u00fdskume 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=\"Dokument\u00e1cia certifik\u00e1ci\u00ed a noriem\" loading=\"lazy\">\n        <\/div>\n<div class=\"co-split-content\">\n          <span class=\"co-split-label\">Normy<\/span><\/p>\n<h2 class=\"co-split-title\">Certifik\u00e1cie a Normy<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>Priemyseln\u00ed z\u00e1kazn\u00edci \u010dasto hodnotia dod\u00e1vate\u013ea pod\u013ea toho, ako v\u00e1\u017ene pristupuje k <strong>syst\u00e9mom kvality, dokument\u00e1cii a profesion\u00e1lnym \u0161tandardom<\/strong>. Certifik\u00e1cie a normy pom\u00e1haj\u00fa komunikova\u0165 d\u00f4veru, zodpovednos\u0165 a organiza\u010dn\u00fa discipl\u00ednu.<\/p>\n<p>LANDERCOLL ch\u00e1pe hodnotu form\u00e1lnych syst\u00e9mov a zdokumentovan\u00fdch prakt\u00edk kvality v glob\u00e1lnom obchode. Na\u010falej posil\u0148ujeme profil na\u0161ej spolo\u010dnosti podporou profesion\u00e1lnych oper\u00e1ci\u00ed, zodpovedn\u00e9ho v\u00fdrobn\u00e9ho spr\u00e1vania a \u0161trukt\u00fary spolo\u010dnosti, ktor\u00e1 zodpoved\u00e1 o\u010dak\u00e1vaniam z\u00e1kazn\u00edkov na medzin\u00e1rodn\u00fdch trhoch.<\/p>\n<p>Pre mnoh\u00fdch z\u00e1kazn\u00edkov nie s\u00fa certifik\u00e1cie len o s\u00falade. S\u00fa tie\u017e sign\u00e1lom <strong>d\u00f4veryhodnosti<\/strong>. Preto zost\u00e1va t\u00e1to oblas\u0165 d\u00f4le\u017eitou s\u00fa\u010das\u0165ou prezent\u00e1cie na\u0161ej spolo\u010dnosti a dlhodob\u00e9ho rozvoja.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/sk\/spolocnost\/certifications\/\" class=\"co-btn\"><br \/>\n              Zobrazi\u0165 certifik\u00e1ty<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\u017eate\u013enos\u0165 a zodpovedn\u00fd rast\" loading=\"lazy\">\n        <\/div>\n<div class=\"co-split-content\">\n          <span class=\"co-split-label\">Zodpovednos\u0165<\/span><\/p>\n<h2 class=\"co-split-title\">Udr\u017eate\u013enos\u0165 a zodpovedn\u00fd rast<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>Modern\u00e1 priemyseln\u00e1 spolo\u010dnos\u0165 by mala zva\u017eova\u0165 nielen rast podnikania, ale aj \u0161ir\u0161\u00ed dopad sp\u00f4sobu, ak\u00fdm funguje. V LANDERCOLL pova\u017eujeme udr\u017eate\u013enos\u0165 za s\u00fa\u010das\u0165 <strong>zodpovedn\u00e9ho rozvoja spolo\u010dnosti<\/strong>. Je to spojen\u00e9 s efekt\u00edvnos\u0165ou v\u00fdroby, dlhodob\u00fdm myslen\u00edm, povedom\u00edm o zdrojoch, zodpovednos\u0165ou na pracovisku a kvalitou na\u0161ich vz\u0165ahov so z\u00e1kazn\u00edkmi a partnermi.<\/p>\n<p>Zodpovedn\u00fd rast znamen\u00e1 budovanie spolo\u010dnosti, ktor\u00e1 m\u00f4\u017ee vytv\u00e1ra\u0165 hodnotu v priebehu \u010dasu, pri\u010dom zost\u00e1va uvedomel\u00e1 o <strong>opera\u010dnej discipl\u00edne, d\u00f4vere z\u00e1kazn\u00edkov a bud\u00facich o\u010dak\u00e1vaniach<\/strong> na glob\u00e1lnych trhoch. Ver\u00edme, \u017ee udr\u017eate\u013enos\u0165 by mala by\u0165 pr\u00edstupn\u00e1 praktick\u00fdm a d\u00f4veryhodn\u00fdm sp\u00f4sobom, s d\u00f4razom na pokrok spolo\u010dnosti a dlhodob\u00fa podnikate\u013esk\u00fa zodpovednos\u0165.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/sk\/spolocnost\/sustainability\/\" class=\"co-btn\"><br \/>\n              Zistite viac o udr\u017eate\u013enosti<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=\"Glob\u00e1lna preprava a trhy\" loading=\"lazy\">\n        <\/div>\n<div class=\"co-split-content\">\n          <span class=\"co-split-label\">Global Reach<\/span><\/p>\n<h2 class=\"co-split-title\">Obsluhovanie glob\u00e1lnych trhov<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>Priemyseln\u00e1 dod\u00e1vka dnes je glob\u00e1lna svojou povahou. Z\u00e1kazn\u00edci v r\u00f4znych krajin\u00e1ch a regi\u00f3noch potrebuj\u00fa dod\u00e1vate\u013eov, ktor\u00ed m\u00f4\u017eu <strong>jasne komunikova\u0165, pochopi\u0165 r\u00f4znorod\u00e9 o\u010dak\u00e1vania trhu,<\/strong> a podporova\u0165 spolupr\u00e1cu naprie\u010d medzin\u00e1rodn\u00fdmi podnikate\u013esk\u00fdmi prostrediami.<\/p>\n<p>LANDERCOLL je odhodlan\u00fd sl\u00fa\u017ei\u0165 glob\u00e1lnym trhom s profesion\u00e1lnym a prisp\u00f4sobiv\u00fdm pr\u00edstupom. Spolupracujeme so z\u00e1kazn\u00edkmi z r\u00f4znych odvetv\u00ed, obchodn\u00fdch modelov a region\u00e1lnych potrieb, a ch\u00e1peme d\u00f4le\u017eitos\u0165 budovania d\u00f4very naprie\u010d kult\u00farami, \u0161tandardmi a obchodn\u00fdmi o\u010dak\u00e1vaniami.<\/p>\n<p>Pre glob\u00e1lnych z\u00e1kazn\u00edkov je cenn\u00fdm dod\u00e1vate\u013eom ten, ktor\u00fd dok\u00e1\u017ee skombinova\u0165 <strong>zameranie na produkt s efekt\u00edvnou komunik\u00e1ciou a stabilitou partnerstva<\/strong>. Toto je typ vz\u0165ahu s firmou, ktor\u00fd sa sna\u017e\u00edme budova\u0165.<\/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\u00e9 partnerstvo a spolupr\u00e1ca\" 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 dlhodob\u00fdch partnerstiev<\/h2>\n<div class=\"co-split-line\"><\/div>\n<div class=\"co-body\">\n<p>Niektor\u00ed z\u00e1kazn\u00edci vy\u017eaduj\u00fa viac ne\u017e \u0161tandardn\u00e9 zabezpe\u010denie produktov. Potrebuj\u00fa spolo\u010dnos\u0165, ktor\u00e1 m\u00f4\u017ee podpori\u0165 <strong>spolupr\u00e1cu OEM, dlhodob\u00e9 pl\u00e1novanie dod\u00e1vok, rozvoj trhu,<\/strong> alebo zameranie na aplik\u00e1cie a produktov\u00e9 umiestnenie.<\/p>\n<p>LANDERCOLL podporuje modely spolupr\u00e1ce, ktor\u00e9 klad\u00fa d\u00f4raz na flexibilitu, profesionalitu a tvorbu dlhodobej hodnoty. \u010ci u\u017e je z\u00e1kazn\u00edk distrib\u00fator, priemyseln\u00fd v\u00fdrobca, partner s vlastnou zna\u010dkou alebo t\u00edm pre strategick\u00e9 obstar\u00e1vanie, sna\u017e\u00edme sa podporova\u0165 spolupr\u00e1cu s praktick\u00fdm a spo\u013eahliv\u00fdm pr\u00edstupom.<\/p>\n<p>Dlhodob\u00e9 partnerstvo sa buduje prostredn\u00edctvom <strong>d\u00f4vera, konzistencia a spolo\u010dn\u00fd rast<\/strong>. Preto kladieme ve\u013ek\u00fd d\u00f4raz na stabiln\u00fa spolupr\u00e1cu a vz\u00e1jomn\u00fd rozvoj podnikania.<\/p>\n<\/p><\/div>\n<div class=\"co-split-cta\">\n            <a href=\"https:\/\/landercoll.com\/sk\/spolocnost\/oem-contract-manufacturing\/\" class=\"co-btn\"><br \/>\n              Diskutova\u0165 o pr\u00edle\u017eitostiach na partnerstvo<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\">Rozdiel Landercoll<\/span><\/p>\n<h2 class=\"co-sec-title\" style=\"color:var(--it-bianco);\">Pre\u010do si vyberaj\u00fa spolo\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 si vyberaj\u00fa priemyseln\u00fdch partnerov na z\u00e1klade kombin\u00e1cie kvality produktu, d\u00f4very, reak\u010dnej schopnosti a obchodn\u00e9ho prisp\u00f4sobenia. LANDERCOLL sa zav\u00e4zuje poskytova\u0165 hodnotu v ka\u017edej z t\u00fdchto oblast\u00ed prostredn\u00edctvom zameranej produktovej strat\u00e9gie a profesion\u00e1lneho podporn\u00e9ho pr\u00edstupu.<\/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\">Zameranie na \u0161pecializ\u00e1ciu v oblasti celul\u00f3zov\u00fdch \u00e9terov<\/h4>\n<p class=\"co-why-card-body\">Hlbok\u00e1 \u0161pecializ\u00e1cia na produkty HPMC, HEMC, HEC a CMC vo v\u0161etk\u00fdch priemyseln\u00fdch stup\u0148och a aplik\u00e1ci\u00e1ch.<\/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 pochopenie aplik\u00e1ci\u00ed<\/h4>\n<p class=\"co-why-card-body\">Praktick\u00e9 znalosti o tom, ako produkty funguj\u00fa v stavebn\u00edctve, n\u00e1teroch, farm\u00e1cii, potravin\u00e1rstve a \u0161peci\u00e1lnych priemyseln\u00fdch vyu\u017eitiach.<\/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 konzistencia produktu<\/h4>\n<p class=\"co-why-card-body\">Z\u00e1v\u00e4zok k stabiln\u00e9mu v\u00fdkonu, spo\u013eahlivosti medzi \u0161ar\u017eami a dokumentovan\u00fdm syst\u00e9mom riadenia kvality.<\/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\u00e1lna komunik\u00e1cia<\/h4>\n<p class=\"co-why-card-body\">Reak\u010dn\u00e1, \u0161trukt\u00farovan\u00e1 a efekt\u00edvna podpora pre technick\u00e9 ot\u00e1zky, v\u00fdber produktov a \u010dasov\u00e9 pl\u00e1ny projektov.<\/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\">Dlhodob\u00e9 partnerstvo s myslen\u00edm na bud\u00facnos\u0165<\/h4>\n<p class=\"co-why-card-body\">Budovanie trval\u00fdch vz\u0165ahov prostredn\u00edctvom konzistencie, d\u00f4very a spolo\u010dn\u00e9ho pokroku na glob\u00e1lnych trhoch.<\/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\">Silnej\u0161ia d\u00f4vera z\u00e1kazn\u00edkov<\/h4>\n<p class=\"co-why-card-body\">Pom\u00e1hame z\u00e1kazn\u00edkom zni\u017eova\u0165 neistotu a prejs\u0165 od dopytu k sebavedom\u00e9mu spolupr\u00e1ci s v\u00e4\u010d\u0161ou jasnos\u0165ou.<\/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\">Navigova\u0165<\/span><\/p>\n<h2 class=\"co-sec-title\">Objavte viac o <em>Na\u0161ej spolo\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\/sk\/spolocnost\/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\">Zistite viac o na\u0161om z\u00e1zem\u00ed, hodnot\u00e1ch a smerovan\u00ed.<\/p>\n<p>          <span class=\"co-page-arrow\">Presk\u00famajte str\u00e1nku <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\/sk\/spolocnost\/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\">Presk\u00famajte na\u0161e v\u00fdrobn\u00e9 kapacity a pr\u00edstup k procesu.<\/p>\n<p>          <span class=\"co-page-arrow\">Presk\u00famajte str\u00e1nku <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\/sk\/spolocnost\/zabezpecenie-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\">Zabezpe\u010denie kvality<\/h4>\n<p class=\"co-page-desc\">N\u00e1\u0161 pr\u00edstup k riadeniu kvality a konzistencii produktu.<\/p>\n<p>          <span class=\"co-page-arrow\">Presk\u00famajte str\u00e1nku <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\/sk\/spolocnost\/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\u00fdskumno-v\u00fdvojov\u00e9 centrum<\/h4>\n<p class=\"co-page-desc\">Inov\u00e1cie, v\u00fdskum a schopnosti v\u00fdvoja produktov.<\/p>\n<p>          <span class=\"co-page-arrow\">Presk\u00famajte str\u00e1nku <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\/sk\/spolocnost\/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\">Certifik\u00e1ty<\/h4>\n<p class=\"co-page-desc\">ISO 9001, EU REACH a medzin\u00e1rodn\u00e9 normy kvality.<\/p>\n<p>          <span class=\"co-page-arrow\">Presk\u00famajte str\u00e1nku <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\/sk\/spolocnost\/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\u017eate\u013enos\u0165<\/h4>\n<p class=\"co-page-desc\">Zodpovedn\u00fd rast a dlhodob\u00e1 prev\u00e1dzkov\u00e1 discipl\u00edna.<\/p>\n<p>          <span class=\"co-page-arrow\">Presk\u00famajte str\u00e1nku <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\/sk\/spolocnost\/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\u00e1lne trhy<\/h4>\n<p class=\"co-page-desc\">Obsluhujeme z\u00e1kazn\u00edkov v viac ako 60 krajin\u00e1ch po celom svete.<\/p>\n<p>          <span class=\"co-page-arrow\">Presk\u00famajte str\u00e1nku <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\/sk\/spolocnost\/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 \/ Partnerstvo<\/h4>\n<p class=\"co-page-desc\">Flexibiln\u00e9 modely spolupr\u00e1ce pre distrib\u00fatorov a zna\u010dky.<\/p>\n<p>          <span class=\"co-page-arrow\">Presk\u00famajte str\u00e1nku <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>Spo\u013eahliv\u00e9 Partnerstvo<\/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>Ak h\u013ead\u00e1te profesion\u00e1lneho dod\u00e1vate\u013ea celul\u00f3zov\u00fdch \u00e9terov so siln\u00fdm zameran\u00edm na produkt, orient\u00e1ciou na aplik\u00e1cie a dlhodob\u00fdm myslen\u00edm na spolupr\u00e1cu, LANDERCOLL je pripraven\u00fd podpori\u0165 v\u00e1\u0161 \u010fal\u0161\u00ed krok.<\/p>\n<p>V\u00edtame dopyty od v\u00fdrobcov, formul\u00e1torov, distrib\u00fatorov, t\u00edmov pre n\u00e1kup a priemyseln\u00fdch zna\u010diek, ktor\u00e9 h\u013eadaj\u00fa spo\u013eahliv\u00e9 produkty z celul\u00f3zov\u00fdch \u00e9terov a praktick\u00fa obchodn\u00fa spolupr\u00e1cu.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"co-contact-btns\">\n        <a href=\"https:\/\/landercoll.com\/sk\/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\/sk\/kontakt\/request-a-quote\/\" class=\"co-btn-outline\"><br \/>\n          Po\u017eiada\u0165 o cenov\u00fa ponuku<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\u010dnite Dnes<\/span><\/p>\n<h2 class=\"co-final-title\">Zozn\u00e1mte sa s firmou za produktom<\/h2>\n<p class=\"co-final-body\">Presk\u00famajte LANDERCOLL, aby ste pochopili, ako n\u00e1\u0161 pr\u00edstup, zameranie na produkty a z\u00e1v\u00e4zok k priemyselnej podpore m\u00f4\u017eu pom\u00f4c\u0165 vytvori\u0165 silnej\u0161iu hodnotu pre v\u00e1\u0161 biznis.<\/p>\n<div class=\"co-final-cta\">\n        <a href=\"https:\/\/landercoll.com\/sk\/kontakt\/contact-us\/\" class=\"co-btn\"><br \/>\n          Za\u010dnite svoju po\u017eiadavku<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\/sk\/wp-json\/wp\/v2\/pages\/11367","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/landercoll.com\/sk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/landercoll.com\/sk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/landercoll.com\/sk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/landercoll.com\/sk\/wp-json\/wp\/v2\/comments?post=11367"}],"version-history":[{"count":8,"href":"https:\/\/landercoll.com\/sk\/wp-json\/wp\/v2\/pages\/11367\/revisions"}],"predecessor-version":[{"id":11378,"href":"https:\/\/landercoll.com\/sk\/wp-json\/wp\/v2\/pages\/11367\/revisions\/11378"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/landercoll.com\/sk\/wp-json\/wp\/v2\/media\/10431"}],"wp:attachment":[{"href":"https:\/\/landercoll.com\/sk\/wp-json\/wp\/v2\/media?parent=11367"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}